Re: openexp

2006-09-14 Thread Marco Presi
 || On Wed, 13 Sep 2006 12:34:42 +
 || Stefano Melchior [EMAIL PROTECTED] wrote: 

sm On Wed, Sep 13, 2006 at 02:00:16PM +0200, Marco d'Itri wrote:
 On Sep 13, Filippo Giunchedi [EMAIL PROTECTED] wrote:
 
  confermo, ma come te non ho esperienza di standista debian. 
 Basta che ti siedi e ti guardi intorno, la gente verrà da te e ti 
farà
 delle domande. A quel punto puoi rispondere o indirizzare l'utente 
verso
 un altro standista o un altro stand.
 Opzionalmente puoi cazzeggiare insieme agli altri standisti.
 Direi che è tutto.

sm di solito le standiste sono avvenenti fanciulle, particolarmente 
attraenti
sm e dotate di particolari da sogno.
sm Il sex appeal è un requisito per lo standista Debian?

Dipende dalle standiste stafighe dello stand accanto.

Z


-- 
I videogiochi non influenzano i bambini. Voglio dire, se Pac-Man avesse
influenzato la nostra generazione, staremmo tutti saltando in sale
scure, masticando pillole magiche e ascoltando musica elettronica
ripetitiva.

Videogames do not influence kids. I mean, if Pac-Man influenced our
generation, we were all jumping in dark rooms, chomping pills and
listening to electronic repeating music.

Kristian Wilson, Nintendo Inc. 1989



Re: openexp

2006-09-14 Thread Marco Presi
 || On Wed, 13 Sep 2006 12:31:25 +0200
 || Stefano Zacchiroli [EMAIL PROTECTED] wrote: 

sz On Wed, Sep 13, 2006 at 09:22:30AM +0200, Marco d'Itri wrote:
 Allora, facciamo o no lo stand di Debian?

sz Le adesioni le abbiamo viste tutti (just for the records, confermo 
che
sz ci posso essere la domenica).

sz Se tu, o chi altri degli iscritti ha esperienza di presenza a stand
sz Debian (io non ne ho), ritiene che ci siano abbastanza persone si 
fa,
sz altrimenti no.

sz Leggo velocemente il thread e ti riporto le adesioni possibili:

sz - CSurchi
sz - Enrico (in forse)
sz - GoDoG
sz - Mattia Dongili (mezza giornata, prob. sabato)
sz - Md
sz - Stefano Melchior (solo sabato)
sz - Zack (solo domenica)
sz - Zufus

Io non posso confermare: se vengo però sto tutto il
fine-settimana, e mi diverto a stare allo stand.

Ciao Ciao

Marco




-- 
I videogiochi non influenzano i bambini. Voglio dire, se Pac-Man avesse
influenzato la nostra generazione, staremmo tutti saltando in sale
scure, masticando pillole magiche e ascoltando musica elettronica
ripetitiva.

Videogames do not influence kids. I mean, if Pac-Man influenced our
generation, we were all jumping in dark rooms, chomping pills and
listening to electronic repeating music.

Kristian Wilson, Nintendo Inc. 1989



Re: Grigliata

2006-09-14 Thread Marco Bertorello
On Wed, 13 Sep 2006 23:01:38 +0200
Enrico Zini [EMAIL PROTECTED] wrote:

 http://www.sm4x.org/wiki/index.php?title=Grigliata
 
 c'è da prenotarsi entro domani (oggi) alle 14.00.
 
 c'è poca gente in lista: Marco (Bertorello), ci sono altri programmi?

Scrivo direttamente dall'ESC, non credo che dovrebbero esserci problemi
a partecipare alla grigliata e/o al torneo di calcio balilla senza
essersi prenotati :)

Comunque, avviso quì che qualcuno di noi griglieggia, se occorresse
sapere quanti, lo comunicherò

ciao,

-- 
Marco Bertorello
System Administrator
http://bertorello.ns0.it/



Re: transitioning config files between two packages

2006-09-14 Thread Frank Küster
Steve Langasek [EMAIL PROTECTED] wrote:

 On Thu, Sep 14, 2006 at 01:32:43AM +0200, Javier Fernández-Sanguino Peña 
 wrote:
 On Tue, Sep 12, 2006 at 05:21:50PM -0700, Steve Langasek wrote:
  After an upgrade and answering all of the conffile prompts, does
  /var/lib/dpkg/info/nagios-plugins.conffiles still exist and reference these
  files?  Depending on what dpkg is really doing here, it may well be 
  possible
  to handle the conffile transfer in maintainer scripts.  (And I thought
  dpkg.org once had recipes for exactly this, but unfortunately the site has
  been down for some time now. :/)

 Are you looking for http://wiki.debian.org/DpkgConffileHandling ? 
 (just found it googling). I guess this information (if current) should be
 moved over to the developer's reference. 

 That seems to be the one.  It also doesn't seem to address changing the
 owner of a conffile.. ohwell. :)

Maybe I'm dumb, but this code doesn't seem correct to me, in the sense
that it doesn't do the right thing.  Let's consider a couple of possible
cases:

1. The conffile at the old place (or package) is the same as the one in
   the new place

   In this case the code in the wiki does the right thing.

2. At the same time as the move is done, the contents of the file do
   also change. And here same time doesn't necessarily mean same
   upload, it can as well be same run of dist-upgrade, which often
   skips intermediate versions, especially when upgrading from stable to
   new stable.

   In this case the user should get a conffile prompt during upgrade, to
   be able to consider the changes made in the package.  But that won't
   happen with the code in the wiki; instead the old, locally changed
   version will be used unconditionally.

There might be ways to do it right with dpkg only, but ucf is probably
easier. 

Regards, Frank

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Re: transitioning config files between two packages

2006-09-14 Thread Steve Langasek
On Thu, Sep 14, 2006 at 09:07:12AM +0200, Frank Küster wrote:
 Maybe I'm dumb, but this code doesn't seem correct to me, in the sense
 that it doesn't do the right thing.  Let's consider a couple of possible
 cases:

 1. The conffile at the old place (or package) is the same as the one in
the new place

In this case the code in the wiki does the right thing.

 2. At the same time as the move is done, the contents of the file do
also change. And here same time doesn't necessarily mean same
upload, it can as well be same run of dist-upgrade, which often
skips intermediate versions, especially when upgrading from stable to
new stable.

In this case the user should get a conffile prompt during upgrade, to
be able to consider the changes made in the package.  But that won't
happen with the code in the wiki; instead the old, locally changed
version will be used unconditionally.

Yes, you're right that this code unconditionally uses the user's version of
the conffile when moving it, instead of allowing the conffile question to
happen.

The way to get the conffile prompt for a user-modified file is to move the
old version of the conffile to the new location in the preinst if the old
conffile md5sum doesn't match the current conffile md5sum for the package.
Since the earlier preinst code has already removed any old versions of the
file that are known to be unmodified, this won't give any undesirable
conffile prompts.  Then, if dpkg's stored md5sum for the old conffile *does*
match that of the current shipped conffile (which you'll know because you
still have the conffile present in the old location in the postinst), you
would go ahead with this same code in the postinst to move it into place
silently.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Re: transitioning config files between two packages

2006-09-14 Thread Bill Allombert
On Tue, Sep 12, 2006 at 05:21:50PM -0700, Steve Langasek wrote:
 I do know also that beginning with the dpkg version in etch, the Conflicts:
 is no longer required when moving conffiles, it's possible to use Replaces:
 by itself.

I wonder if a versioned depend on dpkg can ensure the new dpkg is used 
to handle the package ?

(the idea is to make sure to use the improved dpkg for package rename).

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here.


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



Re: how to treat upgrade bugs that only affect unstable-unstable?

2006-09-14 Thread Peter Samuelson

  If a bug was in a prerm script in unstable for 7 days, but never
  appeared in stable or testing, should we include cruft in present and
  future prerm versions to work around it?

[Henrique de Moraes Holschuh]
 It depends only on the ammount of damage the bug causes.

No damage, it simply doesn't work.  So you can't remove or upgrade the
package.  The workaround in the new prerm is simple enough but it's
still cruft that I'd rather not have to carry around.


signature.asc
Description: Digital signature


Re: A few problems in sight switching to Debian

2006-09-14 Thread Peter Samuelson

[Gilles Pelletier]
 I'm not a developer and I'd just like to point a few issues to check
 for the next release. I'm planning to switch to Debian when Etch
 comes out but, for now, my findings are from Knoppix.

Knoppix and Debian use completely different methods of hardware
detection and autoconfiguration.  As such, I don't think we can draw
any useful conclusions from your findings unless someone can verify
them on Debian etch.


signature.asc
Description: Digital signature


Re: A few problems in sight switching to Debian

2006-09-14 Thread Kevin Mark
On Thu, Sep 14, 2006 at 12:33:00AM -0400, Gilles Pelletier wrote:
 I'm not a developer and I'd just like to point a few issues to check 
 for the next release. I'm planning to switch to Debian when Etch 
 comes out but, for now, my findings are from Knoppix.
 
 My monitor, a Viewsonic VX922, is not set correctly. Il looks OK but, 
 when a 1280x1024 image is downloaded it fits more than the screen. I 
 now use a file made by PCLinuxOS whcih is correct. Here are the two 
 sections that I copied in my XF86Config file:
 
Hi Gilles,
I'm sure the folks who are responsible for issue relating to x windows
configuration, the kde package and other issues would love to hear your
comment but Knoppix or PCLinuxOS development is not in anyway connected
to Debian development and bug reports about other distros are of minimal
use to Debian. A bug in Knoppix is not a bug in Debian. While they use
the same package format and may share source code at some point in time,
the end result is not used in Debian and thus a bug in Knoppix is most
likely knoppix-specific. 
When you get a change to try/install Debian, please feel free to write
as many bugreports as you like! And also, this list is for the
development of the Debian distribution and not specifically for user
issue, those are handled on the debian-user mailing list.
cheers,
Kev
-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Re: transitioning config files between two packages

2006-09-14 Thread Frank Küster
Bill Allombert [EMAIL PROTECTED] wrote:

 On Tue, Sep 12, 2006 at 05:21:50PM -0700, Steve Langasek wrote:
 I do know also that beginning with the dpkg version in etch, the Conflicts:
 is no longer required when moving conffiles, it's possible to use Replaces:
 by itself.

 I wonder if a versioned depend on dpkg can ensure the new dpkg is used 
 to handle the package ?

 (the idea is to make sure to use the improved dpkg for package rename).

Don't the release notes suggest to upgrade apt, dpkg and aptitude first,
anyway, as they usually did?

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Re: Bug#387385: ITP: shed -- Hex editor using ncurses, with a friendly pico-style interface

2006-09-14 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Re: Ron Johnson 2006-09-14 [EMAIL PROTECTED]
 On 09/13/06 20:15, Adam Cecile wrote:
 [snip]
   It includes the following features :
 [snip]
 - Can handle files up to 2Gb.
 
 That's a feature?

No, a bug (or rather, doesn't meet a release goal):

| And these release goals currently:
| - pervasive LFS (large files) support

http://lists.debian.org/debian-devel-announce/2006/07/msg5.html

Christoph
- -- 
[EMAIL PROTECTED] | http://www.df7cb.de/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFCSmBxa93SlhRC1oRAn/QAJ4k2payBEnTgg9NQnrpRw+rEFYaNgCg41GM
bRd9D3QBLi239A1t3Cvo4Vc=
=zlrT
-END PGP SIGNATURE-


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



Re: Bug#387385: ITP: shed -- Hex editor using ncurses, with a friendly pico-style interface

2006-09-14 Thread Peter Samuelson

[Christoph Berg]
  - Can handle files up to 2Gb.
  
  That's a feature?
 
 No, a bug (or rather, doesn't meet a release goal):

And more importantly, editing disk partitions which may be larger than
2 GB is a significant use case for a hex editor.


signature.asc
Description: Digital signature


Re: lilypond and thanks to Rob Browning

2006-09-14 Thread Bill Allombert
On Wed, Sep 13, 2006 at 10:30:17AM -0700, Thomas Bushnell BSG wrote:
 It is my hope that #359855 will not exist in the new lilypond.
 However, this is just a hope.  If ghostscript continues to have such a
 bug, then solving it will become of critical priority for getting
 lilypond into the release.

Hello Thomas,

I spent quite some time investigating #359855...

Apparently you need to add ttf-bitstream-vera and ttf-freefont to the 
build-depends to fix the problem.

At least that worked for me, though I don't know exactly why.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Re: Accepted lynx 2.8.5-2sarge2 (source i386)

2006-09-14 Thread Thomas Dickey
Steinar H. Gunderson [EMAIL PROTECTED] wrote:
 On Thu, Sep 14, 2006 at 12:15:43AM -, Thomas Dickey wrote:
 Martin Schulze has been told more than once that this was not an OpenBSD
 patch.
 Could you please tell me why this is such a huge deal?
 hmm.  I'm given to understand that you don't get annoyed when people
 are (to be generous) careless with their descriptions of security-related
 issues. 

 I could understand a certain annoyance, but yelling at them and calling their
 actions “malicious” on public mailing lists seems a bit... overblown for
 misattributing a patch to lynx.

As I noted, he's had 4 months to fix the problem, after acknowledging it.
Perhaps he's too busy to do a competant job, and should be replaced.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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



Re: Accepted lynx 2.8.5-2sarge2 (source i386)

2006-09-14 Thread Thomas Dickey
Steinar H. Gunderson [EMAIL PROTECTED] wrote:
 On Thu, Sep 14, 2006 at 12:15:43AM -, Thomas Dickey wrote:
 Martin Schulze has been told more than once that this was not an OpenBSD
 patch.
 Could you please tell me why this is such a huge deal?
 hmm.  I'm given to understand that you don't get annoyed when people
 are (to be generous) careless with their descriptions of security-related
 issues. 

 I could understand a certain annoyance, but yelling at them and calling their
 actions “malicious” on public mailing lists seems a bit... overblown for
 misattributing a patch to lynx.

hmm - if it were only one instance, you might have a point.
But it's not.  If he's not malicious, the other rule applies (not compentant).
Take your pick.  I don't care, would not have anything to do with Debian if
the package maintainers did this poorly.

bye

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


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



Re: stale lock files

2006-09-14 Thread Goswin von Brederlow
Brian May [EMAIL PROTECTED] writes:

 Hello,

 I have noticed GUI programs tend to be very inconsistent in behaviour
 if I accidently kill them (e.g. by shutting down the X server) or
 abort them (e.g. power failure).

 For example:

 gnucash (not tested newest version):

 * displays a message box saying the file is locked, and asks if you
 want to continue anyway.

 * liferea: displays an error and terminates; the lock file must be
 manually deleted.

 * mozilla - occasionally will display a message that the profile is in
 use, and won't let you reuse it until you delete the lock file. I am
 not sure what triggers this condition.


 In this era of making computers easier to use, forcing the user to
 worry about cleaning up lock files like this seems very clumsy at
 best, and can also be unreliable (e.g. I sometimes already do have a
 copy of gnucash running, but I can't find it in the maze of windows,
 and delete the lock file :-( ).


 Is there any guidelines for checking for stale lock files in a sane
 manner that doesn't involve the user?

 Yes, I realize having a home directory on NFS or AFS or SMB might be
 complications, but most users of these applications don't use these
 protocols either.

 Thanks.
 -- 
 Brian May [EMAIL PROTECTED]

Write the pid and host to the lock file. When you detect a lock and
the lock is on the local host then check the pid is still valid. If
not the lock is stale. If the lock is from a remote host there is
little you can do but ask.

MfG
Goswin


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



Re: transitioning config files between two packages

2006-09-14 Thread Tollef Fog Heen
* Bill Allombert 

| On Tue, Sep 12, 2006 at 05:21:50PM -0700, Steve Langasek wrote:
|  I do know also that beginning with the dpkg version in etch, the Conflicts:
|  is no longer required when moving conffiles, it's possible to use Replaces:
|  by itself.
| 
| I wonder if a versioned depend on dpkg can ensure the new dpkg is used 
| to handle the package ?

It can't, since dpkg doesn't re-exec itself.

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


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



Bug#387426: ITP: glipper -- A clipboardmanager for GNOME and other window managers

2006-09-14 Thread Neil Williams
Package: wnpp
Severity: wishlist
Owner: Neil Williams [EMAIL PROTECTED]


* Package name: glipper
  Version : 0.89
  Upstream Author : Sven Rech [EMAIL PROTECTED]
* URL : http://glipper.sourceforge.net/
* License : LGPL
  Programming Lang: C
  Description : A clipboardmanager for GNOME and other window managers

 A GNOME counterpart to KDE's Klipper using GTK+2, intended for Gnome. 
 Can also be used with any other window manager that supports tray
 icons. Supports configurable number and length of clipboard entries 
 and saving clipboard history on exit.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



base: problem in leaving single user mode

2006-09-14 Thread Shobhit Jindal
Package: baseSeverity: importantam not sure if am refering to the correct packageanyways am able to boot in single user mode but on leaving it with 'init 5' there is a contention between login program and the already logged bash on the earlier terminal (meanwhile everything else work fine all services start and X comes up).
its funny ;) but didnt got a clue to fix it-- System Information:Debian Release: testing/unstable  APT prefers unstable  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bashKernel: Linux 2.6.17-2-686Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)-- Registerd Linux User #426561-Shobhit JindalB.Tech. Part-III, Department Of Electronics Engineering, ITBHU
INDIA 


Re: transitioning config files between two packages

2006-09-14 Thread Bill Allombert
On Thu, Sep 14, 2006 at 01:40:12PM +0200, Tollef Fog Heen wrote:
 * Bill Allombert 
 
 | On Tue, Sep 12, 2006 at 05:21:50PM -0700, Steve Langasek wrote:
 |  I do know also that beginning with the dpkg version in etch, the 
 Conflicts:
 |  is no longer required when moving conffiles, it's possible to use 
 Replaces:
 |  by itself.
 | 
 | I wonder if a versioned depend on dpkg can ensure the new dpkg is used 
 | to handle the package ?
 
 It can't, since dpkg doesn't re-exec itself.

Does not that depend whether apt special-case dpkg upgrade ?

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Re: stale lock files

2006-09-14 Thread Roger Leigh
Goswin von Brederlow [EMAIL PROTECTED] writes:

 Write the pid and host to the lock file. When you detect a lock and
 the lock is on the local host then check the pid is still valid. If
 not the lock is stale. If the lock is from a remote host there is
 little you can do but ask.

Why not use fcntl/lockf byte region locking on the entire file?  It
gets released as soon as the process terminates, so there are no
issues with stale locks, and it works over NFS.


Regards,
Roger

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


pgpQtKy2HntyJ.pgp
Description: PGP signature


Re: transitioning config files between two packages

2006-09-14 Thread Tollef Fog Heen
* Bill Allombert 

| On Thu, Sep 14, 2006 at 01:40:12PM +0200, Tollef Fog Heen wrote:
|  It can't, since dpkg doesn't re-exec itself.
| 
| Does not that depend whether apt special-case dpkg upgrade ?

We do support upgrades with other tools than apt, so while it might
cover the common cases, you can't say «this works with apt, so I'll
ignore everybody else».

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



Re: lilypond and thanks to Rob Browning

2006-09-14 Thread Frank Küster
Thomas Bushnell BSG [EMAIL PROTECTED] wrote:

 It is my hope that #359855 will not exist in the new lilypond.
 However, this is just a hope.  If ghostscript continues to have such a
 bug, then solving it will become of critical priority for getting
 lilypond into the release.

Are your preliminary packages of 2.8 avaiable anywhere, as well as the
guile-1.8 packages?  I wanted to try, but got more problems with 2.6
which probably aren't worth reporting when we're trying to get 2.8 in.

TIA, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#387454: ITP: ocsigen -- web programming framework in OCaml

2006-09-14 Thread Samuel Mimram
Package: wnpp
Severity: wishlist
Owner: Samuel Mimram [EMAIL PROTECTED]

* Package name: ocsigen
  Version : 0.4.0
  Upstream Author : Vincent Balat [EMAIL PROTECTED]
* URL : http://ocsigen.org/
* License : GPL
  Programming Lang: OCaml
  Description : web programming framework in OCaml

 Ocsigen is a programming framework providing a new way to create
 dynamic web sites. With Ocsigen, you program in a concise and modular
 way, with a strong type system which helps you to produce always valid
 xhtml. The server handles sessions and page parameters automatically.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)


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



Re: MICROSOFT PROMOTION YOUR EMAIL ID HAS WON!!!

2006-09-14 Thread Yura

I am sorry, it only comes me, whether to you also?

2006/9/14, micro pronl [EMAIL PROTECTED]:









MICROSOFT PROMOTION YOUR EMAIL ID HAS WON!!!
Boeing Avenue 336612
PE Schiphol-Rijk. The Netherlands.

RESULTS FOR CATEGORY 'A' DRAWS

Congratulations to you as we bring to your notice the results of the  first
Category draws of MICROSOFT PROMOTION INT. We are happy to inform  you that
you have emerged a winner under the First Category, which is part of  our
promotional draws.

The draws are being officially announced today 9th of September 2006.
Participants were selected through a computer ballot system drawn from
2,500,000 email addresses of individuals and companies from Africa, America
Asia, Australia, Europe, Middle East, and Oceania as part of our
International Promotions Program.

Your e-mail address, attached to ticket number QZ-316-NL, with serial number
8222-66 drew the lucky numbers 9-17-5-73-8-11 and consequently won in the
First Category. You have therefore been awarded a lump sum pay out of
1,000,000(One Million Euros), which is the winning payout for Category A
winners.

This is from the total prize money 1,500,000 shared among the  two winners
in this category CONGRATULATIONS! Your fund is now deposited with the paying
Bank.

In your best interest to avoid Disqualification we request that you keep the
entire details of your award strictly from public notice until the process
of transferring your claims has been completed, and your funds remitted to
your account.

This is part of our security protocol to avoid double claiming or
unscrupulous acts by non winners of this program.

You are advised to contact claim department by email and failure to do so
may warrant disqualification.

NOTE: for easy reference and identification, find below your Reference and
Batch numbers. Remember to quote these numbers in your correspondence with
your claims Department.

REFERENCE NUMBER: LSLUK/2031/8161/04 BATCH NUMBER: 14/011/IPD

Please contact Microsoft claim department immediately for due processing and
remittance of your prize money to a designated account of your choice:

***
Mr.Williams Bossman
Tel.:+31-613-602-335.
Email: [EMAIL PROTECTED]

**
N.B: Any breach of confidentiality on the part of the winners will result to
disqualification. Contact your claim department immediately.

Sincerely Yours,
Mrs. Betty Rice
PROMOTION CORDINATOR




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



Openwebmail

2006-09-14 Thread Michael Bellander
Hi,

Is there anybody that can start with openwebmail for debian again, Debian
sarge unstable or something? I mean is there any chance to see an updated
verison of openwebmail in debian again.

Thanks in advance !

Best regards,

 Michael Bellander
 Network Engineer
 Email: [EMAIL PROTECTED]
 Web: www.berro.se | www.berromator.se


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



Forking source code for puting into Debian?

2006-09-14 Thread Michelle Konzack
Hello Developers and Maintaines,

I have packed the package swhoisd http://dan.drydog.com/swhoisd/ and
tried to contact the second upstream Dan Anders mailto:[EMAIL PROTECTED]
since now over 8 month it he seems to be dead.

Since I must use the swhoisd for my Project Tamay Dogan Network and
being registrar I took over the sources and packed it for Debian.

The po files are curently updateing.

Tonight I will try it again tu upload it onto mentors.debian.net since
dupload had several crashes had segfaults on my Laptop.

Now I have following Question:

In the TODO list it is written (2001) he wouls add db, posgresql and
mysql support...

Since Upstream seem to be dead I want to take over the sources entirely
and want to try to implement the (frm me required) feature for
postgresql.

Doing this, would it be better, if I fork the Simpe Whois Daemon
since after adding such support it would not more be a SIMPEL Whois
Daemon...

My prefered name would be tdwhoisd since I prefix all of my programs
with my originating Initials (Tamay Dogan).

Note:   I have currently no [EMAIL PROTECTED] and can
only all two day go online (in general).

Thanks for any comments
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


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



Re: Forking source code for puting into Debian?

2006-09-14 Thread Marc Fargas

Hi,
The swhoisd page states: Last updated 21 Aug 2006 18:06.
And Dan Anderson's states: Last updated 14 September 2006.

Also on the page, instead of a mail address there's a ·$·! web form
for contacting him... https://dan.drydog.com/comment.html did you try
it?

Somebody is still alive!! ;))

Cheers,
Marc

On 9/13/06, Michelle Konzack [EMAIL PROTECTED] wrote:

Hello Developers and Maintaines,

I have packed the package swhoisd http://dan.drydog.com/swhoisd/ and
tried to contact the second upstream Dan Anders mailto:[EMAIL PROTECTED]
since now over 8 month it he seems to be dead.

Since I must use the swhoisd for my Project Tamay Dogan Network and
being registrar I took over the sources and packed it for Debian.

The po files are curently updateing.

Tonight I will try it again tu upload it onto mentors.debian.net since
dupload had several crashes had segfaults on my Laptop.

Now I have following Question:

In the TODO list it is written (2001) he wouls add db, posgresql and
mysql support...

Since Upstream seem to be dead I want to take over the sources entirely
and want to try to implement the (frm me required) feature for
postgresql.

Doing this, would it be better, if I fork the Simpe Whois Daemon
since after adding such support it would not more be a SIMPEL Whois
Daemon...

My prefered name would be tdwhoisd since I prefix all of my programs
with my originating Initials (Tamay Dogan).

Note:   I have currently no [EMAIL PROTECTED] and can
only all two day go online (in general).

Thanks for any comments
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


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





--
The probability of failure of a (computer) system is exponentially
proportional to the physical distance between it and the one who could
fix it. -- Martin F. Krafft


Re: Manpages in language-specific packages

2006-09-14 Thread Gunnar Wolf
Felipe Augusto van de Wiel (faw) dijo [Thu, Sep 14, 2006 at 12:31:35AM -0300]:
 - I18N in manpages? Sorry, haven't been there, haven't done that
  
  It's not that difficult, just put the (english) manpage in /usr/share/man/
  and the i18n manpage in /usr/share/man/XX. Man takes care of the rest.
 
   You could use po4a, it is an amazing tool to work with different
 formats and convert them into PO files, than you could easily request
 for translator on -i18n. ;)
 
   http://po4a.alioth.debian.org/

Hmh... Looks noble, but in the case of a very simple and quite
unmaintained Perl module, I don't really think it's worth it to go so
far away from the original author's way - I will follow Javier's
advice... Of course, once I have time and finish adopting the modules
I told I would :)

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


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



(proposed) Mass bug filing  for debcon f abuse by using low|medium priority debconf notes?

2006-09-14 Thread Christian Perrier
By reading documentation available to developers, I came to these both
excerpts of the debconf-devel(7) manpage explaining the debconf
protocol and data types:


Type   

   The type of the template determines what kind of widget is
   displayed to the user. The currently supported types are: 

.../...

  note   
 Rather than being a question per se, this datatype indicates a
 note that can be displayed to the user. It should be used only
 for important notes that the user really should see, since
 debconf will go to great pains to make sure the user sees it;
 halting the install for them to press a key, and even mailing the
 note to them in some cases. It's best to use these only for
 warning about very serious problems.

.../...


INPUT priority question

   Ask debconf to prepare to display a question to the user. The
   question is not actually displayed until a GO command is issued;
   this lets several INPUT commands be given in series, to build up a
   set of questions, which might all be asked on a single screen.

   The priority field tells debconf how important it is that this
   question be shown to the user. The priority values are:

   lowVery  trivial  items that have defaults that will work in
  the vast majority of cases; only control freaks see these.

   medium Normal items that have reasonable defaults.

   high   Items that don't have a reasonable default.

   critical
  Items that will probably break the system without user intervention.




As a conclusion and combining both, I would really like to unsderstand
why so many fellow developers insist on using LOW priority NOTES in
their debconf templates and use them in maintainer scripts.

Most often these templates sound like an attempt to explain deep
technicaldetails which really should go to README.Debian or
NEWS.Debian depending on the topic.

In short, a note should only be used for IMPORTANT stuff, so actually
all debconf notes should be priority highor should not exist!

Translating these notes requires often a big effort by translators. If
that effort is usually not visible (or very often not visible), it is
quite wasted.

Before launching a mass bug-filing campaign, I would like to get
fellow developers opinions. Would there be important objections to
such a campaign targeting first all packages using notes at low
priority, then those using notes at medium priority?

A specific check could of course be added to lintian, in the same
time, to prevent the re-development of such mistakes (if we decide
to call them this way).

The following data is courtesy of Thomas Huriaux who did all the black
magic extracting it:

Packages with low priority debconf notes:
-

Aide Maintainers [EMAIL PROTECTED]
  aide -- config:18 aide/setmailaddress
Alexis Sukrieh [EMAIL PROTECTED]
  backup-manager -- config:64 backup-manager/upload-user-scp-warning
Andreas Schuldei [EMAIL PROTECTED]
  webmin-ldap-user-simple -- config:18 webmin-ldap-skolelinux/no-auto-config
Andrés Roldán [EMAIL PROTECTED]
  mtop -- config:86 mtop/info
Anton Zinoviev [EMAIL PROTECTED]
  kbedic -- postinst:34 kbedic/failed_download
Aurélien GÉRÔME [EMAIL PROTECTED]
  hybserv -- config:6 hybserv/configure-hybrid-notice
Ben Collins [EMAIL PROTECTED]
  libraw1394-5 -- config:9 libraw1394/device_node
Camm Maguire [EMAIL PROTECTED]
  atlas3-3dnow -- config:8 atlas3/ldlp
  atlas3-3dnow -- config:9 atlas3/blas_lapack
  atlas3-3dnow -- config:11 atlas3-3dnow/3dnow_extensions
  atlas3-3dnow -- config:15 atlas3/nfs
  atlas3-base -- config:10 atlas3/ldlp
  atlas3-base -- config:11 atlas3/blas_lapack
  atlas3-base -- config:12 atlas3/nfs
  atlas3-sse2 -- config:6 atlas3/ldlp
  atlas3-sse2 -- config:7 atlas3/blas_lapack
  atlas3-sse2 -- config:11 atlas3-sse2/sse2_extensions
  atlas3-sse2 -- config:15 atlas3/nfs
  atlas3-sse -- config:6 atlas3/ldlp
  atlas3-sse -- config:7 atlas3/blas_lapack
  atlas3-sse -- config:10 atlas3-sse/sse_extensions
  atlas3-sse -- config:14 atlas3/nfs
Davide G. M. Salvetti [EMAIL PROTECTED]
  mailcrypt -- config:36 mailcrypt/alreadydefault
Debian QA Group [EMAIL PROTECTED]
  f-prot-installer -- postinst:28 f-prot-installer/failed
Debian logcheck Team logcheck-devel@lists.alioth.debian.org
  logcheck-database -- config:17 logcheck-database/standard-rename-note
Debian tpctl maintainers [EMAIL PROTECTED]
  tpctl -- config:8 tpctl/apmiser-installed
Eric Delaunay [EMAIL PROTECTED]
  xtel -- config:7 xtel/fonts_note
Giuseppe Sacco [EMAIL PROTECTED]
  hylafax-server -- postinst:231 hylafax-server/configure_note
Guillem Jover [EMAIL PROTECTED]
  fbset -- config:16 fbset/create_framebuffer_devices
  xfstt -- config:13 xfstt/default_port_changed
Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
  checksecurity -- postinst:8 checksecurity/oldconf
Jean-Michel Kelbert [EMAIL PROTECTED]
  wflogs -- config:145 wflogs/email_more_questions
Mark Brown [EMAIL PROTECTED]
  leafnode -- 

Re: (proposed) Mass bug fil ing for debcon f abuse by using low|medium priority debconf notes?

2006-09-14 Thread Marco d'Itri
On Sep 14, Christian Perrier [EMAIL PROTECTED] wrote:

 Before launching a mass bug-filing campaign, I would like to get
 fellow developers opinions. Would there be important objections to
 such a campaign targeting first all packages using notes at low
 priority, then those using notes at medium priority?
Not from me, I like your idea.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: lilypond and thanks to Rob Browning

2006-09-14 Thread Thomas Bushnell BSG
Frank Küster [EMAIL PROTECTED] writes:

 Thomas Bushnell BSG [EMAIL PROTECTED] wrote:

 It is my hope that #359855 will not exist in the new lilypond.
 However, this is just a hope.  If ghostscript continues to have such a
 bug, then solving it will become of critical priority for getting
 lilypond into the release.

 Are your preliminary packages of 2.8 avaiable anywhere, as well as the
 guile-1.8 packages?  I wanted to try, but got more problems with 2.6
 which probably aren't worth reporting when we're trying to get 2.8 in.

I don't have the guile 1.8 packages; you could ask Rob Browning for
them I assume.

But Bill Allombert has helpfully provided a hint about what will solve
the bug; if that works, I'll upload 2.6 now with the RC bugs fixed,
and 2.8 as soon as feasible.

Thomas



Re: lilypond and thanks to Rob Browning

2006-09-14 Thread Thomas Bushnell BSG
Bill Allombert [EMAIL PROTECTED] writes:

 I spent quite some time investigating #359855...

 Apparently you need to add ttf-bitstream-vera and ttf-freefont to the 
 build-depends to fix the problem.

 At least that worked for me, though I don't know exactly why.

Splendid; I'm going to try this out, and if it works for me, that will
solve the RC bugs on 2.6.  I still hope that 2.8 will get in without a
hitch, of course.

Thomas


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



Re: Forking source code for puting into Debian?

2006-09-14 Thread Michelle Konzack
Am 2006-09-14 19:09:37, schrieb Marc Fargas:
 Hi,
 The swhoisd page states: Last updated 21 Aug 2006 18:06.
 And Dan Anderson's states: Last updated 14 September 2006.

My webpage does autoupdating too...  ;-)

 Also on the page, instead of a mail address there's a ·$·! web form
 for contacting him... https://dan.drydog.com/comment.html did you try
 it?

Yes, but he has never respond.

 Somebody is still alive!! ;))

A Bot?

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


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



Re: (proposed) Mass bug fil ing for debcon f abuse by using low|medium priority debconf notes?

2006-09-14 Thread Joey Hess
Christian Perrier wrote:
 In short, a note should only be used for IMPORTANT stuff, so actually
 all debconf notes should be priority highor should not exist!

It's better to simply remove them all: If it's an error, use the new
error data type, which will always be displayed no matter the priority.
If it's not an error, put it in NEWS.Debian, README.Debian, etc.

The only thing stopping me from making debconf notes a no-op is the note
in d-i's nobootloader, which is a fairly legitimate note (not error), that
can't really be put anywhere else, and possibly the partman help note
(though noone reads that note).

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#387502: ITP: zope-ldapuserfolder -- LDAP user and group source for Zope/Plone

2006-09-14 Thread Mark Hymers
Package: wnpp
Severity: wishlist
Owner: Mark Hymers [EMAIL PROTECTED]

* Package name: zope-ldapuserfolder
  Version : 2.7
  Upstream Author : Jens Vagelpohl
* URL : http://www.dataflake.org/software/ldapuserfolder
* License : Zope Public License (ZPL) Version 2.1
  Programming Lang: Python
  Description : LDAP user and group source for Zope/Plone

 This product is a replacement for a Zope user folder. It
 does not store its own user objects but builds them on the
 fly after authenticating a user against an LDAP database.

 Please note that this package was previously orphaned and removed from
 the archive.  This is a new maintainer and new packaging which works
 with the dzhandle Debian zope utility.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#387504: ITP: zope-ldapmultiplugins -- LDAP plugin for Zope/Plone

2006-09-14 Thread Mark Hymers
Package: wnpp
Severity: wishlist
Owner: Mark Hymers [EMAIL PROTECTED]

* Package name: zope-ldapmultiplugins
  Version : 1.3
  Upstream Author : Chris McDonough and Jens Vagelpohl
* URL : http://www.dataflake.org/software/ldapmultiplugins/
* License : Zope Public License (ZPL) Version 2.1
  Programming Lang: Python
  Description : LDAP plugin for Zope/Plone

 LDAPMultiPlugins provides PluggableAuthService plugins that use
 LDAP as the backend for the services they provide. The
 PluggableAuthService is a Zope user folder product that can be
 extended in modular fashion using various plugins.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Re : using debconf

2006-09-14 Thread Rodrigo Tavares
Hello,

I alrady read this manual.
In step called : advanced programing with debconf,
show a algorithm is in config file, then i set
postint, preinst, postrm, postinst, conffiles,
templates.
I want to know, how I'll create the package and how
the frontend come happen ?

best regards,

Faria


 Hello,
  
 I read many tutorials about debconf, but i´d like to
 know ro create the packages using debconf .
 I know the build package must be postinst, preinst,
 prerm, postrm, conffiles and config.
 Taking this tree, how i can to build a packages ?

You should install the package debconf-doc and follow
the tutorial in:

$: man debconf-devel

I hope it helps you.

-- 
O T A V I OS A L V A D O R



___ 
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. 
Registre seu aparelho agora! 
http://br.mobile.yahoo.com/mailalertas/ 
 


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



Re: base: problem in leaving single user mode

2006-09-14 Thread Josselin Mouette
This is a development mailing list. Please don't abuse it with user
support requests.

Le jeudi 14 septembre 2006 à 16:55 +0530, Shobhit Jindal a écrit :
 Package: base
 Severity: important
 
 am not sure if am refering to the correct package
 
 anyways am able to boot in single user mode but on leaving it with
 'init 5' there is a contention between login program and the already
 logged bash on the earlier terminal (meanwhile everything else work
 fine all services start and X comes up). 
 
 its funny ;) but didnt got a clue to fix it

To leave the single user mode, use logout or control+D instead of
init 5.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Using debconf

2006-09-14 Thread Otavio Salvador
Rodrigo Tavares [EMAIL PROTECTED] writes:

 Hello,
  
 I read many tutorials about debconf, but i´d like to
 know ro create the packages using debconf .
 I know the build package must be postinst, preinst,
 prerm, postrm, conffiles and config.
 Taking this tree, how i can to build a packages ?

You should install the package debconf-doc and follow the tutorial in:

$: man debconf-devel

I hope it helps you.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.



Re: Release management conclusions

2006-09-14 Thread Andreas Schuldei
* Matthew Wilcox ([EMAIL PROTECTED]) [060914 14:02]:
 On Wed, Sep 13, 2006 at 10:38:39AM +0300, Fabian Fagerholm wrote:
  However, the most recent publications indicate that volunteer incentive
  is not a well understood area of economics. In fact, it's one of the hot
  topics that economists are faced with when trying to explain the
  economics of FOSS:
 
 Seems to me if it's such a hot topic, we should be able to get a
 University to fund the experiment ;-)

i have tried to find funding for other interested research (which
i think would be even more interesting, but was not successfull.

if you have contacts, please try!


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



Re: (proposed) Mass bug fi ling for debcon f abuse by using low|medium priority debconf notes?

2006-09-14 Thread Christian Perrier
Quoting Joey Hess ([EMAIL PROTECTED]):
 Christian Perrier wrote:
  In short, a note should only be used for IMPORTANT stuff, so actually
  all debconf notes should be priority highor should not exist!
 
 It's better to simply remove them all: If it's an error, use the new
 error data type, which will always be displayed no matter the priority.
 If it's not an error, put it in NEWS.Debian, README.Debian, etc.

I indeed had a brief talk with Javier FS at the Extremadura meeting
and he had an argument *for* the debconf note: it is optionnally
mailed to the local sysadmin and being a debconf note, it can be
localized.

This is indeed the only argument I see popping for not removing such
notes. But, indeed, this is more a workaround for someone to work on
i18n'ed {NEWS|README}.Debian files than an argument to keep debconf
notes.




signature.asc
Description: Digital signature


Re: Using debconf

2006-09-14 Thread Christian Perrier
Quoting Otavio Salvador ([EMAIL PROTECTED]):
 Rodrigo Tavares [EMAIL PROTECTED] writes:
 
  Hello,
   
  I read many tutorials about debconf, but i´d like to
  know ro create the packages using debconf .
  I know the build package must be postinst, preinst,
  prerm, postrm, conffiles and config.
  Taking this tree, how i can to build a packages ?
 
 You should install the package debconf-doc and follow the tutorial in:
 
 $: man debconf-devel
 
 I hope it helps you.


And read the developer's reference which has many hints for i18n,
writing style, etc.

And ask for debian-l10n-english to review debconf templates.

And NOT USE USELESS NOTES:-)




signature.asc
Description: Digital signature


Re: Re : using debconf

2006-09-14 Thread Otavio Salvador
Rodrigo Tavares [EMAIL PROTECTED] writes:

 Hello,

 I alrady read this manual.
 In step called : advanced programing with debconf,
 show a algorithm is in config file, then i set
 postint, preinst, postrm, postinst, conffiles,
 templates.
 I want to know, how I'll create the package and how
 the frontend come happen ?

Well, basically if you read carefully it you would have understand it
but if you're missing in packaging stuff then is different. I would
suggest that you read the Debian Policy since it'll clarify a lot of
things to you.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


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



Re : Re: Using debconf

2006-09-14 Thread Rodrigo Tavares
Hi,

More one thing, i´m creating a package customized,
where the script is run, them it it´s removed.
When i try to remove this package, ask a question for
user. I make it in bash. And i want to make using
debconf. The all manuals about debconf (in my case),
get to build a new package ? 

Thanks for all.

Faria

 Hello,

 I alrady read this manual.
 In step called : advanced programing with debconf,
 show a algorithm is in config file, then i set
 postint, preinst, postrm, postinst, conffiles,
 templates.
 I want to know, how I'll create the package and how
 the frontend come happen ?

Well, basically if you read carefully it you would
have understand it
but if you're missing in packaging stuff then is
different. I would
suggest that you read the Debian Policy since it'll
clarify a lot of
things to you.

-- 
O T A V I OS A L V A D O R









___ 
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar 
seu conhecimento? Experimente o Yahoo! Respostas !
http://br.answers.yahoo.com/


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



Re: (proposed) Mass bug fil ing for debcon f abuse by using low|medium priority debconf notes?

2006-09-14 Thread Joey Hess
Christian Perrier wrote:
 I indeed had a brief talk with Javier FS at the Extremadura meeting
 and he had an argument *for* the debconf note: it is optionnally
 mailed to the local sysadmin

Mailing of debconf notes was disabled a while ago.

 and being a debconf note, it can be localized.

True.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: (proposed) Mass bug filing?for debconf abuse by using low|medium priority debconf notes?

2006-09-14 Thread Mark Brown
On Thu, Sep 14, 2006 at 07:41:53PM +0200, Christian Perrier wrote:

 As a conclusion and combining both, I would really like to unsderstand
 why so many fellow developers insist on using LOW priority NOTES in
 their debconf templates and use them in maintainer scripts.

Speaking for my own packages it's a combination of policy requirements
to warn about device files and straight translations of pre-Debconf
maintainer scripts.  At a guess the latter reason (plus new notes added
before NEWS.Debian was introduced) is the most common.  Previously the
general style for Debian was fairly chatty maintainer scripts.

For the packages warning about device files the reason is likely to be
policy section 10.6 Device files which requires notification to the
user when creating device files and suggests using a low priority
Debconf message to do this:

|  If a package needs any special device files that are not included in
|  the base system, it must call `MAKEDEV' in the `postinst' script,
|  after notifying the user[1].

...

| [1]  This notification could be done via a (low-priority) debconf message,
|  or an echo (printf) statement.

A note seems to be the only way for Debconf using packages to comply
with this: they aren't allowed to output except via Debconf and that
seems the most appropriate template type.

It'd probably be worth getting policy updated here.

-- 
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: Re : Re: Using debconf

2006-09-14 Thread Otavio Salvador
Rodrigo Tavares [EMAIL PROTECTED] writes:

 Hi,

 More one thing, i´m creating a package customized,
 where the script is run, them it it´s removed.
 When i try to remove this package, ask a question for
 user. I make it in bash. And i want to make using
 debconf. The all manuals about debconf (in my case),
 get to build a new package ? 

Read the documents that I pointed to you. I think they'll clarify
what's need.

What do you want to do is possible but you'll need to improve your
packaging skills to understand how it works.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.



Re: Orphaning my packages

2006-09-14 Thread Aurélien GÉRÔME
On Tue, Sep 12, 2006 at 04:21:18PM -0500, David Moreno Garza wrote:
 If you think you could adopt some of the packages, feel free to do it  
 (filling an ITA would be nice). Just talk to the Debian Perl Group  
 first, if thinking on adopting some of the Perl modules; talk first  
 to the pkg-ruby-extras groups if thinking on adopting some of the  
 ruby modules, also.

I am going to file an ITA against libsnmp-ruby and to package the
new upstream release (1.0.1). The release in Debian is quite old
(0.4.1). Is this okay with everyone? I already maintain libpgsql-ruby,
so I am rather familiar with Ruby packaging.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Re: Orphaning my packages

2006-09-14 Thread Aurélien GÉRÔME
On Fri, Sep 15, 2006 at 12:39:58AM +0200, Aurélien GÉRÔME wrote:
 I am going to file an ITA against libsnmp-ruby and to package the
 new upstream release (1.0.1). The release in Debian is quite old
 (0.4.1). Is this okay with everyone? I already maintain libpgsql-ruby,
 so I am rather familiar with Ruby packaging.

The ITA on libsnmp-ruby is Bug#387550. I also forgot to mention I
maintain libnet-irc-ruby too.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys  Net Admin


signature.asc
Description: Digital signature


Re: (proposed) Mass bug fil ing for debcon f abuse by using low|medium priority debconf notes?

2006-09-14 Thread Guillem Jover
On Thu, 2006-09-14 at 19:41:53 +0200, Christian Perrier wrote:
 As a conclusion and combining both, I would really like to unsderstand
 why so many fellow developers insist on using LOW priority NOTES in
 their debconf templates and use them in maintainer scripts.

 Packages with low priority debconf notes:
 -
 
 Guillem Jover [EMAIL PROTECTED]
   fbset -- config:16 fbset/create_framebuffer_devices

As Mark Brown, I did that following the policy. I don't have any
problem removing it, but would be nice to get the policy fixed.

   xfstt -- config:13 xfstt/default_port_changed

Fixed in incoming.

 Packages with medium priority debconf notes:
 
 
 Guillem Jover [EMAIL PROTECTED]
   bochs -- config:10 bochs/bochsrc

Will be fixed with next upload.

regards,
guillem


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



Re: Volunteers needed to experiment with tags in debian/control

2006-09-14 Thread Guillem Jover
On Thu, 2006-09-07 at 20:27:26 +0200, Enrico Zini wrote:
 I would like to experiment with a little new plan for having tags flow
 again from the web submissions[1] to the Packages file.

 The plan goes as this:
 
  0) Download http://people.debian.org/~enrico/2006-09/debtags-updatecontrol
  1) Edit debian/control adding an empty Tag: field for every *binary*
 package
  2) In your package root directory, run debtags-updatecontrol.
 The script will check debtags.alioth.debian.org for new tags, and it
 will guide you through reviewing all the differences.
  3) Have a look at debian/control: you will find that the Tag: field has
 been updated with the new tags
  4) Upload the package: I will notice that it has the Tag: field and
 I'll know that I don't have to do manual review of tags for it.

Not really, as dpkg-gencontrol will strip unknown fields. You'll need
XB-Tag:. But I'll be adding support into dpkg-dev for the Tag field
once we branch it for etch+1 (which may go to experimental for a while).

 The script is smart enough to ask you to review only the differences
 between the data on Alioth and the data in your package.  If you reject
 changes from Alioth, it will also offer you to mail the patch back to
 it.

I've not sent the diff, because I wanted to see if dak reports the
diff when overriding... (I'll send it later).

 [...]. What I need is to have some packages with a Tag: field in the
 control file, so that I can implement and test the final part of the
 plan, which consists in updating the override file to let your tags
 through.

Now you have xfstt in incoming with such field. =)
All my other packages will aquire the field as soon as a new upload
happens (they have that locally already).

regards,
guillem


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



Re: Using debconf

2006-09-14 Thread Kevin Mark
On Thu, Sep 14, 2006 at 08:02:24PM +, Rodrigo Tavares wrote:
 Hello,
  
 I read many tutorials about debconf, but i?d like to
 know ro create the packages using debconf .
 I know the build package must be postinst, preinst,
 prerm, postrm, conffiles and config.
 Taking this tree, how i can to build a packages ?
  
 Best regards,
  
Hi Rodrigo,
The debian-mentors list exists to help people with issues about creating
debian packages, maybe ask there.
cheers,
Kev
-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Re: Why not only support Sid and Testing?

2006-09-14 Thread Paul Johnson
On Tuesday 12 September 2006 14:07, Josselin Mouette wrote:
 Le mardi 12 septembre 2006 à 07:23 -0600, Joseph Smidt a écrit :
  At the risk of repeating myself, Desktop Users: For most non-server
  minded people who still want a stable OS, Debian takes too long to
  release.  On top of that,many of them want a As easy aw Windows
  distro. I don't know that Debian will provide that as well as Ubuntu,
  unless we want to alter many aspects of the project, like how often we
  release.

 Oh well. I wonder how Microsoft could manage to provide as easy as
 Windows OSes given the length of their release cycle.

The answer is they don't.  Techworld ran a story almost a month ago now:  
Microsoft is leaving the OS business after Vista is released to focus on 
services, virtualization and other products.  You can already start to see 
the change being made:  Windows Live OneCare is replacing Windows on WalMart 
shelves, for example.

-- 
Paul Johnson
Email and IM (XMPP  Google Talk): [EMAIL PROTECTED]



pgpspzLoE8zsi.pgp
Description: PGP signature


Re: Why not only support Sid and Testing?

2006-09-14 Thread Paul Johnson
On Tuesday 12 September 2006 23:40, Mgr. Peter Tuharsky wrote:

 Easily. They have around 95% market share and strong established monopoly.

Evidence doesn't support that statement.  Even Microsoft's arguably generous 
in their favor estimate puts their OS market share on the desktop at about 
85%, and servers around 10%.  My web stats put Windows at around 70%, 
presumably desktops.  If the 95% figure was ever true, those days are ancient 
history now.

-- 
Paul Johnson
Email and IM (XMPP  Google Talk): [EMAIL PROTECTED]



pgpaB0fVwKmo4.pgp
Description: PGP signature


Re: (proposed) Mass bug filing?for debconf abuse by using low|medium priority debconf notes?

2006-09-14 Thread Christian Perrier

 For the packages warning about device files the reason is likely to be
 policy section 10.6 Device files which requires notification to the
 user when creating device files and suggests using a low priority
 Debconf message to do this:
 
 |  If a package needs any special device files that are not included in
 |  the base system, it must call `MAKEDEV' in the `postinst' script,
 |  after notifying the user[1].
 
 ...
 
 | [1]  This notification could be done via a (low-priority) debconf message,
 |  or an echo (printf) statement.


OK, thanks for your very valuable input.

I (and none of the other proponents of this action) wasn't aware of
that policy requirement/suggestion).

So, we will probably leave this aside right now, unless Thomas finds a
way to exclude packages which use low priority debconf notes for that
purpose.

If we still file bugs for your packages which use low priority debconf
notes for that specific reason, I suggest that you mark them
wontfix until we check whether the policy can be fixed about this
specific problem. This probably needs some investigation in order to
see whether the requirement is still valid or not.

The i18n task force will certainly track this issue down with a
metabug attached to the soon to be created (assuming we get
ftpmaster's agreement) debian-i18n pseudo-package. So, even if tagged
wontfix, these bugs will not be forgotten.






signature.asc
Description: Digital signature


Accepted ejabberd 1.1.1-8 (source i386)

2006-09-14 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 07:20:39 +0200
Source: ejabberd
Binary: ejabberd
Architecture: source i386
Version: 1.1.1-8
Distribution: unstable
Urgency: medium
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 ejabberd   - Distributed, fault-tolerant Jabber/XMPP server written in Erlang
Changes: 
 ejabberd (1.1.1-8) unstable; urgency=medium
 .
   [ Sergei Golovan ]
   * Security fix! Fixed vulnerability in mod_muc_log where users were
 able to insert an HTML code to MUC weblogs (fix is backported from
 ejabberd SVN).
   * Added LSB keyword section to init.d script.
 .
   [ Torsten Werner ]
   * setting urgency to medium because of a securetty issue
Files: 
 38d8226975888c4204a60fa8d3912a9a 748 net optional ejabberd_1.1.1-8.dsc
 ea6c58db16fe228618592ddedbf0b357 19150 net optional ejabberd_1.1.1-8.diff.gz
 96b18949aace6cdb1cbaac1068abfda4 806308 net optional ejabberd_1.1.1-8_i386.deb

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

iD8DBQFFCOjXfY3dicTPjsMRAlngAJwL3AJCo4pfHj4s7HrZcF/DGTnABQCdEYJK
UQtmAmiiNIktr/gKS3Caw7c=
=Cvr+
-END PGP SIGNATURE-


Accepted:
ejabberd_1.1.1-8.diff.gz
  to pool/main/e/ejabberd/ejabberd_1.1.1-8.diff.gz
ejabberd_1.1.1-8.dsc
  to pool/main/e/ejabberd/ejabberd_1.1.1-8.dsc
ejabberd_1.1.1-8_i386.deb
  to pool/main/e/ejabberd/ejabberd_1.1.1-8_i386.deb


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



Accepted yaws 1.65-1 (source i386)

2006-09-14 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 10:09:08 +0400
Source: yaws
Binary: yaws
Architecture: source i386
Version: 1.65-1
Distribution: unstable
Urgency: low
Maintainer: Erlang Packagers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 yaws   - high performance HTTP 1.1 webserver written in Erlang
Changes: 
 yaws (1.65-1) unstable; urgency=low
 .
   [ Sergei Golovan ]
   * New upstream version.
   * Moved Yaws applications to /usr/lib/yaws/applicationname
 directories, and moved applications' docroots to
 /usr/lib/yaws/applicationname/priv/docroot directories. Users,
 who want to use these applications can copy or link docroots to
 /var/www or whatever.
   * Overridden image-file-in-usr-lib lintian warning.
   * Added erlang-nox to Build-Depends because it is required to
 build documentation for new yaws application yapp.
   * Added LSB keyword section to init.d script.
   * Removed patches which corrected including Yaws headers. They are
 included to upstream.
   * Added Yaws logo to the default web page.
Files: 
 a03a6c63659a4c3c9ac79c90ec9a21ca 732 web optional yaws_1.65-1.dsc
 4c08ba6abb40e41a49066a4c35d66102 775978 web optional yaws_1.65.orig.tar.gz
 29ac0dce731ce8f421b339db25b59fd7 12249 web optional yaws_1.65-1.diff.gz
 13f14e8a82aebfa9faa1411a1965474a 900028 web optional yaws_1.65-1_i386.deb

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

iD8DBQFFCOwhfY3dicTPjsMRAh3gAJ9VdHkIRnZkgZ83uBQ6YF1fvaKw0QCgh0kW
19EPncZytr4yWGYn19yZG2A=
=ddjE
-END PGP SIGNATURE-


Accepted:
yaws_1.65-1.diff.gz
  to pool/main/y/yaws/yaws_1.65-1.diff.gz
yaws_1.65-1.dsc
  to pool/main/y/yaws/yaws_1.65-1.dsc
yaws_1.65-1_i386.deb
  to pool/main/y/yaws/yaws_1.65-1_i386.deb
yaws_1.65.orig.tar.gz
  to pool/main/y/yaws/yaws_1.65.orig.tar.gz


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



Accepted jwchat 1.0beta2-10 (source all)

2006-09-14 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Sep 2006 10:34:56 +0200
Source: jwchat
Binary: jwchat
Architecture: source all
Version: 1.0beta2-10
Distribution: unstable
Urgency: low
Maintainer: jwchat packagers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 jwchat - a full featured, web-based Jabber chat client
Changes: 
 jwchat (1.0beta2-10) unstable; urgency=low
 .
   * do not use mod_rewrite any more
   * use __ApacheServerName__ in source file of config.js
   * bugfixes in debian/postinst
   * move patches/ dir into debian/ dir where cdbs expects it
Files: 
 404a1fd6ddd755f77d1955253f0eb476 678 web optional jwchat_1.0beta2-10.dsc
 af918197c8f93282e405c07c3f854f8b 7372 web optional jwchat_1.0beta2-10.diff.gz
 d5976ae5756991775b8d5772b1ce3b65 437216 web optional jwchat_1.0beta2-10_all.deb

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

iD8DBQFFCO3rfY3dicTPjsMRApsPAJ4q7sC9g7a3EpenBTFATXBnlK+FawCfX//8
kgDDAg6mpSFDA4YyeVKu/dw=
=ZSV9
-END PGP SIGNATURE-


Accepted:
jwchat_1.0beta2-10.diff.gz
  to pool/main/j/jwchat/jwchat_1.0beta2-10.diff.gz
jwchat_1.0beta2-10.dsc
  to pool/main/j/jwchat/jwchat_1.0beta2-10.dsc
jwchat_1.0beta2-10_all.deb
  to pool/main/j/jwchat/jwchat_1.0beta2-10_all.deb


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



Accepted gtk+2.0 2.10.1-0beta2 (source i386 all)

2006-09-14 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 22:45:10 +0200
Source: gtk+2.0
Binary: libgtk2.0-dev gtk2-engines-pixbuf libgtk-directfb-2.0-dev 
libgtk-directfb-2.0-0 libgtk-directfb-2.0-0-udeb libgtk2.0-0-dbg libgtk2.0-0 
libgtk2.0-doc gtk2.0-examples libgtk2.0-common libgtk2.0-bin
Architecture: source i386 all
Version: 2.10.1-0beta2
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgtk-directfb-2.0-0 - The GTK+ graphical user interface library - DirectFB 
runtime
 libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library - 
minimal runtime (udeb)
 libgtk-directfb-2.0-dev - Development files for the GTK+ library - DirectFB 
version
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-bin - The programs for the GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Closes: 382435 384225 385473
Changes: 
 gtk+2.0 (2.10.1-0beta2) experimental; urgency=low
 .
   * THIS IS NOT THE FINAL 2.10 RELEASE; THIS IS NOT SUITED FOR PACKAGE
 MAINTAINERS TO PREPARE FOR TRANSITIONS.
   * Add a missing x11proto-xext-dev build-dep for X SYNC checks.
   * Add a missing libatk1.0-dev (= 1.9.0) build-dep for ATK.
   * Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of
 binary modules; it is set via debian/scripts/vars and currently in use in
 update-gdkpixbuf-loaders.in and update-gtk-immodules.in.
   * Remove fake support for version argument from update-gdkpixbuf-loaders and
 update-gtk-immodules.
   * New upstream development releases with API additions, and non-public API
 changes and removals.
 - Target at experimental.
 - Update copyright from AUTHORS.
 - Update upstream URL.
 - Bump up libglib2.0-dev build-dep to = 2.12.0.
 - Add a libdirectfb-dev (= 0.9.24) build-dep for DirectFB.
 - Add a libcupsys2-dev (= 1.2) build-dep for CUPS printing backend.
 - Bump shlibs to = 2.10.0.
 - Update list of docs to ship; now includes NEWS. (Closes: #384225)
 - Update watch file to track stable releases and use HTTP.
 - Set GTK_BINARY_VERSION to 2.10.0.
 - Replace 001_gtk+-2.2.0-buildfix-immodule patch with
   001_static-linking-dont-query-immodules which has more chances to be
   merged upstream; see GNOME #346531.
 - Drop 006_gtk+-2.8.17-directfb patch, merged upstream.
 - Refresh patches: 000_gtk+-2.0.6-exportsymbols,
   003_default_fallback_icon_theme,
   004_gtk+-ximian-gtk2-filesel-navbutton-5,
   007_implicit_pointer_conversion_gdkdrawable_directfb.
 - Update 070_mandatory-relibtoolize with libtoolize --force --copy 
   aclocal-1.7 -I m4macros  autoconf  automake-1.7.
 - New patch, 002_static-linking-dont-build-perf, to avoid building the
   perf measurement tools in static builds; see GNOME #346559; needs
   the 001_gtk+-2.2.0-buildfix-immodule patch.
 - New patch, 009_configurable-cairo-backend-module, to add a new
   --with-cairo-backend flag which will select a cairo-$backend.pc
   pkg-config module instead of the default of cairo.pc; see GNOME #351509.
 - Configure with --with-cairo-backend=directfb for the dfb build.
 - New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs
   from the cairo-directfb module (as $cairo_module); see GNOME #351519.
 - New patch, 011_gdk-directfb-cvs-changes, backport of CVS only build
   fixes to permit compilation against directfb 0.9.25.1.
   * Fix bashishms in debian/rules. (Closes: #385473)
   * Generate a Provides: [EMAIL PROTECTED]@ in [EMAIL PROTECTED]@ to track
 the binary version of Gtk and to permit Gtk modules to depend on it.
   * Define the flags for each flavor (shared, static, and udeb) in Makefile
 vars and share the common flags.
   * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
 differ.
   * Stop shipping *.la and *.a files of modules (all module types).
   * Move GTK_BINARY_VERSION back to rules.
   * Use GTK_BINVER_DEP instead of BINVER.
   * Build flavors out-of-tree; saves 25% of required build space (315 MB) and
 some build time / IO load; this clutters the headers a little (full build
 path is mentionned instead of .) though.
   * Rewrite and cleanup the build process completely.
   * Install the full set of pkg-config files from the dfb flavor in
 /usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set
 PKG_CONFIG_PATH while invoking pkg-config (or configure); the
 /usr/lib/pkgconfig/*directfb*.pc files will 

Accepted hfsplus 1.0.4-11 (source powerpc)

2006-09-14 Thread Aurélien GÉRÔME
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 05:12:33 +0200
Source: hfsplus
Binary: libhfsp-dev libhfsp0 hfsplus
Architecture: source powerpc
Version: 1.0.4-11
Distribution: unstable
Urgency: low
Maintainer: Aurélien GÉRÔME [EMAIL PROTECTED]
Changed-By: Aurélien GÉRÔME [EMAIL PROTECTED]
Description: 
 hfsplus- Tools to access HFS+ formatted volumes
 libhfsp-dev - Library to access HFS+ formatted volumes
 libhfsp0   - Shared library to access HFS+ formatted volumes
Closes: 378358 387337
Changes: 
 hfsplus (1.0.4-11) unstable; urgency=low
 .
   * New maintainer. (Closes: #387337)
   * Update to the latest Standards-Version.
   * Update description in debian/control.
   * Add debian/compat to update debhelper to compatibility level 4.
   * Update Upstream URL in debian/copyright.
   * Add debian/watch.
   * Fix bashism in debian/rules. (Closes: #378358)
   * Conform to policy by building with CFLAGS=-O2 -g -Wall.
   * Add dpatch support.
   * The debian diff contained the following files generated by
 auto{header,conf,make} which were not removed after the build
 process:
 - doc/Makefile.in;
 - doc/Makefile;
 - libhfsp/src/Makefile.in;
 - libhfsp/test/.deps/test.Po;
 - libhfsp/test/Makefile.in;
 - libhfsp/test/Makefile;
 - libhfsp/Makefile.in;
 - config.h.in = run autoheader between aclocal and automake
   in debian/rules.
 Remove those files and add proper clean support for them.
Files: 
 11e918b705bad12261bae19e025ebc48 653 otherosfs optional hfsplus_1.0.4-11.dsc
 d452403629e2791904fe70cb6ab293a5 12405 otherosfs optional 
hfsplus_1.0.4-11.diff.gz
 bf7e0a2300543e20f522e40dc53feb11 41832 libs optional 
libhfsp0_1.0.4-11_powerpc.deb
 275b51f355783969d79922a87eb4412b 57280 otherosfs optional 
hfsplus_1.0.4-11_powerpc.deb
 cbd3214472d46066a6a29c8beb1a3672 52832 libdevel optional 
libhfsp-dev_1.0.4-11_powerpc.deb

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

iD8DBQFFCQur2WTeT3CRQaQRArYBAJ9Zgp9AD6ztW8AuTMdZH7cGOT8cHQCcCyIy
9gI64tSDJ9AUl301EqkwTA4=
=OKin
-END PGP SIGNATURE-


Accepted:
hfsplus_1.0.4-11.diff.gz
  to pool/main/h/hfsplus/hfsplus_1.0.4-11.diff.gz
hfsplus_1.0.4-11.dsc
  to pool/main/h/hfsplus/hfsplus_1.0.4-11.dsc
hfsplus_1.0.4-11_powerpc.deb
  to pool/main/h/hfsplus/hfsplus_1.0.4-11_powerpc.deb
libhfsp-dev_1.0.4-11_powerpc.deb
  to pool/main/h/hfsplus/libhfsp-dev_1.0.4-11_powerpc.deb
libhfsp0_1.0.4-11_powerpc.deb
  to pool/main/h/hfsplus/libhfsp0_1.0.4-11_powerpc.deb


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



Accepted watchdog 5.2.6-6 (source i386)

2006-09-14 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 09:58:37 +0200
Source: watchdog
Binary: watchdog
Architecture: source i386
Version: 5.2.6-6
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 watchdog   - software watchdog
Closes: 387261
Changes: 
 watchdog (5.2.6-6) unstable; urgency=low
 .
   * Fixed postinst to allow missing entries in /etc/default/watchdog, closes: 
#387261
Files: 
 0779c158fa3f063623c764023b3ee772 590 admin extra watchdog_5.2.6-6.dsc
 6e9a66f3e4c312bc76253b7714d65312 4446 admin extra watchdog_5.2.6-6.diff.gz
 b950ab32def8e63187cc3711386fb9a3 61292 admin extra watchdog_5.2.6-6_i386.deb

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

iD8DBQFFCQxZVkEm8inxm9ERAvDVAJ9l+cw8GhNWmFbq/3tTcLvO4dJIAgCeK+gH
/Efx33wPent98qzu7PjbCTc=
=ZR+h
-END PGP SIGNATURE-


Accepted:
watchdog_5.2.6-6.diff.gz
  to pool/main/w/watchdog/watchdog_5.2.6-6.diff.gz
watchdog_5.2.6-6.dsc
  to pool/main/w/watchdog/watchdog_5.2.6-6.dsc
watchdog_5.2.6-6_i386.deb
  to pool/main/w/watchdog/watchdog_5.2.6-6_i386.deb


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



Accepted metacity 1:2.16.1-1 (source i386 all)

2006-09-14 Thread Marco Cabizza
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 18:46:45 +0200
Source: metacity
Binary: metacity-common metacity libmetacity0 libmetacity-dev
Architecture: source i386 all
Version: 1:2.16.1-1
Distribution: experimental
Urgency: low
Maintainer: Marco Cabizza [EMAIL PROTECTED]
Changed-By: Marco Cabizza [EMAIL PROTECTED]
Description: 
 libmetacity-dev - Development files of lightweight GTK2 based Window Manager
 libmetacity0 - library of lightweight GTK2 based Window Manager
 metacity   - A lightweight GTK2 based Window Manager
 metacity-common - Shared files of lightweight GTK2 based Window Manager
Closes: 361156 365450
Changes: 
 metacity (1:2.16.1-1) experimental; urgency=low
 .
   [ Loïc Minier ]
   * Remove superfluous dh_installcatalogs call and bump cdbs build-dep to
 = 0.4.37, thanks Peter Eisentraut. (Closes: #361156)
 [debian/control, debian/control.in, debian/rules]
   * Don't mention non-existing Info documentation in the metacity and
 metacity-message man pages, thanks Piotr Engelking. (Closes: #365450)
 [debian/metacity.1, debian/metacity-message.1]
   * Fix watch file.
 .
   [ Marco Cabizza ]
   * New upstream release, target experimental:
 - Bumping up libgtk2.0-dev build-dep to 2.10
   * Setting myself as the maintainer.
Files: 
 01763fada5e2efa4ea02b79902ee378c 1742 x11 optional metacity_2.16.1-1.dsc
 40dac6f9cf29f1807e263e6508e98076 2917028 x11 optional 
metacity_2.16.1.orig.tar.gz
 465afb01267396936ce807534034836e 10247 x11 optional metacity_2.16.1-1.diff.gz
 9d4ec8f7962171dc75d74e782a7e396c 1922932 misc optional 
metacity-common_2.16.1-1_all.deb
 9074c34228986c6362dcbd07b821f72b 223020 libs optional 
libmetacity0_2.16.1-1_i386.deb
 75e4bf1cc0f64703f52b3a7b608b68d3 396556 x11 optional metacity_2.16.1-1_i386.deb
 b7c6cc03d0cb46249aaa36ea0ac8ffec 242066 libdevel optional 
libmetacity-dev_2.16.1-1_i386.deb

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

iD8DBQFFCRMF4VUX8isJIMARAiVtAJ4rRMaA7MGx2m+k2Py2JQEDgcTDhQCgoSmq
zoCPUWHDBXVekIlBHAlA5cY=
=YCEK
-END PGP SIGNATURE-


Accepted:
libmetacity-dev_2.16.1-1_i386.deb
  to pool/main/m/metacity/libmetacity-dev_2.16.1-1_i386.deb
libmetacity0_2.16.1-1_i386.deb
  to pool/main/m/metacity/libmetacity0_2.16.1-1_i386.deb
metacity-common_2.16.1-1_all.deb
  to pool/main/m/metacity/metacity-common_2.16.1-1_all.deb
metacity_2.16.1-1.diff.gz
  to pool/main/m/metacity/metacity_2.16.1-1.diff.gz
metacity_2.16.1-1.dsc
  to pool/main/m/metacity/metacity_2.16.1-1.dsc
metacity_2.16.1-1_i386.deb
  to pool/main/m/metacity/metacity_2.16.1-1_i386.deb
metacity_2.16.1.orig.tar.gz
  to pool/main/m/metacity/metacity_2.16.1.orig.tar.gz


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



Accepted ggz-gtk-games 0.0.13-3 (source i386 all)

2006-09-14 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 09:30:48 +0200
Source: ggz-gtk-games
Binary: ggz-gtk-games ggz-gtk-games-data
Architecture: source i386 all
Version: 0.0.13-3
Distribution: unstable
Urgency: low
Maintainer: Debian GGZ Maintainers [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ggz-gtk-games - GGZ Gaming Zone: game clients collection for GTK+
 ggz-gtk-games-data - GGZ Gaming Zone: multimedia data for game clients for GTK+
Closes: 387378
Changes: 
 ggz-gtk-games (0.0.13-3) unstable; urgency=low
 .
   [ Josef Spillner ]
   * Move ggzcore-bin dependency from ggzmod to games.
 .
   [ Peter Eisentraut ]
   * Fixed package dependencies for binNMU compatibility
   * Fixed dependendy on ggz-gtk-games-data (closes: #387378)
   * Fixed build dependencies after dependency reshuffle in ggz-client-libs
Files: 
 fa7843ee69d118757ea4366304bfce1b 812 games optional ggz-gtk-games_0.0.13-3.dsc
 98fee3a7d93a4777a1b32c737a5acca5 2725 games optional 
ggz-gtk-games_0.0.13-3.diff.gz
 54917ddce433c44d99a0ea8487550444 1137326 games optional 
ggz-gtk-games-data_0.0.13-3_all.deb
 60ea1caa7267e90f03cb47e54469eed3 291408 games optional 
ggz-gtk-games_0.0.13-3_i386.deb

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

iD8DBQFFCQXcTTx8oVVPtMYRAk/9AJ9IAvqFrbkVWQh3WxGg1j+ybpWFfwCfe2Qy
vpduZFvtWTX+Ijkcp5yYfaA=
=ytyw
-END PGP SIGNATURE-


Accepted:
ggz-gtk-games-data_0.0.13-3_all.deb
  to pool/main/g/ggz-gtk-games/ggz-gtk-games-data_0.0.13-3_all.deb
ggz-gtk-games_0.0.13-3.diff.gz
  to pool/main/g/ggz-gtk-games/ggz-gtk-games_0.0.13-3.diff.gz
ggz-gtk-games_0.0.13-3.dsc
  to pool/main/g/ggz-gtk-games/ggz-gtk-games_0.0.13-3.dsc
ggz-gtk-games_0.0.13-3_i386.deb
  to pool/main/g/ggz-gtk-games/ggz-gtk-games_0.0.13-3_i386.deb


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



Accepted zabbix 1:1.1.2-1 (source all amd64)

2006-09-14 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 14:35:58 +0200
Source: zabbix
Binary: zabbix-server-mysql zabbix-agent zabbix-frontend-php
Architecture: source amd64 all
Version: 1:1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Zabbix Maintainers [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zabbix-agent - software for monitoring of your networks -- agent
 zabbix-frontend-php - software for monitoring of your servers -- php frontend
 zabbix-server-mysql - software for monitoring of your networks -- server
Closes: 387288
Changes: 
 zabbix (1:1.1.2-1) unstable; urgency=low
 .
   [ Michael Ablassmeier ]
   * New upstream release
   * Fix lintian error about missing po-debconf B-D
   * Add lsb section to agent and server's init scripts
   * Do not use dbconfig-load-include in zabbix-frontend-php
 postinst anymore, simply source an existant config file.
   * Do also preseed Database user(name) if zabbix-server-mysql
 is installed on the same host.
   * patches/04_expression.c.dpatch: Fix substitution of variables
 in Actions, see dpatch Description for more Info.
   * patches/05_maps.inc.php.dpatch: Fix for broken icons in
 network plans
   * Add Swedish po file, thanks Daniel Nylander (Closes: #387288)
 .
   [ Fabio Tranchitella ]
   * debian/control: modified to install apache2 and libapache2-mod-php5
 by default.
Files: 
 2627815d2b3e5f37ceb8ef11101828e1 806 net optional zabbix_1.1.2-1.dsc
 f3d409b08629c005ed30d9bd4e93fca9 1412505 net optional zabbix_1.1.2.orig.tar.gz
 37e87cbfda55652ec5e4cceee2054c56 30536 net optional zabbix_1.1.2-1.diff.gz
 68defc848449eef0944466e19c427c66 118852 net optional 
zabbix-agent_1.1.2-1_amd64.deb
 23a16c2f4ea3844c61465bb921210f8f 209930 net optional 
zabbix-server-mysql_1.1.2-1_amd64.deb
 219e8ddeef219ebe99cea4db51a73e0d 311812 net optional 
zabbix-frontend-php_1.1.2-1_all.deb

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

iD8DBQFFCRvmEFV7g4B8rCURAj3eAJ9IVCcsEv7SLX6MdTT/DuzfKgRH/QCfaxWY
2AoCKhfRuYglOyQjXLum5O4=
=/jMh
-END PGP SIGNATURE-


Accepted:
zabbix-agent_1.1.2-1_amd64.deb
  to pool/main/z/zabbix/zabbix-agent_1.1.2-1_amd64.deb
zabbix-frontend-php_1.1.2-1_all.deb
  to pool/main/z/zabbix/zabbix-frontend-php_1.1.2-1_all.deb
zabbix-server-mysql_1.1.2-1_amd64.deb
  to pool/main/z/zabbix/zabbix-server-mysql_1.1.2-1_amd64.deb
zabbix_1.1.2-1.diff.gz
  to pool/main/z/zabbix/zabbix_1.1.2-1.diff.gz
zabbix_1.1.2-1.dsc
  to pool/main/z/zabbix/zabbix_1.1.2-1.dsc
zabbix_1.1.2.orig.tar.gz
  to pool/main/z/zabbix/zabbix_1.1.2.orig.tar.gz


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



Accepted flwm 1.02-1 (source i386)

2006-09-14 Thread Bill Allombert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 12:29:11 +0200
Source: flwm
Binary: flwm
Architecture: source i386
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Bill Allombert [EMAIL PROTECTED]
Changed-By: Bill Allombert [EMAIL PROTECTED]
Description: 
 flwm   - Fast Light Window Manager
Changes: 
 flwm (1.02-1) unstable; urgency=low
 .
   * New upstream release
+ Remove 100_double_ampersand applied upstream.
+ Otherwise this is identical to 1.01-1.
Files: 
 19950dce3410e9e93ce5aef121a185f8 571 x11 optional flwm_1.02-1.dsc
 33e1738441c351153a9c0a83a051bf7c 64142 x11 optional flwm_1.02.orig.tar.gz
 b6e45d2d24fd4b1c1e74d7216872ae2a 7776 x11 optional flwm_1.02-1.diff.gz
 43505fc9d17177e6867c7b7d6c048482 42682 x11 optional flwm_1.02-1_i386.deb

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

iD8DBQFFCRj2eDPs8bVESBURAslDAJ9a7UtqXFy4NU+1G5OSMRSUjaPRgACgko4p
tqyTbxWDao/ENXFCBDRLayQ=
=1s0w
-END PGP SIGNATURE-


Accepted:
flwm_1.02-1.diff.gz
  to pool/main/f/flwm/flwm_1.02-1.diff.gz
flwm_1.02-1.dsc
  to pool/main/f/flwm/flwm_1.02-1.dsc
flwm_1.02-1_i386.deb
  to pool/main/f/flwm/flwm_1.02-1_i386.deb
flwm_1.02.orig.tar.gz
  to pool/main/f/flwm/flwm_1.02.orig.tar.gz


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



Accepted icecc 0.7.14-1 (source amd64)

2006-09-14 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 19:38:28 +0200
Source: icecc
Binary: icecc libicecc-dev
Architecture: source amd64
Version: 0.7.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 icecc  - distributed compiler (client and server)
 libicecc-dev - development files for icecc (distributed compiler)
Changes: 
 icecc (0.7.14-1) unstable; urgency=low
 .
   * New upstream release
   * watch: fix ftp address
Files: 
 5601a7350b4923421e12196a831260ab 708 kde optional icecc_0.7.14-1.dsc
 08f0a503e5640a9cbacfe43cb5b2157e 193145 kde optional icecc_0.7.14.orig.tar.gz
 c12a6285e82270219724d9d91608cb2c 9414 kde optional icecc_0.7.14-1.diff.gz
 ebd7f3e8c89f47afa80b00a1468f5818 266518 kde optional icecc_0.7.14-1_amd64.deb
 730d2078f7f9c2675567672c9ada8758 88954 devel optional 
libicecc-dev_0.7.14-1_amd64.deb

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

iD8DBQFFCSEUvGr7W6HudhwRApvWAJ4znHNW1LGVWLjBLwdw7VfVwIvIfACePKva
t8nucK6rU3WxRcW1lMNuGto=
=ellj
-END PGP SIGNATURE-


Accepted:
icecc_0.7.14-1.diff.gz
  to pool/main/i/icecc/icecc_0.7.14-1.diff.gz
icecc_0.7.14-1.dsc
  to pool/main/i/icecc/icecc_0.7.14-1.dsc
icecc_0.7.14-1_amd64.deb
  to pool/main/i/icecc/icecc_0.7.14-1_amd64.deb
icecc_0.7.14.orig.tar.gz
  to pool/main/i/icecc/icecc_0.7.14.orig.tar.gz
libicecc-dev_0.7.14-1_amd64.deb
  to pool/main/i/icecc/libicecc-dev_0.7.14-1_amd64.deb


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



Accepted subtitleeditor 0.11-alpha1-1 (source i386)

2006-09-14 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 12 Sep 2006 12:26:28 +0200
Source: subtitleeditor
Binary: subtitleeditor
Architecture: source i386
Version: 0.11-alpha1-1
Distribution: unstable
Urgency: low
Maintainer: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 subtitleeditor - Graphical subtitle editor with sound waves representation
Changes: 
 subtitleeditor (0.11-alpha1-1) unstable; urgency=low
 .
   * New upstream Release.
   * Readme.Debian is a duplicate of upstream's Reame, so get rid of it.
   * Update Spanish Translation.
Files: 
 ed7854fba333577456efc4a444e794af 741 gnome optional 
subtitleeditor_0.11-alpha1-1.dsc
 df6a05384f94e7c889259669101a6710 407698 gnome optional 
subtitleeditor_0.11-alpha1.orig.tar.gz
 c1e8515688431b0d47ce9bde5acf4353 54606 gnome optional 
subtitleeditor_0.11-alpha1-1.diff.gz
 2b779936c58650399a67d7d8434f4402 490046 gnome optional 
subtitleeditor_0.11-alpha1-1_i386.deb

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

iD8DBQFFCTyuNFDtUT/MKpARAhQWAJ4mQVsopAf3H605OFRRfgWXKNoVcgCghlTu
NBQVGPpL6KRsV3IlLynn2aU=
=4+b1
-END PGP SIGNATURE-


Accepted:
subtitleeditor_0.11-alpha1-1.diff.gz
  to pool/main/s/subtitleeditor/subtitleeditor_0.11-alpha1-1.diff.gz
subtitleeditor_0.11-alpha1-1.dsc
  to pool/main/s/subtitleeditor/subtitleeditor_0.11-alpha1-1.dsc
subtitleeditor_0.11-alpha1-1_i386.deb
  to pool/main/s/subtitleeditor/subtitleeditor_0.11-alpha1-1_i386.deb
subtitleeditor_0.11-alpha1.orig.tar.gz
  to pool/main/s/subtitleeditor/subtitleeditor_0.11-alpha1.orig.tar.gz


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



Accepted openscenegraph 1.1.0-3 (source i386 all)

2006-09-14 Thread OuoU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  8 Sep 2006 11:37:40 +0200
Source: openscenegraph
Binary: libproducer3 openscenegraph-doc openthreads-doc openscenegraph 
producer-doc libopenthreads-dev libopenthreads3 libopenscenegraph-dev 
libproducer-dev libopenscenegraph3
Architecture: source i386 all
Version: 1.1.0-3
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) [EMAIL PROTECTED]
Changed-By: Loic Dachary (OuoU) [EMAIL PROTECTED]
Description: 
 libopenscenegraph-dev - 3D scenegraph development files
 libopenscenegraph3 - 3D scenegraph
 libopenthreads-dev - Object-Oriented (OO) thread interface for C++ 
programmers, develo
 libopenthreads3 - Object-Oriented (OO) thread interface for C++ programmers, 
develo
 libproducer-dev - Cross-platform C++ library for managing OpenGL rendering 
contexts
 libproducer3 - Cross-platform C++ library for managing OpenGL rendering 
contexts
 openscenegraph - 3D scenegraph binary files
 openscenegraph-doc - 3D scenegraph documentation
 openthreads-doc - Documentation for Object-Oriented (OO) thread interface
 producer-doc - Documentation for C++ library for managing OpenGL rendering 
conte
Changes: 
 openscenegraph (1.1.0-3) unstable; urgency=low
 .
   * patch for mips
 .
   * edgy  etch control files
Files: 
 e75ca3feca598d849c36588ee1bb3289 1041 devel optional openscenegraph_1.1.0-3.dsc
 4e1fc7140444daddeba9dc1a77698fd2 15052 devel optional 
openscenegraph_1.1.0-3.diff.gz
 cbeb270d34c3f9c5d6a840e3c34188d4 10610 devel optional 
libopenthreads-dev_1.1.0-3_i386.deb
 1a082ed1451becf6caadd87c93f45f0c 13574 libs optional 
libopenthreads3_1.1.0-3_i386.deb
 6416693da4ff6ad7196e8fc707029590 29562 devel optional 
openthreads-doc_1.1.0-3_all.deb
 d61b96ae0885ddba74a04f73047a8482 373638 devel optional 
libopenscenegraph-dev_1.1.0-3_i386.deb
 07735f17ec84dfb94557db50820866a0 21197400 libs optional 
libopenscenegraph3_1.1.0-3_i386.deb
 5873802c9d164aaaff7f2a040c524a65 5390750 devel optional 
openscenegraph-doc_1.1.0-3_all.deb
 e61eee411bbb5facbd7bed3100582943 38232 devel optional 
libproducer-dev_1.1.0-3_i386.deb
 8cf531d0de95a97d96899ab670ff9a68 117870 libs optional 
libproducer3_1.1.0-3_i386.deb
 e696be068e5b9c97c96b6cb592c54a20 343754 devel optional 
producer-doc_1.1.0-3_all.deb
 ca5f09191db1968ebbfcdf6f590cc6d9 1730304 devel optional 
openscenegraph_1.1.0-3_i386.deb

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

iD8DBQFFCUTI8dLMyEl6F20RAi83AKCkKiYxGuuRLq3LJVFiOSMiaRkCsgCgjPwM
1eRfFk/nsn5PAp4411MzwU0=
=RmRN
-END PGP SIGNATURE-


Accepted:
libopenscenegraph-dev_1.1.0-3_i386.deb
  to pool/main/o/openscenegraph/libopenscenegraph-dev_1.1.0-3_i386.deb
libopenscenegraph3_1.1.0-3_i386.deb
  to pool/main/o/openscenegraph/libopenscenegraph3_1.1.0-3_i386.deb
libopenthreads-dev_1.1.0-3_i386.deb
  to pool/main/o/openscenegraph/libopenthreads-dev_1.1.0-3_i386.deb
libopenthreads3_1.1.0-3_i386.deb
  to pool/main/o/openscenegraph/libopenthreads3_1.1.0-3_i386.deb
libproducer-dev_1.1.0-3_i386.deb
  to pool/main/o/openscenegraph/libproducer-dev_1.1.0-3_i386.deb
libproducer3_1.1.0-3_i386.deb
  to pool/main/o/openscenegraph/libproducer3_1.1.0-3_i386.deb
openscenegraph-doc_1.1.0-3_all.deb
  to pool/main/o/openscenegraph/openscenegraph-doc_1.1.0-3_all.deb
openscenegraph_1.1.0-3.diff.gz
  to pool/main/o/openscenegraph/openscenegraph_1.1.0-3.diff.gz
openscenegraph_1.1.0-3.dsc
  to pool/main/o/openscenegraph/openscenegraph_1.1.0-3.dsc
openscenegraph_1.1.0-3_i386.deb
  to pool/main/o/openscenegraph/openscenegraph_1.1.0-3_i386.deb
openthreads-doc_1.1.0-3_all.deb
  to pool/main/o/openscenegraph/openthreads-doc_1.1.0-3_all.deb
producer-doc_1.1.0-3_all.deb
  to pool/main/o/openscenegraph/producer-doc_1.1.0-3_all.deb


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



Accepted xlassie 1.8-14 (source i386)

2006-09-14 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 12 Sep 2006 16:23:14 +0100
Source: xlassie
Binary: xlassie
Architecture: source i386
Version: 1.8-14
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter [EMAIL PROTECTED]
Changed-By: Barak A. Pearlmutter [EMAIL PROTECTED]
Description: 
 xlassie- Dockable mail notifier w/ message count  POP3/APOP/IMAP support
Changes: 
 xlassie (1.8-14) unstable; urgency=low
 .
   * add debian/watch file
   * use exponential notation when message count exceeds 99
Files: 
 1dbee5a00a50c4c941a40571535c8971 710 x11 optional xlassie_1.8-14.dsc
 0ca5a3f615f42068a309618c4d30d24c 21570 x11 optional xlassie_1.8-14.diff.gz
 b1c9ccae1e3561baafa6774c015c1207 19828 x11 optional xlassie_1.8-14_i386.deb

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

iD8DBQFFCUY/Lz4Gnv7CP7IRAlVmAJ4/Bdc0fZbk5AO8pZffJr4EcRYRAwCghUGi
RyPtTzfzPekD9eda0uVrUJw=
=5YTI
-END PGP SIGNATURE-


Accepted:
xlassie_1.8-14.diff.gz
  to pool/main/x/xlassie/xlassie_1.8-14.diff.gz
xlassie_1.8-14.dsc
  to pool/main/x/xlassie/xlassie_1.8-14.dsc
xlassie_1.8-14_i386.deb
  to pool/main/x/xlassie/xlassie_1.8-14_i386.deb


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



Accepted hfsutils 3.2.6-11 (source powerpc)

2006-09-14 Thread Aurélien GÉRÔME
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 11:55:33 +0200
Source: hfsutils
Binary: hfsutils-tcltk hfsutils
Architecture: source powerpc
Version: 3.2.6-11
Distribution: unstable
Urgency: low
Maintainer: Aurélien GÉRÔME [EMAIL PROTECTED]
Changed-By: Aurélien GÉRÔME [EMAIL PROTECTED]
Description: 
 hfsutils   - Tools for reading and writing Macintosh volumes
 hfsutils-tcltk - Tcl/Tk interfaces for reading and writing Macintosh volumes
Closes: 387338
Changes: 
 hfsutils (3.2.6-11) unstable; urgency=low
 .
   * New maintainer (Closes: #387338).
   * Update to the latest Standards-Version.
   * Update description in debian/control with homepage.
   * Add debian/watch.
   * Conform to policy by building with CFLAGS=-O2 -g -Wall.
   * Add dpatch support.
Files: 
 01f6c8f6251ad6c8afe2eb9cefa7150b 609 otherosfs extra hfsutils_3.2.6-11.dsc
 b79b7ab689f754e76c49c0b1e3555dfd 5050 otherosfs extra hfsutils_3.2.6-11.diff.gz
 2ccf745ec22b8bc7a35e894483af247d 80030 otherosfs extra 
hfsutils_3.2.6-11_powerpc.deb
 b72dc0ad3b4a6729fa573ac0b5297205 119458 otherosfs extra 
hfsutils-tcltk_3.2.6-11_powerpc.deb

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

iD8DBQFFCUkR2WTeT3CRQaQRAsPRAJ4w0RepYdcdTyMrafcOKBPE8+HwogCdGEPC
L2tuic11mdDPwGUvqG+/aps=
=b41b
-END PGP SIGNATURE-


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


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



Accepted tomcat5 5.0.30-11 (source all)

2006-09-14 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 13:49:19 +0200
Source: tomcat5
Binary: tomcat5-admin tomcat5-webapps tomcat5 libtomcat5-java
Architecture: source all
Version: 5.0.30-11
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 libtomcat5-java - Java Servlet engine -- core libraries
 tomcat5- Java Servlet 2.4 engine with JSP 2.0 support
 tomcat5-admin - Java Servlet engine -- admin web interfaces
 tomcat5-webapps - Java Servlet engine -- documentation and example web 
applications
Closes: 355240 361277 386394
Changes: 
 tomcat5 (5.0.30-11) unstable; urgency=low
 .
   * debian/control: removed apache-utils version and added alternative
 apache2-utils (that provide the virtual apache-utils package) (closes:
 #361277).
   * debian/tomcat5.init: added Sun's jdk path as provided by sun-java5-bin
 package (closes: #386394). I also added IBM's packages.
   * added a patch for the recursive tag files modification (closes:
 #355240).
Files: 
 0ed7664babdaf59a42e0b54684b2638d 1316 web optional tomcat5_5.0.30-11.dsc
 a738a45175e3f8a271810802469aa5d1 27925 web optional tomcat5_5.0.30-11.diff.gz
 214b2199ff93e0067bda39773c8bf611 45302 web optional tomcat5_5.0.30-11_all.deb
 b46b9e7d3dd8dddf048e4402664d9be3 3650882 web optional 
libtomcat5-java_5.0.30-11_all.deb
 9320e4cee1b2310a6786de14d2606435 1119938 web optional 
tomcat5-webapps_5.0.30-11_all.deb
 8624865aef7eaf0bbe65593ce86659d6 400624 web optional 
tomcat5-admin_5.0.30-11_all.deb

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

iD8DBQFFCUfV4vzFZu62tMIRAq69AJ9XIOXqmsHmrae+GeaORsxWTMbGDQCeIKL1
SbF/hGuw8gUsc1v5rouDkTk=
=U2GU
-END PGP SIGNATURE-


Accepted:
libtomcat5-java_5.0.30-11_all.deb
  to pool/main/t/tomcat5/libtomcat5-java_5.0.30-11_all.deb
tomcat5-admin_5.0.30-11_all.deb
  to pool/main/t/tomcat5/tomcat5-admin_5.0.30-11_all.deb
tomcat5-webapps_5.0.30-11_all.deb
  to pool/main/t/tomcat5/tomcat5-webapps_5.0.30-11_all.deb
tomcat5_5.0.30-11.diff.gz
  to pool/main/t/tomcat5/tomcat5_5.0.30-11.diff.gz
tomcat5_5.0.30-11.dsc
  to pool/main/t/tomcat5/tomcat5_5.0.30-11.dsc
tomcat5_5.0.30-11_all.deb
  to pool/main/t/tomcat5/tomcat5_5.0.30-11_all.deb


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



Accepted samizdat 0.5.5.20060914-1 (source all)

2006-09-14 Thread Dmitry Borodaenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 13:35:16 +0100
Source: samizdat
Binary: libsamizdat-ruby1.8 samizdat libsamizdat-ruby
Architecture: source all
Version: 0.5.5.20060914-1
Distribution: experimental
Urgency: low
Maintainer: Dmitry Borodaenko [EMAIL PROTECTED]
Changed-By: Dmitry Borodaenko [EMAIL PROTECTED]
Description: 
 libsamizdat-ruby - Samizdat module for Ruby
 libsamizdat-ruby1.8 - Samizdat module for Ruby 1.8
 samizdat   - Collaboration and open publishing engine
Changes: 
 samizdat (0.5.5.20060914-1) experimental; urgency=low
 .
   * New upstream snapshot 2005-09-14:
 - now works with new libgettext-ruby
 - block cross-site images in xhtml.yaml.
   * Samizdat DRB server now enabled by default.
Files: 
 2fefee4092d34d463d0b5b00ef40eda5 659 web optional samizdat_0.5.5.20060914-1.dsc
 cdda1645a8b8e26155b515f0f728eaa2 158498 web optional 
samizdat_0.5.5.20060914.orig.tar.gz
 4488269910c3c5e9e56a987393993aa4 4203 web optional 
samizdat_0.5.5.20060914-1.diff.gz
 01b1556ddd1a10039acb094d1cb2d520 127938 web optional 
samizdat_0.5.5.20060914-1_all.deb
 f5f4eb63f84ad293465df2755c528ca5 16052 interpreters optional 
libsamizdat-ruby_0.5.5.20060914-1_all.deb
 d11c2ab4f8cdf012d19d1d89045eec23 25200 interpreters optional 
libsamizdat-ruby1.8_0.5.5.20060914-1_all.deb

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

iEYEARECAAYFAkUJTRQACgkQxhqJXoXuPg6SUwCdEPimGpUExjrtOL+lJ5fDqzLh
5cgAoK8MtFlnlmxfJZpMU7+jQEEafhcC
=Lyg2
-END PGP SIGNATURE-


Accepted:
libsamizdat-ruby1.8_0.5.5.20060914-1_all.deb
  to pool/main/s/samizdat/libsamizdat-ruby1.8_0.5.5.20060914-1_all.deb
libsamizdat-ruby_0.5.5.20060914-1_all.deb
  to pool/main/s/samizdat/libsamizdat-ruby_0.5.5.20060914-1_all.deb
samizdat_0.5.5.20060914-1.diff.gz
  to pool/main/s/samizdat/samizdat_0.5.5.20060914-1.diff.gz
samizdat_0.5.5.20060914-1.dsc
  to pool/main/s/samizdat/samizdat_0.5.5.20060914-1.dsc
samizdat_0.5.5.20060914-1_all.deb
  to pool/main/s/samizdat/samizdat_0.5.5.20060914-1_all.deb
samizdat_0.5.5.20060914.orig.tar.gz
  to pool/main/s/samizdat/samizdat_0.5.5.20060914.orig.tar.gz


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



Accepted ifupdown 0.6.7-0.3 (source i386)

2006-09-14 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 15:02:06 +0200
Source: ifupdown
Binary: ifupdown
Architecture: source i386
Version: 0.6.7-0.3
Distribution: unstable
Urgency: low
Maintainer: Anthony Towns [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 ifupdown   - high level tools to configure network interfaces
Closes: 311443 311928 336931 338849 339834 353154 362093
Changes: 
 ifupdown (0.6.7-0.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Correct typo in interfaces(5).  (Closes: #311443)
   * Correct typo in ifupdown.nw. (Closes: #353154)
   * Avoid segfault on freebsd. Patch from Brian M. Carlson. (Closes: #339834)
 .
   [ Translations ]
   * Added Vietnamese (vi) by Clytie Siddall. (Closes: #311928)
   * Added Portuguese (pt) by Simão Pedro Cardoso. (Closes: #336931)
   * Updated Swedish (sv) by Daniel Nylander. (Closes: #338849)
   * Added Galician (gl) by Jacobo Tarrio. (Closes: #362093)
   * Added Norwegian Bokmaal (nb) by Petter Reinholdtsen.
Files: 
 19006d2941eb8cb506c5149d6c524826 508 base important ifupdown_0.6.7-0.3.dsc
 923d9a9416e5bbbcd3242dba15ab854e 346524 base important 
ifupdown_0.6.7-0.3.tar.gz
 1299d205aa413ad1144631f9541a8ab6 50052 base important 
ifupdown_0.6.7-0.3_i386.deb

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

iD8DBQFFCVQu20zMSyow1ykRAu9cAKDltp6gYiXbCtSLbpBbjGYqKbUykACeOKej
9p1azL9J/2i+ZS1KY1q+7Dc=
=g5uy
-END PGP SIGNATURE-


Accepted:
ifupdown_0.6.7-0.3.dsc
  to pool/main/i/ifupdown/ifupdown_0.6.7-0.3.dsc
ifupdown_0.6.7-0.3.tar.gz
  to pool/main/i/ifupdown/ifupdown_0.6.7-0.3.tar.gz
ifupdown_0.6.7-0.3_i386.deb
  to pool/main/i/ifupdown/ifupdown_0.6.7-0.3_i386.deb


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



Accepted libformvalidator-simple-perl 0.18-1 (source all)

2006-09-14 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 15:16:37 +0200
Source: libformvalidator-simple-perl
Binary: libformvalidator-simple-perl
Architecture: source all
Version: 0.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libformvalidator-simple-perl - validation with simple chains of constraints
Changes: 
 libformvalidator-simple-perl (0.18-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 51972286bdb733e37164162683e01af9 1128 perl optional 
libformvalidator-simple-perl_0.18-1.dsc
 bb977c4ad1ff21791aa662e5b3472f75 21607 perl optional 
libformvalidator-simple-perl_0.18.orig.tar.gz
 49a50b9c4e942fa6c3da97857a66 2512 perl optional 
libformvalidator-simple-perl_0.18-1.diff.gz
 bff4efc2a545ec133e06473fc2f271ca 27944 perl optional 
libformvalidator-simple-perl_0.18-1_all.deb

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

iD8DBQFFCVc4+NMfSd6w7DERAkMNAJ9kjflj6cFFfRgwTYe5nEdpUD2JoACgpSUU
gp6IBKs8mqfk5yI6/otT5cQ=
=P+Fi
-END PGP SIGNATURE-


Accepted:
libformvalidator-simple-perl_0.18-1.diff.gz
  to 
pool/main/libf/libformvalidator-simple-perl/libformvalidator-simple-perl_0.18-1.diff.gz
libformvalidator-simple-perl_0.18-1.dsc
  to 
pool/main/libf/libformvalidator-simple-perl/libformvalidator-simple-perl_0.18-1.dsc
libformvalidator-simple-perl_0.18-1_all.deb
  to 
pool/main/libf/libformvalidator-simple-perl/libformvalidator-simple-perl_0.18-1_all.deb
libformvalidator-simple-perl_0.18.orig.tar.gz
  to 
pool/main/libf/libformvalidator-simple-perl/libformvalidator-simple-perl_0.18.orig.tar.gz


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



Accepted libset-object-perl 1.18-1 (source i386)

2006-09-14 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 14:45:47 +0200
Source: libset-object-perl
Binary: libset-object-perl
Architecture: source i386
Version: 1.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libset-object-perl - Collection of objects without duplications
Changes: 
 libset-object-perl (1.18-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 023f829313d68519e2dc654a824bd99f 798 perl optional 
libset-object-perl_1.18-1.dsc
 4b5c611b1a88f5929e10d63088a94870 54158 perl optional 
libset-object-perl_1.18.orig.tar.gz
 b84ede9219ab99bfdd30b0a9396d7f3e 2789 perl optional 
libset-object-perl_1.18-1.diff.gz
 c2aaa9bb6d22403c247f1bb699639f94 34482 perl optional 
libset-object-perl_1.18-1_i386.deb

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

iD8DBQFFCVFh+NMfSd6w7DERAhJ3AJ9xkYqAd+KDnn8iz/IkYe5mT4+s1QCfYT+n
4KKR0D3cS/8ySHVDeW+hd9w=
=KzFj
-END PGP SIGNATURE-


Accepted:
libset-object-perl_1.18-1.diff.gz
  to pool/main/libs/libset-object-perl/libset-object-perl_1.18-1.diff.gz
libset-object-perl_1.18-1.dsc
  to pool/main/libs/libset-object-perl/libset-object-perl_1.18-1.dsc
libset-object-perl_1.18-1_i386.deb
  to pool/main/libs/libset-object-perl/libset-object-perl_1.18-1_i386.deb
libset-object-perl_1.18.orig.tar.gz
  to pool/main/libs/libset-object-perl/libset-object-perl_1.18.orig.tar.gz


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



Accepted sysvinit 2.86.ds1-21 (source i386 all)

2006-09-14 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 15:09:33 +0200
Source: sysvinit
Binary: sysv-rc sysvinit initscripts
Architecture: source i386 all
Version: 2.86.ds1-21
Distribution: experimental
Urgency: low
Maintainer: Debian sysvinit maintainers 
pkg-sysvinit-devel@lists.alioth.debian.org
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 initscripts - Scripts for initializing and shutting down the system
 sysv-rc- System-V-like runlevel change mechanism
 sysvinit   - System-V-like init utilities
Closes: 258420 354163 359651 367944 386893 387216 387236
Changes: 
 sysvinit (2.86.ds1-21) experimental; urgency=low
 .
   * Correct status report handling in umountnfs.sh.  Based on patch
 from Markus Schoder. (Closes: #386893)
   * Change mountnfs.sh, rc.local and skeleton to use /lib/init/vars.sh
 instead of sourcing /etc/default/rcS, to activate the INIT_VERBOSE
 variable for these scripts.
   * Add support in the init.d scripts for the 'quiet' kernel option.
 Keep support for the experiemental INIT_VERBOSE, to make it
 possible to override VERBOSE=no on the kernel command line.
   * New draft patch 68_init_quiet to make init less verbose when the
 'quiet' kernel option is used.  If it worked, it would solve bug
 #326677.
   * Add a few lintian overrides for things that are correct though strange.
   * Rewrite sendsigs to sleep up to 5 seconds (instead of always
 sleeping 5 seconds) during shutdown if there are no processes left
 to wait for.  Modify killall5 to make it report if it found any
 processes to kill to make this possible.
   * Modify mtab.sh to include /dev/.static/dev in /etc/mtab, to avoid
 message from umountfs during shutdown about it being missing in mtab.
   * Now that mtab is properly updated by mtab.sh before mountall.sh,
 there is no need to have special handling of proc file systems.
 Remove the code from mountall.sh. (Closes: #359651)
   * Only kill processes using remote file systems before trying to
 umount them, if fuser from the psmisc package is available, and
 move sendsigs to a point between where remote and local file systems
 are umounted.  Recommend psmisc for package initscripts.
 (Closes: #258420, #367944)
   * Add conditional dependency on glibc for hostname.sh and
 mountkernfs.sh, to allow the glibc warnings to show up without
 anything running in parallel.
   * Change default PATH in initscripts and init to prefer sbin/ over
 bin/, to avoid picking user visible replacement for system
 binaries.  This avoids shutdown problems on some
 machines. (Closes: #354163)
   * Fix typo in init.d/README. (Closes: #387236)
   * Add /usr/bin/ to the checkroot and checkfs PATH, to make sure
 on_ac_power is used if it is available.
   * Modify mtab.sh to insert the device name used when mounting
 /dev/shm/ in /etc/mtab.  (Closes: #387216)
Files: 
 275528668a6890e1722638eb8b932c45 894 admin required sysvinit_2.86.ds1-21.dsc
 e6252c9fdde11a2fb21e22d32c00b303 131237 admin required 
sysvinit_2.86.ds1-21.diff.gz
 e065fd74966aef59ebacfd9fa3db62a4 128036 admin required 
sysvinit_2.86.ds1-21_i386.deb
 c97713022cea8da732af1d18615b9f44 54400 admin required 
initscripts_2.86.ds1-21_i386.deb
 4853aa24b4405ddd4329d3e264994134 54318 admin required 
sysv-rc_2.86.ds1-21_all.deb

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

iD8DBQFFCVVL20zMSyow1ykRAl33AKDsyaYkHvs4bVknNZZEn2rym2ABrACghAn/
OOd37mphI5XZ4gYSrKgkM0o=
=ohOu
-END PGP SIGNATURE-


Accepted:
initscripts_2.86.ds1-21_i386.deb
  to pool/main/s/sysvinit/initscripts_2.86.ds1-21_i386.deb
sysv-rc_2.86.ds1-21_all.deb
  to pool/main/s/sysvinit/sysv-rc_2.86.ds1-21_all.deb
sysvinit_2.86.ds1-21.diff.gz
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-21.diff.gz
sysvinit_2.86.ds1-21.dsc
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-21.dsc
sysvinit_2.86.ds1-21_i386.deb
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-21_i386.deb


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



Accepted insserv 1.08.0-7 (source i386)

2006-09-14 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 15:15:49 +0200
Source: insserv
Binary: insserv
Architecture: source i386
Version: 1.08.0-7
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 insserv- Reorder boot sequence based on LSB init.d script dependencies
Changes: 
 insserv (1.08.0-7) unstable; urgency=low
 .
   * Remove override file console-screen.sh.  The info is now present in the
 file itself.
   * Modify override file for lvm to document that it should stop just
 before halt and reboot.
   * Modify override file for exim4 to only conditional depend on $named.
   * Rewrite check-initd-order to avoid the dependency on perl-modules,
 to make it easier to run in systems with small disks.
   * Remove override files for aumix, cfengine2, cryptdisk, hdparm,
 ifupdown, ifupdown-clean, kdm, nfs-common, nfs-kernel-server,
 pcmcia, portmap, sudo, udev, udev-mtab, x11-common,
 xdebconfigurator.  It is good enough in the scripts themselves
 now.
   * Modify override file for atd to avoid redundant dependencies and
 drop runlevel 'S' from the stop list.  Reported as bug #376780.
Files: 
 e7a56aac424c4107d44eba7bf8fd2034 576 misc optional insserv_1.08.0-7.dsc
 e97a16e6841074b623ad84c7b1e33388 21112 misc optional insserv_1.08.0-7.diff.gz
 e58aebf3c4eb53777cf96ef374a1557f 48934 misc optional insserv_1.08.0-7_i386.deb

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

iD8DBQFFCVnM20zMSyow1ykRAneKAKC1I/Ihwa4tG2MHIDqGDDd65mE9nQCdF+YJ
t5AXhPC/1emIfqCNkD9Lvuc=
=VpnS
-END PGP SIGNATURE-


Accepted:
insserv_1.08.0-7.diff.gz
  to pool/main/i/insserv/insserv_1.08.0-7.diff.gz
insserv_1.08.0-7.dsc
  to pool/main/i/insserv/insserv_1.08.0-7.dsc
insserv_1.08.0-7_i386.deb
  to pool/main/i/insserv/insserv_1.08.0-7_i386.deb


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



Accepted wyg 1.1.3.0.debian.1-5 (source all)

2006-09-14 Thread Francesco Pedrini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 14:10:32 +0200
Source: wyg
Binary: wyg
Architecture: source all
Version: 1.1.3.0.debian.1-5
Distribution: unstable
Urgency: low
Maintainer: Francesco Pedrini [EMAIL PROTECTED]
Changed-By: Francesco Pedrini [EMAIL PROTECTED]
Description: 
 wyg- (Where's Your Grammar?) command line parser generator
Closes: 387363
Changes: 
 wyg (1.1.3.0.debian.1-5) unstable; urgency=low
 .
   * New Maintainer (Closes: #387363)
   * Bumped Standards-Version to 3.7.2
   * Updated copyright
Files: 
 f83cf35a318e616361cc6143956e37b3 603 devel optional wyg_1.1.3.0.debian.1-5.dsc
 f6fc477de24109996cbe5916c24e1aae 55406 devel optional 
wyg_1.1.3.0.debian.1-5.diff.gz
 32385e9d6bfb1edabe0c0f932bf5ec2a 30892 devel optional 
wyg_1.1.3.0.debian.1-5_all.deb

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

iD8DBQFFCWaEaGRzDfCV5eQRAuaRAKCIjb8+goj7i99wfFP316I7D2AbPgCfSJrJ
7+VHnIUX8QVYjJ7R6p1W+cM=
=wL/S
-END PGP SIGNATURE-


Accepted:
wyg_1.1.3.0.debian.1-5.diff.gz
  to pool/main/w/wyg/wyg_1.1.3.0.debian.1-5.diff.gz
wyg_1.1.3.0.debian.1-5.dsc
  to pool/main/w/wyg/wyg_1.1.3.0.debian.1-5.dsc
wyg_1.1.3.0.debian.1-5_all.deb
  to pool/main/w/wyg/wyg_1.1.3.0.debian.1-5_all.deb


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



Accepted pilot-qof 0.1.1-2 (source i386)

2006-09-14 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 00:28:17 +0100
Source: pilot-qof
Binary: pilot-qof
Architecture: source i386
Version: 0.1.1-2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Neil Williams [EMAIL PROTECTED]
Description: 
 pilot-qof  - Query Palm databases as objects and XML
Closes: 385861
Changes: 
 pilot-qof (0.1.1-2) unstable; urgency=low
 .
   * FTBFS with libpisock9 (pilot-link 0.12.0) (Closes: #385861)
   - Moving from experimental to unstable with libpisock9.
Files: 
 a6bea106143b412f0d979594168212bb 748 utils optional pilot-qof_0.1.1-2.dsc
 354ebc2fc0fcff32bae969851d524911 2651 utils optional pilot-qof_0.1.1-2.diff.gz
 098f292bb49747024a9619735d2e3dfd 99194 utils optional 
pilot-qof_0.1.1-2_i386.deb

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

iD8DBQFFCWeMIWclcBdP7jURAoVwAKDbY3WE2P/zrTBoUBIQ26CjL5QgUQCfYfcX
P1GHEw7SEwOoVcVGx8oI6Kc=
=AT41
-END PGP SIGNATURE-


Accepted:
pilot-qof_0.1.1-2.diff.gz
  to pool/main/p/pilot-qof/pilot-qof_0.1.1-2.diff.gz
pilot-qof_0.1.1-2.dsc
  to pool/main/p/pilot-qof/pilot-qof_0.1.1-2.dsc
pilot-qof_0.1.1-2_i386.deb
  to pool/main/p/pilot-qof/pilot-qof_0.1.1-2_i386.deb


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



Accepted pgp4pine 1.76-3 (source i386)

2006-09-14 Thread Jaldhar H. Vyas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 11:27:39 -0400
Source: pgp4pine
Binary: pgp4pine
Architecture: source i386
Version: 1.76-3
Distribution: unstable
Urgency: low
Maintainer: Jaldhar H. Vyas [EMAIL PROTECTED]
Changed-By: Jaldhar H. Vyas [EMAIL PROTECTED]
Description: 
 pgp4pine   - A PGP/GPG Wrapper for Pine
Closes: 387443
Changes: 
 pgp4pine (1.76-3) unstable; urgency=low
 .
   * Document that filters should use  -BEGIN PGP MESSAGE not just
 -BEGIN PGP.  Thanks Tomas Pospisek for the patch. (Closes: #387443)
   * Updated standards-version to 3.7.2.
Files: 
 edcd837768e4ddee8555211f867250a5 602 contrib/mail optional pgp4pine_1.76-3.dsc
 f3c69308eaa55f353c7aff2fc38bd2ad 7982 contrib/mail optional 
pgp4pine_1.76-3.diff.gz
 0c3cfde81230d7166d6266327460c35f 40752 contrib/mail optional 
pgp4pine_1.76-3_i386.deb

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

iD8DBQFFCXWi2kYOR+5txmoRAjzEAJ9RGzBozomb3xo3hI59vHUl+3fDegCaAlOL
joB0+3+8mjuRuP9x2s9rj60=
=p3YR
-END PGP SIGNATURE-


Accepted:
pgp4pine_1.76-3.diff.gz
  to pool/contrib/p/pgp4pine/pgp4pine_1.76-3.diff.gz
pgp4pine_1.76-3.dsc
  to pool/contrib/p/pgp4pine/pgp4pine_1.76-3.dsc
pgp4pine_1.76-3_i386.deb
  to pool/contrib/p/pgp4pine/pgp4pine_1.76-3_i386.deb


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



Accepted ocaml-getopt 0.0.20040811-6 (source i386)

2006-09-14 Thread Mike Furr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 10:45:34 -0400
Source: ocaml-getopt
Binary: libgetopt-ocaml-dev
Architecture: source i386
Version: 0.0.20040811-6
Distribution: unstable
Urgency: low
Maintainer: Mike Furr [EMAIL PROTECTED]
Changed-By: Mike Furr [EMAIL PROTECTED]
Description: 
 libgetopt-ocaml-dev - command line parsing library for OCaml
Closes: 387131
Changes: 
 ocaml-getopt (0.0.20040811-6) unstable; urgency=low
 .
   * Install the getopt.mli file (Closes: #387131)
   * Removed control.in per new policy
   * Updated standards version to 3.7.2 (no changes)
   * changed to svn-buildpackage compatible layout in svn
Files: 
 cc13c8278f70219a367050833dbf8667 640 devel optional 
ocaml-getopt_0.0.20040811-6.dsc
 28477e5f85928d910ded25d3b40b5196 2284 devel optional 
ocaml-getopt_0.0.20040811-6.diff.gz
 cef1295ccc4cbac27fbc7d4b07cb3ff6 11664 devel optional 
libgetopt-ocaml-dev_0.0.20040811-6_i386.deb

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

iD8DBQFFCWvu7ZPKKRJLJvMRAjGsAJ9JhS/UCVsTPdyBM08mMtBJtAtfxwCfaCe1
6yGZUMEcWi2kvcUCQ8oK6FI=
=wHiP
-END PGP SIGNATURE-


Accepted:
libgetopt-ocaml-dev_0.0.20040811-6_i386.deb
  to pool/main/o/ocaml-getopt/libgetopt-ocaml-dev_0.0.20040811-6_i386.deb
ocaml-getopt_0.0.20040811-6.diff.gz
  to pool/main/o/ocaml-getopt/ocaml-getopt_0.0.20040811-6.diff.gz
ocaml-getopt_0.0.20040811-6.dsc
  to pool/main/o/ocaml-getopt/ocaml-getopt_0.0.20040811-6.dsc


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



Accepted addresses-for-gnustep 0.4.6-6 (source all amd64)

2006-09-14 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 22:12:32 -0600
Source: addresses-for-gnustep
Binary: libaddressview0 addressmanager.app addresses.framework libaddresses0 
addresses-goodies-for-gnustep libaddressview-dev addressview.framework 
libaddresses-dev
Architecture: source amd64 all
Version: 0.4.6-6
Distribution: unstable
Urgency: low
Maintainer: Eric Heintzmann [EMAIL PROTECTED]
Changed-By: Hubert Chan [EMAIL PROTECTED]
Description: 
 addresses-goodies-for-gnustep - Personal Address Manager for GNUstep (Goodies)
 addresses.framework - Database API backend framework for GNUstep
 addressmanager.app - Personal Address Manager for GNUstep
 addressview.framework - Address display/edit framework for GNUstep
 libaddresses-dev - Database API backend framework for GNUstep (development 
files)
 libaddresses0 - Database API backend framework for GNUstep (library files)
 libaddressview-dev - Address display/edit framework for GNUstep (development 
files)
 libaddressview0 - Address display/edit framework for GNUstep (library files)
Changes: 
 addresses-for-gnustep (0.4.6-6) unstable; urgency=low
 .
   * Recompile with new GNUstep libraries.
   * Bump standards version to 3.7.2. (no changes)
   * Remove build-conflicts, which are not needed any more.
   * Fix license header in copyright file.
Files: 
 feced9ad53bfda7f6143947dcf81d690 919 mail optional 
addresses-for-gnustep_0.4.6-6.dsc
 13ea51f141a809cff75043d604de1ace 12826 mail optional 
addresses-for-gnustep_0.4.6-6.diff.gz
 096508027247cb168abc5139834747db 7938 libdevel optional 
addresses.framework_0.4.6-6_all.deb
 e86a68748e673af85cc19b01edcf1f7f 7920 libdevel optional 
addressview.framework_0.4.6-6_all.deb
 416a4b77608b8911b4d1207cafe363e0 106982 mail optional 
addressmanager.app_0.4.6-6_amd64.deb
 4878017f6143829d1d11fef62ff8081b 16376 libdevel optional 
libaddresses-dev_0.4.6-6_amd64.deb
 71a13ac96c636d5fb0beda660f42a044 85152 libs optional 
libaddresses0_0.4.6-6_amd64.deb
 46a253b494f2367617a01a01dac90e82 12260 libdevel optional 
libaddressview-dev_0.4.6-6_amd64.deb
 a176d40e9403df8fcaf034352eef3218 90060 libs optional 
libaddressview0_0.4.6-6_amd64.deb
 04acd5701627f8e157a6dcfb3543042d 31538 mail optional 
addresses-goodies-for-gnustep_0.4.6-6_amd64.deb

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

iD8DBQFFCXWIxa93SlhRC1oRAlikAJsGpxpQ5yZfmV5xHoE6qumJsbzpiQCfRalE
X5GOF92cEUapoJLZZbufDl8=
=Y1Ec
-END PGP SIGNATURE-


Accepted:
addresses-for-gnustep_0.4.6-6.diff.gz
  to pool/main/a/addresses-for-gnustep/addresses-for-gnustep_0.4.6-6.diff.gz
addresses-for-gnustep_0.4.6-6.dsc
  to pool/main/a/addresses-for-gnustep/addresses-for-gnustep_0.4.6-6.dsc
addresses-goodies-for-gnustep_0.4.6-6_amd64.deb
  to 
pool/main/a/addresses-for-gnustep/addresses-goodies-for-gnustep_0.4.6-6_amd64.deb
addresses.framework_0.4.6-6_all.deb
  to pool/main/a/addresses-for-gnustep/addresses.framework_0.4.6-6_all.deb
addressmanager.app_0.4.6-6_amd64.deb
  to pool/main/a/addresses-for-gnustep/addressmanager.app_0.4.6-6_amd64.deb
addressview.framework_0.4.6-6_all.deb
  to pool/main/a/addresses-for-gnustep/addressview.framework_0.4.6-6_all.deb
libaddresses-dev_0.4.6-6_amd64.deb
  to pool/main/a/addresses-for-gnustep/libaddresses-dev_0.4.6-6_amd64.deb
libaddresses0_0.4.6-6_amd64.deb
  to pool/main/a/addresses-for-gnustep/libaddresses0_0.4.6-6_amd64.deb
libaddressview-dev_0.4.6-6_amd64.deb
  to pool/main/a/addresses-for-gnustep/libaddressview-dev_0.4.6-6_amd64.deb
libaddressview0_0.4.6-6_amd64.deb
  to pool/main/a/addresses-for-gnustep/libaddressview0_0.4.6-6_amd64.deb


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



Accepted libio-socket-ssl-perl 1.01-1 (source all)

2006-09-14 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 16:45:35 +0200
Source: libio-socket-ssl-perl
Binary: libio-socket-ssl-perl
Architecture: source all
Version: 1.01-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 libio-socket-ssl-perl - Perl module implementing object oriented interface to 
SSL sockets
Closes: 383106
Changes: 
 libio-socket-ssl-perl (1.01-1) unstable; urgency=low
 .
   * New upstream release.
 + fixes depreciated and practically undocumented function
   get_peer_certificate so that LWP Net::HTTPS works again.
 + work around Bug in Net::HTTPS where it defines sub blocking
   as {}, e.g. force scalar context when calling sub blocking
   (in IO::Socket::SSL::write) (Closes: #383106).
Files: 
 6322d4dcac8db04a47b11a79bc65325a 691 perl optional 
libio-socket-ssl-perl_1.01-1.dsc
 f36829d24ee3b70fb9982c26ece064b7 45136 perl optional 
libio-socket-ssl-perl_1.01.orig.tar.gz
 fa8ed0c6db28501c8172c97f7d18597e 2829 perl optional 
libio-socket-ssl-perl_1.01-1.diff.gz
 7f82f48c70505959fcb452666c772ce4 42842 perl optional 
libio-socket-ssl-perl_1.01-1_all.deb

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

iD8DBQFFCXaddC8qQo5jWl4RAgt2AJ9caP/+JqmSnOey98XDEi6CGHlSCgCfd18E
zKsOZ8iB7On6ty7Hr5KJhc4=
=vVPj
-END PGP SIGNATURE-


Accepted:
libio-socket-ssl-perl_1.01-1.diff.gz
  to pool/main/libi/libio-socket-ssl-perl/libio-socket-ssl-perl_1.01-1.diff.gz
libio-socket-ssl-perl_1.01-1.dsc
  to pool/main/libi/libio-socket-ssl-perl/libio-socket-ssl-perl_1.01-1.dsc
libio-socket-ssl-perl_1.01-1_all.deb
  to pool/main/libi/libio-socket-ssl-perl/libio-socket-ssl-perl_1.01-1_all.deb
libio-socket-ssl-perl_1.01.orig.tar.gz
  to pool/main/libi/libio-socket-ssl-perl/libio-socket-ssl-perl_1.01.orig.tar.gz


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



Accepted pantomime 1.1.2.dfsg-8 (source all amd64)

2006-09-14 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 22:16:09 -0600
Source: pantomime
Binary: libpantomime1 libpantomime1-dev pantomime-dev
Architecture: source all amd64
Version: 1.1.2.dfsg-8
Distribution: unstable
Urgency: low
Maintainer: Hubert Chan [EMAIL PROTECTED]
Changed-By: Hubert Chan [EMAIL PROTECTED]
Description: 
 libpantomime1 - Objective-C library for mail handling
 libpantomime1-dev - Objective-C library for mail handling (development files)
 pantomime-dev - Objective-C library for mail handling - dummy package
Changes: 
 pantomime (1.1.2.dfsg-8) unstable; urgency=low
 .
   * Rebuild with new GNUstep libraries.
   * Bump standards version to 3.7.2. (no changes)
   * Fix license headers in copyright file.
Files: 
 dd5e7639d1f02d24e7595bb59ee0e660 650 libdevel optional 
pantomime_1.1.2.dfsg-8.dsc
 eaf08da3cce61f95d7aab4caf9b29ca4 4963 libdevel optional 
pantomime_1.1.2.dfsg-8.diff.gz
 64ee7f2b68f1e27efb8f1c01629da14a 39708 libdevel optional 
pantomime-dev_1.1.2.dfsg-8_all.deb
 d6beb3cc4d8d21b4f8c784d06d911915 349122 libdevel optional 
libpantomime1-dev_1.1.2.dfsg-8_amd64.deb
 d0aee43c01e68f10a5f85d00c577fb93 251670 libs optional 
libpantomime1_1.1.2.dfsg-8_amd64.deb

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

iD8DBQFFCXr1xa93SlhRC1oRAqR1AKDosML+xVFMTYJyKmEVmgfIL1c85QCg5+IG
V8R5Cf0HWhnSxwZvzNUCeII=
=V9V+
-END PGP SIGNATURE-


Accepted:
libpantomime1-dev_1.1.2.dfsg-8_amd64.deb
  to pool/main/p/pantomime/libpantomime1-dev_1.1.2.dfsg-8_amd64.deb
libpantomime1_1.1.2.dfsg-8_amd64.deb
  to pool/main/p/pantomime/libpantomime1_1.1.2.dfsg-8_amd64.deb
pantomime-dev_1.1.2.dfsg-8_all.deb
  to pool/main/p/pantomime/pantomime-dev_1.1.2.dfsg-8_all.deb
pantomime_1.1.2.dfsg-8.diff.gz
  to pool/main/p/pantomime/pantomime_1.1.2.dfsg-8.diff.gz
pantomime_1.1.2.dfsg-8.dsc
  to pool/main/p/pantomime/pantomime_1.1.2.dfsg-8.dsc


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



Accepted mpatrol 1.4.8-11 (source i386)

2006-09-14 Thread Oohara Yuuma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 13 Sep 2006 13:07:26 +0900
Source: mpatrol
Binary: mpatrolc2
Architecture: source i386
Version: 1.4.8-11
Distribution: unstable
Urgency: low
Maintainer: Oohara Yuuma [EMAIL PROTECTED]
Changed-By: Oohara Yuuma [EMAIL PROTECTED]
Description: 
 mpatrolc2  - A library for debugging memory allocations
Closes: 386472
Changes: 
 mpatrol (1.4.8-11) unstable; urgency=low
 .
   * debian/control: added binutils-dev to Depends: because
 /usr/share/aclocal/mpatrol.m4 checks libbfd (closes: #386472)
Files: 
 5e2c34fcfefb993f9dac9ce5f27ba1f7 593 devel optional mpatrol_1.4.8-11.dsc
 7ccbf6177134ccf6212215b7216cd3f1 6776 devel optional mpatrol_1.4.8-11.diff.gz
 b18c01a03bf513c6fbf33155c50849a7 1523560 devel optional 
mpatrolc2_1.4.8-11_i386.deb

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

iD8DBQFFCWkOQNb0LvRkppURAs0LAJsGj2Ss74rqPSjoRqC9ziHlzmzDcQCcDixt
83tKzWcepTFUioaVj6hy6L0=
=1XHy
-END PGP SIGNATURE-


Accepted:
mpatrol_1.4.8-11.diff.gz
  to pool/main/m/mpatrol/mpatrol_1.4.8-11.diff.gz
mpatrol_1.4.8-11.dsc
  to pool/main/m/mpatrol/mpatrol_1.4.8-11.dsc
mpatrolc2_1.4.8-11_i386.deb
  to pool/main/m/mpatrol/mpatrolc2_1.4.8-11_i386.deb


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



Accepted gnump3d 2.9.9.9-1 (source all)

2006-09-14 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 16:57:08 +
Source: gnump3d
Binary: gnump3d
Architecture: source all
Version: 2.9.9.9-1
Distribution: unstable
Urgency: high
Maintainer: Steve Kemp [EMAIL PROTECTED]
Changed-By: Steve Kemp [EMAIL PROTECTED]
Description: 
 gnump3d- A streaming server for MP3 and OGG files
Closes: 386884
Changes: 
 gnump3d (2.9.9.9-1) unstable; urgency=high
 .
   * New upstream release.
 - gnump3d-top works correctly.  (Closes: #386884)
Files: 
 35c451ee0c22d72738afc971e99bf08c 563 sound optional gnump3d_2.9.9.9-1.dsc
 61aadff26da4e5539d481e7397ddaf3e 689474 sound optional 
gnump3d_2.9.9.9.orig.tar.gz
 90af0d3b7bc54f8a356266ad140f3a6f 15272 sound optional gnump3d_2.9.9.9-1.diff.gz
 72380dfce3e6d55ece356ff2f20599bc 649670 sound optional 
gnump3d_2.9.9.9-1_all.deb

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

iD8DBQFFCXxLwM/Gs81MDZ0RAgZbAJ95hUm48GP45gMg7eT3/2eA9fjz7ACfcX2v
v2LFCpzhQgqmgj+vbYpjykk=
=Gj1W
-END PGP SIGNATURE-


Accepted:
gnump3d_2.9.9.9-1.diff.gz
  to pool/main/g/gnump3d/gnump3d_2.9.9.9-1.diff.gz
gnump3d_2.9.9.9-1.dsc
  to pool/main/g/gnump3d/gnump3d_2.9.9.9-1.dsc
gnump3d_2.9.9.9-1_all.deb
  to pool/main/g/gnump3d/gnump3d_2.9.9.9-1_all.deb
gnump3d_2.9.9.9.orig.tar.gz
  to pool/main/g/gnump3d/gnump3d_2.9.9.9.orig.tar.gz


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



Accepted speechd-el 2.0-2 (source all)

2006-09-14 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 17:31:04 +0200
Source: speechd-el
Binary: speechd-el-doc-cs speechd-el
Architecture: source all
Version: 2.0-2
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 speechd-el - Emacs speech client using Speech Dispatcher
 speechd-el-doc-cs - speechd-el documentation in Czech
Closes: 386578
Changes: 
 speechd-el (2.0-2) unstable; urgency=low
 .
   * Load SSIP and BrlTTY drivers by default; closes: #386578.
Files: 
 ef7126d51fe05a8bb6e8d4beeb5f4416 609 editors optional speechd-el_2.0-2.dsc
 194977745b9645cb73dbca8772db53b5 31819 editors optional 
speechd-el_2.0-2.diff.gz
 488f2dad007cd3a065ba48854b9e3429 104956 editors optional 
speechd-el_2.0-2_all.deb
 9599a0b364e4f4644797c28877af3267 31726 doc optional 
speechd-el-doc-cs_2.0-2_all.deb

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

iD8DBQFFCXaekSkk/j3Cm0ERAsUVAJ49CXREzmbtnKEO2WbLCh6prhsyaQCfSggb
Che0iy/VdP8U+PuxWmHusVw=
=CObY
-END PGP SIGNATURE-


Accepted:
speechd-el-doc-cs_2.0-2_all.deb
  to pool/main/s/speechd-el/speechd-el-doc-cs_2.0-2_all.deb
speechd-el_2.0-2.diff.gz
  to pool/main/s/speechd-el/speechd-el_2.0-2.diff.gz
speechd-el_2.0-2.dsc
  to pool/main/s/speechd-el/speechd-el_2.0-2.dsc
speechd-el_2.0-2_all.deb
  to pool/main/s/speechd-el/speechd-el_2.0-2_all.deb


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



Accepted renaissance 0.8.0-10 (source all amd64)

2006-09-14 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 22:10:40 -0600
Source: renaissance
Binary: librenaissance0-dev librenaissance0 renaissance
Architecture: source all amd64
Version: 0.8.0-10
Distribution: unstable
Urgency: low
Maintainer: Hubert Chan [EMAIL PROTECTED]
Changed-By: Hubert Chan [EMAIL PROTECTED]
Description: 
 librenaissance0 - GNUstep GUI Framework - library files
 librenaissance0-dev - GNUstep GUI Framework - development file
 renaissance - GNUstep GUI Development Framework - dummy package
Changes: 
 renaissance (0.8.0-10) unstable; urgency=low
 .
   * Rebuild with new GNUstep libraries.
   * Change build system to use cdbs.
   * Bump standards version to 3.7.2. (no changes)
   * Change email address format in manpage to be more consistent.
   * Fix copyright file.
   * Don't prevent dh_makeshlibs from modifying maintainer scripts.
   * Get rid of duplicate depends on librenaissance0 by librenaissance0-dev.
Files: 
 2a6e10924157efcebb0cdb6023aba303 686 devel optional renaissance_0.8.0-10.dsc
 f6e02839082fafd49cf8cf28c0510860 10440 devel optional 
renaissance_0.8.0-10.diff.gz
 37401efc0a3e5d417dc835364f9d4bad 8150 devel optional 
renaissance_0.8.0-10_all.deb
 33054c7a45b3343d863d4960423f622e 112684 libs optional 
librenaissance0_0.8.0-10_amd64.deb
 378ed95827e5ad763e990231e1ba779a 243166 libdevel optional 
librenaissance0-dev_0.8.0-10_amd64.deb

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

iD8DBQFFCX9Cxa93SlhRC1oRAtFtAKCdO4UHjOOam3Ppqpn06SN3NbVNqgCdGdUe
LAdbPixaKvwrTZFCIXlh9cs=
=ww36
-END PGP SIGNATURE-


Accepted:
librenaissance0-dev_0.8.0-10_amd64.deb
  to pool/main/r/renaissance/librenaissance0-dev_0.8.0-10_amd64.deb
librenaissance0_0.8.0-10_amd64.deb
  to pool/main/r/renaissance/librenaissance0_0.8.0-10_amd64.deb
renaissance_0.8.0-10.diff.gz
  to pool/main/r/renaissance/renaissance_0.8.0-10.diff.gz
renaissance_0.8.0-10.dsc
  to pool/main/r/renaissance/renaissance_0.8.0-10.dsc
renaissance_0.8.0-10_all.deb
  to pool/main/r/renaissance/renaissance_0.8.0-10_all.deb


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



Accepted popplerkit.framework 0.0.20051227svn-3 (source amd64)

2006-09-14 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 22:09:21 -0600
Source: popplerkit.framework
Binary: libpopplerkit-dev libpopplerkit0
Architecture: source amd64
Version: 0.0.20051227svn-3
Distribution: unstable
Urgency: low
Maintainer: Hubert Chan [EMAIL PROTECTED]
Changed-By: Hubert Chan [EMAIL PROTECTED]
Description: 
 libpopplerkit-dev - GNUstep framework for rendering PDF content (development 
files)
 libpopplerkit0 - GNUstep framework for rendering PDF content (library files)
Changes: 
 popplerkit.framework (0.0.20051227svn-3) unstable; urgency=low
 .
   * Recompile with new GNUstep libraries.
   * Bump standards version to 3.7.2. (no changes)
   * Add Debianization copyright info to copyright file.
Files: 
 e93341a7b95cc931816633dfd401b367 738 libs optional 
popplerkit.framework_0.0.20051227svn-3.dsc
 bcda193e177d82a04e6faa006cd208a7 3537 libs optional 
popplerkit.framework_0.0.20051227svn-3.diff.gz
 f61412ad66307a092c0e5de99abd418d 6154 libdevel optional 
libpopplerkit-dev_0.0.20051227svn-3_amd64.deb
 f88a3da61693dbd088a9cfbeb99ab0e0 50934 libs optional 
libpopplerkit0_0.0.20051227svn-3_amd64.deb

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

iD8DBQFFCX6Qxa93SlhRC1oRAt3sAJ9HHYdZ5ds/aMdPxJ7VQ8Ncg5UgMQCZATV8
ENgEm7WNV8rwa9Mzh7F9N3c=
=CWHb
-END PGP SIGNATURE-


Accepted:
libpopplerkit-dev_0.0.20051227svn-3_amd64.deb
  to 
pool/main/p/popplerkit.framework/libpopplerkit-dev_0.0.20051227svn-3_amd64.deb
libpopplerkit0_0.0.20051227svn-3_amd64.deb
  to pool/main/p/popplerkit.framework/libpopplerkit0_0.0.20051227svn-3_amd64.deb
popplerkit.framework_0.0.20051227svn-3.diff.gz
  to 
pool/main/p/popplerkit.framework/popplerkit.framework_0.0.20051227svn-3.diff.gz
popplerkit.framework_0.0.20051227svn-3.dsc
  to pool/main/p/popplerkit.framework/popplerkit.framework_0.0.20051227svn-3.dsc


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



Accepted pantomime1.2 1.1.99+20060527.dfsg-1 (source amd64)

2006-09-14 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 22:11:38 -0600
Source: pantomime1.2
Binary: libpantomime1.2-dev libpantomime1.2
Architecture: source amd64
Version: 1.1.99+20060527.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Eric Heintzmann [EMAIL PROTECTED]
Changed-By: Hubert Chan [EMAIL PROTECTED]
Description: 
 libpantomime1.2 - GNUstep framework for mail handling
 libpantomime1.2-dev - GNUstep framework for mail handling
Changes: 
 pantomime1.2 (1.1.99+20060527.dfsg-1) unstable; urgency=low
 .
   * New upstream snapshot.
   * Recompile with new GNUstep libraries.
   * Bump standards version to 3.7.2. (no changes)
   * Fix license headers in copyright file.
   * Remove unneeded README.Debian file.
Files: 
 80c5056c894d1ae1bb755ea217b9ffef 744 libdevel optional 
pantomime1.2_1.1.99+20060527.dfsg-1.dsc
 f9178a793d6cce595c793774a5b87f00 279337 libdevel optional 
pantomime1.2_1.1.99+20060527.dfsg.orig.tar.gz
 53fc71e2419cf412b9d43e0742186179 4967 libdevel optional 
pantomime1.2_1.1.99+20060527.dfsg-1.diff.gz
 302642b5bf1d5d0b32ba72f2a5e7159b 280926 libs optional 
libpantomime1.2_1.1.99+20060527.dfsg-1_amd64.deb
 1a52f8872e6fd664a1c0d69131245126 106974 libdevel optional 
libpantomime1.2-dev_1.1.99+20060527.dfsg-1_amd64.deb

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

iD8DBQFFCX16xa93SlhRC1oRAj93AJ9hApC3xfLauAtwhgQx1nQ3QUj2uQCgs9io
VqU1687nae0DyJ1HlpatISw=
=iTut
-END PGP SIGNATURE-


Accepted:
libpantomime1.2-dev_1.1.99+20060527.dfsg-1_amd64.deb
  to 
pool/main/p/pantomime1.2/libpantomime1.2-dev_1.1.99+20060527.dfsg-1_amd64.deb
libpantomime1.2_1.1.99+20060527.dfsg-1_amd64.deb
  to pool/main/p/pantomime1.2/libpantomime1.2_1.1.99+20060527.dfsg-1_amd64.deb
pantomime1.2_1.1.99+20060527.dfsg-1.diff.gz
  to pool/main/p/pantomime1.2/pantomime1.2_1.1.99+20060527.dfsg-1.diff.gz
pantomime1.2_1.1.99+20060527.dfsg-1.dsc
  to pool/main/p/pantomime1.2/pantomime1.2_1.1.99+20060527.dfsg-1.dsc
pantomime1.2_1.1.99+20060527.dfsg.orig.tar.gz
  to pool/main/p/pantomime1.2/pantomime1.2_1.1.99+20060527.dfsg.orig.tar.gz


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



Accepted pdfkit.framework 0.8-6 (source all amd64)

2006-09-14 Thread Hubert Chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 22:19:06 -0600
Source: pdfkit.framework
Binary: libpdfkit0 pdfkit.framework libpdfkit0-dev
Architecture: source amd64 all
Version: 0.8-6
Distribution: unstable
Urgency: low
Maintainer: Hubert Chan [EMAIL PROTECTED]
Changed-By: Hubert Chan [EMAIL PROTECTED]
Description: 
 libpdfkit0 - GNUstep framework for rendering PDF content (library files)
 libpdfkit0-dev - GNUstep framework for rendering PDF content (development 
files)
 pdfkit.framework - GNUstep framework for rendering PDF content
Changes: 
 pdfkit.framework (0.8-6) unstable; urgency=low
 .
   * Rebuild against new GNUstep libraries.
   * Bump standards version to 3.7.2. (no changes)
   * Add current Debian maintainer info copyright file.
Files: 
 457801910ff1fbbf45cf8fa94952de95 746 libs optional pdfkit.framework_0.8-6.dsc
 21aee142d429dbd0a2a98907785fd53e 10505 libs optional 
pdfkit.framework_0.8-6.diff.gz
 392c1cc606a9809c5e7222626684b1c8 5148 libs optional 
pdfkit.framework_0.8-6_all.deb
 a6156c98e89a3d891a7d8559f85fe744 109710 libs optional 
libpdfkit0_0.8-6_amd64.deb
 4294b5dd5d3cf783976ef84d82b4e45c 9260 libdevel optional 
libpdfkit0-dev_0.8-6_amd64.deb

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

iD8DBQFFCX4fxa93SlhRC1oRAlGuAJ9uMJbqVIKZExBDaBhbzUQipEU9eACg5lyJ
Malw/h7erHJsno/LYO53fbg=
=lA+e
-END PGP SIGNATURE-


Accepted:
libpdfkit0-dev_0.8-6_amd64.deb
  to pool/main/p/pdfkit.framework/libpdfkit0-dev_0.8-6_amd64.deb
libpdfkit0_0.8-6_amd64.deb
  to pool/main/p/pdfkit.framework/libpdfkit0_0.8-6_amd64.deb
pdfkit.framework_0.8-6.diff.gz
  to pool/main/p/pdfkit.framework/pdfkit.framework_0.8-6.diff.gz
pdfkit.framework_0.8-6.dsc
  to pool/main/p/pdfkit.framework/pdfkit.framework_0.8-6.dsc
pdfkit.framework_0.8-6_all.deb
  to pool/main/p/pdfkit.framework/pdfkit.framework_0.8-6_all.deb


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



Accepted slang-slirp 1.9.0.2-4 (source i386)

2006-09-14 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 18:22:51 +0200
Source: slang-slirp
Binary: slang-slirp
Architecture: source i386
Version: 1.9.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian JED Group [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 slang-slirp - C code generator for the S-Lang scripting language
Changes: 
 slang-slirp (1.9.0.2-4) unstable; urgency=low
 .
   * Reverted last changes regarding the libslang2 dependency
Files: 
 0dd433791d220ff6f6b01965c18913cd 692 interpreters optional 
slang-slirp_1.9.0.2-4.dsc
 cc4a4a1d8d6af6729ab2735e0bb33f08 3955 interpreters optional 
slang-slirp_1.9.0.2-4.diff.gz
 c62742cbfadef2b3526acc6d3230efcb 235576 interpreters optional 
slang-slirp_1.9.0.2-4_i386.deb

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

iD8DBQFFCYSDk3oga0pdcv4RApMbAJ9sZysgGP3BmxOSijiW1E33c+nDnACeL1/P
QhvcLFzUyrZ43+swwJCd614=
=bMH3
-END PGP SIGNATURE-


Accepted:
slang-slirp_1.9.0.2-4.diff.gz
  to pool/main/s/slang-slirp/slang-slirp_1.9.0.2-4.diff.gz
slang-slirp_1.9.0.2-4.dsc
  to pool/main/s/slang-slirp/slang-slirp_1.9.0.2-4.dsc
slang-slirp_1.9.0.2-4_i386.deb
  to pool/main/s/slang-slirp/slang-slirp_1.9.0.2-4_i386.deb


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



Accepted elfutils 0.123-2 (source amd64)

2006-09-14 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Aug 2006 15:48:23 +
Source: elfutils
Binary: libasm-dev libdw-dev elfutils libelf1 libasm1 libelf-dev libebl-dev
Architecture: source amd64
Version: 0.123-2
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx [EMAIL PROTECTED]
Changed-By: Kurt Roeckx [EMAIL PROTECTED]
Description: 
 elfutils   - collection of utilities to handle ELF objects
 libasm-dev - libasm development libraries and header files
 libasm1- library with a programmable assembler interface
 libdw-dev  - library that provides access to the DWARF debug information
 libebl-dev - static library providing higher-level ELF access functionality
 libelf-dev - libelf1 development libraries and header files
 libelf1- library to read and write ELF files
Changes: 
 elfutils (0.123-2) unstable; urgency=low
 .
   [ Kurt Roeckx ]
   * Add backend support for alpha: adding the registers.
   * Add backend support for arm: adding regs and retval.
 Thanks to Eugeniy Meshcheryakov [EMAIL PROTECTED]
   * Add backend support for hppa, thanks to
 Eugeniy Meshcheryakov [EMAIL PROTECTED]
   * Add some missing ELFOSABI_* and EM_* to elf.h
 .
   [ Christian Aichinger ]
   * Fix sparc backend retval
   * Add mips backend.
   * Rewrite the static backend so making changes to the backends
 is easier.
Files: 
 1658a263f59547a6eb657a91da44a38e 741 libs optional elfutils_0.123-2.dsc
 3841671fa538236e7c2ca426d8708db9 158754 libs optional elfutils_0.123-2.diff.gz
 3510ba2ea3dfec07a7fe6dee7d0b8e63 499560 utils optional 
elfutils_0.123-2_amd64.deb
 62913e1ee6f120c62388c4a582b8e40d 39632 libs optional libelf1_0.123-2_amd64.deb
 8de8ea65184c2f9a142cefe76326c816 57018 libdevel optional 
libelf-dev_0.123-2_amd64.deb
 4e2405f4f25fd0f2745d04fcb03a40d1 61978 libdevel optional 
libebl-dev_0.123-2_amd64.deb
 fc847b15f3715b331644131e230efc14 83460 libdevel optional 
libdw-dev_0.123-2_amd64.deb
 f10612ffc1e3727eea93df2b7dd16f55 18754 libs optional libasm1_0.123-2_amd64.deb
 e1c337d1dc29c2dbc912eac0e4c72283 21524 libdevel optional 
libasm-dev_0.123-2_amd64.deb

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

iD8DBQFFCY8hQdwckHJElwsRAlG+AJsEfU3/b5J2lPIv04DFxLiuivF/zACfa4eI
rqifkt6qb6xMcOZEXDGlQ/Q=
=V/Bl
-END PGP SIGNATURE-


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


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



Accepted adolc 1.10.2-1 (source i386)

2006-09-14 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 13:18:24 +0100
Source: adolc
Binary: libadolc-dev libadolc-examples libadolc0
Architecture: source i386
Version: 1.10.2-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter [EMAIL PROTECTED]
Changed-By: Barak A. Pearlmutter [EMAIL PROTECTED]
Description: 
 libadolc-dev - ADOLC development libs and headers
 libadolc-examples - ADOLC example program binaries
 libadolc0  - ADOLC automatic differentiation system, runtime libs
Changes: 
 adolc (1.10.2-1) unstable; urgency=low
 .
   * new upstream release with a tiny bug fix and major
 semantics-preserving white space changes throughout
Files: 
 637c72996a7df0fb17683a00f05ede34 595 - optional adolc_1.10.2-1.dsc
 b538223fd462d27f3610c39c9ca66ad1 1139262 - optional adolc_1.10.2.orig.tar.gz
 44c9f47432a44c945c1e55be6109451f 24295 - optional adolc_1.10.2-1.diff.gz
 c448a766406a527c23a2d2bfb5efcf3d 826088 libdevel optional 
libadolc-dev_1.10.2-1_i386.deb
 a9776405b66f3a61ab9307c355ec5e02 203546 libs optional 
libadolc0_1.10.2-1_i386.deb
 791b0fd5dcff8498e5caacd8e5bb3884 280866 doc optional 
libadolc-examples_1.10.2-1_i386.deb

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

iD8DBQFFCY0NLz4Gnv7CP7IRAlS8AKDZZKKEb9n9+WoOTf1z2A/S6IzMvgCdGcvm
m1iQswanIXEdfuRSrmHdJW4=
=+Dwu
-END PGP SIGNATURE-


Accepted:
adolc_1.10.2-1.diff.gz
  to pool/main/a/adolc/adolc_1.10.2-1.diff.gz
adolc_1.10.2-1.dsc
  to pool/main/a/adolc/adolc_1.10.2-1.dsc
adolc_1.10.2.orig.tar.gz
  to pool/main/a/adolc/adolc_1.10.2.orig.tar.gz
libadolc-dev_1.10.2-1_i386.deb
  to pool/main/a/adolc/libadolc-dev_1.10.2-1_i386.deb
libadolc-examples_1.10.2-1_i386.deb
  to pool/main/a/adolc/libadolc-examples_1.10.2-1_i386.deb
libadolc0_1.10.2-1_i386.deb
  to pool/main/a/adolc/libadolc0_1.10.2-1_i386.deb


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



Accepted evms 2.5.5-18 (source i386 all)

2006-09-14 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 19:32:30 +0200
Source: evms
Binary: libevms-dev evms-gui evms linux-patch-evms evms-ha evms-ncurses 
evms-cli evms-bootdebug libevms-2.5
Architecture: source i386 all
Version: 2.5.5-18
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 evms   - Enterprise Volume Management System (core)
 evms-bootdebug - Enterprise Volume Management System (boot-time debugger)
 evms-cli   - Enterprise Volume Management System (CLI)
 evms-gui   - Enterprise Volume Management System (GUI)
 evms-ha- Enterprise Volume Management System (high-availability)
 evms-ncurses - Enterprise Volume Management System (ncurses UI)
 libevms-2.5 - Enterprise Volume Management System (library)
 libevms-dev - Enterprise Volume Management System (development)
 linux-patch-evms - Enterprise Volume Management System (kernel patches)
Changes: 
 evms (2.5.5-18) unstable; urgency=low
 .
   * Apply patches from upstream:
 * cli_query_segfault.patch, fixes a segfault in the CLI when doing a
   query.
 * cli_reload_options.patch, reloads the right option descriptors after
   a change.
 * ntfs_unmkfs.patch, fixes a bug in the wiping of NTFS file systems.
 * raid5_remove_spare_fix.patch + raid5_remove_spare_fix_2.patch, lets the
   user remove a spare if resync does not run.
 * raid5_algorithm.patch, makes EVMS heed the parity algorithm the user
   selects when creating a RAID-5 array.
Files: 
 85a530b9457e81afc3cc1ef39eb97145 985 admin extra evms_2.5.5-18.dsc
 410b793f8640ff49e21e8992d1ab198d 78776 admin extra evms_2.5.5-18.diff.gz
 9c173c932f1f06d3bcb13017581cbce6 51782 admin extra 
linux-patch-evms_2.5.5-18_all.deb
 f47ec49e509a3b99e9dbc7b30d760887 26692 admin extra 
evms-bootdebug_2.5.5-18_all.deb
 db0de91ddd1e248eb01fb5b21c43be8d 87468 admin extra evms_2.5.5-18_i386.deb
 4b6f150cfcd7bdcdcd63c595a17e2568 88214 admin extra evms-cli_2.5.5-18_i386.deb
 64d81c38e63c30928cfc108def6f471a 96584 admin extra 
evms-ncurses_2.5.5-18_i386.deb
 aac85215bf63a4fb67467caede179778 210430 admin extra evms-gui_2.5.5-18_i386.deb
 add8f52f3c79f485bf96a7f11d33683b 73134 admin extra evms-ha_2.5.5-18_i386.deb
 e47b6bf0d799e3f0660a550e1d52ebeb 834380 libs extra 
libevms-2.5_2.5.5-18_i386.deb
 e56e082d89cf9fd9075fa69554fb1cd0 309244 libdevel extra 
libevms-dev_2.5.5-18_i386.deb

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

iQCVAwUBRQmUcn7hqgLJpbVOAQL9hgP9EWivu5dhmJlrpi339EIh8Kf7UwqT4QCg
8GgTyZh7ndG48TO0svTDtKy38uhekkRxGnHhK2yxFPSkcT5Ry+oXkaNcpcxjcNoM
J7Awi0c5vOM9PBxSQgfGPcEPbsAuvySg3DsL/auAlZnyfpK8Uw2S1RExvJ+sIHWY
tcuI7olZw6U=
=ng6I
-END PGP SIGNATURE-


Accepted:
evms-bootdebug_2.5.5-18_all.deb
  to pool/main/e/evms/evms-bootdebug_2.5.5-18_all.deb
evms-cli_2.5.5-18_i386.deb
  to pool/main/e/evms/evms-cli_2.5.5-18_i386.deb
evms-gui_2.5.5-18_i386.deb
  to pool/main/e/evms/evms-gui_2.5.5-18_i386.deb
evms-ha_2.5.5-18_i386.deb
  to pool/main/e/evms/evms-ha_2.5.5-18_i386.deb
evms-ncurses_2.5.5-18_i386.deb
  to pool/main/e/evms/evms-ncurses_2.5.5-18_i386.deb
evms_2.5.5-18.diff.gz
  to pool/main/e/evms/evms_2.5.5-18.diff.gz
evms_2.5.5-18.dsc
  to pool/main/e/evms/evms_2.5.5-18.dsc
evms_2.5.5-18_i386.deb
  to pool/main/e/evms/evms_2.5.5-18_i386.deb
libevms-2.5_2.5.5-18_i386.deb
  to pool/main/e/evms/libevms-2.5_2.5.5-18_i386.deb
libevms-dev_2.5.5-18_i386.deb
  to pool/main/e/evms/libevms-dev_2.5.5-18_i386.deb
linux-patch-evms_2.5.5-18_all.deb
  to pool/main/e/evms/linux-patch-evms_2.5.5-18_all.deb


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



Accepted libend-perl 1.2-5 (source all)

2006-09-14 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 12:47:34 -0500
Source: libend-perl
Binary: libend-perl
Architecture: source all
Version: 1.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 libend-perl - Generalized END {}
Changes: 
 libend-perl (1.2-5) unstable; urgency=low
 .
   * debian/rules no longer ignores the result of make realclean in the
 clean target
   * Added debian/watch file
   * Now group-maintained by the Debian pkg-perl group
   * Bumped up standards-version to 3.7.2 - No changes needed
Files: 
 a820756e4367e9a149f735781339b026 681 perl optional libend-perl_1.2-5.dsc
 17274eee7e56332c1da29f83275c5387 2562 perl optional libend-perl_1.2-5.diff.gz
 7c0f74de929e599d477b35994dd7b819 7422 perl optional libend-perl_1.2-5_all.deb

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

iD8DBQFFCZZI2A7zWou1J68RAmofAJ4hF0SHabDBxXTI+WZPDzyEsGtIQwCdGhYC
meXhSoNdbHjYEHP4B3juIO4=
=WNaM
-END PGP SIGNATURE-


Accepted:
libend-perl_1.2-5.diff.gz
  to pool/main/libe/libend-perl/libend-perl_1.2-5.diff.gz
libend-perl_1.2-5.dsc
  to pool/main/libe/libend-perl/libend-perl_1.2-5.dsc
libend-perl_1.2-5_all.deb
  to pool/main/libe/libend-perl/libend-perl_1.2-5_all.deb


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



Accepted cyrus-imapd-2.2 2.2.13-7 (source i386 all)

2006-09-14 Thread Sven Mueller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 18:58:49 +0200
Source: cyrus-imapd-2.2
Binary: cyrus-dev-2.2 libcyrus-imap-perl22 cyrus-common-2.2 cyrus-doc-2.2 
cyrus-clients-2.2 cyrus-pop3d-2.2 cyrus-imapd-2.2 cyrus-admin-2.2 
cyrus-nntpd-2.2 cyrus-murder-2.2
Architecture: source i386 all
Version: 2.2.13-7
Distribution: unstable
Urgency: low
Maintainer: Debian Cyrus Team [EMAIL PROTECTED]
Changed-By: Sven Mueller [EMAIL PROTECTED]
Description: 
 cyrus-admin-2.2 - Cyrus mail system (administration tools)
 cyrus-clients-2.2 - Cyrus mail system (test clients)
 cyrus-common-2.2 - Cyrus mail system (common files)
 cyrus-dev-2.2 - Cyrus mail system (developer files)
 cyrus-doc-2.2 - Cyrus mail system (documentation files)
 cyrus-imapd-2.2 - Cyrus mail system (IMAP support)
 cyrus-murder-2.2 - Cyrus mail system (proxies and aggregator)
 cyrus-nntpd-2.2 - Cyrus mail system (NNTP support)
 cyrus-pop3d-2.2 - Cyrus mail system (POP3 support)
 libcyrus-imap-perl22 - Interface to Cyrus imap client imclient library
Closes: 382775 382938 382942 383015 383226 383484 383485 383640 384265 384279 
384288 387180
Changes: 
 cyrus-imapd-2.2 (2.2.13-7) unstable; urgency=low
 .
   * The Bad translations in the middle of the night release.
   * Update czech translation by Martin Šín [EMAIL PROTECTED]
 (Closes: #382775,#383226)
   * Add logcheck ignore line for lmtp delivery log entries (Closes: #382942)
   * Update imapd.conf and cyrus.conf to reflect the configurable IDLE patch
 applied since 2.2.13-5. (Closes: #382938)
   * Update a debconf question so that it doesn't ask in first persion. Fixes a
 lintian warning or even two.
   * Fix delprune event in cyrus.conf to use cyr_expire (Closes: #383015)
   * Add swedish translation by Daniel Nylander [EMAIL PROTECTED]
   * Fix some mistakes in the german translation, most corrections by Holger
 Wansing [EMAIL PROTECTED]
   * Update italian translation by Cristian Rigamonti [EMAIL PROTECTED]
   * Correct README.Debian.database regarding number of .seen and .sub
 databases. (Closes: #383484)
   * Change wording regarding installsieve in README.Debian. (Closes: #383485)
   * Add a WARNING prefix to the error message about missing sieve scripts.
 (Closes: #383640)
   * Add a logcheck ignore clause for sieve redirects. (Closes: #384265)
   * Fix an implicit pointer conversion in imap/global.c (Closes: #384279)
   * Update french translation thanks to Philippe Batailler and the
 debian-l10n-french mailing list. (Closes: #384288)
   * added 'sieve_allowreferrals' option which controls whether timsieved
 issues referrals (default) or proxies (by [EMAIL PROTECTED])
   * update japanese debconf translation, thanks to Hideki Yamane
 ([EMAIL PROTECTED])
   * Update logcheck rules (thanks to Paul Traina [EMAIL PROTECTED])
 (Closes: #387180)
   * Add a patch to change a log message when a user has no sieve file.
Files: 
 898d326ca6c23aa80a1bb6124d12d098 1298 mail extra cyrus-imapd-2.2_2.2.13-7.dsc
 4e0b418cc98b67247da4b35859a69b45 429913 mail extra 
cyrus-imapd-2.2_2.2.13-7.diff.gz
 8828bcb2052b5eb3c23d281ec7fdbd6b 221732 doc extra 
cyrus-doc-2.2_2.2.13-7_all.deb
 d0cd6e37af5eb98b16bdb2258436440f 79294 mail extra 
cyrus-admin-2.2_2.2.13-7_all.deb
 03a847fbc5b9b6e4045f77c8597d8f86 5576344 mail extra 
cyrus-common-2.2_2.2.13-7_i386.deb
 a99ca42187cf02a6001fef82a4071219 916690 mail extra 
cyrus-imapd-2.2_2.2.13-7_i386.deb
 28820e093247f03fe65f5b9bd5c99980 274390 mail extra 
cyrus-pop3d-2.2_2.2.13-7_i386.deb
 6fe0ee692d9b7efd21e5dfa04f11a510 1110422 mail extra 
cyrus-murder-2.2_2.2.13-7_i386.deb
 9cb3679da3415b07805ef53156080aea 595482 mail extra 
cyrus-nntpd-2.2_2.2.13-7_i386.deb
 e6e022a791bd9c51e98ed419522adf2d 127408 mail extra 
cyrus-clients-2.2_2.2.13-7_i386.deb
 f0ea2bc656c1daae21c764c1e9702761 263208 devel extra 
cyrus-dev-2.2_2.2.13-7_i386.deb
 f53eef6e27c57f96cc6eb9f70a49934e 176490 perl extra 
libcyrus-imap-perl22_2.2.13-7_i386.deb

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

iD8DBQFFCZb3Dcs5RBTUBgsRAlyqAKDBbnQohac7AxZ7w37M1sL40EzLBQCeJTiJ
gT4C6WVbBCCDZYCemEZf7lM=
=EARl
-END PGP SIGNATURE-


Accepted:
cyrus-admin-2.2_2.2.13-7_all.deb
  to pool/main/c/cyrus-imapd-2.2/cyrus-admin-2.2_2.2.13-7_all.deb
cyrus-clients-2.2_2.2.13-7_i386.deb
  to pool/main/c/cyrus-imapd-2.2/cyrus-clients-2.2_2.2.13-7_i386.deb
cyrus-common-2.2_2.2.13-7_i386.deb
  to pool/main/c/cyrus-imapd-2.2/cyrus-common-2.2_2.2.13-7_i386.deb
cyrus-dev-2.2_2.2.13-7_i386.deb
  to pool/main/c/cyrus-imapd-2.2/cyrus-dev-2.2_2.2.13-7_i386.deb
cyrus-doc-2.2_2.2.13-7_all.deb
  to pool/main/c/cyrus-imapd-2.2/cyrus-doc-2.2_2.2.13-7_all.deb
cyrus-imapd-2.2_2.2.13-7.diff.gz
  to pool/main/c/cyrus-imapd-2.2/cyrus-imapd-2.2_2.2.13-7.diff.gz
cyrus-imapd-2.2_2.2.13-7.dsc
  to pool/main/c/cyrus-imapd-2.2/cyrus-imapd-2.2_2.2.13-7.dsc
cyrus-imapd-2.2_2.2.13-7_i386.deb
  to pool/main/c/cyrus-imapd-2.2/cyrus-imapd-2.2_2.2.13-7_i386.deb

Accepted fcitx 1:3.3.1-1 (source i386)

2006-09-14 Thread Yu Guanghui
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 21:12:01 +0800
Source: fcitx
Binary: fcitx
Architecture: source i386
Version: 1:3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Yu Guanghui [EMAIL PROTECTED]
Changed-By: Yu Guanghui [EMAIL PROTECTED]
Description: 
 fcitx  - Free Chinese Input Toy for X (XIM)
Changes: 
 fcitx (1:3.3.1-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 4f81da19cbe857f704711818fb6654b1 596 utils optional fcitx_3.3.1-1.dsc
 2005fc49cbf376242658b5dbdc4e76a9 3315154 utils optional fcitx_3.3.1.orig.tar.gz
 e3282d511eb2dbce9b3a75f62b8fa129 102731 utils optional fcitx_3.3.1-1.diff.gz
 59acb0e5e2cddb0ffcd9ce51c83c03d2 2987216 utils optional fcitx_3.3.1-1_i386.deb

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

iD8DBQFFCZRoKNPoKRflcycRAi6DAJ47Wkg0790N2HRxe0VSTsnoHJWHrQCgqZdo
xGvxVuq8jMl7jzD1O1WXFXM=
=rdVE
-END PGP SIGNATURE-


Accepted:
fcitx_3.3.1-1.diff.gz
  to pool/main/f/fcitx/fcitx_3.3.1-1.diff.gz
fcitx_3.3.1-1.dsc
  to pool/main/f/fcitx/fcitx_3.3.1-1.dsc
fcitx_3.3.1-1_i386.deb
  to pool/main/f/fcitx/fcitx_3.3.1-1_i386.deb
fcitx_3.3.1.orig.tar.gz
  to pool/main/f/fcitx/fcitx_3.3.1.orig.tar.gz


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



Accepted restartd 0.2.1 (source powerpc)

2006-09-14 Thread Aurélien GÉRÔME
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Sep 2006 18:41:32 +0200
Source: restartd
Binary: restartd
Architecture: source powerpc
Version: 0.2.1
Distribution: unstable
Urgency: low
Maintainer: Aurélien GÉRÔME [EMAIL PROTECTED]
Changed-By: Aurélien GÉRÔME [EMAIL PROTECTED]
Description: 
 restartd   - Process checker and/or restarter
Closes: 387101
Changes: 
 restartd (0.2.1) unstable; urgency=low
 .
   * Add a -f option to run restartd in foreground (Closes: #387101).
 Thanks to frealek [EMAIL PROTECTED], but he says the patch has
 been done by someone else who I do not know, so I cannot credit
 that person properly.
   * Update manpage restartd.8.
   * Update description in debian/control accordingly with the manpage.
   * Clean debian/init and make it LSB-compliant.
   * Clean the code, run indent, and fix typos everywhere.
Files: 
 81e5214e35f9190590f7b5753304c52c 492 utils extra restartd_0.2.1.dsc
 e38cd226526fa5744f7254ff55c260d6 13045 utils extra restartd_0.2.1.tar.gz
 613d52357afd9ad68b7018a72b621c61 10610 utils extra restartd_0.2.1_powerpc.deb

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

iD8DBQFFCZqP2WTeT3CRQaQRAhCAAKCoWfTsH4Bu7eYcOLXPipCNW3EahgCgiR3l
DauciRXCI4aEfwbJlBA8Zhk=
=Y4Fz
-END PGP SIGNATURE-


Accepted:
restartd_0.2.1.dsc
  to pool/main/r/restartd/restartd_0.2.1.dsc
restartd_0.2.1.tar.gz
  to pool/main/r/restartd/restartd_0.2.1.tar.gz
restartd_0.2.1_powerpc.deb
  to pool/main/r/restartd/restartd_0.2.1_powerpc.deb


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



  1   2   >