Re: Thoughts on Debian quality, including automated testing

2005-12-24 Thread Frank Küster
Benjamin Seidenberg [EMAIL PROTECTED] wrote:

 Andrew Suffield wrote:

On Fri, Dec 23, 2005 at 02:31:19PM -0500, Benjamin Seidenberg wrote:

 Instead, why not propose a Responsible-For: header for control that
 lists a person inside the project who the buck stops with in the
 case of an applicant or team maintained package?


Because I don't see how it would be semantically different to the
Maintainer field. The distinction between them is not apparent (what
is Maintainer supposed to mean under this scheme?). And adding new
fields is more work, so you don't do it without a good reason.


 The difference is who does the work. 

I a well-team-maintained package, the work is actually done by the
team, and decisions are made after finding a consensus solution in the
team.

 The Responsible field would be
 the one to talk to if the package does something bad from the
 project's perspective such as a deliberate security issue or it not
 being up to snuff. 

I don't see why you wouldn't want to talk to the list in this case.  We
don't need someone to put the blame on (we don't have and don't want any
punishment), rather we need someone to make the necessary changes, be
it in the package or in the minds of the people who maintain the package.

 They would also be the one to talk to if the
 maintainer or team doesn't respond to other complaints. The maintainer
 would be the one that users look to on a daily basis - manages bugs,
 does most of the work, etc.

I really can't see the difference, neither in a team-maintained package
nor with an applicant.  In the latter case, of course the sponsor is
responsible; but even then there's not much point in talking to the
sponsor if the applicant can just search a new one.

If a package is badly maintained and you get no response, the usual
procedure is to start with NMUs and proceed with orphaning the package
(or taking over); where's the difference here between a non-responsive
single maintainer and a non-responsive team?

And in case of complaints about a package, how should someone be able to
make good decisions if he does *not* receive the messages about it on a
daily basis, but instead has to dig through them afterwards?  Well,
there might be rare cases where this is the only way to get an outside
view of some quarrel, but we already have the TC for this.

 Basically, the Responsible field would be what you suggested - a
 Debian Developer in good standing who offers accountability for the
 project. 

Ah, so we're going to have two classes of DDs:  The ones with good
standing, and the others who are not allowed to be in the Responsible
field? 

 The Maintainer would be the person or team doing the work,
 possibly a mailing list or someone who is not a DD. The key is that
 the Responsible-Person field would add accountability.

Accountability?  That only makes sense if there are consequences in case
that person  does bad work.  Either a criminal action, or some sort of
private punishment like having to pay money.  All this does not exist in
Debian, and IMO it doesn't make sense to introduce them.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: Bug#344626: ITP: svn2cl -- Convert Subversion logs to GNU-style ChangeLogs

2005-12-24 Thread Florian Ragwitz
On Fri, Dec 23, 2005 at 09:15:29PM -0800, Russ Allbery wrote:
 svn2cl generates a text GNU-style ChangeLog from a Subversion repository
 log by transforming the output of svn log.  It also has preliminary
 support for generating HTML ChangeLog files.  For CVS users, it is roughly
 equivalent to cvs2cl but for Subversion.

Is this tool somehow related to [0]gnuify-changelog.pl in the subversion
package? What can it do more?

0. /usr/share/doc/subversion/examples/gnuify-changelog.pl.gz


-Flo

-- 
BOFH excuse #310:
asynchronous inode failure


signature.asc
Description: Digital signature


Re: switching to vim-tiny for standard vi? - which editor should be standard?

2005-12-24 Thread Osamu Aoki
Hi,

Since I have not seem posting from Miquel...

For this discussion of Which editor should be installed as default on`
the each Debian system?, I think more technical discussion should be
done.  This is old topic. We can always install nano, nvi or vim-* later
as you wish by sudo aptitude install your-editor :-)

(Disclaimer: I use vim exclusively.)

 From: Stefano Zacchiroli [EMAIL PROTECTED]
 Hi Joey, vim-tiny is available in debian/unstable. There are still some
 minor bugs, but the package is fine. The installed-size of it and of
 vim-common are as I anticipated (776 + 232 on i386); the only additional
 dependencies are libc6 and libncurses5.

Well is this small?  By the way, we should also check nano too.

Let me review some status of small editors. (Listed by the size)

Package: elvis-tiny
Priority: optional
Installed-Size: 148
Maintainer: Miquel van Smoornburg [EMAIL PROTECTED]
Version: 1.4-20
Pre-Depends: libc6 (= 2.3.2.ds1-21), libncurses5 (= 5.4-1)
Size: 46090

Package: nano-tiny
Priority: optional
Installed-Size: 220
Source: nano
Version: 1.3.9-1
Depends: libc6 (= 2.3.5-1), libslang2 (= 2.0.1-1)
Size: 138512

Package: nvi
Priority: important
Installed-Size: 632
Version: 1.79-22
Depends: libc6 (= 2.3.2.ds1-4), libncurses5 (= 5.4-1)
Size: 288166

Package: vim-tiny
Priority: optional
Installed-Size: 776
Version: 1:6.4-006+1
Depends: vim-common (= 1:6.4-006+1), libc6 (= 2.3.5-1), libncurses5 (= 5.4-5)
Size: 377374

Package: vim-common
Priority: optional
Section: editors
Installed-Size: 228
Version: 1:6.4-006+1
Recommends: vim | vim-tiny
Size: 80504

-- This means vim-tiny, it took Installed-Size: 1004 and Size: 457878

Package: nano
Priority: important
Installed-Size: 1380
Version: 1.3.9-1
Depends: libc6 (= 2.3.5-1), libncursesw5 (= 5.4-5)
Size: 461694

So aside from vim-tiny, what we have in sid priority important, nvi and
nano, are not smallest editors for the job.  From technical point, we
should chose elvis-tiny and nano-tiny.  Both of these editor have
commands in /bin which is always with us. (What happens if you have NFS
mounted /usr ?)

In terms of updating editors which is installed as the default rescue
system, we should chose small ones: nano-tiny and elvis-tiny.
(elvis-tiny is another vi-clone.).

Sarge installer installs nano and nvi.  I thought it was sort of
overlooked bug of installer.  nano and nvi are in /usr/bin.

Cheers,

Osamu



signature.asc
Description: Digital signature


Re: switching to vim-tiny for standard vi? - which editor should be standard?

2005-12-24 Thread Frans Pop
On Saturday 24 December 2005 14:15, Osamu Aoki wrote:
 Sarge installer installs nano and nvi.  I thought it was sort of
 overlooked bug of installer.  nano and nvi are in /usr/bin.

s/installer/debootstrap/

And debootstrap just installs the base system based on package 
characteristics (mainly priority), so it all boils down again to the 
definition of the base system.

Cheers,
FJP


pgp9NZmd3YKPx.pgp
Description: PGP signature


Re: Thoughts on Debian quality, including automated testing

2005-12-24 Thread Benjamin Seidenberg

Frank Küster wrote:


Benjamin Seidenberg [EMAIL PROTECTED] wrote:

 


Andrew Suffield wrote:

   


On Fri, Dec 23, 2005 at 02:31:19PM -0500, Benjamin Seidenberg wrote:

 


Instead, why not propose a Responsible-For: header for control that
lists a person inside the project who the buck stops with in the
case of an applicant or team maintained package?

   


Because I don't see how it would be semantically different to the
Maintainer field. The distinction between them is not apparent (what
is Maintainer supposed to mean under this scheme?). And adding new
fields is more work, so you don't do it without a good reason.


 

The difference is who does the work. 
   



I a well-team-maintained package, the work is actually done by the
team, and decisions are made after finding a consensus solution in the
team.

 

Right. That was the biggest problem I had with Andrew's idea, he wanted 
to use the maintainer field for one person and only one person, who was 
a DD. As an applicant, I didn't particularly care for this, and 
suggested a lesser-of-two-evils approach.



The Responsible field would be
the one to talk to if the package does something bad from the
project's perspective such as a deliberate security issue or it not
being up to snuff. 
   



I don't see why you wouldn't want to talk to the list in this case.  We
don't need someone to put the blame on (we don't have and don't want any
punishment), rather we need someone to make the necessary changes, be
it in the package or in the minds of the people who maintain the package.

 

*shrug* I agree. At least in my suggestion, you still have the 
maintainer field, as opposed to it being a single DD in Andrew's proposal.



They would also be the one to talk to if the
maintainer or team doesn't respond to other complaints. The maintainer
would be the one that users look to on a daily basis - manages bugs,
does most of the work, etc.
   



I really can't see the difference, neither in a team-maintained package
nor with an applicant.  In the latter case, of course the sponsor is
responsible; but even then there's not much point in talking to the
sponsor if the applicant can just search a new one.

If a package is badly maintained and you get no response, the usual
procedure is to start with NMUs and proceed with orphaning the package
(or taking over); where's the difference here between a non-responsive
single maintainer and a non-responsive team?

 


Again, it was my way of tempering Andrew's proposal.


And in case of complaints about a package, how should someone be able to
make good decisions if he does *not* receive the messages about it on a
daily basis, but instead has to dig through them afterwards?  Well,
there might be rare cases where this is the only way to get an outside
view of some quarrel, but we already have the TC for this.
 

That was one of my points, under Andrew's proposal, the maintainer would 
become a DD and the team/applicant wouldn't recieve these emails.


 


Basically, the Responsible field would be what you suggested - a
Debian Developer in good standing who offers accountability for the
project. 
   



Ah, so we're going to have two classes of DDs:  The ones with good
standing, and the others who are not allowed to be in the Responsible
field? 
 

I would assume all DD's are members in good standing of the project, if 
not, shouldn't they be kicked out?


 


The Maintainer would be the person or team doing the work,
possibly a mailing list or someone who is not a DD. The key is that
the Responsible-Person field would add accountability.
   



Accountability?  That only makes sense if there are consequences in case
that person  does bad work.  Either a criminal action, or some sort of
private punishment like having to pay money.  All this does not exist in
Debian, and IMO it doesn't make sense to introduce them.

Regards, Frank
 

Again, this is partly a response to Andrew's proposal of only allowing a 
DD as a maintainer and having them as the person where the buck stops 
here. The accountability he wants is the one refered to here.


Cheers,
Benjamin



signature.asc
Description: OpenPGP digital signature


Re: /run vs /var/run

2005-12-24 Thread Goswin von Brederlow
Russell Coker [EMAIL PROTECTED] writes:

 On Saturday 24 December 2005 11:35, Goswin von Brederlow 
 Basicaly everything that needs /run doesn't use /var/run anyway,
 e.g. mount. And one could link /var/run to /run on both / and /var and
 then nothing needs to change even if it uses /var/run.

 You mean to say that nothing needs to change about from adding a new 
 directory 
 that's not in the FHS.

I mean that stuff that needs an early writebale dir doesn't/can't use
/var/run for technical reasons already. They use /etc or hack around
for themself or even already use /run. By picking /run over /var/run
probably no package will stop using /var/run if it now can use it
without hacks.

So by making /run official there is no extra fixing of package that
don't already need fixing anyway. I think that given the number of
users with a seperate /var partition buggy packages that use /var/run
too early will have been found already.

MfG
Goswin


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



Priority=important: elvis-tiny nano-tiny / Priority=optional: nvi, vim-tiny, nano, elvis, vim

2005-12-24 Thread Osamu Aoki
On Sat, Dec 24, 2005 at 02:13:25PM +0100, Frans Pop wrote:
 On Saturday 24 December 2005 14:15, Osamu Aoki wrote:
  Sarge installer installs nano and nvi.  I thought it was sort of
  overlooked bug of installer.  nano and nvi are in /usr/bin.
 
 s/installer/debootstrap/

Yes, thast is more precise.

 And debootstrap just installs the base system based on package 
 characteristics (mainly priority), so it all boils down again to the 
 definition of the base system.


For things like editor, we can istill review priority based on the size
and technical merits.  

This should lead us to make elvis-tiny and nano-tiny important while
others should stay as optional.  We also have ed as important and cat is
always with us.  (None of the editor need to be required either.  So
removing them are also easy.)

We have system with mawk (Priority=required) but usually no gawk
(Priority=optional) nor original-awk(Priority=optional) installed.  Out
of these awk variants, original-awk seems to be the smallest.  Changing
this priority on awk just by size is something I do not want to see.
But we can still do that with editor.  

So instead of adding more editor to our base by boosting packasges
priority, we should have priority set to optional for most editors exept
nano-tiny and elvis-tiny.  (c)debootstrap should only install these 2
editors except talled otherwise.  That is my observation.

Osamu



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



Re: /run vs /var/run

2005-12-24 Thread Russell Coker
On Sunday 25 December 2005 00:55, Goswin von Brederlow 
[EMAIL PROTECTED] wrote:
 Russell Coker [EMAIL PROTECTED] writes:
  On Saturday 24 December 2005 11:35, Goswin von Brederlow
 
  Basicaly everything that needs /run doesn't use /var/run anyway,
  e.g. mount. And one could link /var/run to /run on both / and /var and
  then nothing needs to change even if it uses /var/run.
 
  You mean to say that nothing needs to change about from adding a new
  directory that's not in the FHS.

 I mean that stuff that needs an early writebale dir doesn't/can't use
 /var/run for technical reasons already.

Unless /var/run is a tmpfs.

 So by making /run official there is no extra fixing of package that
 don't already need fixing anyway.

By making /var/run a tmpfs there is no need to fix any package, and in 
addition we get things working better on flash memory systems (which I expect 
to become really popular soon - see the OLPC project for an example).

 I think that given the number of 
 users with a seperate /var partition buggy packages that use /var/run
 too early will have been found already.

A tmpfs on /var/run can work with a separate /var partition, I've already 
suggested a way of making it work.

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/  Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/  My home page


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



Bug#344675: ITP: libreturn-value-perl -- Polymorphic Return Values

2005-12-24 Thread Krzysztof Krzyzaniak (eloy)
Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]

* Package name: libreturn-value-perl
  Version : 1.30
  Upstream Authors: Casey West [EMAIL PROTECTED], Ricardo Signes [EMAIL 
PROTECTED] 
* URL : http://www.example.org/
* License : Perl: Artistic/GPL
  Description : Polymorphic Return Values

 Polymorphic return values are really useful.  Often, we just want toknow if
 something worked or not.  Other times, we'd like to know what the error text
 was.  Still others, we may want to know what the error code was, and what the
 error properties were.  We don't want to handle objects or data structures for
 every single return value, but we do want to check error conditions in our 
 code because that's what good programmers do.
 .
 When functions are successful they may return true, or perhaps some useful
 data.  In the quest to provide consistent return values, this gets confusing
 between complex, informational errors and successful return values.
 .
 This module provides these features with a simple API that should get you what
 you're looking for in each contex a return value is used in.
 
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
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: kernel-package hooks transition

2005-12-24 Thread Sven Luther
On Sat, Dec 24, 2005 at 09:19:36AM -0600, Manoj Srivastava wrote:
 Hi,
 
 In the recent 10.X series, kernel package has started
  producing image packages whose maintainer scripts use debconf for
  user interaction.  Unfortunately, this meant that any hook scripts
  called in the maintainer scripts for the image package (update-grub
  comes to mind), if they wrote anything at all to the STDout, would
  cause debconf to throw hissy fits, since it was expecting commands on
  STDOUT, not random chatter from the hook scripts.
 
 One solution was to call db_stop before calling the hook
  scripts, and redirecting stdout to stderr  in hte invocation of the
  scripts. Unfortunately, this made any scripts that used debconf
  impossible.

Notice that the debconf helper scripts provide stdout on 3, so any scripts
writing to stdout only need to redirect their output to 3, no ? 

Another idea would be to have some tag or something to declare if the script
uses debconf or not, and to do the redirection depending on that ? It could be
parsing for something like :

comment delimiter KPKG-TAG: debconf

(where comment delimiter is # for shell scripts, obviously).

This would allow for the most flexibility, and still work out fine, and
parsing would be a simple grep command, so rather cheap (if grep
KPKG-TAG.*debconf; then debconf stuff; else non-debconf stuff; fi)

Oh and BTW, 10.023 did not fix the mkvmlinuz problem, not sure if you saw me
reopening the bug reports. I will try to investigate this on tuesday, altough
i am really lost about this and help will be welcomed.

For powerpc users, a workaround is to remove the debconf stuff by hand. There
are two scripts : 

/etc/kernel/postinst.d/mkvmlinuz and /etc/kernel/prerm.d/mkvmlinuz

And the best way is to replace the lines : 

  . /usr/share/debconf/confmodule

  db_get mkvmlinuz/bootloaders
  bootloader=$RET

by :

  bootloader=your_choice

Where your_choice is yaboot on pmac and rs6k, and mkvmlinuz otherwise.

Friendly,

Sven Luther


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



Re: kernel-package hooks transition

2005-12-24 Thread Colin Watson
On Sat, Dec 24, 2005 at 05:03:17PM +0100, Sven Luther wrote:
 Notice that the debconf helper scripts provide stdout on 3, so any
 scripts writing to stdout only need to redirect their output to 3, no
 ? 

No, that won't work; if you send something to fd 3, it will go to the
debconf frontend and be interpreted as a debconf protocol command. In
any case, it's only the shell confmodule that sets up fd 3 to go to the
frontend, and the kernel-package-generated postinst is written in Perl;
people may well have written postinst.d fragments in Perl too. Please
use stderr instead, or, if possible, just make the script quiet.

The fd 3 redirection (and the corresponding redirection of stdout to
stderr in the shell confmodule) was always acknowledged as a nasty hack
in debconf. At the time, as I understand it, Joey reckoned it was easier
to do that than to try to get everyone to change maintainer script code
that used stdout. It has various undesirable consequences, such as the
requirement to call db_stop before starting daemons that don't take care
to close down all their file descriptors, and some very weird
workarounds in the confmodule bindings for other languages (see the
changelog entry for debconf 0.3.74).

My impression is that these days maintainer scripts are much better
about not mixing up debconf interaction with normal use of stdout, and
so it's still possible that the fd 3 hack will be removed some day.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Re: Bug#344626: ITP: svn2cl -- Convert Subversion logs to GNU-style ChangeLogs

2005-12-24 Thread Russ Allbery
Florian Ragwitz [EMAIL PROTECTED] writes:

 Is this tool somehow related to [0]gnuify-changelog.pl in the subversion
 package? What can it do more?

 0. /usr/share/doc/subversion/examples/gnuify-changelog.pl.gz

It's completely different and has some additional functionaly, most
notably actually listing the files that were changed, combining entries
for a single day if desired, adding the revision number if desired, more
closely outputting the ChangeLog style, and support for generating HTML.
It uses svn log --xml and an XSLT transform.

Turns out that the maintainer is a Debian developer, so I'm going to point
him at my package and probably won't end up maintaining it myself.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Re: Bug#344675: ITP: libreturn-value-perl -- Polymorphic Return Values

2005-12-24 Thread Krzysztof Krzyzaniak

Krzysztof Krzyzaniak (eloy) wrote:

Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]

* Package name: libreturn-value-perl
  Version : 1.30
  Upstream Authors: Casey West [EMAIL PROTECTED], Ricardo Signes [EMAIL PROTECTED] 
* URL : http://www.example.org/


Missed url:

http://search.cpan.org/~rjbs/Return-Value-1.30/



* License : Perl: Artistic/GPL
  Description : Polymorphic Return Values


--
[EMAIL PROTECTED]

   jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej


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



Re: Size matters. Debian binary package stats

2005-12-24 Thread Adam Heath
On Sat, 24 Dec 2005, Goswin von Brederlow wrote:

 It would require some buildd hacking to get it to use gzip only for
 those few debs so more human power.

debs are created by debian/rules.  So, only dependencies of dpkg would have to
be modified.


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



Bug#344707: ITP: ispell-et -- Estonian dictionaries for ispell, aspell, myspell

2005-12-24 Thread Martin-Éric Racine
Package: wnpp
Severity: wishlist
Owner: Martin-Éric Racine [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package name : ispell-et
Version  : 20030606
URL  : http://www.meso.ee/~jjpp/speller/
aspell-et  - Estonian dictionary for aspell
iestonian  - Estonian dictionary for ispell
myspell-et - Estonian dictionary for myspell
openoffice.org-hyphenation-et - Estonian hyphenation pattern for OpenOffice.org

The ispell affix and wordlists, as well as the OOo hyphenation were found as 
standalone files at the above URL, along with explanations in Estonian about 
the origin of all files. Everything else is generated by my own debian/rules.

The above version is timestamp of the last update produced by Jaak Pruulmann. 

I already have packages ready to upload. I however need to verify whether the 
software license of the Institute of the Estonian Language is considered free
according to Debian policies, before I proceed with the upload.

Copyright:
2003-2005, Jaak Pruulmann [EMAIL PROTECTED] (updated wordlist)
1996-1999, Institute of the Estonian Language [EMAIL PROTECTED] (original 
wordlist)
1993, Enn Saar [EMAIL PROTECTED] (TeX hyphenation, converted for OpenOffice 
by Jaak)

License:
   The present Licence Agreement gives the user of this Software Product
   (hereinafter: Product) the right to use the Product for whatever purpose
   (incl. distribution, copying, altering, inclusion in other software,
   and selling) on the following conditions:

   1. The present Licence Agreement should belong unaltered to each copy
  ever made of this Product;
   2. Neither the Institute of the Estonian Language (hereinafter: IEL)
  nor the author(s) of the Product will take responsibility for any
  detriment, direct or indirect, possibly ensuing from the application
  of the Product;
   3. The IEL is ready to share the Product with other users as we wish
  to advance research on the Estonian language and to promote the use
  of Estonian in IT-technology now rapidly developing, yet we refuse
  to bind ourselves to any further obligation, which means that the
  IEL is not obliged either to warrant the suitability of the Product
  for a concrete use, to improve the program, or to provide a more
  detailed description of the underlying algorithms.
  (Which does not mean, though, that we may not do it.)
   4. Whenever you use the Product, we request that you inform us by writing
  to the e-mail address [EMAIL PROTECTED] or to street address listed below.

   Institute of the Estonian Language
   Roosikrantsi 6
   10119 Tallinn
   ESTONIA

   Phone  Fax: +372-6411443

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

iD8DBQFDrd7IeXr56x4Muc0RAnEKAJ9yBg9y2pwQaULxdzXjUWsdUqOnBQCgpVkL
ZJZzDQ5A6Nb5WJ5I5gWok84=
=PeLM
-END PGP SIGNATURE-



Re: kernel-package hooks transition

2005-12-24 Thread Sven Luther
On Sat, Dec 24, 2005 at 05:30:26PM +, Colin Watson wrote:
 On Sat, Dec 24, 2005 at 05:03:17PM +0100, Sven Luther wrote:
  Notice that the debconf helper scripts provide stdout on 3, so any
  scripts writing to stdout only need to redirect their output to 3, no
  ? 
 
 No, that won't work; if you send something to fd 3, it will go to the
 debconf frontend and be interpreted as a debconf protocol command. In

Well, you are the expert, i said this, because the
/usr/share/debconf/confmodule script i use in mkvmlinuz and recomended by
debconf-devel says :

# Redirect standard output to standard error. This prevents common
# mistakes by making all the output of the postinst or whatever
# script is using this library not be parsed as confmodule commands.
#
# To actually send something to standard output, send it to fd 3.

which i read that 1 goes to debconf and 3 to stdout normally. But then i am
largely out of my depth here, and would greatly greatly appreciate someone
with a real clue (you or joeyh being likely candidates here :) to have a look
at this issue. Mmm, need to go and read the rest of your mail really, ...

Friendly,

Sven Luther


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



Re: kernel-package hooks transition

2005-12-24 Thread Sven Luther
On Sat, Dec 24, 2005 at 05:30:26PM +, Colin Watson wrote:
 On Sat, Dec 24, 2005 at 05:03:17PM +0100, Sven Luther wrote:
  Notice that the debconf helper scripts provide stdout on 3, so any
  scripts writing to stdout only need to redirect their output to 3, no

 My impression is that these days maintainer scripts are much better
 about not mixing up debconf interaction with normal use of stdout, and
 so it's still possible that the fd 3 hack will be removed some day.

Ok, now i read it all, shouldn't really be replying to email after the
christmas party ... :)

So, do you have any idea of what is going wrong here and how to fix it ? I
mean having hosed powerpc kernels over christmas is really not the nicest
thing to have happen, and i really don't understand the subtleties of what is
going on here.

k-p uses debconf (probably using the perl helpers you mentioned), and does a
db_stop before calling the script hooks.

The script hooks, of which only mkvmlinuz uses debconf, but using debconf
being the right thing to do probably given the debconf-related policy, so the
script hooks calls debconf itself, which checks that debconf is not yet
running and reruns it if not.

My belief is that somehow there is an inconsistency in the debconf helper,
maybe in the interaction of the perl debconf helper and especially the perl
db_stop, with the shell debconf helper. Can this be ? 

Do we have some kind of documented spec of how these helpers do handle the
debconf interaction, or something, which would enable to investigate this
issue without lengthy error-and-trial ?

Friendly,

Sven Luther


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



Re: kernel-package hooks transition

2005-12-24 Thread Sven Luther
On Sat, Dec 24, 2005 at 05:30:26PM +, Colin Watson wrote:
 On Sat, Dec 24, 2005 at 05:03:17PM +0100, Sven Luther wrote:
  Notice that the debconf helper scripts provide stdout on 3, so any
  scripts writing to stdout only need to redirect their output to 3, no
  ? 
 
 No, that won't work; if you send something to fd 3, it will go to the
 debconf frontend and be interpreted as a debconf protocol command. In
 any case, it's only the shell confmodule that sets up fd 3 to go to the
 frontend, and the kernel-package-generated postinst is written in Perl;
 people may well have written postinst.d fragments in Perl too. Please
 use stderr instead, or, if possible, just make the script quiet.

Oh, and merry christmas to you and thanks for your help in replying to this
even on christmas eve's, ok off to bed now.

Friendly,

Sven Luther


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



Re: kernel-package hooks transition

2005-12-24 Thread Adam Heath
On Sun, 25 Dec 2005, Sven Luther wrote:

 Well, you are the expert, i said this, because the
 /usr/share/debconf/confmodule script i use in mkvmlinuz and recomended by
 debconf-devel says :

 # Redirect standard output to standard error. This prevents common
 # mistakes by making all the output of the postinst or whatever
 # script is using this library not be parsed as confmodule commands.
 #
 # To actually send something to standard output, send it to fd 3.

 which i read that 1 goes to debconf and 3 to stdout normally. But then i am
 largely out of my depth here, and would greatly greatly appreciate someone
 with a real clue (you or joeyh being likely candidates here :) to have a look
 at this issue. Mmm, need to go and read the rest of your mail really, ...

No, that says 1 goes to 2, 3 goes to stdout, and stdout is connected to
debconf.

I bet you'll find the debconf commands sending data to 3.


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



Accepted poppler 0.4.2-1.1 (source i386)

2005-12-24 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Dec 2005 16:36:30 +0100
Source: poppler
Binary: libpoppler-glib-dev libpoppler0c2-qt libpoppler-qt-dev libpoppler-dev 
libpoppler0c2-glib libpoppler0c2
Architecture: source i386
Version: 0.4.2-1.1
Distribution: unstable
Urgency: high
Maintainer: Changwoo Ryu [EMAIL PROTECTED]
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-qt-dev - PDF rendering library -- development files (Qt interface)
 libpoppler0c2 - PDF rendering library
 libpoppler0c2-glib - PDF rendering library (GLib-based shared library)
 libpoppler0c2-qt - PDF rendering library (Qt-based shared library)
Closes: 342288
Changes: 
 poppler (0.4.2-1.1) unstable; urgency=high
 .
   * SECURITY UPDATE: Multiple integer/buffer overflows.
 .
   * NMU to fix RC security bug (closes: #342288)
   * Add debian/patches/04_CVE-2005-3191_2_3.patch taken from Ubuntu,
 thanks to Martin Pitt:
   * poppler/Stream.cc, DCTStream::readBaselineSOF(),
 DCTStream::readProgressiveSOF(), DCTStream::readScanInfo():
 - Check numComps for invalid values.
 - 
http://www.idefense.com/application/poi/display?id=342type=vulnerabilities
 - CVE-2005-3191
   * poppler/Stream.cc, StreamPredictor::StreamPredictor():
 - Check rowBytes for invalid values.
 - 
http://www.idefense.com/application/poi/display?id=344type=vulnerabilities
 - CVE-2005-3192
* poppler/JPXStream.cc, JPXStream::readCodestream():
  - Check img.nXTiles * img.nYTiles for integer overflow.
  - 
http://www.idefense.com/application/poi/display?id=345type=vulnerabilities
  - CVE-2005-3193
Files: 
 fa5985bf510c5dc3793156b056cc78a4 1750 devel optional poppler_0.4.2-1.1.dsc
 384879819f5e5dca860ddb639729bc86 5859 devel optional poppler_0.4.2-1.1.diff.gz
 0247cf16c73b8b62ef757d96daf30897 432912 libs optional 
libpoppler0c2_0.4.2-1.1_i386.deb
 beaa0aa70ca97108c1b997c1cb14cd79 578472 libdevel optional 
libpoppler-dev_0.4.2-1.1_i386.deb
 78fc2dcc40d9e3c35a75248dcdac06f3 38076 libs optional 
libpoppler0c2-glib_0.4.2-1.1_i386.deb
 c5234e6480d01d1598de712269db17d8 41794 libdevel optional 
libpoppler-glib-dev_0.4.2-1.1_i386.deb
 a1c780d7a092ae6c0981c3d6ae670d60 26566 libs optional 
libpoppler0c2-qt_0.4.2-1.1_i386.deb
 48fafdd9dea81ca896648aa27dc57539 27540 libdevel optional 
libpoppler-qt-dev_0.4.2-1.1_i386.deb

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

iD8DBQFDrB+T+xs9YyJS+hoRAkGeAKCGNO5wdGYnEkfuL1m1R5jwVgpeyACgjjbu
pxGJG86s2jzHK+Gk5h/6WcM=
=sW6p
-END PGP SIGNATURE-


Accepted:
libpoppler-dev_0.4.2-1.1_i386.deb
  to pool/main/p/poppler/libpoppler-dev_0.4.2-1.1_i386.deb
libpoppler-glib-dev_0.4.2-1.1_i386.deb
  to pool/main/p/poppler/libpoppler-glib-dev_0.4.2-1.1_i386.deb
libpoppler-qt-dev_0.4.2-1.1_i386.deb
  to pool/main/p/poppler/libpoppler-qt-dev_0.4.2-1.1_i386.deb
libpoppler0c2-glib_0.4.2-1.1_i386.deb
  to pool/main/p/poppler/libpoppler0c2-glib_0.4.2-1.1_i386.deb
libpoppler0c2-qt_0.4.2-1.1_i386.deb
  to pool/main/p/poppler/libpoppler0c2-qt_0.4.2-1.1_i386.deb
libpoppler0c2_0.4.2-1.1_i386.deb
  to pool/main/p/poppler/libpoppler0c2_0.4.2-1.1_i386.deb
poppler_0.4.2-1.1.diff.gz
  to pool/main/p/poppler/poppler_0.4.2-1.1.diff.gz
poppler_0.4.2-1.1.dsc
  to pool/main/p/poppler/poppler_0.4.2-1.1.dsc


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



Accepted klibc 1.1.1-9 (ia64 source)

2005-12-24 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Dec 2005 20:41:13 +0100
Source: klibc
Binary: libklibc-dev libklibc klibc-utils
Architecture: source ia64
Version: 1.1.1-9
Distribution: unstable
Urgency: low
Maintainer: maximilian attems [EMAIL PROTECTED]
Changed-By: maximilian attems [EMAIL PROTECTED]
Description: 
 klibc-utils - small statically-linked utilities built with klibc
 libklibc   - minimal libc subset for use with initramfs
 libklibc-dev - kernel headers used during the build of klibc
Changes: 
 klibc (1.1.1-9) unstable; urgency=low
 .
   * Redrop klibc-sparc64-signals.diff, the buildd now uses correct cflags.
 Thanks to Jurij Smakov [EMAIL PROTECTED]
   * Map powerpc to ppc for 2.6.14 based builds, useless for later kernels.
   * Pump dephelper dependency as pointed out by linda.
Files: 
 84f86125a9ae5e012fa14cd5e43ecdcf 748 libs optional klibc_1.1.1-9.dsc
 76474b317e22fe59023713e5db19d2b3 8733 libs optional klibc_1.1.1-9.diff.gz
 996463c96af1f7708d9d2b593046e027 121906 libdevel optional 
libklibc-dev_1.1.1-9_ia64.deb
 942e752adb88bb16e1434fbda470d782 26858 libs optional libklibc_1.1.1-9_ia64.deb
 27e87af10ced070806fca49723c5dcb8 183852 libs optional 
klibc-utils_1.1.1-9_ia64.deb

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

iD8DBQFDrR8W5M5hmdCYCpkRAqVhAKDc5Bs+DFy1oSBVvKj+8MsZqcz1tACg6AIX
qjuUmANcyZEpkfeTEO5Mbc0=
=4rPh
-END PGP SIGNATURE-


Accepted:
klibc-utils_1.1.1-9_ia64.deb
  to pool/main/k/klibc/klibc-utils_1.1.1-9_ia64.deb
klibc_1.1.1-9.diff.gz
  to pool/main/k/klibc/klibc_1.1.1-9.diff.gz
klibc_1.1.1-9.dsc
  to pool/main/k/klibc/klibc_1.1.1-9.dsc
libklibc-dev_1.1.1-9_ia64.deb
  to pool/main/k/klibc/libklibc-dev_1.1.1-9_ia64.deb
libklibc_1.1.1-9_ia64.deb
  to pool/main/k/klibc/libklibc_1.1.1-9_ia64.deb


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



Accepted cheops-ng 0.2.3-2 (source i386)

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

Format: 1.7
Date: Fri, 23 Dec 2005 23:34:49 +0100
Source: cheops-ng
Binary: cheops-ng
Architecture: source i386
Version: 0.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 cheops-ng  - Network swiss army knife
Closes: 344571
Changes: 
 cheops-ng (0.2.3-2) unstable; urgency=low
 .
   * Build-Depend on flex and bison (Closes: #344571)
   * Build it properly as a non-native package.
   * Fix typo in description
Files: 
 c57831f49277abdf6084b05d687a8b97 883 net optional cheops-ng_0.2.3-2.dsc
 dfa3cdd6a9c1aa7666275602cb02d8b7 694178 net optional 
cheops-ng_0.2.3.orig.tar.gz
 3aa32d0cea534c0268020323b825a869 31106 net optional cheops-ng_0.2.3-2.diff.gz
 10ac6374aea7ca85c9a4745e8ebeb785 481528 net optional cheops-ng_0.2.3-2_i386.deb

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

iQCVAwUBQ60oAvtEPvakNq0lAQLt3wQAntuGI8MCLVszwSD8oxrzPuwU6l7U4AIV
x9AYTxDPff6jyNzL3U6aWs24y0gpdWF9jJ+qaHHFJFBuh5c4Zcai4nRBlVu+x8zn
xhiag8CQpqNvDEgDpin97ZEXHT00VqG28OAN7ByJne0/qA/o+6xDoQoupIEvGNX+
N4fsJl48Al8=
=J7yf
-END PGP SIGNATURE-


Accepted:
cheops-ng_0.2.3-2.diff.gz
  to pool/main/c/cheops-ng/cheops-ng_0.2.3-2.diff.gz
cheops-ng_0.2.3-2.dsc
  to pool/main/c/cheops-ng/cheops-ng_0.2.3-2.dsc
cheops-ng_0.2.3-2_i386.deb
  to pool/main/c/cheops-ng/cheops-ng_0.2.3-2_i386.deb
cheops-ng_0.2.3.orig.tar.gz
  to pool/main/c/cheops-ng/cheops-ng_0.2.3.orig.tar.gz


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



Accepted pcmciautils 012-1 (source powerpc)

2005-12-24 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 11:10:54 +
Source: pcmciautils
Binary: pcmciautils pcmciautils-udeb
Architecture: source powerpc
Version: 012-1
Distribution: unstable
Urgency: low
Maintainer: Colin Watson [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 pcmciautils - PCMCIA utilities for Linux 2.6
 pcmciautils-udeb - PCMCIA utilities for Linux 2.6 (udeb)
Closes: 343193
Changes: 
 pcmciautils (012-1) unstable; urgency=low
 .
   * New upstream release.
 - Incorporates our config.opts fixes, and some config.opts changes from
   OpenSuSE.
 - Avoids deprecated libsysfs functions for compatibility with libsysfs2.
 - Implements 'pccardctl status'.
   * Build-depend on debhelper 4.2 for udeb support.
   * Merge from Ubuntu:
 - Use 'modprobe -b' from module-init-tools 3.2.2 so that PCMCIA bridges
   can be blacklisted.
 - Use 'modprobe -b' to load pcmcia and pcmcia_core.
   * Fix udev rules symlink (thanks, Tobias Gruetzmacher; closes: #343193).
Files: 
 f8ec6eb7309b8c37931a3f227c23ca31 668 admin extra pcmciautils_012-1.dsc
 6cd0a1e8f41758937635f2a52055ecd8 45861 admin extra pcmciautils_012.orig.tar.gz
 a4a3488f93289b296f0d41b015b727df 5469 admin extra pcmciautils_012-1.diff.gz
 08f7022fa55d11755405e5983a7543eb 33056 admin extra 
pcmciautils_012-1_powerpc.deb
 ab960f5f1435c5dcffc49699a2eb6bc7 23300 debian-installer extra 
pcmciautils-udeb_012-1_powerpc.udeb
Package-Type: udeb

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

iD8DBQFDrS2P9t0zAhD6TNERApB0AJ4nrfxzccN813u0FAjPHx2u7qCtAACfeG+O
4SGmEdp3T05EvAsVijO1L8w=
=GaNJ
-END PGP SIGNATURE-


Accepted:
pcmciautils-udeb_012-1_powerpc.udeb
  to pool/main/p/pcmciautils/pcmciautils-udeb_012-1_powerpc.udeb
pcmciautils_012-1.diff.gz
  to pool/main/p/pcmciautils/pcmciautils_012-1.diff.gz
pcmciautils_012-1.dsc
  to pool/main/p/pcmciautils/pcmciautils_012-1.dsc
pcmciautils_012-1_powerpc.deb
  to pool/main/p/pcmciautils/pcmciautils_012-1_powerpc.deb
pcmciautils_012.orig.tar.gz
  to pool/main/p/pcmciautils/pcmciautils_012.orig.tar.gz


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



Accepted debsecan 0.3 (source all)

2005-12-24 Thread Florian Weimer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Dec 2005 15:35:46 +0100
Source: debsecan
Binary: debsecan
Architecture: source all
Version: 0.3
Distribution: unstable
Urgency: low
Maintainer: Florian Weimer [EMAIL PROTECTED]
Changed-By: Florian Weimer [EMAIL PROTECTED]
Description: 
 debsecan   - Debian Security Analyzer
Closes: 344241
Changes: 
 debsecan (0.3) unstable; urgency=low
 .
   * Support package pinning.
   * The --suite option is no longer mandatory.
   * When the user selected a specific suite, flag packages which have been
 removed as obsolete.  Closes: #344241.
Files: 
 b07c35d6e02d2bcb334fbda25a645481 783 admin optional debsecan_0.3.dsc
 2eaa70fac87d2bf0a0484b40b458db9a 40579 admin optional debsecan_0.3.tar.gz
 54184733c371cba21a81be6fd6c26773 14478 admin optional debsecan_0.3_all.deb

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

iQEVAwUBQ6xSS797/wQC1SS+AQK53gf+KergCBHMPHj/g3ytSxkrPacVmOo7e4gx
1kLsAg3cKt7rgbXy1mK1IybhDaQ9JhEhTw4vsHrv5805G5KbYeFHHCWqZMqz1o77
AfKtOSLtlO9sA+m5wgEE5NAchyS0y1UNmu5U7TBNAGpGH0Td48FuC5OioXMU8chX
abBAkKjK06krAc8sra0l3Xh/d77nrxwEycnWtFo904tvtg3h1Y6Xjjl9XGJYGOum
G0bKx4F+A7iXlbSWAZ9hJzupVqpxBhsP45/Oat73VbFizBIClExW1jRPlBWM3dgp
KxecDR/iBBokh8Jl1JGq54C8bGX+53EWBqOzbWmuneGuHUp9UVkUjA==
=1/wL
-END PGP SIGNATURE-


Accepted:
debsecan_0.3.dsc
  to pool/main/d/debsecan/debsecan_0.3.dsc
debsecan_0.3.tar.gz
  to pool/main/d/debsecan/debsecan_0.3.tar.gz
debsecan_0.3_all.deb
  to pool/main/d/debsecan/debsecan_0.3_all.deb


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



Accepted bootcd 2.51 (source all)

2005-12-24 Thread Bernd Schumacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 13:27:54 +0100
Source: bootcd
Binary: bootcd-i386 bootcd-mkinitrd bootcd-ia64 bootcd-hppa bootcd
Architecture: source all
Version: 2.51
Distribution: unstable
Urgency: low
Maintainer: Bernd Schumacher [EMAIL PROTECTED]
Changed-By: Bernd Schumacher [EMAIL PROTECTED]
Description: 
 bootcd - run your system from cd without need for disks
 bootcd-hppa - bootcd extension to create images that can boot on parisc/hppa
 bootcd-i386 - bootcd extension to create images that can boot on i386
 bootcd-ia64 - bootcd extension to create images that can boot on ia64
 bootcd-mkinitrd - bootcd extension to create an initrd-image usable for bootcd
Changes: 
 bootcd (2.51) unstable; urgency=low
 .
   * small bugfixes (for bootcd2disk and bootcdflopcp)
Files: 
 6125b5a0530cdf7003fc152b06caeb23 584 utils extra bootcd_2.51.dsc
 271a9fa7fb4af030dd636b9d9dc29b3b 51351 utils extra bootcd_2.51.tar.gz
 d0d071569a77241ee62ad475a583bca1 52220 utils extra bootcd_2.51_all.deb
 f0c4a908f41adfb5cb7af5cf0239c532 9546 utils extra bootcd-i386_2.51_all.deb
 7b990e6b8746c73cdd71fb1148080143 9416 utils extra bootcd-hppa_2.51_all.deb
 9f171754427fd8727d36428b2a9984c3 8626 utils extra bootcd-ia64_2.51_all.deb
 f3f61add9add2e0fa4ad9a2760fcf071 15798 utils extra bootcd-mkinitrd_2.51_all.deb

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

iD8DBQFDrT+7INZoglnvXbwRAmF9AJ0cRa309TryKklrkmEk6EM6gSwhFwCgwFyK
O/yxu1F6exWj2WZkMBVbPqY=
=HG5l
-END PGP SIGNATURE-


Accepted:
bootcd-hppa_2.51_all.deb
  to pool/main/b/bootcd/bootcd-hppa_2.51_all.deb
bootcd-i386_2.51_all.deb
  to pool/main/b/bootcd/bootcd-i386_2.51_all.deb
bootcd-ia64_2.51_all.deb
  to pool/main/b/bootcd/bootcd-ia64_2.51_all.deb
bootcd-mkinitrd_2.51_all.deb
  to pool/main/b/bootcd/bootcd-mkinitrd_2.51_all.deb
bootcd_2.51.dsc
  to pool/main/b/bootcd/bootcd_2.51.dsc
bootcd_2.51.tar.gz
  to pool/main/b/bootcd/bootcd_2.51.tar.gz
bootcd_2.51_all.deb
  to pool/main/b/bootcd/bootcd_2.51_all.deb


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



Accepted tix 8.4.0-2 (source i386)

2005-12-24 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 14:21:41 +0100
Source: tix
Binary: tix tix-dev
Architecture: source i386
Version: 8.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 tix- The Tix library for Tk -- runtime package
 tix-dev- The Tix library for Tk -- development package
Closes: 344657
Changes: 
 tix (8.4.0-2) unstable; urgency=low
 .
   * debian/rules: Fix typo (closes: #344657).
Files: 
 1202f77241f2e6f4337fdd9bf1cc0d8a 587 libs optional tix_8.4.0-2.dsc
 edb801b5c09c182e9bedf34cfa0b52db 25483 libs optional tix_8.4.0-2.diff.gz
 c48ce9dc7d2b3d7b8e96563828a419b2 316814 libs optional tix_8.4.0-2_i386.deb
 3a473eccf8f40c6f0bead8d1d873e6a5 527198 devel optional tix-dev_8.4.0-2_i386.deb

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

iD8DBQFDrUw2StlRaw+TLJwRAv3xAKDBjRRswGvkZmrr8ZX2kKnAphkUeQCfZ+Di
OC7UDxMVPzWG6t6+0tTPL7A=
=ca5t
-END PGP SIGNATURE-


Accepted:
tix-dev_8.4.0-2_i386.deb
  to pool/main/t/tix/tix-dev_8.4.0-2_i386.deb
tix_8.4.0-2.diff.gz
  to pool/main/t/tix/tix_8.4.0-2.diff.gz
tix_8.4.0-2.dsc
  to pool/main/t/tix/tix_8.4.0-2.dsc
tix_8.4.0-2_i386.deb
  to pool/main/t/tix/tix_8.4.0-2_i386.deb


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



Accepted root-tail 1.2-2 (source i386)

2005-12-24 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 13:23:16 +
Source: root-tail
Binary: root-tail
Architecture: source i386
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 root-tail  - Displays select log files in the X root window
Closes: 343230
Changes: 
 root-tail (1.2-2) unstable; urgency=low
 .
   * Man page typo fix (closes: #343230)
   * Fix Build-Depends to only use what's needed
   * s/int/unsigned int/ for width and height arguments to XParseGeometry
   * Update standards version to 3.6.2 (no changes)
   * Update FSF address
Files: 
 3f3502d65a9f22c8bd68f3effdd8248e 576 x11 optional root-tail_1.2-2.dsc
 18c90476cd3391272b9329efc9cb6a6e 3023 x11 optional root-tail_1.2-2.diff.gz
 8403dcbcf6ccdd43decf44ffe131b5b9 20952 x11 optional root-tail_1.2-2_i386.deb

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

iD8DBQFDrUvaSYIMHOpZA44RAvAyAJ4u5jHK5D6CzCClBmspzJGrk2Bm3QCeOPeR
nIzFfU/6fmB+W38Syx3QZCY=
=/oQj
-END PGP SIGNATURE-


Accepted:
root-tail_1.2-2.diff.gz
  to pool/main/r/root-tail/root-tail_1.2-2.diff.gz
root-tail_1.2-2.dsc
  to pool/main/r/root-tail/root-tail_1.2-2.dsc
root-tail_1.2-2_i386.deb
  to pool/main/r/root-tail/root-tail_1.2-2_i386.deb


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



Accepted xsnow 1:1.42-5xmas (source i386)

2005-12-24 Thread Cai Qian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 13:55:08 +
Source: xsnow
Binary: xsnow
Architecture: source i386
Version: 1:1.42-5xmas
Distribution: unstable
Urgency: low
Maintainer: Cai Qian [EMAIL PROTECTED]
Changed-By: Cai Qian [EMAIL PROTECTED]
Description: 
 xsnow  - Brings Christmas to your desktop
Changes: 
 xsnow (1:1.42-5xmas) unstable; urgency=low
 .
   * Xmas version.
   * Adjust debian/rules to make package cleaner and simpler.
Files: 
 88284fe2e76a7846722f3123d0f165bd 899 non-free/x11 optional xsnow_1.42-5xmas.dsc
 1f90214334e9674f01156413d7644719 6302 non-free/x11 optional 
xsnow_1.42-5xmas.diff.gz
 36d97ae7e15f713e756e507b602e6e70 32300 non-free/x11 optional 
xsnow_1.42-5xmas_i386.deb

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

iQEVAwUBQ61aMsSMJEo6oWZwAQJPdAf/d/Csqic2Yt+6PrNgU57ATNgLuLOmg2m6
DoGFKxZaib9uhUb8dy6PuES6E4fS8KlNUkzJWGHA359DT6nZ7lmCPkudhhboC230
LPljjRN/K+NV3OyfNnzKPHjLBAndglflvufPVPzDz5HxwUQqPEIYOZjsGtSNd2Ye
A0TlO9vuX38u+WV69QRglgQ2tHHAtRG4hlJJEMY4ejSA3nMGXNztFtAi9MFIuuH5
Bw4Yl+rR3Fwc9zhtEKuC1Gzogw70zeq3k0XUO79zfrneZNPUerbtlSOFMVMHsha6
hT8Gfua8UClQtnqzqMe9dBl1x1g6ZcV1tR1dlwjtTd+Fu9WQjIhSfg==
=dN4t
-END PGP SIGNATURE-


Accepted:
xsnow_1.42-5xmas.diff.gz
  to pool/non-free/x/xsnow/xsnow_1.42-5xmas.diff.gz
xsnow_1.42-5xmas.dsc
  to pool/non-free/x/xsnow/xsnow_1.42-5xmas.dsc
xsnow_1.42-5xmas_i386.deb
  to pool/non-free/x/xsnow/xsnow_1.42-5xmas_i386.deb


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



Accepted ingo1 1.0.2-2 (source all)

2005-12-24 Thread Jose Carlos Medeiros
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Dec 2005 16:22:04 -0200
Source: ingo1
Binary: ingo1
Architecture: source all
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers [EMAIL PROTECTED]
Changed-By: Jose Carlos Medeiros [EMAIL PROTECTED]
Description: 
 ingo1  - email filter component for Horde Framework
Changes: 
 ingo1 (1.0.2-2) unstable; urgency=low
 .
   * Set Maintainer to Debian Horde Team.
Files: 
 c60bba40bb4eee137ebc8660d2a71986 721 web optional ingo1_1.0.2-2.dsc
 3921c2780af5f67b7a9232427363dfa2 4943 web optional ingo1_1.0.2-2.diff.gz
 80fb91138b84ac1750dd91e5f7d71e13 887216 web optional ingo1_1.0.2-2_all.deb

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

iEYEARECAAYFAkOtekcACgkQscRzFz57S3MGIgCeMVIxHvIG2Rhvn0GeOuscq0GG
pOEAoPb/e/S9zIwgR1JCa2JywGrdyZHx
=BptK
-END PGP SIGNATURE-


Accepted:
ingo1_1.0.2-2.diff.gz
  to pool/main/i/ingo1/ingo1_1.0.2-2.diff.gz
ingo1_1.0.2-2.dsc
  to pool/main/i/ingo1/ingo1_1.0.2-2.dsc
ingo1_1.0.2-2_all.deb
  to pool/main/i/ingo1/ingo1_1.0.2-2_all.deb


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



Accepted lshw 02.06-3 (source i386 all)

2005-12-24 Thread Ghe Rivero
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 21 Dec 2005 16:58:49 +0100
Source: lshw
Binary: lshw-common lshw lshw-gtk
Architecture: source i386 all
Version: 02.06-3
Distribution: unstable
Urgency: low
Maintainer: Ghe Rivero [EMAIL PROTECTED]
Changed-By: Ghe Rivero [EMAIL PROTECTED]
Description: 
 lshw   - information about hardware configuration
 lshw-common - information about hardware configuration
 lshw-gtk   - information about hardware configuration
Closes: 243752
Changes: 
 lshw (02.06-3) unstable; urgency=low
 .
   * See you in GUA, Debconf-es2 Release
   * Change CXX flags on alpha, so no more segfaults.
Closes: #243752 and similar not reported to BTS.
   * Small fix on code for alpha (dpatch 06-alpha)
   * gxx transition
   * Dedicated to Endesa to switch off the electricity from my university
all the weekend :/
   * Updated DH_COMPAT=4
   * Removed ${shlibs:Depends} variable from lshw-common
Files: 
 aba3760d8babe3d85e04a956cc6d0e79 644 utils optional lshw_02.06-3.dsc
 370e10e3dad089be3f24f1cdf3874a52 996420 utils optional lshw_02.06.orig.tar.gz
 9a1012dd1d5629208add9fa4db66a2ff 7470 utils optional lshw_02.06-3.diff.gz
 27cbe506537a1b78a24b55b8bb22be14 191972 utils optional lshw_02.06-3_i386.deb
 933cc1ab71e939bad61e8bb9aee2cd8b 289634 utils optional 
lshw-gtk_02.06-3_i386.deb
 21f30185cb5f9691a2b1e4011967b641 698860 utils optional 
lshw-common_02.06-3_all.deb

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

iD8DBQFDrZTCWs/EhA1iABsRAmvBAJ92y9aPXGUxojEOKyFiw3AmXCPNwACgt/HB
v+coeMgkO57bvUhZjU9VqeI=
=Q+jh
-END PGP SIGNATURE-


Accepted:
lshw-common_02.06-3_all.deb
  to pool/main/l/lshw/lshw-common_02.06-3_all.deb
lshw-gtk_02.06-3_i386.deb
  to pool/main/l/lshw/lshw-gtk_02.06-3_i386.deb
lshw_02.06-3.diff.gz
  to pool/main/l/lshw/lshw_02.06-3.diff.gz
lshw_02.06-3.dsc
  to pool/main/l/lshw/lshw_02.06-3.dsc
lshw_02.06-3_i386.deb
  to pool/main/l/lshw/lshw_02.06-3_i386.deb
lshw_02.06.orig.tar.gz
  to pool/main/l/lshw/lshw_02.06.orig.tar.gz


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



Accepted irda-utils 0.9.16-11 (source i386)

2005-12-24 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 18:36:48 +0100
Source: irda-utils
Binary: irda-utils
Architecture: source i386
Version: 0.9.16-11
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta [EMAIL PROTECTED]
Changed-By: Alberto Gonzalez Iniesta [EMAIL PROTECTED]
Description: 
 irda-utils - IrDA management and handling utilities
Closes: 332604 341032 343618 343941
Changes: 
 irda-utils (0.9.16-11) unstable; urgency=low
 .
   * The 'Ho ho Ho' release
   * debian/rules. Corrected DEB_BUILD_GNU_TYPE comparison to
 i486-linux-gnu instead of i386-linux. This should make
 findchip to be build and installed. (Closes: #343618)
   * Also use sysctl to stop discovery since irattach alone
 is not enough. Thanks Mikko Rapeli for the patch.
 (Closes: #343941)
   * Added Swedish debconf templates translation.
 Thanks Daniel Nylander. (Closes: #341032)
   * Added option to irattach to allow running it in foreground.
 Thanks Tino Keitel for the patch (Closes: #332604)
 Man page patched on build time until I decide what to do
 with nasty gzipped files.
Files: 
 d65596df58373b4a177c23fb40738da0 656 utils optional irda-utils_0.9.16-11.dsc
 3e663c8f779ff11ae50bf26b24419dc9 341845 utils optional 
irda-utils_0.9.16-11.diff.gz
 eaddbb6fba0fef5909b3f53a7ed230ca 77152 utils optional 
irda-utils_0.9.16-11_i386.deb

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

iD8DBQFDrYh+xRSvjkukAcMRAr5LAJ94HnkfDHW7Xu8pl0e8S+J6wnWGvQCg2XDm
A3roahidxmJbHK5EWsW7Fvo=
=P32v
-END PGP SIGNATURE-


Accepted:
irda-utils_0.9.16-11.diff.gz
  to pool/main/i/irda-utils/irda-utils_0.9.16-11.diff.gz
irda-utils_0.9.16-11.dsc
  to pool/main/i/irda-utils/irda-utils_0.9.16-11.dsc
irda-utils_0.9.16-11_i386.deb
  to pool/main/i/irda-utils/irda-utils_0.9.16-11_i386.deb


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



Accepted kronolith2 2.0.6-1 (source all)

2005-12-24 Thread Jose Carlos Medeiros
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 14 Dec 2005 11:48:55 -0200
Source: kronolith2
Binary: kronolith2
Architecture: source all
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers [EMAIL PROTECTED]
Changed-By: Jose Carlos Medeiros [EMAIL PROTECTED]
Description: 
 kronolith2 - calendar component for Horde Framework
Closes: 342943
Changes: 
 kronolith2 (2.0.6-1) unstable; urgency=low
 .
   * New upstream release.
   * This release solved Several Cross-Site-Scripting vulnerabilities
 (CVE-2005-4189). (closes: #342943)
   * Set Maintainer to Debian Horde Team.
Files: 
 3a1bac1c03d5d24a8dc8e68e86ba14b2 742 web optional kronolith2_2.0.6-1.dsc
 c0c6bad037911ef689bc4f4da5be0047 1300965 web optional 
kronolith2_2.0.6.orig.tar.gz
 dd2d00eeb7eea4e50d1cd4466a2109ec 4675 web optional kronolith2_2.0.6-1.diff.gz
 b9aef4083f8c120df1175f50d01006e5 1311318 web optional 
kronolith2_2.0.6-1_all.deb

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

iEYEARECAAYFAkOthv0ACgkQscRzFz57S3P1YwCeMQsXXSES09ks62UDxDownE5a
VPAAoKs964M+4r/S5jkwDvQ1ZXCvQaGQ
=oARZ
-END PGP SIGNATURE-


Accepted:
kronolith2_2.0.6-1.diff.gz
  to pool/main/k/kronolith2/kronolith2_2.0.6-1.diff.gz
kronolith2_2.0.6-1.dsc
  to pool/main/k/kronolith2/kronolith2_2.0.6-1.dsc
kronolith2_2.0.6-1_all.deb
  to pool/main/k/kronolith2/kronolith2_2.0.6-1_all.deb
kronolith2_2.0.6.orig.tar.gz
  to pool/main/k/kronolith2/kronolith2_2.0.6.orig.tar.gz


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



Accepted nag2 2.0.4-1 (source all)

2005-12-24 Thread Jose Carlos Medeiros
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Dec 2005 12:48:33 -0200
Source: nag2
Binary: nag2
Architecture: source all
Version: 2.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers [EMAIL PROTECTED]
Changed-By: Jose Carlos Medeiros [EMAIL PROTECTED]
Description: 
 nag2   - task list component for Horde Framework
Closes: 342945
Changes: 
 nag2 (2.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * This release solved Several Cross-Site-Scripting vulnerabilities
 (CVE-2005-4191). (closes: #342945)
   * Set Maintainer to Debian Horde Team.
Files: 
 bfea8fa3b321c811704df7fe49fdc1ee 738 web optional nag2_2.0.4-1.dsc
 bc405088672f0118c2e27f35dfff1a67 1074058 web optional nag2_2.0.4.orig.tar.gz
 3d94377b64a248738afc962bac744f7e 4817 web optional nag2_2.0.4-1.diff.gz
 caf945563000f3210e93fee05139420c 1095520 web optional nag2_2.0.4-1_all.deb

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

iEYEARECAAYFAkOthv4ACgkQscRzFz57S3MI2QCgoTN144mq8i1fZq1/UQskXuET
hGkAn1ilXGG0WRNpQSYcOikMr3+UopTD
=pa9w
-END PGP SIGNATURE-


Accepted:
nag2_2.0.4-1.diff.gz
  to pool/main/n/nag2/nag2_2.0.4-1.diff.gz
nag2_2.0.4-1.dsc
  to pool/main/n/nag2/nag2_2.0.4-1.dsc
nag2_2.0.4-1_all.deb
  to pool/main/n/nag2/nag2_2.0.4-1_all.deb
nag2_2.0.4.orig.tar.gz
  to pool/main/n/nag2/nag2_2.0.4.orig.tar.gz


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



Accepted mnemo2 2.0.3-1 (source all)

2005-12-24 Thread Jose Carlos Medeiros
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Dec 2005 12:36:18 -0200
Source: mnemo2
Binary: mnemo2
Architecture: source all
Version: 2.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers [EMAIL PROTECTED]
Changed-By: Jose Carlos Medeiros [EMAIL PROTECTED]
Description: 
 mnemo2 - notes/memos component for Horde Framework
Closes: 342944
Changes: 
 mnemo2 (2.0.3-1) unstable; urgency=low
 .
   * New upstream release.
   * This release solved Several Cross-Site-Scripting vulnerabilities
 (CVE-2005-4192). (closes: #342944)
   * Set Maintainer to Debian Horde Team.
Files: 
 a264f8b4b3f6ef4d59a3a285430cb725 725 web optional mnemo2_2.0.3-1.dsc
 5fbc596ad7373205a5389db919c47bea 949740 web optional mnemo2_2.0.3.orig.tar.gz
 3426366575b18beb9306f8f7683ec681 4623 web optional mnemo2_2.0.3-1.diff.gz
 03b7048b424197b96ba70a72e217b7c0 972048 web optional mnemo2_2.0.3-1_all.deb

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

iEYEARECAAYFAkOthv4ACgkQscRzFz57S3M0vwCglc7/lj/tE42GJpz6mNr2ZGty
vJsAoO63qOIwt4fCpem+eJGMRkhItaxu
=9WxN
-END PGP SIGNATURE-


Accepted:
mnemo2_2.0.3-1.diff.gz
  to pool/main/m/mnemo2/mnemo2_2.0.3-1.diff.gz
mnemo2_2.0.3-1.dsc
  to pool/main/m/mnemo2/mnemo2_2.0.3-1.dsc
mnemo2_2.0.3-1_all.deb
  to pool/main/m/mnemo2/mnemo2_2.0.3-1_all.deb
mnemo2_2.0.3.orig.tar.gz
  to pool/main/m/mnemo2/mnemo2_2.0.3.orig.tar.gz


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



Accepted kboincspy 0.9.0-3 (source i386)

2005-12-24 Thread Frank S. Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 22 Dec 2005 12:41:17 +0100
Source: kboincspy
Binary: kboincspy
Architecture: source i386
Version: 0.9.0-3
Distribution: unstable
Urgency: low
Maintainer: Frank S. Thomas [EMAIL PROTECTED]
Changed-By: Frank S. Thomas [EMAIL PROTECTED]
Description: 
 kboincspy  - monitoring utility for the BOINC client
Closes: 343964
Changes: 
 kboincspy (0.9.0-3) unstable; urgency=low
 .
   * debian/rules:
 - Update libtool scripts from the Debian libtool package to add support
   for GNU/k*BSD and to prune library dependencies (closes: #343964).
   * debian/patches/:
 - Removed 01_add-srcdir-to-makefiles.patch, which is obsolete by updating
   the libtool scripts.
 - Added 01_add-libs-to-libadd.patch, which adds some libraries to *_LDADD.
   * debian/control.in:
 - Add an extra space before the Homepage pseudo field according to the
   Developer's Reference, Section 6.2.4.
 - Added build dependencies on autotools-dev, libtool, auoconf and
   automake1.9.
Files: 
 8710cd98e7befa9a88e5caa541d26852 795 kde optional kboincspy_0.9.0-3.dsc
 6693b01605cd346bbcddc8aa8974a67e 20308 kde optional kboincspy_0.9.0-3.diff.gz
 97e392476d71d88b76de9c39bcf88355 1815434 kde optional 
kboincspy_0.9.0-3_i386.deb

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

iD8DBQFDrYYmvJtHM4T7RtYRAguwAKDGmbfIWBI/nTP4HNjVhHB4uDrIEwCgtiWW
hPhhIFL05wBWw7athdCnrbg=
=I1ui
-END PGP SIGNATURE-


Accepted:
kboincspy_0.9.0-3.diff.gz
  to pool/main/k/kboincspy/kboincspy_0.9.0-3.diff.gz
kboincspy_0.9.0-3.dsc
  to pool/main/k/kboincspy/kboincspy_0.9.0-3.dsc
kboincspy_0.9.0-3_i386.deb
  to pool/main/k/kboincspy/kboincspy_0.9.0-3_i386.deb


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



Accepted xmbmon 2.05-4 (source i386)

2005-12-24 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 19:33:30 +0100
Source: xmbmon
Binary: xmbmon mbmon
Architecture: source i386
Version: 2.05-4
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta [EMAIL PROTECTED]
Changed-By: Alberto Gonzalez Iniesta [EMAIL PROTECTED]
Description: 
 mbmon  - Hardware monitoring without kernel dependencies (text client)
 xmbmon - Hardware monitoring without kernel dependencies (X client)
Closes: 320542 337537
Changes: 
 xmbmon (2.05-4) unstable; urgency=low
 .
   * Fixed option in init.d script that prevented mbmon from starting
 when the USER variable was not set. (Closes: #337537)
   * Fixed a couple of typos in mbmon manpage. (Closes: #320542)
Files: 
 e4bf584fe029e05749b9e68034af2e97 639 admin optional xmbmon_2.05-4.dsc
 505db6747e53f6102cbf5fd8fba5d13b 26336 admin optional xmbmon_2.05-4.diff.gz
 2a9b55b92531e7b8d1cdec3b45c42cc6 64956 admin optional xmbmon_2.05-4_i386.deb
 9de5fe3095b1150ae6ebb55a4afbcd06 67880 admin optional mbmon_2.05-4_i386.deb

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

iD8DBQFDrZaDxRSvjkukAcMRAoZHAJ4pRYM/+1zXTvJ7KrfuZNpLaV6kuACdHgKC
5HDojCFeNpgDY6NKD3spi5U=
=b3oo
-END PGP SIGNATURE-


Accepted:
mbmon_2.05-4_i386.deb
  to pool/main/x/xmbmon/mbmon_2.05-4_i386.deb
xmbmon_2.05-4.diff.gz
  to pool/main/x/xmbmon/xmbmon_2.05-4.diff.gz
xmbmon_2.05-4.dsc
  to pool/main/x/xmbmon/xmbmon_2.05-4.dsc
xmbmon_2.05-4_i386.deb
  to pool/main/x/xmbmon/xmbmon_2.05-4_i386.deb


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



Accepted pkgsel 0.02 (source all)

2005-12-24 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 18:31:54 +
Source: pkgsel
Binary: pkgsel
Architecture: source all
Version: 0.02
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 pkgsel - Select and install packages (udeb)
Changes: 
 pkgsel (0.02) unstable; urgency=low
 .
   [ Joey Hess ]
   * Set LANG to C in postinst so that the bare chroot calls don't trigger
 perl warning messages for C.UTF-8 locale. (See #344159)
   * Note that this does not affect the LANG set for the main package
 installation run, which will be handled by in-target.
   * Fix progress bar title.
 .
   [ Colin Watson ]
   * Fix di-utils build-dependency, and bump required version to 1.20 for
 in-target.
   * Capitalise db_progress subcommand names.
   * Remove trailing spaces from pkgsel.templates, which confused cdebconf.
   * Change section to debian-installer (fixes lintian warning).
 .
   [ Updated translations ]
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Indonesian (id.po) by Parlin Imanuel Toh
   * Italian (it.po) by Giuseppe Sacco
   * Korean (ko.po) by Sunjae park
   * Macedonian (mk.po) by Georgi Stanojevski
   * Dutch (nl.po) by Frans Pop
   * Slovak (sk.po) by Peter Mann
   * Slovenian (sl.po) by Jure Čuhalev
   * Tagalog (tl.po) by Eric Pareja
Files: 
 6a6d57e7add6725476e045ccd2483c1c 555 debian-installer standard pkgsel_0.02.dsc
 2208ba6f6a63dc177d9d13c8180b2489 17965 debian-installer standard 
pkgsel_0.02.tar.gz
 026353e1842024c9d11590bf2d2b92ef 3526 debian-installer standard 
pkgsel_0.02_all.udeb
Package-Type: udeb

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

iD8DBQFDrZUv9t0zAhD6TNERAl4SAJ4kthN6amkHJGHv/wIlCvaME2REJgCfVbF0
0D9tpreMwjO+gxz1QTKEaqU=
=Du02
-END PGP SIGNATURE-


Accepted:
pkgsel_0.02.dsc
  to pool/main/p/pkgsel/pkgsel_0.02.dsc
pkgsel_0.02.tar.gz
  to pool/main/p/pkgsel/pkgsel_0.02.tar.gz
pkgsel_0.02_all.udeb
  to pool/main/p/pkgsel/pkgsel_0.02_all.udeb


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



Accepted firefox 1.5.dfsg-3 (source all i386)

2005-12-24 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 03:23:02 -0500
Source: firefox
Binary: firefox-gnome-support firefox-dom-inspector mozilla-firefox 
mozilla-firefox-gnome-support mozilla-firefox-dom-inspector firefox
Architecture: source all i386
Version: 1.5.dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland [EMAIL PROTECTED]
Changed-By: Eric Dorland [EMAIL PROTECTED]
Description: 
 firefox- lightweight web browser based on Mozilla
 firefox-dom-inspector - tool for inspecting the DOM of pages in Mozilla Firefox
 firefox-gnome-support - Support for Gnome in Mozilla Firefox
 mozilla-firefox - Transition package for firefox rename
 mozilla-firefox-dom-inspector - Transition package for firefox rename
 mozilla-firefox-gnome-support - Transition package for firefox rename
Closes: 341682 343879 344085 344379 344430
Changes: 
 firefox (1.5.dfsg-3) unstable; urgency=low
 .
   * debian/control:
 - Need explicit build dependency on gtk = 2.8.
 - Upgrade Standards-Version to 3.6.2.1. No changes.
 - Add compatibility packages for mozilla-firefox-dom-inspector
   and mozilla-firefox-gnome-support and make all the upgrade packages
   Architecture: all. (Closes: #343879, #344379)
   * debian/watch: Add watch file.
   * debian/about.png.uu: Add uuencoded version of previous about box
 graphic.
   * debian/rules: uudecode and install the about.png into the right
 location.
   * debian/firefox-runner: Add MOZ_PLUGIN_PATH to include plugins at the
 old location for now. (Closes: #344085, #341682)
   * widget/src/gtk2/nsWindow.cpp: Patch from bz#305970 to fix broken
 contextual menu on Save File As. (Closes: #344430)
 .
   * config/mkdepend/imakemdep.h, security/nss/lib/pki1/pki1.h: Remove some
 patches that are now useless (suggested by Mike Hommey).
   * mailnews/extensions/palmsync/palm.html,
 browser/themes/pinstripe/browser/browser.css,
 gfx/src/mac/nsNativeThemeMac.h,
 directory/c-sdk/ldap/docs/draft-ietf-ldapext-ldap-c-api-05.txt,
 layout/html/tests/table/bugs/bug123862.html,
 layout/html/tests/table/bugs/bug119786.html,
 layout/html/tests/table/bugs/bug101759.html,
 layout/html/tests/table/bugs/bug14489.html,
 layout/html/tests/table/bugs/bug222846.html,
 layout/html/tests/block/bugs/155333-1.html,
 layout/html/tests/block/bugs/185411-2.html,
 layout/html/tests/block/bugs/13599.html,
 layout/html/tests/block/bugs/53960.html,
 layout/html/tests/block/bugs/155333-2.html,
 layout/html/tests/block/bugs/38157-a.html,
 layout/html/tests/block/bugs/38157-b.html,
 layout/html/tests/block/bugs/46918.html,
 layout/html/tests/block/printing/145305-11.html,
 layout/html/tests/block/printing/145305-21.html,
 layout/html/tests/block/printing/145305-13.html,
 layout/html/tests/block/printing/145305-17.html,
 layout/html/tests/block/printing/145305-19.html,
 layout/html/tests/block/printing/145305-4.html,
 layout/html/tests/block/printing/127145-1.html,
 layout/html/tests/block/printing/145305-3.html,
 layout/html/tests/block/printing/145305-7.html,
 layout/html/tests/block/printing/145305-9.html,
 layout/html/tests/frameset/core/r3.html,
 layout/html/tests/frameset/core/r4.html,
 layout/html/tests/frameset/core/blank2.html,
 xpinstall/packager/stage_mfcembed.pl, xpinstall/packager/stage_gre.pl,
 embedding/qa/testembed/Tests.cpp,
 embedding/qa/testembed/nsihttpchanneltests.cpp,
 embedding/qa/testembed/BrowserImpl.cpp,
 embedding/qa/testembed/Tests.h, embedding/qa/testembed/QaUtils.cpp,
 embedding/qa/testembed/resource.h,
 embedding/qa/testembed/DomWindow.cpp,
 embedding/qa/testembed/QaUtils.h, build/unix/abs2rel.pl,
 xpfe/bootstrap/icons/windows/readme.txt,
 security/nss/cmd/ssltap/ssltap-manual.html: Fix mess my subversion
 repository made of line endings. This should reduce the size of the
 diff.gz dramatically.
Files: 
 14fb47f79e22cc1a9ff13704def9328c 1060 web optional firefox_1.5.dfsg-3.dsc
 7a91082608c5c94de3392c4757f39f01 126854 web optional firefox_1.5.dfsg-3.diff.gz
 aed5815dc21d8d856d73a7f41cf33345 7770668 web optional 
firefox_1.5.dfsg-3_i386.deb
 08232752df2a4579a4bc9a74b691b84a 205376 web optional 
firefox-dom-inspector_1.5.dfsg-3_i386.deb
 535fefa3a95fe1cfd11993bc25526678 66582 web optional 
firefox-gnome-support_1.5.dfsg-3_i386.deb
 c0800093ab36ad78cd022c84b785f48c 42132 web optional 
mozilla-firefox_1.5.dfsg-3_all.deb
 c54f486eeb54fc8a21537cd4154c9e6c 41322 web optional 
mozilla-firefox-dom-inspector_1.5.dfsg-3_all.deb
 84ac0f4174cf9fda220d9e938935bcd2 41324 web optional 
mozilla-firefox-gnome-support_1.5.dfsg-3_all.deb

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

iD8DBQFDrY/BYemOzxbZcMYRAgdPAJ9SAG0xUm8OHhelNIug9yXr218FxgCeOOTX
DPfYuMAfHmQXya+cEfuRQ7E=
=XbNG
-END PGP SIGNATURE-


Accepted:
firefox-dom-inspector_1.5.dfsg-3_i386.deb
  

Accepted libcrypt-des-perl 2.05-1 (source i386)

2005-12-24 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 20:34:04 +0100
Source: libcrypt-des-perl
Binary: libcrypt-des-perl
Architecture: source i386
Version: 2.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libcrypt-des-perl - Perl DES encryption module
Closes: 344647
Changes: 
 libcrypt-des-perl (2.05-1) unstable; urgency=low
 .
   * New upstream release (closes: #344647)
   * Added me to Uploaders
   * Standards-Version updated to 3.6.2 with change DH_COMPAT=4
Files: 
 9b247951d511cd285fa19756ccc991a2 763 perl optional libcrypt-des-perl_2.05-1.dsc
 a8a0bea7064e11d2af434f3e468c17bb 15369 perl optional 
libcrypt-des-perl_2.05.orig.tar.gz
 f830f8cb2d850caf2bae3ee71c974d30 3204 perl optional 
libcrypt-des-perl_2.05-1.diff.gz
 48ca1fcdd569439f9975bf79630f31b0 21500 perl optional 
libcrypt-des-perl_2.05-1_i386.deb

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

iD8DBQFDraOo+NMfSd6w7DERAk5xAJkBlZipyzvg+cXJBaXLp4RKFibkywCgtSc8
3R084tyAEaxSR7uQqeSLySM=
=IcF6
-END PGP SIGNATURE-


Accepted:
libcrypt-des-perl_2.05-1.diff.gz
  to pool/main/libc/libcrypt-des-perl/libcrypt-des-perl_2.05-1.diff.gz
libcrypt-des-perl_2.05-1.dsc
  to pool/main/libc/libcrypt-des-perl/libcrypt-des-perl_2.05-1.dsc
libcrypt-des-perl_2.05-1_i386.deb
  to pool/main/libc/libcrypt-des-perl/libcrypt-des-perl_2.05-1_i386.deb
libcrypt-des-perl_2.05.orig.tar.gz
  to pool/main/libc/libcrypt-des-perl/libcrypt-des-perl_2.05.orig.tar.gz


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



Accepted nag 1.1.3-1 (source all)

2005-12-24 Thread Lionel Elie Mamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 20:33:16 +0100
Source: nag
Binary: nag
Architecture: source all
Version: 1.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers [EMAIL PROTECTED]
Changed-By: Lionel Elie Mamane [EMAIL PROTECTED]
Description: 
 nag- Multiuser Task List Manager
Closes: 262066 305349 307180 323267
Changes: 
 nag (1.1.3-1) unstable; urgency=low
 .
   * New upstream release (closes: #262066)
   * New maintainer: Debian Horde Team
   * Acknowledge NMUs (closes: #323267, #305349, #307180)
   * Bump up Standards-Version to 3.6.2
Files: 
 5c1f3379b7c147ec82e2fc93e41d8339 715 web optional nag_1.1.3-1.dsc
 91b7861be00b0b6e9d575ec04fbeaef5 348423 web optional nag_1.1.3.orig.tar.gz
 27644d9f64351001642d03943ecd6635 4825 web optional nag_1.1.3-1.diff.gz
 db87646fcabdbfb0c06d57b22f7d0837 282484 web optional nag_1.1.3-1_all.deb

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

iEYEARECAAYFAkOtpOAACgkQscRzFz57S3PtDgCfRzanB3ivH+EAAB5lGYew1gBS
kcQAn1xRn+Z6/EV5jsNeu0SOeLVEfkFc
=K7+O
-END PGP SIGNATURE-


Accepted:
nag_1.1.3-1.diff.gz
  to pool/main/n/nag/nag_1.1.3-1.diff.gz
nag_1.1.3-1.dsc
  to pool/main/n/nag/nag_1.1.3-1.dsc
nag_1.1.3-1_all.deb
  to pool/main/n/nag/nag_1.1.3-1_all.deb
nag_1.1.3.orig.tar.gz
  to pool/main/n/nag/nag_1.1.3.orig.tar.gz


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



Accepted clutils 20051029-1 (source i386)

2005-12-24 Thread Dale E. Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Oct 2005 13:58:16 -0400
Source: clutils
Binary: libclutils0-dev libclutils0c2
Architecture: source i386
Version: 20051029-1
Distribution: unstable
Urgency: low
Maintainer: Dale E. Martin [EMAIL PROTECTED]
Changed-By: Dale E. Martin [EMAIL PROTECTED]
Description: 
 libclutils0-dev - Development files needed to compile programs that use 
clutils.
 libclutils0c2 - Shared libraries for clutils (runtime libraries)
Changes: 
 clutils (20051029-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 9db1f6a09e1c85ecf61fd925e369f84b 558 devel optional clutils_20051029-1.dsc
 03fa15c9fd5e5b6ab4f11002f75e61bb 349022 devel optional 
clutils_20051029-1.tar.gz
 999a01076634583ef408aba63fad4998 54726 libs optional 
libclutils0c2_20051029-1_i386.deb
 bee4fb8f0f471f641da3b77a1a532711 81664 devel optional 
libclutils0-dev_20051029-1_i386.deb

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

iD8DBQFDraUco/Xcc0IABGIRAg0RAJ9JY8yk56WPDoyraN+Mekuy2oCJJwCgmN1W
Q3ZmE0d0XI9tF0LozM229a4=
=S4ji
-END PGP SIGNATURE-


Accepted:
clutils_20051029-1.dsc
  to pool/main/c/clutils/clutils_20051029-1.dsc
clutils_20051029-1.tar.gz
  to pool/main/c/clutils/clutils_20051029-1.tar.gz
libclutils0-dev_20051029-1_i386.deb
  to pool/main/c/clutils/libclutils0-dev_20051029-1_i386.deb
libclutils0c2_20051029-1_i386.deb
  to pool/main/c/clutils/libclutils0c2_20051029-1_i386.deb


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



Accepted sylpheed 2.1.9-1 (source i386 all)

2005-12-24 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 16 Dec 2005 14:40:20 +0100
Source: sylpheed
Binary: sylpheed-i18n sylpheed
Architecture: source i386 all
Version: 2.1.9-1
Distribution: experimental
Urgency: low
Maintainer: Ricardo Mones [EMAIL PROTECTED]
Changed-By: Ricardo Mones [EMAIL PROTECTED]
Description: 
 sylpheed   - Light weight e-mail client with GTK+
 sylpheed-i18n - Locale data for Sylpheed (i18n support)
Changes: 
 sylpheed (2.1.9-1) experimental; urgency=low
 .
   * New upstream release (development series).
Files: 
 3fcf1bd6fb2f1961cd2240f418c67142 908 mail optional sylpheed_2.1.9-1.dsc
 3d70f6c9b150f4e6d321f0e658550533 3712497 mail optional 
sylpheed_2.1.9.orig.tar.gz
 f8256fef8b6c077b39b05d594aa53599 15976 mail optional sylpheed_2.1.9-1.diff.gz
 ecff9b7ba16886dbe3642612c5d1dd55 1056556 mail optional 
sylpheed-i18n_2.1.9-1_all.deb
 4443d59e2e99960e1cf2160c4b759903 555066 mail optional sylpheed_2.1.9-1_i386.deb

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

iD8DBQFDrcyPt1anjIgqbEsRAk2XAJ4xc+TBW+oIuaSxS64dnPjjkdqe1gCfRvME
3tNVZHo7rJJ6p475cR+0LFw=
=Fi3c
-END PGP SIGNATURE-


Accepted:
sylpheed-i18n_2.1.9-1_all.deb
  to pool/main/s/sylpheed/sylpheed-i18n_2.1.9-1_all.deb
sylpheed_2.1.9-1.diff.gz
  to pool/main/s/sylpheed/sylpheed_2.1.9-1.diff.gz
sylpheed_2.1.9-1.dsc
  to pool/main/s/sylpheed/sylpheed_2.1.9-1.dsc
sylpheed_2.1.9-1_i386.deb
  to pool/main/s/sylpheed/sylpheed_2.1.9-1_i386.deb
sylpheed_2.1.9.orig.tar.gz
  to pool/main/s/sylpheed/sylpheed_2.1.9.orig.tar.gz


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



Accepted zsh-beta 4.3.0-dev-2+20051219-1 (source sparc all)

2005-12-24 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Dec 2005 17:31:28 -0500
Source: zsh-beta
Binary: zsh-beta-static zsh-beta-doc zsh-beta
Architecture: source sparc all
Version: 4.3.0-dev-2+20051219-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
Changes: 
 zsh-beta (4.3.0-dev-2+20051219-1) unstable; urgency=low
 .
   * Update to HEAD.
Files: 
 043ee2671c1cb11cd1c3d2a905355199 745 shells optional 
zsh-beta_4.3.0-dev-2+20051219-1.dsc
 b7aab57dc8076e3596432f09a500f17d 2260498 shells optional 
zsh-beta_4.3.0-dev-2+20051219.orig.tar.gz
 a4d963ab6e9438c47cd36a3a6583890f 683766 shells optional 
zsh-beta_4.3.0-dev-2+20051219-1.diff.gz
 988e48c6072dd91483327d5448c433a0 688424 doc optional 
zsh-beta-doc_4.3.0-dev-2+20051219-1_all.deb
 6faafa26d88bad8cbe66e2202e87afd3 2156752 shells optional 
zsh-beta_4.3.0-dev-2+20051219-1_sparc.deb

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

iD8DBQFDrejH5m0u66uWM3ARAk0HAKCQWotg8n2KAakYz/Sb4OmcQxQNogCgo43A
E2d7sAEvf3Not8RjHcAWbnY=
=6A4I
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.0-dev-2+20051219-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.0-dev-2+20051219-1_all.deb
zsh-beta_4.3.0-dev-2+20051219-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.0-dev-2+20051219-1.diff.gz
zsh-beta_4.3.0-dev-2+20051219-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.0-dev-2+20051219-1.dsc
zsh-beta_4.3.0-dev-2+20051219-1_sparc.deb
  to pool/main/z/zsh-beta/zsh-beta_4.3.0-dev-2+20051219-1_sparc.deb
zsh-beta_4.3.0-dev-2+20051219.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.0-dev-2+20051219.orig.tar.gz


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



Accepted net-retriever 1.07 (source all)

2005-12-24 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 02:47:01 +0100
Source: net-retriever
Binary: download-installer net-retriever
Architecture: source all
Version: 1.07
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 download-installer - Download installer components (udeb)
 net-retriever - Fetch modules from the Internet (udeb)
Changes: 
 net-retriever (1.07) unstable; urgency=low
 .
   [ Joey Hess ]
   * Consistent indentation which saved .5k.
   * Move exit calls into error function.
   * Use log-output for gpgv call.
 .
   [ Christian Perrier ]
   * Break Choices in single components in templates
 .
   [ Frans Pop ]
   * Use mirror/codename instead of mirror/suite.
 Requires: cdrom-detect =1.11; choose-mirror =1.16; iso-scan =1.10.
 .
   [ Updated translations ]
   * Arabic (ar.po) by Ossama M. Khayat
   * Bulgarian (bg.po) by Ognyan Kulev
   * Bengali (bn.po) by Baishampayan Ghose
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Claus Hindsgaul
   * German (de.po) by Jens Seidel
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hindi (hi.po) by Nishant Sharma
   * Indonesian (id.po) by Parlin Imanuel Toh
   * Icelandic (is.po) by David Steinn Geirsson
   * Italian (it.po) by Giuseppe Sacco
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Sunjae park
   * Lithuanian (lt.po) by Kęstutis Biliūnas
   * Latvian (lv.po) by Aigars Mahinovs
   * Malagasy (mg.po) by Jaonary Rabarisoa
   * Macedonian (mk.po) by Georgi Stanojevski
   * Bokmål, Norwegian (nb.po) by Bjørn Steensrud
   * Dutch (nl.po) by Frans Pop
   * Norwegian Nynorsk (nn.po)
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
   * Portuguese (pt.po) by Miguel Figueiredo
   * Romanian (ro.po) by Eddy Petrişor
   * Russian (ru.po) by Yuri Kozlov
   * Slovak (sk.po) by Peter Mann
   * Slovenian (sl.po) by Jure Čuhalev
   * Swedish (sv.po) by Daniel Nylander
   * Tagalog (tl.po) by Eric Pareja
   * Turkish (tr.po) by Recai Oktaş
   * Ukrainian (uk.po) by Eugeniy Meshcheryakov
   * Wolof (wo.po) by Mouhamadou Mamoune Mbacke
   * Simplified Chinese (zh_CN.po) by Ming Hua
Files: 
 0b76365e42477867712769b714c54c1d 689 debian-installer optional 
net-retriever_1.07.dsc
 46a4de0eebc2d54739a57086b811507d 30365 debian-installer optional 
net-retriever_1.07.tar.gz
 652344a7f418054a8803efa36a20fdf2 11824 debian-installer optional 
net-retriever_1.07_all.udeb
 6a5c613bfce8c92a30ac7f6b05eada49 2488 debian-installer extra 
download-installer_1.07_all.udeb
Package-Type: udeb

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

iD8DBQFDrfrjgm/Kwh6ICoQRAlZmAJ43uCuk31w3zFkMgwvL6bjttJh0LgCfYU+q
IJ5yl5eFHwEAYt/UYlJ3Jb8=
=fxzL
-END PGP SIGNATURE-


Accepted:
download-installer_1.07_all.udeb
  to pool/main/n/net-retriever/download-installer_1.07_all.udeb
net-retriever_1.07.dsc
  to pool/main/n/net-retriever/net-retriever_1.07.dsc
net-retriever_1.07.tar.gz
  to pool/main/n/net-retriever/net-retriever_1.07.tar.gz
net-retriever_1.07_all.udeb
  to pool/main/n/net-retriever/net-retriever_1.07_all.udeb


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



Accepted cdrom-retriever 1.07 (source all)

2005-12-24 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 02:38:56 +0100
Source: cdrom-retriever
Binary: cdrom-retriever load-cdrom
Architecture: source all
Version: 1.07
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 cdrom-retriever - Fetch modules from a CDROM (udeb)
 load-cdrom - Load installer components from CD (udeb)
Changes: 
 cdrom-retriever (1.07) unstable; urgency=low
 .
   [ Colin Watson ]
   * Look for per-architecture udeb include/exclude files
 (.disk/udeb_include.$ARCH, .disk/udeb_exclude.$ARCH) before the global
 include/exclude files, to improve support for multi-architecture images.
 .
   [ Frans Pop ]
   * Use mirror/codename instead of mirror/suite.
 Requires: cdrom-detect =1.11; choose-mirror =1.16; iso-scan =1.10.
 .
   [ Updated translations ]
   * Arabic (ar.po) by Ossama M. Khayat
   * Bengali (bn.po) by Baishampayan Ghose
   * French (fr.po) by Christian Perrier
   * Icelandic (is.po) by David Steinn Geirsson
   * Latvian (lv.po) by Aigars Mahinovs
   * Malagasy (mg.po) by Jaonary Rabarisoa
   * Norwegian Nynorsk (nn.po)
   * Polish (pl.po) by Bartosz Fenski
   * Romanian (ro.po) by Eddy Petrişor
   * Slovenian (sl.po) by Jure Čuhalev
   * Swedish (sv.po) by Daniel Nylander
Files: 
 d193c9fa4e568e90a5be5e74faf987af 658 debian-installer optional 
cdrom-retriever_1.07.dsc
 9d01da76ae5f611f9f2beb5d24009a62 26888 debian-installer optional 
cdrom-retriever_1.07.tar.gz
 cffa684bb6a8b50de2efd10d3dbea127 8476 debian-installer optional 
cdrom-retriever_1.07_all.udeb
 aec5cef235ce7e7c7bfe874889de84cf 2700 debian-installer extra 
load-cdrom_1.07_all.udeb
Package-Type: udeb

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

iD8DBQFDrfrfgm/Kwh6ICoQRApbEAKDYwM7uVAeqh3Yi7M/mi8PZjkoa3ACg2GDr
rT7s4eeJHfuSQZd9gwjZe1Y=
=ngKd
-END PGP SIGNATURE-


Accepted:
cdrom-retriever_1.07.dsc
  to pool/main/c/cdrom-retriever/cdrom-retriever_1.07.dsc
cdrom-retriever_1.07.tar.gz
  to pool/main/c/cdrom-retriever/cdrom-retriever_1.07.tar.gz
cdrom-retriever_1.07_all.udeb
  to pool/main/c/cdrom-retriever/cdrom-retriever_1.07_all.udeb
load-cdrom_1.07_all.udeb
  to pool/main/c/cdrom-retriever/load-cdrom_1.07_all.udeb


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



Accepted nano 1.3.10-1 (source i386)

2005-12-24 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 03:43:30 +0100
Source: nano
Binary: nano-tiny nano-udeb nano
Architecture: source i386
Version: 1.3.10-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 nano   - free Pico clone with some new features
 nano-tiny  - free Pico clone with some new features - tiny build
 nano-udeb  - free Pico clone with some new features - tiny build (udeb)
Closes: 339530
Changes: 
 nano (1.3.10-1) unstable; urgency=low
 .
   * The Comprad, comprad, malditos! release.
   * New upstream release.
 - includes Thijs Kinkhorst's rnano(1) manpage (closes: #339530).
Files: 
 386debc7204ef1cc0392f3962b9b7080 703 editors optional nano_1.3.10-1.dsc
 851609ae03ae967595a888219bad3e2d 1166572 editors optional 
nano_1.3.10.orig.tar.gz
 7bd3cc8ce1589e357252e1d3015cc31c 23578 editors optional nano_1.3.10-1.diff.gz
 725e9f6e3963cfbaadf59b9a556ce343 477976 editors important 
nano_1.3.10-1_i386.deb
 d24fa54e3759a41d8040c8b1f58f1ab6 142416 editors optional 
nano-tiny_1.3.10-1_i386.deb
 c99f293d119b32cb7dd5d01d6b8ffa6e 25560 debian-installer standard 
nano-udeb_1.3.10-1_i386.udeb
Package-Type: udeb

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

iD8DBQFDrgnBJYSUupF6Il4RAv71AJsGHr7yRuZU0JZqi2ExmXgUl4t3QQCePs1S
5/U40mpL3aeOv/OHiCGPzhU=
=ha28
-END PGP SIGNATURE-


Accepted:
nano-tiny_1.3.10-1_i386.deb
  to pool/main/n/nano/nano-tiny_1.3.10-1_i386.deb
nano-udeb_1.3.10-1_i386.udeb
  to pool/main/n/nano/nano-udeb_1.3.10-1_i386.udeb
nano_1.3.10-1.diff.gz
  to pool/main/n/nano/nano_1.3.10-1.diff.gz
nano_1.3.10-1.dsc
  to pool/main/n/nano/nano_1.3.10-1.dsc
nano_1.3.10-1_i386.deb
  to pool/main/n/nano/nano_1.3.10-1_i386.deb
nano_1.3.10.orig.tar.gz
  to pool/main/n/nano/nano_1.3.10.orig.tar.gz


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



Accepted libhtml-table-perl 2.02-3 (source all)

2005-12-24 Thread Christian Sánchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 23 Dec 2005 18:03:31 -0400
Source: libhtml-table-perl
Binary: libhtml-table-perl
Architecture: source all
Version: 2.02-3
Distribution: unstable
Urgency: low
Maintainer: Christian Sánchez [EMAIL PROTECTED]
Changed-By: Christian Sánchez [EMAIL PROTECTED]
Description: 
 libhtml-table-perl - Perl module for creating HTML tables
Closes: 333188
Changes: 
 libhtml-table-perl (2.02-3) unstable; urgency=low
 .
   * New maintainer. (Closes: #333188)
 - control:
 + Bumped Standards-Version to 3.6.2 (no changes).
Files: 
 7d6fef20df08882f2ed0b6efe69f4746 607 perl optional 
libhtml-table-perl_2.02-3.dsc
 28673c5c5e5823769d695b1d082a261d 2846 perl optional 
libhtml-table-perl_2.02-3.diff.gz
 fbb8ab9123767f88944a77537a7c6dd7 25468 perl optional 
libhtml-table-perl_2.02-3_all.deb

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

iD8DBQFDrh8vipBneRiAKDwRAtYIAKChPhx60wsXZSXu3mt8XJZhr0GBBACffrvu
HjgIIwBkWkGHrAeF88EQDNg=
=THEr
-END PGP SIGNATURE-


Accepted:
libhtml-table-perl_2.02-3.diff.gz
  to pool/main/libh/libhtml-table-perl/libhtml-table-perl_2.02-3.diff.gz
libhtml-table-perl_2.02-3.dsc
  to pool/main/libh/libhtml-table-perl/libhtml-table-perl_2.02-3.dsc
libhtml-table-perl_2.02-3_all.deb
  to pool/main/libh/libhtml-table-perl/libhtml-table-perl_2.02-3_all.deb


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



Accepted asc 1.16.2.0-3 (source i386 all)

2005-12-24 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 06:17:38 +0100
Source: asc
Binary: asc asc-data
Architecture: source i386 all
Version: 1.16.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 asc- turn-based strategy game
 asc-data   - data files for the Advanced Strategic Command game
Closes: 343216
Changes: 
 asc (1.16.2.0-3) unstable; urgency=low
 .
   * Depends on ${Upstream-Version} of asc-data. (Closes: #343216)
Files: 
 63d15397c04c674de8e829410e9ceee7 772 games optional asc_1.16.2.0-3.dsc
 b7a7d7c7cb45606ab7c5ea960b2d9bbd 3172 games optional asc_1.16.2.0-3.diff.gz
 2b93d77d9a66a53cd2ba57ea137eaff2 6102304 games optional 
asc-data_1.16.2.0-3_all.deb
 c10183e9aabb717e0e642b7891dd46aa 2233084 games optional asc_1.16.2.0-3_i386.deb

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

iD8DBQFDrjTzhQui3hP+/EARArbWAKCWC49GR9O1Y74pjEjWQAhoRJwuZQCggzdG
AoTxqg0FGLjtxPC2njMvEoI=
=cw7J
-END PGP SIGNATURE-


Accepted:
asc-data_1.16.2.0-3_all.deb
  to pool/main/a/asc/asc-data_1.16.2.0-3_all.deb
asc_1.16.2.0-3.diff.gz
  to pool/main/a/asc/asc_1.16.2.0-3.diff.gz
asc_1.16.2.0-3.dsc
  to pool/main/a/asc/asc_1.16.2.0-3.dsc
asc_1.16.2.0-3_i386.deb
  to pool/main/a/asc/asc_1.16.2.0-3_i386.deb


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



Accepted tabextensions 2.0.2005121301-1 (source all)

2005-12-24 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 18 Dec 2005 14:08:58 +0100
Source: tabextensions
Binary: mozilla-tabextensions
Architecture: source all
Version: 2.0.2005121301-1
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 mozilla-tabextensions - Tabbed browsing extensions for Mozilla
Changes: 
 tabextensions (2.0.2005121301-1) unstable; urgency=low
 .
   * New upstream release
   * debian/dirs: Create /usr/lib/firefox/extensions.
   * debian/links: Create the link in /usr/lib/firefox/extensions.
   * debian/postrm: Remove call to update-mozilla-snapshot-chrome.
   * debian/control: Add dependency on firefox, and remove the one on
 mozilla-snapshot. We'll keep mozilla-firefox dependency for backwards
 compatibility.
Files: 
 fc64ef6c0ef21010d00b707d7cf135df 646 web optional 
tabextensions_2.0.2005121301-1.dsc
 08596299deda994c57b96c755e369868 309049 web optional 
tabextensions_2.0.2005121301.orig.tar.gz
 bb3979d204627fa76a78f6bda8007e53 34382 web optional 
tabextensions_2.0.2005121301-1.diff.gz
 f4a4a650c75f1ef44c0eb0360be55972 413516 web optional 
mozilla-tabextensions_2.0.2005121301-1_all.deb

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

iD8DBQFDpV/X3kvaLFT9KlgRAvExAJ0RNww7TlzB9ReKJpAeISp+5vz6ewCeJ9gK
vatYspR8nhMbogvEDwVNw9U=
=92dO
-END PGP SIGNATURE-


Accepted:
mozilla-tabextensions_2.0.2005121301-1_all.deb
  to pool/main/t/tabextensions/mozilla-tabextensions_2.0.2005121301-1_all.deb
tabextensions_2.0.2005121301-1.diff.gz
  to pool/main/t/tabextensions/tabextensions_2.0.2005121301-1.diff.gz
tabextensions_2.0.2005121301-1.dsc
  to pool/main/t/tabextensions/tabextensions_2.0.2005121301-1.dsc
tabextensions_2.0.2005121301.orig.tar.gz
  to pool/main/t/tabextensions/tabextensions_2.0.2005121301.orig.tar.gz


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



Accepted checky 2.5-4 (source all)

2005-12-24 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 08:12:06 +0100
Source: checky
Binary: mozilla-checky
Architecture: source all
Version: 2.5-4
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 mozilla-checky - Online validation and analysis services for Mozilla
Changes: 
 checky (2.5-4) unstable; urgency=low
 .
   * debian/dirs, debian/links, debian/control: Add support for the new firefox
 package. We will keep backwards compatibility with mozilla-firefox until
 etch release.
Files: 
 f6b10915023ff7d4e53f7cfa127f5eb2 520 web optional checky_2.5-4.dsc
 b2fbb356df61fe4339b56dede58c9d41 55012 web optional checky_2.5-4.tar.gz
 9a53b081a9fb910f4f86a17afcb87eb8 85594 web optional 
mozilla-checky_2.5-4_all.deb

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

iD8DBQFDrkZx3kvaLFT9KlgRAvxvAJ9AxT8Z63QEmoITLbixJE9MStcFCQCcDBPK
MI+5Rx2AkSDeYoMZWU0BoJM=
=9ASm
-END PGP SIGNATURE-


Accepted:
checky_2.5-4.dsc
  to pool/main/c/checky/checky_2.5-4.dsc
checky_2.5-4.tar.gz
  to pool/main/c/checky/checky_2.5-4.tar.gz
mozilla-checky_2.5-4_all.deb
  to pool/main/c/checky/mozilla-checky_2.5-4_all.deb


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



Accepted diggler 0.9-8 (source all)

2005-12-24 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 08:09:56 +0100
Source: diggler
Binary: mozilla-diggler
Architecture: source all
Version: 0.9-8
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 mozilla-diggler - A set of URL manipulation utilities for Mozilla's location 
bar
Closes: 343968
Changes: 
 diggler (0.9-8) unstable; urgency=low
 .
   * debian/dirs, debian/links, debian/control: Add support for the new firefox
 package. We will keep backwards compatibility with mozilla-firefox until
 etch release. Closes: #343968.
Files: 
 ed5b66d02e3505fdc80fae5013008498 523 web optional diggler_0.9-8.dsc
 70ef80baa47d16c19fc904655d56957d 19606 web optional diggler_0.9-8.tar.gz
 a5ec1daa2686846d04a175d218e041d4 33512 web optional 
mozilla-diggler_0.9-8_all.deb

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

iD8DBQFDrkYI3kvaLFT9KlgRAoMxAJ9XUUhFijqrnRCfTZOlJmv7xo2UmQCff6hE
QJq3pzRHGNG2/tTp+P29e8Q=
=6qt7
-END PGP SIGNATURE-


Accepted:
diggler_0.9-8.dsc
  to pool/main/d/diggler/diggler_0.9-8.dsc
diggler_0.9-8.tar.gz
  to pool/main/d/diggler/diggler_0.9-8.tar.gz
mozilla-diggler_0.9-8_all.deb
  to pool/main/d/diggler/mozilla-diggler_0.9-8_all.deb


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



Accepted livehttpheaders 0.11-2 (source all)

2005-12-24 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 08:13:37 +0100
Source: livehttpheaders
Binary: mozilla-livehttpheaders
Architecture: source all
Version: 0.11-2
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 mozilla-livehttpheaders - Adds information about the HTTP headers to Mozilla
Changes: 
 livehttpheaders (0.11-2) unstable; urgency=low
 .
   * debian/dirs, debian/links, debian/control: Add support for the new firefox
 package. We will keep backwards compatibility with mozilla-firefox until
 etch release.
Files: 
 9d23c6e63b3aa9c3b4205e2d5b182d27 622 web optional livehttpheaders_0.11-2.dsc
 9941984ee8ebf6a67d4a601e3459 5190 web optional 
livehttpheaders_0.11-2.diff.gz
 498a4a5ccc6156da496bbc4b305b8c69 71644 web optional 
mozilla-livehttpheaders_0.11-2_all.deb

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

iD8DBQFDrkbP3kvaLFT9KlgRAmQoAJ4+4XntyuavD/rdprv0hCHpR/wLFQCeNLNV
T7ESvgZN4Gapuw3j3RhhVDE=
=yAFv
-END PGP SIGNATURE-


Accepted:
livehttpheaders_0.11-2.diff.gz
  to pool/main/l/livehttpheaders/livehttpheaders_0.11-2.diff.gz
livehttpheaders_0.11-2.dsc
  to pool/main/l/livehttpheaders/livehttpheaders_0.11-2.dsc
mozilla-livehttpheaders_0.11-2_all.deb
  to pool/main/l/livehttpheaders/mozilla-livehttpheaders_0.11-2_all.deb


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



Accepted venkman 0.9.85-4 (source all)

2005-12-24 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 08:14:59 +0100
Source: venkman
Binary: mozilla-venkman
Architecture: source all
Version: 0.9.85-4
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 mozilla-venkman - Javascript debugger for Mozilla and Firefox
Changes: 
 venkman (0.9.85-4) unstable; urgency=low
 .
   * debian/dirs, debian/links, debian/control: Add support for the new firefox
 package. We will keep backwards compatibility with mozilla-firefox until
 etch release.
Files: 
 ffa4be02d0032744bf92be1ee894aac5 530 web optional venkman_0.9.85-4.dsc
 da5e09f7ff4375d66d72730ba875d86b 222572 web optional venkman_0.9.85-4.tar.gz
 ea02fbf1ece87870d9712d632bd717f5 266930 web optional 
mozilla-venkman_0.9.85-4_all.deb

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

iD8DBQFDrkcq3kvaLFT9KlgRAtlYAKCPxBYSAoxqOix7twJIvlJJMw1h1wCeKW04
Iyp/xSkPGV1qxD7noRca/Kc=
=Rd3u
-END PGP SIGNATURE-


Accepted:
mozilla-venkman_0.9.85-4_all.deb
  to pool/main/v/venkman/mozilla-venkman_0.9.85-4_all.deb
venkman_0.9.85-4.dsc
  to pool/main/v/venkman/venkman_0.9.85-4.dsc
venkman_0.9.85-4.tar.gz
  to pool/main/v/venkman/venkman_0.9.85-4.tar.gz


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



Accepted ctxextensions 4.0.2005082201-3 (source all)

2005-12-24 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 25 Dec 2005 08:04:36 +0100
Source: ctxextensions
Binary: mozilla-ctxextensions
Architecture: source all
Version: 4.0.2005082201-3
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 mozilla-ctxextensions - Context Menu Extensions for Mozilla
Changes: 
 ctxextensions (4.0.2005082201-3) unstable; urgency=low
 .
   * debian/dirs, debian/links, debian/control: Add support for the new firefox
 package. We will keep backwards compatibility with mozilla-firefox until
 etch release.
Files: 
 fcc8f6be5911e81e3fc7fe4e8fcf4c68 564 web optional 
ctxextensions_4.0.2005082201-3.dsc
 b753501b499d861cdf8de48e80fc3430 155329 web optional 
ctxextensions_4.0.2005082201-3.tar.gz
 441328ca536a10ead4fb8b5f95f5914e 179222 web optional 
mozilla-ctxextensions_4.0.2005082201-3_all.deb

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

iD8DBQFDrkUY3kvaLFT9KlgRAoeSAJ9D58/5t2oPgrxfAcg9PWoA2cqfnwCfWz8q
5AOk2yIgsTxnKdpIbZllQv4=
=ENaT
-END PGP SIGNATURE-


Accepted:
ctxextensions_4.0.2005082201-3.dsc
  to pool/main/c/ctxextensions/ctxextensions_4.0.2005082201-3.dsc
ctxextensions_4.0.2005082201-3.tar.gz
  to pool/main/c/ctxextensions/ctxextensions_4.0.2005082201-3.tar.gz
mozilla-ctxextensions_4.0.2005082201-3_all.deb
  to pool/main/c/ctxextensions/mozilla-ctxextensions_4.0.2005082201-3_all.deb


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