Work-needing packages report for Aug 31, 2007

2007-08-31 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 401 (new: 7)
Total number of packages offered up for adoption: 77 (new: 1)
Total number of packages requested help for: 37 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   contest (#439528), orphaned 5 days ago
 Description: The linux kernel responsiveness benchmark
 Installations reported by Popcon: 70

   eunuchs (#439318), orphaned 6 days ago
 Description: Missing manly parts of UNIX API for Python
 Installations reported by Popcon: 56

   kguitar (#439530), orphaned 5 days ago
 Description: Stringed instrument tablature editor for KDE
 Installations reported by Popcon: 424

   opensched (#439533), orphaned 5 days ago
 Description: Tool for project management
 Installations reported by Popcon: 155

   postgresql-autodoc (#439534), orphaned 5 days ago
 Description: utility to create PostrgreSQL database schema overview
   in HTML, DOT and XML
 Installations reported by Popcon: 244

   wmclock (#439966), orphaned 2 days ago
 Description: A dockable clock applet for Window Maker
 Installations reported by Popcon: 497

   wmifs (#439971), orphaned 2 days ago
 Description: WindowMaker dock app for monitoring network traffic
 Installations reported by Popcon: 270

394 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   gjay (#439383), offered 6 days ago
 Description: an automatic and learning DJ for xmms
 Installations reported by Popcon: 132

76 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

   aboot (#315592), requested 798 days ago
 Description: Alpha bootloader: Looking for co-maintainers
 Reverse Depends: aboot aboot-cross dfsbuild ltsp-client-core
 Installations reported by Popcon: 107

   apt-build (#365427), requested 488 days ago
 Description: Need new developer(s)
 Installations reported by Popcon: 852

   apt-cacher (#403584), requested 255 days ago
 Description: caching proxy system for Debian package and source
   files
 Installations reported by Popcon: 369

   apt-show-versions (#382026), requested 387 days ago
 Description: lists available package versions with distribution
 Installations reported by Popcon: 2852

   athcool (#278442), requested 1038 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 281

   cvs (#354176), requested 553 days ago
 Description: Concurrent Versions System
 Reverse Depends: bonsai crossvc cvs-autoreleasedeb cvs-buildpackage
   cvs2cl cvs2html cvschangelogbuilder cvsconnect cvsd cvsdelta (16
   more omitted)
 Installations reported by Popcon: 19602

   dpkg (#282283), requested 1013 days ago
 Description: dselect: a user tool to manage Debian packages
 Reverse Depends: alien alsa-source apt-build apt-cross apt-src
   backuppc build-essential bzr-builddeb clamsmtp crosshurd (88 more
   omitted)
 Installations reported by Popcon: 60285

   elvis (#432298), requested 52 days ago
 Description: powerful clone of the vi/ex text editor (with X11
   support)
 Reverse Depends: elvis elvis-console elvis-tools
 Installations reported by Popcon: 284

   gentoo (#422498), requested 116 days ago
 Description: a fully GUI-configurable, two-pane X file manager
 Installations reported by Popcon: 271

   grub (#248397), requested 1207 days ago
 Description: GRand Unified Bootloader
 Reverse Depends: dfsbuild replicator
 Installations reported by Popcon: 55083

   ispell-et (#391105), requested 330 days ago
 Description: Estonian dictionary for Aspell/Ispell/MySpell
 Installations reported by Popcon: 35

   kradio (#429873), requested 71 days ago
 Description: Comfortable Radio Application for KDE
 Installations reported by Popcon: 258

   lirc (#364606), requested 493 days ago
 Description: Linux Infra-red Remote Control support
 Reverse Depends: audacious-plugins-dev audacious-plugins-extra
   digitaldj fbtv gkrellm-radio gnomeradio gxine irmp3 kradio
   liblircclient-dev (21 more omitted)
 Installations reported by Popcon: 40442

   loop-aes-utils (#385614), requested 364 days ago
 Description: Tools for mounting and manipulating filesystems
 Reverse 

Re: Dependencies on shared libs, news and difference between archs

2007-08-31 Thread Raphael Hertzog
Hi,

On Fri, 31 Aug 2007, Guillem Jover wrote:
 On Wed, 2007-08-22 at 15:19:02 +0200, Raphael Hertzog wrote:
  I think my work is mostly ready for unstable as it is. The last step is to
  convince Guillem Jover, the main dpkg maintainer, to merge that in the
  master branch. He believes that supporting odd cases encourages bad
  practice on library management. I don't think so. On the contrary I'd like
  to promote sane library management and I made some efforts in the included
  documentation to promote that.
 
 First, thanks for your work on this!
 
 For libraries with versioned symbols, just checking for the needed
 version nodes should be enough, and I'd say that adding symbols to
 a previously existing version node or breaking their ABI is broken,
 and something that we should not tolerate.

We could try to change dpkg-gensymbols to be smarter about this. If it
detects that the library is using versioned symbols (i.e. version is
different from Base), then we tolerate less.

But it's not as easy as it seems. For example glibc uses GLIBC_PRIVATE
versioned symbols which can change as they are internal between
various glibc related objects but they are not meant to be used by
others. (this did happen betwen etch's glibc and the current one)

On the other hand, not merging the code also means continuing to
tolerate even more problems, so my work is not a regression at all.

 But for libraries w/o versioned symbols your solution is the most
 reasonable, for now libs with versioned symbols could use it as
 well and we can add a different mode for version-node-only support
 afterwards.

Indeed, but I'm not sure that such a mode is really needed (except maybe
for C++ versioned libraries if that exists where it might avoid having to
handle arch-specific symbol files for very little gain). I'd rather
continue to have the full symbol information available and make our tools
check more rigorously in those cases where we know that we should expect
more.

 So let's start the merging process anyway, I'll try to review the
 branch in the next days, although Frank has been tracking this, I'm
 not sure if he did a final review.

Frank didn't review the changes made after the introduction of the manual
pages (after 2007-07-16).

Any chance this can be included in your monday upload? Or at least, that
we merge it directly after and make an experimental upload so that we can
start working a bit further in the integration with debhelper for example.

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: Dependencies on shared libs, news and difference between archs

2007-08-31 Thread Steve Langasek
On Fri, Aug 31, 2007 at 06:09:42AM +0300, Guillem Jover wrote:

 On Wed, 2007-08-22 at 15:19:02 +0200, Raphael Hertzog wrote:
  I think my work is mostly ready for unstable as it is. The last step is to
  convince Guillem Jover, the main dpkg maintainer, to merge that in the
  master branch. He believes that supporting odd cases encourages bad
  practice on library management. I don't think so. On the contrary I'd like
  to promote sane library management and I made some efforts in the included
  documentation to promote that.

 First, thanks for your work on this!

 For libraries with versioned symbols, just checking for the needed
 version nodes should be enough, and I'd say that adding symbols to
 a previously existing version node or breaking their ABI is broken,
 and something that we should not tolerate.

Huh?  Adding new symbols without adding new version nodes doesn't break
anything of substance, so why would you say this is broken?

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


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



Re: many packages FTBFS, if $TAPE is set

2007-08-31 Thread Andre Majorel
On 2007-08-28 12:22 -0700, Russ Allbery wrote:

 I don't have any time to work on this, but it occurred to me
 reading this that it might be useful for QA purposes to have a
 version of debuild that *unsanitizes* the environment to test
 robustness.  An evil-debuild that sets every problematic
 environment variable that it can think of (TAPE, QUILT_PATCHES,
 LANG, LC_ALL, PWD, etc.), builds the source in a directory name
 containing a space, and otherwise tries all the environmental
 things that have broken packages in the past.

Setting POSIXLY_CORRECT is an easy way to break lots of scripts.

-- 
André Majorel http://www.teaser.fr/~amajorel/
Choosy spammers prefer lists.debian.org.


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



Re: what happened to social contract?

2007-08-31 Thread Brett Parker
On Thu, Aug 30, 2007 at 12:35:22PM -0400, [EMAIL PROTECTED] wrote:
  One issue is that only a few programs appear in the IceWM menu. The  
 rest you need to know the names of and type in by hand. I can of  
 course create a menu if I have a prepackaged selection of software,  
 which is what I am working on.

Err, well, I just fired up icewm in an Xnest session to check - weirdly
it's got all the programs installed in the menu (under the Programs
entry), so I have no idea where your getting this idea from.

-- 
Brett Parker


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



Re: Bugfix/hardware support updates to stable releases?

2007-08-31 Thread Charles Plessy
Le Fri, Aug 31, 2007 at 01:45:40AM +0100, Ben Hutchings a écrit :
 
 Only release-critical bugs are fixed in a stable release.  You can get
 non-critical fixes for some packages by selective use of backports.org.
 

Actually, I would be happy to hear opinions (in private if you think the
question was trivial) on the follwing bug :

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425508

Basically, IBM does not distribute anymore the tarballs supported by
Etch's `java-package', wich means that the package becomes much less
useful on powerpc. Would this kind of problem be enough for a stable
update? My gut feeling is that if in order to use Etch one has to know
how to use backports.net, it is not really Etch anymore...

Have a nice say,

-- 
Charles Plessy
Wako, Saitama, Japan


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



Bug#440279: ITP: op -- sudo like controlled privilege escalation

2007-08-31 Thread Michael Prokop
Package: wnpp
Severity: wishlist
Owner: Michael Prokop [EMAIL PROTECTED]


* Package name: op
  Version : 1.32
  Upstream Author : Alec Thomas [EMAIL PROTECTED]
* URL : http://swapoff.org/wiki/op
* License : BSD
  Programming Lang: C
  Description : sudo like controlled privilege escalation

 The op tool provides a flexible means for system administrators
 to grant access to certain root operations without having to
 give them full superuser privileges. Different sets of users may
 access different operations, and the security-related aspects of
 each operation can be carefully controlled.
 .
  Homepage: http://swapoff.org/wiki/op

Notice: a preliminary Debian package is available at
http://deb.grml.org/pool/main/o/op/

regards,
-mika-


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



Re: what happened to social contract?

2007-08-31 Thread Ben Hutchings
On Fri, 2007-08-31 at 08:39 +0100, Brett Parker wrote:
 On Thu, Aug 30, 2007 at 12:35:22PM -0400, [EMAIL PROTECTED] wrote:
   One issue is that only a few programs appear in the IceWM menu. The  
  rest you need to know the names of and type in by hand. I can of  
  course create a menu if I have a prepackaged selection of software,  
  which is what I am working on.
 
 Err, well, I just fired up icewm in an Xnest session to check - weirdly
 it's got all the programs installed in the menu (under the Programs
 entry), so I have no idea where your getting this idea from.

Maybe he didn't install the menu package.

Ben.

-- 
Ben Hutchings
When you say `I wrote a program that crashed Windows', people just stare ...
and say `Hey, I got those with the system, *for free*'. - Linus Torvalds


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


Bug#440290: ITP: phamm -- Phamm (PHP LDAP Virtual Hosting Manager) is a front-end written in PHP to manage virtual service's using a LDAP directory backend.

2007-08-31 Thread Alessandro De Zorzi
Package: wnpp
Severity: wishlist
Owner: Alessandro De Zorzi [EMAIL PROTECTED]


* Package name: phamm
  Version : 0.4.13
  Upstream Author : Alessandro De Zorzi [EMAIL PROTECTED]
* URL : http://www.phamm.org/
* License : GPL v2
  Programming Lang: PHP, Perl, Bash
  Description : Phamm (PHP LDAP Virtual Hosting Manager) is a front-end 
written in PHP to manage virtual service's using a LDAP directory backend.

Phamm provide a web interface to manage virtual mail account, DNS
setting, FTP account, proxy account and other using LDAP as backend. ISP
use phamm for their customers. Phamm provide a valid phamm.schema with
own OID provide by IANA.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Re: Bugfix/hardware support updates to stable releases?

2007-08-31 Thread Peter Samuelson

[Charles Plessy]
 Actually, I would be happy to hear opinions (in private if you think the
 question was trivial) on the follwing bug :
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425508
 
 Basically, IBM does not distribute anymore the tarballs supported by
 Etch's `java-package', wich means that the package becomes much less
 useful on powerpc.

If the package is totally broken because it can't download an external
file it needs, then that would be an RC bug, appropriate to fix in an
etch point release.  It looks as though only part of the functionality
is broken, though, in that there are multiple tarballs you can download
with java-package and only one fails, so the situation is less clear.

I'd still consider it something fixable in etch, but I'm neither a RM
nor a java-package maintainer.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


signature.asc
Description: Digital signature


Re: Bug#399892: nepenthes_0.2.0-1(hppa/experimental): FTBFS: tries to use static library compiled without -fPIC

2007-08-31 Thread Frank Lichtenheld
On Wed, Aug 29, 2007 at 02:53:01PM -0300, Luciano Bello wrote:
 El Mar 17 Jul 2007, Jan Wagner escribió:
  Hi Luciano,
 
  On Wednesday 20 June 2007 19:15, Luciano Bello wrote:
 I need your opinion and comments about: http://bugs.debian.org/399892
 Nepenthes has a module (modulehoneytrap.so) linked with libipq (IPQ
   library for userspace), which is part of iptables-dev. Libipq looks like
   it only comes in a static form, and hence isn't built PIC.
 Frank Lichtenheld [EMAIL PROTECTED] proposed to ask here.
  
   Please CC to the bug if you think is proper.
 
  Any process with the issue?
 
 Sorry for the delay..
 
 No.. nothing new.

Have you asked the iptables-dev maintainer whether he would provide a
version of libipq compiled with PIC?

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


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



Re: Why no Opera?

2007-08-31 Thread Jon Dowland
On Thu, Aug 30, 2007 at 05:15:50PM +0200, Maarten Verwijs wrote:
  The documentation I have found about the different versions  and
  process is somewhat vague.
 
 I'm sure that the Debian Documentation guys would like to receive your
 patches.

Even identifying the troublesome documentation would be useful.


-- 
Jon Dowland


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



Bug#440298: ITP: original -- Original is a set of scripts to get your digital photos on the web.

2007-08-31 Thread Alessandro De Zorzi
Package: wnpp
Severity: wishlist
Owner: Alessandro De Zorzi [EMAIL PROTECTED]


* Package name: original
  Version : 0.11.2
  Upstream Author : Jakub Steiner [EMAIL PROTECTED] Tuomas Kuosmanen [EMAIL 
PROTECTED] Larry Ewing [EMAIL PROTECTED]
* URL : http://jimmac.musichall.cz/original.php
* License : GPL v2
  Programming Lang: PHP, Bash, Perl, Ruby
  Description : Original is a set of scripts to get your digital photos on 
the web.

Original consist of two parts: a client side to scale the images to
different side and a set of PHP script to render html pages of the
picture gallery.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Re: Thoughts about including scsiaddgui

2007-08-31 Thread Bernd Zeimetz
Reid Priedhorsky wrote:
 On Thu, 30 Aug 2007 22:00:13 +0200, Bernd Zeimetz wrote:
 Steinar H. Gunderson wrote:
 Has there ever been a case where an RFP bug has actually stimulated anyone
 into packaging a given piece of software?
 Yes, I've closed three RFPs during the last month or so, and retitle
 another one which is now on the todo list for the coming days.
 
 ... one of which was mine (viking), so perhaps now is a good time to
 express my personal thanks for Bernd's work on that particular RFP. :)

you're welcome :)


-- 
Bernd Zeimetz
[EMAIL PROTECTED] http://bzed.de/


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



Re: Bug#440298: ITP: original -- Original is a set of scripts to get your digital photos on the web.

2007-08-31 Thread Gaudenz Steinlin
On Fri, Aug 31, 2007 at 01:15:57PM +0200, Alessandro De Zorzi wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Alessandro De Zorzi [EMAIL PROTECTED]
 
 
 * Package name: original

IMHO this should be renamed to something less general like
original-webgallery.

Gaudenz

   Version : 0.11.2
   Upstream Author : Jakub Steiner [EMAIL PROTECTED] Tuomas Kuosmanen 
 [EMAIL PROTECTED] Larry Ewing [EMAIL PROTECTED]
 * URL : http://jimmac.musichall.cz/original.php
 * License : GPL v2
   Programming Lang: PHP, Bash, Perl, Ruby
   Description : Original is a set of scripts to get your digital photos 
 on the web.
 
 Original consist of two parts: a client side to scale the images to
 different side and a set of PHP script to render html pages of the
 picture gallery.
 
 -- System Information:
 Debian Release: 4.0
   APT prefers stable
   APT policy: (500, 'stable')
 Architecture: powerpc (ppc)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.18-4-powerpc
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


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



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

2007-08-31 Thread Stefano Zacchiroli
On Thu, Aug 30, 2007 at 03:19:43PM -0400, Eric Cooper wrote:
 The Debian OCaml maintenance team is looking at how to organize the
 HTML documentation provided by the various OCaml packages.  Our first

Right, to add some details to that:
- each library we have (will) ship an HTML documentation of the API,
  generated with ocamldoc (the equivalent of javadoc). Such
  documentation will be installed as /usr/share/doc/PACKAGE/html/api/
- we just want to have a global HTML index which contain a listing of
  all the library we ship as simple HTML links to the above pieces of
  documentation

If possible we would like to avoid reinventing the wheel, and doc-base
seems to be the right tool; it's just to restrictive: why should its
categories be tight to the menu categories?

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#440359: ITP: ganeti -- cluster-based virtualization management software

2007-08-31 Thread Iustin Pop
Package: wnpp
Severity: wishlist
Owner: Iustin Pop [EMAIL PROTECTED]

* Package name: ganeti
  Version : 1.2~b1
  Upstream Author : Google Inc. [EMAIL PROTECTED]
* URL : http://code.google.com/p/ganeti/
* License : GPL
  Programming Lang: Python
  Description : cluster-based virtualization management software

Ganeti is a virtual server management software tool built on top of Xen
virtual machine monitor and other Open Source software.

Once installed, the tool will take over the management part of the
virtual instances (Xen DomU), e.g. disk creation management, operating
system installation for these instances (in co-operation with
OS-specific install scripts), and startup, shutdown, failover between
physical systems.

It has been designed to facilitate cluster management of virtual servers
and to provide fast and simple recovery after physical failures using
commodity hardware.

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

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


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



Accepted postfix 2.5-20070824-1 (source all i386)

2007-08-31 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 23:16:31 -0600
Source: postfix
Binary: postfix-pcre postfix postfix-pgsql postfix-doc postfix-ldap postfix-cdb 
postfix-dev postfix-mysql
Architecture: all i386 source 
Version: 2.5-20070824-1
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 postfix- High-performance mail transport agent
 postfix-cdb - CDB map support for Postfix
 postfix-dev - Loadable modules development environment for Postfix
 postfix-doc - Documentation for Postfix
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MYSQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PGSQL map support for Postfix
Changes: 
 postfix (2.5-20070824-1) experimental; urgency=low
 .
   * New upstream
Files: 
 038d6c71596359cba67212fdfa7269c4 1124866 mail extra 
postfix_2.5-20070824-1_i386.deb
 3281d30ddb396fedfe9226b3ba3be5a8 44770 mail extra 
postfix-ldap_2.5-20070824-1_i386.deb
 40b8b677c07da796205bf6641e4edc40 39760 mail extra 
postfix-pgsql_2.5-20070824-1_i386.deb
 5b4c8124661c9f1a1206d1e6c291c738 1020 mail extra postfix_2.5-20070824-1.dsc
 7e4a293462941785855504a39282ffd1 39524 mail extra 
postfix-pcre_2.5-20070824-1_i386.deb
 83013634651bec042991478ebf039b01 2935617 mail extra 
postfix_2.5-20070824.orig.tar.gz
 9ae16da57c1d6864a0d74ade16091a39 822496 doc extra 
postfix-doc_2.5-20070824-1_all.deb
 9bb1abf4ed365dca3bac630fb6945ba5 219921 mail extra 
postfix_2.5-20070824-1.diff.gz
 a86aff9a7989f7ffe806a611b859eeda 37740 mail extra 
postfix-cdb_2.5-20070824-1_i386.deb
 ce2265be65ad0ac3af19ddefde2483f7 133990 devel extra 
postfix-dev_2.5-20070824-1_all.deb
 d53a97e5f15335943835af599d12eee7 39682 mail extra 
postfix-mysql_2.5-20070824-1_i386.deb

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

iD8DBQFG16tdzN/kmwoKyScRAjoLAJ4hGjPLDKpZ+/2e0t9CxGjtm5qW3ACdFYfD
AXySLKXmzBxI8dar1uTUCbU=
=SANH
-END PGP SIGNATURE-


Accepted:
postfix-cdb_2.5-20070824-1_i386.deb
  to pool/main/p/postfix/postfix-cdb_2.5-20070824-1_i386.deb
postfix-dev_2.5-20070824-1_all.deb
  to pool/main/p/postfix/postfix-dev_2.5-20070824-1_all.deb
postfix-doc_2.5-20070824-1_all.deb
  to pool/main/p/postfix/postfix-doc_2.5-20070824-1_all.deb
postfix-ldap_2.5-20070824-1_i386.deb
  to pool/main/p/postfix/postfix-ldap_2.5-20070824-1_i386.deb
postfix-mysql_2.5-20070824-1_i386.deb
  to pool/main/p/postfix/postfix-mysql_2.5-20070824-1_i386.deb
postfix-pcre_2.5-20070824-1_i386.deb
  to pool/main/p/postfix/postfix-pcre_2.5-20070824-1_i386.deb
postfix-pgsql_2.5-20070824-1_i386.deb
  to pool/main/p/postfix/postfix-pgsql_2.5-20070824-1_i386.deb
postfix_2.5-20070824-1.diff.gz
  to pool/main/p/postfix/postfix_2.5-20070824-1.diff.gz
postfix_2.5-20070824-1.dsc
  to pool/main/p/postfix/postfix_2.5-20070824-1.dsc
postfix_2.5-20070824-1_i386.deb
  to pool/main/p/postfix/postfix_2.5-20070824-1_i386.deb
postfix_2.5-20070824.orig.tar.gz
  to pool/main/p/postfix/postfix_2.5-20070824.orig.tar.gz


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



Accepted speech-dispatcher 0.6.4-2 (source all amd64)

2007-08-31 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 09:30:15 +0200
Source: speech-dispatcher
Binary: speech-dispatcher-doc-cs speech-dispatcher libspeechd2 
cl-speech-dispatcher libspeechd-dev speech-dispatcher-festival python-speechd
Architecture: source all amd64
Version: 0.6.4-2
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
 libspeechd-dev - Speech Dispatcher: Development libraries and header files
 libspeechd2 - Speech Dispatcher: Shared libraries
 python-speechd - Python interface to Speech Dispatcher
 speech-dispatcher - Common interface to speech synthesizers
 speech-dispatcher-doc-cs - Speech Dispatcher documentation in Czech
 speech-dispatcher-festival - Festival support for Speech Dispatcher
Changes: 
 speech-dispatcher (0.6.4-2) unstable; urgency=low
 .
   * Build-depend on libespeak-dev.
Files: 
 2ed1dbab843eaca85a61af6726b46f68 1072 sound extra speech-dispatcher_0.6.4-2.dsc
 4f3042ba05b46871cabb251b8abbd851 10041 sound extra 
speech-dispatcher_0.6.4-2.diff.gz
 024f0d8f8faf2d53d90b9d9c59bea069 12848 devel extra 
cl-speech-dispatcher_0.6.4-2_all.deb
 0154b4b24ddfd5dae5e49bcd61394c0f 15018 python extra 
python-speechd_0.6.4-2_all.deb
 7a450770945e14479d73ed60210d706c 4914 sound extra 
speech-dispatcher-festival_0.6.4-2_all.deb
 f0d29a976f5625bdb20d567dae348fba 30924 doc extra 
speech-dispatcher-doc-cs_0.6.4-2_all.deb
 5cc23593b53b1f3eef5f45b4f3e42600 377978 sound extra 
speech-dispatcher_0.6.4-2_amd64.deb
 0c46ba0274614cfd607ac68bf56d8b42 53332 libs extra libspeechd2_0.6.4-2_amd64.deb
 7a09076dd84dff8ebe0660e189dca625 54126 libdevel extra 
libspeechd-dev_0.6.4-2_amd64.deb

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

iD8DBQFG18RukSkk/j3Cm0ERAiYmAJ4vdHbGDytSW3czkuTibyTyefDtkQCg08oR
nZuUxzHoDmbvdwRBPpVCrEM=
=6Wj4
-END PGP SIGNATURE-


Accepted:
cl-speech-dispatcher_0.6.4-2_all.deb
  to pool/main/s/speech-dispatcher/cl-speech-dispatcher_0.6.4-2_all.deb
libspeechd-dev_0.6.4-2_amd64.deb
  to pool/main/s/speech-dispatcher/libspeechd-dev_0.6.4-2_amd64.deb
libspeechd2_0.6.4-2_amd64.deb
  to pool/main/s/speech-dispatcher/libspeechd2_0.6.4-2_amd64.deb
python-speechd_0.6.4-2_all.deb
  to pool/main/s/speech-dispatcher/python-speechd_0.6.4-2_all.deb
speech-dispatcher-doc-cs_0.6.4-2_all.deb
  to pool/main/s/speech-dispatcher/speech-dispatcher-doc-cs_0.6.4-2_all.deb
speech-dispatcher-festival_0.6.4-2_all.deb
  to pool/main/s/speech-dispatcher/speech-dispatcher-festival_0.6.4-2_all.deb
speech-dispatcher_0.6.4-2.diff.gz
  to pool/main/s/speech-dispatcher/speech-dispatcher_0.6.4-2.diff.gz
speech-dispatcher_0.6.4-2.dsc
  to pool/main/s/speech-dispatcher/speech-dispatcher_0.6.4-2.dsc
speech-dispatcher_0.6.4-2_amd64.deb
  to pool/main/s/speech-dispatcher/speech-dispatcher_0.6.4-2_amd64.deb


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



Accepted prelude-manager 0.9.9.1-1 (source amd64)

2007-08-31 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 24 Aug 2007 15:36:00 +0200
Source: prelude-manager
Binary: prelude-manager
Architecture: source amd64
Version: 0.9.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Mickael Profeta [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 prelude-manager - Hybrid Intrusion Detection System [ Report Manager ]
Changes: 
 prelude-manager (0.9.9.1-1) unstable; urgency=low
 .
   * New upstream release
   * Update my email address
   * Set strict dependency on libpreludedb = 0.9.13 (for schema version)
   * Upgrade database schema
Files: 
 b4bb0b55d49837b7dd1b627b87f8d2e0 765 admin extra prelude-manager_0.9.9.1-1.dsc
 89f7f561a4b6d70c5336dc49454b8661 647637 admin extra 
prelude-manager_0.9.9.1.orig.tar.gz
 042c06c6a31ef8db09fef2ce04289f40 11574 admin extra 
prelude-manager_0.9.9.1-1.diff.gz
 d06347d4c87efbd1fdb2e03279fb6af0 171174 admin extra 
prelude-manager_0.9.9.1-1_amd64.deb

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

iD8DBQFG0nzjtwVrWo1fQMsRArOXAJ0Vmaqv2jrEtqNKc9hX7ilxG3UmWgCfSQ87
lZUPMC9UNlU9UMXAJyGK0gE=
=hs7r
-END PGP SIGNATURE-


Accepted:
prelude-manager_0.9.9.1-1.diff.gz
  to pool/main/p/prelude-manager/prelude-manager_0.9.9.1-1.diff.gz
prelude-manager_0.9.9.1-1.dsc
  to pool/main/p/prelude-manager/prelude-manager_0.9.9.1-1.dsc
prelude-manager_0.9.9.1-1_amd64.deb
  to pool/main/p/prelude-manager/prelude-manager_0.9.9.1-1_amd64.deb
prelude-manager_0.9.9.1.orig.tar.gz
  to pool/main/p/prelude-manager/prelude-manager_0.9.9.1.orig.tar.gz


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



Accepted telepathy-gabble 0.5.13-1 (source i386)

2007-08-31 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 09:44:51 +0200
Source: telepathy-gabble
Binary: telepathy-gabble-dbg telepathy-gabble
Architecture: source i386
Version: 0.5.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 telepathy-gabble - Jabber/XMPP connection manager
 telepathy-gabble-dbg - Jabber/XMPP connection manager
Changes: 
 telepathy-gabble (0.5.13-1) unstable; urgency=low
 .
   [ Laurent Bigonville ]
   * Add myself as an Uploaders
   * Use binary:Version instead of Source-Version to be binNMU safe
 .
   [ Sjoerd Simons ]
   * New upstream release
   * debian/control: Bump libtelepathy-glib-dev build-dep to = 0.5.14
Files: 
 c0e4947c7af663bf0933fbfb4d2973f1 1054 net optional 
telepathy-gabble_0.5.13-1.dsc
 286613c8b7d76d18dcb6489e2bdd65c2 648091 net optional 
telepathy-gabble_0.5.13.orig.tar.gz
 e053e00762144f8d8181e07f2a06963a 5215 net optional 
telepathy-gabble_0.5.13-1.diff.gz
 78813aad65daf4d79fb0b4b7c2676313 231264 net optional 
telepathy-gabble_0.5.13-1_i386.deb
 8f6f3f2f57d30c87cb41cf149833294f 360750 net extra 
telepathy-gabble-dbg_0.5.13-1_i386.deb

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

iD8DBQFG184YgTd+SodosdIRAhvfAKCjHInM3lhijhmY0Oqajg4sHLkGQwCgghvA
LyAfEj90lE2LBBuNXtsf4JQ=
=RYkw
-END PGP SIGNATURE-


Accepted:
telepathy-gabble-dbg_0.5.13-1_i386.deb
  to pool/main/t/telepathy-gabble/telepathy-gabble-dbg_0.5.13-1_i386.deb
telepathy-gabble_0.5.13-1.diff.gz
  to pool/main/t/telepathy-gabble/telepathy-gabble_0.5.13-1.diff.gz
telepathy-gabble_0.5.13-1.dsc
  to pool/main/t/telepathy-gabble/telepathy-gabble_0.5.13-1.dsc
telepathy-gabble_0.5.13-1_i386.deb
  to pool/main/t/telepathy-gabble/telepathy-gabble_0.5.13-1_i386.deb
telepathy-gabble_0.5.13.orig.tar.gz
  to pool/main/t/telepathy-gabble/telepathy-gabble_0.5.13.orig.tar.gz


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



Accepted telepathy-glib 0.5.14-1 (source i386 all)

2007-08-31 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 28 Aug 2007 15:21:47 +0100
Source: telepathy-glib
Binary: libtelepathy-glib0 libtelepathy-glib0-dbg libtelepathy-glib-doc 
libtelepathy-glib-unstable-dev libtelepathy-glib-dev
Architecture: source i386 all
Version: 0.5.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers [EMAIL PROTECTED]
Changed-By: Simon McVittie [EMAIL PROTECTED]
Description: 
 libtelepathy-glib-dev - GLib Telepathy connection manager library (headers)
 libtelepathy-glib-doc - GLib Telepathy connection manager library 
(documentation)
 libtelepathy-glib-unstable-dev - GLib Telepathy connection manager library 
(unstable interfaces)
 libtelepathy-glib0 - Telepathy framework - GLib connection manager library
 libtelepathy-glib0-dbg - GLib Telepathy connection manager library (debug 
symbols)
Changes: 
 telepathy-glib (0.5.14-1) unstable; urgency=low
 .
   [ Laurent Bigonville ]
   * Add XS-Vcs-Bzr field
   * Add myself as an Uploaders
   * Use binary:Version instead of Source-Version to be binNMU safe
 .
   [ Simon McVittie ]
   * New upstream release
 - increase shlibdeps to 0.5.14
Files: 
 67dbe65c441cca89e99e64aa9ab092d0 1078 libs optional telepathy-glib_0.5.14-1.dsc
 a784f13a377873464d1bf430ed35ad43 853928 libs optional 
telepathy-glib_0.5.14.orig.tar.gz
 c199527798a4605eea72b771d5ebda24 3136 libs optional 
telepathy-glib_0.5.14-1.diff.gz
 6112ea40f3dbc9128c9c4c86395e80aa 243024 doc optional 
libtelepathy-glib-doc_0.5.14-1_all.deb
 cb2dfdf0a7213e5eebadff00c389ec97 154814 libs optional 
libtelepathy-glib0_0.5.14-1_i386.deb
 ecaaacab9581795fa007ece834ebcfd8 135040 libdevel optional 
libtelepathy-glib-dev_0.5.14-1_i386.deb
 2c2f72f1c9877cd0d344555bf69b70d2 154452 libdevel extra 
libtelepathy-glib0-dbg_0.5.14-1_i386.deb
 ffec9a73ffb68935ae9668b6686022f7 12066 libdevel optional 
libtelepathy-glib-unstable-dev_0.5.14-1_i386.deb

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

iD8DBQFG18aygTd+SodosdIRAoIDAKCN6PkkRJRB6zyPXkwpXk/8HCdVjwCfa3Wh
1Tb6s8PQX6CfWP4/yo0WBxs=
=/mX/
-END PGP SIGNATURE-


Accepted:
libtelepathy-glib-dev_0.5.14-1_i386.deb
  to pool/main/t/telepathy-glib/libtelepathy-glib-dev_0.5.14-1_i386.deb
libtelepathy-glib-doc_0.5.14-1_all.deb
  to pool/main/t/telepathy-glib/libtelepathy-glib-doc_0.5.14-1_all.deb
libtelepathy-glib-unstable-dev_0.5.14-1_i386.deb
  to pool/main/t/telepathy-glib/libtelepathy-glib-unstable-dev_0.5.14-1_i386.deb
libtelepathy-glib0-dbg_0.5.14-1_i386.deb
  to pool/main/t/telepathy-glib/libtelepathy-glib0-dbg_0.5.14-1_i386.deb
libtelepathy-glib0_0.5.14-1_i386.deb
  to pool/main/t/telepathy-glib/libtelepathy-glib0_0.5.14-1_i386.deb
telepathy-glib_0.5.14-1.diff.gz
  to pool/main/t/telepathy-glib/telepathy-glib_0.5.14-1.diff.gz
telepathy-glib_0.5.14-1.dsc
  to pool/main/t/telepathy-glib/telepathy-glib_0.5.14-1.dsc
telepathy-glib_0.5.14.orig.tar.gz
  to pool/main/t/telepathy-glib/telepathy-glib_0.5.14.orig.tar.gz


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



Accepted gparted 0.3.3-3 (source i386)

2007-08-31 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 11 Aug 2007 22:24:50 +1000
Source: gparted
Binary: gparted
Architecture: source i386
Version: 0.3.3-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 gparted- GNOME partition editor
Changes: 
 gparted (0.3.3-3) unstable; urgency=low
 .
   * Resynchronized with Ubuntu.
 - debian/control: don't depend on menu.
   * Fixed the following lintian messgaes:
 - W: gparted source: debian-rules-ignores-make-clean-error line 31
Files: 
 690323f80ca491d34b15549f8a92e336 743 gnome optional gparted_0.3.3-3.dsc
 1a2c6639322718991c8dc5fa278f832b 6678 gnome optional gparted_0.3.3-3.diff.gz
 6ba1c49f02da83dac8dd282fd5647e90 531464 gnome optional gparted_0.3.3-3_i386.deb

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

iD8DBQFG19dsgY5NIXPNpFURApjhAKCdBBMhsh5JK24err9M5QjSOP1BUACeLldV
8PxtWQ2FTXi0oowlXrXD0Lo=
=lFZW
-END PGP SIGNATURE-


Accepted:
gparted_0.3.3-3.diff.gz
  to pool/main/g/gparted/gparted_0.3.3-3.diff.gz
gparted_0.3.3-3.dsc
  to pool/main/g/gparted/gparted_0.3.3-3.dsc
gparted_0.3.3-3_i386.deb
  to pool/main/g/gparted/gparted_0.3.3-3_i386.deb


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



Accepted orsa 0.7.0-9 (source all i386)

2007-08-31 Thread Frank S. Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 14:31:09 +0200
Source: orsa
Binary: liborsa0c2a liborsa0-dev xorsa liborsa-doc
Architecture: source all i386
Version: 0.7.0-9
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
Changed-By: Frank S. Thomas [EMAIL PROTECTED]
Description: 
 liborsa-doc - ORSA framework library documentation
 liborsa0-dev - ORSA framework library (development files)
 liborsa0c2a - ORSA framework library
 xorsa  - tool for Celestial Mechanics investigations
Changes: 
 orsa (0.7.0-9) unstable; urgency=low
 .
   * debian/xorsa.menu: Changed section for the new menu hierarchy from
 Apps/Science to Applications/Science/Astronomy.
   * debian/control.in:
 - Added XS-Vcs-{Svn,Browser} fields to the source stanza.
 - Moved myself to Uploaders and set the Debian Scientific Computing Team
   [EMAIL PROTECTED] as Maintainer.
   * src/libxorsa/xorsa_wrapper.cc: Moved the (v)snprintf() functions from
 namespace std to the global namespace to fix the build failures on arm,
 mips and mipsel.
   * GiNaC 1.3.7-1 dropped ginac-config in favor of pkg-config. To migrate from
 ginac-config to pkg-config in ORSA, the following was changed:
 - Exchanged AM_PATH_GINAC with PKG_CHECK_MODULES in configure.in.
 - Build-Depend on pkg-config, libginac-dev (= 1.3.7-1), automake1.9,
   autoconf and libtool. The latter three are needed for autoreconf which
   we call in debian/rules to regenerate the configure script.
   * debian/overrides/liborsa-doc: Added lintian override for three zero byte
 files which were generated by doxygen.
Files: 
 09d9759e8cce9641a1693e138f4cd3a2 1167 science optional orsa_0.7.0-9.dsc
 c34e27c692c857bf482dbf8a90243e53 109376 science optional orsa_0.7.0-9.diff.gz
 56dc4b426669ae6cf8a7d5bc1010b694 4764646 doc optional 
liborsa-doc_0.7.0-9_all.deb
 cc6ec0d5a90450ebdb1f875de8437ef1 1257354 science optional 
xorsa_0.7.0-9_i386.deb
 ce585d279a9b87b5e412ee32dd454890 337566 libs optional 
liborsa0c2a_0.7.0-9_i386.deb
 768dc561b2b8920b43a26e461ed0a4d8 428454 libdevel optional 
liborsa0-dev_0.7.0-9_i386.deb

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

iD8DBQFG19kFxa93SlhRC1oRAmK9AKDraLrHN25WQGQlBedNMWTWX9o/1QCg9jEe
O4YjiN+3rX+6ddnH9ypKw90=
=NC1S
-END PGP SIGNATURE-


Accepted:
liborsa-doc_0.7.0-9_all.deb
  to pool/main/o/orsa/liborsa-doc_0.7.0-9_all.deb
liborsa0-dev_0.7.0-9_i386.deb
  to pool/main/o/orsa/liborsa0-dev_0.7.0-9_i386.deb
liborsa0c2a_0.7.0-9_i386.deb
  to pool/main/o/orsa/liborsa0c2a_0.7.0-9_i386.deb
orsa_0.7.0-9.diff.gz
  to pool/main/o/orsa/orsa_0.7.0-9.diff.gz
orsa_0.7.0-9.dsc
  to pool/main/o/orsa/orsa_0.7.0-9.dsc
xorsa_0.7.0-9_i386.deb
  to pool/main/o/orsa/xorsa_0.7.0-9_i386.deb


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



Accepted secvpn 2.21 (source all)

2007-08-31 Thread Bernd Schumacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 10:43:10 +0200
Source: secvpn
Binary: secvpn
Architecture: source all
Version: 2.21
Distribution: unstable
Urgency: low
Maintainer: Bernd Schumacher [EMAIL PROTECTED]
Changed-By: Bernd Schumacher [EMAIL PROTECTED]
Description: 
 secvpn - Secure Virtual Private Network
Closes: 431947
Changes: 
 secvpn (2.21) unstable; urgency=low
 .
   * Fixed Bug secvpn: fails to purge if perl-modules is not installed.
 Closes: #431947
Files: 
 731ad2116713c431d31f6f1fdf4a9634 529 net optional secvpn_2.21.dsc
 33c236c205b58363a9517c6414791038 217696 net optional secvpn_2.21.tar.gz
 e5708c35bcc0cce96efc8a25192257a9 223466 net optional secvpn_2.21_all.deb

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

iD8DBQFG19g+INZoglnvXbwRAn/WAJ9C02042VxB8U2CoIvsKeNrl0r2ZwCfaKKP
So+97uKYU4jG6WBeHeoxsUI=
=SVuV
-END PGP SIGNATURE-


Accepted:
secvpn_2.21.dsc
  to pool/main/s/secvpn/secvpn_2.21.dsc
secvpn_2.21.tar.gz
  to pool/main/s/secvpn/secvpn_2.21.tar.gz
secvpn_2.21_all.deb
  to pool/main/s/secvpn/secvpn_2.21_all.deb


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



Accepted hsqldb 1.8.0.8-1 (source all)

2007-08-31 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 11:30:39 +0200
Source: hsqldb
Binary: hsqldb-server libhsqldb-java-doc libhsqldb-java
Architecture: source all
Version: 1.8.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 hsqldb-server - Java SQL database server
 libhsqldb-java - Java SQL database engine
 libhsqldb-java-doc - documentation for HSQLDB
Closes: 437630
Changes: 
 hsqldb (1.8.0.8-1) unstable; urgency=low
 .
   * New upstream release
 - includes all Ooo 2.3 patches (closes: #437630)
   * switch to java-gcj-compat-dev as jikes can't build us anymore but
 ecj can
   * add myself to Uploaders
   * make hsqldb-server depend on libhsqldb-java (= ${binary:Version})
 as $|Source-Version} is deprecated
   * Apps/Databases - Applications/Data Management for the new menu policy
Files: 
 a28fb9af3b61fe6d57628f4164bcf025 714 libs optional hsqldb_1.8.0.8-1.dsc
 db32ba511fdb33b9fffd874bec9ea317 2916543 libs optional 
hsqldb_1.8.0.8.orig.tar.gz
 8b4f29831bd3ba3c9c040dbd11d64145 9576 libs optional hsqldb_1.8.0.8-1.diff.gz
 3af8bd717e33b8e721fc6432f5be008b 948390 libs optional 
libhsqldb-java_1.8.0.8-1_all.deb
 0f7e6138aaf45401a8ba9fefcaceb94e 904210 doc optional 
libhsqldb-java-doc_1.8.0.8-1_all.deb
 4f9001e5a764cdbff427396c37fb6ffd 40760 misc optional 
hsqldb-server_1.8.0.8-1_all.deb

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

iD8DBQFG1+C5+FmQsCSK63MRAvuSAJ0SoVxbfsLit3tR6Pc0RHdiqotzVACeP4fl
LlkpNfAQ5p5ZqXA3lvmsihs=
=bpIt
-END PGP SIGNATURE-


Accepted:
hsqldb-server_1.8.0.8-1_all.deb
  to pool/main/h/hsqldb/hsqldb-server_1.8.0.8-1_all.deb
hsqldb_1.8.0.8-1.diff.gz
  to pool/main/h/hsqldb/hsqldb_1.8.0.8-1.diff.gz
hsqldb_1.8.0.8-1.dsc
  to pool/main/h/hsqldb/hsqldb_1.8.0.8-1.dsc
hsqldb_1.8.0.8.orig.tar.gz
  to pool/main/h/hsqldb/hsqldb_1.8.0.8.orig.tar.gz
libhsqldb-java-doc_1.8.0.8-1_all.deb
  to pool/main/h/hsqldb/libhsqldb-java-doc_1.8.0.8-1_all.deb
libhsqldb-java_1.8.0.8-1_all.deb
  to pool/main/h/hsqldb/libhsqldb-java_1.8.0.8-1_all.deb


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



Accepted sane-backends-extras 1.0.18.10 (source amd64)

2007-08-31 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 11:46:24 +0200
Source: sane-backends-extras
Binary: libsane-extras libsane-extras-dev libsane-extras-dbg
Architecture: source amd64
Version: 1.0.18.10
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libsane-extras - API library for scanners -- extra backends
 libsane-extras-dbg - API library for scanners -- extra backends [debug symbols]
 libsane-extras-dev - API development library for scanners [development files]
Closes: 440282
Changes: 
 sane-backends-extras (1.0.18.10) unstable; urgency=low
 .
   * Updated backend:
 + hp3900: v0.9 (closes: #440282).
Files: 
 fc30c733f3e5c21aead69560fe6242ff 772 graphics optional 
sane-backends-extras_1.0.18.10.dsc
 7aebd17886cdf17a30c1f9147d409dd4 836615 graphics optional 
sane-backends-extras_1.0.18.10.tar.gz
 f7bd436888b5260687ce2cf61facee93 302286 libs optional 
libsane-extras_1.0.18.10_amd64.deb
 0bf0099243bf7a5feed024f9405b3cc4 294684 libdevel optional 
libsane-extras-dev_1.0.18.10_amd64.deb
 fe1d4b763ea33f30528ec3cb7d616647 319034 libdevel extra 
libsane-extras-dbg_1.0.18.10_amd64.deb

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

iD8DBQFG1+QOzWFP1/XWUWkRAoo1AKCgec5WAxph+wj1pXdSqnW8go+ckwCgnPXR
W0507qf4BueKVLmLISdpaMY=
=vWT5
-END PGP SIGNATURE-


Accepted:
libsane-extras-dbg_1.0.18.10_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras-dbg_1.0.18.10_amd64.deb
libsane-extras-dev_1.0.18.10_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras-dev_1.0.18.10_amd64.deb
libsane-extras_1.0.18.10_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras_1.0.18.10_amd64.deb
sane-backends-extras_1.0.18.10.dsc
  to pool/main/s/sane-backends-extras/sane-backends-extras_1.0.18.10.dsc
sane-backends-extras_1.0.18.10.tar.gz
  to pool/main/s/sane-backends-extras/sane-backends-extras_1.0.18.10.tar.gz


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



Accepted libdbix-class-perl 0.08006-2 (source all)

2007-08-31 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 10:02:19 +0200
Source: libdbix-class-perl
Binary: libdbix-class-perl
Architecture: source all
Version: 0.08006-2
Distribution: unstable
Urgency: low
Maintainer: Debian Catalyst Maintainers [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libdbix-class-perl - Extensible and flexible object - relational mapper
Closes: 440251
Changes: 
 libdbix-class-perl (0.08006-2) unstable; urgency=low
 .
   * debian/control: libclass-c3-componentised-perl should be in Depends not
 in Recommends (closes: #440251)
Files: 
 333dc00c199778eed15462dc65448fb4 1350 perl optional 
libdbix-class-perl_0.08006-2.dsc
 5bb009181d58c30036f119381ce2114c 3765 perl optional 
libdbix-class-perl_0.08006-2.diff.gz
 3f26f748a98ae9e5f30a3d19f4880a47 383328 perl optional 
libdbix-class-perl_0.08006-2_all.deb

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

iD8DBQFG1+2Gy+HP4f7iC8sRAsmwAJ9acAMthZkTUEwPGZrqtK3GNHJizQCfbvyh
W9mSW+t44L3crFIYYtqh0F0=
=GTI7
-END PGP SIGNATURE-


Accepted:
libdbix-class-perl_0.08006-2.diff.gz
  to pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.08006-2.diff.gz
libdbix-class-perl_0.08006-2.dsc
  to pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.08006-2.dsc
libdbix-class-perl_0.08006-2_all.deb
  to pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.08006-2_all.deb


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



Accepted clamav-data 20070830.234900.4110 (source all)

2007-08-31 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 05:47:09 +
Source: clamav-data
Binary: clamav-data
Architecture: source all
Version: 20070830.234900.4110
Distribution: unstable
Urgency: low
Maintainer: Marc Haber [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 clamav-data - clamav data files
Changes: 
 clamav-data (20070830.234900.4110) unstable; urgency=low
 .
   * Automatically generated by clamav-getfiles.
   * See clamav-getfiles changelog for the real change log.
 URL: 
http://packages.debian.org/changelogs/pool/main/c/clamav-getfiles/current/changelog.html
Files: 
 3340eb4344431e610c9dc878bfa256bf 559 utils optional 
clamav-data_20070830.234900.4110.dsc
 d08dee262e57b63fe3d9ac053fb60fd1 10759727 utils optional 
clamav-data_20070830.234900.4110.tar.gz
 b56fc352a83b0bfff44e19e002af2cc0 10756722 utils optional 
clamav-data_20070830.234900.4110_all.deb

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

iD8DBQFG1/c2gZalRGu6PIQRAlmPAKCRPg5vKtP86Hcf64R67jJZv7PFowCeKmvz
s+dScq04p1xukkhJobHekqU=
=Clmy
-END PGP SIGNATURE-


Accepted:
clamav-data_20070830.234900.4110.dsc
  to pool/main/c/clamav-data/clamav-data_20070830.234900.4110.dsc
clamav-data_20070830.234900.4110.tar.gz
  to pool/main/c/clamav-data/clamav-data_20070830.234900.4110.tar.gz
clamav-data_20070830.234900.4110_all.deb
  to pool/main/c/clamav-data/clamav-data_20070830.234900.4110_all.deb


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



Accepted clamav 0.91.2-2 (source i386 all)

2007-08-31 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 12:29:09 +0100
Source: clamav
Binary: clamav libclamav-dev clamav-dbg clamav-milter clamav-base 
clamav-freshclam clamav-testfiles clamav-daemon libclamav2 clamav-docs
Architecture: source i386 all
Version: 0.91.2-2
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 clamav - antivirus scanner for Unix
 clamav-base - base package for clamav, an anti-virus utility for Unix
 clamav-daemon - antivirus scanner daemon
 clamav-dbg - debug symbols for clamav
 clamav-docs - documentation package for clamav, an anti-virus utility for Unix
 clamav-freshclam - downloads clamav virus databases from the Internet
 clamav-milter - antivirus scanner for sendmail
 clamav-testfiles - use these files to test that your Antivirus program works
 libclamav-dev - clam Antivirus library development files
 libclamav2 - virus scanner library
Closes: 434995 438454 439253 439352 439913
Changes: 
 clamav (0.91.2-2) unstable; urgency=low
 .
   * Use the correct variable for $user (closes: #439253)
   * Guard against unset $DatabaseDirectory (closes: #439913)
   * Make it easier to use clamav-milter with postfix (closes: #434995)
   * Fix shebang paths in contrib directories (closes: #439352)
   * Quiet clamav-milter startup (closes: #438454)
Files: 
 9f2b613936ae81ec1ebda712b4841ee0 862 utils optional clamav_0.91.2-2.dsc
 19cecc4bad161b77d2d1644546123073 202880 utils optional clamav_0.91.2-2.diff.gz
 308b23deae48b2163dce08c582564f7c 10911868 utils optional 
clamav-base_0.91.2-2_all.deb
 56e75b9ce19b708bf1d042eb069116c1 166034 utils optional 
clamav-testfiles_0.91.2-2_all.deb
 7d302425611ce1c5db8671f10e09df71 1015266 utils optional 
clamav-docs_0.91.2-2_all.deb
 ed8131b13e0c4f28f4a678fa55825443 434878 libs optional 
libclamav2_0.91.2-2_i386.deb
 dcb434f5a4a6bf682de080f42277e193 875956 utils optional clamav_0.91.2-2_i386.deb
 39aa1bb57cf3cddbaa8cc12ab33603e6 182538 utils optional 
clamav-daemon_0.91.2-2_i386.deb
 04e6b4c52bf6cdc325b4e919f7497666 203790 utils optional 
clamav-freshclam_0.91.2-2_i386.deb
 e3729f64876a8c3383c77511c5b0a1e9 185914 utils extra 
clamav-milter_0.91.2-2_i386.deb
 a985ca38eb89a8189f0aad4158dd2cb9 439056 libdevel optional 
libclamav-dev_0.91.2-2_i386.deb
 7e096371b64afe4124bf2ab7644542dc 665164 utils extra 
clamav-dbg_0.91.2-2_i386.deb

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

iD8DBQFG1/zDSYIMHOpZA44RAiOWAJ9aSuoA6wSI/X2gACfcZ7tl0XljOgCfSRz7
W/ZwK/MzxjxRN1rwJDRWyxo=
=gV9a
-END PGP SIGNATURE-


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


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



Accepted libwps 0.1.0-5 (source all powerpc)

2007-08-31 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 11:10:32 +0200
Source: libwps
Binary: libwps-0.1-1 libwps-doc libwps-tools libwps-dev
Architecture: source all powerpc
Version: 0.1.0-5
Distribution: unstable
Urgency: medium
Maintainer: Rene Engelhard [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 libwps-0.1-1 - Works text file format import filter library (shared library)
 libwps-dev - Works text file format import filter library (development)
 libwps-doc - Works text file format import filter library (documentation)
 libwps-tools - Tools from libwps for converting Works text documents to 
HTML/RAW
Changes: 
 libwps (0.1.0-5) unstable; urgency=medium
 .
   * add patch from upstream fixing misc. important problems
   * mention POLE in debian/copyright
   * lintian fixes
Files: 
 33be675f9dd6f6e02a77893a5d7c572c 690 libs optional libwps_0.1.0-5.dsc
 ad724d803af83639e110902af691290f 24324 libs optional libwps_0.1.0-5.diff.gz
 7cff8316834998389dd03ae0dedd9e01 187714 doc optional libwps-doc_0.1.0-5_all.deb
 eab0ad898feedeead89b0c0aa7c45d10 84788 libdevel optional 
libwps-dev_0.1.0-5_powerpc.deb
 0cfe3d590bdb7a8d43402197fc3e778b 79010 libs optional 
libwps-0.1-1_0.1.0-5_powerpc.deb
 7e8e426ba7848df2a093410f1db5d189 23688 utils optional 
libwps-tools_0.1.0-5_powerpc.deb

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

iD8DBQFG1/d7+FmQsCSK63MRAtShAJ4gy+Dln5O4EvnDkF+07fuvAghQfwCffTSI
Xcc60VIy98hrMtcpWqbEpCs=
=V+7Q
-END PGP SIGNATURE-


Accepted:
libwps-0.1-1_0.1.0-5_powerpc.deb
  to pool/main/libw/libwps/libwps-0.1-1_0.1.0-5_powerpc.deb
libwps-dev_0.1.0-5_powerpc.deb
  to pool/main/libw/libwps/libwps-dev_0.1.0-5_powerpc.deb
libwps-doc_0.1.0-5_all.deb
  to pool/main/libw/libwps/libwps-doc_0.1.0-5_all.deb
libwps-tools_0.1.0-5_powerpc.deb
  to pool/main/libw/libwps/libwps-tools_0.1.0-5_powerpc.deb
libwps_0.1.0-5.diff.gz
  to pool/main/libw/libwps/libwps_0.1.0-5.diff.gz
libwps_0.1.0-5.dsc
  to pool/main/libw/libwps/libwps_0.1.0-5.dsc


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



Accepted einstein 2.0.dfsg.2-4 (source amd64)

2007-08-31 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 08:43:12 +0200
Source: einstein
Binary: einstein
Architecture: source amd64
Version: 2.0.dfsg.2-4
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 einstein   - Puzzle game inspired on Einstein's puzzle
Closes: 421127 436086 436811
Changes: 
 einstein (2.0.dfsg.2-4) unstable; urgency=low
 .
   * debian/*: Repackaged with cdbs.  Closes: #436811.
   * debian/copyright: Updated for 2007.
   * debian/einstein.desktop: Updated categories.
   * debian/patches/01_sdl.diff: Include directory SDL.
   * debian/patches/02_prefix.diff: Prefix /usr.
   * debian/patches/08_gcc43.diff: Closes: #421127.
   * debian/patches/09_colors.diff: Closes: #436086.
   * debian/watch: Updated.
Files: 
 124ce476f27219357e25d69744d2e3f4 654 games optional einstein_2.0.dfsg.2-4.dsc
 a1075d83292483b12f793fa4ca7bfe80 10540 games optional 
einstein_2.0.dfsg.2-4.diff.gz
 40c6609799fd472cb9a300c72cd88049 1015100 games optional 
einstein_2.0.dfsg.2-4_amd64.deb

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

iD8DBQFG2AKTbMaawmho9B8RAvB4AJ4wp0FPjp83hc7D7sQzcgwHwIYczwCgwYBj
15Ta5u2pj7DXePgT6k/nsGA=
=RUxU
-END PGP SIGNATURE-


Accepted:
einstein_2.0.dfsg.2-4.diff.gz
  to pool/main/e/einstein/einstein_2.0.dfsg.2-4.diff.gz
einstein_2.0.dfsg.2-4.dsc
  to pool/main/e/einstein/einstein_2.0.dfsg.2-4.dsc
einstein_2.0.dfsg.2-4_amd64.deb
  to pool/main/e/einstein/einstein_2.0.dfsg.2-4_amd64.deb


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



Accepted libcatalyst-perl 5.7010-2 (source all)

2007-08-31 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 13:07:22 +0200
Source: libcatalyst-perl
Binary: libcatalyst-perl
Architecture: source all
Version: 5.7010-2
Distribution: unstable
Urgency: low
Maintainer: Debian Catalyst Maintainers [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libcatalyst-perl - The Elegant MVC Web Application Framework
Changes: 
 libcatalyst-perl (5.7010-2) unstable; urgency=low
 .
   * Added dpkg-diversion for manual
Files: 
 22c2b3b5e0fec51645f59121185653eb 1401 perl optional 
libcatalyst-perl_5.7010-2.dsc
 6b0b98b58ccf5cfa4f620f9a9ff77039 4140 perl optional 
libcatalyst-perl_5.7010-2.diff.gz
 d6aeccf2a5c754f37585b8d04df922da 202968 perl optional 
libcatalyst-perl_5.7010-2_all.deb

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

iD8DBQFG2Ad+y+HP4f7iC8sRAgujAJ9waY2s18MHgHkzZyjl7jiVOPUpOwCcC0zN
1rqoUJYtKOggGoDmRLHZPY8=
=1jxJ
-END PGP SIGNATURE-


Accepted:
libcatalyst-perl_5.7010-2.diff.gz
  to pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.7010-2.diff.gz
libcatalyst-perl_5.7010-2.dsc
  to pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.7010-2.dsc
libcatalyst-perl_5.7010-2_all.deb
  to pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.7010-2_all.deb


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



Accepted ecj 3.3.0+0728-3 (source all hppa i386)

2007-08-31 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 23:33:08 +0200
Source: ecj
Binary: libecj-java ecj ecj1 libecj-java-gcj ecj-gcj
Architecture: all hppa i386 source 
Version: 3.3.0+0728-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 ecj-gcj- standalone version of the Eclipse Java compiler (native version)
 libecj-java-gcj - Eclipse Java compiler (native library)
Closes: 440259
Changes: 
 ecj (3.3.0+0728-3) unstable; urgency=medium
 .
   * Use ecj-standalone.jar to build the ecj-gcj and ecj1 binaries.
   * ecj-gcj: Depend on ecj. Closes: #440259.
Files: 
 0bb7b934eee8ed179fcc33f6bfd37ca3 2071762 libs optional 
libecj-java-gcj_3.3.0+0728-3_hppa.deb
 080fa32aa49e4cbe33610e7773fdbea9 1015 devel optional ecj_3.3.0+0728-3.dsc
 7ae85e200c8807f887fd89151d5b7729 1690322 devel optional 
ecj-gcj_3.3.0+0728-3_hppa.deb
 8fec4682149f91957ea56598f30b6069 13472 devel optional ecj_3.3.0+0728-3_all.deb
 a408aab7931065776ef2d256381a2dfe 1442578 libs optional 
libecj-java-gcj_3.3.0+0728-3_i386.deb
 c08639496d2ce306fdb4990bfcb58a78 25898 devel optional ecj_3.3.0+0728-3.diff.gz
 c8db34e8d17d491ce779c532069dceb5 1355060 devel optional 
ecj-gcj_3.3.0+0728-3_i386.deb
 ec30d7b5db38037876444148fd090408 1157518 libs optional 
libecj-java_3.3.0+0728-3_all.deb

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

iD8DBQFG2AaxStlRaw+TLJwRAjBVAJ4gsLkPciI5qUSTmga8l6DvCrcYVACfW86x
0UDkbghJJQO05QXmSNgdOzw=
=6Cix
-END PGP SIGNATURE-


Accepted:
ecj-gcj_3.3.0+0728-3_hppa.deb
  to pool/main/e/ecj/ecj-gcj_3.3.0+0728-3_hppa.deb
ecj-gcj_3.3.0+0728-3_i386.deb
  to pool/main/e/ecj/ecj-gcj_3.3.0+0728-3_i386.deb
ecj_3.3.0+0728-3.diff.gz
  to pool/main/e/ecj/ecj_3.3.0+0728-3.diff.gz
ecj_3.3.0+0728-3.dsc
  to pool/main/e/ecj/ecj_3.3.0+0728-3.dsc
ecj_3.3.0+0728-3_all.deb
  to pool/main/e/ecj/ecj_3.3.0+0728-3_all.deb
libecj-java-gcj_3.3.0+0728-3_hppa.deb
  to pool/main/e/ecj/libecj-java-gcj_3.3.0+0728-3_hppa.deb
libecj-java-gcj_3.3.0+0728-3_i386.deb
  to pool/main/e/ecj/libecj-java-gcj_3.3.0+0728-3_i386.deb
libecj-java_3.3.0+0728-3_all.deb
  to pool/main/e/ecj/libecj-java_3.3.0+0728-3_all.deb


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



Accepted ltrace 0.5-2 (source i386)

2007-08-31 Thread Juan Cespedes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 13:53:27 +0200
Source: ltrace
Binary: ltrace
Architecture: source i386
Version: 0.5-2
Distribution: unstable
Urgency: low
Maintainer: Juan Cespedes [EMAIL PROTECTED]
Changed-By: Juan Cespedes [EMAIL PROTECTED]
Description: 
 ltrace - Tracks runtime library calls in dynamically linked programs
Changes: 
 ltrace (0.5-2) unstable; urgency=low
 .
   * Fixed compilation issue in ppc
Files: 
 f2d7f050f4738021dd5fa1f3094e0fdc 689 utils optional ltrace_0.5-2.dsc
 83ecf008ed21f18238bfa17450e69ad5 9451 utils optional ltrace_0.5-2.diff.gz
 0a91ee99ac2e8ce86a0c2b058fb69a9b 65928 utils optional ltrace_0.5-2_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG2AnEepWluYh4RwMRAuHIAKDZ439fpU67lu6x/KsUomncY8WGFQCguSrb
xEp8NHE83ETbsC3ZCITSkIA=
=YYeb
-END PGP SIGNATURE-


Accepted:
ltrace_0.5-2.diff.gz
  to pool/main/l/ltrace/ltrace_0.5-2.diff.gz
ltrace_0.5-2.dsc
  to pool/main/l/ltrace/ltrace_0.5-2.dsc
ltrace_0.5-2_i386.deb
  to pool/main/l/ltrace/ltrace_0.5-2_i386.deb


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



Accepted star 1.5a67-1.1 (source i386)

2007-08-31 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 14:17:39 +0200
Source: star
Binary: star
Architecture: source i386
Version: 1.5a67-1.1
Distribution: unstable
Urgency: high
Maintainer: Pawel Wiecek [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 star   - A fast POSIX-compliant tape archiver
Closes: 440100
Changes: 
 star (1.5a67-1.1) unstable; urgency=high
 .
   * Non-maintainer upload by testing security team.
   * Fix directory traversal vulnerability in extract.c
 (CVE-2007-4134) (Closes: #440100).
Files: 
 8e0e5316c685b46561fae4672c8afc86 646 utils optional star_1.5a67-1.1.dsc
 5010b572b45bbbc3a625b3a8f65b81bf 31448 utils optional star_1.5a67-1.1.diff.gz
 53574a89cf4dafb72ccff9fc56654135 297786 utils optional star_1.5a67-1.1_i386.deb

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

iD8DBQFG2A3mHYflSXNkfP8RAktHAJ9NV5H4KWZJZGS6MrB+llm9yHGpFACfQw6x
goX0YP9rgEkOmG/xV//MiPQ=
=xOz+
-END PGP SIGNATURE-


Accepted:
star_1.5a67-1.1.diff.gz
  to pool/main/s/star/star_1.5a67-1.1.diff.gz
star_1.5a67-1.1.dsc
  to pool/main/s/star/star_1.5a67-1.1.dsc
star_1.5a67-1.1_i386.deb
  to pool/main/s/star/star_1.5a67-1.1_i386.deb


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



Accepted ifrit 3.2.0-1 (source amd64)

2007-08-31 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 13:40:20 +0100
Source: ifrit
Binary: ifrit
Architecture: source amd64
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Mark Hymers [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 ifrit  - a powerful tool for visualizing 3-dimensional data sets
Changes: 
 ifrit (3.2.0-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 89005728e4a1a8d7eded659b1e6b3958 623 science optional ifrit_3.2.0-1.dsc
 1f300091963fca29da385b6ae2223969 6092544 science optional 
ifrit_3.2.0.orig.tar.gz
 cb2839df7ff03dd22824ead15f40e769 6030 science optional ifrit_3.2.0-1.diff.gz
 3b78c066ddcd93a0ce3009981fb3cbd2 2314144 science optional 
ifrit_3.2.0-1_amd64.deb

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

iD8DBQFG2BH7NIW6CNDsByMRApdGAJ9UE9VUHa1lmVm5Vl/s8DNfql+MhgCcD+cu
7bW6cD6hVjqAh34BzinNSLk=
=dWh9
-END PGP SIGNATURE-


Accepted:
ifrit_3.2.0-1.diff.gz
  to pool/main/i/ifrit/ifrit_3.2.0-1.diff.gz
ifrit_3.2.0-1.dsc
  to pool/main/i/ifrit/ifrit_3.2.0-1.dsc
ifrit_3.2.0-1_amd64.deb
  to pool/main/i/ifrit/ifrit_3.2.0-1_amd64.deb
ifrit_3.2.0.orig.tar.gz
  to pool/main/i/ifrit/ifrit_3.2.0.orig.tar.gz


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



Accepted clucene-core 0.9.16a-4 (source i386)

2007-08-31 Thread Daniel Glassey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 12:44:59 +0100
Source: clucene-core
Binary: libclucene-dev libclucene0ldbl
Architecture: source i386
Version: 0.9.16a-4
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra [EMAIL PROTECTED]
Changed-By: Daniel Glassey [EMAIL PROTECTED]
Description: 
 libclucene-dev - library for full-featured text search engine (development)
 libclucene0ldbl - library for full-featured text search engine (runtime)
Closes: 435197
Changes: 
 clucene-core (0.9.16a-4) unstable; urgency=low
 .
   * Set Fathi as maintainer and me as optional uploader
   * Fix for x86_64 segfaults in CLucene (Closes: #435197)
   Thanks to Jonny Lamb for passing on the patch
Files: 
 193929e289026ba0aae34c15027ef25c 664 libs optional clucene-core_0.9.16a-4.dsc
 318263aeb09ac157d5d0589a6b052240 8267 libs optional 
clucene-core_0.9.16a-4.diff.gz
 1d5ad1400033da63e45a5af09fd28030 343042 libs optional 
libclucene0ldbl_0.9.16a-4_i386.deb
 08d2d8b4a5935d3fd0846ca7b10cba5f 615996 libdevel optional 
libclucene-dev_0.9.16a-4_i386.deb

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

iD8DBQFG2BT+/offrSwPzRoRAsk0AKDgf3ABSzRCkfMeLBUQ18QdY8n0SgCg8YjO
hNXffQmcqI3cg/ezzdlxPbI=
=Q51U
-END PGP SIGNATURE-


Accepted:
clucene-core_0.9.16a-4.diff.gz
  to pool/main/c/clucene-core/clucene-core_0.9.16a-4.diff.gz
clucene-core_0.9.16a-4.dsc
  to pool/main/c/clucene-core/clucene-core_0.9.16a-4.dsc
libclucene-dev_0.9.16a-4_i386.deb
  to pool/main/c/clucene-core/libclucene-dev_0.9.16a-4_i386.deb
libclucene0ldbl_0.9.16a-4_i386.deb
  to pool/main/c/clucene-core/libclucene0ldbl_0.9.16a-4_i386.deb


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



Accepted libcatalyst-modules-perl 21 (source all)

2007-08-31 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 13 Jul 2007 12:21:56 +0200
Source: libcatalyst-modules-perl
Binary: libcatalyst-modules-perl
Architecture: source all
Version: 21
Distribution: unstable
Urgency: low
Maintainer: Debian Catalyst Maintainers [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libcatalyst-modules-perl - Modules for Catalyst
Changes: 
 libcatalyst-modules-perl (21) unstable; urgency=low
 .
   * Updated plugins:
+ Test::WWW::Mechanize::Catalyst 0.40
+ Catalyst::Action::RenderView 0.06
+ Catalyst::Manual 5.701002
+ Catalyst::Plugin::ConfigLoader 0.17
+ Catalyst::Plugin::Session 0.18
+ Catalyst::Plugin::Unicode 0.5
+ Catalyst::Devel 1.03
+ Catalyst::View::JSON 0.20
+ Catalyst::View::Mason 0.13
+ Catalyst::Plugin::Authentication 0.10002
+ Catalyst::Plugin::I18N 0.06
Files: 
 7d7433a103a0b970f224e4a80c93 1588 perl optional 
libcatalyst-modules-perl_21.dsc
 0510b6489358afca1b26f614d4115db9 758144 perl optional 
libcatalyst-modules-perl_21.tar.gz
 89d4ad9e42d20b4ac7136b9312d603a1 716622 perl optional 
libcatalyst-modules-perl_21_all.deb

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

iD8DBQFG2Bily+HP4f7iC8sRAgr3AJ4gmqXntr62djrHtEhGnjdN47y4SACfUxes
ooraCPcgU9NvgUIEX4lmHHI=
=8que
-END PGP SIGNATURE-


Accepted:
libcatalyst-modules-perl_21.dsc
  to pool/main/libc/libcatalyst-modules-perl/libcatalyst-modules-perl_21.dsc
libcatalyst-modules-perl_21.tar.gz
  to pool/main/libc/libcatalyst-modules-perl/libcatalyst-modules-perl_21.tar.gz
libcatalyst-modules-perl_21_all.deb
  to pool/main/libc/libcatalyst-modules-perl/libcatalyst-modules-perl_21_all.deb


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



Accepted python-scipy 0.5.2.1-2 (source i386)

2007-08-31 Thread Ondrej Certik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 04:29:55 +0200
Source: python-scipy
Binary: python-scipy
Architecture: source i386
Version: 0.5.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Ondrej Certik [EMAIL PROTECTED]
Changed-By: Ondrej Certik [EMAIL PROTECTED]
Description: 
 python-scipy - scientific tools for Python
Changes: 
 python-scipy (0.5.2.1-2) unstable; urgency=low
 .
   * Got rid of all lintian and linda warnings (removed SciPy is an open
 source library of scientific tools for Python (first sentence) from the
 long description)
   * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source
 section
Files: 
 8ef84b8d199bc78fa9e6df3fb1a7d211 1158 python extra python-scipy_0.5.2.1-2.dsc
 a50598e2432d30c18db839ba3c2ee015 6647 python extra 
python-scipy_0.5.2.1-2.diff.gz
 b386ced2f95fb9e3bc3791b06e4be76b 5643626 python extra 
python-scipy_0.5.2.1-2_i386.deb

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

iD8DBQFG2CJNB01zfu119ZkRAihhAKDJklTKB75cBS3tzkgMI36TWUCfAACgzCby
MSVniqjJfd8x7xD1Pm/iknk=
=W2XD
-END PGP SIGNATURE-


Accepted:
python-scipy_0.5.2.1-2.diff.gz
  to pool/main/p/python-scipy/python-scipy_0.5.2.1-2.diff.gz
python-scipy_0.5.2.1-2.dsc
  to pool/main/p/python-scipy/python-scipy_0.5.2.1-2.dsc
python-scipy_0.5.2.1-2_i386.deb
  to pool/main/p/python-scipy/python-scipy_0.5.2.1-2_i386.deb


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



Accepted piuparts 0.26 (source all)

2007-08-31 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 15:44:36 +0200
Source: piuparts
Binary: piuparts
Architecture: source all
Version: 0.26
Distribution: unstable
Urgency: low
Maintainer: piuparts developers team [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 piuparts   - .deb package installation, upgrading, and removal testing tool
Closes: 439592 440141
Changes: 
 piuparts (0.26) unstable; urgency=low
 .
   * Update list of ignored files. (Closes: #439592)
   * In the cron test, not executable files are not run. (Closes: #440141)
Files: 
 62ebfad9119ac5b76985a510ca612d42 969 devel optional piuparts_0.26.dsc
 7a42c07743a8205fe3b7e66283cb23b1 46725 devel optional piuparts_0.26.tar.gz
 6f6339e776e373f95d8bca05f2cf9c8b 47756 devel optional piuparts_0.26_all.deb

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

iD8DBQFG2Cb1n3j4POjENGERAsA6AJ9gzkCQ6ZyMiTnh4vC5U/X8eCbOJQCfRT4b
/f11Lao8vCVE3Nw5pQW836A=
=4+i5
-END PGP SIGNATURE-


Accepted:
piuparts_0.26.dsc
  to pool/main/p/piuparts/piuparts_0.26.dsc
piuparts_0.26.tar.gz
  to pool/main/p/piuparts/piuparts_0.26.tar.gz
piuparts_0.26_all.deb
  to pool/main/p/piuparts/piuparts_0.26_all.deb


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



Accepted atop 1.21-1 (source i386)

2007-08-31 Thread Edelhard Becker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 15:55:33 +0200
Source: atop
Binary: atop
Architecture: source i386
Version: 1.21-1
Distribution: unstable
Urgency: low
Maintainer: Edelhard Becker [EMAIL PROTECTED]
Changed-By: Edelhard Becker [EMAIL PROTECTED]
Description: 
 atop   - Monitor for system resources and process activity
Changes: 
 atop (1.21-1) unstable; urgency=low
 .
   * new upstream release
   * made rules and init.d script lintian clean
Files: 
 9db1e6f2e75bd1ec3d135df8c2acea47 575 admin optional atop_1.21-1.dsc
 572602848d694f7bc9e68c2eabaef753 157637 admin optional atop_1.21.orig.tar.gz
 e538d91fe1b73ddc543093c88738d6ae 6378 admin optional atop_1.21-1.diff.gz
 4bb47e14ed430f6b5cc7cfa3a0d5f6cb 71550 admin optional atop_1.21-1_i386.deb

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

iD8DBQFG2CLulByGkm8iLx8RAtm6AJwN07rMcExqyvcqfWtvxXdDSJImaQCdGYOR
8tsV4jXD6TbB5CQ+SrGfQHo=
=K139
-END PGP SIGNATURE-


Accepted:
atop_1.21-1.diff.gz
  to pool/main/a/atop/atop_1.21-1.diff.gz
atop_1.21-1.dsc
  to pool/main/a/atop/atop_1.21-1.dsc
atop_1.21-1_i386.deb
  to pool/main/a/atop/atop_1.21-1_i386.deb
atop_1.21.orig.tar.gz
  to pool/main/a/atop/atop_1.21.orig.tar.gz


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



Accepted flashplugin-nonfree 1:1.1 (source amd64)

2007-08-31 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 14:49:55 +0200
Source: flashplugin-nonfree
Binary: flashplugin-nonfree
Architecture: source amd64
Version: 1:1.1
Distribution: experimental
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 flashplugin-nonfree - Adobe Flash Player - browser plugin
Changes: 
 flashplugin-nonfree (1:1.1) experimental; urgency=low
 .
   * uname: Added.  Wrapper to replace x86_64 by i386, fixes amd64 support.
Files: 
 b43cd9ef6aad9dfbb4e56e3dcd3c59f3 529 contrib/web optional 
flashplugin-nonfree_1.1.dsc
 8b73ce2ada43dd10289464f294c2405c 12939 contrib/web optional 
flashplugin-nonfree_1.1.tar.gz
 76d326a65b3e8ae2d0686faed9a99adc 13608 contrib/web optional 
flashplugin-nonfree_1.1_amd64.deb

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

iD8DBQFG2CzObMaawmho9B8RAtgaAJ96I4kazjBgyUzeGH+b83RC6FkidACdEaVk
Ewa+sKBF3KrcPLSOmLwr/N8=
=WD/Y
-END PGP SIGNATURE-


Accepted:
flashplugin-nonfree_1.1.dsc
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_1.1.dsc
flashplugin-nonfree_1.1.tar.gz
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_1.1.tar.gz
flashplugin-nonfree_1.1_amd64.deb
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_1.1_amd64.deb


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



Accepted gnomebaker 0.6.0-10 (source i386)

2007-08-31 Thread Goedson Teixeira Paixao
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 10:03:59 -0300
Source: gnomebaker
Binary: gnomebaker
Architecture: source i386
Version: 0.6.0-10
Distribution: unstable
Urgency: low
Maintainer: Goedson Teixeira Paixao [EMAIL PROTECTED]
Changed-By: Goedson Teixeira Paixao [EMAIL PROTECTED]
Description: 
 gnomebaker - application for CD/DVD creation in the GNOME desktop
Changes: 
 gnomebaker (0.6.0-10) unstable; urgency=low
 .
   * debian/patches/21_audio_cd_copy.dpatch: Sort files before adding to the
 audio burning command line when copying audio CDs (LP: #130992).
   * Fixed a typo in pt_BR.po.
   * debian/gnomebaker.menu: updated section to Applications/File Management.
Files: 
 aa02155fb9c44e07677155c70b4c4cf7 750 gnome optional gnomebaker_0.6.0-10.dsc
 63aa08a2ffbb4721d9a6ac514ec8f768 26324 gnome optional 
gnomebaker_0.6.0-10.diff.gz
 5b1b8cc330b1292d9ab6649a8e45175a 1042534 gnome optional 
gnomebaker_0.6.0-10_i386.deb

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

iD8DBQFG2Cz+7tjUzB3rjq4RAq1WAKCHNciU1ps1snCXwZ1z83z/0sb3eACeN4zI
PRBoiWQ5DegN8WnOaAPcps4=
=wSI0
-END PGP SIGNATURE-


Accepted:
gnomebaker_0.6.0-10.diff.gz
  to pool/main/g/gnomebaker/gnomebaker_0.6.0-10.diff.gz
gnomebaker_0.6.0-10.dsc
  to pool/main/g/gnomebaker/gnomebaker_0.6.0-10.dsc
gnomebaker_0.6.0-10_i386.deb
  to pool/main/g/gnomebaker/gnomebaker_0.6.0-10_i386.deb


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



Accepted silgraphite2.0 1:2.2.1-2 (source i386)

2007-08-31 Thread Daniel Glassey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 14:54:42 +0100
Source: silgraphite2.0
Binary: libgraphite3 libgraphite3-dbg libgraphite-dev
Architecture: source i386
Version: 1:2.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Glassey [EMAIL PROTECTED]
Changed-By: Daniel Glassey [EMAIL PROTECTED]
Description: 
 libgraphite-dev - Development files for SILGraphite
 libgraphite3 - SILGraphite - a smart font rendering engine
 libgraphite3-dbg - debugging symbols for SILGraphite
Closes: 433225
Changes: 
 silgraphite2.0 (1:2.2.1-2) unstable; urgency=low
 .
   * Upload to Debian
   * Remove the patch to graphite.pc.in (see bug 433225), Closes: #433225
   Thanks to Cyril for the NMU and good attempt at fixing problem
   Reclosing bug reopened by mistake
Files: 
 be6e5954266e53a83cb2efe16b9e8ad4 660 libs optional silgraphite2.0_2.2.1-2.dsc
 d990ba0b38264012ca823b1f2965c415 1987896 libs optional 
silgraphite2.0_2.2.1.orig.tar.gz
 29fc1a2db446896a356db210f8135c0b 8198 libs optional 
silgraphite2.0_2.2.1-2.diff.gz
 2506dbea4373d4d62c026eb101257052 320662 libdevel optional 
libgraphite-dev_2.2.1-2_i386.deb
 22e407be3131776cbcac1e3dc5cf1787 168856 libs optional 
libgraphite3_2.2.1-2_i386.deb
 64bb353ab86edc1ffa2cb14399638960 1104614 libdevel optional 
libgraphite3-dbg_2.2.1-2_i386.deb

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

iD8DBQFG2Cxo/offrSwPzRoRAilTAJ9eVIX12FGbQM6JABvTrWELJNV93ACfYOmE
/SRr1yLdIFy1rY254Fr+ZIY=
=yS5t
-END PGP SIGNATURE-


Accepted:
libgraphite-dev_2.2.1-2_i386.deb
  to pool/main/s/silgraphite2.0/libgraphite-dev_2.2.1-2_i386.deb
libgraphite3-dbg_2.2.1-2_i386.deb
  to pool/main/s/silgraphite2.0/libgraphite3-dbg_2.2.1-2_i386.deb
libgraphite3_2.2.1-2_i386.deb
  to pool/main/s/silgraphite2.0/libgraphite3_2.2.1-2_i386.deb
silgraphite2.0_2.2.1-2.diff.gz
  to pool/main/s/silgraphite2.0/silgraphite2.0_2.2.1-2.diff.gz
silgraphite2.0_2.2.1-2.dsc
  to pool/main/s/silgraphite2.0/silgraphite2.0_2.2.1-2.dsc
silgraphite2.0_2.2.1.orig.tar.gz
  to pool/main/s/silgraphite2.0/silgraphite2.0_2.2.1.orig.tar.gz


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



Accepted gst-fluendo-mp3 0.10.6.debian-1 (source i386)

2007-08-31 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 31 Jul 2007 06:41:55 +0200
Source: gst-fluendo-mp3
Binary: gstreamer0.10-fluendo-mp3
Architecture: source i386
Version: 0.10.6.debian-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gstreamer0.10-fluendo-mp3 - Fluendo mp3 decoder GStreamer plugin
Changes: 
 gst-fluendo-mp3 (0.10.6.debian-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/rules,
 debian/control:
 + Call dh_gstscancodecs to generate the codecs database.
   * debian/control,
 debian/rules:
 + Build depend on liboil0.3-dev and use it.
Files: 
 90ab4ca2b01b81711c33870e18dd6e18 897 libs optional 
gst-fluendo-mp3_0.10.6.debian-1.dsc
 854dcdb9e20baeb930e98fae853a29f0 449114 libs optional 
gst-fluendo-mp3_0.10.6.debian.orig.tar.gz
 bc6f1bda60b51572dfec8cbbbc3c79a6 3803 libs optional 
gst-fluendo-mp3_0.10.6.debian-1.diff.gz
 687d11fa538b879f01020be1086669f2 84884 libs optional 
gstreamer0.10-fluendo-mp3_0.10.6.debian-1_i386.deb

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

iD8DBQFG19UmBsBdh1vkHyERAmmsAJ9JLyJgUL22ZWl32YFXchze6OVAiQCfXqew
UCwDJ/AAKHfqzimIvy38g4Q=
=KZe3
-END PGP SIGNATURE-


Accepted:
gst-fluendo-mp3_0.10.6.debian-1.diff.gz
  to pool/main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.6.debian-1.diff.gz
gst-fluendo-mp3_0.10.6.debian-1.dsc
  to pool/main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.6.debian-1.dsc
gst-fluendo-mp3_0.10.6.debian.orig.tar.gz
  to pool/main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.6.debian.orig.tar.gz
gstreamer0.10-fluendo-mp3_0.10.6.debian-1_i386.deb
  to 
pool/main/g/gst-fluendo-mp3/gstreamer0.10-fluendo-mp3_0.10.6.debian-1_i386.deb


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



Accepted schroedinger 0.6.1-3 (source i386)

2007-08-31 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 30 Jul 2007 20:45:20 +0200
Source: schroedinger
Binary: libschroedinger-0.1-0 libschroedinger-0.1-dev gstreamer0.10-schroedinger
Architecture: source i386
Version: 0.6.1-3
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gstreamer0.10-schroedinger - GStreamer plugin for encoding/decoding of Dirac 
video streams
 libschroedinger-0.1-0 - library for encoding/decoding of Dirac video streams
 libschroedinger-0.1-dev - library for encoding/decoding of Dirac video streams 
(development
Changes: 
 schroedinger (0.6.1-3) unstable; urgency=low
 .
   * debian/control,
 debian/rules:
 + Call dh_gstinstallcodecs to generate the codecs database.
Files: 
 0d1a9a4a1168f0dca91aacd4a2999f90 959 libs optional schroedinger_0.6.1-3.dsc
 8b22733826bfe905ad80a1e8a016c1a5 11918 libs optional 
schroedinger_0.6.1-3.diff.gz
 2d4d492978d908951d3929d955a426a8 90014 libs optional 
libschroedinger-0.1-0_0.6.1-3_i386.deb
 e0c2baa673e3ecaf7591ead6ab83c479 104654 libdevel optional 
libschroedinger-0.1-dev_0.6.1-3_i386.deb
 98e4421a44b979f60e83feea8f4a63db 44460 libs optional 
gstreamer0.10-schroedinger_0.6.1-3_i386.deb

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

iD8DBQFG19OlBsBdh1vkHyERAvpdAJ4632/UsHDgbe9rSMPPZUl5Nv3fhgCgpOlb
DJR9gs1d/5G91qCMP3qW5j0=
=hiAT
-END PGP SIGNATURE-


Accepted:
gstreamer0.10-schroedinger_0.6.1-3_i386.deb
  to pool/main/s/schroedinger/gstreamer0.10-schroedinger_0.6.1-3_i386.deb
libschroedinger-0.1-0_0.6.1-3_i386.deb
  to pool/main/s/schroedinger/libschroedinger-0.1-0_0.6.1-3_i386.deb
libschroedinger-0.1-dev_0.6.1-3_i386.deb
  to pool/main/s/schroedinger/libschroedinger-0.1-dev_0.6.1-3_i386.deb
schroedinger_0.6.1-3.diff.gz
  to pool/main/s/schroedinger/schroedinger_0.6.1-3.diff.gz
schroedinger_0.6.1-3.dsc
  to pool/main/s/schroedinger/schroedinger_0.6.1-3.dsc


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



Accepted gst-plugins-good0.10 0.10.6-2 (source i386 all)

2007-08-31 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 09:27:06 +0200
Source: gst-plugins-good0.10
Binary: gstreamer0.10-plugins-good-doc gstreamer0.10-plugins-good 
gstreamer0.10-esd gstreamer0.10-plugins-good-dbg
Architecture: source i386 all
Version: 0.10.6-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gstreamer0.10-esd - GStreamer plugin for ESD
 gstreamer0.10-plugins-good - GStreamer plugins from the good set
 gstreamer0.10-plugins-good-dbg - GStreamer plugins from the good set
 gstreamer0.10-plugins-good-doc - GStreamer documentation for plugins from the 
good set
Changes: 
 gst-plugins-good0.10 (0.10.6-2) unstable; urgency=low
 .
   * debian/control.in:
 + Add Replaces on gstreamer0.10-plugins-really-bad ( 0.10.4.2), which is
   maintained in the Debian Multimedia project and also contained the
   WavPack plugin.
   * debian/build-deps.in,
 debian/rules:
 + Call dh_gstinstallcodecs to generate the codecs database.
   * debian/gstreamer-plugins-good.install,
 debian/gstreamer-plugins-good-doc.install,
 debian/control.in:
 + Move translations from the docs package to the plugin package.
Files: 
 85be63e30ec7644f3bae0dbfca4315a1 2034 libs optional 
gst-plugins-good0.10_0.10.6-2.dsc
 9b26535567950b716d284a66060a9b0e 21425 libs optional 
gst-plugins-good0.10_0.10.6-2.diff.gz
 0e91ba7491ab28884db57db4536023c7 118572 doc optional 
gstreamer0.10-plugins-good-doc_0.10.6-2_all.deb
 128920acab315c1f5d5dea1577acc77e 40454 libs optional 
gstreamer0.10-esd_0.10.6-2_i386.deb
 f3293f11032316bc6f9a15069146a012 829160 libs optional 
gstreamer0.10-plugins-good_0.10.6-2_i386.deb
 7d8c7ed012faa89f4eb3f90a41134859 2184114 libdevel extra 
gstreamer0.10-plugins-good-dbg_0.10.6-2_i386.deb

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

iD8DBQFG18d+BsBdh1vkHyERArgoAKCwVNUqDAJUSYUFd0qy6OBxFLu6hwCgnSoN
tR5l24OrFQVfoxtV/RZWT94=
=xT8z
-END PGP SIGNATURE-


Accepted:
gst-plugins-good0.10_0.10.6-2.diff.gz
  to pool/main/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.6-2.diff.gz
gst-plugins-good0.10_0.10.6-2.dsc
  to pool/main/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.6-2.dsc
gstreamer0.10-esd_0.10.6-2_i386.deb
  to pool/main/g/gst-plugins-good0.10/gstreamer0.10-esd_0.10.6-2_i386.deb
gstreamer0.10-plugins-good-dbg_0.10.6-2_i386.deb
  to 
pool/main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-dbg_0.10.6-2_i386.deb
gstreamer0.10-plugins-good-doc_0.10.6-2_all.deb
  to 
pool/main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-doc_0.10.6-2_all.deb
gstreamer0.10-plugins-good_0.10.6-2_i386.deb
  to 
pool/main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good_0.10.6-2_i386.deb


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



Accepted adduser 3.105 (source all)

2007-08-31 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 16:22:00 +0100
Source: adduser
Binary: adduser
Architecture: source all
Version: 3.105
Distribution: unstable
Urgency: low
Maintainer: Debian Adduser Developers [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 adduser- add and remove users and groups
Closes: 432639 432710 433043 433063 433089 433147 433182 433298 433634 433639 
435777 435883 435886 438801 439212 440236
Changes: 
 adduser (3.105) unstable; urgency=low
 .
   [ Joerg Hoh ]
   * fix incorrect message when trying an already existing user as system user.
 Thanks to Vincent Bernat for spotting. Closes: #435777
   * fix non-working --disabled-password, when using --system.
 Thanks to Ray Miller for the patch. Closes: #433639
   * adjust EXTRA_GROUPS to have the same values as debian-installer for the
 first user, removing src and lp. Thanks Trent W. Buck. Closes: #432710
   * fixed error message when home directory already exists.
 Thanks Justin Pryzby, Closes: #438801
   * fixed name for # (pound - hash), thanks to Malcolm Parsons.
 Closes: #440236
 .
   [ Stephen Gran ]
   * Translations:
 - add sk (thanks Ivan Masár [EMAIL PROTECTED]) (closes: #439212)
 - update de (thanks Helge Kreutzmann [EMAIL PROTECTED])
   (closes: #433089)
 - update fi (thanks Sami Kallio [EMAIL PROTECTED])
   (closes: #433182)
 - update fr, doc/po4a/po/fr, and po4a.conf
   ( thanks Nicolas François [EMAIL PROTECTED],
 and Christian Perrier [EMAIL PROTECTED])
   (closes: #435883, #432639, #433063, #435886)
 - update nb (thanks Hans Fredrik Nordhaug [EMAIL PROTECTED])
   (closes: #433043)
 - update nl (thanks Thijs Kinkhorst [EMAIL PROTECTED]) (closes: #433298)
 - update pt (thanks Miguel Figueiredo [EMAIL PROTECTED])
   (closes: #433147)
 - update pt_BR (thanks Eder L. Marques [EMAIL PROTECTED])
   (closes: #433634)
Files: 
 f29a93d2b5a5141d45ad3884c6852a88 694 admin important adduser_3.105.dsc
 c1971d2b33aeb1c76b06b8f48b32783d 250075 admin important adduser_3.105.tar.gz
 8e085f9da6cbe6028716018dfe043726 173832 admin important adduser_3.105_all.deb

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

iD8DBQFG2DPxSYIMHOpZA44RAs1NAJ9HIBaWyfd8pRtgxU3KnV/u1pK7IACfZlI8
AYobeJ69UxikNY9aHfZXnRo=
=zgGe
-END PGP SIGNATURE-


Accepted:
adduser_3.105.dsc
  to pool/main/a/adduser/adduser_3.105.dsc
adduser_3.105.tar.gz
  to pool/main/a/adduser/adduser_3.105.tar.gz
adduser_3.105_all.deb
  to pool/main/a/adduser/adduser_3.105_all.deb


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



Accepted gst-plugins-ugly0.10 0.10.6-2 (source all i386)

2007-08-31 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 09:38:17 +0200
Source: gst-plugins-ugly0.10
Binary: gstreamer0.10-plugins-ugly-dbg gstreamer0.10-plugins-ugly 
gstreamer0.10-plugins-ugly-doc
Architecture: source all i386
Version: 0.10.6-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gstreamer0.10-plugins-ugly - GStreamer plugins from the ugly set
 gstreamer0.10-plugins-ugly-dbg - GStreamer plugins from the ugly set
 gstreamer0.10-plugins-ugly-doc - GStreamer documentation for plugins from the 
ugly set
Changes: 
 gst-plugins-ugly0.10 (0.10.6-2) unstable; urgency=low
 .
   * debian/build-deps.in,
 debian/rules:
 + Call dh_gstinstallcodecs to generate the codecs database.
   * debian/gstreamer-plugins-ugly.install:
 + Ship translations with the plugin package.
Files: 
 7c31fd444a73692ba98cc1f2a8df5693 1233 libs optional 
gst-plugins-ugly0.10_0.10.6-2.dsc
 4960b2d01ef56c37a454a1eea606b777 20387 libs optional 
gst-plugins-ugly0.10_0.10.6-2.diff.gz
 5ae9c866e8514037637800ba84fe86d6 40244 doc optional 
gstreamer0.10-plugins-ugly-doc_0.10.6-2_all.deb
 10d57637a2548c08357704eb6fce31c5 238512 libs optional 
gstreamer0.10-plugins-ugly_0.10.6-2_i386.deb
 a9b944c18cf5f763e5570e2e098f57a2 449110 libdevel extra 
gstreamer0.10-plugins-ugly-dbg_0.10.6-2_i386.deb

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

iD8DBQFG18ybBsBdh1vkHyERAi3yAJ9oZ1wg3xOa2I3Qmly6QDXN9T9sxQCgov3I
FGb7tLbP/fGzKDkuohh9Ieo=
=G4NB
-END PGP SIGNATURE-


Accepted:
gst-plugins-ugly0.10_0.10.6-2.diff.gz
  to pool/main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.6-2.diff.gz
gst-plugins-ugly0.10_0.10.6-2.dsc
  to pool/main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.6-2.dsc
gstreamer0.10-plugins-ugly-dbg_0.10.6-2_i386.deb
  to 
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-dbg_0.10.6-2_i386.deb
gstreamer0.10-plugins-ugly-doc_0.10.6-2_all.deb
  to 
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-doc_0.10.6-2_all.deb
gstreamer0.10-plugins-ugly_0.10.6-2_i386.deb
  to 
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly_0.10.6-2_i386.deb


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



Accepted gstreamer0.10-ffmpeg 0.10.2-3 (source i386)

2007-08-31 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 30 Jul 2007 20:43:42 +0200
Source: gstreamer0.10-ffmpeg
Binary: gstreamer0.10-ffmpeg
Architecture: source i386
Version: 0.10.2-3
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gstreamer0.10-ffmpeg - FFmpeg plugin for GStreamer
Changes: 
 gstreamer0.10-ffmpeg (0.10.2-3) unstable; urgency=low
 .
   * debian/control,
 debian/rules:
 + Call dh_gstinstallcodecs to generate the codecs database.
Files: 
 f53ef0c029344bdd3715d5e530fa3b31 1008 libs optional 
gstreamer0.10-ffmpeg_0.10.2-3.dsc
 39bde011402aac9fc57875e1ec779d9f 10918 libs optional 
gstreamer0.10-ffmpeg_0.10.2-3.diff.gz
 6837589b5c1d3ddc286c1b8c6a1d0458 2521912 libs optional 
gstreamer0.10-ffmpeg_0.10.2-3_i386.deb

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

iD8DBQFG19E6BsBdh1vkHyERAlDyAKCaemBUox/1/jIs8e9gJoH0ysAjswCeIM6o
2yMbBwGUOCG1cXNiM5wxm8Q=
=/Hf8
-END PGP SIGNATURE-


Accepted:
gstreamer0.10-ffmpeg_0.10.2-3.diff.gz
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.2-3.diff.gz
gstreamer0.10-ffmpeg_0.10.2-3.dsc
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.2-3.dsc
gstreamer0.10-ffmpeg_0.10.2-3_i386.deb
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.2-3_i386.deb


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



Accepted writerperfect 0.7.2-1 (source powerpc)

2007-08-31 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 18:07:17 +0200
Source: writerperfect
Binary: wpd2sxw
Architecture: source powerpc
Version: 0.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Rene Engelhard [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 wpd2sxw- WordPerfect to OpenOffice.org converter
Changes: 
 writerperfect (0.7.2-1) unstable; urgency=medium
 .
   * New upstream release
Files: 
 5ec226c2f559b6ddbd37c9b340684ad7 685 utils optional writerperfect_0.7.2-1.dsc
 6e6490dfc4c5633bf26f180b963ae1e9 513547 utils optional 
writerperfect_0.7.2.orig.tar.gz
 3ef9aeeb3c4b0d5f629b965ce9d6f4a6 8041 utils optional 
writerperfect_0.7.2-1.diff.gz
 37605ba0aecb86d8a5abbf6cc941f62f 49000 utils optional 
wpd2sxw_0.7.2-1_powerpc.deb

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

iD8DBQFG2D20+FmQsCSK63MRAuA5AJ9mtoSCoDKpwDbxRNhQaP8MHnxwLgCcDO1l
KmhxhzLF5UC0lxbdJUlzdRo=
=cbio
-END PGP SIGNATURE-


Accepted:
wpd2sxw_0.7.2-1_powerpc.deb
  to pool/main/w/writerperfect/wpd2sxw_0.7.2-1_powerpc.deb
writerperfect_0.7.2-1.diff.gz
  to pool/main/w/writerperfect/writerperfect_0.7.2-1.diff.gz
writerperfect_0.7.2-1.dsc
  to pool/main/w/writerperfect/writerperfect_0.7.2-1.dsc
writerperfect_0.7.2.orig.tar.gz
  to pool/main/w/writerperfect/writerperfect_0.7.2.orig.tar.gz


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



Accepted fdm 1.3c-3 (source i386)

2007-08-31 Thread Frank Terbeck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 02:22:31 +0200
Source: fdm
Binary: fdm
Architecture: source i386
Version: 1.3c-3
Distribution: unstable
Urgency: low
Maintainer: Frank Terbeck [EMAIL PROTECTED]
Changed-By: Frank Terbeck [EMAIL PROTECTED]
Description: 
 fdm- fetching, filtering and delivering emails
Closes: 440231
Changes: 
 fdm (1.3c-3) unstable; urgency=low
 .
   * Including a patch (06fix_regex_match_tags.dpatch) that fixes a
 problem that breaks regex substitution macros if for certain
 messages. (Closes: #440231)
Files: 
 94ecd291a960219aeb4194cd60bc6c49 602 mail optional fdm_1.3c-3.dsc
 033d7ce3f41004b6d4ac46a37c77d651 5679 mail optional fdm_1.3c-3.diff.gz
 232b277957d05f15a27ef444a3514585 129312 mail optional fdm_1.3c-3_i386.deb

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

iD8DBQFG2ENvHYflSXNkfP8RApLeAJwNfp4QQ1epGUbn4k54gt5CVbxNbwCfbkHX
JttZ7VsupDXJLIBoAkaL3SE=
=WP8k
-END PGP SIGNATURE-


Accepted:
fdm_1.3c-3.diff.gz
  to pool/main/f/fdm/fdm_1.3c-3.diff.gz
fdm_1.3c-3.dsc
  to pool/main/f/fdm/fdm_1.3c-3.dsc
fdm_1.3c-3_i386.deb
  to pool/main/f/fdm/fdm_1.3c-3_i386.deb


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



Accepted oprofile 0.9.2-4.1 (source amd64)

2007-08-31 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 18:18:56 +0200
Source: oprofile
Binary: oprofile-common oprofile oprofile-gui
Architecture: source amd64
Version: 0.9.2-4.1
Distribution: unstable
Urgency: low
Maintainer: Al Stone [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 oprofile   - system-wide profiler for Linux systems
 oprofile-common - system-wide profiler for Linux systems (command line 
components)
 oprofile-gui - system-wide profiler for Linux systems (GUI components)
Closes: 424478
Changes: 
 oprofile (0.9.2-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Closes: bug#424478 -- Force rebuild with newer binutils, to let orprofile
 understand binaries with --hash-style=gnu.
Files: 
 a7b067c73859ce5e07d0a1cf27c22b89 773 devel optional oprofile_0.9.2-4.1.dsc
 f6eaaedd90c263fb1faa39b907e6ee24 44291 devel optional 
oprofile_0.9.2-4.1.diff.gz
 85bbae3db3f7d334cc6d47b40582c9fa 190994 devel optional 
oprofile_0.9.2-4.1_amd64.deb
 b170f952cdb15273c2a31de82624ce40 2094760 devel optional 
oprofile-common_0.9.2-4.1_amd64.deb
 f4ceb5b246b8a877150e0d45071d4fbd 96188 devel optional 
oprofile-gui_0.9.2-4.1_amd64.deb

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

iD8DBQFG2EAgvGr7W6HudhwRAi93AJ9pqrHpIRB7df74m6XXTlp8vkcLsgCfU7up
MDYT2nu5RT2XBRZweaeghEo=
=eDCh
-END PGP SIGNATURE-


Accepted:
oprofile-common_0.9.2-4.1_amd64.deb
  to pool/main/o/oprofile/oprofile-common_0.9.2-4.1_amd64.deb
oprofile-gui_0.9.2-4.1_amd64.deb
  to pool/main/o/oprofile/oprofile-gui_0.9.2-4.1_amd64.deb
oprofile_0.9.2-4.1.diff.gz
  to pool/main/o/oprofile/oprofile_0.9.2-4.1.diff.gz
oprofile_0.9.2-4.1.dsc
  to pool/main/o/oprofile/oprofile_0.9.2-4.1.dsc
oprofile_0.9.2-4.1_amd64.deb
  to pool/main/o/oprofile/oprofile_0.9.2-4.1_amd64.deb


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



Accepted base-passwd 3.5.13 (source powerpc)

2007-08-31 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 13:58:21 +0100
Source: base-passwd
Binary: base-passwd
Architecture: source powerpc
Version: 3.5.13
Distribution: unstable
Urgency: low
Maintainer: Colin Watson [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 base-passwd - Debian base system master password and group files
Closes: 440306
Changes: 
 base-passwd (3.5.13) unstable; urgency=low
 .
   * users-and-groups improvements from Justin Pryzby (closes: #440306):
 - jabberd no longer runs as daemon.
 - www-data no longer owns log files as of apache2.
Files: 
 18134aff7b1c7fac82476edc7f1308de 510 admin required base-passwd_3.5.13.dsc
 8f76a3524e444e329be8268e93288d83 50590 admin required base-passwd_3.5.13.tar.gz
 1457ee402784d056d0d6feaef8cfd96c 38138 admin required 
base-passwd_3.5.13_powerpc.deb

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

iD8DBQFG2Epu9t0zAhD6TNERAknKAJwMmQRT6Y+kjpCv2we/kXKbCOFzBACgiIhf
gUZmm4brsbnvJPOf2VRZUTg=
=hJip
-END PGP SIGNATURE-


Accepted:
base-passwd_3.5.13.dsc
  to pool/main/b/base-passwd/base-passwd_3.5.13.dsc
base-passwd_3.5.13.tar.gz
  to pool/main/b/base-passwd/base-passwd_3.5.13.tar.gz
base-passwd_3.5.13_powerpc.deb
  to pool/main/b/base-passwd/base-passwd_3.5.13_powerpc.deb


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



Accepted postfix 2.5-20070824-2 (source all i386)

2007-08-31 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 10:38:47 -0600
Source: postfix
Binary: postfix-pcre postfix postfix-pgsql postfix-doc postfix-ldap postfix-cdb 
postfix-dev postfix-mysql
Architecture: all i386 source 
Version: 2.5-20070824-2
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 postfix- High-performance mail transport agent
 postfix-cdb - CDB map support for Postfix
 postfix-dev - Loadable modules development environment for Postfix
 postfix-doc - Documentation for Postfix
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MYSQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PGSQL map support for Postfix
Closes: 355434
Changes: 
 postfix (2.5-20070824-2) experimental; urgency=low
 .
   * Switch to db4.6.  Closes: #355434
Files: 
 21f65fe460c2a3778c8463b729962004 39782 mail extra 
postfix-pgsql_2.5-20070824-2_i386.deb
 35f9a1e50d8d0df3685ee44ee445f9ff 1125082 mail extra 
postfix_2.5-20070824-2_i386.deb
 381fbba5f8ca2a155102b2c32e998252 37756 mail extra 
postfix-cdb_2.5-20070824-2_i386.deb
 399ea469229d27ef5eb65a50d6472452 134016 devel extra 
postfix-dev_2.5-20070824-2_all.deb
 4f8c374eb15938e492c8c07a43eddabc 44788 mail extra 
postfix-ldap_2.5-20070824-2_i386.deb
 5ba77f109444634aa48a20fa79d372aa 39696 mail extra 
postfix-mysql_2.5-20070824-2_i386.deb
 a64981e4f5fa8ff5cffb4517e2f1b05e 822526 doc extra 
postfix-doc_2.5-20070824-2_all.deb
 981eaec8b2707f1c98a9933ebca79907 1031 mail extra postfix_2.5-20070824-2.dsc
 c4c2cbf3a10cf414ac04c77191001fc1 39538 mail extra 
postfix-pcre_2.5-20070824-2_i386.deb
 dde3a8c43a935257890fb46962690864 219953 mail extra 
postfix_2.5-20070824-2.diff.gz

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

iD8DBQFG2EohzN/kmwoKyScRAsGbAJ9u8E2eGSKZnZRkH4SI+7EIUUHfYACeKRt1
9I6Xa7YgUxWolxXboXYec0Q=
=uyQJ
-END PGP SIGNATURE-


Accepted:
postfix-cdb_2.5-20070824-2_i386.deb
  to pool/main/p/postfix/postfix-cdb_2.5-20070824-2_i386.deb
postfix-dev_2.5-20070824-2_all.deb
  to pool/main/p/postfix/postfix-dev_2.5-20070824-2_all.deb
postfix-doc_2.5-20070824-2_all.deb
  to pool/main/p/postfix/postfix-doc_2.5-20070824-2_all.deb
postfix-ldap_2.5-20070824-2_i386.deb
  to pool/main/p/postfix/postfix-ldap_2.5-20070824-2_i386.deb
postfix-mysql_2.5-20070824-2_i386.deb
  to pool/main/p/postfix/postfix-mysql_2.5-20070824-2_i386.deb
postfix-pcre_2.5-20070824-2_i386.deb
  to pool/main/p/postfix/postfix-pcre_2.5-20070824-2_i386.deb
postfix-pgsql_2.5-20070824-2_i386.deb
  to pool/main/p/postfix/postfix-pgsql_2.5-20070824-2_i386.deb
postfix_2.5-20070824-2.diff.gz
  to pool/main/p/postfix/postfix_2.5-20070824-2.diff.gz
postfix_2.5-20070824-2.dsc
  to pool/main/p/postfix/postfix_2.5-20070824-2.dsc
postfix_2.5-20070824-2_i386.deb
  to pool/main/p/postfix/postfix_2.5-20070824-2_i386.deb


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



Accepted libterm-shell-perl 0.02-1 (source all)

2007-08-31 Thread Peter Makholm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 16:58:35 +
Source: libterm-shell-perl
Binary: libterm-shell-perl
Architecture: source all
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Peter Makholm [EMAIL PROTECTED]
Changed-By: Peter Makholm [EMAIL PROTECTED]
Description: 
 libterm-shell-perl - Perl module for writing shell-like interfaces.
Closes: 433830 438389
Changes: 
 libterm-shell-perl (0.02-1) unstable; urgency=low
 .
   * New upstream (Closes: #433830)
 Fixes CPAN bug #2463 (Closes: #438389)
   * build with cdbs
Files: 
 4ba2e4941d44564cc3f7cbb8ce0533a7 629 interpreters optional 
libterm-shell-perl_0.02-1.dsc
 e82472a5acff16d709f5b7d21258c0b8 20561 interpreters optional 
libterm-shell-perl_0.02.orig.tar.gz
 4371224f3bb152f0acfb2cd1f3f7db96 1614 interpreters optional 
libterm-shell-perl_0.02-1.diff.gz
 1f8efdf06e03cf9ebfe48028e84f4ba5 32972 interpreters optional 
libterm-shell-perl_0.02-1_all.deb

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

iD8DBQFG2EueobE/LCyLGVoRAgT6AKDbDyEyQl9UNAbTL8nJvUtICuuApACgoCJe
sXw0It7RIEsHgCuHEz/q1PM=
=BKb0
-END PGP SIGNATURE-


Accepted:
libterm-shell-perl_0.02-1.diff.gz
  to pool/main/libt/libterm-shell-perl/libterm-shell-perl_0.02-1.diff.gz
libterm-shell-perl_0.02-1.dsc
  to pool/main/libt/libterm-shell-perl/libterm-shell-perl_0.02-1.dsc
libterm-shell-perl_0.02-1_all.deb
  to pool/main/libt/libterm-shell-perl/libterm-shell-perl_0.02-1_all.deb
libterm-shell-perl_0.02.orig.tar.gz
  to pool/main/libt/libterm-shell-perl/libterm-shell-perl_0.02.orig.tar.gz


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



Accepted chise-base 0.3.0-1.1 (source all)

2007-08-31 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 26 Aug 2007 17:49:30 -0400
Source: chise-base
Binary: chise-db libchise-dev libchise1
Architecture: source all
Version: 0.3.0-1.1
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 chise-db   - CHISE db, the character information database
 libchise-dev - C language binding of CHISE, the character information database
 libchise1  - C language binding of CHISE, the character information database
Closes: 421934
Changes: 
 chise-base (0.3.0-1.1) unstable; urgency=low
 .
   * NMU
   * Bump to Standards-Version 3.7.2.
   * Build against libdb-dev (= 4.6.19-1).  closes: #421934.
Files: 
 05628fa9fc3f6c4c9c4ad9ff5531f3bf 642 devel optional chise-base_0.3.0-1.1.dsc
 0fa5c2e17632600f85af076b91353ba8 29790 devel optional 
chise-base_0.3.0-1.1.diff.gz
 4d701765be2b211a417f31f2497e6846 12725300 devel optional 
chise-db_0.3.0-1.1_all.deb

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

iD8DBQFG2EtX5m0u66uWM3ARAvudAKCYdrM57YDdp0CtAa/3mBvs7o02HACgokGR
bTK/xC2QDz7wg2RN1X1BBpE=
=B/Yt
-END PGP SIGNATURE-


Accepted:
chise-base_0.3.0-1.1.diff.gz
  to pool/main/c/chise-base/chise-base_0.3.0-1.1.diff.gz
chise-base_0.3.0-1.1.dsc
  to pool/main/c/chise-base/chise-base_0.3.0-1.1.dsc
chise-db_0.3.0-1.1_all.deb
  to pool/main/c/chise-base/chise-db_0.3.0-1.1_all.deb


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



Accepted libspf2 1.2.5.dfsg-3 (source i386)

2007-08-31 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 22 Aug 2007 17:13:27 +0200
Source: libspf2
Binary: spfquery libspf2-2 libspf2-dev
Architecture: source i386
Version: 1.2.5.dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren [EMAIL PROTECTED]
Changed-By: Magnus Holmgren [EMAIL PROTECTED]
Description: 
 libspf2-2  - library for validating mail senders with SPF
 libspf2-dev - Header and development libraries for libspf2
 spfquery   - query SPF (Sender Policy Framework) to validate mail senders
Closes: 430414 431239 433047 435139 435140
Changes: 
 libspf2 (1.2.5.dfsg-3) unstable; urgency=low
 .
   * 22_spfquery_fallback_segfault.dpatch: Fix fallback-related segfault in
 spfquery (Closes: #430414). Thanks to Robert Millan.
   * Correct debian/copyright (Closes: #433047). Thanks to Julian Mehnle.
   * A second patch from Robert split into three:
 * 40_permanent_include_errors.dpatch: Make permanent errors in
   processing an include: directive cause the parent evaluation to return
   a permanent error as well (Closes: #435139).
 * 41_none_not_neutral.dpatch: Use a diffent explanation for
   SPF_RESULT_NONE than the one for SPF_RESULT_NEUTRAL (Closes: #435140).
   * 42_empty_sender.dpatch: Use the HELO identity in MAIL FROM checks if
 the sender address has been set to the empty string (Closes: #431239).
   * debian/control: Add XS-Vcs-* fields.
Files: 
 bf88cc1ef82a61f51a30e6e051f95a4d 719 libs optional libspf2_1.2.5.dfsg-3.dsc
 44a535892733714d06d7702eaa48d415 10248 libs optional 
libspf2_1.2.5.dfsg-3.diff.gz
 8e20f50380b13872ae84ebe5ca8483f1 72198 libdevel optional 
libspf2-dev_1.2.5.dfsg-3_i386.deb
 e7f0b951b056e1a96729a95b52ff93fd 52736 libs optional 
libspf2-2_1.2.5.dfsg-3_i386.deb
 275b77f114a2b238f1cd63c41f9cb746 28328 mail optional 
spfquery_1.2.5.dfsg-3_i386.deb

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

iD8DBQFG2ElTST77jl1k+HARAj1uAKC2LOTUgwIc555V5wBvCXtrhmMR3QCbB/vu
A9bauLTt2A6+pd1DiqM6Z9Y=
=Kiv/
-END PGP SIGNATURE-


Accepted:
libspf2-2_1.2.5.dfsg-3_i386.deb
  to pool/main/libs/libspf2/libspf2-2_1.2.5.dfsg-3_i386.deb
libspf2-dev_1.2.5.dfsg-3_i386.deb
  to pool/main/libs/libspf2/libspf2-dev_1.2.5.dfsg-3_i386.deb
libspf2_1.2.5.dfsg-3.diff.gz
  to pool/main/libs/libspf2/libspf2_1.2.5.dfsg-3.diff.gz
libspf2_1.2.5.dfsg-3.dsc
  to pool/main/libs/libspf2/libspf2_1.2.5.dfsg-3.dsc
spfquery_1.2.5.dfsg-3_i386.deb
  to pool/main/libs/libspf2/spfquery_1.2.5.dfsg-3_i386.deb


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



Accepted ltrace 0.5-3 (source i386)

2007-08-31 Thread Juan Cespedes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 19:04:03 +0200
Source: ltrace
Binary: ltrace
Architecture: source i386
Version: 0.5-3
Distribution: unstable
Urgency: low
Maintainer: Juan Cespedes [EMAIL PROTECTED]
Changed-By: Juan Cespedes [EMAIL PROTECTED]
Description: 
 ltrace - Tracks runtime library calls in dynamically linked programs
Changes: 
 ltrace (0.5-3) unstable; urgency=low
 .
   * Really fix compilation problems in ppc (!)
Files: 
 662f68852e9db035d9518bf0ae3c716a 691 utils optional ltrace_0.5-3.dsc
 6cb293f2a15bf52cce006b8050284a53 9636 utils optional ltrace_0.5-3.diff.gz
 663e0849b6e25b99f945f260b45da5bc 65944 utils optional ltrace_0.5-3_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG2EpAepWluYh4RwMRArWFAJ4yjC3PPtCjYOnrF1HOznH3wEkmNQCgkZik
sZWAdXmSOzmyFkKJew7hpVk=
=PlrL
-END PGP SIGNATURE-


Accepted:
ltrace_0.5-3.diff.gz
  to pool/main/l/ltrace/ltrace_0.5-3.diff.gz
ltrace_0.5-3.dsc
  to pool/main/l/ltrace/ltrace_0.5-3.dsc
ltrace_0.5-3_i386.deb
  to pool/main/l/ltrace/ltrace_0.5-3_i386.deb


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



Accepted db4.4 4.4.20-9 (source all)

2007-08-31 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 12:37:46 -0400
Source: db4.4
Binary: libdb4.4-tcl libdb4.4 libdb4.4++ db4.4-util db4.4-doc libdb4.4++-dev 
libdb4.4-dev
Architecture: source all
Version: 4.4.20-9
Distribution: unstable
Urgency: low
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.4-doc  - Berkeley v4.4 Database Documentation [html]
 db4.4-util - Berkeley v4.4 Database Utilities
 libdb4.4   - Berkeley v4.4 Database Libraries [runtime]
 libdb4.4++ - Berkeley v4.4 Database Libraries for C++ [runtime]
 libdb4.4++-dev - Berkeley v4.4 Database Libraries for C++ [development]
 libdb4.4-dev - Berkeley v4.4 Database Libraries [development]
 libdb4.4-tcl - Berkeley v4.4 Database Libraries for TCL [module]
Changes: 
 db4.4 (4.4.20-9) unstable; urgency=low
 .
   * Revert mutexes to upstream defaults.
   * Drop java packages.
Files: 
 e7caf735aae7c990faf43e325ed56e58 852 libs standard db4.4_4.4.20-9.dsc
 7b982a339304744d3a95566a3cf392b5 28 libs standard db4.4_4.4.20-9.diff.gz
 938bafa92e30a7870e5751c0a074545a 4955034 libs optional 
db4.4-doc_4.4.20-9_all.deb

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

iD8DBQFG2EnS5m0u66uWM3ARAmSTAJ4hqJg+wUkwEnAMOa9VsTKFXB7HRQCeJiBQ
nHFQAqVMw73ZrMdtF9tLNXA=
=Y20F
-END PGP SIGNATURE-


Accepted:
db4.4-doc_4.4.20-9_all.deb
  to pool/main/d/db4.4/db4.4-doc_4.4.20-9_all.deb
db4.4_4.4.20-9.diff.gz
  to pool/main/d/db4.4/db4.4_4.4.20-9.diff.gz
db4.4_4.4.20-9.dsc
  to pool/main/d/db4.4/db4.4_4.4.20-9.dsc


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



Accepted gkrellmoon 0.6-5 (source i386)

2007-08-31 Thread Martin Zobel-Helas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 18:47:51 +0200
Source: gkrellmoon
Binary: gkrellmoon
Architecture: source i386
Version: 0.6-5
Distribution: unstable
Urgency: low
Maintainer: Martin Zobel-Helas [EMAIL PROTECTED]
Changed-By: Martin Zobel-Helas [EMAIL PROTECTED]
Description: 
 gkrellmoon - Gkrellm Moon Clock Plugin
Closes: 437036
Changes: 
 gkrellmoon (0.6-5) unstable; urgency=low
 .
   * Don't strip binaries if build with DEB_BUILD_OPTIONS=nostrip. Thanks to
 Julien and Lucas spotting this. (Closes: #437036)
   * Bumped Standards-Version
Files: 
 33934b845800acf55b5a706b7a66c4d8 594 x11 optional gkrellmoon_0.6-5.dsc
 1a44a788a914dc52d06464ecf41c7624 1983 x11 optional gkrellmoon_0.6-5.diff.gz
 1b915531380ab0bdd981801f43ea9a9f 57558 x11 optional gkrellmoon_0.6-5_i386.deb

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

iD8DBQFG2Ef+ST77jl1k+HARAunYAJ0RUn4JUOgIhpKvoO0Ktc7P11Za/ACfUIpL
ONIrjkGfPGjBBNSEmI7M65A=
=p5DR
-END PGP SIGNATURE-


Accepted:
gkrellmoon_0.6-5.diff.gz
  to pool/main/g/gkrellmoon/gkrellmoon_0.6-5.diff.gz
gkrellmoon_0.6-5.dsc
  to pool/main/g/gkrellmoon/gkrellmoon_0.6-5.dsc
gkrellmoon_0.6-5_i386.deb
  to pool/main/g/gkrellmoon/gkrellmoon_0.6-5_i386.deb


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



Accepted gift-openft 0.2.1.6-2.1 (source i386)

2007-08-31 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 13:23:04 -0400
Source: gift-openft
Binary: libopenft-gift
Architecture: source i386
Version: 0.2.1.6-2.1
Distribution: unstable
Urgency: low
Maintainer: Manuel Garcia [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 libopenft-gift - giFT plugin for the OpenFT network
Changes: 
 gift-openft (0.2.1.6-2.1) unstable; urgency=low
 .
   * NMU
   * Switch to db4.6.
Files: 
 04eb3b6236374552ded6ce1768943a30 723 net optional gift-openft_0.2.1.6-2.1.dsc
 fcbb95713082f868d4e467d89c5c0693 1647 net optional 
gift-openft_0.2.1.6-2.1.diff.gz
 8e5854165f2fe94f77f10d52a0ac99aa 90008 net optional 
libopenft-gift_0.2.1.6-2.1_i386.deb

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

iD8DBQFG2E+X5m0u66uWM3ARAlHEAJ9VXpHal4vGeNeGuzTOCU6LKWNhGgCfTSrb
4f3XMm3rR4KPN5lqf9Pza0w=
=ZZMC
-END PGP SIGNATURE-


Accepted:
gift-openft_0.2.1.6-2.1.diff.gz
  to pool/main/g/gift-openft/gift-openft_0.2.1.6-2.1.diff.gz
gift-openft_0.2.1.6-2.1.dsc
  to pool/main/g/gift-openft/gift-openft_0.2.1.6-2.1.dsc
libopenft-gift_0.2.1.6-2.1_i386.deb
  to pool/main/g/gift-openft/libopenft-gift_0.2.1.6-2.1_i386.deb


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



Accepted nc6 1.0-2 (source amd64)

2007-08-31 Thread Peter Makholm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 17:29:57 +
Source: nc6
Binary: netcat6
Architecture: source amd64
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Peter Makholm [EMAIL PROTECTED]
Changed-By: Peter Makholm [EMAIL PROTECTED]
Description: 
 netcat6- TCP/IP swiss army knife with IPv6 support
Closes: 432116
Changes: 
 nc6 (1.0-2) unstable; urgency=low
 .
   * Converted to cdbs
   * Added patch to only announce socket type in verbose mode
 (Closes: #432116)
Files: 
 0383e0e47db276cab0c6585ee0ec7dfe 567 net optional nc6_1.0-2.dsc
 af368a538269167bce6bb2e3ec7cd4b1 24876 net optional nc6_1.0-2.diff.gz
 a4932659c46a7309e6927ce48f8014f8 41366 net optional netcat6_1.0-2_amd64.deb

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

iD8DBQFG2FDlobE/LCyLGVoRApT+AKCb9UwQByC7biWQGmhngGujY92dNACaAwVh
KHQ3JLljYtuCZhjoIe7jcK8=
=HXR+
-END PGP SIGNATURE-


Accepted:
nc6_1.0-2.diff.gz
  to pool/main/n/nc6/nc6_1.0-2.diff.gz
nc6_1.0-2.dsc
  to pool/main/n/nc6/nc6_1.0-2.dsc
netcat6_1.0-2_amd64.deb
  to pool/main/n/nc6/netcat6_1.0-2_amd64.deb


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



Accepted animals 20031130-2.2 (source i386)

2007-08-31 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 14:04:28 -0400
Source: animals
Binary: animals
Architecture: source i386
Version: 20031130-2.2
Distribution: unstable
Urgency: low
Maintainer: Jim Lynch [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 animals- Traditional AI animal guessing engine using a binary tree DB
Closes: 421958
Changes: 
 animals (20031130-2.2) unstable; urgency=low
 .
   * Switch to db4.6.   closes: #421958.
   * Bump to Standards-Version 3.7.2.
Files: 
 30c18aa6f8e9f1cb655ed5981fea69d4 588 games optional animals_20031130-2.2.dsc
 8fc9812ff55523f36ff90a1e4d070739 4101 games optional 
animals_20031130-2.2.diff.gz
 c67c2e5aa7b7c5d3cf2f7b61ac37b668 18020 games optional 
animals_20031130-2.2_i386.deb

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

iD8DBQFG2Fjo5m0u66uWM3ARAsiJAJ946XnyUAmTrx+KhXVUpQL0kFgzkQCeJk/0
MVFisNNDkrMtOOA3lKFgyYc=
=jDrM
-END PGP SIGNATURE-


Accepted:
animals_20031130-2.2.diff.gz
  to pool/main/a/animals/animals_20031130-2.2.diff.gz
animals_20031130-2.2.dsc
  to pool/main/a/animals/animals_20031130-2.2.dsc
animals_20031130-2.2_i386.deb
  to pool/main/a/animals/animals_20031130-2.2_i386.deb


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



Accepted kpsk 1.0.1-4.2 (source i386)

2007-08-31 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 13:36:08 -0400
Source: kpsk
Binary: kpsk
Architecture: source i386
Version: 1.0.1-4.2
Distribution: unstable
Urgency: low
Maintainer: Sebastian Muszynski [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 kpsk   - PSK31 transmission mode Terminal for KDE3
Closes: 421943
Changes: 
 kpsk (1.0.1-4.2) unstable; urgency=low
 .
   * NMU
   * Switch to db4.6.  closes: #421943.
   * Bump to Standards-Version 3.7.2.
Files: 
 601c621e9c3bb65e850c95e25b227568 637 hamradio extra kpsk_1.0.1-4.2.dsc
 4a6e5d4717d65969c53f4289f10b28d9 52205 hamradio extra kpsk_1.0.1-4.2.diff.gz
 62fd532a40a55669d779a62060ee0a7a 224180 hamradio extra kpsk_1.0.1-4.2_i386.deb

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

iD8DBQFG2Fcq5m0u66uWM3ARAg9xAJ9I0EmSWWEbokBSDJvz595s3dXMXwCguHtf
/a05x7nb+9VjAaaC7HgjDr0=
=YhFM
-END PGP SIGNATURE-


Accepted:
kpsk_1.0.1-4.2.diff.gz
  to pool/main/k/kpsk/kpsk_1.0.1-4.2.diff.gz
kpsk_1.0.1-4.2.dsc
  to pool/main/k/kpsk/kpsk_1.0.1-4.2.dsc
kpsk_1.0.1-4.2_i386.deb
  to pool/main/k/kpsk/kpsk_1.0.1-4.2_i386.deb


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



Accepted spamprobe 1.4b-2.1 (source i386)

2007-08-31 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 14:14:40 -0400
Source: spamprobe
Binary: spamprobe
Architecture: source i386
Version: 1.4b-2.1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Duboc [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 spamprobe  - Bayesian spam filter
Closes: 421954
Changes: 
 spamprobe (1.4b-2.1) unstable; urgency=low
 .
   * NMU
   * Bump to Standards-Version 3.7.2.
   * Switch to db4.6.  closes: #421954.
   * Add watch file.
Files: 
 e0edd5253e3b99987d46f89509f6e851 635 mail optional spamprobe_1.4b-2.1.dsc
 36db7b6e333eac6c6adfba58947eaf5d 23089 mail optional spamprobe_1.4b-2.1.diff.gz
 9e7483e9a2086a888b67c4cdc0299bda 222896 mail optional 
spamprobe_1.4b-2.1_i386.deb

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

iD8DBQFG2F1S5m0u66uWM3ARAmn+AKCAaRghJCoHkggbVVtPUBoYTsCDfQCfVXcf
CSMh0TyrHOstBfCLMUmhS/w=
=vf0c
-END PGP SIGNATURE-


Accepted:
spamprobe_1.4b-2.1.diff.gz
  to pool/main/s/spamprobe/spamprobe_1.4b-2.1.diff.gz
spamprobe_1.4b-2.1.dsc
  to pool/main/s/spamprobe/spamprobe_1.4b-2.1.dsc
spamprobe_1.4b-2.1_i386.deb
  to pool/main/s/spamprobe/spamprobe_1.4b-2.1_i386.deb


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



Accepted transmission 0.81.dfsg-1 (source all amd64)

2007-08-31 Thread Leo Costela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 12:38:13 +0200
Source: transmission
Binary: transmission-gtk transmission transmission-cli
Architecture: source all amd64
Version: 0.81.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Leo Costela [EMAIL PROTECTED]
Description: 
 transmission - free, lightweight BitTorrent client
 transmission-cli - free, lightweight BitTorrent client
 transmission-gtk - graphical user interface for transmission
Changes: 
 transmission (0.81.dfsg-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 d71da0c9dbdb506b8f3d250cb78994f1 816 net optional transmission_0.81.dfsg-1.dsc
 9cffa3439a8d17800ee9f3f85c36c9d9 683738 net optional 
transmission_0.81.dfsg.orig.tar.gz
 39bfd90f4cdf0d2bfc9adb2c8f4d249b 9314 net optional 
transmission_0.81.dfsg-1.diff.gz
 5cef7e05a7926b9a9b3721659f497987 8784 net optional 
transmission_0.81.dfsg-1_all.deb
 a25dbc861ad766801884870dd7ca9516 02 net optional 
transmission-cli_0.81.dfsg-1_amd64.deb
 8a81aa3140c988674c50b9b92bf97a4e 275268 net optional 
transmission-gtk_0.81.dfsg-1_amd64.deb

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

iD8DBQFG2Fm6ImLTb3rflGYRAh3+AJ9Q4m8sr3sx30rImdFzmpiZ0B21cgCgx0b8
s13SbM0a619wGXkjwE9JZeQ=
=LD4x
-END PGP SIGNATURE-


Accepted:
transmission-cli_0.81.dfsg-1_amd64.deb
  to pool/main/t/transmission/transmission-cli_0.81.dfsg-1_amd64.deb
transmission-gtk_0.81.dfsg-1_amd64.deb
  to pool/main/t/transmission/transmission-gtk_0.81.dfsg-1_amd64.deb
transmission_0.81.dfsg-1.diff.gz
  to pool/main/t/transmission/transmission_0.81.dfsg-1.diff.gz
transmission_0.81.dfsg-1.dsc
  to pool/main/t/transmission/transmission_0.81.dfsg-1.dsc
transmission_0.81.dfsg-1_all.deb
  to pool/main/t/transmission/transmission_0.81.dfsg-1_all.deb
transmission_0.81.dfsg.orig.tar.gz
  to pool/main/t/transmission/transmission_0.81.dfsg.orig.tar.gz


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



Accepted squid3 3.0.PRE7-1 (source sparc all)

2007-08-31 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 18:05:13 +0200
Source: squid3
Binary: squid3-cgi squid3 squid3-common squid3-client
Architecture: source sparc all
Version: 3.0.PRE7-1
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 squid3 - A full featured Web Proxy cache (HTTP proxy)
 squid3-cgi - A full featured Web Proxy cache (HTTP proxy) - control CGI
 squid3-client - A full featured Web Proxy cache (HTTP proxy) - control utility
 squid3-common - A full featured Web Proxy cache (HTTP proxy) - common files
Closes: 435887
Changes: 
 squid3 (3.0.PRE7-1) unstable; urgency=low
 .
   * New upstream release
 - Fixed assertion failure when receiving TCP_RESET (Closes: #435887)
 - Removed patches integrated upstream:
   + debian/patches/05-helpers-typo
   + debian/patches/06-mem-obj-reference
   + debian/patches/07-close-icap-connections
 .
   * debian/patches/01-cf.data.debian
 - Removed upstream-integrated patches
 .
   * debian/rules
 - Enabled build time default user configuration
Files: 
 4e94aeddfcc3610fb7066584584c6543 715 web optional squid3_3.0.PRE7-1.dsc
 91c49bf6be5752f26a761ed8d3667755 2379458 web optional 
squid3_3.0.PRE7.orig.tar.gz
 303aaa953a742370c926442826f1cc65 12780 web optional squid3_3.0.PRE7-1.diff.gz
 e622251d807fea52566f203f86cfd04b 245324 web optional 
squid3-common_3.0.PRE7-1_all.deb
 4c40d3bdf7fd3389ded3c54cac4ed376 910448 web optional 
squid3_3.0.PRE7-1_sparc.deb
 dfe3b6a1e8e6d7c65f1fbb8a1c182ff4 65318 web optional 
squid3-client_3.0.PRE7-1_sparc.deb
 31caffa4f1c0461cfcaf95f2f210c976 69064 web optional 
squid3-cgi_3.0.PRE7-1_sparc.deb

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

iD8DBQFG2G3o8ZumGJJMDCYRAtCqAJ4kUxd18WCWXzJlYB8gj5OmJt6CEgCfaBs9
cTA1GgjbyY+SNL9qmthrxg8=
=/Q3Q
-END PGP SIGNATURE-


Accepted:
squid3-cgi_3.0.PRE7-1_sparc.deb
  to pool/main/s/squid3/squid3-cgi_3.0.PRE7-1_sparc.deb
squid3-client_3.0.PRE7-1_sparc.deb
  to pool/main/s/squid3/squid3-client_3.0.PRE7-1_sparc.deb
squid3-common_3.0.PRE7-1_all.deb
  to pool/main/s/squid3/squid3-common_3.0.PRE7-1_all.deb
squid3_3.0.PRE7-1.diff.gz
  to pool/main/s/squid3/squid3_3.0.PRE7-1.diff.gz
squid3_3.0.PRE7-1.dsc
  to pool/main/s/squid3/squid3_3.0.PRE7-1.dsc
squid3_3.0.PRE7-1_sparc.deb
  to pool/main/s/squid3/squid3_3.0.PRE7-1_sparc.deb
squid3_3.0.PRE7.orig.tar.gz
  to pool/main/s/squid3/squid3_3.0.PRE7.orig.tar.gz


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



Accepted bouml 2.31-1 (source all amd64)

2007-08-31 Thread Thomas Girard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 23:46:42 +0200
Source: bouml
Binary: bouml bouml-plugouts-src
Architecture: source amd64 all
Version: 2.31-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Girard [EMAIL PROTECTED]
Changed-By: Thomas Girard [EMAIL PROTECTED]
Description: 
 bouml  - UML2 tool box to specify and generate code
 bouml-plugouts-src - UML2 tool box to specify and generate code (plugouts 
sources)
Changes: 
 bouml (2.31-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 73dba3d1429cf4c8b1206598b3aefaeb 649 devel optional bouml_2.31-1.dsc
 2e6d949f3729f90dc6229861034369c4 3965313 devel optional bouml_2.31.orig.tar.gz
 f973d4e2093f155c836f0ded9c63a692 5762 devel optional bouml_2.31-1.diff.gz
 07694642d8e43444d9b4b8d2b407266d 1868102 devel optional 
bouml-plugouts-src_2.31-1_all.deb
 8a66cc8cf9cdb5c47ac5d655717e94d9 3984064 devel optional bouml_2.31-1_amd64.deb

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

iD8DBQFG2HLlz2LXlDjmjg4RArIaAKCWOj/pqRrLs8rE1yCyPNMwTmlOfgCeION7
TC17bjiRUF0Sf6RUU79FCy0=
=KxCZ
-END PGP SIGNATURE-


Accepted:
bouml-plugouts-src_2.31-1_all.deb
  to pool/main/b/bouml/bouml-plugouts-src_2.31-1_all.deb
bouml_2.31-1.diff.gz
  to pool/main/b/bouml/bouml_2.31-1.diff.gz
bouml_2.31-1.dsc
  to pool/main/b/bouml/bouml_2.31-1.dsc
bouml_2.31-1_amd64.deb
  to pool/main/b/bouml/bouml_2.31-1_amd64.deb
bouml_2.31.orig.tar.gz
  to pool/main/b/bouml/bouml_2.31.orig.tar.gz


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



Accepted pootle 1.0.2-2 (source all)

2007-08-31 Thread Nekral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 13:01:26 +0200
Source: pootle
Binary: pootle
Architecture: source all
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Nicolas FRANCOIS (Nekral) [EMAIL PROTECTED]
Changed-By: Nicolas FRANCOIS (Nekral) [EMAIL PROTECTED]
Description: 
 pootle - Web-based translation and translation management tool
Changes: 
 pootle (1.0.2-2) unstable; urgency=low
 .
   * Updated pootle.prefs config file according to the upstream config file.
 Upstream should not contacted for administration tasks on a dedicated
 server. Local administrators should specify their own contact data.
   * New patch pootle_quickstats_written_once, contributed by upstream. It
 should improve speed and should be available in the next version.
Files: 
 ba6510c60def8b0f507524e7c880abea 712 python optional pootle_1.0.2-2.dsc
 3c0038c9a5ae872d005c01ca77c3f18f 815364 python optional 
pootle_1.0.2.orig.tar.gz
 99d7cbe1cb00ddd26e0718333fd5057b 22437 python optional pootle_1.0.2-2.diff.gz
 80dc6cb17d91998b9a19126d3cb4571c 810042 python optional pootle_1.0.2-2_all.deb

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

iD8DBQFG2HrVST77jl1k+HARAt2/AJ0YNo70A1D7z4pbKKIgjAGUUzf3pgCfZDd5
38PnJikYvU/I3RggkTYWPXk=
=TfL7
-END PGP SIGNATURE-


Accepted:
pootle_1.0.2-2.diff.gz
  to pool/main/p/pootle/pootle_1.0.2-2.diff.gz
pootle_1.0.2-2.dsc
  to pool/main/p/pootle/pootle_1.0.2-2.dsc
pootle_1.0.2-2_all.deb
  to pool/main/p/pootle/pootle_1.0.2-2_all.deb
pootle_1.0.2.orig.tar.gz
  to pool/main/p/pootle/pootle_1.0.2.orig.tar.gz


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



Accepted libvoikko 1.5-1 (source i386)

2007-08-31 Thread Timo Jyrinki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 18:20:00 +0300
Source: libvoikko
Binary: libvoikko1 libvoikko-dev
Architecture: source i386
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Timo Jyrinki [EMAIL PROTECTED]
Changed-By: Timo Jyrinki [EMAIL PROTECTED]
Description: 
 libvoikko-dev - Development files for libvoikko
 libvoikko1 - Finnish spell-checker and hyphenator library
Changes: 
 libvoikko (1.5-1) unstable; urgency=low
 .
   * New upstream version
   * Add -V for libvoikko's dh_makeshlibs
Files: 
 a09e2377fe68f7bb8301dadaa80921d8 642 libs optional libvoikko_1.5-1.dsc
 c5a00065edb88b776083c99c8af6b3b9 360366 libs optional libvoikko_1.5.orig.tar.gz
 0b4fbfb34fd3e25502d808a33aff733b 5462 libs optional libvoikko_1.5-1.diff.gz
 32efb588473384ef46987b0eadcb6f08 32822 libdevel optional 
libvoikko-dev_1.5-1_i386.deb
 bbf24097d2196cdad8aea6904f898e82 22820 libs optional libvoikko1_1.5-1_i386.deb

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

iD8DBQFG2H+3eYl9593Atw0RAopzAJ4vnhluhn/2TRxfhHs5pjjDrOytqwCglvCY
obzb+MEoAn/NF0Hc6J/FSSg=
=XbUf
-END PGP SIGNATURE-


Accepted:
libvoikko-dev_1.5-1_i386.deb
  to pool/main/libv/libvoikko/libvoikko-dev_1.5-1_i386.deb
libvoikko1_1.5-1_i386.deb
  to pool/main/libv/libvoikko/libvoikko1_1.5-1_i386.deb
libvoikko_1.5-1.diff.gz
  to pool/main/libv/libvoikko/libvoikko_1.5-1.diff.gz
libvoikko_1.5-1.dsc
  to pool/main/libv/libvoikko/libvoikko_1.5-1.dsc
libvoikko_1.5.orig.tar.gz
  to pool/main/libv/libvoikko/libvoikko_1.5.orig.tar.gz


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



Accepted cultivation 8.20070809.dfsg1-2 (source i386)

2007-08-31 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 20:05:16 +
Source: cultivation
Binary: cultivation
Architecture: source i386
Version: 8.20070809.dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Clint Adams/SponsorBot2000 [EMAIL PROTECTED]
Changed-By: Miriam Ruiz [EMAIL PROTECTED]
Description: 
 cultivation - game about the interactions within a gardening community
Changes: 
 cultivation (8.20070809.dfsg1-2) unstable; urgency=low
 .
   * Added hacky patch to fix wrong mouse behaviour. See #440137
 Thanks to David Martinez Marti [EMAIL PROTECTED]
Files: 
 561ee0b2bda090e8c9483ef00c09cf79 976 games extra 
cultivation_8.20070809.dfsg1-2.dsc
 54288bff1f421b233ba596ccc29c3213 15999 games extra 
cultivation_8.20070809.dfsg1-2.diff.gz
 79908ed7468823ec607b98ca79f93aeb 207886 games extra 
cultivation_8.20070809.dfsg1-2_i386.deb

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

iD8DBQFG2IAy5m0u66uWM3ARAn2CAJ0bGfVkWwpdhbQvpP6eospvcb5rkACgq2LD
dBd8M7ZRPd+++b3Ph01meSQ=
=dVBv
-END PGP SIGNATURE-


Accepted:
cultivation_8.20070809.dfsg1-2.diff.gz
  to pool/main/c/cultivation/cultivation_8.20070809.dfsg1-2.diff.gz
cultivation_8.20070809.dfsg1-2.dsc
  to pool/main/c/cultivation/cultivation_8.20070809.dfsg1-2.dsc
cultivation_8.20070809.dfsg1-2_i386.deb
  to pool/main/c/cultivation/cultivation_8.20070809.dfsg1-2_i386.deb


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



Accepted sip4-qt3 4.7-3 (source all i386)

2007-08-31 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 22:21:15 +0200
Source: sip4-qt3
Binary: sip4 python-sip4-dev python-sip4
Architecture: source all i386
Version: 4.7-3
Distribution: unstable
Urgency: low
Maintainer: Torsten Marek [EMAIL PROTECTED]
Changed-By: Torsten Marek [EMAIL PROTECTED]
Description: 
 python-sip4 - Python/C++ bindings generator runtime library
 python-sip4-dev - Python/C++ bindings generator development files
 sip4   - Python/C++ bindings generator
Changes: 
 sip4-qt3 (4.7-3) unstable; urgency=low
 .
   * Handle DEB_BUILD_OPTIONS settings correctly
Files: 
 f975bbb3ceea5f94a91781ebec9fbba1 737 devel optional sip4-qt3_4.7-3.dsc
 9077ef22bcd12102a1fe05b4f02b86a1 9900 devel optional sip4-qt3_4.7-3.diff.gz
 0f98877a149b8171bb46a9144dce13b5 97754 python optional 
python-sip4-dev_4.7-3_all.deb
 fa73ecf0b511d75d7a60ece6e9f058fc 246082 devel optional sip4_4.7-3_i386.deb
 d6ba1491e593ddcbffe6a2f36cebcc3f 101508 python optional 
python-sip4_4.7-3_i386.deb

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

iD8DBQFG2Hy+fMVFHqJEyFgRAqeJAJ9dMPeotsb0Lc09+GVBwfUjk/ZIZQCgqSYI
ffS6cu7saOMJc/3TOE8zQiE=
=gVXm
-END PGP SIGNATURE-


Accepted:
python-sip4-dev_4.7-3_all.deb
  to pool/main/s/sip4-qt3/python-sip4-dev_4.7-3_all.deb
python-sip4_4.7-3_i386.deb
  to pool/main/s/sip4-qt3/python-sip4_4.7-3_i386.deb
sip4-qt3_4.7-3.diff.gz
  to pool/main/s/sip4-qt3/sip4-qt3_4.7-3.diff.gz
sip4-qt3_4.7-3.dsc
  to pool/main/s/sip4-qt3/sip4-qt3_4.7-3.dsc
sip4_4.7-3_i386.deb
  to pool/main/s/sip4-qt3/sip4_4.7-3_i386.deb


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



Accepted malaga 7.11-1 (source all i386)

2007-08-31 Thread Timo Jyrinki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Aug 2007 22:59:03 +0300
Source: malaga
Binary: malaga-doc libmalaga-dev malaga-bin malaga-mode libmalaga7
Architecture: source all i386
Version: 7.11-1
Distribution: unstable
Urgency: low
Maintainer: Timo Jyrinki [EMAIL PROTECTED]
Changed-By: Timo Jyrinki [EMAIL PROTECTED]
Description: 
 libmalaga-dev - Developer's library for automatic language analysis
 libmalaga7 - An automatic language analysis library
 malaga-bin - A system for automatic language analysis
 malaga-doc - Documentation for an automatic language analysis system
 malaga-mode - A system for automatic language analysis - emacs mode
Closes: 425366 437597
Changes: 
 malaga (7.11-1) unstable; urgency=low
 .
   * New upstream version (Closes: #425366)
   * debian/copyright: also later GPL versions are allowed now in Malaga
   * Handle nostrip (Closes: #437597)
Files: 
 da9c4aa12b7885e162c7189a8369c4a1 718 misc optional malaga_7.11-1.dsc
 f23a154b1efb80fc50cd0db2762cf014 524024 misc optional malaga_7.11.orig.tar.gz
 711a1f41dff8526db0fc21ac115d422e 9174 misc optional malaga_7.11-1.diff.gz
 04f84b49f395be21a89333fd9e739d53 293022 misc optional 
malaga-bin_7.11-1_i386.deb
 45650c00220b6b3169c5825389db49c4 77308 libs optional libmalaga7_7.11-1_i386.deb
 136f976a970897cd82e6e54f127ea52e 85676 libdevel optional 
libmalaga-dev_7.11-1_i386.deb
 b68e955573700ce9f5d2bfccae592b01 591540 doc optional malaga-doc_7.11-1_all.deb
 234cfa7146b57f78040e71b6ac0651f9 30160 editors optional 
malaga-mode_7.11-1_all.deb

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

iD8DBQFG2H92eYl9593Atw0RAo6CAKDRXPTjjXB0gA2o6G6gOUMiyxJ8GACfbDx8
Jw/FJCtPPExYVhWJfluPYo8=
=h6MM
-END PGP SIGNATURE-


Accepted:
libmalaga-dev_7.11-1_i386.deb
  to pool/main/m/malaga/libmalaga-dev_7.11-1_i386.deb
libmalaga7_7.11-1_i386.deb
  to pool/main/m/malaga/libmalaga7_7.11-1_i386.deb
malaga-bin_7.11-1_i386.deb
  to pool/main/m/malaga/malaga-bin_7.11-1_i386.deb
malaga-doc_7.11-1_all.deb
  to pool/main/m/malaga/malaga-doc_7.11-1_all.deb
malaga-mode_7.11-1_all.deb
  to pool/main/m/malaga/malaga-mode_7.11-1_all.deb
malaga_7.11-1.diff.gz
  to pool/main/m/malaga/malaga_7.11-1.diff.gz
malaga_7.11-1.dsc
  to pool/main/m/malaga/malaga_7.11-1.dsc
malaga_7.11.orig.tar.gz
  to pool/main/m/malaga/malaga_7.11.orig.tar.gz


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



Accepted python-qt4 4.3-4 (source all i386)

2007-08-31 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Aug 2007 15:31:52 +0200
Source: python-qt4
Binary: python-qt4-common python-qt4-dev python-qt4-gl python-qt4-dbus 
pyqt4-dev-tools python-qt4 python-qt4-sql python-qt4-doc
Architecture: source all i386
Version: 4.3-4
Distribution: unstable
Urgency: low
Maintainer: Torsten Marek [EMAIL PROTECTED]
Changed-By: Torsten Marek [EMAIL PROTECTED]
Description: 
 pyqt4-dev-tools - Development tools for PyQt4
 python-qt4 - Python bindings for Qt4
 python-qt4-common - Shared files for PyQt4
 python-qt4-dbus - DBus Support for PyQt4
 python-qt4-dev - Development files for PyQt4
 python-qt4-doc - Documentation and examples for PyQt4
 python-qt4-gl - Python bindings for Qt4's OpenGL module
 python-qt4-sql - Python bindings for Qt4's SQL module
Closes: 437867 438392
Changes: 
 python-qt4 (4.3-4) unstable; urgency=low
 .
   * Forward CXXFLAGS to the build system (Closes: #438392)
   * Handle nostrip build option correctly (Closes: #437867)
   * Fixed another build error related to qreal/double/float.
   * Added dpatch patch list for armel.
Files: 
 e37a3b406064648402b036d82a69ef46 879 python optional python-qt4_4.3-4.dsc
 01aef00b405f54dc941d651aad6ef2e5 10453 python optional python-qt4_4.3-4.diff.gz
 89c6474c467ea53e8e23f98c0d3bec56 4350952 python optional 
python-qt4_4.3-4_i386.deb
 835174f86209917a985cc6cb4eab072c 57778 python optional 
python-qt4-dbus_4.3-4_i386.deb
 54535dd760be1fd621b1c9f9032f9c72 131162 python optional 
python-qt4-gl_4.3-4_i386.deb
 47171c68c030107983f4a5f5e6a2e3c1 213426 python optional 
python-qt4-sql_4.3-4_i386.deb
 05fd0e7c6e599f9de01baa91f4849105 145500 python optional 
pyqt4-dev-tools_4.3-4_i386.deb
 c2286cc12801275a1a46b47d4f14088b 270690 python optional 
python-qt4-dev_4.3-4_all.deb
 b9a1fe7b72a950f93e7e356721e71c71 50658 python optional 
python-qt4-common_4.3-4_all.deb
 a325df7413a4579ec752c336a94fb29e 5724074 doc optional 
python-qt4-doc_4.3-4_all.deb

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

iD8DBQFG2IF0fMVFHqJEyFgRAodMAJ0aMQWmLwtlTqv6GIoV1ExZR3vXxACfeXlw
8wA281nagUZAEE7mqW5SVbE=
=FpiF
-END PGP SIGNATURE-


Accepted:
pyqt4-dev-tools_4.3-4_i386.deb
  to pool/main/p/python-qt4/pyqt4-dev-tools_4.3-4_i386.deb
python-qt4-common_4.3-4_all.deb
  to pool/main/p/python-qt4/python-qt4-common_4.3-4_all.deb
python-qt4-dbus_4.3-4_i386.deb
  to pool/main/p/python-qt4/python-qt4-dbus_4.3-4_i386.deb
python-qt4-dev_4.3-4_all.deb
  to pool/main/p/python-qt4/python-qt4-dev_4.3-4_all.deb
python-qt4-doc_4.3-4_all.deb
  to pool/main/p/python-qt4/python-qt4-doc_4.3-4_all.deb
python-qt4-gl_4.3-4_i386.deb
  to pool/main/p/python-qt4/python-qt4-gl_4.3-4_i386.deb
python-qt4-sql_4.3-4_i386.deb
  to pool/main/p/python-qt4/python-qt4-sql_4.3-4_i386.deb
python-qt4_4.3-4.diff.gz
  to pool/main/p/python-qt4/python-qt4_4.3-4.diff.gz
python-qt4_4.3-4.dsc
  to pool/main/p/python-qt4/python-qt4_4.3-4.dsc
python-qt4_4.3-4_i386.deb
  to pool/main/p/python-qt4/python-qt4_4.3-4_i386.deb


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



Accepted fbi 2.06-1 (source i386)

2007-08-31 Thread Moritz Muehlenhoff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 23:35:19 +0200
Source: fbi
Binary: fbi exiftran
Architecture: source i386
Version: 2.06-1
Distribution: unstable
Urgency: low
Maintainer: Moritz Muehlenhoff [EMAIL PROTECTED]
Changed-By: Moritz Muehlenhoff [EMAIL PROTECTED]
Description: 
 exiftran   - transform digital camera jpeg images
 fbi- Linux frame buffer image viewer
Closes: 436822
Changes: 
 fbi (2.06-1) unstable; urgency=low
 .
   * New upstream release 2.06
 - Drop fix-autozoom.diff (obsolete)
 - New Patches: dont-strip-binaries.diff, enable-debug-syms.diff
   Build with debug symbols and call dh_strip, which honors
   DEB_BUILD_OPTIONS=nostrip (Closes: #436822)
Files: 
 79df61d90ae1bfc2474981d1bd97417d 716 graphics optional fbi_2.06-1.dsc
 3e1887bc70fe67b850e297f78a0d446f 216076 graphics optional fbi_2.06-1.tar.gz
 19242a01801b148970f6eec0c4ea6a01 54278 graphics optional fbi_2.06-1_i386.deb
 c4fcdae9eeb2a37ad264e04702138a60 24358 graphics optional 
exiftran_2.06-1_i386.deb

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

iD8DBQFG2JCEXm3vHE4uyloRAsMQAJ9IA6LzEsHJztaTxHbtOURp9GXVCwCePJaS
TCxFOcXGtGJyELXwl3K8E4s=
=lIfc
-END PGP SIGNATURE-


Accepted:
exiftran_2.06-1_i386.deb
  to pool/main/f/fbi/exiftran_2.06-1_i386.deb
fbi_2.06-1.dsc
  to pool/main/f/fbi/fbi_2.06-1.dsc
fbi_2.06-1.tar.gz
  to pool/main/f/fbi/fbi_2.06-1.tar.gz
fbi_2.06-1_i386.deb
  to pool/main/f/fbi/fbi_2.06-1_i386.deb


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



Accepted ayttm 0.5.0+10-2 (source amd64)

2007-08-31 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 18:09:28 +0530
Source: ayttm
Binary: ayttm
Architecture: source amd64
Version: 0.5.0+10-2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Kartik Mistry [EMAIL PROTECTED]
Description: 
 ayttm  - Universal Instant Messaging Client
Changes: 
 ayttm (0.5.0+10-2) unstable; urgency=low
 .
   * Readding *.la files to get modules dynamically loaded correctly
Files: 
 84b22a2f63b2f71bda1304ca68343134 768 net optional ayttm_0.5.0+10-2.dsc
 f10490264e9cf8fb729b28bae4a3ad9f 6996 net optional ayttm_0.5.0+10-2.diff.gz
 329b1202186aff5e28c0e735f9a76540 896040 net optional ayttm_0.5.0+10-2_amd64.deb

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

iD8DBQFG2JvjLARVQsm1XawRAmfNAKC9qnTtpwHQOtpbrL2iM7CujWePzgCfe1Rv
cPcmuZ5yY4tQSjFJn+MeMmU=
=NZdL
-END PGP SIGNATURE-


Accepted:
ayttm_0.5.0+10-2.diff.gz
  to pool/main/a/ayttm/ayttm_0.5.0+10-2.diff.gz
ayttm_0.5.0+10-2.dsc
  to pool/main/a/ayttm/ayttm_0.5.0+10-2.dsc
ayttm_0.5.0+10-2_amd64.deb
  to pool/main/a/ayttm/ayttm_0.5.0+10-2_amd64.deb


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



Accepted sylpheed 2.4.5-1 (source all amd64)

2007-08-31 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 01:54:06 +0200
Source: sylpheed
Binary: sylpheed-i18n sylpheed
Architecture: source amd64 all
Version: 2.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones [EMAIL PROTECTED]
Changed-By: Ricardo Mones [EMAIL PROTECTED]
Description: 
 sylpheed   - Light weight e-mail client with GTK+
 sylpheed-i18n - Locale data for Sylpheed (i18n support)
Closes: 440321
Changes: 
 sylpheed (2.4.5-1) unstable; urgency=low
 .
   * New upstream release
   * debian/watch
   - Fixed URL (based on patch by Hideki Yamane) (Closes: #440321)
   * debian/menu
   - Fixed section name according new menu structure; added longtitle
Files: 
 82dd675d64083d4793f67c12b7a95012 900 mail optional sylpheed_2.4.5-1.dsc
 7537aff2952c72b679f28e1109d31ef1 4154618 mail optional 
sylpheed_2.4.5.orig.tar.gz
 323cc2144027eb2ab5a2a8169f5e 17311 mail optional sylpheed_2.4.5-1.diff.gz
 e7dc855b35c8be860a373e095594889b 1236856 mail optional 
sylpheed-i18n_2.4.5-1_all.deb
 b51b09469062bc65b795ecfdd653f7a1 687842 mail optional 
sylpheed_2.4.5-1_amd64.deb

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

iD8DBQFG2K2OLARVQsm1XawRAiy3AJ9Ji+50UHVxyudBSJMPh93H5XklVQCeLD6Y
IJ3NxuELqsHpXcK/T7pBdoA=
=AspU
-END PGP SIGNATURE-


Accepted:
sylpheed-i18n_2.4.5-1_all.deb
  to pool/main/s/sylpheed/sylpheed-i18n_2.4.5-1_all.deb
sylpheed_2.4.5-1.diff.gz
  to pool/main/s/sylpheed/sylpheed_2.4.5-1.diff.gz
sylpheed_2.4.5-1.dsc
  to pool/main/s/sylpheed/sylpheed_2.4.5-1.dsc
sylpheed_2.4.5-1_amd64.deb
  to pool/main/s/sylpheed/sylpheed_2.4.5-1_amd64.deb
sylpheed_2.4.5.orig.tar.gz
  to pool/main/s/sylpheed/sylpheed_2.4.5.orig.tar.gz


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



Accepted squid 2.6.14-2 (source sparc all)

2007-08-31 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 22 Jul 2007 19:03:10 +0200
Source: squid
Binary: squid squid-cgi squidclient squid-common
Architecture: source sparc all
Version: 2.6.14-2
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 squid  - Internet object cache (WWW proxy cache)
 squid-cgi  - Squid cache manager CGI program
 squid-common - Internet object cache (WWW proxy cache) - common files
 squidclient - command-line URL extractor for Squid
Closes: 428589 438043
Changes: 
 squid (2.6.14-2) unstable; urgency=low
 .
   * debian/watch
 - Updated Debian version
 .
   * debian/rules
 - Removed unconditionl strip option on pam_auth and getpwnam_auth.
   (Closes: #438043)
 .
   * debian/templates
 - Fixed minor error in debconf template (Closes: #428589)
Files: 
 5646726f0b0dd02344ecb84ead6bceb4 662 web optional squid_2.6.14-2.dsc
 d0a8eaa080676fe0465b4b4e29e78d55 295551 web optional squid_2.6.14-2.diff.gz
 5781f56276df779137e0c3ab12c6e4fd 470232 web optional 
squid-common_2.6.14-2_all.deb
 423854e3d65db2b8247325824faae065 667302 web optional squid_2.6.14-2_sparc.deb
 d83f1afa423dd960be97758c1ca23fe8 91120 web optional 
squidclient_2.6.14-2_sparc.deb
 0712b95f81fcfbd4fe231cfa52fb55a2 107176 web optional 
squid-cgi_2.6.14-2_sparc.deb

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

iD8DBQFG2K7X8ZumGJJMDCYRAijrAJsFbCw+K78wdeN+29F/Kfp+CyopngCfSqXm
/D1CbQQBipfHcCfWu5pweb0=
=dkgp
-END PGP SIGNATURE-


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


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



Accepted sitebar 3.3.8-12 (source all)

2007-08-31 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 21:09:41 -0400
Source: sitebar
Binary: sitebar
Architecture: source all
Version: 3.3.8-12
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 sitebar- A web based bookmark manager written in PHP
Closes: 439636
Changes: 
 sitebar (3.3.8-12) unstable; urgency=low
 .
   * Updated French translation (fr.po). Closes: #439636.
Files: 
 e37e716fe2cd11f6a11abd258bda1f12 574 web optional sitebar_3.3.8-12.dsc
 daf554d116f7ae470908946d8f4bd694 19295 web optional sitebar_3.3.8-12.diff.gz
 acdc84fe98429a701685252acab2f5a2 709152 web optional sitebar_3.3.8-12_all.deb

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

iD8DBQFG2LwvqPceVIzhGUERAtBfAKC5Yzd+3nAoO4Ij0Rput3/qLgwvSQCgk9sY
C0/V8UUfln8rHTYFrinFu8Q=
=nwoX
-END PGP SIGNATURE-


Accepted:
sitebar_3.3.8-12.diff.gz
  to pool/main/s/sitebar/sitebar_3.3.8-12.diff.gz
sitebar_3.3.8-12.dsc
  to pool/main/s/sitebar/sitebar_3.3.8-12.dsc
sitebar_3.3.8-12_all.deb
  to pool/main/s/sitebar/sitebar_3.3.8-12_all.deb


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



Accepted pyinotify 0.7.0-2.1 (source all i386)

2007-08-31 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 18:59:18 -0600
Source: pyinotify
Binary: python-pyinotify-doc python-pyinotify
Architecture: all i386 source 
Version: 0.7.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Gusarov [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 python-pyinotify - Simple Linux inotify Python bindings
 python-pyinotify-doc - Simple Linux inotify Python bindings
Changes: 
 pyinotify (0.7.0-2.1) unstable; urgency=low
 .
   * Fix FTBFS on hppa and mips/mipsel by using sys/syscall.h, since
 inotify stuff is mainline linux on all lenny-supporting architectures.
   * Architecture: any and let Packages-arch-specific deal with the exceptions.
Files: 
 08881f481fbaeff9e8bc7af0bd67d383 87998 doc optional 
python-pyinotify-doc_0.7.0-2.1_all.deb
 38ba506d06c34bd2f11ddc5f9b8ae558 26812 python optional 
python-pyinotify_0.7.0-2.1_i386.deb
 c125d3eeac26af0cd3df9ad29930d6c8 5516 python optional 
pyinotify_0.7.0-2.1.diff.gz
 36bb2166ea1259ffd16da19733674184 769 python optional pyinotify_0.7.0-2.1.dsc

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

iD8DBQFG2LzAzN/kmwoKyScRAtcgAJ0Vx1iw0ksO+extfbLdqvbOJ3fu3wCffOVB
15fSm5+LhN0V9i+/vE3546A=
=oGaa
-END PGP SIGNATURE-


Accepted:
pyinotify_0.7.0-2.1.diff.gz
  to pool/main/p/pyinotify/pyinotify_0.7.0-2.1.diff.gz
pyinotify_0.7.0-2.1.dsc
  to pool/main/p/pyinotify/pyinotify_0.7.0-2.1.dsc
python-pyinotify-doc_0.7.0-2.1_all.deb
  to pool/main/p/pyinotify/python-pyinotify-doc_0.7.0-2.1_all.deb
python-pyinotify_0.7.0-2.1_i386.deb
  to pool/main/p/pyinotify/python-pyinotify_0.7.0-2.1_i386.deb


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



Accepted pam 0.99.7.1-4 (source all amd64 i386)

2007-08-31 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 17:11:05 -0700
Source: pam
Binary: libpam0g-dev libpam0g libpam-modules libpam-doc libpam-runtime 
libpam-cracklib
Architecture: source amd64 all i386
Version: 0.99.7.1-4
Distribution: unstable
Urgency: low
Maintainer: Steve Langasek [EMAIL PROTECTED]
Changed-By: Steve Langasek [EMAIL PROTECTED]
Description: 
 libpam-doc - Documentation of PAM
 libpam-runtime - Runtime support for the PAM library
 libpam-cracklib - PAM module to enable cracklib support
 libpam-modules - Pluggable Authentication Modules for PAM
 libpam0g   - Pluggable Authentication Modules library
 libpam0g-dev - Development files for PAM
Closes: 389197 439984 440019 440074 440355 440362 440368
Changes: 
 pam (0.99.7.1-4) unstable; urgency=low
 .
   * libpam0g.postinst, libpam0g.templates: gdm doesn't need to be restarted
 to fix the library skew, only reloaded; special-case this daemon in the
 postinst and remove the mention of it from the debconf template, also
 tightening the language of the debconf template in the process.
 Closes: #440074.
   * Add courier-authdaemon to the list of services that need to be
 restarted; thanks to Micah Anderson for reporting.
   * New patch pam_env_ignore_garbage.patch: fix pam_env to really skip over
 garbage lines in /etc/environment and log an error, instead of failing
 with an obscure error; and ignore any PAM_BAD_ITEM values returned
 by pam_putenv(), since this is the expected error return when trying
 to delete a non-existent var.  Closes: #439984.
   * Yet another thinko in hurd_no_setfsuid and in
 029_pam_limits_capabilities; this code should really be Hurd-safe at
 last...
   * getline() returns -1 on EOF, not 0; check this appropriately, to fix
 an infinite loop in pam_rhosts_auth.  Thanks to Stephan Springl
 [EMAIL PROTECTED] for the fix.  Closes: #440019.
   * Use ${misc:Depends} for libpam0g, so we get a proper dependency on
 debconf.
   * 019_pam_listfile_quiet: per discussion with upstream, don't suppress
 errors about missing files or files with wrong permissions; these are
 real errors that should not be buried.
   * Drop the remainder of 061_pam_issue_double_free, not required for the
 original bugfix.
   * Drop patch 064_pam_unix_cracklib_dictpath, which is not needed now that
 we define CRACKLIB_DICTS in debian/rules.
   * Drop patch 063_paswd_segv, superseded by a different upstream fix
   * Split 047_pam_limits_chroot_string_value up between
 008_modules_pam_limits_chroot and 029_pam_limits_capabilites
   * Updates to patch 007_modules_pam_unix: restore the same built-in min
 password len of 6 that upstream uses; fix a typo panlindrome -
 palindrome.
   * The 'max=' option was never intended to be used to limit maximum password
 length for users, only to declare what the number of significant
 characters /is/ for a password.  But we don't need a config option to
 tell us that, we know the answer based on which crypt type we're using,
 so drop this as a config file option.  Closes: #389197.
   * Debconf translations:
 - Spanish, thanks to Javier Fernández-Sanguino Peña [EMAIL PROTECTED]
 - Vietnamese, thanks to Clytie Siddall [EMAIL PROTECTED]
 - German, thanks to Sven Joachim [EMAIL PROTECTED] (closes: #440355)
 - Czech, thanks to Miroslav Kure [EMAIL PROTECTED]
   (closes: #440362)
 - Portuguese, thanks to Américo Monteiro [EMAIL PROTECTED]
   (closes: #440368)
Files: 
 cb4a600503b243b112ec18f630a5fb76 1160 libs optional pam_0.99.7.1-4.dsc
 b1de189bf361284f0f2f8d38a16300fe 113312 libs optional pam_0.99.7.1-4.diff.gz
 2e3b058f0ac92d72fa07939da9932290 97762 admin required 
libpam-runtime_0.99.7.1-4_all.deb
 6aa82d016aa8a28ece06cc7273a1239d 265992 doc optional 
libpam-doc_0.99.7.1-4_all.deb
 b33b386e594f347e232568513e0155a3 81968 libs required 
libpam0g_0.99.7.1-4_amd64.deb
 1f9fe17fbd79447a0d6c659230c1f766 264606 libs required 
libpam-modules_0.99.7.1-4_amd64.deb
 a060a2ddae3ae4b9c38a9279d1cabe3d 143794 libdevel optional 
libpam0g-dev_0.99.7.1-4_amd64.deb
 b15b34811d2d2e71b90773765f26e702 49176 libs optional 
libpam-cracklib_0.99.7.1-4_amd64.deb
 34a3a8266af72cf2fb31afa542480b3c 79088 libs required 
libpam0g_0.99.7.1-4_i386.deb
 33a816ef585667a473a3fd8cd2572e34 253190 libs required 
libpam-modules_0.99.7.1-4_i386.deb
 178c6163ea43924525a2316126468a84 141836 libdevel optional 
libpam0g-dev_0.99.7.1-4_i386.deb
 10386ea56a7b8e51c4f0e872bbe86358 49170 libs optional 
libpam-cracklib_0.99.7.1-4_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG2MAVKN6ufymYLloRAhv3AJ9e1dh8G/qB4IV9UtIEoYcUfQiMhACghydF
LnoLJ9s7yN0B3ScYF+nYCWo=
=PkA/
-END PGP SIGNATURE-


Accepted:
libpam-cracklib_0.99.7.1-4_amd64.deb
  to pool/main/p/pam/libpam-cracklib_0.99.7.1-4_amd64.deb
libpam-cracklib_0.99.7.1-4_i386.deb
  to 

Accepted pv 1.1.0-1 (source i386)

2007-08-31 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 21:51:41 -0400
Source: pv
Binary: pv
Architecture: source i386
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 pv - Shell pipeline element to meter data passing through
Closes: 415652
Changes: 
 pv (1.1.0-1) unstable; urgency=low
 .
   * New upstream release. Closes: #415652.
 + new option --remote (-R) to control an already-running process
 + new option --line-mode (-l) to count lines instead of bytes
Files: 
 897d29fd1c223ec66cd14ba82c837746 536 utils optional pv_1.1.0-1.dsc
 1b76116d4cc70b0f12553a94d834d9bb 90669 utils optional pv_1.1.0.orig.tar.gz
 9e5f3e37580e345995f22f1452e9849d 3188 utils optional pv_1.1.0-1.diff.gz
 0556eef4a689403e8ad47ece4152573c 27372 utils optional pv_1.1.0-1_i386.deb

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

iD8DBQFG2MnLqPceVIzhGUERAgKwAKC6/cS5JHXSc+Wj1kPV2gtezji0wgCgjAM9
YCftib3MXiwKNKCzNUjL0iw=
=ZL+l
-END PGP SIGNATURE-


Accepted:
pv_1.1.0-1.diff.gz
  to pool/main/p/pv/pv_1.1.0-1.diff.gz
pv_1.1.0-1.dsc
  to pool/main/p/pv/pv_1.1.0-1.dsc
pv_1.1.0-1_i386.deb
  to pool/main/p/pv/pv_1.1.0-1_i386.deb
pv_1.1.0.orig.tar.gz
  to pool/main/p/pv/pv_1.1.0.orig.tar.gz


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



Accepted libparse-debianchangelog-perl 1.1.1-1 (source all)

2007-08-31 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 03:25:06 +0200
Source: libparse-debianchangelog-perl
Binary: libparse-debianchangelog-perl
Architecture: source all
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Frank Lichtenheld [EMAIL PROTECTED]
Changed-By: Frank Lichtenheld [EMAIL PROTECTED]
Description: 
 libparse-debianchangelog-perl - parse Debian changelogs and output them in 
other formats
Closes: 440116
Changes: 
 libparse-debianchangelog-perl (1.1.1-1) unstable; urgency=low
 .
   * New upstream release
 - Fixes handling of dates equal to the epoch (Closes: #440116)
Files: 
 d9e5d2b8b5b4bf618f7b76c7c1f74e08 1030 perl optional 
libparse-debianchangelog-perl_1.1.1-1.dsc
 3c325158fd10121beeafdb2fa73f12f1 81671 perl optional 
libparse-debianchangelog-perl_1.1.1.orig.tar.gz
 976ccad00e80c588a8d29d701b5e4a24 2473 perl optional 
libparse-debianchangelog-perl_1.1.1-1.diff.gz
 e8a9f4680a44a2d4c44fa08c30fc34ed 59098 perl optional 
libparse-debianchangelog-perl_1.1.1-1_all.deb

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

iD8DBQFG2M+EQbn06FtxPfARAruYAJ492/xJ2xfk4J/OtEqEg/2QSa0YqgCeObYd
KJ8x6gxhRSMre/n3onD73S8=
=ahtE
-END PGP SIGNATURE-


Accepted:
libparse-debianchangelog-perl_1.1.1-1.diff.gz
  to 
pool/main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.1.1-1.diff.gz
libparse-debianchangelog-perl_1.1.1-1.dsc
  to 
pool/main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.1.1-1.dsc
libparse-debianchangelog-perl_1.1.1-1_all.deb
  to 
pool/main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.1.1-1_all.deb
libparse-debianchangelog-perl_1.1.1.orig.tar.gz
  to 
pool/main/libp/libparse-debianchangelog-perl/libparse-debianchangelog-perl_1.1.1.orig.tar.gz


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



Accepted cmap-adobe-japan1 0+20060504-5 (source all)

2007-08-31 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 11:34:39 +0900
Source: cmap-adobe-japan1
Binary: cmap-adobe-japan1
Architecture: source all
Version: 0+20060504-5
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 cmap-adobe-japan1 - CMaps for Adobe-Japan1
Closes: 437388
Changes: 
 cmap-adobe-japan1 (0+20060504-5) unstable; urgency=low
 .
   * Translation update:
 Portuguese (closes: #437388)
Files: 
 6375171aa2a9edae41c6e488d3559cde 724 non-free/misc optional 
cmap-adobe-japan1_0+20060504-5.dsc
 fa2f2e04b37f1babbfe7b6fd4e7a6a62 16579 non-free/misc optional 
cmap-adobe-japan1_0+20060504-5.diff.gz
 6cf23bb78082d234ea45c687a2ed7ca8 420506 non-free/misc optional 
cmap-adobe-japan1_0+20060504-5_all.deb

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

iEYEARECAAYFAkbY0IQACgkQQKW+7XLQPLHYfACfXRIOD5acrnbjTHAhsWjpQYiM
aiQAn3vWzyUjZOK4u3aszfp+/f6iwB1y
=hvJq
-END PGP SIGNATURE-


Accepted:
cmap-adobe-japan1_0+20060504-5.diff.gz
  to pool/non-free/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20060504-5.diff.gz
cmap-adobe-japan1_0+20060504-5.dsc
  to pool/non-free/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20060504-5.dsc
cmap-adobe-japan1_0+20060504-5_all.deb
  to pool/non-free/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20060504-5_all.deb


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



Accepted cowdancer 0.38 (source amd64)

2007-08-31 Thread Junichi Uekawa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 13:10:45 +0900
Source: cowdancer
Binary: qemubuilder cowdancer
Architecture: source amd64
Version: 0.38
Distribution: unstable
Urgency: low
Maintainer: Junichi Uekawa [EMAIL PROTECTED]
Changed-By: Junichi Uekawa [EMAIL PROTECTED]
Description: 
 cowdancer  - Copy-on-write directory tree utility.
 qemubuilder - pbuilder using QEMU as backend
Closes: 431993 432573
Changes: 
 cowdancer (0.38) unstable; urgency=low
 .
   [ Jan-Marek Glogowski ]
   * Don't clean the environment when invoking dumpconfig
   (closes: #431993)
   * Better error handling when loading config
 .
   [ Junichi Uekawa ]
   * add aptitude into chroot for pbuilder-satisfydepends-aptitude.
   * add cowdancer-ilistcreate command, which creates ilist file.
   * add cowdancer-ilistdump command, for debugging purposes. It was
 included in the testsuite, but it is generally useful for
 troubleshooting.
   * run cowdancer-ilistcreate within chroot if it exists
   - Bug fix: cowbuilder cross-arch building support.
 (Closes: #432573).
Files: 
 0a8054e6d8e9fb889abd0362d4b70f09 546 utils optional cowdancer_0.38.dsc
 77542f40f6049d39f80e98bac4da39bf 213027 utils optional cowdancer_0.38.tar.gz
 991d551a2f9db1d39aa1fb16fcf64931 37920 utils optional cowdancer_0.38_amd64.deb
 11e04f676d85e03037a9ab30deb50e3c 25144 utils optional 
qemubuilder_0.38_amd64.deb

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

iD8DBQFG2Obh2Dd9TugeVcERAsJjAJ9xj9rVMEpLEFNWpa6V5Olqbg4rBQCggnGb
JeAIwa8PnbiETcfyla96GCw=
=ON/i
-END PGP SIGNATURE-


Accepted:
cowdancer_0.38.dsc
  to pool/main/c/cowdancer/cowdancer_0.38.dsc
cowdancer_0.38.tar.gz
  to pool/main/c/cowdancer/cowdancer_0.38.tar.gz
cowdancer_0.38_amd64.deb
  to pool/main/c/cowdancer/cowdancer_0.38_amd64.deb
qemubuilder_0.38_amd64.deb
  to pool/main/c/cowdancer/qemubuilder_0.38_amd64.deb


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



Accepted banshee 0.13.1+dfsg-2 (source i386 all)

2007-08-31 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 31 Aug 2007 10:47:29 +0200
Source: banshee
Binary: banshee banshee-daap
Architecture: source i386 all
Version: 0.13.1+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 banshee- Audio Management and Playback application
 banshee-daap - Audio Management and Playback application (DAAP sharing plugin)
Closes: 440119
Changes: 
 banshee (0.13.1+dfsg-2) unstable; urgency=low
 .
   * debian/patches/05_remote_radio_uri.patch:
 + Allow configuration of URI for updating stations of radio plugin.
   Patch by Mário Meyer [EMAIL PROTECTED], also applied upstream.
   (Closes: #440119)
   * debian/rules:
 + Use dh_clifixperms to fix permissions instead of manual find magic.
Files: 
 fb01188d6724d8edb7eab1adc09088da 1725 sound optional banshee_0.13.1+dfsg-2.dsc
 4630d9a9be343398208a4d0a144fa22c 258768 sound optional 
banshee_0.13.1+dfsg-2.diff.gz
 ca18abfd4560e80363b0c685299d3f50 220662 sound optional 
banshee-daap_0.13.1+dfsg-2_all.deb
 ad137b6b84218ea6c0d9561c59e05dbd 2176478 sound optional 
banshee_0.13.1+dfsg-2_i386.deb

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

iD8DBQFG1+ykBsBdh1vkHyERAhDsAJ4yU0XEWVDXzX43VNQqiveJ74TziQCgkuBG
M7oBRI/y4zZNiMYm5F9xqZo=
=v+z8
-END PGP SIGNATURE-


Accepted:
banshee-daap_0.13.1+dfsg-2_all.deb
  to pool/main/b/banshee/banshee-daap_0.13.1+dfsg-2_all.deb
banshee_0.13.1+dfsg-2.diff.gz
  to pool/main/b/banshee/banshee_0.13.1+dfsg-2.diff.gz
banshee_0.13.1+dfsg-2.dsc
  to pool/main/b/banshee/banshee_0.13.1+dfsg-2.dsc
banshee_0.13.1+dfsg-2_i386.deb
  to pool/main/b/banshee/banshee_0.13.1+dfsg-2_i386.deb


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



Accepted bugzilla 2.22.1-2.2 (source all)

2007-08-31 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  1 Sep 2007 06:37:21 +0200
Source: bugzilla
Binary: bugzilla bugzilla-doc
Architecture: source all
Version: 2.22.1-2.2
Distribution: unstable
Urgency: high
Maintainer: Debian Webapps Team [EMAIL PROTECTED]
Changed-By: Steffen Joeris [EMAIL PROTECTED]
Description: 
 bugzilla   - web-based bug tracking system
 bugzilla-doc - comprehensive guide to Bugzilla
Closes: 440106
Changes: 
 bugzilla (2.22.1-2.2) unstable; urgency=high
 .
   * Non-maintainer upload by the testing-security team
   * Upload with the permission of the maintainer
   * Include CVE-2007-4543.dpatch to fix vulnerability to prevent
 injection of arbitary code in enter_bug.cgi
 (Closes: #440106) Fixes: CVE-2007-4543
Files: 
 fd21943536c624890284f1acf6b22fa3 776 web optional bugzilla_2.22.1-2.2.dsc
 41894921e9d011ada6ee71880b20733f 68661 web optional bugzilla_2.22.1-2.2.diff.gz
 f1930bea5d5227fbdb248f6dfcf54a78 827058 web optional 
bugzilla_2.22.1-2.2_all.deb
 f2a6eb68de96a8458c58af14bd8196d8 615370 doc optional 
bugzilla-doc_2.22.1-2.2_all.deb

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

iD8DBQFG2O+e62zWxYk/rQcRAhmwAKCh+bTvgBWvW+uyU56WE/jsIA0eoQCgwXZS
2IoYk8KPEIoPyQbdaiqug0s=
=Z0jx
-END PGP SIGNATURE-


Accepted:
bugzilla-doc_2.22.1-2.2_all.deb
  to pool/main/b/bugzilla/bugzilla-doc_2.22.1-2.2_all.deb
bugzilla_2.22.1-2.2.diff.gz
  to pool/main/b/bugzilla/bugzilla_2.22.1-2.2.diff.gz
bugzilla_2.22.1-2.2.dsc
  to pool/main/b/bugzilla/bugzilla_2.22.1-2.2.dsc
bugzilla_2.22.1-2.2_all.deb
  to pool/main/b/bugzilla/bugzilla_2.22.1-2.2_all.deb


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