Re: Automatic debiian installation

2008-06-11 Thread Tim Cutts


On 7 Jun 2008, at 1:37 pm, Michael Tautschnig wrote:


[sorry for cross-posting, I guess this thread should move away from
debian-devel, but I'm not subscribed to any of the others]


Hello,

I would like to use a system to install automatically all my debian  
pc.

But
i don't know wich could be the best between FAI and  PRESSEED.

Somebody could explain the difference 

the avantage and disavantage of the two methodes...!



It depends a lot on your specific needs. If you're fine with setting  
whatever is
debconf-configurable (be it at install time, using d-i's preseeding  
options, or
rather at the level of the installed packages), preseeding may be an  
appropriate

way to go.

FAI, on the other hand, is a very flexible framework for installing  
systems.
Debconf preseeding is supported, but just one option out of many.  
You might want
to run several scripts for fine-tuning your system, copy over config  
files, etc.
Flexibility comes at the cost of probably slightly higher  
complexity, but people

tend to get to know it quite easily.


I use both systems, in different contexts, and the above is pretty  
much what I'd agree with.  If your requirements are fairly simple, and  
you're principally installing very standard workstations which don't  
deviate much from the default answers, then preseeding works very  
well.  Score +1 for preseeding.


But FAI is much more flexible, and allows you to mess with pretty much  
any stage of the installation process in great detail.  Score +1 for  
FAI.


It's also more complicated to set up.  Score -1 for FAI.

FAI is easier to troubleshoot - as soon as the install starts, the  
machine runs an ssh server, even before hard disk partitioning has  
happened, so you can log in and inspect what's going on (or going  
wrong!).  Score +1 for FAI.


However, FAI usually depends on NFS -- yes, I know about fai-cd -- and  
so isn't very appropriate for installing machines which are not part  
of the same network (FAI: -1), whereas a preseeding install can easily  
use http or whatever to fetch its configuration information, and  
that's more WAN friendly (Preseed: +1).  You might want to talk to the  
Munich guys who've done cool stuff with FAI there, including  
installing on wide networks.


FAI has an update mode, which preseeding doesn't.  So if you want to  
update machines, you can use the same FAI config that you're using to  
install new machines to bring old machines up to your new standard.   
Of course, there are other ways to do that (cfengine, for example,  
which is what I use rather than FAI updates).


I think FAI works better when you have a wide variety of system  
configs to install, because you can define multiple classes and have  
machine very flexibly belong to any combination of those classes.   
Preseeding is rather more monolithic, and becomes hard to maintain if  
you don't want your machines absolutely uniform.


So there are arguments in favour of both.  On balance, I prefer FAI,  
mainly because of easier trouble-shooting and customisation.  But I  
happily use both.


This is all IMHO, naturally.  Your mileage may vary.

Tim


--
The Wellcome Trust Sanger Institute is operated by Genome Research 
Limited, a charity registered in England with number 1021457 and a 
company registered in England with number 2742969, whose registered 
office is 215 Euston Road, London, NW1 2BE. 



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



RFH: porting fakeroot-ng to more platforms

2008-06-11 Thread Shachar Shemesh
Fakeroot-ng is a clean reimplementation of fakeroot, using a totally 
different technology. Fakeroot-ng uses the ptrace interface to track the 
syscalls performed by the fooled program. This means fakeroot-ng is 
immune to problems that may happen as a result of races, cross-library 
interactions, different versions of glibc and statically compiled 
executables. As a result, tracking difficult syscalls, such as 
open(2), is possible. For example, as of version 0.12 (the latest 
version), fakeroot-ng has complete support for chroot, symlink resolving 
included.


Obviously, there is a down side. Due to the low level interaction with 
the kernel, fakeroot-ng has to be specifically ported to each new 
platform. This porting is a non-trivial process, involving parsing of 
the register arguments as they are being passed to the kernel. It is a 
more complicated process than merely extracting the sources on a new 
platform and running make.


That said, the porting is not an extremely complicated process either. 
There is a README.porting file that explains most of the tasks required. 
Every attempt has been made to place all platform dependent code into a 
separate library, and many of that library's functions apply to all 
Linux platforms and need not be rewritten. I have personally ported 
fakeroot-ng to x86, amd64 and PowerPC, with the later two being 
platforms that I have access to, but have never learned before the 
porting effort. The PowerPC port took me about three hours, and the 
AMD64 port took not much longer.


I would like to receive help in either one of two ways. Either someone 
with platform access and the know how can do the porting, or someone can 
provide me with access to a development machine running one of the other 
platforms, and I can perform the porting there. I have tried to shell 
machines Debian currently has, and they proved insufficient. Either they 
were far too slow for repeated compilations (or any interactive work, 
for that matter), or they lack some of the tools needed (objdump, 
compilation tools, etc.)


Any help would be greatly appreciated.

Thanks,
Shachar


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



Re: status of bazaar

2008-06-11 Thread James Westby
On Thu, 2008-06-05 at 10:56 +0200, Pierre Habouzit wrote:
 Bazaar currently suffers from #454313, but has reverse dependencies
 which prevent its sane removal from testing. It looks to me that bazaar
 is unmaintained upstream, the last 4 uploads in Debian are NMUs, and
 almost nobody is using it nowadays.

Baz is unmaintained, and it would be great to remove it for lenny.

I believe Manoj was originally opposed to this, but I believe that
he won't be so worried about the removal now.

Thanks,

James


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



Re: Automatic debiian installation

2008-06-11 Thread Holger Levsen
Hi Tim,

thanks for sharing your experiences.

On Wednesday 11 June 2008 12:18, Tim Cutts wrote:
 However, FAI usually depends on NFS -- yes, I know about fai-cd -- and
 so isn't very appropriate for installing machines which are not part
 of the same network (FAI: -1)

This isnt really accurate (anymore): first, fai-cd works fine with usbsticks 
now, too. second, it's trivial to install with d-i (as fai indeed needs nfs 
for network installation, as you said), and then use fai's softupdate for the 
rest.

I completly use fai without nfs nowadays.


regards,
Holger


pgpXd9c7958Bh.pgp
Description: PGP signature


Bug#485827: ITP: cpuset -- A tool to manage Linux cpusets

2008-06-11 Thread Thadeu Lima de Souza Cascardo
Subject: ITP: cpuset -- A tool to manage Linux cpusets
Package: wnpp
Owner: Thadeu Lima de Souza Cascardo [EMAIL PROTECTED]
Severity: wishlist

* Package name: cpuset
  Version : 1.0
  Upstream Author : Alex Tsariounov [EMAIL PROTECTED]
* URL : http://developer.novell.com/wiki/index.php/Cpuset
* License : GPLv2
  Programming Lang: Python
  Description : A tool to manage Linux cpusets

Linux cpusets allow system administrators to control which processes
execute on a given processor or which share of a processor they have to
take. This tool provides an interface to control these cpusets.

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

Kernel: Linux 2.6.25 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#485836: ITP: freeme2 -- strips wm-drm protection from wmv/asf/wma files

2008-06-11 Thread Krzysztof Burghardt
Package: wnpp
Severity: wishlist
Owner: Krzysztof Burghardt [EMAIL PROTECTED]

* Package name: freeme2
  Version : 0.4
  Upstream Author : Michał Majchrowicz [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/freeme2/
* License : GPLv3 (with parts on LGPLv1.2)
  Programming Lang: C
  Description : strips wm-drm protection from wmv/asf/wma files

Freeme2 is a program based on famous freeme application created by Beale 
Screamer and
based on viodentias findings. It strips wm-drm protection from wmv/asf/wma files
as well as from video/audio streams.
..
FreeMe2 support orignal freeme decryption engine and (by default) MPlayer's one.

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

Kernel: Linux 2.6.25-2-amd64-sco (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#485858: ITP: coinutils -- Coin-or collection of utility classes

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

* Package name: coinutils
  Version : 2.2.5
  Upstream Author : J.P Fasano, John J. Forrest, Lou Hafer, Laszlo Ladanyi, 
Francois Margot, Matt Saltzman, Ted Ralphs
* URL : https://projects.coin-or.org/CoinUtils
* License : Common Public License 1.0
  Programming Lang: C++
  Description : Coin-or collection of utility classes

 CoinUtils (Coin-or Utilities) is a collection of classes that are generally
 useful to more than one COIN-OR project.  These include vector, matrix, mps
 file reading classes.
 COIN-OR (COmputational INfrastructure for Operations Research project) is
 an initiative to spur the development of open source software in operational
 research - mathematical optimization algorithms.


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

Kernel: Linux 2.6.26-rc5-sonne (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Re: packages with perl-modules, CPAN, Policy

2008-06-11 Thread gregor herrmann
On Mon, 09 Jun 2008 14:42:34 +0400, Dmitry E. Oboukhov wrote:

(cc to [EMAIL PROTECTED], please adjust accordingly)

 1. dh-make-perl
 For   example   we   build   with   itshelpthepackage
 libwww-mechanize-perl.  Excellent! The package is built. But it's
 not a package, its a template for package!  

not if you use dh-make-perl's --build switch.

 2.  Thank you for many links on  apt-cache  search,  but  I  mean
 rather another class of problems :)

that's why you've been pointed to apt-file search :) 

 Start the command apt-cache --full search -- -perl|less
 and  see  hoe  many  packages  haven't  the  modules'  names   in
 description.  

I agree that that's sub-optimal.
If you hit such packages IMO a whishlist bug would be appropriate.

 Bringing into service the possibility of the  unambiguous  search
 according to the module name will give an opportunity to  improve
 dh-make-perl and write utilities such as I described in my  first
 mail etc. 

dh-make-perl uses `apt-file search Module::Name' internally.

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian gnu/linux user, admin  developer - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-BOFH excuse #94:  Internet outage 


signature.asc
Description: Digital signature


Accepted cdparanoia 3.10.0+debian-1 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 07:55:00 +0200
Source: cdparanoia
Binary: cdparanoia libcdparanoia0 libcdparanoia0-dev
Architecture: source i386
Version: 3.10.0+debian-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 cdparanoia - audio extraction tool for sampling CDs
 libcdparanoia0 - audio extraction tool for sampling CDs (library)
 libcdparanoia0-dev - audio extraction tool for sampling CDs (development)
Closes: 485622
Changes: 
 cdparanoia (3.10.0+debian-1) unstable; urgency=medium
 .
   * Simplyfing cdparanoia install file.
   * Rediffing all patches.
   * Using lintian debhelper to install lintian overrides.
   * Reordering rules file.
   * Rewriting copyright file in machine-interpretable format.
   * Updating docs debhelper files for upstream removal of FAQ.txt.
   * Adding vcs fields in control file.
   * Upgrading package to standards 3.8.0.
   * Upgrading package to debhelper 7.
   * Removing useless whitespaces.
   * Merging upstream version (Closes: #485622).
Checksums-Sha1: 
 b88b1d999ae6c98f74a85b7b17cb48150e626d95 1269 cdparanoia_3.10.0+debian-1.dsc
 19a04a39ae6c7052833e71151b77059da6c9d46d 168012 
cdparanoia_3.10.0+debian.orig.tar.gz
 5679938e4870909d93d0e8120ff776b6261eb7f3 65220 
cdparanoia_3.10.0+debian-1.diff.gz
 ea452f4f8f792bc51c72565d019b576b6affa749 31468 
cdparanoia_3.10.0+debian-1_i386.deb
 9e36b199ea27a5a8cccdd13855d4c27984ffa355 51612 
libcdparanoia0_3.10.0+debian-1_i386.deb
 d39b0c294a837655d0cf52e2be20f2baad2362c3 55458 
libcdparanoia0-dev_3.10.0+debian-1_i386.deb
Checksums-Sha256: 
 95c9e73508d0f0ffc035231ba0ddb35c2ee5fd33deea7c598539bcdf5b26e781 1269 
cdparanoia_3.10.0+debian-1.dsc
 07789c3fee246110149a1bca34d5c319336dc2e00d1c941a5cd5a67ab13d544b 168012 
cdparanoia_3.10.0+debian.orig.tar.gz
 85bfaf576db62c4584c8c28ba0ceaa176bbc0ea385792564746eaa1c77fb728e 65220 
cdparanoia_3.10.0+debian-1.diff.gz
 8cd8f04d1b6a897941fe03a358e9ba8e530726057d1c6d45b4d6c581e0273a9c 31468 
cdparanoia_3.10.0+debian-1_i386.deb
 5cac7e7ff211f104b2ddb0f12fe8351fc6b79aeb8625bfb4039e24d0135ffd54 51612 
libcdparanoia0_3.10.0+debian-1_i386.deb
 406419b518f115b89b9255481e6107ad7171811d2da8a226b664611d5702bb6e 55458 
libcdparanoia0-dev_3.10.0+debian-1_i386.deb
Files: 
 27de2706ee749f865bdcbfc72e7e94d7 1269 sound optional 
cdparanoia_3.10.0+debian-1.dsc
 6db357a74f1bbc3c068f25e80ee8f0d9 168012 sound optional 
cdparanoia_3.10.0+debian.orig.tar.gz
 577dcff38c08b638d666b8e3c2306720 65220 sound optional 
cdparanoia_3.10.0+debian-1.diff.gz
 3b4291fb1c2130917565cc6297146197 31468 sound optional 
cdparanoia_3.10.0+debian-1_i386.deb
 8e7d7736112d6ac432c0cbed93be0b97 51612 libs optional 
libcdparanoia0_3.10.0+debian-1_i386.deb
 9a89f974f6d25ae39b1aa1fef26653aa 55458 libdevel optional 
libcdparanoia0-dev_3.10.0+debian-1_i386.deb

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

iEYEARECAAYFAkhPaUYACgkQ+C5cwEsrK54xjACg4W0kLRy6nUKgjoONwA436NzK
G/kAn2uY7SqEVvJWeGa5X17qwjxSOlFE
=xGA4
-END PGP SIGNATURE-


Accepted:
cdparanoia_3.10.0+debian-1.diff.gz
  to pool/main/c/cdparanoia/cdparanoia_3.10.0+debian-1.diff.gz
cdparanoia_3.10.0+debian-1.dsc
  to pool/main/c/cdparanoia/cdparanoia_3.10.0+debian-1.dsc
cdparanoia_3.10.0+debian-1_i386.deb
  to pool/main/c/cdparanoia/cdparanoia_3.10.0+debian-1_i386.deb
cdparanoia_3.10.0+debian.orig.tar.gz
  to pool/main/c/cdparanoia/cdparanoia_3.10.0+debian.orig.tar.gz
libcdparanoia0-dev_3.10.0+debian-1_i386.deb
  to pool/main/c/cdparanoia/libcdparanoia0-dev_3.10.0+debian-1_i386.deb
libcdparanoia0_3.10.0+debian-1_i386.deb
  to pool/main/c/cdparanoia/libcdparanoia0_3.10.0+debian-1_i386.deb


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



Accepted nagios3 3.0.2-1 (source all amd64)

2008-06-11 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2008 21:26:00 +0200
Source: nagios3
Binary: nagios3-common nagios3 nagios3-doc nagios3-dbg
Architecture: source amd64 all
Version: 3.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group [EMAIL PROTECTED]
Changed-By: Alexander Wirt [EMAIL PROTECTED]
Description: 
 nagios3- A host/service/network monitoring and management system
 nagios3-common - support files for nagios3
 nagios3-dbg - debugging symbols for nagios3
 nagios3-doc - documentation for nagios3
Closes: 478412 478877 479061 479324 479329 479334 481334 482178 485439
Changes: 
 nagios3 (3.0.2-1) unstable; urgency=low
 .
   [ Alexander Wirt ]
   * Remove bashism from rules file (Closes: #479324, #478412)
   * Set p1.pl DEBUG_LOG_PATH to /var/log/nagios3/ (Closes: #478877)
   * Start nagios3 in nagios3.postinst (Closes: #481334)
   * Add a patch from Stephane Chazelas which fixes the incluѕion of spurious $
 signs into command output (Closes: #479061)
 .
   [ Jan Wagner ]
   * New upstream release (Closes: #485439)
 * Fix XSS vulnerability (CVE-2007-5803).
   * updated cfg-cgi.cfg.diff, cfg-commands.cfg.diff and cfg-nagios.cfg.diff
 for new upstream release and remove version from config files
 (Closes: #482178)
   * Updating standards version to 3.8.0, no changes needed
   * add myself fo Uploaders
   * add doc-base support (Closes: #479334)
   * replace dependency of mailx with bsd-mailx
   * added Vcs- fields into source header's field
   * take care if killproc isn't able to stop daemon via stop target of
 initscript, thanks Stephen Gran [EMAIL PROTECTED] for providing this fix
 (Closes: #479329)
Checksums-Sha1: 
 66ab258218f77403b0c122fc0fd4fd0d0cd802d5 1533 nagios3_3.0.2-1.dsc
 2e324f5e867454baf6cca2e719037ae0da9c2715 2759331 nagios3_3.0.2.orig.tar.gz
 d00ebcea4f14c9bc2a0ec6279ab7ce4bd22145fe 31472 nagios3_3.0.2-1.diff.gz
 910995a32378374873ff16064955ddcd6150f2af 1528546 nagios3_3.0.2-1_amd64.deb
 35fe1e977acafbbb483cdd0f3ecbfc2b7273a86e 2512396 nagios3-dbg_3.0.2-1_amd64.deb
 20a903699f91c217dd3b98447fc3628be63f5cdf 74326 nagios3-common_3.0.2-1_all.deb
 b2213ca9d89d6ac8cd0e0fed73af42a2d46db3e7 2096948 nagios3-doc_3.0.2-1_all.deb
Checksums-Sha256: 
 c7f5a9fd3a5994b4549b458d7503b920c924909e915f46060839cb46f9446c7e 1533 
nagios3_3.0.2-1.dsc
 2d7eae6e8ba20a40f1fc3f57a2dd40e2f2a56e4244db453665120d5979b7d98a 2759331 
nagios3_3.0.2.orig.tar.gz
 b268f9cc98cd5b0a19c75c98f756497ded709cbfccd11216ca41547438bc58f4 31472 
nagios3_3.0.2-1.diff.gz
 a644f958e2045419a0f3c6142c53e9bc84927228d35bd6b3dc2d9ce1d6f43989 1528546 
nagios3_3.0.2-1_amd64.deb
 1fd38530b3d80aee83cf4aeab312118eea6f0ca4fff979c88430318011e248cf 2512396 
nagios3-dbg_3.0.2-1_amd64.deb
 b096a974bbfcb78a6cbaabe53b4e63326d8fb84d585886b8b24e04ce98b6d66b 74326 
nagios3-common_3.0.2-1_all.deb
 5a78d249593fa071101f42a0529aa272ada0f05f88cc9e58262f67b8eb157f1d 2096948 
nagios3-doc_3.0.2-1_all.deb
Files: 
 f4464028c0dc1dacb243806cefc557b5 1533 net optional nagios3_3.0.2-1.dsc
 008d71aac08660bc007f7130ea82ab80 2759331 net optional nagios3_3.0.2.orig.tar.gz
 106bb466c2ddbc32d745fa86054f1dfd 31472 net optional nagios3_3.0.2-1.diff.gz
 8ee8b66d84b13ea89d2d2ec4f37ac16d 1528546 net optional nagios3_3.0.2-1_amd64.deb
 a38fc28a109bb1f5b2fed8a7bc89cffe 2512396 net extra 
nagios3-dbg_3.0.2-1_amd64.deb
 5b7c5ceed1a30ab893b3bfba3c03b199 74326 net optional 
nagios3-common_3.0.2-1_all.deb
 306aa8af8e9da2cdff02cb98d3e97fc5 2096948 doc optional 
nagios3-doc_3.0.2-1_all.deb

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

iEYEARECAAYFAkhPcFoACgkQ01u8mbx9AgrQqACguuSzhFRzc3/3IMygwuxJe62Z
720AoKc7RA8V7u+hF2bdxoKgTDIm3IYS
=mHoE
-END PGP SIGNATURE-


Accepted:
nagios3-common_3.0.2-1_all.deb
  to pool/main/n/nagios3/nagios3-common_3.0.2-1_all.deb
nagios3-dbg_3.0.2-1_amd64.deb
  to pool/main/n/nagios3/nagios3-dbg_3.0.2-1_amd64.deb
nagios3-doc_3.0.2-1_all.deb
  to pool/main/n/nagios3/nagios3-doc_3.0.2-1_all.deb
nagios3_3.0.2-1.diff.gz
  to pool/main/n/nagios3/nagios3_3.0.2-1.diff.gz
nagios3_3.0.2-1.dsc
  to pool/main/n/nagios3/nagios3_3.0.2-1.dsc
nagios3_3.0.2-1_amd64.deb
  to pool/main/n/nagios3/nagios3_3.0.2-1_amd64.deb
nagios3_3.0.2.orig.tar.gz
  to pool/main/n/nagios3/nagios3_3.0.2.orig.tar.gz


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



Accepted missidentify 1.0-2 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 09:39:00 +0200
Source: missidentify
Binary: missidentify
Architecture: source i386
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 missidentify - a program to find win32 applications
Changes: 
 missidentify (1.0-2) unstable; urgency=low
 .
   * Cleaning up rules file.
   * Adding full license headers to copyright file.
   * Sorting vcs fields in control file.
   * Upgrading package to debhelper 7.
   * Updating to standards 3.8.0.
Checksums-Sha1: 
 ac558d3319426196e83128218f48e3053ce1850e 1239 missidentify_1.0-2.dsc
 2651ab8b650d6a25c6c9b6286ce304bef94568cc 2117 missidentify_1.0-2.diff.gz
 e1ec3e3e188124f355ab50a546997806a2b24f49 12280 missidentify_1.0-2_i386.deb
Checksums-Sha256: 
 5d91c3b630103b97fc80651781a76cf3d1007b77e02a50bb87f011c55f399550 1239 
missidentify_1.0-2.dsc
 63da88c216e6603ef47af5e8e7e06934fde2e472e49da149e2c3499c15595224 2117 
missidentify_1.0-2.diff.gz
 7d64c97e0df815708f1f56d91cf6cdb407cb0c86e149643f804674430a161373 12280 
missidentify_1.0-2_i386.deb
Files: 
 a956cbb2b41ce861f7184e4da478df42 1239 utils optional missidentify_1.0-2.dsc
 05594041a34e6f24ffb90f8382713e77 2117 utils optional missidentify_1.0-2.diff.gz
 644e3344c37d3c943e2507488b8b465c 12280 utils optional 
missidentify_1.0-2_i386.deb

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

iEYEARECAAYFAkhPgaMACgkQ+C5cwEsrK55BkwCfXxY6+9kMB+IMoXwByl8Z4BrD
DwoAoNqfpT5qr43nIgiGzvwfpcD9rJ8Q
=oxub
-END PGP SIGNATURE-


Accepted:
missidentify_1.0-2.diff.gz
  to pool/main/m/missidentify/missidentify_1.0-2.diff.gz
missidentify_1.0-2.dsc
  to pool/main/m/missidentify/missidentify_1.0-2.dsc
missidentify_1.0-2_i386.deb
  to pool/main/m/missidentify/missidentify_1.0-2_i386.deb


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



Accepted grokevt 0.4.1-1 (source all)

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

Format: 1.8
Date: Wed, 11 Jun 2008 09:31:00 +0200
Source: grokevt
Binary: grokevt
Architecture: source all
Version: 0.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 grokevt- scripts for reading Microsoft Windows event log files
Changes: 
 grokevt (0.4.1-1) unstable; urgency=low
 .
   [ Christophe Monniez ]
   * New maintainer.
   * Merging upstream version 0.4.1.
 .
   [ Daniel Baumann ]
   * Adding full license headers to copyright file.
   * Rewrapping rules.
   * Upgrading package to debhelper 7.
   * Updating to standards 3.8.0.
Checksums-Sha1: 
 f18ce7352a81540bf03be39ed8f0e461e56a05f0 1209 grokevt_0.4.1-1.dsc
 b7760902227c9440502db6835d1a9cba9e600daf 50190 grokevt_0.4.1.orig.tar.gz
 f4d7c5915921878033e8e40c613f9df12e184ef5 1971 grokevt_0.4.1-1.diff.gz
 f812b6bece436e60e2d20beef2e4efe08efc9593 37242 grokevt_0.4.1-1_all.deb
Checksums-Sha256: 
 8483c40b4eb6aa8c1f03e58dfcdd19f61642109bd48f49e285a80347eb65c287 1209 
grokevt_0.4.1-1.dsc
 01a6114fa008aabd4c84b5eb4af2b43ecb2816c9a7e5408de54d5507d0bf83ab 50190 
grokevt_0.4.1.orig.tar.gz
 d28f742a395b8e87d5267ff76a84752db5cfc9858ed0f7c760b00df7283de9bb 1971 
grokevt_0.4.1-1.diff.gz
 aa83906a6ae53e3a9356ca990231bf30c5081f1271ebdc34da14520e0fb62c80 37242 
grokevt_0.4.1-1_all.deb
Files: 
 8908b595716052821b06bdf725edb434 1209 utils optional grokevt_0.4.1-1.dsc
 729ebacf9abc79130c80a6e599bb78dc 50190 utils optional grokevt_0.4.1.orig.tar.gz
 d372f1054b9d291f8a7fdac3fa5df80f 1971 utils optional grokevt_0.4.1-1.diff.gz
 f1ce69ecb3b9a64258d13a8b96c55dfb 37242 utils optional grokevt_0.4.1-1_all.deb

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

iEYEARECAAYFAkhPf8IACgkQ+C5cwEsrK54kiACeNRTXSE1ht5cILpDKhqFvKlHi
O8YAnRYTQWyGGlv8qcJF7VmXF9uOHPbS
=ARMu
-END PGP SIGNATURE-


Accepted:
grokevt_0.4.1-1.diff.gz
  to pool/main/g/grokevt/grokevt_0.4.1-1.diff.gz
grokevt_0.4.1-1.dsc
  to pool/main/g/grokevt/grokevt_0.4.1-1.dsc
grokevt_0.4.1-1_all.deb
  to pool/main/g/grokevt/grokevt_0.4.1-1_all.deb
grokevt_0.4.1.orig.tar.gz
  to pool/main/g/grokevt/grokevt_0.4.1.orig.tar.gz


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



Accepted genius 1.0.3-1 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 09:41:24 +0200
Source: genius
Binary: genius gnome-genius genius-common genius-dev
Architecture: source i386
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 genius - advanced general purpose calculator program (CLI frontend)
 genius-common - advanced general purpose calculator program (common files)
 genius-dev - advanced general purpose calculator program (development files)
 gnome-genius - advanced general purpose calculator program (Gnome frontend)
Changes: 
 genius (1.0.3-1) unstable; urgency=low
 .
   * debian/rules:
 + Link with --as-needed to get fewer dependencies.
   * New upstream release.
   * debian/control.in:
 + Update Standards-Version to 3.8.0, no additional changes needed.
Checksums-Sha1: 
 c3b1903e8cf1b9ee535c4a547bd6a4864297284c 1472 genius_1.0.3-1.dsc
 d6ad2ebc9d158fb288e3524b3741ff40a9a445b4 2200286 genius_1.0.3.orig.tar.gz
 8b6af27b9f18ff531bbf625d58ec499a1a85b2a5 4555 genius_1.0.3-1.diff.gz
 16ec1ef12fffa3e93ba56ed10a8e7f4dff426bcb 307718 genius_1.0.3-1_i386.deb
 9b7719ef597d570d6a4fda1e1c9c10075ce94bae 833896 gnome-genius_1.0.3-1_i386.deb
 d1276144b0856e258bd5378ecdf485b78840b009 796444 genius-common_1.0.3-1_i386.deb
 05d87df9909978d4bfc88af62eb77d4a094f54f1 87734 genius-dev_1.0.3-1_i386.deb
Checksums-Sha256: 
 d2b0a50a110764b2754df5ac77a9821879603f8ec7f14cbd5675de28c6fc3a5e 1472 
genius_1.0.3-1.dsc
 9524a8d8f3314457aa558c937ce074245748c90ffef422941474ca5517316b02 2200286 
genius_1.0.3.orig.tar.gz
 bd8af6085a3069488787f343d909862fbd223c99a05a9ef5980ed1c42017f97e 4555 
genius_1.0.3-1.diff.gz
 7af3ea00b427c44b929b94cf42b2e27476c45e0576b32e5e6ef9ef288c6db4ef 307718 
genius_1.0.3-1_i386.deb
 3083661053a6e7da3cf3ff7097c5be0aec40782eb6a1d98ba5f9db6cfa32b11d 833896 
gnome-genius_1.0.3-1_i386.deb
 d84e86063077a0bdb978f543852f3c5dbb27e6dfe1f6401b245440403812b812 796444 
genius-common_1.0.3-1_i386.deb
 5ab09a40ea40d6a393c879f9e5f353d6910254529bdf52d9274817184517db00 87734 
genius-dev_1.0.3-1_i386.deb
Files: 
 8cc618da3990c697c7c3ef98e724de68 1472 gnome optional genius_1.0.3-1.dsc
 1c2a387bcc57099a2b6f59e7a39535dc 2200286 gnome optional 
genius_1.0.3.orig.tar.gz
 e8894f765698cadd6851e5b0d45dcb62 4555 gnome optional genius_1.0.3-1.diff.gz
 bf1cfd02a3081cbd394e0679c34dcc6b 307718 gnome optional genius_1.0.3-1_i386.deb
 eb6f43d99eceb508b0b78ad61f5b04b3 833896 gnome optional 
gnome-genius_1.0.3-1_i386.deb
 336571a6ce5753b63be57091da06b9cc 796444 gnome optional 
genius-common_1.0.3-1_i386.deb
 1e0fe4790fe64c864adb8a76b9c699ea 87734 devel optional 
genius-dev_1.0.3-1_i386.deb

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

iEYEARECAAYFAkhPkoAACgkQBsBdh1vkHyGRwgCeMkaSzJxz2wTAu0TVGZq87huH
vh4An04hQKoSWRkpkIXUeZm04Bivnjh5
=lbcF
-END PGP SIGNATURE-


Accepted:
genius-common_1.0.3-1_i386.deb
  to pool/main/g/genius/genius-common_1.0.3-1_i386.deb
genius-dev_1.0.3-1_i386.deb
  to pool/main/g/genius/genius-dev_1.0.3-1_i386.deb
genius_1.0.3-1.diff.gz
  to pool/main/g/genius/genius_1.0.3-1.diff.gz
genius_1.0.3-1.dsc
  to pool/main/g/genius/genius_1.0.3-1.dsc
genius_1.0.3-1_i386.deb
  to pool/main/g/genius/genius_1.0.3-1_i386.deb
genius_1.0.3.orig.tar.gz
  to pool/main/g/genius/genius_1.0.3.orig.tar.gz
gnome-genius_1.0.3-1_i386.deb
  to pool/main/g/genius/gnome-genius_1.0.3-1_i386.deb


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



Accepted fakeroot-ng 0.12-1 (source i386)

2008-06-11 Thread Shachar Shemesh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 08:48:57 +
Source: fakeroot-ng
Binary: fakeroot-ng
Architecture: source i386
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Shachar Shemesh [EMAIL PROTECTED]
Changed-By: Shachar Shemesh [EMAIL PROTECTED]
Description: 
 fakeroot-ng - Gives a fake root environment
Changes: 
 fakeroot-ng (0.12-1) unstable; urgency=low
 .
   * New upstream version
   * Support for chroot for all Linux syscalls is now complete.
Checksums-Sha1: 
 6d368d7f042609a9e1b1e54f537361d6de792775 1023 fakeroot-ng_0.12-1.dsc
 c00bc409bd24511d37ac8a84950abb6f4d0c126e 388638 fakeroot-ng_0.12.orig.tar.gz
 c134a26430ab4f481b0db24bf7faba9dc1f69a13 3969 fakeroot-ng_0.12-1.diff.gz
 e0a03252466babfd3555c35ec25be76bc5b69348 46198 fakeroot-ng_0.12-1_i386.deb
Checksums-Sha256: 
 fcfd03bf6f73cb468fc070b335e2d6a8ea9e38bdf9ccc1c320500c2df9ccbefb 1023 
fakeroot-ng_0.12-1.dsc
 92e06d7af449de2843b97be65a04f3e22e45d126e0b6bf654a11dd01f256dc5b 388638 
fakeroot-ng_0.12.orig.tar.gz
 09bcda5debb05ba7585b731fe4f83bf199cc0c99e997d33feeece311a5e9a881 3969 
fakeroot-ng_0.12-1.diff.gz
 10723830453ab485f2e8b30d9a6f5f7c16df09de872313ecfc24916422b51ec2 46198 
fakeroot-ng_0.12-1_i386.deb
Files: 
 71b0c43c343eb0e8f91465192cac837f 1023 utils extra fakeroot-ng_0.12-1.dsc
 d4011ab0059b6168d49c45d2f93c0898 388638 utils extra 
fakeroot-ng_0.12.orig.tar.gz
 61db8e0b1e0f6951f62f46e4208fdf91 3969 utils extra fakeroot-ng_0.12-1.diff.gz
 f3cc5bb1bada356a6c09066f8ed58419 46198 utils extra fakeroot-ng_0.12-1_i386.deb

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

iEYEARECAAYFAkhPkkgACgkQg8ByFc29vOLHxwCgh/BXJb8JXZLVeRmxdv88e1xG
n1gAoKRUail1bH3zXCrmElPPqUgjviPD
=KjfT
-END PGP SIGNATURE-


Accepted:
fakeroot-ng_0.12-1.diff.gz
  to pool/main/f/fakeroot-ng/fakeroot-ng_0.12-1.diff.gz
fakeroot-ng_0.12-1.dsc
  to pool/main/f/fakeroot-ng/fakeroot-ng_0.12-1.dsc
fakeroot-ng_0.12-1_i386.deb
  to pool/main/f/fakeroot-ng/fakeroot-ng_0.12-1_i386.deb
fakeroot-ng_0.12.orig.tar.gz
  to pool/main/f/fakeroot-ng/fakeroot-ng_0.12.orig.tar.gz


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



Accepted oidua 0.16.1-3 (source i386)

2008-06-11 Thread Erik Wenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2008 11:47:57 +
Source: oidua
Binary: oidua
Architecture: source i386
Version: 0.16.1-3
Distribution: unstable
Urgency: low
Maintainer: Erik Wenzel [EMAIL PROTECTED]
Changed-By: Erik Wenzel [EMAIL PROTECTED]
Description: 
 oidua  - audio file metadata lister
Closes: 484426
Changes: 
 oidua (0.16.1-3) unstable; urgency=low
 .
   * (Closes: 484426: oidua: bashism in debian/rules)
Checksums-Sha1: 
 5c6661ab09eca62fc671847a9f7e37a2a510ceb2 1046 oidua_0.16.1-3.dsc
 8d90af6dd081a27a102beb1006a3d26337a7818e 3768 oidua_0.16.1-3.diff.gz
 5dc8bf465106598eeaea668bfc53592cc7c32f65 27330 oidua_0.16.1-3_i386.deb
Checksums-Sha256: 
 7f9cfdd94ea51dd68e0e9b204cf7603b8afcfbe0ff4f6b9f9e96c9308a438fee 1046 
oidua_0.16.1-3.dsc
 142a70db20bea818dbd570666f27da1b152b05fff352bb41f03cd63bea10b510 3768 
oidua_0.16.1-3.diff.gz
 f9888b6ec691eec460d8d3b46db8fdbad7dfb62d109edce74ec6383153bf487c 27330 
oidua_0.16.1-3_i386.deb
Files: 
 aa511f258efff541b79ce126f8f37fc4 1046 sound optional oidua_0.16.1-3.dsc
 9a3cfaf3f66e386e68f73752d99eb66a 3768 sound optional oidua_0.16.1-3.diff.gz
 caf88dafa2373abd0a3b271af7440a47 27330 sound optional oidua_0.16.1-3_i386.deb

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

iEYEARECAAYFAkhPiSIACgkQmMmei9uJhBCrmACffwrwJW0HHLhsEZ6MhfXhVCaC
RQIAoIk3Pw32x6zOnXxfEXbo0m/E+eTl
=DcJq
-END PGP SIGNATURE-


Accepted:
oidua_0.16.1-3.diff.gz
  to pool/main/o/oidua/oidua_0.16.1-3.diff.gz
oidua_0.16.1-3.dsc
  to pool/main/o/oidua/oidua_0.16.1-3.dsc
oidua_0.16.1-3_i386.deb
  to pool/main/o/oidua/oidua_0.16.1-3_i386.deb


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



Accepted xxgdb 1.12-16 (source i386)

2008-06-11 Thread Joey Schulze
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 10:04:34 +0200
Source: xxgdb
Binary: xxgdb
Architecture: source i386
Version: 1.12-16
Distribution: unstable
Urgency: low
Maintainer: Joey Schulze [EMAIL PROTECTED]
Changed-By: Joey Schulze [EMAIL PROTECTED]
Description: 
 xxgdb  - An X front-end to the GNU debugger gdb
Closes: 485731
Changes: 
 xxgdb (1.12-16) unstable; urgency=low
 .
   * Add dependency against xutils-dev, required after it was removed from
 xutils (closes: Bug#485731)
Checksums-Sha1: 
 09a3d3d81f030939fb8568d1d7b20950e3b65c39 990 xxgdb_1.12-16.dsc
 ee5246ffb4871336d472c428923324298688cc15 17181 xxgdb_1.12-16.diff.gz
 e6436133ef2b20d4174ab0cfc2d5416e1255fab0 61322 xxgdb_1.12-16_i386.deb
Checksums-Sha256: 
 476aa04cf41c4e696cd1ce97d158c1b2434278f8b963c007d50acc0ed608489c 990 
xxgdb_1.12-16.dsc
 52978034be16f3015c6c2f583d469e24881ee0a9fa7f05f0e3d37f4acb3e9b6e 17181 
xxgdb_1.12-16.diff.gz
 33ed99223659e84544851c4a64cc30704c37cae446d07f7e0b839226df0a6a10 61322 
xxgdb_1.12-16_i386.deb
Files: 
 156e2ddd86acd437550dfc25bb63d8bd 990 devel optional xxgdb_1.12-16.dsc
 53cf41d5d188c266bbc96f3b5cd2ac17 17181 devel optional xxgdb_1.12-16.diff.gz
 39c35542b96f89d512477a2bcf9971b0 61322 devel optional xxgdb_1.12-16_i386.deb

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

iD8DBQFIT4exW5ql+IAeqTIRApbuAKCvPp28fU0epMODW9Sd6MJcQ5kMCgCgrGlx
wAS+QibvDiDXusCaB56HIG0=
=kI7i
-END PGP SIGNATURE-


Accepted:
xxgdb_1.12-16.diff.gz
  to pool/main/x/xxgdb/xxgdb_1.12-16.diff.gz
xxgdb_1.12-16.dsc
  to pool/main/x/xxgdb/xxgdb_1.12-16.dsc
xxgdb_1.12-16_i386.deb
  to pool/main/x/xxgdb/xxgdb_1.12-16_i386.deb


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



Accepted scrounge-ntfs 0.9-3 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 09:52:00 +0200
Source: scrounge-ntfs
Binary: scrounge-ntfs
Architecture: source i386
Version: 0.9-3
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 scrounge-ntfs - Data recovery program for NTFS filesystems
Changes: 
 scrounge-ntfs (0.9-3) unstable; urgency=low
 .
   * Cleaning up rules.
   * Adding full license headers to copyright file.
   * Upgrading package to debhelper 7.
   * Updating to standards 3.8.0.
Checksums-Sha1: 
 f605129b3681bbf2a931e2f8fb0ed63e3587ce7f 1249 scrounge-ntfs_0.9-3.dsc
 ca36b3e43bbe035d4e5fb8c253f364f0a7a6e528 2833 scrounge-ntfs_0.9-3.diff.gz
 3b49a13be0c718c12c53b5814258a1d57b3dd110 17386 scrounge-ntfs_0.9-3_i386.deb
Checksums-Sha256: 
 943d8230b0ed7a063840519681b5d36556496f576f771c5845eed25cf8cba5e1 1249 
scrounge-ntfs_0.9-3.dsc
 0afe90b852bb0b27b758e20fe32331eb459621e003162ecf73ed5ec8908c9a7c 2833 
scrounge-ntfs_0.9-3.diff.gz
 6f0a0efa3fcd5e372080e45a1c298eff38bc716a3b9e93de99e2970618be6994 17386 
scrounge-ntfs_0.9-3_i386.deb
Files: 
 46a8eca97aa60d9267df6a5364663877 1249 admin optional scrounge-ntfs_0.9-3.dsc
 e209693b2f8b0fdbcff591dce26cee10 2833 admin optional 
scrounge-ntfs_0.9-3.diff.gz
 f7b5e0aa2815d3b68b31f9cd2e323e98 17386 admin optional 
scrounge-ntfs_0.9-3_i386.deb

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

iEYEARECAAYFAkhPhHYACgkQ+C5cwEsrK55OnACgmqwzL84nGoBIWvlG/MCJ1c7q
GqQAnjHKorEx6q0odYXDAG0gCZAS704H
=TfsJ
-END PGP SIGNATURE-


Accepted:
scrounge-ntfs_0.9-3.diff.gz
  to pool/main/s/scrounge-ntfs/scrounge-ntfs_0.9-3.diff.gz
scrounge-ntfs_0.9-3.dsc
  to pool/main/s/scrounge-ntfs/scrounge-ntfs_0.9-3.dsc
scrounge-ntfs_0.9-3_i386.deb
  to pool/main/s/scrounge-ntfs/scrounge-ntfs_0.9-3_i386.deb


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



Accepted tworld 1.3.0-3 (source powerpc)

2008-06-11 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2008 12:53:47 +0200
Source: tworld
Binary: tworld
Architecture: source powerpc
Version: 1.3.0-3
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 tworld - Chip's Challenge Game Engine Emulation
Changes: 
 tworld (1.3.0-3) unstable; urgency=low
 .
   * Updated to Standards-Version 3.8.0:
 - Added Homepage source control field.
 - Added README.source because of quilt usage.
   * Add patch for fixing the manual pages, add quilt Build-Depends for that.
   * Updated copyright informations a bit.
   * Moved c4 into the debian directory, no changes outside of debian/ anymore.
   * Add desktop file (LP: #220311)
Checksums-Sha1: 
 fcf1d9e2d7b6be882ae8c2042e6addbcbe168674 998 tworld_1.3.0-3.dsc
 151037d41ef981e84a4edeb7b14afb77ad2dfe55 36083 tworld_1.3.0-3.diff.gz
 a1b375adff17fbd33dde4ed8f6b70649bb569122 1032232 tworld_1.3.0-3_powerpc.deb
Checksums-Sha256: 
 29042ea6ee4f995bacd0d43d39c335a915f08170a4517f9ace0d0e7d9e8a5577 998 
tworld_1.3.0-3.dsc
 6350076fa9955b1c8e5a3f6265bf89401cf12f96ec8610230df21887ebd69400 36083 
tworld_1.3.0-3.diff.gz
 14e29e71b2a02ce97f5b84f9b2bb38baed8b1d8da88774a6aaaff6d4c9125183 1032232 
tworld_1.3.0-3_powerpc.deb
Files: 
 710d9c853857373fb5e9c66419993ba9 998 games optional tworld_1.3.0-3.dsc
 1de514aa74575f11277ac4364550edfb 36083 games optional tworld_1.3.0-3.diff.gz
 b8a68965bf6c5bdc496a403bbc314d7d 1032232 games optional 
tworld_1.3.0-3_powerpc.deb

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

iD8DBQFIT5gqELuA/Ba9d8YRAl1yAKDAxNgfr2mloYUkaG55dm0BCW/PAQCffxLQ
CGisXq6HtRlST/uKA9XCBMU=
=748m
-END PGP SIGNATURE-


Accepted:
tworld_1.3.0-3.diff.gz
  to pool/main/t/tworld/tworld_1.3.0-3.diff.gz
tworld_1.3.0-3.dsc
  to pool/main/t/tworld/tworld_1.3.0-3.dsc
tworld_1.3.0-3_powerpc.deb
  to pool/main/t/tworld/tworld_1.3.0-3_powerpc.deb


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



Accepted unsort 1.1.1-1 (source amd64)

2008-06-11 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 11:44:29 +0200
Source: unsort
Binary: unsort
Architecture: source amd64
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 unsort - reorders lines in a file in semirandom ways
Changes: 
 unsort (1.1.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 288943cab4fa55d526650db0097db5dd214d6234 942 unsort_1.1.1-1.dsc
 d5dffec0453c2eeb52b2df0d4b6a2fcb973eb1ec 78581 unsort_1.1.1.orig.tar.gz
 a833886793a571964db8abeefa4cb315456f4211 2432 unsort_1.1.1-1.diff.gz
 35a35e22015858dc93693be34f35197085eb5524 14804 unsort_1.1.1-1_amd64.deb
Checksums-Sha256: 
 5bbd1d624be2471857edd758530a06a10b1349a6482173eddb57e1a0c4bf40f8 942 
unsort_1.1.1-1.dsc
 f578ea59ba84f6dedf9f704c4c1820ef2c8f79d472346185bdf86dfe4d619e1b 78581 
unsort_1.1.1.orig.tar.gz
 677f33484264bd1d7977977619a889173ecd66517201d7455988ca505c879128 2432 
unsort_1.1.1-1.diff.gz
 f68eaea92144c445662159d91f261bbb7b109a1cc25eef8b905f00020f973d8a 14804 
unsort_1.1.1-1_amd64.deb
Files: 
 f77804fe0af85b2736d9edde7198f3ab 942 text extra unsort_1.1.1-1.dsc
 40d4eea7d059730ef3c18bfb0b1ce74b 78581 text extra unsort_1.1.1.orig.tar.gz
 5d1721a9033c4b4e6cdf96bc5acef749 2432 text extra unsort_1.1.1-1.diff.gz
 bbe039aaf053b1469c212b31832c1b56 14804 text extra unsort_1.1.1-1_amd64.deb

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

iEYEARECAAYFAkhPntwACgkQAxLow12M2nsRFACfeYGAQ3k24FBBj6390NO9GNfG
tzoAnj8ffjFzfMbsPMeSXWRyTK61CLPh
=8mm7
-END PGP SIGNATURE-


Accepted:
unsort_1.1.1-1.diff.gz
  to pool/main/u/unsort/unsort_1.1.1-1.diff.gz
unsort_1.1.1-1.dsc
  to pool/main/u/unsort/unsort_1.1.1-1.dsc
unsort_1.1.1-1_amd64.deb
  to pool/main/u/unsort/unsort_1.1.1-1_amd64.deb
unsort_1.1.1.orig.tar.gz
  to pool/main/u/unsort/unsort_1.1.1.orig.tar.gz


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



Accepted clamav 0.93.1.dfsg-1 (source all i386)

2008-06-11 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2008 20:43:32 +0100
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav4 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all i386
Version: 0.93.1.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 clamav - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav4 - anti-virus utility for Unix - library
Changes: 
 clamav (0.93.1.dfsg-1) unstable; urgency=low
 .
   * New upstream version
   * Move conflicts to freshclam
Checksums-Sha1: 
 ae0408f957e6c2f53d301cb3e1fff2e10afa99b4 1285 clamav_0.93.1.dfsg-1.dsc
 fce2b78c0f142b274fe6aa8ffecea8e10a4ee1e5 17209746 
clamav_0.93.1.dfsg.orig.tar.gz
 2a2fd40bbb38d0dc3d32f51d84c420576db6412e 156353 clamav_0.93.1.dfsg-1.diff.gz
 9f5b99cacae3baca63c9b50ca4430802468b2e33 15327404 
clamav-base_0.93.1.dfsg-1_all.deb
 12f22bf028bbac75cf10ab6d97e4c8fd58992bbd 194100 
clamav-testfiles_0.93.1.dfsg-1_all.deb
 dd887f799e2cfb6df0709f4c179347a044b6f4c7 1049974 
clamav-docs_0.93.1.dfsg-1_all.deb
 ab6f4f43d8bead5fecfc46d95d62e8c903a0c3ff 464734 
libclamav4_0.93.1.dfsg-1_i386.deb
 2c6763a5f57f7e639e4a6f2409723bcb612219bd 220038 clamav_0.93.1.dfsg-1_i386.deb
 eceea149cb8aba4f1e469829f98e39e79c33f8ae 212876 
clamav-daemon_0.93.1.dfsg-1_i386.deb
 0b14bde6c23cfa2e63898a2bbf512aaf81fe6cc8 230632 
clamav-freshclam_0.93.1.dfsg-1_i386.deb
 3b6fa6b2586507536243d7c8a0d501682eef6cda 214558 
clamav-milter_0.93.1.dfsg-1_i386.deb
 1c2d6101ec3e1b46b3a8187b3f5179eed0c4f60d 478722 
libclamav-dev_0.93.1.dfsg-1_i386.deb
 4c6fe86d552eb7d6b453195c65886347073fae8b 726872 
clamav-dbg_0.93.1.dfsg-1_i386.deb
Checksums-Sha256: 
 7a5116215e4c160aac4012f038e350b8e61a07e6c57a55e6a0c952092112da5f 1285 
clamav_0.93.1.dfsg-1.dsc
 74cc0fe9f6737073cd7c933130d6b1ef022507acd628320135ab8c990e4fa345 17209746 
clamav_0.93.1.dfsg.orig.tar.gz
 09f1a492b095f866a2e8db14240c64f9935f63e152e61ba296100155bac2686c 156353 
clamav_0.93.1.dfsg-1.diff.gz
 a32a1e1e006602675878269c674e1db688cf6a8ce34c6d1fe0aacba308d62912 15327404 
clamav-base_0.93.1.dfsg-1_all.deb
 7dad7c31453162ba6be48fad16607ba81e1c10ce8ae7d987084d892d18acd517 194100 
clamav-testfiles_0.93.1.dfsg-1_all.deb
 0b3fdcd234aabe231ad410eaaf86a04a79afa1891aadf0fb9bff47d2845f0e39 1049974 
clamav-docs_0.93.1.dfsg-1_all.deb
 fc4a31078b96f7d94bf5a2b8f2689b2de133547b230d6059232560364cba 464734 
libclamav4_0.93.1.dfsg-1_i386.deb
 9c377156ea5df63d3c3436f7950bb161ed19e563c5c800836ce0b03bdb514505 220038 
clamav_0.93.1.dfsg-1_i386.deb
 618fd165a5b63bcbe281cc24dc70f936f989a715dc11bab6a3b754d987c45c62 212876 
clamav-daemon_0.93.1.dfsg-1_i386.deb
 aea41acbdd0a85f3fac60deada24c01f7c9e05bc437bd6ae65602cc1226f3b1a 230632 
clamav-freshclam_0.93.1.dfsg-1_i386.deb
 0acebe04c9191075f7c33b6dd870ae272fb414d46276b8a92c16b5ff50b6e7a5 214558 
clamav-milter_0.93.1.dfsg-1_i386.deb
 8151c16a01b08110d2f292321afee6e123a84e7e50be5daa2232b5e772702352 478722 
libclamav-dev_0.93.1.dfsg-1_i386.deb
 755ba50126d3866acdb947d6db495413852f067e3e3127ac882f8ced3c9807e0 726872 
clamav-dbg_0.93.1.dfsg-1_i386.deb
Files: 
 ba5018a4b8a16f4c0574caf5eef606a2 1285 utils optional clamav_0.93.1.dfsg-1.dsc
 79d5e38fb839d789e0d9bdcf70ad96d6 17209746 utils optional 
clamav_0.93.1.dfsg.orig.tar.gz
 b7fb21023ded8e8c73b0c451d866dd98 156353 utils optional 
clamav_0.93.1.dfsg-1.diff.gz
 be6cb0b24804a5a6a3ffc7ae51dd3a5f 15327404 utils optional 
clamav-base_0.93.1.dfsg-1_all.deb
 7f4a4e49af7926d7c248f0938c49d938 194100 utils optional 
clamav-testfiles_0.93.1.dfsg-1_all.deb
 42979754050c6dba5eba60715670c706 1049974 doc optional 
clamav-docs_0.93.1.dfsg-1_all.deb
 dbb49e6e4c5a9cd1a2c465f2b370f075 464734 libs optional 
libclamav4_0.93.1.dfsg-1_i386.deb
 4968d47e5dab6a0155b23a1f5956da60 220038 utils optional 
clamav_0.93.1.dfsg-1_i386.deb
 d1dfefedf583bc6223f493f659327855 212876 utils optional 
clamav-daemon_0.93.1.dfsg-1_i386.deb
 587eafb4b78faf9f94654b5675b0ce02 230632 utils optional 
clamav-freshclam_0.93.1.dfsg-1_i386.deb
 6ffd9fd66811c21d25fc0908cf063b1d 214558 utils extra 
clamav-milter_0.93.1.dfsg-1_i386.deb
 0df3bdc19a5446f4b3be6afaa1c09556 478722 libdevel optional 
libclamav-dev_0.93.1.dfsg-1_i386.deb
 2f789d7a70879f9f9de2b0989ef1d88d 726872 utils extra 
clamav-dbg_0.93.1.dfsg-1_i386.deb

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


Accepted ocsinventory-agent 1:0.0.9.2repack1-2 (source all)

2008-06-11 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 12:02:26 +0200
Source: ocsinventory-agent
Binary: ocsinventory-agent
Architecture: source all
Version: 1:0.0.9.2repack1-2
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 ocsinventory-agent - Hardware and software inventory tool (client)
Changes: 
 ocsinventory-agent (1:0.0.9.2repack1-2) unstable; urgency=low
 .
   * Fix path in post[inst,rm} scripts
   * Bump standards version to 3.8.0
   * Update homepage
Checksums-Sha1: 
 08a0982aab9e58a7722f8672dcf2d7c2e680dc29 1302 
ocsinventory-agent_0.0.9.2repack1-2.dsc
 68ad9b0ba2867c37efee32dd60edf6169750fbfa 10819 
ocsinventory-agent_0.0.9.2repack1-2.diff.gz
 465650c51488a52b50c701d811c89bc40d159bec 80894 
ocsinventory-agent_0.0.9.2repack1-2_all.deb
Checksums-Sha256: 
 9c59840cc6a294a75f9b1ffef895fd303830329f22137150a6fbf5d08768bc17 1302 
ocsinventory-agent_0.0.9.2repack1-2.dsc
 d85b29e885bcc6abacad9335c5c99eecab72e6ad5b0de8d510cae9f666c62f42 10819 
ocsinventory-agent_0.0.9.2repack1-2.diff.gz
 940f56ed2f38910f7831b8db8f8e7abf0bf835790407e654397ab510411a577e 80894 
ocsinventory-agent_0.0.9.2repack1-2_all.deb
Files: 
 54a56464222421f3cb49237192293b04 1302 net extra 
ocsinventory-agent_0.0.9.2repack1-2.dsc
 876801e29146e20735ab78e6b9efc6ab 10819 net extra 
ocsinventory-agent_0.0.9.2repack1-2.diff.gz
 e6c72e1858e70527b8e1ccf2f6f778b4 80894 net extra 
ocsinventory-agent_0.0.9.2repack1-2_all.deb

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

iD8DBQFIT6OwtwVrWo1fQMsRAupdAJ9TAa5IhvUA2wVC6QQ6wxfEpuDSqgCgx+Vd
Se6BKqEJthp6q6BvmrYCipg=
=ZeYQ
-END PGP SIGNATURE-


Accepted:
ocsinventory-agent_0.0.9.2repack1-2.diff.gz
  to pool/main/o/ocsinventory-agent/ocsinventory-agent_0.0.9.2repack1-2.diff.gz
ocsinventory-agent_0.0.9.2repack1-2.dsc
  to pool/main/o/ocsinventory-agent/ocsinventory-agent_0.0.9.2repack1-2.dsc
ocsinventory-agent_0.0.9.2repack1-2_all.deb
  to pool/main/o/ocsinventory-agent/ocsinventory-agent_0.0.9.2repack1-2_all.deb


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



Accepted gupnp-tools 0.4-3 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 10:44:26 +0100
Source: gupnp-tools
Binary: gupnp-tools
Architecture: source i386
Version: 0.4-3
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 gupnp-tools - UPnP Tools
Closes: 483158
Changes: 
 gupnp-tools (0.4-3) unstable; urgency=low
 .
   * Build-depend on gupnp-av
   * Better summary (Closes: #483158)
Checksums-Sha1: 
 d5e5d9d6f49c555b2504ff6370e66f041def0276 1054 gupnp-tools_0.4-3.dsc
 701dc204722b3a5f7db74f7b7b076e19c093 1808 gupnp-tools_0.4-3.diff.gz
 f8c6e0bdfc6b3c3806bd108f5307c038a7a811c3 221126 gupnp-tools_0.4-3_i386.deb
Checksums-Sha256: 
 8e77f40d5918df4077a4bd33d9ccb6b1a6b6ff90cc71a3e50b57aca572f65d4e 1054 
gupnp-tools_0.4-3.dsc
 995f66a0740effb38504284e05406f669a46d0f09a7d5f2952627c52559ed8e9 1808 
gupnp-tools_0.4-3.diff.gz
 9809f9ca69b045b5de3f9c7dabf684ed6b0169bf3b34361471d8e5346b1b8d0f 221126 
gupnp-tools_0.4-3_i386.deb
Files: 
 81a5332f1857f0b6328697950d295327 1054 net optional gupnp-tools_0.4-3.dsc
 d2878fa0808b9a184d5a6f41d1b4c7db 1808 net optional gupnp-tools_0.4-3.diff.gz
 fecb9509303debc576ccd0c291594eb5 221126 net optional gupnp-tools_0.4-3_i386.deb

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

iD8DBQFIT6bVLQnkR9C0M98RAo5qAKC29pkj+7AaG3XQFp6UBAmyUZhy1ACeLysN
yvBj60wSjR3/0K09fdut57o=
=swdH
-END PGP SIGNATURE-


Accepted:
gupnp-tools_0.4-3.diff.gz
  to pool/main/g/gupnp-tools/gupnp-tools_0.4-3.diff.gz
gupnp-tools_0.4-3.dsc
  to pool/main/g/gupnp-tools/gupnp-tools_0.4-3.dsc
gupnp-tools_0.4-3_i386.deb
  to pool/main/g/gupnp-tools/gupnp-tools_0.4-3_i386.deb


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



Accepted cython 0.9.6.14-1 (source all)

2008-06-11 Thread Ondrej Certik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 13:22:09 +0200
Source: cython
Binary: cython
Architecture: source all
Version: 0.9.6.14-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team [EMAIL PROTECTED]
Changed-By: Ondrej Certik [EMAIL PROTECTED]
Description: 
 cython - C-Extensions for Python
Changes: 
 cython (0.9.6.14-1) unstable; urgency=low
 .
   * New upstream version
   * Description improved (SAGE - Sage), whitespace removed
   * Standards-Version bumped (no change needed)
   * README.Debian updated to recent cython way of doing things
Checksums-Sha1: 
 c9b12c623ecbf41de7597d6365fed33b890dee9c 1338 cython_0.9.6.14-1.dsc
 c5f03331f21e60793a09b74abe2bec3f646963b9 1189928 cython_0.9.6.14.orig.tar.gz
 1f9a46782a81e144d41b2a16cb104da19369d89f 4018 cython_0.9.6.14-1.diff.gz
 f062e34ea220915b4ec693568fc5e1f478dd973e 169108 cython_0.9.6.14-1_all.deb
Checksums-Sha256: 
 c98ef18bbd1127a183bf006d0ff15cc4e2498e9f810c0a7da7de35de0ab53e11 1338 
cython_0.9.6.14-1.dsc
 a80d18f29f08b50a8b6f0065306cc11b55ce35b990ddfd2a13c6f6061bfcdbba 1189928 
cython_0.9.6.14.orig.tar.gz
 ed978108f2f8d4c8c50a9afac780461b2306f4d14d71e1d8e7903f8d37f08bcf 4018 
cython_0.9.6.14-1.diff.gz
 f182e026c50442e66b39fa47dd0cfd684c77f3707400583c0a9a7b5c6235345d 169108 
cython_0.9.6.14-1_all.deb
Files: 
 7cd532f2d996d6895ee697e94a8a99c2 1338 python optional cython_0.9.6.14-1.dsc
 3fd3a8baa2deb0155ed8b37ee320d02b 1189928 python optional 
cython_0.9.6.14.orig.tar.gz
 7d9b6815a748aab9f47856e653ac306f 4018 python optional cython_0.9.6.14-1.diff.gz
 a764b3889d33dcba0f18c023da5057da 169108 python optional 
cython_0.9.6.14-1_all.deb

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

iEYEARECAAYFAkhPuWAACgkQKQ++Uu6gdgmcNQCeOsaHhtJkUgnBZSJYt8SMzgVy
FL0AnAjE+OCH5eaUpbhOaUKXf6+04I6E
=xiDj
-END PGP SIGNATURE-


Accepted:
cython_0.9.6.14-1.diff.gz
  to pool/main/c/cython/cython_0.9.6.14-1.diff.gz
cython_0.9.6.14-1.dsc
  to pool/main/c/cython/cython_0.9.6.14-1.dsc
cython_0.9.6.14-1_all.deb
  to pool/main/c/cython/cython_0.9.6.14-1_all.deb
cython_0.9.6.14.orig.tar.gz
  to pool/main/c/cython/cython_0.9.6.14.orig.tar.gz


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



Accepted gdal 1.5.2-1 (source i386 all)

2008-06-11 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2008 16:08:05 +0200
Source: gdal
Binary: libgdal1-1.5.0 libgdal1-dev libgdal-doc gdal-bin python-gdal 
libgdal-perl libgdal-ruby1.8 libgdal-ruby
Architecture: source i386 all
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
 libgdal-ruby - Ruby bindings to the Geospatial Data Abstraction Library
 libgdal-ruby1.8 - Ruby 1.8 bindings to the Geospatial Data Abstraction Library
 libgdal1-1.5.0 - Geospatial Data Abstraction Library
 libgdal1-dev - Geospatial Data Abstraction Library - Development files
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
Closes: 485582
Changes: 
 gdal (1.5.2-1) unstable; urgency=low
 .
   * New upstream release. This is a bug fix release.
 (closes: #485582)
   * Patchset updated: removed max.dpatch, merged upstream.
   * Added a gdal-grass stanza in debian/rules to generate the gdal-grass
 tarball on fly.
   * Added a Suggests for python-gdal in gdal-bin stanza within debian/control.
Checksums-Sha1: 
 9ab18568627a19234359657c4ce5f50c75f9947b 1927 gdal_1.5.2-1.dsc
 ce422e66af4fdfa39958026f3b1e444145caa609 6243485 gdal_1.5.2.orig.tar.gz
 c026de9ef045ef86b10b675d4898bdf014104c2f 15266 gdal_1.5.2-1.diff.gz
 85b04eeaa0412c13fbd7160ab2b3ba601b310c39 2409576 
libgdal1-1.5.0_1.5.2-1_i386.deb
 9fc40d2f03f97c2dd47ffa801809d9cda604708c 2734886 libgdal1-dev_1.5.2-1_i386.deb
 fc2efbeb1dacf8eabde024cdaf761b80989f91e9 130636 gdal-bin_1.5.2-1_i386.deb
 c8b7efac19b18e7c828ea461f5f328f1dade623b 457690 python-gdal_1.5.2-1_i386.deb
 f9e19a58613481efd1b9f3c922e309b54edbf1d4 305368 libgdal-perl_1.5.2-1_i386.deb
 b29b7661654d0caae4bbfd7a6e76284a27238633 156858 
libgdal-ruby1.8_1.5.2-1_i386.deb
 121459efd7babd44db82a126be4ca3b2518f5906 29936 libgdal-ruby_1.5.2-1_i386.deb
 2945137d253a37a4d4f0ae3711dcd471ab95d965 1309342 libgdal-doc_1.5.2-1_all.deb
Checksums-Sha256: 
 10f00c6c6dc78024e1df95d4190eb7685bc02db851423d43bcdab013c7b5a568 1927 
gdal_1.5.2-1.dsc
 e0e914e0acca7aa3329d64d0620ecf5abb2c342463bf4230fc5b0c172c825483 6243485 
gdal_1.5.2.orig.tar.gz
 d8e66631453aafe3b8735640a5902ba62263fa89fd8bd3b4e5924a4699251aaa 15266 
gdal_1.5.2-1.diff.gz
 7a97a424dd625e61f985ef04f7a73b7894d0e10dfa7d2d42d8e92c0695b2c98d 2409576 
libgdal1-1.5.0_1.5.2-1_i386.deb
 31c41de68cd8bc0e5949a346fcffa529477b7a5144ca30b24da66c8482e1dc11 2734886 
libgdal1-dev_1.5.2-1_i386.deb
 3d9818906300f8838332a6db280515d4b4f6697120c9a1ce4e0158aeabf86789 130636 
gdal-bin_1.5.2-1_i386.deb
 78fbe9d8e31ef1fc1acb33021299ec1a4afdaaf2509ca2d3b73a0159526cc38b 457690 
python-gdal_1.5.2-1_i386.deb
 839a13c6bdd1bfc3f27fc218bb88ff36e591ec7689a5703a84c642b1e062e064 305368 
libgdal-perl_1.5.2-1_i386.deb
 94904407f55efdfba041ac13137d4c695020b1f4e404c479e6c1bf83b8fade0f 156858 
libgdal-ruby1.8_1.5.2-1_i386.deb
 0c6035975ab3630b71ca1e1088547dfee1fd704c3bf1a2d67beecc5d9efa63d4 29936 
libgdal-ruby_1.5.2-1_i386.deb
 5a91ceb529c1a2528de7ed4d2763f33881cd9a7dfcbc0f2ace740b08355d5b37 1309342 
libgdal-doc_1.5.2-1_all.deb
Files: 
 f4ed9c9d00064a97560ca0e18acc7c55 1927 science extra gdal_1.5.2-1.dsc
 7d825acd88f493eeb96f0e2105640152 6243485 science extra gdal_1.5.2.orig.tar.gz
 9d558b248f7aaa8d9a24dd00d266dd60 15266 science extra gdal_1.5.2-1.diff.gz
 144d733f33cd2ad0fb8d7d67669452a8 2409576 libs extra 
libgdal1-1.5.0_1.5.2-1_i386.deb
 d4933adc668d491be3c74c1fdd5b83bf 2734886 libdevel extra 
libgdal1-dev_1.5.2-1_i386.deb
 6cfbcf827eaca9506bf9141ff026836f 130636 science extra gdal-bin_1.5.2-1_i386.deb
 1a983f7cf17eb2b994707f8d5bc3d57b 457690 python extra 
python-gdal_1.5.2-1_i386.deb
 3ec1ccbfe936fd0b6843318cce1775dc 305368 perl extra 
libgdal-perl_1.5.2-1_i386.deb
 f99087a73401aa9c8cfebfef1ebc338b 156858 interpreters extra 
libgdal-ruby1.8_1.5.2-1_i386.deb
 4c42b977a45085d1f0b417e098a494ea 29936 interpreters extra 
libgdal-ruby_1.5.2-1_i386.deb
 064c698c5b8aa6d23ad5d7756907d66a 1309342 doc extra libgdal-doc_1.5.2-1_all.deb

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

iEYEARECAAYFAkhPttMACgkQpFNRmenyx0ejeQCeI6wy2JNySF37Mt2TTQNGqLcN
Kz8An01Ig02AsXVK6HaMw90di2eqR2IZ
=PELN
-END PGP SIGNATURE-


Accepted:
gdal-bin_1.5.2-1_i386.deb
  to pool/main/g/gdal/gdal-bin_1.5.2-1_i386.deb
gdal_1.5.2-1.diff.gz
  to pool/main/g/gdal/gdal_1.5.2-1.diff.gz
gdal_1.5.2-1.dsc
  to pool/main/g/gdal/gdal_1.5.2-1.dsc
gdal_1.5.2.orig.tar.gz
  to pool/main/g/gdal/gdal_1.5.2.orig.tar.gz
libgdal-doc_1.5.2-1_all.deb
  to pool/main/g/gdal/libgdal-doc_1.5.2-1_all.deb
libgdal-perl_1.5.2-1_i386.deb
  to pool/main/g/gdal/libgdal-perl_1.5.2-1_i386.deb
libgdal-ruby1.8_1.5.2-1_i386.deb
  to 

Accepted libgdal-grass 1.5.2-1 (source i386)

2008-06-11 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2008 16:23:40 +0200
Source: libgdal-grass
Binary: libgdal1-1.5.0-grass
Architecture: source i386
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 libgdal1-1.5.0-grass - GRASS extension for the Geospatial Data Abstraction 
Library
Changes: 
 libgdal-grass (1.5.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Added a debian/README.source file to explain how to generate
 an upstream tarball from the GDAL debinized source.
   * Policy bumped to 3.8.0.
   * Build-dep on compatible version of libgdal1-dev.
Checksums-Sha1: 
 36a0abf4a7ace4ae866d62d065a040fac512353b 1318 libgdal-grass_1.5.2-1.dsc
 8aafb832227880126eaded3af607f66d24901441 48013 libgdal-grass_1.5.2.orig.tar.gz
 a14fe4ee13b121364eed4a98ea0183c33e88e555 3563 libgdal-grass_1.5.2-1.diff.gz
 13ce0d441a744788cc1df4dc89d438d868e7d0de 28998 
libgdal1-1.5.0-grass_1.5.2-1_i386.deb
Checksums-Sha256: 
 766706bef8e816cc2d4ecef9a774c67071ed78401cb42db0a2b742197c68f16c 1318 
libgdal-grass_1.5.2-1.dsc
 adb7c50f7f718915a31575c1f380e273bca53ad2a5516766f4ec6e43a690f492 48013 
libgdal-grass_1.5.2.orig.tar.gz
 1832ef57cfbda15a3bba6f29cf36c9ea0280602d0989a3794e18712b57dcf5dd 3563 
libgdal-grass_1.5.2-1.diff.gz
 08a0dcd7100a921f5a7b678480290baf232be67e8b36869f9babb4cb1fcd6e40 28998 
libgdal1-1.5.0-grass_1.5.2-1_i386.deb
Files: 
 64cbf4f4b914a18ea81944a7bcdf5b5c 1318 science extra libgdal-grass_1.5.2-1.dsc
 190016f1a57386667fc334dcf9840f54 48013 science extra 
libgdal-grass_1.5.2.orig.tar.gz
 74e2040f68404b9e5592849985d14198 3563 science extra 
libgdal-grass_1.5.2-1.diff.gz
 c3a0085e2048c5bc19056f5fd4875a5d 28998 libs extra 
libgdal1-1.5.0-grass_1.5.2-1_i386.deb

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

iEYEARECAAYFAkhPtv0ACgkQpFNRmenyx0d7/gCgnkm2GnvND5J7iCRtyl0ZpWlN
sSsAoNBK2i3UQMNS/KczBqsvzFF96+XT
=aXS1
-END PGP SIGNATURE-


Accepted:
libgdal-grass_1.5.2-1.diff.gz
  to pool/main/libg/libgdal-grass/libgdal-grass_1.5.2-1.diff.gz
libgdal-grass_1.5.2-1.dsc
  to pool/main/libg/libgdal-grass/libgdal-grass_1.5.2-1.dsc
libgdal-grass_1.5.2.orig.tar.gz
  to pool/main/libg/libgdal-grass/libgdal-grass_1.5.2.orig.tar.gz
libgdal1-1.5.0-grass_1.5.2-1_i386.deb
  to pool/main/libg/libgdal-grass/libgdal1-1.5.0-grass_1.5.2-1_i386.deb


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



Accepted gcc-4.3 4.3.1-2 (source all i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 00:35:38 +0200
Source: gcc-4.3
Binary: gcc-4.3-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 
libn32gcc1-dbg gcc-4.3 gcc-4.3-multilib gcc-4.3-hppa64 gcc-4.3-spu g++-4.3-spu 
gfortran-4.3-spu cpp-4.3 gcc-4.3-locales g++-4.3 g++-4.3-multilib libmudflap0 
libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg 
libn32mudflap0 libn32mudflap0-dbg libmudflap0-4.3-dev libgomp1 libgomp1-dbg 
lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg 
protoize gobjc++-4.3 gobjc++-4.3-multilib gobjc-4.3 gobjc-4.3-multilib libobjc2 
libobjc2-dbg lib64objc2 lib64objc2-dbg lib32objc2 lib32objc2-dbg libn32objc2 
libn32objc2-dbg gfortran-4.3 gfortran-4.3-multilib libgfortran3 
libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 
lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg libstdc++6 lib32stdc++6 
lib64stdc++6 libn32stdc++6 libstdc++6-4.3-dev libstdc++6-4.3-pic 
libstdc++6-4.3-dbg lib32stdc++6-4.3-dbg lib64stdc++6-4.3-dbg 
libn32stdc++6-4.3-dbg libstdc++6-4.3-doc gcc-4.3-soft-float fixincludes 
gcc-4.3-source
Architecture: source all i386
Version: 4.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.3- The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.3- The GNU C++ compiler
 g++-4.3-multilib - The GNU C++ compiler (multilib files)
 g++-4.3-spu - SPU cross-compiler (C++ compiler)
 gcc-4.3- The GNU C compiler
 gcc-4.3-base - The GNU Compiler Collection (base package)
 gcc-4.3-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.3-locales - The GNU C compiler (native language support files)
 gcc-4.3-multilib - The GNU C compiler (multilib files)
 gcc-4.3-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.3-source - Source of the GNU Compiler Collection
 gcc-4.3-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.3 - The GNU Fortran 95 compiler
 gfortran-4.3-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.3-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.3 - The GNU Objective-C++ compiler
 gobjc++-4.3-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.3  - The GNU Objective-C compiler
 gobjc-4.3-multilib - The GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc2 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc2-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32stdc++6 - The GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support libraries (64 bit debug symbols)
 lib64objc2 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc2-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libgcc1- GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2- GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4- GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.3-dev - GCC mudflap support libraries (development files)
 libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran3 - 

Accepted hurd 20080607-1 (source all hurd-i386)

2008-06-11 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 01:02:01 +0200
Source: hurd
Binary: hurd hurd-dev hurd-dbg hurd-doc hurd-udeb
Architecture: all hurd-i386 source 
Version: 20080607-1
Distribution: unstable
Urgency: low
Maintainer: GNU Hurd Maintainers [EMAIL PROTECTED]
Changed-By: Michael Banck [EMAIL PROTECTED]
Description:
 hurd   - The GNU Hurd
 hurd-dbg   - The GNU Hurd (debugging files)
 hurd-dev   - The GNU Hurd (development files)
 hurd-doc   - The GNU Hurd manual
 hurd-udeb  - The GNU Hurd - udeb (udeb)
Changes:
 hurd (20080607-1) unstable; urgency=low
 .
   * New snapshot from CVS.
 + debian/patches/ext2fs_large_stores.patch: Removed copyright year
   changes.
 + debian/patches/libpthread_getattr.patch: Removed, applied upstream.
 + debian/patches/libpthread_inline.patch: Likewise.
 + debian/patches/mmx.patch: Likewise.
 + debian/patches/libpthread_stubs.patch: Updated, one hunk got applied
   upstream.
   * debian/rules (CC): New variable, set to gcc-4.2.
   * debian/control (Build-Depends): Added gcc-4.2.
Checksums-Sha1: 
 1dc1bd545e2a87b13e139b4a11ef05bc644fedfb 446984 hurd-doc_20080607-1_all.deb
 4634e1b56430252a12ddc6074178404c6f7fb4f2 3098224 hurd_20080607.orig.tar.gz
 81158fadeeaebcb7457f8a173533f2ba3c8d1103 6534472 
hurd-dbg_20080607-1_hurd-i386.deb
 a35cf0c2e4666e143ddaab7e64a253587ef3bff2 2047600 
hurd-udeb_20080607-1_hurd-i386.udeb
 d1842c933816186f7af16688522e9a79ec278e34 1460 hurd_20080607-1.dsc
 c6a0a40f2ab7bdde76d8cc7a03ebcfb841037e6f 66171 hurd_20080607-1.diff.gz
 e3a792c083a6bdff1823c1b5072f31c1d997ce07 2969654 hurd_20080607-1_hurd-i386.deb
 f9e8c35006b3f58941ee84b48be53718ff8cf834 1237724 
hurd-dev_20080607-1_hurd-i386.deb
Checksums-Sha256: 
 08b2a6fa36fed4963f80378a6d7b0406532ae1357e11167ec27486d8186a9523 3098224 
hurd_20080607.orig.tar.gz
 85cedecb6de2a2d0d479b8c11d115bf3a6b2221cd4d4615dccca7f9a8b89020f 1460 
hurd_20080607-1.dsc
 80406b38b3a898151d394e0c700203ab47f64cf48f571a54524b6bab7c6754c8 66171 
hurd_20080607-1.diff.gz
 acb6605a9759869ae4bce3ceec6f4f3d3e31a39e03055f33f7674c33b6de1e9e 2047600 
hurd-udeb_20080607-1_hurd-i386.udeb
 cb1a42368b840787486f12e17001157d469a2c2a9738732edb32c905acf7f629 6534472 
hurd-dbg_20080607-1_hurd-i386.deb
 d5892a4be7e6a9e4499efb1b3997dfad8c936f54a6aca1a6f57d4ddaa0f2b818 2969654 
hurd_20080607-1_hurd-i386.deb
 f33becd3af4b452f45a4aa8ba80b8149a836c26b5581f712d5c156e2cbe18ef6 446984 
hurd-doc_20080607-1_all.deb
 fef37c833426d2c080747c3639b7f8694f52e91aea3507d7b4df10b2fd272686 1237724 
hurd-dev_20080607-1_hurd-i386.deb
Files: 
 b276b8ce511c782e225131f570ebdcc9 1460 admin required hurd_20080607-1.dsc
 9b4528b6b54284a7722d6aa0e6e5d458 2047600 debian-installer optional 
hurd-udeb_20080607-1_hurd-i386.udeb
 9fe602d37e7898c2bbdf0cc0817bb7ca 66171 admin required hurd_20080607-1.diff.gz
 bb4bc69f540bfa08aa3dcd4bb6912324 6534472 libdevel extra 
hurd-dbg_20080607-1_hurd-i386.deb
 e00f52aa9ed630c31cd28cf8b7cfb567 1237724 libdevel standard 
hurd-dev_20080607-1_hurd-i386.deb
 f050408cbfa8e4455a679de21567cb1d 2969654 admin required 
hurd_20080607-1_hurd-i386.deb
 f91683989a51dca776eeebf744cb486e 3098224 admin required 
hurd_20080607.orig.tar.gz
 fca0c0cdd5de4d31b307ef4c9cc75b44 446984 doc optional 
hurd-doc_20080607-1_all.deb

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

iD8DBQFIT9PNmHaJYZ7RAb8RApzxAKCKTuXyjw4Tgtno1rCptBD+EmJ1nwCdGpHB
5aywvGfbuc5S3zavZuHLzvE=
=qy9o
-END PGP SIGNATURE-


Accepted:
hurd-dbg_20080607-1_hurd-i386.deb
  to pool/main/h/hurd/hurd-dbg_20080607-1_hurd-i386.deb
hurd-dev_20080607-1_hurd-i386.deb
  to pool/main/h/hurd/hurd-dev_20080607-1_hurd-i386.deb
hurd-doc_20080607-1_all.deb
  to pool/main/h/hurd/hurd-doc_20080607-1_all.deb
hurd-udeb_20080607-1_hurd-i386.udeb
  to pool/main/h/hurd/hurd-udeb_20080607-1_hurd-i386.udeb
hurd_20080607-1.diff.gz
  to pool/main/h/hurd/hurd_20080607-1.diff.gz
hurd_20080607-1.dsc
  to pool/main/h/hurd/hurd_20080607-1.dsc
hurd_20080607-1_hurd-i386.deb
  to pool/main/h/hurd/hurd_20080607-1_hurd-i386.deb
hurd_20080607.orig.tar.gz
  to pool/main/h/hurd/hurd_20080607.orig.tar.gz


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



Accepted xorg-server 2:1.4.1~git20080517-2 (source all i386)

2008-06-11 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 14:59:04 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb 
xserver-xephyr xprint xprint-common xserver-xorg-core-dbg
Architecture: source all i386
Version: 2:1.4.1~git20080517-2
Distribution: unstable
Urgency: high
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xprint - X11 print system (binary)
 xprint-common - Xprint - the X11 print system (configuration files)
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Changes: 
 xorg-server (2:1.4.1~git20080517-2) unstable; urgency=high
 .
   * High urgency upload for security fixes.
   * New patch from upstream to fix multiple security issues reported by
 iDefense:
 CVE-2008-2360 - RENDER Extension heap buffer overflow
 CVE-2008-2361 - RENDER Extension crash
 CVE-2008-2362 - RENDER Extension memory corruption
 CVE-2008-1379 - MIT-SHM arbitrary memory read
 CVE-2008-1377 - RECORD and Security extensions memory corruption
Checksums-Sha1: 
 864c58569488ee72500bd5769d21e29b59775af1 2954 
xorg-server_1.4.1~git20080517-2.dsc
 cf536fff636c698ce8ae07cef8893a4c9e46d33e 1411143 
xorg-server_1.4.1~git20080517-2.diff.gz
 98bac8c844b5359f5895731fc4768029d2d5176c 642722 
xprint-common_1.4.1~git20080517-2_all.deb
 d63c10687a83e3552c19435e41fe950c229e97fe 4107510 
xserver-xorg-core_1.4.1~git20080517-2_i386.deb
 02833c09393286a196e43e936eb5661c02a70e9e 690126 
xserver-xorg-dev_1.4.1~git20080517-2_i386.deb
 db14c0e0fb82dc3f944a6ea6918e3ea3c313aef4 1148404 
xdmx_1.4.1~git20080517-2_i386.deb
 bc985abf50ea336347ddbdda2738720457fa2f82 463954 
xdmx-tools_1.4.1~git20080517-2_i386.deb
 492272f95f9403c95236dda17a51cb99303032c0 1772004 
xnest_1.4.1~git20080517-2_i386.deb
 44fce299ea73aa55ccce0456a207d7ea3d9ab8b2 1886476 
xvfb_1.4.1~git20080517-2_i386.deb
 6f21bdf54bcdee582e8e44089ad5f428906e295c 1924806 
xserver-xephyr_1.4.1~git20080517-2_i386.deb
 992d16f082b85de3eca473a15c8a926c749a4e0f 1570322 
xprint_1.4.1~git20080517-2_i386.deb
 43a98c8c1b82975cac74aa2de944cbfc99819b16 12559468 
xserver-xorg-core-dbg_1.4.1~git20080517-2_i386.deb
Checksums-Sha256: 
 e367b696efbef4e9098c0eaf5d31f8ea75bb379a37638ef256c09b392347c2ad 2954 
xorg-server_1.4.1~git20080517-2.dsc
 6be7462c3ce77d68dd36825fd35ef0ff8cc170793ee0fdffaf4dc1b36897f2f8 1411143 
xorg-server_1.4.1~git20080517-2.diff.gz
 ac424d38ff4391acd46ce3c78304427d13b62cdc02dfa8ee8dda946785653d5b 642722 
xprint-common_1.4.1~git20080517-2_all.deb
 d82498c3ede65009760876345c0d3429c0570c25d20217e393d83320da78a889 4107510 
xserver-xorg-core_1.4.1~git20080517-2_i386.deb
 f1b5920a97746147ab21ebde4c7dc946564c7bd3426b1a648f8e454ebbdd4cda 690126 
xserver-xorg-dev_1.4.1~git20080517-2_i386.deb
 4b64b2dad5d4bdb58f728af1e16221f539ccadcd881260e1967584890407a837 1148404 
xdmx_1.4.1~git20080517-2_i386.deb
 4e54e391fe9a54a1dacf4357e1a7fc6e8e8ff3d3b9672e5459a458536fb43d48 463954 
xdmx-tools_1.4.1~git20080517-2_i386.deb
 1795779446e35f9dc3d273c5a65f66b54bdeb9704050a40352af477afc780518 1772004 
xnest_1.4.1~git20080517-2_i386.deb
 939e35cc6bde90ded20d17f02b550372c9c371743df69ff1b56addb52868f8e2 1886476 
xvfb_1.4.1~git20080517-2_i386.deb
 6d5bf9242e966cb85aca1b06844f9d213efcec84b2f89ed3031cb2f7578173c7 1924806 
xserver-xephyr_1.4.1~git20080517-2_i386.deb
 31c30f20ce9e87f97d79a29a44c0ccd2a505eeb3a4cb9df948f3f70ef669dc30 1570322 
xprint_1.4.1~git20080517-2_i386.deb
 a23ad053bf6b7b9938e1b58d863f0003676d1d64c05223ba6bad5642b206e14f 12559468 
xserver-xorg-core-dbg_1.4.1~git20080517-2_i386.deb
Files: 
 93702a9d5131a3b1fd8bd3c8616122b1 2954 x11 optional 
xorg-server_1.4.1~git20080517-2.dsc
 89d6a56006beacb62c21abe50f1c4d3c 1411143 x11 optional 
xorg-server_1.4.1~git20080517-2.diff.gz
 25ac384cb68aa5148fe9b5795c4ddf97 642722 x11 optional 
xprint-common_1.4.1~git20080517-2_all.deb
 798de68db45c60c200b84b1411e20b68 4107510 x11 optional 
xserver-xorg-core_1.4.1~git20080517-2_i386.deb
 851b8a7d079b0bb3adaac7caa8b3a9eb 690126 x11 optional 
xserver-xorg-dev_1.4.1~git20080517-2_i386.deb
 a8a0b8672e5571cba9d81c7b5be10c14 1148404 x11 optional 
xdmx_1.4.1~git20080517-2_i386.deb
 f40248396df7bdd9680d46994db51638 463954 x11 optional 
xdmx-tools_1.4.1~git20080517-2_i386.deb
 326b7c2b265a9688150126cc05108e39 1772004 x11 optional 
xnest_1.4.1~git20080517-2_i386.deb
 1994056836d690a33246fedd2ff83dc4 1886476 x11 optional 
xvfb_1.4.1~git20080517-2_i386.deb
 bc2f103e7a8efb8e3cadbaf7cab7a556 1924806 x11 optional 
xserver-xephyr_1.4.1~git20080517-2_i386.deb
 170386d20ca648ee15a2be1e3b22e914 1570322 x11 optional 
xprint_1.4.1~git20080517-2_i386.deb
 

Accepted motion 3.2.9-4 (source amd64)

2008-06-11 Thread Juan Angulo Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jun 2008 09:15:47 -0430
Source: motion
Binary: motion
Architecture: source amd64
Version: 3.2.9-4
Distribution: unstable
Urgency: low
Maintainer: Juan Angulo Moreno [EMAIL PROTECTED]
Changed-By: Juan Angulo Moreno [EMAIL PROTECTED]
Description: 
 motion - V4L capture program supporting motion detection
Closes: 484566
Changes: 
 motion (3.2.9-4) unstable; urgency=low
 .
   * Fixed errors in the file debian/rules that affected the non-apply of
 two patches (01_ffmpeg_creation_update_API.dpatch and
 02_webhttpd_security_video2_backport.dpatch) (Closes: #484566).
   * Bumped Standards-Version to 3.8.0. No changes to package necessary.
Checksums-Sha1: 
 cbe184dc2e8a8a467ae176410077effa0466aad4 1088 motion_3.2.9-4.dsc
 c641c5bd38bcbcf06f22585b987c83fa8bfa095d 33057 motion_3.2.9-4.diff.gz
 a0452176a05a9e25cb540548fc02a4df9ed285d4 275710 motion_3.2.9-4_amd64.deb
Checksums-Sha256: 
 f55323eff6748d650a197ce458ab5ca5a515334b120ac99c7bac96d02473988a 1088 
motion_3.2.9-4.dsc
 7930c2dd254951bd6c522efb1425343f2045c5f36bf22cfccf0e686fb4c7b90d 33057 
motion_3.2.9-4.diff.gz
 71309dcfc5812ebbf6ac52fa946c387aa8a145afc129ba57e59489280ad1856d 275710 
motion_3.2.9-4_amd64.deb
Files: 
 95af41b15bbae31e3263ff8a884520b0 1088 graphics optional motion_3.2.9-4.dsc
 e46349c4ec875aa36d44e60c5b050286 33057 graphics optional motion_3.2.9-4.diff.gz
 f283c3e6c96dcfcdc16540a15fee7fdc 275710 graphics optional 
motion_3.2.9-4_amd64.deb

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

iEYEARECAAYFAkhP7vwACgkQHYflSXNkfP/itQCglC8q0BaM2y1NiKteO6I16G1F
Pr4AoIdQOpW3/Ccry9wCWOa2DN5ZkIqt
=p131
-END PGP SIGNATURE-


Accepted:
motion_3.2.9-4.diff.gz
  to pool/main/m/motion/motion_3.2.9-4.diff.gz
motion_3.2.9-4.dsc
  to pool/main/m/motion/motion_3.2.9-4.dsc
motion_3.2.9-4_amd64.deb
  to pool/main/m/motion/motion_3.2.9-4_amd64.deb


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



Accepted gcj-4.3 4.3.1-2 (source all i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 00:54:01 +0200
Source: gcj-4.3
Binary: gcj-4.3-base gcj-4.3 gij-4.3 libgcj9-0 libgcj9-jar libgcj9-0-awt 
gappletviewer-4.3 libgcj9-dev libgcj9-dbg libgcj9-src libgcj-doc
Architecture: source all i386
Version: 4.3.1-2
Distribution: unstable
Urgency: high
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gappletviewer-4.3 - Standalone application to execute Java (tm) applets
 gcj-4.3- The GNU compiler for Java(TM)
 gcj-4.3-base - The GNU Compiler Collection (gcj base package)
 gij-4.3- The GNU Java bytecode interpreter
 libgcj-doc - libgcj API documentation and example programs
 libgcj9-0  - Java runtime library for use with gcj
 libgcj9-0-awt - AWT peer runtime libraries for use with gcj
 libgcj9-dbg - Debugging symbols for libraries provided in libgcj9-dev
 libgcj9-dev - Java development headers for use with gcj
 libgcj9-jar - Java runtime library for use with gcj (jar files)
 libgcj9-src - libgcj java sources for use in eclipse
Changes: 
 gcj-4.3 (4.3.1-2) unstable; urgency=high
 .
   * Upload as gcj-4.3.
Checksums-Sha1: 
 1c53d4cac239d328946c166c3cc650dd24e78b57 2678 gcj-4.3_4.3.1-2.dsc
 b350b096bd79261b8352f7b645066e51bd68a11f 126 gcj-4.3_4.3.1.orig.tar.gz
 516a9109bc8c10ab63613660776da09d45dd22e1 516106 gcj-4.3_4.3.1-2.diff.gz
 206b108e91ef9e5c32f9d8ff3d6d064a50798f2e 10065876 libgcj9-jar_4.3.1-2_all.deb
 f68839ced686cd8b1d64bc6688dea643e0c0d5eb 12379366 libgcj9-src_4.3.1-2_all.deb
 a970222b57cf3f3edd2b7c7b025871d04983abc4 44429366 libgcj-doc_4.3.1-2_all.deb
 c1aed5733637e0b93b637e0a327d0aba21005c45 101434 gcj-4.3-base_4.3.1-2_i386.deb
 154dd2d8ebc8e6da10c38ea0aada09e36fc25591 49644 gij-4.3_4.3.1-2_i386.deb
 92ed2c15ca0deb1d0e42c669f41ffb06e4445a92 10429488 libgcj9-0_4.3.1-2_i386.deb
 da9807179a9c430eeafa1b71d5bf566e5377ba2e 75548 libgcj9-0-awt_4.3.1-2_i386.deb
 78107f50e002be333fefd03cff6173bf898aff8b 16876 
gappletviewer-4.3_4.3.1-2_i386.deb
 c06d427b05e6e4aa51e5a337c27a7eb36f310cbc 770388 libgcj9-dev_4.3.1-2_i386.deb
 a158e100c73f02285d30551aa0f96354afb41f9f 12893390 libgcj9-dbg_4.3.1-2_i386.deb
 db6a4574d8671af7389517fc5e506bbb1df30296 3261330 gcj-4.3_4.3.1-2_i386.deb
Checksums-Sha256: 
 254f9f71a4f36697948868c2204cbbb0b01640c286ed3c3940def27fd71726e3 2678 
gcj-4.3_4.3.1-2.dsc
 12b04a364a43c015d52dc31b9ff098aa2beb52e4459e25ec4340f6042cec7df9 126 
gcj-4.3_4.3.1.orig.tar.gz
 32a0778accd4f032d23c9b57ecf6528fcb6e492ab6f8bfd8a36a6b5587ddb206 516106 
gcj-4.3_4.3.1-2.diff.gz
 005ddaf18be21deeaade03bc0b8789a396414107acc18be7a8d21279de7486ff 10065876 
libgcj9-jar_4.3.1-2_all.deb
 14cc6177ab0ca64bb82fed3150f0592cf93c1a17ecf07bbe1e484d8f86279b6d 12379366 
libgcj9-src_4.3.1-2_all.deb
 ae42a207d6da6ca1b5d1c6977d5f70ed39c2bc1ea8ebda68024657be8cf1bced 44429366 
libgcj-doc_4.3.1-2_all.deb
 2c7c23d0e93655c62e0e397fc1a481ea6bc7211ba9b4659b1f012d71d447cfb8 101434 
gcj-4.3-base_4.3.1-2_i386.deb
 230fba1ea1c919da9449d56864ac39a1654e6453aab126f102a57ac253a26f6a 49644 
gij-4.3_4.3.1-2_i386.deb
 42e75fd55f8e8be4651044cbdf9e0631e270a12096f774c6db02aa2e6f11e7bc 10429488 
libgcj9-0_4.3.1-2_i386.deb
 d102098ed1f1d9aecac05bf891562d174a68c5587ac52ad2ea8528ad85d97d73 75548 
libgcj9-0-awt_4.3.1-2_i386.deb
 ba3fa70f34f5410ea97efaa7d7f66fb252af1ec03a960d97b4a1306ff112c28b 16876 
gappletviewer-4.3_4.3.1-2_i386.deb
 2c7900d39cae6915be7d69074f60d83efe15660366a0633e8ae1fc615dc51be8 770388 
libgcj9-dev_4.3.1-2_i386.deb
 b1b560df79cd974cf5f5f0525f09c9687217fe978fa71a27e21ffbcc95c0b1ff 12893390 
libgcj9-dbg_4.3.1-2_i386.deb
 09bf414d0afbad9dda29fa16cc1963cebd0f06245b7fc8615b7cb289abe3ffc7 3261330 
gcj-4.3_4.3.1-2_i386.deb
Files: 
 b56bda2c0b9809bcd0e2ca4e8bc5b251 2678 devel optional gcj-4.3_4.3.1-2.dsc
 8da6127f8b5c1c9d6fff42bcc7a9abcd 126 devel optional gcj-4.3_4.3.1.orig.tar.gz
 31f93dfb50a788e5ebfbb12aaa06d891 516106 devel optional gcj-4.3_4.3.1-2.diff.gz
 2aa37cad91f23e41edfbc076ce3b2785 10065876 libs optional 
libgcj9-jar_4.3.1-2_all.deb
 ec79e8670a439343e6abb4756b126d9e 12379366 libdevel optional 
libgcj9-src_4.3.1-2_all.deb
 b37d44f6e5019ee76fa948f6aeb24369 44429366 doc optional 
libgcj-doc_4.3.1-2_all.deb
 6eb4114f1ee718337df47ce34ed9dcdc 101434 libs optional 
gcj-4.3-base_4.3.1-2_i386.deb
 f15120666c9b4515139329a5bd027d4e 49644 devel optional gij-4.3_4.3.1-2_i386.deb
 a2567f7e0fd5563fb01b1f2e651d670b 10429488 libs optional 
libgcj9-0_4.3.1-2_i386.deb
 e69404b6988d5ead63fff10fb74e21d8 75548 libs optional 
libgcj9-0-awt_4.3.1-2_i386.deb
 7f8a30206d660445bc454065d2d1a551 16876 utils optional 
gappletviewer-4.3_4.3.1-2_i386.deb
 9d84999d5e814df15ba92011f3309e77 770388 libdevel optional 
libgcj9-dev_4.3.1-2_i386.deb
 a65aba29370bddcf4cac1f29013f2d7c 12893390 libdevel extra 
libgcj9-dbg_4.3.1-2_i386.deb
 d3bf83b85affb5e80481dac1918e5a7b 3261330 devel optional 
gcj-4.3_4.3.1-2_i386.deb

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


Accepted am-utils 6.1.5-10 (source all i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 18:04:38 +0200
Source: am-utils
Binary: am-utils libamu4 libamu-dev am-utils-doc
Architecture: source all i386
Version: 6.1.5-10
Distribution: unstable
Urgency: low
Maintainer: Tim Cutts [EMAIL PROTECTED]
Changed-By: Tim Cutts [EMAIL PROTECTED]
Description: 
 am-utils   - automounter utilities from 4.4BSD (includes amd)
 am-utils-doc - automounter utilities documentation
 libamu-dev - Support library for amd the 4.4BSD automounter (development)
 libamu4- Support library for amd the 4.4BSD automounter (runtime)
Closes: 467054 467456 468423 479884
Changes: 
 am-utils (6.1.5-10) unstable; urgency=low
 .
   * Restored mk-amd-map and manual page (Closes: #467054)
   * Added support for the DEB_BUILD_OPTIONS debug option
   * Removed ancient versioned conflict with old amd package (Closes: #468423)
   * Using quilt for patch management
   * Patch from Dominic Hargreaves for mk-amd-map to clean up temporary files
 more consistently (Closes: #467456)
   * Patch from Philippe Troin for using nolock option on toplvl mounts
 (Closes: #479884)
   * Turned the 6.1.5-6 autoconf changes into a manageable patch
Checksums-Sha1: 
 aa28eaeca55024a2e2520e725449f0892b9b56f3 1485 am-utils_6.1.5-10.dsc
 8a189ccc398141c7fc164d27030c87b017544803 73073 am-utils_6.1.5-10.diff.gz
 2205ac768c59ba9a0eb75208b37a9a3603525f5a 567774 am-utils-doc_6.1.5-10_all.deb
 ddb00fa225e747578f17aae98a452d72653eb43c 164354 libamu4_6.1.5-10_i386.deb
 48cb1737ced9c686b0d9bf468e5eea663a21e81a 390588 am-utils_6.1.5-10_i386.deb
 9ee8cbb9ccc637e8da63c88c3323a0b4bcf7ecc6 45122 libamu-dev_6.1.5-10_i386.deb
Checksums-Sha256: 
 1ea448906a56cda7417593c9ef7ee072a95413ad11a83fafdf0bea28199826a8 1485 
am-utils_6.1.5-10.dsc
 31d58b88995eafa673ef743aa89939099011f4462c9f82090b555b358f02c904 73073 
am-utils_6.1.5-10.diff.gz
 c32877b01b796b287fc9f727ee926d9a752c12ffbf984fc09744cfbddbf63c39 567774 
am-utils-doc_6.1.5-10_all.deb
 e902bfc1f1f7ad45b277763bddb1f976c073e213381688fe8581ff549f895d8a 164354 
libamu4_6.1.5-10_i386.deb
 3028cf3020266260ae8f3e72d597ac4371cfca5ebbf70dd977b1bb286ac4be58 390588 
am-utils_6.1.5-10_i386.deb
 9a0cfce777aedd3d8a051154031f051760fe8db367d3dd370f878830d5cde9fc 45122 
libamu-dev_6.1.5-10_i386.deb
Files: 
 b3a1a682c8adb7999a51942e7aa2 1485 net extra am-utils_6.1.5-10.dsc
 00fcdb71ec5518d9ef48fb1ff3bc7dc2 73073 net extra am-utils_6.1.5-10.diff.gz
 4d9fd955ec755e981c424ecde911a506 567774 doc extra am-utils-doc_6.1.5-10_all.deb
 1703c4533d2042584101f5db1c51c75b 164354 libs extra libamu4_6.1.5-10_i386.deb
 b926597975152798e9238321f0e12c35 390588 net extra am-utils_6.1.5-10_i386.deb
 20495928a801ff2186932b754d4d2871 45122 libdevel extra 
libamu-dev_6.1.5-10_i386.deb

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

iQEVAwUBSE/5xRypeFo2odvPAQKSPQf/T7Xs9DSxOKFIF3ukpMSuxK/pogWg7kfk
Q/kVr4JEvQfstsCNU8Sx08NvQ/RZ6jZIPXhrttVEsIsip+VfsniaNktWHjD1Jfpf
g7ZhkreX1GchbuD6K1hfy+cfW7ttczUtjkNTTDX5pKrjQkYELe9eSuarMpCMowWz
5tNHeMibZmmGYubvjsmF3NMtDKloyr5qg+1rDefIX1VMMa7OSC0HhMFEVwJqiucy
0heAJoXX7U++q2fjdii24k/s0uqGxCF43xl7Ts/B598pREZTkmSh2i/fjX/TBJJB
D0LkgSF5sC9MU4VjqFaLNKEqEnAnXUeRJ23ZaxDg5SUhmlSkrvjJEA==
=unvm
-END PGP SIGNATURE-


Accepted:
am-utils-doc_6.1.5-10_all.deb
  to pool/main/a/am-utils/am-utils-doc_6.1.5-10_all.deb
am-utils_6.1.5-10.diff.gz
  to pool/main/a/am-utils/am-utils_6.1.5-10.diff.gz
am-utils_6.1.5-10.dsc
  to pool/main/a/am-utils/am-utils_6.1.5-10.dsc
am-utils_6.1.5-10_i386.deb
  to pool/main/a/am-utils/am-utils_6.1.5-10_i386.deb
libamu-dev_6.1.5-10_i386.deb
  to pool/main/a/am-utils/libamu-dev_6.1.5-10_i386.deb
libamu4_6.1.5-10_i386.deb
  to pool/main/a/am-utils/libamu4_6.1.5-10_i386.deb


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



Accepted alsaplayer 0.99.80-2 (source i386)

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

Format: 1.8
Date: Sun, 20 Jan 2008 13:26:47 -0500
Source: alsaplayer
Binary: alsaplayer-common alsaplayer-gtk alsaplayer-text alsaplayer-daemon 
alsaplayer-xosd alsaplayer-oss alsaplayer-alsa alsaplayer-esd alsaplayer-nas 
alsaplayer-jack libalsaplayer0 libalsaplayer-dev
Architecture: source i386
Version: 0.99.80-2
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 alsaplayer-alsa - PCM player designed for ALSA (ALSA output module)
 alsaplayer-common - PCM player designed for ALSA (common files)
 alsaplayer-daemon - PCM player designed for ALSA (non-interactive version)
 alsaplayer-esd - PCM player designed for ALSA (EsounD output module)
 alsaplayer-gtk - PCM player designed for ALSA (GTK version)
 alsaplayer-jack - PCM player designed for ALSA (JACK output module)
 alsaplayer-nas - PCM player designed for ALSA (NAS output module)
 alsaplayer-oss - PCM player designed for ALSA (OSS output module)
 alsaplayer-text - PCM player designed for ALSA (text version)
 alsaplayer-xosd - PCM player designed for ALSA (osd version)
 libalsaplayer-dev - PCM player designed for ALSA (interface library, 
development file
 libalsaplayer0 - PCM player designed for ALSA (interface library)
Closes: 461764
Changes: 
 alsaplayer (0.99.80-2) unstable; urgency=low
 .
   * debian/alsaplayer-text.menu, debian/alsaplayer-daemon.menu: remove useless
 needs=X11 entries. (closes: #461764)
Checksums-Sha1: 
 fe7a3b0c2221e3bc11528d11e6797c3a2ee88200 1536 alsaplayer_0.99.80-2.dsc
 3eea8475b4cecdf00bef9a6e9bea184ff91160f5 20741 alsaplayer_0.99.80-2.diff.gz
 976fdf74559c469e8558bfa9a5c06d64e40cb3f1 165942 
alsaplayer-common_0.99.80-2_i386.deb
 a765080e3f38b8a9e58207222ca6aefcd576b4f1 190708 
alsaplayer-gtk_0.99.80-2_i386.deb
 266cf4540ed7b45123e90045f946f761714bcb75 32768 
alsaplayer-text_0.99.80-2_i386.deb
 11ee0cfcd1ee559557bbb4c6f88deccd5311b891 31756 
alsaplayer-daemon_0.99.80-2_i386.deb
 4a4b0f1d43ad223b995aa56220e30a1a0eb26960 32494 
alsaplayer-xosd_0.99.80-2_i386.deb
 1949acef9600245b1042d0359aea0b82542a1604 29784 
alsaplayer-oss_0.99.80-2_i386.deb
 71dd21cf7dee3405d425b56e6392ceea5596239c 31410 
alsaplayer-alsa_0.99.80-2_i386.deb
 8f525ac56a0fd2cafc5a96b2e86fccd5049a030b 29668 
alsaplayer-esd_0.99.80-2_i386.deb
 1f57ed93a8a5fc969a9da2b35199fea315fd8488 31526 
alsaplayer-nas_0.99.80-2_i386.deb
 1e6432186db27497c82e1748f89ee5211341f8e9 33564 
alsaplayer-jack_0.99.80-2_i386.deb
 21a9c097bd9d70d4cd399a942faca72884ba5038 35854 
libalsaplayer0_0.99.80-2_i386.deb
 8621398cf011cf628dd847f458521ab0ff941262 85180 
libalsaplayer-dev_0.99.80-2_i386.deb
Checksums-Sha256: 
 e2e942dbf98acfe14151a9e8af76fec5518663f761a0caa83761d838f4ee7843 1536 
alsaplayer_0.99.80-2.dsc
 7ce7b216bfd888621db1cdb18c92500831d1174ec958ec6e09f84fe7e11632c9 20741 
alsaplayer_0.99.80-2.diff.gz
 82aa4f7e68617f05ab4bff57ced9c0f31fc92e4c368668297df0ccaff4ad5abc 165942 
alsaplayer-common_0.99.80-2_i386.deb
 10421a57ba297744afeadc4504fdb19b0d426145d195e5ab3152fb9580d5b6de 190708 
alsaplayer-gtk_0.99.80-2_i386.deb
 996138af7945c3cd665bd4cbcb1064ab682d3d1563baa5727929e83663c8b18b 32768 
alsaplayer-text_0.99.80-2_i386.deb
 a9bf4e4a67e16cf5cb4fd98cfede6e70826b7529b0b3499dbfecf3a2a57d4fd9 31756 
alsaplayer-daemon_0.99.80-2_i386.deb
 bf2aac0528d6eff23bbae50133856f86c055f8dbfa7f970486a95d0dd3850566 32494 
alsaplayer-xosd_0.99.80-2_i386.deb
 fc6d8709d901ae20fa17c6bd995ecdddc363a951d26ba779edfb81e323c268b4 29784 
alsaplayer-oss_0.99.80-2_i386.deb
 21457d79488aa42e04dd8892f93c053d99adf9940a6aeccbcdca96bd853a77bb 31410 
alsaplayer-alsa_0.99.80-2_i386.deb
 bea6bff5b00f6f05b69ad85701e8f80d1e4068f3cd8aad3201b95c1b0369b8f9 29668 
alsaplayer-esd_0.99.80-2_i386.deb
 801ef475267f147a58281375252386e9881b3e4a8727db48a08840a1fec7fb46 31526 
alsaplayer-nas_0.99.80-2_i386.deb
 1d4b8c218f5100d2ab377705d45b97d9e157f8816386c1008bdf7b6f74db689b 33564 
alsaplayer-jack_0.99.80-2_i386.deb
 48b0b8ae792390cfb66252725d187bf6a74d8aefbee2e0f5b9c6b6db1b2e4d45 35854 
libalsaplayer0_0.99.80-2_i386.deb
 6e208d8c5b19127f88c3a9101c678a863247713cc0fd8514990b845085deb978 85180 
libalsaplayer-dev_0.99.80-2_i386.deb
Files: 
 200f2fd216f17e83d58133419cf2eadd 1536 sound optional alsaplayer_0.99.80-2.dsc
 f4b814c23896ec3e87a74cc0fdfc406a 20741 sound optional 
alsaplayer_0.99.80-2.diff.gz
 f2e21889b06e94fd4e07b47da387afde 165942 sound optional 
alsaplayer-common_0.99.80-2_i386.deb
 3810604a999cbc6eec863fd4fe27a322 190708 sound optional 
alsaplayer-gtk_0.99.80-2_i386.deb
 579d319824f5ec062fb11b9d5f1bf3e7 32768 sound optional 
alsaplayer-text_0.99.80-2_i386.deb
 c86f1691d9092492ac1701fbdef7d154 31756 sound optional 
alsaplayer-daemon_0.99.80-2_i386.deb
 c0f01e05aa66b44e44c473e56e79cdc1 32494 sound optional 
alsaplayer-xosd_0.99.80-2_i386.deb
 1e9eb867540c2f947d49e7ad0d246f49 29784 sound optional 
alsaplayer-oss_0.99.80-2_i386.deb
 e770a9a8ce623044569acec5d5832962 31410 sound optional 

Accepted gtalk 0.99.10-12 (source all i386)

2008-06-11 Thread Christoph Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 17:46:20 +0200
Source: gtalk
Binary: gtalk etalk
Architecture: source all i386
Version: 0.99.10-12
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin [EMAIL PROTECTED]
Changed-By: Christoph Martin [EMAIL PROTECTED]
Description: 
 etalk  - talk client for the Emacs editor
 gtalk  - plug-in replacement for standard talk
Changes: 
 gtalk (0.99.10-12) unstable; urgency=low
 .
   * fixing lintian warning
   * upgrade to dh_compat 5
   * fix gtalk manpage
   * add depends on inetd
   * fix menu entry
Checksums-Sha1: 
 6096884dd2f0e18f1703f20de8f12faa2d244aa4 1342 gtalk_0.99.10-12.dsc
 7b21ca466ed0a30bd2c6c0caa470dceb6ddec0d7 11618 gtalk_0.99.10-12.diff.gz
 e4dead52885247c8158bccdd55d7ec1245fddef3 174448 etalk_0.99.10-12_all.deb
 ea96e2b85add82d9c5f495c2908bb72b7d02c30a 142038 gtalk_0.99.10-12_i386.deb
Checksums-Sha256: 
 9f1784b00d0abbc2c9aa802e47ff5a867be67e7191c60a67b8c6778e1724952f 1342 
gtalk_0.99.10-12.dsc
 fdeb5dc31abd7e1ef1b53ef54604ffe94da896af08c429392cad57dec94f829e 11618 
gtalk_0.99.10-12.diff.gz
 121d2ca2b4edd899f4bcc217973584e9b97b1e11db1e665262b19bd285f16a2e 174448 
etalk_0.99.10-12_all.deb
 596d66b64a9d710d2c0d5fad48e2453377b60f37668882e7cc6934abfd2081bf 142038 
gtalk_0.99.10-12_i386.deb
Files: 
 12271481627400585b4f2f295a5fb214 1342 net optional gtalk_0.99.10-12.dsc
 19703c1e8ace8e8a7889e8521dfd9040 11618 net optional gtalk_0.99.10-12.diff.gz
 f6efee8da16a2626604058af9c5a85b2 174448 editors optional 
etalk_0.99.10-12_all.deb
 bd19185792454660a5caa7148deeeadf 142038 net optional gtalk_0.99.10-12_i386.deb

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

iQEVAwUBSE/5pm4/9k35XC9tAQIRVQgAoZfrSVkzKWq8CcPuNwlKredJJx61q8g6
9Fq29FS2cqij2aaUCfLqT0VhcLHm4/NTAEcF1yMGfGFOBn7ElzffFpw6+NFOlcKo
iaF11gKIpuJ26W9OHTZOA1iSb/fqRyGfvErEdimhdHpzJfyb9FNVfAxfbN2FCmIe
GQcjbgf+KkYFkyPQIxGN0gOXMk0vW14SeqjVPd62Kc5/FcKQf2sza44EHngp2cwQ
cnlWylf1CjMXiimpPo1zW0NHYtudxP4HJrEsEgd2W83LXdG/FzvQOhurs1W1+pUU
sn55AG/5vqpY+tXlXdW14/iGKhuVN7CFNd6+Il/OeCYUy4I+KllaOg==
=5+iE
-END PGP SIGNATURE-


Accepted:
etalk_0.99.10-12_all.deb
  to pool/main/g/gtalk/etalk_0.99.10-12_all.deb
gtalk_0.99.10-12.diff.gz
  to pool/main/g/gtalk/gtalk_0.99.10-12.diff.gz
gtalk_0.99.10-12.dsc
  to pool/main/g/gtalk/gtalk_0.99.10-12.dsc
gtalk_0.99.10-12_i386.deb
  to pool/main/g/gtalk/gtalk_0.99.10-12_i386.deb


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



Accepted libfile-readbackwards-perl 1.04-3 (source all)

2008-06-11 Thread Christoph Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 17:51:57 +0200
Source: libfile-readbackwards-perl
Binary: libfile-readbackwards-perl
Architecture: source all
Version: 1.04-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Christoph Martin [EMAIL PROTECTED]
Description: 
 libfile-readbackwards-perl - File::ReadBackwards.pm -- Read a file backwards 
by lines
Changes: 
 libfile-readbackwards-perl (1.04-3) unstable; urgency=low
 .
   * fix make clean target (lintian)
   * update standards version
   * fix Description (lintian)
Checksums-Sha1: 
 635ca767bbc2af1748a52ef8b2da6fcf4d0e5147 1498 
libfile-readbackwards-perl_1.04-3.dsc
 69781baf09fecadff556af79ca50b18ba8137303 2444 
libfile-readbackwards-perl_1.04-3.diff.gz
 f94883421fa60ffc8de5c09c802c7b194469dbe8 12716 
libfile-readbackwards-perl_1.04-3_all.deb
Checksums-Sha256: 
 2b4cd13de594a700c847f9fc55c2d6439afeb19ba2d03534083160c53b584623 1498 
libfile-readbackwards-perl_1.04-3.dsc
 a6922969d731989e3286d6598b914633b106e9010cd1c58dd525a21bc18b3756 2444 
libfile-readbackwards-perl_1.04-3.diff.gz
 56c535281c52ccda418e6956ce16f22b32bb894ad6500893b8dba48ac30b1096 12716 
libfile-readbackwards-perl_1.04-3_all.deb
Files: 
 5a6f46d2dd84e1d3e2ba320ccbe01291 1498 perl optional 
libfile-readbackwards-perl_1.04-3.dsc
 a38156ac780d9f5a773a15fc0339e8fa 2444 perl optional 
libfile-readbackwards-perl_1.04-3.diff.gz
 ebd9c3cb5969746bd81fc584a5bbccc4 12716 perl optional 
libfile-readbackwards-perl_1.04-3_all.deb

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

iQEVAwUBSE/82m4/9k35XC9tAQJzfwf/fq5CWD2eExbeHw/wMfbAaEWLMpDQ4DGJ
BgTIrMFwRjm0yLDakeZ7Ou/TOnqtTzYpe4D7xUaSJBb5fpmrX4FVC5Psq3jjnOxc
JnNhW882IwxiSyeJanvlSkfq3V3T2sb+Y1pa5BiG+3qf5WMQSoLny80JeL4HBM6s
ynlSq+epjA9UbqYSdtcrnHBRQpZB7ciVecif35Xi1MOl4x38fdJoxhj6j86/40zi
kUSvpB8DhOSNIJ+DqN5lct6uj2iEj+XRaPyKGOYXvQ7saxLlIAL+7Q0I079yKMH4
8FsUV+0w2mdzLQDA3LFnLGqMSkVtuNS3RNlk83Kwoj2uzde9OucD7g==
=/5MV
-END PGP SIGNATURE-


Accepted:
libfile-readbackwards-perl_1.04-3.diff.gz
  to 
pool/main/libf/libfile-readbackwards-perl/libfile-readbackwards-perl_1.04-3.diff.gz
libfile-readbackwards-perl_1.04-3.dsc
  to 
pool/main/libf/libfile-readbackwards-perl/libfile-readbackwards-perl_1.04-3.dsc
libfile-readbackwards-perl_1.04-3_all.deb
  to 
pool/main/libf/libfile-readbackwards-perl/libfile-readbackwards-perl_1.04-3_all.deb


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



Accepted gtm 0.4.12+cvs20031024-4 (source amd64)

2008-06-11 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Jun 2008 00:14:05 +0100
Source: gtm
Binary: gtm
Architecture: source amd64
Version: 0.4.12+cvs20031024-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Chris Lamb [EMAIL PROTECTED]
Description: 
 gtm- Multiple files transfer manager
Closes: 477582
Changes: 
 gtm (0.4.12+cvs20031024-4) unstable; urgency=medium
 .
   * QA upload.
   * Adapt quilt patch system
 - Remove manual patch target from debian/rules (Closes: #477582)
   * debian/rules:
 - General tidying
 - Don't use -j2 by default
 - Update outdated config.{sub,guess} in clean target
   * debian/control:
 - Bump Standards-Version to 3.8.0
 - Add ${misc:Depends} substvar for gtm binary package
 - Add Build-Depends on autotools-dev and quilt
   * Move documentation from Apps/Net section to Network/File Transfer
Checksums-Sha1: 
 706095f74da1a81b0cff597240fff5c23c8b77ee 1157 gtm_0.4.12+cvs20031024-4.dsc
 06a7c4a8d6e206af0462a682cf5176e26b2e0db0 22754 gtm_0.4.12+cvs20031024-4.diff.gz
 c8fc4cb1cf7dbb7e11b9e8973854950982c78951 270608 
gtm_0.4.12+cvs20031024-4_amd64.deb
Checksums-Sha256: 
 67e1d00281faca26305f8f43eaceb1dd194bf66082e12bb8ca0342df1aefe898 1157 
gtm_0.4.12+cvs20031024-4.dsc
 95c3e1a5059c5bc941c5d1c30a63cb248ac0c12af54e1652b4adadd5d08e64e1 22754 
gtm_0.4.12+cvs20031024-4.diff.gz
 8243c89820e0dee12eb708499364c512223c7e03adc3493cff72ca1a92a28f60 270608 
gtm_0.4.12+cvs20031024-4_amd64.deb
Files: 
 7acaf8d61deb685df3b0e9f79658fdf8 1157 gnome optional 
gtm_0.4.12+cvs20031024-4.dsc
 1c5575583f7e4c1acf33859d154d262f 22754 gnome optional 
gtm_0.4.12+cvs20031024-4.diff.gz
 b8efc90def117bc70f68998fe51ab362 270608 gnome optional 
gtm_0.4.12+cvs20031024-4_amd64.deb

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

iEYEARECAAYFAkhQBJAACgkQn3j4POjENGHiOQCfW2js7E9gut3fxXjSm4ZOVNol
jOUAnimrDI125+dfDXrh3v9w9ZzmhrV9
=5H8/
-END PGP SIGNATURE-


Accepted:
gtm_0.4.12+cvs20031024-4.diff.gz
  to pool/main/g/gtm/gtm_0.4.12+cvs20031024-4.diff.gz
gtm_0.4.12+cvs20031024-4.dsc
  to pool/main/g/gtm/gtm_0.4.12+cvs20031024-4.dsc
gtm_0.4.12+cvs20031024-4_amd64.deb
  to pool/main/g/gtm/gtm_0.4.12+cvs20031024-4_amd64.deb


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



Accepted otrs2 2.2.7-1 (source all)

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

Format: 1.8
Date: Wed, 11 Jun 2008 19:09:01 +0200
Source: otrs2
Binary: otrs2
Architecture: source all
Version: 2.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 otrs2  - Open Ticket Request System
Closes: 475737
Changes: 
 otrs2 (2.2.7-1) unstable; urgency=low
 .
   * new upstream release
   * Add patch permissions.diff that makes the permissions of files in ~otrs
 more strict. Let's hope it does not break to much. (Closes: #475737)
   * The file debian/watch now ignores beta versions.
Checksums-Sha1: 
 344a908bbfe7b84b53e8a7301bbc94c9ed39d189 1121 otrs2_2.2.7-1.dsc
 f6c34078bfa979782b19cecceaf15b3ce28f03a8 2408608 otrs2_2.2.7.orig.tar.gz
 6af9623cf64627d7ad32bf3a97093e9057538ea3 19126 otrs2_2.2.7-1.diff.gz
 1abced66cf35c409f8db1a9fc3f1de71482835e2 2201696 otrs2_2.2.7-1_all.deb
Checksums-Sha256: 
 dd67b0a8f86ffd258a557fc719d95e621109443b16c84be180cca4ecd21902bb 1121 
otrs2_2.2.7-1.dsc
 8eaf525d7a89dd15f82b1e817933006572d8c35e82455bd0cc483b92799803c7 2408608 
otrs2_2.2.7.orig.tar.gz
 d8de28fe516f4116502ee6e052c04cf743f7894d2eb474ec32366ddcca5e 19126 
otrs2_2.2.7-1.diff.gz
 51257e4c640f6b103affd07eb795829b101bd5ef4e623e17db3ce6bae6e64902 2201696 
otrs2_2.2.7-1_all.deb
Files: 
 0554c3280896ea08f6070b82dbcd2a8e 1121 web optional otrs2_2.2.7-1.dsc
 37b88801b0d6bf547b929b7da518d0fb 2408608 web optional otrs2_2.2.7.orig.tar.gz
 2dff5f0bb339c0db8c5b467f38b27866 19126 web optional otrs2_2.2.7-1.diff.gz
 71bd52b7e1b68a70ad5df0a09f6d21f3 2201696 web optional otrs2_2.2.7-1_all.deb

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

iD8DBQFIUAdPfY3dicTPjsMRApaOAJ0bclwAQEzQIIL60Py6oY8EvwsVgwCaArFs
KUNIAEzdKeLqF9RwtbwmB20=
=bPib
-END PGP SIGNATURE-


Accepted:
otrs2_2.2.7-1.diff.gz
  to pool/main/o/otrs2/otrs2_2.2.7-1.diff.gz
otrs2_2.2.7-1.dsc
  to pool/main/o/otrs2/otrs2_2.2.7-1.dsc
otrs2_2.2.7-1_all.deb
  to pool/main/o/otrs2/otrs2_2.2.7-1_all.deb
otrs2_2.2.7.orig.tar.gz
  to pool/main/o/otrs2/otrs2_2.2.7.orig.tar.gz


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



Accepted xmountains 2.7-8 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 19:35:06 +0200
Source: xmountains
Binary: xmountains
Architecture: source i386
Version: 2.7-8
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 xmountains - Fractal landscape generator for X
Closes: 485719
Changes: 
 xmountains (2.7-8) unstable; urgency=low
 .
   * Change Build-Depends: xutils-dev. (Closes: #485719)
Checksums-Sha1: 
 4078507bf115d42b684ee1bc8a3062f1986c9d8c 1220 xmountains_2.7-8.dsc
 54ff0b406dbe301579968b9a989d5aa894a7e672 10195 xmountains_2.7-8.diff.gz
 0ab14e65fb278aee33be6c5d364f98fb676935c0 28948 xmountains_2.7-8_i386.deb
Checksums-Sha256: 
 3e30518299de573464ce8d9f5324e0e83a6844c4e037f7d50c6b0bd93d67cb31 1220 
xmountains_2.7-8.dsc
 84fac4c086129a30cac447dcaed061e470d940c87999de0431de9a72b1465151 10195 
xmountains_2.7-8.diff.gz
 3edea1af71377d09bd87b23e45c53a7866d8d56c1bbd819b43d5eda4e70fae94 28948 
xmountains_2.7-8_i386.deb
Files: 
 af8ed2b8fc70d7b27c151e21bdd7f89d 1220 games optional xmountains_2.7-8.dsc
 6015a184617540d17f84c3d777d620d9 10195 games optional xmountains_2.7-8.diff.gz
 6a21e0d1eb9f6a7fe66264e8fbe7f051 28948 games optional xmountains_2.7-8_i386.deb

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

iD8DBQFIUA2CfY3dicTPjsMRAkNQAJ9tC5pRc66HDwXe0yCVnj97r0VGSwCfbCam
rEWgWmfvHDp9Mu/5K4Ggd9Q=
=bwPQ
-END PGP SIGNATURE-


Accepted:
xmountains_2.7-8.diff.gz
  to pool/main/x/xmountains/xmountains_2.7-8.diff.gz
xmountains_2.7-8.dsc
  to pool/main/x/xmountains/xmountains_2.7-8.dsc
xmountains_2.7-8_i386.deb
  to pool/main/x/xmountains/xmountains_2.7-8_i386.deb


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



Accepted apr 1.2.12-3 (source i386)

2008-06-11 Thread Stefan Fritsch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 19:19:52 +0200
Source: apr
Binary: libapr1 libapr1-dev libapr1-dbg
Architecture: source i386
Version: 1.2.12-3
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers [EMAIL PROTECTED]
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 libapr1- The Apache Portable Runtime Library
 libapr1-dbg - The Apache Portable Runtime Library - Development Headers
 libapr1-dev - The Apache Portable Runtime Library - Development Headers
Changes: 
 apr (1.2.12-3) unstable; urgency=low
 .
   * Enable hardening options in a way that does not include them in
 apr-config, which was a bad idea.
   * Point to /usr/share/common-licenses instead of including the license in the
 copyright file.
Checksums-Sha1: 
 542f33f0b05a54ab6d3e174782e5b32dee00ea5f 1256 apr_1.2.12-3.dsc
 74b07d62f18e5531cc73ff6df490f1fe00e67c02 11505 apr_1.2.12-3.diff.gz
 f5379e8f4c502ac7f3522a1a117605708291d958 108194 libapr1_1.2.12-3_i386.deb
 863380be0a3ccf4dc339d4221527ea0f492282d1 813610 libapr1-dev_1.2.12-3_i386.deb
 9c1fb86fed7a3472d2d67a0253a77c1ed302c430 53728 libapr1-dbg_1.2.12-3_i386.deb
Checksums-Sha256: 
 5c4cb3f4742208b617731f67a911a025b3fcdfbfffa44d0c7057f9270e0a 1256 
apr_1.2.12-3.dsc
 9efcd426436859675bdcb36f96fedd76d9e58c8b60e77b4ada6362715d3e0444 11505 
apr_1.2.12-3.diff.gz
 fe1b3b0c8c008491085946431988b2ed1d9e8dd5fdbb17e8cb04071981d14658 108194 
libapr1_1.2.12-3_i386.deb
 e05536c222b68a94fea451941aa364cbf5302022da09b85e2a2af7ef3158ea29 813610 
libapr1-dev_1.2.12-3_i386.deb
 f09abb1f3ab3da6dc301c45961d37560f15cf911a2adecf64426f375291df78a 53728 
libapr1-dbg_1.2.12-3_i386.deb
Files: 
 26960ccd41b193a9c4b87341f449221c 1256 libs optional apr_1.2.12-3.dsc
 2091b0ff080ad2e3dec65cc6944354d7 11505 libs optional apr_1.2.12-3.diff.gz
 6754a3029c4f0ef6bfb6f02c0193fd81 108194 libs optional libapr1_1.2.12-3_i386.deb
 c61428a63c68c91de2226511b53e03e2 813610 libdevel optional 
libapr1-dev_1.2.12-3_i386.deb
 078a26906c1ca049f127c409d4d2a470 53728 libdevel extra 
libapr1-dbg_1.2.12-3_i386.deb

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

iD8DBQFIUAzObxelr8HyTqQRAv/zAKDdMem86YAdTu24pE/wYjIgBvqk8ACfd1vu
MOtxW914EEfOEaBMfIvG3xY=
=erRN
-END PGP SIGNATURE-


Accepted:
apr_1.2.12-3.diff.gz
  to pool/main/a/apr/apr_1.2.12-3.diff.gz
apr_1.2.12-3.dsc
  to pool/main/a/apr/apr_1.2.12-3.dsc
libapr1-dbg_1.2.12-3_i386.deb
  to pool/main/a/apr/libapr1-dbg_1.2.12-3_i386.deb
libapr1-dev_1.2.12-3_i386.deb
  to pool/main/a/apr/libapr1-dev_1.2.12-3_i386.deb
libapr1_1.2.12-3_i386.deb
  to pool/main/a/apr/libapr1_1.2.12-3_i386.deb


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



Accepted gnutls26 2.3.14-1 (source all i386)

2008-06-11 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 19:16:18 +0200
Source: gnutls26
Binary: libgnutls-dev libgnutls26 libgnutls26-dbg gnutls-bin gnutls-doc 
guile-gnutls
Architecture: source all i386
Version: 2.3.14-1
Distribution: experimental
Urgency: low
Maintainer: Debian GnuTLS Maintainers [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 gnutls-bin - the GNU TLS library - commandline utilities
 gnutls-doc - the GNU TLS library - documentation and examples
 guile-gnutls - the GNU TLS library - GNU Guile bindings
 libgnutls-dev - the GNU TLS library - development files
 libgnutls26 - the GNU TLS library - runtime library
 libgnutls26-dbg - GNU TLS library - debugger symbols
Changes: 
 gnutls26 (2.3.14-1) experimental; urgency=low
 .
   * New upstream version. (rc3)
Checksums-Sha1: 
 b70fe21210048d08663f33dd7779971676a96697 1544 gnutls26_2.3.14-1.dsc
 bcac6addb083ef841f36ecd8af088093799ef510 6053520 gnutls26_2.3.14.orig.tar.gz
 cc4fa1646b430e2bdd350f3f2a1bf00900d3d98e 14241 gnutls26_2.3.14-1.diff.gz
 6449bf70e79c2d15cb64677393e71deb560b4f31 2752876 gnutls-doc_2.3.14-1_all.deb
 792a292dde7cad3d38ca0f9545759bc2cca2244d 532838 libgnutls-dev_2.3.14-1_i386.deb
 045dfc8b3172bc5a2c2f98bbfd536bf223121588 458998 libgnutls26_2.3.14-1_i386.deb
 7392d60d3681ad0d7149e82d2377cbfc1fdb38f5 1088252 
libgnutls26-dbg_2.3.14-1_i386.deb
 dd0ba83a3cc45225db4631934d86ba842f3b8dce 265130 gnutls-bin_2.3.14-1_i386.deb
 56a05188ffef86d6a867da1fd07b3d3da97537d0 206780 guile-gnutls_2.3.14-1_i386.deb
Checksums-Sha256: 
 5c77c5f332dc36fd9d0ec68c4ddf421e02b6d73e91e23dec98366e40f5cf49b0 1544 
gnutls26_2.3.14-1.dsc
 50a26178a3320fe14097812137531029abbf3b117ac8ce5c901d7e5d7d9e22c9 6053520 
gnutls26_2.3.14.orig.tar.gz
 49d295314dabd4ee522f7be3f24eaff3eaaac2a3c9b25ef9b50544803818ff5b 14241 
gnutls26_2.3.14-1.diff.gz
 79d742eeddeb134ef8be8dd0d01cbcf9cfc1b9423704c28e088965952c8e947a 2752876 
gnutls-doc_2.3.14-1_all.deb
 2a283cd219d202d451ee222c9a75c35b4c5695df2283bed732221df48949cc6d 532838 
libgnutls-dev_2.3.14-1_i386.deb
 6bf24025b1827579682fb638084b567c9337761c4cfd2267a86efe04283060e1 458998 
libgnutls26_2.3.14-1_i386.deb
 f515f5b323ef55b26fabf7446403d91ec1e31df06c4415065c9e2506d5f95ae8 1088252 
libgnutls26-dbg_2.3.14-1_i386.deb
 b375893fba01c583c5fd7068fae8ce6919a0404f4c514a110b9529db83f4a01c 265130 
gnutls-bin_2.3.14-1_i386.deb
 f1f9adeec77396cc9b526b667b366bebc142d3ac4e5a357d4e9e03a0bd415737 206780 
guile-gnutls_2.3.14-1_i386.deb
Files: 
 43c8c92cec184252376d3e0a2e30639e 1544 devel optional gnutls26_2.3.14-1.dsc
 8d548b2c0afd4a1692ff793672966c4f 6053520 devel optional 
gnutls26_2.3.14.orig.tar.gz
 f05b24b686f7ea3b21f856b9a3cc280c 14241 devel optional gnutls26_2.3.14-1.diff.gz
 b08ec9131ce965f865ed1f0e06546e8d 2752876 doc optional 
gnutls-doc_2.3.14-1_all.deb
 c3734b2bda5d6340451b683b2a75eb52 532838 libdevel optional 
libgnutls-dev_2.3.14-1_i386.deb
 18c4f43abf0064aeac0908865d3e372c 458998 libs important 
libgnutls26_2.3.14-1_i386.deb
 d94dc223deb5144321cf8754b4f5b745 1088252 devel extra 
libgnutls26-dbg_2.3.14-1_i386.deb
 8822136b154b735c5c398958fde93ee2 265130 net optional 
gnutls-bin_2.3.14-1_i386.deb
 3ff5145f2dafd9bb2670a94f77336e81 206780 libs optional 
guile-gnutls_2.3.14-1_i386.deb

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

iD8DBQFIUAzUHTOcZYuNdmMRAndlAJ9SrMz0FnSEoufrvh3rgBHJXdjvGACeOP8x
zxnOpWgqQJfUVQ1MrzgKVso=
=jZ56
-END PGP SIGNATURE-


Accepted:
gnutls-bin_2.3.14-1_i386.deb
  to pool/main/g/gnutls26/gnutls-bin_2.3.14-1_i386.deb
gnutls-doc_2.3.14-1_all.deb
  to pool/main/g/gnutls26/gnutls-doc_2.3.14-1_all.deb
gnutls26_2.3.14-1.diff.gz
  to pool/main/g/gnutls26/gnutls26_2.3.14-1.diff.gz
gnutls26_2.3.14-1.dsc
  to pool/main/g/gnutls26/gnutls26_2.3.14-1.dsc
gnutls26_2.3.14.orig.tar.gz
  to pool/main/g/gnutls26/gnutls26_2.3.14.orig.tar.gz
guile-gnutls_2.3.14-1_i386.deb
  to pool/main/g/gnutls26/guile-gnutls_2.3.14-1_i386.deb
libgnutls-dev_2.3.14-1_i386.deb
  to pool/main/g/gnutls26/libgnutls-dev_2.3.14-1_i386.deb
libgnutls26-dbg_2.3.14-1_i386.deb
  to pool/main/g/gnutls26/libgnutls26-dbg_2.3.14-1_i386.deb
libgnutls26_2.3.14-1_i386.deb
  to pool/main/g/gnutls26/libgnutls26_2.3.14-1_i386.deb


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



Accepted asymptote 1.42-2 (source all i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 12:22:03 -0400
Source: asymptote
Binary: asymptote asymptote-doc
Architecture: source all i386
Version: 1.42-2
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 asymptote  - script-based vector graphics language inspired by MetaPost
 asymptote-doc - script-based vector graphics language inspired by MetaPost
Closes: 460282
Changes: 
 asymptote (1.42-2) unstable; urgency=low
 .
   * Add pointer to animate.sty in README.Debian for animated PDFs.
 (closes: 460282)
Checksums-Sha1: 
 638ecd82e7eee7caa2062e79e2bb3e3b088afa57 1283 asymptote_1.42-2.dsc
 f26c986a74e034db26dce3e16cd7fec7a73b5315 7057 asymptote_1.42-2.diff.gz
 2cc517cd9a0d400ad17afc9121223c3d086066eb 3037166 asymptote-doc_1.42-2_all.deb
 e55eccab952f56ab3adc4c9f752c7cc6c9bf593e 1245612 asymptote_1.42-2_i386.deb
Checksums-Sha256: 
 5ade336a229271f19a03e18913608698ffe05c5a91747d91fe41fa2e11dfad3c 1283 
asymptote_1.42-2.dsc
 bdec0261477372531b9a45d8bcd47e2bad532e538576cd6a26e1c1a97eedb0fd 7057 
asymptote_1.42-2.diff.gz
 4b884889bc365263cc3167bd87cac3b3e1e5e66831130520eb2d96a526c1beaf 3037166 
asymptote-doc_1.42-2_all.deb
 65ebe2e8046bd819a24bced902cf220edc9d298aa4799edd7acf2f3c6e9c43fc 1245612 
asymptote_1.42-2_i386.deb
Files: 
 d421643a086ddee2c9e15bc80ec0b990 1283 tex optional asymptote_1.42-2.dsc
 b97c247a521b702b3be50d8e1b874893 7057 tex optional asymptote_1.42-2.diff.gz
 eacf62657a6eba6b2fd5c425d203dcf6 3037166 doc optional 
asymptote-doc_1.42-2_all.deb
 b1a74ec4cf10268dd56950025318ed4d 1245612 tex optional asymptote_1.42-2_i386.deb

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

iD8DBQFIUAnErynHGRJLYfoRAwBOAJ44PgA/Da+aJkkY7NeSVHKzqX5VvgCeNk9k
7BRNjV+X7vnmi+Tmkn9xZVg=
=4biC
-END PGP SIGNATURE-


Accepted:
asymptote-doc_1.42-2_all.deb
  to pool/main/a/asymptote/asymptote-doc_1.42-2_all.deb
asymptote_1.42-2.diff.gz
  to pool/main/a/asymptote/asymptote_1.42-2.diff.gz
asymptote_1.42-2.dsc
  to pool/main/a/asymptote/asymptote_1.42-2.dsc
asymptote_1.42-2_i386.deb
  to pool/main/a/asymptote/asymptote_1.42-2_i386.deb


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



Accepted ispellcat 0.6-2 (source all)

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

Format: 1.8
Date: Wed, 11 Jun 2008 19:29:17 +0200
Source: ispellcat
Binary: icatalan wcatalan aspell-ca myspell-ca
Architecture: source all
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 aspell-ca  - Catalan dictionary for aspell
 icatalan   - Catalan dictionary for ispell
 myspell-ca - Catalan dictionary for myspell
 wcatalan   - Catalan dictionary words for /usr/share/dict
Changes: 
 ispellcat (0.6-2) unstable; urgency=low
 .
   * catalan-m.dic: replace a few extraneous U+0095 characters by U+00B7,
 which is the correct middle dot character.
Checksums-Sha1: 
 af6077bf43038104c138c6abb16af16c63531b11 1088 ispellcat_0.6-2.dsc
 8c23e0d837d0001c4f50f4ab619c78514dce6ad0 9240 ispellcat_0.6-2.diff.gz
 882d9a8bd6654ff989dbc4e7f5b83c8ac4be60b8 565494 icatalan_0.6-2_all.deb
 984ee46faca226c3181ec692c80a72201098cc7d 1449640 wcatalan_0.6-2_all.deb
 5051183635418d1ce7a90ffcd035336dd75435da 308374 aspell-ca_0.6-2_all.deb
 e2a3096ba035e708b526306e9649b600c42106ce 597094 myspell-ca_0.6-2_all.deb
Checksums-Sha256: 
 43c2735428217e720ad8984c9269d0936f6222ef21d97f6e341ddab2ac4a7682 1088 
ispellcat_0.6-2.dsc
 2c856bc4de9e58d49a90efc1ad8725a1cda865a4bc94a1ef3bf922bc2ab89140 9240 
ispellcat_0.6-2.diff.gz
 c32ac3fe0ab512569d6e529b1f3a826a0b7a08d359bc3336b2b2c605f11dced4 565494 
icatalan_0.6-2_all.deb
 83d7b4e54f7278554deefc789eaa09880caf232c7c552e0d46020463f942c00d 1449640 
wcatalan_0.6-2_all.deb
 2165bb404d0998d6f691718249bcd510b157c7064939defbe08dfaf3c6613bc3 308374 
aspell-ca_0.6-2_all.deb
 cd1f119a3d309fc690234edf17ea6261809c952e99abc1bf4b749d5ad8e9f643 597094 
myspell-ca_0.6-2_all.deb
Files: 
 5999e99ed0d3a8fd55104b50a6621d0f 1088 text optional ispellcat_0.6-2.dsc
 822f3eca162fba420d7a046a3124a41b 9240 text optional ispellcat_0.6-2.diff.gz
 72e21527bc5f41ed3a1fcbe0671a8155 565494 text optional icatalan_0.6-2_all.deb
 152ecae7fdd86410fc43650d6f209141 1449640 text extra wcatalan_0.6-2_all.deb
 fb2d9c5e124a6d8159aa43946da4a847 308374 text optional aspell-ca_0.6-2_all.deb
 e214e11b66ef0be0e98f8ffec89c468f 597094 text optional myspell-ca_0.6-2_all.deb

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

iEYEARECAAYFAkhQDQUACgkQJYSUupF6Il7HlQCeJWDvXqVHg6RqR4vBi0MtEY95
sLAAnjOZA6wWjC245/C72ZgEJvb/6h0A
=uucy
-END PGP SIGNATURE-


Accepted:
aspell-ca_0.6-2_all.deb
  to pool/main/i/ispellcat/aspell-ca_0.6-2_all.deb
icatalan_0.6-2_all.deb
  to pool/main/i/ispellcat/icatalan_0.6-2_all.deb
ispellcat_0.6-2.diff.gz
  to pool/main/i/ispellcat/ispellcat_0.6-2.diff.gz
ispellcat_0.6-2.dsc
  to pool/main/i/ispellcat/ispellcat_0.6-2.dsc
myspell-ca_0.6-2_all.deb
  to pool/main/i/ispellcat/myspell-ca_0.6-2_all.deb
wcatalan_0.6-2_all.deb
  to pool/main/i/ispellcat/wcatalan_0.6-2_all.deb


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



Accepted xcin 2.5.2.99.pre2+cvs20030224-1.5 (source amd64)

2008-06-11 Thread Marco Rodrigues
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 09:51:11 +0100
Source: xcin
Binary: xcin
Architecture: source amd64
Version: 2.5.2.99.pre2+cvs20030224-1.5
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Marco Rodrigues [EMAIL PROTECTED]
Description: 
 xcin   - Chinese input server in X11
Closes: 450140 451135
Changes: 
 xcin (2.5.2.99.pre2+cvs20030224-1.5) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control:
 + Add Homepage field with new upstream URL.
 + Add build dependency on libxext-dev (Closes: #451135).
   * debian/watch:
 + Change to version 3 and fix url path (Closes: #450140).
   * debian/copyright:
 + Fix upstream URL to the new one.
Checksums-Sha1: 
 edc5f29f5bffab194bcbb47f58892f6591aa217f 1223 
xcin_2.5.2.99.pre2+cvs20030224-1.5.dsc
 514b19120a61a002b2dffa0594017da965f9bd76 1319967 
xcin_2.5.2.99.pre2+cvs20030224-1.5.diff.gz
 3a6caab00dcf6b38c4ac4f092582066a1a554da0 2023158 
xcin_2.5.2.99.pre2+cvs20030224-1.5_amd64.deb
Checksums-Sha256: 
 ef16e250499bb27da25cf76b4d764882918af6dc30830543506704de3d2ed4d1 1223 
xcin_2.5.2.99.pre2+cvs20030224-1.5.dsc
 a41405407786002d7568c4b47bdfa57b98a6e75d2c7ef88141c266744557 1319967 
xcin_2.5.2.99.pre2+cvs20030224-1.5.diff.gz
 50014ec335b40e0cdcc4b4341ff7df2b8b1bfcef86646841f33130eb8b93f470 2023158 
xcin_2.5.2.99.pre2+cvs20030224-1.5_amd64.deb
Files: 
 066ebacdcc22ca5dc2785457455814e5 1223 utils optional 
xcin_2.5.2.99.pre2+cvs20030224-1.5.dsc
 8deeeabde1cc7b742a0863924696e8c3 1319967 utils optional 
xcin_2.5.2.99.pre2+cvs20030224-1.5.diff.gz
 d942e0713c1f79bf5f5e882ec65a222f 2023158 utils optional 
xcin_2.5.2.99.pre2+cvs20030224-1.5_amd64.deb

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

iD8DBQFIUBh/riZpaaIa1PkRAhBtAJ4jy4VQTTfnVR5B0kAtWhcprKpYVQCgmN5m
qGJjC4eCNigneLd3FU1xO6U=
=eLp7
-END PGP SIGNATURE-


Accepted:
xcin_2.5.2.99.pre2+cvs20030224-1.5.diff.gz
  to pool/main/x/xcin/xcin_2.5.2.99.pre2+cvs20030224-1.5.diff.gz
xcin_2.5.2.99.pre2+cvs20030224-1.5.dsc
  to pool/main/x/xcin/xcin_2.5.2.99.pre2+cvs20030224-1.5.dsc
xcin_2.5.2.99.pre2+cvs20030224-1.5_amd64.deb
  to pool/main/x/xcin/xcin_2.5.2.99.pre2+cvs20030224-1.5_amd64.deb


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



Accepted xdigger 1.0.10-12 (source i386)

2008-06-11 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 16:09:49 +0200
Source: xdigger
Binary: xdigger
Architecture: source i386
Version: 1.0.10-12
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Ansgar Burchardt [EMAIL PROTECTED]
Description: 
 xdigger- An arcade diamonds digging game for X11
Closes: 454316 485543
Changes: 
 xdigger (1.0.10-12) unstable; urgency=low
 .
   [ Gonéri Le Bouder ]
   * add a desktop file, thanks Salvatore Palma (Closes: #454316)
 .
   [ Ansgar Burchardt ]
   * Bump Debian Standards version to 3.8.0
   * Rename XS-Vcs-* headers to Vcs-*
   * Remove Homepage reference from long description
   * Refer to GPL version 2 in debian/copyright
   * debian/menu: Change section to Games/Action
   * Do not include high score file in Debian package
   * Change location of high score file to /var/games/xdigger.hiscore
   * Add myself to Uploaders
   * Remove lintian and linda overrides
   * Escape hyphen in man page
   * Use quilt for patch management and move all changes to debian/patches
   * clean up debian/rules
   * Depend on xutils-dev for imake (Closes: #485543)
   * Update build-dependencies.
   * Include years of copyright in debian/copyright.
   * Update maintainer information in debian/copyright.
Checksums-Sha1: 
 a0a2cef5891767a9af576a52bb240ad21c0fca91 1321 xdigger_1.0.10-12.dsc
 cb7700bdc5e8ec953c320099bb2bc576c3cf7f38 5820 xdigger_1.0.10-12.diff.gz
 4680f5c93726c6b2dac83197ac145ba5d01ee913 36788 xdigger_1.0.10-12_i386.deb
Checksums-Sha256: 
 6628c940ec7bdea9b6f32e7600162fcf80c72ee7d38830909d9df75a900c2340 1321 
xdigger_1.0.10-12.dsc
 76a8cfab1a32622c6dd48bbce99698f537dc47c1666c8671011ff9b9d0c37b7f 5820 
xdigger_1.0.10-12.diff.gz
 3648843aef3569a3a5c4b49eb9c20dce696ce63b4a3bff3ffa8da2e5a0c24c41 36788 
xdigger_1.0.10-12_i386.deb
Files: 
 332d05ab6324aaf3fb238377125c0d55 1321 games optional xdigger_1.0.10-12.dsc
 31bd235ee21bfef176b7fff1560a6951 5820 games optional xdigger_1.0.10-12.diff.gz
 85a59cc7e4383c4a0b08218edf189f52 36788 games optional 
xdigger_1.0.10-12_i386.deb

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

iD8DBQFIUBg5fbltLjbuCGERAgL5AJ94i3VA9Lb8TK/W2J1xooug5VAfAwCfQKN8
U/VMo9ZMEu1FVvVkWbGrP8M=
=AmZI
-END PGP SIGNATURE-


Accepted:
xdigger_1.0.10-12.diff.gz
  to pool/main/x/xdigger/xdigger_1.0.10-12.diff.gz
xdigger_1.0.10-12.dsc
  to pool/main/x/xdigger/xdigger_1.0.10-12.dsc
xdigger_1.0.10-12_i386.deb
  to pool/main/x/xdigger/xdigger_1.0.10-12_i386.deb


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



Accepted windows-el 2.41-3 (source all)

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

Format: 1.8
Date: Wed, 11 Jun 2008 13:09:42 -0400
Source: windows-el
Binary: windows-el
Architecture: source all
Version: 2.41-3
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 windows-el - window manager for GNU Emacs
Closes: 446338
Changes: 
 windows-el (2.41-3) unstable; urgency=low
 .
   * Add coding system information to headers. (Closes: #446338)
   * Bump standards version to 3.7.3. (no changes)
Checksums-Sha1: 
 bbafe131fd53ff72b5aa78b6e3d99ab219277ac8 952 windows-el_2.41-3.dsc
 b0eeb73d413af01da2c2d79af1e47996c3cba192 4532 windows-el_2.41-3.diff.gz
 350a14c2d0fd0b3c1b5ca763fa01140a7fd372b7 43562 windows-el_2.41-3_all.deb
Checksums-Sha256: 
 7d456400fdab23ba59adc00a786f0c4d88b55835ceae54ea5499f03e30ff6f92 952 
windows-el_2.41-3.dsc
 4726c684f5cd62caaa606110448c93bad584cacc3024f2d6962816cdf4cb8a77 4532 
windows-el_2.41-3.diff.gz
 746d5e8f8bcbf10f8b1e58f24176ad1ae19f46f94487f917e2eea3b503bfa77c 43562 
windows-el_2.41-3_all.deb
Files: 
 8b250365e31be39790251df8b866c382 952 utils optional windows-el_2.41-3.dsc
 eb24d33f9f89617db63dbbfe778803e1 4532 utils optional windows-el_2.41-3.diff.gz
 b539e18e3c8f4a528e8e0b53c367769e 43562 utils optional windows-el_2.41-3_all.deb

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

iD8DBQFIUBzArynHGRJLYfoRA+SmAJsGR7rNzTwvzpJkUJEslBjsU9ZNJgCfTbIe
jVWUjuDN0QFwJ2dz5L7+DGQ=
=vkon
-END PGP SIGNATURE-


Accepted:
windows-el_2.41-3.diff.gz
  to pool/main/w/windows-el/windows-el_2.41-3.diff.gz
windows-el_2.41-3.dsc
  to pool/main/w/windows-el/windows-el_2.41-3.dsc
windows-el_2.41-3_all.deb
  to pool/main/w/windows-el/windows-el_2.41-3_all.deb


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



Accepted noweb 2.11b-6 (source all i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 12:49:51 -0400
Source: noweb
Binary: noweb nowebm
Architecture: source all i386
Version: 2.11b-6
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 noweb  - A WEB-like literate-programming tool
 nowebm - A WEB-like literate-programming tool - transitional package
Closes: 437653
Changes: 
 noweb (2.11b-6) unstable; urgency=low
 .
   * debian/patchs/12_nostrip.dpatch: Comment out call to strip in
 Makefile. (Closes: #437653)
Checksums-Sha1: 
 cad76fadd75e8eab5ef45519a4144ead3458ebbd 1057 noweb_2.11b-6.dsc
 9ac279fb43bdb9e4fe59680679c215d6cb9408bb 13934 noweb_2.11b-6.diff.gz
 f620daf40d628c57e3904b1091c613af59f5ccd7 5598 nowebm_2.11b-6_all.deb
 2cb67a56c0e5e0df2b5ced922423bdcf9f1e93ae 535118 noweb_2.11b-6_i386.deb
Checksums-Sha256: 
 b32ccd4866c48703ca90bb843d57902324159f8bc611c3f2892139548a389aeb 1057 
noweb_2.11b-6.dsc
 c9c2ca55fa9c239ad5fec83235e13021f01eda7dedfef1c7f684d12c65664291 13934 
noweb_2.11b-6.diff.gz
 4c5852cb181da85db557b480ff251887b7f3e978f1682ecf63417cdd53cbf868 5598 
nowebm_2.11b-6_all.deb
 c7328eb6a8bb16c8df2ae220ecb8476018176d2b3eec75858a7ee511f9d67ecf 535118 
noweb_2.11b-6_i386.deb
Files: 
 eeb6a930dacd4ddbe04de0debdc60625 1057 devel extra noweb_2.11b-6.dsc
 d4fe582a406c78da7699585e175ae701 13934 devel extra noweb_2.11b-6.diff.gz
 855b6f464c718d77074d92f8c0a39783 5598 devel extra nowebm_2.11b-6_all.deb
 de703b5b6bfe86e747773b9bdb9b569f 535118 devel extra noweb_2.11b-6_i386.deb

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

iD8DBQFIUBkirynHGRJLYfoRAx0oAJwK4l8FkBRIiWufqQvctxrc6SIg5ACaA+Uk
RYr2YmwXMLR8nMDdboPuT3g=
=dCFs
-END PGP SIGNATURE-


Accepted:
noweb_2.11b-6.diff.gz
  to pool/main/n/noweb/noweb_2.11b-6.diff.gz
noweb_2.11b-6.dsc
  to pool/main/n/noweb/noweb_2.11b-6.dsc
noweb_2.11b-6_i386.deb
  to pool/main/n/noweb/noweb_2.11b-6_i386.deb
nowebm_2.11b-6_all.deb
  to pool/main/n/noweb/nowebm_2.11b-6_all.deb


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



Accepted wwwconfig-common 0.1.2 (source all)

2008-06-11 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jun 2008 20:30:12 +0200
Source: wwwconfig-common
Binary: wwwconfig-common
Architecture: source all
Version: 0.1.2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 wwwconfig-common - Debian web auto configuration
Closes: 484857
Changes: 
 wwwconfig-common (0.1.2) unstable; urgency=low
 .
   * Now uses invoke-rc.d if available. Closes: #484857.
Files: 
 4dd56f0ba033543a424794146a473219 515 web optional wwwconfig-common_0.1.2.dsc
 fdf11fc5575cbc19eed8195acd7fb772 51232 web optional 
wwwconfig-common_0.1.2.tar.gz
 437b72418b5ab0e0f0e7f0415043c317 21920 web optional 
wwwconfig-common_0.1.2_all.deb

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

iD8DBQFIUBneGKGxzw/lPdkRAjjkAJ9svuu/lcQxZnJpQ+tE6wF/LXFspwCgh4b3
6Fj6spw1uFZtuVJ/I24dOa4=
=WWFH
-END PGP SIGNATURE-


Accepted:
wwwconfig-common_0.1.2.dsc
  to pool/main/w/wwwconfig-common/wwwconfig-common_0.1.2.dsc
wwwconfig-common_0.1.2.tar.gz
  to pool/main/w/wwwconfig-common/wwwconfig-common_0.1.2.tar.gz
wwwconfig-common_0.1.2_all.deb
  to pool/main/w/wwwconfig-common/wwwconfig-common_0.1.2_all.deb


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



Accepted libmcal 0.6-17 (source all i386)

2008-06-11 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jun 2008 20:22:26 +0200
Source: libmcal
Binary: libmcal0-dev libmcal0 libmcal
Architecture: source all i386
Version: 0.6-17
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 libmcal- Meta package for libmcal and mstore
 libmcal0   - Calendar libraries with icap and mstore support
 libmcal0-dev - Calendar libraries with icap and mstore support
Closes: 477969
Changes: 
 libmcal (0.6-17) unstable; urgency=low
 .
   * Correction of build problem due to recent (intentional) changes in
 bash. Closes: #477969.
   * Updated standards version to 3.7.2.
Files: 
 cd286a12b9462ec594b0723bedaef4c2 583 devel optional libmcal_0.6-17.dsc
 7363c46452b20e02261342ced46da6de 30288 devel optional libmcal_0.6-17.diff.gz
 3ffbdb426685d4b7e59013793e922724 9554 libs optional libmcal_0.6-17_all.deb
 d019872ba9b87b115e8775998b3e8c98 30644 libs optional libmcal0_0.6-17_i386.deb
 019bb51b3adf46a9c34689a0b60334f2 37910 devel optional 
libmcal0-dev_0.6-17_i386.deb

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

iD8DBQFIUBhQGKGxzw/lPdkRAmt5AJ9VlkReqE9IfT3r39+7lDZ8omqXJQCfVMl7
EGmDNzsWCzJ7N5P+TOA6Sl0=
=jLju
-END PGP SIGNATURE-


Accepted:
libmcal0-dev_0.6-17_i386.deb
  to pool/main/libm/libmcal/libmcal0-dev_0.6-17_i386.deb
libmcal0_0.6-17_i386.deb
  to pool/main/libm/libmcal/libmcal0_0.6-17_i386.deb
libmcal_0.6-17.diff.gz
  to pool/main/libm/libmcal/libmcal_0.6-17.diff.gz
libmcal_0.6-17.dsc
  to pool/main/libm/libmcal/libmcal_0.6-17.dsc
libmcal_0.6-17_all.deb
  to pool/main/libm/libmcal/libmcal_0.6-17_all.deb


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



Accepted cvxopt 1.0-2 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 20:41:57 +0200
Source: cvxopt
Binary: python-cvxopt
Architecture: source i386
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Soeren Sonnenburg [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 python-cvxopt - Python package for convex optimization
Closes: 485142
Changes: 
 cvxopt (1.0-2) unstable; urgency=low
 .
   [ Torsten Werner ]
   * Do not run quilt in $(DEB_SRCDIR) anymore. (Closes: #485142)
   * Refresh all patches.
 .
   [ Soeren Sonnenburg ]
   * Use Science/Mathematics as doc-base section.
Checksums-Sha1: 
 1155cc5f0dbc42eecc21d0f588d736c129345e20 1373 cvxopt_1.0-2.dsc
 40caf3c3472d5152376b44244354b6b971dd8d82 6754 cvxopt_1.0-2.diff.gz
 1965f8585221d4b2c9c6d1dc94f117be62378275 1751246 python-cvxopt_1.0-2_i386.deb
Checksums-Sha256: 
 487c73651d84d9bdf9a4b6b999d6e53427ad4bbaf0718d494a50adde0125efe8 1373 
cvxopt_1.0-2.dsc
 5504dc7e703a7739b953bd6f377c1ce7af8d807e39549de5515f17e1a29bbcfd 6754 
cvxopt_1.0-2.diff.gz
 9b0e339ca69f28ed384031e650d50cc896c4dceef4bc82c051aeb9549570da19 1751246 
python-cvxopt_1.0-2_i386.deb
Files: 
 5b931f3111b6b500f23d773801f980ef 1373 python optional cvxopt_1.0-2.dsc
 ac99e038ea6d447d1e027863e97e53da 6754 python optional cvxopt_1.0-2.diff.gz
 129b12f560eaae67aeeb9fd40ed1ac3e 1751246 python optional 
python-cvxopt_1.0-2_i386.deb

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

iD8DBQFIUCExfY3dicTPjsMRAgDyAJoCX2vqtDx3nrqkAxjNuENOyLixKQCeKumX
HVaHg5ZbmKUZw2AkZjhgGYU=
=CJIQ
-END PGP SIGNATURE-


Accepted:
cvxopt_1.0-2.diff.gz
  to pool/main/c/cvxopt/cvxopt_1.0-2.diff.gz
cvxopt_1.0-2.dsc
  to pool/main/c/cvxopt/cvxopt_1.0-2.dsc
python-cvxopt_1.0-2_i386.deb
  to pool/main/c/cvxopt/python-cvxopt_1.0-2_i386.deb


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



Accepted fusion-icon 0.1.0-1 (source all)

2008-06-11 Thread RainCT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 12:29:55 +0200
Source: fusion-icon
Binary: fusion-icon
Architecture: source all
Version: 0.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) [EMAIL PROTECTED]
Changed-By: Siegfried-Angel Gevatter Pujals (RainCT) [EMAIL PROTECTED]
Description: 
 fusion-icon - tray icon to launch and manage Compiz Fusion
Closes: 485709
Changes: 
 fusion-icon (0.1.0-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/patches/glx_vendor_crash.patch:
  - Drop it, not necessary anymore.
   * debian/control:
  - Add x11-utils as a dependency, because Fusion Icon requires xvinfo;
thanks to Daniel Moerner for reporting this (Closes: #485709).
  - Improve the second paragraph of the long description.
   * debian/copyright:
  - Add a reference to the tarballs directory on Alioth, where copies of
all used snapshots are stored.
Checksums-Sha1: 
 90216648ca99bd5672b21365a72c70530906fbd9 1364 fusion-icon_0.1.0-1.dsc
 984441fe7775e36907e25eff05098fc29aff8b6a 30729 fusion-icon_0.1.0.orig.tar.gz
 b88dc1c3fde67751f6e072c9e660e883327fd744 7122 fusion-icon_0.1.0-1.diff.gz
 75504976e9d2cce1487d5fe80b587f6955e7d0c1 30660 fusion-icon_0.1.0-1_all.deb
Checksums-Sha256: 
 3f5f193422e59a9064b09e3d15998d62f32aa43960dcac6a3a1c273fb0fca772 1364 
fusion-icon_0.1.0-1.dsc
 7b55ff3ba8cc534fcad494c0a631b6f299b0770a971eb0f7e36df3cfa03945bc 30729 
fusion-icon_0.1.0.orig.tar.gz
 f2754b7b0a62702e341a1c0981826e66b8b128438a79b86871efd5de8e9d7510 7122 
fusion-icon_0.1.0-1.diff.gz
 e78c68fe6d5cb4cb049c5e6ca7aea0d704059d73c9f5f1f981a1b7587774c70f 30660 
fusion-icon_0.1.0-1_all.deb
Files: 
 ab289a293d553c3bf7a0b519a25219ea 1364 x11 optional fusion-icon_0.1.0-1.dsc
 237141faa40258578e074c415b65a972 30729 x11 optional 
fusion-icon_0.1.0.orig.tar.gz
 8a4f90cf39ac40946dbf908147ee8bac 7122 x11 optional fusion-icon_0.1.0-1.diff.gz
 56de34a046e90a6862c651cfaf9cc0a7 30660 x11 optional fusion-icon_0.1.0-1_all.deb

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

iD8DBQFIUB82ynjLPm522B0RAnWHAJ9weMAfLq6jhvV3/+X80Wk/omNyOwCeLDGS
Gl9GAvfA9KAz9H+dqRGBu/M=
=1uOK
-END PGP SIGNATURE-


Accepted:
fusion-icon_0.1.0-1.diff.gz
  to pool/main/f/fusion-icon/fusion-icon_0.1.0-1.diff.gz
fusion-icon_0.1.0-1.dsc
  to pool/main/f/fusion-icon/fusion-icon_0.1.0-1.dsc
fusion-icon_0.1.0-1_all.deb
  to pool/main/f/fusion-icon/fusion-icon_0.1.0-1_all.deb
fusion-icon_0.1.0.orig.tar.gz
  to pool/main/f/fusion-icon/fusion-icon_0.1.0.orig.tar.gz


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



Accepted gbrainy 0.70-1 (source all)

2008-06-11 Thread RainCT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 04 Jun 2008 18:13:14 +0200
Source: gbrainy
Binary: gbrainy
Architecture: source all
Version: 0.70-1
Distribution: unstable
Urgency: low
Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) [EMAIL PROTECTED]
Changed-By: Siegfried-Angel Gevatter Pujals (RainCT) [EMAIL PROTECTED]
Description: 
 gbrainy- brain teaser game and trainer to have fun and to keep your brain 
Changes: 
 gbrainy (0.70-1) unstable; urgency=low
 .
   * New upstream version:
  - Eight new puzzles, better game selection, preferences persistency,
better resizing and score feedback, etc.
Checksums-Sha1: 
 e156b9832bf9ba49b37b363094783e993a7d61dd 1513 gbrainy_0.70-1.dsc
 fdfe824d0d8c0ebdfb432de12d64b43a0b2af60e 569865 gbrainy_0.70.orig.tar.gz
 d5af5e2b7db918c05c4e6c73dfe8d7623f106c4b 4705 gbrainy_0.70-1.diff.gz
 7f16e3323e9ab50bc3e092cdd64bf9e607432af0 195720 gbrainy_0.70-1_all.deb
Checksums-Sha256: 
 c180ac011ee88f3114c91987242b3e7e638a18710ee7194db482c3f2e1b0b5aa 1513 
gbrainy_0.70-1.dsc
 dcd9d4776bb1c709bffbd79012cc646c6b47f171279d98d59b0ad00700118259 569865 
gbrainy_0.70.orig.tar.gz
 7a48af4af7d4a15acbe5c5169f052ae28c6e1a271ac2aaa15a558269773f36ab 4705 
gbrainy_0.70-1.diff.gz
 326dab374e4535217e8f78b89654194476c4015ffa8343db57c06e171981774a 195720 
gbrainy_0.70-1_all.deb
Files: 
 a3ef0c45785ada25bb110da986b2feeb 1513 games optional gbrainy_0.70-1.dsc
 5eee76e379fc7db9ec05d2e577ecc10d 569865 games optional gbrainy_0.70.orig.tar.gz
 7efc52f2e51d2ffa61d8769c10fbd70f 4705 games optional gbrainy_0.70-1.diff.gz
 658b5fddaec4b97c67e0182bcdf7e465 195720 games optional gbrainy_0.70-1_all.deb

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

iEYEARECAAYFAkhQIoEACgkQBsBdh1vkHyEwOwCgqGVmlusi2FB8DUOryJiHZt5y
VR0AoIJtkAA31U9VL9p3+5TCu8f+vt2Q
=cp9Q
-END PGP SIGNATURE-


Accepted:
gbrainy_0.70-1.diff.gz
  to pool/main/g/gbrainy/gbrainy_0.70-1.diff.gz
gbrainy_0.70-1.dsc
  to pool/main/g/gbrainy/gbrainy_0.70-1.dsc
gbrainy_0.70-1_all.deb
  to pool/main/g/gbrainy/gbrainy_0.70-1_all.deb
gbrainy_0.70.orig.tar.gz
  to pool/main/g/gbrainy/gbrainy_0.70.orig.tar.gz


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



Accepted yaz 3.0.30-1 (source i386)

2008-06-11 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 13:30:41 +0200
Source: yaz
Binary: libyaz3 yaz yaz-doc libyaz3-dev yaz-illclient yaz-icu
Architecture: i386 source 
Version: 3.0.30-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean [EMAIL PROTECTED]
Changed-By: Vincent Danjean [EMAIL PROTECTED]
Closes: 410346 463116 483649
Description:
 libyaz3-dev - The YAZ Z39.50 toolkit (development files)
 libyaz3- The YAZ Z39.50 toolkit (runtime files)
 yaz-doc- The YAZ Z39.50 toolkit (documentation)
 yaz-icu- command line utility for ICU utilities of YAZ
 yaz-illclient - utility for ISO ILL of YAZ
 yaz- The YAZ Z39.50 toolkit (utilities)
Changes:
 yaz (3.0.30-1) unstable; urgency=low
 .
   * New upstream version
   ***
   * Do not link with gnutls nor openssl until licenses issues are
 fully solved with upstream (work in progress)
 = this version of yaz will be unable to access https:// URL
 A NEWS file will be provided in the lenny package explaining
 the current situation (I'm confident that yaz will be able
 to use libgnutls without libgnutls-openssl)
   ***
   * No need to recreate orig.gz anymore (thanks indexdata for
 not including debian/ in tar.gz anymore)
   * Dumb standard-version to 3.8.0 (no change needed)
   * build depends on good versions of libicu-dev (Closes: #483649)
   * close old already fixed bugs:
 + yaz: New version of YAZ available (Closes: #463116)
 + yaz: FTBFS on GNU/kFreeBSD (Closes: #410346)
   [fixed by upstream but ziffy is not included anymore]
Checksums-Sha1: 
 175d09cbd8d92ae8534c97155e639328232b6543 328280 yaz_3.0.30-1_i386.deb
 3a112fcb476b1c81cb86ed8d05921257fab2155c 22488 yaz_3.0.30-1.diff.gz
 89d76512da92fde5ff9a5ff6848a667e565d004d 715984 libyaz3_3.0.30-1_i386.deb
 b073d31bed139fd021066cb4af45a15fb4e7b1a5 2058591 yaz_3.0.30.orig.tar.gz
 c3bc00a3f79e1df7c9f65b1857704a533fe3aaf3 253168 yaz-illclient_3.0.30-1_i386.deb
 cf048da7fab145c9bd0506172b9d8e4251dae9d4 253364 yaz-icu_3.0.30-1_i386.deb
 e9fb8d7beb964ecb555b98b232f59fa9ca4b0203 867464 libyaz3-dev_3.0.30-1_i386.deb
 f394fb508064118000647064b8975531755476f8 1405 yaz_3.0.30-1.dsc
Checksums-Sha256: 
 0fe5ac7d0e7e2923bfdd548561e5565b91e40d04d9e58bbd42c4c129c200e8e2 328280 
yaz_3.0.30-1_i386.deb
 293e50935d6cb2ee194628819abb7c8892e6fa9f6e8ba9644e2c0f8bae396663 867464 
libyaz3-dev_3.0.30-1_i386.deb
 2fcd5aa3274f48a216ae4c0315d54b4178ae9b27d2ed031fdaa3a30fad5e0f14 253364 
yaz-icu_3.0.30-1_i386.deb
 3af3aba91223bc7f58859cdf67be54da1344ee36fe6aa721b445ec4172af1fff 22488 
yaz_3.0.30-1.diff.gz
 883784c750989211e5ae7b01b6dce255426cbbc18e1618e3890c074d96300414 1405 
yaz_3.0.30-1.dsc
 98a9fbbad6e1c83e61cd416831c504b1e018ae1ece4eb7fb7bab38093fafed42 253168 
yaz-illclient_3.0.30-1_i386.deb
 f1e3016823b792adcd19276d5fb8ea5e9993b71ebb30d27a19b49df5d9ff1627 2058591 
yaz_3.0.30.orig.tar.gz
 f9d1f38e8a3dc90511dbdd8fed939dface06028cc669bef00e466e2968b6693d 715984 
libyaz3_3.0.30-1_i386.deb
Files: 
 22a6feb2d499456d4b1f749d2106bbd3 328280 utils extra yaz_3.0.30-1_i386.deb
 51b0f97a5ecfd8a1e264bc33ced16df1 867464 libdevel extra 
libyaz3-dev_3.0.30-1_i386.deb
 a247bcbcd8ec275ef72a995637576944 1405 devel extra yaz_3.0.30-1.dsc
 b633190d242b07f8ec5ec63e52e36024 253364 utils extra yaz-icu_3.0.30-1_i386.deb
 d19270f1ac38f57a4e10f431be9d42e1 22488 devel extra yaz_3.0.30-1.diff.gz
 eadedb1a62e20d01877fa030b3c1998a 253168 utils extra 
yaz-illclient_3.0.30-1_i386.deb
 ee091ce454daedc4def37bdb7ce099f1 2058591 devel extra yaz_3.0.30.orig.tar.gz
 fe133c92fa78c99a3a50fc3b419dd97a 715984 libs extra libyaz3_3.0.30-1_i386.deb

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

iD8DBQFIUCIDC/d4Z50CXocRArVeAJ9vQzrpb+zKSFlgTp9p9MGwpSRiQwCgpqvy
aMt1H5zB5svLsYsmgvC8UJc=
=sYN0
-END PGP SIGNATURE-


Accepted:
libyaz3-dev_3.0.30-1_i386.deb
  to pool/main/y/yaz/libyaz3-dev_3.0.30-1_i386.deb
libyaz3_3.0.30-1_i386.deb
  to pool/main/y/yaz/libyaz3_3.0.30-1_i386.deb
yaz-icu_3.0.30-1_i386.deb
  to pool/main/y/yaz/yaz-icu_3.0.30-1_i386.deb
yaz-illclient_3.0.30-1_i386.deb
  to pool/main/y/yaz/yaz-illclient_3.0.30-1_i386.deb
yaz_3.0.30-1.diff.gz
  to pool/main/y/yaz/yaz_3.0.30-1.diff.gz
yaz_3.0.30-1.dsc
  to pool/main/y/yaz/yaz_3.0.30-1.dsc
yaz_3.0.30-1_i386.deb
  to pool/main/y/yaz/yaz_3.0.30-1_i386.deb
yaz_3.0.30.orig.tar.gz
  to pool/main/y/yaz/yaz_3.0.30.orig.tar.gz


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



Accepted ssl-cert 1.0.20 (source all)

2008-06-11 Thread Stefan Fritsch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 21:22:05 +0200
Source: ssl-cert
Binary: ssl-cert
Architecture: source all
Version: 1.0.20
Distribution: unstable
Urgency: medium
Maintainer: Debian Apache Maintainers [EMAIL PROTECTED]
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 ssl-cert   - simple debconf wrapper for OpenSSL
Closes: 483241 483518
Changes: 
 ssl-cert (1.0.20) unstable; urgency=medium
 .
* Security: replace known vulnerable weak keys and certificates
  caused by Debian openssl bug (CVE-2008-0166). Thanks to Mathias Gug for
  the patch.
  - Depend on openssl (0.9.8g-9), openssl-blacklist.
  - add critical debconf note.
  - debian/postinst: regenerate snakeoil key and certificate on upgrade if
vulnerable.
* Remove auto-generated snakeoil certificates when package is purged.
* Update translations:
  - Slovak (thanks to Ivan Masár, closes: #483518)
  - Basque (thanks to Piarres Beobide, closes: #483241)
Checksums-Sha1: 
 74bdc9a377964c3e2d1240561ca1158df1f48a5e 968 ssl-cert_1.0.20.dsc
 ce783a4c19a49e70125330561e9fe3f708118d8c 19965 ssl-cert_1.0.20.tar.gz
 5e34856217713ba756d32afdb9a995a964e78477 9982 ssl-cert_1.0.20_all.deb
Checksums-Sha256: 
 e5a1ef39d4af66cae74a6b65ad81b7e0f2c7d463596c53e861e279d94b6eff2e 968 
ssl-cert_1.0.20.dsc
 ba28c04732f5d95c11e74cc62c410dd4ef4fcf562c3e9b12a729b772c80ccf3d 19965 
ssl-cert_1.0.20.tar.gz
 fde667242a9d58da39a0f984b58a39e4956495ddbd4299d1279d199a9831696c 9982 
ssl-cert_1.0.20_all.deb
Files: 
 79c089aa2b3bb4b4f1d24db8ff39aff5 968 utils optional ssl-cert_1.0.20.dsc
 6e519c3c16421f4486d9465b1ac7ff14 19965 utils optional ssl-cert_1.0.20.tar.gz
 26909fe35b0bce44e68de187db9cec8b 9982 utils optional ssl-cert_1.0.20_all.deb

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

iD8DBQFIUCa1bxelr8HyTqQRAiE2AJ4vkKaM0X0IEN9a54IDsNlyb5zM8QCgmAK6
nLhOwwJHexawe0KQJhmTwJw=
=8Fpv
-END PGP SIGNATURE-


Accepted:
ssl-cert_1.0.20.dsc
  to pool/main/s/ssl-cert/ssl-cert_1.0.20.dsc
ssl-cert_1.0.20.tar.gz
  to pool/main/s/ssl-cert/ssl-cert_1.0.20.tar.gz
ssl-cert_1.0.20_all.deb
  to pool/main/s/ssl-cert/ssl-cert_1.0.20_all.deb


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



Accepted postgresql-8.3 8.3.3-1 (source all amd64)

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

Format: 1.8
Date: Wed, 11 Jun 2008 20:43:07 +0200
Source: postgresql-8.3
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-8.3 postgresql-client-8.3 postgresql-server-dev-8.3 
postgresql-doc-8.3 postgresql-contrib-8.3 postgresql-plperl-8.3 
postgresql-plpython-8.3 postgresql-pltcl-8.3 postgresql postgresql-client 
postgresql-doc postgresql-contrib
Architecture: source all amd64
Version: 8.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 8.3
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql - object-relational SQL database (supported version)
 postgresql-8.3 - object-relational SQL database, version 8.3 server
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-8.3 - front-end programs for PostgreSQL 8.3
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-contrib-8.3 - additional facilities for PostgreSQL
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-doc-8.3 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.3 - PL/Perl procedural language for PostgreSQL 8.3
 postgresql-plpython-8.3 - PL/Python procedural language for PostgreSQL 8.3
 postgresql-pltcl-8.3 - PL/Tcl procedural language for PostgreSQL 8.3
 postgresql-server-dev-8.3 - development files for PostgreSQL 8.3 server-side 
programming
Changes: 
 postgresql-8.3 (8.3.3-1) unstable; urgency=low
 .
   * New upstream bugfix release (note that 8.3.2 was never officially released
 due to the discovery of another major bug):
 - Make pg_get_ruledef() parenthesize negative constants.
   Before this fix, a negative constant in a view or rule might be
   dumped as, say, -42::integer, which is subtly incorrect: it should
   be (-42)::integer due to operator precedence rules. Usually this
   would make little difference, but it could interact with another
   recent patch to cause PostgreSQL to reject what had been a valid
   SELECT DISTINCT view query. Since this could result in pg_dump
   output failing to reload, it is being treated as a high-priority
   fix. The only released versions in which dump output is actually
   incorrect are 8.3.1 and 8.2.7.
 - Make ALTER AGGREGATE ... OWNER TO update pg_shdepend.
   This oversight could lead to problems if the aggregate was later
   involved in a DROP OWNED or REASSIGN OWNED operation.
 - Fix incorrect archive truncation point calculation for the %r macro
   in recovery_command parameters. This could lead to data loss if a
   warm-standby script relied on %r to decide when to throw away WAL
   segment files.
 - Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column
   is correctly checked to see if it's been initialized to all
   non-nulls.
 - Fix REASSIGN OWNED so that it works on procedural languages too.
 - Fix problems with SELECT FOR UPDATE/SHARE occurring as a subquery
   in a query with a non-SELECT top-level operation.
 - Fix possible CREATE TABLE failure when inheriting the same
   constraint from multiple parent relations that inherited that
   constraint from a common ancestor.
 - Fix pg_get_ruledef() to show the alias, if any, attached to the
   target table of an UPDATE or DELETE.
 - Restore the pre-8.3 behavior that an out-of-range block number in a
   TID being used in a TidScan plan results in silently not matching
   any rows. 8.3.0 and 8.3.1 threw an error instead.
 - Fix GIN bug that could result in a too many LWLocks taken failure.
 - Fix broken GiST comparison function for tsquery.
 - Fix tsvector_update_trigger() and ts_stat() to accept domains over
   the types they expect to work with.
 - Fix failure to support enum data types as foreign keys.
 - Avoid possible crash when decompressing corrupted data.
 - Fix race conditions between delayed unlinks and DROP DATABASE.
   In the worst case this could result in deleting a newly created
   table in a new database that happened to get the same OID as the
   recently-dropped one; but of course that is an extremely
   low-probability scenario.
 - Repair two places where SIGTERM exit of a backend could leave
   corrupted state in shared memory.
 - Fix possible crash due to incorrect plan generated for an x IN
   (SELECT y FROM ...) clause when x and y have different data
   types; and make sure the behavior is semantically 

Accepted afbackup 3.5.2-1 (source all i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 21:35:22 +0200
Source: afbackup
Binary: afbackup-common afbackup afbackup-client
Architecture: source all i386
Version: 3.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Rene Mayorga [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 afbackup   - Client-Server Backup System (Server side)
 afbackup-client - Client-Server Backup System (Client side)
 afbackup-common - Client-Server Backup System (common files)
Closes: 485048
Changes: 
 afbackup (3.5.2-1) unstable; urgency=low
 .
   * new upstream release (Closes: #485048)
Checksums-Sha1: 
 eb6ff507799a7f1cf47b6f8dc4d5cd3a447d25eb 1301 afbackup_3.5.2-1.dsc
 0dd508cd8393e4293a77ffee3816b8ab9ab2156b 995044 afbackup_3.5.2.orig.tar.gz
 9b6f1e5588c419cd7e8c1fae324e18e97e2d1495 13246 afbackup_3.5.2-1.diff.gz
 f8909c56306b33a76044f0dfb5cdca3cbdc2f6c5 317922 afbackup-common_3.5.2-1_all.deb
 e6c73c96c8b87cc03fe1474f0a8fd6db02bd891d 428106 afbackup_3.5.2-1_i386.deb
 f56ff5f30411c4f1dd1ffabadc688be53a3185cc 520938 
afbackup-client_3.5.2-1_i386.deb
Checksums-Sha256: 
 7c2382560ffd4ed372c6ddcc17f90b1280fea9c22e162214bb8982bca06731c5 1301 
afbackup_3.5.2-1.dsc
 cefeeb239ad679e0da4a381b99ef75e8a2d761883f7c9df7b2a9857407659caf 995044 
afbackup_3.5.2.orig.tar.gz
 390a3324fdf7253176c9f8a97570abed9c57607fdc266a742afe02db07f139b7 13246 
afbackup_3.5.2-1.diff.gz
 167f00c6b6dffad5a29d18974a1055b74580489955bed23a6730a45049f092df 317922 
afbackup-common_3.5.2-1_all.deb
 fa51bc06c1e59b953bbcf605d02f5b87086fce75ec5415847b115dce8bb15bde 428106 
afbackup_3.5.2-1_i386.deb
 151e1e5e1b06a4508d7d1494493602aa402a4c7c19a538db9a3b63661be09de6 520938 
afbackup-client_3.5.2-1_i386.deb
Files: 
 489de85f33e4e02f731030b70447110d 1301 utils optional afbackup_3.5.2-1.dsc
 b92cf5877c0f1fc7e5f9f881a6d01fba 995044 utils optional 
afbackup_3.5.2.orig.tar.gz
 c07e8b7e3a3db8c55e350c0e6ff45821 13246 utils optional afbackup_3.5.2-1.diff.gz
 66382a4af5b61f7bfc2cd6775d615284 317922 utils optional 
afbackup-common_3.5.2-1_all.deb
 ecb2f7b2c7bd91552d8e3105fba4e484 428106 utils optional 
afbackup_3.5.2-1_i386.deb
 3601041e8194e137c6b7c4a74e95ed19 520938 utils optional 
afbackup-client_3.5.2-1_i386.deb

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

iD8DBQFIUCoBfY3dicTPjsMRAoAYAJ44ciUnA6S12+vt8ipIe8el/WW0LACeK9eQ
fWCAGtetWhyLfM69n2kW/e4=
=SSa7
-END PGP SIGNATURE-


Accepted:
afbackup-client_3.5.2-1_i386.deb
  to pool/main/a/afbackup/afbackup-client_3.5.2-1_i386.deb
afbackup-common_3.5.2-1_all.deb
  to pool/main/a/afbackup/afbackup-common_3.5.2-1_all.deb
afbackup_3.5.2-1.diff.gz
  to pool/main/a/afbackup/afbackup_3.5.2-1.diff.gz
afbackup_3.5.2-1.dsc
  to pool/main/a/afbackup/afbackup_3.5.2-1.dsc
afbackup_3.5.2-1_i386.deb
  to pool/main/a/afbackup/afbackup_3.5.2-1_i386.deb
afbackup_3.5.2.orig.tar.gz
  to pool/main/a/afbackup/afbackup_3.5.2.orig.tar.gz


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



Accepted cone 0.75-1 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 21:53:34 +0200
Source: cone
Binary: cone
Architecture: source i386
Version: 0.75-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 cone   - COnsole Newsreader and Emailer
Changes: 
 cone (0.75-1) unstable; urgency=low
 .
   * new upstream release
   * Do not use the sf.net redirector in debian/watch because it is flaky.
   * Remove patch gcc4.3.diff because it is not needed any more.
Checksums-Sha1: 
 26725fb628a6ab9c0abaec21295d74f2ffc21969 1205 cone_0.75-1.dsc
 5796270b6e7f864e47a2180bb1a38b8e100a3ef0 6222844 cone_0.75.orig.tar.gz
 f964fa834916f971f8aa992a8c50be81724c8e2b 3180 cone_0.75-1.diff.gz
 ab57ac14ccb13f72f487c9f599efb8c70c36e3a7 3801126 cone_0.75-1_i386.deb
Checksums-Sha256: 
 09156495da09f3a536ca735648cfb8221b6cfcf2d4b092fd2b32eeb97abbd538 1205 
cone_0.75-1.dsc
 afc9c9c1674033f617c8b97f0899fac2cded12c9a6ae5ec01c92d5d2c761f1ad 6222844 
cone_0.75.orig.tar.gz
 c7ffa54c1d453ab5e74ef5ca90b9791535047e66172c9e62ffca7ebb118471d6 3180 
cone_0.75-1.diff.gz
 8183c551564c0c877d05ecf688556955a83dd5ddbd943eedd1ef958b578f2641 3801126 
cone_0.75-1_i386.deb
Files: 
 c91fd2d179c8882c60646f6e2167f215 1205 mail optional cone_0.75-1.dsc
 2defcaf969c3b8b4f66b3344794213aa 6222844 mail optional cone_0.75.orig.tar.gz
 f62c57adc6f7b476a192032d0c4b2d85 3180 mail optional cone_0.75-1.diff.gz
 c39564fc4ee29e40fb4900c329ac3910 3801126 mail optional cone_0.75-1_i386.deb

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

iD8DBQFIUDScfY3dicTPjsMRAp+HAKCLy+tNVQ9Oh3QKIphTx+V8a8VZ7gCeKvHD
6PXX1WaXlCRRvxs4CuToAmE=
=YJ1e
-END PGP SIGNATURE-


Accepted:
cone_0.75-1.diff.gz
  to pool/main/c/cone/cone_0.75-1.diff.gz
cone_0.75-1.dsc
  to pool/main/c/cone/cone_0.75-1.dsc
cone_0.75-1_i386.deb
  to pool/main/c/cone/cone_0.75-1_i386.deb
cone_0.75.orig.tar.gz
  to pool/main/c/cone/cone_0.75.orig.tar.gz


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



Accepted gtk2-engines-wonderland 1.0-8 (source amd64)

2008-06-11 Thread Ulises Vitulli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 03:17:03 -0300
Source: gtk2-engines-wonderland
Binary: gtk2-engines-wonderland
Architecture: source amd64
Version: 1.0-8
Distribution: unstable
Urgency: low
Maintainer: Ulises Vitulli [EMAIL PROTECTED]
Changed-By: Ulises Vitulli [EMAIL PROTECTED]
Description: 
 gtk2-engines-wonderland - Wonderland theme for GTK+-2.0
Closes: 481432
Changes: 
 gtk2-engines-wonderland (1.0-8) unstable; urgency=low
 .
   * New maintainer (Closes: #481432)
   * Updated to latest policy.
Checksums-Sha1: 
 1d16cbad1ec6ec29b7f5fac9bd2bd2778344e6bf 1141 gtk2-engines-wonderland_1.0-8.dsc
 e30f611c33ac95bd1c6364104170e780ce3e3987 331059 
gtk2-engines-wonderland_1.0-8.diff.gz
 930e33e11828e494effe93785904abf323ccd67e 29220 
gtk2-engines-wonderland_1.0-8_amd64.deb
Checksums-Sha256: 
 38777ec28a515a794910992747c21b6b3599d6294a87a929514a63e5a7b04a12 1141 
gtk2-engines-wonderland_1.0-8.dsc
 a952bd0e2a62512cb8469c41a072f4fdaf4442dd77dfb2ee09be91a3e8a225fc 331059 
gtk2-engines-wonderland_1.0-8.diff.gz
 5d6cc6b355ef12ee9dbfaa523372f6abb155765822c2ee790d23d6e252c318bd 29220 
gtk2-engines-wonderland_1.0-8_amd64.deb
Files: 
 fe9c1367d466d5fb3f2eb74a7032a7c4 1141 x11 optional 
gtk2-engines-wonderland_1.0-8.dsc
 ce24873b23b205f37fb7907bab0359c2 331059 x11 optional 
gtk2-engines-wonderland_1.0-8.diff.gz
 5382e9b0857814c3e43d2b59ef8489f9 29220 x11 optional 
gtk2-engines-wonderland_1.0-8_amd64.deb

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

iEYEARECAAYFAkhQM1oACgkQNTNQylgICMRmBACfbTkfUVFL2TfU60H/8aq19VNa
CXIAoLRKZDMk0524QjUbX7ELZYKXlI7e
=YXrb
-END PGP SIGNATURE-


Accepted:
gtk2-engines-wonderland_1.0-8.diff.gz
  to pool/main/g/gtk2-engines-wonderland/gtk2-engines-wonderland_1.0-8.diff.gz
gtk2-engines-wonderland_1.0-8.dsc
  to pool/main/g/gtk2-engines-wonderland/gtk2-engines-wonderland_1.0-8.dsc
gtk2-engines-wonderland_1.0-8_amd64.deb
  to pool/main/g/gtk2-engines-wonderland/gtk2-engines-wonderland_1.0-8_amd64.deb


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



Accepted lua-cosmo 8.04.14-1 (source all)

2008-06-11 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 21:56:12 +0200
Source: lua-cosmo
Binary: liblua5.1-cosmo0
Architecture: source all
Version: 8.04.14-1
Distribution: unstable
Urgency: medium
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 liblua5.1-cosmo0 - A template library for the lua langua version 5.1
Changes: 
 lua-cosmo (8.04.14-1) unstable; urgency=medium
 .
   * new upstream release
Checksums-Sha1: 
 0bc245c419c7ad2c01ff86bc85294cdcd50119da 1231 lua-cosmo_8.04.14-1.dsc
 52f4dbf7e8053d88148749406d8b986c15ab4d40 21154 lua-cosmo_8.04.14.orig.tar.gz
 41a0f7db619add1c757e734247c2f68a434d4194 2367 lua-cosmo_8.04.14-1.diff.gz
 da74f0cdb0ccc79078a2eea9cb78a5ab1e864c3e 9682 
liblua5.1-cosmo0_8.04.14-1_all.deb
Checksums-Sha256: 
 3e9b76d73af29fa3872de8d72f275e062b4f33225e4b5da74985732f48821eb9 1231 
lua-cosmo_8.04.14-1.dsc
 c10abafaa47f84366fead02cc66b599be12920a85a6429795ee2eb3d28d7e069 21154 
lua-cosmo_8.04.14.orig.tar.gz
 79224605567de8e7fb246a0e263e694ca0a20a5aa6a3181736de6a3c36a611e9 2367 
lua-cosmo_8.04.14-1.diff.gz
 97f34b28ec655f2204c8884ac254a285da5b50bca55711ac7103d490de2afd8d 9682 
liblua5.1-cosmo0_8.04.14-1_all.deb
Files: 
 b732ce15a1baa528aea37bbaebac0634 1231 interpreters optional 
lua-cosmo_8.04.14-1.dsc
 e67f3041eda8d6e5a01eb373e86293cc 21154 interpreters optional 
lua-cosmo_8.04.14.orig.tar.gz
 7741455da9fac4d0954522b078b45bd5 2367 interpreters optional 
lua-cosmo_8.04.14-1.diff.gz
 68a93b9004f08d1a7b498015b91a9179 9682 interpreters optional 
liblua5.1-cosmo0_8.04.14-1_all.deb

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

iEYEARECAAYFAkhQLqAACgkQ7kkcPgEj8vIrYQCffo35gPrjzUbZHaWY+YcJq1M3
rrIAnjfzSAoN27SbL+laj+pNoZjrNfT4
=oseK
-END PGP SIGNATURE-


Accepted:
liblua5.1-cosmo0_8.04.14-1_all.deb
  to pool/main/l/lua-cosmo/liblua5.1-cosmo0_8.04.14-1_all.deb
lua-cosmo_8.04.14-1.diff.gz
  to pool/main/l/lua-cosmo/lua-cosmo_8.04.14-1.diff.gz
lua-cosmo_8.04.14-1.dsc
  to pool/main/l/lua-cosmo/lua-cosmo_8.04.14-1.dsc
lua-cosmo_8.04.14.orig.tar.gz
  to pool/main/l/lua-cosmo/lua-cosmo_8.04.14.orig.tar.gz


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



Accepted auth2db 0.2.4+dfsg-2 (source all)

2008-06-11 Thread Ulises Vitulli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 16 May 2008 12:46:30 -0300
Source: auth2db
Binary: auth2db auth2db-common auth2db-frontend auth2db-filters
Architecture: source all
Version: 0.2.4+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Ulises Vitulli [EMAIL PROTECTED]
Changed-By: Ulises Vitulli [EMAIL PROTECTED]
Description: 
 auth2db- Powerful and eye-candy IDS logger, log viewer and alert generator
 auth2db-common - Common configuration files for Auth2db backend and web 
frontend
 auth2db-filters - Auth2db defaults filters pack
 auth2db-frontend - Web frontend view for auth2DB log engine
Closes: 479420
Changes: 
 auth2db (0.2.4+dfsg-2) unstable; urgency=low
 .
   * Fixing bad REMOTE HOSTNAME matching rule in filters.conf.
   * Debconf translation updates:
 - Russian. Closes: #479420.
Checksums-Sha1: 
 3ee90a9efdd93efba3f3ba7fa2a3cc7aeb112166 1082 auth2db_0.2.4+dfsg-2.dsc
 6397cc97acbc4baeb4e0e6144abf06c0fe7e3eb8 658563 auth2db_0.2.4+dfsg-2.diff.gz
 3b3746845a7efaeaf98eeec9067bff005a9a783f 29106 auth2db_0.2.4+dfsg-2_all.deb
 9734cabc9695990059855a08cd0455d1015372e2 648064 
auth2db-common_0.2.4+dfsg-2_all.deb
 5ca629764ad7c3f2dc3943c34fa78de67d0d9a67 560730 
auth2db-frontend_0.2.4+dfsg-2_all.deb
 cbc2b2a60e00f6f1a40e8a5f0228cfb5b88d29d9 13298 
auth2db-filters_0.2.4+dfsg-2_all.deb
Checksums-Sha256: 
 3d8023191060acb8c89e8c00a2e07298d676072d6fffb1e21d2bc7d3ea7191a7 1082 
auth2db_0.2.4+dfsg-2.dsc
 61977da11b3c03deb0eb6fe2a5b5bced1dd68dfe49c054b7c4171a0ecceccd02 658563 
auth2db_0.2.4+dfsg-2.diff.gz
 1248ad0855a837581dc31a5c72ecd9fd1a7be9ac56ff6ec550dbcd267e4872d9 29106 
auth2db_0.2.4+dfsg-2_all.deb
 e3f71bc8d75374ee56d41ab54007d7e5065060972cf78e43e2055a9e5c12fd11 648064 
auth2db-common_0.2.4+dfsg-2_all.deb
 e153e843344a4b94adbbf272bc837ddda45ac0c8f3de193a739a18a6277c6b02 560730 
auth2db-frontend_0.2.4+dfsg-2_all.deb
 b6a0e8576833ace96a34c0e87f95f3b493e0615052cfbb49eeef1ea30ca4cf33 13298 
auth2db-filters_0.2.4+dfsg-2_all.deb
Files: 
 52f5005b0514a9c04209c782fa307740 1082 net extra auth2db_0.2.4+dfsg-2.dsc
 5b51b9fde9eed1d8ed5b3c72f85c7139 658563 net extra auth2db_0.2.4+dfsg-2.diff.gz
 535ddef52bbe512eae41398fc926b84c 29106 net extra auth2db_0.2.4+dfsg-2_all.deb
 ca17bd2406504b53a2d40e549fd8593b 648064 net extra 
auth2db-common_0.2.4+dfsg-2_all.deb
 2ff55e0fae8f95d20c17b3661ff2e872 560730 net extra 
auth2db-frontend_0.2.4+dfsg-2_all.deb
 7eab6a04955dab1cf1d390c02d52b489 13298 net extra 
auth2db-filters_0.2.4+dfsg-2_all.deb

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

iEYEARECAAYFAkhQMRsACgkQNTNQylgICMRG/ACgvaoOFIA2OUd/93Zl8ozsk3ov
3c0AoK4z9x9csWAs+dCHOWPFC1CG69L8
=fWY2
-END PGP SIGNATURE-


Accepted:
auth2db-common_0.2.4+dfsg-2_all.deb
  to pool/main/a/auth2db/auth2db-common_0.2.4+dfsg-2_all.deb
auth2db-filters_0.2.4+dfsg-2_all.deb
  to pool/main/a/auth2db/auth2db-filters_0.2.4+dfsg-2_all.deb
auth2db-frontend_0.2.4+dfsg-2_all.deb
  to pool/main/a/auth2db/auth2db-frontend_0.2.4+dfsg-2_all.deb
auth2db_0.2.4+dfsg-2.diff.gz
  to pool/main/a/auth2db/auth2db_0.2.4+dfsg-2.diff.gz
auth2db_0.2.4+dfsg-2.dsc
  to pool/main/a/auth2db/auth2db_0.2.4+dfsg-2.dsc
auth2db_0.2.4+dfsg-2_all.deb
  to pool/main/a/auth2db/auth2db_0.2.4+dfsg-2_all.deb


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



Accepted dvipng 1.11-1 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 23:05:01 +0200
Source: dvipng
Binary: dvipng
Architecture: source i386
Version: 1.11-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 dvipng - convert DVI files to PNG graphics
Changes: 
 dvipng (1.11-1) unstable; urgency=low
 .
   * new upstream release
   * Update debian/watch.
   * Remove the patch that has been applied upstream.
Checksums-Sha1: 
 1d1d813bae1dde834bd6fd0f7ac1f8c5c842185a 1210 dvipng_1.11-1.dsc
 2093cbd22c4d459bbf7e89d87b6a0b0046281ce7 167331 dvipng_1.11.orig.tar.gz
 7ea85b63399264c7bede5f08c17feef2be767fb5 3997 dvipng_1.11-1.diff.gz
 b82b514027de7a9b758340288d1c82f57c54c7af 84248 dvipng_1.11-1_i386.deb
Checksums-Sha256: 
 4f3d34426e887a0e2740ab35b2e2ad3f321c9086896e3406a91d9d21623d351e 1210 
dvipng_1.11-1.dsc
 c2f5bc29a5e0a4294d7eb3db432a37174c6a86de9bb6d71640a5980fd6c16850 167331 
dvipng_1.11.orig.tar.gz
 55ace2fc5f73c68a07b6636ddce3c8fff362e318038e46d5fda1ec766e739991 3997 
dvipng_1.11-1.diff.gz
 4e237420fa15006e11de11db6a437e6768b94fcf9a85ae3967be9ad61de11987 84248 
dvipng_1.11-1_i386.deb
Files: 
 54c77ef9eac4d0bf4f1cf9533b242797 1210 utils optional dvipng_1.11-1.dsc
 6afa95aec70e4c5934268cff0443f89c 167331 utils optional dvipng_1.11.orig.tar.gz
 f92a0beec8163ff062e7fcfd108c8069 3997 utils optional dvipng_1.11-1.diff.gz
 0e33c30b435f6433bf05bb63c4bb4290 84248 utils optional dvipng_1.11-1_i386.deb

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

iD8DBQFIUD8ufY3dicTPjsMRAq03AKCSSEYeoN21sm65ipKUak9n+pVmEgCfRMZE
1MkvA7rmr8OvVKDNd+8e3ws=
=uEU4
-END PGP SIGNATURE-


Accepted:
dvipng_1.11-1.diff.gz
  to pool/main/d/dvipng/dvipng_1.11-1.diff.gz
dvipng_1.11-1.dsc
  to pool/main/d/dvipng/dvipng_1.11-1.dsc
dvipng_1.11-1_i386.deb
  to pool/main/d/dvipng/dvipng_1.11-1_i386.deb
dvipng_1.11.orig.tar.gz
  to pool/main/d/dvipng/dvipng_1.11.orig.tar.gz


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



Accepted sip4-qt3 4.7.6-1 (source all i386)

2008-06-11 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 23:19:27 +0200
Source: sip4-qt3
Binary: sip4 python-sip4 python-sip4-dbg python-sip4-dev
Architecture: source all i386
Version: 4.7.6-1
Distribution: unstable
Urgency: low
Maintainer: Ricardo Javier Cardenes Medina [EMAIL PROTECTED]
Changed-By: Torsten Marek [EMAIL PROTECTED]
Description: 
 python-sip4 - Python/C++ bindings generator runtime library
 python-sip4-dbg - Python/C++ bindings generator runtime library (debug 
extension)
 python-sip4-dev - Python/C++ bindings generator development files
 sip4   - Python/C++ bindings generator
Closes: 484595
Changes: 
 sip4-qt3 (4.7.6-1) unstable; urgency=low
 .
   [ Torsten Marek ]
   * New upstream release
 .
   [ Sandro Tosi ]
   * debian/control
 - updated Homepage field; Closes: #484595
 - bump Standards-Version to 3.8.0 (no changes needed)
   * debian/watch
 - updated
Checksums-Sha1: 
 e4a7a52e5aa1f40209dcfb6d65ee5e82332ac151 1457 sip4-qt3_4.7.6-1.dsc
 8ae089513744c394e502e258b428780260e39cda 464434 sip4-qt3_4.7.6.orig.tar.gz
 cb49d273d56dbc5283863b2a560283c4011e944a 11021 sip4-qt3_4.7.6-1.diff.gz
 98ff0684b21476b917fd950dd8deaac18f548729 141288 python-sip4-dev_4.7.6-1_all.deb
 051f3847aa932ba14ef6bbce073c81e7eb2d52cd 265118 sip4_4.7.6-1_i386.deb
 f6c9562df7fb79c5d6b40bb86d2e672a2ad92fd0 109584 python-sip4_4.7.6-1_i386.deb
 86d6efa90cf7b3ccc233ecb744c881f148755565 335756 
python-sip4-dbg_4.7.6-1_i386.deb
Checksums-Sha256: 
 151764c1c148e48ba304c942326eb2315104edbd6f250510d8835e62fee6959d 1457 
sip4-qt3_4.7.6-1.dsc
 cb5b26e064a2b8423a832101d70c2f8b325a33ac80ec64e81479ff1e7f037368 464434 
sip4-qt3_4.7.6.orig.tar.gz
 6a9c061977924cff699fbdcccf3050711b68ceb9e8d82fe995389e2f139a2ebb 11021 
sip4-qt3_4.7.6-1.diff.gz
 e897252ed9f1cd969c9a5d581c239db64f40633c759789d5460d86476c2f9e90 141288 
python-sip4-dev_4.7.6-1_all.deb
 9efe74dcbea574caf19080aa4f792a569a98a39bbf958ec4617279e17016c61f 265118 
sip4_4.7.6-1_i386.deb
 bcf7e6d281f1a2928d6c12e8094b7d219c5433aa29282894f1df3f4ea01dcf05 109584 
python-sip4_4.7.6-1_i386.deb
 ae77cec7ba50ef8cee07e50f39ba281e0a143d4f96ec4c2d34233e4aeee63c7c 335756 
python-sip4-dbg_4.7.6-1_i386.deb
Files: 
 d641658db083cbe075ebe8da07f97295 1457 devel optional sip4-qt3_4.7.6-1.dsc
 f49e93046fe438a8fb4c2ed481aa3951 464434 devel optional 
sip4-qt3_4.7.6.orig.tar.gz
 b987307b578fa3cc7aa2adb90c3753a1 11021 devel optional sip4-qt3_4.7.6-1.diff.gz
 66ad3fe5df903ce8fc33d02b15a22f75 141288 python optional 
python-sip4-dev_4.7.6-1_all.deb
 9f17fa094f45aa3c9570cdf9b184d9dd 265118 devel optional sip4_4.7.6-1_i386.deb
 1b0f8b34ea641bfb3ce069e289a61011 109584 python optional 
python-sip4_4.7.6-1_i386.deb
 9d3bf898fb14c0033514237deeba08e5 335756 python extra 
python-sip4-dbg_4.7.6-1_i386.deb

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

iEYEARECAAYFAkhQQngACgkQfMVFHqJEyFjD6ACfRRC/tvyOA874/Dbhxua0ryr2
ZAgAoImOk+AFZPAm5ET8pry4qxLxCQ0H
=Q5by
-END PGP SIGNATURE-


Accepted:
python-sip4-dbg_4.7.6-1_i386.deb
  to pool/main/s/sip4-qt3/python-sip4-dbg_4.7.6-1_i386.deb
python-sip4-dev_4.7.6-1_all.deb
  to pool/main/s/sip4-qt3/python-sip4-dev_4.7.6-1_all.deb
python-sip4_4.7.6-1_i386.deb
  to pool/main/s/sip4-qt3/python-sip4_4.7.6-1_i386.deb
sip4-qt3_4.7.6-1.diff.gz
  to pool/main/s/sip4-qt3/sip4-qt3_4.7.6-1.diff.gz
sip4-qt3_4.7.6-1.dsc
  to pool/main/s/sip4-qt3/sip4-qt3_4.7.6-1.dsc
sip4-qt3_4.7.6.orig.tar.gz
  to pool/main/s/sip4-qt3/sip4-qt3_4.7.6.orig.tar.gz
sip4_4.7.6-1_i386.deb
  to pool/main/s/sip4-qt3/sip4_4.7.6-1_i386.deb


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



Accepted jexcelapi 2.6.8-1 (source all)

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

Format: 1.8
Date: Wed, 11 Jun 2008 23:15:54 +0200
Source: jexcelapi
Binary: libjexcelapi-java
Architecture: source all
Version: 2.6.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libjexcelapi-java - Java API to read, write and modify Excel spreadsheets
Changes: 
 jexcelapi (2.6.8-1) unstable; urgency=low
 .
   * new upstream release
   * Update debian/watch.
Checksums-Sha1: 
 c38f3c9045376917e4a9876ead3bcb7c0554caa5 1248 jexcelapi_2.6.8-1.dsc
 d3d2466c5b0d0b12a17cd40a75c78ea0e790d539 1017099 jexcelapi_2.6.8.orig.tar.gz
 2f65bb25bec94928e0e8bc5974c977600d70d989 2232 jexcelapi_2.6.8-1.diff.gz
 9e9e328547f907853ffb0dde53ff72eb17b9e375 831470 
libjexcelapi-java_2.6.8-1_all.deb
Checksums-Sha256: 
 485a178f646d65773b19a55fddb9ee5a1af239ffcef4b8bb376d3e2f11993432 1248 
jexcelapi_2.6.8-1.dsc
 73dd941006d536cac9e3a4d349100554834424c157d2b25bc1d3a6d0cc15456f 1017099 
jexcelapi_2.6.8.orig.tar.gz
 5597b4a445abd15d620ce2e98344970d892572a32e94c45ddc1b8713b7fe137d 2232 
jexcelapi_2.6.8-1.diff.gz
 0fabecad0c12f03121683b6dc60854795a67dc23acf4dd24314bf0308a22126c 831470 
libjexcelapi-java_2.6.8-1_all.deb
Files: 
 a3b4f30646a90603dbef1d93d4316e62 1248 libs optional jexcelapi_2.6.8-1.dsc
 cfece5d0081d8418ca143be769306edc 1017099 libs optional 
jexcelapi_2.6.8.orig.tar.gz
 cf595fa8bafe6b7c2d52cc72649e3e21 2232 libs optional jexcelapi_2.6.8-1.diff.gz
 2260a259d48cf1b3ef38137e7503b190 831470 libs optional 
libjexcelapi-java_2.6.8-1_all.deb

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

iD8DBQFIUEKdfY3dicTPjsMRArN4AJ9qYccdpdp7MeXcHmB2lt8A07HFsgCdE+bF
vMUwxkBtmAvEdL3dEhId2/s=
=S1xD
-END PGP SIGNATURE-


Accepted:
jexcelapi_2.6.8-1.diff.gz
  to pool/main/j/jexcelapi/jexcelapi_2.6.8-1.diff.gz
jexcelapi_2.6.8-1.dsc
  to pool/main/j/jexcelapi/jexcelapi_2.6.8-1.dsc
jexcelapi_2.6.8.orig.tar.gz
  to pool/main/j/jexcelapi/jexcelapi_2.6.8.orig.tar.gz
libjexcelapi-java_2.6.8-1_all.deb
  to pool/main/j/jexcelapi/libjexcelapi-java_2.6.8-1_all.deb


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



Accepted libcap2 2.10-1 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 23:37:06 +0200
Source: libcap2
Binary: libcap2-dev libcap2-bin libcap2
Architecture: source i386
Version: 2.10-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libcap2- support for getting/setting POSIX.1e capabilities
 libcap2-bin - basic utility programs for using capabilities
 libcap2-dev - development libraries and header files for libcap2
Changes: 
 libcap2 (2.10-1) unstable; urgency=low
 .
   * new upstream release
Checksums-Sha1: 
 4cac087f92aa2ebb75179e0bed3fd8de6378e5b7 1085 libcap2_2.10-1.dsc
 56e80cda5428d6b27450cc8b31b74a0b09962da9 51011 libcap2_2.10.orig.tar.gz
 81ae2154c50a2f69109a23495c17976fe06f3e5b 3783 libcap2_2.10-1.diff.gz
 ba025ae39a1c19d937dd53fd1155b6b346112b9c 14984 libcap2-dev_2.10-1_i386.deb
 1d2f8bcecf44a08a66aeb0613e88ef8123f78352 14036 libcap2-bin_2.10-1_i386.deb
 882ebcd4b43e0c2908d5f38b714b7e381f6901a8 10398 libcap2_2.10-1_i386.deb
Checksums-Sha256: 
 de0c513824c5a2125954a06cfdc934b49e409feb03d21b2b0da9d35f57ceef26 1085 
libcap2_2.10-1.dsc
 7ff1f2af493236d776eb55b95eee1ff7d78c8dd1b658e8ebbeda74a7e060d057 51011 
libcap2_2.10.orig.tar.gz
 a306c630ee2e273f87d00c66442b54a77dfff6d7b02284452f9f57f61a90fa10 3783 
libcap2_2.10-1.diff.gz
 b5b08adefbeda281376c5f5f49212c3f651de40801c433ef326c7bef31eb16b4 14984 
libcap2-dev_2.10-1_i386.deb
 8d6285f28e63cca9bdb751e82d062eb8dd9f4cc40770387429bb3d54f8b1cfde 14036 
libcap2-bin_2.10-1_i386.deb
 5d13feb84e7c479eab4a45db996eab79908d79029ffdd886d7c972f4441b542c 10398 
libcap2_2.10-1_i386.deb
Files: 
 997d8212948b7aa9f7155cba50269ef9 1085 libs optional libcap2_2.10-1.dsc
 d2351abe273a68ffdb5fd50c3ea4572a 51011 libs optional libcap2_2.10.orig.tar.gz
 6f1de6f9c5f72dcf67069459ea3a1c4f 3783 libs optional libcap2_2.10-1.diff.gz
 696f3496789f6bf0d0d91033d10d0169 14984 libdevel optional 
libcap2-dev_2.10-1_i386.deb
 4a2d6b91bdbfd36878b61b3a8ccd252b 14036 utils optional 
libcap2-bin_2.10-1_i386.deb
 68c4483995d784967afb46fa61e3e6fb 10398 libs optional libcap2_2.10-1_i386.deb

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

iD8DBQFIUEXvfY3dicTPjsMRAlLwAJ49AGxJv+kTa4h7lRKtU7JDfgzvlQCgme/m
2hmM6IAtft9ZCai75UyPth8=
=8ahy
-END PGP SIGNATURE-


Accepted:
libcap2-bin_2.10-1_i386.deb
  to pool/main/libc/libcap2/libcap2-bin_2.10-1_i386.deb
libcap2-dev_2.10-1_i386.deb
  to pool/main/libc/libcap2/libcap2-dev_2.10-1_i386.deb
libcap2_2.10-1.diff.gz
  to pool/main/libc/libcap2/libcap2_2.10-1.diff.gz
libcap2_2.10-1.dsc
  to pool/main/libc/libcap2/libcap2_2.10-1.dsc
libcap2_2.10-1_i386.deb
  to pool/main/libc/libcap2/libcap2_2.10-1_i386.deb
libcap2_2.10.orig.tar.gz
  to pool/main/libc/libcap2/libcap2_2.10.orig.tar.gz


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



Accepted unsort 1.1.2-1 (source amd64)

2008-06-11 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 23:49:07 +0200
Source: unsort
Binary: unsort
Architecture: source amd64
Version: 1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 unsort - reorders lines in a file in semirandom ways
Changes: 
 unsort (1.1.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 1c5746846fb226158883306e23e3ac55503efdae 942 unsort_1.1.2-1.dsc
 09c4284dd237ac12934e4cd97db29ab27aac573f 78606 unsort_1.1.2.orig.tar.gz
 baad211071f8ee243ac4c7ed10f664fda0353f44 2450 unsort_1.1.2-1.diff.gz
 52715f5dd28d749a9fd1f2f13de4a634db0fa01f 14836 unsort_1.1.2-1_amd64.deb
Checksums-Sha256: 
 4163dd7ad8140620f3662b9f41653f32f1c30ccd5f2c0ea15bdee4e0bd4bc06a 942 
unsort_1.1.2-1.dsc
 4e95b6bd18d427517e5c582dcc7115571bb57cf724efee8e6cf7c73293d27d52 78606 
unsort_1.1.2.orig.tar.gz
 97d3ebdb5420b350b7c553f799b7d74fb01c737d9f6e5d990e045382130c7a9f 2450 
unsort_1.1.2-1.diff.gz
 64fd5be6ae9f90e58375110ae576e368ee7aac27eb235945b16df70005f20a52 14836 
unsort_1.1.2-1_amd64.deb
Files: 
 7b1885e5c4cde82377b7fe21923450ab 942 text extra unsort_1.1.2-1.dsc
 0127198215f81ac89762ef4372d8ed73 78606 text extra unsort_1.1.2.orig.tar.gz
 038d3a59af3275b0b66b1781cc8fd4cf 2450 text extra unsort_1.1.2-1.diff.gz
 5e2ec66bd723f775a293ccd559b60ace 14836 text extra unsort_1.1.2-1_amd64.deb

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

iEYEARECAAYFAkhQSIcACgkQAxLow12M2nvJBgCdFXsYOJLHm03TZgtESvOtIrJ2
oIkAoJ80IlxzqddpdgWYxtM/rBnJUhez
=nNnJ
-END PGP SIGNATURE-


Accepted:
unsort_1.1.2-1.diff.gz
  to pool/main/u/unsort/unsort_1.1.2-1.diff.gz
unsort_1.1.2-1.dsc
  to pool/main/u/unsort/unsort_1.1.2-1.dsc
unsort_1.1.2-1_amd64.deb
  to pool/main/u/unsort/unsort_1.1.2-1_amd64.deb
unsort_1.1.2.orig.tar.gz
  to pool/main/u/unsort/unsort_1.1.2.orig.tar.gz


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



Accepted freepops 0.2.7-1 (source all amd64)

2008-06-11 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 May 2008 16:27:52 +0200
Source: freepops
Binary: freepops freepops-updater-fltk freepops-updater-gnome freepops-doc
Architecture: source all amd64
Version: 0.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 freepops   - POP3 interface to several webmail sites
 freepops-doc - FreePOPs user/developer manual
 freepops-updater-fltk - Graphical interface for the freepops updater engine
 freepops-updater-gnome - GNOME interface for the freepops updater engine
Closes: 456968 460882
Changes: 
 freepops (0.2.7-1) unstable; urgency=low
 .
   * new upstream release (Closes: #460882)
   * added freepops-updater-gnome containing an interactive updater based on
 zenity
   * updated Standsrds Version to 3.7.3, fixing .menu sections
   * added fi.po (Closes: #456968)
Checksums-Sha1: 
 49d105662f7393d761d67c2d646c11b6126f9abc 1380 freepops_0.2.7-1.dsc
 69e027390f08f723150a5c5ed9786e97e94fffc4 1955230 freepops_0.2.7.orig.tar.gz
 da3631197130dbba4adc4f92f2589dcef3c22ba9 25319 freepops_0.2.7-1.diff.gz
 74bb6785478c0ee142f1c848cb66a7ffc58a9e8b 781918 freepops-doc_0.2.7-1_all.deb
 744f800ee880d41b8a17dd0c0fa37f9bd0fa10f4 330990 freepops_0.2.7-1_amd64.deb
 199bc4db0d688e9d694565626bbd5d7b2a86a483 37884 
freepops-updater-fltk_0.2.7-1_amd64.deb
 e586294a6a6b86f661a86a4b2635616583ce55a0 34164 
freepops-updater-gnome_0.2.7-1_amd64.deb
Checksums-Sha256: 
 178b8503322101fb56bdd147d3901ed2bbf750ce6ac4e2580d1faa292b33326d 1380 
freepops_0.2.7-1.dsc
 aad30d338fbc849a0ddbf3ca66f8b1fee772d0f2e252bb96f32637fa18c0658a 1955230 
freepops_0.2.7.orig.tar.gz
 7a176ae9c49af134c782dbec3e01cf9dec13587d052f4c1b3eee767a1df7cc76 25319 
freepops_0.2.7-1.diff.gz
 35343f02d127cdba3fbd8bd1ccc4eb4e8e5164abb8b60b29e877a1b89b9f1189 781918 
freepops-doc_0.2.7-1_all.deb
 6d65cb067479d68e4e8292db82871924774068be5cb10671b6bc74f619d50599 330990 
freepops_0.2.7-1_amd64.deb
 ce8a3ce49daa3223651f3484108e91c3228c9cd9f60a363f9ba7be1da1c1d838 37884 
freepops-updater-fltk_0.2.7-1_amd64.deb
 102cb66d08330531b99a02a28105a24378a1266cc764002094f5e19759f25455 34164 
freepops-updater-gnome_0.2.7-1_amd64.deb
Files: 
 390f68ef722f86779d7df1d378af92a8 1380 mail optional freepops_0.2.7-1.dsc
 24c33a06fb0c405d39537995f35a7c6c 1955230 mail optional 
freepops_0.2.7.orig.tar.gz
 7ed925f4a763d39eebbf5ebf76b9f2f8 25319 mail optional freepops_0.2.7-1.diff.gz
 809f7389d820e3fb52bd851b7768e13a 781918 doc optional 
freepops-doc_0.2.7-1_all.deb
 11a5999624e342bbefab6fe5df9268ee 330990 mail optional 
freepops_0.2.7-1_amd64.deb
 b3b587feeba9d1c4c8dcb9410ddfd5af 37884 mail optional 
freepops-updater-fltk_0.2.7-1_amd64.deb
 3ab1096d2359e1ed4d1629d0779e0f83 34164 mail optional 
freepops-updater-gnome_0.2.7-1_amd64.deb

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

iEYEARECAAYFAkhQSXIACgkQ7kkcPgEj8vL6KwCggoirErV1iUEc9HHl40NLay87
wCgAoIrfM54VV/0a5WKguZgWKQLr2lbw
=/hi9
-END PGP SIGNATURE-


Accepted:
freepops-doc_0.2.7-1_all.deb
  to pool/main/f/freepops/freepops-doc_0.2.7-1_all.deb
freepops-updater-fltk_0.2.7-1_amd64.deb
  to pool/main/f/freepops/freepops-updater-fltk_0.2.7-1_amd64.deb
freepops-updater-gnome_0.2.7-1_amd64.deb
  to pool/main/f/freepops/freepops-updater-gnome_0.2.7-1_amd64.deb
freepops_0.2.7-1.diff.gz
  to pool/main/f/freepops/freepops_0.2.7-1.diff.gz
freepops_0.2.7-1.dsc
  to pool/main/f/freepops/freepops_0.2.7-1.dsc
freepops_0.2.7-1_amd64.deb
  to pool/main/f/freepops/freepops_0.2.7-1_amd64.deb
freepops_0.2.7.orig.tar.gz
  to pool/main/f/freepops/freepops_0.2.7.orig.tar.gz


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



Accepted libgdata-java 1.18.0-1 (source all)

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

Format: 1.8
Date: Wed, 11 Jun 2008 23:47:45 +0200
Source: libgdata-java
Binary: libgdata-java
Architecture: source all
Version: 1.18.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libgdata-java - simple standard protocol for reading and writing data on the 
web
Changes: 
 libgdata-java (1.18.0-1) unstable; urgency=low
 .
   * new upstream release
Checksums-Sha1: 
 6c141b20e0a148cdc7e75bba7ab5045eaaf8a522 1393 libgdata-java_1.18.0-1.dsc
 483d24acb9c5523cd654463214608662b9069f5b 365930 
libgdata-java_1.18.0.orig.tar.gz
 482f4a7763d0b05608692aa7ab69b62eb47bf840 5861 libgdata-java_1.18.0-1.diff.gz
 874b6edec7b4971f5bf9e7edb763d5518f0664d9 628820 libgdata-java_1.18.0-1_all.deb
Checksums-Sha256: 
 1fd1ea870f0b0746c9355987fb7f284dd928ef69997c1b1a72394b67a79b5d79 1393 
libgdata-java_1.18.0-1.dsc
 998a625074ec9e49869146bab3628e06c373440f38dde2c60c8c853a6cf6e2ac 365930 
libgdata-java_1.18.0.orig.tar.gz
 d915e99705d0bb1518a51c65c10cd2896a49e72f33f25c521b6b6c9efdfa9498 5861 
libgdata-java_1.18.0-1.diff.gz
 aa0a1c2359880094fa8b8b4783741f0020de3e9e6c3bd1c56e4b35c5ae5bf154 628820 
libgdata-java_1.18.0-1_all.deb
Files: 
 ae1e418f7d97c674a4b7a30c044cdfa4 1393 contrib/libs optional 
libgdata-java_1.18.0-1.dsc
 12fe2d036e06dfecfb92791bab04292d 365930 contrib/libs optional 
libgdata-java_1.18.0.orig.tar.gz
 7bfbfb7422d008af0afb0b2da04b5413 5861 contrib/libs optional 
libgdata-java_1.18.0-1.diff.gz
 73e5f2b88f6bba5de21f8c2a09d4116f 628820 contrib/libs optional 
libgdata-java_1.18.0-1_all.deb

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

iD8DBQFIUEoYfY3dicTPjsMRAq/yAJ0UnTYoj1II3P2ajpiB2W+8+ZN/bgCdFw6h
HgKLM0w+XHxM2uZXovQHsXM=
=xxVM
-END PGP SIGNATURE-


Accepted:
libgdata-java_1.18.0-1.diff.gz
  to pool/contrib/libg/libgdata-java/libgdata-java_1.18.0-1.diff.gz
libgdata-java_1.18.0-1.dsc
  to pool/contrib/libg/libgdata-java/libgdata-java_1.18.0-1.dsc
libgdata-java_1.18.0-1_all.deb
  to pool/contrib/libg/libgdata-java/libgdata-java_1.18.0-1_all.deb
libgdata-java_1.18.0.orig.tar.gz
  to pool/contrib/libg/libgdata-java/libgdata-java_1.18.0.orig.tar.gz


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



Accepted libusb 2:0.1.12-12 (source amd64)

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

Format: 1.8
Date: Thu, 12 Jun 2008 00:15:30 +0200
Source: libusb
Binary: libusb-0.1-4 libusb-dev libusb++-0.1-4c2 libusb++-dev libusb-0.1-udeb
Architecture: source amd64
Version: 2:0.1.12-12
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 libusb++-0.1-4c2 - userspace C++ USB programming library
 libusb++-dev - userspace C++ USB programming library development files
 libusb-0.1-4 - userspace USB programming library
 libusb-0.1-udeb - userspace USB programming library (udeb)
 libusb-dev - userspace USB programming library development files
Closes: 485778
Changes: 
 libusb (2:0.1.12-12) unstable; urgency=low
 .
   * Fix infinite loop when device are unplugged during a transfer (closes:
 bug#485778).
   * Upgraded policy compliance to 3.8.0 (no changes).
   * Don't build documentation in the udeb target.
Checksums-Sha1: 
 4606ecaf3e27cdb3368725a566c581767c6a5c35 1069 libusb_0.1.12-12.dsc
 553325c32d027170b4e2c972ae10faef1e6bbcc8 116569 libusb_0.1.12-12.diff.gz
 17feba0347b070c209369b400501aa4538876b31 21512 libusb-0.1-4_0.1.12-12_amd64.deb
 867ccee0f7264de0b09aef9113632d22862fb94c 40874 libusb-dev_0.1.12-12_amd64.deb
 883e798cd4521a19db0e13f15cbfba49938dd558 15962 
libusb++-0.1-4c2_0.1.12-12_amd64.deb
 740906f170af29b3c39b0c9e945de8fc3c937634 20140 libusb++-dev_0.1.12-12_amd64.deb
 56cf5a6477efea79eabcbe63dab048f84fa2f764 12462 
libusb-0.1-udeb_0.1.12-12_amd64.udeb
Checksums-Sha256: 
 7a0e4218f0e0d65279a6c499b7640c09d9777a8473eddde90eaf69962e472dd4 1069 
libusb_0.1.12-12.dsc
 0897b1f036d30ee0eb8340d1beb4ca0b626f0c43b77922b46580050d045e252d 116569 
libusb_0.1.12-12.diff.gz
 1dde137a1fb1e40c444ee3526b827cd4e9c3d00d809345769a7591cc5d7f7455 21512 
libusb-0.1-4_0.1.12-12_amd64.deb
 440e53ca175f3320fecd4db0e67adc4be25d0a221388d4295fb9cd59f8be4b88 40874 
libusb-dev_0.1.12-12_amd64.deb
 064c0701665219d892b5d724e86e50009397d95b2ada4f404bee8d0ef2cf2d8b 15962 
libusb++-0.1-4c2_0.1.12-12_amd64.deb
 df4a6711f9574a02f495e9f75e283ce6d57291fade3a55900e83a029178de7c9 20140 
libusb++-dev_0.1.12-12_amd64.deb
 a9f8d973e201fd18dc5a2a53a604a509283d89df3599a9b982522f645b0862ab 12462 
libusb-0.1-udeb_0.1.12-12_amd64.udeb
Files: 
 76f8754f888cf1b87e6d188a0a65b356 1069 libs optional libusb_0.1.12-12.dsc
 802c5c732ffe2fa12abfa7912f8d4e33 116569 libs optional libusb_0.1.12-12.diff.gz
 7f9a04ee81e0c5c78bef9abdf40d82e3 21512 libs important 
libusb-0.1-4_0.1.12-12_amd64.deb
 2b74cfc76574dab250828de459158e2c 40874 libdevel optional 
libusb-dev_0.1.12-12_amd64.deb
 9b9216a708149854d2def01fee566e17 15962 libs optional 
libusb++-0.1-4c2_0.1.12-12_amd64.deb
 7f59e83b6ef200e60ead1a89a7ba0e13 20140 libdevel optional 
libusb++-dev_0.1.12-12_amd64.deb
 66e145ad33a2d73bbc7f7a89ee954faa 12462 debian-installer optional 
libusb-0.1-udeb_0.1.12-12_amd64.udeb
Package-Type: udeb

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

iD8DBQFIUE7Aw3ao2vG823MRAgncAJ9Upgl5dwS/B5wrGCXEKSIe2RgQLwCfVnbh
8l7VdrU8jUKgs3oFlPtORJ8=
=Fyx1
-END PGP SIGNATURE-


Accepted:
libusb++-0.1-4c2_0.1.12-12_amd64.deb
  to pool/main/libu/libusb/libusb++-0.1-4c2_0.1.12-12_amd64.deb
libusb++-dev_0.1.12-12_amd64.deb
  to pool/main/libu/libusb/libusb++-dev_0.1.12-12_amd64.deb
libusb-0.1-4_0.1.12-12_amd64.deb
  to pool/main/libu/libusb/libusb-0.1-4_0.1.12-12_amd64.deb
libusb-0.1-udeb_0.1.12-12_amd64.udeb
  to pool/main/libu/libusb/libusb-0.1-udeb_0.1.12-12_amd64.udeb
libusb-dev_0.1.12-12_amd64.deb
  to pool/main/libu/libusb/libusb-dev_0.1.12-12_amd64.deb
libusb_0.1.12-12.diff.gz
  to pool/main/libu/libusb/libusb_0.1.12-12.diff.gz
libusb_0.1.12-12.dsc
  to pool/main/libu/libusb/libusb_0.1.12-12.dsc


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



Accepted fltk1.1 1.1.9-4 (source all amd64)

2008-06-11 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 18:12:25 -0400
Source: fltk1.1
Binary: fluid libfltk1.1-dev libfltk1.1 libfltk1.1-dbg fltk1.1-doc fltk1.1-games
Architecture: source amd64 all
Version: 1.1.9-4
Distribution: unstable
Urgency: low
Maintainer: Aaron M. Ucko [EMAIL PROTECTED]
Changed-By: Aaron M. Ucko [EMAIL PROTECTED]
Description: 
 fltk1.1-doc - Fast Light Toolkit - documentation
 fltk1.1-games - Fast Light Toolkit - example games: checkers, sudoku
 fluid  - Fast Light Toolkit - user interface designer
 libfltk1.1 - Fast Light Toolkit - shared libraries
 libfltk1.1-dbg - Fast Light Toolkit - shared libraries with debugging symbols
 libfltk1.1-dev - Fast Light Toolkit - development files
Changes: 
 fltk1.1 (1.1.9-4) unstable; urgency=low
 .
   * Debian still defaults to GCC 4.2 on alpha at present (2008-06-11);
 strip symbols introduced when building with 4.3 regardless of actual
 compiler version so that when the transition occurs, the generated
 dependencies will be suitably tight.
Checksums-Sha1: 
 4909d6aaed8268c4e67fec107315c6110dfd4409 1352 fltk1.1_1.1.9-4.dsc
 af3e823f09567d6e500861287c4ad3f483e282cc 68700 fltk1.1_1.1.9-4.diff.gz
 40448b417508aca153a9a8dec523613c84a9e841 255286 fluid_1.1.9-4_amd64.deb
 5b4a26104eca1a0902a200d0efdf1eca51bad694 642388 
libfltk1.1-dev_1.1.9-4_amd64.deb
 edfa29d09c70efa0c3ddf414603d267c6f0863d3 461932 libfltk1.1_1.1.9-4_amd64.deb
 17cf972a5cd19cc4f2ee22b377188034f7517e0e 1204002 
libfltk1.1-dbg_1.1.9-4_amd64.deb
 e0474032e089f84d4025f39c686a4d81f5badaf8 177972 fltk1.1-games_1.1.9-4_amd64.deb
 6b17306d4fc7c5e4c417cdfc4209e77f555854d2 2278256 fltk1.1-doc_1.1.9-4_all.deb
Checksums-Sha256: 
 d77496a7bce610e04fb620c5e6519042c61c31edea446fcf3aeae3153a5d2175 1352 
fltk1.1_1.1.9-4.dsc
 fe051b5f82921ccfbbaf7ff82f7ca176b456916cf4823bbec9bf16126a8816b0 68700 
fltk1.1_1.1.9-4.diff.gz
 04319f4b9787e544c4e60418b066a9a03b5f0124eda81f5be7d1dc6e4d34e60b 255286 
fluid_1.1.9-4_amd64.deb
 d84324b93161ad5883e95f8e4996c55a19b826939eb08d53028d72f33266ff19 642388 
libfltk1.1-dev_1.1.9-4_amd64.deb
 6637d26483c568e3b27f8e408c17f1446f4867c9788b89a9cd383154da3dbb6a 461932 
libfltk1.1_1.1.9-4_amd64.deb
 13b8ab5a9d0d0a044873e98d243dd0761abf8db570bb73c070f0d41ac8b4a087 1204002 
libfltk1.1-dbg_1.1.9-4_amd64.deb
 0c9871adc7da9af9831cc7e48abe6b7c1f954a2777b5b3c671d6ca65728e44b8 177972 
fltk1.1-games_1.1.9-4_amd64.deb
 0ca15e2714461fb3f1c705d53154609c7dc0e37d3f40ea07e82f660d361f2eaf 2278256 
fltk1.1-doc_1.1.9-4_all.deb
Files: 
 6597e46ba3d1ca814a7f18f851d0a13f 1352 libs optional fltk1.1_1.1.9-4.dsc
 4e92f7a6b271486b01b484ba9e0dde19 68700 libs optional fltk1.1_1.1.9-4.diff.gz
 c6521ab67b7b100f7f56a457389b31a0 255286 devel optional fluid_1.1.9-4_amd64.deb
 1cd660efd9401998806ad5b0b61ee48c 642388 libdevel optional 
libfltk1.1-dev_1.1.9-4_amd64.deb
 ad9e5291f30acd37f89e27ab986fbb48 461932 libs optional 
libfltk1.1_1.1.9-4_amd64.deb
 df5433154d96f2f77bf0af3e4e0ca149 1204002 libdevel extra 
libfltk1.1-dbg_1.1.9-4_amd64.deb
 1ede21d82acf31dadae80d73e78e068f 177972 games optional 
fltk1.1-games_1.1.9-4_amd64.deb
 5267ab33dac9f7c312ee1e1f86d34eef 2278256 doc optional 
fltk1.1-doc_1.1.9-4_all.deb

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

iEYEARECAAYFAkhQUSwACgkQWNCxsidXLEfDMwCdGwPdhZUztdbAMkTcZkhbag3U
PqAAnA8KOTjxoOO8turrYCxJ0odmhKpx
=HtCm
-END PGP SIGNATURE-


Accepted:
fltk1.1-doc_1.1.9-4_all.deb
  to pool/main/f/fltk1.1/fltk1.1-doc_1.1.9-4_all.deb
fltk1.1-games_1.1.9-4_amd64.deb
  to pool/main/f/fltk1.1/fltk1.1-games_1.1.9-4_amd64.deb
fltk1.1_1.1.9-4.diff.gz
  to pool/main/f/fltk1.1/fltk1.1_1.1.9-4.diff.gz
fltk1.1_1.1.9-4.dsc
  to pool/main/f/fltk1.1/fltk1.1_1.1.9-4.dsc
fluid_1.1.9-4_amd64.deb
  to pool/main/f/fltk1.1/fluid_1.1.9-4_amd64.deb
libfltk1.1-dbg_1.1.9-4_amd64.deb
  to pool/main/f/fltk1.1/libfltk1.1-dbg_1.1.9-4_amd64.deb
libfltk1.1-dev_1.1.9-4_amd64.deb
  to pool/main/f/fltk1.1/libfltk1.1-dev_1.1.9-4_amd64.deb
libfltk1.1_1.1.9-4_amd64.deb
  to pool/main/f/fltk1.1/libfltk1.1_1.1.9-4_amd64.deb


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



Accepted jd 1:2.0.0~beta080601-2 (source i386)

2008-06-11 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 22:34:33 +0900
Source: jd
Binary: jd
Architecture: source i386
Version: 1:2.0.0~beta080601-2
Distribution: experimental
Urgency: low
Maintainer: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
Changed-By: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]
Description: 
 jd - GTK+ based 2ch browser for Linux
Changes: 
 jd (1:2.0.0~beta080601-2) experimental; urgency=low
 .
   * debian/control
 - Bump up Standards-Version: 3.8.0 with no change.
Checksums-Sha1: 
 cc12845a457220682636eb88f1d17f12ee1bb562 1180 jd_2.0.0~beta080601-2.dsc
 cf8d3057d2914cc5a67a45a125093034bec9c10e 10059 jd_2.0.0~beta080601-2.diff.gz
 ebe9a798ff0e94752a0f73ec8b1fe65781151e38 1514320 jd_2.0.0~beta080601-2_i386.deb
Checksums-Sha256: 
 4a197924975659a27cef34bb502d5672576bd4542ee336163bd6224df24ed525 1180 
jd_2.0.0~beta080601-2.dsc
 667c90142aef7802eebd23b2042457ed6023ed26ada8ea970440353b78a1f9e8 10059 
jd_2.0.0~beta080601-2.diff.gz
 32bb2fa265f854037315714cf515f9edb44db2704efdc08529dffb3154fc19c9 1514320 
jd_2.0.0~beta080601-2_i386.deb
Files: 
 b0aea964550024f0987d1aad724c76b3 1180 net optional jd_2.0.0~beta080601-2.dsc
 0d86e09ad88b79876d5ee4f7b1bfbc6b 10059 net optional 
jd_2.0.0~beta080601-2.diff.gz
 462b256ce2e5e1514d4950c33cedbc15 1514320 net optional 
jd_2.0.0~beta080601-2_i386.deb

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

iEYEARECAAYFAkhQVBcACgkQIu0hy8THJktAdgCdFOx1c57ewg/MpP8cn7uM0+UU
v/sAn2W5PjLtyBoDc3vvzKTdapeVVEe5
=PFTn
-END PGP SIGNATURE-


Accepted:
jd_2.0.0~beta080601-2.diff.gz
  to pool/main/j/jd/jd_2.0.0~beta080601-2.diff.gz
jd_2.0.0~beta080601-2.dsc
  to pool/main/j/jd/jd_2.0.0~beta080601-2.dsc
jd_2.0.0~beta080601-2_i386.deb
  to pool/main/j/jd/jd_2.0.0~beta080601-2_i386.deb


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



Accepted hdparm 8.8-1 (source i386)

2008-06-11 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 23:36:59 +0100
Source: hdparm
Binary: hdparm hdparm-dbg hdparm-udeb
Architecture: source i386
Version: 8.8-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 hdparm - tune hard disk parameters for high performance
 hdparm-dbg - debug files for hdparm
 hdparm-udeb - tune hard disk parameters for high performance (udeb)
Closes: 422341
Changes: 
 hdparm (8.8-1) unstable; urgency=low
 .
   * New upstream version
 - Document that security-* switches are standalone (closes: #422341)
Checksums-Sha1: 
 658883677a6e293274fc7c996bef2028ae17c81f 985 hdparm_8.8-1.dsc
 647f018e3a475ef2274fd297a4f77579e6959ceb 75901 hdparm_8.8.orig.tar.gz
 c6e14edbead397ff65d86a671f0f7e900e3c4054 18010 hdparm_8.8-1.diff.gz
 52378c9a2f232b2366e289babef5aa6994db4603 77356 hdparm_8.8-1_i386.deb
 feb2bee4a68ef725e9dd50c1c177d5fc043dfcf6 52000 hdparm-dbg_8.8-1_i386.deb
 9b437aa425bac48ed2a184e15906ac9eae795446 35426 hdparm-udeb_8.8-1_i386.udeb
Checksums-Sha256: 
 193e443f7829fd5792c23e3a2cf1642bfed45b7c9f959485b1b7e7c4d7eaf895 985 
hdparm_8.8-1.dsc
 14fc1bcc743c118eee8a58e0c98c5bc7e1a1112e267459b4bb2d10a464d9ded4 75901 
hdparm_8.8.orig.tar.gz
 6ddb4f91e57f721ef0bda3b7b9a5bc9306579fe8091b13ca0ca15fbefef35c7a 18010 
hdparm_8.8-1.diff.gz
 8c70865eed134b964a6f368daa131935fe30baab324d26eeef28ee1e7edea26b 77356 
hdparm_8.8-1_i386.deb
 65b464256c7e625d667308fbb5e93566b8c9378aa561b15c953e4bebeebccb40 52000 
hdparm-dbg_8.8-1_i386.deb
 7f7cfc50f98490f41393a52e0546a613b8bd88401b1eb1f8fe22a1fe5fef05dc 35426 
hdparm-udeb_8.8-1_i386.udeb
Files: 
 e053f787d1fa462791c3a4987940a12b 985 admin optional hdparm_8.8-1.dsc
 1941473ee8dd69edfe16fcd35af6b99a 75901 admin optional hdparm_8.8.orig.tar.gz
 7c5fdd88ea91c2ea702432957ee64bbd 18010 admin optional hdparm_8.8-1.diff.gz
 c36593c0209f5047d585f13b4dd06f48 77356 admin optional hdparm_8.8-1_i386.deb
 9143c0deb2fc9a50e9175e839d3e276a 52000 admin extra hdparm-dbg_8.8-1_i386.deb
 26887a0b8ee478c630ff0a8b13d538be 35426 debian-installer optional 
hdparm-udeb_8.8-1_i386.udeb
Package-Type: udeb

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

iD8DBQFIUFP7SYIMHOpZA44RAvE4AJ9g5UbJcS5+U7TJRH4TT0A+zJ0TSwCfdUCD
Zr076N6zqnXLqrNoe6BiZno=
=17lv
-END PGP SIGNATURE-


Accepted:
hdparm-dbg_8.8-1_i386.deb
  to pool/main/h/hdparm/hdparm-dbg_8.8-1_i386.deb
hdparm-udeb_8.8-1_i386.udeb
  to pool/main/h/hdparm/hdparm-udeb_8.8-1_i386.udeb
hdparm_8.8-1.diff.gz
  to pool/main/h/hdparm/hdparm_8.8-1.diff.gz
hdparm_8.8-1.dsc
  to pool/main/h/hdparm/hdparm_8.8-1.dsc
hdparm_8.8-1_i386.deb
  to pool/main/h/hdparm/hdparm_8.8-1_i386.deb
hdparm_8.8.orig.tar.gz
  to pool/main/h/hdparm/hdparm_8.8.orig.tar.gz


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



Accepted libmicrohttpd 0.3.1-1 (source i386)

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

Format: 1.8
Date: Thu, 12 Jun 2008 00:49:00 +0200
Source: libmicrohttpd
Binary: libmicrohttpd4 libmicrohttpd-dbg libmicrohttpd-dev
Architecture: source i386
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 libmicrohttpd-dbg - library embedding HTTP server functionality (debug)
 libmicrohttpd-dev - library embedding HTTP server functionality (development)
 libmicrohttpd4 - library embedding HTTP server functionality
Changes: 
 libmicrohttpd (0.3.1-1) unstable; urgency=low
 .
   * Updating rules file.
   * Bumping shlibs.
   * Merging upstream version 0.3.1.
   * Updating to standards 3.8.0.
   * Updatingto debhelper 7.
   * Correcting indenting in copyright file.
   * Reordering compiler flags in configure call.
Checksums-Sha1: 
 7aa6e595faac392a2c671365afd96bb0d8056040 1234 libmicrohttpd_0.3.1-1.dsc
 a0d13720366e144fa35dcc087b6105dae8aff415 559463 libmicrohttpd_0.3.1.orig.tar.gz
 0e23c2e395dc950fad4140a2eefab76d888bb1b1 2398 libmicrohttpd_0.3.1-1.diff.gz
 d5d89d69ffd3a50d606b6c86b2b5048c3afd078f 23262 libmicrohttpd4_0.3.1-1_i386.deb
 6c8e92f6588f0e73e82e0627a253f7b51b40a4c2 31894 
libmicrohttpd-dbg_0.3.1-1_i386.deb
 05efdbe7283447b0135656274e063071abbd3ef5 59804 
libmicrohttpd-dev_0.3.1-1_i386.deb
Checksums-Sha256: 
 8c8517d45fc6dc3624de3e4646c2834ef5aa38d2a576e31dc6e678b4044a6278 1234 
libmicrohttpd_0.3.1-1.dsc
 c38e3d74c1a97e2bd0442147003d6423acbe791979cb52d5e78b5fcfe95168ff 559463 
libmicrohttpd_0.3.1.orig.tar.gz
 b98af574781fd861f54d3e3feea62659020e105bbb2b2b1f514909f6aad65730 2398 
libmicrohttpd_0.3.1-1.diff.gz
 2faf3d581a6375322cbf8161a2d1d197696fbd7f2b2189bf17c12a973fa296ef 23262 
libmicrohttpd4_0.3.1-1_i386.deb
 b0cc874c80f40608c65102a50e96e35ffd81e7999835470187b5498782c6bcb2 31894 
libmicrohttpd-dbg_0.3.1-1_i386.deb
 c6ce45eb39ea0effebff9a99912782365ca0659f9bd34d8dd0af229688ca6a8f 59804 
libmicrohttpd-dev_0.3.1-1_i386.deb
Files: 
 50678208f09334ac561114b1a524275b 1234 libs optional libmicrohttpd_0.3.1-1.dsc
 ae335b1f6f51488f2db3f216f71c852c 559463 libs optional 
libmicrohttpd_0.3.1.orig.tar.gz
 6aa529a6371f77d7f4c004d694d8cfc3 2398 libs optional 
libmicrohttpd_0.3.1-1.diff.gz
 d9d7239146574699fefa253300f2e818 23262 libs optional 
libmicrohttpd4_0.3.1-1_i386.deb
 8e6c1d897e2bc4f22091640b05a23017 31894 devel extra 
libmicrohttpd-dbg_0.3.1-1_i386.deb
 963ea6f104427071adde9e39090f8938 59804 libdevel optional 
libmicrohttpd-dev_0.3.1-1_i386.deb

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

iEYEARECAAYFAkhQVzoACgkQ+C5cwEsrK55PJwCgt2fEhkPOC//9kylYeCJvIdz9
V40AoMvFUFJ/OYq+h5qjgD90286zkgG0
=Q7zq
-END PGP SIGNATURE-


Accepted:
libmicrohttpd-dbg_0.3.1-1_i386.deb
  to pool/main/libm/libmicrohttpd/libmicrohttpd-dbg_0.3.1-1_i386.deb
libmicrohttpd-dev_0.3.1-1_i386.deb
  to pool/main/libm/libmicrohttpd/libmicrohttpd-dev_0.3.1-1_i386.deb
libmicrohttpd4_0.3.1-1_i386.deb
  to pool/main/libm/libmicrohttpd/libmicrohttpd4_0.3.1-1_i386.deb
libmicrohttpd_0.3.1-1.diff.gz
  to pool/main/libm/libmicrohttpd/libmicrohttpd_0.3.1-1.diff.gz
libmicrohttpd_0.3.1-1.dsc
  to pool/main/libm/libmicrohttpd/libmicrohttpd_0.3.1-1.dsc
libmicrohttpd_0.3.1.orig.tar.gz
  to pool/main/libm/libmicrohttpd/libmicrohttpd_0.3.1.orig.tar.gz


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



Accepted gimp-plugin-registry 0.9.1-1 (source amd64)

2008-06-11 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 14:47:15 +0200
Source: gimp-plugin-registry
Binary: gimp-plugin-registry
Architecture: source amd64
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz [EMAIL PROTECTED]
Changed-By: Bernd Zeimetz [EMAIL PROTECTED]
Description: 
 gimp-plugin-registry - A repository of optional extensions for The GIMP
Closes: 466235
Changes: 
 gimp-plugin-registry (0.9.1-1) unstable; urgency=low
 .
   * New plugins:
 - Separate+ (Closes: #466235)
   * debian/rules:
 - Using -O2 -fno-tree-pre instead of -O1 now, as suggested in #484569.
   * debian/patches:
 - Adding separate+_makefile_flags.diff to replace LDFLAGS/CFLAGS in the
   separate+ Makefile.
   * debian/control:
 - Adding liblcms1-dev and libtiff4-dev as build-dep.
   * debian/watch:
 - Adding file as recommended by lintian, contains comments only, telling
   to use 'tools.mk watch' instead of uscan, as there is no upstream for
   this package.
Checksums-Sha1: 
 b64ec0bbaa23c29a0b13aa3bea85089c981e9249 1372 gimp-plugin-registry_0.9.1-1.dsc
 1a66e6bf78fb31e51eac41ad6870c760a2545543 2130942 
gimp-plugin-registry_0.9.1.orig.tar.gz
 ab66b73512422a212ef59d43071d1a553f0bdae6 30226 
gimp-plugin-registry_0.9.1-1.diff.gz
 52a3dd3fc62d4e86ae8cccdcf746393e41b60bdf 1398068 
gimp-plugin-registry_0.9.1-1_amd64.deb
Checksums-Sha256: 
 b70069162d014526424792f289920e0ae22574eb40619d2d6b51bff66a82010b 1372 
gimp-plugin-registry_0.9.1-1.dsc
 366bd33ccca63802b56202a4f45e6fa1aff1e50730b797226023c28050c08517 2130942 
gimp-plugin-registry_0.9.1.orig.tar.gz
 caaba827a011d5dc0dc01f5288b5cda908c4d36236861b840f52f212de975e67 30226 
gimp-plugin-registry_0.9.1-1.diff.gz
 dc3ca3fede7a28171c8f860bfec491609625c0ed365ab74b1f9c4df2cc611057 1398068 
gimp-plugin-registry_0.9.1-1_amd64.deb
Files: 
 7bf2ce032b74c99b372e210ef52337bc 1372 graphics optional 
gimp-plugin-registry_0.9.1-1.dsc
 0c90056c3e9d8cab22618a302701132b 2130942 graphics optional 
gimp-plugin-registry_0.9.1.orig.tar.gz
 69954f3df8b7c9d8a774e8e643213808 30226 graphics optional 
gimp-plugin-registry_0.9.1-1.diff.gz
 b22de5be1ec6c01e95b658913c899ef0 1398068 graphics optional 
gimp-plugin-registry_0.9.1-1_amd64.deb

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

iD8DBQFIUFb3BnqtBMk7/3kRAuT/AKCy5J7FcIAVoVt7d+G5dAvohm1cdACdGEpl
Uz0+Df9lfJo107fDAIxGNew=
=FIY0
-END PGP SIGNATURE-


Accepted:
gimp-plugin-registry_0.9.1-1.diff.gz
  to pool/main/g/gimp-plugin-registry/gimp-plugin-registry_0.9.1-1.diff.gz
gimp-plugin-registry_0.9.1-1.dsc
  to pool/main/g/gimp-plugin-registry/gimp-plugin-registry_0.9.1-1.dsc
gimp-plugin-registry_0.9.1-1_amd64.deb
  to pool/main/g/gimp-plugin-registry/gimp-plugin-registry_0.9.1-1_amd64.deb
gimp-plugin-registry_0.9.1.orig.tar.gz
  to pool/main/g/gimp-plugin-registry/gimp-plugin-registry_0.9.1.orig.tar.gz


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



Accepted videolink 1.2.5-1 (source i386)

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

Format: 1.8
Date: Thu, 12 Jun 2008 00:22:20 +0100
Source: videolink
Binary: videolink
Architecture: source i386
Version: 1.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings [EMAIL PROTECTED]
Changed-By: Ben Hutchings [EMAIL PROTECTED]
Description: 
 videolink  - assembles a DVD video filesystem from HTML pages and video files
Changes: 
 videolink (1.2.5-1) unstable; urgency=low
 .
   * New upstream version
 - Adds workaround for bug #485876
Checksums-Sha1: 
 ca4a65706ee99c300fdd3659bc46b18ab827045e 1010 videolink_1.2.5-1.dsc
 f4ee7f51ae87e638f84f8375313edfe410a75cfa 64684 videolink_1.2.5.orig.tar.gz
 00ab1903446cc166b33d42653c61d28798af8dd8 2214 videolink_1.2.5-1.diff.gz
 cbdd1e449920cdfbc38d6f76f651c8478b9cbe01 97848 videolink_1.2.5-1_i386.deb
Checksums-Sha256: 
 f4277407a24ca19876d6a87f1beda9773a7d21a3217afee0beeb92fa1212f129 1010 
videolink_1.2.5-1.dsc
 41ca0f496bdf62421534aa016a08fb94d960c9f9bab1c4a1899fcece879e7763 64684 
videolink_1.2.5.orig.tar.gz
 f42429c75076197259874fce2a45f045b2a655d1818aedf0db5f166eb7f5c128 2214 
videolink_1.2.5-1.diff.gz
 0ab1235b6afc48d38b996441531693ede2d1020dd504babe878068cba4a6fb89 97848 
videolink_1.2.5-1_i386.deb
Files: 
 855282004c050a892e1c6f1935425c7a 1010 contrib/graphics extra 
videolink_1.2.5-1.dsc
 0a2445b09f74a9f90b44632b69be8193 64684 contrib/graphics extra 
videolink_1.2.5.orig.tar.gz
 2563fa8df9430ec31ccc693e96583df2 2214 contrib/graphics extra 
videolink_1.2.5-1.diff.gz
 043a6532a45ddf5d02186bed3b2e34e4 97848 contrib/graphics extra 
videolink_1.2.5-1_i386.deb

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

iD8DBQFIUGEY79ZNCRIGYgcRAr6CAKCzJE7puy6/JvzlOw7MVaY1YlKFpACg4c12
mIdCo5+4BgWfjKnMMqPOAj4=
=UT3d
-END PGP SIGNATURE-


Accepted:
videolink_1.2.5-1.diff.gz
  to pool/contrib/v/videolink/videolink_1.2.5-1.diff.gz
videolink_1.2.5-1.dsc
  to pool/contrib/v/videolink/videolink_1.2.5-1.dsc
videolink_1.2.5-1_i386.deb
  to pool/contrib/v/videolink/videolink_1.2.5-1_i386.deb
videolink_1.2.5.orig.tar.gz
  to pool/contrib/v/videolink/videolink_1.2.5.orig.tar.gz


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



Accepted python-dsv 1.4.0-7 (source all)

2008-06-11 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 19:50:12 -0400
Source: python-dsv
Binary: python-dsv
Architecture: source all
Version: 1.4.0-7
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Aaron M. Ucko [EMAIL PROTECTED]
Description: 
 python-dsv - Python module for delimiter-separated-value files
Changes: 
 python-dsv (1.4.0-7) unstable; urgency=low
 .
   * Migrate from CDBS's simple-patchsys to quilt.
   * Migrate altogether from CDBS to Debhelper 7.
   * Add a README.source pointing to quilt's.
   * Declare compliance with Policy 3.8.0.
Checksums-Sha1: 
 3134a66ab5f3fd9f5e1ff80a32e69a0cac618d52 1284 python-dsv_1.4.0-7.dsc
 4e98e67f3bfe2b8d2dfd12dd85b2e75d4d5814d6 8221 python-dsv_1.4.0-7.diff.gz
 858407a0425876d467a545268c63a2a803a4c203 18196 python-dsv_1.4.0-7_all.deb
Checksums-Sha256: 
 22c6ba01e32c5a3e304597ba1d04d915666a0d33481811d1dac545249556f6d0 1284 
python-dsv_1.4.0-7.dsc
 1246a4607a3472b6f323d06a3e707488d9dbf53b57176a11b2dfb4b9358ca8db 8221 
python-dsv_1.4.0-7.diff.gz
 eb6301f2d8c61011ffd05992b8b6f07e9a864a5b40d5da49007edab41f12eac3 18196 
python-dsv_1.4.0-7_all.deb
Files: 
 d54b51a1d1fa445de2d89cdb4b1c5358 1284 python optional python-dsv_1.4.0-7.dsc
 9fcdda88f31224e7ea4b6f0e51872a60 8221 python optional 
python-dsv_1.4.0-7.diff.gz
 0fcb5d3506aaa52ccc248cb91e15a7b5 18196 python optional 
python-dsv_1.4.0-7_all.deb

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

iEYEARECAAYFAkhQZeYACgkQWNCxsidXLEdBPACgq+fJcQ5Cvvq20Nx1RoSa/QOH
8OwAn3bONJKFxk5ao6CV9ovfOc+m3sdH
=WZaw
-END PGP SIGNATURE-


Accepted:
python-dsv_1.4.0-7.diff.gz
  to pool/main/p/python-dsv/python-dsv_1.4.0-7.diff.gz
python-dsv_1.4.0-7.dsc
  to pool/main/p/python-dsv/python-dsv_1.4.0-7.dsc
python-dsv_1.4.0-7_all.deb
  to pool/main/p/python-dsv/python-dsv_1.4.0-7_all.deb


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



Accepted ncbi-tools6 6.1.20080302-2 (source all amd64)

2008-06-11 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 19:08:50 -0400
Source: ncbi-tools6
Binary: libncbi6 libncbi6-dev libncbi6-dbg ncbi-data ncbi-tools-bin 
ncbi-tools-x11 blast2 libvibrant6a libvibrant6-dev libvibrant6a-dbg
Architecture: source amd64 all
Version: 6.1.20080302-2
Distribution: unstable
Urgency: low
Maintainer: Aaron M. Ucko [EMAIL PROTECTED]
Changed-By: Aaron M. Ucko [EMAIL PROTECTED]
Description: 
 blast2 - Basic Local Alignment Search Tool
 libncbi6   - NCBI libraries for biology applications
 libncbi6-dbg - NCBI libraries for biology applications (debugging symbols)
 libncbi6-dev - NCBI libraries for biology applications (development files)
 libvibrant6-dev - NCBI libraries for graphic biology applications (development 
file
 libvibrant6a - NCBI libraries for graphic biology applications
 libvibrant6a-dbg - NCBI libraries for graphic biology applications (unstripped)
 ncbi-data  - Platform-independent data for the NCBI toolkit
 ncbi-tools-bin - NCBI libraries for biology applications (text-based utilities)
 ncbi-tools-x11 - NCBI libraries for biology applications (X-based utilities)
Changes: 
 ncbi-tools6 (6.1.20080302-2) unstable; urgency=low
 .
   * Migrate from CDBS to Debhelper 7 (along with dpkg-dev = 1.14.17),
 replacing some files with equivalent symlinks.
   * debian/makemenu: stop generating obsolete linda overrides.
   * Declare compliance with Policy 3.8.0.  (No changes needed.)
Checksums-Sha1: 
 54a2048e594b96c612d737fca752f3ee16738c52 1387 ncbi-tools6_6.1.20080302-2.dsc
 f527daae55e63b8e0c3ba08bde474a0b503cdff4 119646 
ncbi-tools6_6.1.20080302-2.diff.gz
 fee6bce13fb598533c0291ff9ad2f33882a59e79 666288 
blast2_2.2.18.20080302-2_amd64.deb
 3e941e62a26bc0b5ba34636832ce882af5e9187f 3914598 
libncbi6_6.1.20080302-2_amd64.deb
 81b7bd48306b61be8670a9a975f824ca3fe9e324 5814894 
libncbi6-dev_6.1.20080302-2_amd64.deb
 12b85d610159bea57a4d37b4e8c79db2166e587e 5482070 
libncbi6-dbg_6.1.20080302-2_amd64.deb
 5b336cd4bd8c827b80ea6cb7fe9d70b8bea03fa4 338810 
ncbi-tools-bin_6.1.20080302-2_amd64.deb
 0510c50b1eeaf57c86748ef1f7fb7291fe5c8b3b 1076576 
ncbi-tools-x11_6.1.20080302-2_amd64.deb
 fda08df56795098d820d407d2a3b87e274748e84 1426072 
libvibrant6a_6.1.20080302-2_amd64.deb
 b746207c219928c6a7e7752f74f497d2cabc246d 2328754 
libvibrant6-dev_6.1.20080302-2_amd64.deb
 1cae5b5a37c4c629cbe6ee598881e91e1f763607 2353898 
libvibrant6a-dbg_6.1.20080302-2_amd64.deb
 75e59243808e09cd65962ab2beaf11887d1577a3 2658264 
ncbi-data_6.1.20080302-2_all.deb
Checksums-Sha256: 
 d0f4bf1b836c1e0495deaf9c478dd7548d3a31197b75b86fc88488b95a340883 1387 
ncbi-tools6_6.1.20080302-2.dsc
 59b0c5d04f88029b392bf0595c7222c749e10505f2477307711d75dd03e1abcd 119646 
ncbi-tools6_6.1.20080302-2.diff.gz
 0bb262a948f254e5998de299058141342cb10ebaa1a1daa6bc9fb90b68cb8d8a 666288 
blast2_2.2.18.20080302-2_amd64.deb
 0f6f18e34388bab9119d2d0629dbfe2b39580ddb6fedb74fe153cc30ed1a5917 3914598 
libncbi6_6.1.20080302-2_amd64.deb
 17f1a9eae031f237fba5a948d4b91ed20344f3aa4d365ca9e079415ccf194989 5814894 
libncbi6-dev_6.1.20080302-2_amd64.deb
 d6f0b8765ad10f88c3c20b261d69963c0a3bb100740fde19985ee44b50dc57cf 5482070 
libncbi6-dbg_6.1.20080302-2_amd64.deb
 6a9431dd2c342418b17df4a276c62c7228c631dd0cf368a6ddb69584a3458fbb 338810 
ncbi-tools-bin_6.1.20080302-2_amd64.deb
 56924cf07db2634d15844aded1ecb8b569cc7439a9afba70d4b18b598e3dbe31 1076576 
ncbi-tools-x11_6.1.20080302-2_amd64.deb
 164217eaf8b9b7efc12f755a2927c242d29f23b0744d934110f412c70359cbd0 1426072 
libvibrant6a_6.1.20080302-2_amd64.deb
 16fad5c7a281db20f852fe10c3a7276974d86059be3871a36aa29b4a81451054 2328754 
libvibrant6-dev_6.1.20080302-2_amd64.deb
 52ca23dfa628d7f36c33ae0b68b37c7054950d38decc14e6ce912f0af68169e5 2353898 
libvibrant6a-dbg_6.1.20080302-2_amd64.deb
 4c10a030a2875bf13af63220bf7219cad0b1498c26c427b3a400cf58a9ad5a74 2658264 
ncbi-data_6.1.20080302-2_all.deb
Files: 
 98474d5b2287d0b495646b62812eea68 1387 libdevel optional 
ncbi-tools6_6.1.20080302-2.dsc
 612bbe95dd63611636dbc1d28b5ffaaa 119646 libdevel optional 
ncbi-tools6_6.1.20080302-2.diff.gz
 4bcd751d1dd7ce33ce6cd2654c539c66 666288 science optional 
blast2_2.2.18.20080302-2_amd64.deb
 bed620c55661536e77101492daed06c2 3914598 libs optional 
libncbi6_6.1.20080302-2_amd64.deb
 509a95dc2e2fd5d95f9fe18cd273d72a 5814894 libdevel optional 
libncbi6-dev_6.1.20080302-2_amd64.deb
 2aab050f804c158996b8b104ba60f804 5482070 libdevel extra 
libncbi6-dbg_6.1.20080302-2_amd64.deb
 291f1545a254725d57b883ac361cc3e2 338810 science optional 
ncbi-tools-bin_6.1.20080302-2_amd64.deb
 21f3e36c1609c11e1904fd6033e424da 1076576 science optional 
ncbi-tools-x11_6.1.20080302-2_amd64.deb
 0868c5767bee681d858adff95972d127 1426072 libs optional 
libvibrant6a_6.1.20080302-2_amd64.deb
 f6bc5a84383a5fcbd9aed1003c7a2cc4 2328754 libdevel optional 
libvibrant6-dev_6.1.20080302-2_amd64.deb
 c5020892199e750521dd167270e3 2353898 libdevel extra 
libvibrant6a-dbg_6.1.20080302-2_amd64.deb
 315c2e0ee178b9cdbd1405fcf1f066de 

Accepted valgrind 1:3.3.1-1 (source amd64)

2008-06-11 Thread Andrés Roldán
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 23:10:08 +
Source: valgrind
Binary: valgrind
Architecture: source amd64
Version: 1:3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Andrés Roldán [EMAIL PROTECTED]
Changed-By: Andrés Roldán [EMAIL PROTECTED]
Description: 
 valgrind   - A memory debugger and profiler
Closes: 472335 479165
Changes: 
 valgrind (1:3.3.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Re-debianized from the scratch.
   * debian/valgrind.sh:
 - Avoid to add the same suppression on programs that re-execute
   themselves. (Closes: #479165)
   * debian/control:
 - Made valgrind buildable for etch. (Closes: #472335)
   * Bumped standard version to 3.7.3
Checksums-Sha1: 
 a0fd7840585edeb2177014d275a16886eee9de8d 1179 valgrind_3.3.1-1.dsc
 dfa82b8ef4a3a65fcd533a9c5614e2cd53c5770e 5717624 valgrind_3.3.1.orig.tar.gz
 b990d701dbd485c90b3c4f88c13d76676399adad 90929 valgrind_3.3.1-1.diff.gz
 a49783e095e6603c44df55727cc255b1291be077 37795656 valgrind_3.3.1-1_amd64.deb
Checksums-Sha256: 
 edc6fa9ac0c677c6602a1738d7a4fea63c8cd9b7425d7b225220659850d96541 1179 
valgrind_3.3.1-1.dsc
 dc01536caf04a7666bd67ab07836b8a586aac0b8f3cb5490ced14bea075880c8 5717624 
valgrind_3.3.1.orig.tar.gz
 b7cda748ced0c8c520f59b16e0ef33016beadb1e2c555ae4ee4ac7c20aa6fa4a 90929 
valgrind_3.3.1-1.diff.gz
 2ae3b94010017d65bdfb065a121d2bcae53ccfedad75fcaf5ed7e52209cb7dff 37795656 
valgrind_3.3.1-1_amd64.deb
Files: 
 a93dcf1fada3e4316dbff8842e21dd94 1179 devel optional valgrind_3.3.1-1.dsc
 664d3105eaefa0c52bc98708b093e4fb 5717624 devel optional 
valgrind_3.3.1.orig.tar.gz
 be13962253a821decb1bc4a9557536c9 90929 devel optional valgrind_3.3.1-1.diff.gz
 631db14d48bffbbff1016bb4d050bb67 37795656 devel optional 
valgrind_3.3.1-1_amd64.deb

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

iD8DBQFIUF0M2OByS7KTlusRAkj0AJ9uZpNndPDi15KFdTXbPM+HDu8jmgCePrff
G7iNV4r9UZZbd0cMxB9ELvQ=
=q+/e
-END PGP SIGNATURE-


Accepted:
valgrind_3.3.1-1.diff.gz
  to pool/main/v/valgrind/valgrind_3.3.1-1.diff.gz
valgrind_3.3.1-1.dsc
  to pool/main/v/valgrind/valgrind_3.3.1-1.dsc
valgrind_3.3.1-1_amd64.deb
  to pool/main/v/valgrind/valgrind_3.3.1-1_amd64.deb
valgrind_3.3.1.orig.tar.gz
  to pool/main/v/valgrind/valgrind_3.3.1.orig.tar.gz


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



Accepted wine 1.0-rc4-1 (source i386)

2008-06-11 Thread Ove Kaaven
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 16:04:35 +0200
Source: wine
Binary: wine wine-bin libwine-dbg libwine-dev libwine libwine-alsa libwine-capi 
libwine-cms libwine-esd libwine-gl libwine-gphoto2 libwine-jack libwine-ldap 
libwine-nas libwine-oss libwine-print libwine-sane libwine-twain wine-utils
Architecture: source i386
Version: 1.0-rc4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Wine Party [EMAIL PROTECTED]
Changed-By: Ove Kaaven [EMAIL PROTECTED]
Description: 
 libwine- Windows API implementation - library
 libwine-alsa - Windows API implementation - ALSA sound module
 libwine-capi - Windows API implementation - ISDN module
 libwine-cms - Windows API implementation - color management module
 libwine-dbg - Windows API implementation - debugging symbols
 libwine-dev - Windows API implementation - development files
 libwine-esd - Windows API implementation - EsounD sound module
 libwine-gl - Windows API implementation - OpenGL module
 libwine-gphoto2 - Windows API implementation - camera module
 libwine-jack - Windows API implementation - JACK sound module
 libwine-ldap - Windows API implementation - LDAP module
 libwine-nas - Windows API implementation - NAS sound module
 libwine-oss - Windows API implementation - OSS sound module
 libwine-print - Windows API implementation - printing module
 libwine-sane - Windows API implementation - scanner module
 libwine-twain - Windows API implementation - empty transitional package
 wine   - Windows API implementation - standard suite
 wine-bin   - Windows API implementation - binary loader
 wine-utils - Windows API implementation - utilities
Changes: 
 wine (1.0-rc4-1) unstable; urgency=low
 .
   * New upstream release 1.0-rc4, released Jun 6, 2008.
 - Bug fixes only, we are in code freeze.
   * Moved hh.exe from wine-utils to wine-bin.
   * There's no longer an official upstream changelog file. It's possible
 to automatically generate one from their git repository, but
 probably not very important to do at this time. For now, I've
 removed all upstream changelogs from the packages.
   * Major update of README.Debian. Obsolete information has been
 removed, and what remains has been updated and expanded.
Checksums-Sha1: 
 6cdd8c5e17f95b6306c23d44633463111f051e45 3202 wine_1.0-rc4-1.dsc
 f5bbed34d27ccaecf54fb230567f9695ff4bdb5e 18063895 wine_1.0-rc4.orig.tar.gz
 82e484239ba2b4a176dd62916551fce21e7117be 55493 wine_1.0-rc4-1.diff.gz
 5ce716936b47058f3086459f096a7dfdd4de5f9e 43078 wine_1.0-rc4-1_i386.deb
 5f6893e88665cb7cbcf79fdd0e43bf9ff798fedc 695902 wine-bin_1.0-rc4-1_i386.deb
 5b2f114d399a80d70f72cf83143e272bb17d3bef 25078596 
libwine-dbg_1.0-rc4-1_i386.deb
 9c126258c50f8d5fc1c3c91a73888cd424194c9c 3895338 libwine-dev_1.0-rc4-1_i386.deb
 38db9d2f90e49bbd8eae673018f6f971e742e4cb 8567770 libwine_1.0-rc4-1_i386.deb
 247106fc4ae654c429cfd0445245dd449f621413 99514 libwine-alsa_1.0-rc4-1_i386.deb
 16fc972c2e2df6e5d74d538782e36879539a557e 45074 libwine-capi_1.0-rc4-1_i386.deb
 a9875d5132d3cbde8eb483efb4d3fd0c0a14417b 59322 libwine-cms_1.0-rc4-1_i386.deb
 ce09ea4dd0d15b7eedd22d2c6c10a8f0261a0654 55074 libwine-esd_1.0-rc4-1_i386.deb
 b33a7d71b2afc3e3b682b7d7ef4c982dfe832ee2 379096 libwine-gl_1.0-rc4-1_i386.deb
 5d6d08cfd389498c49520657fa4000652e942202 60742 
libwine-gphoto2_1.0-rc4-1_i386.deb
 a5bbd4309371e3fbeec019caccc61d742956c5e4 56808 libwine-jack_1.0-rc4-1_i386.deb
 31c2a2a2d6b679a9f83bf4f962cf5fabcb977272 106048 libwine-ldap_1.0-rc4-1_i386.deb
 d05e4de99fe4e1f31c516f6ca5098119b37b25de 51334 libwine-nas_1.0-rc4-1_i386.deb
 58d28401d25a2a603ac66028290342f972767e71 102182 libwine-oss_1.0-rc4-1_i386.deb
 6be8002b3b07a05c5ab3deeb9a679c2ab5bc1d36 155750 
libwine-print_1.0-rc4-1_i386.deb
 704562096aea8ee90083c0c2210c3f0cc1497c71 58376 libwine-sane_1.0-rc4-1_i386.deb
 447357f8e8276e1cf587ca85c7e5263656f26b48 40484 libwine-twain_1.0-rc4-1_i386.deb
 32804be8f1a7c6661f08a2a71e2db736ae23c54d 557738 wine-utils_1.0-rc4-1_i386.deb
Checksums-Sha256: 
 c7ca62708f0e07d8867cb701e91d6c50c7c73e8df619b9ca3fd027224022fd43 3202 
wine_1.0-rc4-1.dsc
 92a59c60c32701c5abeb81c10ad39e60109c3ef732c63a8c472d65aaa92aadc3 18063895 
wine_1.0-rc4.orig.tar.gz
 abc182e6a0f5319f80f355c9ebb293180ed230e6deea054d3be27269074a95b9 55493 
wine_1.0-rc4-1.diff.gz
 a0e5ece5f345f2906c1e43871fca73e8d142a87f4e27c4134af5931b01e3d3a3 43078 
wine_1.0-rc4-1_i386.deb
 4b16c710850978185a354a229fb14ba266bd1808c2bf5c8e1619d0f2adbd58fd 695902 
wine-bin_1.0-rc4-1_i386.deb
 3b2c4c35805af2d5d1782d25d7f7677bfa76dc6d5d61d0763b842533e6ec6f2e 25078596 
libwine-dbg_1.0-rc4-1_i386.deb
 2c0ee9bc6e7f5922b43d3d7bd667a67f26cbebe0c89e25fc933371d1093ca7a1 3895338 
libwine-dev_1.0-rc4-1_i386.deb
 5692c9cf54fa48133489637543975f55430280c167b3f162f55da2cfc1a03fb0 8567770 
libwine_1.0-rc4-1_i386.deb
 a653f82984ac6a619e56f5275b37d1551ac7bb0b50e0c06c54477f1602176351 99514 
libwine-alsa_1.0-rc4-1_i386.deb
 

Accepted proda 1.0-5 (source i386)

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

Format: 1.8
Date: Wed, 11 Jun 2008 15:08:30 +0200
Source: proda
Binary: proda
Architecture: source i386
Version: 1.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: David Paleino [EMAIL PROTECTED]
Description: 
 proda  - multiple alignment of protein sequences
Changes: 
 proda (1.0-5) unstable; urgency=low
 .
   Maintenance release.
 .
   [ Charles Plessy ]
   * debian/proda.1.xml, debian/rules: semicosmetic change to indicate the path
 to the XSL stylesheet from within the XML source.
 .
   [ David Paleino ]
   * debian/copyright updated to a machine-readable format.
   * debian/copyright-old removed
   * debian/control:
 - updated Standards-Version to 3.8.0
   + enabled parallel building in debian/rules
 - updated debhelper dependency on = 6 (also debian/compat)
Checksums-Sha1: 
 9d56ca6a358fa391a2225570cf6df803ac712dec 1224 proda_1.0-5.dsc
 89c690ac94412d96d0b5ca8e82e593867b1cc538 7353 proda_1.0-5.diff.gz
 60a66f7cb46bc0e63bb1f4c0cf24590f32f2f8bd 63148 proda_1.0-5_i386.deb
Checksums-Sha256: 
 8eff572a89fc5e59d76fc84a0be23c2e244f169a54a9d7d9848e63f3207971cb 1224 
proda_1.0-5.dsc
 37dd569495419fbad3c093d6b73e59cb95d0ca270312400902edff757601f9bb 7353 
proda_1.0-5.diff.gz
 1c2c002bf69cc47b50b786d32b0d28b83635e6a1cf840ad2f6daf32af0ee9a02 63148 
proda_1.0-5_i386.deb
Files: 
 49536c9f82285e764bf8b1c2382c08df 1224 science optional proda_1.0-5.dsc
 3e038b77368816e35e8d9af13576387f 7353 science optional proda_1.0-5.diff.gz
 3b46bd2c3e20574ff34f5d1fcf5b8883 63148 science optional proda_1.0-5_i386.deb

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

iEYEARECAAYFAkhQdA4ACgkQAQwuptkwlkSkDACeMBOPGHt8wI5dSfp6bZQBDWU3
RQsAn0B6s79jofD+auN9+v8WE1xi15AM
=VvPk
-END PGP SIGNATURE-


Accepted:
proda_1.0-5.diff.gz
  to pool/main/p/proda/proda_1.0-5.diff.gz
proda_1.0-5.dsc
  to pool/main/p/proda/proda_1.0-5.dsc
proda_1.0-5_i386.deb
  to pool/main/p/proda/proda_1.0-5_i386.deb


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



Accepted libjtds-java 1.2.2+dfsg-2 (source all)

2008-06-11 Thread Martín Ferrari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 22:47:51 -0300
Source: libjtds-java
Binary: libjtds-java
Architecture: source all
Version: 1.2.2+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Martín Ferrari [EMAIL PROTECTED]
Changed-By: Martín Ferrari [EMAIL PROTECTED]
Description: 
 libjtds-java - JDBC 3.0 driver for Microsoft SQL Server(tm) and Sybase(tm)
Changes: 
 libjtds-java (1.2.2+dfsg-2) unstable; urgency=low
 .
   * Minor description improvements (capitalisation and trademarks).
   * debian/control: ant should be Build-Depends-Indep, correct Vcs-Browser
 path. Updated email address.
Checksums-Sha1: 
 7b3a1fd92467956816535ae349f3fc4f5ad59da8 1204 libjtds-java_1.2.2+dfsg-2.dsc
 db2aab9dda430cc7797113d30aa3e27fd1372c79 4922 libjtds-java_1.2.2+dfsg-2.diff.gz
 e825a2835fb50982b823ff6bc7ae9215d9e38358 836370 
libjtds-java_1.2.2+dfsg-2_all.deb
Checksums-Sha256: 
 e8df084dcf87d2e013f6bbf6a2a57291f3833d94098a0acabde258329219cdaa 1204 
libjtds-java_1.2.2+dfsg-2.dsc
 eea14d42f4557c5f9ab04a264d79c903d017d4a5a3e4a69e9a9b1ec458f4545f 4922 
libjtds-java_1.2.2+dfsg-2.diff.gz
 274b9d7b74fb17316b8929812619b743153a00d3869db48b45d40c531a6fcd1e 836370 
libjtds-java_1.2.2+dfsg-2_all.deb
Files: 
 28ea4236a0e1e032c99afca18e4cdd19 1204 libs optional 
libjtds-java_1.2.2+dfsg-2.dsc
 a879021f993e0764e9070cff23c831c8 4922 libs optional 
libjtds-java_1.2.2+dfsg-2.diff.gz
 c77232ad392a66ba17e65fbd2bedcf4a 836370 libs optional 
libjtds-java_1.2.2+dfsg-2_all.deb

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

iD8DBQFIUIJtaWQ2v1ddCnYRAlMVAJ9ZCHY+MOph4O2TeBAdG+2EGheI5gCgkwXp
eimT48wiQG45CJsitizuF7s=
=k3j5
-END PGP SIGNATURE-


Accepted:
libjtds-java_1.2.2+dfsg-2.diff.gz
  to pool/main/libj/libjtds-java/libjtds-java_1.2.2+dfsg-2.diff.gz
libjtds-java_1.2.2+dfsg-2.dsc
  to pool/main/libj/libjtds-java/libjtds-java_1.2.2+dfsg-2.dsc
libjtds-java_1.2.2+dfsg-2_all.deb
  to pool/main/libj/libjtds-java/libjtds-java_1.2.2+dfsg-2_all.deb


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



Accepted db 4.7.25-1 (source all)

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

Format: 1.8
Date: Thu, 29 May 2008 22:09:39 -0400
Source: db
Binary: db4.7-doc libdb-dev libdb4.7 db4.7-util libdb4.7++ libdb4.7++-dev 
libdb4.7-tcl libdb4.7-dbg libdb4.7-java libdb4.7-java-gcj libdb4.7-java-dev
Architecture: source all
Version: 4.7.25-1
Distribution: unstable
Urgency: low
Maintainer: Debian Berkeley DB Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 db4.7-doc  - Berkeley v4.7 Database Documentation [html]
 db4.7-util - Berkeley v4.7 Database Utilities
 libdb-dev  - Berkeley v4.7 Database Libraries [development]
 libdb4.7   - Berkeley v4.7 Database Libraries [runtime]
 libdb4.7++ - Berkeley v4.7 Database Libraries for C++ [runtime]
 libdb4.7++-dev - Berkeley v4.7 Database Libraries for C++ [development]
 libdb4.7-dbg - Berkeley v4.7 Database Libraries [debug]
 libdb4.7-java - Berkeley v4.7 Database Libraries for Java
 libdb4.7-java-dev - Berkeley v4.7 Database Libraries for Java [development]
 libdb4.7-java-gcj - Berkeley v4.7 Database Libraries for Java (native code)
 libdb4.7-tcl - Berkeley v4.7 Database Libraries for Tcl [module]
Changes: 
 db (4.7.25-1) unstable; urgency=low
 .
   * New upstream version 4.7.25.
   * Adjust packaging for 4.7.
   * Bump to Standards-Version 3.8.0.
Checksums-Sha1: 
 d51686aeaf8ac5e71d639bfd52187b18f14fcc65 1438 db_4.7.25-1.dsc
 2f5f83556aeebd838b665899fb172ccf8181ce1c 44054 db_4.7.25-1.diff.gz
 e76945df6498d6c78147af892f13181af7109171 7128626 db4.7-doc_4.7.25-1_all.deb
Checksums-Sha256: 
 1f3d1498b4f3748d9984609457cbf2cd4280a45ea2ae75b010d5f44fcd7d871b 1438 
db_4.7.25-1.dsc
 bc26331f381be4566d277c705e5a840fbbe664c46f3ae4013a030f07149780fc 44054 
db_4.7.25-1.diff.gz
 0415d2b66d3e671bafab093d54e5469cd409418d7417d4e9382c575825705eb1 7128626 
db4.7-doc_4.7.25-1_all.deb
Files: 
 c3a5f3444d7fe52e8e2b9c8de23d3932 1438 libs standard db_4.7.25-1.dsc
 39383d9c1464f0216e57228a8571d0d4 44054 libs standard db_4.7.25-1.diff.gz
 99d3f4589fba8d09f3391e702531f710 7128626 doc optional 
db4.7-doc_4.7.25-1_all.deb

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

iD8DBQFIUIAl5m0u66uWM3ARAmUCAJ9bTCIqqWjnAgLUipESSJPpeMQ9tgCfYfUq
UmkqAscP04Qip3er0gcVN6M=
=HUW7
-END PGP SIGNATURE-


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


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



Accepted webxml 1.12-3 (source i386)

2008-06-11 Thread Martín Ferrari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 23:01:38 -0300
Source: webxml
Binary: webxml
Architecture: source i386
Version: 1.12-3
Distribution: unstable
Urgency: low
Maintainer: Martín Ferrari [EMAIL PROTECTED]
Changed-By: Martín Ferrari [EMAIL PROTECTED]
Description: 
 webxml - simple form-based generator/editor of Tomcat's web.xml files
Changes: 
 webxml (1.12-3) unstable; urgency=low
 .
   * Minor description improvements.
   * debian/control: Removed DMUA flag. Updated email address.
Checksums-Sha1: 
 046d3b56b758063e26672984dea3b2701aa98138 1108 webxml_1.12-3.dsc
 acfbaad69780c72f20a613e99f9a0952dce2b9c5 4459 webxml_1.12-3.diff.gz
 e4975e37db97fea7d28c6a6fb9db952c1ae6a907 86162 webxml_1.12-3_i386.deb
Checksums-Sha256: 
 f31617d46c8a801f2f11188fe553a70295ab416d5285f4c1817446c272d2fc8e 1108 
webxml_1.12-3.dsc
 a2b985233f36c230672f57a7298af9ee823e1eec892aa1e255fbbe7a2123d1b0 4459 
webxml_1.12-3.diff.gz
 c87e487e7fed275fc831dec483cb57c6e4b743297e9b6d60f05c744c993c18fc 86162 
webxml_1.12-3_i386.deb
Files: 
 20c2c9073c6815683c05ff2ca0252ba9 1108 devel optional webxml_1.12-3.dsc
 f0ed631e8471f386749042035f848b26 4459 devel optional webxml_1.12-3.diff.gz
 b9d67b7b641e425ffc80b09c777f78f6 86162 devel optional webxml_1.12-3_i386.deb

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

iD8DBQFIUInXaWQ2v1ddCnYRAu+dAJ9y/1SkxeoUZ53NV18VKn6uNs15PQCfbXZn
FAnfGLpACYxfUJW4v04Lslc=
=ZOeC
-END PGP SIGNATURE-


Accepted:
webxml_1.12-3.diff.gz
  to pool/main/w/webxml/webxml_1.12-3.diff.gz
webxml_1.12-3.dsc
  to pool/main/w/webxml/webxml_1.12-3.dsc
webxml_1.12-3_i386.deb
  to pool/main/w/webxml/webxml_1.12-3_i386.deb


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



Accepted pngcrush 1.6.6-1 (source i386)

2008-06-11 Thread Kapil Hari Paranjape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jun 2008 21:56:58 +0530
Source: pngcrush
Binary: pngcrush
Architecture: source i386
Version: 1.6.6-1
Distribution: unstable
Urgency: low
Maintainer: Kapil Hari Paranjape [EMAIL PROTECTED]
Changed-By: Kapil Hari Paranjape [EMAIL PROTECTED]
Description: 
 pngcrush   - optimizes PNG (Portable Network Graphics) files
Closes: 471159 471162 485497 485501
Changes: 
 pngcrush (1.6.6-1) unstable; urgency=low
 .
   * New upstream release (1.6.6-nolib).
 - added dSIG support
 - non new gAMA chunk when writing sRGB chunk
   * Add Makefile since upstream has dropped it.
 - debian/patches/add_Makefile: patch adding the Makefile.
 - debian/rules: add new rule clean-source to clean-up using
   the Makefile. Make clean rule depend on this rule.
   * debian/patches:
 - fix_itxt_param_handling, pngcrush_relocate_warning:
   patches refreshed
 - png_export_pngcrush.diff, fix_Makefile: patches disabled
 - add_PNG_UINT_defs: patch to add some definitions required
   in pngcrush.c
   * debian/pngcrush.sgml:
 - commented out the -cc  and -no_cc options which are
   currently disabled upstream. Closes: #485497, #471162
 - expanded description of Color Types to indicate that some
   conversions may not work as expected. Closes: #485501.
 - documented -keep -loco and -mng options. Closes: #471159.
 - fixed absence of caret (^) on man page.
   * debian/control:
 - Standards Version: 3.8.0. No other changes required.
 - renamed XS-Vcs-Svn field to Vcs-Svn.
 - moved Homepage from description to its own field.
Checksums-Sha1: 
 e1764be5b51182ff7178afb7954580d6001f8a8c 1163 pngcrush_1.6.6-1.dsc
 62564501d4209aaed12b4d6816808f8b12100b2e 49676 pngcrush_1.6.6.orig.tar.gz
 0dbdda9a7e0231a0051013d10dde8b803a8e786c 14808 pngcrush_1.6.6-1.diff.gz
 f09c88173346513cddab2aae3b5d9cf335d43183 47158 pngcrush_1.6.6-1_i386.deb
Checksums-Sha256: 
 6fe15b1f7bfc530b902e6e95f188f097cacf89d7cb6960116ce013ecaff62930 1163 
pngcrush_1.6.6-1.dsc
 9fdece739769c897f753f13edab2e0bd0134ad8651b19695894c72c7300f5388 49676 
pngcrush_1.6.6.orig.tar.gz
 7d71ce59518761cdcf9f856d8b96e410af79c593e26fa75f4f50a265cf8d301d 14808 
pngcrush_1.6.6-1.diff.gz
 8c35c3b0b6ac889c7d7550f9622b0d04b7f95ce3f822c0f98749047fe1485310 47158 
pngcrush_1.6.6-1_i386.deb
Files: 
 8e31ccaee28f49bc7ba7d4c8cf31524c 1163 graphics optional pngcrush_1.6.6-1.dsc
 045a104abfc8727f0d9c973ce8cd8efa 49676 graphics optional 
pngcrush_1.6.6.orig.tar.gz
 fea505879b97b3c1708c36114ace09d9 14808 graphics optional 
pngcrush_1.6.6-1.diff.gz
 0435f43b093a7c5b7768aed6e814f160 47158 graphics optional 
pngcrush_1.6.6-1_i386.deb

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

iD8DBQFIUIt7SR+P2lQW5bgRAmONAKDifDfKbuGxKaVJ8zIn+5O+InijcwCeO+V8
2gFBL7CngQXQqPIslBUcko0=
=sPu+
-END PGP SIGNATURE-


Accepted:
pngcrush_1.6.6-1.diff.gz
  to pool/main/p/pngcrush/pngcrush_1.6.6-1.diff.gz
pngcrush_1.6.6-1.dsc
  to pool/main/p/pngcrush/pngcrush_1.6.6-1.dsc
pngcrush_1.6.6-1_i386.deb
  to pool/main/p/pngcrush/pngcrush_1.6.6-1_i386.deb
pngcrush_1.6.6.orig.tar.gz
  to pool/main/p/pngcrush/pngcrush_1.6.6.orig.tar.gz


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



Accepted xine-lib-1.2 1.1.90hg+20080612+4062642bf8eb-1 (source all amd64)

2008-06-11 Thread Darren Salt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jun 2008 03:23:47 +0100
Source: xine-lib-1.2
Binary: libxine2-doc libxine2 libxine2-bin libxine-dev libxine2-ffmpeg 
libxine2-gnome libxine2-console libxine2-vdr libxine2-x libxine2-misc-plugins 
libxine2-dbg libxine2-plugins libxine2-all-plugins
Architecture: source all amd64
Version: 1.1.90hg+20080612+4062642bf8eb-1
Distribution: experimental
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Darren Salt [EMAIL PROTECTED]
Description: 
 libxine-dev - the xine video player library, development packages
 libxine2   - the xine media player library, meta-package (development branch)
 libxine2-all-plugins - the xine video/media player library, meta package
 libxine2-bin - the xine video/media player library, binary files
 libxine2-console - libaa/libcaca/framebuffer/directfb related plugins for 
libxine2
 libxine2-dbg - debug symbols for libxine2
 libxine2-doc - the xine video player library, documentation files
 libxine2-ffmpeg - MPEG-related plugins for libxine2
 libxine2-gnome - GNOME-related plugins for libxine2
 libxine2-misc-plugins - Input, audio output and post plugins for libxine2
 libxine2-plugins - the xine video/media player library, meta package
 libxine2-vdr - VDR-related plugins for libxine2
 libxine2-x - X desktop video output plugins for libxine2
Changes: 
 xine-lib-1.2 (1.1.90hg+20080612+4062642bf8eb-1) experimental; urgency=low
 .
   * 1.2.x development branch snapshot.
 (cset 4062642bf8ebf409ecb38d21680d18d9eb62d0c1)
Checksums-Sha1: 
 a5904738087b8a30cb7a0ffe9f82779689840c21 2377 
xine-lib-1.2_1.1.90hg+20080612+4062642bf8eb-1.dsc
 6c08aac5f786ce6d22684fb37b02ead106cba275 10371643 
xine-lib-1.2_1.1.90hg+20080612+4062642bf8eb.orig.tar.gz
 d664dfb7e02d115916a43dd62b75cc94226d9494 38410 
xine-lib-1.2_1.1.90hg+20080612+4062642bf8eb-1.diff.gz
 06df57ccef1de1b3514f44f26d32bb1a40ed135b 133948 
libxine2-doc_1.1.90hg+20080612+4062642bf8eb-1_all.deb
 d011289ba98e53ec05a580b2166ba18f06a9118f 56516 
libxine2-plugins_1.1.90hg+20080612+4062642bf8eb-1_all.deb
 b852326dbfe6ebac25fe358fdca2f26aaa65ab0d 56570 
libxine2-all-plugins_1.1.90hg+20080612+4062642bf8eb-1_all.deb
 a932b99caa703241fd25b36361c28f3a2ee51670 1306 
libxine2_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 e372afa79b3539893f951cfa2a186dd0ec8f241e 1499180 
libxine2-bin_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 ea4b00dcd4d955ba0141295fc62aec05cfba75ea 495274 
libxine-dev_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 b697af8544a2aad95a8cbb6084317aa81f6b9c90 384866 
libxine2-ffmpeg_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 aae36f3c456d429d14cb9533ff5416dfb26efc8f 14256 
libxine2-gnome_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 99be55101f35bf9d20a661c755864d5b6e993895 43208 
libxine2-console_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 db724fff02db19f468ae72cd5047565a1c69451b 19534 
libxine2-vdr_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 631a7cd29313f306f63f9a55131cee72caa4236c 136094 
libxine2-x_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 eb5498045eb78552e49a0377788dcc15f195e348 638008 
libxine2-misc-plugins_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 b9e39518df8ea095a8386cb0c22d6a380fa2c743 3114454 
libxine2-dbg_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
Checksums-Sha256: 
 26c5603e248e4c447dbf48f00dfe9e97cc38f2c67dd71163bc54c07dc7694822 2377 
xine-lib-1.2_1.1.90hg+20080612+4062642bf8eb-1.dsc
 8043fa2937118d90cca128dc51dbde1e62c7ed2aae4807a899dde05e321d0197 10371643 
xine-lib-1.2_1.1.90hg+20080612+4062642bf8eb.orig.tar.gz
 2e62c77831f82c0153dce3db5cac145260b643364cb81a9e3d68db0792ea52fb 38410 
xine-lib-1.2_1.1.90hg+20080612+4062642bf8eb-1.diff.gz
 9af09e0ccebb4ff969e6b3e03a67bfbff9f4a3c6d6f2809142b474c50c26e255 133948 
libxine2-doc_1.1.90hg+20080612+4062642bf8eb-1_all.deb
 6abea9bd73439d55048075f109938cf5134e59a88eb0268257374c13426c2e5c 56516 
libxine2-plugins_1.1.90hg+20080612+4062642bf8eb-1_all.deb
 70cae69f3bad538574773353720b7458bf7aba4724b051d8db605f1c122bdc7e 56570 
libxine2-all-plugins_1.1.90hg+20080612+4062642bf8eb-1_all.deb
 ac2d39c213aaba87597cb89e87bb6fab5bb2cd1590cc8bf0755e7aea017af827 1306 
libxine2_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 0f2cf82611ec7840b6812bfd4842c7fc4d3f05a2736f82dc44bf33db1e6ec7d9 1499180 
libxine2-bin_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 8c0aa339df17c1d312ab604ba4c309b543df740d91e198c43ea334df1e57c9ec 495274 
libxine-dev_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 a816c328acc5b132bc647d50a5381d4c4aa6f5f0853e6f0b4bd280f5ae929e16 384866 
libxine2-ffmpeg_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 ea3acbb460e04b41cbea7a383f65b37bf4741ef8bbf4eded27aa1bef685b2931 14256 
libxine2-gnome_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 0733ab11dbb1bda0679886536c492a2419e6f592f09bd107daa465d004392373 43208 
libxine2-console_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 4c25ae516963ef548afe439946dfc0aa65be46cc07b0bb81dbef588b368d7951 19534 
libxine2-vdr_1.1.90hg+20080612+4062642bf8eb-1_amd64.deb
 

Accepted firebird2.0 2.0.4.13130-1.ds1-3 (source all amd64)

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

Format: 1.8
Date: Wed, 11 Jun 2008 23:36:30 +0300
Source: firebird2.0
Binary: firebird2.0-super firebird2.0-classic libfbclient2 libfbembed2 
firebird2.0-common firebird2.0-server-common firebird2.0-dev 
firebird2.0-examples firebird2.0-doc
Architecture: source all amd64
Version: 2.0.4.13130-1.ds1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Firebird Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 firebird2.0-classic - Firebird Classic Server - an RDBMS based on InterBase 
6.0 code
 firebird2.0-common - common files for firebird 2.0 servers and clients
 firebird2.0-dev - Development files for Firebird - an RDBMS based on InterBase 
6.0 
 firebird2.0-doc - Documentation files for firebird database version 2.0
 firebird2.0-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 
code
 firebird2.0-server-common - common files for firebird 2.0 servers
 firebird2.0-super - Firebird Super Server - an RDBMS based on InterBase 6.0 
code
 libfbclient2 - Firebird client library
 libfbembed2 - Firebird embedded client/server library
Closes: 485749
Changes: 
 firebird2.0 (2.0.4.13130-1.ds1-3) unstable; urgency=medium
 .
   * -dev: move libfbembed2 from Depends to Suggests
   * fix the file path in cvs-execute-statement-crash.patch
   * add cvs-execute-statement-crash.patch fixing memory corruption in
 EXECUTE STATEMENT, possibly crashing the server (upstream tracker
 CORE-1919)
   * -dev: make dev. symlinks point to the right sover-named symlink and not
 the real library file. Otherwise a new version of the library package will
 break them. Closes: #485749
 Medium urgency fixing serious bug.
Checksums-Sha1: 
 750a3e75f9b0f849536582b35f8bb9d34300ba5d 1725 
firebird2.0_2.0.4.13130-1.ds1-3.dsc
 eddbf4b3eda22ed5b54ddc29748c371b645e1fb4 108991 
firebird2.0_2.0.4.13130-1.ds1-3.diff.gz
 2683592ebc9387b86c3f2cfa27212e696bb373cb 443908 
firebird2.0-dev_2.0.4.13130-1.ds1-3_all.deb
 bf361fea7a9785cea840e3bdae8bafd01fb4d143 542594 
firebird2.0-examples_2.0.4.13130-1.ds1-3_all.deb
 f857cf0f4429028a88b32052071395d972b0ac05 1289070 
firebird2.0-doc_2.0.4.13130-1.ds1-3_all.deb
 3d7968d732d8730213ef5a88d47850df5a4d621b 2828196 
firebird2.0-super_2.0.4.13130-1.ds1-3_amd64.deb
 d0358fb95e79349a64511e66bdbbf6306ad5fff5 1746696 
firebird2.0-classic_2.0.4.13130-1.ds1-3_amd64.deb
 92bac664e937ccf3badb079b0222184e1727b37d 621604 
libfbclient2_2.0.4.13130-1.ds1-3_amd64.deb
 9941f99cde5769704c3cf74474c1ea279a64be2a 1468394 
libfbembed2_2.0.4.13130-1.ds1-3_amd64.deb
 6bff876ea333cde4849bf34e5e794f6865a4a595 782392 
firebird2.0-common_2.0.4.13130-1.ds1-3_amd64.deb
 c9442376fb399c121fd4ee74b16889eba80791f2 511538 
firebird2.0-server-common_2.0.4.13130-1.ds1-3_amd64.deb
Checksums-Sha256: 
 375a5344e6227109892ac547f64a16c36bc967e5ffe2536260d8c0138d09d3c3 1725 
firebird2.0_2.0.4.13130-1.ds1-3.dsc
 c0b7ffa65b408320015f1d57f53d2856e6239a354b2b185d79911ebb30f338eb 108991 
firebird2.0_2.0.4.13130-1.ds1-3.diff.gz
 4921fb2e02304423f93658e41746fa591733fd76f97ebd1cd24ea8be344b4b84 443908 
firebird2.0-dev_2.0.4.13130-1.ds1-3_all.deb
 54fdf901b70ba79cc587fbc4c32c7a03bcc4463f232e707fccfc178a9f9916f7 542594 
firebird2.0-examples_2.0.4.13130-1.ds1-3_all.deb
 36f1ce5d54756ed9749e4049c22815a9771d104ec067e558948fcce70dd2333a 1289070 
firebird2.0-doc_2.0.4.13130-1.ds1-3_all.deb
 0f2cdb10cef802c09af1e785db6c06242ab36df8620bd9c75e1935672accecfb 2828196 
firebird2.0-super_2.0.4.13130-1.ds1-3_amd64.deb
 71dafacd70f093a689e258d782e25b8c9a9e89527c4a2da81214b3c585a9cc66 1746696 
firebird2.0-classic_2.0.4.13130-1.ds1-3_amd64.deb
 76a6802793c1302583b378d085bc499390b2efde5ebd37820d8e860b05c18f07 621604 
libfbclient2_2.0.4.13130-1.ds1-3_amd64.deb
 79624696a3ef76efdf48adf3fd75d9e85397d7b15e3c2e0820dd5b3e0ea3934f 1468394 
libfbembed2_2.0.4.13130-1.ds1-3_amd64.deb
 79af3965443b8d026434a64056a3d7ac831c5e50ce9bd946491c119268ec9606 782392 
firebird2.0-common_2.0.4.13130-1.ds1-3_amd64.deb
 94fd5c332ea5e974d52047a566cff9b1bdc04bbe4e5bc35da046c6d66d38cf14 511538 
firebird2.0-server-common_2.0.4.13130-1.ds1-3_amd64.deb
Files: 
 a73992bab14cba83500c7bd21dd2cd1e 1725 misc optional 
firebird2.0_2.0.4.13130-1.ds1-3.dsc
 52f9aba29789b9a908e6991521fdbc84 108991 misc optional 
firebird2.0_2.0.4.13130-1.ds1-3.diff.gz
 936a3545c53427cdb255c0f2c03344cb 443908 libdevel optional 
firebird2.0-dev_2.0.4.13130-1.ds1-3_all.deb
 574d2a97f45dddfbd48b637acf763c0f 542594 doc optional 
firebird2.0-examples_2.0.4.13130-1.ds1-3_all.deb
 8e6da2f6ade21c6dd36bb585a8030842 1289070 doc optional 
firebird2.0-doc_2.0.4.13130-1.ds1-3_all.deb
 e3a22845e5be2746549cd1ea28180b25 2828196 misc optional 
firebird2.0-super_2.0.4.13130-1.ds1-3_amd64.deb
 cec44529080463c89f762085be397540 1746696 misc optional 
firebird2.0-classic_2.0.4.13130-1.ds1-3_amd64.deb
 63018f16603ed530b5d727480b6fe6bf 621604 libs optional 
libfbclient2_2.0.4.13130-1.ds1-3_amd64.deb
 c229368753034667745d97d1e7c7f14a 1468394 

Accepted k3b 1.0.5-2 (source all amd64)

2008-06-11 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jun 2008 14:20:20 +1200
Source: k3b
Binary: k3b k3b-data libk3b-dev libk3b3 libk3b3-extracodecs
Architecture: source all amd64
Version: 1.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Francois Marier [EMAIL PROTECTED]
Description: 
 k3b- A sophisticated KDE CD burning application
 k3b-data   - A sophisticated KDE CD burning application - data files
 libk3b-dev - The KDE cd burning application library - development files
 libk3b3- The KDE cd burning application library - runtime files
 libk3b3-extracodecs - The KDE cd burning application library - extra decoders
Changes: 
 k3b (1.0.5-2) unstable; urgency=low
 .
   [ Michael Meskes ]
   * Moved changes in file src/k3b.desktop to a patch under debian/patches.
 .
   [ Francois Marier ]
   * Sync with Ubuntu
 - Add kfile_k3b.so to k3b.install
 - libk3b3-extracodecs replaces libk3b2-extracodecs
   * Bump Standards-Version up to 3.8.0 (no changes)
   * Remove the KUBUNTU difference file
Checksums-Sha1: 
 d175cbd259c3604169e01d8ee7b104422c6dfa5f 1535 k3b_1.0.5-2.dsc
 0e58ca3476e22421fe5320b4aca3d1f3174de687 21519 k3b_1.0.5-2.diff.gz
 aa6f85eac1bfd287228837690a4e7abdcdbd0500 4361446 k3b-data_1.0.5-2_all.deb
 2f6addf20fcfaa82e9a280962c51b25534e2fe85 873964 k3b_1.0.5-2_amd64.deb
 d6e8b34a0f483c5839bb078da513362238d9d18f 128214 libk3b-dev_1.0.5-2_amd64.deb
 2181a4366e82861141b73d793f40863cf1d13937 1202598 libk3b3_1.0.5-2_amd64.deb
 bd6de500977e9e8ba55de62f05929c4ad797c5ff 48266 
libk3b3-extracodecs_1.0.5-2_amd64.deb
Checksums-Sha256: 
 b2f400c587bfec431f8157ce575f4553d443c4971b00f8a535c046d0d5fe7109 1535 
k3b_1.0.5-2.dsc
 9e482304b383f0908a20bbcb972bff6fe6cd3a89ed245e0130749209539080ae 21519 
k3b_1.0.5-2.diff.gz
 a24daeb26c45f4321a2f636dfe9cfe304cf3ee147726cec86b96c18c2f1ac9e3 4361446 
k3b-data_1.0.5-2_all.deb
 a24cadf0f32e38f8d209b3ee3f05e6b1aa7696dd2f5b4675b002016322a172c2 873964 
k3b_1.0.5-2_amd64.deb
 77c90ea25f7bc1ed26c4159bc07d1f48f2d1d99dffc2738e86a6a48b87c35a99 128214 
libk3b-dev_1.0.5-2_amd64.deb
 d2c6a84213f3d316411bcf98d11019234f03282d35368d8d8b4585e9cdea039b 1202598 
libk3b3_1.0.5-2_amd64.deb
 e295a709648b349e1c533e9f3645c499364b11788127232f4b91f5e3a6a2f1c8 48266 
libk3b3-extracodecs_1.0.5-2_amd64.deb
Files: 
 41f7988e36cfd25ff0364be6ccce4806 1535 kde optional k3b_1.0.5-2.dsc
 adf409c395990b716500b6b0972951e6 21519 kde optional k3b_1.0.5-2.diff.gz
 bb32bff22fb8cc0bc89e51bc8887116b 4361446 kde optional k3b-data_1.0.5-2_all.deb
 65cea8128e51b7041444be3ff7d5e838 873964 kde optional k3b_1.0.5-2_amd64.deb
 1f5ed5b59fb50cbad1069d5aea8a4a62 128214 libdevel optional 
libk3b-dev_1.0.5-2_amd64.deb
 330f202b8b49158ab3bf427c7fa417be 1202598 libs optional 
libk3b3_1.0.5-2_amd64.deb
 3cd56eb9f8804501d14308fd202ff551 48266 libs optional 
libk3b3-extracodecs_1.0.5-2_amd64.deb

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

iEYEARECAAYFAkhQsFkACgkQScUZKBnQNIYMJACeJiMRiug5OYYPwuu582IhnMdw
9nAAn3nvOtQn83d4Ov2yCFgLbn7/CPbE
=q7D4
-END PGP SIGNATURE-


Accepted:
k3b-data_1.0.5-2_all.deb
  to pool/main/k/k3b/k3b-data_1.0.5-2_all.deb
k3b_1.0.5-2.diff.gz
  to pool/main/k/k3b/k3b_1.0.5-2.diff.gz
k3b_1.0.5-2.dsc
  to pool/main/k/k3b/k3b_1.0.5-2.dsc
k3b_1.0.5-2_amd64.deb
  to pool/main/k/k3b/k3b_1.0.5-2_amd64.deb
libk3b-dev_1.0.5-2_amd64.deb
  to pool/main/k/k3b/libk3b-dev_1.0.5-2_amd64.deb
libk3b3-extracodecs_1.0.5-2_amd64.deb
  to pool/main/k/k3b/libk3b3-extracodecs_1.0.5-2_amd64.deb
libk3b3_1.0.5-2_amd64.deb
  to pool/main/k/k3b/libk3b3_1.0.5-2_amd64.deb


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



Spam a través de la cuenta de debian.org

2008-06-11 Thread Jaime Robles
Buenas tardes,

Este mensaje va casi en exclusiva para DDs...

Llevo tiempo recibiendo bastante spam a través de mi cuenta de debian.org

Como las máquinas de debian no entran en los RBL y yo que se por qué mi
spamassassing/postfix (algo estaré haciendo mal) no me los filtra la
verdad es que estoy más que harto porque el 99% del spam que me llega
llega por la cuenta de debian.org.

=
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tango.robles.es
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE
 autolearn=ham version=3.2.3
==
Me tiene frito y es que mi bayes parece que no les quiere meter mano... y
eso que creo que lo tengo bien entrenao (aprox 3400 de spam y de 3900
ham y subiendo porque casi cada día añado alguno nuevo bien categorizado)

Mucho correo en ruso y el típico de los rolex y otros grandes clásicos

¿Os pasa a vosotros también? ¿Cómo lo habeis solucionado?

Agradeceré cualquier comentario!

Thanks!


-- 
Un saludo,
Jaime Robles, EA4TV
[EMAIL PROTECTED]

Visita:
   http://jaime.robles.es


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



Re: Spam a través de la cuenta de debian.org

2008-06-11 Thread Jaime Robles
 On Wed, Jun 11, 2008 at 07:22:28PM +0200, Jaime Robles wrote:

 Hay opciones anti-spam para la cuenta de d.o las puedes poner en
 db.debian.org
 las instrucciones están por algun mail de debian-devel-announce que estoy
 segura leiste y no te acuerdas ;)
DIOS!!
Creo que te refieres a esto:
http://db.debian.org/forward.html

GRAAACIAS!!!
:-)

Ahora a ver si consigo entrar en db ;-) porque me dice que Not
authenticated... y me he asegurado de meter bien la contraseña (varias
veces) y me funcionó hace aprox 1 mes... ¿Sabeis si hay algún problema o
soy yo...?

A lo mejor debería despejarme un poco... probaré mañana :-)


MIL GRACIAS ANA!




-- 
Un saludo,
Jaime Robles - http://jaime.robles.es
[EMAIL PROTECTED]



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



Re: Spam a travé s de la cuenta de debian.org

2008-06-11 Thread Adeodato Simó
* Jaime Robles [Wed, 11 Jun 2008 20:33:55 +0200]:

 Ahora a ver si consigo entrar en db ;-) porque me dice que Not
 authenticated... y me he asegurado de meter bien la contraseña (varias
 veces) y me funcionó hace aprox 1 mes... ¿Sabeis si hay algún problema o
 soy yo...?

Eres tú:

  http://lists.debian.org/debian-devel-announce/2008/05/msg3.html

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
 Listening to: Luis Eduardo Aute - No es en vano


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



Re: Spam a travé s de la cuenta de debian.org

2008-06-11 Thread Alberto Gonzalez Iniesta
On Wed, Jun 11, 2008 at 07:22:28PM +0200, Jaime Robles wrote:
 Mucho correo en ruso y el típico de los rolex y otros grandes clásicos
 
 ¿Os pasa a vosotros también? 

No

 ¿Cómo lo habeis solucionado?

El resto de DDs tenemos el correo redireccionado a [EMAIL PROTECTED] :)

 Agradeceré cualquier comentario!

Guay!


Bueno, ahora en serio. Yo tengo crm114 echando un cable al SpamAssassin,
porque mucho spam está currado para torear al SA y similares, y ahí es
donde el crm114 los pilla. 
Más o menos 300 correos de casi 400 de los que me llegan al día son
cazados bien por los dos (SA y crm) o por alguno, al final acabo con 3-4
que se escapan.
Y en mi caso lo tengo algo más fácil, no uso mi cuenta @debian en mis
paquetes, así que la tonelada de mierda entra directamente en mi
servidor donde soy algo más extricto.

De todas formas, si no recuerdo mal en dos correos enviados a
debian-devel-announce el 30 de diciembre de 2006 (memoria prodigiosa la
mia...) se comenta como jugar con db.d.o para usar RBL, RHSBL,
greylisting, etc...


Saludos.

-- 
Alberto Gonzalez Iniesta| Formación, consultoría y soporte técnico
agi@(inittab.org|debian.org)| en GNU/Linux y software libre
Encrypted mail preferred| http://inittab.com

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3


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