Re: Getting rid of circular dependencies, stage 5

2006-07-22 Thread Wouter Verhelst
On Fri, Jul 21, 2006 at 05:58:51PM +0200, Bill Allombert wrote:
 Wouter Verhelst [EMAIL PROTECTED]
   libbeid2
   libbeidlibopensc2

That was fixed by an upload last night. It should no longer be a
problem now.

-- 
Fun will now commence
  -- Seven Of Nine, Ashes to Ashes, stardate 53679.4


signature.asc
Description: Digital signature


Re: lilypond and python

2006-07-22 Thread Loïc Minier
Hi again,

On Fri, Jul 21, 2006, Thomas Bushnell BSG wrote:
 Unfortunately, the patch is not against the new upstream lilypond.

 As I suggested in #357057, I suggest you copy the sed snippet and go on
 with the Python transition with a 2.4 build requirement.  This will
 work even after the transition, and doesn't require more work.

 Since Matthias Klose says that python-defaults points to 2.4 in
 experimental, I can package lilypond and upload it to experimental;
 that will probably happen this weekend unless an unexpected problem
 arises.

 This would only fix problems in experimental, lilypond is currently not
 releasable, so imaginating that the Python switch would not happen, we
 would end up without lilypond.
   It also didn't switch to the new Python policy, and I know that the
 number of libraries converted to the new Python policy was a good
 indicator of the progress towards switching the default python runtime,
 i.e. it's the other way around: first convert a maximum number of
 packages to the new policy and then switch the default python runtime.

 BTW, did you take note of the problems I mentionned or would you prefer
 them reported in a bug report or even multiple bug reports?

   Cheers,
-- 
Loïc Minier [EMAIL PROTECTED]


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



Re: lilypond and python

2006-07-22 Thread Raphael Hertzog
On Fri, 21 Jul 2006, Thomas Bushnell BSG wrote:
 Matthias Klose [EMAIL PROTECTED] writes:
 
  experimental has a python-defaults pointing to 2.4
 
 When did this happen?  Is there some reason you didn't reply to my
 status-requests with this information?  Why are you trying to keep
 things secret from me?

Please stop exagerating as well. Matthias has its share of responsibility, but
don't accuse him of hiding stuff when you didn't read carefully
debian-devel-announce and when you're not subscribed to debian-python.

http://lists.debian.org/debian-devel-announce/2006/06/msg8.html

So the experimental upload was announced (and done) more than a month ago.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/


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



Re: Bug#350468: libpcre3: install libpcre.so* in /lib

2006-07-22 Thread Aníbal Monsalve Salazar
On Mon, Jan 30, 2006 at 07:11:59PM +0100, Andreas Metzler wrote:
On 2006-01-29 Bart Martens [EMAIL PROTECTED] wrote:
Package: libpcre3
Version: 6.4-1.1
Severity: wishlist

It would be nice to see libpcre.so* installed in /lib so that the -P
option in grep can be enabled.  See also bugs #238237, #237071, #338401,
#338500, (...?).  According to these webpages, redhat installs
libpcre.so* in /lib since 2001, for the very same reason :
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=41104
http://rpmfind.net/linux/RPM/fedora/3/i386/pcre-4.5-3.i386.html
[...]

(SID)[EMAIL PROTECTED]:~$ apt-cache show grep libpcre3 | \
  egrep '^Pack|^Prio|^Ess'
Package: grep
Essential: yes
Priority: required
Package: libpcre3
Priority: standard

If standard grep linked against libpcre, libpcre's priority would nee
to be bumped and it would become quasi-essential.

This would require at least discussion on debian-devel.
 cu andreas

Mark,

The grep maintainers would like to enable the -P grep option.

Please move libpcre.so* to /lib.

Best Regards,

Aníbal Monsalve Salazar
-- 
http://v7w.com/anibal


signature.asc
Description: Digital signature


Re: Bug#350468: libpcre3: install libpcre.so* in /lib

2006-07-22 Thread Mike Hommey
On Sat, Jul 22, 2006 at 07:25:25PM +1000, Aníbal Monsalve Salazar [EMAIL 
PROTECTED] wrote:
 On Mon, Jan 30, 2006 at 07:11:59PM +0100, Andreas Metzler wrote:
 On 2006-01-29 Bart Martens [EMAIL PROTECTED] wrote:
 Package: libpcre3
 Version: 6.4-1.1
 Severity: wishlist
 
 It would be nice to see libpcre.so* installed in /lib so that the -P
 option in grep can be enabled.  See also bugs #238237, #237071, #338401,
 #338500, (...?).  According to these webpages, redhat installs
 libpcre.so* in /lib since 2001, for the very same reason :
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=41104
 http://rpmfind.net/linux/RPM/fedora/3/i386/pcre-4.5-3.i386.html
 [...]
 
 (SID)[EMAIL PROTECTED]:~$ apt-cache show grep libpcre3 | \
   egrep '^Pack|^Prio|^Ess'
 Package: grep
 Essential: yes
 Priority: required
 Package: libpcre3
 Priority: standard
 
 If standard grep linked against libpcre, libpcre's priority would nee
 to be bumped and it would become quasi-essential.
 
 This would require at least discussion on debian-devel.
  cu andreas
 
 Mark,
 
 The grep maintainers would like to enable the -P grep option.
 
 Please move libpcre.so* to /lib.

Instead of moving libpcre and making it quasi-essential, why not
slightly modify grep so that it can dlopen libpcre if present. Not
everyone needs the -P option to grep. But then, there is the problem of
scripts that would use the -P option when libpcre is not present :-/

Mike


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



Re: Bug#350468: libpcre3: install libpcre.so* in /lib

2006-07-22 Thread Marco d'Itri
On Jul 22, Mike Hommey [EMAIL PROTECTED] wrote:

 Instead of moving libpcre and making it quasi-essential, why not
 slightly modify grep so that it can dlopen libpcre if present. Not
Since grep is already modular this would be very easy to implement by
moving the Pcompile() and Pexecute() functions in a separate file to be
dlopen'ed.
OTOH, I'm still not sure that it would be worth the effort.

 everyone needs the -P option to grep. But then, there is the problem of
 scripts that would use the -P option when libpcre is not present :-/
Scripts using -P would need to depend on libcpre.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#350468: libpcre3: install libpcre.so* in /lib

2006-07-22 Thread Mike Hommey
On Sat, Jul 22, 2006 at 12:27:16PM +0200, Marco d'Itri [EMAIL PROTECTED] 
wrote:
 On Jul 22, Mike Hommey [EMAIL PROTECTED] wrote:
 
  Instead of moving libpcre and making it quasi-essential, why not
  slightly modify grep so that it can dlopen libpcre if present. Not
 Since grep is already modular this would be very easy to implement by
 moving the Pcompile() and Pexecute() functions in a separate file to be
 dlopen'ed.
 OTOH, I'm still not sure that it would be worth the effort.
 
  everyone needs the -P option to grep. But then, there is the problem of
  scripts that would use the -P option when libpcre is not present :-/
 Scripts using -P would need to depend on libcpre.

But packages including such scripts and not depending on libpcre would
be difficult to find...

Mike


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



[Ping] Packages-arch-specific: please remove iroffer package

2006-07-22 Thread Aurélien GÉRÔME
Hi Ludovic,

On Fri, Jul 21, 2006 at 10:03:56PM +0200, Ludovic Brenta wrote:
 It has been a week since I sent the request below, and I received no
 answer.  I am resending to the three maintainers of
 Packages-arch-specific, and CCing debian-devel.

I have the same issue with Packages-arch-specific for iroffer which
builds on any architectures right now.

Since you did not get any anwser and so do I, I post my desperate
request with you. :)

Pretty please, James or anyone having access to that file and
wanna-build, could you remove the following line from it?

iroffer: i386 sparc powerpc alpha # lacks 
config for other archs

I think wanna-build use it to distribute the tasks to the buildds,
because the package I adopted is never built on other architectures.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :  
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Re: [Ping] Packages-arch-specific: please add architectures to Ada packages

2006-07-22 Thread Kurt Roeckx
On Fri, Jul 21, 2006 at 10:03:56PM +0200, Ludovic Brenta wrote:
 It has been a week since I sent the request below, and I received no
 answer.  I am resending to the three maintainers of
 Packages-arch-specific, and CCing debian-devel.
 
 I've restricted the list of supported architectures to those where
 gnat-4.1 not only exists but also builds its shared libraries.  This
 is because all other packages are, or depend on, shared libraries that
 depend on libgnat.

I've actually requested the same changes for ada.

I've always been annoyed by the lack of response we get when
sending updates for it.  There are other changes I'm waiting for.


Kurt


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



Re: Bug#350468: libpcre3: install libpcre.so* in /lib

2006-07-22 Thread Adeodato Simó
* Mike Hommey [Sat, 22 Jul 2006 12:34:21 +0200]:

 On Sat, Jul 22, 2006 at 12:27:16PM +0200, Marco d'Itri [EMAIL PROTECTED] 
 wrote:
  Scripts using -P would need to depend on libcpre.

 But packages including such scripts and not depending on libpcre would
 be difficult to find...

Since grep has no -P support at the moment, there are no such scripts
now. Then, the changelog entry for the grep version that introduces it
can make it clear the need for the dependency by packages wishing to use
-P.

Since those maintainers will need to check the changelog to know what
version of grep they need to depend on, they'll see the comment and add
the libpcre dependency as well.

At the end of the day, I doubt the number of packages that introduce the
versioned dependency but not the dependency on the library will be
hopefully very low. There will be of course a number of packages without
either of those, but the versioned depends is needed whether dlopening
or not, so it doesn't sound like the number of buggy packages will be
bigger (if grep dlopens instead of just linking).

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Let us not be ashamed to speak what we shame not to think.
-- Michel de Montaigne


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



Re: Bug#350468: libpcre3: install libpcre.so* in /lib

2006-07-22 Thread Wouter Verhelst
On Sat, Jul 22, 2006 at 11:48:52AM +0200, Mike Hommey wrote:
 On Sat, Jul 22, 2006 at 07:25:25PM +1000, Aníbal Monsalve Salazar [EMAIL 
 PROTECTED] wrote:
  On Mon, Jan 30, 2006 at 07:11:59PM +0100, Andreas Metzler wrote:
  On 2006-01-29 Bart Martens [EMAIL PROTECTED] wrote:
  Package: libpcre3
  Version: 6.4-1.1
  Severity: wishlist
  
  It would be nice to see libpcre.so* installed in /lib so that the -P
  option in grep can be enabled.  See also bugs #238237, #237071, #338401,
  #338500, (...?).  According to these webpages, redhat installs
  libpcre.so* in /lib since 2001, for the very same reason :
  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=41104
  http://rpmfind.net/linux/RPM/fedora/3/i386/pcre-4.5-3.i386.html
  [...]
  
  (SID)[EMAIL PROTECTED]:~$ apt-cache show grep libpcre3 | \
egrep '^Pack|^Prio|^Ess'
  Package: grep
  Essential: yes
  Priority: required
  Package: libpcre3
  Priority: standard
  
  If standard grep linked against libpcre, libpcre's priority would nee
  to be bumped and it would become quasi-essential.
  
  This would require at least discussion on debian-devel.
   cu andreas
  
  Mark,
  
  The grep maintainers would like to enable the -P grep option.
  
  Please move libpcre.so* to /lib.
 
 Instead of moving libpcre and making it quasi-essential, why not
 slightly modify grep so that it can dlopen libpcre if present. Not
 everyone needs the -P option to grep. But then, there is the problem of
 scripts that would use the -P option when libpcre is not present :-/

Those scripts would either be system-specific (in which case the local
sysadmin would ensure that libpcre is installed), or be part of a
package, that then needs to declare a proper dependency. I don't think
there is a problem here.

-- 
Fun will now commence
  -- Seven Of Nine, Ashes to Ashes, stardate 53679.4


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



Re: Bug#350468: libpcre3: install libpcre.so* in /lib

2006-07-22 Thread Christoph Berg
Re: Marco d'Itri 2006-07-22 [EMAIL PROTECTED]
  Instead of moving libpcre and making it quasi-essential, why not
  slightly modify grep so that it can dlopen libpcre if present. Not
 Since grep is already modular this would be very easy to implement by
 moving the Pcompile() and Pexecute() functions in a separate file to be
 dlopen'ed.
 OTOH, I'm still not sure that it would be worth the effort.
 
  everyone needs the -P option to grep. But then, there is the problem of
  scripts that would use the -P option when libpcre is not present :-/
 Scripts using -P would need to depend on libcpre.

There's a third solution: make grep depend on libpcre, use dlopen, but
do not move the library to /lib. In that case, only scripts at boot
time need to stay away from -P.

I'd be glad though for any package that doesn't get pulled into by
pbuilder tar.gz...

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Processed: More bugs for the /usr/doc/transition

2006-07-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 block 322762 by 351740
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 255590 302504 319726 
320084 320103 321926 322749 322769 322772 322776 322778 322779 322781 322782 
322783 322784 322785 322786 322787 322788 322789 322790 322791 322792 322793 
322794 322795 322797 322798 322799 322800 322801 322803 322804 322805 322806 
322807 322808 322809 322810 322811 322812 322813 322814 322815 322816 322817 
322818 322819 322820 322828 322829 322830 322831 322832 322833 322834 322835 
322837 322838 322839 352893 352894 353569 355341 359358 359359 359361 359362 
359363 359364 359365 359366 359367 359368 359369 359370 359371 359372 359374 
359375 359376 359377 359378 359379 359380 359381 359382 359383 359384 359385 
359386 359387 359388 359389 359390 359391 359392 359393 359394 359395 359396 
359399 359400 359401 359403 359405 359406 359407 359408 359409 359410 359411 
359412 359413 359414 359417 359418 359419 359420 359421 359422 359423 359424 
359425 359426 359427 359428 359429 359430 359431 359432 359433 359434 359435 
359436 359437 359439 359440 359441 359442 359443 359444 359445 359446 359447 
359448 359449 359450 359451 359452 359453 359454 359455 359456 359457 359458 
359459 359460 359461 359462 359463 359464 359465 359466 359467 359468 359469 
359470 359471 359472 359473 359474 359475 359476 359477 359478 359479 359480 
359481 359482 359483 359484 359485 359486 359487 359488 359489 359490 359491 
359492 359493 359494 359495 359496 359497 359498 359499 359500 359501 359502 
359503 359504 359505 359506 359507 359508 359509 359510 359511 359512 359513 
359514 359515 359516 359517 359518 359519 359520 359521 359522 359523 359524 
359526 359527 359528 359529 359530 359531 359532 359533 359534 359535 359536 
359537 359538 359539 359540 359541 359542 359543 359544 359545 359546 359547 
359548 359549 359550 359551 359552 359553 359554 359555 359556 359557 359558 
359559 359560 359561 359562 359563 359564 359566 359567 359568 359569 359570 
359571 359572 359573 359574 359575 359576 359577 359578 359579 359580 359581 
359582 359583 359584 359585 359586 359587 359588 359589 359590 359591 359592 
359593 359594 359595 359596 359597 359598 359599 359600 359601 359602 359603 
359604 359605 359606 359607 359608 359609 359610 359611 359612 378646 378648 
378649 378650
Blocking bugs of 322762 added: 351740

 block 322762 by 338060
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 255590 302504 319726 
320084 320103 321926 322749 322769 322772 322776 322778 322779 322781 322782 
322783 322784 322785 322786 322787 322788 322789 322790 322791 322792 322793 
322794 322795 322797 322798 322799 322800 322801 322803 322804 322805 322806 
322807 322808 322809 322810 322811 322812 322813 322814 322815 322816 322817 
322818 322819 322820 322828 322829 322830 322831 322832 322833 322834 322835 
322837 322838 322839 351740 352893 352894 353569 355341 359358 359359 359361 
359362 359363 359364 359365 359366 359367 359368 359369 359370 359371 359372 
359374 359375 359376 359377 359378 359379 359380 359381 359382 359383 359384 
359385 359386 359387 359388 359389 359390 359391 359392 359393 359394 359395 
359396 359399 359400 359401 359403 359405 359406 359407 359408 359409 359410 
359411 359412 359413 359414 359417 359418 359419 359420 359421 359422 359423 
359424 359425 359426 359427 359428 359429 359430 359431 359432 359433 359434 
359435 359436 359437 359439 359440 359441 359442 359443 359444 359445 359446 
359447 359448 359449 359450 359451 359452 359453 359454 359455 359456 359457 
359458 359459 359460 359461 359462 359463 359464 359465 359466 359467 359468 
359469 359470 359471 359472 359473 359474 359475 359476 359477 359478 359479 
359480 359481 359482 359483 359484 359485 359486 359487 359488 359489 359490 
359491 359492 359493 359494 359495 359496 359497 359498 359499 359500 359501 
359502 359503 359504 359505 359506 359507 359508 359509 359510 359511 359512 
359513 359514 359515 359516 359517 359518 359519 359520 359521 359522 359523 
359524 359526 359527 359528 359529 359530 359531 359532 359533 359534 359535 
359536 359537 359538 359539 359540 359541 359542 359543 359544 359545 359546 
359547 359548 359549 359550 359551 359552 359553 359554 359555 359556 359557 
359558 359559 359560 359561 359562 359563 359564 359566 359567 359568 359569 
359570 359571 359572 359573 359574 359575 359576 359577 359578 359579 359580 
359581 359582 359583 359584 359585 359586 359587 359588 359589 359590 359591 
359592 359593 359594 359595 359596 359597 359598 359599 359600 359601 359602 
359603 359604 359605 359606 359607 359608 359609 359610 359611 359612 378646 
378648 378649 378650
Blocking bugs of 322762 added: 338060

 block 322762 by 338238
Bug#322762: /usr/doc still exists (transition tracking bug)
Was blocked by: 189856 190020 203278 254800 254913 254924 

Bug#379239: ITP: linux-uvc -- Linux Kernel USB Video Class module

2006-07-22 Thread Junichi Uekawa
Package: wnpp


Hi,

Package: linux-uvc-source
Upstream: svn checkout 
http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk


 *  Copyright (C) 2005-2006
 *  Laurent Pinchart ([EMAIL PROTECTED])
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *

Description: Linux Kernel USB Video Class module
 linux-uvc is a kernel module that supports some standard devices that
 implement USB Video Class.  
 .
 Currently supports Logitech Quickcam Fusion, Logitech Quickcam Orbit,
 Logitech Quickcam Pro for Notebooks, and Logitech Quickcam Pro 5000.



I intend to package linux-uvc module.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



kernel modules postinst script

2006-07-22 Thread Bernd Schubert
Hi,

while I just build some kernel module packages for our clients and
installing them, I think I found a bug applying to almost all kernel module
packages.

Most packages have a file like postinst.modules.in with something like

#!/bin/sh
set -e

if [ `uname -r` = _KVERS_ ] ; then
   depmod -a 
fi

Now imagine you are installing the package on a fileserver in a chroot and
the file servers kernel version is different from _KVERS_. Furthermore, all
clients mount their root directory read-only from the server.
So /lib/modules/modules.dep will never be updated.

Why is not something like this used?

#!/bin/sh
set -e

SYSTEMMAP=/boot/System.map-_KVERS_

if [ -f $SYSTEMMAP ] ; then
depmod -ae -F $SYSTEMMAP _KVERS_
elif [ `uname -r` = _KVERS_ ] ; then
depmod -a 
fi

Thanks,
Bernd


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



Re: Configuration file shadowed?

2006-07-22 Thread Frank Küster
Manoj Srivastava [EMAIL PROTECTED] wrote:

 On Fri, 21 Jul 2006 21:54:50 +0200, Frank Küster [EMAIL PROTECTED] said: 

 Indeed, the TeX Policy needs rewording, and this particular file
 should be a conffile, because it affects how the TeX programs and
 helper scripts act.  In general, files that influence documents and
 are read because they are somehow requested in TeX's input (or
 BibTeX's or whatever) make no sense in /etc.

 Yes, I agree: those are closer in sense to being library
  modules (\usepackage{foo} seems to indicate that foo.tex is a
  library-equivalent, not a configuration file)

foo.tex (or foo.sty in most cases) is indeed a library equivalent, but
we are rather discussing whether an additional foo.cfg or foo.whatever
that is loaded by foo.sty is a configuration file or not.  

I've come across at least one example where it is:

\ProvidesFile{listings.cfg}[2004/09/05 1.3 listings configuration]
\def\lstlanguagefiles
{lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty}

If you have created a local lstlang4.sty, you have to enter it here.
Such a file should be treated as a conf(iguration) file, I think.
However, there are many others that are rather intended for a
per-document customization, or a per-project customization. Note that
web2c in most cases reads also files in the current directory, so if you
have all your scientific reports in ~/univ/reports/, it might make sense
to put a  graphics.cfg in the same directory if you want to keep your
graphics inclusion consistent for all these reports.

I propose the following new text for the TeX Policy, please comment
whether you think it is appropriate (this request goes to Manoj, the
other TeX maintainers as well as everybody else who feels like
commenting).  At the end is the complete patch against
http://svn.debian.org/wsvn/debian-tex/tex-common/trunk/doc/Debian-TeX-Policy.sgml?op=filerev=0sc=0,
which also does some changes at other places

,
| Files that are used to modify the behavior of executables must be
| treated as any other configuration file in a Debian package.  However,
| files that are used to control the typeset output - the appearance of
| documents - need not be treated as configuration files.  It is up to
| the maintainer of the package to decide which files make sense to be
| used for site-wide (as opposed to per-project or per-document)
| customization.
| 
| A typical case for a site-wide configuration file is a file
| that must be changed if a style file should use additional
| modules (installed, for example, into TEXMFLOCAL).  Options
| that only control document output are rather used for a
| particular document or documentation project and should
| usually not be installed as a configuration file.
`

Thanks in advance, Frank

Index: Debian-TeX-Policy.sgml
===
--- Debian-TeX-Policy.sgml  (Revision 1511)
+++ Debian-TeX-Policy.sgml  (Arbeitskopie)
@@ -263,11 +263,12 @@
 
 p
 Debian packages generally install files in
-varTEXMFMAIN/var exclusively, and may ship or create empty
-directories in the other trees, in accordance with Debian
-Policy.  Configuration file handling is described below in
-ref id=configurationfiles.  Packages should take care to
-ignore varTEXMFHOME/var in their maintainer scripts.
+varTEXMFMAIN/var, and may ship or create empty directories
+in the other trees, in accordance with Debian Policy.
+Configuration file handling in varTEXMFSYSCONFIG/var is
+described below in ref id=configurationfiles.  Packages
+should take care to ignore varTEXMFHOME/var in their
+maintainer scripts.
 /p
 
   /sect
@@ -412,19 +413,24 @@
   sect id=configurationfiles
 headingConfiguration files/heading
p
-   In a TeX system, in principle every TeX input file can be
-   changed to change the behavior of the system, and thus be
-   regarded as a configuration file.  To prevent inflation of
-   configuration files, packages should not install any TeX input
-   files as conffiles or configuration files.  Instead, they
-   should create an empty directory below
-   file/etc/texmf/tex/file and advice users which files are
-   likely places for configuration.  It is up to the local admin
-   or individual user to place changed copies in
-   varTEXMFSYSCONFIG/var or varTEXMFCONFIG/var,
-   respectively. 
+   Files that are used to modify the behavior of executables must
+   be treated as any other configuration file in a Debian
+   package.  However, files that are used to control the typeset
+   output - the appearance of documents - need not be treated as
+   configuration files.  It is up to the maintainer of the
+   package to decide which files make sense to be used for
+   site-wide (as opposed to per-project or per-document)
+  

Re: kernel modules postinst script

2006-07-22 Thread Eduard Bloch
#include hallo.h
* Bernd Schubert [Sat, Jul 22 2006, 03:55:03PM]:
 Hi,
 
 while I just build some kernel module packages for our clients and
 installing them, I think I found a bug applying to almost all kernel module
 packages.
 
 Most packages have a file like postinst.modules.in with something like
 
 #!/bin/sh
 set -e
 
 if [ `uname -r` = _KVERS_ ] ; then
depmod -a 
 fi
 
 Now imagine you are installing the package on a fileserver in a chroot and
 the file servers kernel version is different from _KVERS_. Furthermore, all
 clients mount their root directory read-only from the server.
 So /lib/modules/modules.dep will never be updated.
 
 Why is not something like this used?

Because someone was too stupid, most likely me while creating bad
examples for others. Time for mass-bugfiling, IMO.

Eduard.

 #!/bin/sh
 set -e
 
 SYSTEMMAP=/boot/System.map-_KVERS_
 
 if [ -f $SYSTEMMAP ] ; then
 depmod -ae -F $SYSTEMMAP _KVERS_
 elif [ `uname -r` = _KVERS_ ] ; then
 depmod -a 
 fi
 
 Thanks,
 Bernd
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 


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



Re: Getting rid of circular dependencies, stage 5

2006-07-22 Thread Josselin Mouette
Le vendredi 21 juillet 2006 à 17:58 +0200, Bill Allombert a écrit :
 Sebastien Bacher [EMAIL PROTECTED]
   libgtk2.0-0
   libgtk2.0-bin
   libgtk2.0-common

This one is fixed in experimental.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Bug#379196: ITP: beaglefs -- implements a filesystem representing a live Beagle query

2006-07-22 Thread Ben Pfaff
Andrew Mitchell [EMAIL PROTECTED] writes:

   Description : implements a filesystem representing a live Beagle query

  beaglefs implements a filesystem representing a live Beagle query. The
  filesystem represents query hit results as symlinks to the hit targets.

It would helpful to include a sentence explaining what Beagle
is and how or why one queries it.
-- 
Ben Pfaff 
email: [EMAIL PROTECTED]
web: http://benpfaff.org


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



Re: [Ping] Packages-arch-specific: please add architectures to Ada packages

2006-07-22 Thread Ludovic Brenta
Kurt Roeckx writes:
 I've actually requested the same changes for ada.

 I've always been annoyed by the lack of response we get when
 sending updates for it.  There are other changes I'm waiting for.

So, my idea of a buildd pseudo-package in the BTS was a god one after
all.  Or, is the 'dak' package an appropriate place for such requests?

Does anyone on this list feel like joining the packages-arch-specific
maintainers, in order to improve response time?

-- 
Ludovic Brenta.


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



Re: [Ping] Packages-arch-specific: please add architectures to Ada packages

2006-07-22 Thread Aurélien GÉRÔME
Hi Ludovic,

On Sat, Jul 22, 2006 at 06:56:06PM +0200, Ludovic Brenta wrote:
 So, my idea of a buildd pseudo-package in the BTS was a god one after
 all.  Or, is the 'dak' package an appropriate place for such requests?

An excellent one, indeed!

 Does anyone on this list feel like joining the packages-arch-specific
 maintainers, in order to improve response time?

Count me in.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :  
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Re: Getting rid of circular dependencies, stage 5

2006-07-22 Thread Hubert Chan
On Fri, 21 Jul 2006 17:58:51 +0200, Bill Allombert [EMAIL PROTECTED] said:

 Debian GNUstep maintainers [EMAIL PROTECTED]
   gnustep-back0.10
   gnustep-base-common
   gnustep-gpbs
   gnustep-gui-common
   libgnustep-base1.11
   libgnustep-gui0.10

Fixed in my own local repository.  Waiting for the next upstream release
before uploading (to avoid having to rebuild all GNUstep packages
twice).

-- 
Hubert Chan - email  Jabber: [EMAIL PROTECTED] - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA   (Key available at wwwkeys.pgp.net)
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA


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



Re: Bug#379196: ITP: beaglefs -- implements a filesystem representing a live Beagle query

2006-07-22 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ben Pfaff wrote:
 Andrew Mitchell [EMAIL PROTECTED] writes:
 
 Description : implements a filesystem representing a live
 Beagle query
 
 beaglefs implements a filesystem representing a live Beagle
 query. The filesystem represents query hit results as symlinks
 to the hit targets.
 
 It would helpful to include a sentence explaining what Beagle 
 is and how or why one queries it.

$ apt-cache show beagle

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is common sense really valid?
For example, it is common sense to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that common sense is obviously wrong.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEwnZwS9HxQb37XmcRAiUjAKC8bkDSknnX1m02I4Cf/xmxZaAYjQCfQd8M
SRcMKUPs9TlORqjPLHZPbjM=
=Me0y
-END PGP SIGNATURE-


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



Re: Bug#379089: Configuration file shadowed?

2006-07-22 Thread Ralf Stubner
On Sat, Jul 22, 2006 at 18:12 +0200, Frank Küster wrote:
 foo.tex (or foo.sty in most cases) is indeed a library equivalent, but
 we are rather discussing whether an additional foo.cfg or foo.whatever
 that is loaded by foo.sty is a configuration file or not.  
 
 I've come across at least one example where it is:
 
 \ProvidesFile{listings.cfg}[2004/09/05 1.3 listings configuration]
 \def\lstlanguagefiles
 {lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty}
 
 If you have created a local lstlang4.sty, you have to enter it here.
 Such a file should be treated as a conf(iguration) file, I think.

I am not sure if this is a particular good example, since listings also
reads certain local configuration files. See page 44 of the listings
documentation. However, I think the general distinction between files
used for site-wide configuration and those used for specific documents/
projects is appropriate in this context. Even though I don't know off
hand any file that would fall in the first category.

 ,
 | Files that are used to modify the behavior of executables must be
 | treated as any other configuration file in a Debian package.  However,
 | files that are used to control the typeset output - the appearance of
 | documents - need not be treated as configuration files.  It is up to
 | the maintainer of the package to decide which files make sense to be
 | used for site-wide (as opposed to per-project or per-document)
 | customization.
 | 
 | A typical case for a site-wide configuration file is a file
 | that must be changed if a style file should use additional
 | modules (installed, for example, into TEXMFLOCAL).  Options
 | that only control document output are rather used for a
 | particular document or documentation project and should
 | usually not be installed as a configuration file.
 `

Sounds good.

cheerio
ralf


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



Bug#379343: ITP: jrpg -- kanji learning game

2006-07-22 Thread Eric Dorland
Package: wnpp
Severity: wishlist
Owner: Eric Dorland [EMAIL PROTECTED]

* Package name: jrpg
  Version : 20060524-2151
  Upstream Author : Tomasz Wegrzanowski [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : mostly GPL, but will go in non-free because of
non-free graphics
  Programming Lang: Python
  Description : kanji learning game

JRPG is a kanji learning game styled after the classic SNES RPG games
(like Final Fantasy 6, or Legend of Zelda: Link to the Past). The game
tries to help you learn how to read and understand kanji in context, and
in doing that it also helps you improve your Japanese vocabulary. You
can also use it to refresh your kana.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Re: [Mactel-linux-devel] MacBook iSight works?

2006-07-22 Thread Junichi Uekawa
Hi,

 I've read in a blog that iSight is a standard USB video-class device: 
 http://blogs.gnome.org/view/rbultje/2006/07/08/0

I've created a Debian package.  I'm having trouble in that it doesn't
seem to work at all with any application I tried.  Could people try
out and see if it's going to work?

To use the package:
deb http://www.netfort.gr.jp/~dancer/tmp/20060723/ ./ 
and 

module-assistant auto-install linux-uvc

apt-get install linux-uvc-tools

'extract' is called 'macbook-isight-firmware-loader' to make it a bit less 
generic.

You need a installation of Mac OS X to extract firmware.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: [Mactel-linux-devel] MacBook iSight works?

2006-07-22 Thread Junichi Uekawa
Hi,

 
 I've created a Debian package.  I'm having trouble in that it doesn't
 seem to work at all with any application I tried.  Could people try
 out and see if it's going to work?

Actually, I managed to get it working on MacBook with Ekiga.
I'm looking for success/failure reports now.

 
 To use the package:
 deb http://www.netfort.gr.jp/~dancer/tmp/20060723/ ./ 
 and 
 
 module-assistant auto-install linux-uvc
 
 apt-get install linux-uvc-tools
 
 'extract' is called 'macbook-isight-firmware-loader' to make it a bit less 
 generic.
 
 You need a installation of Mac OS X to extract firmware.
 
 


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



Re: Challenge: Binary free uploading

2006-07-22 Thread Joey Hess
Goswin von Brederlow wrote:
 - people won't test build their sources before upload anymore
 - all those build failures will overload the buildds

If a developer makes more than N uploads in M days that FTBFS on the
buildds, future uploads go to the end of the queue for M days.

Of course once that is implemented, it probably won't ever be actually
used, so just assume it is implemented already. :-)

 - the untested debs will have far more bugs making sid even more
   unstable

I think we already have other similar feedback loops that deal with
that, but YMMV.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Bug#379343: ITP: jrpg -- kanji learning game

2006-07-22 Thread Matthew R. Dempsky
On Sat, Jul 22, 2006 at 06:01:57PM -0400, Eric Dorland wrote:
 * URL : http://www.example.org/

Does this package not have an actual web site?


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



Re: Bug#379196: ITP: beaglefs -- implements a filesystem representing a live Beagle query

2006-07-22 Thread Ben Pfaff
Ron Johnson [EMAIL PROTECTED] writes:

 Ben Pfaff wrote:
 Andrew Mitchell [EMAIL PROTECTED] writes:
 
 Description : implements a filesystem representing a live
 Beagle query
 
 beaglefs implements a filesystem representing a live Beagle
 query. The filesystem represents query hit results as symlinks
 to the hit targets.
 
 It would helpful to include a sentence explaining what Beagle 
 is and how or why one queries it.

 $ apt-cache show beagle

Should I have to guess that beagle is the name of a package also?
Including a sentence is not that hard.
-- 
To the engineer, the world is a toy box full of sub-optimized and
 feature-poor toys.
--Scott Adams


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



Re: Getting rid of circular dependencies, stage 5

2006-07-22 Thread Joey Hess
Ian Jackson wrote:
 Didn't we already have the conversation where we explained that there
 is nothing necessarily wrong with a circular dependency ?

Yes, and Bill continues to ignore it, as well as ignoring my
posts to his bug reports (such as #368481) asking for specifics of how
individual instances of dependency loops cause problems.

-- 
see shy jo


signature.asc
Description: Digital signature


Accepted xwota 0.3-1 (source i386)

2006-07-22 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 09:19:20 +0200
Source: xwota
Binary: xwota
Architecture: source i386
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 xwota  - GTK client to the WOTA Database
Changes: 
 xwota (0.3-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 e2d9bb06c1cb11b40d02e5118a413d0f 580 hamradio optional xwota_0.3-1.dsc
 23a081a43fba738a5f54c8b729f4426e 356445 hamradio optional xwota_0.3.orig.tar.gz
 7db88cac0d45db2a0721e4984e62af64 63470 hamradio optional xwota_0.3-1.diff.gz
 c2a3beefa35ed4a7bedbb50a5e8945ca 31672 hamradio optional xwota_0.3-1_i386.deb

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

iD8DBQFEwdK7/CqtjGLxpX8RAh1iAKCtsqt2vVk7ESnMragjV33ZJzORswCfTz2q
BNXPA0Z3R5D4ychFL3FfcRM=
=upHR
-END PGP SIGNATURE-


Accepted:
xwota_0.3-1.diff.gz
  to pool/main/x/xwota/xwota_0.3-1.diff.gz
xwota_0.3-1.dsc
  to pool/main/x/xwota/xwota_0.3-1.dsc
xwota_0.3-1_i386.deb
  to pool/main/x/xwota/xwota_0.3-1_i386.deb
xwota_0.3.orig.tar.gz
  to pool/main/x/xwota/xwota_0.3.orig.tar.gz


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



Accepted amaya 9.51-2.1 (source i386)

2006-07-22 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jul 2006 20:23:41 -0400
Source: amaya
Binary: amaya
Architecture: source i386
Version: 9.51-2.1
Distribution: unstable
Urgency: low
Maintainer: Regis Boudin [EMAIL PROTECTED]
Changed-By: Robert S. Edmonds [EMAIL PROTECTED]
Description: 
 amaya  - Web Browser, HTML Editor and Testbed for Draft W3C standards
Closes: 375105
Changes: 
 amaya (9.51-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS on 64 bit arches due to lost precision (Closes: #375105)
Files: 
 6e6d03fbd620331b0f4de9af5ab1b1f6 777 web optional amaya_9.51-2.1.dsc
 075183b085a8fbccfc3caa1d8a151abb 322414 web optional amaya_9.51-2.1.diff.gz
 11166b2d99da30f67294f2937a0cc09f 5492358 web optional amaya_9.51-2.1_i386.deb

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

iD8DBQFEwd9Uxa93SlhRC1oRAmXVAKChyHSqDp9zmgv6AWiBh0VNeVm3jQCgz9ZA
OmF7smVjihwDJIsJL3cdmGU=
=wzdR
-END PGP SIGNATURE-


Accepted:
amaya_9.51-2.1.diff.gz
  to pool/main/a/amaya/amaya_9.51-2.1.diff.gz
amaya_9.51-2.1.dsc
  to pool/main/a/amaya/amaya_9.51-2.1.dsc
amaya_9.51-2.1_i386.deb
  to pool/main/a/amaya/amaya_9.51-2.1_i386.deb


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



Accepted whois 4.7.15 (source i386)

2006-07-22 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 19 Jul 2006 21:01:32 +0200
Source: whois
Binary: whois
Architecture: source i386
Version: 4.7.15
Distribution: unstable
Urgency: high
Maintainer: Marco d'Itri [EMAIL PROTECTED]
Changed-By: Marco d'Itri [EMAIL PROTECTED]
Description: 
 whois  - the GNU whois client
Changes: 
 whois (4.7.15) unstable; urgency=high
 .
   * Fixed the parsing of hostname+port, which was broken by 4.7.14.
   * Added the .gp, .ni and .tn TLD servers.
   * Updated the .bh, .bn, .ec, .gy, .im, .kw, .mu, .ph, .pr, .py, .ve and .vu
 TLD servers.
Files: 
 7840e474647a986a36758100718e5992 498 net standard whois_4.7.15.dsc
 059286b299089f14987bb60c85e96a4b 63819 net standard whois_4.7.15.tar.gz
 d77a99e83b43137ddca78d072528979d 47564 net standard whois_4.7.15_i386.deb

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

iD8DBQFEweeCFGfw2OHuP7ERAkyZAKCJyqQR9h2SiI34fn5nQGdpJNgg0ACeLkDQ
jNvS5De16v6M0c43tcukiAA=
=i7oB
-END PGP SIGNATURE-


Accepted:
whois_4.7.15.dsc
  to pool/main/w/whois/whois_4.7.15.dsc
whois_4.7.15.tar.gz
  to pool/main/w/whois/whois_4.7.15.tar.gz
whois_4.7.15_i386.deb
  to pool/main/w/whois/whois_4.7.15_i386.deb


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



Accepted crywrap 0.2.1-4.1 (source i386)

2006-07-22 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Jul 2006 09:21:49 +
Source: crywrap
Binary: crywrap
Architecture: source i386
Version: 0.2.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Gergely Nagy [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 crywrap- Simple TCP service encryption using TLS/SSL
Closes: 335752
Changes: 
 crywrap (0.2.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build-Depend on libgnutls-dev instead of libgnutls11-dev so that the
 latter can be removed. (Closes: #335752) Patch by James Westby.
Files: 
 da2665ce2eeb06009c3609ca146698bd 586 net optional crywrap_0.2.1-4.1.dsc
 1714fe662fa4478c630869f4e62e914f 16129 net optional crywrap_0.2.1-4.1.diff.gz
 3793da3d9ca39105a1795dc71789c9b7 19082 net optional crywrap_0.2.1-4.1_i386.deb

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

iD8DBQFEugYBHTOcZYuNdmMRAtN2AJ4syIXUWMnupqQ++/h0/DC0mNeWeQCeIjVb
g6h7LqXSVgMLsm3s5pNj/L0=
=v2hx
-END PGP SIGNATURE-


Accepted:
crywrap_0.2.1-4.1.diff.gz
  to pool/main/c/crywrap/crywrap_0.2.1-4.1.diff.gz
crywrap_0.2.1-4.1.dsc
  to pool/main/c/crywrap/crywrap_0.2.1-4.1.dsc
crywrap_0.2.1-4.1_i386.deb
  to pool/main/c/crywrap/crywrap_0.2.1-4.1_i386.deb


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



Accepted echoping 5.2.0-2.1 (source i386)

2006-07-22 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  2 Jul 2006 09:30:23 +
Source: echoping
Binary: echoping
Architecture: source i386
Version: 5.2.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Stephane Bortzmeyer [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 echoping   - A small test tool for TCP servers
Changes: 
 echoping (5.2.0-2.1) unstable; urgency=low
 .
   * NMU
   * Build against gnutls13 instead of gnutls11
Files: 
 336eecc77f7cd14bcf5db1d02f424107 609 net optional echoping_5.2.0-2.1.dsc
 6c125a1e9340403ebc6524db445087b8 3727 net optional echoping_5.2.0-2.1.diff.gz
 053cc5526e4ed47033c0ef6236fcf329 28696 net optional echoping_5.2.0-2.1_i386.deb

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

iD8DBQFEufH/HTOcZYuNdmMRAtqHAJ43fkaNUNkJRpLw6B6PEPSZNopmsQCgl3pR
DIkR1S+u33rNBQ8Asnmppgk=
=47nQ
-END PGP SIGNATURE-


Accepted:
echoping_5.2.0-2.1.diff.gz
  to pool/main/e/echoping/echoping_5.2.0-2.1.diff.gz
echoping_5.2.0-2.1.dsc
  to pool/main/e/echoping/echoping_5.2.0-2.1.dsc
echoping_5.2.0-2.1_i386.deb
  to pool/main/e/echoping/echoping_5.2.0-2.1_i386.deb


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



Accepted digikam 0.9-beta1-1 (source i386)

2006-07-22 Thread Debian KDE Extras Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jul 2006 19:57:37 +0100
Source: digikam
Binary: digikam
Architecture: source i386
Version: 0.9-beta1-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Debian KDE Extras Team [EMAIL PROTECTED]
Description: 
 digikam- digital photo management application for KDE
Closes: 375982 378477
Changes: 
 digikam (0.9-beta1-1) unstable; urgency=low
 .
   [ Mark Purcell ]
   * New upstream release
   * Fixes:
 - Digikam doesn't save modified Tiff images (Closes: #375982)
 - Toggle Full Screen should be in the View menu (Closes: #378477)
   * Use upstream servicemenus for uploading
   * Add Build-Depends: libexiv2-dev, liblcms1-dev
   * Remove Build-Depends: libimlib2-dev, libkexif1-dev
Files: 
 b3d422e27a6b06974b5a8de208ac6782 868 - optional digikam_0.9-beta1-1.dsc
 4be2bf1e13fa68b1346dc34afb9d4984 8294205 - optional 
digikam_0.9-beta1.orig.tar.gz
 1f2651bd83fb275fabdaf791bb71da63 23691 - optional digikam_0.9-beta1-1.diff.gz
 74a46f5813427cde7f51b7638c6a7640 7527954 graphics optional 
digikam_0.9-beta1-1_i386.deb

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

iD8DBQFEwelboCzanz0IthIRAj2qAJ9MFE23h9xDxMoQC8w847F3f2/mdQCggqmQ
QeOhxIbWb83v/QryjNV4spk=
=v6+Y
-END PGP SIGNATURE-


Accepted:
digikam_0.9-beta1-1.diff.gz
  to pool/main/d/digikam/digikam_0.9-beta1-1.diff.gz
digikam_0.9-beta1-1.dsc
  to pool/main/d/digikam/digikam_0.9-beta1-1.dsc
digikam_0.9-beta1-1_i386.deb
  to pool/main/d/digikam/digikam_0.9-beta1-1_i386.deb
digikam_0.9-beta1.orig.tar.gz
  to pool/main/d/digikam/digikam_0.9-beta1.orig.tar.gz


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



Accepted haxe 20060715-2 (source i386)

2006-07-22 Thread Jens Peter Secher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 10:39:48 +0200
Source: haxe
Binary: haxe
Architecture: source i386
Version: 20060715-2
Distribution: unstable
Urgency: low
Maintainer: Jens Peter Secher [EMAIL PROTECTED]
Changed-By: Jens Peter Secher [EMAIL PROTECTED]
Description: 
 haxe   - Web programming language generating Flash, AJAX or Neko
Closes: 378373 378631
Changes: 
 haxe (20060715-2) unstable; urgency=low
 .
   * Fixed build failure on architectures without a native ocaml compiler,
 thanks to Samuel Mimram and Paul Wise.
 (Closes: #378373)
   * Fixed misspelling in package description.
 (Closes: #378631)
   * Updated manual page.
Files: 
 ee97f953556cce2dc511f470e95519e5 649 devel optional haxe_20060715-2.dsc
 b0d1962a343b2d765ac56cf3db7efda5 6052 devel optional haxe_20060715-2.diff.gz
 f189b64c36d5f85312d3743c474d0c4c 395248 devel optional haxe_20060715-2_i386.deb

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

iD8DBQFEwe5EDuWXiv5j6KERAqoGAKDY4bODR1hPIoom01Bm/cs295EuKgCfVgbu
QYfyfmM0xh0NPPH8Odu3iU4=
=/G6J
-END PGP SIGNATURE-


Accepted:
haxe_20060715-2.diff.gz
  to pool/main/h/haxe/haxe_20060715-2.diff.gz
haxe_20060715-2.dsc
  to pool/main/h/haxe/haxe_20060715-2.dsc
haxe_20060715-2_i386.deb
  to pool/main/h/haxe/haxe_20060715-2_i386.deb


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



Accepted mondo 2.08-2-3 (source all amd64)

2006-07-22 Thread Andree Leidenfrost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 19:14:25 +1000
Source: mondo
Binary: mondo-doc mondo
Architecture: source amd64 all
Version: 2.08-2-3
Distribution: unstable
Urgency: low
Maintainer: Andree Leidenfrost [EMAIL PROTECTED]
Changed-By: Andree Leidenfrost [EMAIL PROTECTED]
Description: 
 mondo  - powerful disaster recovery suite
 mondo-doc  - manual for Mondo, a powerful disaster recovery suite
Changes: 
 mondo (2.08-2-3) unstable; urgency=low
 .
   * Fixed compiler warnings on amd64 (and likely 64bit in general)
 (Submitted upstream.):
 - cast to pointer from integer of different size by making
   relevant variables long rather than int which gives 32bit on i386
   and 64bit on amd64.
 - cast from pointer to integer of different size by casting to
   long rather than int for same reasons.
   * Fixed bug where image partitions (e.g. NTFS) would change size if Ok
 was pressed in edit mountlist item dialog. (Committed upstream.)
   * Removed superfluous (and wrong) vgremove_sz command to avoid screen
 corruption in mondorestore in newt mode. (Committed upstream.)
   * Check whether RAID sync is delayed for partition before opening sync
 pop-up to avoid screen corruption in mondorestore's newt mode.
 (Committed upstream.)
   * Removed sections free() error when using newt interface (option
 '-g') and Segmentation Fault when using newt interface (option
 '-g') because they are believed to no longer apply.
Files: 
 a646ca80332f6908d5d35e39a84f5b4f 688 utils optional mondo_2.08-2-3.dsc
 f0d4d00b951e1ea036c9afe28bfd3cc9 29135 utils optional mondo_2.08-2-3.diff.gz
 cb6e34a9c987efdac046d8397500ac74 430620 utils optional mondo_2.08-2-3_amd64.deb
 9d907b09d9d6b5afa26c97757cb9fc0d 1678430 doc optional 
mondo-doc_2.08-2-3_all.deb

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

iD8DBQFEwe7aiLvX3b2IzawRAqvgAKCTaafl0qB245HEszm/dQsT6i7lTgCcCfQw
AYFabondvzV3lCIHypmcNOE=
=uo4O
-END PGP SIGNATURE-


Accepted:
mondo-doc_2.08-2-3_all.deb
  to pool/main/m/mondo/mondo-doc_2.08-2-3_all.deb
mondo_2.08-2-3.diff.gz
  to pool/main/m/mondo/mondo_2.08-2-3.diff.gz
mondo_2.08-2-3.dsc
  to pool/main/m/mondo/mondo_2.08-2-3.dsc
mondo_2.08-2-3_amd64.deb
  to pool/main/m/mondo/mondo_2.08-2-3_amd64.deb


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



Accepted mindi 1.08-2-2 (source amd64)

2006-07-22 Thread Andree Leidenfrost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 19:16:09 +1000
Source: mindi
Binary: mindi
Architecture: source amd64
Version: 1.08-2-2
Distribution: unstable
Urgency: low
Maintainer: Andree Leidenfrost [EMAIL PROTECTED]
Changed-By: Andree Leidenfrost [EMAIL PROTECTED]
Description: 
 mindi  - creates boot/root disks based on your system
Changes: 
 mindi (1.08-2-2) unstable; urgency=low
 .
   * Removed superfluous echo command in analyze-my-lvm to avoid screen
 corruption in mondorestore in newt mode. (Committed upstream.)
   * Toned down dependency on debhelper to = 5.0 as we don't really need
 more. With this, the package builds without changes on Ubuntu Dapper.
Files: 
 526eb8b7adcca6c151d4ea00f1a67d67 658 utils optional mindi_1.08-2-2.dsc
 4ba28ecd7c935314975ac0b2f3e681b6 20132 utils optional mindi_1.08-2-2.diff.gz
 d4dc849e0b6b754641eb06263654dc4f 155742 utils optional mindi_1.08-2-2_amd64.deb

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

iD8DBQFEwe8ziLvX3b2IzawRAlVxAJkBFC0Frh0GZbqvCCirpb+HJJdI0QCgliik
jvylQ2Oi8sMgGDDtixyL9aU=
=vzCn
-END PGP SIGNATURE-


Accepted:
mindi_1.08-2-2.diff.gz
  to pool/main/m/mindi/mindi_1.08-2-2.diff.gz
mindi_1.08-2-2.dsc
  to pool/main/m/mindi/mindi_1.08-2-2.dsc
mindi_1.08-2-2_amd64.deb
  to pool/main/m/mindi/mindi_1.08-2-2_amd64.deb


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



Accepted gtk2-engines-xfce 2.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 17:56:11 +0200
Source: gtk2-engines-xfce
Binary: gtk2-engines-xfce
Architecture: source i386
Version: 2.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 gtk2-engines-xfce - A GTK+-2.0 theme engine for Xfce
Changes: 
 gtk2-engines-xfce (2.3.90.2-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: updated standards version to 3.7.2
Files: 
 de1a80a967428800a60256def6c42ea8 851 x11 optional 
gtk2-engines-xfce_2.3.90.2-1.dsc
 dcb47557f10c1d1087360de00a5ecdf3 382190 x11 optional 
gtk2-engines-xfce_2.3.90.2.orig.tar.gz
 6f22f1f9ca7c188461140b9de2c6c83c 17518 x11 optional 
gtk2-engines-xfce_2.3.90.2-1.diff.gz
 8b932876d7667651e6186e48cb46bf18 40838 x11 optional 
gtk2-engines-xfce_2.3.90.2-1_i386.deb

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

iD8DBQFEwfiqC6DuA+rxm2ARArUwAJ9u8217S0Lf6FfdSiJgqFRohPgzvQCdF6/F
3mrwrNd1dtlWqIK0Q0JCR0s=
=TJka
-END PGP SIGNATURE-


Accepted:
gtk2-engines-xfce_2.3.90.2-1.diff.gz
  to pool/main/g/gtk2-engines-xfce/gtk2-engines-xfce_2.3.90.2-1.diff.gz
gtk2-engines-xfce_2.3.90.2-1.dsc
  to pool/main/g/gtk2-engines-xfce/gtk2-engines-xfce_2.3.90.2-1.dsc
gtk2-engines-xfce_2.3.90.2-1_i386.deb
  to pool/main/g/gtk2-engines-xfce/gtk2-engines-xfce_2.3.90.2-1_i386.deb
gtk2-engines-xfce_2.3.90.2.orig.tar.gz
  to pool/main/g/gtk2-engines-xfce/gtk2-engines-xfce_2.3.90.2.orig.tar.gz


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



Accepted tcpreplay 2.99+3.0.beta9-1 (source i386)

2006-07-22 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 11:34:10 +0200
Source: tcpreplay
Binary: tcpreplay
Architecture: source i386
Version: 2.99+3.0.beta9-1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 tcpreplay  - Tool to replay saved tcpdump files at arbitrary speeds
Changes: 
 tcpreplay (2.99+3.0.beta9-1) unstable; urgency=low
 .
   * new upstream from 2006-07-17
   * updated standards-version
Files: 
 b7d83299f69a8dcc64272406c29111b7 655 net optional 
tcpreplay_2.99+3.0.beta9-1.dsc
 1559787739ad3a8a077981684eaffcb0 1227689 net optional 
tcpreplay_2.99+3.0.beta9.orig.tar.gz
 a47cb53a061a5f8b8f1bb33e36d40a42 26688 net optional 
tcpreplay_2.99+3.0.beta9-1.diff.gz
 b3d1340baaa98bf786664b5114a7e3ff 821650 net optional 
tcpreplay_2.99+3.0.beta9-1_i386.deb

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

iD8DBQFEwfLR9/DnDzB9Vu0RAjOTAJ9iOKNlYi6LgzXeUCAzSwxCbyA6wgCdFh8v
PKsY6RqU3i3CZ6HZtYipIlI=
=w/MY
-END PGP SIGNATURE-


Accepted:
tcpreplay_2.99+3.0.beta9-1.diff.gz
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta9-1.diff.gz
tcpreplay_2.99+3.0.beta9-1.dsc
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta9-1.dsc
tcpreplay_2.99+3.0.beta9-1_i386.deb
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta9-1_i386.deb
tcpreplay_2.99+3.0.beta9.orig.tar.gz
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta9.orig.tar.gz


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



Accepted xfce4-icon-theme 4.3.90.2-1 (source all)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 17:56:37 +0200
Source: xfce4-icon-theme
Binary: xfce4-icon-theme
Architecture: source all
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-icon-theme - Xfce Standard icon theme
Changes: 
 xfce4-icon-theme (4.3.90.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: updated standards version to 3.7.2
Files: 
 8a0f70ffd6edaa15a0c14073bcced710 793 x11 optional 
xfce4-icon-theme_4.3.90.2-1.dsc
 6c113eba5a147d10aa869c53ba9ee29b 2271056 x11 optional 
xfce4-icon-theme_4.3.90.2.orig.tar.gz
 580a2acfab18603d6bba8138d804d221 24734 x11 optional 
xfce4-icon-theme_4.3.90.2-1.diff.gz
 a807034b064d5d1f56853448bb1194d7 2117398 x11 optional 
xfce4-icon-theme_4.3.90.2-1_all.deb

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

iD8DBQFEwfmdC6DuA+rxm2ARAlyEAJ9yZqcHcp48rQYs4FUAqDHZaK6DIQCgiJAu
nrh1MWUgOFanDFnGTHWX5dE=
=eLif
-END PGP SIGNATURE-


Accepted:
xfce4-icon-theme_4.3.90.2-1.diff.gz
  to pool/main/x/xfce4-icon-theme/xfce4-icon-theme_4.3.90.2-1.diff.gz
xfce4-icon-theme_4.3.90.2-1.dsc
  to pool/main/x/xfce4-icon-theme/xfce4-icon-theme_4.3.90.2-1.dsc
xfce4-icon-theme_4.3.90.2-1_all.deb
  to pool/main/x/xfce4-icon-theme/xfce4-icon-theme_4.3.90.2-1_all.deb
xfce4-icon-theme_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce4-icon-theme/xfce4-icon-theme_4.3.90.2.orig.tar.gz


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



Accepted digikamimageplugins 0.9-beta1-1 (source i386)

2006-07-22 Thread Debian KDE Extras Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 20 Jul 2006 20:20:51 +0100
Source: digikamimageplugins
Binary: digikamimageplugins
Architecture: source i386
Version: 0.9-beta1-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Debian KDE Extras Team [EMAIL PROTECTED]
Description: 
 digikamimageplugins - image editor plugins for digikam and showfoto
Changes: 
 digikamimageplugins (0.9-beta1-1) experimental; urgency=low
 .
   * New upstream release
   * Include Translations: in debian/copyright
Files: 
 4bb6119aff9ed360cf215562dc8cb7ca 891 graphics optional 
digikamimageplugins_0.9-beta1-1.dsc
 656cd3765800022344b2e349dbaf2c70 4631569 graphics optional 
digikamimageplugins_0.9-beta1.orig.tar.gz
 3b567d66bf7c62df69f55277c5592939 166552 graphics optional 
digikamimageplugins_0.9-beta1-1.diff.gz
 6ae0bf162ec6897c757fceae0acb1c87 779420 graphics optional 
digikamimageplugins_0.9-beta1-1_i386.deb

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

iD8DBQFEwfbNoCzanz0IthIRAiTwAJ9ye/6bXr6SvS8001Hn2qknLblbYgCgmhEu
vfSOEdh/An4b7Qni+WDuGLo=
=HcW5
-END PGP SIGNATURE-


Accepted:
digikamimageplugins_0.9-beta1-1.diff.gz
  to pool/main/d/digikamimageplugins/digikamimageplugins_0.9-beta1-1.diff.gz
digikamimageplugins_0.9-beta1-1.dsc
  to pool/main/d/digikamimageplugins/digikamimageplugins_0.9-beta1-1.dsc
digikamimageplugins_0.9-beta1-1_i386.deb
  to pool/main/d/digikamimageplugins/digikamimageplugins_0.9-beta1-1_i386.deb
digikamimageplugins_0.9-beta1.orig.tar.gz
  to pool/main/d/digikamimageplugins/digikamimageplugins_0.9-beta1.orig.tar.gz


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



Accepted module-assistant 0.10.5 (source all)

2006-07-22 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 11:21:46 +0200
Source: module-assistant
Binary: module-assistant
Architecture: source all
Version: 0.10.5
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 module-assistant - tool to make module package creation easier
Closes: 361011 368122 375539 377198
Changes: 
 module-assistant (0.10.5) unstable; urgency=low
 .
   * sync compliant.list with rdepends (closes: #361011)
   * applied patch to work with version.h/utsrelease.h refactoring in 2.6.18
 (thanks to Junichi Uekawa, closes: #377198)
   * running up and prep as part of auto-install, also some refactoring in
 prep to make it less noisy with read-only access (closes: #375539)
   * added CDBS_SAFE_DEB_DESTDIR (copy of DEB_DESTDIR) and a note in
 HOWTO-DEVEL. Removed old porting example, dh-make provides enough
 nowadays.
   * disabled an old crufty helper for DEB_DESTDIR  KMAINT mode
 (closes: #368122)
Files: 
 aad31499037f386958a769381b684839 533 misc optional module-assistant_0.10.5.dsc
 0d71603bc15e08d326badad4ba50560c 80350 misc optional 
module-assistant_0.10.5.tar.gz
 7bf818ee704a931a015d2225a3e3425a 80848 misc optional 
module-assistant_0.10.5_all.deb

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

iD8DBQFEwfde4QZIHu3wCMURAs33AJ4487R7iCjlmHuwkIo/tRglYC0+eACff2IU
P/dUhuYofsUfPRy11WQw/Vw=
=Qlu1
-END PGP SIGNATURE-


Accepted:
module-assistant_0.10.5.dsc
  to pool/main/m/module-assistant/module-assistant_0.10.5.dsc
module-assistant_0.10.5.tar.gz
  to pool/main/m/module-assistant/module-assistant_0.10.5.tar.gz
module-assistant_0.10.5_all.deb
  to pool/main/m/module-assistant/module-assistant_0.10.5_all.deb


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



Accepted libimage-info-perl 1.21-2 (source all)

2006-07-22 Thread Don Armstrong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 02:35:05 -0700
Source: libimage-info-perl
Binary: libimage-info-perl
Architecture: source all
Version: 1.21-2
Distribution: unstable
Urgency: low
Maintainer: Don Armstrong [EMAIL PROTECTED]
Changed-By: Don Armstrong [EMAIL PROTECTED]
Description: 
 libimage-info-perl - allows extraction of meta information from image files
Closes: 369245 369246 378419
Changes: 
 libimage-info-perl (1.21-2) unstable; urgency=low
 .
   * Fix some typos in Image::Info pod (closes: #369245)
   * Indicate where the documentation of the image_info options is (closes:
 #369246)
   * Fix EXIF parsing in some TIFFs due to a typo (closes: #378419); thanks
 to Steinar H. Gunderson.
Files: 
 192f7bba4ae8d445cc15c08803fc6fa4 768 perl optional 
libimage-info-perl_1.21-2.dsc
 7ef5a0694e65de2b598f54da12fa99bf 8212 perl optional 
libimage-info-perl_1.21-2.diff.gz
 cc67eacdaf42c02076efd007b3d624dd 57124 perl optional 
libimage-info-perl_1.21-2_all.deb

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

iD8DBQFEwf7agcCJIoCND9ARAkjDAKDzerIWPQHqPMdEcn6R6aQFGTe/GQCgodaU
e/NllgpT4bpHpEFI2vI1iqQ=
=hRNx
-END PGP SIGNATURE-


Accepted:
libimage-info-perl_1.21-2.diff.gz
  to pool/main/libi/libimage-info-perl/libimage-info-perl_1.21-2.diff.gz
libimage-info-perl_1.21-2.dsc
  to pool/main/libi/libimage-info-perl/libimage-info-perl_1.21-2.dsc
libimage-info-perl_1.21-2_all.deb
  to pool/main/libi/libimage-info-perl/libimage-info-perl_1.21-2_all.deb


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



Accepted libxfcegui4 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 17:59:53 +0200
Source: libxfcegui4
Binary: libxfcegui4-4 libxfcegui4-dev
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 libxfcegui4-4 - Basic GUI C functions for Xfce4
 libxfcegui4-dev - Development files for libxfcegui4-3
Changes: 
 libxfcegui4 (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standards versions to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 792a0233319e2085bfb540d366e6153e 951 libs optional libxfcegui4_4.3.90.2-1.dsc
 e7527241979d38cb5338d09d1c3753c3 645619 libs optional 
libxfcegui4_4.3.90.2.orig.tar.gz
 4dc4dbbe11356aabdfaa6b57d17e9626 18333 libs optional 
libxfcegui4_4.3.90.2-1.diff.gz
 d35b0ec372db54aaca0a22373e8cd2ee 226284 libdevel optional 
libxfcegui4-dev_4.3.90.2-1_i386.deb
 7ae873b39e5c175e5f4d0fdd53582fc7 206816 libs optional 
libxfcegui4-4_4.3.90.2-1_i386.deb

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

iD8DBQFEwgAmC6DuA+rxm2ARAuYZAKCCpZQ/oq2OcQGHf275nh2oXJIZvgCfR/yx
54bEcK+Nt8BQ16psicjpTIw=
=JKoo
-END PGP SIGNATURE-


Accepted:
libxfcegui4-4_4.3.90.2-1_i386.deb
  to pool/main/libx/libxfcegui4/libxfcegui4-4_4.3.90.2-1_i386.deb
libxfcegui4-dev_4.3.90.2-1_i386.deb
  to pool/main/libx/libxfcegui4/libxfcegui4-dev_4.3.90.2-1_i386.deb
libxfcegui4_4.3.90.2-1.diff.gz
  to pool/main/libx/libxfcegui4/libxfcegui4_4.3.90.2-1.diff.gz
libxfcegui4_4.3.90.2-1.dsc
  to pool/main/libx/libxfcegui4/libxfcegui4_4.3.90.2-1.dsc
libxfcegui4_4.3.90.2.orig.tar.gz
  to pool/main/libx/libxfcegui4/libxfcegui4_4.3.90.2.orig.tar.gz


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



Accepted libxfce4mcs 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 18:00:56 +0200
Source: libxfce4mcs
Binary: libxfce4mcs-dev libxfce4mcs-client3 libxfce4mcs-manager3
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 libxfce4mcs-client3 - Client library for Xfce4 configure interface
 libxfce4mcs-dev - Development files for libxfce4mcs-client and -manager
 libxfce4mcs-manager3 - Manager library for Xfce4 configure interface
Changes: 
 libxfce4mcs (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standards version to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 25a6d1b8d18b494dbef127e3cb0180f1 921 x11 optional libxfce4mcs_4.3.90.2-1.dsc
 914753e19df24434cb3002a45f8c9744 357790 x11 optional 
libxfce4mcs_4.3.90.2.orig.tar.gz
 f71145234573d734c06bc66ba8525d41 17959 x11 optional 
libxfce4mcs_4.3.90.2-1.diff.gz
 c364673db95940b33292409b7df2902c 24816 libs optional 
libxfce4mcs-manager3_4.3.90.2-1_i386.deb
 639f685bf390feaef9eb5ce0cc7b3dc9 21800 libs optional 
libxfce4mcs-client3_4.3.90.2-1_i386.deb
 328f5be436e93fccf4d7e8378b161cbb 31610 libdevel optional 
libxfce4mcs-dev_4.3.90.2-1_i386.deb

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

iD8DBQFEwgDeC6DuA+rxm2ARAjJbAJ49nFeEkJ0FD9mQtYKBa2HLkC5aDACcD/ZI
e8YtG40F5c5ropny+NzLNNQ=
=o5+h
-END PGP SIGNATURE-


Accepted:
libxfce4mcs-client3_4.3.90.2-1_i386.deb
  to pool/main/libx/libxfce4mcs/libxfce4mcs-client3_4.3.90.2-1_i386.deb
libxfce4mcs-dev_4.3.90.2-1_i386.deb
  to pool/main/libx/libxfce4mcs/libxfce4mcs-dev_4.3.90.2-1_i386.deb
libxfce4mcs-manager3_4.3.90.2-1_i386.deb
  to pool/main/libx/libxfce4mcs/libxfce4mcs-manager3_4.3.90.2-1_i386.deb
libxfce4mcs_4.3.90.2-1.diff.gz
  to pool/main/libx/libxfce4mcs/libxfce4mcs_4.3.90.2-1.diff.gz
libxfce4mcs_4.3.90.2-1.dsc
  to pool/main/libx/libxfce4mcs/libxfce4mcs_4.3.90.2-1.dsc
libxfce4mcs_4.3.90.2.orig.tar.gz
  to pool/main/libx/libxfce4mcs/libxfce4mcs_4.3.90.2.orig.tar.gz


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



Accepted xfce-mcs-manager 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 18:01:56 +0200
Source: xfce-mcs-manager
Binary: xfce4-mcs-manager-dev xfce4-mcs-manager
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-mcs-manager - Settings manager for Xfce4
 xfce4-mcs-manager-dev - Development files and static plugins
Changes: 
 xfce-mcs-manager (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standard versions to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 7a7af04adf816fd0b3937fdf5eab438b 927 x11 optional 
xfce-mcs-manager_4.3.90.2-1.dsc
 6326b66bebe1183bf0e9054bfccd8d68 764196 x11 optional 
xfce-mcs-manager_4.3.90.2.orig.tar.gz
 63dd258c27f3020cd9bf990bd59b3525 25059 x11 optional 
xfce-mcs-manager_4.3.90.2-1.diff.gz
 6078882358c031efb8ace642ffc0e75f 330762 x11 optional 
xfce4-mcs-manager_4.3.90.2-1_i386.deb
 f4e92eacd7e35cbbf7ec79359efce632 5152 devel optional 
xfce4-mcs-manager-dev_4.3.90.2-1_i386.deb

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

iD8DBQFEwgLIC6DuA+rxm2ARAuQxAJ9zyaVM+NKUQk4QXwCiOTfqGqDcMQCeM0oX
ChFtUFAwD5vP8I7kQOgdaME=
=h6KJ
-END PGP SIGNATURE-


Accepted:
xfce-mcs-manager_4.3.90.2-1.diff.gz
  to pool/main/x/xfce-mcs-manager/xfce-mcs-manager_4.3.90.2-1.diff.gz
xfce-mcs-manager_4.3.90.2-1.dsc
  to pool/main/x/xfce-mcs-manager/xfce-mcs-manager_4.3.90.2-1.dsc
xfce-mcs-manager_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce-mcs-manager/xfce-mcs-manager_4.3.90.2.orig.tar.gz
xfce4-mcs-manager-dev_4.3.90.2-1_i386.deb
  to pool/main/x/xfce-mcs-manager/xfce4-mcs-manager-dev_4.3.90.2-1_i386.deb
xfce4-mcs-manager_4.3.90.2-1_i386.deb
  to pool/main/x/xfce-mcs-manager/xfce4-mcs-manager_4.3.90.2-1_i386.deb


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



Accepted xfce4-appfinder 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 19:23:31 +0200
Source: xfce4-appfinder
Binary: xfce4-appfinder
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-appfinder - Application finder for the Xfce4 Desktop Environment
Changes: 
 xfce4-appfinder (4.3.90.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: updated standards version to 3.7.2.
Files: 
 e629e560141ee9966f44a78429035a51 886 x11 optional 
xfce4-appfinder_4.3.90.2-1.dsc
 cbc6c89789dc02cebacff9a52281244c 408808 x11 optional 
xfce4-appfinder_4.3.90.2.orig.tar.gz
 144ac50c3249af69d20bd303089e4980 29062 x11 optional 
xfce4-appfinder_4.3.90.2-1.diff.gz
 57dd2d60b53cfbb8936c9c86cb3bc3e1 253540 x11 optional 
xfce4-appfinder_4.3.90.2-1_i386.deb

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

iD8DBQFEwgInC6DuA+rxm2ARAn8VAKCHbWZuVP6ncoxixZBnuWWxo4tTLQCeLwh/
OEkEFiUdrHlV9/qX6Y2+Ymw=
=loSY
-END PGP SIGNATURE-


Accepted:
xfce4-appfinder_4.3.90.2-1.diff.gz
  to pool/main/x/xfce4-appfinder/xfce4-appfinder_4.3.90.2-1.diff.gz
xfce4-appfinder_4.3.90.2-1.dsc
  to pool/main/x/xfce4-appfinder/xfce4-appfinder_4.3.90.2-1.dsc
xfce4-appfinder_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-appfinder/xfce4-appfinder_4.3.90.2-1_i386.deb
xfce4-appfinder_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce4-appfinder/xfce4-appfinder_4.3.90.2.orig.tar.gz


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



Accepted libxfce4util 4.3.90.2-2 (source i386)

2006-07-22 Thread Simon Huggins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 20 Jul 2006 17:54:53 +0100
Source: libxfce4util
Binary: libxfce4util4 libxfce4util-dev
Architecture: source i386
Version: 4.3.90.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Simon Huggins [EMAIL PROTECTED]
Description: 
 libxfce4util-dev - Development files for libxfce4util4
 libxfce4util4 - Utility functions library for Xfce4
Changes: 
 libxfce4util (4.3.90.2-2) unstable; urgency=low
 .
   * rpath fixes: call chrpath in debian/rules and add it to the build
 dependencies.
   * Move the dh_makeshlibs call to the right place so we run ldconfig in
 postinst.
Files: 
 cda0a150efcd4bcbfa61d966ccda8075 820 libs optional libxfce4util_4.3.90.2-2.dsc
 2ea01974d8f0e1c2fb53719c4120c5c9 18427 libs optional 
libxfce4util_4.3.90.2-2.diff.gz
 38091f31372fba3b91f3d191e79038f2 38560 libdevel optional 
libxfce4util-dev_4.3.90.2-2_i386.deb
 216c8a82ef60bcd33c3aa6826d5711a3 30770 libs optional 
libxfce4util4_4.3.90.2-2_i386.deb

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

iD8DBQFEwfxKC6DuA+rxm2ARAsijAJ9amXBFWgCwOoXerY7Batwhcy9HZgCeKJze
IijWt9hSRyMpBxwZc4dBfSA=
=sK53
-END PGP SIGNATURE-


Accepted:
libxfce4util-dev_4.3.90.2-2_i386.deb
  to pool/main/libx/libxfce4util/libxfce4util-dev_4.3.90.2-2_i386.deb
libxfce4util4_4.3.90.2-2_i386.deb
  to pool/main/libx/libxfce4util/libxfce4util4_4.3.90.2-2_i386.deb
libxfce4util_4.3.90.2-2.diff.gz
  to pool/main/libx/libxfce4util/libxfce4util_4.3.90.2-2.diff.gz
libxfce4util_4.3.90.2-2.dsc
  to pool/main/libx/libxfce4util/libxfce4util_4.3.90.2-2.dsc


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



Accepted xfce4-session 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 19:25:08 +0200
Source: xfce4-session
Binary: xfce4-session
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-session - Xfce4 Session Manager
Changes: 
 xfce4-session (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 0cba95ee8000157037e2c288edb1d9df 863 x11 optional xfce4-session_4.3.90.2-1.dsc
 0d2ce8a6bfba193052d0276c3a0ee57f 1529165 x11 optional 
xfce4-session_4.3.90.2.orig.tar.gz
 e5e8ee95567512287a8d1182f70c4f7a 4643 x11 optional 
xfce4-session_4.3.90.2-1.diff.gz
 001ac6f391200fd265e0ec99be66e932 950956 x11 optional 
xfce4-session_4.3.90.2-1_i386.deb

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

iD8DBQFEwgZiC6DuA+rxm2ARArEvAJ9MvEkr5EtIFn0+CM7OlJueNktKpQCfQZDX
TPzyeJsw0PxxRvGfPPO+zxA=
=UpJO
-END PGP SIGNATURE-


Accepted:
xfce4-session_4.3.90.2-1.diff.gz
  to pool/main/x/xfce4-session/xfce4-session_4.3.90.2-1.diff.gz
xfce4-session_4.3.90.2-1.dsc
  to pool/main/x/xfce4-session/xfce4-session_4.3.90.2-1.dsc
xfce4-session_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-session/xfce4-session_4.3.90.2-1_i386.deb
xfce4-session_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce4-session/xfce4-session_4.3.90.2.orig.tar.gz


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



Accepted lxr 0.3.1-2.1 (source all)

2006-07-22 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 13:11:00 +0200
Source: lxr
Binary: lxr
Architecture: source all
Version: 0.3.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Giacomo Catenazzi [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 lxr- Linux Cross-Reference
Closes: 264108 319073
Changes: 
 lxr (0.3.1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Install binary in usr/bin (Closes: #319073).
   * Move files to usr/share instead of var/lib (Closes: #264108).
Files: 
 666c75dad3d087e354887e405b54b8ed 546 misc extra lxr_0.3.1-2.1.dsc
 f1a0d2294d46d42a238336cc70d73d0e 4846 misc extra lxr_0.3.1-2.1.diff.gz
 b162fe83bfeeaf53636b8c68d05bd52f 26186 misc extra lxr_0.3.1-2.1_all.deb

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

iD8DBQFEwgia5UTeB5t8Mo0RAvKXAJ9iwUr15r3KyRxeOFIy+Q+9y93S2QCfetom
fLiF1IP8Zo5VkRnrulUcdm4=
=OGXj
-END PGP SIGNATURE-


Accepted:
lxr_0.3.1-2.1.diff.gz
  to pool/main/l/lxr/lxr_0.3.1-2.1.diff.gz
lxr_0.3.1-2.1.dsc
  to pool/main/l/lxr/lxr_0.3.1-2.1.dsc
lxr_0.3.1-2.1_all.deb
  to pool/main/l/lxr/lxr_0.3.1-2.1_all.deb


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



Accepted xfce-mcs-plugins 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 18:03:31 +0200
Source: xfce-mcs-plugins
Binary: xfce4-mcs-plugins
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-mcs-plugins - Special modules for the xfce4-mcs-manager
Changes: 
 xfce-mcs-plugins (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 74a3d33cdb5caa4e735d83914e60c036 917 x11 optional 
xfce-mcs-plugins_4.3.90.2-1.dsc
 16c666b4cc9915c1d3e9c6323932f0f1 1101285 x11 optional 
xfce-mcs-plugins_4.3.90.2.orig.tar.gz
 05967215d81b7ed29a3c278cab539362 17489 x11 optional 
xfce-mcs-plugins_4.3.90.2-1.diff.gz
 b2e413038c019c579c061d6a387aab64 614794 x11 optional 
xfce4-mcs-plugins_4.3.90.2-1_i386.deb

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

iD8DBQFEwg7yC6DuA+rxm2ARAghYAJkBa3jWDbt1D/vwyOdtYKSm0P5xjACff95x
x0ffxy9fArxWsyIxjqpNGNI=
=5mCw
-END PGP SIGNATURE-


Accepted:
xfce-mcs-plugins_4.3.90.2-1.diff.gz
  to pool/main/x/xfce-mcs-plugins/xfce-mcs-plugins_4.3.90.2-1.diff.gz
xfce-mcs-plugins_4.3.90.2-1.dsc
  to pool/main/x/xfce-mcs-plugins/xfce-mcs-plugins_4.3.90.2-1.dsc
xfce-mcs-plugins_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce-mcs-plugins/xfce-mcs-plugins_4.3.90.2.orig.tar.gz
xfce4-mcs-plugins_4.3.90.2-1_i386.deb
  to pool/main/x/xfce-mcs-plugins/xfce4-mcs-plugins_4.3.90.2-1_i386.deb


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



Accepted exo 0.3.1.8beta2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  9 Jul 2006 23:11:38 +0200
Source: exo
Binary: libexo-0.3-0 libexo-0.3-dev
Architecture: source i386
Version: 0.3.1.8beta2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 libexo-0.3-0 - Library with extensions for Xfce
 libexo-0.3-dev - Development files for libexo
Changes: 
 exo (0.3.1.8beta2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2.
Files: 
 354bbe0fb29714390711cb3da8a701bb 892 libs optional exo_0.3.1.8beta2-1.dsc
 2c616dd2b07ed2e8e4acacdf2c2c7d8a 1093328 libs optional 
exo_0.3.1.8beta2.orig.tar.gz
 d9e96def83ca2a07a217516569194688 19900 libs optional exo_0.3.1.8beta2-1.diff.gz
 d2ff7e1e3d12270bc3519696384673e2 129062 libdevel optional 
libexo-0.3-dev_0.3.1.8beta2-1_i386.deb
 38d2a5fb01f44f5b0a44d853ca136dca 447636 libs optional 
libexo-0.3-0_0.3.1.8beta2-1_i386.deb

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

iD8DBQFEwhDhC6DuA+rxm2ARAmY5AJ96nrw67zD52hRkgtaPJUHgKqXNwQCfZpX+
mz8SUxl8YjfhY8e1NstnF5E=
=HBRu
-END PGP SIGNATURE-


Accepted:
exo_0.3.1.8beta2-1.diff.gz
  to pool/main/e/exo/exo_0.3.1.8beta2-1.diff.gz
exo_0.3.1.8beta2-1.dsc
  to pool/main/e/exo/exo_0.3.1.8beta2-1.dsc
exo_0.3.1.8beta2.orig.tar.gz
  to pool/main/e/exo/exo_0.3.1.8beta2.orig.tar.gz
libexo-0.3-0_0.3.1.8beta2-1_i386.deb
  to pool/main/e/exo/libexo-0.3-0_0.3.1.8beta2-1_i386.deb
libexo-0.3-dev_0.3.1.8beta2-1_i386.deb
  to pool/main/e/exo/libexo-0.3-dev_0.3.1.8beta2-1_i386.deb


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



Accepted xfce4-panel 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jul 2006 15:45:54 +0200
Source: xfce4-panel
Binary: xfce4-panel-dev xfce4-panel
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-panel - The Xfce4 desktop environment panel
 xfce4-panel-dev - The Xfce4 panel development files
Closes: 374618
Changes: 
 xfce4-panel (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/NEWS: fixed typo.
   * debian/postinst: fixed install on hurd by not using pkill. Closes: #374618
   * debian/control: updated standard versions to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 24e95f97060938fcace2dd8980b96e79 884 x11 optional xfce4-panel_4.3.90.2-1.dsc
 038f900b02553660149a4ee9da6f5e31 957085 x11 optional 
xfce4-panel_4.3.90.2.orig.tar.gz
 a69c2790b14dfaad98453c8486d76a2c 19314 x11 optional 
xfce4-panel_4.3.90.2-1.diff.gz
 e4c2bd50428568de70470c37cd7f25f9 383470 x11 optional 
xfce4-panel_4.3.90.2-1_i386.deb
 a515d281d5aeee71dd3a35bc1159515c 116872 devel optional 
xfce4-panel-dev_4.3.90.2-1_i386.deb

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

iD8DBQFEwhQSC6DuA+rxm2ARAiqpAKCJQsUG/UFeRokbWqaXA3oh81rfqQCeMboC
0u57rEqmJ352JEH/6Jw6/+A=
=b8mz
-END PGP SIGNATURE-


Accepted:
xfce4-panel-dev_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-panel/xfce4-panel-dev_4.3.90.2-1_i386.deb
xfce4-panel_4.3.90.2-1.diff.gz
  to pool/main/x/xfce4-panel/xfce4-panel_4.3.90.2-1.diff.gz
xfce4-panel_4.3.90.2-1.dsc
  to pool/main/x/xfce4-panel/xfce4-panel_4.3.90.2-1.dsc
xfce4-panel_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-panel/xfce4-panel_4.3.90.2-1_i386.deb
xfce4-panel_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce4-panel/xfce4-panel_4.3.90.2.orig.tar.gz


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



Accepted xfce4-utils 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 19:19:54 +0200
Source: xfce4-utils
Binary: xfce4-utils
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-utils - Various tools for Xfce
Changes: 
 xfce4-utils (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 975b2040a13ef2964343d7eeb3b3ee68 857 x11 optional xfce4-utils_4.3.90.2-1.dsc
 cdd89d0f5ca4c0963b2920011a62eee4 1201908 x11 optional 
xfce4-utils_4.3.90.2.orig.tar.gz
 878f562abb268a25290520c37b50dacd 19856 x11 optional 
xfce4-utils_4.3.90.2-1.diff.gz
 d75ba6274865404ebc9e41a14e00663b 721234 x11 optional 
xfce4-utils_4.3.90.2-1_i386.deb

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

iD8DBQFEwhXaC6DuA+rxm2ARAhiMAJ96rgfrrc02WKe7+h1egIgfXyCR4gCeIwIH
WeRfjczv82Fv8VzAHu/vpVA=
=Z8Db
-END PGP SIGNATURE-


Accepted:
xfce4-utils_4.3.90.2-1.diff.gz
  to pool/main/x/xfce4-utils/xfce4-utils_4.3.90.2-1.diff.gz
xfce4-utils_4.3.90.2-1.dsc
  to pool/main/x/xfce4-utils/xfce4-utils_4.3.90.2-1.dsc
xfce4-utils_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-utils/xfce4-utils_4.3.90.2-1_i386.deb
xfce4-utils_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce4-utils/xfce4-utils_4.3.90.2.orig.tar.gz


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



Accepted xfce4-mixer 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jul 2006 15:46:33 +0200
Source: xfce4-mixer
Binary: xfce4-mixer xfce4-mixer-oss xfce4-mixer-alsa
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-mixer - Xfce4 Mixer frontend
 xfce4-mixer-alsa - Xfce4 Mixer ALSA backend
 xfce4-mixer-oss - Xfce4 Mixer OSS backend
Changes: 
 xfce4-mixer (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstrteam release.
   * debian/postinst: fix install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 f781ba5f98b9f240f2ac0b4475287681 925 x11 optional xfce4-mixer_4.3.90.2-1.dsc
 f7c09f1e0e89aa54aeea9aeb9d9e81a4 661728 x11 optional 
xfce4-mixer_4.3.90.2.orig.tar.gz
 8dff2dd9a25d71c353d3c8db8fa0603e 21723 x11 optional 
xfce4-mixer_4.3.90.2-1.diff.gz
 f9f3b55bdf02f3a92ff59f2c5ab8df67 186112 x11 optional 
xfce4-mixer_4.3.90.2-1_i386.deb
 bf81cbd8b0e261d173bacec51c462043 58036 x11 optional 
xfce4-mixer-alsa_4.3.90.2-1_i386.deb
 1a75f47e26584a5d65d8c42f056e3d7b 55364 x11 optional 
xfce4-mixer-oss_4.3.90.2-1_i386.deb

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

iD8DBQFEwhfpC6DuA+rxm2ARAh55AJ9PzH4m3LZKUd9eeVf7I4VTTBK90ACePCR9
NlEA5Z+8FYl3H7jzOTLuly0=
=pcmP
-END PGP SIGNATURE-


Accepted:
xfce4-mixer-alsa_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-mixer/xfce4-mixer-alsa_4.3.90.2-1_i386.deb
xfce4-mixer-oss_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-mixer/xfce4-mixer-oss_4.3.90.2-1_i386.deb
xfce4-mixer_4.3.90.2-1.diff.gz
  to pool/main/x/xfce4-mixer/xfce4-mixer_4.3.90.2-1.diff.gz
xfce4-mixer_4.3.90.2-1.dsc
  to pool/main/x/xfce4-mixer/xfce4-mixer_4.3.90.2-1.dsc
xfce4-mixer_4.3.90.2-1_i386.deb
  to pool/main/x/xfce4-mixer/xfce4-mixer_4.3.90.2-1_i386.deb
xfce4-mixer_4.3.90.2.orig.tar.gz
  to pool/main/x/xfce4-mixer/xfce4-mixer_4.3.90.2.orig.tar.gz


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



Accepted xfwm4-themes 4.3.90.2-1 (source all)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 19:27:41 +0200
Source: xfwm4-themes
Binary: xfwm4-themes
Architecture: source all
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfwm4-themes - Theme files for xfwm4
Changes: 
 xfwm4-themes (4.3.90.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: updated standard versions to 3.7.2
Files: 
 895fb625c6e2f1e8adf20a3606d690b3 776 x11 optional xfwm4-themes_4.3.90.2-1.dsc
 f8caa17e5ab35d4ee82274aa160dde24 823923 x11 optional 
xfwm4-themes_4.3.90.2.orig.tar.gz
 d723e3daff7ce5473960c5524218e27c 24599 x11 optional 
xfwm4-themes_4.3.90.2-1.diff.gz
 fc09e6e9b6042766df92e7d1ba619e84 587448 x11 optional 
xfwm4-themes_4.3.90.2-1_all.deb

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

iD8DBQFEwhzzC6DuA+rxm2ARApKgAJ9Blgxv+dmt1AooQW3+/0f76q3p1ACeIa+7
LG2ZM8RhdtqeCz7B+9ypcWo=
=RVak
-END PGP SIGNATURE-


Accepted:
xfwm4-themes_4.3.90.2-1.diff.gz
  to pool/main/x/xfwm4-themes/xfwm4-themes_4.3.90.2-1.diff.gz
xfwm4-themes_4.3.90.2-1.dsc
  to pool/main/x/xfwm4-themes/xfwm4-themes_4.3.90.2-1.dsc
xfwm4-themes_4.3.90.2-1_all.deb
  to pool/main/x/xfwm4-themes/xfwm4-themes_4.3.90.2-1_all.deb
xfwm4-themes_4.3.90.2.orig.tar.gz
  to pool/main/x/xfwm4-themes/xfwm4-themes_4.3.90.2.orig.tar.gz


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



Accepted xfprint4 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 19:25:56 +0200
Source: xfprint4
Binary: xfprint4
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfprint4   - Printer GUI for Xfce4
Changes: 
 xfprint4 (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standard versions to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 61c13a980366d80391f7024c400b0c50 861 x11 optional xfprint4_4.3.90.2-1.dsc
 15b70c756f1bdf710171d3607c903fd1 1008675 x11 optional 
xfprint4_4.3.90.2.orig.tar.gz
 a4115eff6ffdf9f8701d3c9e8d114d18 18205 x11 optional xfprint4_4.3.90.2-1.diff.gz
 428cc2da61716593ef37a04f36656ae9 568386 x11 optional 
xfprint4_4.3.90.2-1_i386.deb

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

iD8DBQFEwhpsC6DuA+rxm2ARAsEwAJwJ10olqysSvseNMEedYTsRVcDU+ACfa45h
nCtQvLl+boRe165Ai9vPyxM=
=fDpV
-END PGP SIGNATURE-


Accepted:
xfprint4_4.3.90.2-1.diff.gz
  to pool/main/x/xfprint4/xfprint4_4.3.90.2-1.diff.gz
xfprint4_4.3.90.2-1.dsc
  to pool/main/x/xfprint4/xfprint4_4.3.90.2-1.dsc
xfprint4_4.3.90.2-1_i386.deb
  to pool/main/x/xfprint4/xfprint4_4.3.90.2-1_i386.deb
xfprint4_4.3.90.2.orig.tar.gz
  to pool/main/x/xfprint4/xfprint4_4.3.90.2.orig.tar.gz


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



Accepted xfwm4 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Jul 2006 19:26:50 +0200
Source: xfwm4
Binary: xfwm4
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfwm4  - window manager of the Xfce project
Changes: 
 xfwm4 (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/postinst: fixed install on hurd by not using pkill.
   * debian/control: updated standards version to 3.7.2.
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 25ae7299d3cc8278a629f10f832466cb 899 x11 optional xfwm4_4.3.90.2-1.dsc
 81dfd5155288f28ae183f1f7375dee92 1937108 x11 optional 
xfwm4_4.3.90.2.orig.tar.gz
 f70864be34f74202760655fa2c2f86cb 19487 x11 optional xfwm4_4.3.90.2-1.diff.gz
 8dda22ac9a483f6f7228c639728048ca 1325572 x11 optional xfwm4_4.3.90.2-1_i386.deb

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

iD8DBQFEwhwCC6DuA+rxm2ARAn8vAJ9JR9oJ2givBpSUaeTi/dBlXoTEBACfaR7f
qFA8INyzV0jFg9gsJtOTI/s=
=WKYT
-END PGP SIGNATURE-


Accepted:
xfwm4_4.3.90.2-1.diff.gz
  to pool/main/x/xfwm4/xfwm4_4.3.90.2-1.diff.gz
xfwm4_4.3.90.2-1.dsc
  to pool/main/x/xfwm4/xfwm4_4.3.90.2-1.dsc
xfwm4_4.3.90.2-1_i386.deb
  to pool/main/x/xfwm4/xfwm4_4.3.90.2-1_i386.deb
xfwm4_4.3.90.2.orig.tar.gz
  to pool/main/x/xfwm4/xfwm4_4.3.90.2.orig.tar.gz


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



Accepted thunar 0.3.2beta2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  9 Jul 2006 22:01:38 +0200
Source: thunar
Binary: libthunar-vfs-1-2 libthunar-vfs-1-dev thunar
Architecture: source i386
Version: 0.3.2beta2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 libthunar-vfs-1-2 - VFS abstraction used in thunar
 libthunar-vfs-1-dev - Development files for libthunar-vfs
 thunar - File Manager for Xfce
Closes: 374103
Changes: 
 thunar (0.3.2beta2-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch from Terminal to xfce4-terminal in the example UCA. Closes: #374103
Files: 
 5dae1d8afb49ef9378807d09c6ba0c12 993 x11 optional thunar_0.3.2beta2-1.dsc
 54a4d53089432eef1aab5389a54bac66 2587856 x11 optional 
thunar_0.3.2beta2.orig.tar.gz
 44d5f78198b380f16a85a9219a332b98 4449 x11 optional thunar_0.3.2beta2-1.diff.gz
 32482408aa2fc4e4a61ed1b6a338b918 95160 libdevel optional 
libthunar-vfs-1-dev_0.3.2beta2-1_i386.deb
 e21a592a36a57c6dd25d3616005c4b55 208424 libs optional 
libthunar-vfs-1-2_0.3.2beta2-1_i386.deb
 c57d01fae199010680600c11cb584b1b 857618 x11 optional 
thunar_0.3.2beta2-1_i386.deb

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

iD8DBQFEwh5bC6DuA+rxm2ARAs+xAJ9/HO6ddN6jzWKNIhfib8CkLtf41ACfdZ19
SGNVYCXg8HYzav+NVbggYWE=
=lzIO
-END PGP SIGNATURE-


Accepted:
libthunar-vfs-1-2_0.3.2beta2-1_i386.deb
  to pool/main/t/thunar/libthunar-vfs-1-2_0.3.2beta2-1_i386.deb
libthunar-vfs-1-dev_0.3.2beta2-1_i386.deb
  to pool/main/t/thunar/libthunar-vfs-1-dev_0.3.2beta2-1_i386.deb
thunar_0.3.2beta2-1.diff.gz
  to pool/main/t/thunar/thunar_0.3.2beta2-1.diff.gz
thunar_0.3.2beta2-1.dsc
  to pool/main/t/thunar/thunar_0.3.2beta2-1.dsc
thunar_0.3.2beta2-1_i386.deb
  to pool/main/t/thunar/thunar_0.3.2beta2-1_i386.deb
thunar_0.3.2beta2.orig.tar.gz
  to pool/main/t/thunar/thunar_0.3.2beta2.orig.tar.gz


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



Accepted orage 4.3.90.2-1 (source i386)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 13 Jul 2006 13:03:48 +0200
Source: orage
Binary: orage
Architecture: source i386
Version: 4.3.90.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 orage  - Calendar for Xfce Desktop Environment
Closes: 345945 347973 372750 374761
Changes: 
 orage (4.3.90.2-1) unstable; urgency=low
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * debian/control: updated standards version to 3.7.2.
   * debian/postinst: refresh xfce-mcs-manager at install.  Closes: #347973
   * orage now provide a clock plugin.  Closes: #345945
   * NEWS.gz and README now refer to orage and not xfcalendar.  Closes: #374761
   * de_DE.UTF-8 locales now work.  Closes: #372750
   (Simon Huggins)
   * Add rpath fixes.
Files: 
 8dbc8ce0f039d07a86e4496e75cc1f34 855 x11 optional orage_4.3.90.2-1.dsc
 4c55bcc5e552d24fd2ee6c8ac6786a92 1686775 x11 optional 
orage_4.3.90.2.orig.tar.gz
 4bb27394ffd80f1cf216713dd00dbd54 9955 x11 optional orage_4.3.90.2-1.diff.gz
 53b5c95498b7834a0b6bfce61a0b2b77 716862 x11 optional orage_4.3.90.2-1_i386.deb

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

iD8DBQFEwh+pC6DuA+rxm2ARAjJOAJ9aNDUXQ66DzTrB7xakKlhoHZnZQwCgiVfq
BnDkm3asL8N6nBkhaI5mi5Q=
=o+dx
-END PGP SIGNATURE-


Accepted:
orage_4.3.90.2-1.diff.gz
  to pool/main/o/orage/orage_4.3.90.2-1.diff.gz
orage_4.3.90.2-1.dsc
  to pool/main/o/orage/orage_4.3.90.2-1.dsc
orage_4.3.90.2-1_i386.deb
  to pool/main/o/orage/orage_4.3.90.2-1_i386.deb
orage_4.3.90.2.orig.tar.gz
  to pool/main/o/orage/orage_4.3.90.2.orig.tar.gz


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



Accepted xfce4 4.3.90.2 (source all)

2006-07-22 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jul 2006 15:47:06 +0200
Source: xfce4
Binary: xfce4
Architecture: source all
Version: 4.3.90.2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4  - meta-package for xfce4 dependencies
Closes: 374226
Changes: 
 xfce4 (4.3.90.2) unstable; urgency=low
 .
   (Yves-Alexis Perez)
 * Change the version into a debian version given it's a native package.
 * debian/NEWS: fixed typo. Closes: #374226
 * debian/control: updated standards version to 3.7.2.
 * debian/control: use build-depend-indep for debhelper
   (Emanuele Rocca)
 * Packages rebuilt, checked and uploaded. Enjoy the new beta!
Files: 
 cd52967b6cc8476d0b7294f6502b6e15 675 x11 optional xfce4_4.3.90.2.dsc
 ebff643378fcc92eef871899f10a696f 3887 x11 optional xfce4_4.3.90.2.tar.gz
 7a7540980a4fccf98cb3590bc89638fc 4776 x11 optional xfce4_4.3.90.2_all.deb

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

iD4DBQFEwiLiC6DuA+rxm2ARAj2kAJjoj73Uh82PCUq0V6bKPwkO7eupAJ0VzFzM
xbd4HD7GF+iNXZShh9GWqA==
=iGmb
-END PGP SIGNATURE-


Accepted:
xfce4_4.3.90.2.dsc
  to pool/main/x/xfce4/xfce4_4.3.90.2.dsc
xfce4_4.3.90.2.tar.gz
  to pool/main/x/xfce4/xfce4_4.3.90.2.tar.gz
xfce4_4.3.90.2_all.deb
  to pool/main/x/xfce4/xfce4_4.3.90.2_all.deb


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



Accepted m2crypto 0.16-1 (source i386)

2006-07-22 Thread Dima Barsky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 11:11:40 +0100
Source: m2crypto
Binary: m2crypto
Architecture: source i386
Version: 0.16-1
Distribution: unstable
Urgency: low
Maintainer: Dima Barsky [EMAIL PROTECTED]
Changed-By: Dima Barsky [EMAIL PROTECTED]
Description: 
 m2crypto   - a crypto and SSL toolkit for Python
Changes: 
 m2crypto (0.16-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 6f2a4408f0a7791d06ac0efa09108ec4 638 libs optional m2crypto_0.16-1.dsc
 6fc06583a2be56fc2a46872a0540d78e 347250 libs optional m2crypto_0.16.orig.tar.gz
 8c538662322542f816d4eff35f212460 2424 libs optional m2crypto_0.16-1.diff.gz
 b1553a4e7bd765bd089d77073f5baf27 309890 libs optional m2crypto_0.16-1_i386.deb

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

iD8DBQFEwghINfye6peqM9YRAh42AJsEBs4w4/dlJGEJPSm2pDA7hCz1ewCfc2Qv
UiI+giDZnA8xsEvhNfyAnKk=
=gsPh
-END PGP SIGNATURE-


Accepted:
m2crypto_0.16-1.diff.gz
  to pool/main/m/m2crypto/m2crypto_0.16-1.diff.gz
m2crypto_0.16-1.dsc
  to pool/main/m/m2crypto/m2crypto_0.16-1.dsc
m2crypto_0.16-1_i386.deb
  to pool/main/m/m2crypto/m2crypto_0.16-1_i386.deb
m2crypto_0.16.orig.tar.gz
  to pool/main/m/m2crypto/m2crypto_0.16.orig.tar.gz


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



Accepted gphpedit 0.9.91-1 (source i386)

2006-07-22 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 15:03:16 +0300
Source: gphpedit
Binary: gphpedit
Architecture: source i386
Version: 0.9.91-1
Distribution: unstable
Urgency: low
Maintainer: Lior Kaplan [EMAIL PROTECTED]
Changed-By: Lior Kaplan [EMAIL PROTECTED]
Description: 
 gphpedit   - development environment for PHP/HTML/CSS
Closes: 357426
Changes: 
 gphpedit (0.9.91-1) unstable; urgency=low
 .
   * New upstream release
 - Fixes frequently crashes while working on amd64 (Closes: #357426)
 - Includes updated German translation by Holger Wansing.
   * Add a watch file to monitor future releases.
Files: 
 57bf4faa6c2a9e07faad469bdeee96e9 621 gnome optional gphpedit_0.9.91-1.dsc
 1bd3b3dd185a15e26b053eea9f9b64e4 1532977 gnome optional 
gphpedit_0.9.91.orig.tar.gz
 8b6241e3b3cee53a0ce1aefd8f789188 12949 gnome optional gphpedit_0.9.91-1.diff.gz
 ed6a1e768fa084197a32ffdfc8d03cf0 443116 gnome optional 
gphpedit_0.9.91-1_i386.deb

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

iD8DBQFEwhWyFViURZnoHaARApc9AJ97W4SV9YCFfVMfvoykSPxfH8hD9wCghTGd
A4d5pb+NnJFPprAG8xtrh90=
=Y+2R
-END PGP SIGNATURE-


Accepted:
gphpedit_0.9.91-1.diff.gz
  to pool/main/g/gphpedit/gphpedit_0.9.91-1.diff.gz
gphpedit_0.9.91-1.dsc
  to pool/main/g/gphpedit/gphpedit_0.9.91-1.dsc
gphpedit_0.9.91-1_i386.deb
  to pool/main/g/gphpedit/gphpedit_0.9.91-1_i386.deb
gphpedit_0.9.91.orig.tar.gz
  to pool/main/g/gphpedit/gphpedit_0.9.91.orig.tar.gz


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



Accepted hdbc-odbc 1.0.1.0 (source i386)

2006-07-22 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 07:23:51 -0500
Source: hdbc-odbc
Binary: libhugs-hdbc-odbc libghc6-hdbc-odbc-dev
Architecture: source i386
Version: 1.0.1.0
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.0.1.0) unstable; urgency=low
 .
   * Rebuild against HDBC 1.0.1.
Files: 
 b4aeb7aa0913a552c604ec871a480530 723 libs optional hdbc-odbc_1.0.1.0.dsc
 326953a39dc06f24a209c152e9d57175 36930 libs optional hdbc-odbc_1.0.1.0.tar.gz
 d612048267a9edc919e89cbd6991a2f2 87134 libdevel optional 
libghc6-hdbc-odbc-dev_1.0.1.0_i386.deb
 7c608a305ed815e68915673f8c1d9c0a 12944 libs optional 
libhugs-hdbc-odbc_1.0.1.0_i386.deb

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

iD8DBQFEwhlJ3PeFtIodmh8RAg/4AKCIaddbw4Tl9BM5c+RDFOGCswrF7ACg0ZsP
+JoraFP5eSASWvoiSYpdnhw=
=P11C
-END PGP SIGNATURE-


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


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



Accepted hdbc 1.0.1 (source i386 all)

2006-07-22 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 07:11:08 -0500
Source: hdbc
Binary: libhugs-hdbc libghc6-hdbc-dev
Architecture: source i386 all
Version: 1.0.1
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.0.1) unstable; urgency=low
 .
   * Now accept T and F for True and False from the underlying database
 layer -- compatibility with PostgreSQL
Files: 
 609e798318b4876cf23bb29fb70c5ac3 718 libs optional hdbc_1.0.1.dsc
 cf116a3593ff173f94d0038b9b0b97f1 52565 libs optional hdbc_1.0.1.tar.gz
 41f8a80f07435de196bc0ff36ac526ec 42438 libs optional libhugs-hdbc_1.0.1_all.deb
 4c8d450b690788d799cea2820bb2bc6d 182108 libdevel optional 
libghc6-hdbc-dev_1.0.1_i386.deb

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

iD8DBQFEwhaQ3PeFtIodmh8RAiQ+AKDY+rQ88iCHeQuDhz4Z65A9simxxACeLkJ+
3eaPojXm0bmT1EUSGQ+hV74=
=xtuQ
-END PGP SIGNATURE-


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


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



Accepted hdbc-postgresql 1.0.1.0 (source i386)

2006-07-22 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 07:08:49 -0500
Source: hdbc-postgresql
Binary: libhugs-hdbc-postgresql libghc6-hdbc-postgresql-dev
Architecture: source i386
Version: 1.0.1.0
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
Changes: 
 hdbc-postgresql (1.0.1.0) unstable; urgency=low
 .
   * Fix unknown column size, such as for text columns
Files: 
 97463e8ea636b8e468e3e23db7146746 743 libs optional hdbc-postgresql_1.0.1.0.dsc
 d9ba83a4e81857243cd7ab257ee22251 34203 libs optional 
hdbc-postgresql_1.0.1.0.tar.gz
 5da371e97a62554b66fd3f430c107bd8 105074 libdevel optional 
libghc6-hdbc-postgresql-dev_1.0.1.0_i386.deb
 a36ea5083ef48e2a79131322c6f53494 16172 libs optional 
libhugs-hdbc-postgresql_1.0.1.0_i386.deb

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

iD8DBQFEwhhv3PeFtIodmh8RAspnAKCFvFwSgvl9SPHYp5O+SmEFqrNh9wCgmf9/
5QvY/QLrVlkJnoDoyTMUAG4=
=IPv6
-END PGP SIGNATURE-


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


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



Accepted hdbc 1.0.1.1 (source i386 all)

2006-07-22 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 07:19:54 -0500
Source: hdbc
Binary: libhugs-hdbc libghc6-hdbc-dev
Architecture: source i386 all
Version: 1.0.1.1
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.0.1.1) unstable; urgency=low
 .
   * Rebuild with non-broken tar.
Files: 
 5430fbd8363cef40060e8e9978e9304c 722 libs optional hdbc_1.0.1.1.dsc
 6eda441d867eb39a17f2d769bcd0a420 52598 libs optional hdbc_1.0.1.1.tar.gz
 84b8634e992bc8f81194b7cf74a84ce6 42462 libs optional 
libhugs-hdbc_1.0.1.1_all.deb
 d47abb477efc4d3f2fd795be1d870868 182154 libdevel optional 
libghc6-hdbc-dev_1.0.1.1_i386.deb

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

iD8DBQFEwhgr3PeFtIodmh8RAiy/AJ0R2nHtJhXlT9iOQHS0LzlxSwut4ACgw/HO
hoxuvMWNaf2ZmiOFwbuucRU=
=NL/N
-END PGP SIGNATURE-


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


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



Accepted hdbc-missingh 1.0.0.1 (source i386 all)

2006-07-22 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 07:29:15 -0500
Source: hdbc-missingh
Binary: libghc6-hdbc-missingh-dev libhugs-hdbc-missingh
Architecture: source i386 all
Version: 1.0.0.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-hdbc-missingh-dev - Integration of HDBC with MissingH, GHC version
 libhugs-hdbc-missingh - Integration of HDBC with MissingH, Hugs version
Changes: 
 hdbc-missingh (1.0.0.1) unstable; urgency=low
 .
   * Rebuilding for HDBC 1.0.1
Files: 
 72028f9cf6566d1cfd754d6dc1d2cc02 867 devel optional hdbc-missingh_1.0.0.1.dsc
 d1f9a501da3812f781ef3ffa158bfd2c 20990 devel optional 
hdbc-missingh_1.0.0.1.tar.gz
 d75e8b0f35275c8579ab874d920e5bf2 9710 devel optional 
libhugs-hdbc-missingh_1.0.0.1_all.deb
 dcf1f63c85d6e6936c3e85093b134eae 31292 devel optional 
libghc6-hdbc-missingh-dev_1.0.0.1_i386.deb

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

iD8DBQFEwhpV3PeFtIodmh8RAl5cAKCwRcYlAt0qRmZeCv6wpwmeooGnHgCeKyFE
5Rxy1ALoI9CmYnrtBfMnrAU=
=/TM5
-END PGP SIGNATURE-


Accepted:
hdbc-missingh_1.0.0.1.dsc
  to pool/main/h/hdbc-missingh/hdbc-missingh_1.0.0.1.dsc
hdbc-missingh_1.0.0.1.tar.gz
  to pool/main/h/hdbc-missingh/hdbc-missingh_1.0.0.1.tar.gz
libghc6-hdbc-missingh-dev_1.0.0.1_i386.deb
  to pool/main/h/hdbc-missingh/libghc6-hdbc-missingh-dev_1.0.0.1_i386.deb
libhugs-hdbc-missingh_1.0.0.1_all.deb
  to pool/main/h/hdbc-missingh/libhugs-hdbc-missingh_1.0.0.1_all.deb


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



Accepted hdbc-sqlite3 1.0.1.0 (source i386)

2006-07-22 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 07:27:38 -0500
Source: hdbc-sqlite3
Binary: libghc6-hdbc-sqlite3-dev libhugs-hdbc-sqlite3
Architecture: source i386
Version: 1.0.1.0
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.0.1.0) unstable; urgency=low
 .
   * Rebuild for HDBC 1.0.1.
Files: 
 799265d4f3e8cf769e67232af0c1fe3c 734 libs optional hdbc-sqlite3_1.0.1.0.dsc
 56624f37dc86b9e690579fe015bcd4a4 23818 libs optional 
hdbc-sqlite3_1.0.1.0.tar.gz
 fffa3fa7298ec3c3126c8eda3e0f118f 41222 libdevel optional 
libghc6-hdbc-sqlite3-dev_1.0.1.0_i386.deb
 fa91c958b0458a061e5738fd846f009a 14648 libs optional 
libhugs-hdbc-sqlite3_1.0.1.0_i386.deb

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

iD8DBQFEwhpG3PeFtIodmh8RAqQsAJ9YjWtxeqHwOH5At7kz5AQvxLBKNQCfcsbi
74tLbQ7YTUfhswHxl4/ULU0=
=gari
-END PGP SIGNATURE-


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


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



Accepted gcc-snapshot 20060721-1 (source i386 powerpc)

2006-07-22 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jul 2006 19:21:03 +0200
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: i386 powerpc source 
Version: 20060721-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes: 
 gcc-snapshot (20060721-1) unstable; urgency=low
 .
   * SVN 20060721, taken from the trunk, revision 115645.
   * Update packaging from gcc-4.2.
   * Reenable Ada.
Files: 
 8ed3b7c79f00df362b60d07480165a56 2491 devel standard 
gcc-snapshot_20060721-1.dsc
 5b53da39863b7d99a1b62d78db952300 300116 devel standard 
gcc-snapshot_20060721-1.diff.gz
 b69f57681251fb2e0697af9f2796bcba 101852182 devel extra 
gcc-snapshot_20060721-1_i386.deb
 b6d4623a93023a1ffa77ac7b65906ca1 38741105 devel standard 
gcc-snapshot_20060721.orig.tar.gz
 d01d41d02806cdd55a1f9cb470891ec0 113329184 devel extra 
gcc-snapshot_20060721-1_powerpc.deb

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

iD8DBQFEwh7QStlRaw+TLJwRAveyAJ9e0SNDW/gsNTTdBq1BDWcH0f7cwgCgu8UK
sHKLZG1pZy694cKeKoclHlE=
=dASE
-END PGP SIGNATURE-


Accepted:
gcc-snapshot_20060721-1.diff.gz
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060721-1.diff.gz
gcc-snapshot_20060721-1.dsc
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060721-1.dsc
gcc-snapshot_20060721-1_i386.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060721-1_i386.deb
gcc-snapshot_20060721-1_powerpc.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060721-1_powerpc.deb
gcc-snapshot_20060721.orig.tar.gz
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060721.orig.tar.gz


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



Accepted live-package 0.99-1 (source all)

2006-07-22 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Jul 2006 00:00:00 +0200
Source: live-package
Binary: live-package
Architecture: source all
Version: 0.99-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 live-package - Debian Live framework
Changes: 
 live-package (0.99-1) unstable; urgency=low
 .
   * Initial release.
Files: 
 78cf5bd53792fabfab132f61365a8ed8 627 misc optional live-package_0.99-1.dsc
 11c1268478e4a410a5dbe91ea1a678ce 1717120 misc optional 
live-package_0.99.orig.tar.gz
 fe5659aaf814f4d079ea89a7c17ae577 1846 misc optional live-package_0.99-1.diff.gz
 3231e9cdc386c281a8ad72b56dd8d942 1691916 misc optional 
live-package_0.99-1_all.deb

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

iD8DBQFEvfvK+C5cwEsrK54RAmISAKCDr8dOep4fAY/I0jaMjvliNuqY/wCeNToh
D76dQy40goBeDSGx92hj4I0=
=KLaU
-END PGP SIGNATURE-


Accepted:
live-package_0.99-1.diff.gz
  to pool/main/l/live-package/live-package_0.99-1.diff.gz
live-package_0.99-1.dsc
  to pool/main/l/live-package/live-package_0.99-1.dsc
live-package_0.99-1_all.deb
  to pool/main/l/live-package/live-package_0.99-1_all.deb
live-package_0.99.orig.tar.gz
  to pool/main/l/live-package/live-package_0.99.orig.tar.gz


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



Accepted l2tpns 2.1.19-1 (source i386)

2006-07-22 Thread Jonathan McDowell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 14:11:14 +0100
Source: l2tpns
Binary: l2tpns
Architecture: source i386
Version: 2.1.19-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan McDowell [EMAIL PROTECTED]
Changed-By: Jonathan McDowell [EMAIL PROTECTED]
Description: 
 l2tpns - layer 2 tunnelling protocol network server (LNS)
Changes: 
 l2tpns (2.1.19-1) unstable; urgency=low
 .
   * New upstream release.
   * Add debian/watch file.
   * Bump Standards-Version to 3.7.2.0 (no changes).
Files: 
 fc8854f0365b1d3be6d7d886d6fed019 584 net optional l2tpns_2.1.19-1.dsc
 b9fe36b17926c896d30a3fdc5c28149c 180473 net optional l2tpns_2.1.19.orig.tar.gz
 b4b1ba046cb965314a5238984afec290 2788 net optional l2tpns_2.1.19-1.diff.gz
 a21d99427cfe1284c60e4ddb0f06a1d1 160964 net optional l2tpns_2.1.19-1_i386.deb

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

iD8DBQFEwiX+8b1L5FtDA2cRAu2xAKCJOERX4E6Jcv+FY6ZoqNCusDhOPACfSbqA
U0IQs0A/mUcLXM334yqGqyg=
=nOqG
-END PGP SIGNATURE-


Accepted:
l2tpns_2.1.19-1.diff.gz
  to pool/main/l/l2tpns/l2tpns_2.1.19-1.diff.gz
l2tpns_2.1.19-1.dsc
  to pool/main/l/l2tpns/l2tpns_2.1.19-1.dsc
l2tpns_2.1.19-1_i386.deb
  to pool/main/l/l2tpns/l2tpns_2.1.19-1_i386.deb
l2tpns_2.1.19.orig.tar.gz
  to pool/main/l/l2tpns/l2tpns_2.1.19.orig.tar.gz


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



Accepted endeavour 2.6.1-2 (source i386)

2006-07-22 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 14:32:46 +0200
Source: endeavour
Binary: endeavour2 libendeavour2-2 libendeavour2-dev
Architecture: source i386
Version: 2.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 endeavour2 - file and disk management suite
 libendeavour2-2 - file and disk management suite - library
 libendeavour2-dev - file and disk management suite - library headers
Closes: 379203
Changes: 
 endeavour (2.6.1-2) unstable; urgency=low
 .
   * Support doc-base, thanks Martintxo (Closes: #379203).
Files: 
 e13e133d081cd1396329f0e487c6ecb3 678 utils optional endeavour_2.6.1-2.dsc
 f1b596b0762d4eb39101f1d3339d1176 24172 utils optional endeavour_2.6.1-2.diff.gz
 f38f5ec9cdfb42a624aae3b1876df713 4816774 utils optional 
endeavour2_2.6.1-2_i386.deb
 cac556e60f09548e7908bd503a43c82d 69618 libs optional 
libendeavour2-2_2.6.1-2_i386.deb
 fb6818526013b5bd87670be274bc7dcb 65858 libdevel optional 
libendeavour2-dev_2.6.1-2_i386.deb

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

iD8DBQFEwikHxa93SlhRC1oRAj4TAJsHq0AUcN/q7OKPx/cOrEO1zmemugCfQVfW
g6fMJu4AevBeRNDnqItSne8=
=FWcK
-END PGP SIGNATURE-


Accepted:
endeavour2_2.6.1-2_i386.deb
  to pool/main/e/endeavour/endeavour2_2.6.1-2_i386.deb
endeavour_2.6.1-2.diff.gz
  to pool/main/e/endeavour/endeavour_2.6.1-2.diff.gz
endeavour_2.6.1-2.dsc
  to pool/main/e/endeavour/endeavour_2.6.1-2.dsc
libendeavour2-2_2.6.1-2_i386.deb
  to pool/main/e/endeavour/libendeavour2-2_2.6.1-2_i386.deb
libendeavour2-dev_2.6.1-2_i386.deb
  to pool/main/e/endeavour/libendeavour2-dev_2.6.1-2_i386.deb


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



Accepted gambas2 1.9.33-1 (source i386 all)

2006-07-22 Thread José L. Redrejo Rodríguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 11 Jun 2006 11:30:33 +0200
Source: gambas2
Binary: gambas2-gb-form-mdi gambas2-gb-ldap gambas2-gb-db-mysql gambas2-gb-xml 
gambas2-gb-image gambas2-gb-compress-bzlib2 gambas2-runtime 
gambas2-gb-compress-zlib gambas2-gb-db-odbc gambas2-gb-db-postgresql 
gambas2-gb-net-curl gambas2-ide gambas2-gb-crypt gambas2-gb-qt-kde-html 
gambas2-gb-pcre gambas2-gb-db-sqlite2 gambas2-gb-net-smtp gambas2 
gambas2-gb-db-form gambas2-gb-db-sqlite gambas2-gb-settings gambas2-gb-sdl 
gambas2-gb-form gambas2-gb-net gambas2-gb-sdl-opengl gambas2-gb-qt 
gambas2-gb-gtk gambas2-gb-qt-ext gambas2-gb-gtk-pdf gambas2-doc gambas2-gb-info 
gambas2-gb-qt-kde gambas2-gb-opengl
Architecture: source i386 all
Version: 1.9.33-1
Distribution: experimental
Urgency: low
Maintainer: José L. Redrejo Rodríguez [EMAIL PROTECTED]
Changed-By: José L. Redrejo Rodríguez [EMAIL PROTECTED]
Description: 
 gambas2- Visual development environment for the Gambas programming languag
 gambas2-doc - Free VB-like language
 gambas2-gb-compress-bzlib2 - The Gambas bzlib2 component
 gambas2-gb-compress-zlib - The Gambas zlib compression component
 gambas2-gb-crypt - The Gambas crypt encription component
 gambas2-gb-db-form - Gambas database bound controls
 gambas2-gb-db-mysql - The MySQL driver for the Gambas database component
 gambas2-gb-db-odbc - The Gambas ODBC driver database component
 gambas2-gb-db-postgresql - The PostgreSQL driver for the Gambas database 
component
 gambas2-gb-db-sqlite - The Gambas sqlite3 driver database component
 gambas2-gb-db-sqlite2 - The Gambas sqlite2 driver database component
 gambas2-gb-form - A gambas native form component
 gambas2-gb-form-mdi - A gambas native mdi form component
 gambas2-gb-gtk - The Gambas gtk component
 gambas2-gb-gtk-pdf - A gambas pdf component
 gambas2-gb-image - A gambas image effects component
 gambas2-gb-info - A gambas information component
 gambas2-gb-ldap - A gambas LDAP component
 gambas2-gb-net - The Gambas networking component
 gambas2-gb-net-curl - The Gambas advanced networking component
 gambas2-gb-net-smtp - Gambas component to use smtp protocol
 gambas2-gb-opengl - The Gambas OpenGL component
 gambas2-gb-pcre - The Gambas regexp component
 gambas2-gb-qt - The Gambas Qt GUI component
 gambas2-gb-qt-ext - The Gambas extended Qt GUI component
 gambas2-gb-qt-kde - The Gambas KDE component
 gambas2-gb-qt-kde-html - The Gambas KHTML component
 gambas2-gb-sdl - The Gambas SDL component
 gambas2-gb-sdl-opengl - The gambas sdl and OpenGL component
 gambas2-gb-settings - Gambas utilities class
 gambas2-gb-xml - The Gambas Visual Basic (tm) compatibility component
 gambas2-ide - Visual development environment for the Gambas programming languag
 gambas2-runtime - The Gambas runtime
Changes: 
 gambas2 (1.9.33-1) experimental; urgency=low
 .
   * Initial Debian release.
   * debian/patches/01_dont_compile_examples.patch : Modify Makefile to avoid 
examples compilation
   * debian/patches/02_keep_gbx_runtime.patch: Don't change the runtime to gbr 
as it's a very recent patch included by upstream to fix a bug in FreeBSD 
systems.
   * debian/patches/03_remove_unneeded_component_dependency.patch: removed 
unneeded gb.qt dependency for the settings component.
   * debian/patches/04_fix_gbi.patch fixes a bug in gbi source code
   * debian/patches/05_fix_scope.patch fixes a compilation bug in qt.ext 
component
   * Corba component disabled as it's not stable at all.
   * Firebird component disabled as it requires ibpp (www.ibpp.org) that's not 
available in Debian
   * v4l component disabled as it requires cinelerra that's not available in 
Debian yet
Files: 
 c372fac0b98e4c96ab9a96a3a9830eb4 1720 devel optional gambas2_1.9.33-1.dsc
 b17ada062d156d59708d87975de0527e 8376236 devel optional 
gambas2_1.9.33.orig.tar.gz
 c30e483c48472311482de9ff95c0e636 11338 devel optional gambas2_1.9.33-1.diff.gz
 a5542aa8db9403ccfd058544d327ec87 1067754 doc optional 
gambas2-doc_1.9.33-1_all.deb
 a2c93f05f32946beea3c9c7fd1bcb252 28846 devel optional gambas2_1.9.33-1_i386.deb
 4e6b55d4fbd072fd77b8de897abce3ae 6480 libdevel optional 
gambas2-gb-compress-bzlib2_1.9.33-1_i386.deb
 c439fafcbfa114bf984fab1b2b0c953d 6398 libdevel optional 
gambas2-gb-compress-zlib_1.9.33-1_i386.deb
 6299c68aeba7b924ff87e40561710049 5934 libdevel optional 
gambas2-gb-crypt_1.9.33-1_i386.deb
 03764be6d8a400d7143165b86eaaa804 8222 libdevel optional 
gambas2-gb-db-form_1.9.33-1_i386.deb
 6095d84d33f7600750f76f761ec7faea 12628 libdevel optional 
gambas2-gb-db-mysql_1.9.33-1_i386.deb
 c3c673c714dcfce76300f76c85a524f1 10678 libdevel optional 
gambas2-gb-db-odbc_1.9.33-1_i386.deb
 723efce293373707dda0fad87171e82a 11906 libdevel optional 
gambas2-gb-db-postgresql_1.9.33-1_i386.deb
 5cbba0a3f8f2abab1cd1c2ca98f7cacb 28942 libdevel optional 
gambas2-gb-db-sqlite2_1.9.33-1_i386.deb
 d4ce5ad9c1946a0eda1e5e929ef40da7 30580 libdevel optional 
gambas2-gb-db-sqlite_1.9.33-1_i386.deb
 

Accepted php-maxdb 7.6.00.18-1 (source i386)

2006-07-22 Thread Martin Kittel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 23 Apr 2006 18:29:53 +0200
Source: php-maxdb
Binary: php4-maxdb php5-maxdb
Architecture: source i386
Version: 7.6.00.18-1
Distribution: unstable
Urgency: low
Maintainer: Martin Kittel [EMAIL PROTECTED]
Changed-By: Martin Kittel [EMAIL PROTECTED]
Description: 
 php4-maxdb - PHP extension to access MaxDB databases for PHP 4
 php5-maxdb - PHP extension to access MaxDB databases for PHP 5
Closes: 362674
Changes: 
 php-maxdb (7.6.00.18-1) unstable; urgency=low
 .
   * Rename package to php-maxdb since we now build packages for both php4
 and php5 (Closes: #362674).
   * New upstream release, but still being built against libsqldbc75 for
 debian even though upstream version is 7.6.
Files: 
 76dfa49928137457527b0b1c73902acb 738 web optional php-maxdb_7.6.00.18-1.dsc
 0de7b9b9609ee16e37c314b104088c34 74046 web optional 
php-maxdb_7.6.00.18.orig.tar.gz
 a8af69a959458b658948ffc6f3139115 4419 web optional 
php-maxdb_7.6.00.18-1.diff.gz
 eec5d4c447f60e4e16a35e556cd98b11 30900 web optional 
php4-maxdb_7.6.00.18-1_i386.deb
 55d90020a4f6bd487425345cc83ccaf2 38900 web optional 
php5-maxdb_7.6.00.18-1_i386.deb

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

iD8DBQFEun9iStlRaw+TLJwRAvO2AJ9FCuFYd2oinnT9PiF4s9mQF+IHfACgkx0g
ctElxn4BopJtBuOO0nq46fs=
=E7MK
-END PGP SIGNATURE-


Accepted:
php-maxdb_7.6.00.18-1.diff.gz
  to pool/main/p/php-maxdb/php-maxdb_7.6.00.18-1.diff.gz
php-maxdb_7.6.00.18-1.dsc
  to pool/main/p/php-maxdb/php-maxdb_7.6.00.18-1.dsc
php-maxdb_7.6.00.18.orig.tar.gz
  to pool/main/p/php-maxdb/php-maxdb_7.6.00.18.orig.tar.gz
php4-maxdb_7.6.00.18-1_i386.deb
  to pool/main/p/php-maxdb/php4-maxdb_7.6.00.18-1_i386.deb
php5-maxdb_7.6.00.18-1_i386.deb
  to pool/main/p/php-maxdb/php5-maxdb_7.6.00.18-1_i386.deb


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



Accepted kwin-style-dekorator 0.3-1 (source i386)

2006-07-22 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 21 Jun 2006 20:04:02 +0200
Source: kwin-style-dekorator
Binary: kwin-style-dekorator
Architecture: source i386
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Sune Vuorela [EMAIL PROTECTED]
Changed-By: Sune Vuorela [EMAIL PROTECTED]
Description: 
 kwin-style-dekorator - windows decoration for kde using user-supplied PNG files
Closes: 374869
Changes: 
 kwin-style-dekorator (0.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #374869)
Files: 
 7352dc9bc97e25a4a52339f7b2e669cc 631 kde optional 
kwin-style-dekorator_0.3-1.dsc
 b527b33645a69cba5662b3d7f31f9245 679159 kde optional 
kwin-style-dekorator_0.3.orig.tar.gz
 1d445178cc73944c47dc4384956a0180 2486 kde optional 
kwin-style-dekorator_0.3-1.diff.gz
 4e8e50e16ad13d1558fbcf50e2c3ae84 180142 kde optional 
kwin-style-dekorator_0.3-1_i386.deb

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

iD8DBQFEvV4vCV53xXnMZYYRAlpjAJwLdHa10sOQTUa8rNPFnm8gdzxs9gCcCcU7
hr7SGkYZ+oy1+qvVfnjfvg0=
=kYAw
-END PGP SIGNATURE-


Accepted:
kwin-style-dekorator_0.3-1.diff.gz
  to pool/main/k/kwin-style-dekorator/kwin-style-dekorator_0.3-1.diff.gz
kwin-style-dekorator_0.3-1.dsc
  to pool/main/k/kwin-style-dekorator/kwin-style-dekorator_0.3-1.dsc
kwin-style-dekorator_0.3-1_i386.deb
  to pool/main/k/kwin-style-dekorator/kwin-style-dekorator_0.3-1_i386.deb
kwin-style-dekorator_0.3.orig.tar.gz
  to pool/main/k/kwin-style-dekorator/kwin-style-dekorator_0.3.orig.tar.gz


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



Accepted maxdb-doc 7.5.00.31-1 (source all)

2006-07-22 Thread Martin Kittel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:40:24 +0200
Source: maxdb-doc
Binary: maxdb-doc
Architecture: source all
Version: 7.5.00.31-1
Distribution: unstable
Urgency: low
Maintainer: Martin Kittel [EMAIL PROTECTED]
Changed-By: Martin Kittel [EMAIL PROTECTED]
Description: 
 maxdb-doc  - Documentation of the MaxDB database system and all of its tools
Closes: 346354
Changes: 
 maxdb-doc (7.5.00.31-1) unstable; urgency=low
 .
   * New upstream release: now the package actually contains the
 documentation for release 7.5.00 while before it was the documentation
 for release 7.6 due to an upstream naming mixup
   * Moved to non-free until licensing issues have been resolved (Closes:
 #346354).
   * Updated policy version to 3.7.2 (no changes needed).
Files: 
 eb0cb0097a2e43534ee10d1ce332eff7 638 non-free/doc optional 
maxdb-doc_7.5.00.31-1.dsc
 813ffbd2e36b50c16ad6301dbf4a7467 3003813 non-free/doc optional 
maxdb-doc_7.5.00.31.orig.tar.gz
 0cba6d50fd23859bd1ddab430308a85a 2412 non-free/doc optional 
maxdb-doc_7.5.00.31-1.diff.gz
 5362a49bb568ff9f37fc26b98be23181 3146438 non-free/doc optional 
maxdb-doc_7.5.00.31-1_all.deb

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

iD8DBQFEuoFaStlRaw+TLJwRAvUVAJwO/WRwReXPmrXh2M4iOhgXYcM3xQCeOl+o
xD2CPi/1B1v7bPbC6IN+14I=
=GFM8
-END PGP SIGNATURE-


Accepted:
maxdb-doc_7.5.00.31-1.diff.gz
  to pool/non-free/m/maxdb-doc/maxdb-doc_7.5.00.31-1.diff.gz
maxdb-doc_7.5.00.31-1.dsc
  to pool/non-free/m/maxdb-doc/maxdb-doc_7.5.00.31-1.dsc
maxdb-doc_7.5.00.31-1_all.deb
  to pool/non-free/m/maxdb-doc/maxdb-doc_7.5.00.31-1_all.deb
maxdb-doc_7.5.00.31.orig.tar.gz
  to pool/non-free/m/maxdb-doc/maxdb-doc_7.5.00.31.orig.tar.gz


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



Accepted smsclient 2.0.8z-6 (source i386)

2006-07-22 Thread Jonathan McDowell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 14:23:34 +0100
Source: smsclient
Binary: smsclient
Architecture: source i386
Version: 2.0.8z-6
Distribution: unstable
Urgency: low
Maintainer: Jonathan McDowell [EMAIL PROTECTED]
Changed-By: Jonathan McDowell [EMAIL PROTECTED]
Description: 
 smsclient  - A program for sending short messages (SM / SMS)
Closes: 121479 330533 330614 333598
Changes: 
 smsclient (2.0.8z-6) unstable; urgency=low
 .
   * Add debian/compat to set debhelper compat level to 4.
 - Removed debian/conffiles as debhelper looks after the /etc files for
   us now.
   * Change dh_installmanpages usage to dh_installman.
   * Add Swedish translation, thanks to Daniel Nylander. (closes: #330614)
   * Add Portuguese translation, thanks to Rui Branco. (closes: #333598)
   * Clean up logfiles upon package purge. (closes: #330533)
   * Use /usr/share/smsclient for service definitions; there's no reason
 for these to go under /usr/lib/smsclient as they're architecture
 independent.
   * Remove non-working SMS web backends, thanks to Michael Dorrington.
 - att_web (closes: #121479)
 - cellnet_web
 - nextel_web
 - orange_web
 - pagenet_web
 - proximus_web
   * Various code cleanups to eliminate compiler warnings (mostly failing
 to include appropriate headers).
   * Bump Standards-Version to 3.7.2.0 (no changes).
Files: 
 b31e28d9ca547fd3447ab5416a62ec4a 509 comm optional smsclient_2.0.8z-6.dsc
 a70dabdeef0f57b6a170a83e6c549fc4 147949 comm optional smsclient_2.0.8z-6.tar.gz
 91bc83ef058c935ae575f38b8f96c4d3 103494 comm optional 
smsclient_2.0.8z-6_i386.deb

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

iD8DBQFEwjO38b1L5FtDA2cRAs8TAJ47EpU7Y6D1eyTEDzBZwM6+cLn2uQCggt1v
pyr3yy3njZFjDbm/StPuFDE=
=HEkC
-END PGP SIGNATURE-


Accepted:
smsclient_2.0.8z-6.dsc
  to pool/main/s/smsclient/smsclient_2.0.8z-6.dsc
smsclient_2.0.8z-6.tar.gz
  to pool/main/s/smsclient/smsclient_2.0.8z-6.tar.gz
smsclient_2.0.8z-6_i386.deb
  to pool/main/s/smsclient/smsclient_2.0.8z-6_i386.deb


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



Accepted cupsys 1.2.1-4 (source i386 all)

2006-07-22 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 21 Jun 2006 15:06:02 +
Source: cupsys
Binary: libcupsys2-dev cupsys libcupsys2 libcupsimage2 cupsys-common 
cupsys-client cupsys-bsd libcupsys2-gnutls10 libcupsimage2-dev
Architecture: source i386 all
Version: 1.2.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian CUPS Maintainers [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 cupsys - Common UNIX Printing System(tm) - server
 cupsys-bsd - Common UNIX Printing System(tm) - BSD commands
 cupsys-client - Common UNIX Printing System(tm) - client programs (SysV)
 cupsys-common - Common UNIX Printing System(tm) - common files
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System(tm) - libs
 libcupsys2-dev - Common UNIX Printing System(tm) - development files
 libcupsys2-gnutls10 - Common UNIX Printing System(tm) - dummy libs for 
transition
Closes: 370788 374494 375359 376496 376499 376840 376883 378659
Changes: 
 cupsys (1.2.1-4) unstable; urgency=medium
 .
   [Kenshi Muto]
   * Include changelogs during 1.1.23-13 - 1.1.23-15. (closes: #374494)
   * Apply upstream svn change r5754.
 - Fix negotiation problem between unstable clients and sarge servers.
   (closes: #375359)
   * 58_fixdestc: avoid build failure of r5754 (add ipp-private.h include).
   * 59_de_docroot: install German translation/images. Although upstream
 SVN has, Debian diff structure can't handle a binary diff. This patch
 will be removed when 1.2.2 is released.
   * Add snmp to backend choices. Because I don't make sure this backend
 is stable, the default is disabled. Use dpkg-reconfigure cupsys to
 enable. (closes: #376496)
   * Don't remove backend symlinks during reconfigure/upgrade process.
 (closes: #376499)
   * Check Include directive with case insensitive. (closes: #376883)
   * libcupsys2 has /etc/cups directory to allow admin put own
 client.conf. (closes: #370788)
   * Include sample client.conf in libcupsys2. You can copy /usr/share/
 doc/libcupsys2/examples/client.conf to /etc/cups or ~/.cups and modify
 for your environment. (closes: #376840)
   * Split locale files to new package cupsys-common. (closes: #378659)
 This package is used by cupsys and cupsys-client/cupsys-bsd.
   * removed 26_modprobe: because parallel backend executes with user 'lp'
 permission, modprobe can't work. We CUPS team believe it's better
 that lp module is loaded by discover or any other hardware detection
 programs instead of CUPS. We provide a module loader by init script
 for user's convenience at this time.
   * 60_device_uri: preserve old URI during the printer configuration on
 Web interface.
Files: 
 50a936f09e938be13418fb4e5bc4003c 1060 net optional cupsys_1.2.1-4.dsc
 441e48450b5c7506c6d09d56cc2c8ad3 232681 net optional cupsys_1.2.1-4.diff.gz
 91fcc871cef723342320abb5698c089e 39444 libs optional 
libcupsys2-gnutls10_1.2.1-4_all.deb
 129e0742e7334c80786390b818bb8747 854196 net optional 
cupsys-common_1.2.1-4_all.deb
 cf3fc98790e224ce7e918bcf0bba7cd1 152938 libs optional 
libcupsys2_1.2.1-4_i386.deb
 aeee85c4cbbd2a6772422b80f8d97477 80580 libs optional 
libcupsimage2_1.2.1-4_i386.deb
 371d69d840c75c4b29669be898e60885 1440416 net optional cupsys_1.2.1-4_i386.deb
 b9111f20ecd3263a521b96b7737a3902 80172 net optional 
cupsys-client_1.2.1-4_i386.deb
 4a03f20d51e35682681aaf8718b9f2bc 25738 libdevel optional 
libcupsys2-dev_1.2.1-4_i386.deb
 676795e4ede2aeb78d54f5844cf1b0ed 6084 libdevel optional 
libcupsimage2-dev_1.2.1-4_i386.deb
 668302bb054d0414606bf35597890434 36006 net extra cupsys-bsd_1.2.1-4_i386.deb

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

iEYEARECAAYFAkS9th0ACgkQQKW+7XLQPLGI1gCgxP4s4+Bpb5TsAu/LeE3bQgmy
MloAoMDs/vMCPUhLpoIyHk789LzKUWaw
=XhtY
-END PGP SIGNATURE-


Accepted:
cupsys-bsd_1.2.1-4_i386.deb
  to pool/main/c/cupsys/cupsys-bsd_1.2.1-4_i386.deb
cupsys-client_1.2.1-4_i386.deb
  to pool/main/c/cupsys/cupsys-client_1.2.1-4_i386.deb
cupsys-common_1.2.1-4_all.deb
  to pool/main/c/cupsys/cupsys-common_1.2.1-4_all.deb
cupsys_1.2.1-4.diff.gz
  to pool/main/c/cupsys/cupsys_1.2.1-4.diff.gz
cupsys_1.2.1-4.dsc
  to pool/main/c/cupsys/cupsys_1.2.1-4.dsc
cupsys_1.2.1-4_i386.deb
  to pool/main/c/cupsys/cupsys_1.2.1-4_i386.deb
libcupsimage2-dev_1.2.1-4_i386.deb
  to pool/main/c/cupsys/libcupsimage2-dev_1.2.1-4_i386.deb
libcupsimage2_1.2.1-4_i386.deb
  to pool/main/c/cupsys/libcupsimage2_1.2.1-4_i386.deb
libcupsys2-dev_1.2.1-4_i386.deb
  to pool/main/c/cupsys/libcupsys2-dev_1.2.1-4_i386.deb
libcupsys2-gnutls10_1.2.1-4_all.deb
  to pool/main/c/cupsys/libcupsys2-gnutls10_1.2.1-4_all.deb
libcupsys2_1.2.1-4_i386.deb
  to pool/main/c/cupsys/libcupsys2_1.2.1-4_i386.deb


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

Accepted focalinux 2006-07-1 (source all)

2006-07-22 Thread Gleydson Mazioli da Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 10:33:24 -0300
Source: focalinux
Binary: focalinux-text focalinux-html
Architecture: source all
Version: 2006-07-1
Distribution: unstable
Urgency: low
Maintainer: Gleydson Mazioli da Silva [EMAIL PROTECTED]
Changed-By: Gleydson Mazioli da Silva [EMAIL PROTECTED]
Description: 
 focalinux-html - A full GNU/Linux Portuguese guide (html format)
 focalinux-text - A full GNU/Linux Portuguese guide (text format)
Changes: 
 focalinux (2006-07-1) unstable; urgency=low
 .
   * Update to the new upstream version
   * Removed an old build dependency: linuxdoc-tools
Files: 
 1101bfe97df537331498556806e514fd 586 doc optional focalinux_2006-07-1.dsc
 6e2d4dba852d7bda30c4f9b3dff1e13c 570856 doc optional focalinux_2006-07-1.tar.gz
 2add33881aac17d5192745a7f79a2f21 698570 doc optional 
focalinux-text_2006-07-1_all.deb
 8b5d98eb3beaa63bc95ee79fb48e4a39 747536 doc optional 
focalinux-html_2006-07-1_all.deb

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

iD8DBQFEwjTdpWvD35hbooERAkeoAJ9LS/yJcFDs1puopIo6+sveP7oxOwCfVi+1
rMip2PJEvxtlho35z50kmHE=
=Sp4R
-END PGP SIGNATURE-


Accepted:
focalinux-html_2006-07-1_all.deb
  to pool/main/f/focalinux/focalinux-html_2006-07-1_all.deb
focalinux-text_2006-07-1_all.deb
  to pool/main/f/focalinux/focalinux-text_2006-07-1_all.deb
focalinux_2006-07-1.dsc
  to pool/main/f/focalinux/focalinux_2006-07-1.dsc
focalinux_2006-07-1.tar.gz
  to pool/main/f/focalinux/focalinux_2006-07-1.tar.gz


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



Accepted dates 0.1-1 (source i386)

2006-07-22 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Jul 2006 16:34:37 +0100
Source: dates
Binary: dates libgtkdatesview0 libgtkdatesview-dev
Architecture: source i386
Version: 0.1-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 dates  - a calendar optimised for embedded devices
 libgtkdatesview-dev - a GTK+ 2.0 widget to display calendars (development 
files)
 libgtkdatesview0 - a GTK+ 2.0 widget to display calendars
Changes: 
 dates (0.1-1) unstable; urgency=low
 .
   * Initial release.
Files: 
 9473381c68dfdcf0ef0f86ded03bd18a 661 gnome optional dates_0.1-1.dsc
 c5e2ab197e13d2373f0d33c097a45b91 443550 gnome optional dates_0.1.orig.tar.gz
 2bd4e43445afdd5d125c403efca99862 1902 gnome optional dates_0.1-1.diff.gz
 edd313587bf86088d162ad687b730e14 57610 gnome optional dates_0.1-1_i386.deb
 799ab780e10891161154980b9f69a738 44630 libs optional 
libgtkdatesview0_0.1-1_i386.deb
 d7fdc29672e0d2756efd7439544dc135 17190 libdevel optional 
libgtkdatesview-dev_0.1-1_i386.deb

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

iD8DBQFEveiXLQnkR9C0M98RAiFmAKCoMxxDwOntttCZd1RlmWG/CyVyhACgsh6f
P98ViNEgiQZG0sqkjVKKlkM=
=pIE5
-END PGP SIGNATURE-


Accepted:
dates_0.1-1.diff.gz
  to pool/main/d/dates/dates_0.1-1.diff.gz
dates_0.1-1.dsc
  to pool/main/d/dates/dates_0.1-1.dsc
dates_0.1-1_i386.deb
  to pool/main/d/dates/dates_0.1-1_i386.deb
dates_0.1.orig.tar.gz
  to pool/main/d/dates/dates_0.1.orig.tar.gz
libgtkdatesview-dev_0.1-1_i386.deb
  to pool/main/d/dates/libgtkdatesview-dev_0.1-1_i386.deb
libgtkdatesview0_0.1-1_i386.deb
  to pool/main/d/dates/libgtkdatesview0_0.1-1_i386.deb


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



Accepted gforge 4.5.14-9 (source all)

2006-07-22 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 16:43:57 +0200
Source: gforge
Binary: gforge-lists-mailman gforge-db-postgresql gforge-mta-postfix 
gforge-shell-ldap gforge gforge-common gforge-web-apache gforge-mta-exim 
gforge-mta-courier gforge-ftp-proftpd gforge-shell-postgresql gforge-mta-exim4 
gforge-dns-bind9 gforge-ldap-openldap
Architecture: source all
Version: 4.5.14-9
Distribution: unstable
Urgency: low
Maintainer: Roland Mas [EMAIL PROTECTED]
Changed-By: Roland Mas [EMAIL PROTECTED]
Description: 
 gforge - collaborative development tool - meta-package
 gforge-common - collaborative development tool - shared files
 gforge-db-postgresql - collaborative development tool - database (using 
PostgreSQL)
 gforge-dns-bind9 - collaborative development tool - DNS management (using 
Bind9)
 gforge-ftp-proftpd - collaborative development tool - FTP management (using 
ProFTPd)
 gforge-ldap-openldap - collaborative development tool - LDAP directory (using 
OpenLDAP)
 gforge-lists-mailman - collaborative development tool - mailing-lists (using 
Mailman)
 gforge-mta-courier - collaborative development tool - mail tools (using 
Courier)
 gforge-mta-exim - collaborative development tool - mail tools (using Exim)
 gforge-mta-exim4 - collaborative development tool - mail tools (using Exim 4)
 gforge-mta-postfix - collaborative development tool - mail tools (using 
Postfix)
 gforge-shell-ldap - collaborative development tool - shell accounts (using 
LDAP)
 gforge-shell-postgresql - collaborative development tool - shell accounts 
(using PostgreSQL
 gforge-web-apache - collaborative development tool - web part (using Apache)
Closes: 242186 311791 328224 331835 339646 339878 354591 358241 373554 374384 
375529 375863 376155 376163 376284
Changes: 
 gforge (4.5.14-9) unstable; urgency=low
 .
   * [Roland] Uploading to unstable.  This means the bugs that were fixed
 during the experimental phase can now be closed (closes: #358241,
 #328224, #375863, #331835, #339646, #374384, #373554, #242186,
 #376155, #311791, #339878, #354591).
   * [Roland] fix-lists-url.dpatch: Fixed URL patterns for Mailman pages
 (closes: #375529).  By using the appropriate URLs, rather than messing
 with Mailman's configuration.  Adapted the Apache config accordingly.
   * [Roland] Fixed Postfix configuration (closes: #376284).
   * [Roland] Removed versioned dependencies on virtual packages, by
 keeping only the existing packages (closes: #376163).  If new
 alternatives appear (for new MTAs or mailing-list managers or anything
 else), I'll be glad to add them in the control file.
   * [Roland] Applied patch from Julien Cristau
 [EMAIL PROTECTED], whereby sql2ldif.pl now uses the SQL
 views rather than duplicating their code.
Files: 
 18bbc743a64e6bcde536eb566c5acfaa 937 devel optional gforge_4.5.14-9.dsc
 31bd4e533c2f90d84396c1cd7b1cca54 36438 devel optional gforge_4.5.14-9.diff.gz
 52f4937f6b6f6c016fc5094280f5acdd 77918 devel optional gforge_4.5.14-9_all.deb
 09a25d9f1731d96b57287c65d80a9f68 1005164 devel optional 
gforge-common_4.5.14-9_all.deb
 cc68a6ea2fe810c4df5f11dc659195ca 693692 devel optional 
gforge-web-apache_4.5.14-9_all.deb
 d196e588a0878df8e2f8ab50d7d944e3 202238 devel optional 
gforge-db-postgresql_4.5.14-9_all.deb
 2b67a08cca93897d066accc1846046ad 84666 devel optional 
gforge-mta-exim4_4.5.14-9_all.deb
 4a5af62695a707e595600936e98ea64f 84160 devel optional 
gforge-mta-exim_4.5.14-9_all.deb
 63a38595f72503fd6b29f9d309b667da 84044 devel optional 
gforge-mta-postfix_4.5.14-9_all.deb
 6179b04e234c4a4f739b659a9a99b116 73716 devel optional 
gforge-mta-courier_4.5.14-9_all.deb
 611f29ff597563d5804d4e93b45217b7 82476 devel optional 
gforge-shell-ldap_4.5.14-9_all.deb
 f6c2ef330cb24b19858438380fcb3fff 83406 devel optional 
gforge-shell-postgresql_4.5.14-9_all.deb
 ba903047c72071ad7ca9c44b5a20b953 82654 devel optional 
gforge-ftp-proftpd_4.5.14-9_all.deb
 f775fe036cbf10e9c9b636e29233190f 91386 devel optional 
gforge-ldap-openldap_4.5.14-9_all.deb
 343baf4f4c0a4bddd2152e1d07062c86 92512 devel optional 
gforge-dns-bind9_4.5.14-9_all.deb
 ff25d7a365ce63c154c83747771ce9f2 79808 devel optional 
gforge-lists-mailman_4.5.14-9_all.deb

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

iD8DBQFEwjv9DqdWtRRIQ/URAi0NAKCU9VPS8xvYOtuyn2CGutjdbb3pWgCgip0s
/T5I8v2Ja4UyBa/pvvDe1b4=
=SPZ7
-END PGP SIGNATURE-


Accepted:
gforge-common_4.5.14-9_all.deb
  to pool/main/g/gforge/gforge-common_4.5.14-9_all.deb
gforge-db-postgresql_4.5.14-9_all.deb
  to pool/main/g/gforge/gforge-db-postgresql_4.5.14-9_all.deb
gforge-dns-bind9_4.5.14-9_all.deb
  to pool/main/g/gforge/gforge-dns-bind9_4.5.14-9_all.deb
gforge-ftp-proftpd_4.5.14-9_all.deb
  to pool/main/g/gforge/gforge-ftp-proftpd_4.5.14-9_all.deb
gforge-ldap-openldap_4.5.14-9_all.deb
  to pool/main/g/gforge/gforge-ldap-openldap_4.5.14-9_all.deb
gforge-lists-mailman_4.5.14-9_all.deb
  to 

Accepted diacanvas2 0.14.4-3 (source i386 all)

2006-07-22 Thread Cédric Delfosse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 15:35:53 +0200
Source: diacanvas2
Binary: python-diacanvas2 libdiacanvas2-1-dev libdiacanvas2-1 
libdiacanvas2-1-doc
Architecture: source i386 all
Version: 0.14.4-3
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse [EMAIL PROTECTED]
Changed-By: Cédric Delfosse [EMAIL PROTECTED]
Description: 
 libdiacanvas2-1 - full featured diagramming canvas
 libdiacanvas2-1-dev - full featured diagramming canvas (development files)
 libdiacanvas2-1-doc - full featured diagramming canvas (documentation)
 python-diacanvas2 - DiaCanvas2 library support for Python (default version)
Changes: 
 diacanvas2 (0.14.4-3) unstable; urgency=low
 .
   * Make python-diacanvas2 Conflicts/Replaces with old python2.[34]-diacanvas2
Files: 
 da9c44c48b1d225cb9e86a4d48ed303e 928 graphics optional diacanvas2_0.14.4-3.dsc
 c68f4eba465b9c412bc5ef6041da545d 1207738 graphics optional 
diacanvas2_0.14.4-3.diff.gz
 d161935dd8ea52eef3789a891bf4b6fe 185178 doc optional 
libdiacanvas2-1-doc_0.14.4-3_all.deb
 39248a4c32077184f724bcb5851efe3a 130294 libs optional 
libdiacanvas2-1_0.14.4-3_i386.deb
 903fc2fafe98ca26d7ba660e0d1b2fa5 50792 libdevel optional 
libdiacanvas2-1-dev_0.14.4-3_i386.deb
 6cc812f7ccc6fcf4f6cf4808e601ab90 143276 python optional 
python-diacanvas2_0.14.4-3_i386.deb

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

iD8DBQFEwjqVbmmXPPfovGMRAlrbAJ4zgYWtLYG5hHMzT6KN3Kky62eIowCfeaCI
8onJXn4IVIXG88faZsxQ89c=
=bT7S
-END PGP SIGNATURE-


Accepted:
diacanvas2_0.14.4-3.diff.gz
  to pool/main/d/diacanvas2/diacanvas2_0.14.4-3.diff.gz
diacanvas2_0.14.4-3.dsc
  to pool/main/d/diacanvas2/diacanvas2_0.14.4-3.dsc
libdiacanvas2-1-dev_0.14.4-3_i386.deb
  to pool/main/d/diacanvas2/libdiacanvas2-1-dev_0.14.4-3_i386.deb
libdiacanvas2-1-doc_0.14.4-3_all.deb
  to pool/main/d/diacanvas2/libdiacanvas2-1-doc_0.14.4-3_all.deb
libdiacanvas2-1_0.14.4-3_i386.deb
  to pool/main/d/diacanvas2/libdiacanvas2-1_0.14.4-3_i386.deb
python-diacanvas2_0.14.4-3_i386.deb
  to pool/main/d/diacanvas2/python-diacanvas2_0.14.4-3_i386.deb


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



Accepted dwm 0.4-1 (source i386)

2006-07-22 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 20 Jul 2006 12:52:00 +0200
Source: dwm
Binary: dwm
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm- dynamic window manager
Changes: 
 dwm (0.4-1) unstable; urgency=low
 .
   * Initial release.
Files: 
 1082faf44ce76e2f9fefd19491eb72b3 566 x11 optional dwm_0.4-1.dsc
 b88b74783fcf0d816a0f5d8bbe616142 13724 x11 optional dwm_0.4.orig.tar.gz
 a608b3c4eb29a4dbf072aeb82192a512 3076 x11 optional dwm_0.4-1.diff.gz
 487c41a793bed38cc7f82c0af310a0c1 18064 x11 optional dwm_0.4-1_i386.deb

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

iD8DBQFEv4TI+C5cwEsrK54RAksIAKCEmBphbfMuyggxJ10vCb7ZM8hFQQCfU+u7
PvQ7zC4Ns+g6SCFNgo9D7mQ=
=jinL
-END PGP SIGNATURE-


Accepted:
dwm_0.4-1.diff.gz
  to pool/main/d/dwm/dwm_0.4-1.diff.gz
dwm_0.4-1.dsc
  to pool/main/d/dwm/dwm_0.4-1.dsc
dwm_0.4-1_i386.deb
  to pool/main/d/dwm/dwm_0.4-1_i386.deb
dwm_0.4.orig.tar.gz
  to pool/main/d/dwm/dwm_0.4.orig.tar.gz


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



Accepted dwm 0.5-1 (source i386)

2006-07-22 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jul 2006 21:24:00 +0200
Source: dwm
Binary: dwm
Architecture: source i386
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm- dynamic window manager
Changes: 
 dwm (0.5-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 5baa2f75b5ee1d0ddfd749aba5417fce 566 x11 optional dwm_0.5-1.dsc
 e8dfa2d3502d6bc9aeb9f0f21ab2dec5 13795 x11 optional dwm_0.5.orig.tar.gz
 882919a1def0dfc7d442714be53f204b 3115 x11 optional dwm_0.5-1.diff.gz
 2332ddee8573d833fe3ab7c6fa38ca64 18286 x11 optional dwm_0.5-1_i386.deb

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

iD8DBQFEwSqa+C5cwEsrK54RAuqqAJwOOi3ZnZil4Dn0BmZhH2oCc7otawCgqE6c
pAG4H3/Wp8peYMU5K6Y4PIQ=
=la6h
-END PGP SIGNATURE-


Accepted:
dwm_0.5-1.diff.gz
  to pool/main/d/dwm/dwm_0.5-1.diff.gz
dwm_0.5-1.dsc
  to pool/main/d/dwm/dwm_0.5-1.dsc
dwm_0.5-1_i386.deb
  to pool/main/d/dwm/dwm_0.5-1_i386.deb
dwm_0.5.orig.tar.gz
  to pool/main/d/dwm/dwm_0.5.orig.tar.gz


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



Accepted gforge-plugin-scmsvn 4.5.14-2 (source all)

2006-07-22 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 17:04:44 +0200
Source: gforge-plugin-scmsvn
Binary: gforge-plugin-scmsvn
Architecture: source all
Version: 4.5.14-2
Distribution: unstable
Urgency: low
Maintainer: Roland Mas [EMAIL PROTECTED]
Changed-By: Roland Mas [EMAIL PROTECTED]
Description: 
 gforge-plugin-scmsvn - subversion plugin for GForge
Changes: 
 gforge-plugin-scmsvn (4.5.14-2) unstable; urgency=low
 .
   * [Roland] Upload to unstable.
Files: 
 1638c49ddbdc79415924172aa71b2255 579 devel optional 
gforge-plugin-scmsvn_4.5.14-2.dsc
 009896e5c7885a5835c978214357976d 74464 devel optional 
gforge-plugin-scmsvn_4.5.14-2.tar.gz
 4a819c3be4e6ebc11ae590732b8fb5dc 73612 devel optional 
gforge-plugin-scmsvn_4.5.14-2_all.deb

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

iD8DBQFEwj8QDqdWtRRIQ/URAmMaAKCReTQaYwv9XXyRCI8XQ7pey1QNwwCfVZcq
WSjz0gJ3Sf1EhMrZLpjn75Y=
=WQpl
-END PGP SIGNATURE-


Accepted:
gforge-plugin-scmsvn_4.5.14-2.dsc
  to pool/main/g/gforge-plugin-scmsvn/gforge-plugin-scmsvn_4.5.14-2.dsc
gforge-plugin-scmsvn_4.5.14-2.tar.gz
  to pool/main/g/gforge-plugin-scmsvn/gforge-plugin-scmsvn_4.5.14-2.tar.gz
gforge-plugin-scmsvn_4.5.14-2_all.deb
  to pool/main/g/gforge-plugin-scmsvn/gforge-plugin-scmsvn_4.5.14-2_all.deb


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



Accepted hdate-applet 0.15.6-5 (source i386)

2006-07-22 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 15:51:25 +0300
Source: hdate-applet
Binary: hdate-applet
Architecture: source i386
Version: 0.15.6-5
Distribution: unstable
Urgency: low
Maintainer: Debian Hebrew Packaging Team [EMAIL PROTECTED]
Changed-By: Lior Kaplan [EMAIL PROTECTED]
Description: 
 hdate-applet - Hebrew calendar applet
Changes: 
 hdate-applet (0.15.6-5) unstable; urgency=low
 .
   * Upgrade standards version to 3.7.2 (no changes needed)
   * Include Swedish translation by Daniel Nylander, although it is still not
 usable due to a bug (see #349734).
Files: 
 c416ad63ad032b465d08dec406404591 762 gnome optional hdate-applet_0.15.6-5.dsc
 5177f869a2b22d84e999102cfc6e80c1 15227 gnome optional 
hdate-applet_0.15.6-5.diff.gz
 f2de8bd4bb3feddad71b31f1b1f22303 209502 gnome optional 
hdate-applet_0.15.6-5_i386.deb

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

iD8DBQFEwj8YFViURZnoHaARAqC5AJ9vWF7Y3hSDwQWSFiz4rpihw/WYtwCgrKRM
Pqes7j7yM71CZ0CUUdhnOz8=
=pTP6
-END PGP SIGNATURE-


Accepted:
hdate-applet_0.15.6-5.diff.gz
  to pool/main/h/hdate-applet/hdate-applet_0.15.6-5.diff.gz
hdate-applet_0.15.6-5.dsc
  to pool/main/h/hdate-applet/hdate-applet_0.15.6-5.dsc
hdate-applet_0.15.6-5_i386.deb
  to pool/main/h/hdate-applet/hdate-applet_0.15.6-5_i386.deb


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



Accepted tuxtype-data-nonfree 1.5.6.dfsgnonfree1-1 (source all)

2006-07-22 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Jul 2006 15:11:25 +
Source: tuxtype-data-nonfree
Binary: tuxtype-data-nonfree
Architecture: source all
Version: 1.5.6.dfsgnonfree1-1
Distribution: unstable
Urgency: low
Maintainer: Holger Levsen [EMAIL PROTECTED]
Changed-By: Holger Levsen [EMAIL PROTECTED]
Description: 
 tuxtype-data-nonfree - Educational Typing Tutor Game Starring Tux
Changes: 
 tuxtype-data-nonfree (1.5.6.dfsgnonfree1-1) unstable; urgency=low
 .
   * dfsg-nonfree files from tuxtype 1.5.6 - these soundfiles are only free for
 non-commercial use!
   * initial version
Files: 
 b4dd54093d95310353660be5ffcf6b8a 656 non-free/games optional 
tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1.dsc
 7f65242f3c47a24772fe4c8af4617f08 786078 non-free/games optional 
tuxtype-data-nonfree_1.5.6.dfsgnonfree1.orig.tar.gz
 b7a36172adc046063f9a271c469c65ed 2248 non-free/games optional 
tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1.diff.gz
 cd0dcfd8446f331b79d8b809e0881e3b 787858 non-free/games optional 
tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1_all.deb

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

iD8DBQFEvh4peYl9593Atw0RAuy0AJ9p+NnjgGDQ9Pxy+Fwl8WCl55sMBwCfR8Ko
Nweooz4te3CBT8SfqmTLNTI=
=2bjL
-END PGP SIGNATURE-


Accepted:
tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1.diff.gz
  to 
pool/non-free/t/tuxtype-data-nonfree/tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1.diff.gz
tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1.dsc
  to 
pool/non-free/t/tuxtype-data-nonfree/tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1.dsc
tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1_all.deb
  to 
pool/non-free/t/tuxtype-data-nonfree/tuxtype-data-nonfree_1.5.6.dfsgnonfree1-1_all.deb
tuxtype-data-nonfree_1.5.6.dfsgnonfree1.orig.tar.gz
  to 
pool/non-free/t/tuxtype-data-nonfree/tuxtype-data-nonfree_1.5.6.dfsgnonfree1.orig.tar.gz


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



Accepted gforge-plugin-scmcvs 4.5.14-3 (source all)

2006-07-22 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 16:59:07 +0200
Source: gforge-plugin-scmcvs
Binary: gforge-plugin-scmcvs
Architecture: source all
Version: 4.5.14-3
Distribution: unstable
Urgency: low
Maintainer: Roland Mas [EMAIL PROTECTED]
Changed-By: Roland Mas [EMAIL PROTECTED]
Description: 
 gforge-plugin-scmcvs - cvs plugin for GForge
Closes: 374385
Changes: 
 gforge-plugin-scmcvs (4.5.14-3) unstable; urgency=low
 .
   * [Roland] Upload to unstable (closes: #374385).
Files: 
 9465f183b513a966697da57127da0735 588 devel optional 
gforge-plugin-scmcvs_4.5.14-3.dsc
 3ae51dc2f1735483ebd95d50597fe50b 136550 devel optional 
gforge-plugin-scmcvs_4.5.14-3.tar.gz
 e5421dcc3703b5d1d36ccae4b4d9d634 91336 devel optional 
gforge-plugin-scmcvs_4.5.14-3_all.deb

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

iD4DBQFEwj4IDqdWtRRIQ/URAmVMAJ9TDZ3Esp9RMKeRw6dgCM27YH7+MQCVHVhX
207Ha5vxjITPhPQABJb5Fg==
=9sB4
-END PGP SIGNATURE-


Accepted:
gforge-plugin-scmcvs_4.5.14-3.dsc
  to pool/main/g/gforge-plugin-scmcvs/gforge-plugin-scmcvs_4.5.14-3.dsc
gforge-plugin-scmcvs_4.5.14-3.tar.gz
  to pool/main/g/gforge-plugin-scmcvs/gforge-plugin-scmcvs_4.5.14-3.tar.gz
gforge-plugin-scmcvs_4.5.14-3_all.deb
  to pool/main/g/gforge-plugin-scmcvs/gforge-plugin-scmcvs_4.5.14-3_all.deb


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



Accepted ri-li 1.2.0-1 (source all powerpc)

2006-07-22 Thread Gonéri Le Bouder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 02:09:59 +0200
Source: ri-li
Binary: ri-li-data ri-li
Architecture: source powerpc all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Gonéri Le Bouder [EMAIL PROTECTED]
Description: 
 ri-li  - a toy simulator game
 ri-li-data - data files for Ri-li, a toy simulator game
Closes: 377571 378047
Changes: 
 ri-li (1.2.0-1) unstable; urgency=low
 .
   * new upstream release
   * music license clarified
-remove 20_turn_of_music_in_dfsg_tarball.patch
-add Maf464 in copyright file
   * update description
   * minor changes in rules file
 .
 ri-li (1.0.2.dfsg.1-1) unstable; urgency=low
 .
   * Initial Release (Closes: #378047, #377571)
   * xm files were removed from the tarball
Files: 
 da8a19994897d00d7d7e53634d3195cb 772 games optional ri-li_1.2.0-1.dsc
 b8b5ff32710622f6a161490bc3603709 17835404 games optional 
ri-li_1.2.0.orig.tar.gz
 56d7b9fa08cae7ec1120427102c5948b 7092 games optional ri-li_1.2.0-1.diff.gz
 212e6fda9bb77f102b3976da6d7675c7 17135862 games optional 
ri-li-data_1.2.0-1_all.deb
 4a75198b8c49f4c95b768b1043e36ecc 41192 games optional ri-li_1.2.0-1_powerpc.deb

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

iD8DBQFEwiXCBxd04ADYzRYRAsjsAJ4tsZWV0v68lwGQXM8iUKHAksjmBwCfSFus
5A/OXvZgmcyse1EJu3CC0z4=
=xdYs
-END PGP SIGNATURE-


Accepted:
ri-li-data_1.2.0-1_all.deb
  to pool/main/r/ri-li/ri-li-data_1.2.0-1_all.deb
ri-li_1.2.0-1.diff.gz
  to pool/main/r/ri-li/ri-li_1.2.0-1.diff.gz
ri-li_1.2.0-1.dsc
  to pool/main/r/ri-li/ri-li_1.2.0-1.dsc
ri-li_1.2.0-1_powerpc.deb
  to pool/main/r/ri-li/ri-li_1.2.0-1_powerpc.deb
ri-li_1.2.0.orig.tar.gz
  to pool/main/r/ri-li/ri-li_1.2.0.orig.tar.gz


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



Accepted stellarium 0.8.1-1 (source i386 all)

2006-07-22 Thread Cédric Delfosse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 20 Jul 2006 23:21:14 +0200
Source: stellarium
Binary: stellarium-data stellarium
Architecture: source i386 all
Version: 0.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse [EMAIL PROTECTED]
Changed-By: Cédric Delfosse [EMAIL PROTECTED]
Description: 
 stellarium - real-time photo-realistic sky generator
 stellarium-data - datafiles for Stellarium, a real-time photo-realistic sky 
generat
Closes: 376348
Changes: 
 stellarium (0.8.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: Bug#376348)
   * Use debhelper compat 5
   * Use dpatch
   * Include .mo files into stellarium-data !
Files: 
 60e36a7a907dc943630a0df5aad2bdbe 686 science optional stellarium_0.8.1-1.dsc
 1a17e3dca472214e0863ea8621de321d 18949733 science optional 
stellarium_0.8.1.orig.tar.gz
 29162d3b0a6c57bea1cd7da9f956a970 11607 science optional 
stellarium_0.8.1-1.diff.gz
 934270d507ae73632ec166253725639c 16607368 science optional 
stellarium-data_0.8.1-1_all.deb
 3c2dbbee57bf5d2fe694a65e302a499e 1802036 science optional 
stellarium_0.8.1-1_i386.deb

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

iD8DBQFEwkAobmmXPPfovGMRAo5zAJ9cuBu8zkuXI3/2gmSmULCf8hovZQCgn2Hh
JM3nrY9p+rTAkkstlf5uDIw=
=I0G3
-END PGP SIGNATURE-


Accepted:
stellarium-data_0.8.1-1_all.deb
  to pool/main/s/stellarium/stellarium-data_0.8.1-1_all.deb
stellarium_0.8.1-1.diff.gz
  to pool/main/s/stellarium/stellarium_0.8.1-1.diff.gz
stellarium_0.8.1-1.dsc
  to pool/main/s/stellarium/stellarium_0.8.1-1.dsc
stellarium_0.8.1-1_i386.deb
  to pool/main/s/stellarium/stellarium_0.8.1-1_i386.deb
stellarium_0.8.1.orig.tar.gz
  to pool/main/s/stellarium/stellarium_0.8.1.orig.tar.gz


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



Accepted ri-li 1.0.2.dfsg.1-1 (source all powerpc)

2006-07-22 Thread Gonéri Le Bouder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 3 Jul 2006 17:21:22 +0200
Source: ri-li
Binary: ri-li-data ri-li
Architecture: source powerpc all
Version: 1.0.2.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Gonéri Le Bouder [EMAIL PROTECTED]
Description: 
 ri-li  - a toy simulator game
 ri-li-data - data files for Ri-li, a toy simulator game
Closes: 377571 378047
Changes: 
 ri-li (1.0.2.dfsg.1-1) unstable; urgency=low
 .
   * Initial Release (Closes: #378047, #377571)
   * xm files were removed from the tarball
Files: 
 3dde6a1cb1958161c9b0829c2a03879f 793 games optional ri-li_1.0.2.dfsg.1-1.dsc
 c9ffc1fb5685abe1002e63846dba4c6b 14129568 games optional 
ri-li_1.0.2.dfsg.1.orig.tar.gz
 0f8022202483d968196e88cc9daa7578 6822 games optional 
ri-li_1.0.2.dfsg.1-1.diff.gz
 ba77dca4285b81582ffc2ffb658517f7 13617912 games optional 
ri-li-data_1.0.2.dfsg.1-1_all.deb
 8912f4667c00e254e2753ced5d6b9fb9 39482 games optional 
ri-li_1.0.2.dfsg.1-1_powerpc.deb

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

iD8DBQFEvhV3Bxd04ADYzRYRAmT/AKCv2xgMIgOeTmAiutIG9HkYMKqukQCfRrCv
FZBcCPg26/NAqE/TXyzHgPA=
=jWzU
-END PGP SIGNATURE-


Accepted:
ri-li-data_1.0.2.dfsg.1-1_all.deb
  to pool/main/r/ri-li/ri-li-data_1.0.2.dfsg.1-1_all.deb
ri-li_1.0.2.dfsg.1-1.diff.gz
  to pool/main/r/ri-li/ri-li_1.0.2.dfsg.1-1.diff.gz
ri-li_1.0.2.dfsg.1-1.dsc
  to pool/main/r/ri-li/ri-li_1.0.2.dfsg.1-1.dsc
ri-li_1.0.2.dfsg.1-1_powerpc.deb
  to pool/main/r/ri-li/ri-li_1.0.2.dfsg.1-1_powerpc.deb
ri-li_1.0.2.dfsg.1.orig.tar.gz
  to pool/main/r/ri-li/ri-li_1.0.2.dfsg.1.orig.tar.gz


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



Accepted klamav 0.37-1 (source i386)

2006-07-22 Thread Florent Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Mar 2006 18:25:01 +0200
Source: klamav
Binary: klamav
Architecture: source i386
Version: 0.37-1
Distribution: unstable
Urgency: low
Maintainer: Florent Bayle [EMAIL PROTECTED]
Changed-By: Florent Bayle [EMAIL PROTECTED]
Description: 
 klamav - graphical front-end for clamav
Closes: 352174
Changes: 
 klamav (0.37-1) unstable; urgency=low
 .
   * Initial release Closes: #352174
Files: 
 738bb0cdfdd1e26a9a8cf3877d632e5f 616 utils optional klamav_0.37-1.dsc
 cc27b8c6f6d5e037cf5e17e3ae770e44 1496149 utils optional klamav_0.37.orig.tar.gz
 73f38b5f7c234fb4fc094ba9a046613a 22500 utils optional klamav_0.37-1.diff.gz
 069cf6178917e5fa4a1f35285fa637d4 620648 utils optional klamav_0.37-1_i386.deb

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

iD8DBQFEviUipGK1HsL+5c0RAoMyAJ9AXzbROtpiQtdM5lNiA/2nfvybgQCdGvi7
dsHlqd+pVPD+u/90uEnoP0U=
=LAQz
-END PGP SIGNATURE-


Accepted:
klamav_0.37-1.diff.gz
  to pool/main/k/klamav/klamav_0.37-1.diff.gz
klamav_0.37-1.dsc
  to pool/main/k/klamav/klamav_0.37-1.dsc
klamav_0.37-1_i386.deb
  to pool/main/k/klamav/klamav_0.37-1_i386.deb
klamav_0.37.orig.tar.gz
  to pool/main/k/klamav/klamav_0.37.orig.tar.gz


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



Accepted cdpr 2.2.0-2 (source i386)

2006-07-22 Thread Matt Zagrabelny
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 25 May 2006 12:40:20 -0600
Source: cdpr
Binary: cdpr
Architecture: source i386
Version: 2.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Matt Zagrabelny [EMAIL PROTECTED]
Changed-By: Matt Zagrabelny [EMAIL PROTECTED]
Description: 
 cdpr   - Cisco Discovery Protocol Reporter
Closes: 338153
Changes: 
 cdpr (2.2.0-2) unstable; urgency=low
 .
   * Initial release, closes: Bug#338153
   * Updated 'Standards-Version' to 3.7.2 in debian/control.
   * Cleaned up debian/rules file.
Files: 
 0fc3c94cbb77b4bf3bb9d341a92ce5a8 632 net extra cdpr_2.2.0-2.dsc
 7a6631ffd63d0706fd82060391fc039b 2405 net extra cdpr_2.2.0-2.diff.gz
 f0bd99a5a1b6ce92c58aab63c7ddb72f 11924 net extra cdpr_2.2.0-2_i386.deb
 023b8bd6d399204a66ad728f2aa11ca3 25186 net extra cdpr_2.2.0.orig.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Signed by Isaac Clerencia [EMAIL PROTECTED]

iD8DBQFEvkqNQET2GFTmct4RArv3AJ0b2L7uf8YAhXy1U64EhFx0Pdbq3gCbB3Mn
PDJhPSUyTOptEJVO34GLqfQ=
=1XZ8
-END PGP SIGNATURE-


Accepted:
cdpr_2.2.0-2.diff.gz
  to pool/main/c/cdpr/cdpr_2.2.0-2.diff.gz
cdpr_2.2.0-2.dsc
  to pool/main/c/cdpr/cdpr_2.2.0-2.dsc
cdpr_2.2.0-2_i386.deb
  to pool/main/c/cdpr/cdpr_2.2.0-2_i386.deb
cdpr_2.2.0.orig.tar.gz
  to pool/main/c/cdpr/cdpr_2.2.0.orig.tar.gz


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



Accepted schooltool 0.11.4-3 (source all)

2006-07-22 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 13:20:21 +
Source: schooltool
Binary: schooltool python2.4-schooltool
Architecture: source all
Version: 0.11.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope Team [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python2.4-schooltool - common platform for school administration
 schooltool - common platform for school administration
Changes: 
 schooltool (0.11.4-3) unstable; urgency=low
 .
   * Fix FTBFS: Add missing `,' in build dependencies.
Files: 
 c1ee32f35ddc8f752718d55b2064ba84 953 web extra schooltool_0.11.4-3.dsc
 27bf07b9afff8e99a8345d3a861e928f 260855 web extra schooltool_0.11.4-3.diff.gz
 fb866db525fb7279485ee52c6992d573 32632 web extra schooltool_0.11.4-3_all.deb
 729ab01d66c9159b63320ab5295b246e 503574 python extra 
python2.4-schooltool_0.11.4-3_all.deb

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

iD8DBQFEwihJStlRaw+TLJwRAnvsAJ9NWe6CZCOV2Rp9OI1ZSWHpj7FonwCgqSso
IRlRqnrQUnQA9nYq/VyiNck=
=xScl
-END PGP SIGNATURE-


Accepted:
python2.4-schooltool_0.11.4-3_all.deb
  to pool/main/s/schooltool/python2.4-schooltool_0.11.4-3_all.deb
schooltool_0.11.4-3.diff.gz
  to pool/main/s/schooltool/schooltool_0.11.4-3.diff.gz
schooltool_0.11.4-3.dsc
  to pool/main/s/schooltool/schooltool_0.11.4-3.dsc
schooltool_0.11.4-3_all.deb
  to pool/main/s/schooltool/schooltool_0.11.4-3_all.deb


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



Accepted pypar2 0.06-1 (source all)

2006-07-22 Thread Piotr Ozarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 19 Jul 2006 17:39:29 +0200
Source: pypar2
Binary: pypar2
Architecture: source all
Version: 0.06-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ozarowski [EMAIL PROTECTED]
Changed-By: Piotr Ozarowski [EMAIL PROTECTED]
Description: 
 pypar2 - graphical frontend for the par2 utility
Closes: 378859
Changes: 
 pypar2 (0.06-1) unstable; urgency=low
 .
   * Initial release (closes: #378859)
Files: 
 505b23bcb807e873f66758e17da0cffa 652 gnome optional pypar2_0.06-1.dsc
 455dd86f10f53e3d00ebd21afd270731 14354 gnome optional pypar2_0.06.orig.tar.gz
 a1a0fa8fb45139010cee3fa6973a982c 1834 gnome optional pypar2_0.06-1.diff.gz
 312c1d2066f2ce2119f65ea2e992833d 16770 gnome optional pypar2_0.06-1_all.deb

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

iD8DBQFEvo+j7ftwBTcVV3gRAsojAJ4mSWqw5bV682ZKRe6CnyZQdmVJAgCfa5EJ
QGo9DoDZloDUDywA2I3+vCg=
=+5jx
-END PGP SIGNATURE-


Accepted:
pypar2_0.06-1.diff.gz
  to pool/main/p/pypar2/pypar2_0.06-1.diff.gz
pypar2_0.06-1.dsc
  to pool/main/p/pypar2/pypar2_0.06-1.dsc
pypar2_0.06-1_all.deb
  to pool/main/p/pypar2/pypar2_0.06-1_all.deb
pypar2_0.06.orig.tar.gz
  to pool/main/p/pypar2/pypar2_0.06.orig.tar.gz


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



Accepted fish 1.21.9-1 (source i386)

2006-07-22 Thread James Vega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jul 2006 03:42:28 -0400
Source: fish
Binary: fish
Architecture: source i386
Version: 1.21.9-1
Distribution: unstable
Urgency: low
Maintainer: James Vega [EMAIL PROTECTED]
Changed-By: James Vega [EMAIL PROTECTED]
Description: 
 fish   - a friendly interactive shell
Closes: 372174
Changes: 
 fish (1.21.9-1) unstable; urgency=low
 .
   * New upstream release.
 + Additional emacs-like keybindings (closes: #372174)
 + Documentation is distributed in the tarball. No longer need doxygen and
   groff-base Build-depends.
   * Pull 01_darcs-snapshot-2006-07-19.diff from upstream's Darcs repo to fix
 some test failures and incorrectly generated config files.
   * Pull 02_PACKAGE_TARNAME.diff from upstream's Darcs repo to correct where
 files are installed under /usr/share/doc.
   * Re-add the preinst and NEWS files that went missing in 1.21.6-1 to handle
 upstream moving the function/completion files from /etc/fish.d to
 /usr/share/fish.  Thanks, mjt.
Files: 
 c7e8dbeeb7af9dc795a19f341fb88709 637 shells optional fish_1.21.9-1.dsc
 1fd0d5cd6419b6ee1182e81cfac04a59 877036 shells optional fish_1.21.9.orig.tar.gz
 2f94707663be77e7fcc47966e21bf428 11387 shells optional fish_1.21.9-1.diff.gz
 b348c3c8beef6be9956e86428abdd30b 639402 shells optional fish_1.21.9-1_i386.deb

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

iEYEARECAAYFAkTCRD0ACgkQDb3UpmEybUAKJQCggmMuQ3naJwl9N2x7NHIEcBDW
I8AAnjxaUcL5hJHijLtd66By8n3yhUY5
=YSFi
-END PGP SIGNATURE-


Accepted:
fish_1.21.9-1.diff.gz
  to pool/main/f/fish/fish_1.21.9-1.diff.gz
fish_1.21.9-1.dsc
  to pool/main/f/fish/fish_1.21.9-1.dsc
fish_1.21.9-1_i386.deb
  to pool/main/f/fish/fish_1.21.9-1_i386.deb
fish_1.21.9.orig.tar.gz
  to pool/main/f/fish/fish_1.21.9.orig.tar.gz


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



  1   2   >