Re: [aspell-it] deb per la 0.60

2005-04-26 Thread Davide Viti
Ciao,
ho fatto qualche test piu' dettagliato sia sui sorgenti che sul .deb di
aspell-it: aspell-it_0.60-1_i386.deb *non* viene installato
correttamente con apt-get install aspell-it_0.60-1_i386.deb.
se esegui mkdir prova;dpkg -X aspell-it_0.60-1_i386.deb prova/
ottieni:

./
./usr/
./usr/local/
./usr/local/lib/
./usr/local/lib/aspell-0.60/
./usr/local/lib/aspell-0.60/italian.alias
./usr/local/lib/aspell-0.60/it.dat
./usr/local/lib/aspell-0.60/it.rws
./usr/local/lib/aspell-0.60/italiano.alias
./usr/local/lib/aspell-0.60/it.multi
./usr/share/
./usr/share/doc/
./usr/share/doc/aspell-it/
./usr/share/doc/aspell-it/info
./usr/share/doc/aspell-it/README
./usr/share/doc/aspell-it/Copyright
./usr/share/doc/aspell-it/README.first
./usr/share/doc/aspell-it/copyright
./usr/share/doc/aspell-it/readme.gz
./usr/share/doc/aspell-it/changelog.Debian.gz

Il problema e' che l'installazione dovrebbe copiare i files in
/usr/lib/aspell-0.60/ anziche' in /usr/local/lib/aspell-0.60/.
Partendo dal sorgente e re-impacchettando con dpkg-buildpackage
-rfakeroot e installando il .deb ottenuto con dpkg -i
aspell-it_0.60-1_i386.deb si ottiene il risultato sperato.

it_affix.dat non viene copiato in /usr/lib/aspell-0.60/,
io ho modificato Makefile.pre come segue per sistemare la cosa:

--- aspell-it-0.60.orig/Makefile.pre
+++ aspell-it-0.60/Makefile.pre
@@ -9,6 +9,7 @@
 extra_files = configure info Makefile.pre
 multi_files = it.multi italian.alias italiano.alias
 rws_files = it.rws
+affix_files = it_affix.dat
 
 
 distdir=aspell-${lang}-${version}
@@ -17,8 +18,8 @@
 
 install: all
mkdir -p ${DESTDIR}${dictdir}/
-   cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
-   cd ${DESTDIR}${dictdir}/  chmod 644 ${rws_files} ${multi_files}
+   cp ${rws_files} ${multi_files} ${affix_files} ${DESTDIR}${dictdir}/
+   cd ${DESTDIR}${dictdir}/  chmod 644 ${rws_files} ${multi_files}
${affix_files}
mkdir -p ${DESTDIR}${datadir}/
cp ${data_files} ${DESTDIR}${datadir}/
cd ${DESTDIR}${datadir}/  chmod 644 ${data_files}
@@ -27,7 +28,7 @@
rm -f ${rws_files}
 
 uninstall:
-   -cd ${DESTDIR}${dictdir}/  rm ${rws_files} ${multi_files}
${link_files}
+   -cd ${DESTDIR}${dictdir}/  rm ${rws_files} ${multi_files}
${affix_files} ${link_files}
-cd ${DESTDIR}${datadir}/  rm ${data_files}



Sei sicuro di aver disinstallato aspell-it dal tuo sistema prima di fare
i test con il nuovo pacchetto?
Ora alcune note sulla wordlist it.cwl:

1) la prima riga (91477) genera il seguente warning:
Warning: The word 91477 is invalid. The character '9' (U+39) may not
appear at the beginning of a word. Skipping word.

a spanne direi che 91477 e' circa il numero di righe che compongono il
file e quidi converrebbe toglierlo o almeno commentarlo come le linee di
intestazione con le info sul file

[EMAIL PROTECTED]:~/temp/aspell-it-0.60$ wc -l it.cwl
91478 it.cwl

2) I vari commenti che iniziano con / generano un'altra miriade di
warning... un modo semplice per eliminare questi warning potrebbe essere
la seguente:

 .cwl.rws:
-   cat  $ | ${ASPELL} ${ASPELL_FLAGS} --lang=it create master ./$@
+   cat  $ | grep -v ^\/  $ | ${ASPELL} ${ASPELL_FLAGS} --lang=it
create master ./$@

3) a questo punto rimangono i warning seguenti:

Warning: Removing inapplicable affix 'T' from word cento.
Warning: Removing inapplicable affix 'q' from word cento.
Warning: Removing inapplicable affix 'T' from word cinquanta.
Warning: Removing inapplicable affix 'q' from word cinquanta.


Warning: Removing inapplicable affix 'T' from word tredici.
Warning: Removing inapplicable affix 'q' from word tredici.
Warning: Removing inapplicable affix 'T' from word trenta.
Warning: Removing inapplicable affix 'q' from word trenta.
Warning: Removing inapplicable affix 'T' from word tr
Warning: Removing inapplicable affix 'T' from word tr
Warning: Removing inapplicable affix 'T' from word venti.
Warning: Removing inapplicable affix 'q' from word venti.

confesso che di affix e dintorni ne so poco o niente... ho notato pero'
che tutte le linee che causano un warning contengono i doppi apici
(''):

[EMAIL PROTECTED]:~/temp/aspell-it-0.60$ grep \/.*\ it.cwl
cento/Tq
cinquanta/|!Tq
cinquecento/Tq
cinque/!Tq
diciannove/!Tq
diciassette/!Tq
...

sapete dirmi che significato hanno e se e' giusto che ci siano?

Un'ultima nota (che mi garantice il premio rompiballe dell'anno):
ho notato che i files con del testo scritti da te (README.first ad es.)
contengono un'unica linea senza newlines: se utilizzi emacs con meta-q
rendi il tutto piu' bello (a mio gusto)

 grazie in anticipo per i report e i test, teniamoci in contatto e scusa
 per il ritardo ma da giovedi' sera non riesco a mettermi di fronte alla
 tastiera :((

tranquillo!

 A presto
 
 SteX

ciao,
quest'anno sei di nuovo al LinuxExpo?

Dabide


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


unsubscribe

2005-04-26 Thread Kein Kein
unsubscribe



definition of use

2005-04-26 Thread James William Pye
Greetings(Please be sure to CC me!),

First, my apologies for not joining the conversation around the time
that it transpired, but it was not until recently that I had noticed it.

Second, my apologies to Mr. Welch for suffering from the controversy
created by the license that I wrote.

That's right, it's me, random Joe off the street as Mr. Palmer put it.
And, yes, IANAL(Of course IANAL. Lawyers would not consider brevity to
be a value in an instrument, and for good reason, I know(Despite the
lack of any indication of such knowledge). ;).

Before I get into any details, this discussion is about the definition
of the word 'use' in the context of copyright law (U.S.C. Title 17[1]),
and perhaps whatever extra insights the connotations of the fair license
might provide within its single, compound sentence.

This license hangs on the idea that the definition of the word 'use' in
the context of copyright law is as follows:

   6: (law) the exercise of the legal right to enjoy the benefits
  of owning property; we were given the use of his boat
  [syn: {enjoyment}]
   (From WordNet 2.0)
(dict.org, dict use, also google'ing will reveal it in other areasof the
net)

There are, obviously, many other definitions for the word 'use', and I
am not sure if this is the accepted definition within copyright law. I
admit that that is an assumption that I made. Although, throughout
debian-devel and debian-legal's criticisms of this license, I have seen
nothing but statements that do not even consider that as a possibility,
and all without giving references to resources that would further
substantiate their position by showing 'use' not does mean the above.
Mostly, It doesn't specifically specify, therefore it doesn't include.

*If* this is the accepted definition of the word 'use' within the
context copyright law, then there is should be no shadows of doubt that
this is not a free license, as the enjoyment of the benefits of owning
copyrighted works should include the exclusive rights granted by Title
17 Chapter 1[2], as those are the benefits of ownership.
(I know, pretty big if.)

So, if one is to continue entertaining the idea that the fair license is
not a free license, then they must hold true that the above is *not* the
definition of 'use' in the context of copyright law. If that is the
case, what is the definition of the word 'use' in the context of
copyright law? If you feel compelled to provide an answer, please
provide the source of the definition as well.

I am very interested in knowing the truth here.

(Conclusion after responses)

 On Sun, Mar 06, 2005 at 07:59:11AM +0100, Bernd Eckenfels wrote:
  In article [EMAIL PROTECTED] you wrote:
   That licence does not grant any permission to modify,
   redistribute, or otherwise deal in the work in a Free manner.  For
 it to be
   judged as satisfying the Open Source Definition is ludicrous.

The ludicrousness of the idea depends entirely on one's definition of
the word 'use'.

  Are you an Laywer, is that based on research?
 
 No, and yes.  

What research did you do? Can you provide specific references to the
resources that favor your position?

  I mean, for me Use of source code does include all those freedoms.
 
 That's nice.  But irrelevant.  The fair licence doesn't even require
 source
 code, so it can quite easily apply to a work for which there is no
 source. 

And the problem is?

 In the past, some copyright holders have decided to interpret even
 widely-known and free licences like the MIT licence in non-free ways
 (cite:
 pine), so having the wording of a licence be explicit and clear is a
 definite advantage.  This licence is neither.

This only reaffirms my resolve to test this license. Anything can be
misinterpreted. Even books with thousands of pages. Don't make me give
the obvious examples.

The fair license simply provides less to be misinterpreted; thus the
beauty of it.

  Therfore I feel like accepting OSI's decision and accepting the fact
 that it
  is free.
 
 I feel like an icecream sundae.

Perhaps you should join the license-discuss list and participate.


In conclusion,

While the length of my response might not indicate it, I am not married
to this license. I wrote it in an attempt to create a *very* concise
authorization of I.P. use. BSD and MIT licenses satisfy my needs, save
brevity and generality. For instance, BSD and MIT refer to 'source
code', 'software', and 'documentation', which I would gather refer to
computer programs, but how do images and other kinds of works fall
into those terms(I guess SVG might fall into source code ;)? What if I
wanted to open source other kinds of works? I thought it would be more
fitting to have a license that actually uses the terminology of the laws
that specify the restrictions of the granted exclusive rights. It really
is a shame that 'use' is not defined in Title 17.

The only useful conclusion that I have been able to directly draw from
these discussions is that it is 

Traps for rc bug fixing

2005-04-26 Thread Lars Wirzenius
ma, 2005-04-25 kello 23:40 +0200, Joerg Jaspert kirjoitti:
 Its a tool where everything is written in one file, and then something
 generates the debian/ out of it.

Argh. Speaking as someone who looks at lots of different packages while
fixing RC bugs, anything that is out of the ordinary is a snare, and
will trip people up, or cause extra work. Having taken a very brief look
at yada, I can already see that it is going to be unpleasant to work on
packages using yada. Not that it is the only such innovation: lots of
packages have traps for the unwary.

For example, if the source code isn't unpacked after dpkg-source -x,
then there is an extra step before I can start working. Since there is
no standard for what the step should be, I have to first figure it out.
(We *really* need a new source file format that allows multiple patches
to upstream source neatly.)

If debian/rules build does the actual unpacking of upstream source
every time, unconditionally, and overwrites any edits I may have done,
I'm going to lose some work before I figure that out.

If I have to edit debian/packages rather than debian/control, then it's
yet another complication for me, even if it makes things simpler for the
package maintainer.

RC bug fixing becomes less efficient, and less fun, when instead of
working on the bug, I must first map a mine field. Whenever I say I,
it also applies to the security team, of course, who are going to have
to potentially fix any package in a stable release.


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



Re: Alternative: Source-Centric Approach [w/code]

2005-04-26 Thread Goswin von Brederlow
Freddie Unpenstein [EMAIL PROTECTED] writes:

  I'm wondering, what happens if you want to install MOST of the deps
  from source? Wouldn't it be better to have apt-build (using the
  official apt algorithms) ask on a dep-by-dep basis whether you
  want it compiled from source or installed from a binary?
 Which is basically what sourcerer acomplishes in a nice, transparent,
 round up fashion (upload pending some spare time).

 What if I use dselect, aptitude, or any number of other similar packages as 
 my package manager?  Can I select packages to be installed or upgraded?

Aptitude uses apt (through libapt) and dselect can (and should be)
configured to use apt. I think all frontends (can) use apt with the
exception of using dpkg directly.

But the use of apt is only important to automatically track what is
installed and what not. If you don't want that you can manualy tweak
the lists for sourcerer-archive or sourcerer-buildd.

Sourcerer-archive itself build a debian archive and you just point apt
(or other frontend) to use it as additional (or only) source for packages.

 I recognise that I may need to use your package to select packages that 
 should be built from source as opposed to installed from binary packages, but 
 can they be still be upgraded (via source) though my regular package manager?

In my current setup I have sourcerer-watcher follow my apt usage
completly so everything goes automatic. Here is what happens:

1) I  : apt-get install foobar  - download foobar from debian and install
2) watcher: add foobar to list of sources to carry and build
3) archive: mirror foobar sources
4) buildd : build local foobar
5) I  : apt-get update; apt-get upgrade - install local build foobar
6) time   : when a new source comes out go back to 3

 My usual pattern is to update and select using dselect, download using a cron 
 job with apt-get -d dselect-upgrade, followed by installing the following 
 day with apt-get dselect-upgrade...  What part of that process would need 
 to change to support your package?

Nothing. In fact to get your current behaviour you would tell the
watcher to add/remove packages from the sourcerer-archive list and
leave sourcerer-buildd alone. And you tell sourcerer-archive to mirror
only debs. Every night the archive then downloads any new
version of installed debs and the next day you can upgrade them
directly.

You don't need to run a buildd for this. That is just one of the
sources for debs.


 Fredderic

MfG
Goswin


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



Re: Status of PHP5?

2005-04-26 Thread Martin Geisler
Romain Francoise [EMAIL PROTECTED] writes:

 Debian has more than 900 developers, a minimum amount of cooperation
 is necessary...

May I then ask why the maintainers of PHP4 hasn't joined the
discussion?  I think it would be important that they explain their
reasons for not having packaged PHP5 yet.

Adam Conrad wrote[1] in August 2004 that the PHP5 packages would be
uploaded soon, but that they had taken a backseat to PHP4 packages and
the Sarge release.

These are honest questions:

* Do the PHP4 maintainers find PHP5 too buggy for inclusion in Debian?

* Do they lack the time to maintain PHP5?

I can understand that they want things done right, but please, six
months is a long time.  An update on the situation would be very much
appreciated.


[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262977#msg6

-- 
Martin Geisler  My GnuPG Key: 0x7E45DD38

PHP EXIF Library  |  PHP Weather |  PhpShell
http://pel.sf.net/|  http://phpweather.net/  |  http://gimpster.com/
Read/write EXIF data  |  Show current weather|  A shell in a browser


pgpwRNEBmOr2B.pgp
Description: PGP signature


Bug#305753: general: 38 packages still use 'Origin: debian'

2005-04-26 Thread Thijs Kinkhorst
On Sun, April 24, 2005 01:22, Dan Jacobson wrote:
 Thijs Perhaps you can state in your bugreport why it is needed to fix
 Thijs this. What problems does that field cause?

 I think they just need to delete a line somewhere.
 I assume Origin isn't necessary for these packages to say anymore.
 Anyway, just sticks out, looks funny, feels bad...

So to conclude, there's no reason for that mass bug filing apart from your
feeling that it looks funny. Since it poses no real problem at all, I
don't even see a lintian-test being warranted for this. This should indeed
be closed unless you can come up with some real reason why this should be
changed.


Thijs



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



Re: Bug#305753: general: 38 packages still use 'Origin: debian'

2005-04-26 Thread Robert Lemmen
On Tue, Apr 26, 2005 at 11:39:38AM +0200, Thijs Kinkhorst wrote:
 So to conclude, there's no reason for that mass bug filing apart from your
 feeling that it looks funny. Since it poses no real problem at all, I
 don't even see a lintian-test being warranted for this. This should indeed
 be closed unless you can come up with some real reason why this should be
 changed.

of course this should not be rushed, and isn't really critical at all.
but cruft *is* a bug, and things should be cleaned up.

cu  robert

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Re: Status of PHP5?

2005-04-26 Thread Mark Brown
On Tue, Apr 26, 2005 at 12:15:38AM +0200, Piotr Roszatycki wrote:

 I'd like to ask one more time: where is mailing list, the repository,
 project page? It doesn't seem like open project.

 Cooperation? A little less conversations, more action, please. Do you know
 The cathedral and the bazaar?

 Hijacking? For 10 months there are no packages. I should start MIA
 procedure. The ITP seems like to be orphaned.

This goes both ways, though: the packages you've produced are very
different to the existing PHP packages and fairly unusual in terms of
just being plain Debian packages (I'm thinking mostly of yada here).
Doing more incremental changes would make it much easier for people to
pick up and work with what you've done.  

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


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



Re: definition of use

2005-04-26 Thread Humberto Massa
James William Pye wrote:
Greetings(Please be sure to CC me!),
First, my apologies for not joining the conversation around the time
that it transpired, but it was not until recently that I had noticed it.
Second, my apologies to Mr. Welch for suffering from the controversy
created by the license that I wrote.
That's right, it's me, random Joe off the street as Mr. Palmer put it.
And, yes, IANAL(Of course IANAL. Lawyers would not consider brevity to
be a value in an instrument, and for good reason, I know(Despite the
lack of any indication of such knowledge). ;).
Before I get into any details, this discussion is about the definition
of the word 'use' in the context of copyright law (U.S.C. Title 17[1]),
and perhaps whatever extra insights the connotations of the fair license
might provide within its single, compound sentence.
This license hangs on the idea that the definition of the word 'use' in
the context of copyright law is as follows:
  6: (law) the exercise of the legal right to enjoy the benefits
 of owning property; we were given the use of his boat
 [syn: {enjoyment}]
  (From WordNet 2.0)
(dict.org, dict use, also google'ing will reveal it in other areasof the
net)
 

This definition does not match the definition of usar (=to use) in 
Brazilian Law, which is based on possession, not ownership.

lots of stuff here
While the length of my response might not indicate it, I am not married
to this license. I wrote it in an attempt to create a *very* concise
authorization of I.P. use. BSD and MIT licenses satisfy my needs, save
brevity and generality. For instance, BSD and MIT refer to 'source
code', 'software', and 'documentation', which I would gather refer to
computer programs, but how do images and other kinds of works fall
into those terms(I guess SVG might fall into source code ;)? What if I
wanted to open source other kinds of works? I thought it would be more
fitting to have a license that actually uses the terminology of the laws
that specify the restrictions of the granted exclusive rights. It really
is a shame that 'use' is not defined in Title 17.
The only useful conclusion that I have been able to directly draw from
these discussions is that it is not *self evident* that 'use'
constitutes the exercising/enjoyment of the bundle of rights given to
the owner of copyrighted works by U.S.C. Title 17 Chapter 1[2].
So, what is the definition of the word 'use'? Does it *only* mean to
execute a program? Or to *only* read a book? Or to *only* listen to that
music?
 

In Brazilian computer programs law, what we *do* have is that using a 
program is defined by its use license contract terms, meaning the 
execution of the program under those terms -- limited by our fair use 
clauses (art. 6º Computer Programs Law [L.9609/98]: one backup copy; 
citation with source in context of education; similarity by 
functionality; integration on/to other systems) and by our (very heavy) 
consumer-protection law.

In the case of non-computer-programs-stuff, what we do have is a statute 
limitation clause (art. 46 Author's Rights Act [L.9610/98]: lots of 
stuff, among them musical execution in your home or in schools).

So, yes, one can suppose safely that the word use in the case of a 
computer program license means executing such program; in the case of a 
music, means listening to it in a private/familiar environment or in a 
school; and in the case of a computer library, the execution of its API 
by other programs.

Anyways, I'm getting too tired to think; perhaps when I hear back, I
will have more positions and points. That is, if you or someone else
doesn't provide something fatal.
[1]http://uscode.house.gov/download/title_17.php
[2]http://uscode.house.gov/download/pls/17C1.txt
 

IANAL, TINLA, this is just MHO.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: mplayer 1.0pre7

2005-04-26 Thread A Mennucc
I had forgotten  mplayer_1.0pre7.orig.tar.gz
now it is there
A Mennucc wrote:
hi
mplayer 1.0pre7 is ready and packaged at
http://tonelli.sns.it/pub/mplayer/sarge
a.
ps: still no news from ftpmasters... hope they at least will try to read
 http://people.debian.org/~mjr/mplayer.html
 


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


Re: Status of PHP5?

2005-04-26 Thread Piotr Roszatycki
On Tuesday 26 of April 2005 14:09, Mark Brown wrote:
 On Tue, Apr 26, 2005 at 12:15:38AM +0200, Piotr Roszatycki wrote:
  Hijacking? For 10 months there are no packages. I should start MIA
  procedure. The ITP seems like to be orphaned.

 This goes both ways, though: the packages you've produced are very
 different to the existing PHP packages and fairly unusual in terms of
 just being plain Debian packages (I'm thinking mostly of yada here).
 Doing more incremental changes would make it much easier for people to
 pick up and work with what you've done.

Let me explain my opinion:

I have a time for developing the packages with yada. I don't want to switch to 
other system like dpatch or cdbs or plain debhelper because I think it would 
be more difficult for me to maintain my packages and it would be plain 
nonsense. I want to make my job easier, not harder.

The standards for Debian Project are the Debian Policy and the Debian 
Developer's Reference. Where in these documents is paragraph describing that 
the debhelper (or cdbs, dpatch, yada, plain dpkg) is the only tool which I 
can utilise?

We have an experimental area in the distribution. Even if the php5 packages 
are not ready to the sarge release, it SHOULD go at least to experimental. No 
packages = no progress.

I don't care that my packages will appear in official archive. I really want 
to see ANY official php5 packages in the distribution. I need them. People 
need them. I didn't found anything in the distro so I made them. If you don't 
think they are good, please provide better packages. I'd like to see 
constructive criticism.

There is no php5 packages in distro and it is very sad. The bureaucracy in the 
Debian Project is absolutly frightening. I've never seen so many FUD before.

-- 
 .''`.Piotr Roszatycki, Netia SA
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Re: Status of PHP5?

2005-04-26 Thread Jeroen van Wolffelaar
On Tue, Apr 26, 2005 at 02:41:33PM +0200, Piotr Roszatycki wrote:
 I really want to see ANY official php5 packages in the distribution.

I talked to Adam Conrad (it's not difficult), and he says that after
Ubuntu Down Under is finished (next weekend) he'll work on php5 packages
and get them in Debian (and Ubuntu) quickly.

That said, I've since the official PHP5 release personally thought
throughout it'd be too late to get them in Sarge properly tested etc, in
hindsight, I guess that was wrong, and if I would have known that back
then, I'm sure I'd have annoyed Adam until he made those packages, and
he'd probably would have made them himself too back then.

Getting php4 packages straightened out though (php4 from the apache1 php4
module to being a dummy package, libapache-mod-php4 being the new name,
php4-cgi vs php4-cli split), was good to be done first, so that php5
packages can be the same from the start and not carry a whole bunch of
legacy code. This is good from a least-surprises-to-the-user POV.

--Jeroen
Speaking on behalf of himself

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Re: Bug#286214: ITP: kwin-style-asteroid -- Pixel-for-pixel clone of Win2000 GUI style for KDE

2005-04-26 Thread Marcin Orlowski
Josselin Mouette wrote:

 Our GDM themes are all in a single package; do you think it would do any
 good to separate them, only to save 1 MB of download? Our users would be

Each of your GDM themes takes much less than each of KDE themes of mine,
which makes such comparision quite pointless.

 lost; there's no way you can tell which GDM theme you want before having
 seen what they look like. It's exactly the same for kwin themes: if the
[...]
 all of them and test them. That's when a single package becomes handy.

Since I'm not a DD I not going to argue any longer. I personally hate
bloatware and think that the combining lot of separate binary packages
into one sucks. However I one tell me how to seamesly (with not much
work) combine these binary packages into one *.deb I'll give
it a try. Any hand?


Regards,
-- 
 Daddy, what Formatting drive C: means?...

 Marcin   http://wfmh.org.pl/carlos/


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



free accounts on a Debian sarge server

2005-04-26 Thread Sam Watkins
Hi, Debian people,

We are offering free accounts on a Debian sarge server, including
ssh, vnc/X11, web, email, rsync, svn, darcs, ultra-fast internet access
and many more services to come - basically we're happy to set up
whatever services you might want.  We also offer some free human
services, i.e. technical support, web design, programming and mentoring.

Please see our website for more info:

  http://nipl.net/

We are offering accounts to the public purely as a community service,
and we hope this will be especially interesting to Debian users,
as the machine is running sarge.  We are NOT out to make money;
this is a free service, with no strings attached.

If you would like an account, please send me (not the list) an ssh
public key and your preferred login name, and I'll set it up after
checking that you're trustable.

peace,

Sam

P.S. I posted a similar announcement to debian-user a few days ago,
 but I feel it's worth repeating this once.


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



Re: mplayer 1.0pre7

2005-04-26 Thread Mario Fux
Am Dienstag, 26. April 2005 01.29 schrieb Jeroen van Wolffelaar:

Morning

Thanks for your explanations and don't take my mail as rant, it's just a 
question.

 On Mon, Apr 25, 2005 at 04:34:41PM +0200, A Mennucc wrote:
  mplayer 1.0pre7 is ready and packaged at
  http://tonelli.sns.it/pub/mplayer/sarge
 
  a.
 
  ps: still no news from ftpmasters... hope they at least will try to read
http://people.debian.org/~mjr/mplayer.html

[snip]

 - Patents: The big issue with mplayer a.t.m. I'm myself not very
 following the patent stuff, but as far as I understood, certain
 patents hold by the MPEG organisation, esp. those w.r.t. encoding of
 MPEG data streams, are actively being enforced, (again afaik) in the
 United States in particular. See [1] for more information of what I
 believe is relevant here. Unfortunately, links there mostly either
 shine in unavailability (404 etc) or utter vagueness and
 non-information (I couldn't find any bit of useful patenting
 information at [2], for example). The FFII had more useful information
 at [3].

 All this seems to concentrate on MPEG-related *encoding* though, and
 not to decoding. Moreover, Debian contains plenty of MPEG-related
 decoding software, and the FTP-master policy at least w.r.t. audio
 MPEG decoding has always been to not let supposed patents in this area
 stand in the way of distributing this software, on the basis that it
 seems to be an unenforceable patent, or at least, it isn't enforced
 (and giving in to any patent would mean Debian could not distribute
 anything). I see no reason why MPEG videa decoding would be different in
 this respect, again, to the best of my knowledge.

 So, adding these two tentative[4] conclusions together, it seems
 likely that if mplayer were demonstrated with reasonable certainty to be
 free of MPEG-encoding code, it would be acceptable for inclusion in
 main as far as the FTP-masters are concerned (note: We're not (yet?)
 saying it's *required* to strip MPEG encoding stuff, but in my personal
 opinion, it seems likely that this is what it'll turn out to be. Don't
 take my words on too much value though, maybe stripping this won't be
 required after all, but in any case, if it isn't there, we don't need to
 think/discuss about it -- reinclusion of the encoding stuff can then
 later separately be discussed).

But what is the difference of mplayers encoding capabilities to ffmpegs 
encoding capabilities (from it's description: encoding formats (MPEG, DivX, 
MPEG4, AC3, DV, ...).) which is in unstable and testing?

[snip]

thx for all your work
Mario


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



Re: definition of use

2005-04-26 Thread Margarita Manterola
On 4/26/05, James William Pye [EMAIL PROTECTED] wrote:

 Before I get into any details, this discussion is about the definition
 of the word 'use' in the context of copyright law (U.S.C. Title 17[1]),
 and perhaps whatever extra insights the connotations of the fair license
 might provide within its single, compound sentence.
 
 This license hangs on the idea that the definition of the word 'use' in
 the context of copyright law is as follows:
 
6: (law) the exercise of the legal right to enjoy the benefits
   of owning property; we were given the use of his boat
   [syn: {enjoyment}]
(From WordNet 2.0)
 (dict.org, dict use, also google'ing will reveal it in other areasof the
 net)

That's fine, but as you probably do realize, the word use is too
wide and too unspecific.  Having a license that doesn't state
specifically what rights are or aren't granted is due to bring
misunderstandings.

If what you want to say is that the person gets all the benefits of
owning the software (this is sort of weird, because software is kind
of hard to 'own'), then you should say that.

You could go on dealing what does the copyright law defines and what
it doesn't, but since there's not one but many different copyright
laws (every country has it's own) it's always better to be as specific
as possible.

So, my suggestion is: rephrase the license to convey to every person
the meaning you want it to convey.  Then the problem ends.

-- 
Besos,
Marga



Re: definition of use

2005-04-26 Thread James William Pye
On Tue, 2005-04-26 at 09:23 -0300, Humberto Massa wrote:
 This license hangs on the idea that the definition of the word 'use' in
 the context of copyright law is as follows:
 
6: (law) the exercise of the legal right to enjoy the benefits
   of owning property; we were given the use of his boat
   [syn: {enjoyment}]
(From WordNet 2.0)
 (dict.org, dict use, also google'ing will reveal it in other areasof the
 net)

 This definition does not match the definition of usar (=to use) in 
 Brazilian Law, which is based on possession, not ownership.

Ignoring the context of the source is no way to make an appropriate
translation. If the above is the definition of 'use' in the context of
copyright law, then usar is an inappropriate translation as it fails
to carry the same effect/meaning.

To give a more extreme example of the above, if instrument were to be
translated into a word that means a device used to make audible music,
then the entire license would become ridiculous.

 So, what is the definition of the word 'use'? Does it *only* mean to
 execute a program? Or to *only* read a book? Or to *only* listen to that
 music?
 
 In Brazilian computer programs law, what we *do* have is that using a 
 program is defined by its use license contract terms, meaning the 
 execution of the program under those terms -- limited by our fair use 
 clauses (art. 6 Computer Programs Law [L.9609/98]: one backup copy; 
 citation with source in context of education; similarity by 
 functionality; integration on/to other systems) and by our (very heavy) 
 consumer-protection law.
 
 In the case of non-computer-programs-stuff, what we do have is a statute 
 limitation clause (art. 46 Author's Rights Act [L.9610/98]: lots of 
 stuff, among them musical execution in your home or in schools).

Yes, Title 17 has similar limitations on the exclusive rights.

 So, yes, one can suppose safely that the word use in the case of a 
 computer program license means executing such program; in the case of a 
 music, means listening to it in a private/familiar environment or in a 
 school; and in the case of a computer library, the execution of its API 
 by other programs.

I think one could safely say that of usar in the context of Brazilian
law, but, apparently, not of use in the context of U.S. copyright law
and Title 17.

-- 
Regards, James William Pye



Bug#306468: ITP: bluetooth-alsa -- Provides a an interface between bluetooth headsets and ALSA.

2005-04-26 Thread Itay Ben-Yaacov
Package: wnpp
Severity: wishlist
Owner: Itay Ben-Yaacov [EMAIL PROTECTED]


* Package name: bluetooth-alsa
  Version : 0.4
  Upstream Author : Brad Midgley [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/bluetooth-alsa/
* License : GPL/LGPL
  Description : Provides a an interface between bluetooth headsets and ALSA.


Bluetooth-alsa Project

   This project provides a way to use a bluetooth headset with Linux.  We
   do this currently by making an alsa kernel driver which uses bluez to
   reach the headset. It works well enough now to get voice-quality audio
   to and from most headsets.

(From README)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-pisicuta-2
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Re: definition of use

2005-04-26 Thread John Hasler
Margarita Manterola writes:
 If what you want to say is that the person gets all the benefits of
 owning the software (this is sort of weird, because software is kind of
 hard to 'own'), then you should say that.

One can (and usually does) own a copy of a piece of software.  US copyright
law grants specific rights to the owner of a copy of a piece of software.

Better to be more specific, though.
-- 
John Hasler


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



Re: Large ramdisks, kernel memory space issue

2005-04-26 Thread salman h

--- Goswin von Brederlow
[EMAIL PROTECTED] wrote:
 salman h [EMAIL PROTECTED] writes:
 
  Hi All,
 
  I'm using a slightly modified Debian kernel along
 with
  PXELinux to boot a machine over the network. 
 
  My kernel's memory footprint is quite large (400
 megs)
  because it pre-allocates memory for some processes
 (in
  the interest of speedier process execution).
 
  My ramdisk size is about 500 megs.
 
  Now, the ramdisk has to fit in the lower 1 Gig of
  memory which the kernel can access. So a ramdisk
  bigger than 500 megs cannot be loaded by the
 kernel,
  since the ramdisk would exceed the 1 Gig kernel
 memory
  space bound.
 
  My question: Is there an easy way make the Linux
  kernel be able to access the entire memory space?
 This
  way I can easily load larger ramdisks on my target
  machines which have 2 Gigs of physical memory.
 
  Thanks, 
 
  Salman
 
 Just a thought but why not load the ramdisk
 yourself.
 
 Write a small initrd that sets up large ramdisk and
 downloads an image
 from the network.
 
 MfG
 Goswin

There's no reason why that would not work. Except the
constraints of my problem are such that I may not
always have the network available for downloading a
second ramdisk.

I realize I mentioned PXELinux and network booting
earlier. But let us say I was using ISOLinux for CD
booting without network connectivity.

I suppose I could store the second ramdisk on the CD
and mount it from there during init. So that would
work as well. It looks like the best solution right
now.

Thanks for you help.

Salman

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Re: Large ramdisks, kernel memory space issue

2005-04-26 Thread salman h

--- J.A. Bezemer [EMAIL PROTECTED]
wrote:
 
 On Fri, 15 Apr 2005, salman h wrote:
 
  Hi All,
 
  I'm using a slightly modified Debian kernel along
 with
  PXELinux to boot a machine over the network.
 
  My kernel's memory footprint is quite large (400
 megs)
  because it pre-allocates memory for some processes
 (in
  the interest of speedier process execution).
 
  My ramdisk size is about 500 megs.
 
  Now, the ramdisk has to fit in the lower 1 Gig of
  memory which the kernel can access. So a ramdisk
  bigger than 500 megs cannot be loaded by the
 kernel,
  since the ramdisk would exceed the 1 Gig kernel
 memory
  space bound.
 
 This 1GB boundary makes me think of the High Memory
 support (CONFIG_NOHIGHMEM)
 kernel config option. You might want to try
 different values for that option,
 even though they might not be intuitively applicable
 to your case.
 
 Regards,
   Anne Bezemer

What you said makes sense. I spent some time reading
up on the memory organization structure of linux. It
lead me to believe that if I enable CONFIG_HIMEM in
the kernel the it would be able to access the entire
4GB memory address space.

I tried that, but no success.

Googling around, I found a simple write-up on kernel
memory organization which had a link to a patch to
split kernel/user memory allocation.

Here is the link to the article:
http://kerneltrap.org/node/2450

That didn't work either though. So I'm still fairly
confused about how the kernel manages higher memory.

Perhaps there's a hard upper-limit on the size of the
initial ramdisk? I don't know...

Anyway, another user suggested a feasible sounding
solution:
Make the initrd small enough to fit in low mem.
Mount more ramdisks later during the init process
(either by downloading from the server, or from the CD
if using ISOLinux, etc).

I hope that makes sense.

Thanks for your help.

Salman


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Gotovina - Full cooperation

2005-04-26 Thread Zeljko Peratovic



Dears,


ifyou are interesting 
for case Gotovina and media freedom in Croatia, please look those 
links:

Gotovina 
- Full cooperation 

HAK – spy's 
pantry 

Freedom 
guaranteed by Constitution 

Best 
regards,
Zeljko Peratovic
III Pile 2510 000 
ZagrebCroatiahome: +385 1 606 1570fax: + 385 1 606 1569gsm: +385 
91 22 999 66



Bug#306492: ITP: weechat -- Fast, light and extensible IRC client

2005-04-26 Thread Sebastien Helleu
Package: wnpp
Severity: wishlist
Owner: Sebastien Helleu [EMAIL PROTECTED]


* Package name: weechat
  Version : 0.1.1
  Upstream Author : Sebastien Helleu [EMAIL PROTECTED]
* URL : http://weechat.flashtux.org/
* License : (GPL)
  Description : Fast, light and extensible IRC client

WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC
client for many operating systems. Everything can be done with a
keyboard.
It is customizable and extensible with scripts.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)


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



Re: Large ramdisks, kernel memory space issue

2005-04-26 Thread Goswin von Brederlow
salman h [EMAIL PROTECTED] writes:

 Anyway, another user suggested a feasible sounding
 solution:
 Make the initrd small enough to fit in low mem.
 Mount more ramdisks later during the init process
 (either by downloading from the server, or from the CD
 if using ISOLinux, etc).

 I hope that makes sense.

 Thanks for your help.

 Salman

If you have a CD/DVD then place the filesystem in a file there. On
boot setup a loop device (or cloop for more space) for that file and a
second loop device on a sparse file in tmpfs (or use a ramdisk
ramdisk). Then setup the tmpfs loop device as copy-on-write storage
device for the first loop device (same config lvm snapshots use) with
dmsetup.

Now you have a writeable block device that starts of being completly
on cdrom and stores any changes in tmpfs. Much more memory efficient
and faster to boot too.

But beware, if you have too many changes and the COW device gets full
bad things tend to happen. Make it big enough / have enough ram.

MfG
Goswin


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



Re: mplayer 1.0pre7

2005-04-26 Thread Jeroen van Wolffelaar
On Tue, Apr 26, 2005 at 08:30:06PM +0200, Mario Fux wrote:
 But what is the difference of mplayers encoding capabilities to ffmpegs 
 encoding capabilities (from it's description: encoding formats (MPEG, DivX, 
 MPEG4, AC3, DV, ...).) which is in unstable and testing?

None that I know of, but as I noted, there's a lot of if, maybe,
don't know in my mail, also evidenced by the fact that mplayer is
still in NEW, and not rejected or accepted. Yes, ffmpeg would be the
same issue I mentioned (but it's not sure mplayer doesn't have more
issues than that), but just as we have no certainty that mpeg encoding
is okay, we also have no certainty that mpeg encoding is *not* okay. So
while this is still unclear, we're leaving the situation as it is, not
making it potentially worse by accepting mplayer, but also not seeing
enough grounds to remove ffmpeg.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Re: Bug#306268: ITP: connect -- Establish socket connection using SOCKS4 or 5 and HTTP tunnel.

2005-04-26 Thread Peter Samuelson

[Philippe COVAL]
 * Package name: connect
   Version : 1.93

That's a terrible package name.  What will the GNUSTEP people do if
they ever want to package something that manages SMB client mounts?


signature.asc
Description: Digital signature


Key Signing in Vancouver, BC

2005-04-26 Thread ms419
Hey! Shaun Jackman generously offered to meet in New Westminister over 
lunch to exchange gpg signatures

Meeting other debian/linux/open source folks would be totally awesome!
I can be in New West at lunch time every day next week - is anyone less 
available?

Can someone recommend a convenient, easy-to-find location where we 
(everyone interested!) can meet? I know New West only casually - but 
someplace close to the Sky Train where the people can enjoy lunch would 
probably be good : )

Best wishes!
Jack
On Apr 19, 2005, at 2:13 PM, Shaun Jackman wrote:
Free Java is still difficult, but it's getting better all the time! If
you'd like to arrange a key signing over lunch some time, I'm up for
it. I'm in New Westminster. This chap [1] also emailed me a while back
for a key signing, but we haven't met up yet. Why don't you a post a
Key signing in Vancouver, BC message to debian-devel while you're at
it.
Cheers,
Shaun
[1] Jay MacDonald [EMAIL PROTECTED]
On 4/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
Hi Shaun! I'm Jack
I'm getting my first Debian package into the repository  my sponsor
recommended getting some signatures on my gpg key
I'm out in Langley, but I'm in  around Vancouver  the lower mainland
often enough - are you willing to meet to sign my key?
I see that among your packages, you maintain some java  eclipse stuff
- which is awesome! I'm struggling with eclipse  free java as I speak
: )
Regards!
Jack


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


Re: mplayer 1.0pre7

2005-04-26 Thread Paul TBBle Hampson
On Wed, Apr 27, 2005 at 12:59:36AM +0200, Jeroen van Wolffelaar wrote:
 On Tue, Apr 26, 2005 at 08:30:06PM +0200, Mario Fux wrote:
  But what is the difference of mplayers encoding capabilities to ffmpegs 
  encoding capabilities (from it's description: encoding formats (MPEG, 
  DivX, 
  MPEG4, AC3, DV, ...).) which is in unstable and testing?

 None that I know of, but as I noted, there's a lot of if, maybe,
 don't know in my mail, also evidenced by the fact that mplayer is
 still in NEW, and not rejected or accepted. Yes, ffmpeg would be the
 same issue I mentioned (but it's not sure mplayer doesn't have more
 issues than that), but just as we have no certainty that mpeg encoding
 is okay, we also have no certainty that mpeg encoding is *not* okay. So
 while this is still unclear, we're leaving the situation as it is, not
 making it potentially worse by accepting mplayer, but also not seeing
 enough grounds to remove ffmpeg.

Would this be solved by linking mplayer against the ffmpeg package?

I would think it'd be pretty easy to get a safe mplayer into Debian by
dropping all the controversial code, and only including things by
linking against the code already in Debian, or including code that is
already in Debian by other packages (if I recall, A52 decoding is
statically linked into xine, so it shouldn't be a problem to have
mplayer statically link and A52 decoder too).

-- 
---
Paul TBBle Hampson, MCSE
8th year CompSci/Asian Studies student, ANU
The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

No survivors? Then where do the stories come from I wonder?
-- Capt. Jack Sparrow, Pirates of the Caribbean

This email is licensed to the recipient for non-commercial
use, duplication and distribution.
---


pgpENjiMopYAp.pgp
Description: PGP signature


Bug#305753: general: 38 packages still use 'Origin: debian'

2005-04-26 Thread Thomas Bushnell BSG
Thijs Kinkhorst [EMAIL PROTECTED] writes:

 So to conclude, there's no reason for that mass bug filing apart from your
 feeling that it looks funny. Since it poses no real problem at all, I
 don't even see a lintian-test being warranted for this. This should indeed
 be closed unless you can come up with some real reason why this should be
 changed.

No, it's just a minor bug.  So it should be filed as a minor bug.  




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



Re: Key Signing in Vancouver, BC

2005-04-26 Thread Shaun Jackman
I can definitely recommend Kirin Sushi, which is across the street
from the Skytrain station. There is also the Spaghetti Factory next
door. Not quite as convenient, but up the street is Hon's Won Ton
House and a tasty little Indian restaurant. I can meet for lunch any
day next week.

Cheers,
Shaun

On 4/26/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hey! Shaun Jackman generously offered to meet in New Westminister over
 lunch to exchange gpg signatures
 
 Meeting other debian/linux/open source folks would be totally awesome!
 
 I can be in New West at lunch time every day next week - is anyone less
 available?
 
 Can someone recommend a convenient, easy-to-find location where we
 (everyone interested!) can meet? I know New West only casually - but
 someplace close to the Sky Train where the people can enjoy lunch would
 probably be good : )
 
 Best wishes!
 Jack



Re: Key Signing in Vancouver, BC

2005-04-26 Thread Brian Nelson
On Tue, Apr 26, 2005 at 04:53:05PM -0700, [EMAIL PROTECTED] wrote:
 Hey! Shaun Jackman generously offered to meet in New Westminister over 
 lunch to exchange gpg signatures
 
 Meeting other debian/linux/open source folks would be totally awesome!
 
If you're willing to cross the border, you could go to the Northwest
Linuxfest (http://www.linuxnorthwest.org/) on Saturday in Bellingham.  I
probably won't go unless it rains, but a few other developers are
planning to attend.

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Re: free accounts on a Debian sarge server

2005-04-26 Thread Ganesan Rajagopal
 Sam == Sam Watkins [EMAIL PROTECTED] writes:

 We are offering free accounts on a Debian sarge server, including
 ssh, vnc/X11, web, email, rsync, svn, darcs, ultra-fast internet access
 and many more services to come - basically we're happy to set up
 whatever services you might want.  We also offer some free human
 services, i.e. technical support, web design, programming and mentoring.

Nice :-). What hardware? I'd like access to some ppc64 hardware. Debian ppc
machines all seem to be ppc32.

Ganesan

-- 
Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA
Web: http://employees.org/~rganesan| http://rganesan.blogspot.com


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



Accepted syslog-ocaml 1.0-3 (powerpc source)

2005-04-26 Thread Eric Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Apr 2005 12:31:25 -0400
Source: syslog-ocaml
Binary: libsyslog-ocaml-dev
Architecture: source powerpc
Version: 1.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Eric Cooper [EMAIL PROTECTED]
Description: 
 libsyslog-ocaml-dev - syslog routines for OCaml
Changes: 
 syslog-ocaml (1.0-3) unstable; urgency=low
 .
   * Support SOCK_STREAM log sockets for syslog-ng (closes #305019)
Files: 
 9635130ff56df2a3c993a325b529f2b2 695 devel optional syslog-ocaml_1.0-3.dsc
 334e9681fd3ddf6ead79dab44cc73e4b 2516 devel optional syslog-ocaml_1.0-3.diff.gz
 42399cebfc02a5fba796880e7922f30d 10964 libdevel optional 
libsyslog-ocaml-dev_1.0-3_powerpc.deb

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

iD8DBQFCbdnh1cqbBPLEI7wRAqbCAKCnqDOCqCJvmFcG7Y47VW8E9wh85ACcCtNf
17mogzuT0S50152RnpV3tPg=
=difr
-END PGP SIGNATURE-


Accepted:
libsyslog-ocaml-dev_1.0-3_powerpc.deb
  to pool/main/s/syslog-ocaml/libsyslog-ocaml-dev_1.0-3_powerpc.deb
syslog-ocaml_1.0-3.diff.gz
  to pool/main/s/syslog-ocaml/syslog-ocaml_1.0-3.diff.gz
syslog-ocaml_1.0-3.dsc
  to pool/main/s/syslog-ocaml/syslog-ocaml_1.0-3.dsc


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



Accepted r-cran-psy 0.65-1 (all source)

2005-04-26 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 01:42:23 -0500
Source: r-cran-psy
Binary: r-cran-psy
Architecture: source all
Version: 0.65-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 r-cran-psy - GNU R procedures for psychometrics
Changes: 
 r-cran-psy (0.65-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 7dd45d3ec8496f0109e2c001a10f1fe7 609 math optional r-cran-psy_0.65-1.dsc
 d5496faacc9ea9d9f882330ad13f5ca2 25182 math optional 
r-cran-psy_0.65.orig.tar.gz
 bb3c1b7f168d8c1a967658bb81c9e10e 1790 math optional r-cran-psy_0.65-1.diff.gz
 d1c94b9e315dea9b4b2331a491cee04b 63840 math optional r-cran-psy_0.65-1_all.deb

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

iD8DBQFCbeOq2wQKE6PXubwRAnyjAKDYKE7JJY7SFQwgS+l1iGPOrDVnMQCfV6mA
tb2LcSh6kLmmcsjWQ6RDb1o=
=H8du
-END PGP SIGNATURE-


Accepted:
r-cran-psy_0.65-1.diff.gz
  to pool/main/r/r-cran-psy/r-cran-psy_0.65-1.diff.gz
r-cran-psy_0.65-1.dsc
  to pool/main/r/r-cran-psy/r-cran-psy_0.65-1.dsc
r-cran-psy_0.65-1_all.deb
  to pool/main/r/r-cran-psy/r-cran-psy_0.65-1_all.deb
r-cran-psy_0.65.orig.tar.gz
  to pool/main/r/r-cran-psy/r-cran-psy_0.65.orig.tar.gz


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



Accepted cdargs 1.31-1 (i386 source)

2005-04-26 Thread Petra Malik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Feb 2005 16:37:38 +1300
Source: cdargs
Binary: cdargs
Architecture: source i386
Version: 1.31-1
Distribution: unstable
Urgency: low
Maintainer: Petra Malik [EMAIL PROTECTED]
Changed-By: Petra Malik [EMAIL PROTECTED]
Description: 
 cdargs - bookmarks and browsing for the cd command
Changes: 
 cdargs (1.31-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 ba5394b1ec6fec94a2c5c6052f673c4d 568 utils optional cdargs_1.31-1.dsc
 1fc7a1d671ae0755bb8c6a50aa31bd86 72759 utils optional cdargs_1.31.orig.tar.gz
 7c4623cb91828eb131a31400e239f481 25361 utils optional cdargs_1.31-1.diff.gz
 180a75a4d09369c1c0784f01512d30a7 49930 utils optional cdargs_1.31-1_i386.deb

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

iD8DBQFCaglhxNsu1CvmA7oRAkJTAJ0XuHtviNjiJz3nHVPE0IZha3nipwCeL42+
wnwIdTemA91elq4+kBDhrJc=
=cvMN
-END PGP SIGNATURE-


Accepted:
cdargs_1.31-1.diff.gz
  to pool/main/c/cdargs/cdargs_1.31-1.diff.gz
cdargs_1.31-1.dsc
  to pool/main/c/cdargs/cdargs_1.31-1.dsc
cdargs_1.31-1_i386.deb
  to pool/main/c/cdargs/cdargs_1.31-1_i386.deb
cdargs_1.31.orig.tar.gz
  to pool/main/c/cdargs/cdargs_1.31.orig.tar.gz


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



Accepted gibraltar-bootcd 0.52 (i386 source)

2005-04-26 Thread Rene Mayrhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 19 Apr 2005 14:39:30 +0200
Source: gibraltar-bootcd
Binary: mkinitrd-cd gibraltar-bootsupport
Architecture: source i386
Version: 0.52
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer [EMAIL PROTECTED]
Changed-By: Rene Mayrhofer [EMAIL PROTECTED]
Description: 
 gibraltar-bootsupport - Boot support for Gibraltar live CD-ROM
 mkinitrd-cd - Creates an initrd image for booting from a live CD-ROM or USB dev
Closes: 301342 304634
Changes: 
 gibraltar-bootcd (0.52) unstable; urgency=low
 .
   * Added a build dependency on bzip2 as suggested by Daniel Schepler.
 Thanks to Larz Wirzenius for the patch.
 Closes: #304634: gibraltar-bootcd: FTBFS: Missing Build-Depends
   * Enhanced (read: fixed) support for 2.6 kernels. This involved the adding
 of ide-generic to IDE_CD_MODS, handling of *.ko modules in
 initrd-common-definitions.sh and new options to busybox during building.
 Many thanks to Thomas Lange for his patches and comments!
 Closes: #301342: (no subject)
   * Also deal with USB media as super-floppies (i.e. no partitions, but a
 single file system for the whole media, usually termed USB-FDD by BIOSses)
 in probe-devs.sh. Thanks to Tony Mancill for figuring that out.
Files: 
 167f865bbb9c3f6684062dee80604968 615 admin optional gibraltar-bootcd_0.52.dsc
 001eb434f7fd25de1303e3a5fe47b17a 8991882 admin optional 
gibraltar-bootcd_0.52.tar.gz
 7ac993567a7306dbbd985226a1058135 229756 admin optional 
mkinitrd-cd_0.52_i386.deb
 9d9b6dc33b2e8b182eb29d66436d9f8e 255280 admin optional 
gibraltar-bootsupport_0.52_i386.deb

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

iD8DBQFCbf4Cq7SPDcPCS94RAlQvAJ9rGNMbrqSxD3GrcUMMUqQGGCDOFgCfRtyv
S1QRU6wm+8NQw4MZJtnuJxs=
=XyQ9
-END PGP SIGNATURE-


Accepted:
gibraltar-bootcd_0.52.dsc
  to pool/main/g/gibraltar-bootcd/gibraltar-bootcd_0.52.dsc
gibraltar-bootcd_0.52.tar.gz
  to pool/main/g/gibraltar-bootcd/gibraltar-bootcd_0.52.tar.gz
gibraltar-bootsupport_0.52_i386.deb
  to pool/main/g/gibraltar-bootcd/gibraltar-bootsupport_0.52_i386.deb
mkinitrd-cd_0.52_i386.deb
  to pool/main/g/gibraltar-bootcd/mkinitrd-cd_0.52_i386.deb


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



Accepted cdrtools 4:2.01+01a01-4 (i386 source all)

2005-04-26 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 10:30:34 +0200
Source: cdrtools
Binary: cdrtools-doc cdda2wav mkisofs cdrecord
Architecture: source all i386
Version: 4:2.01+01a01-4
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 cdda2wav   - Creates WAV files from audio CDs
 cdrecord   - command line CD writing tool
 cdrtools-doc - Documentation for the cdrtools package-suite
 mkisofs- Creates ISO-9660 CD-ROM filesystem images
Closes: 262678 291376
Changes: 
 cdrtools (4:2.01+01a01-4) unstable; urgency=low
 .
   * O_EXCL issue becoming hot, uploading to unstable
   * sync with Ubuntu Breezy (renamed as needed):
 + 23_o_excl.dpatch (replaced with Ubuntu's version, closes: #262678)
 + 24_debug_tmpfile.dpatch (secure file access in rscsi, closes: #291376)
 + 25_mkisofs_iconv_manpage.dpatch (explicit note about iconv support)
 + 26_author_locale.dpatch (replace ö in his name with an ascci
   transliteration)
Files: 
 f5f38c04fe7df13455077f7b4cb7aea0 716 otherosfs optional 
cdrtools_2.01+01a01-4.dsc
 20f39fbe1ca8a261e52d92da30c6fc31 114943 otherosfs optional 
cdrtools_2.01+01a01-4.diff.gz
 48a8a47a4c1be46cce294555bde67d3a 220032 doc optional 
cdrtools-doc_2.01+01a01-4_all.deb
 a31492042699a3091ac4a912cc3aa695 582066 otherosfs optional 
cdrecord_2.01+01a01-4_i386.deb
 5705d9efa361c3a41fffa8b4eca46449 530842 otherosfs optional 
mkisofs_2.01+01a01-4_i386.deb
 7357dd6ef1646d93cc8b44306d33cc1b 158690 sound optional 
cdda2wav_2.01+01a01-4_i386.deb

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

iD8DBQFCbgSq4QZIHu3wCMURArpAAJ4+Wc/00m09gk5RN7jdY7iRBz2q1gCghctJ
mPcAgVQq9fMTFKiW1RqLHJc=
=hT7c
-END PGP SIGNATURE-


Accepted:
cdda2wav_2.01+01a01-4_i386.deb
  to pool/main/c/cdrtools/cdda2wav_2.01+01a01-4_i386.deb
cdrecord_2.01+01a01-4_i386.deb
  to pool/main/c/cdrtools/cdrecord_2.01+01a01-4_i386.deb
cdrtools-doc_2.01+01a01-4_all.deb
  to pool/main/c/cdrtools/cdrtools-doc_2.01+01a01-4_all.deb
cdrtools_2.01+01a01-4.diff.gz
  to pool/main/c/cdrtools/cdrtools_2.01+01a01-4.diff.gz
cdrtools_2.01+01a01-4.dsc
  to pool/main/c/cdrtools/cdrtools_2.01+01a01-4.dsc
mkisofs_2.01+01a01-4_i386.deb
  to pool/main/c/cdrtools/mkisofs_2.01+01a01-4_i386.deb


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



Accepted ext2resize 1.1.19-3 (powerpc source)

2005-04-26 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:21:55 +0200
Source: ext2resize
Binary: ext2resize
Architecture: source powerpc
Version: 1.1.19-3
Distribution: unstable
Urgency: low
Maintainer: Wilmer van der Gaast [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 ext2resize - an ext2 filesystem resizer
Changes: 
 ext2resize (1.1.19-3) unstable; urgency=low
 .
   * upload to unstable, this version should go into sarge otherwise
 sarge won't have online resizing of ext2 file systems
Files: 
 a1a7a292522fad5355c3c1f481ce6692 726 admin extra ext2resize_1.1.19-3.dsc
 e7034963cc7effa8072ef2417c8afc0f 218590 admin extra ext2resize_1.1.19-3.diff.gz
 3d25cd9d1a43a765c752152cc3ab3050 209330 admin extra 
ext2resize_1.1.19-3_powerpc.deb

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

iD8DBQFCbgm3n88szT8+ZCYRAnefAJ9NNs0N4/xMgLjImDj4R6Usv6mHAACeJAmW
jkU9tjI8xFF6r+MMZnwGF18=
=wMW2
-END PGP SIGNATURE-


Accepted:
ext2resize_1.1.19-3.diff.gz
  to pool/main/e/ext2resize/ext2resize_1.1.19-3.diff.gz
ext2resize_1.1.19-3.dsc
  to pool/main/e/ext2resize/ext2resize_1.1.19-3.dsc
ext2resize_1.1.19-3_powerpc.deb
  to pool/main/e/ext2resize/ext2resize_1.1.19-3_powerpc.deb


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



Accepted hfsutils 3.2.6-8 (i386 source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:35:02 +0200
Source: hfsutils
Binary: hfsutils-tcltk hfsutils
Architecture: source i386
Version: 3.2.6-8
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 hfsutils   - Tools for reading and writing Macintosh volumes
 hfsutils-tcltk - Tcl/Tk interfaces for reading and writing Macintosh volumes
Closes: 174469 261565 280310 302937
Changes: 
 hfsutils (3.2.6-8) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (see #303264); set maintainer to Debian QA Group.
   * Include errno.h instead of declaring errno on our own (patch by
 Andreas Jochens).  Closes: #280310.
   * Link to tcl8.4/tk8.4.
   * Switch to debhelper.
   * Remove trailing dot from short description.  Closes: #174469.
   * debian/copyright: List copyright holder.  Closes: #302937.
   * debian/rules: Force make not to re-run autoconf.
   * Move xhfs from /usr/X11R6/bin to /usr/bin.
   * Replace /usr/share/doc/hfsutils-tcltk with a symlink to hfsutils.
   * Drop /usr/doc symlink.  Closes: #261565.
   * Conforms to Standards version 3.6.1.
Files: 
 5dafafb7f2fc081c5afca9489a00cc4c 607 otherosfs extra hfsutils_3.2.6-8.dsc
 97016daabf1bb24535d1157f02066a7c 4314 otherosfs extra hfsutils_3.2.6-8.diff.gz
 1870eb7ca97d0ff3e4121fb3da981f17 72922 otherosfs extra 
hfsutils_3.2.6-8_i386.deb
 b40f978a6f744a87e1bdb757823c74ae 105412 otherosfs extra 
hfsutils-tcltk_3.2.6-8_i386.deb

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

iD8DBQFCbgt8xBYivKllgY8RAm8bAJ471Tqi4eg3uLGGM0dr7x8o0rhLIgCfVbJH
Ep9VQwkqXWJnyG8KbA/NPZ8=
=nL0d
-END PGP SIGNATURE-


Accepted:
hfsutils-tcltk_3.2.6-8_i386.deb
  to pool/main/h/hfsutils/hfsutils-tcltk_3.2.6-8_i386.deb
hfsutils_3.2.6-8.diff.gz
  to pool/main/h/hfsutils/hfsutils_3.2.6-8.diff.gz
hfsutils_3.2.6-8.dsc
  to pool/main/h/hfsutils/hfsutils_3.2.6-8.dsc
hfsutils_3.2.6-8_i386.deb
  to pool/main/h/hfsutils/hfsutils_3.2.6-8_i386.deb


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



Accepted nessus-plugins 2.2.4-1 (i386 source)

2005-04-26 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:08:50 +0200
Source: nessus-plugins
Binary: nessus-plugins
Architecture: source i386
Version: 2.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 nessus-plugins - Nessus plugins
Closes: 298217
Changes: 
 nessus-plugins (2.2.4-1) unstable; urgency=low
 .
   * New upstream release
   * Added Czech debconf translation by Miroslav Kure (Closes: #298217)
Files: 
 ec2c09b784d8a4110c9291ec4c401173 896 admin optional nessus-plugins_2.2.4-1.dsc
 1e77107aa358ae9b9eba22154c1ca48d 148 admin optional 
nessus-plugins_2.2.4.orig.tar.gz
 5eee60dddcb96f66c1222d4cf772a2e6 330514 admin optional 
nessus-plugins_2.2.4-1.diff.gz
 f2c47c264a542cc50a04efa9996a61b2 1478556 admin optional 
nessus-plugins_2.2.4-1_i386.deb

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

iQCVAwUBQm4KRftEPvakNq0lAQJvAQP9EV2djYr9+y+39dFuxcnx4nFP6lNuEmKN
N5108uthKag3JYqGNjSyWqgmPEK1o1GGenXdl+X51BTkz0t5XGsBsTn6viOPI7ch
14ozZT4sHi8C2ai1f9TOt+k9XwpUux1U4wjywTF2N8NZThiPJmyRTr1zSYBO2qM4
sM3uq5DhFt0=
=63oC
-END PGP SIGNATURE-


Accepted:
nessus-plugins_2.2.4-1.diff.gz
  to pool/main/n/nessus-plugins/nessus-plugins_2.2.4-1.diff.gz
nessus-plugins_2.2.4-1.dsc
  to pool/main/n/nessus-plugins/nessus-plugins_2.2.4-1.dsc
nessus-plugins_2.2.4-1_i386.deb
  to pool/main/n/nessus-plugins/nessus-plugins_2.2.4-1_i386.deb
nessus-plugins_2.2.4.orig.tar.gz
  to pool/main/n/nessus-plugins/nessus-plugins_2.2.4.orig.tar.gz


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



Accepted nessus-libraries 2.2.4-1 (i386 source)

2005-04-26 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:08:47 +0200
Source: nessus-libraries
Binary: libnessus-dev libnessus2
Architecture: source i386
Version: 2.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 libnessus-dev - Nessus static libraries and headers
 libnessus2 - Nessus shared libraries
Changes: 
 nessus-libraries (2.2.4-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 e0437a9f543c0736f1b6bb2c09af78ed 854 libs optional nessus-libraries_2.2.4-1.dsc
 208eca80f4fb2de3f57328d92deb7f04 424258 libs optional 
nessus-libraries_2.2.4.orig.tar.gz
 be4e60b8fd44f9a90aa4c1a19176d409 340945 libs optional 
nessus-libraries_2.2.4-1.diff.gz
 c9adfed95546f7ca8f7e30ba4038fbdf 94502 libs optional 
libnessus2_2.2.4-1_i386.deb
 df07c36651e30d55d5aa76ee9888b9c6 121148 libdevel optional 
libnessus-dev_2.2.4-1_i386.deb

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

iQCVAwUBQm4Hb/tEPvakNq0lAQKffQP/QQU+mc1t/Hsu5jziE/1Y/VhqhLqmDSSp
7K2HLqt04eaXDPd64CdRRUXmHmfbvLaTISASroUgd79jGCCUL1njBztXM+6sb0sQ
G8q4QG2DeYPVbpgxwNG1vOXQ6f+T5iLsMP3wHMr/nrAUb8BBH4KTbgyO08NrCSm5
Hh/PAS9Gvoc=
=6Lg1
-END PGP SIGNATURE-


Accepted:
libnessus-dev_2.2.4-1_i386.deb
  to pool/main/n/nessus-libraries/libnessus-dev_2.2.4-1_i386.deb
libnessus2_2.2.4-1_i386.deb
  to pool/main/n/nessus-libraries/libnessus2_2.2.4-1_i386.deb
nessus-libraries_2.2.4-1.diff.gz
  to pool/main/n/nessus-libraries/nessus-libraries_2.2.4-1.diff.gz
nessus-libraries_2.2.4-1.dsc
  to pool/main/n/nessus-libraries/nessus-libraries_2.2.4-1.dsc
nessus-libraries_2.2.4.orig.tar.gz
  to pool/main/n/nessus-libraries/nessus-libraries_2.2.4.orig.tar.gz


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



Accepted nessus-core 2.2.4-1 (i386 source all)

2005-04-26 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:08:47 +0200
Source: nessus-core
Binary: nessus nessusd nessus-dev
Architecture: source all i386
Version: 2.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 nessus - Remote network security auditor, the client
 nessus-dev - Nessus development header files
 nessusd- Remote network security auditor, the server
Changes: 
 nessus-core (2.2.4-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 deccf011f17d79939f9eaa7ed48a330b 977 admin optional nessus-core_2.2.4-1.dsc
 01669eca30ec1150c8da5a14b11338ff 679333 admin optional 
nessus-core_2.2.4.orig.tar.gz
 2ec392096b71172a5b0100c28ed64520 84835 admin optional 
nessus-core_2.2.4-1.diff.gz
 5eb11f57bc572dd14dea282987ecfb5c 35518 devel optional 
nessus-dev_2.2.4-1_all.deb
 6a5fbcce8f3cfa0e1e935bd85ca01e27 260810 admin optional nessus_2.2.4-1_i386.deb
 720f243e74f71792d5f76dccc93030c8 207462 admin optional nessusd_2.2.4-1_i386.deb

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

iQCVAwUBQm4IYvtEPvakNq0lAQJhewP/VeH6kQjMOTVEKQQ20Q+b4CS5cgKrl9i/
7F8klFUvYUqRttYjTrllb3oxY9SDl5nl+NInyDYVGHN75itkSqucC2bLVdMhzz5N
DoMQaL0esdhxKeFJ4t7/AK1LWRlwTWPybBIm95liMCuVtC7seEaqtrW8O6EDA7yh
3F2LHCuD4hQ=
=d5nW
-END PGP SIGNATURE-


Accepted:
nessus-core_2.2.4-1.diff.gz
  to pool/main/n/nessus-core/nessus-core_2.2.4-1.diff.gz
nessus-core_2.2.4-1.dsc
  to pool/main/n/nessus-core/nessus-core_2.2.4-1.dsc
nessus-core_2.2.4.orig.tar.gz
  to pool/main/n/nessus-core/nessus-core_2.2.4.orig.tar.gz
nessus-dev_2.2.4-1_all.deb
  to pool/main/n/nessus-core/nessus-dev_2.2.4-1_all.deb
nessus_2.2.4-1_i386.deb
  to pool/main/n/nessus-core/nessus_2.2.4-1_i386.deb
nessusd_2.2.4-1_i386.deb
  to pool/main/n/nessus-core/nessusd_2.2.4-1_i386.deb


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



Accepted jaxml 3.01-1 (all source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 12:05:25 +0200
Source: jaxml
Binary: jaxml
Architecture: source all
Version: 3.01-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 jaxml  - Python module for generating XML documents
Closes: 206634
Changes: 
 jaxml (3.01-1) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (see #302299); set maintainer to Debian QA Group.
   * Acknowledge NMU by Matthias Klose.  Closes: #206634.
   * Move test.py and template.htt to examples.
   * Conforms to Standards version 3.6.1.
Files: 
 86fbb24f5848f1eee8e7429ec28dba8e 579 interpreters optional jaxml_3.01-1.dsc
 cccf9a4d859acdd31b25b9c7e1728e69 2556 interpreters optional 
jaxml_3.01-1.diff.gz
 efe29b01bdb4b66986f4b13812242731 48226 interpreters optional 
jaxml_3.01-1_all.deb

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

iD8DBQFCbhJwxBYivKllgY8RAvIzAJ4leVC+K9HakxmLmjk1mjcVljn5vACdF/7j
ru55uVTWONR4nUHZW+nJYqk=
=iv47
-END PGP SIGNATURE-


Accepted:
jaxml_3.01-1.diff.gz
  to pool/main/j/jaxml/jaxml_3.01-1.diff.gz
jaxml_3.01-1.dsc
  to pool/main/j/jaxml/jaxml_3.01-1.dsc
jaxml_3.01-1_all.deb
  to pool/main/j/jaxml/jaxml_3.01-1_all.deb


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



Accepted libnasl 2.2.4-1 (i386 source)

2005-04-26 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:08:48 +0200
Source: libnasl
Binary: libnasl2 libnasl-dev
Architecture: source i386
Version: 2.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 libnasl-dev - Nessus Attack Scripting Language, static library and headers
 libnasl2   - Nessus Attack Scripting Language, shared library
Changes: 
 libnasl (2.2.4-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 0a8a3df4f8a7a8896c49c006a4e1c1ec 858 libs optional libnasl_2.2.4-1.dsc
 47de3e86725b5f54f5752233a4bc1ea8 361551 libs optional libnasl_2.2.4.orig.tar.gz
 058ca52e35c8bd6e42cc7cefb30668ef 324798 libs optional libnasl_2.2.4-1.diff.gz
 84bc8637b99dfc50e70d5b5bc461f7f9 97342 libs optional libnasl2_2.2.4-1_i386.deb
 18f9328701d963cb20749bfb69028dd6 318904 libdevel optional 
libnasl-dev_2.2.4-1_i386.deb

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

iQCVAwUBQm4J/ftEPvakNq0lAQJOTgQAj1l1aJLKDT1cJ3tR2nVXl0EOYrtMJqh4
80GPA9y7Vpuf7blCwPxHcrJxLNqDAgJmkAaRog73Zwc3By0g1HLpBzLkM078WgVp
3NiMFpnQKOGTmHM0u0YibHKMleGwP0iGzpvuzzboLdxRZ0Rw4h3TEzMU3JKz8F2H
65MugPZMCag=
=fPbo
-END PGP SIGNATURE-


Accepted:
libnasl-dev_2.2.4-1_i386.deb
  to pool/main/libn/libnasl/libnasl-dev_2.2.4-1_i386.deb
libnasl2_2.2.4-1_i386.deb
  to pool/main/libn/libnasl/libnasl2_2.2.4-1_i386.deb
libnasl_2.2.4-1.diff.gz
  to pool/main/libn/libnasl/libnasl_2.2.4-1.diff.gz
libnasl_2.2.4-1.dsc
  to pool/main/libn/libnasl/libnasl_2.2.4-1.dsc
libnasl_2.2.4.orig.tar.gz
  to pool/main/libn/libnasl/libnasl_2.2.4.orig.tar.gz


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



Accepted fuse 2.2.1-5 (i386 source all)

2005-04-26 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:43:18 +0200
Source: fuse
Binary: libfuse2 libfuse-dev fuse-utils fuse-source
Architecture: source i386 all
Version: 2.2.1-5
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 fuse-source - Filesystem in USErspace (source for kernel module)
 fuse-utils - Filesystem in USErspace (utilities)
 libfuse-dev - Filesystem in USErspace (development files)
 libfuse2   - Filesystem in USErspace library
Closes: 298825 306016
Changes: 
 fuse (2.2.1-5) unstable; urgency=low
 .
   * Now allows to be built as non-root (Closes: #306016)
 Thanks for Guido Trotter for spotting this.
   * Applied patch provided by Euan MacGregor (Closes: #298825)
 Should fix problems with dpkg-statoverride.
Files: 
 41e8a8fd9513e049041f1e2ef7063b5e 626 libs optional fuse_2.2.1-5.dsc
 2436f0fee9cee4721a55c00ba9bf9e1e 10360 libs optional fuse_2.2.1-5.diff.gz
 05bdef60ae5e1b39a25da402bad1c7a1 39816 utils optional 
fuse-utils_2.2.1-5_i386.deb
 9a9b69a565bac65718ef27a10c7a3441 53328 libdevel optional 
libfuse-dev_2.2.1-5_i386.deb
 519cdcc36ee6b8946b2290f6b38c1ddd 32488 libs optional libfuse2_2.2.1-5_i386.deb
 4f6d305308863ac1cc5a217784354250 80064 utils optional 
fuse-source_2.2.1-5_all.deb

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

iD8DBQFCbhSvhQui3hP+/EARAmI2AJ4350uTBRJNeCKyWUCD1LOaYX06MwCgvE4x
GpDyJbgnaDSaa3K5fTkmXMM=
=Q2tm
-END PGP SIGNATURE-


Accepted:
fuse-source_2.2.1-5_all.deb
  to pool/main/f/fuse/fuse-source_2.2.1-5_all.deb
fuse-utils_2.2.1-5_i386.deb
  to pool/main/f/fuse/fuse-utils_2.2.1-5_i386.deb
fuse_2.2.1-5.diff.gz
  to pool/main/f/fuse/fuse_2.2.1-5.diff.gz
fuse_2.2.1-5.dsc
  to pool/main/f/fuse/fuse_2.2.1-5.dsc
libfuse-dev_2.2.1-5_i386.deb
  to pool/main/f/fuse/libfuse-dev_2.2.1-5_i386.deb
libfuse2_2.2.1-5_i386.deb
  to pool/main/f/fuse/libfuse2_2.2.1-5_i386.deb


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



Accepted sarg 2.0.6-2 (sparc source)

2005-04-26 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 12:24:23 +0200
Source: sarg
Binary: sarg
Architecture: source sparc
Version: 2.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 sarg   - squid analysis report generator
Closes: 279636
Changes: 
 sarg (2.0.6-2) unstable; urgency=low
 .
   * language/Turkish
 - applied sarg-turkish.patch fixing syntax errors
   (Closes: #279636)
Files: 
 5ba3280d6a16c7f854eb6734c8553639 578 web optional sarg_2.0.6-2.dsc
 6ba9bdd7029635b986ee564ce205332c 36940 web optional sarg_2.0.6-2.diff.gz
 0db5f1a95aa8074c7b042156001027f4 228956 web optional sarg_2.0.6-2_sparc.deb

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

iD8DBQFCbhhR8ZumGJJMDCYRArp1AJ41qotjXhLkSEvF4y6wPOHSkMA8cQCeMIh3
tS4q3YhBU8XL5v6+Jw0sEDw=
=ShgV
-END PGP SIGNATURE-


Accepted:
sarg_2.0.6-2.diff.gz
  to pool/main/s/sarg/sarg_2.0.6-2.diff.gz
sarg_2.0.6-2.dsc
  to pool/main/s/sarg/sarg_2.0.6-2.dsc
sarg_2.0.6-2_sparc.deb
  to pool/main/s/sarg/sarg_2.0.6-2_sparc.deb


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



Accepted vserver-debiantools 0.2.2 (all source)

2005-04-26 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 12:54:42 +0200
Source: vserver-debiantools
Binary: vserver-debiantools
Architecture: source all
Version: 0.2.2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 vserver-debiantools - Tools to manage debian virtual servers
Closes: 306401
Changes: 
 vserver-debiantools (0.2.2) unstable; urgency=low
 .
   * Added support for apt.conf.d to allow for http proxy, closes:
 #306401. Thanks to Daniel van Eeden [EMAIL PROTECTED] for the
 solution.
Files: 
 7d0c221d2afbfebc2d4efe12a3709775 530 utils optional 
vserver-debiantools_0.2.2.dsc
 66bfb6f55a38f3229c40bba707fa7264 28047 utils optional 
vserver-debiantools_0.2.2.tar.gz
 d8407c541bdd3550d59ae3900eb0 28318 utils optional 
vserver-debiantools_0.2.2_all.deb

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

iD8DBQFCbh6LGKGxzw/lPdkRAoz/AJ0cykbts2M4sk5W5PiaROx5LJBWKwCgkuCP
F5GJBeX2IXEoFYn4tGUCW3A=
=webc
-END PGP SIGNATURE-


Accepted:
vserver-debiantools_0.2.2.dsc
  to pool/main/v/vserver-debiantools/vserver-debiantools_0.2.2.dsc
vserver-debiantools_0.2.2.tar.gz
  to pool/main/v/vserver-debiantools/vserver-debiantools_0.2.2.tar.gz
vserver-debiantools_0.2.2_all.deb
  to pool/main/v/vserver-debiantools/vserver-debiantools_0.2.2_all.deb


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



Accepted x10 1.06-9 (i386 source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 14:23:12 +0200
Source: x10
Binary: x10
Architecture: source i386
Version: 1.06-9
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 x10- Operate X-10 electrical power control modules
Closes: 133519 294417
Changes: 
 x10 (1.06-9) unstable; urgency=low
 .
   * QA upload.
   * Fix symlink creation logic.  Closes: #133519.
   * Prompt via debconf.  Closes: #294417.
   * debian/postrm: Remove /dev/x10 on purge.
   * debian/README.debian: Fold into debian/copyright.
Files: 
 4351ce8188f546acb60c6011fd42a5b5 544 electronics optional x10_1.06-9.dsc
 d87716c0341ab2d0be96c67956343695 7103 electronics optional x10_1.06-9.diff.gz
 4c74d078f5ed7bd5557383747fc8dd3c 20952 electronics optional x10_1.06-9_i386.deb

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

iD8DBQFCbjK/xBYivKllgY8RAplXAJ9DB86f1+d8PSG1igAW8JZgATyflQCfYtKh
aJXcDhVLAKGrQMhX5Dm3iQk=
=+Hpe
-END PGP SIGNATURE-


Accepted:
x10_1.06-9.diff.gz
  to pool/main/x/x10/x10_1.06-9.diff.gz
x10_1.06-9.dsc
  to pool/main/x/x10/x10_1.06-9.dsc
x10_1.06-9_i386.deb
  to pool/main/x/x10/x10_1.06-9_i386.deb


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



Accepted osiris 4.1.8-1 (i386 source)

2005-04-26 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 21:05:18 +1000
Source: osiris
Binary: osirismd osiris osirisd
Architecture: source i386
Version: 4.1.8-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson [EMAIL PROTECTED]
Changed-By: Jamie Wilkinson [EMAIL PROTECTED]
Description: 
 osiris - network-wide system integrity monitor control interface
 osirisd- network-wide system integrity monitor scanning agent
 osirismd   - network-wide system integrity monitor central management daemon
Changes: 
 osiris (4.1.8-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 2f6642231e02ae86510f54f6bf0a1c22 588 admin optional osiris_4.1.8-1.dsc
 27a362ba5ad3025d5bca6d9c92196875 1891980 admin optional 
osiris_4.1.8.orig.tar.gz
 0642f62b7c3e1d784260a244fd85e450 4063 admin optional osiris_4.1.8-1.diff.gz
 3a4742e9245d50cb49c465fe1cbbba1e 398060 admin optional osiris_4.1.8-1_i386.deb
 1b0bea9fff7d414e42a47571c27919d7 60980 admin optional osirisd_4.1.8-1_i386.deb
 19121f40cfea2613522332e12dca7761 409724 admin optional 
osirismd_4.1.8-1_i386.deb

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

iD8DBQFCbjS65u9oNyz9HDgRAnf4AJ9xHJ9bD1MG1nEVFaarIi+d2EAN9gCgjVAt
b83WkmZjGyvplmQSH1eGQEE=
=HUj+
-END PGP SIGNATURE-


Accepted:
osiris_4.1.8-1.diff.gz
  to pool/main/o/osiris/osiris_4.1.8-1.diff.gz
osiris_4.1.8-1.dsc
  to pool/main/o/osiris/osiris_4.1.8-1.dsc
osiris_4.1.8-1_i386.deb
  to pool/main/o/osiris/osiris_4.1.8-1_i386.deb
osiris_4.1.8.orig.tar.gz
  to pool/main/o/osiris/osiris_4.1.8.orig.tar.gz
osirisd_4.1.8-1_i386.deb
  to pool/main/o/osiris/osirisd_4.1.8-1_i386.deb
osirismd_4.1.8-1_i386.deb
  to pool/main/o/osiris/osirismd_4.1.8-1_i386.deb


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



Accepted lojban-common 1.3 (all source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 14:38:48 +0200
Source: lojban-common
Binary: lojban-common
Architecture: source all
Version: 1.3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 lojban-common - Commonly used wordlists for the lojban language
Closes: 234194
Changes: 
 lojban-common (1.3) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (see #302297); set maintainer to Debian QA Group.
   * Suggest jbofihe.  Closes: #234194.
   * Remove unnecessary build-dependency on wget.
   * Conforms to Standards version 3.6.1.
Files: 
 2b6c80eadbec0e7be0dcbfd9fb57f7f7 514 misc optional lojban-common_1.3.dsc
 b3de6a787b613bba4944c6988322477d 462523 misc optional lojban-common_1.3.tar.gz
 a03964ef5e5c9ab24f8ee1d1948b8b7a 462548 misc optional lojban-common_1.3_all.deb

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

iD8DBQFCbjZoxBYivKllgY8RAjeOAKDu8YlrnfjAETxqSzTPLyDHtBkWlwCgmdJ+
IokRpRuMOFCkB0I0y8KOVtI=
=1VBp
-END PGP SIGNATURE-


Accepted:
lojban-common_1.3.dsc
  to pool/main/l/lojban-common/lojban-common_1.3.dsc
lojban-common_1.3.tar.gz
  to pool/main/l/lojban-common/lojban-common_1.3.tar.gz
lojban-common_1.3_all.deb
  to pool/main/l/lojban-common/lojban-common_1.3_all.deb


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



Accepted dictem 0.0.4-1 (all source)

2005-04-26 Thread Zhenja Kaluta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Apr 2005 17:06:49 +0300
Source: dictem
Binary: dictem
Architecture: source all
Version: 0.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Zhenja Kaluta [EMAIL PROTECTED]
Changed-By: Zhenja Kaluta [EMAIL PROTECTED]
Description: 
 dictem - Dict client for emacs
Changes: 
 dictem (0.0.4-1) unstable; urgency=low
 .
   * New upstream release (0.0.4).
Files: 
 298b6c58e469f055519ebc9d369d7595 566 text optional dictem_0.0.4-1.dsc
 4d803c2e42f00e888efcd8dfea51ad9f 64783 text optional dictem_0.0.4.orig.tar.gz
 b47ce28437bc1988e8b695586760b2b6 3105 text optional dictem_0.0.4-1.diff.gz
 082a2a3f903a8d00139553cf87d7ec1e 26660 text optional dictem_0.0.4-1_all.deb

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

iEYEARECAAYFAkJuOZoACgkQmO5zOp3h7rFKogCeLhBz1NZZsAfiTPOUpYorZp3R
jvkAnj0hTJuK48ahOk0cFGgb3RNjjU7C
=dOo6
-END PGP SIGNATURE-


Accepted:
dictem_0.0.4-1.diff.gz
  to pool/main/d/dictem/dictem_0.0.4-1.diff.gz
dictem_0.0.4-1.dsc
  to pool/main/d/dictem/dictem_0.0.4-1.dsc
dictem_0.0.4-1_all.deb
  to pool/main/d/dictem/dictem_0.0.4-1_all.deb
dictem_0.0.4.orig.tar.gz
  to pool/main/d/dictem/dictem_0.0.4.orig.tar.gz


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



Accepted libannodex 0.6.1-1 (i386 source)

2005-04-26 Thread Jamie Wilkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 23:37:15 +1000
Source: libannodex
Binary: libannodex0-dbg annodex-tools libannodex0-dev libannodex0
Architecture: source i386
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson [EMAIL PROTECTED]
Changed-By: Jamie Wilkinson [EMAIL PROTECTED]
Description: 
 annodex-tools - tools for fiddling with annotated and indexed media streams
 libannodex0 - annotated and indexed media library
 libannodex0-dbg - annotated and indexed media library debugging information
 libannodex0-dev - annotated and indexed media library (develoment files)
Changes: 
 libannodex (0.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated build dependency on liboggz-dev to version 0.9.0.
   * Updated dh_movefiles config for new library minor version.
Files: 
 958785ae106c394bab66ee8c7380c1b8 729 net optional libannodex_0.6.1-1.dsc
 cd3fbbecd4f719fa50d9306d4205b33a 778683 net optional 
libannodex_0.6.1.orig.tar.gz
 0fddf63091b0d9668c4b2c7cffc549d8 3394 net optional libannodex_0.6.1-1.diff.gz
 904675e68bfb65f2929ecbf0b3e36566 51826 libs optional 
libannodex0_0.6.1-1_i386.deb
 9359c0cffeb019f966e7c99ae7d1753e 119810 libdevel optional 
libannodex0-dev_0.6.1-1_i386.deb
 99552a2a890cb62e0b9aa5085ade95e0 115204 libdevel optional 
libannodex0-dbg_0.6.1-1_i386.deb
 f7b2d99fdf6284f6f480e7dc07640138 25872 utils optional 
annodex-tools_0.6.1-1_i386.deb

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

iD8DBQFCbkSP5u9oNyz9HDgRAoyjAJ4x7V2eV1B6ghlFTNdWKEO5kISS4wCgod6A
G/qYHXv8JFLjWYmoWLDXHQI=
=TR8a
-END PGP SIGNATURE-


Accepted:
annodex-tools_0.6.1-1_i386.deb
  to pool/main/liba/libannodex/annodex-tools_0.6.1-1_i386.deb
libannodex0-dbg_0.6.1-1_i386.deb
  to pool/main/liba/libannodex/libannodex0-dbg_0.6.1-1_i386.deb
libannodex0-dev_0.6.1-1_i386.deb
  to pool/main/liba/libannodex/libannodex0-dev_0.6.1-1_i386.deb
libannodex0_0.6.1-1_i386.deb
  to pool/main/liba/libannodex/libannodex0_0.6.1-1_i386.deb
libannodex_0.6.1-1.diff.gz
  to pool/main/liba/libannodex/libannodex_0.6.1-1.diff.gz
libannodex_0.6.1-1.dsc
  to pool/main/liba/libannodex/libannodex_0.6.1-1.dsc
libannodex_0.6.1.orig.tar.gz
  to pool/main/liba/libannodex/libannodex_0.6.1.orig.tar.gz


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



Accepted scanerrlog 2.01-2 (all source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 15:56:29 +0200
Source: scanerrlog
Binary: scanerrlog
Architecture: source all
Version: 2.01-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 scanerrlog - Generate summaries from Apache error logs
Changes: 
 scanerrlog (2.01-2) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (see #302300); set maintainer to Debian QA Group.
   * scanerrlog.1: Mention upstream author.
   * Conforms to Standards version 3.6.1.
Files: 
 95cb08a491f2354009dad3243601653a 631 admin extra scanerrlog_2.01-2.dsc
 a47038939cb7e136ac12f3073c36b0b5 3516 admin extra scanerrlog_2.01-2.diff.gz
 42d27ea0f78545a04f1e39bd27145292 25840 admin extra scanerrlog_2.01-2_all.deb

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

iD8DBQFCbkjfxBYivKllgY8RAt3PAJ9Z2OT9uLaL2q4fw/IJbzs7bACokACgj4BQ
mpCD39p83d1Jrk9Plno2AzU=
=Dp2H
-END PGP SIGNATURE-


Accepted:
scanerrlog_2.01-2.diff.gz
  to pool/main/s/scanerrlog/scanerrlog_2.01-2.diff.gz
scanerrlog_2.01-2.dsc
  to pool/main/s/scanerrlog/scanerrlog_2.01-2.dsc
scanerrlog_2.01-2_all.deb
  to pool/main/s/scanerrlog/scanerrlog_2.01-2_all.deb


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



Accepted nsis 2.06-4 (i386 source)

2005-04-26 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Apr 2005 17:20:52 +0800
Source: nsis
Binary: nsis
Architecture: source i386
Version: 2.06-4
Distribution: unstable
Urgency: low
Maintainer: Paul Wise [EMAIL PROTECTED]
Changed-By: Paul Wise [EMAIL PROTECTED]
Description: 
 nsis   - Nullsoft Scriptable Install System (modified for debian)
Closes: 304678
Changes: 
 nsis (2.06-4) unstable; urgency=low
 .
   * 01_fix_makefiles.dpatch
 - Include the exe files from Contrib/UIs/ since upstream considers them
   to be source code (Closes: #304678):
   http://forums.winamp.com/showthread.php?postid=1642451#post1642451
 - Create some symlinks due to incorrect filename case in some examples
 - Change the magic to use /bin/bash instead of /bin/sh
 - Install some extra files needed by the VPatch example
   * 01_fix_makefiles.dpatch, debian/rules, debian/lintian.overrides
 - Include /usr/share/nsis/Contrib/Modern UI/Licence.txt because the
   example files require it, and create lintian/linda overrides too
   * 07_fix_examples.dpatch
 New patch: fix some issues in the example .nsi scripts
   * debian/patches/*
 - Update authorship and descriptions
Files: 
 343d022fa3b6b652c3c7bc7e7647267f 618 devel optional nsis_2.06-4.dsc
 32d11cf9678146a26f1b9d09a4072268 29198 devel optional nsis_2.06-4.diff.gz
 596aefc10404bc61c93f171d010a36cd 1137930 devel optional nsis_2.06-4_i386.deb

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

iD8DBQFCbk2E9n4qXRzy1ioRAmAiAJ0Z30KcnwHCVdyzGBb+5raf/jnEVQCeOzhq
OJIawPmSyxEt14Gt3YvYSkA=
=WSOO
-END PGP SIGNATURE-


Accepted:
nsis_2.06-4.diff.gz
  to pool/main/n/nsis/nsis_2.06-4.diff.gz
nsis_2.06-4.dsc
  to pool/main/n/nsis/nsis_2.06-4.dsc
nsis_2.06-4_i386.deb
  to pool/main/n/nsis/nsis_2.06-4_i386.deb


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



Accepted quilt 0.39-3 (i386 source)

2005-04-26 Thread Martin Quinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 16:02:16 +0200
Source: quilt
Binary: quilt
Architecture: source i386
Version: 0.39-3
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson [EMAIL PROTECTED]
Changed-By: Martin Quinson [EMAIL PROTECTED]
Description: 
 quilt  - Tool to work with series of patches
Closes: 304848
Changes: 
 quilt (0.39-3) unstable; urgency=low
 .
   * Add a word in the man page about how to display compressed pdf files
 since this non-bug got reported twice now (Closes: #304848).
Files: 
 7f7bb2124c9fd7d3fa335609aba313d5 586 devel optional quilt_0.39-3.dsc
 d5a302012c98282f0143203df11f8fb4 8306 devel optional quilt_0.39-3.diff.gz
 6e2247f7e31c85ebcaac6458e3a6766f 260426 devel optional quilt_0.39-3_i386.deb

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

iD8DBQFCbk7DIiC/MeFF8zQRAkqGAKC94snFNZ8td2Amp5AbYAIFawNQdQCfVvUY
9vVQSfCuEiRXD25WCtDlm2U=
=Ssdg
-END PGP SIGNATURE-


Accepted:
quilt_0.39-3.diff.gz
  to pool/main/q/quilt/quilt_0.39-3.diff.gz
quilt_0.39-3.dsc
  to pool/main/q/quilt/quilt_0.39-3.dsc
quilt_0.39-3_i386.deb
  to pool/main/q/quilt/quilt_0.39-3_i386.deb


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



Accepted trustedqsl 1.11-1 (i386 source)

2005-04-26 Thread Hamish Moffatt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Apr 2005 00:07:12 +1000
Source: trustedqsl
Binary: trustedqsl
Architecture: source i386
Version: 1.11-1
Distribution: unstable
Urgency: medium
Maintainer: Hamish Moffatt [EMAIL PROTECTED]
Changed-By: Hamish Moffatt [EMAIL PROTECTED]
Description: 
 trustedqsl - QSL log signing for the Logbook of the World (LoTW)
Closes: 302544
Changes: 
 trustedqsl (1.11-1) unstable; urgency=medium
 .
   * New upstream release
   * Modified crqwiz.cpp to compile with gcc-4.0 (closes: #302544);
 thanks to Andreas Jochens for the patch
   * Build with new tqsllib 2.0
 * urgency=medium because the new tqsllib fixes an RC bug
Files: 
 c65ee99c3b5c515efcbdd69c58bb0322 775 hamradio optional trustedqsl_1.11-1.dsc
 2b39274763ec27823489f2eca975fdab 346049 hamradio optional 
trustedqsl_1.11.orig.tar.gz
 0954cff0a03159be089c3655d54dd19f 3433 hamradio optional 
trustedqsl_1.11-1.diff.gz
 549d9d19e9549defa278b8c2a3c47091 372824 hamradio optional 
trustedqsl_1.11-1_i386.deb

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

iQCVAwUBQm5P6NiYIdPvprnVAQI5UwP/fGjeU7mSLRO7dfXvh/BQ4jdf8vqbhxI0
QOj5Dvf/kx8Pf1DRTojjklSgvP5QFGpxn56u6XngW9ASm16gu7khKWoJdEXJ1KGf
TvvZg6hz+ZppTsPrp70xuxqc8nmRe6Lg8jcqL9Q5C2CibIMELtDU4W1rRqQMIH5l
j/ViRgaZyPs=
=FOC+
-END PGP SIGNATURE-


Accepted:
trustedqsl_1.11-1.diff.gz
  to pool/main/t/trustedqsl/trustedqsl_1.11-1.diff.gz
trustedqsl_1.11-1.dsc
  to pool/main/t/trustedqsl/trustedqsl_1.11-1.dsc
trustedqsl_1.11-1_i386.deb
  to pool/main/t/trustedqsl/trustedqsl_1.11-1_i386.deb
trustedqsl_1.11.orig.tar.gz
  to pool/main/t/trustedqsl/trustedqsl_1.11.orig.tar.gz


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



Accepted helix-player 1.0.4-1 (i386 source)

2005-04-26 Thread Thomas Maurer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Apr 2005 18:54:20 +0200
Source: helix-player
Binary: helix-player
Architecture: source i386
Version: 1.0.4-1
Distribution: unstable
Urgency: high
Maintainer: Thomas Maurer [EMAIL PROTECTED]
Changed-By: Thomas Maurer [EMAIL PROTECTED]
Description: 
 helix-player - The Helix Community's open source media player
Closes: 278146 291596 305504
Changes: 
 helix-player (1.0.4-1) unstable; urgency=high
 .
   * New upstream release. Solves security problems. (Closes: #305504)
   * Closes another bug concerning new upstream. (Closes: #291596)
   * Bug #278146 closed with 1.0.1-2, this closes it automatically (Closes:
 #278146)
   * Change architectures back to i386 and ppc to not hinder the security
 fix from reaching sarge by unforseen complications
 (Done by upload sponsor Frank Lichtenheld [EMAIL PROTECTED]
  with maintainers blessing)
Files: 
 97e5ff74019ca8cb5be997b16d274727 896 graphics optional helix-player_1.0.4-1.dsc
 a277710be35426b317869503a4ad36d7 18044552 graphics optional 
helix-player_1.0.4.orig.tar.gz
 20fbeaa3e48426927820f80d6840e59f 7061 graphics optional 
helix-player_1.0.4-1.diff.gz
 b3ad9ae9b67b044d592f6b104aca6da4 4288698 graphics optional 
helix-player_1.0.4-1_i386.deb

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

iD8DBQFCblbEQbn06FtxPfARApUeAJ9vkiG2oSLF5QfvgzcD+J1uP4Oi7gCgyWp5
dvK5JxHUHPuJt/RowFALwx0=
=tpe6
-END PGP SIGNATURE-


Accepted:
helix-player_1.0.4-1.diff.gz
  to pool/main/h/helix-player/helix-player_1.0.4-1.diff.gz
helix-player_1.0.4-1.dsc
  to pool/main/h/helix-player/helix-player_1.0.4-1.dsc
helix-player_1.0.4-1_i386.deb
  to pool/main/h/helix-player/helix-player_1.0.4-1_i386.deb
helix-player_1.0.4.orig.tar.gz
  to pool/main/h/helix-player/helix-player_1.0.4.orig.tar.gz


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



Accepted octave2.9 2.9.2-1 (i386 source all)

2005-04-26 Thread Debian Octave Group
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Apr 2005 14:05:27 +0200
Source: octave2.9
Binary: octave2.9-headers octave octave2.9-info octave2.9-htmldoc octave2.9 
octave2.9-emacsen octave2.9-doc
Architecture: source i386 all
Version: 2.9.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Octave Group [EMAIL PROTECTED]
Changed-By: Debian Octave Group [EMAIL PROTECTED]
Description: 
 octave - GNU Octave language for numerical computations (2.9 branch)
 octave2.9  - GNU Octave language for numerical computations (2.9 branch)
 octave2.9-doc - PDF documentation on the GNU Octave language (2.9 branch)
 octave2.9-emacsen - Emacs support for the GNU Octave language (2.9 branch)
 octave2.9-headers - header files for the GNU Octave language (2.9 branch)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (2.9 branch)
 octave2.9-info - GNU Info documentation on the GNU Octave language (2.9 branch)
Changes: 
 octave2.9 (2.9.2-1) experimental; urgency=low
 .
+++ Changes by Rafael Laboissiere
 .
   * New upstream release
   * debian/rules: Remove generated files that were left after make clean
Files: 
 7ca6f66b7f119e84f67a63eb38d0ad1d 968 math optional octave2.9_2.9.2-1.dsc
 1ae468372ee5ead7102fc086b5365826 7398173 math optional 
octave2.9_2.9.2.orig.tar.gz
 79d358934bcc2ab35c6ff06b7c3d00f1 30389 math optional octave2.9_2.9.2-1.diff.gz
 2a1492af5f3c0e082499ce5fef09449b 6612142 math optional 
octave2.9_2.9.2-1_i386.deb
 9e4b52e3f26723a1f85de3ed9e2af78b 283010 math optional 
octave2.9-headers_2.9.2-1_i386.deb
 2ba49a5f6fe6f582bff6bf6a522206a8 46774 math optional octave_2.9.2-1_i386.deb
 29d15f41d644e651e00948ca751bb785 1856430 doc optional 
octave2.9-doc_2.9.2-1_all.deb
 6fd7e396b43774654a2b4a874806cc11 411642 math optional 
octave2.9-htmldoc_2.9.2-1_all.deb
 ddbe71117df94d9856929667db55f028 69684 math optional 
octave2.9-emacsen_2.9.2-1_all.deb
 6d38bd565d48b7c81a769eadc9df9ad0 323624 math optional 
octave2.9-info_2.9.2-1_all.deb

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

iD8DBQFCbl2Pk3oga0pdcv4RAkNaAJ9f2fKounc5dR3hK36a0QFsOPbyqwCfayXp
wLb/ee8K+50HVFNKdbomw54=
=ufA9
-END PGP SIGNATURE-


Accepted:
octave2.9-doc_2.9.2-1_all.deb
  to pool/main/o/octave2.9/octave2.9-doc_2.9.2-1_all.deb
octave2.9-emacsen_2.9.2-1_all.deb
  to pool/main/o/octave2.9/octave2.9-emacsen_2.9.2-1_all.deb
octave2.9-headers_2.9.2-1_i386.deb
  to pool/main/o/octave2.9/octave2.9-headers_2.9.2-1_i386.deb
octave2.9-htmldoc_2.9.2-1_all.deb
  to pool/main/o/octave2.9/octave2.9-htmldoc_2.9.2-1_all.deb
octave2.9-info_2.9.2-1_all.deb
  to pool/main/o/octave2.9/octave2.9-info_2.9.2-1_all.deb
octave2.9_2.9.2-1.diff.gz
  to pool/main/o/octave2.9/octave2.9_2.9.2-1.diff.gz
octave2.9_2.9.2-1.dsc
  to pool/main/o/octave2.9/octave2.9_2.9.2-1.dsc
octave2.9_2.9.2-1_i386.deb
  to pool/main/o/octave2.9/octave2.9_2.9.2-1_i386.deb
octave2.9_2.9.2.orig.tar.gz
  to pool/main/o/octave2.9/octave2.9_2.9.2.orig.tar.gz
octave_2.9.2-1_i386.deb
  to pool/main/o/octave2.9/octave_2.9.2-1_i386.deb


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



Accepted powernowd 0.95-1 (i386 source)

2005-04-26 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 09:07:52 -0600
Source: powernowd
Binary: powernowd
Architecture: source i386
Version: 0.95-1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee [EMAIL PROTECTED]
Changed-By: Bdale Garbee [EMAIL PROTECTED]
Description: 
 powernowd  - control cpu speed and voltage using 2.6 kernel interface
Closes: 258050 300795
Changes: 
 powernowd (0.95-1) unstable; urgency=low
 .
   * new upstream version, closes: #300795, #258050
Files: 
 b6fa0dd869cfd6674db743e170198848 562 admin optional powernowd_0.95-1.dsc
 7d029599268223eeca61d8c52e29b8c0 18327 admin optional 
powernowd_0.95.orig.tar.gz
 bf7bc1cde24aa1f9372018e257597ccf 4892 admin optional powernowd_0.95-1.diff.gz
 629afda49c05d4bc4d51e611863f763d 18662 admin optional powernowd_0.95-1_i386.deb

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

iD8DBQFCblvFZKfAp/LPAagRAnuKAJ96glEf9UTZztYjT2tGdcGiBgl7OQCdGV7W
MdG0cXs0rkzSrqKmKsx3uIo=
=jTPe
-END PGP SIGNATURE-


Accepted:
powernowd_0.95-1.diff.gz
  to pool/main/p/powernowd/powernowd_0.95-1.diff.gz
powernowd_0.95-1.dsc
  to pool/main/p/powernowd/powernowd_0.95-1.dsc
powernowd_0.95-1_i386.deb
  to pool/main/p/powernowd/powernowd_0.95-1_i386.deb
powernowd_0.95.orig.tar.gz
  to pool/main/p/powernowd/powernowd_0.95.orig.tar.gz


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



Accepted rsync 2.6.4-3 (i386 source)

2005-04-26 Thread Paul Slootman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 17:05:55 +0200
Source: rsync
Binary: rsync
Architecture: source i386
Version: 2.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Paul Slootman [EMAIL PROTECTED]
Changed-By: Paul Slootman [EMAIL PROTECTED]
Description: 
 rsync  - fast remote file copy program (like rcp)
Closes: 142258 298002 306250
Changes: 
 rsync (2.6.4-3) unstable; urgency=low
 .
   * Added comment to /etc/default/rsync that the rsyncd.conf specified there
 is not used when accessing the daemon via a remote shell.
 closes:#298002
   * Correctly report whether what we're not creating is a file or a directory.
 closes:#142258
   * Concat the upstream NEWS  OLDNEWS together as changelog instead of as-is.
 closes:#306250
   * assorted recommended patches from upstream, collected in debian/patches/
 in the source package:
 - fix for sending a single file with -H
 - improper handling of --one-file-system in some cases
 - --link-dest / --hard-links problem
 - new hard-links in not-yet-created directories
Files: 
 078dc244e4e1792a3acc0a6702632c96 543 net optional rsync_2.6.4-3.dsc
 7597295598fb9c3fc8761c5b9f8e9579 61051 net optional rsync_2.6.4-3.diff.gz
 cd4bd60f686ccb081d8cf049dcc9cf61 202526 net optional rsync_2.6.4-3_i386.deb

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

iD8DBQFCblwMutvvqbTW3hMRAiq8AJ4un3X2ZA62tMUxMvccMii1agoICgCeOe8e
7bNYGdWlmK78NRvIiz8LOW0=
=/Ann
-END PGP SIGNATURE-


Accepted:
rsync_2.6.4-3.diff.gz
  to pool/main/r/rsync/rsync_2.6.4-3.diff.gz
rsync_2.6.4-3.dsc
  to pool/main/r/rsync/rsync_2.6.4-3.dsc
rsync_2.6.4-3_i386.deb
  to pool/main/r/rsync/rsync_2.6.4-3_i386.deb


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



Accepted bugzilla 2.18-4 (all source)

2005-04-26 Thread Alexis Sukrieh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 17:06:41 +0200
Source: bugzilla
Binary: bugzilla bugzilla-doc
Architecture: source all
Version: 2.18-4
Distribution: unstable
Urgency: low
Maintainer: Rémi Perrot [EMAIL PROTECTED]
Changed-By: Alexis Sukrieh [EMAIL PROTECTED]
Description: 
 bugzilla   - web-based bug tracking system
 bugzilla-doc - comprehensive guide to Bugzilla
Closes: 305327
Changes: 
 bugzilla (2.18-4) unstable; urgency=low
 .
   * Added patches in debian/patches to get closer to the original tarball.
   * Added dpatch system for handling patches.
   * Improved the clean target in order to remove precompiled templates.
   * Handling of the params file with ucf
 + Changed the location of the params file to /etc/bugzilla/params
 + New postinst, written in shellscript that handles cleanly file moves
   with ucf.
 + New preinst which will move any params file found from previous
   packages to /etc/bugzilla/params
 + Moved all the perl code of postinst to debian/helper/db-postinst.pl
 + Updated postrm to purge ucf entries and to remove /usr/share/bugzilla.
 (closes: #305327)
Files: 
 5fd4d620fc43950e7397f276db1f9bc3 662 web optional bugzilla_2.18-4.dsc
 6423a3c3ead268e0c4a572020af7c288 62550 web optional bugzilla_2.18-4.diff.gz
 7425f9816ab80e563db99458532bc89f 599676 web optional bugzilla_2.18-4_all.deb
 bd0d3300e6e2e00149b68227bfb4ceae 30612 doc optional bugzilla-doc_2.18-4_all.deb

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

iD8DBQFCbl2JpFNRmenyx0cRAjVLAJ9CAClnh5GMk1UM87P0aEM6c9XVgwCgjETG
HW5ZL6sjhK9NdUR6e7UhMow=
=mnWw
-END PGP SIGNATURE-


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


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



Accepted helix-player 1.0.4-1exp (i386 source)

2005-04-26 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 16:19:46 +0200
Source: helix-player
Binary: helix-player
Architecture: source i386
Version: 1.0.4-1exp
Distribution: experimental
Urgency: low
Maintainer: Thomas Maurer [EMAIL PROTECTED]
Changed-By: Frank Lichtenheld [EMAIL PROTECTED]
Description: 
 helix-player - The Helix Community's open source media player
Changes: 
 helix-player (1.0.4-1exp) experimental; urgency=low
 .
   * Some kind of a NMU ;)
   * Upload a package with Arch: any to experimental
 to try with the buildds there first
Files: 
 4a5219cb07d1ded13f935ebd50403afc 893 graphics optional 
helix-player_1.0.4-1exp.dsc
 5ba53c22d4c1c8b0d82349d58d658348 7153 graphics optional 
helix-player_1.0.4-1exp.diff.gz
 bea6a431a731682ab7d4126639001417 4288622 graphics optional 
helix-player_1.0.4-1exp_i386.deb

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

iD8DBQFCblbcQbn06FtxPfARAvD2AKCUktlBeyvNHPqjuiGDD4tNuSNNvQCfXO4N
T/Rli4ADFVLBDIDtWECqfqQ=
=etNI
-END PGP SIGNATURE-


Accepted:
helix-player_1.0.4-1exp.diff.gz
  to pool/main/h/helix-player/helix-player_1.0.4-1exp.diff.gz
helix-player_1.0.4-1exp.dsc
  to pool/main/h/helix-player/helix-player_1.0.4-1exp.dsc
helix-player_1.0.4-1exp_i386.deb
  to pool/main/h/helix-player/helix-player_1.0.4-1exp_i386.deb


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



Accepted glame 2.0.1-2 (i386 source)

2005-04-26 Thread Daniel Kobras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 13:27:40 +0200
Source: glame
Binary: glame
Architecture: source i386
Version: 2.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Kobras [EMAIL PROTECTED]
Changed-By: Daniel Kobras [EMAIL PROTECTED]
Description: 
 glame  - versatile audio processor
Closes: 303795
Changes: 
 glame (2.0.1-2) unstable; urgency=medium
 .
   * Added patches:
 + [10_use_html_docs]
   The standard Gnome help browser does no longer support documentation
   in info format, so switch all hardcoded info docs to their HTML
   versions in order to restore online help. Closes: #303795
 + [10_deftypefun_fixes_CVS] From upstream CVS.
   No longer use deftypefun macro in the texinfo documentation.
 + [10_item_bounds_fix_CVS] From upstream CVS.
   Do not try to query boundaries from items that are already destroyed.
 + [10_remove_timeline_doc_CVS] From upstream CVS.
   Remove obsolete documentation of timeline widget.
 + [10_startstop_icon_fixes_CVS] From upstream CVS.
   Properly replace start and stop icons in filternetwork and wave
   editor.
 + [10_swapfile_fsck_fix_CVS] From upstream CVS.
   During swapfile fsck, handle too many references to a cluster.
 + [20_custom_networks_fix_CVS] From upstream CVS.
   Perform some error checking when registering custom networks, and
   place them in a category of their own.
 + [20_main_window_doc_update_CVS] From upstream CVS.
   Bring documentation of main windown closer to reality.
   * debian/glame.docs: Include HTML documentation.
   * debian/rules: Build HTML documentation from texinfo sources, and
 include all referenced image files in the package.
Files: 
 fe207afdafcdeb074e137948cc7dbcd9 899 sound extra glame_2.0.1-2.dsc
 c934dda1c604883bb84769b0cc6c5384 16779 sound extra glame_2.0.1-2.diff.gz
 56778b87818a38bc285fb85acca7fe84 819176 sound extra glame_2.0.1-2_i386.deb

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

iD8DBQFCblpQpOKIA4m/fisRAnxYAKDDTFIsPC/ZP7a37kc2PbhZFdbSnQCdG/58
vRTyyUifNLGggv0WjuslPd8=
=Ya8O
-END PGP SIGNATURE-


Accepted:
glame_2.0.1-2.diff.gz
  to pool/main/g/glame/glame_2.0.1-2.diff.gz
glame_2.0.1-2.dsc
  to pool/main/g/glame/glame_2.0.1-2.dsc
glame_2.0.1-2_i386.deb
  to pool/main/g/glame/glame_2.0.1-2_i386.deb


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



Accepted rsync 2.6.4-4 (i386 source)

2005-04-26 Thread Paul Slootman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 17:39:55 +0200
Source: rsync
Binary: rsync
Architecture: source i386
Version: 2.6.4-4
Distribution: unstable
Urgency: low
Maintainer: Paul Slootman [EMAIL PROTECTED]
Changed-By: Paul Slootman [EMAIL PROTECTED]
Description: 
 rsync  - fast remote file copy program (like rcp)
Closes: 306368
Changes: 
 rsync (2.6.4-4) unstable; urgency=low
 .
   * Fix from upstream for incompatibility with older rsync versions when using
 --exclude (and not --delete).
 closes:#306368
Files: 
 ba75dcbdc709049cdccf626bd40f08d2 543 net optional rsync_2.6.4-4.dsc
 a9e26fe461cd061de3bfc8b059ba9d73 61294 net optional rsync_2.6.4-4.diff.gz
 95d6615f70006619d797bec06104ba46 202588 net optional rsync_2.6.4-4_i386.deb

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

iD8DBQFCbmHButvvqbTW3hMRAowkAJ9UOYU90XgNjenzpZImVYLXtJ9dZACfTG7o
NnvEz007HxWVUTE9RQqVbuo=
=In3E
-END PGP SIGNATURE-


Accepted:
rsync_2.6.4-4.diff.gz
  to pool/main/r/rsync/rsync_2.6.4-4.diff.gz
rsync_2.6.4-4.dsc
  to pool/main/r/rsync/rsync_2.6.4-4.dsc
rsync_2.6.4-4_i386.deb
  to pool/main/r/rsync/rsync_2.6.4-4_i386.deb


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



Accepted fluxbox 0.9.12-1 (i386 source)

2005-04-26 Thread Matt Hope
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Jan 2005 10:53:59 +1100
Source: fluxbox
Binary: fluxbox
Architecture: source i386
Version: 0.9.12-1
Distribution: unstable
Urgency: low
Maintainer: Matt Hope [EMAIL PROTECTED]
Changed-By: Matt Hope [EMAIL PROTECTED]
Description: 
 fluxbox- Highly configurable and low resource X11 Window manager
Changes: 
 fluxbox (0.9.12-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 257d37f1e8e5c56f03f9c1313de4137b 731 x11 optional fluxbox_0.9.12-1.dsc
 e4e6821d9e7a4b3f64c0d8069dbff8b8 871825 x11 optional fluxbox_0.9.12.orig.tar.gz
 118358c1c9969463b3f2e5a6a8c6eac2 13969 x11 optional fluxbox_0.9.12-1.diff.gz
 925f2d89fb1aab522df69b9d25d25748 743840 x11 optional fluxbox_0.9.12-1_i386.deb

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

iD8DBQFCbmctT97G5+FgZJoRAkLkAJ0X75HZx7U+ADL5hIrJN5iw+2bezgCffifG
OZwcSOvOCIbxmZV2APGjhnU=
=fh8o
-END PGP SIGNATURE-


Accepted:
fluxbox_0.9.12-1.diff.gz
  to pool/main/f/fluxbox/fluxbox_0.9.12-1.diff.gz
fluxbox_0.9.12-1.dsc
  to pool/main/f/fluxbox/fluxbox_0.9.12-1.dsc
fluxbox_0.9.12-1_i386.deb
  to pool/main/f/fluxbox/fluxbox_0.9.12-1_i386.deb
fluxbox_0.9.12.orig.tar.gz
  to pool/main/f/fluxbox/fluxbox_0.9.12.orig.tar.gz


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



Accepted ifhp 3.5.20-1 (powerpc source)

2005-04-26 Thread Jens Schmalzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 17:51:01 +0200
Source: ifhp
Binary: ifhp
Architecture: source powerpc
Version: 3.5.20-1
Distribution: unstable
Urgency: low
Maintainer: Jens Schmalzing [EMAIL PROTECTED]
Changed-By: Jens Schmalzing [EMAIL PROTECTED]
Description: 
 ifhp   - Printer filter for HP LaserJet printers
Closes: 266467
Changes: 
 ifhp (3.5.20-1) unstable; urgency=low
 .
   * New maintainer (closes: Bug#266467).
   * New upstream release.
   * Added build-time dependencies and suggestions for new features, namely
 foomatic filter support and printer status queries via SNMP.
   * Removed unnecessary build-time dependencies.
   * Took care of warnings and errors reported by lintian.
   * Added a small patch fixing the pjl_waitend_byjobname option.
Files: 
 d41aa0c9c2ff87d495d0f4e7eced05db 642 net extra ifhp_3.5.20-1.dsc
 25b151b3adb953b571e6b0a7cc9937f3 1356478 net extra ifhp_3.5.20.orig.tar.gz
 0da06429471d977f38fbeb3ea7f5aafa 14386 net extra ifhp_3.5.20-1.diff.gz
 aea06e78eb2060ff40d8ae5e140d4937 305054 net extra ifhp_3.5.20-1_powerpc.deb

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

iD8DBQFCbmPzqYZgyBJFIH4RAvlBAJ9g/TfoTVdNnIyW43JKbRAiMK0HgQCgmpxg
+UIYGEwb538lj5lSiZBWNLo=
=hpEp
-END PGP SIGNATURE-


Accepted:
ifhp_3.5.20-1.diff.gz
  to pool/main/i/ifhp/ifhp_3.5.20-1.diff.gz
ifhp_3.5.20-1.dsc
  to pool/main/i/ifhp/ifhp_3.5.20-1.dsc
ifhp_3.5.20-1_powerpc.deb
  to pool/main/i/ifhp/ifhp_3.5.20-1_powerpc.deb
ifhp_3.5.20.orig.tar.gz
  to pool/main/i/ifhp/ifhp_3.5.20.orig.tar.gz


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



Accepted paje.app 1.3.2-4 (i386 source)

2005-04-26 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Apr 2005 00:00:38 +0200
Source: paje.app
Binary: paje.app
Architecture: source i386
Version: 1.3.2-4
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean [EMAIL PROTECTED]
Changed-By: Vincent Danjean [EMAIL PROTECTED]
Description: 
 paje.app   - generic visualization tool (Gantt chart and more)
Closes: 304768
Changes: 
 paje.app (1.3.2-4) unstable; urgency=low
 .
   * Apply upstream CVS patch : numeric locale set to C instead of en_US
 (Closes: #304768: JavaTest.trace exmaple is not working)
   * Add upstream trace file example
Files: 
 eecc9751b24d1b8c7f0ef293f0a74062 804 science optional paje.app_1.3.2-4.dsc
 de0081249eef90905aa14bf16d36d9a5 3553 science optional paje.app_1.3.2-4.diff.gz
 d31ff356fe59ab258b2a813955c8b1b1 395788 science optional 
paje.app_1.3.2-4_i386.deb

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

iD8DBQFCbmUeIiC/MeFF8zQRAqMdAJsHFv+z1mQC6J3b4LpBa17bbFh6xgCeIpqQ
0q7fuPuBjro/KV8H97zi0po=
=+lQX
-END PGP SIGNATURE-


Accepted:
paje.app_1.3.2-4.diff.gz
  to pool/main/p/paje.app/paje.app_1.3.2-4.diff.gz
paje.app_1.3.2-4.dsc
  to pool/main/p/paje.app/paje.app_1.3.2-4.dsc
paje.app_1.3.2-4_i386.deb
  to pool/main/p/paje.app/paje.app_1.3.2-4_i386.deb


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



Accepted libid3tag 0.15.1b-5 (i386 source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 18:26:14 +0200
Source: libid3tag
Binary: libid3tag0-dev libid3tag0
Architecture: source i386
Version: 0.15.1b-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 libid3tag0 - ID3 tag reading library from the MAD project
 libid3tag0-dev - ID3 tag reading library from the MAD project
Closes: 304913
Changes: 
 libid3tag (0.15.1b-5) unstable; urgency=low
 .
   * QA upload.
   * 12_endless_loop: Fix endless loop in utf16.c (patch by Ronald Bultje).
 Closes: #304913.
   * Switch to debhelper 4.
   * debian/rules:
 - Remove support for DEB_BUILD_OPTIONS=debug.
 - Add support for DEB_BUILD_OPTIONS=noopt.
Files: 
 d9c3ce35df68f28453015297fae889a5 631 sound optional libid3tag_0.15.1b-5.dsc
 5b141b4caa1a55478b2a96ef4f7f29da 5037 sound optional 
libid3tag_0.15.1b-5.diff.gz
 dd04d1eeae8910afea26445139cb8dc8 34598 libs optional 
libid3tag0_0.15.1b-5_i386.deb
 2bac94313d40f6c3ce0f5b4cd14626b2 34556 libdevel optional 
libid3tag0-dev_0.15.1b-5_i386.deb

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

iD8DBQFCbmvYxBYivKllgY8RApXzAJ45dahfQLTtUEkV5gRBulJbH5UdfQCfR4Wt
I7d5+KLokX2pYxHhdMdF9TU=
=Y7iU
-END PGP SIGNATURE-


Accepted:
libid3tag0-dev_0.15.1b-5_i386.deb
  to pool/main/libi/libid3tag/libid3tag0-dev_0.15.1b-5_i386.deb
libid3tag0_0.15.1b-5_i386.deb
  to pool/main/libi/libid3tag/libid3tag0_0.15.1b-5_i386.deb
libid3tag_0.15.1b-5.diff.gz
  to pool/main/libi/libid3tag/libid3tag_0.15.1b-5.diff.gz
libid3tag_0.15.1b-5.dsc
  to pool/main/libi/libid3tag/libid3tag_0.15.1b-5.dsc


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



Accepted pyzor 1:0.4.0+cvs20030201-4 (all source)

2005-04-26 Thread Christopher Sacca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 11:52:21 -0400
Source: pyzor
Binary: pyzor
Architecture: source all
Version: 1:0.4.0+cvs20030201-4
Distribution: unstable
Urgency: low
Maintainer: Christopher Sacca [EMAIL PROTECTED]
Changed-By: Christopher Sacca [EMAIL PROTECTED]
Description: 
 pyzor  - spam-catcher using a collaborative filtering network
Closes: 306407
Changes: 
 pyzor (1:0.4.0+cvs20030201-4) unstable; urgency=low
 .
   * Added some more error catching to deal with mime-types that
 mimetools doesn't support (binary), or invalid mime-types (things
 that contain ;'s) (Closes: #306407)
Files: 
 4c3e0daddbc252fd097785e3411f0afd 691 mail optional 
pyzor_0.4.0+cvs20030201-4.dsc
 94af79a60eff081e8ce86d6c311db1ce 13529 mail optional 
pyzor_0.4.0+cvs20030201-4.diff.gz
 4f86e6210affc017270a7cef602a03fc 35626 mail optional 
pyzor_0.4.0+cvs20030201-4_all.deb

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

iD8DBQFCbnCreBwlBDLsbz4RAmBsAJ9Mj/SP/kLgQP/MgdSFABwM+KmwtQCfdV1+
/A3LUQ1iLWwhcVEob86XTZQ=
=x1t7
-END PGP SIGNATURE-


Accepted:
pyzor_0.4.0+cvs20030201-4.diff.gz
  to pool/main/p/pyzor/pyzor_0.4.0+cvs20030201-4.diff.gz
pyzor_0.4.0+cvs20030201-4.dsc
  to pool/main/p/pyzor/pyzor_0.4.0+cvs20030201-4.dsc
pyzor_0.4.0+cvs20030201-4_all.deb
  to pool/main/p/pyzor/pyzor_0.4.0+cvs20030201-4_all.deb


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



Accepted kexi 0.1cvs20050426-1 (i386 source)

2005-04-26 Thread Igor Genibel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 15:41:55 +0200
Source: kexi
Binary: kexi-mysql-driver libkexi-dev kexi-postgresql-driver kexi
Architecture: source i386
Version: 0.1cvs20050426-1
Distribution: unstable
Urgency: low
Maintainer: Igor Genibel [EMAIL PROTECTED]
Changed-By: Igor Genibel [EMAIL PROTECTED]
Description: 
 kexi   - tool for manipulating database objects in KDE3
 kexi-mysql-driver - kexi MySQL driver
 kexi-postgresql-driver - kexi PostGreSQL driver
 libkexi-dev - kexi development files
Changes: 
 kexi (0.1cvs20050426-1) unstable; urgency=low
 .
   * New CVS Snapshot
Files: 
 86adce77225300259cef44a71d2316f2 740 kde optional kexi_0.1cvs20050426-1.dsc
 2deb6e63d758be13c2bbfa688be27a22 3292788 kde optional 
kexi_0.1cvs20050426.orig.tar.gz
 8e829e3b939c701dcbdfc6756592f4ae 35385 kde optional 
kexi_0.1cvs20050426-1.diff.gz
 992d8e27c15b59ca81d74d124000e3c8 2736688 kde optional 
kexi_0.1cvs20050426-1_i386.deb
 4acddead04a54d840b86af59c69ba570 69372 kde optional 
kexi-postgresql-driver_0.1cvs20050426-1_i386.deb
 1bc9d540f1b40956b42297ae869c94ba 57198 kde optional 
kexi-mysql-driver_0.1cvs20050426-1_i386.deb
 e0bdd5a45774f0589a690daf7e49c534 52268 kde optional 
libkexi-dev_0.1cvs20050426-1_i386.deb

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

iD8DBQFCbk93+xgdMBZI9sgRAlMxAJ0Z11oMf2yOQ2yFz8YkiJv7JzOSEgCgw4YR
aGYK1x/KUUKv8Cu1R9LvOpw=
=DXv9
-END PGP SIGNATURE-


Accepted:
kexi-mysql-driver_0.1cvs20050426-1_i386.deb
  to pool/main/k/kexi/kexi-mysql-driver_0.1cvs20050426-1_i386.deb
kexi-postgresql-driver_0.1cvs20050426-1_i386.deb
  to pool/main/k/kexi/kexi-postgresql-driver_0.1cvs20050426-1_i386.deb
kexi_0.1cvs20050426-1.diff.gz
  to pool/main/k/kexi/kexi_0.1cvs20050426-1.diff.gz
kexi_0.1cvs20050426-1.dsc
  to pool/main/k/kexi/kexi_0.1cvs20050426-1.dsc
kexi_0.1cvs20050426-1_i386.deb
  to pool/main/k/kexi/kexi_0.1cvs20050426-1_i386.deb
kexi_0.1cvs20050426.orig.tar.gz
  to pool/main/k/kexi/kexi_0.1cvs20050426.orig.tar.gz
libkexi-dev_0.1cvs20050426-1_i386.deb
  to pool/main/k/kexi/libkexi-dev_0.1cvs20050426-1_i386.deb


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



Accepted libgnome2-vfs-perl 1.021-1 (i386 source)

2005-04-26 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 18:31:38 +0200
Source: libgnome2-vfs-perl
Binary: libgnome2-vfs-perl
Architecture: source i386
Version: 1.021-1
Distribution: unstable
Urgency: low
Maintainer: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libgnome2-vfs-perl - Perl interface to the 2.x series of the GNOME VFS library
Changes: 
 libgnome2-vfs-perl (1.021-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 24c27c29060b8834b6aba51199016731 798 perl optional 
libgnome2-vfs-perl_1.021-1.dsc
 4cc098f72e2bad46148cecad7b422fe8 56710 perl optional 
libgnome2-vfs-perl_1.021.orig.tar.gz
 f81d2d4c0426a3e29ba16502b1aab12c 2524 perl optional 
libgnome2-vfs-perl_1.021-1.diff.gz
 7fec7367ec5c63b184ad8fd765b94d09 193082 perl optional 
libgnome2-vfs-perl_1.021-1_i386.deb

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

iEYEARECAAYFAkJuc3YACgkQmO5zOp3h7rEdZgCgkKeIqjP+724KixYBumQK9J36
KS4An3/SQHQmcg48wl02r6UWcdBNuyJS
=VjpW
-END PGP SIGNATURE-


Accepted:
libgnome2-vfs-perl_1.021-1.diff.gz
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.021-1.diff.gz
libgnome2-vfs-perl_1.021-1.dsc
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.021-1.dsc
libgnome2-vfs-perl_1.021-1_i386.deb
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.021-1_i386.deb
libgnome2-vfs-perl_1.021.orig.tar.gz
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.021.orig.tar.gz


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



Accepted libglib-perl 1:1.090-1 (i386 source)

2005-04-26 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 18:47:00 +0200
Source: libglib-perl
Binary: libglib-perl
Architecture: source i386
Version: 1:1.090-1
Distribution: experimental
Urgency: low
Maintainer: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libglib-perl - Perl interface to the GLib and GObject libraries
Changes: 
 libglib-perl (1:1.090-1) experimental; urgency=low
 .
   * New unstable upstream release.
Files: 
 1a4b25638d15b0310ec6b023b3295b04 717 perl optional libglib-perl_1.090-1.dsc
 e3cca9c08256f86c9ecc999350599c82 210936 perl optional 
libglib-perl_1.090.orig.tar.gz
 7879e48706c4183d7813ab209158383b 3201 perl optional 
libglib-perl_1.090-1.diff.gz
 562c3e6ce050e16941b1b765622988ea 331490 perl optional 
libglib-perl_1.090-1_i386.deb

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

iEYEARECAAYFAkJueMQACgkQmO5zOp3h7rFCDwCfbzGsniKI0vOnKaHwRitU/RXu
E4YAn3H+WPkG8giUJPfwqf6MSD5M/28Y
=lJnj
-END PGP SIGNATURE-


Accepted:
libglib-perl_1.090-1.diff.gz
  to pool/main/libg/libglib-perl/libglib-perl_1.090-1.diff.gz
libglib-perl_1.090-1.dsc
  to pool/main/libg/libglib-perl/libglib-perl_1.090-1.dsc
libglib-perl_1.090-1_i386.deb
  to pool/main/libg/libglib-perl/libglib-perl_1.090-1_i386.deb
libglib-perl_1.090.orig.tar.gz
  to pool/main/libg/libglib-perl/libglib-perl_1.090.orig.tar.gz


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



Accepted radiusd-livingston 2.1-13 (i386 source)

2005-04-26 Thread Paul Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 18:42:03 +0100
Source: radiusd-livingston
Binary: radiusd-livingston
Architecture: source i386
Version: 2.1-13
Distribution: unstable
Urgency: low
Maintainer: Paul Martin [EMAIL PROTECTED]
Changed-By: Paul Martin [EMAIL PROTECTED]
Description: 
 radiusd-livingston - Remote Authentication Dial-In User Service (RADIUS) server
Closes: 273629
Changes: 
 radiusd-livingston (2.1-13) unstable; urgency=low
 .
   * Added errno.h include to src/dbmrec.c and src/dbmkey.c. Fixes build
 on amd64. (Closes: #273629)
Files: 
 d293e54cbefe191eb707198411bde63f 604 net optional radiusd-livingston_2.1-13.dsc
 2ba7b96632cb4e117943bc1ee5c094b8 16890 net optional 
radiusd-livingston_2.1-13.diff.gz
 0f4294a9f8e85f60adabc94a9472943e 73042 net optional 
radiusd-livingston_2.1-13_i386.deb

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

iD8DBQFCbn6L+gi+rt7UWRIRAnMNAJ9a2POE75lqhldmEp/pcPJwy+SDGgCeJJ3k
87p9uNzuKf1CZ3LanqQodq0=
=i46k
-END PGP SIGNATURE-


Accepted:
radiusd-livingston_2.1-13.diff.gz
  to pool/main/r/radiusd-livingston/radiusd-livingston_2.1-13.diff.gz
radiusd-livingston_2.1-13.dsc
  to pool/main/r/radiusd-livingston/radiusd-livingston_2.1-13.dsc
radiusd-livingston_2.1-13_i386.deb
  to pool/main/r/radiusd-livingston/radiusd-livingston_2.1-13_i386.deb


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



Accepted luxman 0.41-21 (i386 source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 18:56:54 +0200
Source: luxman
Binary: luxman
Architecture: source i386
Version: 0.41-21
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 luxman - Pac-Man clone (svgalib based)
Closes: 300696 302233
Changes: 
 luxman (0.41-21) unstable; urgency=low
 .
   * QA upload.
   * src/lf.cc: Use ptrdiff_t for pointer arithmetic.  Closes: #300696.
   * Rephrase the description.  Closes: #302233.
   * Switch to debhelper.
Files: 
 d15f4948ef77090408f2f2c9c2420ef4 586 games optional luxman_0.41-21.dsc
 c9dd49bdfeb135b4eb0119dc384d8baa 8757 games optional luxman_0.41-21.diff.gz
 ba08ed2fc76e05da60c1f4285aba6cb3 280920 games optional luxman_0.41-21_i386.deb

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

iD8DBQFCbnznxBYivKllgY8RArelAJ9JvB9zInD6dwxBfjm2Er0AHazl/QCgwlwu
xwvXFohOrLyid3mDVPoz+u0=
=JAMy
-END PGP SIGNATURE-


Accepted:
luxman_0.41-21.diff.gz
  to pool/main/l/luxman/luxman_0.41-21.diff.gz
luxman_0.41-21.dsc
  to pool/main/l/luxman/luxman_0.41-21.dsc
luxman_0.41-21_i386.deb
  to pool/main/l/luxman/luxman_0.41-21_i386.deb


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



Accepted libhid 0.2.15-1 (i386 source)

2005-04-26 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:47:21 +0200
Source: libhid
Binary: libhid0 libhid-dev python-hid
Architecture: source i386
Version: 0.2.15-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 libhid-dev - userspace USB HID development files
 libhid0- userspace USB HID access library
 python-hid - Python wrapper for USB HID access library
Changes: 
 libhid (0.2.15-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 7c3d2bc250571a7054e97d2dcf06e32a 756 libs optional libhid_0.2.15-1.dsc
 906985476b1c5da237792622f9894460 389682 libs optional libhid_0.2.15.orig.tar.gz
 1daa4e10c0426a76efcd1119a0618fb8 4641 libs optional libhid_0.2.15-1.diff.gz
 52d6bec76f0a4edb04ea0c8a23d91b1b 38322 libdevel optional 
libhid-dev_0.2.15-1_i386.deb
 aa619741a2172781faf82a2d658ebea3 28044 libs optional libhid0_0.2.15-1_i386.deb
 c9c7f154fd9c3cdc61c45cb1af91091d 38734 python optional 
python-hid_0.2.15-1_i386.deb

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

iEYEARECAAYFAkJujcwACgkQIgvIgzMMSnUjpgCdEknEFJlnvo6knTHeMMxh2yGg
uxwAn1Gp7QyaF2N2PjbcQDRSek+HlAdK
=FceW
-END PGP SIGNATURE-


Accepted:
libhid-dev_0.2.15-1_i386.deb
  to pool/main/libh/libhid/libhid-dev_0.2.15-1_i386.deb
libhid0_0.2.15-1_i386.deb
  to pool/main/libh/libhid/libhid0_0.2.15-1_i386.deb
libhid_0.2.15-1.diff.gz
  to pool/main/libh/libhid/libhid_0.2.15-1.diff.gz
libhid_0.2.15-1.dsc
  to pool/main/libh/libhid/libhid_0.2.15-1.dsc
libhid_0.2.15.orig.tar.gz
  to pool/main/libh/libhid/libhid_0.2.15.orig.tar.gz
python-hid_0.2.15-1_i386.deb
  to pool/main/libh/libhid/python-hid_0.2.15-1_i386.deb


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



Accepted libgtk2-perl 1:1.090-1 (powerpc i386 source all)

2005-04-26 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 19:07:25 +0200
Source: libgtk2-perl
Binary: libgtk2-perl libgtk2-perl-doc
Architecture: all i386 powerpc source 
Version: 1:1.090-1
Distribution: experimental
Urgency: low
Maintainer: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libgtk2-perl - Perl interface to the 2.x series of the Gimp Toolkit library
 libgtk2-perl-doc - Perl interface to the Gtk 2.x series (documentation files)
Changes: 
 libgtk2-perl (1:1.090-1) experimental; urgency=low
 .
   * New unstable upstream release.
Files: 
 009129895a62561ee66991cbe5129ee3 3493 perl optional 
libgtk2-perl_1.090-1.diff.gz
 06195486715e47aad2d190a78d9ce010 590625 perl optional 
libgtk2-perl_1.090.orig.tar.gz
 7c0a7b5def580755cd8e3def874ce876 1021756 perl optional 
libgtk2-perl_1.090-1_powerpc.deb
 626289e549ad614431db39890048e063 763 perl optional libgtk2-perl_1.090-1.dsc
 d41e55c5c42c1bab544491f25112ea6d 1143826 perl optional 
libgtk2-perl-doc_1.090-1_all.deb
 f47970496f63ea7c986ebf7639428ae1 1011710 perl optional 
libgtk2-perl_1.090-1_i386.deb

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

iEYEARECAAYFAkJujecACgkQmO5zOp3h7rGWXgCdG7XZ1IzNW/ejXkcXTz8RmDjr
ci8AniK+56mBEN41YgDuru3me73FrYo0
=UEwz
-END PGP SIGNATURE-


Accepted:
libgtk2-perl-doc_1.090-1_all.deb
  to pool/main/libg/libgtk2-perl/libgtk2-perl-doc_1.090-1_all.deb
libgtk2-perl_1.090-1.diff.gz
  to pool/main/libg/libgtk2-perl/libgtk2-perl_1.090-1.diff.gz
libgtk2-perl_1.090-1.dsc
  to pool/main/libg/libgtk2-perl/libgtk2-perl_1.090-1.dsc
libgtk2-perl_1.090-1_i386.deb
  to pool/main/libg/libgtk2-perl/libgtk2-perl_1.090-1_i386.deb
libgtk2-perl_1.090-1_powerpc.deb
  to pool/main/libg/libgtk2-perl/libgtk2-perl_1.090-1_powerpc.deb
libgtk2-perl_1.090.orig.tar.gz
  to pool/main/libg/libgtk2-perl/libgtk2-perl_1.090.orig.tar.gz


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



Accepted libgnome2-vfs-perl 1.030-1 (powerpc i386 source)

2005-04-26 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:55:06 +0200
Source: libgnome2-vfs-perl
Binary: libgnome2-vfs-perl
Architecture: i386 powerpc source 
Version: 1.030-1
Distribution: experimental
Urgency: low
Maintainer: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libgnome2-vfs-perl - Perl interface to the 2.x series of the GNOME VFS library
Changes: 
 libgnome2-vfs-perl (1.030-1) experimental; urgency=low
 .
   * New unstable upstream release.
Files: 
 6d9180c8728f868a3159cbdcb0d5e02b 2545 perl optional 
libgnome2-vfs-perl_1.030-1.diff.gz
 e0e3858ce6fb981bd51466c6516407e0 790 perl optional 
libgnome2-vfs-perl_1.030-1.dsc
 ed4692757b8d77611a72eb53456fe097 213278 perl optional 
libgnome2-vfs-perl_1.030-1_powerpc.deb
 ab16d11f469b5af3307f65e192bc1305 58016 perl optional 
libgnome2-vfs-perl_1.030.orig.tar.gz
 ad02526c0a28bc1298253ab464512a4d 213100 perl optional 
libgnome2-vfs-perl_1.030-1_i386.deb

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

iD8DBQFCbpNGmO5zOp3h7rERAuvXAJ9dMDURwK0OL8OXpTNgQYoM18SfSACfVMG0
ZuyMa7CizCp/T1Xf3b8nIUU=
=Vv6L
-END PGP SIGNATURE-


Accepted:
libgnome2-vfs-perl_1.030-1.diff.gz
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.030-1.diff.gz
libgnome2-vfs-perl_1.030-1.dsc
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.030-1.dsc
libgnome2-vfs-perl_1.030-1_i386.deb
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.030-1_i386.deb
libgnome2-vfs-perl_1.030-1_powerpc.deb
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.030-1_powerpc.deb
libgnome2-vfs-perl_1.030.orig.tar.gz
  to pool/main/libg/libgnome2-vfs-perl/libgnome2-vfs-perl_1.030.orig.tar.gz


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



Accepted manpages-ru 0.98-1 (all source)

2005-04-26 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 21:04:51 +0200
Source: manpages-ru
Binary: manpages-ru
Architecture: source all
Version: 0.98-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 manpages-ru - Russian translations of Linux manpages
Closes: 293478
Changes: 
 manpages-ru (0.98-1) unstable; urgency=low
 .
   * QA upload.
   * New upstream release.  Closes: #293478.
   * man7/x25.7: Fix .TH section.
   * debian/copyright: Update upstream URL.
   * Switch to debhelper 4.
Files: 
 a9b093f5be813fd0629bbf8423a05610 583 doc optional manpages-ru_0.98-1.dsc
 3618f73e4e0721cc60bbb96dba9d987e 333732 doc optional 
manpages-ru_0.98.orig.tar.gz
 ddf884f916ec1d956c02f5297ab6f4a9 2420 doc optional manpages-ru_0.98-1.diff.gz
 ef7098d88dc8739e508ccf5ce3034c48 588798 doc optional manpages-ru_0.98-1_all.deb

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

iD8DBQFCbpDpxBYivKllgY8RAnxLAJ9z9W7O+x9MPgcraPzlEkjuQ1C4hACgixtF
Jjy9wfUcBF/I+HpG3NZ2hh4=
=nAHP
-END PGP SIGNATURE-


Accepted:
manpages-ru_0.98-1.diff.gz
  to pool/main/m/manpages-ru/manpages-ru_0.98-1.diff.gz
manpages-ru_0.98-1.dsc
  to pool/main/m/manpages-ru/manpages-ru_0.98-1.dsc
manpages-ru_0.98-1_all.deb
  to pool/main/m/manpages-ru/manpages-ru_0.98-1_all.deb
manpages-ru_0.98.orig.tar.gz
  to pool/main/m/manpages-ru/manpages-ru_0.98.orig.tar.gz


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



Accepted normalize-audio 0.7.6-7 (i386 source)

2005-04-26 Thread macan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 16:02:28 -0300
Source: normalize-audio
Binary: normalize-audio
Architecture: source i386
Version: 0.7.6-7
Distribution: unstable
Urgency: low
Maintainer: Eduardo Marcel Macan [EMAIL PROTECTED]
Changed-By: macan [EMAIL PROTECTED]
Description: 
 normalize-audio - adjust the volume of WAV files to a standard volume level
Closes: 305367
Changes: 
 normalize-audio (0.7.6-7) unstable; urgency=low
 .
   * Normalize frontends fixed to use the normalize-audio binary (Closes: 
305367)
   * GNU config automated update: config.sub (20041130 to 20050210),
 config.guess (20041112 to 20050324)
Files: 
 4743860c1415443d7303a36fa04d4e4e 650 sound extra normalize-audio_0.7.6-7.dsc
 4616060b4ff5c39650b3eed2350865cd 259830 sound extra 
normalize-audio_0.7.6-7.diff.gz
 218654c5bf2666d0ae78cb288cf00b3e 52648 sound extra 
normalize-audio_0.7.6-7_i386.deb

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

iD8DBQFCbpThoUSye+uc2tURApfWAJ9hc2NLVxnblCQTLsdxebYoPZuMKACgl4yM
lGH9tmaJiGc0WvLj+BI5YSY=
=WImy
-END PGP SIGNATURE-


Accepted:
normalize-audio_0.7.6-7.diff.gz
  to pool/main/n/normalize-audio/normalize-audio_0.7.6-7.diff.gz
normalize-audio_0.7.6-7.dsc
  to pool/main/n/normalize-audio/normalize-audio_0.7.6-7.dsc
normalize-audio_0.7.6-7_i386.deb
  to pool/main/n/normalize-audio/normalize-audio_0.7.6-7_i386.deb


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



Accepted smbldap-tools 0.8.8-1 (all source)

2005-04-26 Thread Sergio Talens-Oliag
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:15:52 +0200
Source: smbldap-tools
Binary: smbldap-tools
Architecture: source all
Version: 0.8.8-1
Distribution: unstable
Urgency: low
Maintainer: Sergio Talens-Oliag [EMAIL PROTECTED]
Changed-By: Sergio Talens-Oliag [EMAIL PROTECTED]
Description: 
 smbldap-tools - Scripts to manage Unix and Samba accounts stored on LDAP
Closes: 306455
Changes: 
 smbldap-tools (0.8.8-1) unstable; urgency=low
 .
   * New upstream release (Closes: Bug#306455).
Files: 
 c5d755423ed313dbe680e4bee597eb42 608 admin extra smbldap-tools_0.8.8-1.dsc
 bb5213ee265e9c301796af77a1894001 291968 admin extra 
smbldap-tools_0.8.8.orig.tar.gz
 addeb69d1a215754a8a03f5438dcbc50 4087 admin extra smbldap-tools_0.8.8-1.diff.gz
 a2a9ca09c2df413cae8761b5410fd815 321868 admin extra 
smbldap-tools_0.8.8-1_all.deb

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

iD8DBQFCbprPZ3AFK7jB+mkRAntLAKDP/MYrv7Pd49tFQVa3B4onnJhWfACfa1oQ
vFjV8q4nycHEMIUS+RDKlQA=
=zX84
-END PGP SIGNATURE-


Accepted:
smbldap-tools_0.8.8-1.diff.gz
  to pool/main/s/smbldap-tools/smbldap-tools_0.8.8-1.diff.gz
smbldap-tools_0.8.8-1.dsc
  to pool/main/s/smbldap-tools/smbldap-tools_0.8.8-1.dsc
smbldap-tools_0.8.8-1_all.deb
  to pool/main/s/smbldap-tools/smbldap-tools_0.8.8-1_all.deb
smbldap-tools_0.8.8.orig.tar.gz
  to pool/main/s/smbldap-tools/smbldap-tools_0.8.8.orig.tar.gz


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



Accepted gngeo 0.6.4-3 (i386 source)

2005-04-26 Thread Julien Delange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 24 Apr 2005 23:48:18 +0200
Source: gngeo
Binary: gngeo
Architecture: source i386
Version: 0.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Julien Delange [EMAIL PROTECTED]
Changed-By: Julien Delange [EMAIL PROTECTED]
Description: 
 gngeo  - NeoGeo emulator
Closes: 304385
Changes: 
 gngeo (0.6.4-3) unstable; urgency=low
 .
   * Fix FTBFS bug on amd64 (Closes: #304385)
Files: 
 ec6a92f141894d6e3afa636ab46f6f8a 654 contrib/x11 optional gngeo_0.6.4-3.dsc
 a3d2078ce1241934010932bcb26471b6 15564 contrib/x11 optional 
gngeo_0.6.4-3.diff.gz
 f82864575c1a6d1e6d54f94cdf7c2eb5 307948 contrib/x11 optional 
gngeo_0.6.4-3_i386.deb

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

iD8DBQFCbpzIpGK1HsL+5c0RAr1qAJ9WF+33QJh1BgDwY2FWcooiZcUuAACg4A7b
KP0ChpyBOwrCGg07Rrq7K40=
=uV3E
-END PGP SIGNATURE-


Accepted:
gngeo_0.6.4-3.diff.gz
  to pool/contrib/g/gngeo/gngeo_0.6.4-3.diff.gz
gngeo_0.6.4-3.dsc
  to pool/contrib/g/gngeo/gngeo_0.6.4-3.dsc
gngeo_0.6.4-3_i386.deb
  to pool/contrib/g/gngeo/gngeo_0.6.4-3_i386.deb


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



Accepted webmin-extra 1.180-4 (i386 source all)

2005-04-26 Thread Jaldhar H. Vyas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 14:41:24 -0400
Source: webmin-extra
Binary: webmin-sendmail webmin-bind webmin-grub webmin-xinetd webmin-shorewall 
webmin-lvm webmin-usermin webmin-firewall webmin-wuftpd webmin-fetchmail 
webmin-inetd webmin-lilo webmin-proftpd webmin-nis webmin-postfix
Architecture: source all i386
Version: 1.180-4
Distribution: unstable
Urgency: high
Maintainer: Debian Webmin maintainers [EMAIL PROTECTED]
Changed-By: Jaldhar H. Vyas [EMAIL PROTECTED]
Description: 
 webmin-bind - bind 8+ control module for webmin
 webmin-fetchmail - fetchmail mail retrieval module for webmin
 webmin-firewall - iptables control module for webmin
 webmin-grub - grub control module for webmin
 webmin-inetd - inetd control module for webmin
 webmin-lilo - lilo control module for webmin
 webmin-lvm - lvm control module for webmin
 webmin-nis - NIS clients/servers control module for webmin
 webmin-postfix - postfix control module for webmin
 webmin-proftpd - Proftpd module for webmin
 webmin-sendmail - sendmail control module for webmin
 webmin-shorewall - shorewall firewall control module for webmin
 webmin-usermin - usermin control module for webmin
 webmin-wuftpd - wu-ftpd control module for webmin
 webmin-xinetd - xinetd control module for webmin
Closes: 302447 305848
Changes: 
 webmin-extra (1.180-4) unstable; urgency=high
 .
   * webmin-bind: sigh, really change bind8-lib.pl to bind-lib.pl.
 (Closes: #302447)
   * webmin-sendmail: Fix paths to sendmail stuff in configuration
 (Closes: #305848)
   * These were RC bugs hence priority high.
Files: 
 7dda1cf448bb7bba3e326f0c68b3f5e4 925 admin extra webmin-extra_1.180-4.dsc
 0a4cf5911df37d35daeb24a324dacae6 11061 admin extra webmin-extra_1.180-4.diff.gz
 d53a120c21de9ffc085a1e49803d2930 227600 admin extra webmin-bind_1.180-4_all.deb
 ca1943d0a1897ab6766d443ac0a69658 38284 admin extra 
webmin-fetchmail_1.180-4_all.deb
 33696c2534119966128e5c8f2ea29b12 62018 admin extra 
webmin-firewall_1.180-4_all.deb
 bfe0a70e6bd13b6814edf1073cae5738 48632 admin optional 
webmin-inetd_1.180-4_all.deb
 270f88d599b0c74d0f191c89e2135e79 38304 admin extra webmin-lvm_1.180-4_all.deb
 2efedb4ae59dfd2f9bf0c883bd5c2ee1 64220 admin extra webmin-nis_1.180-4_all.deb
 c2a29bd7a66839e48917194c6eb8cd5c 299000 admin extra 
webmin-postfix_1.180-4_all.deb
 7a1ca3565a4c33a852773a29a9037956 104934 admin optional 
webmin-proftpd_1.180-4_all.deb
 d14eb0881499d0f058ba15f059fc9063 260614 admin extra 
webmin-sendmail_1.180-4_all.deb
 c46c9a03e1f7c9b4b5817677870cd7a7 50560 admin extra 
webmin-shorewall_1.180-4_all.deb
 2fc01ccb04c579249bb663e819aee145 115010 admin extra 
webmin-usermin_1.180-4_all.deb
 2cad3984b729a993267716f5086d93fb 108476 admin extra 
webmin-wuftpd_1.180-4_all.deb
 9ffb7dcc65626b9dc0af46d48a2772a3 41716 admin extra 
webmin-xinetd_1.180-4_all.deb
 feee2ab0ee0f65c2c16e2ffd72807e93 37494 admin extra webmin-grub_1.180-4_i386.deb
 ef314d7190a812f0e76a0ef88d03fdd2 41080 admin optional 
webmin-lilo_1.180-4_i386.deb

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

iD8DBQFCbpYW2kYOR+5txmoRAvNHAKCoYEALRyy1kjU6VtiDrFGu1xTZYQCeMJbV
L2KX6LMj2SIfYPwDt7nzuhY=
=NSaQ
-END PGP SIGNATURE-


Accepted:
webmin-bind_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-bind_1.180-4_all.deb
webmin-extra_1.180-4.diff.gz
  to pool/main/w/webmin-extra/webmin-extra_1.180-4.diff.gz
webmin-extra_1.180-4.dsc
  to pool/main/w/webmin-extra/webmin-extra_1.180-4.dsc
webmin-fetchmail_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-fetchmail_1.180-4_all.deb
webmin-firewall_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-firewall_1.180-4_all.deb
webmin-grub_1.180-4_i386.deb
  to pool/main/w/webmin-extra/webmin-grub_1.180-4_i386.deb
webmin-inetd_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-inetd_1.180-4_all.deb
webmin-lilo_1.180-4_i386.deb
  to pool/main/w/webmin-extra/webmin-lilo_1.180-4_i386.deb
webmin-lvm_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-lvm_1.180-4_all.deb
webmin-nis_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-nis_1.180-4_all.deb
webmin-postfix_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-postfix_1.180-4_all.deb
webmin-proftpd_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-proftpd_1.180-4_all.deb
webmin-sendmail_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-sendmail_1.180-4_all.deb
webmin-shorewall_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-shorewall_1.180-4_all.deb
webmin-usermin_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-usermin_1.180-4_all.deb
webmin-wuftpd_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-wuftpd_1.180-4_all.deb
webmin-xinetd_1.180-4_all.deb
  to pool/main/w/webmin-extra/webmin-xinetd_1.180-4_all.deb


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



Accepted openct 0.6.4-1 (i386 source)

2005-04-26 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 01:04:50 -0400
Source: openct
Binary: libopenct1-dev openct libopenct1
Architecture: source i386
Version: 0.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Eric Dorland [EMAIL PROTECTED]
Description: 
 libopenct1 - middleware framework for smart card terminals (libraries)
 libopenct1-dev - headers and development libraries for libopenct0
 openct - middleware framework for smart card terminals
Changes: 
 openct (0.6.4-1) unstable; urgency=medium
 .
   * New upstream release, soname bumped. Probably should of been bumped
 from 0.5.0 to 0.6.2, so urgency medium.
   * debian/control: Rename libopenct0* to libopenct1* and and
 conflicts/replaces for -dev package.
   * debian/{libopenct0-dev.install, libopenct0.install,
 libopenct0.shlibs}: Rename to reflect new package name.
   * debian/libopenct1.shlibs: Update for new soname.
Files: 
 fac9b7f2c550783c8095d57baa3c4edb 635 utils extra openct_0.6.4-1.dsc
 ab18bcda46e4e29dec62f773a64eb4a0 480147 utils extra openct_0.6.4.orig.tar.gz
 e6cd3eb377a126197ae1306a54cc96fc 53002 utils extra openct_0.6.4-1.diff.gz
 618f81e86710dc115faa4ebf1bbe0729 92934 libdevel optional 
libopenct1-dev_0.6.4-1_i386.deb
 92b11fde5168015bb8c04a63f36b1d43 76112 libs optional 
libopenct1_0.6.4-1_i386.deb
 933e4f1d56f5a4447bef0b8c2c24fc9b 55498 utils extra openct_0.6.4-1_i386.deb

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

iD8DBQFCbczjYemOzxbZcMYRApvbAJ9elBw0zlsmHkPPOQhlYzaHgru66gCfTlws
TqauxJzEgTE3PrDtKyRpJGM=
=9FQy
-END PGP SIGNATURE-


Accepted:
libopenct1-dev_0.6.4-1_i386.deb
  to pool/main/o/openct/libopenct1-dev_0.6.4-1_i386.deb
libopenct1_0.6.4-1_i386.deb
  to pool/main/o/openct/libopenct1_0.6.4-1_i386.deb
openct_0.6.4-1.diff.gz
  to pool/main/o/openct/openct_0.6.4-1.diff.gz
openct_0.6.4-1.dsc
  to pool/main/o/openct/openct_0.6.4-1.dsc
openct_0.6.4-1_i386.deb
  to pool/main/o/openct/openct_0.6.4-1_i386.deb
openct_0.6.4.orig.tar.gz
  to pool/main/o/openct/openct_0.6.4.orig.tar.gz


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



Accepted libspf2 1.2.5-2 (i386 source)

2005-04-26 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Apr 2005 20:07:48 -0400
Source: libspf2
Binary: spfquery libspf2-2 libspf2-dev
Architecture: source i386
Version: 1.2.5-2
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Eric Dorland [EMAIL PROTECTED]
Description: 
 libspf2-2  - Sender Policy Framework library, written in C
 libspf2-dev - Header and development libraries for libspf2
 spfquery   - Sender Policy Framework library, written in C
Closes: 306205
Changes: 
 libspf2 (1.2.5-2) unstable; urgency=low
 .
   * The Doh, missed a soname change release.
   * debian/libspf2-0.install: Rename to libspf2-2.install.
   * debian/control:
 - Change libspf2-0 to libspf2-2 to reflect soname change.
   (Closes: #306205)
 - Add spfquery package, don't package spfd for now, can't figure
   out how to make it work. This partially addresses #258360.
   * debian/spfquery.install: New file.
Files: 
 05385b2b63dd5e247e05f79ea81c031e 588 - optional libspf2_1.2.5-2.dsc
 b6a9923b1f7d8490db34c20852f24ec5 12637 - optional libspf2_1.2.5-2.diff.gz
 8ac1229349d941098a92e01fd3af9003 70300 libdevel optional 
libspf2-dev_1.2.5-2_i386.deb
 e1f7b65a730f8b8b0e31c2c2955cebac 49698 libs optional libspf2-2_1.2.5-2_i386.deb
 9db78a887b51ff1b563508fb96d714ef 18658 mail optional spfquery_1.2.5-2_i386.deb

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

iD8DBQFCbYdzYemOzxbZcMYRAq5pAKCg+/VBtAla47UmN4yeZyUIiGoN7ACbB+R5
BTCOcQjDcJLIrVtqBpVAfG8=
=cP+W
-END PGP SIGNATURE-


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


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



Accepted gcompris 6.5.3-1 (i386 source all)

2005-04-26 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 00:37:28 +0200
Source: gcompris
Binary: gcompris-sound-da gcompris-sound-it gcompris-sound-fr gcompris-sound-pt 
libgcompris-1-dev gcompris-sound-ru gcompris-data libgcompris-1-0 
gcompris-sound-de gcompris-sound-es gcompris-sound-sv gcompris gcompris-sound-en
Architecture: source all i386
Version: 6.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Yann Dirson [EMAIL PROTECTED]
Description: 
 gcompris   - Educational games for small children
 gcompris-data - Data files for GCompris
 gcompris-sound-da - Danish sound files for GCompris
 gcompris-sound-de - German sound files for GCompris
 gcompris-sound-en - English sound files for GCompris
 gcompris-sound-es - Spanish sound files for GCompris
 gcompris-sound-fr - French sound files for GCompris
 gcompris-sound-it - Italian sound files for GCompris
 gcompris-sound-pt - Portuguese sound files for GCompris
 gcompris-sound-ru - Russian sound files for GCompris
 gcompris-sound-sv - Swedish sound files for GCompris
 libgcompris-1-0 - Core gcompris functionality - shared library
 libgcompris-1-dev - Core gcompris functionality - development files
Changes: 
 gcompris (6.5.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Regenerate libtool and autoconf stuff again.
   * New sound package for swedish voices.
Files: 
 214347dd9e7d8e29b3c9788688c1555d 1049 games optional gcompris_6.5.3-1.dsc
 11cc5c1fe2ebb583767884e18307534e 43519786 games optional 
gcompris_6.5.3.orig.tar.gz
 5c59135eb88e80472bc02bd14dd76bc7 20464 games optional gcompris_6.5.3-1.diff.gz
 ffbd661df41806c70d8bc85a59e40e00 708464 games optional 
gcompris-sound-da_6.5.3-1_all.deb
 b3bfe8927d87e91d974d7d507d3a9b01 891824 games optional 
gcompris-sound-de_6.5.3-1_all.deb
 a0d134fa16b0e51e032f169efef1aa37 2011176 games optional 
gcompris-sound-en_6.5.3-1_all.deb
 ac11ab4ec055d2d21b65a3dd37057c4b 3151000 games optional 
gcompris-sound-es_6.5.3-1_all.deb
 26a38d32f3189f0c2f0ac772826a1bf6 1067720 games optional 
gcompris-sound-fr_6.5.3-1_all.deb
 1f21c553d5a4b476b28aae0a8d108734 1599204 games optional 
gcompris-sound-it_6.5.3-1_all.deb
 6082badb3def6744f2536d5e5085b292 812670 games optional 
gcompris-sound-pt_6.5.3-1_all.deb
 558fbe3e851b9c025927c4620e460734 1536018 games optional 
gcompris-sound-ru_6.5.3-1_all.deb
 b9266aedb6d9310affd44e5b1018c85c 1964484 games optional 
gcompris-sound-sv_6.5.3-1_all.deb
 9201fab0b0ea5c296f106da2b61ba45d 27563158 games optional 
gcompris-data_6.5.3-1_all.deb
 0aae5a67f3c75c84df5361b25368e4f6 225604 games optional 
gcompris_6.5.3-1_i386.deb
 ad79f6d431162c7fe27302d0fc468a18 140578 libs optional 
libgcompris-1-0_6.5.3-1_i386.deb
 1e2177ba771fa16a58eb83db13d4c5e5 87966 libdevel optional 
libgcompris-1-dev_6.5.3-1_i386.deb

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

iD8DBQFCbXtpV1uVslwzwbgRAvjaAJ9OuCZkzzw5SoF4RrlOBvPPLTZL+QCgqiUV
Mm3w696zh+R1S1UHumFkyIs=
=rAsT
-END PGP SIGNATURE-


Accepted:
gcompris-data_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-data_6.5.3-1_all.deb
gcompris-sound-da_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-da_6.5.3-1_all.deb
gcompris-sound-de_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-de_6.5.3-1_all.deb
gcompris-sound-en_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-en_6.5.3-1_all.deb
gcompris-sound-es_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-es_6.5.3-1_all.deb
gcompris-sound-fr_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-fr_6.5.3-1_all.deb
gcompris-sound-it_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-it_6.5.3-1_all.deb
gcompris-sound-pt_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-pt_6.5.3-1_all.deb
gcompris-sound-ru_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-ru_6.5.3-1_all.deb
gcompris-sound-sv_6.5.3-1_all.deb
  to pool/main/g/gcompris/gcompris-sound-sv_6.5.3-1_all.deb
gcompris_6.5.3-1.diff.gz
  to pool/main/g/gcompris/gcompris_6.5.3-1.diff.gz
gcompris_6.5.3-1.dsc
  to pool/main/g/gcompris/gcompris_6.5.3-1.dsc
gcompris_6.5.3-1_i386.deb
  to pool/main/g/gcompris/gcompris_6.5.3-1_i386.deb
gcompris_6.5.3.orig.tar.gz
  to pool/main/g/gcompris/gcompris_6.5.3.orig.tar.gz
libgcompris-1-0_6.5.3-1_i386.deb
  to pool/main/g/gcompris/libgcompris-1-0_6.5.3-1_i386.deb
libgcompris-1-dev_6.5.3-1_i386.deb
  to pool/main/g/gcompris/libgcompris-1-dev_6.5.3-1_i386.deb


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



Accepted leaktracer 2.4-3 (i386 source)

2005-04-26 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 22:35:30 +0200
Source: leaktracer
Binary: leaktracer
Architecture: source i386
Version: 2.4-3
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Yann Dirson [EMAIL PROTECTED]
Description: 
 leaktracer - Simple and efficient memory-leak tracer for C++ programs
Closes: 305754
Changes: 
 leaktracer (2.4-3) unstable; urgency=low
 .
   * Removed XB-Task field from debian/control and use a parameter to
 dh_gencontrol instead, since dpkg-gencontrol messes with the field's
 case (Closes: #305754).
   * Removed g++ from the build-deps, it is essential now.
   * Added debian/watch file - mostly useless since upstream does not put
 version in the tarball name.
   * Bumped Standards-Version to 3.6.1, no change.
Files: 
 eae023a2afb4319797408bb3531df7f6 593 devel optional leaktracer_2.4-3.dsc
 dce361fcb65a095ba449ecc4afa7f0c6 4026 devel optional leaktracer_2.4-3.diff.gz
 b81e3b738bfd29a96a15b6a565064803 22276 devel optional leaktracer_2.4-3_i386.deb

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

iD8DBQFCbqZpV1uVslwzwbgRAo+uAJ9B1oYZQiXZTSZD/44BrR0IGsGNdQCfXWPi
rdAb7JmMKuITMp+VjCuskXI=
=xIVt
-END PGP SIGNATURE-


Accepted:
leaktracer_2.4-3.diff.gz
  to pool/main/l/leaktracer/leaktracer_2.4-3.diff.gz
leaktracer_2.4-3.dsc
  to pool/main/l/leaktracer/leaktracer_2.4-3.dsc
leaktracer_2.4-3_i386.deb
  to pool/main/l/leaktracer/leaktracer_2.4-3_i386.deb


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



Accepted rbscrobbler 0.0.9pre3-1 (i386 source)

2005-04-26 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 25 Apr 2005 22:08:35 -0400
Source: rbscrobbler
Binary: rbscrobbler
Architecture: source i386
Version: 0.0.9pre3-1
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 rbscrobbler - send rhythmbox track information to audioscrobbler
Changes: 
 rbscrobbler (0.0.9pre3-1) unstable; urgency=low
 .
   * First release.
   * Add DESTDIR to Makefile and fix trayicon.so location to be FHS.
   * Wrote a man page.
Files: 
 f860c75c3c6e8072ba8959e249ce2ae3 625 sound optional rbscrobbler_0.0.9pre3-1.dsc
 3e4fc3347ddf671e194d6d60f93ce5c2 31891 sound optional 
rbscrobbler_0.0.9pre3.orig.tar.gz
 6107c0638eb8c72a12d23633f8d6b896 2399 sound optional 
rbscrobbler_0.0.9pre3-1.diff.gz
 0bcc2fab63471cbf37246a5e47607f95 28958 sound optional 
rbscrobbler_0.0.9pre3-1_i386.deb

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

iD8DBQFCbbhb2tp5zXiKP0wRAj8FAJ9XpxF+MDPpBO89hdCSwQGHpl6JYwCfeHiM
NL7Y1VD9bafmxSe6YRp1Fr8=
=JTig
-END PGP SIGNATURE-


Accepted:
rbscrobbler_0.0.9pre3-1.diff.gz
  to pool/main/r/rbscrobbler/rbscrobbler_0.0.9pre3-1.diff.gz
rbscrobbler_0.0.9pre3-1.dsc
  to pool/main/r/rbscrobbler/rbscrobbler_0.0.9pre3-1.dsc
rbscrobbler_0.0.9pre3-1_i386.deb
  to pool/main/r/rbscrobbler/rbscrobbler_0.0.9pre3-1_i386.deb
rbscrobbler_0.0.9pre3.orig.tar.gz
  to pool/main/r/rbscrobbler/rbscrobbler_0.0.9pre3.orig.tar.gz


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



Accepted libcgi-formbuilder-perl 3.02-1 (all source)

2005-04-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 20 Apr 2005 10:24:36 +0200
Source: libcgi-formbuilder-perl
Binary: libcgi-formbuilder-perl
Architecture: source all
Version: 3.02-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libcgi-formbuilder-perl - Easily generate and process stateful forms
Changes: 
 libcgi-formbuilder-perl (3.02-1) unstable; urgency=low
 .
   * New upstream release.
   * Recommend libhtml-parser-perl (contains HTML::Entities used for
 multibyte HTML character escapes).
   * Suggest libcgi-fasttemplate-perl (this templating helper module is
 newly supported but not (yet?) packaged for Debian.
   * Add upstream website to long description.
   * Update and improve debian/copyright:
 + New copyright and licensing text (new email address + covers
   recent years)
 + Drop info also included in changelog.
 + Mention GNU systems in leading section.
 + Declare each topic more strictly.
 + Mention licensing info together with copyright.
 + Rephrase and add Artistic License to trailing reference to
   common-licenses, and fix full name of GPL.
 + Promote upstream mailinglist as alternative contact address.
   * Improve debian/watch:
 + Add comment on usage.
 + Extend regex to cover more possible source names.
   * Bump up Standards-Version to 3.6.1 (no changes needed).
   * Enable cdbs debian/rules auto-update (and update copyright).
Files: 
 45fdbb87a309000de74c69287a918ec3 667 perl optional 
libcgi-formbuilder-perl_3.02-1.dsc
 7f9a4cff92aa2d680a520d9f1a6270d0 108909 perl optional 
libcgi-formbuilder-perl_3.02.orig.tar.gz
 49b1c3d294c9a9a6b64267243d9af6aa 2368 perl optional 
libcgi-formbuilder-perl_3.02-1.diff.gz
 e94944038737ca63cb9fcea3be525736 158426 perl optional 
libcgi-formbuilder-perl_3.02-1_all.deb

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

iD8DBQFCbqVRn7DbMsAkQLgRApzpAJ9ntEeSHuZ9FBVHO4d97wvq3iTntQCfeMBw
AeIqLXLGzuPDquTerqleoag=
=qW1w
-END PGP SIGNATURE-


Accepted:
libcgi-formbuilder-perl_3.02-1.diff.gz
  to 
pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.02-1.diff.gz
libcgi-formbuilder-perl_3.02-1.dsc
  to pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.02-1.dsc
libcgi-formbuilder-perl_3.02-1_all.deb
  to 
pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.02-1_all.deb
libcgi-formbuilder-perl_3.02.orig.tar.gz
  to 
pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.02.orig.tar.gz


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



Accepted qtstalker 0.26-5 (i386 source all)

2005-04-26 Thread Marco van Zwetselaar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 16:18:33 +0200
Source: qtstalker
Binary: qtstalker-doc qtstalker
Architecture: source i386 all
Version: 0.26-5
Distribution: unstable
Urgency: low
Maintainer: Marco van Zwetselaar [EMAIL PROTECTED]
Changed-By: Marco van Zwetselaar [EMAIL PROTECTED]
Description: 
 qtstalker  - commodity and stock market charting and technical analysis
 qtstalker-doc - documentation for Qtstalker
Closes: 306240
Changes: 
 qtstalker (0.26-5) unstable; urgency=low
 .
   * Bumped libmysqlclient deps to fix FTBFS in sarge, closes: #306240
   * Retrofitted workaround for another qmake bug in debian/rules
   * Added call to dh_desktop in debian/rules
Files: 
 5bfd20899e9b537ff526f050dc001f42 678 misc extra qtstalker_0.26-5.dsc
 bd4aae71245232b68d865690110c266e 10503 misc extra qtstalker_0.26-5.diff.gz
 2ff307397c78dffc237602f11a0bd05b 753492 doc extra qtstalker-doc_0.26-5_all.deb
 94ec486593ccce9f3d1483fabaa67579 1014786 misc extra qtstalker_0.26-5_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCbqoNKN6ufymYLloRAms4AJ9H/b8ywZVBIJ6q+gkuRHzWlLFZkgCaA2yo
9AJEnz5h2TZi9tpjzeQH7F8=
=mGwi
-END PGP SIGNATURE-


Accepted:
qtstalker-doc_0.26-5_all.deb
  to pool/main/q/qtstalker/qtstalker-doc_0.26-5_all.deb
qtstalker_0.26-5.diff.gz
  to pool/main/q/qtstalker/qtstalker_0.26-5.diff.gz
qtstalker_0.26-5.dsc
  to pool/main/q/qtstalker/qtstalker_0.26-5.dsc
qtstalker_0.26-5_i386.deb
  to pool/main/q/qtstalker/qtstalker_0.26-5_i386.deb


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



Accepted amule 1.2.6+rc8-4 (i386 source)

2005-04-26 Thread Julien Delange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:25:13 +0200
Source: amule
Binary: amule amule-utils
Architecture: source i386
Version: 1.2.6+rc8-4
Distribution: unstable
Urgency: low
Maintainer: Julien Delange [EMAIL PROTECTED]
Changed-By: Julien Delange [EMAIL PROTECTED]
Description: 
 amule  - aNOTHER eMule P2P Client
 amule-utils - utilities for amule
Closes: 306062
Changes: 
 amule (1.2.6+rc8-4) unstable; urgency=low
 .
   * Will run on powerpc now (compile against gtk1.2)
   * Don't use wxwidgets (Closes: #306062)
Files: 
 faac6f8d5cef7235abafbfa79eb7be0a 707 x11 optional amule_1.2.6+rc8-4.dsc
 d7ee34f0774e7f1b3c7f96a0f76de4c3 20864 x11 optional amule_1.2.6+rc8-4.diff.gz
 d11064f63bf5772e5ef1649827dcbe15 2384936 x11 optional 
amule_1.2.6+rc8-4_i386.deb
 e80f6ccaa9e2ffd659dabb671419ec20 487390 x11 optional 
amule-utils_1.2.6+rc8-4_i386.deb

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

iD8DBQFCbqePpGK1HsL+5c0RAm2HAKC80fDkrg4ktNiNSB8Eg3S3EH2iNgCfa/Dq
ztePRp8aLzOGjM6iSX8W8Ek=
=zISc
-END PGP SIGNATURE-


Accepted:
amule-utils_1.2.6+rc8-4_i386.deb
  to pool/main/a/amule/amule-utils_1.2.6+rc8-4_i386.deb
amule_1.2.6+rc8-4.diff.gz
  to pool/main/a/amule/amule_1.2.6+rc8-4.diff.gz
amule_1.2.6+rc8-4.dsc
  to pool/main/a/amule/amule_1.2.6+rc8-4.dsc
amule_1.2.6+rc8-4_i386.deb
  to pool/main/a/amule/amule_1.2.6+rc8-4_i386.deb


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



Accepted bzr 0.0.4-2 (all source)

2005-04-26 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:45:11 +0200
Source: bzr
Binary: bzr-doc bzr
Architecture: source all
Version: 0.0.4-2
Distribution: experimental
Urgency: low
Maintainer: Norbert Tretkowski [EMAIL PROTECTED]
Changed-By: Norbert Tretkowski [EMAIL PROTECTED]
Description: 
 bzr- bazaar-ng, the next-generation distributed version control system
 bzr-doc- documentation files for bazaar-ng
Changes: 
 bzr (0.0.4-2) experimental; urgency=low
 .
   * Mention 'bazaar-ng' in short and long descriptions.
Files: 
 8b47cb68ec5c7bb0c03cde9a20daf653 646 devel optional bzr_0.0.4-2.dsc
 f14ca253e452741d0e8afde784942fec 2565 devel optional bzr_0.0.4-2.diff.gz
 15a75c81eede49268f13961a4ad2079e 64464 devel optional bzr_0.0.4-2_all.deb
 243eeb5b8fcdf74607c7ae8ee857a795 196504 doc optional bzr-doc_0.0.4-2_all.deb

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

iD8DBQFCbpRFr/RnCw96jQERAq5PAJ0aBApFg+hs1LJnX2sV2g8Y/Wj4FACcDD+j
Re2Eg+xXLFWc97Oga+9iFFs=
=3BQ6
-END PGP SIGNATURE-


Accepted:
bzr-doc_0.0.4-2_all.deb
  to pool/main/b/bzr/bzr-doc_0.0.4-2_all.deb
bzr_0.0.4-2.diff.gz
  to pool/main/b/bzr/bzr_0.0.4-2.diff.gz
bzr_0.0.4-2.dsc
  to pool/main/b/bzr/bzr_0.0.4-2.dsc
bzr_0.0.4-2_all.deb
  to pool/main/b/bzr/bzr_0.0.4-2_all.deb


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



Accepted tqsllib 2.0-1 (i386 source)

2005-04-26 Thread Hamish Moffatt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 23:36:53 +1000
Source: tqsllib
Binary: tqsllib-dev tqsllib-bin tqsllib1
Architecture: source i386
Version: 2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Hamish Moffatt [EMAIL PROTECTED]
Changed-By: Hamish Moffatt [EMAIL PROTECTED]
Description: 
 tqsllib-bin - QSL signing utilities for the Logbook of the World (LoTW)
 tqsllib-dev - QSL signing library development files
 tqsllib1   - QSL signing routines for the Logbook of the World (LoTW)
Closes: 303631
Changes: 
 tqsllib (2.0-1) unstable; urgency=medium
 .
   * New upstream release
 * Fixes compatibility problems with openssl 0.9.7 (closes: #303631)
   * Rework debian/rules for upstream autoconf changes
Files: 
 eb8a524e213c6d18ce12d14eaadb18cd 744 libs optional tqsllib_2.0-1.dsc
 eab6bcd6c93561881f68ef184456a193 433450 libs optional tqsllib_2.0.orig.tar.gz
 f34414921af877a913845a1e733c1960 2954 libs optional tqsllib_2.0-1.diff.gz
 8a505e31c294665413d8d82932a51aba 219300 libs optional tqsllib1_2.0-1_i386.deb
 180a0058e3f9303d11883bae8ce0e34e 3732 libs optional tqsllib-bin_2.0-1_i386.deb
 bc13b582f9598993292d57e636290259 263884 devel optional 
tqsllib-dev_2.0-1_i386.deb

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

iQCVAwUBQm5M8diYIdPvprnVAQKqFAP+NGCQ60FQmOsbJNRa5g0+EwxNN2LwIp75
kxVSWul8Mi0UY5UWCYZ+dErtqYPING2sBZ+CjwsOuMLNvXaOP6HSDPvOtTqvYh6L
8iYKCGILLRJ1nnpzL22mu+0h90uolj/YJE3cXY9fmPTiEa+LrFJhaspnnK6AfOd2
bZBT+QFVq5o=
=KCNN
-END PGP SIGNATURE-


Accepted:
tqsllib-bin_2.0-1_i386.deb
  to pool/main/t/tqsllib/tqsllib-bin_2.0-1_i386.deb
tqsllib-dev_2.0-1_i386.deb
  to pool/main/t/tqsllib/tqsllib-dev_2.0-1_i386.deb
tqsllib1_2.0-1_i386.deb
  to pool/main/t/tqsllib/tqsllib1_2.0-1_i386.deb
tqsllib_2.0-1.diff.gz
  to pool/main/t/tqsllib/tqsllib_2.0-1.diff.gz
tqsllib_2.0-1.dsc
  to pool/main/t/tqsllib/tqsllib_2.0-1.dsc
tqsllib_2.0.orig.tar.gz
  to pool/main/t/tqsllib/tqsllib_2.0.orig.tar.gz


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



Accepted gnome-applets 2.10.1-1 (i386 source all)

2005-04-26 Thread Marc Dequnes (Duck)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Apr 2005 02:57:49 +0200
Source: gnome-applets
Binary: gnome-applets-data gnome-applets-dbg gnome-applets gnome-applets-dev
Architecture: source i386 all
Version: 2.10.1-1
Distribution: experimental
Urgency: low
Maintainer: Marc Dequènes (Duck) [EMAIL PROTECTED]
Changed-By: Marc Dequènes (Duck) [EMAIL PROTECTED]
Description: 
 gnome-applets - Various applets for GNOME 2 panel - binary files
 gnome-applets-data - Various applets for GNOME 2 panel - data files
 gnome-applets-dbg - Various applets for GNOME 2 panel - binary files with 
debugging s
 gnome-applets-dev - Various applets for GNOME 2 panel - development files
Closes: 70456 82874 89940 89940 115732 173420 173545 184186 201984 207355 
220796 233702 245142 247209 273429 280436 285331 285478 286125 286360 292349 
292679 302733 304137
Changes: 
 gnome-applets (2.10.1-1) experimental; urgency=low
 .
   * New upstream release
   * Mass build-depends and depends update (Closes: #292679).
   * Added Replaces/Conflicts/Provides on gnome-cpufreq-applet.
   * Now depending on gnome-icon-theme where several applet icons lies.
   * Defaulting to 'gstreamer0.8-alsa' dependency instead of
 'gstreamer0.8-oss' (OSS is DEPRECATED and must die).
   * Removed the following patches now included upstream :
 + 06_gweather_utf8.patch
 + 11_batstat_ui_fix.patch
   * Removed the following patches now obsolete :
 + 01_keep_keyprop.patch
 + 02_gkb_xmmap.patch
 + 03_modemlights_ppp_commands.patch
 + 07_inboxmonitor_ssl.patch
 + 10_batstat_transparent_background.patch
 + 12_buildsys_relibtoolized.patch
   * Regenerated patches :
 + 08_gweather_locations.patch
 + 09_drivemount_mediamount.patch
   * Removed obsolete Indian  Latvian language support files.
   * Fixed 'debian/gnome-keyboard-layout.xml' man page source typo
 (Closes: #302733).
   * Fixed in 2.10 branch :
 + gkb disables VT switching in XFree86 4.3 (Closes: #233702).
 + gweather: would be nice to show a moon during night-time clear sky
   (Closes: #201984).
 + include NYC Central Park (Closes: #304137).
 + xml parsing errors during upgrade (Closes: #286125).
 + gnome-keyboard-applet no longer show flag icon (flags removed)
   (Closes: #285478) (see the NO Flags Policy thread  :
   http://mail.gnome.org/archives/desktop-devel-list/2003-November/ \
msg00267.html )
   * Invalidated by major upstream changes :
 + mailcheck removed (Closes: #285331, #89940, #82874, #292349, #207355,
   #245142, #286360, #89940, #184186).
 + cdplayer removed (Closes: #280436).
 + wireless removed (no bugs).
 + modemlights rewritten (Closes: #247209, #273429, #220796, #115732,
   #173420).
 + drivemount rewritten (Closes: #70456, #173545).
   * Added 'gnome-applets-dbg.' binary package.
   * Renamed 'postinst' to 'gnome-applets.postinst'.
   * Added 'debian/README.Debian' with information about cpufreq applet
 SUID parameter.
   * Patch stolen from Ubuntu package (thanks to seb128's work) :
 + 05_battstat-icon.patch : patch from Ryan Lortie [EMAIL PROTECTED] to
   fix some refresh issue with battstat.
 + 06_battstat-default.patch : changed the default configuration for the
   battstat applet (show battery activated by default).
 + 08_battstat-no-suspend.patch : disable the suspend-on-double-click,
   which is not yet working.
 + 13_stickynotes-docs-dupe-id.patch : documentation fix.
   * Reindexed patches.
   * Removed extra cleanup rules (buildsys has learned hygiene).
   * Fixed stupid cut-and-paste mistake in 'debian/copyright'.
   * Updated 'debian/watch'.
   * Temporarily reverted 'debian/control' generation to please ftpmasters
 before a real solution is found and accepted.
Files: 
 1d28a938a9f70deb98c76fe7534df3fe 2298 gnome optional gnome-applets_2.10.1-1.dsc
 5c72d59c1af9286b13b87f81b50f8348 10422067 gnome optional 
gnome-applets_2.10.1.orig.tar.gz
 ad9b2e284e1f15dd10bbfe57b3f726d3 18644 gnome optional 
gnome-applets_2.10.1-1.diff.gz
 58087e1de72773c98a3ad1c73407486d 6565792 gnome optional 
gnome-applets-data_2.10.1-1_all.deb
 9207d63c9bab97011c7ae132c065d323 381652 gnome optional 
gnome-applets_2.10.1-1_i386.deb
 a5c973e8d9401ec71061e765fa56341e 7310158 gnome optional 
gnome-applets-dbg_2.10.1-1_i386.deb
 57381b3057630a75380cc4eb92a773a4 87772 gnome optional 
gnome-applets-dev_2.10.1-1_i386.deb

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

iD8DBQFCbgYoJYSUupF6Il4RAonpAJ0XXZAikubI/1gRw6l/PNm2PUyL+ACghvSR
K5P6t9SL/DzK+dp+FubTZVo=
=Sxgz
-END PGP SIGNATURE-


Accepted:
gnome-applets-data_2.10.1-1_all.deb
  to pool/main/g/gnome-applets/gnome-applets-data_2.10.1-1_all.deb
gnome-applets-dbg_2.10.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dbg_2.10.1-1_i386.deb
gnome-applets-dev_2.10.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dev_2.10.1-1_i386.deb

Accepted leafnode 1.11.1.rel-1 (powerpc i386 source)

2005-04-26 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:44:42 +0100
Source: leafnode
Binary: leafnode
Architecture: source powerpc i386
Version: 1.11.1.rel-1
Distribution: unstable
Urgency: high
Maintainer: Mark Brown [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Desription: 
 leafnode   - NNTP server for small leaf sites
Closes: 303157 306380
Changes: 
 leafnode (1.11.1.rel-1) unstable; urgency=high
 .
   * New upstream release.
   * Upstream has fixed the pluralisation of the articles posted count message
 in fetchnews (closes: #303157).
   * Version 4.21 of netbase broke our usage of update-inetd by tightening up
 some overly broad regular expressions: fix it by specifying the comment
 string when (re)adding.  (closes: #306380).
   * Fix a similar update-inetd problem in postrm by adding wildcards.
Files: 
 7164ed7ff4e77b7b5f0fa29ce104823c 594 news extra leafnode_1.11.1.rel-1.dsc
 b3b16ec72ed1c43c4d4e6d6e8ab4f069 466707 news extra 
leafnode_1.11.1.rel.orig.tar.gz
 f460493df33f9cff696b7c48e4b41d83 36503 news extra leafnode_1.11.1.rel-1.diff.gz
 0517147522d02dbed82d250c7c36d22e 331950 news extra 
leafnode_1.11.1.rel-1_powerpc.deb
 a13f1a5c7545dccd5839e6385b0c3711 311002 news extra 
leafnode_1.11.1.rel-1_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCbqZZJ2Vo11xhU60RAuGNAJ9iD0qov0P2Cyqug5qo/WgB6lXGXwCgrRIa
2O/iRWwVkyfAp0l5VetbsU8=
=AzxL
-END PGP SIGNATURE-


Accepted:
leafnode_1.11.1.rel-1.diff.gz
  to pool/main/l/leafnode/leafnode_1.11.1.rel-1.diff.gz
leafnode_1.11.1.rel-1.dsc
  to pool/main/l/leafnode/leafnode_1.11.1.rel-1.dsc
leafnode_1.11.1.rel-1_i386.deb
  to pool/main/l/leafnode/leafnode_1.11.1.rel-1_i386.deb
leafnode_1.11.1.rel-1_powerpc.deb
  to pool/main/l/leafnode/leafnode_1.11.1.rel-1_powerpc.deb
leafnode_1.11.1.rel.orig.tar.gz
  to pool/main/l/leafnode/leafnode_1.11.1.rel.orig.tar.gz


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



Accepted glob2 0.8.14-1 (i386 source)

2005-04-26 Thread David Martnez Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:09:12 +0200
Source: glob2
Binary: glob2
Architecture: source i386
Version: 0.8.14-1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno [EMAIL PROTECTED]
Changed-By: David Martínez Moreno [EMAIL PROTECTED]
Description: 
 glob2  - state-of-the-art Real Time Strategy (RTS) game
Changes: 
 glob2 (0.8.14-1) unstable; urgency=low
 .
   * Initial release.
   * Integrated most of the structure that Vincent Deffontaines
 [EMAIL PROTECTED] made for the unofficial packages. Thanks, Vincent!
   * Fixed several glitches and typos across manpage.
   * Added a home-made ChangeLog gathering individual release-notes-0.8.*.txt
 files from the website.
Files: 
 cfc3a2a0336d992d38cebcc9ea806122 701 games optional glob2_0.8.14-1.dsc
 5fb509de446cbd58f0d77af9d1551612 9105356 games optional 
glob2_0.8.14.orig.tar.gz
 8f939c66bacf471ab411a08b42e8ebe1 8492 games optional glob2_0.8.14-1.diff.gz
 eed8a38887696eaaa717d2900ef3254a 9093424 games optional glob2_0.8.14-1_i386.deb

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

iD8DBQFCboS0Ws/EhA1iABsRAvLhAKCHLCeNJsK0PF2K91V8RN4HL3FfkACdHrJH
ZPL1/HLAsfU3ky+oRmgSnhE=
=tW03
-END PGP SIGNATURE-


Accepted:
glob2_0.8.14-1.diff.gz
  to pool/main/g/glob2/glob2_0.8.14-1.diff.gz
glob2_0.8.14-1.dsc
  to pool/main/g/glob2/glob2_0.8.14-1.dsc
glob2_0.8.14-1_i386.deb
  to pool/main/g/glob2/glob2_0.8.14-1_i386.deb
glob2_0.8.14.orig.tar.gz
  to pool/main/g/glob2/glob2_0.8.14.orig.tar.gz


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



Accepted libgstreamer-perl 0.01-1 (powerpc i386 source)

2005-04-26 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 21:23:27 +0200
Source: libgstreamer-perl
Binary: libgstreamer-perl
Architecture: i386 powerpc source 
Version: 0.01-1
Distribution: experimental
Urgency: low
Maintainer: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 libgstreamer-perl - Perl interface to the gstreamer media processing framework
Changes: 
 libgstreamer-perl (0.01-1) experimental; urgency=low
 .
   * Initial upstream release.
   * At the moment, we need gstreamer0.8-misc and gstreamer0.8-oss to run make
 test. This is probably not the best thing and I'll reconsider this before
 uploading to unstable.
Files: 
 0772d44e806047799692a7189997c412 208932 perl optional 
libgstreamer-perl_0.01-1_powerpc.deb
 d8df21367c0b46ed7fa2c668901eb0cc 207812 perl optional 
libgstreamer-perl_0.01-1_i386.deb
 ce91e084038dc56fcf943f8fbfa4fcb5 816 perl optional libgstreamer-perl_0.01-1.dsc
 a903e68043e7d69e4783324c4ba27bb1 67274 perl optional 
libgstreamer-perl_0.01.orig.tar.gz
 ed23dc76d107c45926e82e94571bcb33 2093 perl optional 
libgstreamer-perl_0.01-1.diff.gz

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

iEYEARECAAYFAkJuolgACgkQmO5zOp3h7rGjVwCeI9mIXncHgJD4ASkUrFV5QPug
zJMAnjqRUbsxuSFeag+AQltkFfyhKIc1
=uPj+
-END PGP SIGNATURE-


Accepted:
libgstreamer-perl_0.01-1.diff.gz
  to pool/main/libg/libgstreamer-perl/libgstreamer-perl_0.01-1.diff.gz
libgstreamer-perl_0.01-1.dsc
  to pool/main/libg/libgstreamer-perl/libgstreamer-perl_0.01-1.dsc
libgstreamer-perl_0.01-1_i386.deb
  to pool/main/libg/libgstreamer-perl/libgstreamer-perl_0.01-1_i386.deb
libgstreamer-perl_0.01-1_powerpc.deb
  to pool/main/libg/libgstreamer-perl/libgstreamer-perl_0.01-1_powerpc.deb
libgstreamer-perl_0.01.orig.tar.gz
  to pool/main/libg/libgstreamer-perl/libgstreamer-perl_0.01.orig.tar.gz


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



Accepted pypanel 2.2-3 (i386 source)

2005-04-26 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 22:53:42 +0200
Source: pypanel
Binary: pypanel
Architecture: source i386
Version: 2.2-3
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 pypanel- lightweight panel/taskbar for X11 window managers
Closes: 306469
Changes: 
 pypanel (2.2-3) unstable; urgency=low
 .
   * Fixed Build-Depends line. (Closes: #306469)
 Thanks to Kurt Roeckx for spotting it.
Files: 
 5968b07329babac82477b23dceb13bd4 650 x11 optional pypanel_2.2-3.dsc
 248670635459cea925a3922ca0cadc60 2858 x11 optional pypanel_2.2-3.diff.gz
 4a3307fbb836de2ca30933684dc29be2 25436 x11 optional pypanel_2.2-3_i386.deb

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

iD8DBQFCbqtNhQui3hP+/EARAvb3AJwOyeJb8cEn8oTuj9/JvSNivy8W6gCfU7VR
tWmR46T4J5GCn7Xl0u9XD3E=
=WVNW
-END PGP SIGNATURE-


Accepted:
pypanel_2.2-3.diff.gz
  to pool/main/p/pypanel/pypanel_2.2-3.diff.gz
pypanel_2.2-3.dsc
  to pool/main/p/pypanel/pypanel_2.2-3.dsc
pypanel_2.2-3_i386.deb
  to pool/main/p/pypanel/pypanel_2.2-3_i386.deb


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



Accepted dictionaries-common 0.25.7 (all source)

2005-04-26 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:38:38 +0200
Source: dictionaries-common
Binary: dictionaries-common-dev dictionaries-common
Architecture: source all
Version: 0.25.7
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Closes: 306408
Changes: 
 dictionaries-common (0.25.7) unstable; urgency=low
 .
   * debian/po:
 - Updated Simplified Chinese [zh_CN] debconf templates
   translation, thanks to Hiei Xu and Carlos Z.F. Liu.
   (closes: #306408)
Files: 
 88fb3cb911e71daf41c017fd3f8cd4bc 776 text standard 
dictionaries-common_0.25.7.dsc
 109affbed865e3446bed095418edaec8 214970 text standard 
dictionaries-common_0.25.7.tar.gz
 b70ce7ae51fcc2a626f27d2917660197 198976 text standard 
dictionaries-common_0.25.7_all.deb
 99a175dd69a37d05685e600780e6b8de 94752 text optional 
dictionaries-common-dev_0.25.7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFCbo2mWMZwCEWXpZMRAjKoAJ4xCbboiweynCXGdGYyClwjSd4Q9ACeM+Wm
hRVXCHTSlnFQX2YXnavNLME=
=RNSP
-END PGP SIGNATURE-


Accepted:
dictionaries-common-dev_0.25.7_all.deb
  to pool/main/d/dictionaries-common/dictionaries-common-dev_0.25.7_all.deb
dictionaries-common_0.25.7.dsc
  to pool/main/d/dictionaries-common/dictionaries-common_0.25.7.dsc
dictionaries-common_0.25.7.tar.gz
  to pool/main/d/dictionaries-common/dictionaries-common_0.25.7.tar.gz
dictionaries-common_0.25.7_all.deb
  to pool/main/d/dictionaries-common/dictionaries-common_0.25.7_all.deb


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



Accepted wyrd 0.2.0-1 (i386 source)

2005-04-26 Thread RvB
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 26 Apr 2005 20:47:08 +0200
Source: wyrd
Binary: wyrd
Architecture: source i386
Version: 0.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Rene van Bevern (RvB) [EMAIL PROTECTED]
Changed-By: Rene van Bevern (RvB) [EMAIL PROTECTED]
Description: 
 wyrd   - text-based scheduler application
Closes: 304942
Changes: 
 wyrd (0.2.0-1) unstable; urgency=low
 .
   * New upstream version
   * Closes: #304942: ITP: wyrd - ncurses-frontend for remind
   * Update manual page for changed syntax
 .
   * Upload sponsored by Norbert Tretkowski [EMAIL PROTECTED]
Files: 
 132295aae7bf094dcde5c03f0a3d82ab 630 utils optional wyrd_0.2.0-1.dsc
 15d9d6bbc24705a8d911547c42ef7274 94975 utils optional wyrd_0.2.0.orig.tar.gz
 c92477d9c90c1da25d6e6db6cd106a8a 24318 utils optional wyrd_0.2.0-1.diff.gz
 932dcaa527f2974caeb3c29c54c5dbd4 161070 utils optional wyrd_0.2.0-1_i386.deb

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

iD8DBQFCbqorr/RnCw96jQERAg19AJ0WgqXmG+ZJbhdgpUYgFC5vwME+DACgmCTB
+CBPAPESG/oQUvmByhEKRIg=
=w6D9
-END PGP SIGNATURE-


Accepted:
wyrd_0.2.0-1.diff.gz
  to pool/main/w/wyrd/wyrd_0.2.0-1.diff.gz
wyrd_0.2.0-1.dsc
  to pool/main/w/wyrd/wyrd_0.2.0-1.dsc
wyrd_0.2.0-1_i386.deb
  to pool/main/w/wyrd/wyrd_0.2.0-1_i386.deb
wyrd_0.2.0.orig.tar.gz
  to pool/main/w/wyrd/wyrd_0.2.0.orig.tar.gz


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



  1   2   >