Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread Tollef Fog Heen
* Simon Richter 

| Hi,
| 
|  Consider there's a package foo which is built against libbar-dev
|  and uses pkg-config to obtain the necessary CFLAGS and LIBS for
|  libbar.
| 
|  Now is it the foo package's or the libbar-dev package's duty to
|  provide the dependency on pkg-config?
| 
| Disagreeing with the others: It is the -dev package's responsibility.
| 
| The foo package's build dependencies are only relevant when building
| the foo package. For someone who develops software based on libbar,
| it is not obvious that foo's build dependencies are required.

Unless I'm misunderstanding you here; I think you are confused.

Whoever develops software based on libbar will have to have a call to
pkg-config somewhere in their build process so they should depend on
pkg-config.  The only edge case I can think of is if libbar provides
some Autoconf macros that wrap pkg-config, libbar-dev should suggest
or recommend pkg-config, but Autoconf macros don't really map to
build-depends/depends, they are more like a development-depends.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


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



Re: Bug#474230: ITP: compiz-switch -- Easily switch Compiz off and on

2008-04-05 Thread sean finney
hi,

On Friday 04 April 2008 01:46:03 pm Alessio Gaeta wrote:

 The package (not the software inside it! :) ) is quite trivial, but I
 think it is very useful (and if you have an ATI with Compiz and fglrx,
 is mandatory, to watch your videos easily...)

what, if anything, makes it better than fusion-icon?


sean


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


Re: Bug#402010: How to deal with #402010?

2008-04-05 Thread sean finney
hi,

a few more ideas for you to think about:

- create a user specific to the package, and

1: use a setuid wrapper binary for doing all ldap communications

or

2: use some kind of user-restricted fastcgi type setup instead of standard 
apache mod_php/python/whatever

or

3: run a seperate instance of $webserver listening on a different port 
(localhost:8080 or similar), and running as the specific user.  you can then 
drop in a proxy config to make that available from the standard $webserver.




sean


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


Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread Hendrik Sattler
Am Samstag 05 April 2008 schrieb Tollef Fog Heen:
 Whoever develops software based on libbar will have to have a call to
 pkg-config somewhere in their build process so they should depend on
 pkg-config.

_If_ they do. Please consider the possibility that an application developer 
links to libbar without using pkg-config. pkg-config is _not_ part of an API, 
it is only a tool that _can_ be used, not must.
Putting pkg-config on Recommends of Suggests of every -dev packages that has 
a .pc file, you could as well put it into built-essential dependency.

HS


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



Re: Bug#402010: How to deal with #402010?

2008-04-05 Thread sean finney
hi,

On Saturday 05 April 2008 11:26:14 am Cajus Pollmeier wrote:
 The problem is that these aspects are not packagable as some kind of
 fire and forget installation. I'd prefer the way Roland proposed,
 using some kind of

option 3 could work out of the box, though it just requires more initial setup 
work to get right in the packaging.  i'm not saying it's the Right Way, but 
it would provide the necessary compartmentalizing.

 RequestHeader set FooPassword very-secret-credentials

i suspect php users will still be able to find that out, in the same way that 
they can read ssl private keys from the webserver's memory (you *did* know 
they can do that, right? :)

sean


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


Re: Bug#402010: How to deal with #402010?

2008-04-05 Thread Cajus Pollmeier
The problem is that these aspects are not packagable as some kind of  
fire and forget installation. I'd prefer the way Roland proposed,  
using some kind of


# cat /etc/apache2/conf.d/gosa.conf
Alias /gosa /usr/share/gosa/html
Location /gosa
include /etc/gosa/gosa.secrets
/Location

# cat /etc/gosa/gosa.secrets
RequestHeader set FooPassword very-secret-credentials

The latter file can only be read by root, so the security problem is  
as critical as beeing able to read cleartext kerberos or sasldb  
passwords as root.


This implementation only requires minimum changes and has no big  
overhead on the server side... Uh, and a a2enmod headers from  
postinst.


Cheers,
Cajus

Am 05.04.2008 um 11:07 schrieb sean finney:

hi,

a few more ideas for you to think about:

- create a user specific to the package, and

1: use a setuid wrapper binary for doing all ldap communications

or

2: use some kind of user-restricted fastcgi type setup instead of  
standard

apache mod_php/python/whatever

or

3: run a seperate instance of $webserver listening on a different port
(localhost:8080 or similar), and running as the specific user.  you  
can then
drop in a proxy config to make that available from the standard  
$webserver.





sean



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



Re: A suggestion

2008-04-05 Thread Chris Bannister
On Wed, Apr 02, 2008 at 11:31:44PM +0200, Hendrik Sattler wrote:
 Am Mittwoch 02 April 2008 schrieb Chris Bannister:
  On Tue, Apr 01, 2008 at 03:16:48PM +0200, Andrea Bolognani wrote:
   On Tue, 1 Apr 2008 00:38:36 -0300
  
   Joel Franco [EMAIL PROTECTED] wrote:
I think that the testing or above releases may be suitable for the
desktop of a EXPERT linux user. I need a stable release because my
desktop must simply to work; it is not a so critical system like a
server but this is critical to my business go on.
   
   From my experience, testing is perfectly suitable for a
desktop/development
  
   system. I have used it exclusively on both my desktop and my laptop for a
   couple of years now, and I have experienced only a couple of minor issues
   so far.
  
   The main difference between a desktop and a server is that usually on a
   server you can't afford any downtime, while on a desktop system you can
   screw up and reinstall every once in a while if needed...
 
  Unfortunately, many people new to Debian/Linux get the impression that
  testing is perfectly suitable for a desktop system.
 
 It really depends on the person(s) using that desktop. But your wording 
 is black or white anyway (see: perfectly).

My wording is just a paraphrase of the previous message. As for It
really depends on the person(s) using that desktop. I did say people
new to Debian/Linux.

I agree testing/unstable is a good choice for someone who is fairly
familiar with Debian. For example, being able to report bugs should be
mandatory.

Knowing where/how to peruse documentation. etc.

-- 
Chris.
==


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



Re: A suggestion

2008-04-05 Thread Chris Bannister
On Thu, Apr 03, 2008 at 10:29:30AM +0900, Charles Plessy wrote:
 Le Thu, Apr 03, 2008 at 01:44:56AM +1300, Chris Bannister a écrit :
  
  Unfortunately, many people new to Debian/Linux get the impression that
  testing is perfectly suitable for a desktop system.
 
 Maybe because they have read Debian's website?
 
  things should not break as badly as in unstable or experimental
  distributions
 http://www.debian.org/releases/testing/index.en.html
 
  The unstable distribution is where active development of Debian
  occurs. Generally, this distribution is run by developers
 http://www.debian.org/releases/index.en.html
 
 There is nothing in these pages that warns against the use of Testing on
 a desktop system, except of course that Debian primarily recommends
 using Etch.
 
 There are three alternative options for escaping Etch's bugs (for
 instance white-on-white selections in Evince):
 
  - Backporting some packages by hand, but this requires skill.
  - Using backports.org, but it is unofficial.
  - Using Testing or Sid.
 
 If Debian wants to issue stronger warnings for those using Testing on
 the desktop, maybe mentionning that it is also a development tool and it
 is not inteded for normal use would do the job…

Instead of advising a new user If you can't cope with the problems of
testing use stable which sounds rather harsh and dismissive, especially
if they were advised to download the testing netinst iso because it
should better support their hardware, it would be better to point them
to an official link[1] which points out what users should be aware of:

* purpose of testing, i.e. not just a better stable.

* pitfalls of using testing.

* how to diagnose why their system broke

+ intelligent use of apt/aptitude/synaptic/whatever

+ installing apt-listbugs etc.

+ How to use the BTS/PTS to help diagnose and possibly
  find a fix to why their system suddenly went crook.
  
+ How to file a proper bug report. (Would be handy to
  read, in any case.)

* Other resources like update-excuses, why is package foo not in
  testing yet, etc.


etcetera.

I don't host my own website on the net, otherwise I'd have a shot, but
considering that it would then be unofficial, and considering the
differences of opinion already from the many replies of I have read, and
if there were any inaccuracies it may even cause more confusion to new
users. Also there are probably more good resources than I am aware of,
also I won't know of any additions or improvements to resources of this
type.

It annoys me when someone posts to debian-user with the latest upgrade
just broke my system -- what is going on? sometimes in not so nice
terms.

[1] If there is one, my most humblest apologies and after the flaming,
could you please advise where it is. I will download and read
http://www.debian.org/releases/testing/index.en.html, but from Charles
comments above it does not go that far.

-- 
Chris.
==



Re: A suggestion

2008-04-05 Thread Chris Bannister
On Fri, Apr 04, 2008 at 08:13:59AM +0900, Charles Plessy wrote:
 Le Thu, Apr 03, 2008 at 10:55:40AM -0400, Lennart Sorensen a écrit :
  
  Given how much uproar there is about Microsoft's desire to retire
  Windows XP while many people would rather stick with it that go to
  Vista, perhaps the idea that everyone wants the latest and greatest is
  no longer true.
 
 Hi Lennart,
 
 I think that the way people use XP looks more like Stable + Backports
 that just Stable.
 
 As for the purpose of Testing, in the end the answer is probably in the
 hands of those :
  - who invented it;
  - who control its content.
 
 On this list we can read opposite opinions of individual developpers,
 so maybe the persons who feel in charge of Testing (probably the
 release team, the FTP team, and the testing security team) can clarify
 on the list and/or on the website if they think it is needed.

Something like:

If you run testing please use the following resources: foo/bar before
submitting bugs or complaining on the debian-user mailing list.

-- 
Chris.
==



experimental builders

2008-04-05 Thread Vincent Danjean
  Hi,

  Does experimental builders infrastructure works ?
I'm waiting to try iceweasel 3.0 on i386.
  According to [1], 3.0~b4-2 has been successfully built for
i386 but never reaches the debian pool (see [2] or [3]).
  For 3.0~b5-1, we can see the same thing (successfully built
but not uploaded) for several architectures: i386, powerpc
and ia64.

  Does someone know what happens ?

  Regards,
Vincent

[1]: http://experimental.debian.net/build.php?pkg=iceweasel
[2]: http://ftp.fr.debian.org/debian/pool/main/i/iceweasel/
[3]: http://ftp.de.debian.org/debian/pool/main/i/iceweasel/

-- 
Vincent Danjean   GPG key ID 0x9D025E87 [EMAIL PROTECTED]
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


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



Bug#474392: ITP: celt -- The CELT low-latency audio codec

2008-04-05 Thread Ron
Package: wnpp
Severity: wishlist
Owner: Ron [EMAIL PROTECTED]

  Package name: celt
  Version : 0.3.0
  Upstream Author : Christopher Montgomery, Jean-Marc Valin, Timothy Terriberry,
CSIRO, and other contributors
  URL : http://www.celt-codec.org
  License : BSD
  Programming Lang: C
  Description : The CELT low-latency audio codec

 CELT is an experimental audio codec for use in low-delay communication.

 CELT stands for Code-Excited Lapped Transform. It applies some of the CELP
 principles, but does everything in the frequency domain, which removes some of
 the limitations of CELP. CELT is suitable for both speech and music and
 currently features:

  * Ultra-low latency (typically from 3 to 9 ms)
  * Full audio bandwidth (44.1 kHz and 48 kHz)
  * Stereo support
  * Packet loss concealment
  * Constant bit-rates from 32 kbps to 128 kbps and above
  * A fixed-point version of the encoder and decoder

 The CELT codec is meant to close the gap between Vorbis and Speex for
 applications where both high quality audio and low delay are desired.


It is currently quite experimental still, both the bitstream format
and the API are subject to change at the present time, but the upstream
authors are ready for people to begin trialling it in real use situations.
It is claimed to already outperform the alternatives for the use cases that
it is optimising for.

Cheers,
Ron



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



Bug#474398: ITP: libfile-pid-perl -- Perl module for pid file manipulation

2008-04-05 Thread gregor herrmann
Package: wnpp
Severity: wishlist
Owner: gregor herrmann [EMAIL PROTECTED]

* Package name: libfile-pid-perl
  Version : 1.01
  Upstream Author : Casey West, [EMAIL PROTECTED]
* URL : http://search.cpan.org/dist/File-Pid/
* License : GPL-1+ | Artistic
  Programming Lang: Perl
  Description : Perl module for pid file manipulation

 File::Pid manages pid files. It creates a pid file, querys the
 process within to discover if it's still running, and removes the
 pid file.
  

The package will be maintained within the Debian Perl Group.

gregor
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Rolling Stones: Dadoo


signature.asc
Description: Digital signature


Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread Tollef Fog Heen
* Hendrik Sattler 

| Am Samstag 05 April 2008 schrieb Tollef Fog Heen:
|  Whoever develops software based on libbar will have to have a call to
|  pkg-config somewhere in their build process so they should depend on
|  pkg-config.
| 
| _If_ they do. Please consider the possibility that an application
| developer links to libbar without using pkg-config. pkg-config is
| _not_ part of an API, it is only a tool that _can_ be used, not
| must.

That depends on the library you are linking against.  I, as an library
author is free to say «the only supported way to use my gargleblaster
library is through the I_CAN_HAS_GARGELBLASTER autoconf macro» (which
then proceeds to set GARGLEBLASTER_CFLAGS and GARGLEBLASTER_LIBS by
using pkg-config).  If I do that, pkg-config is effectively part of
the API.

| Putting pkg-config on Recommends of Suggests of every -dev packages
| that has a .pc file, you could as well put it into built-essential
| dependency.

Build-essential is for something else, and I hope you did not
interpret what I said (and which you removed from my quote above) as
disagreeing with that.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread brian m. carlson

On Sat, Apr 05, 2008 at 04:52:29PM +0200, Tollef Fog Heen wrote:

That depends on the library you are linking against.  I, as an library
author is free to say «the only supported way to use my gargleblaster
library is through the I_CAN_HAS_GARGELBLASTER autoconf macro» (which
then proceeds to set GARGLEBLASTER_CFLAGS and GARGLEBLASTER_LIBS by
using pkg-config).  If I do that, pkg-config is effectively part of
the API.


If the only supported way to link against your library is to use the 
autotools, you should be shot, especially if libtool is anywhere in the 
equation.  Not everybody uses the autotools, and their only benefit is 
portability.


Secondly, Debian is not necessarily in the business of doing everything 
upstream authors want.  I remember Mozilla was quite upset when we 
started shipping shared libraries of their components (XUL, NSS, etc.), 
because their way was to statically link a stub and then dlopen the 
modules.  Debian decided that was not the way that best served our 
users, and proceeded to ignore their recommendation[0].


I think it is safe to say that Debian supports passing the appropriate 
command line arguments without using pkg-config, even if upstream does 
not.  At least that seems to be my experience.


[0] Google for Mozilla Debian shared library

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
troff on top of XML: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread Bernhard R. Link
* Tollef Fog Heen [EMAIL PROTECTED] [080405 16:53]:
 That depends on the library you are linking against.  I, as an library
 author is free to say «the only supported way to use my gargleblaster
 library is through the I_CAN_HAS_GARGELBLASTER autoconf macro» (which
 then proceeds to set GARGLEBLASTER_CFLAGS and GARGLEBLASTER_LIBS by
 using pkg-config).  If I do that, pkg-config is effectively part of
 the API.

This might be a reason to make it a Recommend instead of a Suggests,
but a Depends would still be too much in my eyes.

(And I hope it would set GARGLEBLASTER_CPPFLAGS intead of
GARBLEBLASTER_CFLAGS to avoid pusing the misnaming withing pkg-config
even further).

Hochachtungsvoll,
Bernhard R. Link


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



Re: Adding lzma to dpkg's Pre-Depends

2008-04-05 Thread The Fungi
On Fri, Apr 04, 2008 at 03:20:10PM +0200, Julian Andres Klode wrote:
[...]
 I strongly recommend not to use lzma on embedded architectures.

I suppose that depends on how it's used, but Wikipedia's article on
the algorithm even goes so far as to state:

   Small code size and relatively low memory overhead, particularly
   with smaller dictionary lengths, make the LZMA decompression
   algorithm well-suited to embedded applications.

http://en.wikipedia.org/wiki/Lempel-Ziv-Markov_algorithm

And yes, I understand Wikipedia is a far from reputable source, but
correlate with 7-zip's 7z format page which says:

   The LZMA compression algorithm is very suitable for embedded
   applications.

http://www.7-zip.org/7z.html

And on their SDK page:

   LZMA provides a high compression ratio and very fast
   decompression, so it is very suitable for embedded applications.

http://www.7-zip.org/sdk.html

Again, objective statement or marketing zealotry? As an embedded
platform use-case example, here's a page talking about (among other
things) work in progress back in 2006 (no idea if it came to
fruition) using LZMA for JFFS2 filesystem compression on OpenWRT:

http://bitsum.com/openwiking/owbase/ow.asp?Embedded_Linux_Compression_Optimizations

I understand that decreasing the dictionary length has implications
on the compression ratio, but it would be interesting to see some
numbers indicating to what degree this is the case (and roughly
where the break-even is against whatever gzip compression level the
autobuilders currently use for packages). Perhaps it's worth
considering adjusting this parameter downward for smaller arch all
packages and binary packages built for typically lower-resource
architectures (m68k, mipsel, arm, et cetera), if there's still an
all-around performance gain to be had over gzip.
-- 
{ IRL(Jeremy_Stanley); PGP(9E8DFF2E4F5995F8FEADDC5829ABF7441FB84657);
SMTP([EMAIL PROTECTED]); IRC([EMAIL PROTECTED]); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER([EMAIL PROTECTED]);
MUD([EMAIL PROTECTED]:6669); WWW(http://fungi.yuggoth.org/); }


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



Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread William Pitcock
Hi,

On Sat, 2008-04-05 at 15:30 +, brian m. carlson wrote:
 I think it is safe to say that Debian supports passing the
 appropriate 
 command line arguments without using pkg-config, even if upstream
 does 
 not.  At least that seems to be my experience.

Yes, but people depending on this point will find that their code does
not work correctly on non-Debian platforms, which is most likely a
disservice to our users in reality.

William


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


Bug#474443: ITP: praytimes -- Firefox extension that displays Islamic daily prayer times

2008-04-05 Thread mderakhs
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: praytimes
  Version : 1.1.3
  Upstream Author : Hamid Zarrabi-Zadeh
* URL : https://addons.mozilla.org/en-US/firefox/addon/4270
* License : GPL
  Programming Lang: JavaScript
  Description : Firefox extension that displays Islamic daily prayer
times

  Praytimes is an extension for firefox which displays Islamic daily
 prayer times with the following features:
  - Countdown to each prayer time;
  - Automatic playing of Adhan sound;
  - Various methods of time calculation;
  - Supporting all locations around the world;
  - Local calculation of prayer times (no connection to Internet is
  needed).
 .
  Homepage: http://www.praytime.info/


Bug#474466: ITP: librose-datetime-perl -- DateTime helper functions and objects

2008-04-05 Thread Krzysztof Krzyzaniak (eloy)
Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]


* Package name: librose-datetime-perl
  Version : 0.532
  Upstream Author : John C. Siracusa ([EMAIL PROTECTED])
* URL : http://search.cpan.org/dist/Rose-DateTime/
* License : Dual: Artistic/GPL
  Programming Lang: Perl
  Description : DateTime helper functions and objects

 The Rose::DateTime::* modules provide a few convenience functions and objects
 for use with DateTime dates.
 .
 Rose::DateTime::Util contains a simple date parser and a slightly customized 
 date formatter.
 .
 Rose::DateTime::Parser encapsulates a date parser with an associated default 
 time zone.
 .
 Rose::DateTime exists mostly to provide a version number for CPAN.  
 See the individual modules for some actual documentation.


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

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread Roger Leigh
Simon Richter [EMAIL PROTECTED] writes:

 Consider there's a package foo which is built against libbar-dev and
 uses pkg-config to obtain the necessary CFLAGS and LIBS for libbar.

 Now is it the foo package's or the libbar-dev package's duty to provide
 the dependency on pkg-config?

 Disagreeing with the others: It is the -dev package's responsibility.

 The foo package's build dependencies are only relevant when building the
 foo package. For someone who develops software based on libbar, it is
 not obvious that foo's build dependencies are required.

As an upstream, I include a .pc file for the convenience of people who
want to link with my libraries.  However, using pkg-config or
PKG_CHECK_MODULES is entirely optional, and so really a Suggests or
Recommends is more appropriate.  If the user decides to use
pkg-config, then it's really their responsibility to have pkg-config
in their Build-Depends, not that of the library packager.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgpnFcqdGtkex.pgp
Description: PGP signature


Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread Romain Beauxis
Le Sunday 06 April 2008 00:08:43 Roger Leigh, vous avez écrit :
  The foo package's build dependencies are only relevant when building the
  foo package. For someone who develops software based on libbar, it is
  not obvious that foo's build dependencies are required.

 As an upstream, I include a .pc file for the convenience of people who
 want to link with my libraries.  However, using pkg-config or
 PKG_CHECK_MODULES is entirely optional, and so really a Suggests or
 Recommends is more appropriate.  If the user decides to use
 pkg-config, then it's really their responsibility to have pkg-config
 in their Build-Depends, not that of the library packager.

Just to add my two bits to this, we recently had a FTBFS with ocaml-mad 
exactly related to this: the library checked by the configure script had 
changed its dependency, hence pkg-config was no more available.

Clearly, as others pointed out, it's the .pc user's responsability to 
build-dep on pkg-config: we didn't notice the missing build-dep precisely 
because it was pulled by the library.

Hence, not only do I advocate for the optional depency, but it is good if 
pulling libfoo-dev don't pull pkg-config during an automatic build, so that 
you are sure that any ./configure needing pkg-config has it as a build-dep.


Romain
-- 
Marcus Garvey told us
That freedom is a must.
He told us that the Black Star Liners
Are coming one day for us.



Re: Should -dev packages providing .pc files depend on pkg-config?

2008-04-05 Thread Simon Richter
Hi,

 | The foo package's build dependencies are only relevant when building
 | the foo package. For someone who develops software based on libbar,
 | it is not obvious that foo's build dependencies are required.

 Whoever develops software based on libbar will have to have a call to
 pkg-config somewhere in their build process so they should depend on
 pkg-config.

The use case here are people downloading a tarball and building that.
These people are going to use a prebuilt configure script and expect the
library to be found by it if the -dev package is installed.

   Simon


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



Bug#474489: ITP: libjss-java -- Java bindings for Network Security Services

2008-04-05 Thread Gerardo Curiel
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: libjss-java
Version: 4.2.6
Upstream Author: The Mozilla Foundation
URL: http://www.mozilla.org/directory/javasdk.html
License: MPL 1.1/GPL 2.0/LGPL 2.1
Description: Java bindings for Network Security Services (NSS)
 Network Security Services for Java (JSS) is a set of libraries designed
 to support cross-platform development of security-enabled server
 applications. Applications built with JSS can support SSL v2
 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
 X.509 v3 certificates, and other security standards.

 JSS also provides a pure Java interface for ASN.1 types and BER/DER encoding.

-- 
Gerardo Curiel  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Geek By NaTure,LiNuX By ChOiCe,DebiAn of CoUrsE
gpg fingerprint: 228B 0F96 8653 DF52 9740  B75E FB32 9C30 E179 7BD2
http://www.debian.org


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Accepted remctl 2.12-1 (source i386)

2008-04-05 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Apr 2008 22:24:07 -0700
Source: remctl
Binary: libremctl1 libremctl-dev remctl-client remctl-server libnet-remctl-perl
Architecture: source i386
Version: 2.12-1
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery [EMAIL PROTECTED]
Changed-By: Russ Allbery [EMAIL PROTECTED]
Description: 
 libnet-remctl-perl - Perl client for Kerberos-authenticated command execution
 libremctl-dev - Development files for Kerberos-authenticated command execution
 libremctl1 - Library for Kerberos-authenticated command execution
 remctl-client - Client for Kerberos-authenticated command execution
 remctl-server - Server for Kerberos-authenticated command execution
Closes: 467590
Changes: 
 remctl (2.12-1) unstable; urgency=low
 .
   * New upstream release.
 - Allow the GSS-API library to do hostname canonicalization if no
   server principal was specified in the client.
 - Document the client's choice of default server principal.
 - Fix an exit rather than error in the client library after an out of
   memory error.
 - Close file descriptors in the server when spawning children.
 - Fix Perl API interface for requesting the default principal.
 - Fix test suite failure when DNS lookups fail.  Thanks, Lucas
   Nussbaum.  (Closes: #467590)
   * Use touch $@ to create stamp files.
   * Rewrite debian/copyright based on the upstream LICENSE file.
   * Bump the watch version to 3.
Files: 
 e3c6e693e8fc07fc2453fbf6f100effc 729 net optional remctl_2.12-1.dsc
 38f6587059d958b5b80cc4f2ff8048ba 534901 net optional remctl_2.12.orig.tar.gz
 7372934a8f90f3158bbec193fd3ad5f5 10819 net optional remctl_2.12-1.diff.gz
 8ac4a1a9cc1f305f9e77dc40a2f9d6f3 32456 libs optional libremctl1_2.12-1_i386.deb
 cb6fc83b856ed1ea18e6e4f0756af341 58790 libdevel extra 
libremctl-dev_2.12-1_i386.deb
 55ad6ee08975d758d35a233db43aeaf9 56732 net optional 
remctl-client_2.12-1_i386.deb
 7be96d1e5b13269f8987ad0ba9f1bb30 74388 net optional 
remctl-server_2.12-1_i386.deb
 fcf10023357e1533be4edf1e1bab1034 39090 perl optional 
libnet-remctl-perl_2.12-1_i386.deb

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

iD8DBQFH9xF++YXjQAr8dHYRArdTAKC2X9nm8g+zYWpwzOIunwtqXD4O1gCfQ07c
m34K9JFjqxHMZ5zZibv4GbY=
=GDdd
-END PGP SIGNATURE-


Accepted:
libnet-remctl-perl_2.12-1_i386.deb
  to pool/main/r/remctl/libnet-remctl-perl_2.12-1_i386.deb
libremctl-dev_2.12-1_i386.deb
  to pool/main/r/remctl/libremctl-dev_2.12-1_i386.deb
libremctl1_2.12-1_i386.deb
  to pool/main/r/remctl/libremctl1_2.12-1_i386.deb
remctl-client_2.12-1_i386.deb
  to pool/main/r/remctl/remctl-client_2.12-1_i386.deb
remctl-server_2.12-1_i386.deb
  to pool/main/r/remctl/remctl-server_2.12-1_i386.deb
remctl_2.12-1.diff.gz
  to pool/main/r/remctl/remctl_2.12-1.diff.gz
remctl_2.12-1.dsc
  to pool/main/r/remctl/remctl_2.12-1.dsc
remctl_2.12.orig.tar.gz
  to pool/main/r/remctl/remctl_2.12.orig.tar.gz


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



Accepted syslinux 2:3.62+dfsg-2 (source i386)

2008-04-05 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  5 Apr 2008 08:02:00 +0200
Source: syslinux
Binary: syslinux
Architecture: source i386
Version: 2:3.62+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 syslinux   - Bootloader for Linux/i386 using MS-DOS floppies
Closes: 424225
Changes: 
 syslinux (2:3.62+dfsg-2) unstable; urgency=medium
 .
   * Applied patch from morph [EMAIL PROTECTED] to fix clean target
 (Closes: #424225).
Files: 
 5db44bd1c748e404f28a405034c63358 766 utils optional syslinux_3.62+dfsg-2.dsc
 5313ba54c48c1d368f414578444dd4f8 9859 utils optional 
syslinux_3.62+dfsg-2.diff.gz
 98b3c9dde46f02f4ba2660b66ce85d16 409160 utils optional 
syslinux_3.62+dfsg-2_i386.deb

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

iD8DBQFH9xZN+C5cwEsrK54RAocvAKCyAVtMZmc/lmZcgGTtM7uFaL8nCgCgxQBn
eUXQTPNZM3vPskMtzckOdmQ=
=mndj
-END PGP SIGNATURE-


Accepted:
syslinux_3.62+dfsg-2.diff.gz
  to pool/main/s/syslinux/syslinux_3.62+dfsg-2.diff.gz
syslinux_3.62+dfsg-2.dsc
  to pool/main/s/syslinux/syslinux_3.62+dfsg-2.dsc
syslinux_3.62+dfsg-2_i386.deb
  to pool/main/s/syslinux/syslinux_3.62+dfsg-2_i386.deb


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



Accepted liblockfile 1.07-1 (source mips)

2008-04-05 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:14:10 +1000
Source: liblockfile
Binary: liblockfile1 liblockfile-dev
Architecture: source mips
Version: 1.07-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 liblockfile-dev - Development library for liblockfile
 liblockfile1 - NFS-safe locking library, includes dotlockfile program
Closes: 322790 339498 376409 392779 416271 465090
Changes: 
 liblockfile (1.07-1) unstable; urgency=low
 .
   * New maintainer. Closes: #465090
   * ACKed NMUs. Closes: #392779, #322790
   * Fixed liblockfile1: fails to call ldconfig. Closes: #376409
   * Fixed liblockfile-dev: upgrade from sarge + purge leaves
 /usr/share/doc/liblockfile1/liblockfile-dev. Closes: #339498
   * Fixed liblockfile1: option -u is duplicated. Closes: #416271
   * This package is non-native
   * Bumped Standards-Version to 3.7.3
   * liblockfile1: priority is standard
   * liblockfile-dev: section is libdevel
   * Fixed the following lintian message:
 - liblockfile source: substvar-source-version-is-deprecated liblockfile-dev
 - liblockfile-dev: dev-package-should-be-section-libdevel liblockfile-dev
 - liblockfile1: postinst-must-call-ldconfig usr/lib/liblockfile.so.1.0
 - liblockfile-dev: description-synopsis-might-not-be-phrased-properly
 - liblockfile1: debian-changelog-file-missing-or-wrong-name
 - liblockfile-dev: debian-changelog-file-missing-or-wrong-name
Files: 
 c8a9c46d08dec3c5f360c2e06c646bb6 565 devel standard liblockfile_1.07-1.dsc
 8e35d413e301d0c4cf3751e89df22445 27829 devel standard 
liblockfile_1.07.orig.tar.gz
 b219a3342f7fa6f94fac691bf9170705 4753 devel standard liblockfile_1.07-1.diff.gz
 c8b99744b465acde19040e69aa3f4197 15388 libs standard 
liblockfile1_1.07-1_mips.deb
 9a19108d01c767422a76acbf59e7a956 19590 libdevel optional 
liblockfile-dev_1.07-1_mips.deb

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

iD8DBQFH9x5JgY5NIXPNpFURAtgwAJ9TjXLC17o6Z59LMm7N59/or9vfWACgh9cK
SkYFS6kbYmaprabL61u+YW8=
=4RC3
-END PGP SIGNATURE-


Accepted:
liblockfile-dev_1.07-1_mips.deb
  to pool/main/libl/liblockfile/liblockfile-dev_1.07-1_mips.deb
liblockfile1_1.07-1_mips.deb
  to pool/main/libl/liblockfile/liblockfile1_1.07-1_mips.deb
liblockfile_1.07-1.diff.gz
  to pool/main/libl/liblockfile/liblockfile_1.07-1.diff.gz
liblockfile_1.07-1.dsc
  to pool/main/libl/liblockfile/liblockfile_1.07-1.dsc
liblockfile_1.07.orig.tar.gz
  to pool/main/libl/liblockfile/liblockfile_1.07.orig.tar.gz


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



Accepted openh323-titan 1.19.1~dfsg-4 (source i386 all)

2008-04-05 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 02 Apr 2008 07:18:52 +0300
Source: openh323-titan
Binary: libopenh323-1.19.1 libopenh323-1.19.1-develop libopenh323-1.19.1-dev 
simph323-titan libopenh323-1.19.1-dbg libopenh323-1.19.1-doc
Architecture: source i386 all
Version: 1.19.1~dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Faidon Liambotis [EMAIL PROTECTED]
Description: 
 libopenh323-1.19.1 - H.323 aka VoIP library
 libopenh323-1.19.1-dbg - H.323 aka VoIP library development debug files
 libopenh323-1.19.1-dev - H.323 aka VoIP library development files
 libopenh323-1.19.1-develop - H.323 aka VoIP library
 libopenh323-1.19.1-doc - H.323 aka VoIP library documentation files
 simph323-titan - Simple example from the OpenH323 project
Closes: 453594
Changes: 
 openh323-titan (1.19.1~dfsg-4) unstable; urgency=low
 .
   [ Kilian Krause ]
   * Fix debian/watch to use sf.net instead of voxgratia.org (Closes: #453594)
   * Remove symlinks to unused compatibility versions.
 .
   [ Faidon Liambotis ]
   * Bump Standards-Version to 3.7.3, no changes needed.
   * Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
 Uploaders.
   * Do not depend on ...-1 versions of binutils and libspeex-dev to ease
 backports. Fixes lintian warning build-depends-on-1-revision.
   * Remove doxygen from Build-Depends-Indep since it's present in
 Build-Depends.
   * Remove debian/backports/{sarge,dapper} since they are obsolete
 distributions.
   * Remove debian/backports/{etch,lenny,sid,edgy,feisty,gutsy} since their
 changes weren't needed anymore.
   * Fix bug where shlibs were very strict on binNMUed versions.
   * Fix syntax error in the simph323.1 manpage.
Files: 
 39323b11045c4a387e5ca05ff986411b 1313 libs optional 
openh323-titan_1.19.1~dfsg-4.dsc
 420fce9aea9623c9771095921dd017a4 34779 libs optional 
openh323-titan_1.19.1~dfsg-4.diff.gz
 ada52448a6febf3be03d34e5d1dd30fd 2461998 libs optional 
libopenh323-1.19.1_1.19.1~dfsg-4_i386.deb
 de16ac8c72ad1880dfc823b22866a290 9676628 libs optional 
libopenh323-1.19.1-develop_1.19.1~dfsg-4_i386.deb
 017426c5d9e55d41cf62d04b1d59f309 7325152 libdevel optional 
libopenh323-1.19.1-dev_1.19.1~dfsg-4_i386.deb
 50c1b8558d57c09648d18139065538cd 49126 comm optional 
simph323-titan_1.19.1~dfsg-4_i386.deb
 e37ec5cd07edf1a6cfecbba28fbd35fd 6134308 libdevel extra 
libopenh323-1.19.1-dbg_1.19.1~dfsg-4_i386.deb
 e05521404a3a9d7e8e0a8fda58e34f85 7006572 doc extra 
libopenh323-1.19.1-doc_1.19.1~dfsg-4_all.deb

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

iD8DBQFH9yr3Vty5d8XpUzMRApHWAJ983kqOYrIc9AZHtsILjG2j8PfjWACfWOWv
EgbDgDOo144prQ9GP178LiI=
=0icB
-END PGP SIGNATURE-


Accepted:
libopenh323-1.19.1-dbg_1.19.1~dfsg-4_i386.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1-dbg_1.19.1~dfsg-4_i386.deb
libopenh323-1.19.1-dev_1.19.1~dfsg-4_i386.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1-dev_1.19.1~dfsg-4_i386.deb
libopenh323-1.19.1-develop_1.19.1~dfsg-4_i386.deb
  to 
pool/main/o/openh323-titan/libopenh323-1.19.1-develop_1.19.1~dfsg-4_i386.deb
libopenh323-1.19.1-doc_1.19.1~dfsg-4_all.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1-doc_1.19.1~dfsg-4_all.deb
libopenh323-1.19.1_1.19.1~dfsg-4_i386.deb
  to pool/main/o/openh323-titan/libopenh323-1.19.1_1.19.1~dfsg-4_i386.deb
openh323-titan_1.19.1~dfsg-4.diff.gz
  to pool/main/o/openh323-titan/openh323-titan_1.19.1~dfsg-4.diff.gz
openh323-titan_1.19.1~dfsg-4.dsc
  to pool/main/o/openh323-titan/openh323-titan_1.19.1~dfsg-4.dsc
simph323-titan_1.19.1~dfsg-4_i386.deb
  to pool/main/o/openh323-titan/simph323-titan_1.19.1~dfsg-4_i386.deb


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



Accepted wmauda 0.7-2 (source amd64)

2008-04-05 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 09:35:28 +0200
Source: wmauda
Binary: wmauda
Architecture: source amd64
Version: 0.7-2
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 wmauda - remote-control dockapp for Audacious
Changes: 
 wmauda (0.7-2) unstable; urgency=low
 .
   * Add dependency on dbus-x11, for dbus-launch.
Files: 
 07f02665fc6b434f2e633f7587383d72 573 sound extra wmauda_0.7-2.dsc
 6529e50020ed3a3180f0c88571c70225 2917 sound extra wmauda_0.7-2.diff.gz
 3aa15dd552c38abf3357da78d3035766 17710 sound extra wmauda_0.7-2_amd64.deb

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

iD4DBQFH9yw4zWFP1/XWUWkRAo3hAJjl9guuTWQyrBG6GhKpYLflATa8AKCo2uTu
rgvXJzaKHF1D2ala8RLW0Q==
=dnlX
-END PGP SIGNATURE-


Accepted:
wmauda_0.7-2.diff.gz
  to pool/main/w/wmauda/wmauda_0.7-2.diff.gz
wmauda_0.7-2.dsc
  to pool/main/w/wmauda/wmauda_0.7-2.dsc
wmauda_0.7-2_amd64.deb
  to pool/main/w/wmauda/wmauda_0.7-2_amd64.deb


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



Accepted opal 2.2.11~dfsg1-4 (source i386 all)

2008-04-05 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 10:59:43 +0300
Source: opal
Binary: libopal-2.2 libopal-2.2-develop libopal-dev simpleopal libopal-dbg 
libopal-doc
Architecture: source i386 all
Version: 2.2.11~dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team [EMAIL PROTECTED]
Changed-By: Faidon Liambotis [EMAIL PROTECTED]
Description: 
 libopal-2.2 - Open Phone Abstraction Library - successor of OpenH323
 libopal-2.2-develop - Open Phone Abstraction Library - full debug runtime with 
ptrace
 libopal-dbg - OPAL library debug symbols
 libopal-dev - OPAL library header files
 libopal-doc - OPAL library documentation files
 simpleopal - Simple example from the OPAL project
Closes: 447452 459742 474272
Changes: 
 opal (2.2.11~dfsg1-4) unstable; urgency=low
 .
   [ Kilian Krause ]
   * Fix regexp generating UPVRESION for backports.
   * Drop notrace build entirely to fixup ABI issues (Closes: #447452)
 .
   [ Faidon Liambotis ]
   * Fix bug where shlibs were very strict on binNMUed versions.
   * Bump Standards-Version to 3.7.3, no changes needed.
   * Remove doxygen from Build-Depends-Indep since it's present in
 Build-Depends.
   * Drop Build-Conflicts on pre-sarge linux-kernel-headers.
   * Remove versioned dependency on pre-etch dpkg-dev.
   * Removed versioned dependency on g++ = 2.95.
   * Remove debian/backports/sarge since it's an obsolete distribution.
   * Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
 Uploaders and add myself.
   * Depend on newly introduced libspeexdsp-dev. (Closes: #474272)
   * Fix configure to never try to use the shipped speex version, even if it
 (wrongly) thinks it's newer.
 .
   [ Victor Seva ]
   * Add patch from Rober Millan to solve FTBFS on parallel build.
 (Closes: #459742)
Files: 
 e354b579fc36019600e5eda8dbdbae30 1142 libs optional opal_2.2.11~dfsg1-4.dsc
 a5852c2255af8c2fcbb8c9c7c24a1848 16836 libs optional 
opal_2.2.11~dfsg1-4.diff.gz
 10893cbb015fa9bce21fffc93f0c9074 3103640 libs optional 
libopal-2.2_2.2.11~dfsg1-4_i386.deb
 89a1ef081a71e6824c233b5b87bc0fde 8823772 libs optional 
libopal-2.2-develop_2.2.11~dfsg1-4_i386.deb
 badbb600f37da1620560198778183c16 9665450 libdevel optional 
libopal-dev_2.2.11~dfsg1-4_i386.deb
 fa0348192be1dd3962d683351d67dbbf 155908 comm optional 
simpleopal_2.2.11~dfsg1-4_i386.deb
 de09c14efb4470cc81c1fa4b3fd3145c 7875444 libdevel extra 
libopal-dbg_2.2.11~dfsg1-4_i386.deb
 21db6b6bbc3be2f1032400077f7cde8e 8066886 doc extra 
libopal-doc_2.2.11~dfsg1-4_all.deb

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

iD8DBQFH9zTFVty5d8XpUzMRAraBAJ4hPHUDUj7Jpar7gLTR2+USS8HcXACcC5pT
OXhBM4ZTb/Z6l3VPfo81vBM=
=/c+6
-END PGP SIGNATURE-


Accepted:
libopal-2.2-develop_2.2.11~dfsg1-4_i386.deb
  to pool/main/o/opal/libopal-2.2-develop_2.2.11~dfsg1-4_i386.deb
libopal-2.2_2.2.11~dfsg1-4_i386.deb
  to pool/main/o/opal/libopal-2.2_2.2.11~dfsg1-4_i386.deb
libopal-dbg_2.2.11~dfsg1-4_i386.deb
  to pool/main/o/opal/libopal-dbg_2.2.11~dfsg1-4_i386.deb
libopal-dev_2.2.11~dfsg1-4_i386.deb
  to pool/main/o/opal/libopal-dev_2.2.11~dfsg1-4_i386.deb
libopal-doc_2.2.11~dfsg1-4_all.deb
  to pool/main/o/opal/libopal-doc_2.2.11~dfsg1-4_all.deb
opal_2.2.11~dfsg1-4.diff.gz
  to pool/main/o/opal/opal_2.2.11~dfsg1-4.diff.gz
opal_2.2.11~dfsg1-4.dsc
  to pool/main/o/opal/opal_2.2.11~dfsg1-4.dsc
simpleopal_2.2.11~dfsg1-4_i386.deb
  to pool/main/o/opal/simpleopal_2.2.11~dfsg1-4_i386.deb


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



Accepted pj 0.0~20080330-1 (source all)

2008-04-05 Thread Manuel Prinz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 00:17:30 +0200
Source: pj
Binary: libpj-java
Architecture: source all
Version: 0.0~20080330-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Manuel Prinz [EMAIL PROTECTED]
Description: 
 libpj-java - The Parallel Java Library
Changes: 
 pj (0.0~20080330-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 eb2698fe26e5702639f610f19d69f3db 751 contrib/libs extra pj_0.0~20080330-1.dsc
 7405ca07e48a335df7831a3a5c1177ac 891508 contrib/libs extra 
pj_0.0~20080330.orig.tar.gz
 9dba9cb2d7c7dbacf62f7f12e3d82eda 3543 contrib/libs extra 
pj_0.0~20080330-1.diff.gz
 d389a690d53c8fa7ac6e3327fcceaffa 835276 contrib/libs extra 
libpj-java_0.0~20080330-1_all.deb

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

iD8DBQFH9zwhWSOgCCdjSDsRAttmAJ9J2Cmrrh2Z7sBjKo/7HEOpHutYkACcChNV
wYAMvfQBMIylAH6DPIfqtoI=
=ZGfv
-END PGP SIGNATURE-


Accepted:
libpj-java_0.0~20080330-1_all.deb
  to pool/contrib/p/pj/libpj-java_0.0~20080330-1_all.deb
pj_0.0~20080330-1.diff.gz
  to pool/contrib/p/pj/pj_0.0~20080330-1.diff.gz
pj_0.0~20080330-1.dsc
  to pool/contrib/p/pj/pj_0.0~20080330-1.dsc
pj_0.0~20080330.orig.tar.gz
  to pool/contrib/p/pj/pj_0.0~20080330.orig.tar.gz


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



Accepted qtiplot 0.9.4-1 (source all amd64)

2008-04-05 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Apr 2008 15:11:55 +0200
Source: qtiplot
Binary: qtiplot qtiplot-doc
Architecture: source amd64 all
Version: 0.9.4-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 qtiplot- data analysis and scientific plotting
 qtiplot-doc - data analysis and scientific plotting (documentation)
Changes: 
 qtiplot (0.9.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches.
   * Remove 04_homepage_url patch. Merged upstream.
Files: 
 809cf46e3b34d8934649b82a70031786 1165 math optional qtiplot_0.9.4-1.dsc
 cdf3acd96ae66ebdb3a28c369a83bcc8 8000683 math optional 
qtiplot_0.9.4.orig.tar.gz
 7c007bec5f309e1cc7be0cc0de6acd07 15397 math optional qtiplot_0.9.4-1.diff.gz
 7b8d67990e8e9be6f06717daf1309784 2235784 math optional 
qtiplot_0.9.4-1_amd64.deb
 5372e0fc61590116dab934f1d8f82f41 16354746 doc optional 
qtiplot-doc_0.9.4-1_all.deb

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

iQCVAwUBR/cw8Yz1NfZqpXL3AQLBuQQAkCMA6xBd6Dr2NrWnlWt/As93MpSX6om+
6F5BMZLYM9jYVGcwvGpdYsIhdBm5Q1GMFwFkQQ+1HTf9IJpdANx9oG3E0A/HUQGq
dyoOA355Zhsu2Gp5PTRUsyVCmik82IHrDxB7U7UcHFYYvPs8JkSMzM2/S7SAFiDc
sRmlWGIga/o=
=6Cvq
-END PGP SIGNATURE-


Accepted:
qtiplot-doc_0.9.4-1_all.deb
  to pool/main/q/qtiplot/qtiplot-doc_0.9.4-1_all.deb
qtiplot_0.9.4-1.diff.gz
  to pool/main/q/qtiplot/qtiplot_0.9.4-1.diff.gz
qtiplot_0.9.4-1.dsc
  to pool/main/q/qtiplot/qtiplot_0.9.4-1.dsc
qtiplot_0.9.4-1_amd64.deb
  to pool/main/q/qtiplot/qtiplot_0.9.4-1_amd64.deb
qtiplot_0.9.4.orig.tar.gz
  to pool/main/q/qtiplot/qtiplot_0.9.4.orig.tar.gz


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



Accepted kmymoney2 0.8.9-1 (source amd64)

2008-04-05 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 10:43:03 +0200
Source: kmymoney2
Binary: kmymoney2
Architecture: source amd64
Version: 0.8.9-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 kmymoney2  - personal finance manager for KDE
Closes: 472827
Changes: 
 kmymoney2 (0.8.9-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #472827)
   * Remove patches merged upstream:
 * 07_ofximport_ldflags
 * 08_remove_deprecated_miniicon
 * 10_fix_gcc4.3
Files: 
 099472ce844afc38fbc7f2395dd6c2c8 1052 kde optional kmymoney2_0.8.9-1.dsc
 7a096ca3e68aa4085c14712305d8b745 7181290 kde optional 
kmymoney2_0.8.9.orig.tar.gz
 e922df896a5e347371dcd61a371ea92a 317707 kde optional kmymoney2_0.8.9-1.diff.gz
 f7034df2ddcbe6ace2a04ecb3b7981c0 7377386 kde optional 
kmymoney2_0.8.9-1_amd64.deb

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

iQCVAwUBR/dHMYz1NfZqpXL3AQKoiwQAx01GApXYJHaj/H8K+n50oxN2ylQPk4mf
IlvFymOi7vnXSDD2xaAEbVWjHjDOyHTYUsF7WA1dyjCnRYAQEuhqPwpv3Usangp1
wR/L/YXM9GkX87f+O2DvmDPtt3IOOozXsPL5ciz2hHisCq/dO5Y9HcrDCryC5VOq
w3tRq3Nham0=
=0LJV
-END PGP SIGNATURE-


Accepted:
kmymoney2_0.8.9-1.diff.gz
  to pool/main/k/kmymoney2/kmymoney2_0.8.9-1.diff.gz
kmymoney2_0.8.9-1.dsc
  to pool/main/k/kmymoney2/kmymoney2_0.8.9-1.dsc
kmymoney2_0.8.9-1_amd64.deb
  to pool/main/k/kmymoney2/kmymoney2_0.8.9-1_amd64.deb
kmymoney2_0.8.9.orig.tar.gz
  to pool/main/k/kmymoney2/kmymoney2_0.8.9.orig.tar.gz


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



Accepted gurgitate-mail 1.10.0-1 (source all)

2008-04-05 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 11:27:54 +0200
Source: gurgitate-mail
Binary: gurgitate-mail
Architecture: source all
Version: 1.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet [EMAIL PROTECTED]
Changed-By: Arnaud Cornet [EMAIL PROTECTED]
Description: 
 gurgitate-mail - E-mail processor and filter with configuration files in ruby
Changes: 
 gurgitate-mail (1.10.0-1) unstable; urgency=low
 .
   * New Upstream Version
Files: 
 c29c985c516242774029c8775fa8fa5b 664 mail optional gurgitate-mail_1.10.0-1.dsc
 b6dfdbf23ab68a8e0f408635b4895676 33263 mail optional 
gurgitate-mail_1.10.0.orig.tar.gz
 90923265f60463aa57b362ec294ada78 2986 mail optional 
gurgitate-mail_1.10.0-1.diff.gz
 e9b759b81822ca751599ddf3006b6503 26202 mail optional 
gurgitate-mail_1.10.0-1_all.deb

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

iD8DBQFH90dSsk+dgCIlhI4RAtpdAKDDJnWvE4Sm0QXbwsnHYgP/cR3vIgCgw3ds
cwVCVc/Q6FOIkyuwkTfyQcs=
=Zo4X
-END PGP SIGNATURE-


Accepted:
gurgitate-mail_1.10.0-1.diff.gz
  to pool/main/g/gurgitate-mail/gurgitate-mail_1.10.0-1.diff.gz
gurgitate-mail_1.10.0-1.dsc
  to pool/main/g/gurgitate-mail/gurgitate-mail_1.10.0-1.dsc
gurgitate-mail_1.10.0-1_all.deb
  to pool/main/g/gurgitate-mail/gurgitate-mail_1.10.0-1_all.deb
gurgitate-mail_1.10.0.orig.tar.gz
  to pool/main/g/gurgitate-mail/gurgitate-mail_1.10.0.orig.tar.gz


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



Accepted avahi 0.6.22-3 (source all amd64)

2008-04-05 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:15:29 +0200
Source: avahi
Binary: avahi-daemon avahi-dnsconfd avahi-autoipd python-avahi avahi-utils 
avahi-discover libavahi-common3 libavahi-common-data libavahi-common-dev 
libavahi-core5 libavahi-core-dev libavahi-client3 libavahi-client-dev 
libavahi-glib1 libavahi-glib-dev libavahi-gobject0 libavahi-gobject-dev 
libavahi-qt3-1 libavahi-qt3-dev libavahi-qt4-1 libavahi-qt4-dev 
libavahi-compat-howl0 libavahi-compat-howl-dev libavahi-compat-libdnssd1 
libavahi-compat-libdnssd-dev libavahi-ui0 libavahi-ui-dev avahi-dbg
Architecture: source all amd64
Version: 0.6.22-3
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 avahi-autoipd - Avahi IPv4LL network address configuration daemon
 avahi-daemon - Avahi mDNS/DNS-SD daemon
 avahi-dbg  - Avahi - debugging symbols
 avahi-discover - Service discover user interface for avahi
 avahi-dnsconfd - Avahi DNS configuration tool
 avahi-utils - Avahi browsing, publishing and discovery utilities
 libavahi-client-dev - Development files for the Avahi client library
 libavahi-client3 - Avahi client library
 libavahi-common-data - Avahi common data files
 libavahi-common-dev - Development files for the Avahi common library
 libavahi-common3 - Avahi common library
 libavahi-compat-howl-dev - Development headers for the Avahi Howl 
compatibility library
 libavahi-compat-howl0 - Avahi Howl compatibility library
 libavahi-compat-libdnssd-dev - Development headers for the Avahi Apple Bonjour 
compatibility lib
 libavahi-compat-libdnssd1 - Avahi Apple Bonjour compatibility library
 libavahi-core-dev - Development files for Avahi's embeddable mDNS/DNS-SD 
library
 libavahi-core5 - Avahi's embeddable mDNS/DNS-SD library
 libavahi-glib-dev - Development headers for the Avahi glib integration library
 libavahi-glib1 - Avahi glib integration library
 libavahi-gobject-dev - Development headers for the Avahi GObject library
 libavahi-gobject0 - Avahi GObject library
 libavahi-qt3-1 - Avahi Qt 3 integration library
 libavahi-qt3-dev - Development headers for the Avahi Qt 3 integration library
 libavahi-qt4-1 - Avahi Qt 4 integration library
 libavahi-qt4-dev - Development headers for the Avahi Qt 4 integration library
 libavahi-ui-dev - Development headers for the Avahi GTK User interface library
 libavahi-ui0 - Avahi GTK User interface library
 python-avahi - Python utility package for Avahi
Closes: 461693 464411 469854 469990
Changes: 
 avahi (0.6.22-3) unstable; urgency=low
 .
   [ Sjoerd Simons ]
   * debian/control: Add libavahi-glib-dev to the libavahi-gobject-dev depends
   * debian/control: Remove python-glade2 dependencies from python-avahi. It's
 not needed anymore (Closes: #464411)
 .
   [ Michael Biebl ]
   * debian/control
 - Bump Standards-Version to 3.7.3. No further changes required.
 - Add dependency on python-glade2 to avahi-discover.
 - Remove XB-Python-Version fields. They are not required with
   python-support.
 - Bump python-support build dependency to (= 0.6) as suggested by the
   python-support documentation.
   * debian/avahi-daemon.init, debian/avahi-dnsconfd.init
 - Fix LSB init header. (Closes: #469990)
   Use $remote_fs instead of $local_fs as the daemon requires /usr to be
   mounted. Remove S from Should-Stop.
   * debian/watch
 - Add a watch file which allows to track new upstream releases.
 .
   [ Sjoerd Simons ]
   * debian/patches/80_better_poof.patch:
 - Added. Improve the poof algorithm to prevent false positives when on a
   unreliable network.
 .
   [ Loic Minier ]
   * Stop shipping bssh and bvnc; these are meant as examples, but would
 require a replace if libavahi-ui would change SONAME; also these show up
 in the menus while we have nicer alternatives now (e.g. vinagre); finally
 these require additional deps which wouldn't be fit for libavahi-ui (bvnc
 requires xvncviewer); see also Launchpad #194749; closes: #461693.
   * Add armel to architecture list; closes: #469854.
Files: 
 5a36c31c26fd7968f7d92da58c06330b 1807 net optional avahi_0.6.22-3.dsc
 df18353994cc39361f6fef22c22f40e3 25021 net optional avahi_0.6.22-3.diff.gz
 d779ffa82d620ba1b19be164653f10e1 96810 python optional 
python-avahi_0.6.22-3_all.deb
 fee790d560a9772175a1bd24c8d5693a 103398 net optional 
avahi-discover_0.6.22-3_all.deb
 2b361966bde9a1b11ed87f6f50c99572 159740 net optional 
avahi-daemon_0.6.22-3_amd64.deb
 60d376f33a1d4f26d1a5a274e3f2ab40 106546 net optional 
avahi-dnsconfd_0.6.22-3_amd64.deb
 518895ec47bccf75bd1a5a1f9c7920b8 116966 net optional 
avahi-autoipd_0.6.22-3_amd64.deb
 97b4c82f4c3ac0c83768b163ec7409af 120854 net optional 
avahi-utils_0.6.22-3_amd64.deb
 2801cf185a2d4107e8dc2453b9493ee4 116406 libs optional 
libavahi-common3_0.6.22-3_amd64.deb
 68ff2c1110c4988f4fd6d0527f7e0d32 99584 libs optional 

Accepted xyssl 0.9-1 (source amd64)

2008-04-05 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 22 Oct 2007 23:35:33 +0200
Source: xyssl
Binary: libxyssl-dev
Architecture: source amd64
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet [EMAIL PROTECTED]
Changed-By: Arnaud Cornet [EMAIL PROTECTED]
Description: 
 libxyssl-dev - lightweight crypto and SSL/TLS library
Closes: 453609
Changes: 
 xyssl (0.9-1) unstable; urgency=low
 .
   * Add Homepage header.
   * Fix watch file to match tarball name change (Closes: #453609).
   * New Upstream Version
   * Move libxyssl-dev to libdevel section.
   * Move standards-version to 3.7.3 (no change).
   * Licence change from LGPL to GPL, fix debian/copyright.
Files: 
 549767c924951f6d744e114569a0f929 615 libs optional xyssl_0.9-1.dsc
 3f0695831aa874cb77e3790755d6b570 203259 libs optional xyssl_0.9.orig.tar.gz
 b01579fd253bc406e82bf7bedf1297b1 2170 libs optional xyssl_0.9-1.diff.gz
 902b93e320351103b52f2b4ebb35c00f 733444 libdevel optional 
libxyssl-dev_0.9-1_amd64.deb

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

iD8DBQFH91RTsk+dgCIlhI4RAnhHAJkBjkedpo1OZrikVfdWAPvwFz6lNQCghSBU
cnMXGt35shUYK/FmqHRZ6Rg=
=7IhQ
-END PGP SIGNATURE-


Accepted:
libxyssl-dev_0.9-1_amd64.deb
  to pool/main/x/xyssl/libxyssl-dev_0.9-1_amd64.deb
xyssl_0.9-1.diff.gz
  to pool/main/x/xyssl/xyssl_0.9-1.diff.gz
xyssl_0.9-1.dsc
  to pool/main/x/xyssl/xyssl_0.9-1.dsc
xyssl_0.9.orig.tar.gz
  to pool/main/x/xyssl/xyssl_0.9.orig.tar.gz


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



Accepted bygfoot 2.0.1-1.1 (source amd64)

2008-04-05 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 03 Apr 2008 07:34:42 +0200
Source: bygfoot
Binary: bygfoot
Architecture: source amd64
Version: 2.0.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Isaac Clerencia [EMAIL PROTECTED]
Changed-By: Sandro Tosi [EMAIL PROTECTED]
Description: 
 bygfoot- soccer (football) manager game featuring the most important Europ
Closes: 442517
Changes: 
 bygfoot (2.0.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules
 - added removal of po/*.gmo files (Closes: #442517)
Files: 
 f12a815b21a39e9eddecd5854f536e2d 684 games optional bygfoot_2.0.1-1.1.dsc
 61d20152935162cfe16d9b6df4987465 24493 games optional bygfoot_2.0.1-1.1.diff.gz
 64e6b3eb828d5e3a0a883a065b679ba2 1547400 games optional 
bygfoot_2.0.1-1.1_amd64.deb

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

iD8DBQFH902zBnqtBMk7/3kRAnurAKCZXeSRldSrZnUqXM7Cb65u/PP7oQCfZ4YC
AEmwM2j3bL+9E8jeNVFn3mI=
=Nc+E
-END PGP SIGNATURE-


Accepted:
bygfoot_2.0.1-1.1.diff.gz
  to pool/main/b/bygfoot/bygfoot_2.0.1-1.1.diff.gz
bygfoot_2.0.1-1.1.dsc
  to pool/main/b/bygfoot/bygfoot_2.0.1-1.1.dsc
bygfoot_2.0.1-1.1_amd64.deb
  to pool/main/b/bygfoot/bygfoot_2.0.1-1.1_amd64.deb


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



Accepted binutils 2.18.1~cvs20080103-4 (source all amd64)

2008-04-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 11:21:08 +0200
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-hppa64 binutils-spu 
binutils-doc binutils-source
Architecture: source all amd64
Version: 2.18.1~cvs20080103-4
Distribution: unstable
Urgency: medium
Maintainer: James Troup [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 binutils   - The GNU assembler, linker and binary utilities
 binutils-dev - The GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - The GNU assembler, linker and binary utilities (source)
Closes: 473591 473665 474116
Changes: 
 binutils (2.18.1~cvs20080103-4) unstable; urgency=medium
 .
   * debian-rules: Remove libiberty in /usr/lib64; workaround for
 `gcc -print-multi-os-directory' printing the symlink.
 Closes: #473665, #473591.
   * Don't include development fiiles in binutils-spu.
   * Fix binutils-spu build on ppc64 (Andreas Jochens). Closes: #474116.
   * Build libiberty with -fPIC on mips/mipsel (Aurelian Jarno).
Files: 
 76fb471241cdd575d2395ce1aed4bab0 906 devel optional 
binutils_2.18.1~cvs20080103-4.dsc
 82aaa09ddf3a39f82e6b68fcbe2e875e 62934 devel optional 
binutils_2.18.1~cvs20080103-4.diff.gz
 86e1db24bb57700136bc5993b25f2cfc 513732 doc optional 
binutils-doc_2.18.1~cvs20080103-4_all.deb
 61c4857f51340b83e54a1ba7b959f13a 13359474 devel optional 
binutils-source_2.18.1~cvs20080103-4_all.deb
 0dcce3f519672fef34d9e90a5e887e63 2975926 devel optional 
binutils_2.18.1~cvs20080103-4_amd64.deb
 cfc26992f2fd48386fafb2a806b1d30e 2695820 devel extra 
binutils-dev_2.18.1~cvs20080103-4_amd64.deb
 181aed69067395ca0600ae7a6c1c1e43 1860488 devel extra 
binutils-multiarch_2.18.1~cvs20080103-4_amd64.deb

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

iD8DBQFH90nCStlRaw+TLJwRAu2rAKCbYCuSnJHxGVq+PFfN8NSDssCAjgCgtrT9
5w9kKJCzTZXkTFlqCN9XWlw=
=7tVi
-END PGP SIGNATURE-


Accepted:
binutils-dev_2.18.1~cvs20080103-4_amd64.deb
  to pool/main/b/binutils/binutils-dev_2.18.1~cvs20080103-4_amd64.deb
binutils-doc_2.18.1~cvs20080103-4_all.deb
  to pool/main/b/binutils/binutils-doc_2.18.1~cvs20080103-4_all.deb
binutils-multiarch_2.18.1~cvs20080103-4_amd64.deb
  to pool/main/b/binutils/binutils-multiarch_2.18.1~cvs20080103-4_amd64.deb
binutils-source_2.18.1~cvs20080103-4_all.deb
  to pool/main/b/binutils/binutils-source_2.18.1~cvs20080103-4_all.deb
binutils_2.18.1~cvs20080103-4.diff.gz
  to pool/main/b/binutils/binutils_2.18.1~cvs20080103-4.diff.gz
binutils_2.18.1~cvs20080103-4.dsc
  to pool/main/b/binutils/binutils_2.18.1~cvs20080103-4.dsc
binutils_2.18.1~cvs20080103-4_amd64.deb
  to pool/main/b/binutils/binutils_2.18.1~cvs20080103-4_amd64.deb


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



Accepted bum 2.1.10-1.1 (source all)

2008-04-05 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 03 Apr 2008 07:24:46 +0200
Source: bum
Binary: bum
Architecture: source all
Version: 2.1.10-1.1
Distribution: unstable
Urgency: low
Maintainer: Fabio Marzocca [EMAIL PROTECTED]
Changed-By: Sandro Tosi [EMAIL PROTECTED]
Description: 
 bum- graphical runlevel editor
Closes: 442516
Changes: 
 bum (2.1.10-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules
 - added removal of gmo file under po/ (Closes: #442516)
Files: 
 8cbefe19602606e1d731806d824c5208 606 admin optional bum_2.1.10-1.1.dsc
 18ac8ca6c3395bc0594d950f0b81fc84 2634 admin optional bum_2.1.10-1.1.diff.gz
 32d45f72171a455976c171aec0f37aff 85702 admin optional bum_2.1.10-1.1_all.deb

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

iD8DBQFH91GNBnqtBMk7/3kRAhQzAJ9yZ+Xawo/qMy2xvbAsTyrvLCJEZQCfauQG
skI7xPtdayLFlzWoNhmaLoQ=
=nhu3
-END PGP SIGNATURE-


Accepted:
bum_2.1.10-1.1.diff.gz
  to pool/main/b/bum/bum_2.1.10-1.1.diff.gz
bum_2.1.10-1.1.dsc
  to pool/main/b/bum/bum_2.1.10-1.1.dsc
bum_2.1.10-1.1_all.deb
  to pool/main/b/bum/bum_2.1.10-1.1_all.deb


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



Accepted keepassx 0.3.1-1 (source i386)

2008-04-05 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:09:14 +0200
Source: keepassx
Binary: keepassx
Architecture: source i386
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler [EMAIL PROTECTED]
Changed-By: Reinhard Tartler [EMAIL PROTECTED]
Description: 
 keepassx   - Cross Platform Password Manager
Closes: 437253 455644 462103 467651 469391 474335
Changes: 
 keepassx (0.3.1-1) unstable; urgency=low
 .
   * Bug fix: keepassx: Please use better watch file expression, thanks
 to Roberto C. Sanchez (Closes: #474335).
   * Bug fix: New upstream version 0.3.0a, thanks to Felix Geyer (Closes:
 #469391).
   * minor cleanups in debian/rules for new upstream release.
   * don't ignore make clean in clean target of debian rules. Thanks to
 lintian.
   * Bug fix: Typo in keepass.desktop, thanks to Miguel Angel Ruiz
 Manzano (Closes: #462103).
   * Bug fix: keepassx: not handling nostrip build option (policy 10.1),
 thanks to Julien Danjou (Closes: #437253).
   * Bug fix: keepassx: Fails to check if Passwort Repet. is correct for
 new database, thanks to Benjamin Mesing (Closes: #467651). New
 upstream release has totally reworked the new database dialog.
   * update reference to GPL-2 in debian/copyright.
   * Bump standard version to 3.7.2
   * use Homepage header in debian/control
   * The new upstream release has renamed the binary from keepass to
 keepassx to match the project name. The desktopfile has been therfore
 adapted.
   * and of course, ack NMU, thanks Moritz (Closes: #455644)
Files: 
 57bfc687ed8a7ff7405e418ffa537ef1 720 utils optional keepassx_0.3.1-1.dsc
 1d6ebb010e44cf2d0a635b4796498694 501954 utils optional 
keepassx_0.3.1.orig.tar.gz
 732cc3945a2734e57ddeff919a5c593b 8808 utils optional keepassx_0.3.1-1.diff.gz
 586061bc251d31ea891144b7007f9621 604432 utils optional 
keepassx_0.3.1-1_i386.deb

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

iD8DBQFH91NHmAg1RJRTSKQRAqxHAJ43gRlCjqLwjeAqHVVtagE858YVwQCbBDxZ
O6/cgEL9xM0KYrIS5ofJZvw=
=Fv6P
-END PGP SIGNATURE-


Accepted:
keepassx_0.3.1-1.diff.gz
  to pool/main/k/keepassx/keepassx_0.3.1-1.diff.gz
keepassx_0.3.1-1.dsc
  to pool/main/k/keepassx/keepassx_0.3.1-1.dsc
keepassx_0.3.1-1_i386.deb
  to pool/main/k/keepassx/keepassx_0.3.1-1_i386.deb
keepassx_0.3.1.orig.tar.gz
  to pool/main/k/keepassx/keepassx_0.3.1.orig.tar.gz


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



Accepted dbconfig-common 1.8.37+nmu1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 10:54:47 +0100
Source: dbconfig-common
Binary: dbconfig-common
Architecture: source all
Version: 1.8.37+nmu1
Distribution: unstable
Urgency: low
Maintainer: sean finney [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 dbconfig-common - common framework for packaging database applications
Closes: 473131
Changes: 
 dbconfig-common (1.8.37+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Make database dumps non world readable (closes: #473131)
Files: 
 c2032fa73fd546bcb9354e273f460b29 673 admin optional 
dbconfig-common_1.8.37+nmu1.dsc
 a30e853fdce319edca26c5b8ad2cee3f 317878 admin optional 
dbconfig-common_1.8.37+nmu1.tar.gz
 f02cb47932596fd5c20f6525f20c0fbc 475502 admin optional 
dbconfig-common_1.8.37+nmu1_all.deb

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

iD8DBQFH90zfSYIMHOpZA44RAmmGAKCYV91E1RYk2bWuvOTGyTOVV+iGlgCgpDLJ
BV7bWw98uDA+4sQtnBho1Y0=
=8Qz4
-END PGP SIGNATURE-


Accepted:
dbconfig-common_1.8.37+nmu1.dsc
  to pool/main/d/dbconfig-common/dbconfig-common_1.8.37+nmu1.dsc
dbconfig-common_1.8.37+nmu1.tar.gz
  to pool/main/d/dbconfig-common/dbconfig-common_1.8.37+nmu1.tar.gz
dbconfig-common_1.8.37+nmu1_all.deb
  to pool/main/d/dbconfig-common/dbconfig-common_1.8.37+nmu1_all.deb


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



Accepted vips 7.14.1-3 (source all i386)

2008-04-05 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 06:21:03 -0400
Source: vips
Binary: libvips15 libvips-dev libvips-tools python-vipscc libvips-doc
Architecture: source all i386
Version: 7.14.1-3
Distribution: unstable
Urgency: medium
Maintainer: Jay Berkenbilt [EMAIL PROTECTED]
Changed-By: Jay Berkenbilt [EMAIL PROTECTED]
Description: 
 libvips-dev - image processing system good for very large images (dev)
 libvips-doc - image processing system good for very large images (doc)
 libvips-tools - image processing system good for very large images (tools)
 libvips15  - image processing system good for very large images
 python-vipscc - image processing system good for very large images (tools)
Closes: 473388
Changes: 
 vips (7.14.1-3) unstable; urgency=medium
 .
   * Add missing conflicts/replaces to allow proper update.  Thanks to
 Michal Politowski for pointing out the error.  (Closes: #473388)
Files: 
 ddcdcf225a6d138f999a8705f004d0de 981 libs optional vips_7.14.1-3.dsc
 b2b5131f4ff4f225420723c57d5f99b5 5557 libs optional vips_7.14.1-3.diff.gz
 e91a912c6ee60ef95e797cb805ffc7bc 639158 doc optional 
libvips-doc_7.14.1-3_all.deb
 92711c475a6599bfaf18a231a1e0ed0b 557556 libs optional 
libvips15_7.14.1-3_i386.deb
 908598fd73b3797c3b82e59bab67f165 881096 libdevel optional 
libvips-dev_7.14.1-3_i386.deb
 199ea9282007bf47c258a181091e8540 83822 graphics optional 
libvips-tools_7.14.1-3_i386.deb
 3a009d9b24a073e13553f81e63419ad3 1381390 python optional 
python-vipscc_7.14.1-3_i386.deb

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

iD8DBQFH91hOEBVk6taI4KcRAkABAKCcCx5jxUZa6n1GNP/jQL6PpKkAWwCgvKwE
bic8D8B6mmwua31cYSs2UBA=
=YJy4
-END PGP SIGNATURE-


Accepted:
libvips-dev_7.14.1-3_i386.deb
  to pool/main/v/vips/libvips-dev_7.14.1-3_i386.deb
libvips-doc_7.14.1-3_all.deb
  to pool/main/v/vips/libvips-doc_7.14.1-3_all.deb
libvips-tools_7.14.1-3_i386.deb
  to pool/main/v/vips/libvips-tools_7.14.1-3_i386.deb
libvips15_7.14.1-3_i386.deb
  to pool/main/v/vips/libvips15_7.14.1-3_i386.deb
python-vipscc_7.14.1-3_i386.deb
  to pool/main/v/vips/python-vipscc_7.14.1-3_i386.deb
vips_7.14.1-3.diff.gz
  to pool/main/v/vips/vips_7.14.1-3.diff.gz
vips_7.14.1-3.dsc
  to pool/main/v/vips/vips_7.14.1-3.dsc


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



Accepted aspectc++ 0.99+1.0pre3-2.1 (source amd64)

2008-04-05 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 03 Apr 2008 01:15:48 +0200
Source: aspectc++
Binary: aspectc++
Architecture: source amd64
Version: 0.99+1.0pre3-2.1
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler [EMAIL PROTECTED]
Changed-By: Sandro Tosi [EMAIL PROTECTED]
Description: 
 aspectc++  - aspect-oriented programming extension for C++
Closes: 424106
Changes: 
 aspectc++ (0.99+1.0pre3-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules
 - added removal of binary not cleaned (Closes: #424106)
Files: 
 c2ede207cacc61509cc5b0e461dba916 696 devel optional 
aspectc++_0.99+1.0pre3-2.1.dsc
 24f69a4ba66e37be0faf0b8eed97f25f 2184980 devel optional 
aspectc++_0.99+1.0pre3-2.1.diff.gz
 e2cff56077a84c11b99f7b4b7c841e00 691632 devel optional 
aspectc++_0.99+1.0pre3-2.1_amd64.deb

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

iD8DBQFH91GdBnqtBMk7/3kRAirzAJ94LGRYn04w6DAM42mvP52qfoL+7wCgslBd
TWoQrSeIwlu1PbbZnhvRHpc=
=aJjW
-END PGP SIGNATURE-


Accepted:
aspectc++_0.99+1.0pre3-2.1.diff.gz
  to pool/main/a/aspectc++/aspectc++_0.99+1.0pre3-2.1.diff.gz
aspectc++_0.99+1.0pre3-2.1.dsc
  to pool/main/a/aspectc++/aspectc++_0.99+1.0pre3-2.1.dsc
aspectc++_0.99+1.0pre3-2.1_amd64.deb
  to pool/main/a/aspectc++/aspectc++_0.99+1.0pre3-2.1_amd64.deb


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



Accepted debian-edu-config 1.418 (source all)

2008-04-05 Thread Patrick Winnertz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Apr 2008 23:52:37 +0200
Source: debian-edu-config
Binary: debian-edu-config
Architecture: source all
Version: 1.418
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers [EMAIL PROTECTED]
Changed-By: Patrick Winnertz [EMAIL PROTECTED]
Description: 
 debian-edu-config - Configuration files for Skolelinux systems
Changes: 
 debian-edu-config (1.418) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Improve init.d/open-backdoor, to save the correct pid file when
 started and remove it when killed.
   * Correct LSB header of init.d/boot_xconf to match reality.
   * Do not stop update-hostname during shutdown to stop wasting time.
 .
   [ Patrick Winnertz ]
   * Fix some lintian errors concerning deprecated keys in desktop entrys.
   * Switched to dhcp3-server-ldap in order to store dhcp informations in ldap
   * Removed cf.munin in favour of using the default file.
   * Removed cf.ssh .. X11Forwading is enabled now by default
   * Switched some configuration stuff for lenny (basically replaced etch in
 cf.* scripts with lenny)
   * Remove obsolte nagios1 stuff
Files: 
 3e3c509f91445933bb44ee5cb87fa8a6 912 misc optional debian-edu-config_1.418.dsc
 4dd364a2e438a0f7470a7548556853eb 232205 misc optional 
debian-edu-config_1.418.tar.gz
 1e0434c971781a8bcf1bf1b53ed4e542 205102 misc optional 
debian-edu-config_1.418_all.deb

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

iD8DBQFH91muzgm26bkTFDoRAt8xAKCBdFhLqotCSB5QzTO9FGw3Ud1KrQCeIruh
B/wTUYwmwFys32gITLIQyLM=
=EVnB
-END PGP SIGNATURE-


Accepted:
debian-edu-config_1.418.dsc
  to pool/main/d/debian-edu-config/debian-edu-config_1.418.dsc
debian-edu-config_1.418.tar.gz
  to pool/main/d/debian-edu-config/debian-edu-config_1.418.tar.gz
debian-edu-config_1.418_all.deb
  to pool/main/d/debian-edu-config/debian-edu-config_1.418_all.deb


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



Accepted ttmkfdir 3.0.9-5.2 (source i386)

2008-04-05 Thread Martin Zobel-Helas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:25:20 +0200
Source: ttmkfdir
Binary: ttmkfdir
Architecture: source i386
Version: 3.0.9-5.2
Distribution: unstable
Urgency: medium
Maintainer: Miros/law L. Baran [EMAIL PROTECTED]
Changed-By: Martin Zobel-Helas [EMAIL PROTECTED]
Description: 
 ttmkfdir   - Utility used to create fonts.scale files for TrueType fonts
Closes: 424203
Changes: 
 ttmkfdir (3.0.9-5.2) unstable; urgency=medium
 .
   * Non-maintainer upload during the
 credativ BSP 2008
   * Fix FTBFS if built twice in a row (Closes: #424203)
   * Bump Standards-Version to 3.7.3.
Files: 
 a98ade584f6a645496c6c83b009350d4 653 x11 optional ttmkfdir_3.0.9-5.2.dsc
 3fb7001fb29ec9fdb95988ab7178 6950 x11 optional ttmkfdir_3.0.9-5.2.diff.gz
 85fc8460033176399a5255ca6246062a 44124 x11 optional ttmkfdir_3.0.9-5.2_i386.deb

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

iD8DBQFH91suST77jl1k+HARAsOBAKDShxSzC89SbEnQfHSEL+DDGyrEEgCffUg7
3j77I3JhJvdoZ6+rWg/mjaI=
=hw1Q
-END PGP SIGNATURE-


Accepted:
ttmkfdir_3.0.9-5.2.diff.gz
  to pool/main/t/ttmkfdir/ttmkfdir_3.0.9-5.2.diff.gz
ttmkfdir_3.0.9-5.2.dsc
  to pool/main/t/ttmkfdir/ttmkfdir_3.0.9-5.2.dsc
ttmkfdir_3.0.9-5.2_i386.deb
  to pool/main/t/ttmkfdir/ttmkfdir_3.0.9-5.2_i386.deb


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



Accepted pperl 0.25-3.1 (source i386)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:05:32 +0100
Source: pperl
Binary: pperl
Architecture: source i386
Version: 0.25-3.1
Distribution: unstable
Urgency: low
Maintainer: Florian Weimer [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 pperl  - Make Perl scripts persistent in memory
Closes: 463559
Changes: 
 pperl (0.25-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove usr/share/perl5 (closes: #463559)
Files: 
 90dc69cf4e6d5fbc4556c3923ffaece0 587 perl optional pperl_0.25-3.1.dsc
 db427469b0976b92d8c9e58d8ca0ea09 4682 perl optional pperl_0.25-3.1.diff.gz
 639186ba8798e04a8f257e545b20e96d 26230 perl optional pperl_0.25-3.1_i386.deb

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

iD8DBQFH910eSYIMHOpZA44RAiHcAJ9Ijqbqzr9gYEJDNCwXxQd/PhCbfwCdFZUo
pAQAG0oWzdixaxLbN6vVxOI=
=D/Tq
-END PGP SIGNATURE-


Accepted:
pperl_0.25-3.1.diff.gz
  to pool/main/p/pperl/pperl_0.25-3.1.diff.gz
pperl_0.25-3.1.dsc
  to pool/main/p/pperl/pperl_0.25-3.1.dsc
pperl_0.25-3.1_i386.deb
  to pool/main/p/pperl/pperl_0.25-3.1_i386.deb


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



Accepted fdutils 5.5-20060227-2 (source mips)

2008-04-05 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 19:10:53 +1000
Source: fdutils
Binary: fdutils
Architecture: source mips
Version: 5.5-20060227-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 fdutils- Linux floppy utilities
Closes: 402236 408214 412305 449648 459225 459987 460035 460284 460941 461561 
461936 462022 462132 462170 462438 462571 463103 473576
Changes: 
 fdutils (5.5-20060227-2) unstable; urgency=low
 .
   [ Anibal Monsalve Salazar ]
 .
   * ACKed NMU. Closes: #402236, #408214, #412305
   * Bumped Standards-Version to 3.7.3
   * Fixed the following lintian messages:
 - fdutils source: debian-rules-ignores-make-clean-error line 39
 - fdutils source: out-of-date-standards-version 3.7.2 (current is 3.7.3)
 .
   [ Christian Perrier ]
 .
   * This upload fixes pending l10n issues
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #459225
   * [Debconf translation updates]
 - Galician. Closes: #459987
 - Vietnamese. Closes: #460035
 - Finnish. Closes: #460284
 - German. Closes: #460941
 - Italian. Closes: #461561
 - Japanese. Closes: #461936
 - Basque. Closes: #462022
 - Russian. Closes: #462132
 - Catalan. Closes: #462170
 - Czech. Closes: #462438
 - Portuguese. Closes: #462571
 - French. Closes: #463103
 - Spanish. Closes: #473576
   * Fix debian/watch file to report upstream version. Closes: #449648
   * [Lintian] Reformat the earlier entries of debian/changelog
   * [Lintian] Move doc-base section to System/Hardware
   * [Lintian] Use debian/compat to set debhelper compatibility
Files: 
 e99647f33a50431bb214ce77a6344266 686 utils optional fdutils_5.5-20060227-2.dsc
 8b16abc0d79c6241ce12747b3a915ad8 24553 utils optional 
fdutils_5.5-20060227-2.diff.gz
 d1e85f6aedd40c208ee118ec0891a064 379668 utils optional 
fdutils_5.5-20060227-2_mips.deb

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

iD8DBQFH91lbgY5NIXPNpFURAnPmAKClXU3UlSgmNLjcFN9+pXn2h+KTKQCdFvkU
yjAP8R39sADmwRFAafR9RhY=
=ISPi
-END PGP SIGNATURE-


Accepted:
fdutils_5.5-20060227-2.diff.gz
  to pool/main/f/fdutils/fdutils_5.5-20060227-2.diff.gz
fdutils_5.5-20060227-2.dsc
  to pool/main/f/fdutils/fdutils_5.5-20060227-2.dsc
fdutils_5.5-20060227-2_mips.deb
  to pool/main/f/fdutils/fdutils_5.5-20060227-2_mips.deb


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



Accepted pygtkmvc 1.2.1-3 (source all)

2008-04-05 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 02 Apr 2008 10:17:17 +0530
Source: pygtkmvc
Binary: python-gtkmvc python-gtkmvc-doc
Architecture: source all
Version: 1.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Kartik Mistry [EMAIL PROTECTED]
Description: 
 python-gtkmvc - model-view-controller (MVC) implementation for pygtk
 python-gtkmvc-doc - pygtkmvc documentation, tutorial and examples
Closes: 451671
Changes: 
 pygtkmvc (1.2.1-3) unstable; urgency=low
 .
   * Provided tutorial and user-man as PDF in python-pygtkmvc-doc
 package instead of row tex and src files
   * debian/python-gtkmvc-doc.doc-base:
 + Provided doc-base registration file (Closes: #451671)
   * debian/control:
 + Added build-dependency on texlive and texinfo
 + Added dependency on doc-base for python-gtkmvc-doc
Files: 
 fec0d63eff0ef9eebbfa2d9001e817de 725 python extra pygtkmvc_1.2.1-3.dsc
 567cdb5e1bfebec59b4e12565b3942a7 3453 python extra pygtkmvc_1.2.1-3.diff.gz
 6c1f7ce36887f3d667d84d23926c343e 33204 python extra 
python-gtkmvc_1.2.1-3_all.deb
 be8600ee0bb45e7c01ba30c72082811f 1768312 doc extra 
python-gtkmvc-doc_1.2.1-3_all.deb

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

iD8DBQFH91pxOU3FkQ7XBOoRAlRRAKDEIkKiT/klY/GAyJUMpyySgtVSjgCfd6FX
JOaqN3q4+iP9/bwzzH0/9cs=
=z1uQ
-END PGP SIGNATURE-


Accepted:
pygtkmvc_1.2.1-3.diff.gz
  to pool/main/p/pygtkmvc/pygtkmvc_1.2.1-3.diff.gz
pygtkmvc_1.2.1-3.dsc
  to pool/main/p/pygtkmvc/pygtkmvc_1.2.1-3.dsc
python-gtkmvc-doc_1.2.1-3_all.deb
  to pool/main/p/pygtkmvc/python-gtkmvc-doc_1.2.1-3_all.deb
python-gtkmvc_1.2.1-3_all.deb
  to pool/main/p/pygtkmvc/python-gtkmvc_1.2.1-3_all.deb


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



Accepted libcompress-bzip2-perl 2.09-1.1 (source i386)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:01:02 +0100
Source: libcompress-bzip2-perl
Binary: libcompress-bzip2-perl
Architecture: source i386
Version: 2.09-1.1
Distribution: unstable
Urgency: low
Maintainer: Timo Schneider [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libcompress-bzip2-perl - Perl interface to Bzip2 compression library
Closes: 463555
Changes: 
 libcompress-bzip2-perl (2.09-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove $(TMP)/usr/share/perl5 (closes: #463555)
Files: 
 3c311a428b4bfac156e65cfb34237985 679 perl optional 
libcompress-bzip2-perl_2.09-1.1.dsc
 55309bd37a98dbef8276c2804f7edfca 2243 perl optional 
libcompress-bzip2-perl_2.09-1.1.diff.gz
 482f25715c6dc373d9641c36673e1218 57960 perl optional 
libcompress-bzip2-perl_2.09-1.1_i386.deb

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

iD8DBQFH91wlSYIMHOpZA44RAlstAKCylg2F2pGtSr3hEIzPoPjLwuvdhACbBnGj
jvdhbFudT265fEA0TkP4JtQ=
=5dK7
-END PGP SIGNATURE-


Accepted:
libcompress-bzip2-perl_2.09-1.1.diff.gz
  to 
pool/main/libc/libcompress-bzip2-perl/libcompress-bzip2-perl_2.09-1.1.diff.gz
libcompress-bzip2-perl_2.09-1.1.dsc
  to pool/main/libc/libcompress-bzip2-perl/libcompress-bzip2-perl_2.09-1.1.dsc
libcompress-bzip2-perl_2.09-1.1_i386.deb
  to 
pool/main/libc/libcompress-bzip2-perl/libcompress-bzip2-perl_2.09-1.1_i386.deb


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



Accepted debian-edu 0.829 (source i386)

2008-04-05 Thread Patrick Winnertz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Apr 2008 23:49:11 +0200
Source: debian-edu
Binary: education-tasks education-menus education-astronomy education-chemistry 
education-common education-desktop-gnome education-desktop-kde 
education-desktop-other education-electronics education-geography 
education-graphics education-language education-laptop education-logic-games 
education-main-server education-mathematics education-misc education-music 
education-networked education-physics education-services education-standalone 
education-thin-client-server education-workstation
Architecture: source i386
Version: 0.829
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers [EMAIL PROTECTED]
Changed-By: Patrick Winnertz [EMAIL PROTECTED]
Description: 
 education-astronomy - DebianEdu astronomy related applications
 education-chemistry - DebianEdu chemistry related applications
 education-common - DebianEdu common packages
 education-desktop-gnome - DebianEdu GNOME desktop applications
 education-desktop-kde - DebianEdu KDE desktop applications
 education-desktop-other - DebianEdu desktop applications, non-GNOME- and 
non-KDE-specific
 education-electronics - DebianEdu electronics related applications
 education-geography - DebianEdu applications for geography
 education-graphics - DebianEdu graphics related applications
 education-language - DebianEdu language related educational applications
 education-laptop - DebianEdu laptop packages
 education-logic-games - DebianEdu logic games
 education-main-server - DebianEdu main server packages
 education-mathematics - DebianEdu mathematical applications
 education-menus - Debian Edu menu reorganization
 education-misc - DebianEdu miscellaneous applications for education
 education-music - DebianEdu music and sound applications
 education-networked - DebianEdu networked barebone packages
 education-physics - DebianEdu physics related applications
 education-services - DebianEdu services for educational institutions
 education-standalone - DebianEdu standalone workstation packages
 education-tasks - Debian Edu tasks for tasksel
 education-thin-client-server - DebianEdu networked thin client server packages
 education-workstation - DebianEdu networked workstation packages
Changes: 
 debian-edu (0.829) unstable; urgency=low
 .
   [ Vagrant Cascadian ]
   * Drop Suggests on ltsp-utils (removed from Debian, incompatible with
 ltsp-server)
   * Drop transitional packages: ntp-simple, ntp-refclock
   * Drop packages only present in sarge (chastity-list, visualos,
 bluez-pin, nvu, kbear, brahms)
 .
   [ Patrick Winnertz ]
   * Switched the dependency from dhcp3-server to dhcp3-server-ldap
   * Remove nagios1 from tasks.. it doesn't exist anymore in lenny
Files: 
 2c747170a946ee7257dcdbcd42a0cea3 1650 misc extra debian-edu_0.829.dsc
 5771a238934d08cfd61f3999de5b470b 100522 misc extra debian-edu_0.829.tar.gz
 02c061e6d0aa3d74dc200c3e3d23af20 27540 misc extra 
education-tasks_0.829_i386.deb
 a2da82e85eb17e088d09ed289c3fc996 61850 misc extra 
education-menus_0.829_i386.deb
 a014965d1577470557785b52c4e11175 24814 misc extra 
education-astronomy_0.829_i386.deb
 a14222916ce621c34285f9304d0bf8c3 24794 misc extra 
education-chemistry_0.829_i386.deb
 2321cf8adb921a72fbf28299e85f6200 25246 misc extra 
education-common_0.829_i386.deb
 720bf6d97f3e85fca744d455f737c96c 24852 gnome extra 
education-desktop-gnome_0.829_i386.deb
 e6a8b3b3f7362e30bfa63f4643670642 25210 kde extra 
education-desktop-kde_0.829_i386.deb
 6091df7b5a9b4e8aba55506c7fc06930 26990 misc extra 
education-desktop-other_0.829_i386.deb
 ab19c880743d907eeabe6e72dd762092 24850 misc extra 
education-electronics_0.829_i386.deb
 cd1c8e54fc41203fbe7a4ad6a715779a 24778 misc extra 
education-geography_0.829_i386.deb
 7d72aa6bf5731e1d5335899b4de425cd 24820 misc extra 
education-graphics_0.829_i386.deb
 eda53ecbd4f60d16c7d38ea78cfa6613 24926 misc extra 
education-language_0.829_i386.deb
 76ead760bf99d7429630aa6e7730bb82 24868 misc extra 
education-laptop_0.829_i386.deb
 003d25a4c0c4c0d82542a813917d32ae 24800 misc extra 
education-logic-games_0.829_i386.deb
 92ba365c440f0cbcce6fbfef42bc449f 24970 misc extra 
education-main-server_0.829_i386.deb
 600ebcb665f9bbaad49cd6d8986fc8ca 24948 misc extra 
education-mathematics_0.829_i386.deb
 446ded3777a197198c498ecab55c9403 24810 misc extra education-misc_0.829_i386.deb
 6147dae1d687b1b64c64c8e3614b5df2 24846 misc extra 
education-music_0.829_i386.deb
 5545a008aa46c7d0e21902e97aef4c92 24974 misc extra 
education-networked_0.829_i386.deb
 c51f5609bac5c662a73729c1832ca565 24760 misc extra 
education-physics_0.829_i386.deb
 f58e79f069b77226d0f98c606e82c8da 24800 misc extra 
education-services_0.829_i386.deb
 8a2c1592c3315c1bd2aafb4a346876ad 24778 misc extra 
education-standalone_0.829_i386.deb
 05a10b5030ebae2f3d83d33276ee6b24 24846 misc extra 
education-thin-client-server_0.829_i386.deb
 6e0095b4fd6b7b300f553eae76477e06 24752 misc extra 

Accepted libapache-asp-perl 2.59-2.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:23:06 +0100
Source: libapache-asp-perl
Binary: libapache-asp-perl
Architecture: source all
Version: 2.59-2.1
Distribution: unstable
Urgency: low
Maintainer: Víctor Pérez Pereira [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libapache-asp-perl - perl Apache::ASP - Active Server Pages for Apache with 
mod_perl
Closes: 467647
Changes: 
 libapache-asp-perl (2.59-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove usr/lib/perl (closes: #467647)
   * Change $(PWD) to $(CURDIR) in debian/rules
   * Move debhelper to Build-Depends, since it's needed in clean
Files: 
 f282af8a55a2bd2def53bb3b7edf0b56 659 perl optional 
libapache-asp-perl_2.59-2.1.dsc
 646e67ea3438fb6445edcab72d17c9b0 5359 perl optional 
libapache-asp-perl_2.59-2.1.diff.gz
 6050088d0e85e2b4c513470b17ba2da2 602292 perl optional 
libapache-asp-perl_2.59-2.1_all.deb

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

iD8DBQFH92FcSYIMHOpZA44RAj5EAKCuaD22s355Jd8N9mUPeukjIuuPZQCgjnbM
tTReE2MwzcBPDupC46zs3vM=
=a+5X
-END PGP SIGNATURE-


Accepted:
libapache-asp-perl_2.59-2.1.diff.gz
  to pool/main/liba/libapache-asp-perl/libapache-asp-perl_2.59-2.1.diff.gz
libapache-asp-perl_2.59-2.1.dsc
  to pool/main/liba/libapache-asp-perl/libapache-asp-perl_2.59-2.1.dsc
libapache-asp-perl_2.59-2.1_all.deb
  to pool/main/liba/libapache-asp-perl/libapache-asp-perl_2.59-2.1_all.deb


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



Accepted gjots2 2.3.4-2.1 (source all)

2008-04-05 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:18:56 +0200
Source: gjots2
Binary: gjots2
Architecture: source all
Version: 2.3.4-2.1
Distribution: unstable
Urgency: low
Maintainer: Khalid El Fathi [EMAIL PROTECTED]
Changed-By: Sandro Tosi [EMAIL PROTECTED]
Description: 
 gjots2 - A simple jotter (outline processor) for X11/gtk-gnome
Closes: 424322 449861
Changes: 
 gjots2 (2.3.4-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/watch
 - cleaned up from commented lines
 - fixed (Closes: #449861)
   * debian/control
 - moved Homepage field to source stanza
 - bump Standard-Version to 3.7.3
   * debian/rules
 - added removal of compiled python source files (Closes: #424322)
 - cleaned up from commented dh_* calls and other lines
 - switch building from binary-arch to binary-indep
Files: 
 fe140d0ffd740886453a37a8f90ad674 689 gnome optional gjots2_2.3.4-2.1.dsc
 c7ece0f2b2f49847fe43041c5ce28b8f 4073 gnome optional gjots2_2.3.4-2.1.diff.gz
 697a87fea22f6989ddca943a27350a8c 178674 gnome optional gjots2_2.3.4-2.1_all.deb

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

iD8DBQFH91etBnqtBMk7/3kRAqkDAJ49DHzXIYFRAzakCxhJbSz37o687QCgmr2e
V8Crw3MPmpIzKFKJQhcSFlw=
=DhS3
-END PGP SIGNATURE-


Accepted:
gjots2_2.3.4-2.1.diff.gz
  to pool/main/g/gjots2/gjots2_2.3.4-2.1.diff.gz
gjots2_2.3.4-2.1.dsc
  to pool/main/g/gjots2/gjots2_2.3.4-2.1.dsc
gjots2_2.3.4-2.1_all.deb
  to pool/main/g/gjots2/gjots2_2.3.4-2.1_all.deb


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



Accepted boxbackup 0.10+really0.10-1.2 (source amd64)

2008-04-05 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:37:16 +0200
Source: boxbackup
Binary: boxbackup-server boxbackup-client
Architecture: source amd64
Version: 0.10+really0.10-1.2
Distribution: unstable
Urgency: low
Maintainer: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 boxbackup-client - client for the BoxBackup remote backup system
 boxbackup-server - server for the BoxBackup remote backup system
Closes: 454862 467628
Changes: 
 boxbackup (0.10+really0.10-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS introduced by my previous NMU. Apply patch from Cyril Brulebois
 (Closes: #454862).
   * Added debian debconf translation by Kai Wasserbäch (Closes: #467628).
Files: 
 b5d9d82160de3f911cb55e4a2f216ade 855 utils optional 
boxbackup_0.10+really0.10-1.2.dsc
 72b8ce3a9f9335bd026098062705d173 39471 utils optional 
boxbackup_0.10+really0.10-1.2.diff.gz
 fd85930d719f460c5b20bca0afe850ce 290006 utils optional 
boxbackup-server_0.10+really0.10-1.2_amd64.deb
 4e7b090233637a084479f50b993ba010 294846 utils optional 
boxbackup-client_0.10+really0.10-1.2_amd64.deb

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

iEYEARECAAYFAkf3XtYACgkQNFDtUT/MKpCUDQCgtxpa5wD6Kl3Jw1lEIJC4U3AO
WYcAniifUbX3CcRktwCaxD7tRjnSRBEr
=eNo2
-END PGP SIGNATURE-


Accepted:
boxbackup-client_0.10+really0.10-1.2_amd64.deb
  to pool/main/b/boxbackup/boxbackup-client_0.10+really0.10-1.2_amd64.deb
boxbackup-server_0.10+really0.10-1.2_amd64.deb
  to pool/main/b/boxbackup/boxbackup-server_0.10+really0.10-1.2_amd64.deb
boxbackup_0.10+really0.10-1.2.diff.gz
  to pool/main/b/boxbackup/boxbackup_0.10+really0.10-1.2.diff.gz
boxbackup_0.10+really0.10-1.2.dsc
  to pool/main/b/boxbackup/boxbackup_0.10+really0.10-1.2.dsc


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



Accepted xfe 1.04-2.1 (source amd64)

2008-04-05 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 11:38:35 +
Source: xfe
Binary: xfe
Architecture: source amd64
Version: 1.04-2.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Medeiros [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 xfe- lightweight file manager for X11
Closes: 442769
Changes: 
 xfe (1.04-2.1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * Non-maintainer upload.
   * debian/patches/10_bts-442769.dpatch
 - added to avoid removal of a makefile needed for clean target (Closes:
   #442769)
   * debian/rules
 - added clean target to remove a makefile only at the end of target itself
Files: 
 2d6e2f2fdea25cd7759d47bb96e80624 724 x11 optional xfe_1.04-2.1.dsc
 17591132eb8c064277ac09657e636bbf 23050 x11 optional xfe_1.04-2.1.diff.gz
 962f3f61be8b3f39e26eb1529f62c535 1634254 x11 optional xfe_1.04-2.1_amd64.deb

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

iD8DBQFH92WbvGr7W6HudhwRAqu+AJ9SiITjXrty2+FpOVuj32q6WZz5pwCeJKTg
nJmlOKBCxEloDa7Y2+I4cyg=
=sIVw
-END PGP SIGNATURE-


Accepted:
xfe_1.04-2.1.diff.gz
  to pool/main/x/xfe/xfe_1.04-2.1.diff.gz
xfe_1.04-2.1.dsc
  to pool/main/x/xfe/xfe_1.04-2.1.dsc
xfe_1.04-2.1_amd64.deb
  to pool/main/x/xfe/xfe_1.04-2.1_amd64.deb


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



Accepted libarchive-ar-perl 1.13b-1.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:35:47 +0100
Source: libarchive-ar-perl
Binary: libarchive-ar-perl
Architecture: source all
Version: 1.13b-1.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libarchive-ar-perl - perl interface for manipulating ar archives
Closes: 467658
Changes: 
 libarchive-ar-perl (1.13b-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove /usr/lib/perl5 (closes: #467658)
   * Correct typo (debian - Debian) in debian/control
Files: 
 cf96ac8086f13d458eb47d525058f61a 671 perl optional 
libarchive-ar-perl_1.13b-1.1.dsc
 3bdd1c2e2798931b600a009b56c3e4a2 1655 perl optional 
libarchive-ar-perl_1.13b-1.1.diff.gz
 e0ce833755ef483c18b39f6ee962694e 13402 perl optional 
libarchive-ar-perl_1.13b-1.1_all.deb

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

iD8DBQFH92QsSYIMHOpZA44RAtotAKCcTDa5BOM/GlabIyWebQXyiql7EwCfaAPD
/om0m6ytmePb2Px+HZF9YCo=
=ZaIB
-END PGP SIGNATURE-


Accepted:
libarchive-ar-perl_1.13b-1.1.diff.gz
  to pool/main/liba/libarchive-ar-perl/libarchive-ar-perl_1.13b-1.1.diff.gz
libarchive-ar-perl_1.13b-1.1.dsc
  to pool/main/liba/libarchive-ar-perl/libarchive-ar-perl_1.13b-1.1.dsc
libarchive-ar-perl_1.13b-1.1_all.deb
  to pool/main/liba/libarchive-ar-perl/libarchive-ar-perl_1.13b-1.1_all.deb


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



Accepted pitivi 0.10.3-1.1 (source all)

2008-04-05 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 11:31:23 +
Source: pitivi
Binary: pitivi
Architecture: source all
Version: 0.10.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 pitivi - non-linear audio/video editor using GStreamer
Closes: 424329
Changes: 
 pitivi (0.10.3-1.1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * Non-maintainer upload.
   * debian/rules
 - added removal of debian/locale dir (Closes: #424329)
Files: 
 542b198fbd1ffd706987b862476181ea 683 gnome optional pitivi_0.10.3-1.1.dsc
 d48dd9e27c9a6cc273e538870b8478d4 3519 gnome optional pitivi_0.10.3-1.1.diff.gz
 23d8a93c8ac9784b5880e0267e39a456 172664 gnome optional 
pitivi_0.10.3-1.1_all.deb

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

iD8DBQFH92MxvGr7W6HudhwRAp/fAJ9xELGlPlMbK1+bRbWSnnRA3IwiGQCggiJq
j64LAw8O4o1bRR+SaZHwNmc=
=OzMx
-END PGP SIGNATURE-


Accepted:
pitivi_0.10.3-1.1.diff.gz
  to pool/main/p/pitivi/pitivi_0.10.3-1.1.diff.gz
pitivi_0.10.3-1.1.dsc
  to pool/main/p/pitivi/pitivi_0.10.3-1.1.dsc
pitivi_0.10.3-1.1_all.deb
  to pool/main/p/pitivi/pitivi_0.10.3-1.1_all.deb


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



Accepted libaudio-scrobbler-perl 0.01-2.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:39:00 +0100
Source: libaudio-scrobbler-perl
Binary: libaudio-scrobbler-perl
Architecture: source all
Version: 0.01-2.1
Distribution: unstable
Urgency: low
Maintainer: Michael Ablassmeier [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libaudio-scrobbler-perl - perl interface to audioscrobbler.com/last.fm
Closes: 467661
Changes: 
 libaudio-scrobbler-perl (0.01-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove /usr/lib/perl5 (closes: #467661)
Files: 
 c5e05279bda320b7112a0c82425ef8d5 679 perl optional 
libaudio-scrobbler-perl_0.01-2.1.dsc
 3835fdf5000ab292a0bb34b4378e7abf 1887 perl optional 
libaudio-scrobbler-perl_0.01-2.1.diff.gz
 8273e6d5a32a47b629f3b7fa0bcdda10 15860 perl optional 
libaudio-scrobbler-perl_0.01-2.1_all.deb

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

iD8DBQFH92T/SYIMHOpZA44RAvxwAJ9//D/wI+0E9n2s0+WkIxtfBSesbQCbBSVI
MgPFaMRcIcYiEXNUXRHF2Ns=
=DEUW
-END PGP SIGNATURE-


Accepted:
libaudio-scrobbler-perl_0.01-2.1.diff.gz
  to 
pool/main/liba/libaudio-scrobbler-perl/libaudio-scrobbler-perl_0.01-2.1.diff.gz
libaudio-scrobbler-perl_0.01-2.1.dsc
  to pool/main/liba/libaudio-scrobbler-perl/libaudio-scrobbler-perl_0.01-2.1.dsc
libaudio-scrobbler-perl_0.01-2.1_all.deb
  to 
pool/main/liba/libaudio-scrobbler-perl/libaudio-scrobbler-perl_0.01-2.1_all.deb


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



Accepted gato 0.6.6-6.1 (source amd64)

2008-04-05 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 11:24:30 +
Source: gato
Binary: gato
Architecture: source amd64
Version: 0.6.6-6.1
Distribution: unstable
Urgency: low
Maintainer: Adrian Bridgett [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 gato   - GUI interface to the at command
Closes: 424294
Changes: 
 gato (0.6.6-6.1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * Non-maintainer upload.
   * debian/rules
 - remove a symlink not removed (Closes: #424294)
Files: 
 0e9541389c5316212f2b8fef5e3310ae 582 admin optional gato_0.6.6-6.1.dsc
 f77609e131e13efba3aa1703902f0c8d 2263 admin optional gato_0.6.6-6.1.diff.gz
 203739c641959d2ba7064a8f3282f6fc 26696 admin optional gato_0.6.6-6.1_amd64.deb

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

iD8DBQFH92GKvGr7W6HudhwRAg+BAJ4iq/w1tElwnIjfxsL8GbMS0jc4OwCeOX0A
WbaF1sFO4aHk+nxfAZQAOlc=
=ypBm
-END PGP SIGNATURE-


Accepted:
gato_0.6.6-6.1.diff.gz
  to pool/main/g/gato/gato_0.6.6-6.1.diff.gz
gato_0.6.6-6.1.dsc
  to pool/main/g/gato/gato_0.6.6-6.1.dsc
gato_0.6.6-6.1_amd64.deb
  to pool/main/g/gato/gato_0.6.6-6.1_amd64.deb


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



Accepted libgenome 1.3.0-2 (source i386)

2008-04-05 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:39:53 +0200
Source: libgenome
Binary: libgenome-1.3-1-dev libgenome-1.3-1
Architecture: source i386
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: Andreas Tille [EMAIL PROTECTED]
Description: 
 libgenome-1.3-1 - toolkit for developing bioinformatic related software
 libgenome-1.3-1-dev - toolkit for developing bioinformatic related software
Closes: 474356
Changes: 
 libgenome (1.3.0-2) unstable; urgency=low
 .
   * Include pkgconfig file into -dev package
   * Move header files in libGenome subdirectory
   * Enhanced debian/copyright information
   * Added #include cstring to source files containing memmove
 and memcpy
 Closes: #474356
Files: 
 0864500a24e1f997951f62938d327422 1014 libs optional libgenome_1.3.0-2.dsc
 e3f7ec437dbad28ee730b7026dbc5e39 235437 libs optional libgenome_1.3.0-2.diff.gz
 2dc9ed3d92f5c8b625885515c0175be4 291718 libdevel optional 
libgenome-1.3-1-dev_1.3.0-2_i386.deb
 c5e42a7284ed49ef4e6053c60de724cf 169160 libs optional 
libgenome-1.3-1_1.3.0-2_i386.deb

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

iD8DBQFH92ccYDBbMcCf01oRAqtVAJ93ntP1xbR+K1CE3SnSOUOzrdgpiQCfes2t
GDC0m+UQAOIAtEHkjrsdB84=
=oGd+
-END PGP SIGNATURE-


Accepted:
libgenome-1.3-1-dev_1.3.0-2_i386.deb
  to pool/main/libg/libgenome/libgenome-1.3-1-dev_1.3.0-2_i386.deb
libgenome-1.3-1_1.3.0-2_i386.deb
  to pool/main/libg/libgenome/libgenome-1.3-1_1.3.0-2_i386.deb
libgenome_1.3.0-2.diff.gz
  to pool/main/libg/libgenome/libgenome_1.3.0-2.diff.gz
libgenome_1.3.0-2.dsc
  to pool/main/libg/libgenome/libgenome_1.3.0-2.dsc


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



Accepted qsynth 0.2.5-2.1 (source amd64)

2008-04-05 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:25:58 +0200
Source: qsynth
Binary: qsynth
Architecture: source amd64
Version: 0.2.5-2.1
Distribution: unstable
Urgency: low
Maintainer: Eric Van Buggenhaut [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 qsynth - fluidsynth MIDI sound synthesiser front-end
Closes: 424295
Changes: 
 qsynth (0.2.5-2.1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * Non-maintainer upload.
   * debian/rules
 - call upstream makefile clean target (Closes: #424295)
Files: 
 f8951f07b76d2328e7d55cfc2e52fea9 602 sound optional qsynth_0.2.5-2.1.dsc
 58e1e8490a17c8a5c0d311f90540d8d4 30414 sound optional qsynth_0.2.5-2.1.diff.gz
 4a71c074a4ad4577a7c44362ec4af10a 196488 sound optional 
qsynth_0.2.5-2.1_amd64.deb

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

iD8DBQFH92JzvGr7W6HudhwRAii8AJ0Wt62XvREG2n+FZEabIpvaH4vM/wCbBDDC
y7o5q9rLRffppnhrLTxRej0=
=GLMy
-END PGP SIGNATURE-


Accepted:
qsynth_0.2.5-2.1.diff.gz
  to pool/main/q/qsynth/qsynth_0.2.5-2.1.diff.gz
qsynth_0.2.5-2.1.dsc
  to pool/main/q/qsynth/qsynth_0.2.5-2.1.dsc
qsynth_0.2.5-2.1_amd64.deb
  to pool/main/q/qsynth/qsynth_0.2.5-2.1_amd64.deb


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



Accepted inetutils 2:1.5.dfsg.1-4.1 (source amd64)

2008-04-05 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 11:37:25 +
Source: inetutils
Binary: inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping 
inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnet 
inetutils-telnetd inetutils-tools
Architecture: source amd64
Version: 2:1.5.dfsg.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 inetutils-ftp - File Transfer Protocol client
 inetutils-ftpd - File Transfer Protocol server
 inetutils-inetd - Internet super server
 inetutils-ping - ICMP ECHO tool
 inetutils-syslogd - System logging daemon
 inetutils-talk - Talk to another user
 inetutils-talkd - Remote user communication server
 inetutils-telnet - Telnet client
 inetutils-telnetd - Telnet server
 inetutils-tools - Base networking utilities (experimental package)
Closes: 424419
Changes: 
 inetutils (2:1.5.dfsg.1-4.1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * Non-maintainer upload.
   * debian/rules
 - added removal command for subprojects binaries files (Closes: #424419)
Files: 
 25b6f304f3a7462e4d3f720e2e1bc9f4 1022 net extra inetutils_1.5.dfsg.1-4.1.dsc
 81404a89560c29e157c2da453af5a8ae 22057 net extra 
inetutils_1.5.dfsg.1-4.1.diff.gz
 3ba39efdb93ea7033b151705b3f91731 104738 net extra 
inetutils-ftp_1.5.dfsg.1-4.1_amd64.deb
 ae07d800d00308cfa8cc5a156f89ed47 9 net extra 
inetutils-ftpd_1.5.dfsg.1-4.1_amd64.deb
 f25916ab8cbc55e48fa90f6286bf963e 81132 net extra 
inetutils-inetd_1.5.dfsg.1-4.1_amd64.deb
 1e95fcee5addcb7e42764e0d2afc874e 85528 net extra 
inetutils-ping_1.5.dfsg.1-4.1_amd64.deb
 c8cdb7f90e6891c42d4c4774cfd59d1c 85526 net extra 
inetutils-syslogd_1.5.dfsg.1-4.1_amd64.deb
 1aa50cf3f32d44c73f7bdc881cac81bd 71866 net extra 
inetutils-talk_1.5.dfsg.1-4.1_amd64.deb
 b1435e8b8311a766e5b1e4c26bbd73f0 108150 net extra 
inetutils-talkd_1.5.dfsg.1-4.1_amd64.deb
 01cf13d4057e2063a53ae5fcdd931847 124202 net extra 
inetutils-telnet_1.5.dfsg.1-4.1_amd64.deb
 5400ac26223c890ffba2e76e7be07f28 107708 net extra 
inetutils-telnetd_1.5.dfsg.1-4.1_amd64.deb
 43ea571caf2d03272d8e37b8e21d3d86 75758 net extra 
inetutils-tools_1.5.dfsg.1-4.1_amd64.deb

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

iD8DBQFH92UivGr7W6HudhwRAqGcAKCUd81sxRZuyzpC44Ws/rymt8heHgCeNKE6
Io5oSnea0O9PtCA5ey03Ze8=
=NJe+
-END PGP SIGNATURE-


Accepted:
inetutils-ftp_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-ftp_1.5.dfsg.1-4.1_amd64.deb
inetutils-ftpd_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-ftpd_1.5.dfsg.1-4.1_amd64.deb
inetutils-inetd_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-inetd_1.5.dfsg.1-4.1_amd64.deb
inetutils-ping_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-ping_1.5.dfsg.1-4.1_amd64.deb
inetutils-syslogd_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-syslogd_1.5.dfsg.1-4.1_amd64.deb
inetutils-talk_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-talk_1.5.dfsg.1-4.1_amd64.deb
inetutils-talkd_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-talkd_1.5.dfsg.1-4.1_amd64.deb
inetutils-telnet_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-telnet_1.5.dfsg.1-4.1_amd64.deb
inetutils-telnetd_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-telnetd_1.5.dfsg.1-4.1_amd64.deb
inetutils-tools_1.5.dfsg.1-4.1_amd64.deb
  to pool/main/i/inetutils/inetutils-tools_1.5.dfsg.1-4.1_amd64.deb
inetutils_1.5.dfsg.1-4.1.diff.gz
  to pool/main/i/inetutils/inetutils_1.5.dfsg.1-4.1.diff.gz
inetutils_1.5.dfsg.1-4.1.dsc
  to pool/main/i/inetutils/inetutils_1.5.dfsg.1-4.1.dsc


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



Accepted deps 0.13-1.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:30:45 +0100
Source: deps
Binary: libdeps-perl libdeps-renderer-dot-perl libdeps-renderer-tulip-perl 
deps-tools-cli graph-includes
Architecture: source all
Version: 0.13-1.1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 deps-tools-cli - DEPS command-line tools
 graph-includes - transitionnal package
 libdeps-perl - Dependency Extraction and Processing System
 libdeps-renderer-dot-perl - DEPS renderer plugin using GraphViz/dot
 libdeps-renderer-tulip-perl - DEPS renderer plugin using Tulip
Closes: 467648
Changes: 
 deps (0.13-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove /usr/lib/perl5 (closes: #467648)
Files: 
 b550696483ac73ff63eb5ae909b748f9 680 devel optional deps_0.13-1.1.dsc
 6305d6568e4979a9174d9ba0d0f3932d 3442 devel optional deps_0.13-1.1.diff.gz
 6f59581d40be2b21dfba5b3928212163 19292 devel optional 
libdeps-perl_0.13-1.1_all.deb
 edacc5ab59485dbcd2c9726548a1fe12 3930 devel optional 
libdeps-renderer-dot-perl_0.13-1.1_all.deb
 71eef961be1aeb75cc4cae1c7e01fc6a 3128 devel optional 
libdeps-renderer-tulip-perl_0.13-1.1_all.deb
 cf0047b4d5199f6c483c992d4682aab4 6212 devel optional 
deps-tools-cli_0.13-1.1_all.deb
 880aec695ad5bc0db907e3ff543e7504 2206 devel optional 
graph-includes_0.13-1.1_all.deb

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

iD8DBQFH92MMSYIMHOpZA44RAku0AJ9//VKQ4Y5/QD/4fCNZNRusvPJXlQCfVvxw
46jIdd9l1r/lD/Iu6dcm9ig=
=0F8w
-END PGP SIGNATURE-


Accepted:
deps-tools-cli_0.13-1.1_all.deb
  to pool/main/d/deps/deps-tools-cli_0.13-1.1_all.deb
deps_0.13-1.1.diff.gz
  to pool/main/d/deps/deps_0.13-1.1.diff.gz
deps_0.13-1.1.dsc
  to pool/main/d/deps/deps_0.13-1.1.dsc
graph-includes_0.13-1.1_all.deb
  to pool/main/d/deps/graph-includes_0.13-1.1_all.deb
libdeps-perl_0.13-1.1_all.deb
  to pool/main/d/deps/libdeps-perl_0.13-1.1_all.deb
libdeps-renderer-dot-perl_0.13-1.1_all.deb
  to pool/main/d/deps/libdeps-renderer-dot-perl_0.13-1.1_all.deb
libdeps-renderer-tulip-perl_0.13-1.1_all.deb
  to pool/main/d/deps/libdeps-renderer-tulip-perl_0.13-1.1_all.deb


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



Accepted soundtouch 1.3.0-2.3 (source amd64)

2008-04-05 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 11:56:51 +0100
Source: soundtouch
Binary: libsoundtouch1-dev libsoundtouch1c2 soundstretch
Architecture: source amd64
Version: 1.3.0-2.3
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Simon McVittie [EMAIL PROTECTED]
Description: 
 libsoundtouch1-dev - development files for sound stretching library
 libsoundtouch1c2 - sound stretching library
 soundstretch - Stretches and pitch-shifts sound independently
Closes: 471635
Changes: 
 soundtouch (1.3.0-2.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Forcibly run automake as well as aclocal, ensuring that the versions of
 automake and aclocal used are in sync (Closes: #471635).
 - Use aclocal 1.8, not 1.7 as in the previous NMU, since that appears to
   be the version used upstream
   * Make lintian slightly happier:
 - move -dev package to libdevel
 - correctly use the word Copyright, not just (C), in debian/copyright
Files: 
 b06098100a5e2eef16ffb31332d64891 676 libs optional soundtouch_1.3.0-2.3.dsc
 1f0c09af75a62707996b529b53936778 8190 libs optional 
soundtouch_1.3.0-2.3.diff.gz
 8d0b62065ecc5f0d88571489ec6edbc4 53378 libdevel optional 
libsoundtouch1-dev_1.3.0-2.3_amd64.deb
 af4968584f084a531d89d1c1b6f73795 27358 libs optional 
libsoundtouch1c2_1.3.0-2.3_amd64.deb
 4ba7316a010019fd6729a65141d865fa 24918 sound optional 
soundstretch_1.3.0-2.3_amd64.deb

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

iD8DBQFH92v3NIW6CNDsByMRAgEXAJ9ZzOaRImcfePlVt9Z46Q6SquZuLgCfbQbK
LJXUURhU64vbtIWlEFOOyxc=
=JivY
-END PGP SIGNATURE-


Accepted:
libsoundtouch1-dev_1.3.0-2.3_amd64.deb
  to pool/main/s/soundtouch/libsoundtouch1-dev_1.3.0-2.3_amd64.deb
libsoundtouch1c2_1.3.0-2.3_amd64.deb
  to pool/main/s/soundtouch/libsoundtouch1c2_1.3.0-2.3_amd64.deb
soundstretch_1.3.0-2.3_amd64.deb
  to pool/main/s/soundtouch/soundstretch_1.3.0-2.3_amd64.deb
soundtouch_1.3.0-2.3.diff.gz
  to pool/main/s/soundtouch/soundtouch_1.3.0-2.3.diff.gz
soundtouch_1.3.0-2.3.dsc
  to pool/main/s/soundtouch/soundtouch_1.3.0-2.3.dsc


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



Accepted libauthen-sasl-perl 2.10-1.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:08:09 +0100
Source: libauthen-sasl-perl
Binary: libauthen-sasl-perl
Architecture: source all
Version: 2.10-1.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libauthen-sasl-perl - Authen::SASL - SASL Authentication framework
Closes: 467669
Changes: 
 libauthen-sasl-perl (2.10-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally rmdir /usr/lib/perl5 (closes: #467669)
Files: 
 d4e6d6ad4d4036854a63cc8112e91536 669 perl optional 
libauthen-sasl-perl_2.10-1.1.dsc
 1201052907e5d1cf68feb53894e6bde1 2165 perl optional 
libauthen-sasl-perl_2.10-1.1.diff.gz
 ed1aaefd42e0237e753c0842de231162 39344 perl optional 
libauthen-sasl-perl_2.10-1.1_all.deb

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

iD8DBQFH92vKSYIMHOpZA44RAiajAKDdeOQtwZKu9Iv9KwEh7kR27CJpfACggZiF
pL3Q0PXmUhtSmr/PNDeFvtY=
=1Fx0
-END PGP SIGNATURE-


Accepted:
libauthen-sasl-perl_2.10-1.1.diff.gz
  to pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.10-1.1.diff.gz
libauthen-sasl-perl_2.10-1.1.dsc
  to pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.10-1.1.dsc
libauthen-sasl-perl_2.10-1.1_all.deb
  to pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.10-1.1_all.deb


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



Accepted rhino 1.7R2~pre-1 (source all)

2008-04-05 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Apr 2008 10:32:47 +0200
Source: rhino
Binary: rhino rhino-doc
Architecture: source all
Version: 1.7R2~pre-1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 rhino  - JavaScript engine written in Java
 rhino-doc  - Documentation for rhino Java Script Engine
Closes: 474046
Changes: 
 rhino (1.7R2~pre-1) experimental; urgency=low
 .
   * New upstream release.
   * Upload to experimental.
   * Enable build of debugger. Closes: #474046.
Files: 
 274e0f220e4d0a7f48e04816a9a331f2 953 interpreters optional 
rhino_1.7R2~pre-1.dsc
 e07114fe337840100261945370929fbb 2469737 interpreters optional 
rhino_1.7R2~pre.orig.tar.gz
 20a4408a08f5a70f322b2d785c9410bc 30275 interpreters optional 
rhino_1.7R2~pre-1.diff.gz
 27d95f1f165e11a4e05da3ff7ace69f8 643626 interpreters optional 
rhino_1.7R2~pre-1_all.deb
 9f759c14548bcade221734e75aa5a931 377974 doc optional 
rhino-doc_1.7R2~pre-1_all.deb

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

iD8DBQFH92lhWSOgCCdjSDsRAipQAJ44/2BbO11fzi+j++0ymarwfmcvmgCfSZ0z
rIxy+dXE2rIzfypP1QDtviU=
=1CRg
-END PGP SIGNATURE-


Accepted:
rhino-doc_1.7R2~pre-1_all.deb
  to pool/main/r/rhino/rhino-doc_1.7R2~pre-1_all.deb
rhino_1.7R2~pre-1.diff.gz
  to pool/main/r/rhino/rhino_1.7R2~pre-1.diff.gz
rhino_1.7R2~pre-1.dsc
  to pool/main/r/rhino/rhino_1.7R2~pre-1.dsc
rhino_1.7R2~pre-1_all.deb
  to pool/main/r/rhino/rhino_1.7R2~pre-1_all.deb
rhino_1.7R2~pre.orig.tar.gz
  to pool/main/r/rhino/rhino_1.7R2~pre.orig.tar.gz


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



Accepted libaudio-file-perl 0.11-1.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:05:23 +0100
Source: libaudio-file-perl
Binary: libaudio-file-perl
Architecture: source all
Version: 0.11-1.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libaudio-file-perl - Perl audio file abstraction library
Closes: 467668
Changes: 
 libaudio-file-perl (0.11-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally rmdir /usr/lib/perl5 (closes: #467668)
Files: 
 a76e508cf1830729e003b6ae2b2544b1 729 perl optional 
libaudio-file-perl_0.11-1.1.dsc
 3686d3029a849fad867be35e3f553ed1 1954 perl optional 
libaudio-file-perl_0.11-1.1.diff.gz
 9f7c07c944e0852f43e382ff6379f0c8 20174 perl optional 
libaudio-file-perl_0.11-1.1_all.deb

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

iD8DBQFH92s0SYIMHOpZA44RAog1AJ49zlwc9yBVILp0xET5d7DUU32xzACgypwF
nFQ2B6CmUUmH5Izo4e4r3Ss=
=Fy/M
-END PGP SIGNATURE-


Accepted:
libaudio-file-perl_0.11-1.1.diff.gz
  to pool/main/liba/libaudio-file-perl/libaudio-file-perl_0.11-1.1.diff.gz
libaudio-file-perl_0.11-1.1.dsc
  to pool/main/liba/libaudio-file-perl/libaudio-file-perl_0.11-1.1.dsc
libaudio-file-perl_0.11-1.1_all.deb
  to pool/main/liba/libaudio-file-perl/libaudio-file-perl_0.11-1.1_all.deb


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



Accepted libalgorithm-annotate-perl 0.10-1.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 12:58:26 +0100
Source: libalgorithm-annotate-perl
Binary: libalgorithm-annotate-perl
Architecture: source all
Version: 0.10-1.1
Distribution: unstable
Urgency: low
Maintainer: Bastian Blank [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libalgorithm-annotate-perl - represent a series of changes in annotate form
Closes: 467649
Changes: 
 libalgorithm-annotate-perl (0.10-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove /usr/lib/perl5 (closes: #467649)
   * Typo fix in debian/control (simliar - similar)
Files: 
 75b54c87489c131d9f087fa8fb2cd3e2 698 perl optional 
libalgorithm-annotate-perl_0.10-1.1.dsc
 00d1f6dca4af2f88326f0187e31e231d 1524 perl optional 
libalgorithm-annotate-perl_0.10-1.1.diff.gz
 7b0abe6c8f0a05b53f5ea0c3e402680b 4696 perl optional 
libalgorithm-annotate-perl_0.10-1.1_all.deb

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

iD8DBQFH92nhSYIMHOpZA44RAr4MAKDa6o82Eql69bTLmZeH57k2J7f+5wCgsJyv
5WavwnylM+CNNJA0k42BzmE=
=UuTh
-END PGP SIGNATURE-


Accepted:
libalgorithm-annotate-perl_0.10-1.1.diff.gz
  to 
pool/main/liba/libalgorithm-annotate-perl/libalgorithm-annotate-perl_0.10-1.1.diff.gz
libalgorithm-annotate-perl_0.10-1.1.dsc
  to 
pool/main/liba/libalgorithm-annotate-perl/libalgorithm-annotate-perl_0.10-1.1.dsc
libalgorithm-annotate-perl_0.10-1.1_all.deb
  to 
pool/main/liba/libalgorithm-annotate-perl/libalgorithm-annotate-perl_0.10-1.1_all.deb


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



Accepted netsurf 1.2-1 (source i386)

2008-04-05 Thread Vincent Sanders
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 00:48:41 +
Source: netsurf
Binary: netsurf
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Sanders [EMAIL PROTECTED]
Changed-By: Vincent Sanders [EMAIL PROTECTED]
Description: 
 netsurf- Small portable web browser with CSS and Unicode support
Closes: 435013 435319 442466 472599
Changes: 
 netsurf (1.2-1) unstable; urgency=low
 .
   * New upstream (Closes: #472599)
   * Fixes segfault (Closes: #442466)
   * Form input no longer confuses non-alphanumeric keys (Closes: #435319)
   * Blank lines in preformatted blocks are displayed correctly (Closes: 
#435013)
Files: 
 81c4542d1c06110aecc15dccf47af14a 678 web extra netsurf_1.2-1.dsc
 1f163e491e190af5fb79bdfc2c18cb97 1025947 web extra netsurf_1.2.orig.tar.gz
 c047f993a02881d2f5860c966ef2dab8 6045 web extra netsurf_1.2-1.diff.gz
 53e037c60841468f8e52e3a8fb893f6f 411080 web extra netsurf_1.2-1_i386.deb

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

iD8DBQFH9127iUwwPOvjHvURArLSAKCCup+VZzglXpivOJWteh4sl5LdTQCgu9oa
R9nmf5dOsRbqTO7sdbgCNFo=
=7dd3
-END PGP SIGNATURE-


Accepted:
netsurf_1.2-1.diff.gz
  to pool/main/n/netsurf/netsurf_1.2-1.diff.gz
netsurf_1.2-1.dsc
  to pool/main/n/netsurf/netsurf_1.2-1.dsc
netsurf_1.2-1_i386.deb
  to pool/main/n/netsurf/netsurf_1.2-1_i386.deb
netsurf_1.2.orig.tar.gz
  to pool/main/n/netsurf/netsurf_1.2.orig.tar.gz


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



Accepted libaudio-moosic-perl 0.09-1.1 (source all)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:02:07 +0100
Source: libaudio-moosic-perl
Binary: libaudio-moosic-perl
Architecture: source all
Version: 0.09-1.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libaudio-moosic-perl - Moosic client library for Perl
Closes: 467664
Changes: 
 libaudio-moosic-perl (0.09-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Conditionally remove /usr/lib/perl5 (closes: #467664)
Files: 
 0d7d79f052deb34a4b5577ea5767ba36 659 perl optional 
libaudio-moosic-perl_0.09-1.1.dsc
 843240ecfe68558c649c70a493e3d9f2 1859 perl optional 
libaudio-moosic-perl_0.09-1.1.diff.gz
 ea26e474cc954c39ce737109ff36913a 17830 perl optional 
libaudio-moosic-perl_0.09-1.1_all.deb

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

iD8DBQFH92p1SYIMHOpZA44RAlC2AJ4tbLsOW0kItyX9Gkx0Q31uT+kR7ACeO7UW
X9zmjC1zXx7PA+JvOlk4yR0=
=e7ca
-END PGP SIGNATURE-


Accepted:
libaudio-moosic-perl_0.09-1.1.diff.gz
  to pool/main/liba/libaudio-moosic-perl/libaudio-moosic-perl_0.09-1.1.diff.gz
libaudio-moosic-perl_0.09-1.1.dsc
  to pool/main/liba/libaudio-moosic-perl/libaudio-moosic-perl_0.09-1.1.dsc
libaudio-moosic-perl_0.09-1.1_all.deb
  to pool/main/liba/libaudio-moosic-perl/libaudio-moosic-perl_0.09-1.1_all.deb


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



Accepted ack-grep 1.80-1 (source all)

2008-04-05 Thread Peter Makholm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 10:08:27 +
Source: ack-grep
Binary: ack-grep
Architecture: source all
Version: 1.80-1
Distribution: unstable
Urgency: low
Maintainer: Peter Makholm [EMAIL PROTECTED]
Changed-By: Peter Makholm [EMAIL PROTECTED]
Description: 
 ack-grep   - A grep-like program specifically for large source trees
Closes: 469956
Changes: 
 ack-grep (1.80-1) unstable; urgency=low
 .
   * New upstream (Closes: #469956)
Files: 
 efbce3967ba8d7514b65d30a1326d198 807 perl optional ack-grep_1.80-1.dsc
 cc7448349f3918103a21abafe73e71e1 78954 perl optional ack-grep_1.80.orig.tar.gz
 82601b962169cebf7344581328563c9e 5330 perl optional ack-grep_1.80-1.diff.gz
 43c2d1cbd42fec2303ccce1da48ec8c8 46058 perl optional ack-grep_1.80-1_all.deb

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

iD8DBQFH93DeobE/LCyLGVoRAkURAKDC2oKivTZ0iZfccKFRJr44jRdyCACgwOOG
CCM++w7IXXCp0lvo3pwrxwQ=
=9A13
-END PGP SIGNATURE-


Accepted:
ack-grep_1.80-1.diff.gz
  to pool/main/a/ack-grep/ack-grep_1.80-1.diff.gz
ack-grep_1.80-1.dsc
  to pool/main/a/ack-grep/ack-grep_1.80-1.dsc
ack-grep_1.80-1_all.deb
  to pool/main/a/ack-grep/ack-grep_1.80-1_all.deb
ack-grep_1.80.orig.tar.gz
  to pool/main/a/ack-grep/ack-grep_1.80.orig.tar.gz


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



Accepted ocsinventory-server 1.01-3.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:49:26 +0100
Source: ocsinventory-server
Binary: ocsinventory-server ocsinventory-reports
Architecture: source all
Version: 1.01-3.1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 ocsinventory-reports - Hardware and software inventory tool (Administration 
Console)
 ocsinventory-server - Hardware and software inventory tool (Communication 
Server)
Closes: 468194
Changes: 
 ocsinventory-server (1.01-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468194.
Files: 
 abba20d9dece320d071ea25318e1291f 708 web extra ocsinventory-server_1.01-3.1.dsc
 c6578838e6cecf2e624842f33b280d62 19123 web extra 
ocsinventory-server_1.01-3.1.diff.gz
 6825b8790ed27580dba48d4ea82af222 38542 web extra 
ocsinventory-server_1.01-3.1_all.deb
 e96360b13e100d626fbafb8a5ef323fb 6592570 web extra 
ocsinventory-reports_1.01-3.1_all.deb

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

iD8DBQFH93XjNIW6CNDsByMRAjwKAJwM3pfgtbN9oNJ397dJvbPyiEGpVwCgzwzd
rzpNrpyRVlFU1AC7yW9nf6g=
=S5TJ
-END PGP SIGNATURE-


Accepted:
ocsinventory-reports_1.01-3.1_all.deb
  to pool/main/o/ocsinventory-server/ocsinventory-reports_1.01-3.1_all.deb
ocsinventory-server_1.01-3.1.diff.gz
  to pool/main/o/ocsinventory-server/ocsinventory-server_1.01-3.1.diff.gz
ocsinventory-server_1.01-3.1.dsc
  to pool/main/o/ocsinventory-server/ocsinventory-server_1.01-3.1.dsc
ocsinventory-server_1.01-3.1_all.deb
  to pool/main/o/ocsinventory-server/ocsinventory-server_1.01-3.1_all.deb


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



Accepted libevent 1.3e-2 (source mips)

2008-04-05 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 21:06:10 +1000
Source: libevent
Binary: libevent-dev libevent1
Architecture: source mips
Version: 1.3e-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 libevent-dev - Development libraries, header files and docs for libevent
 libevent1  - An asynchronous event notification library
Closes: 442626
Changes: 
 libevent (1.3e-2) unstable; urgency=low
 .
   * ACKed NMUs. Closes: #442626
   * Added debian/watch
   * Fixed the following lintian messages:
 - libevent source: out-of-date-standards-version 3.7.2 (current is 3.7.3)
 - libevent1: description-contains-homepage
 - libevent-dev: description-contains-homepage
Files: 
 c73abdea2876118112783b829a1e4b42 698 libs optional libevent_1.3e-2.dsc
 625c2ddab1f47da903665c77c7f8be77 5962 libs optional libevent_1.3e-2.diff.gz
 79904121cfd31ff386ec5f7a03c12a52 75910 libdevel optional 
libevent-dev_1.3e-2_mips.deb
 b89185456cf68f2167418565d0591956 44496 libs standard libevent1_1.3e-2_mips.deb

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

iD8DBQFH92+kgY5NIXPNpFURAuV5AJ9UhTH3D3pJ06vL+gtG9ALyy8NhyQCdGRvs
AGfWR5zZPzM+XP+E6l4hLmM=
=grS3
-END PGP SIGNATURE-


Accepted:
libevent-dev_1.3e-2_mips.deb
  to pool/main/libe/libevent/libevent-dev_1.3e-2_mips.deb
libevent1_1.3e-2_mips.deb
  to pool/main/libe/libevent/libevent1_1.3e-2_mips.deb
libevent_1.3e-2.diff.gz
  to pool/main/libe/libevent/libevent_1.3e-2.diff.gz
libevent_1.3e-2.dsc
  to pool/main/libe/libevent/libevent_1.3e-2.dsc


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



Accepted r-zoo 1.5-2-1 (source all)

2008-04-05 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 07:28:24 -0500
Source: r-zoo
Binary: r-cran-zoo
Architecture: source all
Version: 1.5-2-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-zoo - GNU R package for totally ordered indexed observations
Changes: 
 r-zoo (1.5-2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 13e5f4854e8fe4a5768315913af02795 610 math optional r-zoo_1.5-2-1.dsc
 5300feb2ec501b678a70b3bd20c5ba1a 724032 math optional r-zoo_1.5-2.orig.tar.gz
 ab31fba0c186008e93f979cc7dd0cfc5 2106 math optional r-zoo_1.5-2-1.diff.gz
 5f270de9aafb1c9aec3844229c8411f4 855814 math optional 
r-cran-zoo_1.5-2-1_all.deb

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

iD8DBQFH93DdCZSR95Gw07cRAgVBAJ9UuJ5369MWOHKWF59mMu0XdAElpACfTK4E
Yclu9YiTzSLNnXd58KdFRUE=
=TROa
-END PGP SIGNATURE-


Accepted:
r-cran-zoo_1.5-2-1_all.deb
  to pool/main/r/r-zoo/r-cran-zoo_1.5-2-1_all.deb
r-zoo_1.5-2-1.diff.gz
  to pool/main/r/r-zoo/r-zoo_1.5-2-1.diff.gz
r-zoo_1.5-2-1.dsc
  to pool/main/r/r-zoo/r-zoo_1.5-2-1.dsc
r-zoo_1.5-2.orig.tar.gz
  to pool/main/r/r-zoo/r-zoo_1.5-2.orig.tar.gz


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



Accepted wapua 0.06-1.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:25:27 +0100
Source: wapua
Binary: wapua
Architecture: source all
Version: 0.06-1.1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 wapua  - Web browser for WAP WML pages
Closes: 468197
Changes: 
 wapua (0.06-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with perl 5.10.  Closes: #468197
Files: 
 76374da8d19102f29469fd2bf7a87b0f 574 web optional wapua_0.06-1.1.dsc
 c280187102e99dd0fce48438b61825b4 2032 web optional wapua_0.06-1.1.diff.gz
 0a6c6fe3af649ee0d6736ae0933c9c3b 40352 web optional wapua_0.06-1.1_all.deb

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

iD8DBQFH92/YNIW6CNDsByMRAj9eAJ9PQI2cODoMtdv7XgrVh9mouWcdeQCgzTQC
M0jCmSaYAYRhONP2LO51Dmo=
=Wbcj
-END PGP SIGNATURE-


Accepted:
wapua_0.06-1.1.diff.gz
  to pool/main/w/wapua/wapua_0.06-1.1.diff.gz
wapua_0.06-1.1.dsc
  to pool/main/w/wapua/wapua_0.06-1.1.dsc
wapua_0.06-1.1_all.deb
  to pool/main/w/wapua/wapua_0.06-1.1_all.deb


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



Accepted haddock 0.8-2.1 (source i386)

2008-04-05 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:45:46 +0200
Source: haddock
Binary: haddock
Architecture: source i386
Version: 0.8-2.1
Distribution: unstable
Urgency: low
Maintainer: Ian Lynagh (wibble) [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 haddock- Documentation tool for annotated Haskell source code
Closes: 460352
Changes: 
 haddock (0.8-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * haddock.cabal: Add directory, process, containers, array, pretty to
 build-depends. (Closes: #460352)
Files: 
 6b245eb31eda92e813dc060e7b060b9f 650 devel optional haddock_0.8-2.1.dsc
 40fc4dce4176812b88515b7795431b61 29895 devel optional haddock_0.8-2.1.diff.gz
 a1c07dfdca335e4d62cbcda7f436099f 572660 devel optional haddock_0.8-2.1_i386.deb

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

iD8DBQFH93WTmO5zOp3h7rERArcrAJ4i+sXWY6kPVIMANWoQbaAsxhpNCwCfdUyO
uM1w3zWbskkIiB8/8X+nJ1E=
=Szw9
-END PGP SIGNATURE-


Accepted:
haddock_0.8-2.1.diff.gz
  to pool/main/h/haddock/haddock_0.8-2.1.diff.gz
haddock_0.8-2.1.dsc
  to pool/main/h/haddock/haddock_0.8-2.1.dsc
haddock_0.8-2.1_i386.deb
  to pool/main/h/haddock/haddock_0.8-2.1_i386.deb


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



Accepted sepia 0.96-2.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:34:38 +0100
Source: sepia
Binary: sepia
Architecture: source all
Version: 0.96-2.1
Distribution: unstable
Urgency: low
Maintainer: Hilko Bengen [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 sepia  - Simple Emacs-Perl InterAction
Closes: 468196
Changes: 
 sepia (0.96-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468196
   * Add Build-Dependencies to prevent the build system from falling back
 to using CPAN interactively during build
Files: 
 acff551ae603861196df24a0ac4f0d1c 746 perl optional sepia_0.96-2.1.dsc
 a772a51962f6492b89ada785e715b04e 19517 perl optional sepia_0.96-2.1.diff.gz
 245ccc7d000fb7dd15ae6060ac409fa1 91374 perl optional sepia_0.96-2.1_all.deb

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

iD8DBQFH93RINIW6CNDsByMRAhjNAKDXVbO4rMi3jMXsoE+j2tRj66+eBwCg0x1v
WHT+WsQlRRxI7e8VqaLaJkw=
=gq4t
-END PGP SIGNATURE-


Accepted:
sepia_0.96-2.1.diff.gz
  to pool/main/s/sepia/sepia_0.96-2.1.diff.gz
sepia_0.96-2.1.dsc
  to pool/main/s/sepia/sepia_0.96-2.1.dsc
sepia_0.96-2.1_all.deb
  to pool/main/s/sepia/sepia_0.96-2.1_all.deb


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



Accepted xcircuit 3.6.78.dfsg-1.1 (source i386)

2008-04-05 Thread Alexander Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:57:09 +0200
Source: xcircuit
Binary: xcircuit
Architecture: source i386
Version: 3.6.78.dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Margarita Manterola [EMAIL PROTECTED]
Changed-By: Alexander Schmehl [EMAIL PROTECTED]
Description: 
 xcircuit   - Draw circuit schematics or almost anything
Closes: 442767
Changes: 
 xcircuit (3.6.78.dfsg-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch fix double compilation problem provided by Kumar Appaiah
 (Closes: #442767)
Files: 
 31f462f86d7353218abfa809e888d8b7 689 electronics extra 
xcircuit_3.6.78.dfsg-1.1.dsc
 efc3e3167c503df5a1c3f3201a9f377c 8420 electronics extra 
xcircuit_3.6.78.dfsg-1.1.diff.gz
 6436c76731dc6b52592b3049c09893ba 496332 electronics optional 
xcircuit_3.6.78.dfsg-1.1_i386.deb

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

iD8DBQFH93krBxd04ADYzRYRAlq0AJ9CEvrqG67bvp0wreABkqJfQZNEawCeLXB9
tSYc3eePTdcfPoup30cYlE0=
=wyQH
-END PGP SIGNATURE-


Accepted:
xcircuit_3.6.78.dfsg-1.1.diff.gz
  to pool/main/x/xcircuit/xcircuit_3.6.78.dfsg-1.1.diff.gz
xcircuit_3.6.78.dfsg-1.1.dsc
  to pool/main/x/xcircuit/xcircuit_3.6.78.dfsg-1.1.dsc
xcircuit_3.6.78.dfsg-1.1_i386.deb
  to pool/main/x/xcircuit/xcircuit_3.6.78.dfsg-1.1_i386.deb


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



Accepted ocaml-sqlite3 1.0.1-1 (source i386)

2008-04-05 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:59:17 +0200
Source: ocaml-sqlite3
Binary: libsqlite3-ocaml libsqlite3-ocaml-dev
Architecture: source i386
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 libsqlite3-ocaml - Embeddable SQL Database for OCaml Programs
 libsqlite3-ocaml-dev - Embeddable SQL Database for OCaml Programs
Changes: 
 ocaml-sqlite3 (1.0.1-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 93aa98d14caf8883ee91cbad26890d89 997 libs optional ocaml-sqlite3_1.0.1-1.dsc
 b9871385efb63ddfe21ce603e15f729b 51431 libs optional 
ocaml-sqlite3_1.0.1.orig.tar.gz
 66ffa6f87c16d81a133925f590c85bcd 4100 libs optional 
ocaml-sqlite3_1.0.1-1.diff.gz
 17f4b42d6dceb2ddb61319b1ab8f61af 13648 libs optional 
libsqlite3-ocaml_1.0.1-1_i386.deb
 0046a93e04e86154cbb2e2727ab24ed6 34450 libdevel optional 
libsqlite3-ocaml-dev_1.0.1-1_i386.deb

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

iD8DBQFH93hyIae1O4AJae8RAmJvAJ0RmIYOHh6O56zJvjYaBPRIb3PvxgCdEtij
o6+QzPA77PDViscj4GGMINc=
=YtSZ
-END PGP SIGNATURE-


Accepted:
libsqlite3-ocaml-dev_1.0.1-1_i386.deb
  to pool/main/o/ocaml-sqlite3/libsqlite3-ocaml-dev_1.0.1-1_i386.deb
libsqlite3-ocaml_1.0.1-1_i386.deb
  to pool/main/o/ocaml-sqlite3/libsqlite3-ocaml_1.0.1-1_i386.deb
ocaml-sqlite3_1.0.1-1.diff.gz
  to pool/main/o/ocaml-sqlite3/ocaml-sqlite3_1.0.1-1.diff.gz
ocaml-sqlite3_1.0.1-1.dsc
  to pool/main/o/ocaml-sqlite3/ocaml-sqlite3_1.0.1-1.dsc
ocaml-sqlite3_1.0.1.orig.tar.gz
  to pool/main/o/ocaml-sqlite3/ocaml-sqlite3_1.0.1.orig.tar.gz


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



Accepted luarocks 0.5-1 (source all)

2008-04-05 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Apr 2008 10:57:58 +0200
Source: luarocks
Binary: luarocks
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 luarocks   - deployment and management system for Lua modules
Changes: 
 luarocks (0.5-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 edd87cce60f882ed7783962e68161d02 778 interpreters optional luarocks_0.5-1.dsc
 f9da6ffc4d99f66dfc3026b76d8f719b 46255 interpreters optional 
luarocks_0.5.orig.tar.gz
 abe057cb2802378f5b1bd11180fd6628 3145 interpreters optional 
luarocks_0.5-1.diff.gz
 b44713d3c3e3ba516183a8f34bd8052a 72420 interpreters optional 
luarocks_0.5-1_all.deb

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

iD8DBQFH93mA7kkcPgEj8vIRAsruAJ9hbNn+NxKUfCiVtkRTZwDXvoCA+gCglATe
TWcwIlSsRWu0BsBkREz13WA=
=AZ/B
-END PGP SIGNATURE-


Accepted:
luarocks_0.5-1.diff.gz
  to pool/main/l/luarocks/luarocks_0.5-1.diff.gz
luarocks_0.5-1.dsc
  to pool/main/l/luarocks/luarocks_0.5-1.dsc
luarocks_0.5-1_all.deb
  to pool/main/l/luarocks/luarocks_0.5-1_all.deb
luarocks_0.5.orig.tar.gz
  to pool/main/l/luarocks/luarocks_0.5.orig.tar.gz


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



Accepted ivman 0.6.14-3.1 (source i386)

2008-04-05 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 15:13:45 +0200
Source: ivman
Binary: ivman
Architecture: source i386
Version: 0.6.14-3.1
Distribution: unstable
Urgency: low
Maintainer: Mike O'Connor [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ivman  - daemon to auto-mount and manage media devices
Closes: 471096
Changes: 
 ivman (0.6.14-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixed dependency information in LSB header in init.d script
 (Closes: #471096)
Files: 
 5dc0b1655f5d866beee9c48249a78c66 696 utils optional ivman_0.6.14-3.1.dsc
 07db7e5497dbefd509d4c1e1f272ed7f 12512 utils optional ivman_0.6.14-3.1.diff.gz
 3691193851b96c282c75d80969edb5be 63052 utils optional ivman_0.6.14-3.1_i386.deb

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

iD8DBQFH93z0TTx8oVVPtMYRAns+AKDJJ5G/BXuy6cPdr8OwtkbX1zNaQgCdF5b0
EqgM/uICmm3qRr3vXFw0y7I=
=o128
-END PGP SIGNATURE-


Accepted:
ivman_0.6.14-3.1.diff.gz
  to pool/main/i/ivman/ivman_0.6.14-3.1.diff.gz
ivman_0.6.14-3.1.dsc
  to pool/main/i/ivman/ivman_0.6.14-3.1.dsc
ivman_0.6.14-3.1_i386.deb
  to pool/main/i/ivman/ivman_0.6.14-3.1_i386.deb


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



Accepted libimage-exiftool-perl 7.15-1.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:11:46 +0100
Source: libimage-exiftool-perl
Binary: libimage-exiftool-perl
Architecture: source all
Version: 7.15-1.1
Distribution: unstable
Urgency: low
Maintainer: Mari Wang [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 libimage-exiftool-perl - Library and program to read and write meta 
information in multime
Closes: 468035
Changes: 
 libimage-exiftool-perl (7.15-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468035.
Files: 
 61c94f72d250aaf9c64c832a4c4298bd 677 perl optional 
libimage-exiftool-perl_7.15-1.1.dsc
 cd81075a17cacc860634a60c9a539c80 4286 perl optional 
libimage-exiftool-perl_7.15-1.1.diff.gz
 7dfbd194080dbe682b39db013823ce8c 1203978 perl optional 
libimage-exiftool-perl_7.15-1.1_all.deb

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

iD8DBQFH93r5NIW6CNDsByMRAjZtAKCiLUlJ8bkHQ2iXWFSNcBEzmk05/gCfYXxZ
zh3Eqkhq7FsDCFLqTMtkcoA=
=5//I
-END PGP SIGNATURE-


Accepted:
libimage-exiftool-perl_7.15-1.1.diff.gz
  to 
pool/main/libi/libimage-exiftool-perl/libimage-exiftool-perl_7.15-1.1.diff.gz
libimage-exiftool-perl_7.15-1.1.dsc
  to pool/main/libi/libimage-exiftool-perl/libimage-exiftool-perl_7.15-1.1.dsc
libimage-exiftool-perl_7.15-1.1_all.deb
  to 
pool/main/libi/libimage-exiftool-perl/libimage-exiftool-perl_7.15-1.1_all.deb


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



Accepted libfile-temp-perl 0.18-1.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:59:57 +0100
Source: libfile-temp-perl
Binary: libfile-temp-perl
Architecture: source all
Version: 0.18-1.1
Distribution: unstable
Urgency: low
Maintainer: Bastian Blank [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 libfile-temp-perl - provides functions for generating temporary files
Closes: 468039
Changes: 
 libfile-temp-perl (0.18-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468039
Files: 
 83d4418c55e5885e6cf11bcd57f4c0d5 635 perl optional 
libfile-temp-perl_0.18-1.1.dsc
 be5ffa7bc7b037576598e2f141a25070 1775 perl optional 
libfile-temp-perl_0.18-1.1.diff.gz
 1c7b24e1222644d50031ed39b90563c6 44150 perl optional 
libfile-temp-perl_0.18-1.1_all.deb

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

iD8DBQFH93f3NIW6CNDsByMRAuuyAJ48wEH8dJF6p9S8Fq9yymtkfj0FUgCgicGE
JAPVK1LplWadKQ1SO1TjTXA=
=6ba1
-END PGP SIGNATURE-


Accepted:
libfile-temp-perl_0.18-1.1.diff.gz
  to pool/main/libf/libfile-temp-perl/libfile-temp-perl_0.18-1.1.diff.gz
libfile-temp-perl_0.18-1.1.dsc
  to pool/main/libf/libfile-temp-perl/libfile-temp-perl_0.18-1.1.dsc
libfile-temp-perl_0.18-1.1_all.deb
  to pool/main/libf/libfile-temp-perl/libfile-temp-perl_0.18-1.1_all.deb


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



Accepted uml-utilities 20070815-1.1 (source i386)

2008-04-05 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:59:53 +0200
Source: uml-utilities
Binary: uml-utilities
Architecture: source i386
Version: 20070815-1.1
Distribution: unstable
Urgency: low
Maintainer: User Mode Linux Maintainers [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 uml-utilities - User-mode Linux (utility programs)
Closes: 470775
Changes: 
 uml-utilities (20070815-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixed dependency information in LSB header in init.d script
 (closes: #470775)
Files: 
 b132baa31f463403fe5e136869f1e835 842 otherosfs extra 
uml-utilities_20070815-1.1.dsc
 9ddf16c46c54e3e2463f6a49eeab5a50 16223 otherosfs extra 
uml-utilities_20070815-1.1.diff.gz
 b103edb5dca7e40f6de3ff6ecceb233f 59012 otherosfs extra 
uml-utilities_20070815-1.1_i386.deb

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

iD8DBQFH93uvTTx8oVVPtMYRAlDiAKDDc1Wi+uP2L98lPzh9yLO27tORqgCghdCO
3AaUFpWxSGQzW0OSNfLQEyw=
=CvIJ
-END PGP SIGNATURE-


Accepted:
uml-utilities_20070815-1.1.diff.gz
  to pool/main/u/uml-utilities/uml-utilities_20070815-1.1.diff.gz
uml-utilities_20070815-1.1.dsc
  to pool/main/u/uml-utilities/uml-utilities_20070815-1.1.dsc
uml-utilities_20070815-1.1_i386.deb
  to pool/main/u/uml-utilities/uml-utilities_20070815-1.1_i386.deb


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



Accepted wvstreams 4.4.1-0.2 (source i386 all)

2008-04-05 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:47:52 +0200
Source: wvstreams
Binary: libwvstreams4.4-base libwvstreams4.4-extras libuniconf4.4 
libwvstreams4.4-doc libwvstreams4.4-qt libwvstreams-dev uniconfd uniconf-tools
Architecture: source i386 all
Version: 4.4.1-0.2
Distribution: unstable
Urgency: low
Maintainer: Simon Law [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 libuniconf4.4 - C++ network libraries for rapid application development
 libwvstreams-dev - Development libraries and header files for libwvstreams4.4
 libwvstreams4.4-base - C++ network libraries for rapid application development
 libwvstreams4.4-doc - Documentation for WvStreams
 libwvstreams4.4-extras - C++ network libraries for rapid application 
development
 libwvstreams4.4-qt - WvStreams and Qt Event Integration Library
 uniconf-tools - Tools to interface with UniConf
 uniconfd   - Server that manages UniConf elements
Closes: 470067
Changes: 
 wvstreams (4.4.1-0.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixed dependency information LSB header in init.d script
 (closes: #470067)
Files: 
 fe45152c16ac34fa0790127b85b2b993 955 libs optional wvstreams_4.4.1-0.2.dsc
 5b22e27fb0d0356f1e7fc27a1266022f 10205 libs optional 
wvstreams_4.4.1-0.2.diff.gz
 061fed7b9772db7ebaf6bf9ead2e37e8 417898 libs optional 
libwvstreams4.4-base_4.4.1-0.2_i386.deb
 8055923a51b524065577a065c299c272 589620 libs optional 
libwvstreams4.4-extras_4.4.1-0.2_i386.deb
 6069c3dca5811238b3f7c0c9dc7a6aa2 330944 libs optional 
libuniconf4.4_4.4.1-0.2_i386.deb
 e7af300a52c0198ab10a4df1008dc512 239518 libs optional 
libwvstreams4.4-qt_4.4.1-0.2_i386.deb
 66e9837537ed7b0d9f05e8546b4b 1495868 libdevel optional 
libwvstreams-dev_4.4.1-0.2_i386.deb
 8e23fb3655efa7d5ad64ce1fb665e42d 221612 utils optional 
uniconfd_4.4.1-0.2_i386.deb
 4e820a296691e13807be9f523db6cb69 216382 utils optional 
uniconf-tools_4.4.1-0.2_i386.deb
 3107242bf61ab01e619990e355cccfc4 4413376 doc optional 
libwvstreams4.4-doc_4.4.1-0.2_all.deb

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

iD8DBQFH93suTTx8oVVPtMYRAgWzAJ9mlziV+IcDTC61pyRakC9ZgxEG/wCfbOxD
OkcI62KZSbz99ji1TdYQyM4=
=6FfL
-END PGP SIGNATURE-


Accepted:
libuniconf4.4_4.4.1-0.2_i386.deb
  to pool/main/w/wvstreams/libuniconf4.4_4.4.1-0.2_i386.deb
libwvstreams-dev_4.4.1-0.2_i386.deb
  to pool/main/w/wvstreams/libwvstreams-dev_4.4.1-0.2_i386.deb
libwvstreams4.4-base_4.4.1-0.2_i386.deb
  to pool/main/w/wvstreams/libwvstreams4.4-base_4.4.1-0.2_i386.deb
libwvstreams4.4-doc_4.4.1-0.2_all.deb
  to pool/main/w/wvstreams/libwvstreams4.4-doc_4.4.1-0.2_all.deb
libwvstreams4.4-extras_4.4.1-0.2_i386.deb
  to pool/main/w/wvstreams/libwvstreams4.4-extras_4.4.1-0.2_i386.deb
libwvstreams4.4-qt_4.4.1-0.2_i386.deb
  to pool/main/w/wvstreams/libwvstreams4.4-qt_4.4.1-0.2_i386.deb
uniconf-tools_4.4.1-0.2_i386.deb
  to pool/main/w/wvstreams/uniconf-tools_4.4.1-0.2_i386.deb
uniconfd_4.4.1-0.2_i386.deb
  to pool/main/w/wvstreams/uniconfd_4.4.1-0.2_i386.deb
wvstreams_4.4.1-0.2.diff.gz
  to pool/main/w/wvstreams/wvstreams_4.4.1-0.2.diff.gz
wvstreams_4.4.1-0.2.dsc
  to pool/main/w/wvstreams/wvstreams_4.4.1-0.2.dsc


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



Accepted swapspace 1.10-2 (source mips)

2008-04-05 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 22:16:57 +1000
Source: swapspace
Binary: swapspace
Architecture: source mips
Version: 1.10-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 swapspace  - Dynamic swap space manager
Closes: 438078 468748 474100
Changes: 
 swapspace (1.10-2) unstable; urgency=low
 .
   * NMU acknowledgement. Closes: #468748, #438078
   * Updated homepage. Closes: #474100
   * Fixed the following lintian messages:
 - swapspace source: debian-rules-ignores-make-clean-error line 44
 - swapspace source: out-of-date-standards-version 3.7.2 (current is 3.7.3)
 - swapspace: description-contains-homepage
Files: 
 2fee25a82ab737d1ff9f57e3a0e133b9 619 admin optional swapspace_1.10-2.dsc
 5710c54ced0146371bb5248ad40f50c3 4549 admin optional swapspace_1.10-2.diff.gz
 0f1f42a437d4bdff4f9b097abfbd6b9c 31968 admin optional swapspace_1.10-2_mips.deb

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

iD8DBQFH93whgY5NIXPNpFURAub+AJ9JgNlI0qNZ69LVlSzRzxPE5z6B6QCgsGv5
6BY4JNlrDXIH3IihNhBuph0=
=Q5rQ
-END PGP SIGNATURE-


Accepted:
swapspace_1.10-2.diff.gz
  to pool/main/s/swapspace/swapspace_1.10-2.diff.gz
swapspace_1.10-2.dsc
  to pool/main/s/swapspace/swapspace_1.10-2.dsc
swapspace_1.10-2_mips.deb
  to pool/main/s/swapspace/swapspace_1.10-2_mips.deb


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



Accepted squidtaild 2.1a6-5.3 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:18:33 +0100
Source: squidtaild
Binary: squidtaild
Architecture: source all
Version: 2.1a6-5.3
Distribution: unstable
Urgency: low
Maintainer: Víctor Pérez Pereira [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 squidtaild - Squid log monitoring program
Closes: 468200
Changes: 
 squidtaild (2.1a6-5.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468200.
Files: 
 6644ffedc976b6259114dec49b10be1a 614 web extra squidtaild_2.1a6-5.3.dsc
 8da5bb9d4c6d0da1c5d2bcfccfdb0574 3685 web extra squidtaild_2.1a6-5.3.diff.gz
 5a2af790878dc9d38d82473962db5105 20128 web extra squidtaild_2.1a6-5.3_all.deb

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

iD8DBQFH93xONIW6CNDsByMRApTSAJ9RvHI/WC3T3Vz7RqHakL+2OTHhgwCeO5/L
HxbsIaFzNPOURUOaXT27sI8=
=KbrC
-END PGP SIGNATURE-


Accepted:
squidtaild_2.1a6-5.3.diff.gz
  to pool/main/s/squidtaild/squidtaild_2.1a6-5.3.diff.gz
squidtaild_2.1a6-5.3.dsc
  to pool/main/s/squidtaild/squidtaild_2.1a6-5.3.dsc
squidtaild_2.1a6-5.3_all.deb
  to pool/main/s/squidtaild/squidtaild_2.1a6-5.3_all.deb


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



Accepted libsamplerate 0.1.3-1 (source i386)

2008-04-05 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 15:28:40 +0200
Source: libsamplerate
Binary: libsamplerate0-dev libsamplerate0 samplerate-programs
Architecture: source i386
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 libsamplerate0 - audio rate conversion library
 libsamplerate0-dev - development files for audio rate conversion 
(libsamplerate)
 samplerate-programs - Sample programs that use libsamplerate
Changes: 
 libsamplerate (0.1.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated standards version to 3.7.3, no changes needed.
Files: 
 df47a936075ecd15b03e002b77cbb85c 665 sound optional libsamplerate_0.1.3-1.dsc
 3f91af22a6c4135485594d0d2c91d45d 4261589 sound optional 
libsamplerate_0.1.3.orig.tar.gz
 ccbb557b2767fcf92cf67045c1bdb365 4156 sound optional 
libsamplerate_0.1.3-1.diff.gz
 29ea0b00a9e0509cad0b90d59f6735ad 1401194 libdevel optional 
libsamplerate0-dev_0.1.3-1_i386.deb
 96bae60f7a2932dd51bdd3a79d91979a 1343194 libs optional 
libsamplerate0_0.1.3-1_i386.deb
 30458872b6ba6a541db028f2085c4587 16788 utils optional 
samplerate-programs_0.1.3-1_i386.deb

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

iD8DBQFH94VOIae1O4AJae8RAoQXAJ9LZNgDTFwRuxXBV8qKaqBziw/+XACeIrCj
YOYsIaRBik03Yb6pfFzb0tU=
=sKcm
-END PGP SIGNATURE-


Accepted:
libsamplerate0-dev_0.1.3-1_i386.deb
  to pool/main/libs/libsamplerate/libsamplerate0-dev_0.1.3-1_i386.deb
libsamplerate0_0.1.3-1_i386.deb
  to pool/main/libs/libsamplerate/libsamplerate0_0.1.3-1_i386.deb
libsamplerate_0.1.3-1.diff.gz
  to pool/main/libs/libsamplerate/libsamplerate_0.1.3-1.diff.gz
libsamplerate_0.1.3-1.dsc
  to pool/main/libs/libsamplerate/libsamplerate_0.1.3-1.dsc
libsamplerate_0.1.3.orig.tar.gz
  to pool/main/libs/libsamplerate/libsamplerate_0.1.3.orig.tar.gz
samplerate-programs_0.1.3-1_i386.deb
  to pool/main/libs/libsamplerate/samplerate-programs_0.1.3-1_i386.deb


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



Accepted libio-digest-perl 0.10-1.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:30:30 +0100
Source: libio-digest-perl
Binary: libio-digest-perl
Architecture: source all
Version: 0.10-1.1
Distribution: unstable
Urgency: low
Maintainer: Bastian Blank [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 libio-digest-perl - Calculate digests while reading or writing
Closes: 468030
Changes: 
 libio-digest-perl (0.10-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468030.
Files: 
 6e2df21679678b7ae64def5a57705b43 677 perl optional 
libio-digest-perl_0.10-1.1.dsc
 ca734277313de01c0ed78d77c11659be 1616 perl optional 
libio-digest-perl_0.10-1.1.diff.gz
 8632f29162373a9d0bb7a45d49325d16 5266 perl optional 
libio-digest-perl_0.10-1.1_all.deb

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

iD8DBQFH9386NIW6CNDsByMRAnJrAJ9qGrZ8UWxATaKPpXAq2T4X4e2PlgCfXk6x
j5xMZft8u37HiLm3NJwFunM=
=g0fD
-END PGP SIGNATURE-


Accepted:
libio-digest-perl_0.10-1.1.diff.gz
  to pool/main/libi/libio-digest-perl/libio-digest-perl_0.10-1.1.diff.gz
libio-digest-perl_0.10-1.1.dsc
  to pool/main/libi/libio-digest-perl/libio-digest-perl_0.10-1.1.dsc
libio-digest-perl_0.10-1.1_all.deb
  to pool/main/libi/libio-digest-perl/libio-digest-perl_0.10-1.1_all.deb


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



Accepted elfutils 0.131-4 (source amd64)

2008-04-05 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 13:40:13 +
Source: elfutils
Binary: elfutils libelf1 libelf-dev libebl-dev libdw-dev libasm1 libasm-dev
Architecture: source amd64
Version: 0.131-4
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx [EMAIL PROTECTED]
Changed-By: Kurt Roeckx [EMAIL PROTECTED]
Description: 
 elfutils   - collection of utilities to handle ELF objects
 libasm-dev - libasm development libraries and header files
 libasm1- library with a programmable assembler interface
 libdw-dev  - library that provides access to the DWARF debug information
 libebl-dev - static library providing higher-level ELF access functionality
 libelf-dev - libelf1 development libraries and header files
 libelf1- library to read and write ELF files
Closes: 467103
Changes: 
 elfutils (0.131-4) unstable; urgency=low
 .
   * Move static functions the only file that uses it.  Avoids warning
 using gcc-4.3.  Thanks to Maximiliano Curia for the patch.
 (Closes: #467103)
Files: 
 01c5ce0404f8873d34582a1e54aacce8 752 libs optional elfutils_0.131-4.dsc
 eb9cd9b9c2468686d88dd9f6411a3cb0 229148 libs optional elfutils_0.131-4.diff.gz
 8517b0be804a31f32b67c4ae1778b6db 04 utils optional 
elfutils_0.131-4_amd64.deb
 6e70ea487909713b32e7de60499d2e93 42752 libs optional libelf1_0.131-4_amd64.deb
 fc7f13b3684624a003447fa2d77529f3 60110 libdevel optional 
libelf-dev_0.131-4_amd64.deb
 cad240c17cccd06ac6cb020eea0e40cc 72668 libdevel optional 
libebl-dev_0.131-4_amd64.deb
 356d6b6ef386f191f935215c86231d10 97146 libdevel optional 
libdw-dev_0.131-4_amd64.deb
 fd3ff1f7c501b4be7f8ba9ba79604f64 20808 libs optional libasm1_0.131-4_amd64.deb
 03a41628b7260798d1cb66a40eed2e07 23524 libdevel optional 
libasm-dev_0.131-4_amd64.deb

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

iD8DBQFH94PdQdwckHJElwsRAmI8AKDplVcsiwrgvgCrafRW9TYhgBjOcQCcCZz8
xLeTNfz07dO2boDzTychpZk=
=srry
-END PGP SIGNATURE-


Accepted:
elfutils_0.131-4.diff.gz
  to pool/main/e/elfutils/elfutils_0.131-4.diff.gz
elfutils_0.131-4.dsc
  to pool/main/e/elfutils/elfutils_0.131-4.dsc
elfutils_0.131-4_amd64.deb
  to pool/main/e/elfutils/elfutils_0.131-4_amd64.deb
libasm-dev_0.131-4_amd64.deb
  to pool/main/e/elfutils/libasm-dev_0.131-4_amd64.deb
libasm1_0.131-4_amd64.deb
  to pool/main/e/elfutils/libasm1_0.131-4_amd64.deb
libdw-dev_0.131-4_amd64.deb
  to pool/main/e/elfutils/libdw-dev_0.131-4_amd64.deb
libebl-dev_0.131-4_amd64.deb
  to pool/main/e/elfutils/libebl-dev_0.131-4_amd64.deb
libelf-dev_0.131-4_amd64.deb
  to pool/main/e/elfutils/libelf-dev_0.131-4_amd64.deb
libelf1_0.131-4_amd64.deb
  to pool/main/e/elfutils/libelf1_0.131-4_amd64.deb


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



Accepted libgtk2-ex-volumebutton-perl 0.07-1.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:36:54 +0100
Source: libgtk2-ex-volumebutton-perl
Binary: libgtk2-ex-volumebutton-perl
Architecture: source all
Version: 0.07-1.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 libgtk2-ex-volumebutton-perl - Gtk2 widget to control volume and similar values
Closes: 468029
Changes: 
 libgtk2-ex-volumebutton-perl (0.07-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468029.
Files: 
 e1c1a87268d0fb892af55c2790253294 703 perl optional 
libgtk2-ex-volumebutton-perl_0.07-1.1.dsc
 7b4fe701b92caa64d356e5cb1472112a 2113 perl optional 
libgtk2-ex-volumebutton-perl_0.07-1.1.diff.gz
 c2a427b52055d32a8feed2536efdfd39 10152 perl optional 
libgtk2-ex-volumebutton-perl_0.07-1.1_all.deb

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

iD8DBQFH94CTNIW6CNDsByMRAk/nAKDaNWs+MQy4YAXEC1S5dZ8NTljYlgCeKutl
CI7EYvJyrLGDev0fqPWEo9s=
=/Eca
-END PGP SIGNATURE-


Accepted:
libgtk2-ex-volumebutton-perl_0.07-1.1.diff.gz
  to 
pool/main/libg/libgtk2-ex-volumebutton-perl/libgtk2-ex-volumebutton-perl_0.07-1.1.diff.gz
libgtk2-ex-volumebutton-perl_0.07-1.1.dsc
  to 
pool/main/libg/libgtk2-ex-volumebutton-perl/libgtk2-ex-volumebutton-perl_0.07-1.1.dsc
libgtk2-ex-volumebutton-perl_0.07-1.1_all.deb
  to 
pool/main/libg/libgtk2-ex-volumebutton-perl/libgtk2-ex-volumebutton-perl_0.07-1.1_all.deb


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



Accepted flumotion 0.4.2-3.1 (source i386)

2008-04-05 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 15:46:11 +0200
Source: flumotion
Binary: flumotion
Architecture: source i386
Version: 0.4.2-3.1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 flumotion  - Fluendo Streaming Server - manager, worker and admin
Closes: 442566 471093
Changes: 
 flumotion (0.4.2-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Removed S from Default-Stop in LSB header in init.d script;
 closes: #471093.
   * Added extra files to clean to fix FTBFS if built twice in a row;
 closes: #442566.
Files: 
 882e1772067aa0ceba4b24e4806caca6 884 net optional flumotion_0.4.2-3.1.dsc
 9409a01a70de4f42ba8606ec535cb74c 10155 net optional flumotion_0.4.2-3.1.diff.gz
 dfaf52bf532a2aa9ec626ebed8ac908d 753004 net optional 
flumotion_0.4.2-3.1_i386.deb

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

iD8DBQFH94ltTTx8oVVPtMYRAoKOAJ0Y22AXOxMkcCiuqKCIUu3YpbOx2wCgqUeS
mTztAJz69gJ4z+p5dx7GGJ8=
=V6dv
-END PGP SIGNATURE-


Accepted:
flumotion_0.4.2-3.1.diff.gz
  to pool/main/f/flumotion/flumotion_0.4.2-3.1.diff.gz
flumotion_0.4.2-3.1.dsc
  to pool/main/f/flumotion/flumotion_0.4.2-3.1.dsc
flumotion_0.4.2-3.1_i386.deb
  to pool/main/f/flumotion/flumotion_0.4.2-3.1_i386.deb


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



Accepted libtest-classapi-perl 1.02-1.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 15:48:58 +0100
Source: libtest-classapi-perl
Binary: libtest-classapi-perl
Architecture: source all
Version: 1.02-1.1
Distribution: unstable
Urgency: low
Maintainer: Jonas Genannt [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 libtest-classapi-perl - Perl extension for basic first-pass API testing for 
class trees
Closes: 468020
Changes: 
 libtest-classapi-perl (1.02-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468020.
Files: 
 885f2c9c16a0b39630ab1704adfa86f5 711 perl optional 
libtest-classapi-perl_1.02-1.1.dsc
 b9af9a791eab11c49d75c2fc98985164 1692 perl optional 
libtest-classapi-perl_1.02-1.1.diff.gz
 582e426385aa895dc1143e7c2250592a 11092 perl optional 
libtest-classapi-perl_1.02-1.1_all.deb

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

iD8DBQFH95GmNIW6CNDsByMRAi8PAKCeqJmxXpSDTr8/tT8Tih5KgpdaowCgtE7W
Aq2QXdF/E5cx3hiRNYWkyQ8=
=CgWo
-END PGP SIGNATURE-


Accepted:
libtest-classapi-perl_1.02-1.1.diff.gz
  to pool/main/libt/libtest-classapi-perl/libtest-classapi-perl_1.02-1.1.diff.gz
libtest-classapi-perl_1.02-1.1.dsc
  to pool/main/libt/libtest-classapi-perl/libtest-classapi-perl_1.02-1.1.dsc
libtest-classapi-perl_1.02-1.1_all.deb
  to pool/main/libt/libtest-classapi-perl/libtest-classapi-perl_1.02-1.1_all.deb


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



Accepted libsvn-mirror-perl 0.73-1.1 (source all)

2008-04-05 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:44:35 +0100
Source: libsvn-mirror-perl
Binary: libsvn-mirror-perl
Architecture: source all
Version: 0.73-1.1
Distribution: unstable
Urgency: low
Maintainer: Bastian Blank [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 libsvn-mirror-perl - A subversion repository mirroring tool
Closes: 468022
Changes: 
 libsvn-mirror-perl (0.73-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with Perl 5.10.  Closes: #468022.
   * Add Build-Depends-Indep on libvcp-dest-svk-perl
Files: 
 cbe18efe3b787b5cf7a41d4d597ebc5d 819 perl optional 
libsvn-mirror-perl_0.73-1.1.dsc
 5d552f49618dcd7f964debdee0d42ca1 3881 perl optional 
libsvn-mirror-perl_0.73-1.1.diff.gz
 72b637600294e39ec83924a27c4f866c 33146 perl optional 
libsvn-mirror-perl_0.73-1.1_all.deb

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

iD8DBQFH94/9NIW6CNDsByMRAi9kAKCJ0ur3khvIPU3IL6mrR7trlpjSugCeMpmr
8hx5OVzko+B+5GFCblKcF4w=
=cA95
-END PGP SIGNATURE-


Accepted:
libsvn-mirror-perl_0.73-1.1.diff.gz
  to pool/main/libs/libsvn-mirror-perl/libsvn-mirror-perl_0.73-1.1.diff.gz
libsvn-mirror-perl_0.73-1.1.dsc
  to pool/main/libs/libsvn-mirror-perl/libsvn-mirror-perl_0.73-1.1.dsc
libsvn-mirror-perl_0.73-1.1_all.deb
  to pool/main/libs/libsvn-mirror-perl/libsvn-mirror-perl_0.73-1.1_all.deb


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



Accepted gfccore 2.3.1-6.1 (source i386)

2008-04-05 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 16:33:12 +0200
Source: gfccore
Binary: libgfccore-dev libgfccore-2.0-0c2a-dbg libgfccore-2.0-0c2a 
libgfccore-doc
Architecture: source i386
Version: 2.3.1-6.1
Distribution: unstable
Urgency: low
Maintainer: Goedson Teixeira Paixao [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libgfccore-2.0-0c2a - GTK+ Foundation Classes Core - shared libraries
 libgfccore-2.0-0c2a-dbg - GTK+ Foundation Classes Core - debug symbols
 libgfccore-dev - GTK+ Foundation Classes Core - development files
 libgfccore-doc - GTK+ Foundation Classes Core - API reference documentation
Closes: 472563
Changes: 
 gfccore (2.3.1-6.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix gcc-4.3 FTBFS. Patch by Stefan Ritter [EMAIL PROTECTED]
 (Closes: #472563)
Files: 
 055af5667e07d9b29007051d74759d5a 736 libs optional gfccore_2.3.1-6.1.dsc
 71d38421475ee867356d61c976372e85 3643 libs optional gfccore_2.3.1-6.1.diff.gz
 1ca96d07df950b8b260d761dc0d7011f 188238 libdevel optional 
libgfccore-dev_2.3.1-6.1_i386.deb
 ac115805f72813aef49a1802b784acc3 501738 libdevel optional 
libgfccore-2.0-0c2a-dbg_2.3.1-6.1_i386.deb
 2b7f558a1e4eda59c09ba32b3ae52bf2 89890 libs optional 
libgfccore-2.0-0c2a_2.3.1-6.1_i386.deb
 e3268baed6236a4afbc92ffe4fda5f55 451802 libdevel optional 
libgfccore-doc_2.3.1-6.1_i386.deb

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

iD8DBQFH94/RmO5zOp3h7rERAg3yAJ9btVaBWKBV1Pd7G+LcuTv/L1jO5wCgiPDj
ON3sbaeTcpU+891xEqqIJ3Q=
=ckUY
-END PGP SIGNATURE-


Accepted:
gfccore_2.3.1-6.1.diff.gz
  to pool/main/g/gfccore/gfccore_2.3.1-6.1.diff.gz
gfccore_2.3.1-6.1.dsc
  to pool/main/g/gfccore/gfccore_2.3.1-6.1.dsc
libgfccore-2.0-0c2a-dbg_2.3.1-6.1_i386.deb
  to pool/main/g/gfccore/libgfccore-2.0-0c2a-dbg_2.3.1-6.1_i386.deb
libgfccore-2.0-0c2a_2.3.1-6.1_i386.deb
  to pool/main/g/gfccore/libgfccore-2.0-0c2a_2.3.1-6.1_i386.deb
libgfccore-dev_2.3.1-6.1_i386.deb
  to pool/main/g/gfccore/libgfccore-dev_2.3.1-6.1_i386.deb
libgfccore-doc_2.3.1-6.1_i386.deb
  to pool/main/g/gfccore/libgfccore-doc_2.3.1-6.1_i386.deb


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



Accepted libpod-index-perl 0.14-1.1 (source all)

2008-04-05 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 16:55:33 +0200
Source: libpod-index-perl
Binary: libpod-index-perl
Architecture: source all
Version: 0.14-1.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libpod-index-perl - index and search PODs using X entries
Closes: 467757
Changes: 
 libpod-index-perl (0.14-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules: Don't die when perl is smart enough not to create empty
 dirs. (Closes: #467757)
Files: 
 f4c33be15d037ef489af69582a080cb5 658 perl optional 
libpod-index-perl_0.14-1.1.dsc
 1989238fcee21e6ce062f1709dd1de1d 1616 perl optional 
libpod-index-perl_0.14-1.1.diff.gz
 df4fda46cb4ef94236f584461ee90450 29722 perl optional 
libpod-index-perl_0.14-1.1_all.deb

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

iD8DBQFH95ObmO5zOp3h7rERAnVwAJ4hCTiWmfFQpYO08xdvJKvwaF4ccwCeMt+p
Yfz1o0y32xLB8x+UTRfV6gs=
=ErJX
-END PGP SIGNATURE-


Accepted:
libpod-index-perl_0.14-1.1.diff.gz
  to pool/main/libp/libpod-index-perl/libpod-index-perl_0.14-1.1.diff.gz
libpod-index-perl_0.14-1.1.dsc
  to pool/main/libp/libpod-index-perl/libpod-index-perl_0.14-1.1.dsc
libpod-index-perl_0.14-1.1_all.deb
  to pool/main/libp/libpod-index-perl/libpod-index-perl_0.14-1.1_all.deb


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



Accepted perlpanel 1:0.9.1+cvs20051225-2 (source all)

2008-04-05 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 15:44:03 +0200
Source: perlpanel
Binary: perlpanel
Architecture: source all
Version: 1:0.9.1+cvs20051225-2
Distribution: unstable
Urgency: low
Maintainer: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 perlpanel  - lean menu and launcher panel written in Perl and Gtk2
Closes: 399381 467334 473839
Changes: 
 perlpanel (1:0.9.1+cvs20051225-2) unstable; urgency=low
 .
   * Makefile:
 + Use $(CURDIR) instead of $(PWD) (Closes: #399381)
 + Fix /usr/share/perlpanel/glade to have 755 permissions
   * debian/control:
 + build-dep on liblocale-gettext-perl. (Closes: #467334)
 + recommend libaudio-xmmsclient-perl instead of libxmms-perl (Closes:
   #473839)
 + Bump Standards-Version
   * debian/rules:
 + Don't ignore make clean errors
Files: 
 899189d129ffcc2e7fa19fdaaf178902 727 x11 optional 
perlpanel_0.9.1+cvs20051225-2.dsc
 540b6c6001b893dfaeb22538673b3fb6 8049 x11 optional 
perlpanel_0.9.1+cvs20051225-2.diff.gz
 2b860b188b5d354c80b39de98eb7b0bf 449762 x11 optional 
perlpanel_0.9.1+cvs20051225-2_all.deb

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

iD8DBQFH94zzmO5zOp3h7rERAlCXAJ9vimPOhQlfl0bCY3nVBEPFwcMhwwCfddDX
xhfVvtc3aMI41r9JSpuyiIk=
=t1P/
-END PGP SIGNATURE-


Accepted:
perlpanel_0.9.1+cvs20051225-2.diff.gz
  to pool/main/p/perlpanel/perlpanel_0.9.1+cvs20051225-2.diff.gz
perlpanel_0.9.1+cvs20051225-2.dsc
  to pool/main/p/perlpanel/perlpanel_0.9.1+cvs20051225-2.dsc
perlpanel_0.9.1+cvs20051225-2_all.deb
  to pool/main/p/perlpanel/perlpanel_0.9.1+cvs20051225-2_all.deb


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



Accepted libloki 0.1.5-3.1 (source all i386)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 14:57:24 +0100
Source: libloki
Binary: libloki0.1.5 libloki0.1.5-dbg libloki-dev libloki-doc
Architecture: source all i386
Version: 0.1.5-3.1
Distribution: unstable
Urgency: low
Maintainer: Lukas Fittl [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libloki-dev - a C++ library of generic design patterns (development files)
 libloki-doc - a C++ library of generic design patterns (documentation)
 libloki0.1.5 - a C++ library of generic design patterns
 libloki0.1.5-dbg - a C++ library of generic design patterns (debug information)
Closes: 413432
Changes: 
 libloki (0.1.5-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc-4.3 (closes: #413432)
   * Update Standards-Version (no changes)
   * Make lintian happy:
 - Change from Source-Version to binary:Version in debian/control
 - Don't ignore errors on clean
 - Add copyright symbol to debian/copyright
 - Move Homepage: from description to control field
 - Register doc-base files with right section
Files: 
 d71f2b3a8759412bb7912bffdbeb0e5a 653 libs optional libloki_0.1.5-3.1.dsc
 a0b9add521061bfb0fbfa1e9231cd1f5 5132 libs optional libloki_0.1.5-3.1.diff.gz
 7fd5e8d210d4c84521711cba292dca39 76984 doc optional 
libloki-doc_0.1.5-3.1_all.deb
 b776ea8b7dd1f6e91f10107c302c3db0 19594 libs optional 
libloki0.1.5_0.1.5-3.1_i386.deb
 4d2264fe352e457eacaf9875f44d04e8 99898 libs extra 
libloki0.1.5-dbg_0.1.5-3.1_i386.deb
 0e1a5f02690f683f985a989fc46c38c3 117210 libdevel optional 
libloki-dev_0.1.5-3.1_i386.deb

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

iD8DBQFH94wzSYIMHOpZA44RAmGYAKChwwWK5acbuWtkWvKjs0KtUXJ2cQCeOyvq
nKGyFHz2fRo+mLKSM2YKgoI=
=LTW3
-END PGP SIGNATURE-


Accepted:
libloki-dev_0.1.5-3.1_i386.deb
  to pool/main/libl/libloki/libloki-dev_0.1.5-3.1_i386.deb
libloki-doc_0.1.5-3.1_all.deb
  to pool/main/libl/libloki/libloki-doc_0.1.5-3.1_all.deb
libloki0.1.5-dbg_0.1.5-3.1_i386.deb
  to pool/main/libl/libloki/libloki0.1.5-dbg_0.1.5-3.1_i386.deb
libloki0.1.5_0.1.5-3.1_i386.deb
  to pool/main/libl/libloki/libloki0.1.5_0.1.5-3.1_i386.deb
libloki_0.1.5-3.1.diff.gz
  to pool/main/libl/libloki/libloki_0.1.5-3.1.diff.gz
libloki_0.1.5-3.1.dsc
  to pool/main/libl/libloki/libloki_0.1.5-3.1.dsc


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



Accepted libshell-posix-select-perl 0.05-1.2 (source all)

2008-04-05 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 17:03:36 +0200
Source: libshell-posix-select-perl
Binary: libshell-posix-select-perl
Architecture: source all
Version: 0.05-1.2
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libshell-posix-select-perl - The POSIX Shell's select loop for Perl
Closes: 467759
Changes: 
 libshell-posix-select-perl (0.05-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules: Don't fail when perl is smart enough not to create empty
 dirs. (Closes: #467759)
Files: 
 c445ec475288a8924f2ee084fb21dcce 692 perl optional 
libshell-posix-select-perl_0.05-1.2.dsc
 5ccefd05fe67f6b063a4860f0bedb129 10394 perl optional 
libshell-posix-select-perl_0.05-1.2.diff.gz
 d7895f1a9056d41bd22c29ccf08a80ca 47606 perl optional 
libshell-posix-select-perl_0.05-1.2_all.deb

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

iD8DBQFH95bxmO5zOp3h7rERAs0WAJ43rHZJzTnxvDmA3zn/eLbH1PCKmwCeID65
gJCU1uUXBAOwLfupt9icIdU=
=cIBs
-END PGP SIGNATURE-


Accepted:
libshell-posix-select-perl_0.05-1.2.diff.gz
  to 
pool/main/libs/libshell-posix-select-perl/libshell-posix-select-perl_0.05-1.2.diff.gz
libshell-posix-select-perl_0.05-1.2.dsc
  to 
pool/main/libs/libshell-posix-select-perl/libshell-posix-select-perl_0.05-1.2.dsc
libshell-posix-select-perl_0.05-1.2_all.deb
  to 
pool/main/libs/libshell-posix-select-perl/libshell-posix-select-perl_0.05-1.2_all.deb


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



Accepted id3lib3.8.3 3.8.3-7.1 (source i386)

2008-04-05 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 15:55:14 +0100
Source: id3lib3.8.3
Binary: libid3-3.8.3-dev libid3-3.8.3c2a
Architecture: source i386
Version: 3.8.3-7.1
Distribution: unstable
Urgency: low
Maintainer: Robert Woodcock [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 libid3-3.8.3-dev - ID3 Tag Library: Development Libraries and Header Files.
 libid3-3.8.3c2a - Library for manipulating ID3v1 and ID3v2 tags.
Closes: 417062
Changes: 
 id3lib3.8.3 (3.8.3-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc-4.3 (closes: #417062)
   * Lintian warnigns repaired:
 - Update DH_COMPAT from, er, 1
 - Don't ignore make clean failures
 - Add link to LGPL-2 in common-licenses
 - Add © to debian/copyright
 - remove some broken non-roff form manpages
Files: 
 1090920e33fe78a1056ad8f90e2fa8e1 646 libs optional id3lib3.8.3_3.8.3-7.1.dsc
 078f8be78bd1468fc5fff2dcf65e2fa1 135743 libs optional 
id3lib3.8.3_3.8.3-7.1.diff.gz
 ac2082a6a2a49cec23e31e1392f6f6a8 90768 libdevel optional 
libid3-3.8.3-dev_3.8.3-7.1_i386.deb
 e37098d9f045a8347cc0730fec23304b 169216 libs optional 
libid3-3.8.3c2a_3.8.3-7.1_i386.deb

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

iD8DBQFH95TFSYIMHOpZA44RArkoAJ4pOO0+H0jqEwCpWbs8qk6Sh8y8xACg2zwM
4McGnelFvCf/JQQtCBdR9Ow=
=qdzm
-END PGP SIGNATURE-


Accepted:
id3lib3.8.3_3.8.3-7.1.diff.gz
  to pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.1.diff.gz
id3lib3.8.3_3.8.3-7.1.dsc
  to pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.1.dsc
libid3-3.8.3-dev_3.8.3-7.1_i386.deb
  to pool/main/i/id3lib3.8.3/libid3-3.8.3-dev_3.8.3-7.1_i386.deb
libid3-3.8.3c2a_3.8.3-7.1_i386.deb
  to pool/main/i/id3lib3.8.3/libid3-3.8.3c2a_3.8.3-7.1_i386.deb


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



Accepted widelands 1:12-1 (source all amd64)

2008-04-05 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Apr 2008 16:12:17 +0200
Source: widelands
Binary: widelands widelands-data widelands-dbg
Architecture: source all amd64
Version: 1:12-1
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 widelands  - fantasy real-time strategy game
 widelands-data - fantasy real-time strategy game (data files)
 widelands-dbg - fantasy real-time strategy game (debug cruft)
Changes: 
 widelands (1:12-1) unstable; urgency=low
 .
   * New upstream release featuring some improved graphics, multiplayer
 (network) support and a first glimpse of a new tribe (Atlantidis).
Files: 
 395168e2d062fdc8936e55de3aa0c75b 970 games extra widelands_12-1.dsc
 63e99ce6c9eceb3a0a6e58759eb5090b 44461091 games extra widelands_12.orig.tar.gz
 91b139ffd8ce771dcc851139bb704d28 10222 games extra widelands_12-1.diff.gz
 99a048a6c55ec37330be6d3b7b5d5c63 43066974 games extra 
widelands-data_12-1_all.deb
 6a68762f6362e45de89b2a7a07060e91 1483996 games extra widelands_12-1_amd64.deb
 b579a371938db785b7c1887a94d2 147476 games extra 
widelands-dbg_12-1_amd64.deb

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

iD8DBQFH944c7kkcPgEj8vIRAqdgAJ9aq12xEfDgHsvmGrIo5bVaHGxk2wCePmuW
23e3dpQoAr1RSBBjrE4Amxw=
=f/hW
-END PGP SIGNATURE-


Accepted:
widelands-data_12-1_all.deb
  to pool/main/w/widelands/widelands-data_12-1_all.deb
widelands-dbg_12-1_amd64.deb
  to pool/main/w/widelands/widelands-dbg_12-1_amd64.deb
widelands_12-1.diff.gz
  to pool/main/w/widelands/widelands_12-1.diff.gz
widelands_12-1.dsc
  to pool/main/w/widelands/widelands_12-1.dsc
widelands_12-1_amd64.deb
  to pool/main/w/widelands/widelands_12-1_amd64.deb
widelands_12.orig.tar.gz
  to pool/main/w/widelands/widelands_12.orig.tar.gz


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



Accepted jquery 1.2.3-2 (source all)

2008-04-05 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 5 Apr 2008 15:14:13 +
Source: jquery
Binary: jquery
Architecture: source all
Version: 1.2.3-2
Distribution: unstable
Urgency: high
Maintainer: Steve Kemp [EMAIL PROTECTED]
Changed-By: Steve Kemp [EMAIL PROTECTED]
Description: 
 jquery - JavaScript library for dynamic web applications
Changes: 
 jquery (1.2.3-2) unstable; urgency=high
 .
   * Updated to follow the very early Javascript policy.
 - Install files beneath /usr/share/javascript
Files: 
 deb5152d08cd73b78c6f585b5a194c28 576 web optional jquery_1.2.3-2.dsc
 ff2194058c27b9f1ac95bc5d21fe6d73 1365 web optional jquery_1.2.3-2.diff.gz
 746f35a01b4c11240f327020789e48de 61674 web optional jquery_1.2.3-2_all.deb

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

iD8DBQFH95T4wM/Gs81MDZ0RAiZpAKCb0AKbBFLUIrlY7Gy0MHh5p21ykwCglvpJ
cA5wPgWTVdCVtP7cdcexG4g=
=yUL+
-END PGP SIGNATURE-


Accepted:
jquery_1.2.3-2.diff.gz
  to pool/main/j/jquery/jquery_1.2.3-2.diff.gz
jquery_1.2.3-2.dsc
  to pool/main/j/jquery/jquery_1.2.3-2.dsc
jquery_1.2.3-2_all.deb
  to pool/main/j/jquery/jquery_1.2.3-2_all.deb


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



  1   2   3   >