Bug#502264: ITP: pydkim -- Python module for DKIM signing and verification

2008-10-15 Thread Scott Kitterman
Package: wnpp
Severity: wishlist
Owner: Scott Kitterman [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: pydkim
  Version : 0.3
  Upstream Author : Greg Hewgill [EMAIL PROTECTED]
* URL : http://hewgill.com/pydkim/
* License : Other (See below)
  Programming Lang: Python
  Description : Python module for DKIM signing and verification

Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification.  It also provides helper scripts for command
line signing and verification.

Note: I intend to maintain the package in the Debian Python Modules
Team.

License:
This software is provided 'as-is', without any express or implied
warranty.  In no event will the author be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not
be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.

Copyright (c) 2008 Greg Hewgill http://hewgill.com

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

Kernel: Linux 2.6.27-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iEYEARECAAYFAkj1h70ACgkQHajaM93NaGr0eQCdHY17yBm7rGt4G+1VzWGiB4wA
GxYAn1MmALEkv/gzGa8tUIifkpmNnWGy
=hiP+
-END PGP SIGNATURE-



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



Re: Bug#502305: ITP: ulogd2 -- The Netfilter Userspace Logging Daemon, version 2

2008-10-15 Thread Faidon Liambotis
Pierre Chifflier wrote:
 Ulogd is already packaged in Debian, but I think ulogd2 should be proposed as
 a separate package, because:
 - they are completely different projects, supporting different targets (NFLOG)
   or features (connection tracking)
 - ulogd is still the stable daemon, for some time I think
 - some applications are based on version 1, and a transition to v2 require
   many changes
 - both can be installed at the same time
 - packages for ulogd2 will be completely different, for ex. using dbconfig
I'm sorry, I disagree. I think that ulogd should be updated to v2
post-lenny, since v1 is unsupported, hasn't released for some time and
has some serious limitations and bugs (e.g. doesn't work on 32-bit
userland/64-bit kernel systems, including sparc64 which is the only way
sparc systems will be supported in Debian in the future).

Even if we go the separate package name way for some time, this should
be a decision that the existing ulogd maintainers (which includes
myself)  should make and not someone else.
You are, of course, welcome to help and/or comaintain.

I've known about ulogd2 for some time but haven't worked on it because
of its instabilities that make it unsuitable for release. An upload to
experimental might make sense but I haven't worked on this (and neither
Achilleas, AFAIK) because of my lack of time.

If you intend to work on this, please try to coordinate with us.

Thanks,
Faidon


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



Re: Bug#502305: ITP: ulogd2 -- The Netfilter Userspace Logging Daemon, version 2

2008-10-15 Thread Pierre Chifflier
On Wed, Oct 15, 2008 at 04:31:26PM +0300, Faidon Liambotis wrote:
 Pierre Chifflier wrote:
  Ulogd is already packaged in Debian, but I think ulogd2 should be proposed 
  as
  a separate package, because:
  - they are completely different projects, supporting different targets 
  (NFLOG)
or features (connection tracking)
  - ulogd is still the stable daemon, for some time I think
  - some applications are based on version 1, and a transition to v2 require
many changes
  - both can be installed at the same time
  - packages for ulogd2 will be completely different, for ex. using dbconfig
 I'm sorry, I disagree. I think that ulogd should be updated to v2
 post-lenny, since v1 is unsupported, hasn't released for some time and
 has some serious limitations and bugs (e.g. doesn't work on 32-bit
 userland/64-bit kernel systems, including sparc64 which is the only way
 sparc systems will be supported in Debian in the future).

Yes, v2 resolves these problems .. However, given the differences
between v1 and v2 (have you looked at the config ?) are so important
that upgrading cleanly is almost impossible, and is not planned anyway
(I'm part of ulogd2 upstream, BTW).

 
 Even if we go the separate package name way for some time, this should
 be a decision that the existing ulogd maintainers (which includes
 myself)  should make and not someone else.
 You are, of course, welcome to help and/or comaintain.
 

I was under the impression that ulogd wasn't maintained, so I thought a
complete rewrite would be best - I should have asked before.
Since I would like to work on the packaging, would it be ok for a
co-maintainance ? (I'll send patches for review before uploading, if you
prefer).

 I've known about ulogd2 for some time but haven't worked on it because
 of its instabilities that make it unsuitable for release. An upload to
 experimental might make sense but I haven't worked on this (and neither
 Achilleas, AFAIK) because of my lack of time.

Yes.

 
 If you intend to work on this, please try to coordinate with us.
 

I'd like to work on this. Is it ok for you ?

(maybe we should discuss this directly, and trim the CC line)

Pierre


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



parallel builds using DEB_BUILD_OPTIONS

2008-10-15 Thread Steve M. Robbins
Hi,

The Policy Manual [1] gives the following recipe for supporting
parallel make:

ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
  NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
  MAKEFLAGS += -j$(NUMJOBS)
endif


Unfortunately, for packages that use recursive makefiles (the most
common practice) this results in the following warning

  make[1]: warning: -jN forced in submake: disabling jobserver mode.

which apparently is sub-optimal [2].  The issue in that MAKEFLAGS
is applied to each recursive make.  The recommended practice is to
supply -jN *only* to the initial invocation of make.  

It strikes me, therefore, that the policy manual should be updated,
removing MAKEFLAGS and instead showing an explicit make -J$(NUMJOBS) 

However, my problem is with cdbs: how can I supply -jN to only the
initial make?

Thanks,
-Steve


[1] http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
[2] http://make.paulandlesley.org/jobserver.html


signature.asc
Description: Digital signature


Re: Delivery reports about your e-mail

2008-10-15 Thread rescott
I apologize for this automatic reply to your email.

To control spam, I now allow incoming messages only from senders I
have approved beforehand.

If you would like to be added to my list of approved senders, please
fill out the short request form (see link below). Once I approve you,
I will receive your original message in my inbox. You do not need to
resend your message. I apologize for this one-time inconvenience.

Click the link below to fill out the request:

https://webmail.atl.earthlink.net/wam/[EMAIL PROTECTED]id=1kQ3KQ2E73Nl3qW1


Re: parallel builds using DEB_BUILD_OPTIONS

2008-10-15 Thread Stefano Zacchiroli
On Wed, Oct 15, 2008 at 07:17:41AM -0500, Steve M. Robbins wrote:
 It strikes me, therefore, that the policy manual should be updated,
 removing MAKEFLAGS and instead showing an explicit make -J$(NUMJOBS) 

Or better $(MAKE) -j$(NUMJOBS).

 However, my problem is with cdbs: how can I supply -jN to only the
 initial make?

Maybe it's a ugly hack, but what about:

DEB_MAKE_BUILD_TARGET = -j$(NUMJOBS) ACTUAL_BUILD_TARGET

It should work at least in case you are using only the makefile.mk
class, I haven't checked if it can be made to work with autotools.mk.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science \ PostDoc @ Univ. Paris 7
[EMAIL PROTECTED],pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è sempre /oo\ All one has to do is hit the right
uno zaino-- A.Bergonzoni \__/ keys at the right time -- J.S.Bach


signature.asc
Description: Digital signature


Re: Rejuvenated kernel-package uploaded to unstable, please test

2008-10-15 Thread Manoj Srivastava
On Tue, Oct 14 2008, Paul Wise wrote:

 On Tue, Oct 14, 2008 at 12:23 PM, Frans Pop [EMAIL PROTECTED] wrote:

 Problem is that even though this may avoid package conflicts, it is *not*
 correct given the way Debian currently looks for firmware. Also, it is
 not the way upstream recommends to install firmware.

 All (non-free) Debian firmware packages install the firmware files
 directly under /lib/firmware, not /lib/firmware/$kernel-version.

 And Debian's udev does not consider the kernel-version when looking for
 firmware. /lib/udev/hotplug.functions has:
 FIRMWARE_DIRS='/lib/firmware /usr/local/lib/firmware 
 /usr/lib/hotplug/firmware'

 In contrast, the latest upstream udev (130) has this:

 FIRMWARE_DIRS=/lib/firmware/$(uname -r) /lib/firmware

Seems like rpm spec files are likely to be changed as well.

manoj

---BeginMessage---
[Евгений Маначкин - Wed, Oct 15, 2008 at 11:54:34PM +0700]
| This is OK ?
| 
| --- linux-2.6.27/scripts/package/mkspec.orig2008-10-11 00:00:38.0 
+0700
| +++ linux-2.6.27/scripts/package/mkspec 2008-10-11 00:39:43.0 +0700
| @@ -64,8 +64,10 @@ fi
|  echo %install
|  echo %ifarch ia64
|  echo 'mkdir -p $RPM_BUILD_ROOT/boot/efi $RPM_BUILD_ROOT/lib/modules'
| +echo 'mkdir -p $RPM_BUILD_ROOT/boot/efi $RPM_BUILD_ROOT/lib/firmware'
|  echo %else
|  echo 'mkdir -p $RPM_BUILD_ROOT/boot $RPM_BUILD_ROOT/lib/modules'
| +echo 'mkdir -p $RPM_BUILD_ROOT/boot $RPM_BUILD_ROOT/lib/firmware'
|  echo %endif
| 
|  echo 'INSTALL_MOD_PATH=$RPM_BUILD_ROOT make %{_smp_mflags} modules_install'
| @@ -92,5 +94,6 @@ echo %files
|  echo '%defattr (-, root, root)'
|  echo %dir /lib/modules
|  echo /lib/modules/$KERNELRELEASE
| +echo /lib/firmware
|  echo /boot/*
|  echo 
| 

Evgeniy, it should be something like that

---
From: Evgeniy Manachkin [EMAIL PROTECTED]
Subject: [PATCH] mkspec - fix build rpm

Patch description goes here

Signed-off-by: Evgeniy Manachkin [EMAIL PROTECTED]
---
Patch body goes here

I didn't check the patch just show you the form of patch submission.
For example -- take a look on

http://lkml.org/lkml/2008/10/15/2
or
http://lkml.org/lkml/2008/10/15/20

Actually SubmittingPatches has a quite good description how to
make it right :)

- Cyrill -
---End Message---


-- 
Date: 23 Feb 90 19:04:55 GMT From: [EMAIL PROTECTED] (Randal
Schwartz) $,=' ';print grep(s/^.//, sort
2another,4hacker,,1Just,3Perl);
Manoj Srivastava [EMAIL PROTECTED] http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


Bug#502301: ITP: lldpd -- implementation of IEEE 802.1ab (LLDP)

2008-10-15 Thread Vincent Bernat
Package: wnpp
Severity: wishlist
Owner: Vincent Bernat [EMAIL PROTECTED]

* Package name: lldpd
  Version : 0.1
  Upstream Author : Vincent Bernat [EMAIL PROTECTED]
* URL : https://trac.luffy.cx/lldpd/
* License : MIT
  Programming Lang: C
  Description : implementation of IEEE 802.1ab (LLDP)

 LLDP is an industry standard protocol designed to supplant
 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
 LLDP is to provide an inter-vendor compatible mechanism to deliver
 Link-Layer notifications to adjacent network devices.

 This implementation provides LLDP sending and reception, supports
 VLAN and bond interfaces and includes an SNMP subagent that can
 interface to an SNMP agent through AgentX protocol.

 This daemon is also able to deal with CDP, SONMP and EDP protocol.
 

I have also an ITP on OpenLLDP (#488108) which is another
implementation. Unfortunately, some pieces were missing and upstream
seemed too busy to handle them. I have lost contact with upstream.

lldpd is a more complete implementation (but less portable, Linux
only).

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



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



Bug#502305: ITP: ulogd2 -- The Netfilter Userspace Logging Daemon, version 2

2008-10-15 Thread Pierre Chifflier
Package: wnpp
Severity: wishlist
Owner: Pierre Chifflier [EMAIL PROTECTED]

* Package name: ulogd2
  Version : 2.0.0beta2
  Upstream Author : Harald Welte and netfilter team
* URL : http://www.netfilter.org/projects/ulogd/
* License : GPLv2
  Programming Lang: C
  Description : The Netfilter Userspace Logging Daemon, version 2

 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG and NFLOG target, using ibnetfilter_log and libnetfilter_conntrack.
 Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 MySQL, PostgreSQL and SQLite 3 support is in separate packages, called
 ulogd-mysql, ulogd-pgsql and ulogd-sqlite3 respectively. pcap file support
 is in package called ulogd-pcap.

Ulogd is already packaged in Debian, but I think ulogd2 should be proposed as
a separate package, because:
- they are completely different projects, supporting different targets (NFLOG)
  or features (connection tracking)
- ulogd is still the stable daemon, for some time I think
- some applications are based on version 1, and a transition to v2 require
  many changes
- both can be installed at the same time
- packages for ulogd2 will be completely different, for ex. using dbconfig

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



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



Re: Changelog and patche

2008-10-15 Thread Pierre Habouzit
On Tue, Oct 14, 2008 at 05:19:16PM +, Laurent Guignard wrote:
 Hi,
 
 How to inssert into the Changlog file the description of patch.
 lintian ask ## DP: but when i put into the warning is alway here.
 
 Is there anywhere an example of typical Changelog file ?

Please, debian-devel is really not the place for such beginner
questions. You should use [EMAIL PROTECTED] or join
#debian-mentors on irc.debian.org for this.

TIA.

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


pgpLI9QsLxVRS.pgp
Description: PGP signature


debian-kernel (Re: kernel 2.6.27 in lenny?)

2008-10-15 Thread Filipus Klutiero

For kernel-related discussions, ask on debian-kernel.


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



Bug#502279: ITP: mpclib -- multiple precision complex floating-point library

2008-10-15 Thread Laurent Fousse
Package: wnpp
Severity: wishlist
Owner: Laurent Fousse [EMAIL PROTECTED]

* Package name: mpclib
  Version : 0.5
  Upstream Author : Andreas Enge, Philippe Théveny and Paul Zimmermann.
* URL : http://www.multiprecision.org/mpc/
* License : LGPL
  Programming Lang: C
  Description : multiple precision complex floating-point library

 MPC is a portable library written in C for arbitrary precision
 arithmetic on complex numbers providing correct rounding. For the time
 being, it contains all arithmetic operations over complex numbers, the
 exponential and the logarithm functions, the trigonometric and
 hyperbolic functions.
 .
 Ultimately, it should implement a multiprecision equivalent of the ISO
 C99 standard.
 .
 It builds upon the GNU MP and the MPFR libraries.


The source package is called mpclib because mpc is already taken. I
plan to name the binary packages libmpc{0,-dev}.

Laurent.

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




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



Accepted shibboleth-sp 1.3.1.dfsg1-3 (source i386)

2008-10-15 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Oct 2008 22:41:20 -0700
Source: shibboleth-sp
Binary: libshib-dev libshib6 libshib-target5 libapache2-mod-shib
Architecture: source i386
Version: 1.3.1.dfsg1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Shib Team [EMAIL PROTECTED]
Changed-By: Russ Allbery [EMAIL PROTECTED]
Description: 
 libapache2-mod-shib - Federated web single sign-on system (Apache module)
 libshib-dev - Federated web single sign-on system (development)
 libshib-target5 - Federated web single sign-on system (target runtime)
 libshib6   - Federated web single sign-on system (runtime)
Changes: 
 shibboleth-sp (1.3.1.dfsg1-3) unstable; urgency=low
 .
   * Unlink the correct Apache configuration on package removal.
   * Wait for shibd to exit on stop or restart.  This fixes a bug in
 restart that could lead to no new shibd being started because the old
 one had not yet exited.
   * Fix a syntax error in the shibd man page.
Checksums-Sha1: 
 6e2acc7ca66aef7507c20548dc749d6e2defa642 1563 shibboleth-sp_1.3.1.dfsg1-3.dsc
 d4bda7b7f2884c765eb92dbeda69ea4c4983d989 27454 
shibboleth-sp_1.3.1.dfsg1-3.diff.gz
 32bd88b04b473657e671cacd294ea5df7f82ffe3 420174 
libshib-dev_1.3.1.dfsg1-3_i386.deb
 a71af41bf2a2e270f7ac5074c75bc095c964cc70 78800 libshib6_1.3.1.dfsg1-3_i386.deb
 ebcb17c31a67ca9cd50d73099d6f5b86dd3bb9cb 197264 
libshib-target5_1.3.1.dfsg1-3_i386.deb
 5a7f01b0868cf325d28bf1c87cde6a8e0ff4f574 3507370 
libapache2-mod-shib_1.3.1.dfsg1-3_i386.deb
Checksums-Sha256: 
 875d5f14da7f673fcc8749e64a444d4fe999845a26c7ef670147c27c7b4b2359 1563 
shibboleth-sp_1.3.1.dfsg1-3.dsc
 8a13a705a7c71d6f91314777e806b252ad525007e142a749ae8e5bc49b14c0d4 27454 
shibboleth-sp_1.3.1.dfsg1-3.diff.gz
 a14b555df4360bb732bccb440792bba56f89acd073bed25c3232aeb0e7595eb8 420174 
libshib-dev_1.3.1.dfsg1-3_i386.deb
 37db7fd1c4975c502ae8550a197a3791530aabfeacb14b3ef316923b7812484e 78800 
libshib6_1.3.1.dfsg1-3_i386.deb
 44d1ae858d02d5443fdb31264c2f0ca20fa7bcb0b42cf8a31b787688f1151611 197264 
libshib-target5_1.3.1.dfsg1-3_i386.deb
 ea08b678dfea604bd3a05ebe2ba4bbd1a4bae98b69157072280d951ecf2101e0 3507370 
libapache2-mod-shib_1.3.1.dfsg1-3_i386.deb
Files: 
 4b5d9bcb8afac106d5a096f308bce817 1563 web optional 
shibboleth-sp_1.3.1.dfsg1-3.dsc
 2b5ac69c9d43e94352499a5df3c50c01 27454 web optional 
shibboleth-sp_1.3.1.dfsg1-3.diff.gz
 424de03e14b36ca6bf355b9309af7f5f 420174 libdevel extra 
libshib-dev_1.3.1.dfsg1-3_i386.deb
 c4d849dc1e591efe653001c60c0b0e99 78800 libs optional 
libshib6_1.3.1.dfsg1-3_i386.deb
 70edfee27052ce7d7582e239752861cb 197264 libs optional 
libshib-target5_1.3.1.dfsg1-3_i386.deb
 32583fc314eed72386121c0230654967 3507370 web optional 
libapache2-mod-shib_1.3.1.dfsg1-3_i386.deb

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

iEYEARECAAYFAkj1hScACgkQ+YXjQAr8dHatpACeImUbQdZa3N91Q1H0C0DFfzEu
/uAAnj7z3XJ17IXyd8Bqi54ZlGIY16qk
=rMIg
-END PGP SIGNATURE-


Accepted:
libapache2-mod-shib_1.3.1.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libapache2-mod-shib_1.3.1.dfsg1-3_i386.deb
libshib-dev_1.3.1.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libshib-dev_1.3.1.dfsg1-3_i386.deb
libshib-target5_1.3.1.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libshib-target5_1.3.1.dfsg1-3_i386.deb
libshib6_1.3.1.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libshib6_1.3.1.dfsg1-3_i386.deb
shibboleth-sp_1.3.1.dfsg1-3.diff.gz
  to pool/main/s/shibboleth-sp/shibboleth-sp_1.3.1.dfsg1-3.diff.gz
shibboleth-sp_1.3.1.dfsg1-3.dsc
  to pool/main/s/shibboleth-sp/shibboleth-sp_1.3.1.dfsg1-3.dsc


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



Accepted solr 1.2.0+ds2-2 (source all)

2008-10-15 Thread Jan-Pascal van Best
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 13 Oct 2008 11:54:46 +0200
Source: solr
Binary: solr-common solr-tomcat5.5
Architecture: source all
Version: 1.2.0+ds2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Jan-Pascal van Best [EMAIL PROTECTED]
Description: 
 solr-common - enterprise search server based on Lucene - common files
 solr-tomcat5.5 - enterprise search server based on Lucene - Tomcat integration
Closes: 483416
Changes: 
 solr (1.2.0+ds2-2) unstable; urgency=low
 .
   * Fix Swedish translation of debconf messages by renaming se.po to sv.po
 (closes: #483416).
   * Added DM-Upload-Allowed: yes to debian/control
   * Restricted dependency on liblucene2-java to version  2.4.0
Checksums-Sha1: 
 385c8c91581793bc979f3ef6ce9ad5b705b3ab9b 1655 solr_1.2.0+ds2-2.dsc
 a4559fd2e074bc02ae13324e465de3abaca375a2 13077 solr_1.2.0+ds2-2.diff.gz
 8c6c4229254f2c684bfe227e60bfa9e1b5609b58 1178696 
solr-common_1.2.0+ds2-2_all.deb
 4548f4cf16b67e61cc82b63e3fa6987a6867a167 4496 
solr-tomcat5.5_1.2.0+ds2-2_all.deb
Checksums-Sha256: 
 6c6a580eec4dc7eb713130bae61f3733da9994a0a51bb4dec1151e0121712cf1 1655 
solr_1.2.0+ds2-2.dsc
 d62a26d1b4d4d2ac1cd59d721155c9c9459a23e36aa9f547d7a3ad9062dd73b1 13077 
solr_1.2.0+ds2-2.diff.gz
 e9845200b95894da137532ca64d218a750bcf01262e963622d7cd5978f70982a 1178696 
solr-common_1.2.0+ds2-2_all.deb
 db5758ad5ca960c1f9ba62a77e6450dda882922b352ade138a6ffc574492efe9 4496 
solr-tomcat5.5_1.2.0+ds2-2_all.deb
Files: 
 038278abe9d0ad277e24de2d049cedc2 1655 web optional solr_1.2.0+ds2-2.dsc
 87beaf19f28cf2a63b817012b7abec08 13077 web optional solr_1.2.0+ds2-2.diff.gz
 84b6fa4286e6109f605d62d61b27ee05 1178696 web optional 
solr-common_1.2.0+ds2-2_all.deb
 ecd61755c94fe1173ffd281651034a94 4496 web optional 
solr-tomcat5.5_1.2.0+ds2-2_all.deb

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

iD8DBQFI9BSIazfo3TSzaFYRAlOMAJ4jX3UXesh0KIageowZc0xLEcIU2wCferJC
r7xrSNEAyh9tp9pYFG7rRE4=
=5ux4
-END PGP SIGNATURE-


Accepted:
solr-common_1.2.0+ds2-2_all.deb
  to pool/main/s/solr/solr-common_1.2.0+ds2-2_all.deb
solr-tomcat5.5_1.2.0+ds2-2_all.deb
  to pool/main/s/solr/solr-tomcat5.5_1.2.0+ds2-2_all.deb
solr_1.2.0+ds2-2.diff.gz
  to pool/main/s/solr/solr_1.2.0+ds2-2.diff.gz
solr_1.2.0+ds2-2.dsc
  to pool/main/s/solr/solr_1.2.0+ds2-2.dsc


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



Accepted lucene2 2.4.0+ds1-1 (source all)

2008-10-15 Thread Jan-Pascal van Best
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 11 Oct 2008 22:46:02 +0200
Source: lucene2
Binary: liblucene2-java liblucene2-java-doc
Architecture: source all
Version: 2.4.0+ds1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Jan-Pascal van Best [EMAIL PROTECTED]
Description: 
 liblucene2-java - Full-text search engine library for Java(TM)
 liblucene2-java-doc - Documentation for Lucene
Changes: 
 lucene2 (2.4.0+ds1-1) unstable; urgency=low
 .
   * New upstream version (2 patches patched)
   * Add DM-Upload-Allowed: Yes to debian/control
Checksums-Sha1: 
 162da24261ec215904e653389f1f1136cb13dcaa 1749 lucene2_2.4.0+ds1-1.dsc
 e1e7202fcdb63cddc8a04ccca3bc2e24be59e402 2724943 lucene2_2.4.0+ds1.orig.tar.gz
 c05f37b6611a297d0c068c532f07ee7797355bc2 10609 lucene2_2.4.0+ds1-1.diff.gz
 b95fe9a5aa60b2dd8895778efaa03b78cc4d8f01 1689340 
liblucene2-java_2.4.0+ds1-1_all.deb
 251fbda6697fc03051b20dec3db9fc3c1b10f037 4981086 
liblucene2-java-doc_2.4.0+ds1-1_all.deb
Checksums-Sha256: 
 538cb359fd48e3b154cbe4a80c996f7b8e3dba26d88af830acaf6e83c925255f 1749 
lucene2_2.4.0+ds1-1.dsc
 1e62aebe4fc4634fa4413ab4e49e14006dd37612b5e679eae06b7e6f411c5d2b 2724943 
lucene2_2.4.0+ds1.orig.tar.gz
 450d2071a93e49b4469bd9cefdfa781510ac929ea0e91aab62eb51bf3eb49c1e 10609 
lucene2_2.4.0+ds1-1.diff.gz
 e3a3919bfecd124c608677d7eeea1fb979c3cc146abe6e7016113f52b47ae0f1 1689340 
liblucene2-java_2.4.0+ds1-1_all.deb
 03999fe5c6c95404da30135860df4c276ee210e2f330bbde91a18d531e3ff8e6 4981086 
liblucene2-java-doc_2.4.0+ds1-1_all.deb
Files: 
 a4624e9ef84ea34c02b32091187296f2 1749 text optional lucene2_2.4.0+ds1-1.dsc
 60542311967927c90dc9a97310d8ce52 2724943 text optional 
lucene2_2.4.0+ds1.orig.tar.gz
 d3bf23d53d83dff815a093b17b36559e 10609 text optional 
lucene2_2.4.0+ds1-1.diff.gz
 1fce9ed80d27aa23fa6f55d97f322db4 1689340 text optional 
liblucene2-java_2.4.0+ds1-1_all.deb
 14027c74b9e713e35e8c1ed2068a6d7d 4981086 doc optional 
liblucene2-java-doc_2.4.0+ds1-1_all.deb

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

iD8DBQFI9BSEazfo3TSzaFYRAvLJAJ9RDmdS0mp0duRkDMtE19eDuqEuPQCZAfKX
UCNpZST6wOdgErHSULdxTxI=
=Zbdu
-END PGP SIGNATURE-


Accepted:
liblucene2-java-doc_2.4.0+ds1-1_all.deb
  to pool/main/l/lucene2/liblucene2-java-doc_2.4.0+ds1-1_all.deb
liblucene2-java_2.4.0+ds1-1_all.deb
  to pool/main/l/lucene2/liblucene2-java_2.4.0+ds1-1_all.deb
lucene2_2.4.0+ds1-1.diff.gz
  to pool/main/l/lucene2/lucene2_2.4.0+ds1-1.diff.gz
lucene2_2.4.0+ds1-1.dsc
  to pool/main/l/lucene2/lucene2_2.4.0+ds1-1.dsc
lucene2_2.4.0+ds1.orig.tar.gz
  to pool/main/l/lucene2/lucene2_2.4.0+ds1.orig.tar.gz


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



Accepted ferm 2.0.3-2 (source all)

2008-10-15 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 08:46:17 +0200
Source: ferm
Binary: ferm
Architecture: source all
Version: 2.0.3-2
Distribution: unstable
Urgency: low
Maintainer: ferm maintainers [EMAIL PROTECTED]
Changed-By: Alexander Wirt [EMAIL PROTECTED]
Description: 
 ferm   - maintain and setup complicated firewall rules
Closes: 501939
Changes: 
 ferm (2.0.3-2) unstable; urgency=low
 .
   [ Max Kellermann ]
   * added Finnish po translation (Closes: #501939)
Checksums-Sha1: 
 e1da67d97e117630b0ec047264c7a757d4bf936b 1055 ferm_2.0.3-2.dsc
 6f3944e578ef60f6e1a4e7dcb55c47c4eb22bfb8 10566 ferm_2.0.3-2.diff.gz
 66aa053f3fc109f5a2e5abed0c252730b3db6c07 100320 ferm_2.0.3-2_all.deb
Checksums-Sha256: 
 b38986f77fd87d58c5dad49fc7d293e86110de0b9634f6271b4d625f7ba6e76d 1055 
ferm_2.0.3-2.dsc
 6175265c8e6b27e1fbe7d3b0818a6f3fcf06640092b54487370f8e5fa3692fb0 10566 
ferm_2.0.3-2.diff.gz
 577e8a9cd7a6a8f2bb5f453029c196fc462750e76d4c773e1086310047a4e72d 100320 
ferm_2.0.3-2_all.deb
Files: 
 810f58624f2284779241149076649973 1055 net optional ferm_2.0.3-2.dsc
 ad20c915d682e12d8efe99b55091b373 10566 net optional ferm_2.0.3-2.diff.gz
 ea6df794c6b77de885d96f03ec17735a 100320 net optional ferm_2.0.3-2_all.deb

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

iEYEARECAAYFAkj1kdAACgkQ01u8mbx9AgrNcQCcDkKlHUlswnYXDYzrOp+czPiA
G0sAnRy/hFVjmbpGqn6/NwmtoZAoxMHr
=kiec
-END PGP SIGNATURE-


Accepted:
ferm_2.0.3-2.diff.gz
  to pool/main/f/ferm/ferm_2.0.3-2.diff.gz
ferm_2.0.3-2.dsc
  to pool/main/f/ferm/ferm_2.0.3-2.dsc
ferm_2.0.3-2_all.deb
  to pool/main/f/ferm/ferm_2.0.3-2_all.deb


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



Accepted setools 3.3.5.ds-5 (source all amd64)

2008-10-15 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 00:56:40 -0500
Source: setools
Binary: setools libsefs4 libsefs-dev libseaudit4 libseaudit-dev libapol4 
libapol-dev libpoldiff1 libpoldiff-dev libqpol1 libqpol-dev libsetools-jni 
libsetools-java libsetools-tcl python-setools
Architecture: source amd64 all
Version: 3.3.5.ds-5
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 libapol-dev - Security Enhanced Linux policy analysis development
 libapol4   - Security Enhanced Linux policy analysis library
 libpoldiff-dev - Security Enhanced Linux semantic policy differences 
development
 libpoldiff1 - Security Enhanced Linux semantic policy differences library
 libqpol-dev - Security Enhanced Linux policy abstraction development
 libqpol1   - Security Enhanced Linux policy abstraction library
 libseaudit-dev - Security Enhanced Linux audit message parser development
 libseaudit4 - Security Enhanced Linux audit message parsing library
 libsefs-dev - Security Enhanced Linux file context management development
 libsefs4   - Security Enhanced Linux file context management
 libsetools-java - SETools Java bindings (architecture-independent)
 libsetools-jni - SETools Java bindings (architecture-dependent)
 libsetools-tcl - SETools Tcl bindings
 python-setools - SETools Python bindings
 setools- tools for Security Enhanced Linux policy analysis
Changes: 
 setools (3.3.5.ds-5) unstable; urgency=low
 .
   * [a636aeb] Unpack the path object before using in string.
Checksums-Sha1: 
 d8517c24c78251b487b4d1c0409f86452e3a9b11 1761 setools_3.3.5.ds-5.dsc
 9215ddc2a4219f21e31f4cf1433d2d1c236f0e85 36445 setools_3.3.5.ds-5.diff.gz
 4dddbc457b8bb891ab1f10d279c37374ad9e1f48 1427634 setools_3.3.5.ds-5_amd64.deb
 672bd1604d161b97e512004bb677d5afd9477a23 89074 libsefs4_3.3.5.ds-5_amd64.deb
 8351c195a3c8b7d8f0bb5977cd968fa20c89ff94 256340 
libsefs-dev_3.3.5.ds-5_amd64.deb
 a77caefa779b486c47e8df2a750c5180f1a19831 83014 libseaudit4_3.3.5.ds-5_amd64.deb
 124d42fa3e349de4b0a3cf7961b21a72a8c9e6e6 217718 
libseaudit-dev_3.3.5.ds-5_amd64.deb
 8b5caeab8131d71cfb90b830199695fa29aa52b0 129126 libapol4_3.3.5.ds-5_amd64.deb
 aacf2dc82fc08fad50777cc88a3c5a1b053b4107 411622 
libapol-dev_3.3.5.ds-5_amd64.deb
 8bfcbd93fd742bf809286e3027ac18e9094fd2d2 94672 libpoldiff1_3.3.5.ds-5_amd64.deb
 9adcecc3d0dc9458056ba6af39c29081468b5f1d 268828 
libpoldiff-dev_3.3.5.ds-5_amd64.deb
 e720ffbfabb9f7e89be66275151cc9d48bfc5df8 221112 libqpol1_3.3.5.ds-5_amd64.deb
 130499ef2a5a38ba7d392bc1323c9fc730895018 1008006 
libqpol-dev_3.3.5.ds-5_amd64.deb
 3e45bac74bbf11838fc4185805eb0d9cef5731c4 357940 
libsetools-jni_3.3.5.ds-5_amd64.deb
 767552aff79b5d951d363edfe2ec4b426c270913 665396 
libsetools-tcl_3.3.5.ds-5_amd64.deb
 d1b2a75454a8a3d14082a96416b077169eac61d1 530616 
python-setools_3.3.5.ds-5_amd64.deb
 213536a188b312b02f4ab09240076b68859f507a 181464 
libsetools-java_3.3.5.ds-5_all.deb
Checksums-Sha256: 
 30748cf2c81e1601f0a0f1728267a643d346ce824f7d2652f5edd1351ec96d3f 1761 
setools_3.3.5.ds-5.dsc
 026b6b28238aae973bcc70a96ecabe8462bbfcc30184747f6713a13ddf4216a9 36445 
setools_3.3.5.ds-5.diff.gz
 8fcf7a4ff31319d8671cd23960094028a515e9a557aca05e23f32819c583ac90 1427634 
setools_3.3.5.ds-5_amd64.deb
 b9c19df92e945b820434a6ba5936ee4c2abaf2d385c8776409fb9a224c3e8adb 89074 
libsefs4_3.3.5.ds-5_amd64.deb
 11531ff0384d966a5ee38d3a70d062cb83438638084bdf7c434ea4bf83cb4334 256340 
libsefs-dev_3.3.5.ds-5_amd64.deb
 94d8c271e366b5652f258d695670082f19fc6ea4b5cd3909076442538c42d6cf 83014 
libseaudit4_3.3.5.ds-5_amd64.deb
 b2baeea537a042d8fff44ab68c22535476fddbddacf44c29606e1a9a43986e68 217718 
libseaudit-dev_3.3.5.ds-5_amd64.deb
 682e5c8728b9986d81cd96a56ed8f84ba8be088847926aa032729a77c868489f 129126 
libapol4_3.3.5.ds-5_amd64.deb
 854193bbec265adc8866450838cc2049053a6a3c75392d21613a02e3ee2a20f0 411622 
libapol-dev_3.3.5.ds-5_amd64.deb
 563dcf9fa012e7edb3bfc55328615c0728c7b25b8876564558e69ffb9cb561a3 94672 
libpoldiff1_3.3.5.ds-5_amd64.deb
 66c2b3ddc9267becefe79152b082845e6c0135decb9a71d90ec8898a1c2b3c2d 268828 
libpoldiff-dev_3.3.5.ds-5_amd64.deb
 c071963353b33249d3df9e200643c60a70f37cffd0eee80bef6ba5149a305a2b 221112 
libqpol1_3.3.5.ds-5_amd64.deb
 2a49c32ab41e2186c23c13f7deea794c1b900fb79e9183c5efa7b2c461160703 1008006 
libqpol-dev_3.3.5.ds-5_amd64.deb
 198d5c93ad66f00a2d55fa32d193db192c7661cff6ee8cef25038be4744ba28c 357940 
libsetools-jni_3.3.5.ds-5_amd64.deb
 036f31787d14505473fd526bc0623de92544a9ad4f61f87a5150970e7c81ca65 665396 
libsetools-tcl_3.3.5.ds-5_amd64.deb
 a915a69f1d4ac89a9fe4bca7cbeae8bd935bf44de7e35a906a67eb4d6a46bc71 530616 
python-setools_3.3.5.ds-5_amd64.deb
 68155e39174a2a3fe9f9b8715aaa75f6217e5a333f3f11fa1996474a48ace562 181464 
libsetools-java_3.3.5.ds-5_all.deb
Files: 
 b9adeae0e7414251024336a455186a50 1761 admin optional setools_3.3.5.ds-5.dsc
 4e2c38c2c93738441f2cb236ff247fef 36445 admin optional 
setools_3.3.5.ds-5.diff.gz
 

Accepted hplip 2.8.6.b-3 (source all i386)

2008-10-15 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 23:44:41 +1100
Source: hplip
Binary: hplip hplip-data hplip-gui hplip-dbg hplip-doc hpijs-ppds hpijs
Architecture: source all i386
Version: 2.8.6.b-3
Distribution: unstable
Urgency: low
Maintainer: Debian HPIJS and HPLIP maintainers [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 hpijs  - HP Linux Printing and Imaging - gs IJS driver (hpijs)
 hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files
 hplip  - HP Linux Printing and Imaging System (HPLIP)
 hplip-data - HP Linux Printing and Imaging - data files
 hplip-dbg  - HP Linux Printing and Imaging - debugging information
 hplip-doc  - HP Linux Printing and Imaging - documentation
 hplip-gui  - HP Linux Printing and Imaging - GUI utilities
Closes: 490640 502055
Changes: 
 hplip (2.8.6.b-3) unstable; urgency=low
 .
   * hplip Replaces hplip-gui ( 2.8.6.b-2)
 - File conflict with hplip-gui (Closes: #502055)
   * Apply patch (faulty scanext.so) from dwelsh
 - hp-scan: Aborts with a traceback when trying to scan.
 hplip-2.8.6-hp_scan_link.dpatch (Closes: #490640)
   * Sync Ubuntu patches  changes:
   debian/patches/pdf_printing_support.dpatch
   debian/patches/pjl-duplex-binding.dpatch
   debian/patches/kde4-kdesudo-support.dpatch
   debian/patches/bugs-in-generated-ppds.dpatch
 - Exclude /usr/share/hplip/install.py
 - hplip-gui requires one of gksu, kdesu, and kdesudo
 - debian/rules: Add *cupsFilter lines for PDF input
   * unused-override debian/{hpijs,hplip-data}.lintian
Checksums-Sha1: 
 0d1bb5d7491d876c09608911672d4689d1ccc592 1651 hplip_2.8.6.b-3.dsc
 6f6c2f115a8df8360a70fa836d11a117fb9f9600 78355 hplip_2.8.6.b-3.diff.gz
 5d7199853b53edda3cdcf692dec1418a97018b23 6984462 hplip-data_2.8.6.b-3_all.deb
 e086cb0f030edc267d14b532eef29afd75927d1a 51872 hplip-gui_2.8.6.b-3_all.deb
 60339f06ef81b6c964d165226c7893dffea65af8 652350 hplip-doc_2.8.6.b-3_all.deb
 016610446262d2d22654fe7081b8c7ea9c93dd60 1923836 hpijs-ppds_2.8.6.b-3_all.deb
 b14b15c4af11c7218923dde59dec9c89c9f5c4ab 237564 hplip_2.8.6.b-3_i386.deb
 bfbb2989f9aaf0029d0a9557d6dcd547553daa58 764108 hplip-dbg_2.8.6.b-3_i386.deb
 24c7eed6f0ee868d8a8c817bd7c5fb2c646d2fd6 320004 hpijs_2.8.6.b-3_i386.deb
Checksums-Sha256: 
 02f85fa4e84ada90c281f42e6a7f450b2288fbc1b92f0a3c39ef6f5c514a861f 1651 
hplip_2.8.6.b-3.dsc
 450fbbc4ed87c8c2a57ad329b388c94f915ac21f5d4ca2ddb026cc358515dc57 78355 
hplip_2.8.6.b-3.diff.gz
 892b95fcff4323972b076c449c9c5e1e6ddb3e3fdd58c930a42d9e6cea4350e9 6984462 
hplip-data_2.8.6.b-3_all.deb
 f51634ae84741da2177e04859b8e6099ae7db34e11b6c11a1f0c76b5ccd2bdd1 51872 
hplip-gui_2.8.6.b-3_all.deb
 eba19b3568b4aebb037fb6b86bf011bf6fe363c4134f139924c5dbfc451e9831 652350 
hplip-doc_2.8.6.b-3_all.deb
 f9bf7786f26f040cd4bf2e274b72093fd768f7d795fc2d0676d28db12f002cb0 1923836 
hpijs-ppds_2.8.6.b-3_all.deb
 887a41a691f5b85e352e887a5c44225bda96fee9c2e40e9ee5afe295b6993f76 237564 
hplip_2.8.6.b-3_i386.deb
 d3ab9866713c4e47ff772081a4bf95f53ebe722c9beebfd6d2b299602b9b3178 764108 
hplip-dbg_2.8.6.b-3_i386.deb
 8ef6fb3d62928c04f1dadc1dc608555f0f73c1ce56f718191c79180cca7123f6 320004 
hpijs_2.8.6.b-3_i386.deb
Files: 
 0b62de01510e70c0ab00daa0b612e226 1651 utils optional hplip_2.8.6.b-3.dsc
 99eef44b65a5b50f0488696bf74609ec 78355 utils optional hplip_2.8.6.b-3.diff.gz
 ec8d756bc0f73e0c331c71f79055e284 6984462 utils optional 
hplip-data_2.8.6.b-3_all.deb
 7577c8058ccd28f027da8868852098e1 51872 utils optional 
hplip-gui_2.8.6.b-3_all.deb
 b3e8238207275ed6113f95a4fe860b25 652350 doc optional 
hplip-doc_2.8.6.b-3_all.deb
 49203872a95aa758b5a93a60871d46af 1923836 utils optional 
hpijs-ppds_2.8.6.b-3_all.deb
 643699744da4cb3bb6917bb14d38a39d 237564 utils optional hplip_2.8.6.b-3_i386.deb
 b3d55c98b8e5970563c699e4d2fd3134 764108 utils extra 
hplip-dbg_2.8.6.b-3_i386.deb
 373721ad1320e03ea9602749c3e578c1 320004 text optional hpijs_2.8.6.b-3_i386.deb

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

iEYEARECAAYFAkj15lgACgkQoCzanz0IthICuQCbBh2tjp5lao08cPwJDghDzuIP
mWYAn1zZI9EFSyCe0X6OjoXK1EiAFuco
=TYkQ
-END PGP SIGNATURE-


Accepted:
hpijs-ppds_2.8.6.b-3_all.deb
  to pool/main/h/hplip/hpijs-ppds_2.8.6.b-3_all.deb
hpijs_2.8.6.b-3_i386.deb
  to pool/main/h/hplip/hpijs_2.8.6.b-3_i386.deb
hplip-data_2.8.6.b-3_all.deb
  to pool/main/h/hplip/hplip-data_2.8.6.b-3_all.deb
hplip-dbg_2.8.6.b-3_i386.deb
  to pool/main/h/hplip/hplip-dbg_2.8.6.b-3_i386.deb
hplip-doc_2.8.6.b-3_all.deb
  to pool/main/h/hplip/hplip-doc_2.8.6.b-3_all.deb
hplip-gui_2.8.6.b-3_all.deb
  to pool/main/h/hplip/hplip-gui_2.8.6.b-3_all.deb
hplip_2.8.6.b-3.diff.gz
  to pool/main/h/hplip/hplip_2.8.6.b-3.diff.gz
hplip_2.8.6.b-3.dsc
  to pool/main/h/hplip/hplip_2.8.6.b-3.dsc
hplip_2.8.6.b-3_i386.deb
  to pool/main/h/hplip/hplip_2.8.6.b-3_i386.deb


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



Accepted koffice 1:1.9.98.1-1 (source all i386)

2008-10-15 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Oct 2008 15:34:15 +0200
Source: koffice
Binary: koffice koffice-doc koffice-doc-html karbon kchart kplato kpresenter 
krita krita-data kspread kword kword-data kthesaurus koffice-libs koffice-data 
koffice-dev koffice-dbg
Architecture: source all i386
Version: 1:1.9.98.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 karbon - a vector graphics application for the KDE Office Suite
 kchart - a chart drawing program for the KDE Office Suite
 koffice- KDE Office Suite
 koffice-data - common shared data for the KDE Office Suite
 koffice-dbg - debugging symbols for KOffice
 koffice-dev - common libraries for KOffice (development files)
 koffice-doc - developer documentation for the KDE Office Suite
 koffice-doc-html - KDE Office Suite documentation in HTML format
 koffice-libs - common libraries and binaries for the KDE Office Suite
 kplato - an integrated project management and planning tool
 kpresenter - a presentation program for the KDE Office Suite
 krita  - a pixel-based image manipulation program for the KDE Office Suite
 krita-data - data files for Krita painting program
 kspread- a spreadsheet for the KDE Office Suite
 kthesaurus - thesaurus for the KDE Office Suite
 kword  - a word processor for the KDE Office Suite
 kword-data - data files for KWord word processor
Changes: 
 koffice (1:1.9.98.1-1) experimental; urgency=low
 .
   * New upstream release, second beta.
   * Remove build depend on libkdcraw5-dev for now.
   * Update installed files.
Checksums-Sha1: 
 4e605e7a47127d57246405ebe015c11975113565 1696 koffice_1.9.98.1-1.dsc
 4718ca9de0507d4295b48e8ed38670fa345ad3fc 90244158 koffice_1.9.98.1.orig.tar.gz
 6d27379decb99c07dc48924d065b5b0198aae1d4 34062 koffice_1.9.98.1-1.diff.gz
 ce04ce6aea4863286c07f9ac97d32cd39e0cd084 6876 koffice_1.9.98.1-1_all.deb
 a334d750821e944fdc3311d0a736cf408ac9964a 6530 koffice-doc_1.9.98.1-1_all.deb
 cf115036f5d2778567a0281ad966cf0cfb0ef107 31102902 
koffice-doc-html_1.9.98.1-1_all.deb
 ffac6d383d46ece30646a1301fc2ed8bd32b26f9 1399274 krita-data_1.9.98.1-1_all.deb
 09535fd98b7fb0b7cd7405f30f6e2436460a2970 180502 kword-data_1.9.98.1-1_all.deb
 7c51c9205264f85ae7168d6a5c94627d2a88b7b6 1385178 
koffice-data_1.9.98.1-1_all.deb
 87b8f03b95c1bf12e71745e093e90136410a8cf0 658148 karbon_1.9.98.1-1_i386.deb
 2a7f8526d31aad91d1fc56935857d171c5cb4c4e 944144 kchart_1.9.98.1-1_i386.deb
 7218b1d4d3f8324215e5f530188f292ebcbd8034 1623556 kplato_1.9.98.1-1_i386.deb
 3eaf21517228039e6bb09fe128ed7a460c45eb22 503708 kpresenter_1.9.98.1-1_i386.deb
 51968828b0b407fb83d3cc8a5797bf827f2d27a9 3642632 krita_1.9.98.1-1_i386.deb
 545fda3b1bd2ebaeb56c851ca53b5f7258f3492e 2409546 kspread_1.9.98.1-1_i386.deb
 43680de9bcd242bba85a47b1719240388b5b855a 1136816 kword_1.9.98.1-1_i386.deb
 29e539059d2e5708a7ef6fc791de9665b689869b 14950 kthesaurus_1.9.98.1-1_i386.deb
 48b1559f1123910ec5845c14ae1667d58a237408 2881794 
koffice-libs_1.9.98.1-1_i386.deb
 34af32a2ff1303085938dd208714bcc599edb303 193556 koffice-dev_1.9.98.1-1_i386.deb
 1328bb2af0620769d06c991bae2f76a31723fe50 120060722 
koffice-dbg_1.9.98.1-1_i386.deb
Checksums-Sha256: 
 bd934037bcdfa05f219d2046a79f790b0ed882ec7c950d3461ba389c750d1cba 1696 
koffice_1.9.98.1-1.dsc
 f6c08b2796a79ac79d04728408c8bca030004f30058ace12e2936fe26ee5d1bb 90244158 
koffice_1.9.98.1.orig.tar.gz
 b70e08c255a24304c37a3134d4d8bd16fb3c3a76a848956f5cacc691bc5408d9 34062 
koffice_1.9.98.1-1.diff.gz
 a4ad10fd363863bf60dcab62db21a863320c2292694c711e83d066e8ede1aabd 6876 
koffice_1.9.98.1-1_all.deb
 ebfc5fd3b12fdd52a54f764fe0826296c5c7262295901970645eb0d9a9b6e07f 6530 
koffice-doc_1.9.98.1-1_all.deb
 911c3f85bcabb336aae85935bca3c1fa7d521c506a9a790de6b88a90a8b4fa65 31102902 
koffice-doc-html_1.9.98.1-1_all.deb
 e6541dc219c10b21c3f941032a195accb66a9f324191abebe0d9a690f34e 1399274 
krita-data_1.9.98.1-1_all.deb
 624c23c2384c4536d8f6aa885fb0212b4e5507e5ba5f18b55f3f4dec38920177 180502 
kword-data_1.9.98.1-1_all.deb
 5608e43c5595822099f4ce7c9b5ffd5fb4abc33d2dc5144fd353163ee44223bd 1385178 
koffice-data_1.9.98.1-1_all.deb
 a527695159c504d75a8aa3b88638d9b32aaab85508f941ad34db2fa1f05107f9 658148 
karbon_1.9.98.1-1_i386.deb
 ebebc9ad0f0694fabed0d86880f516eac321ace3393a3b8b2a49d68a7e5ec058 944144 
kchart_1.9.98.1-1_i386.deb
 51a1e9046682445fabdb63338b841f0c33517afca05ad03389d48e5bbf1b30a8 1623556 
kplato_1.9.98.1-1_i386.deb
 44c78eacccdb6978dff4f0219934450d886ae6d9e9d746b9facd84d04993cb99 503708 
kpresenter_1.9.98.1-1_i386.deb
 393468e9cdc93000d6eac184a72c5ad317c3df91c6724009fed912d053515909 3642632 
krita_1.9.98.1-1_i386.deb
 26e9a012e971f9553a9b77158785369ce46e95ee0d1e26f6f0c8e8153858e74f 2409546 
kspread_1.9.98.1-1_i386.deb
 1b260725ff8d6d553e33622699bb74a958d0a9d91d9b94c9de763fe24bb4eda0 1136816 
kword_1.9.98.1-1_i386.deb
 

Accepted hplip 2.8.7-1 (source all i386)

2008-10-15 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Oct 2008 00:18:25 +1100
Source: hplip
Binary: hplip hplip-data hplip-gui hplip-dbg hplip-doc hpijs-ppds hpijs
Architecture: source all i386
Version: 2.8.7-1
Distribution: experimental
Urgency: low
Maintainer: Debian HPIJS and HPLIP maintainers [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 hpijs  - HP Linux Printing and Imaging - gs IJS driver (hpijs)
 hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files
 hplip  - HP Linux Printing and Imaging System (HPLIP)
 hplip-data - HP Linux Printing and Imaging - data files
 hplip-dbg  - HP Linux Printing and Imaging - debugging information
 hplip-doc  - HP Linux Printing and Imaging - documentation
 hplip-gui  - HP Linux Printing and Imaging - GUI utilities
Changes: 
 hplip (2.8.7-1) experimental; urgency=low
 .
   * Distribution experimental while lenny is unreleased
 - hplip/2.8.6.b is target for lenny
   * Merge my branches/lenny changes r184:212 into trunk
   * Update dpatch descriptions DP:
   * unused-override debian/{hpijs,hplip-data}.lintian
Checksums-Sha1: 
 ce15a2beab379f54635059c75680467a44cff771 1637 hplip_2.8.7-1.dsc
 f66ac8ace9eaacc4146bda55ff5063323b4e5843 11009952 hplip_2.8.7.orig.tar.gz
 79066676e2e384339358ccc3f962f09061d70f3c 79531 hplip_2.8.7-1.diff.gz
 a0df39ea05a93cfe295eccdee66e4f322176c887 7033034 hplip-data_2.8.7-1_all.deb
 4534540ed29f43b7a3197ddf94666df55f62a0cb 52872 hplip-gui_2.8.7-1_all.deb
 78bff3d6b0823fb95257c9c4249823700c9042e9 653256 hplip-doc_2.8.7-1_all.deb
 fdf95dbe5a8f72e63f77f89762a4b906f34afe3b 1931514 hpijs-ppds_2.8.7-1_all.deb
 1712f1b8e912cb98bab4bac877c91d22da5c96a4 238594 hplip_2.8.7-1_i386.deb
 251b98b282d8f7f32b3ce70c74c4a49712a8eb0e 765068 hplip-dbg_2.8.7-1_i386.deb
 9f3eab3ccb153a787e159c210824983ebcf946a2 321594 hpijs_2.8.7-1_i386.deb
Checksums-Sha256: 
 7f7f41858923265b569ac4aa1cc1ac202fa43ac1d0973afe84568dd4f1846e25 1637 
hplip_2.8.7-1.dsc
 5e6bfd621f1f57593fea5c745ad177138ae8e77c53f5548dfb1ea55111e144d2 11009952 
hplip_2.8.7.orig.tar.gz
 96535404fa7e460f54012e4c32e206216566a483a92a8c63a7e99c19c31ea532 79531 
hplip_2.8.7-1.diff.gz
 6a751770973f00b0ecb0fd0328ad222cad05589dbf9dd582bdb38484c45e9e89 7033034 
hplip-data_2.8.7-1_all.deb
 80a4046bccad089bd023b51b777b86a8ab23704f69612f79baf0acba301844b1 52872 
hplip-gui_2.8.7-1_all.deb
 ba27746419d389c4f2d29cbebaf0832eb46eb7c634f9ceb8b49f761d8415f2bc 653256 
hplip-doc_2.8.7-1_all.deb
 a93aae373bbcdb45321daaabb2b9807a1d529d8fe6d5b8529972b877bea77193 1931514 
hpijs-ppds_2.8.7-1_all.deb
 4474faae68ac387efe21ec7be30b9763b086227d45065ca4a6729dac8de085fc 238594 
hplip_2.8.7-1_i386.deb
 ae6e0c3b85c396deacb5d2ed4d0f3e7f979ece3f71f814ad1a14886f34c8bbe7 765068 
hplip-dbg_2.8.7-1_i386.deb
 e0d6eb525a72dd9dfdffcb6cd6102b2371c91e64552dfd2e70d1b1b1883e14cb 321594 
hpijs_2.8.7-1_i386.deb
Files: 
 60dccbe6ccc0d7d374c72ef1f8707429 1637 utils optional hplip_2.8.7-1.dsc
 011593f03603f10259eb2fa41b1d64f2 11009952 utils optional 
hplip_2.8.7.orig.tar.gz
 19878de15b1bdf2b75a95775e5321cad 79531 utils optional hplip_2.8.7-1.diff.gz
 1e522a9523329a233138754bd96c1cb2 7033034 utils optional 
hplip-data_2.8.7-1_all.deb
 126c91b200056b3fcae2e27eb7da29c5 52872 utils optional hplip-gui_2.8.7-1_all.deb
 8e474aa43c5c2233380eec61c27b84e9 653256 doc optional hplip-doc_2.8.7-1_all.deb
 5bc36ff476cfbcb70a48f060f795b860 1931514 utils optional 
hpijs-ppds_2.8.7-1_all.deb
 9a89034da83b42b2ce95ee0554adc717 238594 utils optional hplip_2.8.7-1_i386.deb
 5dde815a41cf3d9d4ecf307c7e5adb5f 765068 utils extra hplip-dbg_2.8.7-1_i386.deb
 0099b5131596e62b6dd3585b24f498e3 321594 text optional hpijs_2.8.7-1_i386.deb

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

iEYEARECAAYFAkj17hYACgkQoCzanz0IthJw1wCfUvQ1c/pWVY0w0Uws8gwm5o5H
STMAnRVCMHVvb3NI+fecdfjHdnOjSKuV
=fD/k
-END PGP SIGNATURE-


Accepted:
hpijs-ppds_2.8.7-1_all.deb
  to pool/main/h/hplip/hpijs-ppds_2.8.7-1_all.deb
hpijs_2.8.7-1_i386.deb
  to pool/main/h/hplip/hpijs_2.8.7-1_i386.deb
hplip-data_2.8.7-1_all.deb
  to pool/main/h/hplip/hplip-data_2.8.7-1_all.deb
hplip-dbg_2.8.7-1_i386.deb
  to pool/main/h/hplip/hplip-dbg_2.8.7-1_i386.deb
hplip-doc_2.8.7-1_all.deb
  to pool/main/h/hplip/hplip-doc_2.8.7-1_all.deb
hplip-gui_2.8.7-1_all.deb
  to pool/main/h/hplip/hplip-gui_2.8.7-1_all.deb
hplip_2.8.7-1.diff.gz
  to pool/main/h/hplip/hplip_2.8.7-1.diff.gz
hplip_2.8.7-1.dsc
  to pool/main/h/hplip/hplip_2.8.7-1.dsc
hplip_2.8.7-1_i386.deb
  to pool/main/h/hplip/hplip_2.8.7-1_i386.deb
hplip_2.8.7.orig.tar.gz
  to pool/main/h/hplip/hplip_2.8.7.orig.tar.gz


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



Accepted telepathy-gabble 0.7.10-1 (source i386)

2008-10-15 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 14:01:58 +0100
Source: telepathy-gabble
Binary: telepathy-gabble telepathy-gabble-dbg
Architecture: source i386
Version: 0.7.10-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers [EMAIL PROTECTED]
Changed-By: Simon McVittie [EMAIL PROTECTED]
Description: 
 telepathy-gabble - Jabber/XMPP connection manager
 telepathy-gabble-dbg - Jabber/XMPP connection manager
Changes: 
 telepathy-gabble (0.7.10-1) experimental; urgency=low
 .
   [ Simon McVittie ]
   * New upstream version
 - require telepathy-glib 0.7.17
   * README.source: talk about the debian-patches branch
 .
   [ Laurent Bigonville ]
   * Use my debian.org address in Uploaders
   * Fix Vcs-Git URL
Checksums-Sha1: 
 d17dd33bdbe2b4a9df9e1e7e10cfeb9cb591f124 1716 telepathy-gabble_0.7.10-1.dsc
 231196064dc48f0c963cb56f6270a3e632cdf721 1363167 
telepathy-gabble_0.7.10.orig.tar.gz
 d21909f08ac081d00f53a7d343f4b070618a8ee4 7644 telepathy-gabble_0.7.10-1.diff.gz
 01e7c75bcacf844b9edf7714194e142dc3eed40e 843760 
telepathy-gabble_0.7.10-1_i386.deb
 cb11e16d36cec56384e7f677c2f46ac437614faf 411844 
telepathy-gabble-dbg_0.7.10-1_i386.deb
Checksums-Sha256: 
 c0c568f8b33de53935fb786b650ad8c9091af2063a1302a961fff2f8f68cf2a3 1716 
telepathy-gabble_0.7.10-1.dsc
 95d4075b69d436dd5a5a09f5bfa3b54340414377b98f2d211d747131cf7c050f 1363167 
telepathy-gabble_0.7.10.orig.tar.gz
 97b9345045db716dc3386d3cc5fe17281b14153f66905b0bd1b4406e292ced55 7644 
telepathy-gabble_0.7.10-1.diff.gz
 c976a160acbc1f73d5566ab958ef56617ec523dfef24c95a5cb9ac6a3cbd1eda 843760 
telepathy-gabble_0.7.10-1_i386.deb
 fa8e97cd6b06fbfa2d1c896de4984b739afaeafbbe76c952d47217015a7aa569 411844 
telepathy-gabble-dbg_0.7.10-1_i386.deb
Files: 
 ed8c6f6d46ad7184093dc7ebbe25e2a5 1716 net optional 
telepathy-gabble_0.7.10-1.dsc
 29409015982ce29a64c5deca89a9da33 1363167 net optional 
telepathy-gabble_0.7.10.orig.tar.gz
 606c588de9c5dfe7e55a2467dbda54a7 7644 net optional 
telepathy-gabble_0.7.10-1.diff.gz
 dfc45e23877214bd904f4b7887baefed 843760 net optional 
telepathy-gabble_0.7.10-1_i386.deb
 dc4391ae776776100fb2b99082e98a68 411844 net extra 
telepathy-gabble-dbg_0.7.10-1_i386.deb

-BEGIN PGP SIGNATURE-

iD8DBQFI9e0aWSc8zVUw7HYRAhU5AJ47udxvBoYVfPut2Kz0eQR2Lg4VfQCgyoDi
aQoLqH7j7WPvouZy/kgmdQo=
=ScAs
-END PGP SIGNATURE-


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


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



Accepted xserver-xorg-video-geode 2.10.1-4 (source i386)

2008-10-15 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 14:39:32 +0300
Source: xserver-xorg-video-geode
Binary: xserver-xorg-video-geode xserver-xorg-video-geode-dbg 
xserver-xorg-video-amd xserver-xorg-video-amd-dbg
Architecture: source i386
Version: 2.10.1-4
Distribution: experimental
Urgency: low
Maintainer: Martin-Éric Racine [EMAIL PROTECTED]
Changed-By: Martin-Éric Racine [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-amd - Geode GX2/LX display driver (dummy transitional 
package)
 xserver-xorg-video-amd-dbg - Geode GX2/LX display driver (dummy transitional 
package)
 xserver-xorg-video-geode - X.Org server -- Geode GX2/LX display driver
 xserver-xorg-video-geode-dbg - X.Org server -- Geode GX2/LX display driver 
(debugging symbols)
Changes: 
 xserver-xorg-video-geode (2.10.1-4) experimental; urgency=low
 .
   * Removed the Vcs fields from debian/control.
   * Added lpia to Arch in debian/control.
Checksums-Sha1: 
 e151191d0222165693c6df23128e7a0087e60433 1461 
xserver-xorg-video-geode_2.10.1-4.dsc
 6cedf46130f3522e4c581e263e89b920b13ebde3 6175 
xserver-xorg-video-geode_2.10.1-4.diff.gz
 e7151565f247d816c4939e24a2f9077c61968422 161486 
xserver-xorg-video-geode_2.10.1-4_i386.deb
 7d659b74a07ba6a1d09a6610e4495ff8f36b0e55 479014 
xserver-xorg-video-geode-dbg_2.10.1-4_i386.deb
 b4f16b5c57461b778a645708667f74bc4078f354 21118 
xserver-xorg-video-amd_2.10.1-4_i386.deb
 31835f9ab83ce5d554a07293c26cba2e3851c8ff 21012 
xserver-xorg-video-amd-dbg_2.10.1-4_i386.deb
Checksums-Sha256: 
 c9b5472bb497b6819cafa9c5e41bd2fcfeb3865a5e99179cf7a7a3b93dd947c1 1461 
xserver-xorg-video-geode_2.10.1-4.dsc
 9f60f4571b6848906c4f795e6faa6a8daf1e703076893a2ff9a8d8bb62b85113 6175 
xserver-xorg-video-geode_2.10.1-4.diff.gz
 b366279f560231352b7956625b276a9da99236aea4e32df328955feda6d9d4b8 161486 
xserver-xorg-video-geode_2.10.1-4_i386.deb
 da3b5561b34534cd55ba5bca4ed365395c739b3cab5cde32988c5e8ff3a8691b 479014 
xserver-xorg-video-geode-dbg_2.10.1-4_i386.deb
 2a82bec39ab7eb400d1eaa1993596fdf1f054546ceefb215360abeae027cbc8b 21118 
xserver-xorg-video-amd_2.10.1-4_i386.deb
 44e99fb3e892fef452181be3a577fea2f7acc1b51006d7dcd494f4613050c8bc 21012 
xserver-xorg-video-amd-dbg_2.10.1-4_i386.deb
Files: 
 580ee0d43d8f8d4252c275b4c182a4be 1461 x11 optional 
xserver-xorg-video-geode_2.10.1-4.dsc
 f143318d11e26670afcb5e643793745c 6175 x11 optional 
xserver-xorg-video-geode_2.10.1-4.diff.gz
 94c3287c63522ec206301b3791d5ed0d 161486 x11 optional 
xserver-xorg-video-geode_2.10.1-4_i386.deb
 f72f2e98399611e00f888d99c9cbea6d 479014 x11 extra 
xserver-xorg-video-geode-dbg_2.10.1-4_i386.deb
 56a6b2ffbd84d04d2c2fc3e742721d98 21118 x11 extra 
xserver-xorg-video-amd_2.10.1-4_i386.deb
 f387cbda435d110e3c9dd278caf866b1 21012 x11 extra 
xserver-xorg-video-amd-dbg_2.10.1-4_i386.deb

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

iEYEARECAAYFAkj13ZkACgkQ4VUX8isJIMD6RwCggRPl1xEgPiMv8aVCt7gAkFto
1XMAnimPU9pgI74Ee5yC7g6vwH3P6n76
=oHD8
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-amd-dbg_2.10.1-4_i386.deb
  to 
pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-amd-dbg_2.10.1-4_i386.deb
xserver-xorg-video-amd_2.10.1-4_i386.deb
  to 
pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-amd_2.10.1-4_i386.deb
xserver-xorg-video-geode-dbg_2.10.1-4_i386.deb
  to 
pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-geode-dbg_2.10.1-4_i386.deb
xserver-xorg-video-geode_2.10.1-4.diff.gz
  to 
pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.10.1-4.diff.gz
xserver-xorg-video-geode_2.10.1-4.dsc
  to pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.10.1-4.dsc
xserver-xorg-video-geode_2.10.1-4_i386.deb
  to 
pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.10.1-4_i386.deb


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



Accepted pyclutter 0.8.0-1 (source i386)

2008-10-15 Thread Rob Bradford
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 15:25:57 +0100
Source: pyclutter
Binary: python-clutter python-clutter-dbg
Architecture: source i386
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Rob Bradford [EMAIL PROTECTED]
Description: 
 python-clutter - Open GL based interactive canvas library - Python bindings
 python-clutter-dbg - Open GL based interactive canvas library - Python bindings
Changes: 
 pyclutter (0.8.0-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 3f5550ca169eb0d0cd98de64ad1ae7b97f9dd3be 1250 pyclutter_0.8.0-1.dsc
 b9a852146babba1ea901a351aa4e790cc10b04ee 528479 pyclutter_0.8.0.orig.tar.gz
 f4c732299cb1337ad9593233b1d468ca49ef5ebe 1894 pyclutter_0.8.0-1.diff.gz
 1d8ce4c112dbcbf6c0019be6ed144c3411b6f4d7 134630 python-clutter_0.8.0-1_i386.deb
 32cb670a4dbdba9928fe7e0a4b0464d607cde073 178642 
python-clutter-dbg_0.8.0-1_i386.deb
Checksums-Sha256: 
 66f29acca8839dfd64392f6b5a2648d9a232c7e38b8747c8263c1335f956c342 1250 
pyclutter_0.8.0-1.dsc
 5aa8637ed1a44341e74fea0c37ab5e003fdcb7f9c79a10a2940b8f44af1e17c0 528479 
pyclutter_0.8.0.orig.tar.gz
 adc6d2b9fbc53a1536450f67e01c390c74acaa98892b6e2b5816a499c5b6ecb4 1894 
pyclutter_0.8.0-1.diff.gz
 32a2c56c305a42043c85a242ba8b19599fba3495de7168193e74a83252a3a8b4 134630 
python-clutter_0.8.0-1_i386.deb
 e057b0c3e19be59dd472843c7169b7d4fa85fb573c04f76595713cec4a1be381 178642 
python-clutter-dbg_0.8.0-1_i386.deb
Files: 
 25275fc992dd4aa94dd9b0ce1f10fa99 1250 python optional pyclutter_0.8.0-1.dsc
 a88d49fa931dbfb8d9d4137ace32d041 528479 python optional 
pyclutter_0.8.0.orig.tar.gz
 c93384b0274e65c3f6d262ef7e2cc441 1894 python optional pyclutter_0.8.0-1.diff.gz
 3c9c6aa4456f85d6ad30caf69e5fbc05 134630 python optional 
python-clutter_0.8.0-1_i386.deb
 84e7d9bdff0ad4d27b1cf73d08ad9fc4 178642 python extra 
python-clutter-dbg_0.8.0-1_i386.deb

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

iEYEARECAAYFAkj1/mIACgkQCw8pKd+B7oOfaQCgt80VgmyvOPdhr8FPP30AzU6J
lz8AmgOMESOd+rCuldnIu9qrZM/1ObX1
=ka2l
-END PGP SIGNATURE-


Accepted:
pyclutter_0.8.0-1.diff.gz
  to pool/main/p/pyclutter/pyclutter_0.8.0-1.diff.gz
pyclutter_0.8.0-1.dsc
  to pool/main/p/pyclutter/pyclutter_0.8.0-1.dsc
pyclutter_0.8.0.orig.tar.gz
  to pool/main/p/pyclutter/pyclutter_0.8.0.orig.tar.gz
python-clutter-dbg_0.8.0-1_i386.deb
  to pool/main/p/pyclutter/python-clutter-dbg_0.8.0-1_i386.deb
python-clutter_0.8.0-1_i386.deb
  to pool/main/p/pyclutter/python-clutter_0.8.0-1_i386.deb


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



Accepted clutter-gtk 0.8.2-1 (source all i386)

2008-10-15 Thread Rob Bradford
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 15:34:09 +0100
Source: clutter-gtk
Binary: libclutter-gtk-0.8-0 libclutter-gtk-0.8-dev libclutter-gtk-0.8-dbg 
libclutter-gtk-doc
Architecture: source all i386
Version: 0.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Rob Bradford [EMAIL PROTECTED]
Description: 
 libclutter-gtk-0.8-0 - Open GL based interactive canvas library GTK+ widget
 libclutter-gtk-0.8-dbg - Open GL based interactive canvas library GTK+ widget 
(debug files
 libclutter-gtk-0.8-dev - Open GL based interactive canvas library GTK+ widget 
(development
 libclutter-gtk-doc - Open GL based interactive canvas library GTK+ widget 
(documentati
Changes: 
 clutter-gtk (0.8.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 4126483a829adf977636dbe9fffd029778892981 1132 clutter-gtk_0.8.2-1.dsc
 7ebfd010b4a7d91207296a729e5bfcd9f84f587c 389333 clutter-gtk_0.8.2.orig.tar.gz
 7d54e9775276760b1e2d589f617cafc911e3e737 1967 clutter-gtk_0.8.2-1.diff.gz
 ba4bf400e0ebbc7ac046eb0f68d8c1b41c7961d8 19620 
libclutter-gtk-doc_0.8.2-1_all.deb
 b9519203810b0f6a14792e7e8a8a028095d2cb11 16846 
libclutter-gtk-0.8-0_0.8.2-1_i386.deb
 84952722d2913541438799f0988a56b33af28360 23304 
libclutter-gtk-0.8-dev_0.8.2-1_i386.deb
 93244301ccb5af99772fe50f30edc4667a677cc1 38896 
libclutter-gtk-0.8-dbg_0.8.2-1_i386.deb
Checksums-Sha256: 
 e10429600fc883974d89bb90c9db89715d977c3509318a7b02a8ada4eb815956 1132 
clutter-gtk_0.8.2-1.dsc
 c8499e109a852be8fb72993293f1d3f40c47f30fd9463365c505caf6191791c0 389333 
clutter-gtk_0.8.2.orig.tar.gz
 74e8870634c36fc4ac5acc0c7b5ef4c4c12e44ae356fce0526737609996327c2 1967 
clutter-gtk_0.8.2-1.diff.gz
 038a46185e3ffc44a24b3fd32d54b92f353429a0580aa8b81cc964ebff0764f0 19620 
libclutter-gtk-doc_0.8.2-1_all.deb
 2017a23beec4b2e753b01b2a0f47d832dc1f13823ab600d99dcd15a63c80d381 16846 
libclutter-gtk-0.8-0_0.8.2-1_i386.deb
 348c96cc7596772685f11cc068aa661e43d10b420bcc11dcd912a606621ef4c1 23304 
libclutter-gtk-0.8-dev_0.8.2-1_i386.deb
 a7c1b5d1cc5a8ed58d843b2855afe02bc903060c7b993a36a4bc6c7f86f44e68 38896 
libclutter-gtk-0.8-dbg_0.8.2-1_i386.deb
Files: 
 d1adfaf8daf34ac7f67c5427b304ecce 1132 libs optional clutter-gtk_0.8.2-1.dsc
 d6d5ebcdaa64e0f4c41cb391e55c8737 389333 libs optional 
clutter-gtk_0.8.2.orig.tar.gz
 63f8de9084290d35c609c83f31b4083f 1967 libs optional clutter-gtk_0.8.2-1.diff.gz
 ae6a085cd3243896ae9cd6fe18045c05 19620 doc optional 
libclutter-gtk-doc_0.8.2-1_all.deb
 1acb04326aa598a126ca277448c9f156 16846 libs optional 
libclutter-gtk-0.8-0_0.8.2-1_i386.deb
 7cc9e949f4ca2e7729f89feb53cd2a0a 23304 libdevel optional 
libclutter-gtk-0.8-dev_0.8.2-1_i386.deb
 34539efa342cb139cdd6c5af492d8f13 38896 libdevel extra 
libclutter-gtk-0.8-dbg_0.8.2-1_i386.deb

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

iEYEARECAAYFAkj2AYQACgkQCw8pKd+B7oPUDQCgzanuBeK+gQ3sELIpeDtbQKpt
jjAAoMUEX8VHdw3Os9w8MBi2DfAwe7Fk
=iz2r
-END PGP SIGNATURE-


Accepted:
clutter-gtk_0.8.2-1.diff.gz
  to pool/main/c/clutter-gtk/clutter-gtk_0.8.2-1.diff.gz
clutter-gtk_0.8.2-1.dsc
  to pool/main/c/clutter-gtk/clutter-gtk_0.8.2-1.dsc
clutter-gtk_0.8.2.orig.tar.gz
  to pool/main/c/clutter-gtk/clutter-gtk_0.8.2.orig.tar.gz
libclutter-gtk-0.8-0_0.8.2-1_i386.deb
  to pool/main/c/clutter-gtk/libclutter-gtk-0.8-0_0.8.2-1_i386.deb
libclutter-gtk-0.8-dbg_0.8.2-1_i386.deb
  to pool/main/c/clutter-gtk/libclutter-gtk-0.8-dbg_0.8.2-1_i386.deb
libclutter-gtk-0.8-dev_0.8.2-1_i386.deb
  to pool/main/c/clutter-gtk/libclutter-gtk-0.8-dev_0.8.2-1_i386.deb
libclutter-gtk-doc_0.8.2-1_all.deb
  to pool/main/c/clutter-gtk/libclutter-gtk-doc_0.8.2-1_all.deb


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



Accepted z88dk 1.8.ds1-3 (source i386 all)

2008-10-15 Thread Krystian Wlosek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 14:28:51 +0200
Source: z88dk
Binary: z88dk-bin z88dk-doc z88dk-data z88dk
Architecture: source i386 all
Version: 1.8.ds1-3
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Krystian Wlosek [EMAIL PROTECTED]
Description: 
 z88dk  - a Z80 processor assembler and SmallC+ cross compiler
 z88dk-bin  - executable files for z88dk
 z88dk-data - data files for z88dk
 z88dk-doc  - documentation and examples for z88dk
Closes: 500127
Changes: 
 z88dk (1.8.ds1-3) unstable; urgency=low
 .
   * Added Swedish debconf translation. (Closes: #500127)
 Patch by Martin Bagge.
   * Bump standards version to 3.8.0. Added 'set -e' in config scripts.
Checksums-Sha1: 
 d8650dce6c7e7e47f15b029736fefcaec99e335f 1090 z88dk_1.8.ds1-3.dsc
 d3a2bbe64d8f2719e11787cb0118ad57794e6187 19408 z88dk_1.8.ds1-3.diff.gz
 25409c976048ba8f1dc263ecb688981302a1c8d4 131234 z88dk-bin_1.8.ds1-3_i386.deb
 bd01c4d6c0d903c3589183dcfbcd93373d36449e 4796 z88dk_1.8.ds1-3_i386.deb
 a3ca9b933cbb140160ed75064570b9d31e09a17e 266386 z88dk-doc_1.8.ds1-3_all.deb
 dad482b978bd4550662f56bd4d0e07b2b2f2c9a5 1583578 z88dk-data_1.8.ds1-3_all.deb
Checksums-Sha256: 
 f8acea1b1e44df8158113208ba31ed421b4e26d45547d6fbe8214239e0e95b14 1090 
z88dk_1.8.ds1-3.dsc
 534abe76fd290658ec0ac73a6f5b720a174af7633f1a8860f47c2a317d945bfa 19408 
z88dk_1.8.ds1-3.diff.gz
 37a0eda83acab8bc61e354c4a7f37baa8289ddfdb37429c4c9f084a9a015d9ac 131234 
z88dk-bin_1.8.ds1-3_i386.deb
 bbebf2b604e16a2547cb752f09fcdf49e7bf2447966d1cdae6d586c1b4a76ac8 4796 
z88dk_1.8.ds1-3_i386.deb
 78d859b1c389b8ec73bc4bf05a213503d49f6675cba9494443571b75c5b7684a 266386 
z88dk-doc_1.8.ds1-3_all.deb
 c9b9292b6b236b3138d142821e33978181caf46e22fecb80af960a83d492080d 1583578 
z88dk-data_1.8.ds1-3_all.deb
Files: 
 a8a994cff647d2b620ee19351e8dc6da 1090 devel extra z88dk_1.8.ds1-3.dsc
 230581e56916368ce9d70e248a69edd4 19408 devel extra z88dk_1.8.ds1-3.diff.gz
 25816ffceb1f4e09ff82324f62400aad 131234 devel extra 
z88dk-bin_1.8.ds1-3_i386.deb
 0588c6cc55770a96b12ad9906e304bf5 4796 devel extra z88dk_1.8.ds1-3_i386.deb
 a80d436ed236852ca2df6339c6b68ae6 266386 doc extra z88dk-doc_1.8.ds1-3_all.deb
 f2195a8a8b0cfc74fb1debd35148493b 1583578 devel extra 
z88dk-data_1.8.ds1-3_all.deb

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

iEYEARECAAYFAkj2A34ACgkQhMHHe8CxClv7WgCeMMU7tp+/Autu0DxByQnOltGq
mgkAoOVC+K+CPT7zqllqf9xCGE2aXz4c
=At8P
-END PGP SIGNATURE-


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


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



Accepted pdnsd 1.2.6-par-11 (source amd64)

2008-10-15 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 10:02:52 +0200
Source: pdnsd
Binary: pdnsd
Architecture: source amd64
Version: 1.2.6-par-11
Distribution: unstable
Urgency: high
Maintainer: Pierre Habouzit [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 pdnsd  - Proxy DNS Server
Closes: 502275
Changes: 
 pdnsd (1.2.6-par-11) unstable; urgency=high
 .
   * Follow-up for CVE-2008-1447: activate port-randomization, do not trust the
 kernel for it (Closes: #502275).
Checksums-Sha1: 
 2e2734ba081e568df8cac78c9d5340cdc07a9988 1139 pdnsd_1.2.6-par-11.dsc
 55ce340df4f998fc78bc468bd3d903c3dbbb346f 81285 pdnsd_1.2.6-par-11.diff.gz
 37b78a12e361e3e91d5b67387616ce5790b99c5a 287488 pdnsd_1.2.6-par-11_amd64.deb
Checksums-Sha256: 
 a12cec8d2321b8a20b20c75a6af787ebe9a602955c6cd18b795e9b7810e78909 1139 
pdnsd_1.2.6-par-11.dsc
 abf44c2fcffb64458da3c542fa26debe65ff14f75c3d3032b8ac7d66533bdb4b 81285 
pdnsd_1.2.6-par-11.diff.gz
 0f97a2ae53e2e9026dd92893d99f8bd01e3a0d54d2431f53b51f9538cb0a13f4 287488 
pdnsd_1.2.6-par-11_amd64.deb
Files: 
 6b0decf4c6531ea80fc29a563769d834 1139 net optional pdnsd_1.2.6-par-11.dsc
 f4a80152ee86da711236344417df3488 81285 net optional pdnsd_1.2.6-par-11.diff.gz
 85616aee645e5abfc7f1892bbf85a058 287488 net optional 
pdnsd_1.2.6-par-11_amd64.deb

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

iEYEARECAAYFAkj1pG0ACgkQvGr7W6Hudhz6AACfe9U+McU96B6gAersJorh8NRf
yY0Anibbe0xhGbDZn4O3GkWT8UhKtMKJ
=D1ji
-END PGP SIGNATURE-


Accepted:
pdnsd_1.2.6-par-11.diff.gz
  to pool/main/p/pdnsd/pdnsd_1.2.6-par-11.diff.gz
pdnsd_1.2.6-par-11.dsc
  to pool/main/p/pdnsd/pdnsd_1.2.6-par-11.dsc
pdnsd_1.2.6-par-11_amd64.deb
  to pool/main/p/pdnsd/pdnsd_1.2.6-par-11_amd64.deb


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



Accepted daptup 0.8.0~svn160-1 (source all)

2008-10-15 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 11:02:42 +0300
Source: daptup
Binary: daptup
Architecture: source all
Version: 0.8.0~svn160-1
Distribution: experimental
Urgency: low
Maintainer: Eugene V. Lyubimkin [EMAIL PROTECTED]
Changed-By: Eugene V. Lyubimkin [EMAIL PROTECTED]
Description: 
 daptup - reporter of changes in list of available packages from repositori
Changes: 
 daptup (0.8.0~svn160-1) experimental; urgency=low
 .
   * New upstream development snapshot:
 - Added new '--last' command line option, which shows changes from the last
   update.
   * debian/rules:
 - Changed 'mkdir -p' to 'install -d -m 0755' to avoid possible
   umask-depended bugs. Thanks to Dmitry E. Oboukhov.
   * debian/NEWS:
 - Fixed indents to get rid of lintian warnings.
 .
 daptup (0.8.0~svn140-1) experimental; urgency=low
 .
   * New upstream development snapshot:
 - Daptup can now work without aptitude.
 - Divided daptup into 'pre' and 'post' actions and added '--pre' and
   '--post' command line options. This allows using apt hooks.
 - Added Portuguese (Brazilian) translation by Guilherme Rocha and
   Felipe Augusto van de Wiel.
   * debian/control:
 - Moved 'aptitude' from Depends to Suggests.
 - Updated long description.
   * debian/daptup.install:
 - Added apt hook.
   * debian/dirs:
 - Added '/etc/apt/apt.conf.d' (for hook).
   * debian/README.Debian:
 - Added with comments about aptitude  apt update hooks problem.
   * debian/copyright:
 - Added Portugal (Brazilian) translators.
Checksums-Sha1: 
 e6585c6366f34abbe6dc8a8326d845750d604588 1054 daptup_0.8.0~svn160-1.dsc
 4683d7cbc2dcb5e29a9840d615a489d7aec4ebda 14489 daptup_0.8.0~svn160.orig.tar.gz
 e8cc024617f28afcbb2e507feec40bae9a52f46a 3746 daptup_0.8.0~svn160-1.diff.gz
 2d0e50cbc1355abc75c5ade2cd36afe06e21f991 21424 daptup_0.8.0~svn160-1_all.deb
Checksums-Sha256: 
 06d136904487a1f308670da3e04cf102cd3f6d9fec43354e692a7863feb3f401 1054 
daptup_0.8.0~svn160-1.dsc
 0b1b83066066267d2586a0fc5721476f79b6f38b1267c4136e35ae0994007a9a 14489 
daptup_0.8.0~svn160.orig.tar.gz
 8600b56025bedfa4222d84d36c72eb9ea709471fb4b91761770a64261f9d8d8b 3746 
daptup_0.8.0~svn160-1.diff.gz
 a8741f7e77ed80a56a0758cc53f858eb58e3f184fed564f236d32e3a675bf855 21424 
daptup_0.8.0~svn160-1_all.deb
Files: 
 6851927871c97611e229ad0c288af500 1054 admin extra daptup_0.8.0~svn160-1.dsc
 9d5c11306e42e0d6d5eaf1383ad22216 14489 admin extra 
daptup_0.8.0~svn160.orig.tar.gz
 eb552fc2aad78f6d356924f06f39791c 3746 admin extra daptup_0.8.0~svn160-1.diff.gz
 5d92e1ee79d31f7a2333b7106adc4b09 21424 admin extra 
daptup_0.8.0~svn160-1_all.deb

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

iEYEARECAAYFAkj1qJEACgkQq4wAz/jiZTfFzgCdGqVLRRtzLoVBJuqLo8+x/1mI
vzgAoNB6BpARcsHnG3GHUu3s4B1TmyVh
=Il/W
-END PGP SIGNATURE-


Accepted:
daptup_0.8.0~svn160-1.diff.gz
  to pool/main/d/daptup/daptup_0.8.0~svn160-1.diff.gz
daptup_0.8.0~svn160-1.dsc
  to pool/main/d/daptup/daptup_0.8.0~svn160-1.dsc
daptup_0.8.0~svn160-1_all.deb
  to pool/main/d/daptup/daptup_0.8.0~svn160-1_all.deb
daptup_0.8.0~svn160.orig.tar.gz
  to pool/main/d/daptup/daptup_0.8.0~svn160.orig.tar.gz


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



Accepted libextutils-command-perl 1.15-1 (source all)

2008-10-15 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Oct 2008 09:31:03 -0600
Source: libextutils-command-perl
Binary: libextutils-command-perl
Architecture: source all
Version: 1.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Rene Mayorga [EMAIL PROTECTED]
Description: 
 libextutils-command-perl - utilities to replace common UNIX commands in 
Makefiles etc
Changes: 
 libextutils-command-perl (1.15-1) unstable; urgency=low
 .
   * New upstream release
   * debian compat and debhelper version raised to 7
   * debian/control
 + Set standards-version to 3.8.0 (no changes needed)
 + add myslef to uploaders
   * debian/rules - use rules.dh7.noxs template
   * debian/copyright use (new)format
Checksums-Sha1: 
 629e8284a3e65746e0ed772ed4ee55b43e5e743c 1457 
libextutils-command-perl_1.15-1.dsc
 0623d34ebbbcdcab3a56f3f5a2ed6dcd54ae3e81 11691 
libextutils-command-perl_1.15.orig.tar.gz
 f00984731d3d37d751781e31527e1c51d4646769 1615 
libextutils-command-perl_1.15-1.diff.gz
 774102f5dfece8a77d8857ad9f9f97f20eb21dff 15410 
libextutils-command-perl_1.15-1_all.deb
Checksums-Sha256: 
 63eb5c42868fefe1b2aa8fb73b699ef815af37f5fe0b6ab0f4b5761c08719838 1457 
libextutils-command-perl_1.15-1.dsc
 670e338f6297901d41e0c7893f39756b0a0f1019a9cd4dd61d3dcdcd356e8f06 11691 
libextutils-command-perl_1.15.orig.tar.gz
 0c7cb4404f639b783e6eda3956bef9242c0b6223733812559ea4092b1d7d2ad4 1615 
libextutils-command-perl_1.15-1.diff.gz
 99b443118b42854629ff22012b78b74948a74fd41084e6e7d15adbf48af597f7 15410 
libextutils-command-perl_1.15-1_all.deb
Files: 
 f7b48018ada1cfb2561dc8b20106f15b 1457 perl optional 
libextutils-command-perl_1.15-1.dsc
 ac7d66ab00ebecbc433bfe08527da2d3 11691 perl optional 
libextutils-command-perl_1.15.orig.tar.gz
 c1e99213d396afbbf938222d14a57b70 1615 perl optional 
libextutils-command-perl_1.15-1.diff.gz
 142e4ebc91f3341aa475f69853384c86 15410 perl optional 
libextutils-command-perl_1.15-1_all.deb

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

iEYEARECAAYFAkj2CYIACgkQOzKYnQDzz+TcIwCfcEHIs5HxjFIqaKzb4WkHsaiE
+ZwAoJoGOrOzNU8D7Ud/u1EkgByI4O1/
=5RuK
-END PGP SIGNATURE-


Accepted:
libextutils-command-perl_1.15-1.diff.gz
  to 
pool/main/libe/libextutils-command-perl/libextutils-command-perl_1.15-1.diff.gz
libextutils-command-perl_1.15-1.dsc
  to pool/main/libe/libextutils-command-perl/libextutils-command-perl_1.15-1.dsc
libextutils-command-perl_1.15-1_all.deb
  to 
pool/main/libe/libextutils-command-perl/libextutils-command-perl_1.15-1_all.deb
libextutils-command-perl_1.15.orig.tar.gz
  to 
pool/main/libe/libextutils-command-perl/libextutils-command-perl_1.15.orig.tar.gz


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



Accepted kernel-package 11.0010 (source all)

2008-10-15 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 03:18:41 -0500
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 11.0010
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 502255
Changes: 
 kernel-package (11.0010) unstable; urgency=low
 .
   * [3aea39c] Add missing braces around variable in debconf template
   * [b0a7ac0] Correct logic around running lilo
 Bug fix:  postinst problems in generated linux-image-*, thanks to
 Darren Salt. (Closes: #502255)
   * [920898e] Modify docs now that make-kpkg clean is not a requirement
 The new build system is far more robust about keeping up with version
 numbers, and so all that is needed to change a .config or a version
 number is to just rm -rf ./debian and start building. This cuts down a
 lot on time wasted building kernels and deleting the .o files before
 the next build.
Checksums-Sha1: 
 26b1d3e789b8beacb15f659c7a7666c238136630 894 kernel-package_11.0010.dsc
 d4499ce7a88f60de43456c093f0a149a0ffa7577 569294 kernel-package_11.0010.tar.gz
 aa6a88b4c27ce1f0bab686fe931606155f52f3dc 529878 kernel-package_11.0010_all.deb
Checksums-Sha256: 
 8caffdc56a4602a3c5321ca0a0f2b3c7f2cc987b30b04f686da4c87e96e857e7 894 
kernel-package_11.0010.dsc
 fec650fe8810201f1d4db483a097219abffac6fb3cd6b0bc967b4e3a27f5fb91 569294 
kernel-package_11.0010.tar.gz
 ddbfbd56688771d6fd44a3eea317cef95772ead2c5cf7d70999fee4db81aa533 529878 
kernel-package_11.0010_all.deb
Files: 
 59d35d186926971fcaf9560c7879ffba 894 misc optional kernel-package_11.0010.dsc
 c479b2a066e134632a4bfd91d841cee5 569294 misc optional 
kernel-package_11.0010.tar.gz
 7f8457345275517b21118494446e25dd 529878 misc optional 
kernel-package_11.0010_all.deb

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

iEYEARECAAYFAkj1qWYACgkQIbrau78kQkxX9QCfdZtmOdh+HkUIU/uA25fZmr8/
a3oAn18rBZNAVaFJiguLOCbUWEphgVp/
=8Z9j
-END PGP SIGNATURE-


Accepted:
kernel-package_11.0010.dsc
  to pool/main/k/kernel-package/kernel-package_11.0010.dsc
kernel-package_11.0010.tar.gz
  to pool/main/k/kernel-package/kernel-package_11.0010.tar.gz
kernel-package_11.0010_all.deb
  to pool/main/k/kernel-package/kernel-package_11.0010_all.deb


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



Accepted tomcat5.5 5.5.26-5 (source all)

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

Format: 1.8
Date: Wed, 15 Oct 2008 14:00:39 +0200
Source: tomcat5.5
Binary: tomcat5.5 libtomcat5.5-java tomcat5.5-webapps tomcat5.5-admin
Architecture: source all
Version: 5.5.26-5
Distribution: unstable
Urgency: high
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 libtomcat5.5-java - Java Servlet engine -- core libraries
 tomcat5.5  - Servlet and JSP engine
 tomcat5.5-admin - Java Servlet engine -- admin  manager web interfaces
 tomcat5.5-webapps - Java Servlet engine -- documentation and example web 
applications
Closes: 495235 496309 498487
Changes: 
 tomcat5.5 (5.5.26-5) unstable; urgency=medium
 .
   * Merge changes from Ubuntu:
 - Use default-jre-headless, default-jdk as preferred alternatives.
 - tomcat5.5.init: Fix JDK list to match default-jre, java-6-openjdk
   and java-6-cacao. Closes: #495235.
 - tomcat5.5.postinst: Removed superfluous /etc/tomcat5.5/tomcat5.5 linking.
   Closes: #498487.
   * debian/copyright: Reference Apache 2.0 license in 
/usr/share/common/licenses
 .
 tomcat5.5 (5.5.26-4) unstable; urgency=high
 .
   * Security issues fixed.
 - CVE-2008-1232: Cross-site scripting
 - CVE-2008-2370: Information disclosure
 - CVE-2008-2938: Directory traversal. Closes: #496309.
Checksums-Sha1: 
 7de1f36c6d2504d2b54b1636eeaf36789925a25b 1739 tomcat5.5_5.5.26-5.dsc
 8f4304366fc5a9400ff46c5da37733a1d529cfbd 29457 tomcat5.5_5.5.26-5.diff.gz
 635ff0b5c1091649aef812e52f17e9d08129fb36 57274 tomcat5.5_5.5.26-5_all.deb
 cad0df70cce8ffc1103ccf6aa0e3166ad18fd163 2483868 
libtomcat5.5-java_5.5.26-5_all.deb
 8547436a93a652572c25414719f57766cc3bd976 1489126 
tomcat5.5-webapps_5.5.26-5_all.deb
 8d51118c1cf5b87a0f1b0ff5575709dbca8e3b27 1139410 
tomcat5.5-admin_5.5.26-5_all.deb
Checksums-Sha256: 
 8504cb254dca9ea6f25ada458f4080a3dd285a24a85e625e0fc901ac1a6f0ffb 1739 
tomcat5.5_5.5.26-5.dsc
 69a96130b2488006957ea38b848f1f4d4f8be8ee568b3fea722e52a837ef8048 29457 
tomcat5.5_5.5.26-5.diff.gz
 d1a3d918391093a5c98d9eec17facfbc1f94745e4b7d71c5c87f6bca17163f33 57274 
tomcat5.5_5.5.26-5_all.deb
 11225ea5b8a264d5dc1fe0c24a5ffbf24d0aebc50956a8e88f8ba3df220a59f2 2483868 
libtomcat5.5-java_5.5.26-5_all.deb
 2125348e5983898fd2296316e1738f8f0da46cb0c5e97f96b0ea8977737808bf 1489126 
tomcat5.5-webapps_5.5.26-5_all.deb
 da073c8c0b8a46a66faab0c75e3c2226002d9283adcf979213c2dd4e84655058 1139410 
tomcat5.5-admin_5.5.26-5_all.deb
Files: 
 140df5eb9c0c28d292fbd6e5724e80e2 1739 web optional tomcat5.5_5.5.26-5.dsc
 a4445879b234f6f494dbd065351663e9 29457 web optional tomcat5.5_5.5.26-5.diff.gz
 19fb44943dba3a20e8251d1851e845d7 57274 web optional tomcat5.5_5.5.26-5_all.deb
 f6ab3345a4255cf34901218e2c61b646 2483868 web optional 
libtomcat5.5-java_5.5.26-5_all.deb
 2ccbaf003fbc79ce507ee74e0da0105c 1489126 web optional 
tomcat5.5-webapps_5.5.26-5_all.deb
 33f273fad383f5bf6894b9f4d3946051 1139410 web optional 
tomcat5.5-admin_5.5.26-5_all.deb

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

iEYEARECAAYFAkj16YgACgkQStlRaw+TLJyGMQCdFrPR89fMsnJpYOJcLb71uKHy
B9QAmQG01SchYCC2pqiayyqk+Gkl6y8d
=mePn
-END PGP SIGNATURE-


Accepted:
libtomcat5.5-java_5.5.26-5_all.deb
  to pool/main/t/tomcat5.5/libtomcat5.5-java_5.5.26-5_all.deb
tomcat5.5-admin_5.5.26-5_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5-admin_5.5.26-5_all.deb
tomcat5.5-webapps_5.5.26-5_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5-webapps_5.5.26-5_all.deb
tomcat5.5_5.5.26-5.diff.gz
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.26-5.diff.gz
tomcat5.5_5.5.26-5.dsc
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.26-5.dsc
tomcat5.5_5.5.26-5_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.26-5_all.deb


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



Accepted fai 3.2.12 (source all)

2008-10-15 Thread Thomas Lange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 11:25:39 +0200
Source: fai
Binary: fai-client fai-doc fai-server fai-quickstart fai-nfsroot
Architecture: source all
Version: 3.2.12
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange [EMAIL PROTECTED]
Changed-By: Thomas Lange [EMAIL PROTECTED]
Description: 
 fai-client - Fully Automatic Installation client package
 fai-doc- Documentation for FAI
 fai-nfsroot - Fully Automatic Installation nfsroot package
 fai-quickstart - Fully Automatic Installation quickstart package
 fai-server - Fully Automatic Installation server package
Closes: 500046 500822 500822 500823 500823 501772
Changes: 
 fai (3.2.12) unstable; urgency=low
 .
   * setup-storage/Parser.pm, setup-storage/Sizes.pm: Warn, if a
 preserved partition does not match the size specified in the
 disk_config; fail, if an extended partition is to be created in place
 of a to-be-preserved partition (closes: #501772)
   * setup-storage/Exec.pm: recent versions of parted log errors to
 stdout instead of stderr + adaption of error messages to current ones
 (closes: #500823)
   * setup-storage/Volumes.pm: Handle new error message in case of
 missing disk label (closes: #500823)
   * setup-storage: extended debug output of sorted commands
 (closes: #500822)
   * setup-storage/Commands.pm: Properly sort commands, fixed dependency
 errors, use start_byte for new config instead of begin_byte
 (closes: #500822)
   * setup-storage: increase version number
   * make-fai-nfsroot: print version of debootstrap (closes: #500046)
   * fai-guide.sgml: minor update in example
   * fai-chboot.8: fix warning from man
Checksums-Sha1: 
 60463341bbc57013f7c557da2cd423f16b247253 997 fai_3.2.12.dsc
 bbea90a038ca38dbf172cf6be5505952b7391249 264679 fai_3.2.12.tar.gz
 d93a6886fa7fc260e6f4227fe522624a633eb18d 145374 fai-client_3.2.12_all.deb
 d623eb9fd1b566141908511d04edb62c6e519b08 562746 fai-doc_3.2.12_all.deb
 70dcc0865a705dcd5d9214e6c3d138ebf21d5b1d 51626 fai-server_3.2.12_all.deb
 c32415e8a6ffc941cfd1896e19da9588ec9b0d5d 1900 fai-quickstart_3.2.12_all.deb
 6b3d7e194e95a5c719eb732d86335d42c59a4cdd 53036 fai-nfsroot_3.2.12_all.deb
Checksums-Sha256: 
 6d91a4cff8b68de422501c053d9bfdc61413119997d56b8db29cc00782e741ba 997 
fai_3.2.12.dsc
 0bddae453d97371527a4a259e8dd92169bc44f050b247a25ab82d77a7bbfe091 264679 
fai_3.2.12.tar.gz
 1f09d08faf1b137b5bf02ee2fb370b2cbf3b001febab6e6f719f42c8926a8043 145374 
fai-client_3.2.12_all.deb
 5d2a6ffa210eb56d26c902d158ed864f3ce510a3be19485ebbad824707bedc84 562746 
fai-doc_3.2.12_all.deb
 95488b2d163e6066d6b17619e5408498837b97c15dbc4ca2d90aad6fd755ce3a 51626 
fai-server_3.2.12_all.deb
 6c2700933f54fab21c22b36e4fc629e2d3641d29ac9126ffeb312896f879049b 1900 
fai-quickstart_3.2.12_all.deb
 1a6680d7fb5d5eb44b0dab363b7b3fe54b2384ee481ea338ba811b9dd4211d1e 53036 
fai-nfsroot_3.2.12_all.deb
Files: 
 8e1692655e00ad95412cd690d337ff7f 997 admin extra fai_3.2.12.dsc
 d1f4a939d762aa7eb9eea3cd6b3a85de 264679 admin extra fai_3.2.12.tar.gz
 fc36a331266b132e88e08dad0aa464f1 145374 admin extra fai-client_3.2.12_all.deb
 d02174d21aea9f3a9e0f96714dce5c34 562746 doc extra fai-doc_3.2.12_all.deb
 15221cd2b5816d6d545f4f720172165b 51626 admin extra fai-server_3.2.12_all.deb
 962808f686a32da52dedb60b777357e2 1900 admin extra fai-quickstart_3.2.12_all.deb
 1512c1e63447d4a2af70bcbc7ba33042 53036 admin extra fai-nfsroot_3.2.12_all.deb

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

iD8DBQFI9bfC3BPlTqubZv0RAjOJAJsGk+JWzXhN1q3SS83ghbos8FaVJgCfb0TX
lAOK+1iIsRo/ARatcCGe8Rw=
=8x57
-END PGP SIGNATURE-


Accepted:
fai-client_3.2.12_all.deb
  to pool/main/f/fai/fai-client_3.2.12_all.deb
fai-doc_3.2.12_all.deb
  to pool/main/f/fai/fai-doc_3.2.12_all.deb
fai-nfsroot_3.2.12_all.deb
  to pool/main/f/fai/fai-nfsroot_3.2.12_all.deb
fai-quickstart_3.2.12_all.deb
  to pool/main/f/fai/fai-quickstart_3.2.12_all.deb
fai-server_3.2.12_all.deb
  to pool/main/f/fai/fai-server_3.2.12_all.deb
fai_3.2.12.dsc
  to pool/main/f/fai/fai_3.2.12.dsc
fai_3.2.12.tar.gz
  to pool/main/f/fai/fai_3.2.12.tar.gz


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



Accepted mdadm 2.6.7.1-1 (source amd64)

2008-10-15 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 10:27:23 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 2.6.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 489257 490955 493577 496334 498505 499643 500309
Changes: 
 mdadm (2.6.7.1-1) unstable; urgency=low
 .
   * New upstream release, specifically created for Debian lenny to fix the RC
 bugs, which
 - fixes typo in forced assembly code (closes: #496334, #499643, #498505).
 - fixes array component size detection (closes: 500309).
 Thanks Neil Brown, mdadm upstream: you are spoiling me. :)
 .
   * Minor fixes to documentation:
 - Add David Pashley's Rebuilding RAID blog post.
 - Add new (bugfix) version 1.40 of the newdisk script
   (/usr/share/doc/mdadm/examples/newdisk.gz) (closes: #490955).
 - Add link to Warren Togami's writeup about remote RAID-1 conversion to
   README.recipes.
 - Fix probability of survival in FAQ 4b, since I erroneously labeled the
   chance of failure as the chance of survival; thanks to Per Olofssen for
   clarification (closes: #493577).
 - Cherry-picked 6d6de2e from Neil, which adds HOMEHOST to the manpage and
   closes: #489257.
Checksums-Sha1: 
 d64e749315a49fd75b00528e2e50e45d00956f88 1267 mdadm_2.6.7.1-1.dsc
 f856478e3819bdbe487450d6b8331904e440acc3 211547 mdadm_2.6.7.1.orig.tar.gz
 7603ded46de6942c6126f7f66b7fb12d22481632 125453 mdadm_2.6.7.1-1.diff.gz
 3ae82cf8575be174068a004a86ee5d62b172bcfe 253026 mdadm_2.6.7.1-1_amd64.deb
 724bc2ba41378242965bfa9ef0acd10470f1dd97 76748 mdadm-udeb_2.6.7.1-1_amd64.udeb
Checksums-Sha256: 
 222c4e67f94466299b38a22dd19262ec8b101afd734b6c51c16fcc6b40d88ded 1267 
mdadm_2.6.7.1-1.dsc
 0501c06c660dbfa7f044cf5232f317574fba5228da4a7b176b54a57105518c8d 211547 
mdadm_2.6.7.1.orig.tar.gz
 48d8c723f55173bd6e4f08dab746100e667ff5101d60e4817d0ea48cabe9b6e3 125453 
mdadm_2.6.7.1-1.diff.gz
 9ac840d0908e5fed936767d73ae5ae07bf74b95df597624818147843fe2ce988 253026 
mdadm_2.6.7.1-1_amd64.deb
 19be4d2d5945c19d038d16d9e0abf81218d121724f5d33b442bb30e0de0281d4 76748 
mdadm-udeb_2.6.7.1-1_amd64.udeb
Files: 
 1e639af4c07ce826dedc9c55ff3c8bac 1267 admin optional mdadm_2.6.7.1-1.dsc
 256e86d4a4685acd3a418a01a542e151 211547 admin optional 
mdadm_2.6.7.1.orig.tar.gz
 b4f62073d77a2889c16203dc59f8f014 125453 admin optional mdadm_2.6.7.1-1.diff.gz
 b25890c0e37f00b700a2355cffcbb02d 253026 admin optional 
mdadm_2.6.7.1-1_amd64.deb
 83fc908cbb2e0e6c8daff25b2c98a1ba 76748 debian-installer optional 
mdadm-udeb_2.6.7.1-1_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkj1vL8ACgkQIgvIgzMMSnVqOQCgoC+mnNkh4rKj7gqoD4JbHlp6
4tUAn03B2cLj0AxghfQ4eLDDUY/wVO4+
=SxSL
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_2.6.7.1-1_amd64.udeb
  to pool/main/m/mdadm/mdadm-udeb_2.6.7.1-1_amd64.udeb
mdadm_2.6.7.1-1.diff.gz
  to pool/main/m/mdadm/mdadm_2.6.7.1-1.diff.gz
mdadm_2.6.7.1-1.dsc
  to pool/main/m/mdadm/mdadm_2.6.7.1-1.dsc
mdadm_2.6.7.1-1_amd64.deb
  to pool/main/m/mdadm/mdadm_2.6.7.1-1_amd64.deb
mdadm_2.6.7.1.orig.tar.gz
  to pool/main/m/mdadm/mdadm_2.6.7.1.orig.tar.gz


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



Accepted libcoat-persistent-perl 0.102-1 (source all)

2008-10-15 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 18:35:01 +0200
Source: libcoat-persistent-perl
Binary: libcoat-persistent-perl
Architecture: source all
Version: 0.102-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Ansgar Burchardt [EMAIL PROTECTED]
Description: 
 libcoat-persistent-perl - Ruby's ActiveRecord::Base port for Perl (ORM)
Changes: 
 libcoat-persistent-perl (0.102-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * New upstream release.
 .
   [ gregor herrmann ]
   * Refresh patch pod-error.patch.
Checksums-Sha1: 
 d798a518312cfa33c64abe4cfbe0a9174a119a5a 1656 
libcoat-persistent-perl_0.102-1.dsc
 d69874f312a845da31474e6835879b06f15483ad 23107 
libcoat-persistent-perl_0.102.orig.tar.gz
 2aaa40790f2798f385b85744c8b3c121d208ffd2 3018 
libcoat-persistent-perl_0.102-1.diff.gz
 5a70de762b209cd51f2ea3a89724e8a9b36d49f5 24164 
libcoat-persistent-perl_0.102-1_all.deb
Checksums-Sha256: 
 b16767105cb057be088e3d84fb13f4977db10a2b0a37545fc079b7f29d1b8f1e 1656 
libcoat-persistent-perl_0.102-1.dsc
 66dbbeb4e9209c12e74c0170a60ee3a4203f07d396ac2c042a845e176f8bdda3 23107 
libcoat-persistent-perl_0.102.orig.tar.gz
 7d9bfacb7da9df891d9514d069210fc225f1df4edf808d81f0de011a26be9a16 3018 
libcoat-persistent-perl_0.102-1.diff.gz
 fc3d788c9c174443a63331f9c0ffb6e479202c40c185e8768c381154c9af42ca 24164 
libcoat-persistent-perl_0.102-1_all.deb
Files: 
 2c8a5752ab7a7053a763083ed9dacfbb 1656 perl optional 
libcoat-persistent-perl_0.102-1.dsc
 e4d655be0839f49b721c85275bc18dcd 23107 perl optional 
libcoat-persistent-perl_0.102.orig.tar.gz
 936be35ef0e5ea68cc947f456a82d8bd 3018 perl optional 
libcoat-persistent-perl_0.102-1.diff.gz
 cd3ae71a99957cfb2c8ccded90aec60f 24164 perl optional 
libcoat-persistent-perl_0.102-1_all.deb

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

iEYEARECAAYFAkj2IY4ACgkQOzKYnQDzz+R49gCgiBmZnCCEUMZRI2+Ky42KPe8k
EtwAn1C/CMFX8F1fb7zVPv52mtoq+MhU
=DE/r
-END PGP SIGNATURE-


Accepted:
libcoat-persistent-perl_0.102-1.diff.gz
  to 
pool/main/libc/libcoat-persistent-perl/libcoat-persistent-perl_0.102-1.diff.gz
libcoat-persistent-perl_0.102-1.dsc
  to pool/main/libc/libcoat-persistent-perl/libcoat-persistent-perl_0.102-1.dsc
libcoat-persistent-perl_0.102-1_all.deb
  to 
pool/main/libc/libcoat-persistent-perl/libcoat-persistent-perl_0.102-1_all.deb
libcoat-persistent-perl_0.102.orig.tar.gz
  to 
pool/main/libc/libcoat-persistent-perl/libcoat-persistent-perl_0.102.orig.tar.gz


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



Accepted obby 0.4.6-1 (source amd64)

2008-10-15 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 18:23:54 +0200
Source: obby
Binary: libobby-0.4-dev libobby-0.4-1 libobby-0.4-1-dbg
Architecture: source amd64
Version: 0.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Kern [EMAIL PROTECTED]
Changed-By: Philipp Kern [EMAIL PROTECTED]
Description: 
 libobby-0.4-1 - Synced document buffers
 libobby-0.4-1-dbg - Synced document buffers - debugging symbols
 libobby-0.4-dev - Synced document buffers - development files
Changes: 
 obby (0.4.6-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 76dd22cd01bfb8f764ad83de2891651fe3f12dcd 1209 obby_0.4.6-1.dsc
 9a1258dad0da8223f517381715781cd113fca36c 511452 obby_0.4.6.orig.tar.gz
 31f31af76af0baacae504f21e7e8ad95bb12562e 4106 obby_0.4.6-1.diff.gz
 17873e3f34bd98fa806955ae6a26ec19809b1e58 244008 
libobby-0.4-dev_0.4.6-1_amd64.deb
 0cd2a80ef6f8a9d10a4d48e7c6f318f6c64523af 122820 libobby-0.4-1_0.4.6-1_amd64.deb
 c5a18580c18fdb56e4c000ceac38df0606175919 708258 
libobby-0.4-1-dbg_0.4.6-1_amd64.deb
Checksums-Sha256: 
 eab6152769f93d58f1762525a6e46fe766114136962c835e7268a47dfb23f2c4 1209 
obby_0.4.6-1.dsc
 9660a80fef62e0ff71c706992bacc503efecdfa6be58297dd72da672bb8ca2ce 511452 
obby_0.4.6.orig.tar.gz
 1729187dccec0f30c90e43d201972f8974dffbf9cfdd00549590cf14c6eb1a14 4106 
obby_0.4.6-1.diff.gz
 103f0b27541c2291ecabf97bf378d07bf41eccf5906abd509ab83be917e4913f 244008 
libobby-0.4-dev_0.4.6-1_amd64.deb
 737c455432664072b183cc9b0d2524475d4214f3e1946a465780ab0d6addf1d7 122820 
libobby-0.4-1_0.4.6-1_amd64.deb
 c7a1fb1cad0f2ceff6a9c63954f89f0f3b65578e3a1dd09bae2dffe672bb41aa 708258 
libobby-0.4-1-dbg_0.4.6-1_amd64.deb
Files: 
 596e59efa7cd6833f7a55100ebb35c42 1209 net optional obby_0.4.6-1.dsc
 500c23f64249967596259daddf97f711 511452 net optional obby_0.4.6.orig.tar.gz
 713110f3ec1b9e5a58af041cc91a140c 4106 net optional obby_0.4.6-1.diff.gz
 edbd271bb6135a9dc11938f8e0c28449 244008 libdevel optional 
libobby-0.4-dev_0.4.6-1_amd64.deb
 3901ac76e9a4fd0957bd9cb56b83ad37 122820 libs optional 
libobby-0.4-1_0.4.6-1_amd64.deb
 e25e97689f87ebbcb181af3b007fcf1d 708258 libdevel extra 
libobby-0.4-1-dbg_0.4.6-1_amd64.deb

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

iEYEARECAAYFAkj2IB8ACgkQ7Ro5M7LPzdjU0ACg1Y0kJEAaHIjhEvze9hF8sDT8
cmIAnR2EPMdb7lBfELOXu+becloaLHOO
=PrVi
-END PGP SIGNATURE-


Accepted:
libobby-0.4-1-dbg_0.4.6-1_amd64.deb
  to pool/main/o/obby/libobby-0.4-1-dbg_0.4.6-1_amd64.deb
libobby-0.4-1_0.4.6-1_amd64.deb
  to pool/main/o/obby/libobby-0.4-1_0.4.6-1_amd64.deb
libobby-0.4-dev_0.4.6-1_amd64.deb
  to pool/main/o/obby/libobby-0.4-dev_0.4.6-1_amd64.deb
obby_0.4.6-1.diff.gz
  to pool/main/o/obby/obby_0.4.6-1.diff.gz
obby_0.4.6-1.dsc
  to pool/main/o/obby/obby_0.4.6-1.dsc
obby_0.4.6.orig.tar.gz
  to pool/main/o/obby/obby_0.4.6.orig.tar.gz


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



Accepted kasablanca 0.4.0.2-4 (source i386)

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

Format: 1.8
Date: Wed, 15 Oct 2008 19:08:28 +0200
Source: kasablanca
Binary: kasablanca
Architecture: source i386
Version: 0.4.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 kasablanca - fast and free ftp client for KDE
Changes: 
 kasablanca (0.4.0.2-4) unstable; urgency=low
 .
   * Patch was wrongly named and thus not applied, fixing.
Checksums-Sha1: 
 4ef9d13641e3a428de40d14fd15aa005fa16 1193 kasablanca_0.4.0.2-4.dsc
 2a31e97ce021803eecf01388209c0c111f185b51 86931 kasablanca_0.4.0.2-4.diff.gz
 8584e0073ffef08e4bb9fae8bf6b6cfb0ae5abcb 172902 kasablanca_0.4.0.2-4_i386.deb
Checksums-Sha256: 
 68b72992912cb95c096d9a6f61668e3f573d5274ac0005cdc759f9ffdf98ccea 1193 
kasablanca_0.4.0.2-4.dsc
 f79de044d362ad2fc26d7371894ccef88a024ed87513f148b0a3cdf5accc3bad 86931 
kasablanca_0.4.0.2-4.diff.gz
 23ca518c1bfcae2c0329cc4b28ed47d6868e551dbbd8019e2173d1e190669178 172902 
kasablanca_0.4.0.2-4_i386.deb
Files: 
 73720dee0149e30462945bc410393894 1193 kde optional kasablanca_0.4.0.2-4.dsc
 0b69ace7885f44c80a4646d1cd4ee4db 86931 kde optional 
kasablanca_0.4.0.2-4.diff.gz
 0d68c90d037bb2a0ba05fad520bf09ae 172902 kde optional 
kasablanca_0.4.0.2-4_i386.deb

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

iD8DBQFI9iSiVkEm8inxm9ERAibPAJ9hIXhoL40Fp3ExY+fftQE93TdtGwCfd2Tj
7jHnLWNw6vvKVpVyEpA5esk=
=y9wB
-END PGP SIGNATURE-


Accepted:
kasablanca_0.4.0.2-4.diff.gz
  to pool/main/k/kasablanca/kasablanca_0.4.0.2-4.diff.gz
kasablanca_0.4.0.2-4.dsc
  to pool/main/k/kasablanca/kasablanca_0.4.0.2-4.dsc
kasablanca_0.4.0.2-4_i386.deb
  to pool/main/k/kasablanca/kasablanca_0.4.0.2-4_i386.deb


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



Accepted tzdata 2008h-1 (source all)

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

Format: 1.8
Date: Wed, 15 Oct 2008 11:09:34 +0200
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2008h-1
Distribution: unstable
Urgency: high
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 (2008h-1) unstable; urgency=high
 .
   * New upstream version.
   * Remove argentina.diff to enable DST in Argentina for October 19th.
   * Urgency set to high, as the change will happen soon.
Checksums-Sha1: 
 53766bbfb02cc2bbe9a1180d1e4119a5bf688d2d 1110 tzdata_2008h-1.dsc
 04bcc044b1c66217a1ed866da16b9f7ef8b22efd 173651 tzdata_2008h.orig.tar.gz
 5f15841af384596107ec134da75f17c3388bb196 216339 tzdata_2008h-1.diff.gz
 c947432c8c3f6e900bf1e5e809af5cc7a2c0684f 758192 tzdata_2008h-1_all.deb
 26f1f600affeeaedf7272bb48973b22ea629aa1d 146596 tzdata-java_2008h-1_all.deb
Checksums-Sha256: 
 23b541fcf1d4dcf7e256e75dd7368ca777a684a33ade345ec1600ed6c32ea956 1110 
tzdata_2008h-1.dsc
 268f9b0ab3c37009a01e1e3c460517dd9c9cccaac3dfc79d7bc4d6dac7850324 173651 
tzdata_2008h.orig.tar.gz
 7b953d2ea6ce61786c3809398f123f74398b828921415c139466c1ca0143b065 216339 
tzdata_2008h-1.diff.gz
 5f0cf7bcfee2d4fa407bd23e146dd9600692dd4e456c5bda0da6d62e5d3a3fd7 758192 
tzdata_2008h-1_all.deb
 22f4b02c23ddb5210c0476707032a936db8723ed01a1f7549be4076f31388aba 146596 
tzdata-java_2008h-1_all.deb
Files: 
 b9ed19526d88a92d0d104e4187f2da47 1110 libs required tzdata_2008h-1.dsc
 24d5848899986abb3e75cba92ff56ac7 173651 libs required tzdata_2008h.orig.tar.gz
 ad3d27b49d23e04579c72eeddf877869 216339 libs required tzdata_2008h-1.diff.gz
 3ef221b5472a747742d82618d8588526 758192 libs required tzdata_2008h-1_all.deb
 6362fa06fb5f8c361bc5017bb267f988 146596 libs optional 
tzdata-java_2008h-1_all.deb

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

iD8DBQFI9bNyw3ao2vG823MRAiA4AJ4xqYRzweFPzKOKDao0HxKOylucaQCeK3/t
iHkFABB2WqI2AAaxwRvin5E=
=w3Vl
-END PGP SIGNATURE-


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


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



Accepted kvirc 2:3.4.0-2 (source all amd64)

2008-10-15 Thread Raúl Sánchez Siles
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Sep 2008 21:37:50 +0200
Source: kvirc
Binary: kvirc kvirc-data kvirc-dev
Architecture: source all amd64
Version: 2:3.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Raúl Sánchez Siles [EMAIL PROTECTED]
Description: 
 kvirc  - KDE based next generation IRC client with module support
 kvirc-data - Data files for KVIrc
 kvirc-dev  - Development files for KVIrc
Closes: 495064 495269
Changes: 
 kvirc (2:3.4.0-2) unstable; urgency=low
 .
   * Adding 30_security-cipherlist-bad-order_r1990.patch collected upstream.This
 solves SSL ciphering security bug: https://svn.kvirc.de/kvirc/ticket/155
   * embedding perl needs PERL_SYS_INIT3() (Closes: #495064) Taken from svn and
 added as 51_PERL_SYS_INIT3_r2271-bug495064.patch
   * GPL code linked against OpenSSL in KVirc (Closes: #495269) Updated 
copyright
 file according to Copyright Holder license additions.
   * Adding 52_windowmenu-crashes_r1991.patch taken upstream to fix Window menu
 options crashing.
   * Moved patches to quilt since double compilation fails (see: #414305).
   * Tighten build-depends for automake = 1.10
Checksums-Sha1: 
 739996f99cce3718e6c7fde5630805e7b70e6a38 1340 kvirc_3.4.0-2.dsc
 e04002fddc60b78ce7e7c62725c1ce2f510bcdad 52129 kvirc_3.4.0-2.diff.gz
 8d23b04966e8799777f23658635de55802f49480 3703436 kvirc-data_3.4.0-2_all.deb
 993868b6cf0f60f6b756e2ce4d1624c4820d0e03 3712090 kvirc_3.4.0-2_amd64.deb
 3a3e36a1a3325b51594db3bc559c9e5ceed16afb 381656 kvirc-dev_3.4.0-2_amd64.deb
Checksums-Sha256: 
 e39cbd80e715d8703ed09a62e48716e1b27d1f4b7f38a9b2c702c490d77d67b7 1340 
kvirc_3.4.0-2.dsc
 072cee87c36a3330af267a63c0bcf879ea98ba2c288dd15d2b775b59535134f9 52129 
kvirc_3.4.0-2.diff.gz
 bd0ebf27adcad02c55af8ab548b74cba87a58052d691a79fdb3b775d0142b9ee 3703436 
kvirc-data_3.4.0-2_all.deb
 30b8d7cad6d26a05fb15be91836fbbb029b42301e9d0f192b0451f92047c7523 3712090 
kvirc_3.4.0-2_amd64.deb
 9494df4c89467524b0567b7af1ec36007051fcc3527d90186e05b7228a7f5564 381656 
kvirc-dev_3.4.0-2_amd64.deb
Files: 
 144fee988114d8b5f444e467a1813906 1340 net optional kvirc_3.4.0-2.dsc
 cda9b7f15c09b34a1d80d5a505e01c0f 52129 net optional kvirc_3.4.0-2.diff.gz
 7f52636bcabcb65c2712aa851d0e 3703436 net optional 
kvirc-data_3.4.0-2_all.deb
 00037449c1cd214824707d16f6bcc9d9 3712090 net optional kvirc_3.4.0-2_amd64.deb
 dba1e0e52876cca8118d7bddfcb36766 381656 devel optional 
kvirc-dev_3.4.0-2_amd64.deb

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

iEYEARECAAYFAkj2NiEACgkQn3j4POjENGFzJgCePJz7IHtIEPLOO7Vx6u5kCLh7
DzQAniTRf1jn0P/8Jya40HMtBJw4dVE1
=Lo97
-END PGP SIGNATURE-


Accepted:
kvirc-data_3.4.0-2_all.deb
  to pool/main/k/kvirc/kvirc-data_3.4.0-2_all.deb
kvirc-dev_3.4.0-2_amd64.deb
  to pool/main/k/kvirc/kvirc-dev_3.4.0-2_amd64.deb
kvirc_3.4.0-2.diff.gz
  to pool/main/k/kvirc/kvirc_3.4.0-2.diff.gz
kvirc_3.4.0-2.dsc
  to pool/main/k/kvirc/kvirc_3.4.0-2.dsc
kvirc_3.4.0-2_amd64.deb
  to pool/main/k/kvirc/kvirc_3.4.0-2_amd64.deb


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



Accepted merkaartor 0.12-1 (source amd64)

2008-10-15 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 18:01:50 +0200
Source: merkaartor
Binary: merkaartor
Architecture: source amd64
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Bernd Zeimetz [EMAIL PROTECTED]
Description: 
 merkaartor - map editor for OpenStreetMap.org
Changes: 
 merkaartor (0.12-1) unstable; urgency=low
 .
   * New upstream version.
   * Uploading to unstable again.
   * debian/watch:
 - Chainging URLs to point to the new upstream homepage - merkaartor.org.
Checksums-Sha1: 
 49144849e66234cad33389c101cb5d3145fa1a3b 1220 merkaartor_0.12-1.dsc
 d7ecbc653a68296ea206fa7cc17234d75af66cdd 1449000 merkaartor_0.12.orig.tar.gz
 3a8feb4d2bf672f12008343a1d1f2173571f2dab 15293 merkaartor_0.12-1.diff.gz
 b8ac18da9922ff62d8e328cd38361c92f46b8b40 1144492 merkaartor_0.12-1_amd64.deb
Checksums-Sha256: 
 205226c888fb1f4aa79983dea373d8ab41bfd155b0cdec3db9118dd45f294408 1220 
merkaartor_0.12-1.dsc
 634754a84b0c509d3e6aaf8f20bd4bff8ae2729abbdf4f64d6c554ac888e835e 1449000 
merkaartor_0.12.orig.tar.gz
 aecd91ab4566a83685053d9b9bdbf1389b720e109bb9b67ab855cb7e9389fb2f 15293 
merkaartor_0.12-1.diff.gz
 e53a938397e200fd002d2c01f1b86f767f3dc75d3856998436072d0fc32d637f 1144492 
merkaartor_0.12-1_amd64.deb
Files: 
 7784d872fd7d768d5e4117204b41efc7 1220 science extra merkaartor_0.12-1.dsc
 fa957f9216682e131f53eceb82860688 1449000 science extra 
merkaartor_0.12.orig.tar.gz
 89f25e464efbca3207818ba2c1333a9b 15293 science extra merkaartor_0.12-1.diff.gz
 5fd5ee01ae333de5d784f1778c37e808 1144492 science extra 
merkaartor_0.12-1_amd64.deb

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

iEYEARECAAYFAkj2GYwACgkQBnqtBMk7/3laQgCeOnSQsHd+3PLrwClJB85zZL12
A+EAn0U/yrul9Litt+iOLVu+Bqe/f13I
=XMLi
-END PGP SIGNATURE-


Accepted:
merkaartor_0.12-1.diff.gz
  to pool/main/m/merkaartor/merkaartor_0.12-1.diff.gz
merkaartor_0.12-1.dsc
  to pool/main/m/merkaartor/merkaartor_0.12-1.dsc
merkaartor_0.12-1_amd64.deb
  to pool/main/m/merkaartor/merkaartor_0.12-1_amd64.deb
merkaartor_0.12.orig.tar.gz
  to pool/main/m/merkaartor/merkaartor_0.12.orig.tar.gz


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



Accepted wmibam 0.0.1-2.1 (source i386)

2008-10-15 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 11:00:37 -0400
Source: wmibam
Binary: wmibam
Architecture: source i386
Version: 0.0.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Barry deFreese [EMAIL PROTECTED]
Description: 
 wmibam - dockapp to monitor the apm status using ibam
Closes: 501041
Changes: 
 wmibam (0.0.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replace ibam.* files from ibam package. (Closes: #501041).
   * Make clean not ignore errors.
   * Bump Standards Version to 3.8.0. (No changes needed).
Checksums-Sha1: 
 74b08cd0398fd3023ff54f9c2327840062e62def 979 wmibam_0.0.1-2.1.dsc
 73c186d90e1b89c1b9ed62e8f2f2ae46e47e6686 6931 wmibam_0.0.1-2.1.diff.gz
 dbcdcfb287c06a58b44f80ced92eb810189a7acc 26950 wmibam_0.0.1-2.1_i386.deb
Checksums-Sha256: 
 1a7c635dad5aab92ccdc317c46d63b35dfaf2ac7488e48c53fd1950cfc83dd43 979 
wmibam_0.0.1-2.1.dsc
 6cbcb3e95c0dfe75030724964bd2d00e843713c379648252ff7890a49779573e 6931 
wmibam_0.0.1-2.1.diff.gz
 8997f04be8a038cfbc88e0d136bc66367f9a6ae144c381967265076b3313c38f 26950 
wmibam_0.0.1-2.1_i386.deb
Files: 
 3ce3d9160028a6e7cf413d426566e42a 979 x11 optional wmibam_0.0.1-2.1.dsc
 65baba79294ce2503598f02d0c8575ac 6931 x11 optional wmibam_0.0.1-2.1.diff.gz
 716e42e1cc19da770b93b941446345c7 26950 x11 optional wmibam_0.0.1-2.1_i386.deb

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

iEYEARECAAYFAkj2NHQACgkQ5ItltUs5T34apwCg5mtg+VPwrefntxQ7ncx7kA7z
NU0AnRQaEOElmrt1sABLT+MPlzpUtpX3
=/m43
-END PGP SIGNATURE-


Accepted:
wmibam_0.0.1-2.1.diff.gz
  to pool/main/w/wmibam/wmibam_0.0.1-2.1.diff.gz
wmibam_0.0.1-2.1.dsc
  to pool/main/w/wmibam/wmibam_0.0.1-2.1.dsc
wmibam_0.0.1-2.1_i386.deb
  to pool/main/w/wmibam/wmibam_0.0.1-2.1_i386.deb


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



Accepted tipcutils 1.0.4-5 (source i386)

2008-10-15 Thread Martin Peylo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Oct 2008 22:40:41 +0300
Source: tipcutils
Binary: tipcutils
Architecture: source i386
Version: 1.0.4-5
Distribution: unstable
Urgency: low
Maintainer: Martin Peylo [EMAIL PROTECTED]
Changed-By: Martin Peylo [EMAIL PROTECTED]
Description: 
 tipcutils  - TIPC utilities
Closes: 487602
Changes: 
 tipcutils (1.0.4-5) unstable; urgency=low
 .
   * Added Swedish Debconf translation. Closes: #487602
 Courtesy of Martin Bagge.
   * Fixed .TH section of the manpage
Checksums-Sha1: 
 4a8ba4d12a3b893f8a02994d27b201fcbcdb3608 1033 tipcutils_1.0.4-5.dsc
 bc50b4fbdd007594b29dff62fec7202d69e676ba 23810 tipcutils_1.0.4-5.diff.gz
 b54661af29b0aad234edabbf662328e012cc775b 27534 tipcutils_1.0.4-5_i386.deb
Checksums-Sha256: 
 c43e7696d34598f1a04b06e19c77bbacc9c700133f779c914a4cde3d59bfbc1d 1033 
tipcutils_1.0.4-5.dsc
 6377f586a0eb8b8706f3fe33a8ee9b3d5a030c6181a82b07e8cf93ce60ec1e08 23810 
tipcutils_1.0.4-5.diff.gz
 ed29943a0fb73bcb58a95567e14d67ecae9a99f631e5a6f5518a8520fe5f23e9 27534 
tipcutils_1.0.4-5_i386.deb
Files: 
 085cc1fae0274bbfdcbc5ee1d135fe25 1033 admin optional tipcutils_1.0.4-5.dsc
 4761b32bcf0ad90d6878490b57cfa782 23810 admin optional tipcutils_1.0.4-5.diff.gz
 3a5f448b90b1e2e4d674169e6917854a 27534 admin optional 
tipcutils_1.0.4-5_i386.deb

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

iEYEARECAAYFAkj2NOcACgkQ1OXtrMAUPS3gLACfX2KpGy630VEEMhqsqgcyJiyo
2uQAoKPLD7aANNOPctv4KK13q6CMjXlE
=+spK
-END PGP SIGNATURE-


Accepted:
tipcutils_1.0.4-5.diff.gz
  to pool/main/t/tipcutils/tipcutils_1.0.4-5.diff.gz
tipcutils_1.0.4-5.dsc
  to pool/main/t/tipcutils/tipcutils_1.0.4-5.dsc
tipcutils_1.0.4-5_i386.deb
  to pool/main/t/tipcutils/tipcutils_1.0.4-5_i386.deb


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



Accepted linux-kernel-di-armel-2.6 1.27 (source armel)

2008-10-15 Thread Martin Michlmayr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 18:38:29 +0200
Source: linux-kernel-di-armel-2.6
Binary: kernel-image-2.6.26-1-iop32x-di nic-modules-2.6.26-1-iop32x-di 
ide-modules-2.6.26-1-iop32x-di ide-core-modules-2.6.26-1-iop32x-di 
cdrom-core-modules-2.6.26-1-iop32x-di scsi-core-modules-2.6.26-1-iop32x-di 
loop-modules-2.6.26-1-iop32x-di nls-core-modules-2.6.26-1-iop32x-di 
ext2-modules-2.6.26-1-iop32x-di ext3-modules-2.6.26-1-iop32x-di 
isofs-modules-2.6.26-1-iop32x-di jfs-modules-2.6.26-1-iop32x-di 
reiserfs-modules-2.6.26-1-iop32x-di fat-modules-2.6.26-1-iop32x-di 
md-modules-2.6.26-1-iop32x-di multipath-modules-2.6.26-1-iop32x-di 
usb-modules-2.6.26-1-iop32x-di usb-storage-modules-2.6.26-1-iop32x-di 
input-modules-2.6.26-1-iop32x-di nic-usb-modules-2.6.26-1-iop32x-di 
sata-modules-2.6.26-1-iop32x-di core-modules-2.6.26-1-iop32x-di 
crc-modules-2.6.26-1-iop32x-di crypto-core-modules-2.6.26-1-iop32x-di 
crypto-modules-2.6.26-1-iop32x-di crypto-dm-modules-2.6.26-1-iop32x-di 
kernel-image-2.6.26-1-ixp4xx-di nic-modules-2.6.26-1-ixp4xx-di 
scsi-core-modules-2.6.26-1-ixp4xx-di loop-modules-2.6.26-1-ixp4xx-di 
nls-core-modules-2.6.26-1-ixp4xx-di ext2-modules-2.6.26-1-ixp4xx-di 
ext3-modules-2.6.26-1-ixp4xx-di jfs-modules-2.6.26-1-ixp4xx-di 
reiserfs-modules-2.6.26-1-ixp4xx-di fat-modules-2.6.26-1-ixp4xx-di 
md-modules-2.6.26-1-ixp4xx-di multipath-modules-2.6.26-1-ixp4xx-di 
usb-modules-2.6.26-1-ixp4xx-di usb-storage-modules-2.6.26-1-ixp4xx-di 
input-modules-2.6.26-1-ixp4xx-di nic-usb-modules-2.6.26-1-ixp4xx-di 
sata-modules-2.6.26-1-ixp4xx-di core-modules-2.6.26-1-ixp4xx-di 
crc-modules-2.6.26-1-ixp4xx-di crypto-core-modules-2.6.26-1-ixp4xx-di 
crypto-modules-2.6.26-1-ixp4xx-di crypto-dm-modules-2.6.26-1-ixp4xx-di 
ata-modules-2.6.26-1-ixp4xx-di kernel-image-2.6.26-1-orion5x-di 
nic-modules-2.6.26-1-orion5x-di nic-shared-modules-2.6.26-1-orion5x-di 
scsi-core-modules-2.6.26-1-orion5x-di loop-modules-2.6.26-1-orion5x-di 
nls-core-modules-2.6.26-1-orion5x-di ext2-modules-2.6.26-1-orion5x-di 
ext3-modules-2.6.26-1-orion5x-di jffs2-modules-2.6.26-1-orion5x-di 
jfs-modules-2.6.26-1-orion5x-di reiserfs-modules-2.6.26-1-orion5x-di 
fat-modules-2.6.26-1-orion5x-di md-modules-2.6.26-1-orion5x-di 
multipath-modules-2.6.26-1-orion5x-di usb-modules-2.6.26-1-orion5x-di 
usb-storage-modules-2.6.26-1-orion5x-di input-modules-2.6.26-1-orion5x-di 
nic-usb-modules-2.6.26-1-orion5x-di sata-modules-2.6.26-1-orion5x-di 
core-modules-2.6.26-1-orion5x-di crc-modules-2.6.26-1-orion5x-di 
crypto-core-modules-2.6.26-1-orion5x-di crypto-modules-2.6.26-1-orion5x-di 
crypto-dm-modules-2.6.26-1-orion5x-di kernel-image-2.6.26-1-versatile-di 
nic-modules-2.6.26-1-versatile-di scsi-core-modules-2.6.26-1-versatile-di 
scsi-common-modules-2.6.26-1-versatile-di loop-modules-2.6.26-1-versatile-di 
ext2-modules-2.6.26-1-versatile-di ext3-modules-2.6.26-1-versatile-di 
reiserfs-modules-2.6.26-1-versatile-di fat-modules-2.6.26-1-versatile-di 
md-modules-2.6.26-1-versatile-di multipath-modules-2.6.26-1-versatile-di 
usb-modules-2.6.26-1-versatile-di usb-storage-modules-2.6.26-1-versatile-di 
nic-usb-modules-2.6.26-1-versatile-di sata-modules-2.6.26-1-versatile-di 
core-modules-2.6.26-1-versatile-di crc-modules-2.6.26-1-versatile-di 
crypto-core-modules-2.6.26-1-versatile-di crypto-modules-2.6.26-1-versatile-di 
crypto-dm-modules-2.6.26-1-versatile-di
Architecture: armel source 
Version: 1.27
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Martin Michlmayr [EMAIL PROTECTED]
Description:
 ata-modules-2.6.26-1-ixp4xx-di - ATA disk modules (udeb)
 cdrom-core-modules-2.6.26-1-iop32x-di - CDROM support (udeb)
 core-modules-2.6.26-1-iop32x-di - Core modules (udeb)
 core-modules-2.6.26-1-ixp4xx-di - Core modules (udeb)
 core-modules-2.6.26-1-orion5x-di - Core modules (udeb)
 core-modules-2.6.26-1-versatile-di - Core modules (udeb)
 crc-modules-2.6.26-1-iop32x-di - CRC modules (udeb)
 crc-modules-2.6.26-1-ixp4xx-di - CRC modules (udeb)
 crc-modules-2.6.26-1-orion5x-di - CRC modules (udeb)
 crc-modules-2.6.26-1-versatile-di - CRC modules (udeb)
 crypto-core-modules-2.6.26-1-iop32x-di - Core crypto modules (udeb)
 crypto-core-modules-2.6.26-1-ixp4xx-di - Core crypto modules (udeb)
 crypto-core-modules-2.6.26-1-orion5x-di - Core crypto modules (udeb)
 crypto-core-modules-2.6.26-1-versatile-di - Core crypto modules (udeb)
 crypto-dm-modules-2.6.26-1-iop32x-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.26-1-ixp4xx-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.26-1-orion5x-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.26-1-versatile-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.26-1-iop32x-di - crypto modules (udeb)
 crypto-modules-2.6.26-1-ixp4xx-di - crypto modules (udeb)
 crypto-modules-2.6.26-1-orion5x-di - crypto modules (udeb)
 crypto-modules-2.6.26-1-versatile-di - crypto modules (udeb)
 

Accepted linux-kernel-di-arm-2.6 1.33 (source arm)

2008-10-15 Thread Martin Michlmayr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 18:38:29 +0200
Source: linux-kernel-di-arm-2.6
Binary: kernel-image-2.6.26-1-footbridge-di nic-modules-2.6.26-1-footbridge-di 
nic-shared-modules-2.6.26-1-footbridge-di ide-modules-2.6.26-1-footbridge-di 
cdrom-core-modules-2.6.26-1-footbridge-di 
scsi-core-modules-2.6.26-1-footbridge-di loop-modules-2.6.26-1-footbridge-di 
nls-core-modules-2.6.26-1-footbridge-di isofs-modules-2.6.26-1-footbridge-di 
reiserfs-modules-2.6.26-1-footbridge-di fat-modules-2.6.26-1-footbridge-di 
md-modules-2.6.26-1-footbridge-di multipath-modules-2.6.26-1-footbridge-di 
usb-modules-2.6.26-1-footbridge-di usb-storage-modules-2.6.26-1-footbridge-di 
core-modules-2.6.26-1-footbridge-di crc-modules-2.6.26-1-footbridge-di 
crypto-core-modules-2.6.26-1-footbridge-di 
crypto-modules-2.6.26-1-footbridge-di crypto-dm-modules-2.6.26-1-footbridge-di 
kernel-image-2.6.26-1-iop32x-di nic-modules-2.6.26-1-iop32x-di 
ide-modules-2.6.26-1-iop32x-di ide-core-modules-2.6.26-1-iop32x-di 
cdrom-core-modules-2.6.26-1-iop32x-di scsi-core-modules-2.6.26-1-iop32x-di 
loop-modules-2.6.26-1-iop32x-di nls-core-modules-2.6.26-1-iop32x-di 
ext2-modules-2.6.26-1-iop32x-di ext3-modules-2.6.26-1-iop32x-di 
isofs-modules-2.6.26-1-iop32x-di reiserfs-modules-2.6.26-1-iop32x-di 
fat-modules-2.6.26-1-iop32x-di md-modules-2.6.26-1-iop32x-di 
multipath-modules-2.6.26-1-iop32x-di usb-modules-2.6.26-1-iop32x-di 
usb-storage-modules-2.6.26-1-iop32x-di input-modules-2.6.26-1-iop32x-di 
nic-usb-modules-2.6.26-1-iop32x-di sata-modules-2.6.26-1-iop32x-di 
core-modules-2.6.26-1-iop32x-di crc-modules-2.6.26-1-iop32x-di 
crypto-core-modules-2.6.26-1-iop32x-di crypto-modules-2.6.26-1-iop32x-di 
crypto-dm-modules-2.6.26-1-iop32x-di kernel-image-2.6.26-1-ixp4xx-di 
nic-modules-2.6.26-1-ixp4xx-di scsi-core-modules-2.6.26-1-ixp4xx-di 
loop-modules-2.6.26-1-ixp4xx-di ext2-modules-2.6.26-1-ixp4xx-di 
ext3-modules-2.6.26-1-ixp4xx-di reiserfs-modules-2.6.26-1-ixp4xx-di 
fat-modules-2.6.26-1-ixp4xx-di md-modules-2.6.26-1-ixp4xx-di 
multipath-modules-2.6.26-1-ixp4xx-di usb-modules-2.6.26-1-ixp4xx-di 
usb-storage-modules-2.6.26-1-ixp4xx-di input-modules-2.6.26-1-ixp4xx-di 
nic-usb-modules-2.6.26-1-ixp4xx-di sata-modules-2.6.26-1-ixp4xx-di 
core-modules-2.6.26-1-ixp4xx-di crc-modules-2.6.26-1-ixp4xx-di 
crypto-core-modules-2.6.26-1-ixp4xx-di crypto-modules-2.6.26-1-ixp4xx-di 
crypto-dm-modules-2.6.26-1-ixp4xx-di ata-modules-2.6.26-1-ixp4xx-di 
kernel-image-2.6.26-1-orion5x-di nic-modules-2.6.26-1-orion5x-di 
nic-shared-modules-2.6.26-1-orion5x-di scsi-core-modules-2.6.26-1-orion5x-di 
loop-modules-2.6.26-1-orion5x-di ext2-modules-2.6.26-1-orion5x-di 
ext3-modules-2.6.26-1-orion5x-di jffs2-modules-2.6.26-1-orion5x-di 
reiserfs-modules-2.6.26-1-orion5x-di fat-modules-2.6.26-1-orion5x-di 
md-modules-2.6.26-1-orion5x-di multipath-modules-2.6.26-1-orion5x-di 
usb-modules-2.6.26-1-orion5x-di usb-storage-modules-2.6.26-1-orion5x-di 
input-modules-2.6.26-1-orion5x-di nic-usb-modules-2.6.26-1-orion5x-di 
sata-modules-2.6.26-1-orion5x-di core-modules-2.6.26-1-orion5x-di 
crc-modules-2.6.26-1-orion5x-di crypto-core-modules-2.6.26-1-orion5x-di 
crypto-modules-2.6.26-1-orion5x-di crypto-dm-modules-2.6.26-1-orion5x-di
Architecture: arm source 
Version: 1.33
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Martin Michlmayr [EMAIL PROTECTED]
Description:
 ata-modules-2.6.26-1-ixp4xx-di - ATA disk modules (udeb)
 cdrom-core-modules-2.6.26-1-footbridge-di - CDROM support (udeb)
 cdrom-core-modules-2.6.26-1-iop32x-di - CDROM support (udeb)
 core-modules-2.6.26-1-footbridge-di - Core modules (udeb)
 core-modules-2.6.26-1-iop32x-di - Core modules (udeb)
 core-modules-2.6.26-1-ixp4xx-di - Core modules (udeb)
 core-modules-2.6.26-1-orion5x-di - Core modules (udeb)
 crc-modules-2.6.26-1-footbridge-di - CRC modules (udeb)
 crc-modules-2.6.26-1-iop32x-di - CRC modules (udeb)
 crc-modules-2.6.26-1-ixp4xx-di - CRC modules (udeb)
 crc-modules-2.6.26-1-orion5x-di - CRC modules (udeb)
 crypto-core-modules-2.6.26-1-footbridge-di - Core crypto modules (udeb)
 crypto-core-modules-2.6.26-1-iop32x-di - Core crypto modules (udeb)
 crypto-core-modules-2.6.26-1-ixp4xx-di - Core crypto modules (udeb)
 crypto-core-modules-2.6.26-1-orion5x-di - Core crypto modules (udeb)
 crypto-dm-modules-2.6.26-1-footbridge-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.26-1-iop32x-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.26-1-ixp4xx-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.26-1-orion5x-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.26-1-footbridge-di - crypto modules (udeb)
 crypto-modules-2.6.26-1-iop32x-di - crypto modules (udeb)
 crypto-modules-2.6.26-1-ixp4xx-di - crypto modules (udeb)
 crypto-modules-2.6.26-1-orion5x-di - crypto modules (udeb)
 ext2-modules-2.6.26-1-iop32x-di - EXT2 filesystem support (udeb)
 

Accepted smbind 0.4.7-3 (source all)

2008-10-15 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 12 Oct 2008 02:56:51 +0200
Source: smbind
Binary: smbind
Architecture: source all
Version: 0.4.7-3
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano [EMAIL PROTECTED]
Changed-By: Giuseppe Iuculano [EMAIL PROTECTED]
Description: 
 smbind - PHP-based tool for managing DNS zones for BIND
Closes: 501956
Changes: 
 smbind (0.4.7-3) unstable; urgency=low
 .
   * debian/prerm: Fix the bad priority setting on the restart webserver
 debconf question
   * Added Spanish debconf translation, thanks to Ignacio Mondino
 (Closes: #501956)
Checksums-Sha1: 
 e1f6e5f693b15e6da6d473645014f34bf6c8bad8 1009 smbind_0.4.7-3.dsc
 6ea935857710c4b2ec87abfaf52bf7580e23d10a 12341 smbind_0.4.7-3.diff.gz
 9b693afeafa1bfaa8d768bbb5592ca4ae4ecc137 94250 smbind_0.4.7-3_all.deb
Checksums-Sha256: 
 433bfe724c039292f8e6efd773d67dcebc2351462b7d5baecb5a5bd863a4f212 1009 
smbind_0.4.7-3.dsc
 bb1a5b28f81db24be2cd50637117540f1a0a2e426c5a69229382b113b34b80b1 12341 
smbind_0.4.7-3.diff.gz
 9d0f4afa37111cd1f470644d9733cc06d5ecb3783e36ac89435b4bc36a692ec5 94250 
smbind_0.4.7-3_all.deb
Files: 
 c89517e6c8004e5cac95a64053cdbec9 1009 web optional smbind_0.4.7-3.dsc
 5fe09c51f221e0ea5fe278eaf76142cc 12341 web optional smbind_0.4.7-3.diff.gz
 4fd692d76462ff01432efdb63235409b 94250 web optional smbind_0.4.7-3_all.deb

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

iEYEARECAAYFAkj2NRIACgkQ1OXtrMAUPS3HpQCfWEw2wfqd89em+Sg5UL5iW93W
xxYAoKtY1chxwI4W88sieJwO9LQhKyTe
=FbGK
-END PGP SIGNATURE-


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


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



Accepted eric 4.1.5-2 (source all)

2008-10-15 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 07:05:18 +0100
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 4.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Gudjon I. Gudjonsson [EMAIL PROTECTED]
Changed-By: Gudjon I. Gudjonsson [EMAIL PROTECTED]
Description: 
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Closes: 500272
Changes: 
 eric (4.1.5-2) unstable; urgency=low
 .
   * Fixed qt4 documentation path (Closes: #500272)
Checksums-Sha1: 
 117a4c95b10bf23a92d21b4a400ff6a5fd7dec24 1296 eric_4.1.5-2.dsc
 62066200d8acb86743eb615fa84cd4fd0f5063f8 666817 eric_4.1.5-2.diff.gz
 0a5808fe1b7ffeaf6d5e50c2c71d8df1142b2cd7 2909396 eric_4.1.5-2_all.deb
 2e7e57bb5c29ff6bf7bddf69897303474dd58b9e 781362 eric-api-files_4.1.5-2_all.deb
Checksums-Sha256: 
 4e29d41330adfd6e320be76c8f42f2bcb49c8b7c9fdbd8019342bcffa3b153d9 1296 
eric_4.1.5-2.dsc
 ee8791a952e4c57199ebb124526361bb1e0076cd8ef33147e83f397ce6ed884f 666817 
eric_4.1.5-2.diff.gz
 a637c6ce685fc2f74a3aa294a49aba2fa48527e5c0d5fd3070f430349ab2bc30 2909396 
eric_4.1.5-2_all.deb
 a7e9d96c376add8b891246a72ea241d1e88430a9156f70a7fb67e37c835d1442 781362 
eric-api-files_4.1.5-2_all.deb
Files: 
 f6872770766546ff7a86fe37081ce7d8 1296 python optional eric_4.1.5-2.dsc
 0af14229a5c71776156eb9a6089c01c5 666817 python optional eric_4.1.5-2.diff.gz
 b9d38600d20587b2f69c499e9294ca59 2909396 python optional eric_4.1.5-2_all.deb
 9651e689ede39ef1b56e92941ccf6ff6 781362 python optional 
eric-api-files_4.1.5-2_all.deb

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

iEYEARECAAYFAkj2OvoACgkQB01zfu119ZkrgACgiMjT+sMw4Hb3izWe6n8bXmdq
xlEAoInysPGYigIVC/JS4U6/49Xdx5GP
=76BD
-END PGP SIGNATURE-


Accepted:
eric-api-files_4.1.5-2_all.deb
  to pool/main/e/eric/eric-api-files_4.1.5-2_all.deb
eric_4.1.5-2.diff.gz
  to pool/main/e/eric/eric_4.1.5-2.diff.gz
eric_4.1.5-2.dsc
  to pool/main/e/eric/eric_4.1.5-2.dsc
eric_4.1.5-2_all.deb
  to pool/main/e/eric/eric_4.1.5-2_all.deb


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



Accepted destar 0.2.2-5.1 (source all)

2008-10-15 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 14:53:24 -0400
Source: destar
Binary: destar
Architecture: source all
Version: 0.2.2-5.1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Barry deFreese [EMAIL PROTECTED]
Description: 
 destar - management interface for the Asterisk PBX
Closes: 501207
Changes: 
 destar (0.2.2-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * python25.dpatch. Fix syntax error. (Closes: #501207).
 + Thanks to John Wright for the patch.
Checksums-Sha1: 
 af165c1c16c9fe699837e6231533d98bc8d98cbb 1319 destar_0.2.2-5.1.dsc
 88fc9610ca358ed181a32e41bbc8a54c41b614cd 10593 destar_0.2.2-5.1.diff.gz
 c943c929d7cddaebfd7d65c9bf3f199d0d7b0c67 200106 destar_0.2.2-5.1_all.deb
Checksums-Sha256: 
 a06ae26120f3d570a357f481203c9b15d4700a4909c62d0dd68d185c46abcb90 1319 
destar_0.2.2-5.1.dsc
 f54b402d08d008025c465736a05cdb15eb7361a506566a988566cb7f9dbf26e2 10593 
destar_0.2.2-5.1.diff.gz
 0b7890bb6a8734dd8fdcac9675903a787aeaa9b04fac2095ae6e2688a3f3b761 200106 
destar_0.2.2-5.1_all.deb
Files: 
 6e1e3477cdb3ac72323b38937d733361 1319 comm optional destar_0.2.2-5.1.dsc
 0baa7c4e0a6581cec024e98c80e7220c 10593 comm optional destar_0.2.2-5.1.diff.gz
 822cf8d420731a1bce5c878a57a0d5d3 200106 comm optional destar_0.2.2-5.1_all.deb

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

iEYEARECAAYFAkj2QhUACgkQ5ItltUs5T362CACfUqR2EFu+yKkissWNTW4cy3Je
vZYAn3VbP6dc/UdejCPQlZb5S2iytDZJ
=IHXj
-END PGP SIGNATURE-


Accepted:
destar_0.2.2-5.1.diff.gz
  to pool/main/d/destar/destar_0.2.2-5.1.diff.gz
destar_0.2.2-5.1.dsc
  to pool/main/d/destar/destar_0.2.2-5.1.dsc
destar_0.2.2-5.1_all.deb
  to pool/main/d/destar/destar_0.2.2-5.1_all.deb


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



Accepted eric 4.2.2a-1 (source all)

2008-10-15 Thread Gudjon I. Gudjonsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 06:55:51 +0100
Source: eric
Binary: eric eric-api-files
Architecture: source all
Version: 4.2.2a-1
Distribution: experimental
Urgency: low
Maintainer: Gudjon I. Gudjonsson [EMAIL PROTECTED]
Changed-By: Gudjon I. Gudjonsson [EMAIL PROTECTED]
Description: 
 eric   - full featured Python IDE
 eric-api-files - API description files for use with eric
Changes: 
 eric (4.2.2a-1) experimental; urgency=low
 .
   * New upstream release
   * Fix path to documentation
Checksums-Sha1: 
 404e500997aad544cb9491b018fa43fdd9f28154 1303 eric_4.2.2a-1.dsc
 0cf27d5d3bdb04e04809344a95107ddaa96dc994 4021348 eric_4.2.2a.orig.tar.gz
 1a43220fcf4cc3ffd76be1a3b95e438181789e13 874936 eric_4.2.2a-1.diff.gz
 5bf4387e738632423e74c30cb8933912b0d4025c 3382266 eric_4.2.2a-1_all.deb
 a7ed1184a2760b24747d93a4e783720b053a7a79 189592 eric-api-files_4.2.2a-1_all.deb
Checksums-Sha256: 
 fd8ac09a95570cd7ed5a98947ad08d206640af6b90882eeef1ddc42fee917062 1303 
eric_4.2.2a-1.dsc
 48397a1f3af4fe1f3fae0c2cfad764def1641790e1c9975f18ef284f82c562ee 4021348 
eric_4.2.2a.orig.tar.gz
 b64cf72e35618dc80319892ecc7c456f0325ffbe4950fff4e2c3be39655baf66 874936 
eric_4.2.2a-1.diff.gz
 2f2a6091a963cf8a9b152ad58c7c1991d2007c1bd22ff5fb36d27341262521b6 3382266 
eric_4.2.2a-1_all.deb
 3901b2d24c1560ecafe24d200c55c1c582f0799d2c651628f3279d656eaca3af 189592 
eric-api-files_4.2.2a-1_all.deb
Files: 
 83b68dc1da75531268d1cd0e37ed1885 1303 devel optional eric_4.2.2a-1.dsc
 b48441e46e79dcf604331126943bc76d 4021348 devel optional eric_4.2.2a.orig.tar.gz
 263c73ac6fc49b1b824aa5b996c6bfe0 874936 devel optional eric_4.2.2a-1.diff.gz
 5698310afc403b1597551dd9dd3db6a8 3382266 devel optional eric_4.2.2a-1_all.deb
 58ad39abffe0823989aa130615464ef0 189592 devel optional 
eric-api-files_4.2.2a-1_all.deb

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

iEYEARECAAYFAkj2PqYACgkQB01zfu119ZmjHACgmzDUf3leh2rzVaXIwPFwCPPw
jCsAoIvIPykTn6EBQVlg7sWQg6Trgqw+
=Oiyu
-END PGP SIGNATURE-


Accepted:
eric-api-files_4.2.2a-1_all.deb
  to pool/main/e/eric/eric-api-files_4.2.2a-1_all.deb
eric_4.2.2a-1.diff.gz
  to pool/main/e/eric/eric_4.2.2a-1.diff.gz
eric_4.2.2a-1.dsc
  to pool/main/e/eric/eric_4.2.2a-1.dsc
eric_4.2.2a-1_all.deb
  to pool/main/e/eric/eric_4.2.2a-1_all.deb
eric_4.2.2a.orig.tar.gz
  to pool/main/e/eric/eric_4.2.2a.orig.tar.gz


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



Accepted gcc-4.2 4.2.4-4 (source all i386)

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

Format: 1.8
Date: Wed, 15 Oct 2008 20:52:10 +0200
Source: gcc-4.2
Binary: gcc-4.2-base gcc-4.2 gcc-4.2-multilib gcc-4.2-hppa64 cpp-4.2 
gcc-4.2-locales g++-4.2 g++-4.2-multilib libmudflap0-4.2-dev gobjc++-4.2 
gobjc++-4.2-multilib gobjc-4.2 gobjc-4.2-multilib gfortran-4.2 
gfortran-4.2-multilib libgfortran2 libgfortran2-dbg lib64gfortran2 
lib64gfortran2-dbg lib32gfortran2 lib32gfortran2-dbg libstdc++6-4.2-dev 
libstdc++6-4.2-pic libstdc++6-4.2-dbg lib32stdc++6-4.2-dbg lib64stdc++6-4.2-dbg 
libstdc++6-4.2-doc gcc-4.2-soft-float gcc-4.2-source
Architecture: source all i386
Version: 4.2.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.2- The GNU C preprocessor
 g++-4.2- The GNU C++ compiler
 g++-4.2-multilib - The GNU C++ compiler (multilib files)
 gcc-4.2- The GNU C compiler
 gcc-4.2-base - The GNU Compiler Collection (base package)
 gcc-4.2-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.2-locales - The GNU C compiler (native language support files)
 gcc-4.2-multilib - The GNU C compiler (multilib files)
 gcc-4.2-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.2-source - Source of the GNU Compiler Collection
 gfortran-4.2 - The GNU Fortran 95 compiler
 gfortran-4.2-multilib - The GNU Fortran 95 compiler (multilib files)
 gobjc++-4.2 - The GNU Objective-C++ compiler
 gobjc++-4.2-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.2  - The GNU Objective-C compiler
 gobjc-4.2-multilib - The GNU Objective-C compiler (multilib files)
 lib32gfortran2 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran2-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32stdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64gfortran2 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran2-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64stdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 libgfortran2 - Runtime library for GNU Fortran applications
 libgfortran2-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libmudflap0-4.2-dev - GCC mudflap support libraries (development files)
 libstdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.2-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.2-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.2-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
Changes: 
 gcc-4.2 (4.2.4-4) unstable; urgency=low
 .
   * Update to SVN 20081008 from the ubuntu/gcc-4_2-branch.
 - PR middle-end/37731 (wrong code), PR middle-end/36575 (wrong code),
   PR rtl-optimization/37544 (wrong code), PR target/37101 (wrong code),
   PR middle-end/35432 (ice-on-valid).
 - PR libgcj/8995 (race conditions in interpreter), PR libgcj/31890
   out-of-sync javaprims.h regenerated).
 - Fix naming of bridge targets in gjavah (wrong header generation).
   * Fix PR c/35437 (ice-on-invalid), taken from the gcc-4.3 branch.
 LP: #251744.
   * gij/gcj: Don't remove alternatives on upgrade. Addresses: #479950.
   * Fix PR libgomp/28432. LP: #235070.
   * debian/rules.conf: Filter empty '[]' and '!none' in control file (Andrea
 Gasparini). LP: #268132.
Checksums-Sha1: 
 6e3cacaf2e51dac5e06f73805e1a7f7cb9e98a64 2629 gcc-4.2_4.2.4-4.dsc
 5acf501eb9436710821cf4a7d3307af789ff548f 524076 gcc-4.2_4.2.4-4.diff.gz
 069ab521596cb72e6218d0f86576f29ce6522a57 37772162 
gcc-4.2-source_4.2.4-4_all.deb
 7009e88027bf27472e324a1e1aac0af7d29a2b25 7309622 
libstdc++6-4.2-doc_4.2.4-4_all.deb
 fa1c629cbd6344e9d2b30e22c3d3f1d8f8c39129 1958850 
gcc-4.2-locales_4.2.4-4_all.deb
 e786a941d914fe9a125cabc8d9540e8530961eae 99124 gcc-4.2-base_4.2.4-4_i386.deb
 8f7de5c89a1067c0624abbee2753503728b3d331 2470376 cpp-4.2_4.2.4-4_i386.deb
 e1e69484aba1c561f983dd87a40cc1472b0215b1 108814 
libmudflap0-4.2-dev_4.2.4-4_i386.deb
 9fcc4ec4111ad19aed33e4930c65e230cb684766 850 
gobjc++-4.2-multilib_4.2.4-4_i386.deb
 aeef0b19070bf16142b9b3f064d8bda3c8f5823f 2665372 gobjc++-4.2_4.2.4-4_i386.deb
 90fa5eae8e134c8d9fa62a9723ec36ed9c184106 184742 
gobjc-4.2-multilib_4.2.4-4_i386.deb
 d4cd80dc010fba7ea3136af8b7c23cbcf76c4cf3 2613484 gobjc-4.2_4.2.4-4_i386.deb
 7ae427c79a3f498c202b471d8b9104fb62d67419 996392 
g++-4.2-multilib_4.2.4-4_i386.deb
 6955100c0333d8d0758ee421ab68316dfc1101bf 2781384 g++-4.2_4.2.4-4_i386.deb
 84db6748879bde6b788ea88984143030e9628186 4953702 
lib64stdc++6-4.2-dbg_4.2.4-4_i386.deb
 6c1ad20926d6aef85bc57d34798e520970645a3f 1208736 
libstdc++6-4.2-dev_4.2.4-4_i386.deb
 a38a24dc0e67d35ad63bf28b4fb0ff14ad3ddc4c 468490 
libstdc++6-4.2-pic_4.2.4-4_i386.deb
 232db81c183f5c0827d305e85840d50111c20cae 4804890 
libstdc++6-4.2-dbg_4.2.4-4_i386.deb
 1ef94d2fc9da4d2951e66cb8553734140936aa9e 196816 

Accepted gadmin-proftpd 1:0.3.5-1 (source i386 all)

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

Format: 1.8
Date: Wed, 15 Oct 2008 22:36:00 +0200
Source: gadmin-proftpd
Binary: gadmin-proftpd gproftpd
Architecture: source i386 all
Version: 1:0.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gadmin-proftpd - GTK+ configuration tool for proftpd
 gproftpd   - GTK+ configuration tool for proftpd (transitional package)
Changes: 
 gadmin-proftpd (1:0.3.5-1) unstable; urgency=low
 .
   * Merging upstream version 0.3.5.
Checksums-Sha1: 
 b3e046a4d7e2b8384161dae6aded1446e23c182b 1210 gadmin-proftpd_0.3.5-1.dsc
 8fbcdaaae05bead3db1238f870dfbce3ecf424dd 592105 
gadmin-proftpd_0.3.5.orig.tar.gz
 2a306dcb5c7a93544adb88a406a2d222d7688651 7151 gadmin-proftpd_0.3.5-1.diff.gz
 2a6b3fa9c880b1c01e031dea7e703eb0d77ae19c 201488 gadmin-proftpd_0.3.5-1_i386.deb
 d812ee510607028b3154899ec1c49f4372bd9605 4012 gproftpd_0.3.5-1_all.deb
Checksums-Sha256: 
 e867e6f10f671446b72f93bcc4b3db5fd7897d320f6a7a7232b8214e50f1d9a9 1210 
gadmin-proftpd_0.3.5-1.dsc
 f05fe99b1c097e6844db4dc204ba38b35b4151f70697411707c1a75b3c78dc31 592105 
gadmin-proftpd_0.3.5.orig.tar.gz
 916d8c8aaa6ac0fcb27caf3deeeda800f68f8a49d22b030f198b500f1fd4a100 7151 
gadmin-proftpd_0.3.5-1.diff.gz
 70957c33e2bc1f05de5954c9a7a3fcbc704f5b1bee7d27c428f9a1c951ed32eb 201488 
gadmin-proftpd_0.3.5-1_i386.deb
 7590b20e015f00ae33ee83634f603904f38d591dc95c90dba046d7752c031b63 4012 
gproftpd_0.3.5-1_all.deb
Files: 
 4047010dad48ca156dadfe4e4357c076 1210 admin optional gadmin-proftpd_0.3.5-1.dsc
 5636627a7e8c4f41f3fe3714264832de 592105 admin optional 
gadmin-proftpd_0.3.5.orig.tar.gz
 34ff6147e8df81a679e439ea35ad20a2 7151 admin optional 
gadmin-proftpd_0.3.5-1.diff.gz
 e43e521596906e2fc8e857be80e6d6af 201488 admin optional 
gadmin-proftpd_0.3.5-1_i386.deb
 53d02a52a2b2a3cb998ffd3527e52e57 4012 admin optional gproftpd_0.3.5-1_all.deb

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

iEYEARECAAYFAkj2VP8ACgkQ+C5cwEsrK57P8ACgpjKSBnol2x1w5dQOeIe3F3vh
QwkAoN10A9pD1OaTQpidHXs6eQqEpOxL
=ns55
-END PGP SIGNATURE-


Accepted:
gadmin-proftpd_0.3.5-1.diff.gz
  to pool/main/g/gadmin-proftpd/gadmin-proftpd_0.3.5-1.diff.gz
gadmin-proftpd_0.3.5-1.dsc
  to pool/main/g/gadmin-proftpd/gadmin-proftpd_0.3.5-1.dsc
gadmin-proftpd_0.3.5-1_i386.deb
  to pool/main/g/gadmin-proftpd/gadmin-proftpd_0.3.5-1_i386.deb
gadmin-proftpd_0.3.5.orig.tar.gz
  to pool/main/g/gadmin-proftpd/gadmin-proftpd_0.3.5.orig.tar.gz
gproftpd_0.3.5-1_all.deb
  to pool/main/g/gadmin-proftpd/gproftpd_0.3.5-1_all.deb


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



Accepted axyl 2.9.0 (source all)

2008-10-15 Thread Paul Waite
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 16 Oct 2008 10:11:00 +1300
Source: axyl
Binary: axyl-doc axyl
Architecture: source all
Version: 2.9.0
Distribution: unstable
Urgency: low
Maintainer: Paul Waite [EMAIL PROTECTED]
Changed-By: Paul Waite [EMAIL PROTECTED]
Description: 
 axyl   - The Axyl web development platform
 axyl-doc   - The Axyl documentation
Closes: 491504
Changes: 
 axyl (2.9.0) unstable; urgency=low
 .
   * Updated Galician debconf template (closes: #491504)
Files: 
 09facd44fcdf1afd9ba7dd410f6f3940 579 web optional axyl_2.9.0.dsc
 daa4c95667093ec84a271f36af172eeb 778 web optional axyl_2.9.0.tar.gz
 056430304afbe0f0a5a3b68923fc1c6b 4869900 web optional axyl_2.9.0_all.deb
 13843e4a0fefaa13cc6586bfd860ab18 3307428 doc optional axyl-doc_2.9.0_all.deb

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

iD8DBQFI9mkktfkpAgkMOyMRAkZmAKC+MwEzGK5surp2tBYr1FNhLHm+sQCfZUr7
sC5ltD0SjPqZ+Gljdwgaj08=
=75h6
-END PGP SIGNATURE-


Accepted:
axyl-doc_2.9.0_all.deb
  to pool/main/a/axyl/axyl-doc_2.9.0_all.deb
axyl_2.9.0.dsc
  to pool/main/a/axyl/axyl_2.9.0.dsc
axyl_2.9.0.tar.gz
  to pool/main/a/axyl/axyl_2.9.0.tar.gz
axyl_2.9.0_all.deb
  to pool/main/a/axyl/axyl_2.9.0_all.deb


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



Accepted yasm 0.7.0-3 (source amd64)

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

Format: 1.8
Date: Wed, 15 Oct 2008 22:04:21 +
Source: yasm
Binary: yasm
Architecture: source amd64
Version: 0.7.0-3
Distribution: unstable
Urgency: high
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 yasm   - modular assembler with multiple syntaxes support
Closes: 396291 502238
Changes: 
 yasm (0.7.0-3) unstable; urgency=high
 .
   * debian/control: build-depend on Python in order to re-run gen_x86_insn.py
 at build time. This fixes the TASM support, thanks to Samuel Thibault
 (Closes: #502238, #396291).
Checksums-Sha1: 
 e13ff7fad9453865f4d085a4e3371f766d5e01a8 1171 yasm_0.7.0-3.dsc
 2497ce3f792d68e504b6f5aec4557f179f973759 120011 yasm_0.7.0-3.diff.gz
 45783629e29576484cf160ee438cc0453f9e7bbe 596940 yasm_0.7.0-3_amd64.deb
Checksums-Sha256: 
 a46fb6f74995161e3853c5ddaba980d0279f738eabcfa9433ddbc92f19e70679 1171 
yasm_0.7.0-3.dsc
 7cb4e97a3bcebb4fca99ed89b0c1c66bc2fcf024a5427bb19830abfebee1d03b 120011 
yasm_0.7.0-3.diff.gz
 103a97974d8fb32e7a9a81a110fe2052cc69d9d6ce5b93bbe6568b6b5a97fb0d 596940 
yasm_0.7.0-3_amd64.deb
Files: 
 4de9adce11fd54a4821365bf8fe83f2e 1171 devel optional yasm_0.7.0-3.dsc
 bd6c65c4522bf75a7004c82a5fb0f33d 120011 devel optional yasm_0.7.0-3.diff.gz
 b5ab36546a30ae2b22a2dbcf344ee300 596940 devel optional yasm_0.7.0-3_amd64.deb

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

iEYEARECAAYFAkj2ad0ACgkQfPP1rylJn2FEtQCfVHdCBe9UVUQctgBTEySibv80
37QAoKf9fxebhRSV3khLyJC/4lwVB1G0
=w8PZ
-END PGP SIGNATURE-


Accepted:
yasm_0.7.0-3.diff.gz
  to pool/main/y/yasm/yasm_0.7.0-3.diff.gz
yasm_0.7.0-3.dsc
  to pool/main/y/yasm/yasm_0.7.0-3.dsc
yasm_0.7.0-3_amd64.deb
  to pool/main/y/yasm/yasm_0.7.0-3_amd64.deb


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



Accepted libept 0.5.26 (source i386)

2008-10-15 Thread Petr Rockai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 20:24:21 +0200
Source: libept
Binary: libept-dev libept0 ept-cache
Architecture: source i386
Version: 0.5.26
Distribution: unstable
Urgency: low
Maintainer: Petr Rockai [EMAIL PROTECTED]
Changed-By: Petr Rockai [EMAIL PROTECTED]
Description: 
 ept-cache  - Commandline tool to search the package archive
 libept-dev - High-level library for managing Debian package information
 libept0- High-level library for managing Debian package information
Changes: 
 libept (0.5.26) unstable; urgency=low
 .
   * Disable Xapian quality cutoff to make the results more deterministic
 and easier to understand (clients are now expected to trim their
 result list somehow).
   * Try to match the whole search string as a package name prefix,
 improving the result sets.
Checksums-Sha1: 
 ade51de9ecde18e60417e94679a0f6f9316b16af 1186 libept_0.5.26.dsc
 6077196dbce9eb356d587e25436d14975c07dbd6 2695352 libept_0.5.26.tar.gz
 f00bfd880e87ae16e19327f1eff2d257ba76bce2 2585902 libept-dev_0.5.26_i386.deb
 96c24d19dd6767472797ded4cddf52c6bd408e1f 1152386 libept0_0.5.26_i386.deb
 11cda50eeefad374a56a751980ff91f3be257512 701414 ept-cache_0.5.26_i386.deb
Checksums-Sha256: 
 de5da85c8401aa680a118e7b9a0906117593d5ec0daf7b1b826884e3b6b0f062 1186 
libept_0.5.26.dsc
 929f3121b57b804479774564c69e513008faf4d85d4628ea5d8c2719d4127982 2695352 
libept_0.5.26.tar.gz
 7a9a709ca7c8a3340abb0a97e3a557c0a0890ec54ff7a65b14b9a2d467e8b47d 2585902 
libept-dev_0.5.26_i386.deb
 eb6151b50d586ff039f8528b51b7abbedfcb8f619f5beb3c380b1ac279c6061a 1152386 
libept0_0.5.26_i386.deb
 ad1edab451974273c167ee7dbc791dd208d400a3f49df2f0f6f0c96c20b1a849 701414 
ept-cache_0.5.26_i386.deb
Files: 
 e5a56aab4d23aa890abea939e05100f7 1186 libdevel optional libept_0.5.26.dsc
 b93cdeba630fc2fc264689d84c53f092 2695352 libdevel optional libept_0.5.26.tar.gz
 31c114db19d53b7a8ae27e684a1237cf 2585902 libdevel optional 
libept-dev_0.5.26_i386.deb
 1e7d5ef7fd705c064d6f6abb013df3a2 1152386 libs optional libept0_0.5.26_i386.deb
 eff780cde0247b23595a81eb651ec666 701414 misc optional ept-cache_0.5.26_i386.deb

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

iEUEARECAAYFAkj2OQsACgkQvQmfopLcAqnpNACYi+FkS0pjnXAQ53oP3zo1nI9K
pACeJ4JFUi0YqL2O3/hvYx3N9PPGWmQ=
=Ss5e
-END PGP SIGNATURE-


Accepted:
ept-cache_0.5.26_i386.deb
  to pool/main/libe/libept/ept-cache_0.5.26_i386.deb
libept-dev_0.5.26_i386.deb
  to pool/main/libe/libept/libept-dev_0.5.26_i386.deb
libept0_0.5.26_i386.deb
  to pool/main/libe/libept/libept0_0.5.26_i386.deb
libept_0.5.26.dsc
  to pool/main/libe/libept/libept_0.5.26.dsc
libept_0.5.26.tar.gz
  to pool/main/libe/libept/libept_0.5.26.tar.gz


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



Accepted adept 3.0~beta3 (source i386)

2008-10-15 Thread Petr Rockai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 19:55:28 +0200
Source: adept
Binary: adept
Architecture: source i386
Version: 3.0~beta3
Distribution: unstable
Urgency: low
Maintainer: Petr Rockai [EMAIL PROTECTED]
Changed-By: Petr Rockai [EMAIL PROTECTED]
Description: 
 adept  - package management suite for KDE
Changes: 
 adept (3.0~beta3) unstable; urgency=low
 .
   * Improved search, includes package name prefix matches as well.
   * Merged most of the changes below, from Jonathan -- just not using
 kde4.mk as this is not part of Debian's cdbs.
Checksums-Sha1: 
 d95509c1fd3877904e8d3ea66ae46ea9de891c01 850 adept_3.0~beta3.dsc
 5f3120c537fcfda506c5c696e2565ff2ec1c4872 88584 adept_3.0~beta3.tar.gz
 4667590af4b89c42fb139838f6057c3cbe492037 2583212 adept_3.0~beta3_i386.deb
Checksums-Sha256: 
 af7297036021562ec06350d517d1489ab9a21791bad66e63164234396808fbc5 850 
adept_3.0~beta3.dsc
 b22d99271eb84e9d948c1b8daa164d9bf719a174611ab7d9eb00bec562ad35a3 88584 
adept_3.0~beta3.tar.gz
 60ac59da443030f9554b85e1182a455dbdd18b0462533455f4660660cd24d825 2583212 
adept_3.0~beta3_i386.deb
Files: 
 e115a6f7dbc28f2623cb95972bb98b43 850 kde optional adept_3.0~beta3.dsc
 92d43d18e97a58ec7d6a14ccf1252ec3 88584 kde optional adept_3.0~beta3.tar.gz
 ce3fed2368e3eb4c7ba426327ab23035 2583212 kde optional adept_3.0~beta3_i386.deb
Original-Maintainer: Petr Rockai [EMAIL PROTECTED]

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

iEYEARECAAYFAkj2ZSMACgkQvQmfopLcAqmsJACgi0nATxtmHMwxpC5JAqCmlMxD
xfgAn2OtYsnNcT3PF5K33/Of90bDzYoy
=082W
-END PGP SIGNATURE-


Accepted:
adept_3.0~beta3.dsc
  to pool/main/a/adept/adept_3.0~beta3.dsc
adept_3.0~beta3.tar.gz
  to pool/main/a/adept/adept_3.0~beta3.tar.gz
adept_3.0~beta3_i386.deb
  to pool/main/a/adept/adept_3.0~beta3_i386.deb


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



Accepted gcj-4.2 4.2.4-4 (source all i386)

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

Format: 1.8
Date: Wed, 15 Oct 2008 20:43:05 +
Source: gcj-4.2
Binary: gcj-4.2-base gcj-4.2 gij-4.2 libgcj8-1 libgcj8-jar libgcj8-1-awt 
gappletviewer-4.2 libgcj8-dev libgcj8-dbg libgcj8-src
Architecture: source all i386
Version: 4.2.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gappletviewer-4.2 - Standalone application to execute Java (tm) applets
 gcj-4.2- The GNU compiler for Java(TM)
 gcj-4.2-base - The GNU Compiler Collection (gcj base package)
 gij-4.2- The GNU Java bytecode interpreter
 libgcj8-1  - Java runtime library for use with gcj
 libgcj8-1-awt - AWT peer runtime libraries for use with gcj
 libgcj8-dbg - Debugging symbols for libraries provided in libgcj8-dev
 libgcj8-dev - Java development headers for use with gcj
 libgcj8-jar - Java runtime library for use with gcj (jar files)
 libgcj8-src - libgcj java sources for use in eclipse
Changes: 
 gcj-4.2 (4.2.4-4) unstable; urgency=low
 .
   * Upload as gcj-4.2.
Checksums-Sha1: 
 04c2c1d39d050436125c973e7fa0e9c31984dc24 2456 gcj-4.2_4.2.4-4.dsc
 defdb81982c9a75764fd644220ebcf6de702dca5 528554 gcj-4.2_4.2.4-4.diff.gz
 30da15d1b76e367f60ce072b402f61a24dfcd292 10069356 libgcj8-jar_4.2.4-4_all.deb
 9adab2231f903a61503676b1004d425f08761f56 12374638 libgcj8-src_4.2.4-4_all.deb
 36bf743c07d0688b393590e82175e4e96cff5090 99002 gcj-4.2-base_4.2.4-4_i386.deb
 2b3829fa0b94db9ff600d378f838c0455b8b7d89 51008 gij-4.2_4.2.4-4_i386.deb
 7c0d8c746766dc5d05183d32d09a4ef569977c4d 10428398 libgcj8-1_4.2.4-4_i386.deb
 fe7ad6d437bce98d79aa101b25aa910a36e02bea 81692 libgcj8-1-awt_4.2.4-4_i386.deb
 0b0c94df47336e3de6f4f4bfac00b7baaadea1eb 16510 
gappletviewer-4.2_4.2.4-4_i386.deb
 c500d912e144aab03519f60ca51f20929923664d 783852 libgcj8-dev_4.2.4-4_i386.deb
 fde4acb00a3fb44c5149a1de4417ed2bcd9c 12858946 libgcj8-dbg_4.2.4-4_i386.deb
 906255843e780d6e769cbd2a65feb9ded7c6406b 2670384 gcj-4.2_4.2.4-4_i386.deb
Checksums-Sha256: 
 4cdee49c0288f2dbb7e2bb29a3f29f92d9d8c11e0d1e09b77e92c282ddd1a84e 2456 
gcj-4.2_4.2.4-4.dsc
 74842d2144909bc4fff2afc06c8782e504cbaffe98d84084ae3720c08c830172 528554 
gcj-4.2_4.2.4-4.diff.gz
 4f3f74c0276831897d6e4c687dac35b8676dcaa05494159bbc1c0e306ab2c02c 10069356 
libgcj8-jar_4.2.4-4_all.deb
 9c8e11509e7ba962dc5c78b51e8078d5e3673370f446d80783c6153e8a65111b 12374638 
libgcj8-src_4.2.4-4_all.deb
 f9919dcdac997283ec4058212ccf81160df5b0552e1e1caf57b5e69d709b9e07 99002 
gcj-4.2-base_4.2.4-4_i386.deb
 6f58f3683393bb0bc35410272dfeed2a84e4588b65ede15a93d4c3316f69acdf 51008 
gij-4.2_4.2.4-4_i386.deb
 c1208c4e392db1f463a941da62009a395251e67b830c779552560089d4793f11 10428398 
libgcj8-1_4.2.4-4_i386.deb
 3f23429974b8ec4a9c1e44b47ed2036460489f9123153b77f9cdce93bdd0ea48 81692 
libgcj8-1-awt_4.2.4-4_i386.deb
 39e3e5e63ac45f8969c697571dea29ef7c8a078ddf16470c1036471c3e872303 16510 
gappletviewer-4.2_4.2.4-4_i386.deb
 5aaf032f57265c3abf6a8158bbd0676aa7fea6c3c5fcd9fe5deebb1c67359a25 783852 
libgcj8-dev_4.2.4-4_i386.deb
 b568afe4e6d8d0aceb062c2acc13650614401f5d73b3bb60585c46bfb7ff03d5 12858946 
libgcj8-dbg_4.2.4-4_i386.deb
 64df029683cfde01fb97a8687a1c0a82e26bb755abeafa3b3f6477f12a9786c6 2670384 
gcj-4.2_4.2.4-4_i386.deb
Files: 
 cab8cea923f8b52a36f95e5bcb103a10 2456 devel optional gcj-4.2_4.2.4-4.dsc
 ff2d0e15a85b8ed5f2f4e727c2465c79 528554 devel optional gcj-4.2_4.2.4-4.diff.gz
 2ab7bd8387db9f6ebe8adfad45194261 10069356 libs optional 
libgcj8-jar_4.2.4-4_all.deb
 69b296c0876a1bae57f3fc777f6550eb 12374638 libdevel optional 
libgcj8-src_4.2.4-4_all.deb
 7a5f157cc015d0f034e834f9f5d5cc9b 99002 libs optional 
gcj-4.2-base_4.2.4-4_i386.deb
 8ba2e8c51295a96eccc3b13d287def91 51008 devel optional gij-4.2_4.2.4-4_i386.deb
 d128c1ad1a2dc6990abc528bb606303c 10428398 libs optional 
libgcj8-1_4.2.4-4_i386.deb
 5be2f0542ed62152398cc1a73755c31f 81692 libs optional 
libgcj8-1-awt_4.2.4-4_i386.deb
 4dd9ac211e022d9972c756eaa116e80d 16510 utils optional 
gappletviewer-4.2_4.2.4-4_i386.deb
 41aab34a0dbd015698caa9e41710f632 783852 libdevel optional 
libgcj8-dev_4.2.4-4_i386.deb
 d352c45c95faba069e755b1e1aace67e 12858946 libdevel extra 
libgcj8-dbg_4.2.4-4_i386.deb
 b0e9cf695f13091ab27273a3f476e2eb 2670384 devel optional 
gcj-4.2_4.2.4-4_i386.deb

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

iEYEARECAAYFAkj2ZGIACgkQStlRaw+TLJw6AwCeMo0y5KYKTb8GTpPBANKxIOBf
bhQAn3C6mNDj3WRSy1boal2793IubsTC
=f1C2
-END PGP SIGNATURE-


Accepted:
gappletviewer-4.2_4.2.4-4_i386.deb
  to pool/main/g/gcj-4.2/gappletviewer-4.2_4.2.4-4_i386.deb
gcj-4.2-base_4.2.4-4_i386.deb
  to pool/main/g/gcj-4.2/gcj-4.2-base_4.2.4-4_i386.deb
gcj-4.2_4.2.4-4.diff.gz
  to pool/main/g/gcj-4.2/gcj-4.2_4.2.4-4.diff.gz
gcj-4.2_4.2.4-4.dsc
  to pool/main/g/gcj-4.2/gcj-4.2_4.2.4-4.dsc
gcj-4.2_4.2.4-4_i386.deb
  to pool/main/g/gcj-4.2/gcj-4.2_4.2.4-4_i386.deb
gij-4.2_4.2.4-4_i386.deb
  to pool/main/g/gcj-4.2/gij-4.2_4.2.4-4_i386.deb

Accepted kipi-plugins 0.1.5-4 (source all i386)

2008-10-15 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Oct 2008 08:26:01 +1100
Source: kipi-plugins
Binary: kipi-plugins kipi-plugins-doc
Architecture: source all i386
Version: 0.1.5-4
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-doc - kipi-plugins documentation
Closes: 501771
Changes: 
 kipi-plugins (0.1.5-4) unstable; urgency=low
 .
   * Revert unsuccessful PicasaWebExport.patch
 - this version suitable for inclusion in lenny
 - kipi plugins - picasa bug (Closes: #501771)
Checksums-Sha1: 
 8fe21dedefe941a9e8c5cc8bfa8b08816790dcb4 1562 kipi-plugins_0.1.5-4.dsc
 00d04443877432f976bccc284fd59a0de582a6c7 15794 kipi-plugins_0.1.5-4.diff.gz
 eed0a8850de9f461e61e473198617ed3144e2583 5810880 
kipi-plugins-doc_0.1.5-4_all.deb
 56b8f84fcb599780a43731454d8808d00c778614 3892696 kipi-plugins_0.1.5-4_i386.deb
Checksums-Sha256: 
 06352e1d084e956925ffa036410b98912ef05ea88cce2be41873fe8611a24cdd 1562 
kipi-plugins_0.1.5-4.dsc
 bdc4f61fc1a89573df9698160a129bb21cae3cbd61da82b3468c07626b2c09b6 15794 
kipi-plugins_0.1.5-4.diff.gz
 9c72a0879047f0a912d420474de7f6de306b03dceac4d53724d7659eb179c4b7 5810880 
kipi-plugins-doc_0.1.5-4_all.deb
 54f2e6a0d347368b7a2053e2d837187a68ec0c3f718e9b40063d4c7ad6b8afe0 3892696 
kipi-plugins_0.1.5-4_i386.deb
Files: 
 5367f8dfa457ef94f9c848704fc49f1c 1562 kde optional kipi-plugins_0.1.5-4.dsc
 61f2101c5bd882dce4e335bec0f98cb6 15794 kde optional 
kipi-plugins_0.1.5-4.diff.gz
 530665970d4122235a143a609b9925c2 5810880 doc optional 
kipi-plugins-doc_0.1.5-4_all.deb
 d4d4f49be594622efb82b0857220e86b 3892696 kde optional 
kipi-plugins_0.1.5-4_i386.deb

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

iEYEARECAAYFAkj2ZDEACgkQoCzanz0IthKkiQCfRWKynSma+svPiLp6ZwA+q7sw
sncAnRlej/JHy9JsLqVoEjUNbnMYqJ8w
=2dL3
-END PGP SIGNATURE-


Accepted:
kipi-plugins-doc_0.1.5-4_all.deb
  to pool/main/k/kipi-plugins/kipi-plugins-doc_0.1.5-4_all.deb
kipi-plugins_0.1.5-4.diff.gz
  to pool/main/k/kipi-plugins/kipi-plugins_0.1.5-4.diff.gz
kipi-plugins_0.1.5-4.dsc
  to pool/main/k/kipi-plugins/kipi-plugins_0.1.5-4.dsc
kipi-plugins_0.1.5-4_i386.deb
  to pool/main/k/kipi-plugins/kipi-plugins_0.1.5-4_i386.deb


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



Accepted multcomp 1.0-3-1 (source all)

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

Format: 1.8
Date: Wed, 15 Oct 2008 17:35:15 -0500
Source: multcomp
Binary: r-cran-multcomp
Architecture: source all
Version: 1.0-3-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-multcomp - GNU R package for multiple comparison procedures
Changes: 
 multcomp (1.0-3-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version 2.8.0~20081013
Checksums-Sha1: 
 2f68ae0cd4aadeb510ca7c96b9f609df24b041c9 1024 multcomp_1.0-3-1.dsc
 06a136802706ba756a63f70fa63d1b368c2a567a 444943 multcomp_1.0-3.orig.tar.gz
 a35a213f8f3715bc19059f31baf4cc1ffa73f7d4 2273 multcomp_1.0-3-1.diff.gz
 c18db59183a86dbcef4aee1c6f4bf22ec29f120f 488116 r-cran-multcomp_1.0-3-1_all.deb
Checksums-Sha256: 
 baaceb42f3734eea89fb166ad3f6d9bbb6d1d8f68015d388318cb4e9af834e03 1024 
multcomp_1.0-3-1.dsc
 03ea86a54f7c214354e286d6b1073c4d09241ddf0b4ade777d7d05059c6f2103 444943 
multcomp_1.0-3.orig.tar.gz
 c9db647f55d150b6e4c351d1db75015af2b9a5bc23669018fbc73e4f0b9ca5a9 2273 
multcomp_1.0-3-1.diff.gz
 edb61bfa908321954427bc7324f219e9a33a4946158a02f6470f8142aa22e4a4 488116 
r-cran-multcomp_1.0-3-1_all.deb
Files: 
 93610be26d3cd49bc9a95ecfd074124a 1024 math optional multcomp_1.0-3-1.dsc
 508a6b18f56254c406b2ae5638132d15 444943 math optional 
multcomp_1.0-3.orig.tar.gz
 0354f4e1b7904deab16fb06c675cbbc8 2273 math optional multcomp_1.0-3-1.diff.gz
 ed54e6e8aae71df3579022f77d0789eb 488116 math optional 
r-cran-multcomp_1.0-3-1_all.deb

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

iD8DBQFI9nGhCZSR95Gw07cRAgcmAJ9ca3OTdjv7ihH5yzov702NPfNe2wCfevs/
yreV2vuV1pCkTXFD1P53SSM=
=oc3K
-END PGP SIGNATURE-


Accepted:
multcomp_1.0-3-1.diff.gz
  to pool/main/m/multcomp/multcomp_1.0-3-1.diff.gz
multcomp_1.0-3-1.dsc
  to pool/main/m/multcomp/multcomp_1.0-3-1.dsc
multcomp_1.0-3.orig.tar.gz
  to pool/main/m/multcomp/multcomp_1.0-3.orig.tar.gz
r-cran-multcomp_1.0-3-1_all.deb
  to pool/main/m/multcomp/r-cran-multcomp_1.0-3-1_all.deb


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



Accepted vice 1.22-4 (source amd64)

2008-10-15 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 21:53:25 +
Source: vice
Binary: vice
Architecture: source amd64
Version: 1.22-4
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Changed-By: Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
Description: 
 vice   - The Versatile Commodore Emulator
Closes: 480714 502303
Changes: 
 vice (1.22-4) unstable; urgency=low
 .
   [ Gerfried Fuchs ]
   * src/arch/unix/x11/ui-resources.c: change netscape to x-www-browser, make
 the doc symlink point to the correct directory (closes: #480714)
   * Removed non-existing libxaw-headers package which got incorporated into
 libxaw7-dev.
   * Add xfonts-utils to Build-Depends for usage of bdftopcf and mkfontdir.
 .
   [ Laszlo Boszormenyi (GCS) ]
   * Replace obsolete x-dev build dependency to x11proto-core-dev.
   * Remove preinst, it doesn't needed and was empty by the way.
   * Fix menu entry naming for xplus4, it's Plus/4 and not PET. Thanks to
 Andreas Stempfhuber (closes: #502303).
   * Update Standards-Version to 3.8.0 , include copyright notices in
 debian/copyright .
Checksums-Sha1: 
 7073371c179fed8090836bb717d3cb680cb97224 1432 vice_1.22-4.dsc
 820b6edb62f93ed390919a86540686740ee1c004 265096 vice_1.22-4.diff.gz
 d16d6c669e2b0cf39a9f81d81b29912856d16929 4183838 vice_1.22-4_amd64.deb
Checksums-Sha256: 
 612c0f080060b5dfa180977b82a61069710e8b9d268dc8d301625491a0103ed4 1432 
vice_1.22-4.dsc
 421437541aa0d2efa034aa24becc4fe310c15ab9c55ee0eb89c56a8c25e4f3ac 265096 
vice_1.22-4.diff.gz
 8caeacf1b16bd9ee12868356b5d1364c86f8fc5e8c5564b7d234070593f9054b 4183838 
vice_1.22-4_amd64.deb
Files: 
 56678bbf4fced7be2a8d917d39af37f4 1432 contrib/otherosfs optional 
vice_1.22-4.dsc
 4baa96138a9e97711ae6b51ec0f082aa 265096 contrib/otherosfs optional 
vice_1.22-4.diff.gz
 b9b3fc33df44d789471a5276f163b283 4183838 contrib/otherosfs optional 
vice_1.22-4_amd64.deb

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

iEYEARECAAYFAkj2eB4ACgkQMDatjqUaT917dwCffiLrkJnOqvuJdZIa+3UlkxTR
n9gAn1ng7bbEMqpd8e7+sAwuahEWDxY9
=ziqo
-END PGP SIGNATURE-


Accepted:
vice_1.22-4.diff.gz
  to pool/contrib/v/vice/vice_1.22-4.diff.gz
vice_1.22-4.dsc
  to pool/contrib/v/vice/vice_1.22-4.dsc
vice_1.22-4_amd64.deb
  to pool/contrib/v/vice/vice_1.22-4_amd64.deb


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



Accepted r-cran-xml 1.98-0-1 (source i386)

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

Format: 1.8
Date: Wed, 15 Oct 2008 17:36:40 -0500
Source: r-cran-xml
Binary: r-cran-xml
Architecture: source i386
Version: 1.98-0-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-xml - GNU R package for XML parsing and generation
Changes: 
 r-cran-xml (1.98-0-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version 2.8.0~20081013
Checksums-Sha1: 
 0ab38fc0edc9abbb4892de4d86c305164f0c12b7 1020 r-cran-xml_1.98-0-1.dsc
 1e5a24e3e9e1f17e734913e1ba33786b08fd54c0 645049 r-cran-xml_1.98-0.orig.tar.gz
 6def6ea34f5fcb0bf69d46dbd963d7d0dee34a58 3014 r-cran-xml_1.98-0-1.diff.gz
 b101f86be1604f898f2be412b8b16aa319480826 975066 r-cran-xml_1.98-0-1_i386.deb
Checksums-Sha256: 
 04d8aed0a459f96b1e1c040c82a6b2743e48465a78dacd7d30d32e516b263f62 1020 
r-cran-xml_1.98-0-1.dsc
 d8c708c959c7c03baaca2948c711ed947c55c4ef7fd1b827715b4a57021e98ae 645049 
r-cran-xml_1.98-0.orig.tar.gz
 5d5d05f7255851de87dee8dbb784dabc8662e495098c5971104282f34c8d44e1 3014 
r-cran-xml_1.98-0-1.diff.gz
 3e78043d06ccce717e51d7e6b56f75455beed2cef467e07ded4977514543ab30 975066 
r-cran-xml_1.98-0-1_i386.deb
Files: 
 217c7a39d0587a2f5e04bf248c355ee9 1020 math optional r-cran-xml_1.98-0-1.dsc
 101cff1a3afb684afbcf433e77203a95 645049 math optional 
r-cran-xml_1.98-0.orig.tar.gz
 2a50568887f60a900451bf36bf6284fd 3014 math optional r-cran-xml_1.98-0-1.diff.gz
 652822d0d8b2c2c22568a192a89e467a 975066 math optional 
r-cran-xml_1.98-0-1_i386.deb

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

iD8DBQFI9nIjCZSR95Gw07cRAucWAKCIm7i+z7DQdezMwUh13+lBspA+1wCfScOs
e53vGTyy5s6MiEVskSir054=
=W2aR
-END PGP SIGNATURE-


Accepted:
r-cran-xml_1.98-0-1.diff.gz
  to pool/main/r/r-cran-xml/r-cran-xml_1.98-0-1.diff.gz
r-cran-xml_1.98-0-1.dsc
  to pool/main/r/r-cran-xml/r-cran-xml_1.98-0-1.dsc
r-cran-xml_1.98-0-1_i386.deb
  to pool/main/r/r-cran-xml/r-cran-xml_1.98-0-1_i386.deb
r-cran-xml_1.98-0.orig.tar.gz
  to pool/main/r/r-cran-xml/r-cran-xml_1.98-0.orig.tar.gz


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



Accepted slurm-llnl 1.3.9-1 (source i386 all)

2008-10-15 Thread Gennaro Oliva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 14:49:27 +0200
Source: slurm-llnl
Binary: slurm-llnl libslurm13 libpmi0 libslurm13-dev libpmi0-dev slurm-llnl-doc 
slurm-llnl-basic-plugins slurm-llnl-basic-plugins-dev slurm-llnl-sview 
slurm-llnl-slurmdbd
Architecture: source i386 all
Version: 1.3.9-1
Distribution: unstable
Urgency: low
Maintainer: Gennaro Oliva [EMAIL PROTECTED]
Changed-By: Gennaro Oliva [EMAIL PROTECTED]
Description: 
 libpmi0- SLURM PMI library implementation
 libpmi0-dev - SLURM PMI library implementation
 libslurm13 - Runtime library files for SLURM
 libslurm13-dev - SLURM development files
 slurm-llnl - Simple Linux Utility for Resource Management
 slurm-llnl-basic-plugins - SLURM docmentation
 slurm-llnl-basic-plugins-dev - SLURM docmentation
 slurm-llnl-doc - SLURM docmentation
 slurm-llnl-slurmdbd - Secure enterprise-wide interface to a database for SLURM
 slurm-llnl-sview - GUI to view and modify SLURM state
Changes: 
 slurm-llnl (1.3.9-1) unstable; urgency=low
 .
   * New upstream release
   * New watch file with generic versioning
   * Modified manual pages: sacctmgr.1, sacct.1, sinfo.1,
 slurm_free_job_info_msg.3 and slurm_slurmd_status.3
   * Deleted empty manual page slurm_trigger.3 and its symbolic links:
 slurm_{clear,free,get,set}_trigger.3
Checksums-Sha1: 
 d71a33669c1353a7afa826a88b50288a3051a6ee 1386 slurm-llnl_1.3.9-1.dsc
 8f38ba628bb78044c0809c79cf577063e621 6723481 slurm-llnl_1.3.9.orig.tar.gz
 c95e98d41f40bac0efced24d7253c0acf6b73b8f 65488 slurm-llnl_1.3.9-1.diff.gz
 940ce4479fac383a97498accf01ceefafec55873 4968964 slurm-llnl_1.3.9-1_i386.deb
 e939bcd66b25b289dd6b5325a63338de32e177dd 259164 libslurm13_1.3.9-1_i386.deb
 0d317c1f5686534602e91b2259409518e4d8b548 17638 libpmi0_1.3.9-1_i386.deb
 1e7e65130b610df69d441752a4e1f97dc6e41cd0 422990 libslurm13-dev_1.3.9-1_i386.deb
 a6a9cd1f4157f5e32c7486e49375e0a5be912a45 21750 libpmi0-dev_1.3.9-1_i386.deb
 a838268988e285aab2212fa3a233f89e5f57e8c5 345490 
slurm-llnl-basic-plugins_1.3.9-1_i386.deb
 50bb2dff2965b0dfe8482834c61ebf29ff3e67fb 1169316 
slurm-llnl-basic-plugins-dev_1.3.9-1_i386.deb
 badefb361a3e1b86d47edc74219de5eda08980ee 333968 
slurm-llnl-sview_1.3.9-1_i386.deb
 6aea1928bcdb6be412756fa1f67a26ac87e3a81a 612918 
slurm-llnl-slurmdbd_1.3.9-1_i386.deb
 12305c1b0019ddd16372010371259d67ec8a3348 855780 slurm-llnl-doc_1.3.9-1_all.deb
Checksums-Sha256: 
 dbe4af8524373db5e57249a563a9ee258eb4e31970465cdb4ff9720828a391bb 1386 
slurm-llnl_1.3.9-1.dsc
 865a2c04b05da0b59dc1785da591a294ca2de4a86260f76db2ec6b6cb2718cfb 6723481 
slurm-llnl_1.3.9.orig.tar.gz
 801b27c897e0274018e1ecbf1a61eefe86bcc719fbd036c61d4812819f8b336c 65488 
slurm-llnl_1.3.9-1.diff.gz
 7efc750d8bef445803ca5a821528dc5aec81b11928af96b4a3a1affee8252cd1 4968964 
slurm-llnl_1.3.9-1_i386.deb
 e5c98fa1621fe74ebe5b20f339681147d1fc3345db783119bd9b4f9f3b4339a6 259164 
libslurm13_1.3.9-1_i386.deb
 e5ac0b3a62442490e5bba3ae0ff9767b8c6f3b68a98e78e2c82230322ff1b949 17638 
libpmi0_1.3.9-1_i386.deb
 1e7e207798dab2c098038feefacccbd53b9433b6ed21acb23ecfa104707c133b 422990 
libslurm13-dev_1.3.9-1_i386.deb
 f8088fc42422eecda6dd424dcf2e2494cceec5b5e74d09794e75e951d8346722 21750 
libpmi0-dev_1.3.9-1_i386.deb
 94ae4b1141c49423e054fb56ad32af9eb3a2bec2b812ab55762d49df555067ec 345490 
slurm-llnl-basic-plugins_1.3.9-1_i386.deb
 3c26d70ea79faa041cdd1345b9f23bbd67bf5218b1dfc9d2f0e068609a9e44e3 1169316 
slurm-llnl-basic-plugins-dev_1.3.9-1_i386.deb
 374d7e57022cae9f8e22940df94beaf0a3d058e6268776b332c0e67991714bd3 333968 
slurm-llnl-sview_1.3.9-1_i386.deb
 a8c4d27389ee88499aa0b4d45f903be53caf30f0ed95ffad220101773b53a949 612918 
slurm-llnl-slurmdbd_1.3.9-1_i386.deb
 14ffb8c626693f8852f3e1fdcf20933c47ab51942520dfab52e24f8ca2b209c4 855780 
slurm-llnl-doc_1.3.9-1_all.deb
Files: 
 012aea03f48a2c97f4bbc2c9280be72a 1386 admin extra slurm-llnl_1.3.9-1.dsc
 2145e735ee3f429cdd6171f0b6c4baac 6723481 admin extra 
slurm-llnl_1.3.9.orig.tar.gz
 559f9757568dab43cb29699f079696ee 65488 admin extra slurm-llnl_1.3.9-1.diff.gz
 59e425d1c38b9da45c4f190013c1a43f 4968964 admin extra 
slurm-llnl_1.3.9-1_i386.deb
 9a76c10de92d0f69db57e45a60efd742 259164 libs extra libslurm13_1.3.9-1_i386.deb
 4162af185f3e378c64cdd289aed3cc5b 17638 libs extra libpmi0_1.3.9-1_i386.deb
 a2370f19aa57d567ee20183b12364dc1 422990 libdevel extra 
libslurm13-dev_1.3.9-1_i386.deb
 933dbd6ec1caffc5fd2659bbcfca2c39 21750 libdevel extra 
libpmi0-dev_1.3.9-1_i386.deb
 02b4bfb06a31a1967dd59cdf1cab570b 345490 admin extra 
slurm-llnl-basic-plugins_1.3.9-1_i386.deb
 edd9cbd12f73c82f720a69736b4faffd 1169316 devel extra 
slurm-llnl-basic-plugins-dev_1.3.9-1_i386.deb
 7c54a32cfdd00e7a261b045490acb9bb 333968 admin extra 
slurm-llnl-sview_1.3.9-1_i386.deb
 d40a35066456f7ac9e187efd9a02f866 612918 admin extra 
slurm-llnl-slurmdbd_1.3.9-1_i386.deb
 d36cdeecd7d1a36c10910d6000147031 855780 doc extra 
slurm-llnl-doc_1.3.9-1_all.deb

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


Accepted klamav 0.44-4 (source i386)

2008-10-15 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 21:31:12 -0400
Source: klamav
Binary: klamav
Architecture: source i386
Version: 0.44-4
Distribution: experimental
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Scott Kitterman [EMAIL PROTECTED]
Description: 
 klamav - KDE frontend for ClamAV
Changes: 
 klamav (0.44-4) experimental; urgency=low
 .
   * Add 13_desktop_directory.diff, move .desktop file to xdg directory for
 KDE 4 compatibilty
 - Patch thanks to Kubuntu/Jonathan Riddell
Checksums-Sha1: 
 497fabd5b09a242b7b79d0f692651266414699bd 1073 klamav_0.44-4.dsc
 7d4818963d5fce4f55b6abade97cb41d56571a7b 31919 klamav_0.44-4.diff.gz
 f3bba87c4e3b47b72e15690181eb63aacee0d1d7 801748 klamav_0.44-4_i386.deb
Checksums-Sha256: 
 ab3cc3a5f0f84ebc45c39334aa8e566b8fad6b2c7bf5cec4403e1e765f543c29 1073 
klamav_0.44-4.dsc
 2e0bdab775838e8586145cf74b089b280ce3473da4194c02959abf527d12caaf 31919 
klamav_0.44-4.diff.gz
 ae44216d860c436c1982f7a657fd737a507a420da09d4bc06ee9027baf9ff934 801748 
klamav_0.44-4_i386.deb
Files: 
 55a15d2e906371968591f28fe727ec1f 1073 kde optional klamav_0.44-4.dsc
 4d87b7e3f338921b1c31ea541d33c60f 31919 kde optional klamav_0.44-4.diff.gz
 88a8a1f95640bef66a4c2d4b7573a047 801748 kde optional klamav_0.44-4_i386.deb

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

iEYEARECAAYFAkj2nRUACgkQHajaM93NaGrILgCeMoNPPQp59MlkWXxaw3ZKpOG/
fZAAn0pqPE1uvC315EGqSYG78L7O529o
=pb1x
-END PGP SIGNATURE-


Accepted:
klamav_0.44-4.diff.gz
  to pool/main/k/klamav/klamav_0.44-4.diff.gz
klamav_0.44-4.dsc
  to pool/main/k/klamav/klamav_0.44-4.dsc
klamav_0.44-4_i386.deb
  to pool/main/k/klamav/klamav_0.44-4_i386.deb


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



Accepted phpgacl 3.3.7-6 (source all)

2008-10-15 Thread David Gil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Oct 2008 13:16:31 +0200
Source: phpgacl
Binary: phpgacl
Architecture: source all
Version: 3.3.7-6
Distribution: unstable
Urgency: low
Maintainer: David Gil [EMAIL PROTECTED]
Changed-By: David Gil [EMAIL PROTECTED]
Description: 
 phpgacl- PHP Generic Access Control Lists
Closes: 450279 501035
Changes: 
 phpgacl (3.3.7-6) unstable; urgency=low
 .
   * debian/phpgacl.templates: Use All as default choice for web server,
 to ensure that all available versions of apache are configured.
   * debian/watch: Fixed watch file (Closes: #450279)
   * debian/control: Added Vcs-{Cvs,Browser} fields
   * Bump Standards-Version to 3.8.0:
 + debian/control: Added Homepage field
   * debian/phpgacl.doc-base.{api-guide,manual}:
 + changed section from Apps/Programming to Programming, to be
   compliant with the latest doc-base manual, refer to 2.3.3 for details
 + removed extra whitespaces in section separators, refer to section
   2.3.2 of doc-base manual for details
   * Initial Swedish debconf translation (Closes: #501035)
Checksums-Sha1: 
 b64023a4fca0331f77ed2e28bd3d143208b98735 1178 phpgacl_3.3.7-6.dsc
 0a426b997f28788f1364680403d9ff4c0b3ec50f 13741 phpgacl_3.3.7-6.diff.gz
 7ffef06477673e5b18ae58e36de0595e13123f0c 1815948 phpgacl_3.3.7-6_all.deb
Checksums-Sha256: 
 080dc97e401f6f1a84252d85805e5c69c8a411f7ec919561780722de960fed89 1178 
phpgacl_3.3.7-6.dsc
 775311b182c5cd92970a9e875ef385b14b8f0b38e19fc63aa4df4f4d6f8116a1 13741 
phpgacl_3.3.7-6.diff.gz
 8dd260bcfa2eff9b8fe625436d070e12484df1d73f22253b93d9555302622b4e 1815948 
phpgacl_3.3.7-6_all.deb
Files: 
 dfaa8a283404c9053f411bf4a4ee1867 1178 web optional phpgacl_3.3.7-6.dsc
 12ce9ad645dc5604073de406c2b6a382 13741 web optional phpgacl_3.3.7-6.diff.gz
 a9f5441a0e3dee1ce151f77ce987b57f 1815948 web optional phpgacl_3.3.7-6_all.deb

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

iEYEARECAAYFAkj2vmMACgkQ1OXtrMAUPS22pACdFR0V86bPAi4WIIY6lquBC7b9
Z9YAn1un0uYtV77djHRps14rTp2im3zY
=S1/r
-END PGP SIGNATURE-


Accepted:
phpgacl_3.3.7-6.diff.gz
  to pool/main/p/phpgacl/phpgacl_3.3.7-6.diff.gz
phpgacl_3.3.7-6.dsc
  to pool/main/p/phpgacl/phpgacl_3.3.7-6.dsc
phpgacl_3.3.7-6_all.deb
  to pool/main/p/phpgacl/phpgacl_3.3.7-6_all.deb


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



Accepted tcptrace 6.6.7-1 (source i386)

2008-10-15 Thread Noah Meyerhans
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Oct 2008 00:27:36 -0400
Source: tcptrace
Binary: tcptrace
Architecture: source i386
Version: 6.6.7-1
Distribution: unstable
Urgency: medium
Maintainer: [EMAIL PROTECTED]
Changed-By: Noah Meyerhans [EMAIL PROTECTED]
Description: 
 tcptrace   - Tool for analyzing tcpdump output
Closes: 299323 333826 399898 405268 405268 418265 422169
Changes: 
 tcptrace (6.6.7-1) unstable; urgency=low
 .
   * New upstream version (Closes: #399898)
   * Move xpl2gpl to /usr/bin/ (Closes: #422169)
   * set policy version to 3.8.0.0
   * Include the FAQ and THANKS files in /usr/share/doc
   * Update README.debian to no longer suggest that somebody is working
 on packaging xplot for Debian, since after this many years it's
 clear that they're not.
   * Update debian/copyright to be a bit more descriptive.
 .
 tcptrace (6.6.1-1.4) unstable; urgency=low
 .
   * Non-maintainer upload to eliminate debmake.
   * Eliminate debmake (Closes: #418265).
   * Auto-update config.guess and config.sub (Closes: #299323).
 .
 tcptrace (6.6.1-1.3) unstable; urgency=low
 .
   * Porter NMU.
   * Update config.guess/config.sub (Closes: #333826).
 .
 tcptrace (6.6.1-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * As suggested by Santiago Vila, maintainer of debmake, changed tcptrace to
 use debmake's debstd, instead its own copy (Closes: #405268).
 .
 tcptrace (6.6.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * tcptrace needs to build-depends on debmake to get packages built properly.
 Now, dependencies are correctly declared on generated packages.
 (Closes: #405268)
Checksums-Sha1: 
 9ed207efcd7105214445113dd250b0303c06cbb0 1012 tcptrace_6.6.7-1.dsc
 ae4d10a0829c57f2eda17e63f593e558f52b7f24 3773308 tcptrace_6.6.7.orig.tar.gz
 9359bcd15850fb9ef26bf711efe1bed24d332128 25158 tcptrace_6.6.7-1.diff.gz
 f3d7e784e03d49ca91780b66f97602c786622758 160230 tcptrace_6.6.7-1_i386.deb
Checksums-Sha256: 
 8c996183c5f7c8115d72a35ba40bcc45fbb1348c11ac4978ea0e645753a9f0d2 1012 
tcptrace_6.6.7-1.dsc
 63380a4051933ca08979476a9dfc6f959308bc9f60d45255202e388eb56910bd 3773308 
tcptrace_6.6.7.orig.tar.gz
 c8d422587ee6bafeb2f9b114c861e9a122c1ea3dbf409283c4b25176744d6f73 25158 
tcptrace_6.6.7-1.diff.gz
 ff09af8f39b1bfa0ffb2ab36ce2c5281cf2adc81f7adbfead10e04ff5b96 160230 
tcptrace_6.6.7-1_i386.deb
Files: 
 72a711a3607d2d88fe1ecf951b6f4525 1012 net optional tcptrace_6.6.7-1.dsc
 68128dc1817b866475e2f048e158f5b9 3773308 net optional 
tcptrace_6.6.7.orig.tar.gz
 f28a1793eefd880e5f87bd5c73ee07da 25158 net optional tcptrace_6.6.7-1.diff.gz
 5c152f60526d12321affbddef7f78600 160230 net optional tcptrace_6.6.7-1_i386.deb

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

iD8DBQFI9sNaYrVLjBFATsMRAjMRAJ4k6m6Zv1TV14frkQuN3znChfjOFACdHdAW
OVbGqrkE7XfLZin2tRDNLmg=
=gddL
-END PGP SIGNATURE-


Accepted:
tcptrace_6.6.7-1.diff.gz
  to pool/main/t/tcptrace/tcptrace_6.6.7-1.diff.gz
tcptrace_6.6.7-1.dsc
  to pool/main/t/tcptrace/tcptrace_6.6.7-1.dsc
tcptrace_6.6.7-1_i386.deb
  to pool/main/t/tcptrace/tcptrace_6.6.7-1_i386.deb
tcptrace_6.6.7.orig.tar.gz
  to pool/main/t/tcptrace/tcptrace_6.6.7.orig.tar.gz


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