Re: Test Debian : IPv6 pitfalls ?

2008-10-06 Thread Franklin PIAT
On Sun, 2008-10-05 at 20:25 +0200, Yves-Alexis Perez wrote:
 On dim, 2008-10-05 at 16:38 +0200, Franklin PIAT wrote:
  Feel free to improve or comment them.
 
 Not sure if it's the right place to comment, but I wonder how can
 “Enable Ipv6” be classified as “Medium Risk”.

I wanted to have IPv6 on this page so people experiment it. (Having a
feature enabled in Debian doesn't means that every user know how to use
it. Which can cause disruption of service).

BTW, As you may notice, I have deliberately omitted the low risk
section.

 It's something you may not have power on (if your netadmin or ISP
 decides to enable IPv6, it's their choice, not yours. You can
 *disable* it but, it's enabled by default anyway (thanksfully))

I my mind enabling IPv6 include ISP and router reconfiguration.

So the risk questions are :
- Can a service become unavailable because of IPv6 ? (including
  side-effects, or remote sites that have broken IPv6 configuration,
  causing unavailability).
- How long and how difficult is to recover the situation ?
- Network security (no NAT, so inner systems are exposed by default)

The second point is especially true for people that do simple web/mail
hosting. Messing-up DNS can take time to recover.

Anybody aware of bad end-user IPv6 experience ?
Anybody feels like improving IPv6 wiki page[1] to explain those pitfalls
(if any) ?

Thanks,

Franklin

[1] http://wiki.debian.org/DebianIPv6


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



ITP: adms -- An automatic device model synthesizer

2008-10-06 Thread Stefan Jahn
Package: wnpp
Severity: wishlist
Owner: Stefan Jahn [EMAIL PROTECTED]


* Package name: adms
   Version : 2.3.0
   Upstream Author : Laurent Lemaitre [EMAIL PROTECTED]
* URL : http://mot-adms.sourceforge.net/
* License : GPL
   Programming Lang: C
   Description : An automatic device model synthesizer

  adms is a code generator that converts electrical compact device models
specified in high-level description language into
  ready-to-compile c code for the API of spice simulators.  Based on
transformations specified in xml language adms transforms Verilog-AMS
code into other target languages.

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






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



Bug#501267: ITP: coinor-cbc -- Coin-or branch-and-cut mixed integer programming solver

2008-10-06 Thread Soeren Sonnenburg
Package: wnpp
Severity: wishlist
Owner: Soeren Sonnenburg [EMAIL PROTECTED]

* Package name: coinor-cbc
  Version : 2.2.1
  Upstream Author : John J. Forrest [EMAIL PROTECTED]
* URL : https://projects.coin-or.org/Cbc
* License : CPL
  Programming Lang: C++
  Description : Coin-or branch-and-cut mixed integer programming solver


Cbc (Coin-or branch and cut) is an open-source mixed integer programming
solver written in C++.  It is primarily meant to be used as a callable
library, but a basic, stand-alone executable version is also available.

Mixed integer programming (MIP) is a generalization of linear programming (LP)
and allows to find the minimum solution of objective functions depending
linearly on variables, which are linearly constrained and additionally may
have integrality constraints.

Cbc is part of the larger COIN-OR initiative (Computational Infrastructure for
Operations Research) and depends on the COIN-OR Clp linear programming solver
for solving subproblems.

Cbc works well as independent solver (reading files in the MPS format) and as a
solver backend for AMPL.

Project homepage: https://projects.coin-or.org/Cbc

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)



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



Re: Bug#500176: This bug is still around and release-critical

2008-10-06 Thread martin f krafft
also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.10.05.1117 +0200]:
 FWIW this problem is found in many other cases: see lighttpd with
 apache2 installed, or caudium or any other http daemon, and none
 of them has a bug about it, it's unfair to mark it as RC.

Uh, don't you think that marking it down to important for this
reason is not the solution? It's not unfair to file an RC bug for
something I consider an RC problem: an unusable (albeit far from
corrupted) dpkg database!

 I believe the problem here is somehow very generic, and that using a
 virtual package like proposed in the bug report (#500176) doesn't scale
 well.
 [...]
 Anyways I think there is a more general solution to find and here
 are a path. The fact that Debian starts every single service on
 first install is something that we strive for, but causes some
 grief for sysadmins that don't wish to open an unprotected service
 before they configured it. It also generates the issue we're
 disussing.
 
 Though, we could probably do better: a bit like solaris does, we
 could have some kind of service handler that wraps every single
 service, and if the start action fails, it marks the service as
 broken and refuse it to start, prints whatever warning you want
 to, but doesn't prevent the package manager to do its job.

Agreed, that would be nice. While this is something to consider for
squeeze release goals, how do we solve the problem for lenny?

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
the husbands of very beautiful women
 belong to the criminal classes.
-- oscar wilde


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#501277: ITP: coinor-dylp -- Linear programming solver using of the dynamic simplex algorithm

2008-10-06 Thread Soeren Sonnenburg
Package: wnpp
Severity: wishlist
Owner: Soeren Sonnenburg [EMAIL PROTECTED]

* Package name: coinor-dylp
  Version : 1.4.4
  Upstream Author : Lou Hafer [EMAIL PROTECTED]
* URL : https://projects.coin-or.org/DyLP
* License : CPL
  Programming Lang: C
  Description : Linear programming solver using of the dynamic simplex 
algorithm

DyLp is designed to find solutions of constrained linear mathematical
optimization problems. To this end, it is using a full implementation of the so
called dynamic simplex algorithm for linear programming.
 
DyLP is part of the larger COIN-OR initiative (Computational Infrastructure for
Operations Research) and integrates well in the COIN Open Solver Interface
(OSI), OsiDylp, which takes advantage of capabilities provided by COIN (e.g.,
enhanced input/output and constraint system preprocessing) and is recommended
if you're working in a C++ environment.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)



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



Re: Xen status in lenny?

2008-10-06 Thread Pasi Kärkkäinen
On Sat, Sep 20, 2008 at 12:43:36PM +0200, Bastian Blank wrote:
 On Thu, Sep 18, 2008 at 05:43:24PM +0200, Bastian Blank wrote:
  This kernel have a critical problem:
  
  | Bad pte = 11764060, process = vsftpd, vm_flags = 100071, vaddr = b7f85000
  | Pid: 8129, comm: vsftpd Not tainted 2.6.26-1-xen-686 #1
  |  [c015edcd] handle_mm_fault+0x61b/0xe78
  |  [c0162b8f] mprotect_fixup+0x6d3/0x735
  |  [c010ee3e] do_page_fault+0x684/0xbd6
  |  [c0162d6b] sys_mprotect+0x17a/0x1df
  |  [c0162dbd] sys_mprotect+0x1cc/0x1df
  |  [c010e7ba] do_page_fault+0x0/0xbd6
  |  [c02ccbe5] error_code+0x35/0x3c
  |  ===
  | VM: killing process vsftpd
  
  The pte have bit 6 set: PAGE_DIRTY aka PAGE_FILE. But the vm flags lacks
  the marker for a nonlinear (file based) mapping.
 
 Got a response from Novell, including a workaround.
 
 Next try: http://194.39.182.225/debian/xen/try4.
 

Hmm.. these packages are not available anymore? 

URL changed? 

-- Pasi


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



Re: Test Debian : IPv6 pitfalls ?

2008-10-06 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Mo den  6. Okt 2008 um  8:21 schrieb Franklin PIAT:
  It's something you may not have power on (if your netadmin or ISP
  decides to enable IPv6, it's their choice, not yours. You can
  *disable* it but, it's enabled by default anyway (thanksfully))
 
 I my mind enabling IPv6 include ISP and router reconfiguration.
 
 So the risk questions are :
 - Can a service become unavailable because of IPv6 ? (including
   side-effects, or remote sites that have broken IPv6 configuration,
   causing unavailability).
 - How long and how difficult is to recover the situation ?
 - Network security (no NAT, so inner systems are exposed by default)

In the past I find it on many systems that the user (admin(?)) did has a
proper ipv4 iptables set with strict settings but enabled ipv6 (cause
the distribution comes with enabled ipv6) which is world open. All
services per default are listening on ipv6 too.

Sure that is a incompetent admin. But keep in mind that most of them are
that incompetent. (Sorry telling it that clear.)

So it IS a security problem having ipv6 enabled by default. And it is a
big security issue!

But also if you are aware of the ipv6 problem it takes time to disable
it. I think that the persons who really want to use ipv6 are (and
should) be competent enough to enable and configure it propper.

 The second point is especially true for people that do simple web/mail
 hosting. Messing-up DNS can take time to recover.

Yes. And there are still applications which cannot handle the wide IPs
from ipv6.

 Anybody aware of bad end-user IPv6 experience ?

There are many!! In fact I only know one person who know enough about
ipv6 and the pitfalls to use it.

 Anybody feels like improving IPv6 wiki page[1] to explain those pitfalls
 (if any) ?

Better explain the points which are no pitfalls. This list might be
smaller. :-)

Regards
   Klaus Ethgen
- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBSOnSuZ+OKpjRpO3lAQJLOwf/Uuhc6Ju9W0+/qZXZtffZ0t/WcUUHhth1
PjFVrQXvf6OfgK3rOEzo3iQ7GkGk3JakFm0CqMafc+assPcJ9G0tFBjzt5i+zMoK
RUt00qM9qlseAiTfORnvxnCW+n8D3L5dzlt3xaMzW0+FT4hox7k2HxLyqAwFX25S
Nf84WdBVb2K4Z249uSna7MCxYMELWY4RH2wYrkvAQzSIKiBuosBYZNmZQo5O9mdN
urR22i4XQOdADdbc1ADAJX7mpbnCz4R0qoNR4zlTkd+Xy1FIA/t96yDA1N9rypGE
SVagsDkf5G1LoGBxugZQti2wyK/TD3tWVNEBi1PdzT4NFr7P7XmcdQ==
=UMnL
-END PGP SIGNATURE-


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



Re: Bug#501190: ITP: moonlight -- open source implementation of Microsoft Silverlight

2008-10-06 Thread Robert Millan
On Sun, Oct 05, 2008 at 01:07:16PM +0100, Jo Shields wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Jo Shields [EMAIL PROTECTED]
 
 
 * Package name: moon
   Version : 0.8.1
   Upstream Author : Everaldo Canuto [EMAIL PROTECTED] and others
 * URL : http://www.mono-project.com/Moonlight
 * License : LGPL-2, Ms-PL, Expat
   Programming Lang: C, C#
   Description : open source implementation of Microsoft Silverlight
 
  [...]

Hi,

The description is misleading.  This is (AFAICT) not an implementation of a
standard but a clone product, like wine, and much like wine it lags behind to
the real one.  Please make that clear in the description to avoid leading users
(and specially web developers) to believe Silverlight is cross-platform.  For
example, the wine description reads:

  This is still a work in progress and many applications may still not work.


Also, this program depends heavily on codecs, and you didn't specify which ones
you plan to use:

  - If those are the binary codecs from Microsoft, make it clear you plan to
upload to contrib (not Debian).

  - If you want to use ffmpeg, please clarify the legal situation wrt license
incompatibility mentioned by Moonlight's authors in:

  http://tirania.org/blog/archive/2007/Sep-05.html

which appears to have prevented them from using ffmpeg, and forced them
into licensing blobs from Microsoft.  Unfortunately they aren't very
explicit about what the problem is, but it is certain there is one, so
please find that out, and have it discussed in debian-legal.

Thanks

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.


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



Re: Bug#501190: ITP: moonlight -- open source implementation of Microsoft Silverlight

2008-10-06 Thread Robert Millan

According to the authors of Moonlight [1], this software is covered by patents
owned by Microsoft, which has rules specificaly forbidding re-distribution
to parties that are Downstream recipients [2].

This seems to indicate it would be illegal for Debian developers in the US
to:

  - Use Moonlight in their browsers (thereby becoming downstream recipients).

  - Upload new versions of the package.

at the same time (though apparently they can do either of these activities
as long as they don't do both at the same time).

Please have this discussed/clarified in debian-legal as well.

[1] In 
http://groups.google.com/group/tiraniaorg-blog-comments/browse_thread/thread/2a07b8b50038d8c8/d582162af2d63d57
de Icaza states that you need to get/download Moonlight from Novell
which will include patent coverage
[2] http://www.microsoft.com/interop/msnovellcollab/moonlight.mspx

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.


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



Re: Bug#500176: This bug is still around and release-critical

2008-10-06 Thread Pierre Habouzit
On Mon, Oct 06, 2008 at 07:48:18AM +, martin f krafft wrote:
 also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.10.05.1117 +0200]:
  FWIW this problem is found in many other cases: see lighttpd with
  apache2 installed, or caudium or any other http daemon, and none
  of them has a bug about it, it's unfair to mark it as RC.
 
 Uh, don't you think that marking it down to important for this
 reason is not the solution? It's not unfair to file an RC bug for
 something I consider an RC problem: an unusable (albeit far from
 corrupted) dpkg database!

The dpkg database is _not_ corrupted in that case, you can do multiple
things, and if you believe it's not adequate then you can report an RC
bug on linux too that does this on purpose if you e.g. uninstal your
currently running kernel.


  I believe the problem here is somehow very generic, and that using a
  virtual package like proposed in the bug report (#500176) doesn't scale
  well.
  [...]
  Anyways I think there is a more general solution to find and here
  are a path. The fact that Debian starts every single service on
  first install is something that we strive for, but causes some
  grief for sysadmins that don't wish to open an unprotected service
  before they configured it. It also generates the issue we're
  disussing.
  
  Though, we could probably do better: a bit like solaris does, we
  could have some kind of service handler that wraps every single
  service, and if the start action fails, it marks the service as
  broken and refuse it to start, prints whatever warning you want
  to, but doesn't prevent the package manager to do its job.
 
 Agreed, that would be nice. While this is something to consider for
 squeeze release goals, how do we solve the problem for lenny?

I see no proper fix, except using an /etc/default file, which is ugly.


-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpKaY1m8PLt1.pgp
Description: PGP signature


Re: Bug#501190: ITP: moonlight -- open source implementation of Microsoft Silverlight

2008-10-06 Thread Robert Millan
On Mon, Oct 06, 2008 at 03:24:26PM +0200, Robert Millan wrote:
Description : open source implementation of Microsoft Silverlight
  
   [...]
 
 Hi,
 
 The description is misleading.  This is (AFAICT) not an implementation of a
 standard but a clone product, like wine, and much like wine it lags behind to
 the real one.  Please make that clear in the description to avoid leading 
 users
 (and specially web developers) to believe Silverlight is cross-platform.  For
 example, the wine description reads:
 
   This is still a work in progress and many applications may still not work.

Moreover, the word implementation of Silverlight doesn't seem accurate
when referring to a product instead of a standard.  You probably meant to
say this is a clone of Silverlight.

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.


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



Re: Xen status in lenny?

2008-10-06 Thread Thomas Viehmann
Hi,

Pasi Kärkkäinen wrote:
 Next try: http://194.39.182.225/debian/xen/try4.
 Hmm.. these packages are not available anymore? 
 URL changed? 
Your local Debian sid mirror, e.g. package
xen-linux-system-2.6.26-1-xen-amd64.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/


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



Re: Bug#500176: This bug is still around and release-critical

2008-10-06 Thread Robert Edmonds
On 2008-10-05, Pierre Habouzit [EMAIL PROTECTED] wrote:
 FWIW this problem is found in many other cases: see lighttpd with
 apache2 installed, or caudium or any other http daemon, and none of them
 has a bug about it, it's unfair to mark it as RC.

also note that this bug isn't symmetric with bind9, which
opportunistically attempts to bind every ip address on the system.
(in fact, it will periodically re-scan the interfaces list and attempt
to bind new ip address on the system; see the 'interface-interval'
setting.)  if no addresses can be bound, named will still start.

i just installed bind9 on a test system running unbound and found that
the bind9 package installed rc?.d symlinks at the S15 level, which
causes it to start sooner than unbound at S85.  after a reboot, unbound
will fail to start since bind9 has bound the ip addresses unbound uses.
(by default, unbound only tries to bind 127.0.0.1 and ::1).  so
installation in the order (unbound, bind9) will succeed and both daemons
will start, but at boot the startup order (bind9, unbound) will fail.

 I believe the problem here is somehow very generic, and that using a
 virtual package like proposed in the bug report (#500176) doesn't scale
 well. Especially for dns daemons. Packaging two of them myself (nsd3
 that is an authoritative server only, and pdnsd that is a caching daemon
 only) I can tell the virtual package solution would be a mess: I _want_
 to be able to use nsd3 _and_ pdnsd on the same machine (I actually do
 since the former binds to the external IPs only and pdnsd to 127.0.0.1)
 but by default nsd3 listens on 0.0.0.0 and you can't apt-get install
 pdnsd if you haven't configured nsd3 properly first. And you cannot make
 both conflict, both should work fine.

yes, virtual packages are a nonstarter because of all the strange ways
dns can be combined on the same machine (see, e.g., the dnsproxy
package).

-- 
Robert Edmonds
[EMAIL PROTECTED]


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



Re: Bug#501190: ITP: moonlight -- open source implementation of Microsoft Silverlight

2008-10-06 Thread Robert Millan
On Mon, Oct 06, 2008 at 03:33:48PM +0200, Robert Millan wrote:
 [2] http://www.microsoft.com/interop/msnovellcollab/moonlight.mspx

Btw, an independent analisys of that covenant is available:

  http://www.groklaw.net/article.php?story=20080528133529454

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.


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



Bug#501341: ITP: libcatalyst-action-rest-perl -- Automated REST Method Dispatching

2008-10-06 Thread Angel Abad
Package: wnpp
Severity: wishlist
Owner: Angel Abad [EMAIL PROTECTED]


* Package name: libcatalyst-action-rest-perl
  Version : 0.66
  Upstream Author : Adam Jacob [EMAIL PROTECTED]
* URL : http://search.cpan.org/~jshirley/Catalyst-Action-REST-0.66/
* License : Perl (Artistic and GPL) 
  Programming Lang: Perl
  Description : Automated REST Method Dispatching

Catalyst::Controller::REST implements a mechanism for building RESTful
services in Catalyst. It does this by extending the normal Catalyst
dispatch mechanism to allow for different subroutines to be called based
on the HTTP Method requested, while also transparently handling all the
serialization/deserialization for you.

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



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



Bug#501342: ITP: kio-ftps-kde4 -- an ftps KIO slave for KDE 4

2008-10-06 Thread Laurent Léonard
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: kio-ftps-kde4
Version: 0.2-1
Upstream Author: Magnus Kulke [EMAIL PROTECTED]
URL: http://kasablanca.berlios.de/kio-ftps/
License: GPL
Description: An ftps KIO slave for KDE 4, based on rfc4217 and build upon 
the ftp KIO-slave sources. it should work yet with most server 
implementations. it issues an AUTH TLS command after connecting and refuses 
to continue, when it's not supported. in prior to every data channel io 
command (STOR, RETR, etc) it tries to secure the data channel via PBSZ 
and PROT commands. if that fails it will transfer data unencrypted. there is 
currently no support for ssl-certificates. this might be added on demand.

-- 
Laurent Léonard



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



List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Lucas Nussbaum
On 06/10/08 at 18:44 +0200, Alexander Reichle-Schmehl wrote:
 For maintainers (Or: For everyone with some more experience)
 ===
 
 It basically boils down to two things: If your packages have RC bugs open
 in Lenny fix them and take care, that the fix will propagate to
 Lenny.

Hi,

Here is a list of source packages affected by RC bugs in lenny (either
fixed in unstable, or not), grouped by maintainer/uploader.

To know which bugs affect each package, use:
  http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=SOURCEPACKAGEdist=testing
  (ie, append dist=testing to your bug listing)

If you think that your package is listed here by mistake, please
ask. Mistakes are unlikely, so there might be something wrong with your
package.

You can get an updated list of lenny RC bugs from UDD:
http://udd.debian.net/cgi-bin/lenny_rc_by_srcpkg.cgi .
The list differs slightly from what bts.turmzimmer.net shows ; the
following bugs are affecting lenny, but are not listed on bts.tz.net:
393606 470846 476525 481072 495770 496529 496529 496859 496859 499771
499830 499830 499832 499832 499937 499937 500591
(UDD is right for those I manually checked)

==

Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
   naist-jdic

Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
   gem

Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
   sqlite3
   vice

Adam Cécile (Le_Vert) [EMAIL PROTECTED]
   fuse (U)

Masayuki Hatta (mhatta) [EMAIL PROTECTED]
   enchant
   insight

Stefan Hornburg (Racke) [EMAIL PROTECTED]
   jfsutils
   sympa

Ian Lynagh (wibble) [EMAIL PROTECTED]
   haskell-mtl

Marco Presi (Zufus) [EMAIL PROTECTED]
   matplotlib (U)

Michael Ablassmeier [EMAIL PROTECTED]
   zabbix (U)

Clint Adams [EMAIL PROTECTED]
   db4.6 (U)
   fakeroot
   glibc (U)

Russ Allbery [EMAIL PROTECTED]
   openldap (U)

Thomas Anders [EMAIL PROTECTED]
   net-snmp (U)

Micah Anderson [EMAIL PROTECTED]
   util-vserver

APT Development Team [EMAIL PROTECTED]
   apt

Tassia Camoes Araujo [EMAIL PROTECTED]
   apticron (U)

maximilian attems [EMAIL PROTECTED]
   linux-2.6 (U)

Sebastien Bacher [EMAIL PROTECTED]
   gvfs
   mlview

Wolfgang Baer [EMAIL PROTECTED]
   libxpp3-java (U)

Jeff Bailey [EMAIL PROTECTED]
   mklibs (U)

Jeff Bailey [EMAIL PROTECTED]
   glibc (U)

Paul Bame [EMAIL PROTECTED]
   palo

Mirco Bauer [EMAIL PROTECTED]
   gtk-sharp2 (U)
   mono (U)

Roland Bauerschmidt [EMAIL PROTECTED]
   openldap (U)

Daniel Baumann [EMAIL PROTECTED]
   botan
   botan-devel
   file
   pth

Edelhard Becker [EMAIL PROTECTED]
   zoph

Dave Beckett [EMAIL PROTECTED]
   cairo
   raptor

Luciano Bello [EMAIL PROTECTED]
   dsniff

Luciano Bello [EMAIL PROTECTED]
   imagemagick

Armin Berres [EMAIL PROTECTED]
   kdeedu (U)

Marcus Better [EMAIL PROTECTED]
   tomcat5.5 (U)

Bastian Blank [EMAIL PROTECTED]
   firmware-nonfree (U)
   libdebian-installer (U)
   linux-2.6 (U)
   mklibs (U)
   parted (U)
   xen-3 (U)

Eduard Bloch [EMAIL PROTECTED]
   cdrkit (U)
   encfs
   mono (U)

Phil Blundell [EMAIL PROTECTED]
   mklibs (U)

Philip Blundell [EMAIL PROTECTED]
   glibc (U)

Dmitry Borodaenko [EMAIL PROTECTED]
   libtidy-ruby

A. Maitland Bottoms [EMAIL PROTECTED]
   vtk

Fathi Boudra [EMAIL PROTECTED]
   kdeedu (U)
   klibido (U)
   splashy (U)

Fathi Boudra [EMAIL PROTECTED]
   kdebase (U)

Jeremy T. Bouse [EMAIL PROTECTED]
   xen-3 (U)

Cyril Bouthors [EMAIL PROTECTED]
   gnuplot

Paul Brossier [EMAIL PROTECTED]
   kino

Rob Browning [EMAIL PROTECTED]
   emacs22
   guile-1.6

Thomas Bushnell, BSG [EMAIL PROTECTED]
   mmorph

Jose Calhariz [EMAIL PROTECTED]
   xorp

Ondrej Certik [EMAIL PROTECTED]
   matplotlib (U)

Hubert Chathi [EMAIL PROTECTED]
   gnustep-gui (U)

Ben Collins [EMAIL PROTECTED]
   glibc (U)

Robert Collins [EMAIL PROTECTED]
   bicyclerepair

Adam Conrad [EMAIL PROTECTED]
   php5 (U)

Arnaud Cornet [EMAIL PROTECTED]
   ruby-gnome2

Julien Cristau [EMAIL PROTECTED]
   xorg (U)
   xorg-server (U)
   xserver-xorg-video-glint (U)

Gerardo Curiel [EMAIL PROTECTED]
   mercurial (U)

Marco d'Itri [EMAIL PROTECTED]
   udev

Joost Yervante Damad [EMAIL PROTECTED]
   wireshark (U)

Vincent Danjean [EMAIL PROTECTED]
   mercurial (U)

Julien Danjou [EMAIL PROTECTED]
   xen-3 (U)

Debian Acpi Team [EMAIL PROTECTED]
   acpid

Debian Berkeley DB Maintainers [EMAIL PROTECTED]
   db4.6

Debian CD Group [EMAIL PROTECTED]
   debian-cd

Debian Citadel Team [EMAIL PROTECTED]
   citadel

Debian CLI Libraries Team [EMAIL PROTECTED]
   gtk-sharp2

Debian Electronics Team [EMAIL PROTECTED]
   geda-gnetlist

Debian Evolution Maintainers [EMAIL PROTECTED]
   evolution

Debian Games Team [EMAIL PROTECTED]
   sabre

Debian GCC Maintainers [EMAIL PROTECTED]
   gdc-4.1
   gdc-4.2
   ppl

Debian GNOME Maintainers [EMAIL PROTECTED]
   epiphany-browser (U)
   gvfs (U)
   libgda3 (U)

Debian GNUstep maintainers [EMAIL PROTECTED]
   gnustep-gui

Debian GPM Team [EMAIL PROTECTED]
   gpm

Debian Install System Team [EMAIL 

Re: What you can do for Lenny

2008-10-06 Thread Russell Coker
On Tuesday 07 October 2008 03:44, Alexander Reichle-Schmehl 
[EMAIL PROTECTED] wrote:
 Oh, and if you could refrain from upload new upstream versions of
 packages to Sid, you would make all our lives easier. Some reasons:

 * New packages won't reach Lenny anyway.
 * Upload new packages to Sid makes it harder to get a fix into Lenny
   should a new bug be found.
 * Uploading a new package makes it harder for other packages depending
   on your package to be migrated to Lenny.
 * You are wasting the buildd's time.

Is there any plan to fix things to allow separate uploads to testing and 
unstable for Lenny+1?

-- 
[EMAIL PROTECTED]
http://etbe.coker.com.au/  My Blog

http://www.coker.com.au/sponsorship.html Sponsoring Free Software development


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



Re: What you can do for Lenny

2008-10-06 Thread Luk Claes
Russell Coker wrote:
 On Tuesday 07 October 2008 03:44, Alexander Reichle-Schmehl 
 [EMAIL PROTECTED] wrote:
 Oh, and if you could refrain from upload new upstream versions of
 packages to Sid, you would make all our lives easier. Some reasons:

 * New packages won't reach Lenny anyway.
 * Upload new packages to Sid makes it harder to get a fix into Lenny
   should a new bug be found.
 * Uploading a new package makes it harder for other packages depending
   on your package to be migrated to Lenny.
 * You are wasting the buildd's time.
 
 Is there any plan to fix things to allow separate uploads to testing and 
 unstable for Lenny+1?

It's already existing, but we like packages to be tested *before* they
enter testing...

Much more aggressive removals from testing is of course another option...

Cheers

Luk


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Frans Pop
Lucas Nussbaum wrote:
 Debian Install System Team [EMAIL PROTECTED]
 hw-detect

Does not affect testing. Version info added.
Fixed version will migrate to testing soon.

 libdebian-installer

Old latent bug; fixed version will migrate to testing soon.

 partman-base
 partman-lvm
 rootskel-gtk

Fixed versions will migrate to testing soon.

 mklibs (#445507)

Tagged lenny-ignore. IMO this is an RC issue, but one that is complex 
and needs to be resolved by porters. Porters have not solved the issue 
despite many reminders and promptings. The issue does not affect the 
basic usability of the package and has been worked around for the 
installer (at the cost of increased image size).

 silo-installer (#293867)

Porter issue. Nobody on the D-I team has the required knowledge to judge 
whether the proposed fix is valid and safe in all cases.
Downgraded to important as there is no permanent damage.


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


Re: Should selinux be standard?

2008-10-06 Thread Russell Coker
On Tuesday 16 September 2008 04:14, Bastian Blank [EMAIL PROTECTED] wrote:
 This
 cost me over one hour as bind lacks proper error messages in this code
 path.

Has that bug in bind (inadequate error reporting) been fixed?

-- 
[EMAIL PROTECTED]
http://etbe.coker.com.au/  My Blog

http://www.coker.com.au/sponsorship.html Sponsoring Free Software development


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



Re: Should selinux be standard?

2008-10-06 Thread Russell Coker
Sorry for the delay in replying, you forgot to CC me...

On Tuesday 16 September 2008 22:12, Josselin Mouette [EMAIL PROTECTED] wrote:
 Le dimanche 14 septembre 2008 à 21:32 +1000, Russell Coker a écrit :
  For a typical desktop system (such as my EeePC) a default installation of
  SE Linux in Lenny works for most things.

 What do you mean by most things? What is not working?

The things that are not likely to be security problems will work well.

  If you add the packages from my
  repository (see the above URL) then mplayer also works in a default
  configuration.

 Mplayer? That’s one application. Do all applications that are part of
 the default setup work as expected? How many of them do not work without
 using an external repository?

The problem with mplayer is that it depends on libraries written and packaged 
by people who are more concerned about a possible 15% performance increase 
than a proven security risk.

There is a SE Linux boolean that you can set to enable execmod access, reduce 
the security of your system, and get a performance benefit for some 
operations.

 Is SELinux working out of the box? From your blog entries, I have the
 strong feeling that it is not the case.

Why don't you test it?  I've documented how to enable it, it's really not 
difficult.

 If the answer to this question is yes, what is the reason for not
 enabling it by default?

I think that we should enable it by default as Fedora did years ago.  But I 
think it's too late to do that now (and was too late on the 16th of Sep).

-- 
[EMAIL PROTECTED]
http://etbe.coker.com.au/  My Blog

http://www.coker.com.au/sponsorship.html Sponsoring Free Software development


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Neil Williams
On Mon, 6 Oct 2008 21:28:51 +0200
Lucas Nussbaum [EMAIL PROTECTED] wrote:

 Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
naist-jdic

Tested latest version without problems - awaiting response but could
be closed or downgraded/re-assigned.

 Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
sqlite3

If this is 500792, I'm not sure what has gone wrong with this one - it
was downgraded, fixed and then upgraded.

 Dave Beckett [EMAIL PROTECTED]
cairo

Fix for #499662 is awaiting confirmation that DI are happy with the
change, unblock etc. Testing by Jérémy Bobbio appears OK so far.

-- 


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



pgpEgug3AnEcn.pgp
Description: PGP signature


Re: Should selinux be standard?

2008-10-06 Thread Bastian Blank
On Tue, Oct 07, 2008 at 06:38:12AM +1000, Russell Coker wrote:
 On Tuesday 16 September 2008 04:14, Bastian Blank [EMAIL PROTECTED] wrote:
  This
  cost me over one hour as bind lacks proper error messages in this code
  path.
 
 Has that bug in bind (inadequate error reporting) been fixed?

Not according to my inbox. (#490371)

Bastian

-- 
Time is fluid ... like a river with currents, eddies, backwash.
-- Spock, The City on the Edge of Forever, stardate 3134.0


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



Re: Should selinux be standard?

2008-10-06 Thread Russell Coker
On Tuesday 16 September 2008 22:45, Julien Cristau [EMAIL PROTECTED] 
wrote:
 On Tue, Sep 16, 2008 at 14:12:13 +0200, Josselin Mouette wrote:
  Le dimanche 14 septembre 2008 à 21:32 +1000, Russell Coker a écrit :
   For a typical desktop system (such as my EeePC) a default installation
   of SE Linux in Lenny works for most things.
 
  What do you mean by most things? What is not working?

 I just tried booting with selinux=1 on my laptop.  I see errors from mpd
 related to /usr/lib/libtheora.so.0.3.3,

On i386 architecture the Lenny package is built with text relocations, this 
reduces the security in all operations but can enable a performance increase 
in some situations.  My Lenny SE Linux repository has packages to fix that.

 from xdm starting my X session, 

Were you running version 1:1.1.8-4?

 from sudo reading /etc/resolv.conf, from dmesg reading the system log,
 from ssh-add connecting to the ssh agent socket,

What was the context of your shell?

 from dhclient3 reading 
 /proc/net, creating a socket and doing anything with it, then some more
 errors from bind startup, postfix startup,

Was Postfix configured not to chroot?

 mutt, gpgkeys_hkp (apparently 
 it's not allowed to connect to 11371/tcp, firefox, or gconfd-2.  Uptime
 is about 20 minutes, and dmesg|grep -c 'avc:  denied' returns 73.
 Looks like it's not ready for prime time to me.

Can you file bug reports with AVC messages?

-- 
[EMAIL PROTECTED]
http://etbe.coker.com.au/  My Blog

http://www.coker.com.au/sponsorship.html Sponsoring Free Software development


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



Re: What you can do for Lenny

2008-10-06 Thread Russell Coker
On Tuesday 07 October 2008 07:25, Luk Claes [EMAIL PROTECTED] wrote:
  Is there any plan to fix things to allow separate uploads to testing and
  unstable for Lenny+1?

 It's already existing, but we like packages to be tested *before* they
 enter testing...

 Much more aggressive removals from testing is of course another option...

Ideally I would be able to upload a package for inclusion in Squeeze and a 
package for inclusion in Lenny on the same day.

Once Lenny first gets frozen the ideal situation would be to allow 
unrestricted uploads of new versions for Squeeze.  Then if a bug is found in 
both the version in Squeeze and the version in Lenny fixes could be uploaded 
for both at the same time.

Do we need a testing-unstable place?

-- 
[EMAIL PROTECTED]
http://etbe.coker.com.au/  My Blog

http://www.coker.com.au/sponsorship.html Sponsoring Free Software development


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



Re: What you can do for Lenny

2008-10-06 Thread Luk Claes
Russell Coker wrote:
 On Tuesday 07 October 2008 07:25, Luk Claes [EMAIL PROTECTED] wrote:
 Is there any plan to fix things to allow separate uploads to testing and
 unstable for Lenny+1?
 It's already existing, but we like packages to be tested *before* they
 enter testing...

 Much more aggressive removals from testing is of course another option...
 
 Ideally I would be able to upload a package for inclusion in Squeeze and a 
 package for inclusion in Lenny on the same day.
 
 Once Lenny first gets frozen the ideal situation would be to allow 
 unrestricted uploads of new versions for Squeeze.  Then if a bug is found in 
 both the version in Squeeze and the version in Lenny fixes could be uploaded 
 for both at the same time.
 
 Do we need a testing-unstable place?

We do have experimental...

Cheers

Luk


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Kumar Appaiah
On Mon, Oct 06, 2008 at 09:28:51PM +0200, Lucas Nussbaum wrote:
matplotlib

Just in case someone observes this, a fixed version is ready in t-p-u,
and the release team has acknowledged this and shall be allowing this
in soon.

Thanks.

Kumar
-- 
Kumar Appaiah


signature.asc
Description: Digital signature


Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Sune Vuorela
On 2008-10-06, Neil Williams [EMAIL PROTECTED] wrote:
 Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
sqlite3

 If this is 500792, I'm not sure what has gone wrong with this one - it
 was downgraded, fixed and then upgraded.

It just needs to migrate to lenny.

/Sune


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread James Vega
On Mon, Oct 06, 2008 at 09:28:51PM +0200, Lucas Nussbaum wrote:
 James Vega [EMAIL PROTECTED]
vim (U)

Working on a tpu upload to fix issues for Lenny.

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


signature.asc
Description: Digital signature


Re: Bug#501190: ITP: moonlight -- open source implementation of Microsoft Silverlight

2008-10-06 Thread Jo Shields
Hi,

On Mon, 2008-10-06 at 15:24 +0200, Robert Millan wrote:
 Hi,
 
 The description is misleading.  This is (AFAICT) not an implementation of a
 standard but a clone product, like wine, and much like wine it lags behind to
 the real one.  Please make that clear in the description to avoid leading 
 users
 (and specially web developers) to believe Silverlight is cross-platform.  For
 example, the wine description reads:
 
   This is still a work in progress and many applications may still not work.

You're absolutely right, it's a clone, albeit one officially endorsed by
those being cloned. My package description is sourced from a
debian-multimedia package, I'll post a replacement to the ITP shortly.

I'll alter the package description to reflect it. However, one
observation - official Silverlight *does* run on multiple platforms
(Windows or Mac), just not on Linux or other *nixes. Moonlight is
officially endorsed  help given to Moonlight developers to help get
more platforms supported.

 Also, this program depends heavily on codecs, and you didn't specify which 
 ones
 you plan to use:

FFmpeg from Debian Main. The binary codecs aren't up for consideration -
they'd hamstring the package and remove not only cross-platform
capability, but software freedom. Oh, and the binary codecs don't
actually exist yet.

   - If those are the binary codecs from Microsoft, make it clear you plan to
 upload to contrib (not Debian).

Nope, FFmpeg-only, and like other FFmpeg-depending packages in Debian,
I'm aiming for Main.

   - If you want to use ffmpeg, please clarify the legal situation wrt license
 incompatibility mentioned by Moonlight's authors in:
 
   http://tirania.org/blog/archive/2007/Sep-05.html
 
 which appears to have prevented them from using ffmpeg, and forced them
 into licensing blobs from Microsoft.  Unfortunately they aren't very
 explicit about what the problem is, but it is certain there is one, so
 please find that out, and have it discussed in debian-legal.

Novell don't want to distribute a Moonlight linked against FFmpeg, and
make themselves targets for patent trolls like the MPEG-LA. That's fair
enough really - some distributions have no MP3 or MPEG2  playback
support (due to fear of Thompson etc), whilst Debian ships things like libmad 
and faad2 in Main.

Here's the licensing rundown:
There are four license at play here:
* Ms-PL, used for Managed (CIL) widgets in the Silverlight 2.0 profile
we aren't yet using
* MIT, used for Managed (CIL) widgets in the Silverlight 2.0 profile we
aren't yet using
* LGPL2-only, used for the plugin (i.e. libmoon.so.0 and
libmoonplugin.so et al)
* GPL2+, used for the Debian FFmpeg packaging (via the --enable-gpl flag
used in FFmpeg compilation).

The distinction between the managed and unmanaged sections is important
here. The managed components are libraries, independent libraries, with
entirely compatible licenses (Ms-PL is basically Expat with a patent
grant, none of those libraries link to or use any incompatible
licenses). They're also not even built right now (they require Mono 2.0,
which we haven't finished working on yet).

The remaining sections, Moonlight's Silverlight 1.0 profile (src/* and
plugin/*) and FFmpeg (for the multimedia capabilities), are trivially
combined, the way thousands of other packages on Debian combine LGPL2
with GPL2.

Nothing to see here :)

On Mon, 2008-10-06 at 15:33 +0200, Robert Millan wrote:
 According to the authors of Moonlight [1], this software is covered by
 patents
 owned by Microsoft, which has rules specificaly forbidding
 re-distribution
 to parties that are Downstream recipients [2].
 
 This seems to indicate it would be illegal for Debian developers in
 the US
 to:
 
 - Use Moonlight in their browsers (thereby becoming downstream
 recipients).
 
 - Upload new versions of the package.
 
 at the same time (though apparently they can do either of these
 activities
 as long as they don't do both at the same time).
 
 Please have this discussed/clarified in debian-legal as well.
 
 [1] In
 http://groups.google.com/group/tiraniaorg-blog-comments/browse_thread/thread/2a07b8b50038d8c8/d582162af2d63d57
 de Icaza states that you need to get/download Moonlight from Novell
 which will include patent coverage
 [2] http://www.microsoft.com/interop/msnovellcollab/moonlight.mspx

I don't see how possible but unclaimed patents would make moonlight in
Debian more dangerous than any software such as wine, linux, samba, OOo,
ntfs-3g, etc.

On Mon, 2008-10-06 at 15:46 +0200, Robert Millan wrote:
 Moreover, the word implementation of Silverlight doesn't seem
 accurate
 when referring to a product instead of a standard. You probably meant
 to
 say this is a clone of Silverlight.

Yep, like I said, you're right, my fault for not double-checking the
text from the debian-multimedia package. Will fix.

It's a team-maintained package, and we're trying to keep track of any 
problems or potential problems - keep an 

Re: What you can do for Lenny

2008-10-06 Thread Clint Adams
On Mon, Oct 06, 2008 at 11:13:22PM +0200, Luk Claes wrote:
 We do have experimental...

It would be better to have a new place for that so we don't need to
abuse experimental.  Preferably one that moves everything to unstable
post-release.  Or call it unstable and resurrect 'frozen' for where the
release team wants to restrict people.


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Raphael Geissert
Lucas Nussbaum wrote:

 On 06/10/08 at 18:44 +0200, Alexander Reichle-Schmehl wrote:
 For maintainers (Or: For everyone with some more experience)
 ===
 
 It basically boils down to two things: If your packages have RC bugs open
 in Lenny fix them and take care, that the fix will propagate to
 Lenny.
 
 Hi,
 
[...]

 
 Steve Langasek [EMAIL PROTECTED]
firmware-nonfree (U)
mklibs (U)
openldap (U)
php5 (U)

Steve stepped down from php's maintenance a couple of uploads ago (he is no
longer in Uploaders even in the version in lenny); looks like a bug
somewhere in UDD.

xorg-server (U)
[...]

Cheers,
Raphael Geissert


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



Re: What you can do for Lenny

2008-10-06 Thread Charles Plessy
Le Mon, Oct 06, 2008 at 06:44:49PM +0200, Alexander Reichle-Schmehl a écrit :
 Too many release critical bugs

Hi all,

as one of the maintainer of the packages affected by the mass bug filing
named The possibility of attack with the help of symlinks in some Debian
packages, I would like to make a comment:

Most of these bugs can only be exploited by a local user, are not
regressions, and do not permit to obtain superuser priviledges. In the
case of my package, the whole process of solving the issue in emergency
consumed a lot of time that could have been saved by adopting a simpler
workflow: report upstream, wait for the fix, and backport if necessary
or possible.

How about downgrading the severity of the bug reports to a level that
reflects the severity of the problem?

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
Tsurumi, Kanagawa, Japan


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Hubert Chathi
On Mon, 6 Oct 2008 21:28:51 +0200, Lucas Nussbaum [EMAIL PROTECTED] said:
[...]
 Debian GNUstep maintainers [EMAIL PROTECTED]
 gnustep-gui

Fixed in t-p-u.  Waiting to be built (for about a month!) on m68k,
before in can migrate.  (Which is kind of silly, since the bug shouldn't
even affect m68k.)

-- 
Hubert Chathi [EMAIL PROTECTED] -- Jabber: [EMAIL PROTECTED]
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Kumar Appaiah
On Mon, Oct 06, 2008 at 09:56:20PM -0400, Hubert Chathi wrote:
 On Mon, 6 Oct 2008 21:28:51 +0200, Lucas Nussbaum [EMAIL PROTECTED] said:
 [...]
  Debian GNUstep maintainers [EMAIL PROTECTED]
  gnustep-gui
 
 Fixed in t-p-u.  Waiting to be built (for about a month!) on m68k,
 before in can migrate.  (Which is kind of silly, since the bug shouldn't
 even affect m68k.)

Are you sure about this? From what I can see here, m68k isn't even a
part of the release architectures for Lenny (before Etch, in fact):

http://buildd.debian.org/~jeroen/status/package.php?p=gnustep-guisuite=testing

I think you should just (re-)request an update to stable.

HTH.

Kumar
-- 
Kumar Appaiah


signature.asc
Description: Digital signature


Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Lucas Nussbaum
On 06/10/08 at 18:36 -0500, Raphael Geissert wrote:
 Lucas Nussbaum wrote:
 
  On 06/10/08 at 18:44 +0200, Alexander Reichle-Schmehl wrote:
  For maintainers (Or: For everyone with some more experience)
  ===
  
  It basically boils down to two things: If your packages have RC bugs open
  in Lenny fix them and take care, that the fix will propagate to
  Lenny.
  
  Hi,
  
 [...]
 
  
  Steve Langasek [EMAIL PROTECTED]
 firmware-nonfree (U)
 mklibs (U)
 openldap (U)
 php5 (U)
 
 Steve stepped down from php's maintenance a couple of uploads ago (he is no
 longer in Uploaders even in the version in lenny); looks like a bug
 somewhere in UDD.

I'm not sure how dd-list really works. I just ran dd-list to generate
the per-maintainer list.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Felipe Sateler
Lucas Nussbaum wrote:


 Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
gem

This was fixed by an NMU, but can't transition to testing due to dependency on
libquicktime 2:1.0.3+debian-2. What to do in cases like this?

-- 

  Felipe Sateler


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Adam D. Barratt
On Tue, 2008-10-07 at 05:56 +0200, Lucas Nussbaum wrote:
 On 06/10/08 at 18:36 -0500, Raphael Geissert wrote:
  Lucas Nussbaum wrote:
[...]
   Steve Langasek [EMAIL PROTECTED]
  firmware-nonfree (U)
  mklibs (U)
  openldap (U)
  php5 (U)
  
  Steve stepped down from php's maintenance a couple of uploads ago (he is no
  longer in Uploaders even in the version in lenny); looks like a bug
  somewhere in UDD.
 
 I'm not sure how dd-list really works. I just ran dd-list to generate
 the per-maintainer list.

It runs apt-cache showsrc (which doesn't include Steve here for php5
on sid).

Adam


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Luk Claes
Felipe Sateler wrote:
 Lucas Nussbaum wrote:
 
 
 Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
gem
 
 This was fixed by an NMU, but can't transition to testing due to dependency on
 libquicktime 2:1.0.3+debian-2. What to do in cases like this?

Contact the release team to see if it's possible to unblock the
dependency or if an upload to tpu is preferred.

In this case, please upload to testing-proposed-updates.

Cheers

Luk


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Reinhard Tartler

Lucas Nussbaum [EMAIL PROTECTED] writes:

 Reinhard Tartler [EMAIL PROTECTED]
xine-lib (#498243)

Needs help. That report is a security report from ocert. The full report
can be seen here: http://www.ocert.org/analysis/2008-008/analysis.txt

all fixes from 1.1.15 are backported to debian's 1.1.14 package already,
what is missing are issues 3A-3G.

TBH, since these issues are Unexpected process termination and other
issues, I think that bug can be downgraded to important. Darren, what
do you think?



-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Paul Wise
On Tue, Oct 7, 2008 at 3:28 AM, Lucas Nussbaum [EMAIL PROTECTED] wrote:

 Debian Games Team [EMAIL PROTECTED]
   sabre

Fixed in sid, waiting on an unblock from the release managers and an
upload on s390.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: List of RC-buggy source packages by maintainer/uploader

2008-10-06 Thread Mike Hommey
On Mon, Oct 06, 2008 at 09:28:51PM +0200, Lucas Nussbaum wrote:
webkit (U)
xulrunner

These two are only waiting for migration (unblock already in place)
iceweasel is another story. 2 of the RCs are about upstream security
releases, that might actually be xulrunner issues (I still have to check
that), but 3.0.3-1 in in unstable anyways (though it will need a fix for
#501304). The others RCs still need fixing :(

Mike


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



Accepted iceweasel 3.0.3-1 (source all amd64)

2008-10-06 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 01:59:30 -0400
Source: iceweasel
Binary: iceweasel iceweasel-gnome-support iceweasel-dbg
Architecture: source all amd64
Version: 3.0.3-1
Distribution: unstable
Urgency: high
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Eric Dorland [EMAIL PROTECTED]
Description: 
 iceweasel  - lightweight web browser based on Mozilla
 iceweasel-dbg - debugging symbols for iceweasel
 iceweasel-gnome-support - Support for GNOME in Iceweasel
Closes: 425874 428836 440455 444736 483941 500374
Changes: 
 iceweasel (3.0.3-1) unstable; urgency=high
 .
   * New upstream release. (Closes: #500374)
 .
   * debian/presubj: Fix typo. Thanks Rémi Vanicat. (Closes: #444736)
   * browser/app/application.ini: Our name should be Iceweasel and not
 Firefox. This name here is used early in the startup, for things like
 the group leader window name. (Closes: #428836)
   * browser/app/application.ini: Set the profile path explicitely now that
 we have a different application name.
   * debian/iceweasel-runner: Add the -profile and
 -install-global-extension to the list of single arg flags for
 iceweasel. (Closes: #425874, #440455)
   * debian/iceweasel.desktop: Fixed Finnish desktop file
 translation. Thanks Timo Jyrinki. (Closes: #483941)
Checksums-Sha1: 
 5a353bd63267a68efe511c0272e214b3e9e11bab 1351 iceweasel_3.0.3-1.dsc
 e2621cd96eadb631a525a2ed31a660cb3051de0b 43459598 iceweasel_3.0.3.orig.tar.gz
 1cc821ec661cb52cb424a566ab88d7b20d0fb5f0 159288 iceweasel_3.0.3-1.diff.gz
 d662ea5846dff1698dfb429a74bed91dadf81175 68242 
iceweasel-gnome-support_3.0.3-1_all.deb
 31288cf7dc94a5408691a0368778e80ef9e2d6f8 1143612 iceweasel_3.0.3-1_amd64.deb
 9f0ee54f840c2275f92131cbbe93c7e9501c93b4 430070 iceweasel-dbg_3.0.3-1_amd64.deb
Checksums-Sha256: 
 aa623fbe5c2ba820247259eb838968bee7ffdfd984ea6e5be45a1c7b1b2e5d7a 1351 
iceweasel_3.0.3-1.dsc
 877f47abbe52e815b8ec9d2c57758d98e6032905ac5d42d6d10b160fcccbfe51 43459598 
iceweasel_3.0.3.orig.tar.gz
 8933677289ba6f4bb497cacd4477f28e964dbc6c655699c2a1f463a6ff22a8aa 159288 
iceweasel_3.0.3-1.diff.gz
 2d3879d1cf008c7fec0dc5dceeff5893353558860b3dc78e39e64e85c331e0eb 68242 
iceweasel-gnome-support_3.0.3-1_all.deb
 477fea19647d970b6a3a809649e0308fb373eec031b44dd173209eaebb8640ac 1143612 
iceweasel_3.0.3-1_amd64.deb
 1e1a32167f3b3948b4fe208fd514c24725f0d606025c62bb40f08260d44fb477 430070 
iceweasel-dbg_3.0.3-1_amd64.deb
Files: 
 c6ee7c73eccb2327cc27b3182812c800 1351 web optional iceweasel_3.0.3-1.dsc
 6de07ec46bd40c7ffc5c96c20d7b65af 43459598 web optional 
iceweasel_3.0.3.orig.tar.gz
 63a35e8dc4825335d68740bafcee3fff 159288 web optional iceweasel_3.0.3-1.diff.gz
 cf81cce06d01c6f974e46314bb4a6bc1 68242 gnome optional 
iceweasel-gnome-support_3.0.3-1_all.deb
 9a2e80e3a6886c5ac98ce57eedb914a8 1143612 web optional 
iceweasel_3.0.3-1_amd64.deb
 9b4d6e2f21fca480bd12cdaf54a7d680 430070 devel extra 
iceweasel-dbg_3.0.3-1_amd64.deb

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

iD8DBQFI6a63YemOzxbZcMYRAphIAJ49yhjwbMhNWVnPXFKH+kHbR7GqHQCfWjC4
bsbXfpvPLC8YXmeDMaluEJU=
=invT
-END PGP SIGNATURE-


Accepted:
iceweasel-dbg_3.0.3-1_amd64.deb
  to pool/main/i/iceweasel/iceweasel-dbg_3.0.3-1_amd64.deb
iceweasel-gnome-support_3.0.3-1_all.deb
  to pool/main/i/iceweasel/iceweasel-gnome-support_3.0.3-1_all.deb
iceweasel_3.0.3-1.diff.gz
  to pool/main/i/iceweasel/iceweasel_3.0.3-1.diff.gz
iceweasel_3.0.3-1.dsc
  to pool/main/i/iceweasel/iceweasel_3.0.3-1.dsc
iceweasel_3.0.3-1_amd64.deb
  to pool/main/i/iceweasel/iceweasel_3.0.3-1_amd64.deb
iceweasel_3.0.3.orig.tar.gz
  to pool/main/i/iceweasel/iceweasel_3.0.3.orig.tar.gz


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



Accepted reprepro 3.6.1-2 (source sparc)

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

Format: 1.8
Date: Mon,  6 Oct 2008 10:16:21 CEST
Source: reprepro
Binary: reprepro
Architecture: source sparc
Version: 3.6.1-2
Distribution: experimental
Urgency: low
Maintainer: Bernhard R. Link [EMAIL PROTECTED]
Changed-By: Bernhard R. Link [EMAIL PROTECTED]
Description: 
 reprepro   - Debian package repository producer
Closes: 442668
Changes: 
 reprepro (3.6.1-2) experimental; urgency=low
 .
   * change to use libdb4.6 by default (Closes: 442668)
 to enable upgrades from unstable to experimental
Checksums-Sha256: 
 459ca200b10786ca3be83ea1520c9a2bfb7329ea5c1fd5eede91fd858730a7cc 1343 
reprepro_3.6.1-2.dsc
 1786ad19e3f613a65fe2d4981fbc2a5dffc7fc48623a0c4e079d9cfeb05dd215 9253 
reprepro_3.6.1-2.diff.gz
 c9566d58b9fa980dae2fe24bc71faacf63a4661484d7a28a0735b85b3c12411b 333820 
reprepro_3.6.1-2_sparc.deb
Checksums-Sha1: 
 57234a3f5173e51f3cb168e21de18a2f45af62cc 1343 reprepro_3.6.1-2.dsc
 a6c6bf40ace27cc4554d9ce7c235fac83df74d37 9253 reprepro_3.6.1-2.diff.gz
 a9ff42ad20ed9683809e724329ea2034a589e186 333820 reprepro_3.6.1-2_sparc.deb
Files: 
 4bdc08d41eb952e16bda700e49ffa1ee 1343 utils extra reprepro_3.6.1-2.dsc
 35ec1cd37929eba8237748baae950b1c 9253 utils extra reprepro_3.6.1-2.diff.gz
 2ea619479923a50f08f4dae80c523257 333820 utils extra reprepro_3.6.1-2_sparc.deb

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

iQCVAwUBSOnJZ1syKVgPHZLaAQJkQgP/TGmYxfiMsnSAyiFK5bH7WJm0T7XU5xCB
1EZUI9E9wxOyr/jrOYZxkvgnuhtf6cEdVkAcjbWz7kWNnBrE/2nh18qtThjk1lVP
9lfzMXrWTbZ5K9mAH56Ny2pYASwTuYBrsw2NKZZ2NJrzrlwBqjvMLiHE91ZnyIY6
1a8MqRPfJoY=
=uqLV
-END PGP SIGNATURE-


Accepted:
reprepro_3.6.1-2.diff.gz
  to pool/main/r/reprepro/reprepro_3.6.1-2.diff.gz
reprepro_3.6.1-2.dsc
  to pool/main/r/reprepro/reprepro_3.6.1-2.dsc
reprepro_3.6.1-2_sparc.deb
  to pool/main/r/reprepro/reprepro_3.6.1-2_sparc.deb


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



Accepted libcaca 0.99.beta15-3 (source all amd64)

2008-10-06 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 09:45:22 +
Source: libcaca
Binary: libcaca-dev libcaca0 caca-utils libcucul-dev libcucul0
Architecture: source amd64 all
Version: 0.99.beta15-3
Distribution: unstable
Urgency: high
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 caca-utils - text mode graphics utilities
 libcaca-dev - development files for libcaca
 libcaca0   - colour ASCII art library
 libcucul-dev - transitional dummy package
 libcucul0  - transitional dummy package
Changes: 
 libcaca (0.99.beta15-3) unstable; urgency=high
 .
   * Set urgency to high due to RC bug fixing in the previous upload.
   * 210_pc_fix.diff: fix an infinite loop in the .pc file.
   * caca-utils.postinst, caca-utils.prerm: abort maintainer scripts on error.
Checksums-Sha1: 
 5339b534dd707f1882a651359fefe2077d13fca7 1430 libcaca_0.99.beta15-3.dsc
 9c69eadf66590b9c86edd9cf01dd9b5bcf21adbe 7703 libcaca_0.99.beta15-3.diff.gz
 72a3d6a133cabe96407c462436a8b17ca2a062d2 722412 
libcaca-dev_0.99.beta15-3_amd64.deb
 ebed9bc3c54c96eb80b9c1244e62f8e9f18604e2 307508 
libcaca0_0.99.beta15-3_amd64.deb
 1ab0bfc8c682f069e8887655e49c79e4fc325c1f 138518 
caca-utils_0.99.beta15-3_amd64.deb
 dec92a3ec0b00ce5f1b91229dd0edd9767a926f4 702 libcucul-dev_0.99.beta15-3_all.deb
 f6408c147927f60da66e973885bfcb1223cd9b34 696 libcucul0_0.99.beta15-3_all.deb
Checksums-Sha256: 
 09a93e1f02b92fdec5af585cc7b3e7129406ad18f92020d0b5fcc70ef40c67fd 1430 
libcaca_0.99.beta15-3.dsc
 46e172d4c528a1ad9721fa9908636d99d234f29173a18e545297305a7648a9f9 7703 
libcaca_0.99.beta15-3.diff.gz
 af0ca555bff8abf60e1e955316ae4fbaa4a48d7eeef3810f70c1877c10ce9f0d 722412 
libcaca-dev_0.99.beta15-3_amd64.deb
 2ac5d3190106e38ac7930d7c7e374d169c0ff484dc08b2bdeeaed8df641324f9 307508 
libcaca0_0.99.beta15-3_amd64.deb
 ef56f5f5f023b1457222a91f7dc35fe4b6e1a8c8de9a0e2c3b6e977ca328c02c 138518 
caca-utils_0.99.beta15-3_amd64.deb
 bb27dc91856ffc4326175a4a220afd07456d8af7ec4a21847594883d687f5f42 702 
libcucul-dev_0.99.beta15-3_all.deb
 54a7036912f9d55d19682c8ca5a747ca7f9dab955301c227f38f231fc21ae172 696 
libcucul0_0.99.beta15-3_all.deb
Files: 
 951252a75bcd81a48670c649c6871baa 1430 libs optional libcaca_0.99.beta15-3.dsc
 bf73746cb51e03a4cdf480ed49f11a86 7703 libs optional 
libcaca_0.99.beta15-3.diff.gz
 0b3f5e3139d93473f17c22fdbe8d91bf 722412 libdevel optional 
libcaca-dev_0.99.beta15-3_amd64.deb
 927cdd2cb70898c97fa9bcd75bce6866 307508 libs optional 
libcaca0_0.99.beta15-3_amd64.deb
 9d1dda7b2f4241c3e35354b3efaa6a24 138518 utils optional 
caca-utils_0.99.beta15-3_amd64.deb
 04c367dee751571012e0d0719d0e7abf 702 oldlibs optional 
libcucul-dev_0.99.beta15-3_all.deb
 596c85966f7fae2db48083c84fb1d668 696 oldlibs optional 
libcucul0_0.99.beta15-3_all.deb

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

iEYEARECAAYFAkjp4HkACgkQfPP1rylJn2HOoQCfbSYbUDnOgvqOREa/ZHc65eX3
mHEAoKC2h2uz7VkOcN6i1kwzeaVSf9Fs
=TpGz
-END PGP SIGNATURE-


Accepted:
caca-utils_0.99.beta15-3_amd64.deb
  to pool/main/libc/libcaca/caca-utils_0.99.beta15-3_amd64.deb
libcaca-dev_0.99.beta15-3_amd64.deb
  to pool/main/libc/libcaca/libcaca-dev_0.99.beta15-3_amd64.deb
libcaca0_0.99.beta15-3_amd64.deb
  to pool/main/libc/libcaca/libcaca0_0.99.beta15-3_amd64.deb
libcaca_0.99.beta15-3.diff.gz
  to pool/main/libc/libcaca/libcaca_0.99.beta15-3.diff.gz
libcaca_0.99.beta15-3.dsc
  to pool/main/libc/libcaca/libcaca_0.99.beta15-3.dsc
libcucul-dev_0.99.beta15-3_all.deb
  to pool/main/libc/libcaca/libcucul-dev_0.99.beta15-3_all.deb
libcucul0_0.99.beta15-3_all.deb
  to pool/main/libc/libcaca/libcucul0_0.99.beta15-3_all.deb


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



Accepted tkcvs 8.1-3 (source all)

2008-10-06 Thread Tim Cutts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 10:40:51 +0200
Source: tkcvs
Binary: tkcvs
Architecture: source all
Version: 8.1-3
Distribution: unstable
Urgency: low
Maintainer: Tim Cutts [EMAIL PROTECTED]
Changed-By: Tim Cutts [EMAIL PROTECTED]
Description: 
 tkcvs  - A graphical front-end to CVS and Subversion
Closes: 501256
Changes: 
 tkcvs (8.1-3) unstable; urgency=low
 .
   * Patch from Alexander Galinin to fix merge
 within a branch (Closes: #501256)
Checksums-Sha1: 
 8b2aacdd0a4c1b212d62b493548dd3173553d4c5 1268 tkcvs_8.1-3.dsc
 9a359c7e92e7a2507bf28b91806ded6820d0ea75 10566 tkcvs_8.1-3.diff.gz
 3d46a0e8375d61d8b22d752147bd604e16fa4ead 1155850 tkcvs_8.1-3_all.deb
Checksums-Sha256: 
 e8f7ea595f257518080d5b60d29fb47ebe14a58348759218e10069a2f70e404e 1268 
tkcvs_8.1-3.dsc
 cca4822a5e7af87ed5d8415618e91968ed6af6ffd1feadffeec159dede135eef 10566 
tkcvs_8.1-3.diff.gz
 70b087f71160170daca7ee382940106112585bc341726a42c40d8706626698f7 1155850 
tkcvs_8.1-3_all.deb
Files: 
 efe9b8a432560d91b30b031eaddd8916 1268 devel optional tkcvs_8.1-3.dsc
 da82f83bf1b04861d88f4ee3532a088b 10566 devel optional tkcvs_8.1-3.diff.gz
 7c8ec8ba13563c39a045bf6cac609a49 1155850 devel optional tkcvs_8.1-3_all.deb

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

iQEVAwUBSOnVDhypeFo2odvPAQJl/Af/UuFN3oEqnGae792VSu0BiVTBCmlSjXdC
fvLEuiTxkX8jowyUAw1DXICpN6b/PR0nUn/NUBcJQcVx8p4PjLLGqZqE0ICvH5WI
LmuEb8ZheC7fXgS/vW00okA4gyFiYEWNNeyiM0wrHpLOQJ+28DLNpZ1krYetWtpK
T06vI1oHgWhntB3rHulcJW95JvfZQ7ucHffo2BdvV5EueAq9YTECX6/q0q8S2c0V
pcAMV9pQR6IxEdD5DXgMQQ9jJrOkXMeF7ff1lysNlSOCfE/57lWTzSYhi9paSXgK
ezfHUVU1TgG8+kLBJ0u+w0YelGsXj+E6ORP5oNofUVbo0ZTHGkJimQ==
=M6/X
-END PGP SIGNATURE-


Accepted:
tkcvs_8.1-3.diff.gz
  to pool/main/t/tkcvs/tkcvs_8.1-3.diff.gz
tkcvs_8.1-3.dsc
  to pool/main/t/tkcvs/tkcvs_8.1-3.dsc
tkcvs_8.1-3_all.deb
  to pool/main/t/tkcvs/tkcvs_8.1-3_all.deb


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



Accepted gstreamer0.10-ffmpeg 0.10.5-1 (source i386)

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

Format: 1.8
Date: Mon, 06 Oct 2008 11:39:05 +0200
Source: gstreamer0.10-ffmpeg
Binary: gstreamer0.10-ffmpeg
Architecture: source i386
Version: 0.10.5-1
Distribution: experimental
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.5-1) experimental; urgency=low
 .
   * New upstream release, 'This little piggy went to market'.
   * debian/patches/03_h264-codec-data-escaping.patch:
 + Patch from upstream CVS to escape the private h264 codec data before
   passing it to ffmpeg as ffmpeg requires this while GStreamer doesn't.
   * debian/patches/04_h264-frame-reordering.patch:
 + Patch from upstream CVS to fix decoding of h264 when the upstream 
elements
   provide reordered frames.
   * debian/patches/05_disable-libvorbis-libtheora.patch:
 + Disable libvorbis and libtheora based encoders. The ones provided by
   GStreamer directly are working much better.
Checksums-Sha1: 
 1bbd4cca02d41217014cd46b4ad974efb7f234dc 1687 gstreamer0.10-ffmpeg_0.10.5-1.dsc
 330abff2c94ae9d28c659c5697fbe3211d81c130 3617942 
gstreamer0.10-ffmpeg_0.10.5.orig.tar.gz
 0223be8a06f850ea5afefa50199dcdcdb5071cff 12912 
gstreamer0.10-ffmpeg_0.10.5-1.diff.gz
 1f7e5d00c91ff940f0e785000f4083b76d04f6da 130436 
gstreamer0.10-ffmpeg_0.10.5-1_i386.deb
Checksums-Sha256: 
 2527b7eac60ee8e1b9d1e2f2fd833e5fefc801ec1f6dc3949e208bfcc879b7ac 1687 
gstreamer0.10-ffmpeg_0.10.5-1.dsc
 31194d2c1be08877bbec9f75a9c0d275ccd6f9dfad1f94c7a9da3e432eb4a902 3617942 
gstreamer0.10-ffmpeg_0.10.5.orig.tar.gz
 a9b282d06682978b4c262a3034d675b2ccf6878ab0a1a21c2cfd7e0d4e14cce9 12912 
gstreamer0.10-ffmpeg_0.10.5-1.diff.gz
 f0bcd6f8c79c9ce27e7a271bfb8658614bac6f507d4337ee4cff2e1c37121cc4 130436 
gstreamer0.10-ffmpeg_0.10.5-1_i386.deb
Files: 
 dab89fd50f49e1740fe2f5d2dd3fbf27 1687 libs optional 
gstreamer0.10-ffmpeg_0.10.5-1.dsc
 8f8839253a84598f134790cedeac1b2c 3617942 libs optional 
gstreamer0.10-ffmpeg_0.10.5.orig.tar.gz
 584ec882e96ccd2a72562b70566b1755 12912 libs optional 
gstreamer0.10-ffmpeg_0.10.5-1.diff.gz
 78be6aec0f7a7ba96fb57e232ec3c2dc 130436 libs optional 
gstreamer0.10-ffmpeg_0.10.5-1_i386.deb

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

iEYEARECAAYFAkjp5pkACgkQBsBdh1vkHyHccwCeMdeX2MpGOZtN29/XomVCtbsw
kz8An3++h2fneQEwFm5Qu33A9ky+0Q9m
=TIFh
-END PGP SIGNATURE-


Accepted:
gstreamer0.10-ffmpeg_0.10.5-1.diff.gz
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.5-1.diff.gz
gstreamer0.10-ffmpeg_0.10.5-1.dsc
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.5-1.dsc
gstreamer0.10-ffmpeg_0.10.5-1_i386.deb
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.5-1_i386.deb
gstreamer0.10-ffmpeg_0.10.5.orig.tar.gz
  to pool/main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.5.orig.tar.gz


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



Accepted bind9 1:9.5.0.dfsg.P2-3 (source all i386)

2008-10-06 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 05 Oct 2008 20:20:00 -0600
Source: bind9
Binary: bind9 bind9utils bind9-doc bind9-host libbind-dev libbind9-40 libdns43 
libisc44 liblwres40 libisccc40 libisccfg40 dnsutils lwresd
Architecture: all i386 source 
Version: 1:9.5.0.dfsg.P2-3
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 bind9  - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-40 - BIND9 Shared Library used by BIND
 libdns43   - DNS Shared Library used by BIND
 libisc44   - ISC Shared Library used by BIND
 libisccc40 - Command Channel Library used by BIND
 libisccfg40 - Config File Handling Library used by BIND
 liblwres40 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Closes: 493775 497040 499977 501103
Launchpad-Bugs-Fixed: 247084 249824 257682
Changes: 
 bind9 (1:9.5.0.dfsg.P2-3) unstable; urgency=low
 .
   [LaMont Jones]
 .
   * enable largefile support.  Closes: #497040
 .
   [localization folks]
 .
   * l10n: Dutch translation.  Closes: #499977 (Paul Gevers)
   * l10n: simplified chinese debconf template.  Closes: #501103 (LI Daobing)
   * l10n: Update spanish template.  Closes: #493775 (Ignacio Mondino)
 .
 bind9 (1:9.5.0.dfsg.P2-2) unstable; urgency=low
 .
   [Kees Cook]
 .
   * debian/{control,rules}: enable PIE hardening (from -1ubuntu1)
 .
   [Nicolas Valcárcel]
 .
   * Add ufw integration (from -1ubuntu2)
 .
   [Dustin Kirkland]
 .
   * use pid file in init.d/bind9 status.  LP: #247084
 .
   [LaMont Jones]
 .
   * dig: add -DDIG_SIGCHASE to compile options.  LP: #257682
   * apparmor profile: add /var/log/named
 .
   [Nikita Ofitserov]
 .
   * ipv6 support requires _GNU_SOURCE definition.  LP: #249824
Files: 
 0b6122c6dba73ccce02a50e85184d1fd 31142 libs standard 
libbind9-40_9.5.0.dfsg.P2-3_i386.deb
 13d7e08f536e707c298e408ff4bcb6c9 260409 net optional 
bind9_9.5.0.dfsg.P2-3.diff.gz
 207dbadce4d176774a01323ba003415b 259392 doc optional 
bind9-doc_9.5.0.dfsg.P2-3_all.deb
 3f4bbf2d05afa246ddba5e8cba729062 60100 net standard 
bind9-host_9.5.0.dfsg.P2-3_i386.deb
 4e34c3418d9287a3d37c572036ba0aa9 92278 net optional 
bind9utils_9.5.0.dfsg.P2-3_i386.deb
 552399974f042fc028d91ad6ae7f4968 197276 net optional 
lwresd_9.5.0.dfsg.P2-3_i386.deb
 647caf215848af2823b04c610c73ce87 44250 libs standard 
liblwres40_9.5.0.dfsg.P2-3_i386.deb
 69b384bda9e290df348cf17ac0fef227 42814 libs optional 
libisccfg40_9.5.0.dfsg.P2-3_i386.deb
 6e72b893965781d6b885f3cb0c061e06 25994 libs optional 
libisccc40_9.5.0.dfsg.P2-3_i386.deb
 7b3dc48d356ad449c4e9f25cb40118d1 244484 net optional 
bind9_9.5.0.dfsg.P2-3_i386.deb
 926562923cf39f964e578c541c6a0dc8 146210 libs standard 
libisc44_9.5.0.dfsg.P2-3_i386.deb
 c7277d8ca90104ed4c35739e93fb36bc 1246360 libdevel optional 
libbind-dev_9.5.0.dfsg.P2-3_i386.deb
 d02bd109fe541d3b0c96b079038cf454 1019 net optional bind9_9.5.0.dfsg.P2-3.dsc
 f890221a7927d71a7eb6274fdb1acc04 543230 libs standard 
libdns43_9.5.0.dfsg.P2-3_i386.deb
 fd0837e124f1499d6d84a97cafe47138 143394 net standard 
dnsutils_9.5.0.dfsg.P2-3_i386.deb

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

iD8DBQFI6fTLzN/kmwoKyScRAnWqAJ9JQ4DzTnCtgHEL8r/P4QqZmq5GtACeM4fm
bOxQ9HT9w+ayQy26l7FGG90=
=zYtB
-END PGP SIGNATURE-


Accepted:
bind9-doc_9.5.0.dfsg.P2-3_all.deb
  to pool/main/b/bind9/bind9-doc_9.5.0.dfsg.P2-3_all.deb
bind9-host_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/bind9-host_9.5.0.dfsg.P2-3_i386.deb
bind9_9.5.0.dfsg.P2-3.diff.gz
  to pool/main/b/bind9/bind9_9.5.0.dfsg.P2-3.diff.gz
bind9_9.5.0.dfsg.P2-3.dsc
  to pool/main/b/bind9/bind9_9.5.0.dfsg.P2-3.dsc
bind9_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/bind9_9.5.0.dfsg.P2-3_i386.deb
bind9utils_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/bind9utils_9.5.0.dfsg.P2-3_i386.deb
dnsutils_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/dnsutils_9.5.0.dfsg.P2-3_i386.deb
libbind-dev_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/libbind-dev_9.5.0.dfsg.P2-3_i386.deb
libbind9-40_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/libbind9-40_9.5.0.dfsg.P2-3_i386.deb
libdns43_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/libdns43_9.5.0.dfsg.P2-3_i386.deb
libisc44_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/libisc44_9.5.0.dfsg.P2-3_i386.deb
libisccc40_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/libisccc40_9.5.0.dfsg.P2-3_i386.deb
libisccfg40_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/libisccfg40_9.5.0.dfsg.P2-3_i386.deb
liblwres40_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/liblwres40_9.5.0.dfsg.P2-3_i386.deb
lwresd_9.5.0.dfsg.P2-3_i386.deb
  to pool/main/b/bind9/lwresd_9.5.0.dfsg.P2-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of 

Accepted tzdata 2008f-2 (source all)

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

Format: 1.8
Date: Mon, 06 Oct 2008 13:38:46 +0200
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2008f-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Closes: 501169
Changes: 
 tzdata (2008f-2) unstable; urgency=low
 .
   *  Fix Argentinian timezone wrt DST.  Closes: #501169
Checksums-Sha1: 
 01d737e2a1785b16ad4a2794bcb994e6e77b1fbe 1110 tzdata_2008f-2.dsc
 0dcfcbda1312134c82babf22adfcdac7d693e6e3 216740 tzdata_2008f-2.diff.gz
 c9d6384233a7e6605a7db10ca96c9015c274427a 756838 tzdata_2008f-2_all.deb
 20584319a432a4e2a830c16e99ad1b971de4f181 146236 tzdata-java_2008f-2_all.deb
Checksums-Sha256: 
 2234553800a78bcb3cb180d73537cd4b07beef9d1bd1e80c1e00d3f36016dc4f 1110 
tzdata_2008f-2.dsc
 2224962e094f6bbbe36388ebddb52986ee320e8eba281c6d87b7bfc7097ecfc5 216740 
tzdata_2008f-2.diff.gz
 010fcb713cc3ad15531aa2d8cc9f56dfcde2d7c31d28905cf38a0917f77a8dca 756838 
tzdata_2008f-2_all.deb
 8d6c93f6763282405f94bcabf10ad63dd5ac8dcb31ff7574459e303903904ffc 146236 
tzdata-java_2008f-2_all.deb
Files: 
 920d7cf6f02c39b443efbe6db717f7b7 1110 libs required tzdata_2008f-2.dsc
 1e3ef701da9d90c0b5d8e89fc207a837 216740 libs required tzdata_2008f-2.diff.gz
 418d144a9d9aab4edd9c3702677f0d60 756838 libs required tzdata_2008f-2_all.deb
 720c5003d8bcdcc54770df8ab86d8d4e 146236 libs optional 
tzdata-java_2008f-2_all.deb

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

iD8DBQFI6foCw3ao2vG823MRAutSAKCDN/XpbO94lnwFAGtjl+VlZwuF/ACggBqs
/dGOuIbSktLu66ugBrsTObA=
=MsN2
-END PGP SIGNATURE-


Accepted:
tzdata-java_2008f-2_all.deb
  to pool/main/t/tzdata/tzdata-java_2008f-2_all.deb
tzdata_2008f-2.diff.gz
  to pool/main/t/tzdata/tzdata_2008f-2.diff.gz
tzdata_2008f-2.dsc
  to pool/main/t/tzdata/tzdata_2008f-2.dsc
tzdata_2008f-2_all.deb
  to pool/main/t/tzdata/tzdata_2008f-2_all.deb


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



Accepted hal 0.5.11-4 (source all i386)

2008-10-06 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Oct 2008 17:50:25 +0200
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source all i386
Version: 0.5.11-4
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 hal- Hardware Abstraction Layer
 hal-doc- Hardware Abstraction Layer - documentation
 libhal-dev - Hardware Abstraction Layer - development files
 libhal-storage-dev - Hardware Abstraction Layer - development files
 libhal-storage1 - Hardware Abstraction Layer - shared library for storage 
devices
 libhal1- Hardware Abstraction Layer - shared library
Closes: 498132 498478 500916 501004
Changes: 
 hal (0.5.11-4) unstable; urgency=low
 .
   [ Loic Minier ]
   * New patches from upstream git, fixing support of some wifi chips with
 2.6.27 kernels; closes: #498132, #498478, #501004.
 - 60_use-phy80211-instead-of-wiphy-symlink-to-detect, fixes the sysfs
   symlink lookup to use the proper pathname.
 - 61_use-wext-ioctl-instead-of-sysfs-to-detect-wireless, fixes detection
   of wifi interfaces with 2.6.27 kernels.
 .
   [ Michael Biebl ]
   * Add file trigger which re-generates the hal fdi cache. (Closes: #500916)
 .
   [ Loic Minier ]
   * Bump debhelper bdep to = 5.0.59 for debian/package.triggers support.
Checksums-Sha1: 
 bc16457c8d9bd2ebfe8e283aef0aaa16ffca540e 1607 hal_0.5.11-4.dsc
 7279543b20841a0559b8f18379cee32709b7756f 34357 hal_0.5.11-4.diff.gz
 bf27073fbc4bc5ec2775d3b0c95821fd3e5929d4 671352 hal-doc_0.5.11-4_all.deb
 fea43d62e56006866234099d3d28b847dcbc53da 765426 hal_0.5.11-4_i386.deb
 21628d63a919489384c4b3f09a3aa63220060345 444174 libhal1_0.5.11-4_i386.deb
 5d3b664b5cda69ea1bb7278c307b6d7ed7624c6e 436632 
libhal-storage1_0.5.11-4_i386.deb
 1951221d646eada1465e6219a38aaea4d28cf520 449510 libhal-dev_0.5.11-4_i386.deb
 9a0cbe7bcd68492b042bfb4b17ee570528402509 436862 
libhal-storage-dev_0.5.11-4_i386.deb
Checksums-Sha256: 
 b6444f692425520289472f3bfda68441f1043851c6fbbae714f3b16ef8711c3c 1607 
hal_0.5.11-4.dsc
 4197ebaa4d648bd3565e9353319aa62ea9675fed67beac073b453040d5c6bc7a 34357 
hal_0.5.11-4.diff.gz
 81d4cbeb5f8fce3653232ebc30616523f08262b71387c450e42d44962e019d5e 671352 
hal-doc_0.5.11-4_all.deb
 7ad9baac0d2fb6743708837cf6ed0b0a020eb482430deccd6059935ce742b843 765426 
hal_0.5.11-4_i386.deb
 ca96bb0049306ed2fbcfe762f0302ee83a9f54c629aec49ccadcf1a4792501e5 444174 
libhal1_0.5.11-4_i386.deb
 f02e5ac3af8c314913ed5fc7c1224d2b4554d9245a4316e3c6e69488299f39e0 436632 
libhal-storage1_0.5.11-4_i386.deb
 54538aa933c33930bcf7ae092a56c63b8ad16d60b6bb2e0e17a9fff92de466bf 449510 
libhal-dev_0.5.11-4_i386.deb
 2dde024d4909e638982c062047dd57653a070ef3ad8c8235b723946093bbb239 436862 
libhal-storage-dev_0.5.11-4_i386.deb
Files: 
 eaafe12f66ebfc81a7d18e44a0d171a3 1607 admin optional hal_0.5.11-4.dsc
 eeac0da2404a545dc07c3f7338f1e603 34357 admin optional hal_0.5.11-4.diff.gz
 b7f147a5550236b342b1bb1cb8caaa90 671352 doc optional hal-doc_0.5.11-4_all.deb
 ffc0c6be655cd586450ccd96cf82dea0 765426 admin optional hal_0.5.11-4_i386.deb
 c2cd30b227ad705c643e95d9b2b0d3e1 444174 libs optional libhal1_0.5.11-4_i386.deb
 4ad816274e9f0ab52f5e62311ef446e4 436632 libs optional 
libhal-storage1_0.5.11-4_i386.deb
 20f80429efa540ec51b1370b23423ffe 449510 libdevel optional 
libhal-dev_0.5.11-4_i386.deb
 3bca22c73f2a42667c0eef1829ac6381 436862 libdevel optional 
libhal-storage-dev_0.5.11-4_i386.deb

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

iEYEARECAAYFAkjp87AACgkQ4VUX8isJIMAjfwCeIoLePVIV2iWXTkbPMYyGbpvx
roYAoJE3ryPQYxD/M8gA5hpt+1N16dxT
=30+d
-END PGP SIGNATURE-


Accepted:
hal-doc_0.5.11-4_all.deb
  to pool/main/h/hal/hal-doc_0.5.11-4_all.deb
hal_0.5.11-4.diff.gz
  to pool/main/h/hal/hal_0.5.11-4.diff.gz
hal_0.5.11-4.dsc
  to pool/main/h/hal/hal_0.5.11-4.dsc
hal_0.5.11-4_i386.deb
  to pool/main/h/hal/hal_0.5.11-4_i386.deb
libhal-dev_0.5.11-4_i386.deb
  to pool/main/h/hal/libhal-dev_0.5.11-4_i386.deb
libhal-storage-dev_0.5.11-4_i386.deb
  to pool/main/h/hal/libhal-storage-dev_0.5.11-4_i386.deb
libhal-storage1_0.5.11-4_i386.deb
  to pool/main/h/hal/libhal-storage1_0.5.11-4_i386.deb
libhal1_0.5.11-4_i386.deb
  to pool/main/h/hal/libhal1_0.5.11-4_i386.deb


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



Accepted r-base 2.8.0~20081006-1 (source i386 all)

2008-10-06 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Oct 2008 15:15:44 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-base-latex 
r-doc-pdf r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.8.0~20081006-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-base-latex - GNU R LaTeX docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.8.0~20081006-1) unstable; urgency=low
 .
   * Initial 'Beta' package of R 2.8.0 expected to be released on October 20
 .
   * debian/control: Updated Description: text; with thanks to Doug Bates
 and Martin Maechler for helpful suggestions and comments.
Checksums-Sha1: 
 69dcf4a2006b2ccbdf751a3cf081a1101605c963 1727 r-base_2.8.0~20081006-1.dsc
 33254e0d0065b3cadccbf1f51d7b6c9cc83a9710 16543281 
r-base_2.8.0~20081006.orig.tar.gz
 3f86996241f5ad3a8c69edeb72ce393ce3c76bf5 64318 r-base_2.8.0~20081006-1.diff.gz
 b958c86f93a6be60ee57ed417ecce0ed8edf2b8d 10401998 
r-base-core_2.8.0~20081006-1_i386.deb
 b9bb3b1fd72c8ba5b8ed423a67834b2c2b05a60d 505446 
r-mathlib_2.8.0~20081006-1_i386.deb
 a0c513df2883d6da754ef6cffeae5b321379e572 2332032 
r-base-core-dbg_2.8.0~20081006-1_i386.deb
 d4378e7d24a88cc1320e40fa29909d1d5439223a 30408 r-base_2.8.0~20081006-1_all.deb
 b3405f558f89a307b0ea34268c08a62fb51b61ea 3242 
r-base-dev_2.8.0~20081006-1_all.deb
 ca0e188851255eb17b0bbbcfaeb20f0f070c7aee 1317310 
r-base-html_2.8.0~20081006-1_all.deb
 555899944ff33a3fa406b20e692ca3877853fc3a 1229216 
r-base-latex_2.8.0~20081006-1_all.deb
 644bdd3d1e5223c611fc33b95d4ae419773c736e 30450 
r-doc-pdf_2.8.0~20081006-1_all.deb
 1ac6d337740b047dfeaf83406eede0ab8e9b3a5f 616828 
r-doc-html_2.8.0~20081006-1_all.deb
 ea9f649af3b39170566969b469e461a3ec4c10d0 531410 
r-doc-info_2.8.0~20081006-1_all.deb
 9e4c7fbe3ed1324d97683960758d9e36e126105b 2616 
r-recommended_2.8.0~20081006-1_all.deb
Checksums-Sha256: 
 e39032b1c9b9ced398b5cdd6d3810fd3e211a117be5493d75ac1fc5e2c131c9a 1727 
r-base_2.8.0~20081006-1.dsc
 32f06166ef482340e92567290f3e9e24aca81d70e103d6da58875d43a7447a0b 16543281 
r-base_2.8.0~20081006.orig.tar.gz
 54ca265e9c95a72d320fc92f50986cc57cb38f127e99702b3af00a1e7283e9f1 64318 
r-base_2.8.0~20081006-1.diff.gz
 0224b75bfc38460b4c8cd2760f0e070227e96f5bd450bcc7f37b5a603b49d3ea 10401998 
r-base-core_2.8.0~20081006-1_i386.deb
 b49cad97f4d317f0d0118c08ad9b4ca390d7cfa72178d8e70ec0486c7488b86b 505446 
r-mathlib_2.8.0~20081006-1_i386.deb
 b8f8902a6355ca5aec1d913480340d580f800c35cd36a166163ab12b685abc08 2332032 
r-base-core-dbg_2.8.0~20081006-1_i386.deb
 0d853e5395ee22a06bdc36a7b07bc067070c993f392bf327c65cff5ed137aa4c 30408 
r-base_2.8.0~20081006-1_all.deb
 72fda0355895c3dff8434ce17cf8ee4bcf1d1befefb3ef0589a20c96e08ffef0 3242 
r-base-dev_2.8.0~20081006-1_all.deb
 5fffdb0b231340c9200b671d02eeb695de856adda5190cbd85cbc27b8c30d134 1317310 
r-base-html_2.8.0~20081006-1_all.deb
 8b3552cfb98a56548dbdc8f51a1792836ff22bce210fef374250078f01224e01 1229216 
r-base-latex_2.8.0~20081006-1_all.deb
 245aac666596d37295ba166154616f37047890022e401496dd09409316ded647 30450 
r-doc-pdf_2.8.0~20081006-1_all.deb
 3f278601262d035c6f3187f89820e2a5fd115796ac9468b528b3305472fced96 616828 
r-doc-html_2.8.0~20081006-1_all.deb
 2d1674dcf174299b23672f17c376b721e018a6f1be8f2114c588e130f6285b6f 531410 
r-doc-info_2.8.0~20081006-1_all.deb
 d067c1be03b537140b4f7612f7454c8fa7d9b54538939b903e9cd97ccd2da0cd 2616 
r-recommended_2.8.0~20081006-1_all.deb
Files: 
 fd72e4957d995afe6936ab7ebde98b88 1727 math optional r-base_2.8.0~20081006-1.dsc
 ccea01cf479829dc179c7b20d88ff771 16543281 math optional 
r-base_2.8.0~20081006.orig.tar.gz
 281c152366a8bf66e8133f9082352387 64318 math optional 
r-base_2.8.0~20081006-1.diff.gz
 cd9bd848181918547b8323019a2f9930 10401998 math optional 
r-base-core_2.8.0~20081006-1_i386.deb
 e505a93d577462c3c06ac3255af14d9c 505446 math optional 
r-mathlib_2.8.0~20081006-1_i386.deb
 a6697679ad12f3c45b4d4bb54df9d469 2332032 math extra 
r-base-core-dbg_2.8.0~20081006-1_i386.deb
 0a6483c539faa8604c35cb5061230efa 30408 math optional 
r-base_2.8.0~20081006-1_all.deb
 8f153c3c8923a7cf39820a505395c694 3242 devel optional 
r-base-dev_2.8.0~20081006-1_all.deb

Accepted sdcv 0.4.2-6 (source amd64)

2008-10-06 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 14:07:45 +0200
Source: sdcv
Binary: sdcv
Architecture: source amd64
Version: 0.4.2-6
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař [EMAIL PROTECTED]
Changed-By: Michal Čihař [EMAIL PROTECTED]
Description: 
 sdcv   - StarDict Console Version
Closes: 500921
Changes: 
 sdcv (0.4.2-6) unstable; urgency=low
 .
   * Fix unalligned access to internal buffer while reading dictionary index
 (Closes: #500921).
Checksums-Sha1: 
 f1e8f907585643268567f62334192f9b96a22f14 1205 sdcv_0.4.2-6.dsc
 3dd1b877985f9094e0b519c88ce9f9aad1408a60 10670 sdcv_0.4.2-6.diff.gz
 3366d2f4f8ace0e724101f7471d464a6e50d3eff 58588 sdcv_0.4.2-6_amd64.deb
Checksums-Sha256: 
 b9c0834034bb2de186a9e8506477c14f5904a9ef8597253a09ae0f81100528e5 1205 
sdcv_0.4.2-6.dsc
 f32c47eed0b9464c3ba436036fa08a97f9d18c442f2f2c110c3cd5672938141d 10670 
sdcv_0.4.2-6.diff.gz
 2f5401e688edc20cd54c108c4e8638324e96a8a9f2037237d453b56517d93e72 58588 
sdcv_0.4.2-6_amd64.deb
Files: 
 c269de6afadd07fc2fcef3a0788c0274 1205 utils optional sdcv_0.4.2-6.dsc
 f3dcd91a7df0cdca41ee9d847ff5b231 10670 utils optional sdcv_0.4.2-6.diff.gz
 8721d031cf6ca1b0c8133910c7a4cad8 58588 utils optional sdcv_0.4.2-6_amd64.deb

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

iEYEARECAAYFAkjp/8UACgkQ3DVS6DbnVgTdJgCgsxQRdd7+0joVFGhOUKc4P2xS
qaYAn3q2ytkE9yZjVVtD5QrhjDYkGDks
=u95Q
-END PGP SIGNATURE-


Accepted:
sdcv_0.4.2-6.diff.gz
  to pool/main/s/sdcv/sdcv_0.4.2-6.diff.gz
sdcv_0.4.2-6.dsc
  to pool/main/s/sdcv/sdcv_0.4.2-6.dsc
sdcv_0.4.2-6_amd64.deb
  to pool/main/s/sdcv/sdcv_0.4.2-6_amd64.deb


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



Accepted emacs-jabber 0.7.92-1 (source all)

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

Format: 1.8
Date: Mon, 06 Oct 2008 12:23:42 +0200
Source: emacs-jabber
Binary: emacs-jabber
Architecture: source all
Version: 0.7.92-1
Distribution: experimental
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 emacs-jabber - Jabber client for Emacsen
Closes: 501166
Changes: 
 emacs-jabber (0.7.92-1) experimental; urgency=low
 .
   * New upstream version.
   * Don't depend on flim, depend on gnutls-bin | starttls; thanks to
 Magnus Henoch; closes: #501166.
   * Uploaded to experimental because lenny is frozen.
Checksums-Sha1: 
 7ac8df4f0e49688a54592b612f01b99f36996cb9 1072 emacs-jabber_0.7.92-1.dsc
 4122c314289dcce2b1cfd048d7d44d50da6f2931 381047 emacs-jabber_0.7.92.orig.tar.gz
 8b015ce982039ca0b2f97a88319b687789b57818 3698 emacs-jabber_0.7.92-1.diff.gz
 7e9ad81f76995b39a4ac5f1ae4e2bbd3634a97a7 176520 emacs-jabber_0.7.92-1_all.deb
Checksums-Sha256: 
 0dcb1da215a507fe0294373ae7b49b888421a43462f2eac336d68a4b0f7a1ff2 1072 
emacs-jabber_0.7.92-1.dsc
 7dcc52d14c4a4e2f5b2b4f9affe6b87eb47ad56be4a0eed0bf4762ce61308aa0 381047 
emacs-jabber_0.7.92.orig.tar.gz
 02e35dec7925701c8868191e02a334dc237068828619b6b7a0a883857e031e86 3698 
emacs-jabber_0.7.92-1.diff.gz
 530e2f894b2f4cbb1348077e0d26b87e5b5c748bcdf664726c333746858ce372 176520 
emacs-jabber_0.7.92-1_all.deb
Files: 
 1139ffe8da0a2fe362a0ff55dbe829ed 1072 net optional emacs-jabber_0.7.92-1.dsc
 3e8e76787b5d40e78300854efd982a3e 381047 net optional 
emacs-jabber_0.7.92.orig.tar.gz
 7f52fcc1290c77dd44437ba5079fb3be 3698 net optional 
emacs-jabber_0.7.92-1.diff.gz
 6f0180c33eef674b8d885e49957d8fa5 176520 net optional 
emacs-jabber_0.7.92-1_all.deb

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

iEYEARECAAYFAkjp+mIACgkQkSkk/j3Cm0FpVwCcC05xSwSGiOdajCrNyybiblHj
pNoAmwYvCiZca3ilxCvPxPxbZX5+ULEI
=W9Bx
-END PGP SIGNATURE-


Accepted:
emacs-jabber_0.7.92-1.diff.gz
  to pool/main/e/emacs-jabber/emacs-jabber_0.7.92-1.diff.gz
emacs-jabber_0.7.92-1.dsc
  to pool/main/e/emacs-jabber/emacs-jabber_0.7.92-1.dsc
emacs-jabber_0.7.92-1_all.deb
  to pool/main/e/emacs-jabber/emacs-jabber_0.7.92-1_all.deb
emacs-jabber_0.7.92.orig.tar.gz
  to pool/main/e/emacs-jabber/emacs-jabber_0.7.92.orig.tar.gz


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



Accepted citadel 7.37-5 (source i386 all)

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

Format: 1.8
Date: Mon, 06 Oct 2008 14:19:35 +0200
Source: citadel
Binary: citadel-server citadel-suite citadel-common citadel-mta citadel-client 
citadel-doc
Architecture: source i386 all
Version: 7.37-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Citadel Team [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 citadel-client - complete and feature-rich groupware server (command line 
client)
 citadel-common - complete and feature-rich groupware server
 citadel-doc - complete and feature-rich groupware server (documentation)
 citadel-mta - complete and feature-rich groupware server (mail transport agent)
 citadel-server - complete and feature-rich groupware server
 citadel-suite - complete and feature-rich groupware server; metapackage for 
full 
Closes: 475539
Changes: 
 citadel (7.37-5) unstable; urgency=medium
 .
   * Do not change /etc/services, closes: #475539
Checksums-Sha1: 
 a6112b0bb70a0a04a02b759cd2d42655f6ff2939 1382 citadel_7.37-5.dsc
 b5d88d7669b3ae0596046d30a193ab2e72444234 27787 citadel_7.37-5.diff.gz
 70ef99bc293af26a919a6c5a4c0ee36d8b29f8cf 547216 citadel-server_7.37-5_i386.deb
 f934c16ea1cc7361333fd58852797e6e45377292 15954 citadel-mta_7.37-5_i386.deb
 6abb047f4c963d406fbd4b6d5394b82d7100d4cc 114642 citadel-client_7.37-5_i386.deb
 7103b576bfe244c4dc243c580097ee53ad1f982f 8250 citadel-suite_7.37-5_all.deb
 8d6d331fbcde21f203bf042cb53b5b94fe91ea9c 8400 citadel-common_7.37-5_all.deb
 89e340c4b21421d775bafa0f9d48322efdeb7c04 96314 citadel-doc_7.37-5_all.deb
Checksums-Sha256: 
 1953e79a759fbbf558fa0f1a00d1b6e2665a69eebbddffa1dfe3f04cd86c2d93 1382 
citadel_7.37-5.dsc
 1a3f81227114eee9aab3dc08f87318d0e9deafccbf6818d46298b89e8c2a7624 27787 
citadel_7.37-5.diff.gz
 2e5f108d013eb852e3f04c56dd1f1442f31a065375d61fdb4ae0b28d182cf1ad 547216 
citadel-server_7.37-5_i386.deb
 0a0b44409b6eb2fc15a86e16f36119a4f943d089f29edaa2afe6948c3839d9d2 15954 
citadel-mta_7.37-5_i386.deb
 6b9218daf98d30713ff9d50d98b32addf827f79f786ac482ec0110abd49dab63 114642 
citadel-client_7.37-5_i386.deb
 96c2388b51d79c3d5c40d11ab732d4e6599bba6fabedd88aa9e0f1189bba0216 8250 
citadel-suite_7.37-5_all.deb
 71b7fe6617d518448a3ef20c608267ee6e08223a33dce5a1b836a1fcb0d695ad 8400 
citadel-common_7.37-5_all.deb
 dac28139b1097952f8147625a832182637bf0c3a2cb241c7c04dd76e0b2f342c 96314 
citadel-doc_7.37-5_all.deb
Files: 
 63f6c635114550a0a3ec2d8dc1ed4977 1382 mail extra citadel_7.37-5.dsc
 7bce2364986ce9d3f5d179337de76fbf 27787 mail extra citadel_7.37-5.diff.gz
 fd0f4c69d87f8dd7628469b7a8736b13 547216 mail extra 
citadel-server_7.37-5_i386.deb
 8df3ca00f72aff75176d7b6d3d7c99c0 15954 mail extra citadel-mta_7.37-5_i386.deb
 834ee4ed457993c5b69337551cad0eed 114642 mail extra 
citadel-client_7.37-5_i386.deb
 5f709d322e2807b83504ad0f905a9897 8250 mail extra citadel-suite_7.37-5_all.deb
 eb80dd110adcda71dfdfb68195badfa7 8400 mail extra citadel-common_7.37-5_all.deb
 b99ffebb9be67a4871a8d8a9b1b6 96314 doc extra citadel-doc_7.37-5_all.deb

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

iD8DBQFI6g4pVkEm8inxm9ERAq1jAJ9M8ax1NQ1q7gS1H3S8A5UmD0PhbwCdFQ2O
3jXo8TBZZ4MP+vN1mIw=
=c64M
-END PGP SIGNATURE-


Accepted:
citadel-client_7.37-5_i386.deb
  to pool/main/c/citadel/citadel-client_7.37-5_i386.deb
citadel-common_7.37-5_all.deb
  to pool/main/c/citadel/citadel-common_7.37-5_all.deb
citadel-doc_7.37-5_all.deb
  to pool/main/c/citadel/citadel-doc_7.37-5_all.deb
citadel-mta_7.37-5_i386.deb
  to pool/main/c/citadel/citadel-mta_7.37-5_i386.deb
citadel-server_7.37-5_i386.deb
  to pool/main/c/citadel/citadel-server_7.37-5_i386.deb
citadel-suite_7.37-5_all.deb
  to pool/main/c/citadel/citadel-suite_7.37-5_all.deb
citadel_7.37-5.diff.gz
  to pool/main/c/citadel/citadel_7.37-5.diff.gz
citadel_7.37-5.dsc
  to pool/main/c/citadel/citadel_7.37-5.dsc


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



Accepted tzdata 2008g-1 (source all)

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

Format: 1.8
Date: Mon, 06 Oct 2008 15:17:28 +0200
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2008g-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Changes: 
 tzdata (2008g-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 b36e9e2241941c2af6823751cdc1efa3e4007616 1110 tzdata_2008g-1.dsc
 ca9668428060427decacaef83373fc8aa719208e 173119 tzdata_2008g.orig.tar.gz
 3ec931df5898dea9d0f2e36b07da3dd3460e1b50 216758 tzdata_2008g-1.diff.gz
 6ae84fc50316312730cf056db05a7e9887f103ba 756348 tzdata_2008g-1_all.deb
 ebb19aed92428156f6c49bbd5aeace0384ef25ad 146258 tzdata-java_2008g-1_all.deb
Checksums-Sha256: 
 64f7f6f3d6764bd48139544da33d326449b249ba4a30dc341e01fd596e0d3f19 1110 
tzdata_2008g-1.dsc
 326b39bf25934382edd13b61c79dc9e84f00713a4543021a9d2a86d95112064e 173119 
tzdata_2008g.orig.tar.gz
 3ce6e703c551d26059328773f0173006322583e297c62c86d2b88728d9a04d35 216758 
tzdata_2008g-1.diff.gz
 98479777647f04a14d2db34bae57438d7b332ab84f18b37544bbd85dc371438d 756348 
tzdata_2008g-1_all.deb
 90055254cf6e223fed8ffed7d9d787fa9e4fbcc381d78800044e38d86ba3f34a 146258 
tzdata-java_2008g-1_all.deb
Files: 
 6a6a95651de83f556bf05a258d7852cf 1110 libs required tzdata_2008g-1.dsc
 4a3f2f57985fa3fbf446fd5b35dfc250 173119 libs required tzdata_2008g.orig.tar.gz
 a2584ebdc4ddab635c3d30e0b6c1fe43 216758 libs required tzdata_2008g-1.diff.gz
 dcf3666111df8b37df8e2d12c169b710 756348 libs required tzdata_2008g-1_all.deb
 280268d7f743917901fa8e7fde898ffe 146258 libs optional 
tzdata-java_2008g-1_all.deb

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

iD8DBQFI6hBUw3ao2vG823MRAuqlAJ9xa7nRU4O07/axyab6S8htUZHtbACfW8ZU
0eV/K5TpJkqRoXfsu9Orz88=
=vYJr
-END PGP SIGNATURE-


Accepted:
tzdata-java_2008g-1_all.deb
  to pool/main/t/tzdata/tzdata-java_2008g-1_all.deb
tzdata_2008g-1.diff.gz
  to pool/main/t/tzdata/tzdata_2008g-1.diff.gz
tzdata_2008g-1.dsc
  to pool/main/t/tzdata/tzdata_2008g-1.dsc
tzdata_2008g-1_all.deb
  to pool/main/t/tzdata/tzdata_2008g-1_all.deb
tzdata_2008g.orig.tar.gz
  to pool/main/t/tzdata/tzdata_2008g.orig.tar.gz


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



Accepted kfreebsd-7 7.0-6 (source all)

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

Format: 1.8
Date: Mon, 06 Oct 2008 15:35:56 +0200
Source: kfreebsd-7
Binary: kfreebsd-source-7.0 kfreebsd-headers-7.0-1 
kfreebsd-image-7.0-1-amd64-generic ndiswrapper-modules-7.0-1-amd64-generic 
kfreebsd-image-7-amd64-generic kfreebsd-headers-7.0-1-amd64-generic 
kfreebsd-headers-7-amd64-generic kfreebsd-image-7.0-1-amd64-k8 
ndiswrapper-modules-7.0-1-amd64-k8 kfreebsd-image-7-amd64-k8 
kfreebsd-headers-7.0-1-amd64-k8 kfreebsd-headers-7-amd64-k8 
kfreebsd-image-7.0-1-amd64-k8-smp ndiswrapper-modules-7.0-1-amd64-k8-smp 
kfreebsd-image-7-amd64-k8-smp kfreebsd-headers-7.0-1-amd64-k8-smp 
kfreebsd-headers-7-amd64-k8-smp kfreebsd-image-7.0-1-em64t-p4 
ndiswrapper-modules-7.0-1-em64t-p4 kfreebsd-image-7-em64t-p4 
kfreebsd-headers-7.0-1-em64t-p4 kfreebsd-headers-7-em64t-p4 
kfreebsd-image-7.0-1-em64t-p4-smp ndiswrapper-modules-7.0-1-em64t-p4-smp 
kfreebsd-image-7-em64t-p4-smp kfreebsd-headers-7.0-1-em64t-p4-smp 
kfreebsd-headers-7-em64t-p4-smp kfreebsd-image-7.0-1-486 
ndiswrapper-modules-7.0-1-486 kfreebsd-image-7-486 kfreebsd-headers-7.0-1-486 
kfreebsd-headers-7-486 kfreebsd-image-7.0-1-586 ndiswrapper-modules-7.0-1-586 
kfreebsd-image-7-586 kfreebsd-headers-7.0-1-586 kfreebsd-headers-7-586 
kfreebsd-image-7.0-1-586-smp ndiswrapper-modules-7.0-1-586-smp 
kfreebsd-image-7-586-smp kfreebsd-headers-7.0-1-586-smp 
kfreebsd-headers-7-586-smp kfreebsd-image-7.0-1-686 
ndiswrapper-modules-7.0-1-686 kfreebsd-image-7-686 kfreebsd-headers-7.0-1-686 
kfreebsd-headers-7-686 kfreebsd-image-7.0-1-686-smp 
ndiswrapper-modules-7.0-1-686-smp kfreebsd-image-7-686-smp 
kfreebsd-headers-7.0-1-686-smp kfreebsd-headers-7-686-smp
Architecture: source all
Version: 7.0-6
Distribution: unstable
Urgency: high
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kfreebsd-headers-7-486 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-586 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-586-smp - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686-smp - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-amd64-generic - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-amd64-k8 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-amd64-k8-smp - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-em64t-p4 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-em64t-p4-smp - header files for kernel of FreeBSD 7
 kfreebsd-headers-7.0-1 - Common architecture-specific header files for kernel 
of FreeBSD 7
 kfreebsd-headers-7.0-1-486 - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-586 - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-586-smp - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-686 - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-686-smp - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-amd64-generic - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-amd64-k8 - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-amd64-k8-smp - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-em64t-p4 - header files for kernel of FreeBSD 7.0
 kfreebsd-headers-7.0-1-em64t-p4-smp - header files for kernel of FreeBSD 7.0
 kfreebsd-image-7-486 - kernel of FreeBSD 7 image
 kfreebsd-image-7-586 - kernel of FreeBSD 7 image
 kfreebsd-image-7-586-smp - kernel of FreeBSD 7 image
 kfreebsd-image-7-686 - kernel of FreeBSD 7 image
 kfreebsd-image-7-686-smp - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64-generic - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64-k8 - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64-k8-smp - kernel of FreeBSD 7 image
 kfreebsd-image-7-em64t-p4 - kernel of FreeBSD 7 image
 kfreebsd-image-7-em64t-p4-smp - kernel of FreeBSD 7 image
 kfreebsd-image-7.0-1-486 - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-586 - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-586-smp - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-686 - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-686-smp - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-amd64-generic - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-amd64-k8 - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-amd64-k8-smp - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-em64t-p4 - kernel of FreeBSD 7.0 image
 kfreebsd-image-7.0-1-em64t-p4-smp - kernel of FreeBSD 7.0 image
 kfreebsd-source-7.0 - source code for kernel of FreeBSD 7.0 with Debian patches
 ndiswrapper-modules-7.0-1-486 - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.0-1-586 - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.0-1-586-smp - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.0-1-686 - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.0-1-686-smp - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.0-1-amd64-generic - Ndiswrapper kFreeBSD module
 

Accepted bluez-utils 3.36-2 (source all amd64)

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

Format: 1.8
Date: Mon, 06 Oct 2008 15:50:11 +0200
Source: bluez-utils
Binary: bluez-utils bluez-pcmcia-support bluez-cups bluez-audio bluetooth
Architecture: source all amd64
Version: 3.36-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Bluetooth Maintainers [EMAIL PROTECTED]
Changed-By: Filippo Giunchedi [EMAIL PROTECTED]
Description: 
 bluetooth  - Bluetooth stack utilities
 bluez-audio - Bluetooth audio support
 bluez-cups - Bluetooth printer driver for CUPS
 bluez-pcmcia-support - PCMCIA support files for BlueZ 2.0 Bluetooth tools
 bluez-utils - Bluetooth tools and daemons
Closes: 501222
Changes: 
 bluez-utils (3.36-2) unstable; urgency=medium
 .
   * Add patch to always make example passkey-agent register as default agent,
 as otherwise it wouldn't work (Closes: #501222)
Checksums-Sha1: 
 63707d4522a326e37227e47459c0dfa45015629d 1627 bluez-utils_3.36-2.dsc
 4347591749ab43c6684505d1f355ab089630c00a 21996 bluez-utils_3.36-2.diff.gz
 61ac11626900cb75ca6b04e0706912da4afd3f76 22472 bluetooth_3.36-2_all.deb
 9ea4cfced9a47348b35370b3a2c72bc08cdf6d2c 381486 bluez-utils_3.36-2_amd64.deb
 b41d84b99ce0f30e7f922d4ef192beb87962afc1 24118 
bluez-pcmcia-support_3.36-2_amd64.deb
 8d5fa32f9a54e01c21be529349ba920f383f65fb 39984 bluez-cups_3.36-2_amd64.deb
 75df594a63e86e801555eb505fd6a17602a34f83 137654 bluez-audio_3.36-2_amd64.deb
Checksums-Sha256: 
 e4371cfa44abb23cbb22acfbbb28735335d064dfeaff30cb10f983241abfc7c8 1627 
bluez-utils_3.36-2.dsc
 43ddd62c3df6bd40a524d0428e488f214ac7b2f7c42fdf6b02c4706f4ca2cba9 21996 
bluez-utils_3.36-2.diff.gz
 4b9a0658b548cabc7f1cb2dddb489dce9e7f20ced2d477f536fec2f3f63ace4a 22472 
bluetooth_3.36-2_all.deb
 ffe3b0cea27ac66272440a0e2fc1f7c416ae9178c7dde19b660070e336d3e301 381486 
bluez-utils_3.36-2_amd64.deb
 6d326b36518749e5cd9eba6c576266b4fc9fbafe3890447e8ee1892912d81087 24118 
bluez-pcmcia-support_3.36-2_amd64.deb
 e47ae4453c0c09fe0b99c062c90d6b7f191d510bd6ac310cb1d398ba477089c9 39984 
bluez-cups_3.36-2_amd64.deb
 95eaf5890313725a169dfc57f0f973a3c5d744cb3362093732762c9ed2fbff47 137654 
bluez-audio_3.36-2_amd64.deb
Files: 
 9f852e69883f9e6b0795cc4e62f9be0e 1627 admin optional bluez-utils_3.36-2.dsc
 3ea33bbb2896332e8f4e0402c132cd72 21996 admin optional 
bluez-utils_3.36-2.diff.gz
 9705c227cc3dd179a2bf3f0e56b6e6df 22472 admin optional bluetooth_3.36-2_all.deb
 15af49f599770e8cd0c0b6ea38ac4414 381486 admin optional 
bluez-utils_3.36-2_amd64.deb
 e2fe5e5fe346661d5cc0484dee88d684 24118 admin extra 
bluez-pcmcia-support_3.36-2_amd64.deb
 c3365901228b38f34f362092824c77a7 39984 admin optional 
bluez-cups_3.36-2_amd64.deb
 95f11430f79ac8eac94db904b1a25d8f 137654 admin optional 
bluez-audio_3.36-2_amd64.deb

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

iEYEARECAAYFAkjqIUkACgkQABzeamt51AHLawCgsksD5fV2NaXaCsYYHzRoDoab
1kMAoIc4WPKqRasUBPX8Y6+wwh0xRQOv
=65Pv
-END PGP SIGNATURE-


Accepted:
bluetooth_3.36-2_all.deb
  to pool/main/b/bluez-utils/bluetooth_3.36-2_all.deb
bluez-audio_3.36-2_amd64.deb
  to pool/main/b/bluez-utils/bluez-audio_3.36-2_amd64.deb
bluez-cups_3.36-2_amd64.deb
  to pool/main/b/bluez-utils/bluez-cups_3.36-2_amd64.deb
bluez-pcmcia-support_3.36-2_amd64.deb
  to pool/main/b/bluez-utils/bluez-pcmcia-support_3.36-2_amd64.deb
bluez-utils_3.36-2.diff.gz
  to pool/main/b/bluez-utils/bluez-utils_3.36-2.diff.gz
bluez-utils_3.36-2.dsc
  to pool/main/b/bluez-utils/bluez-utils_3.36-2.dsc
bluez-utils_3.36-2_amd64.deb
  to pool/main/b/bluez-utils/bluez-utils_3.36-2_amd64.deb


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



Accepted kfreebsd-7 7.1~cvs20081006-1 (source all)

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

Format: 1.8
Date: Mon, 06 Oct 2008 16:32:51 +0200
Source: kfreebsd-7
Binary: kfreebsd-source-7.1 kfreebsd-headers-7.1-1 kfreebsd-image-7.1-1-amd64 
ndiswrapper-modules-7.1-1-amd64 kfreebsd-image-7-amd64 
kfreebsd-headers-7.1-1-amd64 kfreebsd-headers-7-amd64 kfreebsd-image-7.1-1-486 
ndiswrapper-modules-7.1-1-486 kfreebsd-image-7-486 kfreebsd-headers-7.1-1-486 
kfreebsd-headers-7-486 kfreebsd-image-7.1-1-686 ndiswrapper-modules-7.1-1-686 
kfreebsd-image-7-686 kfreebsd-headers-7.1-1-686 kfreebsd-headers-7-686 
kfreebsd-image-7.1-1-686-smp ndiswrapper-modules-7.1-1-686-smp 
kfreebsd-image-7-686-smp kfreebsd-headers-7.1-1-686-smp 
kfreebsd-headers-7-686-smp kfreebsd-image-7-586 kfreebsd-image-7-586-smp 
kfreebsd-image-7-amd64-generic kfreebsd-image-7-amd64-k8-smp 
kfreebsd-image-7-amd64-k8 kfreebsd-image-7-em64t-p4-smp 
kfreebsd-image-7-em64t-p4
Architecture: source all
Version: 7.1~cvs20081006-1
Distribution: experimental
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kfreebsd-headers-7-486 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686-smp - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-amd64 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7.1-1 - Common architecture-specific header files for kernel 
of FreeBSD 7
 kfreebsd-headers-7.1-1-486 - header files for kernel of FreeBSD 7.1
 kfreebsd-headers-7.1-1-686 - header files for kernel of FreeBSD 7.1
 kfreebsd-headers-7.1-1-686-smp - header files for kernel of FreeBSD 7.1
 kfreebsd-headers-7.1-1-amd64 - header files for kernel of FreeBSD 7.1
 kfreebsd-image-7-486 - kernel of FreeBSD 7 image
 kfreebsd-image-7-586 - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-586-smp - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-686 - kernel of FreeBSD 7 image
 kfreebsd-image-7-686-smp - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64 - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64-generic - kernel of FreeBSD 7 image (transitional 
package)
 kfreebsd-image-7-amd64-k8 - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-amd64-k8-smp - kernel of FreeBSD 7 image (transitional 
package)
 kfreebsd-image-7-em64t-p4 - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-em64t-p4-smp - kernel of FreeBSD 7 image (transitional 
package)
 kfreebsd-image-7.1-1-486 - kernel of FreeBSD 7.1 image
 kfreebsd-image-7.1-1-686 - kernel of FreeBSD 7.1 image
 kfreebsd-image-7.1-1-686-smp - kernel of FreeBSD 7.1 image
 kfreebsd-image-7.1-1-amd64 - kernel of FreeBSD 7.1 image
 kfreebsd-source-7.1 - source code for kernel of FreeBSD 7.1 with Debian patches
 ndiswrapper-modules-7.1-1-486 - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.1-1-686 - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.1-1-686-smp - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.1-1-amd64 - Ndiswrapper kFreeBSD module
Closes: 474762 492891
Changes: 
 kfreebsd-7 (7.1~cvs20081006-1) experimental; urgency=low
 .
   [ Petr Salinger ]
   * New upstream snapshot of RELENG_7
  - update of some patches
  - refresh remaining patches
  - 030_abi_cld.diff and 000_*.diff applied upstream
   * Reduce number of kernel-image flavours
   * Reenable ums driver in GENERIC. Closes: #492891.
   * Do not specify SMP in GENERIC, it is enabled on per flavour basis
   * Ship config file used for building corresponding flavour
   * libdb-dev is now a real package, build-depend only on it.
   * use and prefer freebsd-buildutils over freebsd7-buildutils.
 Closes: #474762.
   * add Vcs-* fields into debian/control.
   * redefine POLL_HUP to be distinct from POLL_ERR
 .
   [ Aurelien Jarno ]
   * Bumped Standards-Version to 3.8.0 (no changes).
   * debian/patches/*: convert to patchlevel p1 as requested by the new
 dpkg-source.
Checksums-Sha1: 
 ac742eb00d11398bb5fce853f98060bf52f7bdd2 2309 kfreebsd-7_7.1~cvs20081006-1.dsc
 789874f735c1ec038cca600de41005d90447da88 19330488 
kfreebsd-7_7.1~cvs20081006.orig.tar.gz
 f5636ab84e09591746a67cce964123513cb47455 30226 
kfreebsd-7_7.1~cvs20081006-1.diff.gz
 a6e438a3d71a17762893251cedc5c2685d2bcde5 19201922 
kfreebsd-source-7.1_7.1~cvs20081006-1_all.deb
Checksums-Sha256: 
 0191c83cfb316fc4977d487ee381ac53f53037ee10b6402e5e59f14a93aa262a 2309 
kfreebsd-7_7.1~cvs20081006-1.dsc
 586f795c67223bcb1d8b5696bb80b6e9dbedac5b1f6c415bed115549ed3ba947 19330488 
kfreebsd-7_7.1~cvs20081006.orig.tar.gz
 dce83d02b38f9197cfb9f52655aec2ca112d34dccb7f33d71b386bdcdbef5fac 30226 
kfreebsd-7_7.1~cvs20081006-1.diff.gz
 ee4c7ede20f74c6582bc321ae56bd75c0fa9f5c711755f9d5b13e5615c3a7e49 19201922 
kfreebsd-source-7.1_7.1~cvs20081006-1_all.deb
Files: 
 668e7b9656707c37e375302a1deef9dc 2309 devel optional 
kfreebsd-7_7.1~cvs20081006-1.dsc
 d6d56f28496a33719d6951f142036735 19330488 devel optional 

Accepted gforge 4.7~rc2-5 (source all)

2008-10-06 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 16:12:50 +0200
Source: gforge
Binary: gforge gforge-common gforge-plugins-extra gforge-web-apache2 
gforge-web-apache gforge-db-postgresql gforge-mta-exim4 gforge-mta-postfix 
gforge-mta-courier gforge-shell-postgresql gforge-ftp-proftpd gforge-dns-bind9 
gforge-lists-mailman gforge-plugin-scmcvs gforge-plugin-scmsvn 
gforge-plugin-mediawiki
Architecture: source all
Version: 4.7~rc2-5
Distribution: unstable
Urgency: high
Maintainer: Roland Mas [EMAIL PROTECTED]
Changed-By: Roland Mas [EMAIL PROTECTED]
Description: 
 gforge - collaborative development tool - meta-package
 gforge-common - collaborative development tool - shared files
 gforge-db-postgresql - collaborative development tool - database (using 
PostgreSQL)
 gforge-dns-bind9 - collaborative development tool - DNS management (using 
Bind9)
 gforge-ftp-proftpd - collaborative development tool - FTP management (using 
ProFTPd)
 gforge-lists-mailman - collaborative development tool - mailing-lists (using 
Mailman)
 gforge-mta-courier - collaborative development tool - mail tools (using 
Courier)
 gforge-mta-exim4 - collaborative development tool - mail tools (using Exim 4)
 gforge-mta-postfix - collaborative development tool - mail tools (using 
Postfix)
 gforge-plugin-mediawiki - Mediawiki plugin for GForge
 gforge-plugin-scmcvs - collaborative development tool - CVS plugin
 gforge-plugin-scmsvn - collaborative development tool - Subversion plugin
 gforge-plugins-extra - collaborative development tool - extra plugins
 gforge-shell-postgresql - collaborative development tool - shell accounts 
(using PostgreSQL
 gforge-web-apache - transition package to gforge-web-apache2
 gforge-web-apache2 - collaborative development tool - web part (using Apache)
Changes: 
 gforge (4.7~rc2-5) unstable; urgency=high
 .
   * Fix several SQL injection vulnerabilities due to insufficient input
 sanitizing.
Checksums-Sha1: 
 26e32dd637ca5fdf924ecd72b66523b652534db5 1484 gforge_4.7~rc2-5.dsc
 6fd4e0f0b302a916e8d13ba389c1081079ee4094 101284 gforge_4.7~rc2-5.diff.gz
 5d52be68b7adbf54004d40e3283816ba0b26c3bf 92548 gforge_4.7~rc2-5_all.deb
 8edb99ba001c7f3865af0a8b50f22bd538647e55 1112434 
gforge-common_4.7~rc2-5_all.deb
 31da248f4a7fef9fb9d8b11bcc5f528732fd5bc0 5201288 
gforge-plugins-extra_4.7~rc2-5_all.deb
 c5da21d2273775966d165a6c791f16c413e88878 1396962 
gforge-web-apache2_4.7~rc2-5_all.deb
 04823d56cd1fca2a294e4bfc0fcfa9c5846120e5 88222 
gforge-web-apache_4.7~rc2-5_all.deb
 e547506b896f45a6ffeb407c2a02136ed3390d85 230794 
gforge-db-postgresql_4.7~rc2-5_all.deb
 384f51bfc9017fc9eebf58373f7dba5c521438cd 100502 
gforge-mta-exim4_4.7~rc2-5_all.deb
 ce473ae4089b819c75ef47bf727d2fc336f71f7e 101276 
gforge-mta-postfix_4.7~rc2-5_all.deb
 c6099e6306652fd0215fe33b7a0024329ab0176a 88490 
gforge-mta-courier_4.7~rc2-5_all.deb
 fb4017075f7d13248144f850b6f3dd9b37ec048c 94818 
gforge-shell-postgresql_4.7~rc2-5_all.deb
 9a1731b536b5466a1951775e7b16691c3e2c8aa8 97062 
gforge-ftp-proftpd_4.7~rc2-5_all.deb
 52051b14552f4575c282797e33340244a33ce5e9 106638 
gforge-dns-bind9_4.7~rc2-5_all.deb
 ff3b90289be8721117e656246217654e4e2e00ff 94328 
gforge-lists-mailman_4.7~rc2-5_all.deb
 94a7f93f0cb5905a672d5a54a0aaeac1d4446889 129114 
gforge-plugin-scmcvs_4.7~rc2-5_all.deb
 24417a9f9acc79063fe9dfe9b0797824fb223537 121746 
gforge-plugin-scmsvn_4.7~rc2-5_all.deb
 44fa3e570ca9cbb40056ed9deac59c93c6d2dc8b 213382 
gforge-plugin-mediawiki_4.7~rc2-5_all.deb
Checksums-Sha256: 
 e2208f8f0685c3c13344ba9dc4f9b87b2ab099fff52bda8c446bd3d96fc05403 1484 
gforge_4.7~rc2-5.dsc
 e1649749ee41e8f972656661be04d84c792a5bfedc475bb00673eca967b2c2bb 101284 
gforge_4.7~rc2-5.diff.gz
 5f94d26fc62964bb7a78d23404bd2786f512e6b74ac3166dc27ed6adb7a85c48 92548 
gforge_4.7~rc2-5_all.deb
 46f4adde0045abcd7659b316e1ac3b94bfc0eaa3a01ab796ab8eea6f6b733f6d 1112434 
gforge-common_4.7~rc2-5_all.deb
 9fee918a2e25977fac6a2ca5102d986c5b4307faf796c225b3b1879e17292239 5201288 
gforge-plugins-extra_4.7~rc2-5_all.deb
 ca4c458ba0f056ea75c742722c098c6db3857ba601108a1bc751494c8cf88b58 1396962 
gforge-web-apache2_4.7~rc2-5_all.deb
 f7699281a499581091c34b28a469cb2ca71d857c0b758e5e738d4dc686f143cb 88222 
gforge-web-apache_4.7~rc2-5_all.deb
 3d7e984643c42c748bc6d3fdce982608c3031b407568fb5518add18d8a89d3c1 230794 
gforge-db-postgresql_4.7~rc2-5_all.deb
 4265c859e1d50ba50589795f0b46d323b58cd517126a67e81c5689e4a4478ed7 100502 
gforge-mta-exim4_4.7~rc2-5_all.deb
 ef7f44bdd97cbfe37e1ad68db33be219112765be1ebee18a045d3eb607685ec6 101276 
gforge-mta-postfix_4.7~rc2-5_all.deb
 241dfe0888507710fd4a15b7a818e5897b17314b889f4921150be5327ab0d57c 88490 
gforge-mta-courier_4.7~rc2-5_all.deb
 522ce6788ece0383c4bc4b0ee0a2e7ace6119b32995b20df7137de85749ab560 94818 
gforge-shell-postgresql_4.7~rc2-5_all.deb
 4c36c604b961aafe71008e919b4462e4f65fd49ab5ebd81507eb4b7cb2c063b2 97062 
gforge-ftp-proftpd_4.7~rc2-5_all.deb
 13cc483ccef8bc653d76f5f9e23b98e17ce4f64ae4dc22c93b67400bd8506822 

Accepted decompyle 2.3.2-4.1 (source i386)

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

Format: 1.8
Date: Mon, 06 Oct 2008 16:12:35 +0200
Source: decompyle
Binary: decompyle
Architecture: source i386
Version: 2.3.2-4.1
Distribution: unstable
Urgency: low
Maintainer: Ben Burton [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 decompyle  - a Python byte-code decompiler
Closes: 445248
Changes: 
 decompyle (2.3.2-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   [ Josselin Mouette ]
   * Now build against all python versions (closes: #445248).
 .
   [ Michael Meskes ]
   * List python 2.5 in description.
Checksums-Sha1: 
 cce5a5168adebc075782f5a2b4d02fbb60c9aba9 1032 decompyle_2.3.2-4.1.dsc
 69bfa24118fab1daa8fbf3a79196f0e177d796d1 9728 decompyle_2.3.2-4.1.diff.gz
 9574ae3906da563d0bade7077803fed6250a0609 75986 decompyle_2.3.2-4.1_i386.deb
Checksums-Sha256: 
 87e7f02534bc62d489446435ebf291c41cf0da0d611f597a0c693df8b9761620 1032 
decompyle_2.3.2-4.1.dsc
 694ca3b0a68c3753c588f26b6e9c9d6a6d8d194e9e1bc49c16880a777c0df4ce 9728 
decompyle_2.3.2-4.1.diff.gz
 50a55379e3571faaa0535bae95d1263f5e5e0df0e36b93233af627dc07e1975b 75986 
decompyle_2.3.2-4.1_i386.deb
Files: 
 e2c879490d68b92c72440f83a6e32a97 1032 python optional decompyle_2.3.2-4.1.dsc
 827c1936713c57b22edeff930511b125 9728 python optional 
decompyle_2.3.2-4.1.diff.gz
 5ed63109496bf7f37161a4637925632f 75986 python optional 
decompyle_2.3.2-4.1_i386.deb

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

iD8DBQFI6iCiVkEm8inxm9ERAvtKAJ9YYhxD1PEjTIwxNUPRIWFELErNmACgheg9
36xbKrYNsYg6nNWxgTbqpDg=
=Y2Cc
-END PGP SIGNATURE-


Accepted:
decompyle_2.3.2-4.1.diff.gz
  to pool/main/d/decompyle/decompyle_2.3.2-4.1.diff.gz
decompyle_2.3.2-4.1.dsc
  to pool/main/d/decompyle/decompyle_2.3.2-4.1.dsc
decompyle_2.3.2-4.1_i386.deb
  to pool/main/d/decompyle/decompyle_2.3.2-4.1_i386.deb


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



Accepted cups 1.3.8-12 (source all i386)

2008-10-06 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 16:33:02 +0200
Source: cups
Binary: libcups2 libcupsimage2 cups cups-client libcups2-dev libcupsimage2-dev 
cups-bsd cups-common cups-dbg cupsys cupsys-client cupsys-common cupsys-bsd 
cupsys-dbg libcupsys2 libcupsys2-dev
Architecture: source all i386
Version: 1.3.8-12
Distribution: experimental
Urgency: low
Maintainer: Debian CUPS Maintainers [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 cups   - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cupsys - Common UNIX Printing System (transitional package)
 cupsys-bsd - Common UNIX Printing System (transitional package)
 cupsys-client - Common UNIX Printing System (transitional package)
 cupsys-common - Common UNIX Printing System (transitional package)
 cupsys-dbg - Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - libs
 libcups2-dev - Common UNIX Printing System(tm) - development files
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System (transitional package)
 libcupsys2-dev - Common UNIX Printing System (transitional package)
Changes: 
 cups (1.3.8-12) experimental; urgency=low
 .
   [ Till Kamppeter ]
   * debian/filters/pstopdf,
 debian/local/filters/pdf-filters/filter/pdftoraster.cxx,
 debian/local/filters/pdf-filters/pdftopdf/*: Fixed paper
 size handling of pstopdf, pdftopdf, and pdftoraster which led SpliX
 to crash (LP: #261363, LP: #268510), fixed monochrome CUPS Raster
 output of pdftoraster which led to black pages being printed
 (LP: #269691).
Checksums-Sha1: 
 bbd369f563ea46c60d825f5bf5a3ef167792326b 1912 cups_1.3.8-12.dsc
 42130f679eca50598d45a61309ee3402a4a5c64a 32 cups_1.3.8-12.diff.gz
 3c4e6137c7db37473f78bd81fd4e673270876d7d 1188500 cups-common_1.3.8-12_all.deb
 a9041426a3c8392d7f9dd13fb5d848794a985399 53866 cupsys_1.3.8-12_all.deb
 34668393c2bd14b48d84f427c375088f55a1c1db 53888 cupsys-client_1.3.8-12_all.deb
 6b2f48b16a32a57df6d3eb8b22f29da4f6ebbfe9 53884 cupsys-common_1.3.8-12_all.deb
 10fbb8dbf825b61991784991e9b58741392696a4 53884 cupsys-bsd_1.3.8-12_all.deb
 9baca668a67887876a7520a2493dcfb382a52f6a 53884 cupsys-dbg_1.3.8-12_all.deb
 618a53195946299867c57c2a7a1ac3378b6c26e8 53892 libcupsys2_1.3.8-12_all.deb
 8f21f3751885bebf52c45fbca5ba929d4365b913 53902 libcupsys2-dev_1.3.8-12_all.deb
 4358977f75cebcb561420ed3ecb22a34949cf484 168294 libcups2_1.3.8-12_i386.deb
 a202644bf2178288a9e231ebd8fd2551999af229 101192 libcupsimage2_1.3.8-12_i386.deb
 ec726d2c4c4317ce88e56153c487fd6e6dc0ee70 2212278 cups_1.3.8-12_i386.deb
 1c5dd2d520a800cf1e5f8bd60efe795ae2db3757 114548 cups-client_1.3.8-12_i386.deb
 a828f98cf2d82b8c3fbb75447c7fdca43cb5ce37 396304 libcups2-dev_1.3.8-12_i386.deb
 b20a56d4e0497484464a893f60235e2a0abe03a6 60332 
libcupsimage2-dev_1.3.8-12_i386.deb
 61e06d8988796f8366e672764ef24260f1120905 36628 cups-bsd_1.3.8-12_i386.deb
 c5f84a06ec5db3e2f6ee5e21ddb5dca926e6164e 1541634 cups-dbg_1.3.8-12_i386.deb
Checksums-Sha256: 
 2fec12484cc2301df0c89b7362253bf2f79ebe12ff8a71e5d79818d92186b6b8 1912 
cups_1.3.8-12.dsc
 7fe8fb8df7c1317e39e5510b859292702436ac0407d5bca43e2d08d9f0d736b2 32 
cups_1.3.8-12.diff.gz
 96748e716f03fe9e44bde5191201e4628c3935374d642ff6973fe223a01fabbc 1188500 
cups-common_1.3.8-12_all.deb
 940de3fa6d25ac5688343dcb3f0504f3b4d1c31e21edad911d710b4668185582 53866 
cupsys_1.3.8-12_all.deb
 fecbff3eed464102f3931fc418133a1bbf23766d570527c538f6b853a4a66bb4 53888 
cupsys-client_1.3.8-12_all.deb
 6cb4be49a89ba35eb71b2063a95eab4b63a38c53a7a25be8f4a960404a495317 53884 
cupsys-common_1.3.8-12_all.deb
 b8d60703f8072dbb0c2b9ec4234b4559cec5e74cca83add215e3a55c78aa8c0a 53884 
cupsys-bsd_1.3.8-12_all.deb
 c19a77a92e904b0a639bf6e7c88930be5e5f8305845ac6f66b7794cbce40d7b9 53884 
cupsys-dbg_1.3.8-12_all.deb
 42c465e97515fe27168f6bdecbc8345686ed435e5f436a1a132c09e40a964ddb 53892 
libcupsys2_1.3.8-12_all.deb
 fe0efcf1f1a232eea53424200ffd2a02902c5e88c2827b72141ba4bd22fbf2ca 53902 
libcupsys2-dev_1.3.8-12_all.deb
 6e90b5b030d4015e119a13a6e6d5f23ba93e4d3bc4830b267e8a0cd85c1105b5 168294 
libcups2_1.3.8-12_i386.deb
 37a5b88581c0644fff386f04d9fbc3224b616c271562196a8d0c4f64f0aed624 101192 
libcupsimage2_1.3.8-12_i386.deb
 56bfa7c484b41bfa8a1ad29e07b3bb98e698aaa85773098e6263965e1397dbc5 2212278 
cups_1.3.8-12_i386.deb
 9a7e867cd748ef077b4789b50bccd9cac5ffd857fb244653c29f77dec1b6 114548 
cups-client_1.3.8-12_i386.deb
 ec925eeeac95b2d9f1e268f034952937877ccee8d0e45fb41463888f5b6c47b2 396304 
libcups2-dev_1.3.8-12_i386.deb
 

Accepted bzr-dbus 0.1~bzr36-3 (source all)

2008-10-06 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Oct 2008 15:51:19 +0200
Source: bzr-dbus
Binary: bzr-dbus
Architecture: source all
Version: 0.1~bzr36-3
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 bzr-dbus   - D-Bus announcements plugin for Bazaar
Changes: 
 bzr-dbus (0.1~bzr36-3) unstable; urgency=low
 .
   * Add patch to prevent immediate failure if dbus can't be contacted.
Checksums-Sha1: 
 c8a62b7289740678cd312a33c7cc8521e07ffb38 1449 bzr-dbus_0.1~bzr36-3.dsc
 d3cb5df734265330c7df04cf1657a16fb7cfd283 14041 bzr-dbus_0.1~bzr36-3.diff.gz
 503b8c2366bb70bf45c2e79f7f7232cf675c7141 17804 bzr-dbus_0.1~bzr36-3_all.deb
Checksums-Sha256: 
 5fd8d5f535410be013224960a00ccd2888c0f192438d96a1c42b191dc45e123b 1449 
bzr-dbus_0.1~bzr36-3.dsc
 1c3a9af9fbb55f87bed6f467a4c63dc3b824958432027c5b10e54f260520affd 14041 
bzr-dbus_0.1~bzr36-3.diff.gz
 a8178feae79b8da8a3b75be34dcd888982bf04d1bfcc7d5c969f01f1b28089a7 17804 
bzr-dbus_0.1~bzr36-3_all.deb
Files: 
 a70714e54b66ee26fec122ac8ed0238e 1449 devel optional bzr-dbus_0.1~bzr36-3.dsc
 2a08303c486c654c7db4e0134d6e657a 14041 devel optional 
bzr-dbus_0.1~bzr36-3.diff.gz
 ee5c8f18fef0351bd2c906e6c9c99a0d 17804 devel optional 
bzr-dbus_0.1~bzr36-3_all.deb

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

iJwEAQECAAYFAkjqNJMACgkQDLQl4QYPZuWZmQP9FIB3ui7EEIZPM1tU//OjhSTF
JkRQ+tk7IjcnuQn9UVDNOOKlRciSsWXdNZJYmZ5QI0vSBoQs8JKEeyfUiB8xdciz
C/Wvq1laN73FsChqs5Xt9A+ZlG9rlEND12IzXor5m9es4Eyh131OnnU8FlEooBUA
On1GkzahUogaryn7Llg=
=j+tL
-END PGP SIGNATURE-


Accepted:
bzr-dbus_0.1~bzr36-3.diff.gz
  to pool/main/b/bzr-dbus/bzr-dbus_0.1~bzr36-3.diff.gz
bzr-dbus_0.1~bzr36-3.dsc
  to pool/main/b/bzr-dbus/bzr-dbus_0.1~bzr36-3.dsc
bzr-dbus_0.1~bzr36-3_all.deb
  to pool/main/b/bzr-dbus/bzr-dbus_0.1~bzr36-3_all.deb


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



Accepted nautilus-clamscan 0.2.2-2 (source all)

2008-10-06 Thread Clement Lorteau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 18:06:03 +0200
Source: nautilus-clamscan
Binary: nautilus-clamscan
Architecture: source all
Version: 0.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Clement Lorteau [EMAIL PROTECTED]
Changed-By: Clement Lorteau [EMAIL PROTECTED]
Description: 
 nautilus-clamscan - Antivirus scanning for Nautilus
Closes: 500801
Changes: 
 nautilus-clamscan (0.2.2-2) unstable; urgency=low
 .
   * Install nautilus-clamscan.py to /usr/lib/nautilus/extensions-1.0/python/
 Closes: #500801
Checksums-Sha1: 
 030c77dd70994ceb5e8783be6d3971f47011f078 1165 nautilus-clamscan_0.2.2-2.dsc
 868c2655ced27e3a20e87ddf687f21af4c415c87 1667 nautilus-clamscan_0.2.2-2.diff.gz
 2e68adab6ddfc99099fc6699a796132bc516ddfc 20614 
nautilus-clamscan_0.2.2-2_all.deb
Checksums-Sha256: 
 b8d79cb3e047eb5b42b14c3cb35fc7d7ff81ddc858f69de7a736ae5f134126b5 1165 
nautilus-clamscan_0.2.2-2.dsc
 1a9b5abd069dad5586b76c3f064d7660175290fac11c470ceacc50369ec0bfdb 1667 
nautilus-clamscan_0.2.2-2.diff.gz
 2527fe074c3c577fbaea5a3f53abf6e396ea713560c87e8d3e8923b64a87486b 20614 
nautilus-clamscan_0.2.2-2_all.deb
Files: 
 c98e1bac0b51bdd84c2a4b2aabdfd38a 1165 utils optional 
nautilus-clamscan_0.2.2-2.dsc
 25669dced72d58ef57954598d14202e9 1667 utils optional 
nautilus-clamscan_0.2.2-2.diff.gz
 5e97317c9f1cd792f8670ac5e0957c94 20614 utils optional 
nautilus-clamscan_0.2.2-2_all.deb

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

iEYEARECAAYFAkjqP5IACgkQKFvXofIqeU4fOACdHMxTuJUhjcSIrHxWnCLj75eb
hjkAnizSbsU57EZQ8jdNXNxlylRF11gJ
=2WjH
-END PGP SIGNATURE-


Accepted:
nautilus-clamscan_0.2.2-2.diff.gz
  to pool/main/n/nautilus-clamscan/nautilus-clamscan_0.2.2-2.diff.gz
nautilus-clamscan_0.2.2-2.dsc
  to pool/main/n/nautilus-clamscan/nautilus-clamscan_0.2.2-2.dsc
nautilus-clamscan_0.2.2-2_all.deb
  to pool/main/n/nautilus-clamscan/nautilus-clamscan_0.2.2-2_all.deb


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



Accepted dhcp3 3.1.1-4 (source i386 all)

2008-10-06 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Oct 2008 12:54:42 -0700
Source: dhcp3
Binary: dhcp3-server dhcp3-server-ldap dhcp3-common dhcp3-dev dhcp-client 
dhcp3-client dhcp3-client-udeb dhcp3-relay
Architecture: source i386 all
Version: 3.1.1-4
Distribution: unstable
Urgency: high
Maintainer: Andrew Pollock [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 dhcp-client - DHCP client transitional package
 dhcp3-client - DHCP client
 dhcp3-client-udeb - DHCP Client for debian-installer (udeb)
 dhcp3-common - common files used by all the dhcp3* packages
 dhcp3-dev  - API for accessing and modifying the DHCP server and client state
 dhcp3-relay - DHCP relay daemon
 dhcp3-server - DHCP server for automatic IP address assignment
 dhcp3-server-ldap - DHCP server able to use LDAP as backend
Closes: 491762 499266 499266
Changes: 
 dhcp3 (3.1.1-4) unstable; urgency=high
 .
   * Acknowledge and incorporate previous NMU (closes: #499266)
   * debian/dhcp3-server.postinst: run restorecon to correct the SELinux
 context (closes: #499266)
   * Updated Swedish debconf template translation (closes: #491762)
Checksums-Sha1: 
 32934f80ff97c4dcf98a6b2a10386cfecb0dcca1 1160 dhcp3_3.1.1-4.dsc
 f71c3d903fdc640fad6497095c653fc82be74a5c 129779 dhcp3_3.1.1-4.diff.gz
 9ae5ac07d75c17c8144d4d922af8494d6826c654 331620 dhcp3-server_3.1.1-4_i386.deb
 7e050123a3fdec80a6c78f2f72979b98ffd63708 286264 
dhcp3-server-ldap_3.1.1-4_i386.deb
 a0cffa77c2fffc374f7e1d95e01bff7d92a5d71c 289728 dhcp3-common_3.1.1-4_i386.deb
 0883283c903cf0f8834be6e2d8b50fe963b90018 105452 dhcp3-dev_3.1.1-4_i386.deb
 4f6c7f98e5e6cb5e4c1c9717f1af4ec15c106260 22768 dhcp-client_3.1.1-4_all.deb
 28197dac6d4527b828fe36a8b1f57f804e297137 222598 dhcp3-client_3.1.1-4_i386.deb
 6bcfb4e016bec604208fe0d0e9ae6d5b25f76172 166996 
dhcp3-client-udeb_3.1.1-4_i386.udeb
 9cbd5686e1dd3b822d8e7388cee736cd81ff86e9 101666 dhcp3-relay_3.1.1-4_i386.deb
Checksums-Sha256: 
 dcc6dedab931375dd4aaf49a9be764245f902a45fb68208fc234b06a94ade826 1160 
dhcp3_3.1.1-4.dsc
 31769334472d7c34a97d16963819c14517273c1665b8fabb8630f4258e88008d 129779 
dhcp3_3.1.1-4.diff.gz
 06222c9ec187195d79ab381602c6f0f13ed33521ba3549ffba2e3f06d98ad9e5 331620 
dhcp3-server_3.1.1-4_i386.deb
 4b2b0acc8d5ee1c1aa4ae3a49b7ce78f03d6df6332e5ee3d8ac16985ab6b6ed0 286264 
dhcp3-server-ldap_3.1.1-4_i386.deb
 a1817bcbbd181b62416207df40b501bbdd1005ea41cc6ba084518e794cd54ff4 289728 
dhcp3-common_3.1.1-4_i386.deb
 df7bf6c8b58ce49e5ad5a2ecf7e4acc1c560cd61f42f92debdc8b4fb71944905 105452 
dhcp3-dev_3.1.1-4_i386.deb
 6c84d8f5a4dad167432b81b068ea3202f6ea5a1f5afbcfe9f1d690b6e9ed08b9 22768 
dhcp-client_3.1.1-4_all.deb
 9d420527abbddbaf52cd41d83c920cde3010baaf7fa00498a0ba161ab4a6c333 222598 
dhcp3-client_3.1.1-4_i386.deb
 c2bd3ab2eb59ddc335c1e03307b57569e5a3ff18e838695799f0b3ca77fdec0e 166996 
dhcp3-client-udeb_3.1.1-4_i386.udeb
 6f30e2b526a7cc3e028165e9e74de2bb59e70e1bdc1ba38eda0cf29b25f79f89 101666 
dhcp3-relay_3.1.1-4_i386.deb
Files: 
 e7c1cd5e22ceef12f1001c7f8d4bb315 1160 net important dhcp3_3.1.1-4.dsc
 65e2ab3467f90e06ecb88906f9bb6895 129779 net important dhcp3_3.1.1-4.diff.gz
 3b280282e29aceac8e98d5418f8e1001 331620 net optional 
dhcp3-server_3.1.1-4_i386.deb
 58a4791b1c28a03fe4f00d0e9bf17da2 286264 net optional 
dhcp3-server-ldap_3.1.1-4_i386.deb
 438b66da4a62fda6846df2a9a6231ffa 289728 net important 
dhcp3-common_3.1.1-4_i386.deb
 a925d8b7bdfb21dd768408ff93f11a01 105452 devel optional 
dhcp3-dev_3.1.1-4_i386.deb
 9c0a773b2d711f53471ee534956b32ec 22768 net important 
dhcp-client_3.1.1-4_all.deb
 6be9db834620ad2626fc31686b704709 222598 net important 
dhcp3-client_3.1.1-4_i386.deb
 dba0c6d0b37bfecf61cf996e9c3e29b6 166996 debian-installer extra 
dhcp3-client-udeb_3.1.1-4_i386.udeb
 f2dcab8afcdc5b0e47da7c348daac6eb 101666 net optional 
dhcp3-relay_3.1.1-4_i386.deb
Package-Type: udeb

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

iD8DBQFI6kJbIblXXKfZFgIRArGMAKCFDvJCXUzpC015Rf+ZBTHJUZfonACgvfKu
n9KVnDC5GGOSjKm6WL9TzsE=
=yWWD
-END PGP SIGNATURE-


Accepted:
dhcp-client_3.1.1-4_all.deb
  to pool/main/d/dhcp3/dhcp-client_3.1.1-4_all.deb
dhcp3-client-udeb_3.1.1-4_i386.udeb
  to pool/main/d/dhcp3/dhcp3-client-udeb_3.1.1-4_i386.udeb
dhcp3-client_3.1.1-4_i386.deb
  to pool/main/d/dhcp3/dhcp3-client_3.1.1-4_i386.deb
dhcp3-common_3.1.1-4_i386.deb
  to pool/main/d/dhcp3/dhcp3-common_3.1.1-4_i386.deb
dhcp3-dev_3.1.1-4_i386.deb
  to pool/main/d/dhcp3/dhcp3-dev_3.1.1-4_i386.deb
dhcp3-relay_3.1.1-4_i386.deb
  to pool/main/d/dhcp3/dhcp3-relay_3.1.1-4_i386.deb
dhcp3-server-ldap_3.1.1-4_i386.deb
  to pool/main/d/dhcp3/dhcp3-server-ldap_3.1.1-4_i386.deb
dhcp3-server_3.1.1-4_i386.deb
  to pool/main/d/dhcp3/dhcp3-server_3.1.1-4_i386.deb
dhcp3_3.1.1-4.diff.gz
  to pool/main/d/dhcp3/dhcp3_3.1.1-4.diff.gz
dhcp3_3.1.1-4.dsc
  to pool/main/d/dhcp3/dhcp3_3.1.1-4.dsc


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



Accepted openjdk-6 6b11-9 (source i386 all)

2008-10-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 06:09:06 +
Source: openjdk-6
Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib 
openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg
Architecture: source i386 all
Version: 6b11-9
Distribution: unstable
Urgency: low
Maintainer: OpenJDK Team [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-6-jdk - OpenJDK Development Kit (JDK)
 openjdk-6-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-6-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-6-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-6 (6b11-9) unstable; urgency=low
 .
   * Don't use our version of uname on 64bit archs.
Checksums-Sha1: 
 c70618f18d4cf0b8dea09774b839915d50fc8b7b 2135 openjdk-6_6b11-9.dsc
 2f716c78c6ee0b5e66133ddcd7dc24cb58d445e3 169631 openjdk-6_6b11-9.diff.gz
 bc12df107ba3a43fc7c68eb7d62d2a5d3ffa2e26 9653114 openjdk-6-jdk_6b11-9_i386.deb
 d27e8d092f5b6029f6bffbf1d9d3d67cab3c7b5f 23550710 
openjdk-6-jre-headless_6b11-9_i386.deb
 5b065847f5a5ce68e6fd106a0b625329a9ccef1f 217548 openjdk-6-jre_6b11-9_i386.deb
 dfa8dd4e4611319e5eae302ecdab6393e8987419 2337136 openjdk-6-demo_6b11-9_i386.deb
 7cbf0a2a61e7918fef1ef94c8ee79e41a01bff7c 101047756 
openjdk-6-dbg_6b11-9_i386.deb
 5420baa4c0e30d16153f8801cfc3e05ee87818ed 5244274 
openjdk-6-jre-lib_6b11-9_all.deb
 ebb2daa6ab7828316e8ac5a1ed847636e7fa40b5 26538298 
openjdk-6-source_6b11-9_all.deb
 70ec5f2e9f6b409e4a33da280dad51014be253c3 12043702 openjdk-6-doc_6b11-9_all.deb
Checksums-Sha256: 
 bd860ed9bbd2c534eb472a4d32c9257a32f05104be5dc5bde1371994e719c0d2 2135 
openjdk-6_6b11-9.dsc
 cd6a3aab8477ccd55329cce970bdaa2a102f5acdc4bf11cbe26e845e15d73ca1 169631 
openjdk-6_6b11-9.diff.gz
 3ee1f6b17f59a185f86218804cdca52f70272f7781fac4ac1fc7ccc0a50971d5 9653114 
openjdk-6-jdk_6b11-9_i386.deb
 1093c5a92c70a806b55cd74aae72a14e7028e6adb7af4b60c1df37342de4759f 23550710 
openjdk-6-jre-headless_6b11-9_i386.deb
 1e2d40422a32c7ed06b40fb41a6f6060a48de7698a5cd756e1776042cfb3e901 217548 
openjdk-6-jre_6b11-9_i386.deb
 6f4f1e535dda9beb3461cf1776ca556f8ca6a2604f581f0e7d4b41bf21c95a2e 2337136 
openjdk-6-demo_6b11-9_i386.deb
 47ae203ae3c583f4f33425393afa331bddd4fecb0c273f219ab008e6ffb484d4 101047756 
openjdk-6-dbg_6b11-9_i386.deb
 89320a61a84f42b72a1f83519924362e0462ced4df861260910a5df9a9c53bac 5244274 
openjdk-6-jre-lib_6b11-9_all.deb
 766f148daa17546602ff0b03a1a721d540b4382247ea45733ac1337e79ec0973 26538298 
openjdk-6-source_6b11-9_all.deb
 1f7ad37fb0bc0e82281c17d8556baf072a4c98f880174944ff6c1040eafb0e58 12043702 
openjdk-6-doc_6b11-9_all.deb
Files: 
 88ee07c3fdeddaf9e44127932fc3135d 2135 devel extra openjdk-6_6b11-9.dsc
 ee6454a196e6e9040467a76d5fb95c36 169631 devel extra openjdk-6_6b11-9.diff.gz
 92a1ff3f54365a4e3a9381a9c5f73234 9653114 devel extra 
openjdk-6-jdk_6b11-9_i386.deb
 0f459f34657a0a2b2a838e92e411e98a 23550710 interpreters extra 
openjdk-6-jre-headless_6b11-9_i386.deb
 dfdbca85d943ebf3cb22afd8a4a9dd15 217548 interpreters extra 
openjdk-6-jre_6b11-9_i386.deb
 465c7077d3b2ea4af57ce9155bf4690c 2337136 devel extra 
openjdk-6-demo_6b11-9_i386.deb
 851b09ee835f8eea73b32e9519c29a6f 101047756 devel extra 
openjdk-6-dbg_6b11-9_i386.deb
 8a43e4a986dd9fc1bbd85fe72abee407 5244274 interpreters extra 
openjdk-6-jre-lib_6b11-9_all.deb
 367f412491d2dbcf892c945c619e8c7a 26538298 devel extra 
openjdk-6-source_6b11-9_all.deb
 18032bc330d367ea77fd107153425605 12043702 doc extra 
openjdk-6-doc_6b11-9_all.deb

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

iD8DBQFI6k0wStlRaw+TLJwRAnmBAJ4/VqypTUndrCGa175fm5cnY1PHogCeI4g7
gWvgkYtyfS9sO1xAtpkFVGU=
=DONb
-END PGP SIGNATURE-


Accepted:
openjdk-6-dbg_6b11-9_i386.deb
  to pool/main/o/openjdk-6/openjdk-6-dbg_6b11-9_i386.deb
openjdk-6-demo_6b11-9_i386.deb
  to pool/main/o/openjdk-6/openjdk-6-demo_6b11-9_i386.deb
openjdk-6-doc_6b11-9_all.deb
  to pool/main/o/openjdk-6/openjdk-6-doc_6b11-9_all.deb
openjdk-6-jdk_6b11-9_i386.deb
  to pool/main/o/openjdk-6/openjdk-6-jdk_6b11-9_i386.deb
openjdk-6-jre-headless_6b11-9_i386.deb
  to pool/main/o/openjdk-6/openjdk-6-jre-headless_6b11-9_i386.deb
openjdk-6-jre-lib_6b11-9_all.deb
  to pool/main/o/openjdk-6/openjdk-6-jre-lib_6b11-9_all.deb
openjdk-6-jre_6b11-9_i386.deb
  to pool/main/o/openjdk-6/openjdk-6-jre_6b11-9_i386.deb
openjdk-6-source_6b11-9_all.deb
  to pool/main/o/openjdk-6/openjdk-6-source_6b11-9_all.deb
openjdk-6_6b11-9.diff.gz
  to pool/main/o/openjdk-6/openjdk-6_6b11-9.diff.gz
openjdk-6_6b11-9.dsc
  to pool/main/o/openjdk-6/openjdk-6_6b11-9.dsc


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

Accepted openjdk-6 6b12~pre1-0 (source all amd64)

2008-10-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 12:42:16 +0200
Source: openjdk-6
Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib 
openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg
Architecture: source amd64 all
Version: 6b12~pre1-0
Distribution: experimental
Urgency: low
Maintainer: OpenJDK Team [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-6-jdk - OpenJDK Development Kit (JDK)
 openjdk-6-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-6-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-6-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-6 (6b12~pre1-0) experimental; urgency=low
 .
   * Update IcedTea build infrastructure (20081006).
   * Configure with --enable-liveconnect, build an icedtea6-plugin package.
   * Merge changes from 6b11-9 packaging.
Checksums-Sha1: 
 25a4b7db093988022f82b5149adb5fc12918d1b5 2184 openjdk-6_6b12~pre1-0.dsc
 f696b6563c40a1c1d63bb96a26e44e510e953e56 52738292 
openjdk-6_6b12~pre1.orig.tar.gz
 13279d3077ce3cea1a7aa0c5f0f6b26b147d4ea9 746205 openjdk-6_6b12~pre1-0.diff.gz
 af9fe2254edd151eed96d8847d168f9abdbad40c 9646558 
openjdk-6-jdk_6b12~pre1-0_amd64.deb
 bf92841cc55b8d59f26d038b80afb5d299037a79 22435136 
openjdk-6-jre-headless_6b12~pre1-0_amd64.deb
 0fe9fa0f417744814bd0cb4ca85182e1a7534477 316458 
openjdk-6-jre_6b12~pre1-0_amd64.deb
 08064c42fcfecda3610be0067472a4dd095cdf54 2355634 
openjdk-6-demo_6b12~pre1-0_amd64.deb
 e4562b817f1db6dc1c7e99cf346aabc9b99261b2 47132654 
openjdk-6-dbg_6b12~pre1-0_amd64.deb
 e83f246ffb3522ae342960915fd91c57e0632522 5238464 
openjdk-6-jre-lib_6b12~pre1-0_all.deb
 e89e9b734b712b61b66f25f9c7397eb90a048391 26565468 
openjdk-6-source_6b12~pre1-0_all.deb
 65bc7ca810c7051b2f4e8a5ec66bda1714bbe200 12044232 
openjdk-6-doc_6b12~pre1-0_all.deb
Checksums-Sha256: 
 ec75b57ff0620632cee263e1531f9dec67cfaebe4a144265755b1f6c253d134b 2184 
openjdk-6_6b12~pre1-0.dsc
 341ad4d19aacd367830d209a745e98e4eb717b858e2ac52e79f70dcec4e517c4 52738292 
openjdk-6_6b12~pre1.orig.tar.gz
 c3d0424729f10f59ecf4ecb84568947fd9ff49a4d7b18ca55c5ba1309c788806 746205 
openjdk-6_6b12~pre1-0.diff.gz
 3335bcad4fa2d75840d3289e8af2e06ce30ab61d178e336e105317b4dcca5019 9646558 
openjdk-6-jdk_6b12~pre1-0_amd64.deb
 c353b76c994beeed9e25aebdc56bf53d2c89c12223a9e075222abce348db7c7d 22435136 
openjdk-6-jre-headless_6b12~pre1-0_amd64.deb
 189a857607089ac029309e81746fc6b144121314d9182256911fa0b1eb64b20c 316458 
openjdk-6-jre_6b12~pre1-0_amd64.deb
 8417a5db70253c0afc300d056ddf8d780bd70132f3e63d75b6b1c3ba4bee1771 2355634 
openjdk-6-demo_6b12~pre1-0_amd64.deb
 c613464e246d1567d0914b4cc9d40f8f4f1b91a4d64b185a3ad6ec0c89d6 47132654 
openjdk-6-dbg_6b12~pre1-0_amd64.deb
 97a562196903c067c784d0eaf20952577aa9568eb53057a1bf0600b89011770f 5238464 
openjdk-6-jre-lib_6b12~pre1-0_all.deb
 271bd5679ff1bb3b3dc8d800e1d5b1350d50838b9b06ffda1a5c1a2765a4b334 26565468 
openjdk-6-source_6b12~pre1-0_all.deb
 4c888b2895dd3047b032cc7d51e59c17a29c2265a8f7e142e289d5a4889b2b13 12044232 
openjdk-6-doc_6b12~pre1-0_all.deb
Files: 
 b5d0fddb4b1ecd7e00c9bd387e653fb8 2184 devel extra openjdk-6_6b12~pre1-0.dsc
 3fee60a8b7a684f44d447204f7e05904 52738292 devel extra 
openjdk-6_6b12~pre1.orig.tar.gz
 725f5dee628339cc8a394ae3017e2f54 746205 devel extra 
openjdk-6_6b12~pre1-0.diff.gz
 9ac469b2f387d000d285220ecfdf0aba 9646558 devel extra 
openjdk-6-jdk_6b12~pre1-0_amd64.deb
 b49a8549bce8381af25d92c9bd164076 22435136 interpreters extra 
openjdk-6-jre-headless_6b12~pre1-0_amd64.deb
 fb7dd7a6c7baee68afd226a86f9b6ca1 316458 interpreters extra 
openjdk-6-jre_6b12~pre1-0_amd64.deb
 2060488a0091c080b97e90176a7775c9 2355634 devel extra 
openjdk-6-demo_6b12~pre1-0_amd64.deb
 c34ec8d70964b6dc7fe0fac2d78381cd 47132654 devel extra 
openjdk-6-dbg_6b12~pre1-0_amd64.deb
 18a79e1a3566a05c306da468075dae63 5238464 interpreters extra 
openjdk-6-jre-lib_6b12~pre1-0_all.deb
 4a28fe905020ef73d28b4383d5eecb40 26565468 devel extra 
openjdk-6-source_6b12~pre1-0_all.deb
 928ca49a1cb1d95e33486e4032cf57a0 12044232 doc extra 
openjdk-6-doc_6b12~pre1-0_all.deb

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

iD8DBQFI6k12StlRaw+TLJwRAkQ+AKCijvbxpp+1DkHQvPQrUMm++8JsDgCggfbM
xTzkB7F33SautkkMOKMjnX0=
=7DSm
-END PGP SIGNATURE-


Accepted:
openjdk-6-dbg_6b12~pre1-0_amd64.deb
  to pool/main/o/openjdk-6/openjdk-6-dbg_6b12~pre1-0_amd64.deb
openjdk-6-demo_6b12~pre1-0_amd64.deb
  to pool/main/o/openjdk-6/openjdk-6-demo_6b12~pre1-0_amd64.deb
openjdk-6-doc_6b12~pre1-0_all.deb
  to pool/main/o/openjdk-6/openjdk-6-doc_6b12~pre1-0_all.deb
openjdk-6-jdk_6b12~pre1-0_amd64.deb
  to pool/main/o/openjdk-6/openjdk-6-jdk_6b12~pre1

Accepted libsexymm 0.1.9-3 (source i386)

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

Format: 1.8
Date: Mon, 06 Oct 2008 20:43:50 +0200
Source: libsexymm
Binary: libsexymm2 libsexymm-dev libsexymm2-dbg
Architecture: source i386
Version: 0.1.9-3
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libsexymm-dev - collection of additional gtkmm widgets - header files
 libsexymm2 - collection of additional gtkmm widgets - library
 libsexymm2-dbg - collection of additional gtkmm widgets - debugging symbols
Closes: 500742
Changes: 
 libsexymm (0.1.9-3) unstable; urgency=low
 .
   [ Nicolas Vion ]
   * Install the pkg-config file correctly (Closes: #500742)
   * Correct debian/watch
   * Add a copyright notice in debian/copyright
   * Debian policy set to 3.8.0
   * Add a Homepage: field in the debian/control
 (remove from the description field)
   * ${Source-Version} replaced to ${binary:Version} in debian/control
 .
   [ Torsten Werner ]
   * Fix Vcs headers in debian/control.
Checksums-Sha1: 
 b29104f5a0a742d688ff800be17e70112c490905 1255 libsexymm_0.1.9-3.dsc
 3d3385b0d19ca1e9600934346fb06acaa987a4ff 2382 libsexymm_0.1.9-3.diff.gz
 f1cb6d08400d4db66657b62c4d53495c0073fd94 32958 libsexymm2_0.1.9-3_i386.deb
 111b7d35cc3f1223482d90fb2995a5c3445b4b19 34978 libsexymm-dev_0.1.9-3_i386.deb
 d44a22438f5d4a62a744f26e9d24bab838c43000 181162 libsexymm2-dbg_0.1.9-3_i386.deb
Checksums-Sha256: 
 428429752a3a8a0fc5dd9fe9ce69ae09f47b570c0693b0d68f6fb9d057be2260 1255 
libsexymm_0.1.9-3.dsc
 8db09daef11a0beeeb90f54da2bd096e784f3e6ae571cec8f9490ef963f56f6a 2382 
libsexymm_0.1.9-3.diff.gz
 cfdd05f6abf079816db8fc234efd9698d931dce542588a3d576e8a761cf70646 32958 
libsexymm2_0.1.9-3_i386.deb
 d40245c4fede9d6af94d735682ca3a71aace9520f87dbcc83949031851ed2153 34978 
libsexymm-dev_0.1.9-3_i386.deb
 9aa9f7bf9435649f1c7f1375e58707f30fcaab6d64873f7b70980e4984ffd761 181162 
libsexymm2-dbg_0.1.9-3_i386.deb
Files: 
 b3f130ac51d29732398f1af7acfeffb4 1255 libs optional libsexymm_0.1.9-3.dsc
 042863fb6fc6e8b7e6a6d7eb146c091e 2382 libs optional libsexymm_0.1.9-3.diff.gz
 cebd84d47dc8b024a74917a3a1a6c7f7 32958 libs optional 
libsexymm2_0.1.9-3_i386.deb
 e5290d2f2b4dd7f1e2ce6abe05db4d14 34978 libdevel optional 
libsexymm-dev_0.1.9-3_i386.deb
 c4029fe8b02a43f471d696f05eb798ab 181162 libdevel extra 
libsexymm2-dbg_0.1.9-3_i386.deb

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

iEYEARECAAYFAkjqXuYACgkQfY3dicTPjsNDuACfenpdjZG6TxxFnRdHA6prrk4p
qgwAn3L28J5JVvOqyPBmJfOl3jo7Gs9q
=Lkp2
-END PGP SIGNATURE-


Accepted:
libsexymm-dev_0.1.9-3_i386.deb
  to pool/main/libs/libsexymm/libsexymm-dev_0.1.9-3_i386.deb
libsexymm2-dbg_0.1.9-3_i386.deb
  to pool/main/libs/libsexymm/libsexymm2-dbg_0.1.9-3_i386.deb
libsexymm2_0.1.9-3_i386.deb
  to pool/main/libs/libsexymm/libsexymm2_0.1.9-3_i386.deb
libsexymm_0.1.9-3.diff.gz
  to pool/main/libs/libsexymm/libsexymm_0.1.9-3.diff.gz
libsexymm_0.1.9-3.dsc
  to pool/main/libs/libsexymm/libsexymm_0.1.9-3.dsc


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



Accepted maatkit 2325-1 (source all)

2008-10-06 Thread Baron Schwartz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Sep 2008 11:18:26 -0400
Source: maatkit
Binary: maatkit
Architecture: source all
Version: 2325-1
Distribution: unstable
Urgency: low
Maintainer: Baron Schwartz [EMAIL PROTECTED]
Changed-By: Baron Schwartz [EMAIL PROTECTED]
Description: 
 maatkit- Command-line utilities for MySQL
Changes: 
 maatkit (2325-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 9a09c84815550323012ef59af6b29fba333b6757 1278 maatkit_2325-1.dsc
 8a9a24b404d995dff426560d549d3c346ffa7439 429640 maatkit_2325.orig.tar.gz
 163d3e7d55c164b844ce7c2a17fbbb495e438276 2317 maatkit_2325-1.diff.gz
 b0f8c8a82ce7be5f553be5cb14ce23717629f4e9 581516 maatkit_2325-1_all.deb
Checksums-Sha256: 
 8b9afa7184c0901038eb60a4a88c9d4589a20a81c193fb7c53393c873fb91811 1278 
maatkit_2325-1.dsc
 f5c0d77f5e70c1e08dab5ca567f1eb16b0adb3ab7fa0c11a821a4553913a15b0 429640 
maatkit_2325.orig.tar.gz
 67e983ab31ef87e4b60737b9badb7a8fceaa1550200c41d2c647f19720e5f201 2317 
maatkit_2325-1.diff.gz
 298ad561c037186c8764a69b84e37eb8cde66f2290eb0c10f0c2d2497e0c5ea7 581516 
maatkit_2325-1_all.deb
Files: 
 e71e71389d0333c52cc315d28750d389 1278 utils optional maatkit_2325-1.dsc
 3661acee7193eb63fa1e74ba54a30502 429640 utils optional maatkit_2325.orig.tar.gz
 ca1f70105a08b312eb4cfdd770ac186a 2317 utils optional maatkit_2325-1.diff.gz
 e0b11595f0346b43634be2f4e223b264 581516 utils optional maatkit_2325-1_all.deb

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

iEYEARECAAYFAkjqX8cACgkQr/RnCw96jQHNVACfZQ+S72MNMf91GCMBkfHC4q1E
qIIAn3Glfx7uBr3MDewjb+f8vpPVtTbC
=J9Fc
-END PGP SIGNATURE-


Accepted:
maatkit_2325-1.diff.gz
  to pool/main/m/maatkit/maatkit_2325-1.diff.gz
maatkit_2325-1.dsc
  to pool/main/m/maatkit/maatkit_2325-1.dsc
maatkit_2325-1_all.deb
  to pool/main/m/maatkit/maatkit_2325-1_all.deb
maatkit_2325.orig.tar.gz
  to pool/main/m/maatkit/maatkit_2325.orig.tar.gz


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



Accepted pth 2.0.7-10.1 (source amd64)

2008-10-06 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 21:20:11 +0200
Source: pth
Binary: libpth20 libpth-dev pth-dbg
Architecture: source amd64
Version: 2.0.7-10.1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Thomas Viehmann [EMAIL PROTECTED]
Description: 
 libpth-dev - The GNU Portable Threads (development)
 libpth20   - The GNU Portable Threads
 pth-dbg- The GNU Portable Threads (debug)
Closes: 492779
Changes: 
 pth (2.0.7-10.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: add versioned libc6-dev for hppa to force
 compilation with *context implementation.
 Closes: #492779.
Checksums-Sha1: 
 10af219ee6af95a579edd2698f56732b0d1e938f 1132 pth_2.0.7-10.1.dsc
 b77e0fb1155dfcab387c3d29d661cd2bac4c0734 6832 pth_2.0.7-10.1.diff.gz
 d110a2801c599c8c289e9874ffaa28e8eabedf1a 82172 libpth20_2.0.7-10.1_amd64.deb
 9e31fe6602450aba5f46c445b77b7fc617843c43 143684 libpth-dev_2.0.7-10.1_amd64.deb
 4e072b902b1a3ab9d30d6af323ab97c4bbe2cff1 41118 pth-dbg_2.0.7-10.1_amd64.deb
Checksums-Sha256: 
 f41fc6108930eba2b39d9e31212b24fb10f08a29b6dfdd85b782f383102f1fa1 1132 
pth_2.0.7-10.1.dsc
 a53fdf49d9f3aa60cb501833b468831af8bf9218adc1c18867c871c354b4c3a7 6832 
pth_2.0.7-10.1.diff.gz
 0803a182f981a4b5df3b3715b21d6d22f32bbf81afb0717ff11a7b2cdf56f44f 82172 
libpth20_2.0.7-10.1_amd64.deb
 d67fcdb28a7bf4a404bb02083d2657e844c13ebbb50c4ad3431e3bd8faedb21d 143684 
libpth-dev_2.0.7-10.1_amd64.deb
 20425733df7bf478c36c7fb8e46441276ce7f5deb6dd558c7a16dd6a73c4712f 41118 
pth-dbg_2.0.7-10.1_amd64.deb
Files: 
 152cf4c23d0b878d1aaf1f50a347e1cf 1132 devel optional pth_2.0.7-10.1.dsc
 85d1249cff6ecaa431b7946c2ccea65d 6832 devel optional pth_2.0.7-10.1.diff.gz
 c3c4c3575723a1d7a5342424bb4da81a 82172 libs optional 
libpth20_2.0.7-10.1_amd64.deb
 9216d08fe667f5c9bb960f0ad063431c 143684 libdevel optional 
libpth-dev_2.0.7-10.1_amd64.deb
 e3c9a95487c9bf751ff22b7e79ee010c 41118 libdevel extra 
pth-dbg_2.0.7-10.1_amd64.deb

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

iEYEARECAAYFAkjqa0sACgkQriZpaaIa1Pmp+ACdHZLQs+VqPxPtMkpMDvpVY7Oh
WUUAn0v4Cl+UL6H5i0Yi7Hg9xQD/ipi7
=ewYV
-END PGP SIGNATURE-


Accepted:
libpth-dev_2.0.7-10.1_amd64.deb
  to pool/main/p/pth/libpth-dev_2.0.7-10.1_amd64.deb
libpth20_2.0.7-10.1_amd64.deb
  to pool/main/p/pth/libpth20_2.0.7-10.1_amd64.deb
pth-dbg_2.0.7-10.1_amd64.deb
  to pool/main/p/pth/pth-dbg_2.0.7-10.1_amd64.deb
pth_2.0.7-10.1.diff.gz
  to pool/main/p/pth/pth_2.0.7-10.1.diff.gz
pth_2.0.7-10.1.dsc
  to pool/main/p/pth/pth_2.0.7-10.1.dsc


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



Accepted diagnostics 0.2.5-1 (source s390)

2008-10-06 Thread Michael Tautschnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 21:24:36 +0200
Source: diagnostics
Binary: libdiagnostics-dev libdiagnostics0
Architecture: source s390
Version: 0.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Michael Tautschnig [EMAIL PROTECTED]
Changed-By: Michael Tautschnig [EMAIL PROTECTED]
Description: 
 libdiagnostics-dev - A framework for logging, unittesting, and runtime 
diagnostics
 libdiagnostics0 - A framework for logging, unittesting, and runtime diagnostics
Changes: 
 diagnostics (0.2.5-1) unstable; urgency=low
 .
   * New upstream release (merged symbol files)
   * Proper cleanup of config.guess
   * Added Homepage: field
   * Added watch file
Checksums-Sha1: 
 fbedaf13fb74865520cb38897d2583739ac0ec5f 1162 diagnostics_0.2.5-1.dsc
 37a735719f50b4a58174beb4aa9f96f25674618a 553401 diagnostics_0.2.5.orig.tar.gz
 f9541eaafe339c95413bb1837ae31cbc22214b71 170 diagnostics_0.2.5-1.diff.gz
 0f3d7c25dc2f6dfdf8212d6ce07682645624ef4b 262642 
libdiagnostics-dev_0.2.5-1_s390.deb
 609dc72bfe2a4435d0e125c3705681e783a4b4be 105730 
libdiagnostics0_0.2.5-1_s390.deb
Checksums-Sha256: 
 26e55ac1e2782fa935d20cd695f44015efadbebcf981deeed3b7287845024c57 1162 
diagnostics_0.2.5-1.dsc
 2436ab74c549c9e4ec061c41deac1a65a03fcfef731a1fae78a8eb64f1bc0168 553401 
diagnostics_0.2.5.orig.tar.gz
 f17debe030c3de49b8d3308e26a4a6c5692d3c6d2a7a2e506813cf781089d46b 170 
diagnostics_0.2.5-1.diff.gz
 221bde72d5b9ba6e3281017c9ccc5299c327b706fb5ee789613c7871532b2f6c 262642 
libdiagnostics-dev_0.2.5-1_s390.deb
 2c1e44bf4a83e39fab0ca7fd0c8d504bf537f2aa89f5435c86e740646d18f2b3 105730 
libdiagnostics0_0.2.5-1_s390.deb
Files: 
 aaa74bf21262733c7c1af1543fd1eb22 1162 libs extra diagnostics_0.2.5-1.dsc
 c59cb342d2e508748a3df86097fb2f6b 553401 libs extra 
diagnostics_0.2.5.orig.tar.gz
 82eb425fbd0f93583ff3aba3493f76fa 170 libs extra diagnostics_0.2.5-1.diff.gz
 fd801eb69f9b85169ccb678a5e3de72c 262642 libdevel extra 
libdiagnostics-dev_0.2.5-1_s390.deb
 201c6792eb5e500ed9c27c57afd3d733 105730 libs extra 
libdiagnostics0_0.2.5-1_s390.deb

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

iEYEARECAAYFAkjqa/wACgkQvx6dH3bVKsS5HACfZSiWvcvxqWr6s2EZzmu9yjeG
DqYAoICZhq1bYDu6lNcUYjyjH/xA9osB
=ZZhJ
-END PGP SIGNATURE-


Accepted:
diagnostics_0.2.5-1.diff.gz
  to pool/main/d/diagnostics/diagnostics_0.2.5-1.diff.gz
diagnostics_0.2.5-1.dsc
  to pool/main/d/diagnostics/diagnostics_0.2.5-1.dsc
diagnostics_0.2.5.orig.tar.gz
  to pool/main/d/diagnostics/diagnostics_0.2.5.orig.tar.gz
libdiagnostics-dev_0.2.5-1_s390.deb
  to pool/main/d/diagnostics/libdiagnostics-dev_0.2.5-1_s390.deb
libdiagnostics0_0.2.5-1_s390.deb
  to pool/main/d/diagnostics/libdiagnostics0_0.2.5-1_s390.deb


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



Accepted pysvn 1.6.1-1 (source i386)

2008-10-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 23:16:01 +0200
Source: pysvn
Binary: python-svn python-svn-dbg
Architecture: source i386
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-svn - A(nother) Python interface to Subversion
 python-svn-dbg - A(nother) Python interface to Subversion (debug extension)
Changes: 
 pysvn (1.6.1-1) unstable; urgency=low
 .
   * New upstream version (supporting subversion-1.5.2).
Checksums-Sha1: 
 67db6d5ba3eaecaa58f5c4f10715f26cab12c1db 1128 pysvn_1.6.1-1.dsc
 62f0e2ad4c6f4f50f7d3c3f04de22759c924783c 216419 pysvn_1.6.1.orig.tar.gz
 39b5efe5076c6cd7977232f8a3a3996c9917dbcd 5452 pysvn_1.6.1-1.diff.gz
 260e061f355fb30a2911429f29fa40340a99030e 700160 python-svn_1.6.1-1_i386.deb
 136eab5ec7eb6afa1c68986594250b7b04402995 8437510 
python-svn-dbg_1.6.1-1_i386.deb
Checksums-Sha256: 
 1ff7662cbe93d2e54469d91d37c3f3cc1521bd69891e31cca7408b53972f7781 1128 
pysvn_1.6.1-1.dsc
 86cb8d2f6076458aa157bf6e10fb5802f182629432e7c93687842c737e9f170d 216419 
pysvn_1.6.1.orig.tar.gz
 2a42c420b90a5eaf25fbe93d289b945a56830dbc3b72d66ab4972fc20e723bcb 5452 
pysvn_1.6.1-1.diff.gz
 f7732acce67e48adfa252bf8e16b20ea6f83d79ba7e771f63c9605e3ea858565 700160 
python-svn_1.6.1-1_i386.deb
 6a4451b1ae6468eaa0ca40ee088a339a5ca17a14ee64f9d3bc867eefc9aad8fc 8437510 
python-svn-dbg_1.6.1-1_i386.deb
Files: 
 495c7a4731f923676cbf51a23514dfb4 1128 python optional pysvn_1.6.1-1.dsc
 7beed40705669fdc802c07b011b61730 216419 python optional pysvn_1.6.1.orig.tar.gz
 94fdcaccafe8af93d51ea448c3d6 5452 python optional pysvn_1.6.1-1.diff.gz
 8a189ad7049d4d03e09eb1dbcccebcf2 700160 python optional 
python-svn_1.6.1-1_i386.deb
 201a841b48863fb3a2e6c84c409e03b0 8437510 python extra 
python-svn-dbg_1.6.1-1_i386.deb

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

iEYEARECAAYFAkjqhbEACgkQStlRaw+TLJzklgCbBSBxAsNE+rNXE3O304Ke7GS3
PocAoJSg/876ZqYON85lAbvSfXX/TXzG
=RVqa
-END PGP SIGNATURE-


Accepted:
pysvn_1.6.1-1.diff.gz
  to pool/main/p/pysvn/pysvn_1.6.1-1.diff.gz
pysvn_1.6.1-1.dsc
  to pool/main/p/pysvn/pysvn_1.6.1-1.dsc
pysvn_1.6.1.orig.tar.gz
  to pool/main/p/pysvn/pysvn_1.6.1.orig.tar.gz
python-svn-dbg_1.6.1-1_i386.deb
  to pool/main/p/pysvn/python-svn-dbg_1.6.1-1_i386.deb
python-svn_1.6.1-1_i386.deb
  to pool/main/p/pysvn/python-svn_1.6.1-1_i386.deb


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



Accepted bacula 2.4.2-3.1 (source all i386)

2008-10-06 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Oct 2008 22:00:10 +0100
Source: bacula
Binary: bacula bacula-common bacula-director-common bacula-director-sqlite 
bacula-director-sqlite3 bacula-director-mysql bacula-director-pgsql 
bacula-client bacula-fd bacula-server bacula-sd bacula-sd-sqlite3 
bacula-sd-sqlite bacula-sd-mysql bacula-sd-pgsql bacula-console 
bacula-console-wx bacula-console-qt bacula-traymonitor
Architecture: source all i386
Version: 2.4.2-3.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: Ben Hutchings [EMAIL PROTECTED]
Description: 
 bacula - network backup, recovery and verification - meta-package
 bacula-client - network backup, recovery and verification - client meta-package
 bacula-common - network backup, recovery and verification - common support 
files
 bacula-console - network backup, recovery and verification - text console
 bacula-console-qt - Bacula Administration Tool Console
 bacula-console-wx - network backup, recovery and verification - WxWindows 
console
 bacula-director-common - network backup, recovery and verification - Director 
common files
 bacula-director-mysql - network backup, recovery and verification - MySQL 
storage for Dir
 bacula-director-pgsql - network backup, recovery and verification - PostgreSQL 
storage fo
 bacula-director-sqlite - network backup, recovery and verification - SQLite 
storage for Di
 bacula-director-sqlite3 - network backup, recovery and verification - SQLite 3 
storage for 
 bacula-fd  - network backup, recovery and verification - file daemon
 bacula-sd  - network backup, recovery and verification - storage daemon
 bacula-sd-mysql - network backup, recovery and verification - MySQL SD tools
 bacula-sd-pgsql - network backup, recovery and verification - PostgreSQL SD 
tools
 bacula-sd-sqlite - network backup, recovery and verification - SQLite SD tools
 bacula-sd-sqlite3 - network backup, recovery and verification - SQLite 3 SD 
tools
 bacula-server - network backup, recovery and verification - server meta-package
 bacula-traymonitor - network backup, recovery and verification - tray monitor
Closes: 496174 496512
Changes: 
 bacula (2.4.2-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Built against Python 2.5.  Closes: #496512.
   * Fix removal of original configuration file during upgrade of
 bacula-director-pgsql.  Closes: #496174.
Checksums-Sha1: 
 3ddf168951ffea028b937996d43cae74fd35728c 1910 bacula_2.4.2-3.1.dsc
 c8177103aa932bf68e30f2ac56919b099e9366b2 49929 bacula_2.4.2-3.1.diff.gz
 a10fbd22bfadae48ec445f0fae09c99b2f9a2fdd 49960 bacula_2.4.2-3.1_all.deb
 4fe3c3a0dd1184fdcdd8dca1d1a2eb8d390733fb 47664 bacula-client_2.4.2-3.1_all.deb
 88bb718a9bfabbb6d64195a93ce09f8b6d4961c9 47590 bacula-server_2.4.2-3.1_all.deb
 dca5cfc1ad5c99ee52ae82af957db17135fcbc1c 397286 
bacula-common_2.4.2-3.1_i386.deb
 d7a2fa2992eeb13644cf24fe5b819d10cb2c7312 264012 
bacula-director-common_2.4.2-3.1_i386.deb
 b480006e061868e779957d6e1318f3b790b186a9 471640 
bacula-director-sqlite_2.4.2-3.1_i386.deb
 38242dd4148c4d9e534e8ed0c9c7b15aa36fd125 467004 
bacula-director-sqlite3_2.4.2-3.1_i386.deb
 3f86f9a45298fba80aaabcc4b674c0ed64d3ff4d 468950 
bacula-director-mysql_2.4.2-3.1_i386.deb
 8cfc5f904db73e3717107d2169e5c0d3d8441080 475628 
bacula-director-pgsql_2.4.2-3.1_i386.deb
 9b04134948d2c3603e6cf9ab4fd047107790cc5d 194846 bacula-fd_2.4.2-3.1_i386.deb
 d0f2d174702a6da0a84417cdf494b42fee3b685b 847940 bacula-sd_2.4.2-3.1_i386.deb
 b12bc96e819615c9d9fc96baf8e3123baefc65eb 428172 
bacula-sd-sqlite3_2.4.2-3.1_i386.deb
 21e13c0f78cd40dc119281f033ab32882342b8e8 428212 
bacula-sd-sqlite_2.4.2-3.1_i386.deb
 81be761c55fe9a679cbc5b40f14d4a0fe27640b0 429004 
bacula-sd-mysql_2.4.2-3.1_i386.deb
 ab646f8950c6e47a8777e9aacc8f73a473544fcc 431746 
bacula-sd-pgsql_2.4.2-3.1_i386.deb
 936b0d8f7c408599863422f3527e5c03c9f7db9b 138078 
bacula-console_2.4.2-3.1_i386.deb
 e55353bc988981ba1fbc4bf7f76da8a730f11b35 243910 
bacula-console-wx_2.4.2-3.1_i386.deb
 9be6af43b7e084a5ec37024cfe44b03873e14876 575342 
bacula-console-qt_2.4.2-3.1_i386.deb
 4cad9d6f202c6bdbb54ee81e734e6b0fb9c40786 138180 
bacula-traymonitor_2.4.2-3.1_i386.deb
Checksums-Sha256: 
 3cf4ede6ebabbe27da41154525f25c6555d83358563545cf2dff8f1ceac6e233 1910 
bacula_2.4.2-3.1.dsc
 d14756b18c45e04922aa58c58a4df9ec6e9bad30587b5041c0f2a9b2c46dc785 49929 
bacula_2.4.2-3.1.diff.gz
 be047872ba73254fd866c41d664e83c4517ccfa1436d186c80949886233e5117 49960 
bacula_2.4.2-3.1_all.deb
 1bb6e4f8298adcb1685f089e8a8f066ddf45fb2e7948ccae68081a2ab13790f6 47664 
bacula-client_2.4.2-3.1_all.deb
 19640d41969ac747c60061e23930b3e9deb29c53ca791e6f98d7a79a622a2a8c 47590 
bacula-server_2.4.2-3.1_all.deb
 86435ce732f787503939c496ca96feee36273f353acb59fd431091e2476be88e 397286 
bacula-common_2.4.2-3.1_i386.deb
 d37bc8bc42db5d177a5113d676901ef468d2e67608e3709b24a6f44c340613b8 264012 
bacula-director-common_2.4.2-3.1_i386.deb
 

Accepted net-snmp 5.4.1~dfsg-10 (source all sparc)

2008-10-06 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 22:35:57 +0200
Source: net-snmp
Binary: snmpd snmp libsnmp-base libsnmp15 libsnmp-dev libsnmp-perl 
libsnmp-python tkmib
Architecture: source all sparc
Version: 5.4.1~dfsg-10
Distribution: unstable
Urgency: high
Maintainer: Net-SNMP Packaging Team [EMAIL PROTECTED]
Changed-By: Jochen Friedrich [EMAIL PROTECTED]
Description: 
 libsnmp-base - SNMP (Simple Network Management Protocol) MIBs and documentation
 libsnmp-dev - SNMP (Simple Network Management Protocol) development files
 libsnmp-perl - SNMP (Simple Network Management Protocol) Perl5 support
 libsnmp-python - SNMP (Simple Network Management Protocol) Python support
 libsnmp15  - SNMP (Simple Network Management Protocol) library
 snmp   - SNMP (Simple Network Management Protocol) applications
 snmpd  - SNMP (Simple Network Management Protocol) agents
 tkmib  - SNMP (Simple Network Management Protocol) MIB browser
Closes: 497656 500717
Changes: 
 net-snmp (5.4.1~dfsg-10) unstable; urgency=high
 .
   * Fix python regression introduced by fix of CVE-2008-2292 (Closes: #497656)
   * Fix xen dom0 problems (Closes: #500717)
Checksums-Sha1: 
 39470a4ae13ad8d255c36831b68fd9f7462ecb0d 1783 net-snmp_5.4.1~dfsg-10.dsc
 b3f7193b03bf0657630d515d7039fb2a4001c0d9 81491 net-snmp_5.4.1~dfsg-10.diff.gz
 eae8e620da1994e9e1bb2896252e8d4e991d6db5 1369024 
libsnmp-base_5.4.1~dfsg-10_all.deb
 63d54b4bf6814a35e8ecc44092cd83945bcc27a6 943570 tkmib_5.4.1~dfsg-10_all.deb
 7f7323b5d6c3ded90b251ad4733e47b1bba17377 957436 snmpd_5.4.1~dfsg-10_sparc.deb
 2837fae1ce728c9e28b38fd429cdd48a92d43fc4 1040964 snmp_5.4.1~dfsg-10_sparc.deb
 23bd75e281406e77fc61a51773fb0523b9db9830 2012290 
libsnmp15_5.4.1~dfsg-10_sparc.deb
 f931798a629cef3993c8865745ec11e7b888494f 2622806 
libsnmp-dev_5.4.1~dfsg-10_sparc.deb
 be238ab50357cb0c22cb2549eb6f4868a4594858 1025682 
libsnmp-perl_5.4.1~dfsg-10_sparc.deb
 bd59e3e5f8105df6e075bd434f84d4f881be5408 917550 
libsnmp-python_5.4.1~dfsg-10_sparc.deb
Checksums-Sha256: 
 a461e6ce21ca920cb06ce1b1e73b89595fcf7d1260b7e6ea23d74be206d3214f 1783 
net-snmp_5.4.1~dfsg-10.dsc
 e7c59af7de9b603a94b2b569e4f7abccfcd8f6403313195c40c1c510ef957790 81491 
net-snmp_5.4.1~dfsg-10.diff.gz
 04f4c71f2f5bcbd9eb10fef9d65ead9274f74dd183b1d2aa47c2967de7c41037 1369024 
libsnmp-base_5.4.1~dfsg-10_all.deb
 69410df0ebe48d7eca5cff2b3969ddfc92a6ce008712aae300df4cc1c620a6ad 943570 
tkmib_5.4.1~dfsg-10_all.deb
 b0d5cd66ccea9c3438ecad69718c913eb4861d756a639cbde12ebb552d28f64e 957436 
snmpd_5.4.1~dfsg-10_sparc.deb
 bc28d729297746a84cc273eb2b5a3a6761cd8373bdede011db9c8674614ffb9c 1040964 
snmp_5.4.1~dfsg-10_sparc.deb
 310fe1f228668ab193af611a90810448b1060ea5d81f2a432c0fe2dcbcdea26f 2012290 
libsnmp15_5.4.1~dfsg-10_sparc.deb
 821f43c1fc715bbc6e2b54d5f4a29c19eff030cb4d26d35f1ba771db5afa6ae0 2622806 
libsnmp-dev_5.4.1~dfsg-10_sparc.deb
 31a0139a0e114ed9ed843c69442be13a0af4594ea975028c4bd1d4de3a74721d 1025682 
libsnmp-perl_5.4.1~dfsg-10_sparc.deb
 b9054f8936e4798b956c2fce85b65450e53ab17bc7ac1b24d05b50ed7337efbb 917550 
libsnmp-python_5.4.1~dfsg-10_sparc.deb
Files: 
 82c333253fa0deb47920da60a39fef07 1783 net optional net-snmp_5.4.1~dfsg-10.dsc
 d7c90fe0e95bdd9df94873990608b5d3 81491 net optional 
net-snmp_5.4.1~dfsg-10.diff.gz
 acc61ce460fb68ffaacc3d819ae2e883 1369024 libs optional 
libsnmp-base_5.4.1~dfsg-10_all.deb
 59598575ecac7eb080dc7a2f89255384 943570 net optional 
tkmib_5.4.1~dfsg-10_all.deb
 38f33828d94e3f07d079b0ddab2780aa 957436 net optional 
snmpd_5.4.1~dfsg-10_sparc.deb
 5a9fa7bf794794542900abf84170de52 1040964 net optional 
snmp_5.4.1~dfsg-10_sparc.deb
 14635dd1621af39beabc7ad2072259d8 2012290 libs optional 
libsnmp15_5.4.1~dfsg-10_sparc.deb
 e61baa58f4e9f76b853bf64f35c5230e 2622806 libdevel optional 
libsnmp-dev_5.4.1~dfsg-10_sparc.deb
 7157a6d313d4543cb45f37f0d0b0bd5c 1025682 perl optional 
libsnmp-perl_5.4.1~dfsg-10_sparc.deb
 91b1d5a354efd8168f9ad9b643401c40 917550 python optional 
libsnmp-python_5.4.1~dfsg-10_sparc.deb

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

iD8DBQFI6osk0fhX0Y/ocz0RAn5iAJsHfxO5GV/Lyqe1MNlRM5XScEWz2wCcDr/V
bixnGXc+ta9jU35H9LcNiO4=
=xjZ3
-END PGP SIGNATURE-


Accepted:
libsnmp-base_5.4.1~dfsg-10_all.deb
  to pool/main/n/net-snmp/libsnmp-base_5.4.1~dfsg-10_all.deb
libsnmp-dev_5.4.1~dfsg-10_sparc.deb
  to pool/main/n/net-snmp/libsnmp-dev_5.4.1~dfsg-10_sparc.deb
libsnmp-perl_5.4.1~dfsg-10_sparc.deb
  to pool/main/n/net-snmp/libsnmp-perl_5.4.1~dfsg-10_sparc.deb
libsnmp-python_5.4.1~dfsg-10_sparc.deb
  to pool/main/n/net-snmp/libsnmp-python_5.4.1~dfsg-10_sparc.deb
libsnmp15_5.4.1~dfsg-10_sparc.deb
  to pool/main/n/net-snmp/libsnmp15_5.4.1~dfsg-10_sparc.deb
net-snmp_5.4.1~dfsg-10.diff.gz
  to pool/main/n/net-snmp/net-snmp_5.4.1~dfsg-10.diff.gz
net-snmp_5.4.1~dfsg-10.dsc
  to pool/main/n/net-snmp/net-snmp_5.4.1~dfsg-10.dsc
snmp_5.4.1~dfsg-10_sparc.deb
  to pool/main/n/net-snmp/snmp_5.4.1~dfsg-10_sparc.deb
snmpd_5.4.1~dfsg-10_sparc.deb
  to 

Accepted freeciv 2.1.6-0exp1 (source all i386)

2008-10-06 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 21:40:41 +0200
Source: freeciv
Binary: freeciv-server freeciv-client-xaw3d freeciv-client-gtk 
freeciv-client-sdl freeciv-data freeciv-sound-standard
Architecture: source all i386
Version: 2.1.6-0exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Freeciv Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 freeciv-client-gtk - Civilization turn based strategy game (GTK+ client)
 freeciv-client-sdl - Civilization turn based strategy game (SDL client)
 freeciv-client-xaw3d - Civilization turn based strategy game (Xaw3D client)
 freeciv-data - Civilization turn based strategy game (game data)
 freeciv-server - Civilization turn based strategy game (server files)
 freeciv-sound-standard - Civilization turn based strategy game (standard sound 
pack)
Changes: 
 freeciv (2.1.6-0exp1) experimental; urgency=low
 .
   * New upstream release, ggz stuff is broken in this build.
Checksums-Sha1: 
 adf9866c9f33e945b3fcbd80d6abd2fc2cd81cb3 1731 freeciv_2.1.6-0exp1.dsc
 75cc2a1a7e64a6e5714623df9fd7f1372e65468f 35177005 freeciv_2.1.6.orig.tar.gz
 37fcad9a982a943fd4d30e21e417a1429925eb99 30972 freeciv_2.1.6-0exp1.diff.gz
 e1b317dc7eaa8be7d0ad4fe0d94b647147f54ebe 11243502 
freeciv-data_2.1.6-0exp1_all.deb
 0acbb22cc75524e014b9be2f0eacaded7010306b 136716 
freeciv-sound-standard_2.1.6-0exp1_all.deb
 ca8426206abad575c48e2d5ffe9aa1cbdd40572e 528506 
freeciv-server_2.1.6-0exp1_i386.deb
 af7eb2332d8b06285a1f16c1e4256714da946fce 400236 
freeciv-client-xaw3d_2.1.6-0exp1_i386.deb
 3682cc447d97eafc77d9aeaa569991766860abc5 425326 
freeciv-client-gtk_2.1.6-0exp1_i386.deb
 a27d9da2861966ad4447c8485fc75372f44a6740 492824 
freeciv-client-sdl_2.1.6-0exp1_i386.deb
Checksums-Sha256: 
 66b46c5e72fffa369e06105480198726a0ef56ed5741321ae5427169b8277ab8 1731 
freeciv_2.1.6-0exp1.dsc
 39970e869a1544997219ffcaf16ae2d820a9701930fb17558d4af663852628ba 35177005 
freeciv_2.1.6.orig.tar.gz
 48a29553303b6a7937011e2a14b6e6ffe443276c1aeab82d2ae16cbd9c636a8f 30972 
freeciv_2.1.6-0exp1.diff.gz
 1481d887483a8b257d0dc735883e18bf7bda1b7e4fd665a4f870928a605b7c5a 11243502 
freeciv-data_2.1.6-0exp1_all.deb
 0bbd71a6038cff6e866243d473db75d5b1e6e4b4454ef7c619d025051e5baeb7 136716 
freeciv-sound-standard_2.1.6-0exp1_all.deb
 ad73eb2ca5a6df935846b23bc74b625b4a91adf68af8568363dfbf92a51c4d9c 528506 
freeciv-server_2.1.6-0exp1_i386.deb
 b1c8c90ac43d4ae3e0dd3d2e56dc33f4d5adec6ea04232743e43cbf02d31820b 400236 
freeciv-client-xaw3d_2.1.6-0exp1_i386.deb
 1fa960021b6ca32160740be86e545cd4859f314746a0ff8f95a9fe9bdc6c6b8e 425326 
freeciv-client-gtk_2.1.6-0exp1_i386.deb
 aa1ceacaf91cc9704f5c94022f5416b8900f5f6ea331a7f04a363d02e6ef867c 492824 
freeciv-client-sdl_2.1.6-0exp1_i386.deb
Files: 
 a425759d6e8030f23322b090357d1f2e 1731 games optional freeciv_2.1.6-0exp1.dsc
 5446d2e759617c565d30c250cc22aa41 35177005 games optional 
freeciv_2.1.6.orig.tar.gz
 456cfc441a9a3ce0a95386ad7e9cce42 30972 games optional 
freeciv_2.1.6-0exp1.diff.gz
 a6a51da4187898e4eb292d728e2960ed 11243502 games optional 
freeciv-data_2.1.6-0exp1_all.deb
 7c36ae091d44f6f1fbeb7a2c22715cef 136716 games optional 
freeciv-sound-standard_2.1.6-0exp1_all.deb
 c9f38556ebb699850b41aad7a95ccae2 528506 games optional 
freeciv-server_2.1.6-0exp1_i386.deb
 ac5dc9bcd0eda0c87f709978ded4a04d 400236 games optional 
freeciv-client-xaw3d_2.1.6-0exp1_i386.deb
 4bb74690425ac830badd027ba81deb4c 425326 games optional 
freeciv-client-gtk_2.1.6-0exp1_i386.deb
 12e37ba523e4564e6ff0795f054b41cc 492824 games optional 
freeciv-client-sdl_2.1.6-0exp1_i386.deb

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

iD8DBQFI6opQ5m0u66uWM3ARAvZIAJ44ASjovSTAN3pm572YuzClMr9rzACeM1Xe
d373MdvBkqfiXpJ3oxPGqlI=
=s1MA
-END PGP SIGNATURE-


Accepted:
freeciv-client-gtk_2.1.6-0exp1_i386.deb
  to pool/main/f/freeciv/freeciv-client-gtk_2.1.6-0exp1_i386.deb
freeciv-client-sdl_2.1.6-0exp1_i386.deb
  to pool/main/f/freeciv/freeciv-client-sdl_2.1.6-0exp1_i386.deb
freeciv-client-xaw3d_2.1.6-0exp1_i386.deb
  to pool/main/f/freeciv/freeciv-client-xaw3d_2.1.6-0exp1_i386.deb
freeciv-data_2.1.6-0exp1_all.deb
  to pool/main/f/freeciv/freeciv-data_2.1.6-0exp1_all.deb
freeciv-server_2.1.6-0exp1_i386.deb
  to pool/main/f/freeciv/freeciv-server_2.1.6-0exp1_i386.deb
freeciv-sound-standard_2.1.6-0exp1_all.deb
  to pool/main/f/freeciv/freeciv-sound-standard_2.1.6-0exp1_all.deb
freeciv_2.1.6-0exp1.diff.gz
  to pool/main/f/freeciv/freeciv_2.1.6-0exp1.diff.gz
freeciv_2.1.6-0exp1.dsc
  to pool/main/f/freeciv/freeciv_2.1.6-0exp1.dsc
freeciv_2.1.6.orig.tar.gz
  to pool/main/f/freeciv/freeciv_2.1.6.orig.tar.gz


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



Accepted haxe 1:2.0.1-1 (source i386)

2008-10-06 Thread Jens Peter Secher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Oct 2008 11:24:49 +0200
Source: haxe
Binary: haxe
Architecture: source i386
Version: 1:2.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Jens Peter Secher [EMAIL PROTECTED]
Changed-By: Jens Peter Secher [EMAIL PROTECTED]
Description: 
 haxe   - Web-oriented universal programming language
Changes: 
 haxe (1:2.0.1-1) experimental; urgency=low
 .
   * Newest CVS checkout for experimental.
   * Build against neko 1.8.0.
Checksums-Sha1: 
 8356a0da673ee4731fd2960270a7eba754f92cc4 1052 haxe_2.0.1-1.dsc
 38db923c4fc1f3a659c3c1e439bf8d1157e146f4 633672 haxe_2.0.1.orig.tar.gz
 819a613fbc982ac2cbc1261887c5d8f0d7c30689 14327 haxe_2.0.1-1.diff.gz
 0f777d04150ecab11a665660abb62a8c100c5faa 902320 haxe_2.0.1-1_i386.deb
Checksums-Sha256: 
 e5b90b4bb7e3d935b0941876871f9593841d8f0dbb6663045d070fbf5ae71fc2 1052 
haxe_2.0.1-1.dsc
 f226b4e659b9ae63636e3df32423ba1b3acf3dbbe453cbf0ea21bb20243617a0 633672 
haxe_2.0.1.orig.tar.gz
 418e6d70e4af0a31a91c1e5ab5344c60de058a5277dc1fc21184214cd36f858c 14327 
haxe_2.0.1-1.diff.gz
 b042f53fc6576027d5f23ee4924cea0c77c589d3125bed72571c4190742af05a 902320 
haxe_2.0.1-1_i386.deb
Files: 
 ea9ed2c963aaa9733b9900a7d6feae48 1052 devel optional haxe_2.0.1-1.dsc
 f5a886a525bf5f768725a594d57198c9 633672 devel optional haxe_2.0.1.orig.tar.gz
 078878bed44771046788e475dbb12f7a 14327 devel optional haxe_2.0.1-1.diff.gz
 06a78c9d5de560635cc245e0abf5125e 902320 devel optional haxe_2.0.1-1_i386.deb

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

iEYEARECAAYFAkjqinEACgkQDuWXiv5j6KGWpQCgzQVwtxLM1MYZyxL3mpFRX+H1
6tUAnA8ApMJwDVA/vjthMWH7jaDmtBIf
=12O4
-END PGP SIGNATURE-


Accepted:
haxe_2.0.1-1.diff.gz
  to pool/main/h/haxe/haxe_2.0.1-1.diff.gz
haxe_2.0.1-1.dsc
  to pool/main/h/haxe/haxe_2.0.1-1.dsc
haxe_2.0.1-1_i386.deb
  to pool/main/h/haxe/haxe_2.0.1-1_i386.deb
haxe_2.0.1.orig.tar.gz
  to pool/main/h/haxe/haxe_2.0.1.orig.tar.gz


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



Accepted db 4.7.25-5 (source all)

2008-10-06 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Oct 2008 13:29:59 -0400
Source: db
Binary: db4.7-doc libdb4.7-dev libdb4.7 db4.7-util libdb4.7++ libdb4.7++-dev 
libdb4.7-tcl libdb4.7-dbg libdb4.7-java libdb4.7-java-gcj libdb4.7-java-dev
Architecture: source all
Version: 4.7.25-5
Distribution: unstable
Urgency: low
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.7-doc  - Berkeley v4.7 Database Documentation [html]
 db4.7-util - Berkeley v4.7 Database Utilities
 libdb4.7   - Berkeley v4.7 Database Libraries [runtime]
 libdb4.7++ - Berkeley v4.7 Database Libraries for C++ [runtime]
 libdb4.7++-dev - Berkeley v4.7 Database Libraries for C++ [development]
 libdb4.7-dbg - Berkeley v4.7 Database Libraries [debug]
 libdb4.7-dev - Berkeley v4.7 Database Libraries [development]
 libdb4.7-java - Berkeley v4.7 Database Libraries for Java
 libdb4.7-java-dev - Berkeley v4.7 Database Libraries for Java [development]
 libdb4.7-java-gcj - Berkeley v4.7 Database Libraries for Java (native code)
 libdb4.7-tcl - Berkeley v4.7 Database Libraries for Tcl [module]
Changes: 
 db (4.7.25-5) unstable; urgency=low
 .
   * Apply upstream patch 4.7.25.1: [#16406] Replication clients should
 be able to open a sequence.
Checksums-Sha1: 
 15a34e9edc4f8ef8fcdafbd30c7368bcc9e30194 1441 db_4.7.25-5.dsc
 f74e046d545dfd23a723db72b1f7585699f4d377 45506 db_4.7.25-5.diff.gz
 8190826b7356d2663033aefa3035d58d31d755cd 7128852 db4.7-doc_4.7.25-5_all.deb
Checksums-Sha256: 
 d28e118700aa587913223788a6c6b03ad64f03df65938d5f40908f2259fa9c23 1441 
db_4.7.25-5.dsc
 a0de85124f03d3eb7c744a36880a651a66bc03940d36be203ea957df4f72ebca 45506 
db_4.7.25-5.diff.gz
 804c10589a6952d97d9de9630c07b591f6f2ad02b8f0119f46bb76acdaa803c7 7128852 
db4.7-doc_4.7.25-5_all.deb
Files: 
 2a6efe408086ae17d4701f358cd871c8 1441 libs standard db_4.7.25-5.dsc
 a9549d7941cfa14819fd4b15e19f32db 45506 libs standard db_4.7.25-5.diff.gz
 582cdd0e35cbcb466f0fdbeee5cb8254 7128852 doc optional 
db4.7-doc_4.7.25-5_all.deb

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

iD8DBQFI6pyO5m0u66uWM3ARArQjAJ90A+/TUkFF5uVW8+HwrAcgs+lsMACfdQgr
0FoXPIRZzHU95SZf+yRH0es=
=A7Dm
-END PGP SIGNATURE-


Accepted:
db4.7-doc_4.7.25-5_all.deb
  to pool/main/d/db/db4.7-doc_4.7.25-5_all.deb
db_4.7.25-5.diff.gz
  to pool/main/d/db/db_4.7.25-5.diff.gz
db_4.7.25-5.dsc
  to pool/main/d/db/db_4.7.25-5.dsc


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



Accepted libgda3 3.0.2-5 (source all i386)

2008-10-06 Thread Gustavo R. Montesino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 19:31:12 -0300
Source: libgda3
Binary: libgda3-3 libgda3-bin libgda3-common libgda3-dev libgda3-3-dbg 
libgda3-doc libgda3-mysql libgda3-odbc libgda3-postgres libgda3-sqlite
Architecture: source all i386
Version: 3.0.2-5
Distribution: unstable
Urgency: high
Maintainer: [EMAIL PROTECTED]
Changed-By: Gustavo R. Montesino [EMAIL PROTECTED]
Description: 
 libgda3-3  - GNOME Data Access library for GNOME2
 libgda3-3-dbg - GDA3 library and debugging symbols
 libgda3-bin - Binary files for GNOME Data Access library for GNOME2
 libgda3-common - Common files for GNOME Data Access library for GNOME2
 libgda3-dev - Development files for GNOME Data Access library for GNOME2
 libgda3-doc - Documentation files for GNOME Data Access library for GNOME2
 libgda3-mysql - MySQL backend plugin for GNOME Data Access library for GNOME2
 libgda3-odbc - ODBC backend plugin for GNOME Data Access library for GNOME2
 libgda3-postgres - PostgreSQL backend plugin for GNOME Data Access library for 
GNOME
 libgda3-sqlite - SQLite backend plugin for GNOME Data Access library for GNOME2
Closes: 500288
Changes: 
 libgda3 (3.0.2-5) unstable; urgency=high
 .
   * Acknowledge NMU, thanks Steve.
   * debian/control.in: build-depend on sqlite3 to make the sqlite version
 test on configure work correctly. (closes: #500288, LP: #145361)
Checksums-Sha1: 
 d70a2b9ee6c10a05e069a7a100699987138ed920 1752 libgda3_3.0.2-5.dsc
 f73342fdd9a5ebdc733bf3315499da11bcda9f29 10059 libgda3_3.0.2-5.diff.gz
 87e33d453dfec88fec9e4b2347cf15f0f0f3ce4c 859028 libgda3-common_3.0.2-5_all.deb
 71969ab4903a91d6762eed90e1d83c3928580b89 609304 libgda3-doc_3.0.2-5_all.deb
 7cb57737917af76d772d53f1b68611308c5e9d6c 541510 libgda3-3_3.0.2-5_i386.deb
 c66995e64f5826f409d0b78d0117919b21d036be 48646 libgda3-bin_3.0.2-5_i386.deb
 b254ce940abc6ca2586d4d83a0aedfdab687757b 588042 libgda3-dev_3.0.2-5_i386.deb
 a759498bdebede7610e1d3638ec977975a3f7735 1542940 libgda3-3-dbg_3.0.2-5_i386.deb
 c838aec8f95a38eb14e272f9ad13a8b8cd9f9372 34920 libgda3-mysql_3.0.2-5_i386.deb
 e541f4f9ac0c145690f956fe87cb15e4f55b5cec 12546 libgda3-odbc_3.0.2-5_i386.deb
 8d961c68e0ab99b21b87ffd7e462e53b84ef4fc3 43136 
libgda3-postgres_3.0.2-5_i386.deb
 dc619abf80077008a147068851f8672c02539e7a 240010 libgda3-sqlite_3.0.2-5_i386.deb
Checksums-Sha256: 
 14f86a3e4f37c29479faab8b86aa6808235832cf85ce9d9c03c6d0c9bcbf0760 1752 
libgda3_3.0.2-5.dsc
 503679ceb124a2a930e433f6ffd01639fc89669b4a3617f1669f4fdd84e9 10059 
libgda3_3.0.2-5.diff.gz
 cf0e1d7472ae84a5fcba88ca405956f7eda8ec0ab4f39e877cdf4706e3bf83fb 859028 
libgda3-common_3.0.2-5_all.deb
 8b2309d9b5d28dc505cd29f14fa3e84491a791c27ae1d389bf789848cc78964e 609304 
libgda3-doc_3.0.2-5_all.deb
 d0b6d7fe76cb71e119f4ba0a8eceb510b20315c1c97c0879551c86565eb1254a 541510 
libgda3-3_3.0.2-5_i386.deb
 de20003e3b2bf6aaabc3c5d500e00183264087f4b01f393bdbaf8208a6d41d7d 48646 
libgda3-bin_3.0.2-5_i386.deb
 05bdb86804196010bff50a2d49dcf8f7e1d4329b3942ebeaf796130cfa8299fd 588042 
libgda3-dev_3.0.2-5_i386.deb
 08fa959b304aac99b9af846b13a80e8634211bfe0c0161c4198a987a5339f594 1542940 
libgda3-3-dbg_3.0.2-5_i386.deb
 c72ab8b6c96e61ad9b43552550da596fdf3290ec780f5a936d2b91cd15016a7a 34920 
libgda3-mysql_3.0.2-5_i386.deb
 8c9f6a7bf4103c61b4179d576cfa642709dc48889da0d7cde3dfa081bcf09067 12546 
libgda3-odbc_3.0.2-5_i386.deb
 086a63b7333f9a43c8993952b1d30b4ad950dad9b20b8e464e4e3866e875474e 43136 
libgda3-postgres_3.0.2-5_i386.deb
 2e5596a315468d5cad30ac12f90ad26b0bf09b85cbafa80978d8e456da597297 240010 
libgda3-sqlite_3.0.2-5_i386.deb
Files: 
 89ea30d0b66cc7ed812343e782a1e2d8 1752 libs optional libgda3_3.0.2-5.dsc
 6d858810cf7ff57aecc833a711e84efa 10059 libs optional libgda3_3.0.2-5.diff.gz
 9998f04f0b5f58e91a905bc44027360e 859028 misc optional 
libgda3-common_3.0.2-5_all.deb
 3e5fdb6bde3196878c8bc8fbf9112c67 609304 doc optional 
libgda3-doc_3.0.2-5_all.deb
 cabba317b2b63b63adcc468eb3a64cc2 541510 libs optional 
libgda3-3_3.0.2-5_i386.deb
 08f906c646e3ba334f22c99ec6e84906 48646 misc optional 
libgda3-bin_3.0.2-5_i386.deb
 bc7f187de8e0de00dc8868660f723547 588042 libdevel optional 
libgda3-dev_3.0.2-5_i386.deb
 e618941a52587171e2c922a3470ac60e 1542940 libdevel extra 
libgda3-3-dbg_3.0.2-5_i386.deb
 6c44b913702ec2e96777337f6be1bcd3 34920 gnome optional 
libgda3-mysql_3.0.2-5_i386.deb
 d2a0fdb4c7c13e3bfe257093e0fdbfe3 12546 gnome optional 
libgda3-odbc_3.0.2-5_i386.deb
 b1f993adb6d75e55d74b23934db5d0cd 43136 gnome optional 
libgda3-postgres_3.0.2-5_i386.deb
 e255f1889797356f6efe796e5505bb73 240010 gnome optional 
libgda3-sqlite_3.0.2-5_i386.deb

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

iEYEARECAAYFAkjqq00ACgkQD4Az8LrKtsLFxgCbB8G+NfeJqLRqkqsw465RAP6x
UB4AoNnimMqG33rIDP9XePSj+dpJMN3X
=ezCa
-END PGP SIGNATURE-


Accepted:
libgda3-3-dbg_3.0.2-5_i386.deb
  to pool/main/libg/libgda3/libgda3-3-dbg_3.0.2-5_i386.deb
libgda3-3_3.0.2-5_i386.deb
  to 

Accepted cherokee 0.9.3-1 (source amd64)

2008-10-06 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 19:41:59 -0500
Source: cherokee
Binary: cherokee libcherokee-base0 libcherokee-base0-dev libcherokee-client0 
libcherokee-client0-dev libcherokee-config0 libcherokee-config0-dev 
libcherokee-server0 libcherokee-server0-dev cget
Architecture: source amd64
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 cget   - web page downloader
 cherokee   - extremely fast and flexible web server
 libcherokee-base0 - extremely fast and flexible web server - libraries
 libcherokee-base0-dev - extremely fast and flexible web server - development 
files
 libcherokee-client0 - extremely fast and flexible web server - libraries
 libcherokee-client0-dev - extremely fast and flexible web server - development 
files
 libcherokee-config0 - extremely fast and flexible web server - libraries
 libcherokee-config0-dev - extremely fast and flexible web server - development 
files
 libcherokee-server0 - extremely fast and flexible web server - libraries
 libcherokee-server0-dev - extremely fast and flexible web server - development 
files
Changes: 
 cherokee (0.9.3-1) unstable; urgency=low
 .
   * New upstream release
   * Updated debian/watch to follow the 0.9 branch
   * Change ownership of the log files to the user running cherokee (as
 otherwise it just won't start)
Checksums-Sha1: 
 87f36c553b0098b9b3d493c68dd41701c175f79d 1320 cherokee_0.9.3-1.dsc
 405640412e928b9262206b8e9ce33323e4f20e1a 3023790 cherokee_0.9.3.orig.tar.gz
 46279baf301d8697cfca63b9d86a8d6377ee3ce8 20274 cherokee_0.9.3-1.diff.gz
 fbe05837c754a83acc8e4dda5efa95dd0fa668cb 1766358 cherokee_0.9.3-1_amd64.deb
 024bd0a47cdf9227f6f9562656415eb71325a94d 202742 
libcherokee-base0_0.9.3-1_amd64.deb
 16a59a2b4ceccc75a5809fce5558fea406d221f5 240512 
libcherokee-base0-dev_0.9.3-1_amd64.deb
 885e0fec0de674239958c704b9705e4ee2fdeaea 136066 
libcherokee-client0_0.9.3-1_amd64.deb
 9427281b3f126a39c220fad0fca9b84af2a8469c 134962 
libcherokee-client0-dev_0.9.3-1_amd64.deb
 99ca00b81d722a95f44afc78aed28680eb8c5fdb 418610 
libcherokee-config0_0.9.3-1_amd64.deb
 c8394de8527e419456552662bd6f094531c73634 134426 
libcherokee-config0-dev_0.9.3-1_amd64.deb
 d2bd1b6fb028d5daed38e55ab102dbc50654adb8 483308 
libcherokee-server0_0.9.3-1_amd64.deb
 8f5c2fa4c4153e43ac500b3b3d43492d53555e0d 187446 
libcherokee-server0-dev_0.9.3-1_amd64.deb
 30ace76d229a5784847f96124feeef7329d117fa 133646 cget_0.9.3-1_amd64.deb
Checksums-Sha256: 
 60b786175712c6699664693488f2811d21aa41387224a630021c4e602c1805f9 1320 
cherokee_0.9.3-1.dsc
 deddaf65e982b5cbda89e67501c6f770a2c745289f3b231311d0540049257bf8 3023790 
cherokee_0.9.3.orig.tar.gz
 6dfbe0ac3720cb080264fea372dc7682b471c28c796153d25e5c962cb2959692 20274 
cherokee_0.9.3-1.diff.gz
 f055297a3c5224d08e89c1d3e869d0e3d76659672fca71a4c74f549582bd8b76 1766358 
cherokee_0.9.3-1_amd64.deb
 0027ee27e1575773b19b05965f7c855c38b94ed2d2ada9e87ea893ef309b67ab 202742 
libcherokee-base0_0.9.3-1_amd64.deb
 30db45347dc910f15924dce641827fcfb700de04576b10bb942c77da57c59733 240512 
libcherokee-base0-dev_0.9.3-1_amd64.deb
 fba9e5eb3d1b9ceb7eeabc4cd83839138c7426d2ced796c5d49ed213e3cd4b95 136066 
libcherokee-client0_0.9.3-1_amd64.deb
 f8a91bd3c76ce54ee55f41a3129a6023097cba7de29dc9e6f4b47b50f0da1979 134962 
libcherokee-client0-dev_0.9.3-1_amd64.deb
 2c41d89542333c11af515a040854902c3c9e9e0f7ae62f59512185f7555bdea8 418610 
libcherokee-config0_0.9.3-1_amd64.deb
 23b8d23b04373ef5b2579d4a18f90f5f55144509164c90accc499a724d032dfe 134426 
libcherokee-config0-dev_0.9.3-1_amd64.deb
 17de958f1af6c8d8e89fd016b52c302d55eeb22d80a353865fc4bc74b7c598ed 483308 
libcherokee-server0_0.9.3-1_amd64.deb
 7b4884d344aae7c968bd55564d59de6884d1707656c5bbfed0817b3d05a153f2 187446 
libcherokee-server0-dev_0.9.3-1_amd64.deb
 74dd2e6c2dec8bbc84bbdd281b31c8c2c5b14bb97a54ee30692f6265bde7caf0 133646 
cget_0.9.3-1_amd64.deb
Files: 
 34d020e57b3094ebdfffbeab07f0e387 1320 web optional cherokee_0.9.3-1.dsc
 801ca61bfa86d819c4e517f61a631033 3023790 web optional 
cherokee_0.9.3.orig.tar.gz
 704e14923b44c8c207d26a4653825883 20274 web optional cherokee_0.9.3-1.diff.gz
 343da12485a5f4cf5d224414fd9d311c 1766358 web optional 
cherokee_0.9.3-1_amd64.deb
 685920c229eb2068048e5f287cc4811a 202742 libs optional 
libcherokee-base0_0.9.3-1_amd64.deb
 8b12d360edfb9a241eaa9e473cf57898 240512 libdevel optional 
libcherokee-base0-dev_0.9.3-1_amd64.deb
 cca1f23bfbd80f419d243b1eaad0d086 136066 libs optional 
libcherokee-client0_0.9.3-1_amd64.deb
 e6475e6621d4467c39891f182c7e6a47 134962 libdevel optional 
libcherokee-client0-dev_0.9.3-1_amd64.deb
 e85e4ea0cb453817e2d8f8f4a4e4fad1 418610 libs optional 
libcherokee-config0_0.9.3-1_amd64.deb
 ff644a7382b70eda6a4d79783424026d 134426 libdevel optional 
libcherokee-config0-dev_0.9.3-1_amd64.deb
 28873643d80cee2c70d2909c71b3b8ba 483308 libs optional 
libcherokee-server0_0.9.3-1_amd64.deb
 

Accepted glide 2002.04.10-17 (source i386)

2008-10-06 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 00:49:42 +0300
Source: glide
Binary: glide2-bin libglide2 libglide2-dev libglide3 libglide3-dev
Architecture: source i386
Version: 2002.04.10-17
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover [EMAIL PROTECTED]
Changed-By: Guillem Jover [EMAIL PROTECTED]
Description: 
 glide2-bin - graphics library for 3Dfx Voodoo based cards - support programs
 libglide2  - graphics library for 3Dfx Voodoo based cards - shared libraries
 libglide2-dev - graphics library for 3Dfx Voodoo based cards - development 
files
 libglide3  - graphics library for 3Dfx Voodoo based cards - shared libraries
 libglide3-dev - graphics library for 3Dfx Voodoo based cards - development 
files
Closes: 484006 494465 494562 494804 495161 495253
Changes: 
 glide (2002.04.10-17) unstable; urgency=low
 .
   * Update packaging Vcs fields to the new URL.
   * Remove packaging svn information from debian/copyright.
   * Refer to LGPL-2 from common-licenses instead of just LGPL.
   * Debconf template translations:
 - Add Basque. (Closes: #494804)
   Thanks to Piarres Beobide [EMAIL PROTECTED].
 - Add Finnish. (Closes: #495253)
   Thanks to Esko Arajärvi [EMAIL PROTECTED].
 - Add Italian. (Closes: #494562)
   Thanks to Luca Monducci [EMAIL PROTECTED].
 - Add Japanese. (Closes: #495161)
   Thanks to Hideki Yamane [EMAIL PROTECTED].
 - Add Russian. (Closes: #494465)
   Thanks to Yuri Kozlov [EMAIL PROTECTED].
 - Add Swedish. (Closes: #484006)
   Thanks to Martin Bagge [EMAIL PROTECTED].
   * Update debconf .po files.
Checksums-Sha1: 
 5d8d10ad38cb38c5dd2042facbbb30937e736978 1335 glide_2002.04.10-17.dsc
 e4d1567d665cf9b727afdee6b1ee6b3c4b702c4b 98002 glide_2002.04.10-17.diff.gz
 0e53e73e6664187d34c8a07cf07fe72c41412a6e 377564 
libglide2_2002.04.10-17_i386.deb
 b45e18cf9de259ee8aef9deda8951557799dabb2 758712 
glide2-bin_2002.04.10-17_i386.deb
 ccaa87542a8fa2f3e6c2f2722aac6da5d851613b 29984 
libglide2-dev_2002.04.10-17_i386.deb
 66105bcf84fec973d76dae9e91e0da051ea10707 351682 
libglide3_2002.04.10-17_i386.deb
 646a063d92cfaea15d460cfa6d1351eee0c2a1cf 28498 
libglide3-dev_2002.04.10-17_i386.deb
Checksums-Sha256: 
 06d8e862244f5e292b6bfa728f1e42c14817b5c4adc2f9520b5eb981d8d07440 1335 
glide_2002.04.10-17.dsc
 8d2f2c0dcbe93f4e5262d2b64affeaf9d1c41947d0f091034864ebfe2eaa961a 98002 
glide_2002.04.10-17.diff.gz
 a70d03ffa8218fde41e0b8d5413acbfedcba3a91e54fcc16657289f70b5aba38 377564 
libglide2_2002.04.10-17_i386.deb
 6793e59781be12da9c5f9246e289522ea0b5b56fc5d664525c4484cc70c78f0b 758712 
glide2-bin_2002.04.10-17_i386.deb
 eddf350f1958c350ff31e24f6b050d3fe7fd0d46d8c321e0d6c79b15dabfd566 29984 
libglide2-dev_2002.04.10-17_i386.deb
 b0be0138fd9df5cbdeb2d23d1c2c8fbed0d3e2b8f2be682d4557eef3a1d47411 351682 
libglide3_2002.04.10-17_i386.deb
 eaf69a53bc9eb5e25ece64b3ccde7745bd6df8593830765abfcc95d378d4d5b4 28498 
libglide3-dev_2002.04.10-17_i386.deb
Files: 
 4e7094bf8b5c9c3c902939c3126d572a 1335 libs optional glide_2002.04.10-17.dsc
 588b1edc1f51883ba88b71efccd29b9d 98002 libs optional 
glide_2002.04.10-17.diff.gz
 a984313432c28e0597b32eb23669ff3e 377564 libs optional 
libglide2_2002.04.10-17_i386.deb
 cffca72fa6278f18c4a256d345bff6b8 758712 graphics optional 
glide2-bin_2002.04.10-17_i386.deb
 3a7c25c35f7a25e72dbc2791664550da 29984 libdevel optional 
libglide2-dev_2002.04.10-17_i386.deb
 db728667274e20d8377dca1144adf266 351682 libs optional 
libglide3_2002.04.10-17_i386.deb
 e7abb26dadbebf2e7a9e3f10437bc03c 28498 libdevel optional 
libglide3-dev_2002.04.10-17_i386.deb

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

iEYEARECAAYFAkjquLoACgkQuW9ciZ2SjJv8+gCcDzZuwxVfyKSDweIuAj3/3n2L
4fsAn163ihvcedlmMhyEj3PH119CmM+W
=KcRZ
-END PGP SIGNATURE-


Accepted:
glide2-bin_2002.04.10-17_i386.deb
  to pool/main/g/glide/glide2-bin_2002.04.10-17_i386.deb
glide_2002.04.10-17.diff.gz
  to pool/main/g/glide/glide_2002.04.10-17.diff.gz
glide_2002.04.10-17.dsc
  to pool/main/g/glide/glide_2002.04.10-17.dsc
libglide2-dev_2002.04.10-17_i386.deb
  to pool/main/g/glide/libglide2-dev_2002.04.10-17_i386.deb
libglide2_2002.04.10-17_i386.deb
  to pool/main/g/glide/libglide2_2002.04.10-17_i386.deb
libglide3-dev_2002.04.10-17_i386.deb
  to pool/main/g/glide/libglide3-dev_2002.04.10-17_i386.deb
libglide3_2002.04.10-17_i386.deb
  to pool/main/g/glide/libglide3_2002.04.10-17_i386.deb


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



Accepted mythtv-status 0.9.0-2 (source all)

2008-10-06 Thread Andrew Ruthven
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 26 Sep 2008 09:16:53 +1200
Source: mythtv-status
Binary: mythtv-status
Architecture: source all
Version: 0.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Andrew Ruthven [EMAIL PROTECTED]
Changed-By: Andrew Ruthven [EMAIL PROTECTED]
Description: 
 mythtv-status - Show the status of a MythTV backend
Changes: 
 mythtv-status (0.9.0-2) unstable; urgency=low
 .
   * The init.d script shouldn't check the return code anymore, as the
 return code may be 1 if there are any warnings present.  This
 has been stopping the MOTD from being updated.
Checksums-Sha1: 
 04f2c3d9dd0322dfba2da0d66b5acaf24e2c2dfa 1217 mythtv-status_0.9.0-2.dsc
 bb2db462a6bb2b48b449545345574ee6a26f928c 16340 mythtv-status_0.9.0-2.diff.gz
 520e4540bec5b1755cb2c07fec516cba7ae10f0c 28518 mythtv-status_0.9.0-2_all.deb
Checksums-Sha256: 
 59f54306f213cb7b6694a14bf81a808f55b1426a14f05fda8de6bcf33f954811 1217 
mythtv-status_0.9.0-2.dsc
 58a4723929bd96bcc06d7a83304007e9911c987982ca6759bfd4e09454beb47e 16340 
mythtv-status_0.9.0-2.diff.gz
 ba360a6d6c786c936d421e6f58ab0ed72ddc1207357e2f7239f3033307d4ee86 28518 
mythtv-status_0.9.0-2_all.deb
Files: 
 45d848da0ecaa1e808e475a919edf3fe 1217 misc extra mythtv-status_0.9.0-2.dsc
 8c8b52ecbe815600d85976b48145e008 16340 misc extra mythtv-status_0.9.0-2.diff.gz
 381cc25783caeed6461670a1f9644ea4 28518 misc extra mythtv-status_0.9.0-2_all.deb

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

iD8DBQFI6sDr0obODAxit5ERAhRQAJ9yX029PSgtp5o4kfTVMS6lPTeClQCghER8
hZLLjTRVRla+gv7IWHaTErM=
=ko5y
-END PGP SIGNATURE-


Accepted:
mythtv-status_0.9.0-2.diff.gz
  to pool/main/m/mythtv-status/mythtv-status_0.9.0-2.diff.gz
mythtv-status_0.9.0-2.dsc
  to pool/main/m/mythtv-status/mythtv-status_0.9.0-2.dsc
mythtv-status_0.9.0-2_all.deb
  to pool/main/m/mythtv-status/mythtv-status_0.9.0-2_all.deb


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



Accepted refpolicy 2:0.0.20080702-12 (source all)

2008-10-06 Thread Russell Coker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 13:17:01 +1100
Source: refpolicy
Binary: selinux-policy-default selinux-policy-mls selinux-policy-src 
selinux-policy-dev selinux-policy-doc
Architecture: source all
Version: 2:0.0.20080702-12
Distribution: unstable
Urgency: low
Maintainer: Russell Coker [EMAIL PROTECTED]
Changed-By: Russell Coker [EMAIL PROTECTED]
Description: 
 selinux-policy-default - Strict and Targeted variants of the SELinux policy
 selinux-policy-dev - Headers from the SELinux reference policy for building 
modules
 selinux-policy-doc - Documentation for the SELinux reference policy
 selinux-policy-mls - MLS (Multi Level Security) variant of the SELinux policy
 selinux-policy-src - Source of the SELinux reference policy for customization
Changes: 
 refpolicy (2:0.0.20080702-12) unstable; urgency=low
 .
   * Allow procmail to deliver mail to the unconfined home directories if
 daemon_access_unconfined_home is set.
   * Add the audioentropy module for use with the randomsound package.
   * Allow spamd_t the kill capability.
   * Make the default range for MCS __default__ users be s0-s0:c0.c1023,
 this fixes a problem with restarting daemons after logging in as non-root
 and running su -.
Checksums-Sha1: 
 dc4141b57fcb7559bf15ee7682aec35607bbce3b 1493 refpolicy_0.0.20080702-12.dsc
 83ea93363d944ff01bc0fa0b6c4aeb70081569d5 77558 
refpolicy_0.0.20080702-12.diff.gz
 9f3629cbbb141e623fb0a4b87adb02af55e06253 2093292 
selinux-policy-default_0.0.20080702-12_all.deb
 89b299a8e9274b41a88970341ee16c44e78effb8 2126870 
selinux-policy-mls_0.0.20080702-12_all.deb
 04ac83a9ec0441e37a4c3ac5743647b27246fa56 799250 
selinux-policy-src_0.0.20080702-12_all.deb
 ed05ac5589210759973b1737b81e0cb71f7e 703288 
selinux-policy-dev_0.0.20080702-12_all.deb
 7e492482b08702d7e5e5564d37102f3f2483dacc 423808 
selinux-policy-doc_0.0.20080702-12_all.deb
Checksums-Sha256: 
 d47b3dc9b7b15b1b3340fa5baf66ee302d836809f0fb70f10a12e927a6965583 1493 
refpolicy_0.0.20080702-12.dsc
 109531f5c2fee0c43c675e4668629bab71ec68651e17d82da56231f7e0d0cadc 77558 
refpolicy_0.0.20080702-12.diff.gz
 120446ee8b24cbff42c79f0d322980451bfd97f3918fe8ca1ad16417e6897565 2093292 
selinux-policy-default_0.0.20080702-12_all.deb
 32f6a1a22d80e09e2274504e5379ddbaf1c08a7b7276155eb895f533b8fb5123 2126870 
selinux-policy-mls_0.0.20080702-12_all.deb
 c8b04f1a3e90f42b8b87d27aa9d7c60779000d4f904f2351c1e218928cb6c16e 799250 
selinux-policy-src_0.0.20080702-12_all.deb
 5f9889c2cd09bccf6ca1570dd4860c62f4dfb00c66638fc5ab6db936de0e8793 703288 
selinux-policy-dev_0.0.20080702-12_all.deb
 ab0766a6db52a30d89d8193a510285ff3ebd38731e9b4bb1590cb5c78a787513 423808 
selinux-policy-doc_0.0.20080702-12_all.deb
Files: 
 9c3ba52d785977f9b98f97080176598f 1493 admin standard 
refpolicy_0.0.20080702-12.dsc
 77b888cec1e242bb7106bc79a2933db3 77558 admin standard 
refpolicy_0.0.20080702-12.diff.gz
 ff3b408323e0676740e4b396116ef509 2093292 admin standard 
selinux-policy-default_0.0.20080702-12_all.deb
 15703c5568b9fa7c4caee373b43293ee 2126870 admin extra 
selinux-policy-mls_0.0.20080702-12_all.deb
 0d575a21c1910b8df66d9cffec3781ba 799250 admin optional 
selinux-policy-src_0.0.20080702-12_all.deb
 d7a626ac7ccad0139ff69a9918c8d729 703288 admin optional 
selinux-policy-dev_0.0.20080702-12_all.deb
 a48d10a88f4190f184e08858ae475821 423808 doc optional 
selinux-policy-doc_0.0.20080702-12_all.deb

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

iD8DBQFI6si3wrB5/PXHUlYRAk7XAJ97tgSRE+kUEaNcetC7w6z7ditOKwCcCGm5
gDJZNr9B8WQtXcR0MPqpy5E=
=eDTw
-END PGP SIGNATURE-


Accepted:
refpolicy_0.0.20080702-12.diff.gz
  to pool/main/r/refpolicy/refpolicy_0.0.20080702-12.diff.gz
refpolicy_0.0.20080702-12.dsc
  to pool/main/r/refpolicy/refpolicy_0.0.20080702-12.dsc
selinux-policy-default_0.0.20080702-12_all.deb
  to pool/main/r/refpolicy/selinux-policy-default_0.0.20080702-12_all.deb
selinux-policy-dev_0.0.20080702-12_all.deb
  to pool/main/r/refpolicy/selinux-policy-dev_0.0.20080702-12_all.deb
selinux-policy-doc_0.0.20080702-12_all.deb
  to pool/main/r/refpolicy/selinux-policy-doc_0.0.20080702-12_all.deb
selinux-policy-mls_0.0.20080702-12_all.deb
  to pool/main/r/refpolicy/selinux-policy-mls_0.0.20080702-12_all.deb
selinux-policy-src_0.0.20080702-12_all.deb
  to pool/main/r/refpolicy/selinux-policy-src_0.0.20080702-12_all.deb


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



Accepted gpodder 0.13.0-1 (source all)

2008-10-06 Thread Thomas Perl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Oct 2008 21:39:41 +0200
Source: gpodder
Binary: gpodder
Architecture: source all
Version: 0.13.0-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Perl [EMAIL PROTECTED]
Changed-By: Thomas Perl [EMAIL PROTECTED]
Description: 
 gpodder- A free podcast aggregator written in PyGTK
Changes: 
 gpodder (0.13.0-1) unstable; urgency=low
 .
   * The A Thing About Machines release
   * Push Standards-Version to 3.8.0
   * Use dh_icons for updating the icon cache and remove custom postinst file
   * Suggest python-pymtp for new Media Transfer Protocol MP3 player support
   * Update application description to be more accurate for the recent version
   * Update website URL, year and e-mail address in debian/copyright file
Checksums-Sha1: 
 729e9db4b4b846ccb73937b6c6f512ca663e1b40 1075 gpodder_0.13.0-1.dsc
 c0d027f62150ef9f9f99b016641742def622d79b 360649 gpodder_0.13.0.orig.tar.gz
 c7a542f68b755e15bfcba66a8b72986790a811a7 4370 gpodder_0.13.0-1.diff.gz
 7eea3158535a7c728182ad8deda23f326c8cb0bd 240034 gpodder_0.13.0-1_all.deb
Checksums-Sha256: 
 464289e38b6fc1eb673c456db8dafdec62bef42d5612693173ff6e66edac9c38 1075 
gpodder_0.13.0-1.dsc
 fd4a74339afbaf4d7230f9a9b9e64bc2f629759448c3f317b9e8e5ba4162 360649 
gpodder_0.13.0.orig.tar.gz
 681c69f07ca4aee2a31f34db4dfaf4dc04e7b46962e6ec2d29a0c7b8dfd2284a 4370 
gpodder_0.13.0-1.diff.gz
 5299d4f6794cea2cd5022b29cd819be4f74525ddd5cb70dbf7fb9d4deff79489 240034 
gpodder_0.13.0-1_all.deb
Files: 
 d66f66f24ab0b85a3ba4c6b0609d8957 1075 x11 optional gpodder_0.13.0-1.dsc
 c83d953f0ad46d4a751b06aae4d6ad57 360649 x11 optional gpodder_0.13.0.orig.tar.gz
 3e04328b29bfa6aa00db09ca2654cd37 4370 x11 optional gpodder_0.13.0-1.diff.gz
 92712eee9b30012f42716ce1b7c3ceab 240034 x11 optional gpodder_0.13.0-1_all.deb

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

iEYEARECAAYFAkjqwuMACgkQpdwBkPlyvgMqOQCggA+PpacYfG8NZj4POsjCQFCy
NS8Ani15zenS1bH4+Cy3ER+ztM92fI0K
=ZJd4
-END PGP SIGNATURE-


Accepted:
gpodder_0.13.0-1.diff.gz
  to pool/main/g/gpodder/gpodder_0.13.0-1.diff.gz
gpodder_0.13.0-1.dsc
  to pool/main/g/gpodder/gpodder_0.13.0-1.dsc
gpodder_0.13.0-1_all.deb
  to pool/main/g/gpodder/gpodder_0.13.0-1_all.deb
gpodder_0.13.0.orig.tar.gz
  to pool/main/g/gpodder/gpodder_0.13.0.orig.tar.gz


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



Accepted plt-scheme 4.1.1-1 (source all amd64)

2008-10-06 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 05 Oct 2008 16:45:08 -0400
Source: plt-scheme
Binary: plt-scheme plt-scheme-doc
Architecture: source all amd64
Version: 4.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak [EMAIL PROTECTED]
Changed-By: Ari Pollak [EMAIL PROTECTED]
Description: 
 plt-scheme - PLT Scheme Programming Environment
 plt-scheme-doc - PLT Scheme Documentation
Closes: 491636
Changes: 
 plt-scheme (4.1.1-1) unstable; urgency=low
 .
   * Make sure cdbs' and dpkg-buildpackage's CFLAGS and CXXFLAGS aren't passed
 through to configure and make, so we don't get surprising behavior that
 upstream isn't expecting.
   * Update package description from PLT website (Closes: #491636)
Checksums-Sha1: 
 421530b6bd7ab0add86d967b8883f9395aa1493c 1376 plt-scheme_4.1.1-1.dsc
 c6e9cdbf7c0e1a1911a36a46f63ce22594fa282d 14611168 plt-scheme_4.1.1.orig.tar.gz
 0fb3e6faf9feee13f014bdf3ee05cdf0c81f25a0 14519 plt-scheme_4.1.1-1.diff.gz
 adc75472504bc67d6b4781e1f812eba3e48fb435 7502828 plt-scheme-doc_4.1.1-1_all.deb
 3290de6acc471429a825400a84fd083d1307a1b4 34617098 plt-scheme_4.1.1-1_amd64.deb
Checksums-Sha256: 
 d4b921068cd5fa288859128d453ffaeabb4d257424d53fa957b64abd6a56bbd1 1376 
plt-scheme_4.1.1-1.dsc
 600bda441325e032e2d96e84211b2aa244a009758e2b7543bbbdad927da03292 14611168 
plt-scheme_4.1.1.orig.tar.gz
 ee36412085cb6f090a3f71f7652457f8b2d8956100789b338f2f278fdd8641ab 14519 
plt-scheme_4.1.1-1.diff.gz
 5463f56b35fc474c5041adc0bf0e9df2c097aef8243679d7f23d85e60bbb1367 7502828 
plt-scheme-doc_4.1.1-1_all.deb
 51314c7695a5141a3965c9dc6e4dcb65ba891bc42c6865eb4b08a7f63ba9 34617098 
plt-scheme_4.1.1-1_amd64.deb
Files: 
 43b29a435c8bddd475145748623888f7 1376 interpreters optional 
plt-scheme_4.1.1-1.dsc
 8fd0917311246ab0ef65237f06cce436 14611168 interpreters optional 
plt-scheme_4.1.1.orig.tar.gz
 485d28b786b4e2e754f40f6f4d52a874 14519 interpreters optional 
plt-scheme_4.1.1-1.diff.gz
 654df631df61e292c7b90568b9c711cd 7502828 doc optional 
plt-scheme-doc_4.1.1-1_all.deb
 ddde781aa508993a21bda79947e52208 34617098 interpreters optional 
plt-scheme_4.1.1-1_amd64.deb

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

iEYEAREDAAYFAkjq2eQACgkQwO+u47cOQDuAuACfYp2zq2wADSO0fJ5ONLolIuSr
IpMAoIg8k5UKnmdPAeAMdjMbEupceLU9
=QcjS
-END PGP SIGNATURE-


Accepted:
plt-scheme-doc_4.1.1-1_all.deb
  to pool/main/p/plt-scheme/plt-scheme-doc_4.1.1-1_all.deb
plt-scheme_4.1.1-1.diff.gz
  to pool/main/p/plt-scheme/plt-scheme_4.1.1-1.diff.gz
plt-scheme_4.1.1-1.dsc
  to pool/main/p/plt-scheme/plt-scheme_4.1.1-1.dsc
plt-scheme_4.1.1-1_amd64.deb
  to pool/main/p/plt-scheme/plt-scheme_4.1.1-1_amd64.deb
plt-scheme_4.1.1.orig.tar.gz
  to pool/main/p/plt-scheme/plt-scheme_4.1.1.orig.tar.gz


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



Accepted svn-workbench 1.5.5-1 (source all)

2008-10-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 05:58:30 +0200
Source: svn-workbench
Binary: svn-workbench
Architecture: source all
Version: 1.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 svn-workbench - A Workbench for Subversion
Changes: 
 svn-workbench (1.5.5-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 fdd069ee69e2e7b9d6dd94cbed32466d09cfff8f 1066 svn-workbench_1.5.5-1.dsc
 c6c80bfb7ba66177a5afa931253a91e69c42fb55 565455 svn-workbench_1.5.5.orig.tar.gz
 e22bc8e888408bb741bf2d8bcbc312808ca55440 3685 svn-workbench_1.5.5-1.diff.gz
 c252da78e3c567b04359b02d3d2a5b87f0530ced 538876 svn-workbench_1.5.5-1_all.deb
Checksums-Sha256: 
 065aab8ec8c85af4c5f47788507c9060712723a776f367848b24aa86414dd2b5 1066 
svn-workbench_1.5.5-1.dsc
 583b5d1120559819e628122728d1aacdd95e5c27d3cc8b401c6867c3bf7bb7dd 565455 
svn-workbench_1.5.5.orig.tar.gz
 f5f1305695660724b17da13ab47c60fe3ab1b693932e849ae69afb381e831d8d 3685 
svn-workbench_1.5.5-1.diff.gz
 e72f49c789ea6da0f6a4b4b642fc194c08f831a5f77d55e4ca879d571d56c4c0 538876 
svn-workbench_1.5.5-1_all.deb
Files: 
 c761f3602df5211258151cd5a1dbc200 1066 devel optional svn-workbench_1.5.5-1.dsc
 6df9e3a4863af5af4f6a56518e1fc4c8 565455 devel optional 
svn-workbench_1.5.5.orig.tar.gz
 005eb4571e5e73590ffb794d983d88cd 3685 devel optional 
svn-workbench_1.5.5-1.diff.gz
 4eebf55ac297af27d1a826999ea249a3 538876 devel optional 
svn-workbench_1.5.5-1_all.deb

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

iEYEARECAAYFAkjq3vQACgkQStlRaw+TLJyuJACeNMGmSMDoMhOfdbHolLIlzC/v
CwMAn04Xu03woJ46u8QofPHIiOF03E9N
=WuSy
-END PGP SIGNATURE-


Accepted:
svn-workbench_1.5.5-1.diff.gz
  to pool/main/s/svn-workbench/svn-workbench_1.5.5-1.diff.gz
svn-workbench_1.5.5-1.dsc
  to pool/main/s/svn-workbench/svn-workbench_1.5.5-1.dsc
svn-workbench_1.5.5-1_all.deb
  to pool/main/s/svn-workbench/svn-workbench_1.5.5-1_all.deb
svn-workbench_1.5.5.orig.tar.gz
  to pool/main/s/svn-workbench/svn-workbench_1.5.5.orig.tar.gz


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



Accepted botan-devel 1.7.13-1 (source i386)

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

Format: 1.8
Date: Mon,  6 Oct 2008 21:27:00 +0200
Source: botan-devel
Binary: botan-devel-dbg libbotan1.7 libbotan1.7-dev
Architecture: source i386
Version: 1.7.13-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 botan-devel-dbg - multiplatform crypto library (debug)
 libbotan1.7 - multiplatform crypto library
 libbotan1.7-dev - multiplatform crypto library (development)
Changes: 
 botan-devel (1.7.13-1) unstable; urgency=low
 .
   * Merging upstream version 1.7.13.
Checksums-Sha1: 
 6bf9c6e5a7c1e9f40290f45262dcc48d6f95977e 1237 botan-devel_1.7.13-1.dsc
 f656bdb85bd4c735e70008e22c035a4acdca8c24 1896368 botan-devel_1.7.13.orig.tar.gz
 409ca6c707371fe02b371c450b9e58612a746485 9052 botan-devel_1.7.13-1.diff.gz
 df47c231db83420c739a16c4201b41bf1c8cc0c7 102646 
botan-devel-dbg_1.7.13-1_i386.deb
 95419b836c7468ca7b16b24314f53e62cce61963 963786 libbotan1.7_1.7.13-1_i386.deb
 962a4d6a5b690e8ee1af37f006bff7852d7da3fa 2215242 
libbotan1.7-dev_1.7.13-1_i386.deb
Checksums-Sha256: 
 68bfa9958420f8093573f86d6d3cb7e7595ba3d4da525c9d8b3e2d22e818cef7 1237 
botan-devel_1.7.13-1.dsc
 deb71eebba82ab24cd88f4f4bb13e0a922061a27638aeb24027129c0ef4cc357 1896368 
botan-devel_1.7.13.orig.tar.gz
 e4e22d03d14146f575f1eede6b7f58225fd7eb0607eccc08a46c668d93ef12d2 9052 
botan-devel_1.7.13-1.diff.gz
 9d94bcd59bb01adf5b5ad9259413b776d5556b286c8c9adebbd56c20e4b96d43 102646 
botan-devel-dbg_1.7.13-1_i386.deb
 517488f1bce87c8fdd69e8bea315adfc4784dc2fd601df254afa6d9546ac9ff6 963786 
libbotan1.7_1.7.13-1_i386.deb
 a3727027fd14981131df6faea7a38236a1ce968f50a74afd36844cb1eb656737 2215242 
libbotan1.7-dev_1.7.13-1_i386.deb
Files: 
 57f6c40e0e5a320bd5b069d42a7076a3 1237 libs optional botan-devel_1.7.13-1.dsc
 326aaf63bd619d82296b05fa2e34b970 1896368 libs optional 
botan-devel_1.7.13.orig.tar.gz
 8ece8c6960306ec113c3b7502e04d2ed 9052 libs optional 
botan-devel_1.7.13-1.diff.gz
 c84810146b15fb2ea229e4efc1f38c6d 102646 devel extra 
botan-devel-dbg_1.7.13-1_i386.deb
 4b7ace9f458fed8bc9936226a071142e 963786 libs optional 
libbotan1.7_1.7.13-1_i386.deb
 20f33894b6dae6d49ff97817aff898c0 2215242 libdevel optional 
libbotan1.7-dev_1.7.13-1_i386.deb

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

iEYEARECAAYFAkjqaAEACgkQ+C5cwEsrK54/4ACZASVpJ7CsTGDSuew79+NVacQI
mMUAoJ1WJq7nikXagANmjKiFrORppewc
=3qqI
-END PGP SIGNATURE-


Accepted:
botan-devel-dbg_1.7.13-1_i386.deb
  to pool/main/b/botan-devel/botan-devel-dbg_1.7.13-1_i386.deb
botan-devel_1.7.13-1.diff.gz
  to pool/main/b/botan-devel/botan-devel_1.7.13-1.diff.gz
botan-devel_1.7.13-1.dsc
  to pool/main/b/botan-devel/botan-devel_1.7.13-1.dsc
botan-devel_1.7.13.orig.tar.gz
  to pool/main/b/botan-devel/botan-devel_1.7.13.orig.tar.gz
libbotan1.7-dev_1.7.13-1_i386.deb
  to pool/main/b/botan-devel/libbotan1.7-dev_1.7.13-1_i386.deb
libbotan1.7_1.7.13-1_i386.deb
  to pool/main/b/botan-devel/libbotan1.7_1.7.13-1_i386.deb


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



Accepted pth 2.0.7-11 (source i386)

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

Format: 1.8
Date: Tue,  7 Oct 2008 06:38:00 +0200
Source: pth
Binary: libpth20 libpth-dev pth-dbg
Architecture: source i386
Version: 2.0.7-11
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 libpth-dev - The GNU Portable Threads (development)
 libpth20   - The GNU Portable Threads
 pth-dbg- The GNU Portable Threads (debug)
Closes: 492779
Changes: 
 pth (2.0.7-11) unstable; urgency=low
 .
   * Acknowledge NMU (Closes: #492779).
   * Correcting indenting in copyright file.
   * Updatingto debhelper 7.
   * Updating to standards 3.8.0.
   * Updating vcs fields in control file.
   * Using patch-stamp rather than patch in rules file.
Checksums-Sha1: 
 a5f4313ef08baf0dabe045e840014905ef8dbce8 1138 pth_2.0.7-11.dsc
 30071563afcda8107f8c9de73c379e0ed47236fc 6927 pth_2.0.7-11.diff.gz
 2aa2e5ba0347b539ee6151d34f18a7313b702220 78086 libpth20_2.0.7-11_i386.deb
 a60aeb8b81c49bd9ae30017b58e5a5cd35b2691c 135580 libpth-dev_2.0.7-11_i386.deb
 85851f5a0d8800d9fa4e88a7cd32898fcc238c4c 41866 pth-dbg_2.0.7-11_i386.deb
Checksums-Sha256: 
 683155d6e66cea4b8b21f692ae496741bccc4b1ea7aec846b06046c478c04879 1138 
pth_2.0.7-11.dsc
 03e333fea9f28c6325109dc3479d8483f7e9ce523cf99a740fa7db9bb2a08f5b 6927 
pth_2.0.7-11.diff.gz
 f8ef7f6b42cdcb2e1b8483040eb17de0ca9c405f34b29e3d4920199852b05de4 78086 
libpth20_2.0.7-11_i386.deb
 87e8bf918e617d155b94e58efd4118d8eb3e0d950320a4a9f5fd3ecd0aab8cdd 135580 
libpth-dev_2.0.7-11_i386.deb
 d71f0f996ba722fe2df9bd482bd63f9f15e10c539e17644be27864cb9cd44edc 41866 
pth-dbg_2.0.7-11_i386.deb
Files: 
 a9197c0fd822954dde455117dfa87aa2 1138 devel optional pth_2.0.7-11.dsc
 2fce16a3af917c4b96fb4d173357bc28 6927 devel optional pth_2.0.7-11.diff.gz
 62168c0a4962493718450e920c61e78d 78086 libs optional libpth20_2.0.7-11_i386.deb
 2264a627542f4b8af9b3a7bae24e923c 135580 libdevel optional 
libpth-dev_2.0.7-11_i386.deb
 80049f492db4cc4c0bb8e6eb058f06b0 41866 libdevel extra pth-dbg_2.0.7-11_i386.deb

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

iEYEARECAAYFAkjq6KMACgkQ+C5cwEsrK56+TACdEodC5BNHFGszbtifL3fJo/SL
PlMAoNInQHZTT6JrYTdzMgn+kKBGrO7h
=G4Nt
-END PGP SIGNATURE-


Accepted:
libpth-dev_2.0.7-11_i386.deb
  to pool/main/p/pth/libpth-dev_2.0.7-11_i386.deb
libpth20_2.0.7-11_i386.deb
  to pool/main/p/pth/libpth20_2.0.7-11_i386.deb
pth-dbg_2.0.7-11_i386.deb
  to pool/main/p/pth/pth-dbg_2.0.7-11_i386.deb
pth_2.0.7-11.diff.gz
  to pool/main/p/pth/pth_2.0.7-11.diff.gz
pth_2.0.7-11.dsc
  to pool/main/p/pth/pth_2.0.7-11.dsc


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