Re: cdrtools

2006-07-15 Thread Toni Mueller


Hello,

[ I'm leaning somewhat out of the window here w/o being a law expert ]

On Wed, 12.07.2006 at 12:46:51 -0700, Erast Benson [EMAIL PROTECTED] wrote:
 Joerg clearly stands that:
 
 1) Makefiles != scripts or at least it is unclear whether Makefiles may
 be called scripts:
 ...

 Makefiles are programs written in a non-scripting language:
 I call this language make. It is a non-algorithmic language but

but he and you are dead wrong on that, imho. For me at least, a
script is anything that can be executed using shebang, and makefiles
_can_, as your famous debian/rules file demonstrates.

 This means in other words: If I take other people's GPL code and create
 a derived work from that code, I need to make the whole work available
 under GPL. I do not need to make non-GPL code available at all, if GPL
 code is derived on that code. I do not need to make the build system 
 available under GPL (GPL §3 requires me to make it available but does
 not mention a license) and the build system is not code that is
 derived from the GPLd project.

This is imho a very broken interpretation because the build system is
usually an intimate part of the whole, and often enough, source code
with no idea about how to tie everything together is not nearly half as
useful as a full source is. Think of KDE w/o a build system, or the
Linux kernel, for instance... which would almost certainly defeat the
purpose of enabling others to change and expand on given code, and
also open the door for all kinds of abuse.

Maybe we should solicit the legal opinion of the FSFE or so on this
matter. But in reality, this all belongs on [EMAIL PROTECTED]


Best,
--Toni++


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



Re: greylisting on debian.org?

2006-07-15 Thread Wouter Verhelst
On Thu, Jul 13, 2006 at 11:01:09AM -0700, Thomas Bushnell BSG wrote:
 Henrique de Moraes Holschuh [EMAIL PROTECTED] writes:
 
  The specific example used was some spam source sitting in the same /27
  netblock in a colo server room, and getting through the graylister because
  a proper MTA from the same /27 netblock had already been added to the
  approve it, it does retries list of the graylister.
 
 Ok, now I understand.  As I've already said, graylisting on /27
 netblocks amounts to inventing new network standards, which I believe
 should go through the IETF standardization process before we block
 email from people who don't comply with our newly invented standards.

Really, I don't understand why you wrote this.

Greylisting already exists. This would just make it _less_ of a problem.

By greylisting from /27 netblocks, you wouldn't block any additional
mail as opposed to greylisting in general; quite to the contrary.

Greylisting in this manner does not require anything specific from a
remote host, except that it must follow the standards as defined in
RFC2821 and come back some time after it received the initial 4xx status
reply. What part of that is a newly invented standard?

Moreover, I'd like to point out that any piece of software which intends
to implement some anti-spam measures will have to interpret some
specific standard more strictly than required by the relevant RFCs so as
to be able to distinguish spambots from human beings. There is no way
around that, save making degrading some human being to anti-spam
measure for the Debian Project and requiring him or her to manually
approve each and every email to our mailinglists. I don't think you want
that.

-- 
Fun will now commence
  -- Seven Of Nine, Ashes to Ashes, stardate 53679.4


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



Re: Bug#378167: ITP: sudoku -- console based sudoku

2006-07-15 Thread Nacho Barrientos Arias
Date: Fri, 14 Jul 2006 23:25:53 +0200
Nicolas François [EMAIL PROTECTED] wrote:

 On Fri, Jul 14, 2006 at 05:34:16PM +0200, Nacho Barrientos Arias wrote:
  Nicolas François [EMAIL PROTECTED] wrote:
  
   Package: wnpp
   Severity: wishlist
   Owner: Nicolas François [EMAIL PROTECTED]
   
   
   * Package name: sudoku
  
  Isn't this package name too general? I know that the upstream name is
  this but, can't be (this name) improved to became an official Debian
  package?
  
  Not more than a suggestion,
 
 I would have prefered a suggestion ;)
 
 Would sudokurse be better?

Could be nice.

 Should the binary be renamed too?

Yes, note that in the future, 'sudoku' could be a symlink
in /etc/alternatives, this link could point to an existing application
that runs a 'sukoku' game, for example 'sudokurse' or 'gnudoku'. :-)

Opinions from more experienced developers would be grateful.

Cheers,

-- 
Nacho Barrientos Arias [EMAIL PROTECTED]
http://criptonita.com/~nacho



Re: greylisting on debian.org?

2006-07-15 Thread Andreas Metzler
Wouter Verhelst [EMAIL PROTECTED] wrote:
 On Thu, Jul 13, 2006 at 11:01:09AM -0700, Thomas Bushnell BSG wrote:
[...]
 Ok, now I understand.  As I've already said, graylisting on /27
 netblocks amounts to inventing new network standards, which I believe
 should go through the IETF standardization process before we block
 email from people who don't comply with our newly invented standards.

 Really, I don't understand why you wrote this.

 Greylisting already exists. This would just make it _less_ of a problem.

 By greylisting from /27 netblocks, you wouldn't block any additional
 mail as opposed to greylisting in general; quite to the contrary.

 Greylisting in this manner does not require anything specific from a
 remote host, except that it must follow the standards as defined in
 RFC2821 and come back some time after it received the initial 4xx status
 reply. What part of that is a newly invented standard?
[...]

Hello,
The following setup would be in compliance with rfc2821 but would
not be able to deliver mail to a greylisting host:
- retrying every hour for up to five days
- messages are sent out from 120 different IP-addresses all living in
  different /27 netblocks.
- retries do not happen on the same IP. Initial try IP-address #1, 2nd
  try IP-address #2, ... ,120th try IP-address #120

This in an extreme setup, but if the retry strategy is more
complicated, e.g. every hour for 12 hours, then every two hours for
12 hours and every four hours from then on only 42 IP addresses are
needed.

If some (broken) caching is involved numbers go down further.

cu andreas


-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Re: greylisting on debian.org?

2006-07-15 Thread Stephen Gran
This one time, at band camp, Andreas Metzler said:
 Wouter Verhelst [EMAIL PROTECTED] wrote:
  On Thu, Jul 13, 2006 at 11:01:09AM -0700, Thomas Bushnell BSG wrote:
 [...]
  Ok, now I understand.  As I've already said, graylisting on /27
  netblocks amounts to inventing new network standards, which I believe
  should go through the IETF standardization process before we block
  email from people who don't comply with our newly invented standards.
 
  Really, I don't understand why you wrote this.
 
  Greylisting already exists. This would just make it _less_ of a problem.
 
  By greylisting from /27 netblocks, you wouldn't block any additional
  mail as opposed to greylisting in general; quite to the contrary.
 
  Greylisting in this manner does not require anything specific from a
  remote host, except that it must follow the standards as defined in
  RFC2821 and come back some time after it received the initial 4xx status
  reply. What part of that is a newly invented standard?
 [...]
 
 Hello,
 The following setup would be in compliance with rfc2821 but would
 not be able to deliver mail to a greylisting host:
 - retrying every hour for up to five days
 - messages are sent out from 120 different IP-addresses all living in
   different /27 netblocks.
 - retries do not happen on the same IP. Initial try IP-address #1, 2nd
   try IP-address #2, ... ,120th try IP-address #120

I suggest that when we find a domain that sends mail from 120 /27's
(roughly a /20), we worry about it then.

zgrep -E 'H=[^[:space:]]*.yahoo.com ' /var/log/exim4/mainlog* | egrep -v 
'(-|=)' | \
  awk -F [ '{print $2}' | awk -F] '{print $1}' | sort -u | wc -l
2792

That's just over a /21, and they're the biggest I deal with.  This is just
under a year's logs, on a fairly busy site.  This site uses greylisting,
and does not use netblocks - it greylists the IP/sender/recipient tuple
as is.  I have had no complaints about lost mail, although a few about
slow mail.

But that's not the entire point; there will be false positives.  There are
probably false positives right now with the various other spam filters in
place, although I have no idea and can't check on them.  Presumably the
sender doesn't get a notification in cases where a procmail rule or
spamassassin rule keeps a mail from hitting a list or my @debian.org
account.

With a greylisting system, there is no blackholing of mail - the sender
will get 'still retrying' DSN's, and finally a couldn't deliver DSN
in the above scenario.  The sender is notified if there's a problem, so
long as the sending site pretends to follow the RFC.  

The point is to make email useable without making it untreliable.  This
way seems like a pretty good compromise to me.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: greylisting on debian.org?

2006-07-15 Thread Martijn van Oosterhout

On 7/15/06, Andreas Metzler [EMAIL PROTECTED] wrote:

Hello,
The following setup would be in compliance with rfc2821 but would
not be able to deliver mail to a greylisting host:
- retrying every hour for up to five days
- messages are sent out from 120 different IP-addresses all living in
  different /27 netblocks.
- retries do not happen on the same IP. Initial try IP-address #1, 2nd
  try IP-address #2, ... ,120th try IP-address #120


I thought the point was that someone with such a setup is unlikely to
have all 120 servers either listed on an RBL or with broken reverse
DNS. And if they are, are you sure you want to receive mail from them?

Greylisting everything is silly, and that's not what's being discussed
here (AIUI anyway).

Have a nice day,
--
Martijn van Oosterhout [EMAIL PROTECTED] http://svana.org/kleptog/


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



Re: Bug#378226: ITP: flickrfs -- Virtual filesystem for flickr online photosharing service.

2006-07-15 Thread martin f krafft
also sprach Alan Woodland [EMAIL PROTECTED] [2006.07.14.1436 +0200]:
 Flickrfs is a virtual filesystem which mounts on your machine like 
 any other partition.

Partitions don't mount. On Unix, you mount filesystems.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
in the figure of the president, george w. bush, the incompetence,
 stupidity, and sheer inhumanity that characterize so much of
 america's money-mad corporate elite find their quintessentially
 repulsive expression.
 -- journalist, aftermath of katrina


signature.asc
Description: Digital signature (GPG/PGP)


Re: greylisting on debian.org?

2006-07-15 Thread Andreas Metzler
Martijn van Oosterhout [EMAIL PROTECTED] wrote:
 On 7/15/06, Andreas Metzler [EMAIL PROTECTED] wrote:
 Hello,
 The following setup would be in compliance with rfc2821 but would
 not be able to deliver mail to a greylisting host:
[...]
 I thought the point was that someone with such a setup is unlikely to
 have all 120 servers either listed on an RBL or with broken reverse
 DNS. And if they are, are you sure you want to receive mail from them?
[...]

I am all for greylisting as suggested, I just wanted to clarify Thomas'
claim that greylisting *can* break RFC compliant hosts, i.e. the
inventing new network standards.

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Re: Bug#378167: ITP: sudoku -- console based sudoku

2006-07-15 Thread Jorgen Schaefer
Nacho Barrientos Arias [EMAIL PROTECTED] writes:

 Would sudokurse be better?

 Could be nice.

Please don't rename upstream software more than you must, this
only leads to confusion among users. Don't come up with funny
package names yourself. One should be able to see the relation
between the Debian package name and the upstream name.

If you have to rename the package, I would suggest using
sudoku-curses, and provide an alternatives entry as Nacho
suggested.

Regards,
-- Jorgen

-- 
Debian GNU/Linux Developer
[EMAIL PROTECTED]
http://www.forcix.cx/


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



Re: additions to dpkg-architecture

2006-07-15 Thread Bernhard R. Link
* Kurt Roeckx [EMAIL PROTECTED] [060715 10:22]:
 I've tested this on sarge before, and it doesn't seem to work
 there.  But the same package on etch/sid do work.  I'm guessing
 the dynamic linker changed between sarge and etch.

That is strange. On my sarge boxes I get:
|$ ldd -r /usr/bin/ssh
| libresolv.so.2 = /lib/libresolv.so.2 (0x7002c000)
| libcrypto.so.0.9.7 = /usr/lib/v9/libcrypto.so.0.9.7 (0x7005)
| [...]
And I cannot remember having anything changed.
(Also the libcrypto 0.9.6 in your ldd output looks more like woody
than like sarge)

Hochachtungsvoll,
  Bernhard R. Link


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



Re: Bug#378167: ITP: sudoku -- console based sudoku

2006-07-15 Thread Nacho Barrientos Arias
Date: Sat, 15 Jul 2006 14:54:30 +0200
Jorgen Schaefer [EMAIL PROTECTED] wrote:

 Nacho Barrientos Arias [EMAIL PROTECTED] writes:
 
  Would sudokurse be better?
 
  Could be nice.
 
 Please don't rename upstream software more than you must, this
 only leads to confusion among users. Don't come up with funny
 package names yourself. One should be able to see the relation
 between the Debian package name and the upstream name.

I agree, better 'sudoku-curses' (or similar) than 'sudokurse' or other
funny names.

Cheers,

-- 
Nacho Barrientos Arias [EMAIL PROTECTED]
http://criptonita.com/~nacho


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



Re: greylisting on debian.org?

2006-07-15 Thread Stig Sandbeck Mathisen
Andreas Metzler [EMAIL PROTECTED] writes:

 This in an extreme setup,

...or a setup designed to be used as an argument against greylisting.

-- 
Stig Sandbeck Mathisen [EMAIL PROTECTED]


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



Re: Bug#378167: ITP: sudoku -- console based sudoku

2006-07-15 Thread Oohara Yuuma
On Fri, 14 Jul 2006 23:25:53 +0200,
Nicolas François [EMAIL PROTECTED] wrote:
 On Fri, Jul 14, 2006 at 05:34:16PM +0200, Nacho Barrientos Arias wrote:
  Nicolas François [EMAIL PROTECTED] wrote:
   * Package name: sudoku
  Isn't this package name too general? I know that the upstream name is
  this but, can't be (this name) improved to became an official Debian
  package?
 I would have prefered a suggestion ;)
 
 Would sudokurse be better?
 Should the binary be renamed too?
Just for the record:

Sudoku is the name coined by Nikoli, the puzzle magazine which introduced
the puzzle from the US to Japan.  Like all other stuffs from Japan, it is
not originated from Japan.  I am not a lawyer, but if you package it,
expect a submarine patent.

Sudoku is the abbreviation of Suji wa dokusin ni kagiru, which means
a digit is best if it is not married, which implies that there is only
one digit in each grid of the puzzle.  Only the editors of Nikoli use
the name sudoku; others call the puzzle nampure, which is the Japanese
abbreviation of number place, which is believed the original name
of the puzzle.

-- 
Oohara Yuuma [EMAIL PROTECTED]

Lord, what fools these mortals be!
--- William Shakespeare, A Midsummer-Night's Dream


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



Bug#378379: ITP: jlj -- a command-line livejournal client

2006-07-15 Thread Michael Stevens
Package: wnpp
Severity: wishlist
Owner: Michael Stevens [EMAIL PROTECTED]


* Package name: jlj
  Version : 2.12
  Upstream Author : [EMAIL PROTECTED]
* URL : http://patsy.cis.rit.edu/Software/perl/#jlj
* License : Freeware
  Description : a command-line livejournal client

 JLJ is Jerry's LiveJournal entry system. It is very simple to use. Just
 setup a .livejournal.rc file in your home directory with your username
 and password, and run the jlj script.
 
 Downloadable from http://patsy.cis.rit.edu/Software/perl/#jlj

 License is All of these are completely FREEWARE. Use them all you
 want, send me stuff only if you want.. an e-mail would be nice. :]
 ENJOY!

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Getting the buildds to notice new architectures in a package

2006-07-15 Thread Ludovic Brenta
Hello,

Package asis (=3.15p-10) supports i386, kfreebsd-i386, sparc, and
powerpc.

I uploaded the next version (=2005-3) a couple of days ago.  It adds
support for more architectures, namely: amd63, hppa, and ia64.

I notice that the buildds have successfully built the powerpc and
sparc packages, but seem to ignore the new architectures.  I am
waiting for all architectures to be rebuilt so that I can re-upload
adacontrol, which build-depends on asis.  In the mean time, adacontrol
has a RC bug #378160 because of this problem.

Where should I ask for help?  Neither buildd.debian.org nor
www.debian.org/devel/buildd, mention where the buildd admins can be
reached; and lists.debian.org does not have a buildd@ list.

I will upload ~20 source packages in the next few weeks, adding
support for more architectures to each package.  So I'm really looking
for a general solution and not one that only applies to asis.

Thanks for any help.

PS. Please reply to me directly, as well as to the list.

-- 
Ludovic Brenta.


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



Re: Getting the buildds to notice new architectures in a package

2006-07-15 Thread Luk Claes
Ludovic Brenta wrote:
 Hello,

Hi Ludovic

 Package asis (=3.15p-10) supports i386, kfreebsd-i386, sparc, and
 powerpc.
 
 I uploaded the next version (=2005-3) a couple of days ago.  It adds
 support for more architectures, namely: amd63, hppa, and ia64.

You should contact the buildd maintainers (actually the
Packages-arch-specific maintainers [1]) when you add support for an
architecture.

 I notice that the buildds have successfully built the powerpc and
 sparc packages, but seem to ignore the new architectures.  I am
 waiting for all architectures to be rebuilt so that I can re-upload
 adacontrol, which build-depends on asis.  In the mean time, adacontrol
 has a RC bug #378160 because of this problem.
 
 Where should I ask for help?  Neither buildd.debian.org nor
 www.debian.org/devel/buildd, mention where the buildd admins can be
 reached; and lists.debian.org does not have a buildd@ list.

arch@buildd.debian.org is the way buildd admins can be reached.

 I will upload ~20 source packages in the next few weeks, adding
 support for more architectures to each package.  So I'm really looking
 for a general solution and not one that only applies to asis.

This is already known by the Release Team, I'm not sure if the news has
already reached the P-a-s maintainers...

 PS. Please reply to me directly, as well as to the list.

Ok.

Cheers

Luk

[1] These maintainers are listed at the top of the file
http://cvs.debian.org/srcdep/Packages-arch-specific?cvsroot=dak

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D



signature.asc
Description: OpenPGP digital signature


Do you dream about retiring early?

2006-07-15 Thread windows
internet marketers,
 
Do you dream about retiring early?
 
We have the leads, business, automated systems, and product to help you do it.
We charge nothing to send you more information.
Our team has over 8 years of proven success; we will share all.
 
Get more now::
http://windows.team-toolbox.net/[EMAIL PROTECTED]  
 
Pro Systems   
[EMAIL PROTECTED] 

Already Toured? Re-Tour By Clicking Here:  
http://windows.team-toolbox.net/[EMAIL PROTECTED]u=3 
 
 
 






You are receiving this message because you have either signed up
to receive information from us or opted-in to a third-party. 
To be removed from this users list or notify us that this is
Unsolicited, please see the link below.

Pro Systems
Pro Systems Inc
1399 Green Valley Parkway
Henderson, NV 89052

http://windows.team-toolbox.net/imout/[EMAIL PROTECTED]


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



Re: greylisting on debian.org?

2006-07-15 Thread Thomas Bushnell BSG
Wouter Verhelst [EMAIL PROTECTED] writes:

 Greylisting already exists. This would just make it _less_ of a problem.

 By greylisting from /27 netblocks, you wouldn't block any additional
 mail as opposed to greylisting in general; quite to the contrary.

Yes, I understand.  What I'm saying is that the confining the
graylisting to /27 netblocks instead of per-host, while an
improvement, is not enough of an improvement for me to say, yes, what
a wonderful idea graylisting is.  Or rather, it *is* a wonderful
idea, but I believe that conforming to network protocols is an even
more wonderful idea.

When you say graylisting already exists, you seem to be ignoring the
possibility that we could have no graylisting.  It's not like we are
somehow obliged to choose a graylisting solution.

 Greylisting in this manner does not require anything specific from a
 remote host, except that it must follow the standards as defined in
 RFC2821 and come back some time after it received the initial 4xx status
 reply. What part of that is a newly invented standard?

The standards do *not* say that the remote host must resend the
message from the same host, or the same /27 netblock.  It is this
requirement which is newly invented.

 Moreover, I'd like to point out that any piece of software which intends
 to implement some anti-spam measures will have to interpret some
 specific standard more strictly than required by the relevant RFCs so as
 to be able to distinguish spambots from human beings. There is no way
 around that, save making degrading some human being to anti-spam
 measure for the Debian Project and requiring him or her to manually
 approve each and every email to our mailinglists. I don't think you want
 that.

I can just hear George Bush using this argument.  We have no way of
imposing our will on evil-person so-and-so except by starting a war
and killing millions of people, so, golly shucks, we just have to
start the war.  Sorry guys!

Saying that there is no way to meet your goals other than by doing
some bad thing does not somehow eliminate the badness of the thing.
It is you who wants to avoid cooperating with the IETF on anti-spam
measures, finding solutions that perhaps can work for the whole
network.  Not me.  

Thomas


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



Re: greylisting on debian.org?

2006-07-15 Thread Thomas Bushnell BSG
Stephen Gran [EMAIL PROTECTED] writes:

 I suggest that when we find a domain that sends mail from 120 /27's
 (roughly a /20), we worry about it then.

An excellent strategy.  Do you have some mechanism in place to detect
such a case when or if it happens?  

Thomas


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



Re: ITP: gzrt -- gzip recovery toolkit

2006-07-15 Thread Paul Wise
On Thu, 2006-07-13 at 19:35 +0800, Paul Wise wrote:

 Please install cpio 2.5 or higher to facilitate recovery from damaged
 gzipped tarballs.

I will drop the version from the description and add cpio to the
suggests. 

I added the suggestion to the description because I guess that .tar.gz
will be the most common type of file being recovered and because
suggests/recommends do not tell humans exactly how/why cpio is useful to
install alongside gzrt.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Accepted xpdf 3.01-9 (source all amd64)

2006-07-15 Thread Hamish Moffatt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:01:16 +1000
Source: xpdf
Binary: xpdf-utils xpdf xpdf-reader xpdf-common
Architecture: source amd64 all
Version: 3.01-9
Distribution: unstable
Urgency: low
Maintainer: Hamish Moffatt [EMAIL PROTECTED]
Changed-By: Hamish Moffatt [EMAIL PROTECTED]
Description: 
 xpdf   - Portable Document Format (PDF) suite
 xpdf-common - Portable Document Format (PDF) suite -- common files
 xpdf-reader - Portable Document Format (PDF) suite -- viewer for X11
 xpdf-utils - Portable Document Format (PDF) suite -- utilities
Closes: 165047 168970 192397 247602 329804 362496 367845
Changes: 
 xpdf (3.01-9) unstable; urgency=low
 .
   * Incorporate patches from Eugeniy Meshcheryakov and Junichi Uekawa to
 fix fullscreen mode when using a NETWM-compliant window manager
 (closes: #247602, #362496, #367845, #168970, #192397, #165047)
 (31_fullscreen.dpatch, 32_vscroll.dpatch)
   * Nasty, nasty patch to workaround FTBFS due to incompatility
 between latest g++-4.1 and lesstif - bug#377230 (40_lesstif_copy.dpatch,
 41_lesstif_cpp.dpatch)
   * Upgrade to standards-revision 3.7.2
   * Made xpdf-common recommend gsfonts-x11 (closes: #329804)
Files: 
 0f9ca28ecd0abc1024722b712e3bdf52 1076 text optional xpdf_3.01-9.dsc
 d16fdd1dff58fb6f08a200aac01a7fbc 34838 text optional xpdf_3.01-9.diff.gz
 cca42af59d5b64096ecfa04d167d52e0 1270 text optional xpdf_3.01-9_all.deb
 ce250d3037cb1e6cc3d86b49900a403a 60930 text optional xpdf-common_3.01-9_all.deb
 69a397991c35a39f34f9f145084161e3 795122 text optional 
xpdf-reader_3.01-9_amd64.deb
 7c905ae45806a9ff272b509177ab396d 1456874 text optional 
xpdf-utils_3.01-9_amd64.deb

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

iQCVAwUBRLiGONiYIdPvprnVAQI6xgP+PRMZB/no9jk1V3GafzcjrjS0ijgqvoKW
tDRtV4Wa8Qss/wZogrKm9bWM4SwPR0Fp8fUcWElajCaK40UVAFBpQuZPfQxUA22G
YFPxyeLktsVIE8TikNiLS03+ZVrBperN8AyfHoKrlO75k0SW7bT4j1iXdbKgs37h
aRog+toEplc=
=kgSs
-END PGP SIGNATURE-


Accepted:
xpdf-common_3.01-9_all.deb
  to pool/main/x/xpdf/xpdf-common_3.01-9_all.deb
xpdf-reader_3.01-9_amd64.deb
  to pool/main/x/xpdf/xpdf-reader_3.01-9_amd64.deb
xpdf-utils_3.01-9_amd64.deb
  to pool/main/x/xpdf/xpdf-utils_3.01-9_amd64.deb
xpdf_3.01-9.diff.gz
  to pool/main/x/xpdf/xpdf_3.01-9.diff.gz
xpdf_3.01-9.dsc
  to pool/main/x/xpdf/xpdf_3.01-9.dsc
xpdf_3.01-9_all.deb
  to pool/main/x/xpdf/xpdf_3.01-9_all.deb


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



Accepted tikiwiki 1.9.4+dfsg2-1 (source all)

2006-07-15 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 14 Jul 2006 21:20:42 +0200
Source: tikiwiki
Binary: tikiwiki
Architecture: source all
Version: 1.9.4+dfsg2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tikiwiki team [EMAIL PROTECTED]
Changed-By: Marcus Better [EMAIL PROTECTED]
Description: 
 tikiwiki   - groupware and content management system
Changes: 
 tikiwiki (1.9.4+dfsg2-1) unstable; urgency=low
 .
   * Put back unused code into source to minimize changes from upstream.
   * debian/README.Debian.sources: minor correction.
   * debian/control: Changed Maintainer to the Debian Tikiwiki team.
Files: 
 0c81832435498b629d1f750ca8459aa5 669 web optional tikiwiki_1.9.4+dfsg2-1.dsc
 d2025ac6d3eceecda21c8cd98653ce2b 7648648 web optional 
tikiwiki_1.9.4+dfsg2.orig.tar.gz
 e9e5e91670cef440197c612c2bc350f6 18154 web optional 
tikiwiki_1.9.4+dfsg2-1.diff.gz
 97209e682c27c6aac9a9e258d42f9070 7147316 web optional 
tikiwiki_1.9.4+dfsg2-1_all.deb

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

iD8DBQFEuJ5O+C5cwEsrK54RAvRwAJwOT7DFPvB0s3AQAWk71M5YVdq4MACfRXOf
LSYo9aZ/htfVJusqmX4v9/Y=
=IVLR
-END PGP SIGNATURE-


Accepted:
tikiwiki_1.9.4+dfsg2-1.diff.gz
  to pool/main/t/tikiwiki/tikiwiki_1.9.4+dfsg2-1.diff.gz
tikiwiki_1.9.4+dfsg2-1.dsc
  to pool/main/t/tikiwiki/tikiwiki_1.9.4+dfsg2-1.dsc
tikiwiki_1.9.4+dfsg2-1_all.deb
  to pool/main/t/tikiwiki/tikiwiki_1.9.4+dfsg2-1_all.deb
tikiwiki_1.9.4+dfsg2.orig.tar.gz
  to pool/main/t/tikiwiki/tikiwiki_1.9.4+dfsg2.orig.tar.gz


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



Accepted dmake 1:4.4-2 (source powerpc)

2006-07-15 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:37:19 +0200
Source: dmake
Binary: dmake
Architecture: source powerpc
Version: 1:4.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 dmake  - make utility used to build OpenOffice.org
Changes: 
 dmake (1:4.4-2) unstable; urgency=low
 .
   * reupload dmake 4.4 to sid; dmake 4.5 breaks OOo 2.0.3's build
Files: 
 ba6a568c3e159028083c6447c029b39d 672 devel extra dmake_4.4-2.dsc
 78a944ffebe76537b68d26d4dd93e3d4 9039 devel extra dmake_4.4-2.diff.gz
 3b2f73bbfa762d84ed648c4bb4e9b518 124468 devel extra dmake_4.4-2_powerpc.deb

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

iD8DBQFEuLt9+FmQsCSK63MRArMHAJsF876a0TPgtiEi2PNrxV/N/kOnFwCfSrK+
tO/qF9jmhvDDtm1/dBLxW9g=
=YirJ
-END PGP SIGNATURE-


Accepted:
dmake_4.4-2.diff.gz
  to pool/main/d/dmake/dmake_4.4-2.diff.gz
dmake_4.4-2.dsc
  to pool/main/d/dmake/dmake_4.4-2.dsc
dmake_4.4-2_powerpc.deb
  to pool/main/d/dmake/dmake_4.4-2_powerpc.deb


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



Accepted tcl8.4 8.4.12-1.1 (source i386 all)

2006-07-15 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:49:52 +0200
Source: tcl8.4
Binary: tcl8.4-dev tcl8.4-doc tcl8.4
Architecture: source i386 all
Version: 8.4.12-1.1
Distribution: unstable
Urgency: low
Maintainer: Chris Waters [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 tcl8.4 - Tcl (the Tool Command Language) v8.4 - run-time files
 tcl8.4-dev - Tcl (the Tool Command Language) v8.4 - development files
 tcl8.4-doc - Tcl (the Tool Command Language) v8.4 - manual pages
Closes: 277826
Changes: 
 tcl8.4 (8.4.12-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * unix/tcl.m4: fix annoying underquoted definitions in tcl.m4, patch
 courtesy of Toby White (Closes: #277826).
Files: 
 7d7b14769994d78a2644adcb17637ae3 584 libs optional tcl8.4_8.4.12-1.1.dsc
 442f66d3fb03de5b676df8e314b2cef9 21255 libs optional tcl8.4_8.4.12-1.1.diff.gz
 192745fcb7b72226cae3e2b9c6e733b3 960324 doc optional 
tcl8.4-doc_8.4.12-1.1_all.deb
 d471fcf7ffc70934ba0f03de8108b4e8 1143952 interpreters optional 
tcl8.4_8.4.12-1.1_i386.deb
 5a1739bf1e9736822bd6db0770659cb2 752636 devel optional 
tcl8.4-dev_8.4.12-1.1_i386.deb

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

iD8DBQFEuL0HfPP1rylJn2ERAnzLAJ4hCuMxTPPzgkfJBvfV2wkIFil0WACbBpCc
zYI4K+aU8Th8e42jP15bITg=
=wwJF
-END PGP SIGNATURE-


Accepted:
tcl8.4-dev_8.4.12-1.1_i386.deb
  to pool/main/t/tcl8.4/tcl8.4-dev_8.4.12-1.1_i386.deb
tcl8.4-doc_8.4.12-1.1_all.deb
  to pool/main/t/tcl8.4/tcl8.4-doc_8.4.12-1.1_all.deb
tcl8.4_8.4.12-1.1.diff.gz
  to pool/main/t/tcl8.4/tcl8.4_8.4.12-1.1.diff.gz
tcl8.4_8.4.12-1.1.dsc
  to pool/main/t/tcl8.4/tcl8.4_8.4.12-1.1.dsc
tcl8.4_8.4.12-1.1_i386.deb
  to pool/main/t/tcl8.4/tcl8.4_8.4.12-1.1_i386.deb


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



Accepted gnutls13 1.4.1-1 (source i386 all)

2006-07-15 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:11:08 +0200
Source: gnutls13
Binary: libgnutls-dev libgnutls13 gnutls-bin gnutls-doc libgnutls13-dbg
Architecture: source i386 all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GnuTLS Maintainers [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 gnutls-bin - the GNU TLS library - commandline utilities
 gnutls-doc - the GNU TLS library - documentation and examples
 libgnutls-dev - the GNU TLS library - development files
 libgnutls13 - the GNU TLS library - runtime library
 libgnutls13-dbg - GNU TLS library - debugger symbols
Changes: 
 gnutls13 (1.4.1-1) unstable; urgency=low
 .
   [ James Westby ]
   * New upstream release.
   * Remove the following patches as they are now included upstream:
 - 10_certtoolmanpage.diff
 - 15_fixcompilewarning.diff
 - 30_man_hyphen_*.patch
   * Link the API reference in /usr/share/gtk-doc/html as gnutls rather than
 gnutls-api so that devhelp can find it.
Files: 
 78105e1d279cace5e9e8cc6fd8a34723 946 devel optional gnutls13_1.4.1-1.dsc
 4c3bac0c85105889b431a77abf41db61 4743971 devel optional 
gnutls13_1.4.1.orig.tar.gz
 d7944ef52729a22070b0ef1d029d79ea 9796 devel optional gnutls13_1.4.1-1.diff.gz
 aa516523476e989839cf3d759654b546 2304494 doc optional 
gnutls-doc_1.4.1-1_all.deb
 fdae9711012d5cef7d697d99daeef6f7 347184 libdevel optional 
libgnutls-dev_1.4.1-1_i386.deb
 1911fad71ad5ee10a4f80e64e5171652 270472 libs important 
libgnutls13_1.4.1-1_i386.deb
 d2d101d3146b3fc8bf9badfa6298272c 512402 devel extra 
libgnutls13-dbg_1.4.1-1_i386.deb
 9243141c2bd314f3e179d573ed76d944 160500 net optional 
gnutls-bin_1.4.1-1_i386.deb

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

iD8DBQFEuLMpHTOcZYuNdmMRAlCLAKChZRx7EjnyfjN0lVRwns6f9qu4PQCeK2C2
iEh+1zIr11774bTwQY/wVPs=
=gk14
-END PGP SIGNATURE-


Accepted:
gnutls-bin_1.4.1-1_i386.deb
  to pool/main/g/gnutls13/gnutls-bin_1.4.1-1_i386.deb
gnutls-doc_1.4.1-1_all.deb
  to pool/main/g/gnutls13/gnutls-doc_1.4.1-1_all.deb
gnutls13_1.4.1-1.diff.gz
  to pool/main/g/gnutls13/gnutls13_1.4.1-1.diff.gz
gnutls13_1.4.1-1.dsc
  to pool/main/g/gnutls13/gnutls13_1.4.1-1.dsc
gnutls13_1.4.1.orig.tar.gz
  to pool/main/g/gnutls13/gnutls13_1.4.1.orig.tar.gz
libgnutls-dev_1.4.1-1_i386.deb
  to pool/main/g/gnutls13/libgnutls-dev_1.4.1-1_i386.deb
libgnutls13-dbg_1.4.1-1_i386.deb
  to pool/main/g/gnutls13/libgnutls13-dbg_1.4.1-1_i386.deb
libgnutls13_1.4.1-1_i386.deb
  to pool/main/g/gnutls13/libgnutls13_1.4.1-1_i386.deb


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



Accepted libwpd 0.8.6-1 (source all powerpc)

2006-07-15 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:58:12 +0200
Source: libwpd
Binary: libwpd-tools libwpd8-doc libwpd8c2a libwpd8-dev libwpd-stream8c2a
Architecture: source powerpc all
Version: 0.8.6-1
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 libwpd-stream8c2a - Library for handling WordPerfect documents (shared library)
 libwpd-tools - Tools from libwpd for converting WordPerfect to HTML/RAW/Text
 libwpd8-dev - Library for handling WordPerfect documents (development)
 libwpd8-doc - Library for handling WordPerfect documents (documentation)
 libwpd8c2a - Library for handling WordPerfect documents (shared library)
Changes: 
 libwpd (0.8.6-1) unstable; urgency=low
 .
   * New upstream release
   * swap maintainer/uploader
Files: 
 6934de0028c3db6d4c3379aa0a2692df 796 devel optional libwpd_0.8.6-1.dsc
 464a390c66511831821de81b887d3e61 560443 devel optional libwpd_0.8.6.orig.tar.gz
 5f4d59bf5ddc5726d4c915a76cd49024 4831 devel optional libwpd_0.8.6-1.diff.gz
 29b70e603d57074ee9d3218b45531039 932790 doc optional 
libwpd8-doc_0.8.6-1_all.deb
 b00393763bd9c01b73833cfdb8ce113d 319804 libdevel optional 
libwpd8-dev_0.8.6-1_powerpc.deb
 3b110dc2edac7f3796adff483f47ae71 176788 libs optional 
libwpd8c2a_0.8.6-1_powerpc.deb
 b9ed46295a5fad5af2c4c5115a15879a 14120 libs optional 
libwpd-stream8c2a_0.8.6-1_powerpc.deb
 bc837e26fdd38f5eb98b4f57bf461cd2 28374 utils optional 
libwpd-tools_0.8.6-1_powerpc.deb

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

iD8DBQFEuMpN+FmQsCSK63MRAntHAJ0UGTl1omlr0y1rbBBUL4H2E2KeuQCfZNbA
9IxXlofcmJXAYWqD7tcGuiM=
=UFo3
-END PGP SIGNATURE-


Accepted:
libwpd-stream8c2a_0.8.6-1_powerpc.deb
  to pool/main/libw/libwpd/libwpd-stream8c2a_0.8.6-1_powerpc.deb
libwpd-tools_0.8.6-1_powerpc.deb
  to pool/main/libw/libwpd/libwpd-tools_0.8.6-1_powerpc.deb
libwpd8-dev_0.8.6-1_powerpc.deb
  to pool/main/libw/libwpd/libwpd8-dev_0.8.6-1_powerpc.deb
libwpd8-doc_0.8.6-1_all.deb
  to pool/main/libw/libwpd/libwpd8-doc_0.8.6-1_all.deb
libwpd8c2a_0.8.6-1_powerpc.deb
  to pool/main/libw/libwpd/libwpd8c2a_0.8.6-1_powerpc.deb
libwpd_0.8.6-1.diff.gz
  to pool/main/libw/libwpd/libwpd_0.8.6-1.diff.gz
libwpd_0.8.6-1.dsc
  to pool/main/libw/libwpd/libwpd_0.8.6-1.dsc
libwpd_0.8.6.orig.tar.gz
  to pool/main/libw/libwpd/libwpd_0.8.6.orig.tar.gz


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



Accepted dmake 1:4.5-2 (source powerpc)

2006-07-15 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:40:23 +0200
Source: dmake
Binary: dmake
Architecture: source powerpc
Version: 1:4.5-2
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 dmake  - make utility used to build OpenOffice.org
Changes: 
 dmake (1:4.5-2) experimental; urgency=low
 .
   * reupload dmake 4.5 to experimental
Files: 
 f98b906a7dd00ecddd9eb59ffa29059c 672 devel extra dmake_4.5-2.dsc
 d2a5c5333f064123b3795c6cab0f4cd7 8980 devel extra dmake_4.5-2.diff.gz
 f2388470ce18ce4f596975c609d6f63f 128172 devel extra dmake_4.5-2_powerpc.deb

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

iD8DBQFEuMEC+FmQsCSK63MRAqyMAJ4rCSM+5Gn6DlJk4v6QR80d7ryRfgCfcpVe
FouNunJ03C3TI6a2Sk3+sRU=
=NfxR
-END PGP SIGNATURE-


Accepted:
dmake_4.5-2.diff.gz
  to pool/main/d/dmake/dmake_4.5-2.diff.gz
dmake_4.5-2.dsc
  to pool/main/d/dmake/dmake_4.5-2.dsc
dmake_4.5-2_powerpc.deb
  to pool/main/d/dmake/dmake_4.5-2_powerpc.deb


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



Accepted haxe 20060715-1 (source i386)

2006-07-15 Thread Jens Peter Secher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:13:35 +0200
Source: haxe
Binary: haxe
Architecture: source i386
Version: 20060715-1
Distribution: unstable
Urgency: low
Maintainer: Jens Peter Secher [EMAIL PROTECTED]
Changed-By: Jens Peter Secher [EMAIL PROTECTED]
Description: 
 haxe   - Web programming languge generating Flash, AJAX or Neko
Changes: 
 haxe (20060715-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 257ebf4629f4e968cbae20339a6253df 597 devel optional haxe_20060715-1.dsc
 a3e901278a499a8e7641b3d8e5212c70 283581 devel optional 
haxe_20060715.orig.tar.gz
 8d796e6ef90f0f3969f69955546a552b 5431 devel optional haxe_20060715-1.diff.gz
 44e9d5f3b9c2e04c044830f665c62065 394810 devel optional haxe_20060715-1_i386.deb

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

iD8DBQFEuMsNDuWXiv5j6KERAm/1AJ98/bh+/q2HOz2wxGbDJJwajQqO5ACggOxb
i9OZSC73eveEWkLePf2DRxE=
=9Uq+
-END PGP SIGNATURE-


Accepted:
haxe_20060715-1.diff.gz
  to pool/main/h/haxe/haxe_20060715-1.diff.gz
haxe_20060715-1.dsc
  to pool/main/h/haxe/haxe_20060715-1.dsc
haxe_20060715-1_i386.deb
  to pool/main/h/haxe/haxe_20060715-1_i386.deb
haxe_20060715.orig.tar.gz
  to pool/main/h/haxe/haxe_20060715.orig.tar.gz


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



Accepted gtkgl2 1.99.0-2.2 (source i386)

2006-07-15 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 13:15:58 +0200
Source: gtkgl2
Binary: libgtkgl2.0-dev libgtkgl2.0-1
Architecture: source i386
Version: 1.99.0-2.2
Distribution: unstable
Urgency: low
Maintainer: Marcelo E. Magallon [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 libgtkgl2.0-1 - Gimp Toolkit OpenGL area widget shared library
 libgtkgl2.0-dev - Gimp Toolkit OpenGL area widget include files and static 
library
Changes: 
 gtkgl2 (1.99.0-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with some auto-builder
Files: 
 580067776a49870a120cfd7a01488b28 719 devel optional gtkgl2_1.99.0-2.2.dsc
 0df6014351f8fd74c3ea5c3404d6bbc7 347590 devel optional 
gtkgl2_1.99.0-2.2.diff.gz
 57e17596d9a0a12ab0b5bd06ec3705bf 21776 devel optional 
libgtkgl2.0-dev_1.99.0-2.2_i386.deb
 7c4537b08bbb26bec6bbea413164d59c 13916 devel optional 
libgtkgl2.0-1_1.99.0-2.2_i386.deb

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

iD8DBQFEuNAqpGK1HsL+5c0RAqU8AJ9joMgB6gCTOIuaI5stezx6BcCU0gCfVRXE
qVhEkU1G+sm+FSsrS+ZFXuU=
=MCfH
-END PGP SIGNATURE-


Accepted:
gtkgl2_1.99.0-2.2.diff.gz
  to pool/main/g/gtkgl2/gtkgl2_1.99.0-2.2.diff.gz
gtkgl2_1.99.0-2.2.dsc
  to pool/main/g/gtkgl2/gtkgl2_1.99.0-2.2.dsc
libgtkgl2.0-1_1.99.0-2.2_i386.deb
  to pool/main/g/gtkgl2/libgtkgl2.0-1_1.99.0-2.2_i386.deb
libgtkgl2.0-dev_1.99.0-2.2_i386.deb
  to pool/main/g/gtkgl2/libgtkgl2.0-dev_1.99.0-2.2_i386.deb


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



Accepted lphoto 1.0.61-2 (source i386)

2006-07-15 Thread Jaldhar H. Vyas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 07:33:20 -0400
Source: lphoto
Binary: lphoto
Architecture: source i386
Version: 1.0.61-2
Distribution: unstable
Urgency: low
Maintainer: Brian Thomason [EMAIL PROTECTED]
Changed-By: Jaldhar H. Vyas [EMAIL PROTECTED]
Description: 
 lphoto - digital photo manager
Closes: 378202
Changes: 
 lphoto (1.0.61-2) unstable; urgency=low
 .
   * That should be python:Versions not Version (Closes: #378202)
Files: 
 91b1131f2b546ff890d045d44761e013 692 graphics optional lphoto_1.0.61-2.dsc
 dbb1fd81adb6c3877b21a1bd05f5b6e5 8129 graphics optional lphoto_1.0.61-2.diff.gz
 10d5db6f9fd238c7a0d5f234984715d6 187658 graphics optional 
lphoto_1.0.61-2_i386.deb

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

iD8DBQFEuNrg2kYOR+5txmoRAml2AJ9vzWPxZR8An2JbcO0Z5rG+HlmgTwCgm5/t
zyJqMxAcWeR1FlAvPa1GDak=
=6h/M
-END PGP SIGNATURE-


Accepted:
lphoto_1.0.61-2.diff.gz
  to pool/main/l/lphoto/lphoto_1.0.61-2.diff.gz
lphoto_1.0.61-2.dsc
  to pool/main/l/lphoto/lphoto_1.0.61-2.dsc
lphoto_1.0.61-2_i386.deb
  to pool/main/l/lphoto/lphoto_1.0.61-2_i386.deb


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



Accepted picon-unknown 2006.01.02-2 (source all)

2006-07-15 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 10:43:05 +0200
Source: picon-unknown
Binary: picon-unknown
Architecture: source all
Version: 2006.01.02-2
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 picon-unknown - Picon (Personal Images) database for very high-level domains
Closes: 372980
Changes: 
 picon-unknown (2006.01.02-2) unstable; urgency=low
 .
   * Replaced debmake with debhelper (closes: #372980)
Files: 
 389f45a9c1e13df8bbc85608498408dc 591 non-free/graphics extra 
picon-unknown_2006.01.02-2.dsc
 2ad57d0eba18513f732ab915dd0d7782 3898 non-free/graphics extra 
picon-unknown_2006.01.02-2.diff.gz
 95519c8db599c7cc4462052366f8b17d 18562 non-free/graphics extra 
picon-unknown_2006.01.02-2_all.deb

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

iD8DBQFEuNoAAbtddT3jfcARAoZ2AKCfJRChPXzMUOdI/zyEo6Qsz5pOnwCfV+kM
2jFoHmDqYqnYnDOF3Lz7gC4=
=Hzcc
-END PGP SIGNATURE-


Accepted:
picon-unknown_2006.01.02-2.diff.gz
  to pool/non-free/p/picon-unknown/picon-unknown_2006.01.02-2.diff.gz
picon-unknown_2006.01.02-2.dsc
  to pool/non-free/p/picon-unknown/picon-unknown_2006.01.02-2.dsc
picon-unknown_2006.01.02-2_all.deb
  to pool/non-free/p/picon-unknown/picon-unknown_2006.01.02-2_all.deb


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



Accepted gcc-defaults 1.39 (source i386)

2006-07-15 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 12:09:14 +
Source: gcc-defaults
Binary: gfortran-doc gij gcc gpc gnat gcc-doc cpp-doc gfortran gobjc g++ 
gobjc++ g77 gnat-doc gpc-doc gcj cpp g77-doc
Architecture: source i386
Version: 1.39
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp- The GNU C preprocessor (cpp)
 cpp-doc- Documentation for the GNU C preprocessor (cpp)
 g++- The GNU C++ compiler
 g77- The GNU Fortran 77 compiler
 g77-doc- Documentation for the GNU Fortran compiler (g77)
 gcc- The GNU C compiler
 gcc-doc- Documentation for the GNU C compilers (gcc, gobjc, g++)
 gcj- The GNU Java compiler
 gfortran   - The GNU Fortran 95 compiler
 gfortran-doc - Documentation for the GNU Fortran compiler (gfortran)
 gij- The GNU Java bytecode interpreter
 gnat   - The GNU Ada compiler
 gnat-doc   - Documentation for the GNU Ada compiler
 gobjc  - The GNU Objective-C compiler
 gobjc++- The GNU Objective-C++ compiler
 gpc- The GNU Pascal compiler
 gpc-doc- Documentation for the GNU Pascal compiler (gpc)
Changes: 
 gcc-defaults (1.39) unstable; urgency=medium
 .
   * Fix another build failure on arm.
   * Update the README.
Files: 
 7963f688487cb4abc727fad8582ab380 812 devel standard gcc-defaults_1.39.dsc
 1140ae56b650850f1c8d7335c2778d8b 81733 devel standard gcc-defaults_1.39.tar.gz
 102cdb51e4ff98b12c7ed7d21b10ad17 30738 interpreters standard 
cpp_4.1.1-4_i386.deb
 6c9b5f2f72cc94e5810dd75c04a66cbc 1018 doc optional cpp-doc_4.1.1-4_i386.deb
 7314852eb25c19ed505b2d99286f6bf6 5104 devel standard gcc_4.1.1-4_i386.deb
 544bba505d07eb0562471480b2d5f963 1018 doc optional gcc-doc_4.1.1-4_i386.deb
 6ef19149406e2f8c2f92539d3499709b 914 devel optional gnat_4.1.1-4_i386.deb
 a38dcbf3e4f4fc120a7913143640623c 826 doc optional gnat-doc_4.1.1-4_i386.deb
 b981376a5ad540ffdc98b4115169ff30 1384 devel standard g++_4.1.1-4_i386.deb
 58449779d7ad423f65e0aa0b5288bf12 838 devel optional gobjc_4.1.1-4_i386.deb
 19d759be1efbe3ef2dd074a4d9740a15 858 devel optional gobjc++_4.1.1-4_i386.deb
 46dafc48857013ede0dd6b21cf5b0671 1254 devel optional g77_3.4.6-8_i386.deb
 9533aff3908d2393021cce51f89f814f 964 devel optional g77-doc_3.4.6-8_i386.deb
 4ee9e87bbd45affa35c714e17b619f20 1146 devel optional gfortran_4.1.1-4_i386.deb
 86170347b6382dab10d5fd34126893d4 800 doc optional gfortran-doc_4.1.1-4_i386.deb
 b06067b58d3d08c864cc4bbc232869ee 1450 devel optional gpc_3.4.6-8_i386.deb
 b2ef02460a6d595aadc4c8ca5c7c3760 1022 doc optional gpc-doc_3.4.6-8_i386.deb
 52c0a5d73781362a3823574898e66dd7 1294 devel optional gcj_4.1.1-4_i386.deb
 37f2638d4cc1f872569b6e6ffa58b667 1228 devel optional gij_4.1.1-4_i386.deb

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

iD8DBQFEuOFSStlRaw+TLJwRAsZdAKDDwsmz0kKZdOSfD5lV+rkqwYZyvQCggoiC
pkiP2iDuQFvhd3BfXVLBefs=
=TyGu
-END PGP SIGNATURE-


Accepted:
cpp-doc_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/cpp-doc_4.1.1-4_i386.deb
cpp_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/cpp_4.1.1-4_i386.deb
g++_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/g++_4.1.1-4_i386.deb
g77-doc_3.4.6-8_i386.deb
  to pool/main/g/gcc-defaults/g77-doc_3.4.6-8_i386.deb
g77_3.4.6-8_i386.deb
  to pool/main/g/gcc-defaults/g77_3.4.6-8_i386.deb
gcc-defaults_1.39.dsc
  to pool/main/g/gcc-defaults/gcc-defaults_1.39.dsc
gcc-defaults_1.39.tar.gz
  to pool/main/g/gcc-defaults/gcc-defaults_1.39.tar.gz
gcc-doc_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gcc-doc_4.1.1-4_i386.deb
gcc_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gcc_4.1.1-4_i386.deb
gcj_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gcj_4.1.1-4_i386.deb
gfortran-doc_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gfortran-doc_4.1.1-4_i386.deb
gfortran_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gfortran_4.1.1-4_i386.deb
gij_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gij_4.1.1-4_i386.deb
gnat-doc_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gnat-doc_4.1.1-4_i386.deb
gnat_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gnat_4.1.1-4_i386.deb
gobjc++_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gobjc++_4.1.1-4_i386.deb
gobjc_4.1.1-4_i386.deb
  to pool/main/g/gcc-defaults/gobjc_4.1.1-4_i386.deb
gpc-doc_3.4.6-8_i386.deb
  to pool/main/g/gcc-defaults/gpc-doc_3.4.6-8_i386.deb
gpc_3.4.6-8_i386.deb
  to pool/main/g/gcc-defaults/gpc_3.4.6-8_i386.deb


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



Accepted pngnq 0.4.1-1 (source i386)

2006-07-15 Thread Nelson A. de Oliveira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 00:24:51 -0300
Source: pngnq
Binary: pngnq
Architecture: source i386
Version: 0.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Nelson A. de Oliveira [EMAIL PROTECTED]
Changed-By: Nelson A. de Oliveira [EMAIL PROTECTED]
Description: 
 pngnq  - tool for optimizing PNG (Portable Network Graphics) images
Closes: 378148
Changes: 
 pngnq (0.4.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #378148).
Files: 
 c5b90309ba28f4a7075f76f80aa9b092 589 graphics optional pngnq_0.4.1-1.dsc
 304228e1a71aac500734d348e1c0f61f 17171 graphics optional 
pngnq_0.4.1.orig.tar.gz
 9a9f88c2fba9d4d57955effeb23e1b89 3452 graphics optional pngnq_0.4.1-1.diff.gz
 cace29a84c9a5c9d98beb9fae87a6701 17830 graphics optional pngnq_0.4.1-1_i386.deb

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

iD8DBQFEuOMwnA44mz/SXIQRAuxEAJ0TqApReLDosCVOjSKOFD52Xiy/4ACffeD5
eM16DAfTl/6PJbIpFEgqHbY=
=CjTT
-END PGP SIGNATURE-


Accepted:
pngnq_0.4.1-1.diff.gz
  to pool/main/p/pngnq/pngnq_0.4.1-1.diff.gz
pngnq_0.4.1-1.dsc
  to pool/main/p/pngnq/pngnq_0.4.1-1.dsc
pngnq_0.4.1-1_i386.deb
  to pool/main/p/pngnq/pngnq_0.4.1-1_i386.deb
pngnq_0.4.1.orig.tar.gz
  to pool/main/p/pngnq/pngnq_0.4.1.orig.tar.gz


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



Accepted floppybackup 1.3-3.1 (source i386)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 14:09:21 +0200
Source: floppybackup
Binary: floppybackup
Architecture: source i386
Version: 1.3-3.1
Distribution: unstable
Urgency: low
Maintainer: Matthew Vernon [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 floppybackup - Floppy backup using a diversity of floppy formats
Closes: 359409
Changes: 
 floppybackup (1.3-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359409).
Files: 
 39a68c5e720da6e2b49f757b44da45b3 498 utils optional floppybackup_1.3-3.1.dsc
 4e4b10e30d9bcd9a6d233c139fd8ae4a 14033 utils optional 
floppybackup_1.3-3.1.tar.gz
 61cb7cc2082b3e940462821ac84d4d3f 17716 utils optional 
floppybackup_1.3-3.1_i386.deb

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

iD8DBQFEuNsBNFDtUT/MKpARAtu2AJ9i/6beOTWfMIzCnlwTQBnasGhehQCeOpij
wElQZm2leDKHlpPv6fGhKhs=
=HgjX
-END PGP SIGNATURE-


Accepted:
floppybackup_1.3-3.1.dsc
  to pool/main/f/floppybackup/floppybackup_1.3-3.1.dsc
floppybackup_1.3-3.1.tar.gz
  to pool/main/f/floppybackup/floppybackup_1.3-3.1.tar.gz
floppybackup_1.3-3.1_i386.deb
  to pool/main/f/floppybackup/floppybackup_1.3-3.1_i386.deb


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



Accepted linux-wlan-ng 0.2.4+svn20060710-1 (source all amd64)

2006-07-15 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 14:48:02 +0200
Source: linux-wlan-ng
Binary: linux-wlan-ng-firmware linux-wlan-ng-doc linux-wlan-ng-source 
linux-wlan-ng
Architecture: source all amd64
Version: 0.2.4+svn20060710-1
Distribution: unstable
Urgency: low
Maintainer: Victor Seva [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 linux-wlan-ng - utilities for wireless prism2 cards
 linux-wlan-ng-doc - documentation for wlan-ng
 linux-wlan-ng-firmware - firmware files used by the linux-wlan-ng driver
 linux-wlan-ng-source - linux-wlan-ng driver
Closes: 367270 31 378162
Changes: 
 linux-wlan-ng (0.2.4+svn20060710-1) unstable; urgency=low
 .
   [ Victor Seva ]
   * updated to last SVN
   * Solved errors building with 2.6.17 ( Closes: #367270, #378162 )
   * Removed build-essential from Build-Depends ( lintian Error )
   * added udev to depends ( linux-wlan-ng )
 .
   [ Enrico Tassi ]
   * Since pcmcia configuration reload is not strictly necessary and
 since this may fail on an upgrade from pcmcia-cs to pcmciautils,
 is now tolerated (warning the user). (Closes: #31)
Files: 
 8dde6b68516368529d029d328be55e2a 762 admin extra 
linux-wlan-ng_0.2.4+svn20060710-1.dsc
 45b49d1a463ac8d2dd52aaf0a8c2e278 362198 admin extra 
linux-wlan-ng_0.2.4+svn20060710.orig.tar.gz
 55e65d778062f0bb2cc280eed45bbd36 41073 admin extra 
linux-wlan-ng_0.2.4+svn20060710-1.diff.gz
 bc38237a2b4d12df06c617a3734d22ef 460862 admin extra 
linux-wlan-ng-source_0.2.4+svn20060710-1_all.deb
 26d58c6d4d1db589513fc5bc79eb2df7 84680 admin extra 
linux-wlan-ng-doc_0.2.4+svn20060710-1_all.deb
 62e15c8445d0bc0f0cf03b27ae6263d1 45390 contrib/admin extra 
linux-wlan-ng-firmware_0.2.4+svn20060710-1_all.deb
 eeb3c6d86dcde8ee9f3f5850240247b3 122936 admin extra 
linux-wlan-ng_0.2.4+svn20060710-1_amd64.deb

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

iD8DBQFEuOze7kkcPgEj8vIRAo9pAJ9vIyLf4eiZeyA6e2SgQTYhz2nozwCgiJrR
cs15t2eBqTS5l/kYbFWVo2w=
=p1Ad
-END PGP SIGNATURE-


Accepted:
linux-wlan-ng-doc_0.2.4+svn20060710-1_all.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-doc_0.2.4+svn20060710-1_all.deb
linux-wlan-ng-firmware_0.2.4+svn20060710-1_all.deb
  to 
pool/contrib/l/linux-wlan-ng/linux-wlan-ng-firmware_0.2.4+svn20060710-1_all.deb
linux-wlan-ng-source_0.2.4+svn20060710-1_all.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng-source_0.2.4+svn20060710-1_all.deb
linux-wlan-ng_0.2.4+svn20060710-1.diff.gz
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710-1.diff.gz
linux-wlan-ng_0.2.4+svn20060710-1.dsc
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710-1.dsc
linux-wlan-ng_0.2.4+svn20060710-1_amd64.deb
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710-1_amd64.deb
linux-wlan-ng_0.2.4+svn20060710.orig.tar.gz
  to pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.4+svn20060710.orig.tar.gz


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



Accepted rsrce 0.2.1 (source amd64)

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

Format: 1.7
Date: Sat, 15 Jul 2006 15:33:40 +0200
Source: rsrce
Binary: rsrce
Architecture: source amd64
Version: 0.2.1
Distribution: unstable
Urgency: low
Maintainer: Debootloaders miBoot Maintainers Team [EMAIL PROTECTED]
Changed-By: Aurélien GÉRÔME [EMAIL PROTECTED]
Description: 
 rsrce  - editor for Macintosh resource forks
Changes: 
 rsrce (0.2.1) unstable; urgency=low
 .
   * Aurélien GÉRÔME [EMAIL PROTECTED]
 .
 - Convert debian/control from ISO_8859-15 to UTF-8.
 - Fix lintian warnings and errors.
 - Conform compiler optimisations to policy.
 .
   * Jérémie Koenig [EMAIL PROTECTED]
 .
 - Fix the type list offset in the map header which points to the
   number of types field before the actual list.
 - Fix the written resource map length which included space for
   non-existant names.
Files: 
 57f2f2e77204f2d15d37b11efa41971e 652 otherosfs optional rsrce_0.2.1.dsc
 ff722305138f0c05b35b59a1a83e8381 18422 otherosfs optional rsrce_0.2.1.tar.gz
 6976509c6953d15ad652ffb2cb33f59b 15146 otherosfs optional rsrce_0.2.1_amd64.deb

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

iD8DBQFEuPbfzWFP1/XWUWkRAqqpAKC2NHbibUmdoIfNwjF7aHAxFLshVgCgllqL
evUrap+tobJIq3douvf7tcg=
=xfu/
-END PGP SIGNATURE-


Accepted:
rsrce_0.2.1.dsc
  to pool/main/r/rsrce/rsrce_0.2.1.dsc
rsrce_0.2.1.tar.gz
  to pool/main/r/rsrce/rsrce_0.2.1.tar.gz
rsrce_0.2.1_amd64.deb
  to pool/main/r/rsrce/rsrce_0.2.1_amd64.deb


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



Accepted libapache2-mod-ifier 0.5-1 (source i386)

2006-07-15 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  15 Jul 2006 14:55:05 +
Source: libapache2-mod-ifier
Binary: libapache2-mod-ifier
Architecture: source i386
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Steve Kemp [EMAIL PROTECTED]
Changed-By: Steve Kemp [EMAIL PROTECTED]
Description: 
 libapache2-mod-ifier - Filter and reject incoming client requests
Changes: 
 libapache2-mod-ifier (0.5-1) unstable; urgency=low
 .
   * New upstream release.
 - Updated POST payload scanning so that it works correctly.
 - Added DropMethod.
 - Improved code.
   * Fixes to the Debian package:
 - Enable the module on installation.
 - Correctly disable the module on removal.
 - Use a consistant changelog email address.
 - Improved package description.
Files: 
 dab0751e636d426d05d918cefa34689b 614 web optional 
libapache2-mod-ifier_0.5-1.dsc
 d23b9515ff0eabe8518eee148d95cf90 14530 web optional 
libapache2-mod-ifier_0.5.orig.tar.gz
 547c19fb2e0884a3e3c4488d432ea2f5 5513 web optional 
libapache2-mod-ifier_0.5-1.diff.gz
 8ca8085df3ebdd527a8faf31ddc1e703 15822 web optional 
libapache2-mod-ifier_0.5-1_i386.deb

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

iD8DBQFEuPVKwM/Gs81MDZ0RAppRAJ0QOiZuiiNGbH3QiPh3mzvnyc5TrACcCo4X
8bg0owYGcEN1elrGPz9vcq0=
=i6un
-END PGP SIGNATURE-


Accepted:
libapache2-mod-ifier_0.5-1.diff.gz
  to pool/main/liba/libapache2-mod-ifier/libapache2-mod-ifier_0.5-1.diff.gz
libapache2-mod-ifier_0.5-1.dsc
  to pool/main/liba/libapache2-mod-ifier/libapache2-mod-ifier_0.5-1.dsc
libapache2-mod-ifier_0.5-1_i386.deb
  to pool/main/liba/libapache2-mod-ifier/libapache2-mod-ifier_0.5-1_i386.deb
libapache2-mod-ifier_0.5.orig.tar.gz
  to pool/main/liba/libapache2-mod-ifier/libapache2-mod-ifier_0.5.orig.tar.gz


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



Accepted focalinux 2004-08-1.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:00:52 +0200
Source: focalinux
Binary: focalinux-text focalinux-html
Architecture: source all
Version: 2004-08-1.1
Distribution: unstable
Urgency: low
Maintainer: Gleydson Mazioli da Silva [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 focalinux-html - A full GNU/Linux Portuguese guide (html format)
 focalinux-text - A full GNU/Linux Portuguese guide (text format)
Closes: 359410 359412
Changes: 
 focalinux (2004-08-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359410, #359412).
   * Fixed Lintian errors/warnings:
 - build-depends-indep-should-be-build-depends debhelper
 - package-uses-deprecated-debhelper-compat-version 3
 - out-of-date-standards-version 3.6.1 (no changes needed).
 - old-fsf-address-in-copyright-file
Files: 
 56467b84c0fed73b0e106ddfb34055ba 678 doc optional focalinux_2004-08-1.1.dsc
 a55c2b2cc05882b1016434d30ccd9055 10001 doc optional 
focalinux_2004-08-1.1.diff.gz
 ee7f65d6183a3de39d638eaf7bb589f5 694612 doc optional 
focalinux-text_2004-08-1.1_all.deb
 b4005cf9d442096b31e79a4b866f6f51 749232 doc optional 
focalinux-html_2004-08-1.1_all.deb

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

iD8DBQFEuPhWNFDtUT/MKpARApxNAJ0WZcJUC8MPx+KrPs/G+K3BIFcVjwCgn2w4
xyI6nlyLLQw8VlnQLT0UIVQ=
=Zy1E
-END PGP SIGNATURE-


Accepted:
focalinux-html_2004-08-1.1_all.deb
  to pool/main/f/focalinux/focalinux-html_2004-08-1.1_all.deb
focalinux-text_2004-08-1.1_all.deb
  to pool/main/f/focalinux/focalinux-text_2004-08-1.1_all.deb
focalinux_2004-08-1.1.diff.gz
  to pool/main/f/focalinux/focalinux_2004-08-1.1.diff.gz
focalinux_2004-08-1.1.dsc
  to pool/main/f/focalinux/focalinux_2004-08-1.1.dsc


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



Accepted libshout 2.2.2-1 (source powerpc)

2006-07-15 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 12:07:32 +0200
Source: libshout
Binary: libshout3 libshout3-dev
Architecture: source powerpc
Version: 2.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Icecast team [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libshout3  - MP3/Ogg Vorbis broadcast streaming library
 libshout3-dev - MP3/Ogg Vorbis broadcast streaming library (development)
Closes: 345926 376063
Changes: 
 libshout (2.2.2-1) unstable; urgency=medium
 .
   * New upstream release. Closes: bug#376063 (thanks to Frederic Briere
 [EMAIL PROTECTED]).
 + Fixes memory leaks. Closes: bug#345926 (thanks to Rakotomandimby
   Mihamina [EMAIL PROTECTED] for
   noticing the newer release, and to Ying-Chun Liu
   [EMAIL PROTECTED] for tracking the memory leak bug).
   * Bump watch file to version 3 (no other changes - let's see if that
 magically makes qa.debian.org work again, or it perhaps needs a
 simpler regex.)
   * Bump standards-version to 3.7.2 (no changes needed).
   * Update local cdbs snippet copyright-check.mk:
 + Make egrep options configurable.
 + Ignore auto-tools files.
   * Add diffs of local tweaked d-shlibs to source (filed as bug#378331).
   * Setting urgency=medium due to possibly security-related memory leak
 fixes.
Files: 
 0575aadc3dfa6a2e1853b1a461f03545 857 libs optional libshout_2.2.2-1.dsc
 4f75fc9901c724b712c371c9a1e782d3 476564 libs optional 
libshout_2.2.2.orig.tar.gz
 af5aca33e413602b45074deb22e1841b 10702 libs optional libshout_2.2.2-1.diff.gz
 639b66f6f29fa54249764a7447efe4e8 42976 libdevel optional 
libshout3-dev_2.2.2-1_powerpc.deb
 8614829f0f04df91d0654c9bb41e2923 38546 libs optional 
libshout3_2.2.2-1_powerpc.deb

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

iD8DBQFEuPoln7DbMsAkQLgRAtD7AJ4rWWYwOz2J3x+u52Pfr5uvqqF6zgCeKui/
EKBLiB1vxL1fpfrNjX+Xf1o=
=Fjtu
-END PGP SIGNATURE-


Accepted:
libshout3-dev_2.2.2-1_powerpc.deb
  to pool/main/libs/libshout/libshout3-dev_2.2.2-1_powerpc.deb
libshout3_2.2.2-1_powerpc.deb
  to pool/main/libs/libshout/libshout3_2.2.2-1_powerpc.deb
libshout_2.2.2-1.diff.gz
  to pool/main/libs/libshout/libshout_2.2.2-1.diff.gz
libshout_2.2.2-1.dsc
  to pool/main/libs/libshout/libshout_2.2.2-1.dsc
libshout_2.2.2.orig.tar.gz
  to pool/main/libs/libshout/libshout_2.2.2.orig.tar.gz


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



Accepted deskbar-applet 2.14.2-3 (source i386)

2006-07-15 Thread Sebastian Rittau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:16:05 +0200
Source: deskbar-applet
Binary: deskbar-applet
Architecture: source i386
Version: 2.14.2-3
Distribution: unstable
Urgency: low
Maintainer: Sebastian Rittau [EMAIL PROTECTED]
Changed-By: Sebastian Rittau [EMAIL PROTECTED]
Description: 
 deskbar-applet - universal search and navigation bar for GNOME
Closes: 377041 377823
Changes: 
 deskbar-applet (2.14.2-3) unstable; urgency=low
 .
   * debian/control: Removed build dependency on python-gnome2-extras-dev and
 dependency on python-gnome2-extras. All required modules are now in
 package python-gnome2-desktop.
   * debian/control: Build dependency clean up: Removed some probably dead
 build dependencies, upgraded minimum required versions of others.
   * debian/control: Updated dependencies and recommends on several Python
 packages to post-transition versions. This ensures that these packages
 contain the Python 2.4 version of the module.
 + Closes: #377041 Traceback on start, import error on gobject (Thanks,
   Stéphane Rosi and John Halton for reporting this bug.)
   * debian/control: Changed recommends from python-beagle to python2.4-beagle
 for now, since beagle was not yet converted to the new Python policy.
 + Closes: #377823 Recommends unavailable python-beagle (= 0.2.6-1)
Files: 
 ecfb03cc8816d8414ac325ad3d25ec46 871 gnome optional deskbar-applet_2.14.2-3.dsc
 3afe4c1074dc2bbb7a784aee4b3afc71 77107 gnome optional 
deskbar-applet_2.14.2-3.diff.gz
 c486e3bf04c28a7d1e3d30b9dab694a0 473198 gnome optional 
deskbar-applet_2.14.2-3_i386.deb

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

iD8DBQFEuPm2cU5mtElqGCcRAiweAKChN8t6RXlLRwguMz+5IDU+42q9XACfckMp
z21yGXuymZQrPRAgnl8wcCw=
=6uIY
-END PGP SIGNATURE-


Accepted:
deskbar-applet_2.14.2-3.diff.gz
  to pool/main/d/deskbar-applet/deskbar-applet_2.14.2-3.diff.gz
deskbar-applet_2.14.2-3.dsc
  to pool/main/d/deskbar-applet/deskbar-applet_2.14.2-3.dsc
deskbar-applet_2.14.2-3_i386.deb
  to pool/main/d/deskbar-applet/deskbar-applet_2.14.2-3_i386.deb


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



Accepted skyeye 1.2.0rc7-3 (source i386)

2006-07-15 Thread Yu Guanghui
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:00:53 +0800
Source: skyeye
Binary: skyeye
Architecture: source i386
Version: 1.2.0rc7-3
Distribution: unstable
Urgency: low
Maintainer: Yu Guanghui [EMAIL PROTECTED]
Changed-By: Yu Guanghui [EMAIL PROTECTED]
Description: 
 skyeye - A Embedded Hardware Simulation
Changes: 
 skyeye (1.2.0rc7-3) unstable; urgency=low
 .
   * Disable DBCT, it can't work with gcc-4.0 and platform other than
 x86.
Files: 
 9ed8e58c3ab266f93971fbecd01af96d 664 misc extra skyeye_1.2.0rc7-3.dsc
 38b10f963f561b8b5317f870cc55a139 2331 misc extra skyeye_1.2.0rc7-3.diff.gz
 16bc29a33b1d8e4df9e00b37bb7e0372 164608 misc extra skyeye_1.2.0rc7-3_i386.deb

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

iD8DBQFEuP24KNPoKRflcycRAh0QAKCqPSgVWDp1oOJ5hrqNjL05gMwaPQCg3SZS
m6A1wAFZtQBgMkiLuR+upLw=
=vyPR
-END PGP SIGNATURE-


Accepted:
skyeye_1.2.0rc7-3.diff.gz
  to pool/main/s/skyeye/skyeye_1.2.0rc7-3.diff.gz
skyeye_1.2.0rc7-3.dsc
  to pool/main/s/skyeye/skyeye_1.2.0rc7-3.dsc
skyeye_1.2.0rc7-3_i386.deb
  to pool/main/s/skyeye/skyeye_1.2.0rc7-3_i386.deb


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



Accepted gcc-snapshot 20060714-1 (mips sparc mipsel amd64 source)

2006-07-15 Thread Martin Michlmayr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 14 Jul 2006 19:38:21 +0200
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: amd64 mips mipsel source sparc 
Version: 20060714-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Martin Michlmayr [EMAIL PROTECTED]
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Closes: 376616
Changes: 
 gcc-snapshot (20060714-1) unstable; urgency=low
 .
* SVN 20060714, taken from the trunk, revision 115451.
  - PR c/28280: bogus statement with no effect warning with VLA and
typeof (closes: #376616).
  - PR rtl-optimization/28062: ICE in simplify_subreg, at
simplify-rtx.c - this is hidden now by the patch for PR 28075
(see #373820).
Files: 
 04b2b6392565175f1fbb4e86f0b29903 62433900 devel extra 
gcc-snapshot_20060714-1_mips.deb
 1c988de45629b1c35c2f6f3269182356 57142024 devel extra 
gcc-snapshot_20060714-1_sparc.deb
 72e874551377fb3898541bb0b30b0fdf 2438 devel standard 
gcc-snapshot_20060714-1.dsc
 6db86b2c72237294f09101395c4e2ba2 63032180 devel extra 
gcc-snapshot_20060714-1_amd64.deb
 acba544ff1a30ab0f6e3441135240950 61311716 devel extra 
gcc-snapshot_20060714-1_mipsel.deb
 d18d6df52b80dbf14ac5a911252b4971 38962111 devel standard 
gcc-snapshot_20060714-1.tar.gz

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

iD8DBQFEuPyNKb5dImj9VJ8RAhDYAJ4vXC+465xdjxhzlO9hk3JQP1ZyDACgl6Oo
CInQdQSoFvY7ORD/xyNvHoI=
=T+d2
-END PGP SIGNATURE-


Accepted:
gcc-snapshot_20060714-1.dsc
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060714-1.dsc
gcc-snapshot_20060714-1.tar.gz
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060714-1.tar.gz
gcc-snapshot_20060714-1_amd64.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060714-1_amd64.deb
gcc-snapshot_20060714-1_mips.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060714-1_mips.deb
gcc-snapshot_20060714-1_mipsel.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060714-1_mipsel.deb
gcc-snapshot_20060714-1_sparc.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20060714-1_sparc.deb


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



Accepted roundup 1.1.2-3 (source all)

2006-07-15 Thread Toni Mueller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 14:47:49 +0200
Source: roundup
Binary: roundup
Architecture: source all
Version: 1.1.2-3
Distribution: unstable
Urgency: low
Maintainer: Toni Mueller [EMAIL PROTECTED]
Changed-By: Toni Mueller [EMAIL PROTECTED]
Description: 
 roundup- an issue-tracking system
Changes: 
 roundup (1.1.2-3) unstable; urgency=low
 .
   * switched to cdbs
   * support new Python policy using python-central
Files: 
 c8f9c8ec744df9ca3bb5c33fecfcf935 680 web optional roundup_1.1.2-3.dsc
 1e40714d30d1282138ffb80f4640e6ac 20081 web optional roundup_1.1.2-3.diff.gz
 f75a4d09ebc8ec778c7e2cb6bfdfd38d 786104 web optional roundup_1.1.2-3_all.deb

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

iD8DBQFEuOgEfoEUoHXLGtIRAgPsAJ97ajzsOkLGIMD/OW/vk28ki0kV4gCeNKcv
e5JAc+t/yMBX1BUEwPEmoyg=
=ia2Q
-END PGP SIGNATURE-


Accepted:
roundup_1.1.2-3.diff.gz
  to pool/main/r/roundup/roundup_1.1.2-3.diff.gz
roundup_1.1.2-3.dsc
  to pool/main/r/roundup/roundup_1.1.2-3.dsc
roundup_1.1.2-3_all.deb
  to pool/main/r/roundup/roundup_1.1.2-3_all.deb


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



Accepted xmbdfed 1:4.7 (source all)

2006-07-15 Thread Baruch Even
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:05:54 +0100
Source: xmbdfed
Binary: xmbdfed
Architecture: source all
Version: 1:4.7
Distribution: unstable
Urgency: low
Maintainer: Baruch Even [EMAIL PROTECTED]
Changed-By: Baruch Even [EMAIL PROTECTED]
Description: 
 xmbdfed- transitional dummy package which can be safely removed
Changes: 
 xmbdfed (1:4.7) unstable; urgency=low
 .
   * Package was removed since it was obsolete and replaced with gbdfed.
 This is now a transition only package.
Files: 
 ffadc45b909162513229ea394e9aadc6 481 x11 optional xmbdfed_4.7.dsc
 7f9095b8d213b31be7400977e8f36eba 3200 x11 optional xmbdfed_4.7.tar.gz
 9022c8ce17f9a905c17ab7a14f49c828 3126 x11 optional xmbdfed_4.7_all.deb

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

iD8DBQFEuQv1HCar6qtHRZgRAlreAKCT3fJ8Ibc+kEJJ2/c6DFF5TBss8ACfVMc7
+MEpg7rKrUwC4doNJyiWOwk=
=sAMV
-END PGP SIGNATURE-


Accepted:
xmbdfed_4.7.dsc
  to pool/main/x/xmbdfed/xmbdfed_4.7.dsc
xmbdfed_4.7.tar.gz
  to pool/main/x/xmbdfed/xmbdfed_4.7.tar.gz
xmbdfed_4.7_all.deb
  to pool/main/x/xmbdfed/xmbdfed_4.7_all.deb


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



Accepted zsh-beta 4.3.2-dev-1+20060712-1 (source sparc all)

2006-07-15 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:46:36 -0400
Source: zsh-beta
Binary: zsh-beta-static zsh-beta-doc zsh-beta
Architecture: source sparc all
Version: 4.3.2-dev-1+20060712-1
Distribution: unstable
Urgency: medium
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
Closes: 344985 364654
Changes: 
 zsh-beta (4.3.2-dev-1+20060712-1) unstable; urgency=medium
 .
   * Update to HEAD.
   * Don't build-depend on libcap-dev for GNU/kFreeBSD.
 closes: #364654.
   * Update texi2html build-dep to (= 1.76-2).  closes: #344985.
Files: 
 2eca1b0dbe09a16c4bf49d77b3f2c87c 788 shells optional 
zsh-beta_4.3.2-dev-1+20060712-1.dsc
 aa9c08f1404ee51d052f62ab978707c1 2335315 shells optional 
zsh-beta_4.3.2-dev-1+20060712.orig.tar.gz
 661847fc4407742a895ef882a7f09bcc 689649 shells optional 
zsh-beta_4.3.2-dev-1+20060712-1.diff.gz
 dc2647483669ac95a36eb7024873299d 699456 doc optional 
zsh-beta-doc_4.3.2-dev-1+20060712-1_all.deb
 f1d1f0bd2221952ae905d20e9cd9fa1d 2200488 shells optional 
zsh-beta_4.3.2-dev-1+20060712-1_sparc.deb

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

iD8DBQFEuRf15m0u66uWM3ARAmcqAKDKe0VBaX49xRoAUxczOo+3to49MgCfV7/K
2NkP+cEkSG4xxkbX0bL01Pc=
=Wa5p
-END PGP SIGNATURE-


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


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



Accepted ifrit 2.9.6-2 (source amd64)

2006-07-15 Thread Mark Hymers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:10:54 +0100
Source: ifrit
Binary: ifrit
Architecture: source amd64
Version: 2.9.6-2
Distribution: unstable
Urgency: low
Maintainer: Mark Hymers [EMAIL PROTECTED]
Changed-By: Mark Hymers [EMAIL PROTECTED]
Description: 
 ifrit  - a powerful tool for visualizing 3-dimensional data sets
Closes: 376927
Changes: 
 ifrit (2.9.6-2) unstable; urgency=low
 .
   * Add a .desktop file from Phil Bull via Barry deFreese and Ubuntu.  Thanks
 to all concerned.  Closes: #376927.  Also add a dh_desktop call.
   * Bump standards version to 3.7.2.  No changes.
Files: 
 74f542819d0d62f72dce4abcb0153f32 597 science optional ifrit_2.9.6-2.dsc
 bf504b6a2a1b2386e85d3e1a692ec290 5091 science optional ifrit_2.9.6-2.diff.gz
 f910a42911fbf2f12fe8cb61c076189e 2044054 science optional 
ifrit_2.9.6-2_amd64.deb

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

iD8DBQFEuRhfSYIMHOpZA44RAv+WAJ9AqAN9xzm2whoHPgTNQZXiP0JPGACgkTzq
1KWdiq29zGputAAhmgPBCwE=
=fTJM
-END PGP SIGNATURE-


Accepted:
ifrit_2.9.6-2.diff.gz
  to pool/main/i/ifrit/ifrit_2.9.6-2.diff.gz
ifrit_2.9.6-2.dsc
  to pool/main/i/ifrit/ifrit_2.9.6-2.dsc
ifrit_2.9.6-2_amd64.deb
  to pool/main/i/ifrit/ifrit_2.9.6-2_amd64.deb


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



Accepted xaralx 0.6r1442-2 (source i386)

2006-07-15 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:16:59 +0200
Source: xaralx
Binary: xaralx
Architecture: source i386
Version: 0.6r1442-2
Distribution: unstable
Urgency: low
Maintainer: Joachim Breitner [EMAIL PROTECTED]
Changed-By: Joachim Breitner [EMAIL PROTECTED]
Description: 
 xaralx - versatile vector graphic program
Changes: 
 xaralx (0.6r1442-2) unstable; urgency=low
 .
   * Enable auto-building on powerpc and amd64
   * added libxml2-dependency
Files: 
 5c4673380e2ad2062022b5932e0b2425 836 non-free/graphics optional 
xaralx_0.6r1442-2.dsc
 374d5c69159f3e55a47a8d58a948a390 5272 non-free/graphics optional 
xaralx_0.6r1442-2.diff.gz
 7382a435f4a3953fbb8d55f2c1d5d686 8809002 non-free/graphics optional 
xaralx_0.6r1442-2_i386.deb

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

iQCVAwUBRLjkTL8Zfhn2SkeXAQLzgQP/VO3QlZ7iyNPZedbZM5lBHhd9RF8D4Wb3
qTVkifeVlTJb0vR2vn6H7giZ0pUGP5D2uLQTg7hGGvQsx4JG47ZFqpxE3rhKhbOs
HX8C+veEEnN6r9WT/Nl/3MLH+MvmoVB2LcHXhuOprZ04dsC2Vk3VojzAz52NeTtV
KSsfaYe7Wpw=
=HgAq
-END PGP SIGNATURE-


Accepted:
xaralx_0.6r1442-2.diff.gz
  to pool/non-free/x/xaralx/xaralx_0.6r1442-2.diff.gz
xaralx_0.6r1442-2.dsc
  to pool/non-free/x/xaralx/xaralx_0.6r1442-2.dsc
xaralx_0.6r1442-2_i386.deb
  to pool/non-free/x/xaralx/xaralx_0.6r1442-2_i386.deb


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



Accepted fvwm95 2.0.43ba-24.2 (source i386 all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 18:26:06 +0200
Source: fvwm95
Binary: fvwm95-icons fvwm95
Architecture: source i386 all
Version: 2.0.43ba-24.2
Distribution: unstable
Urgency: low
Maintainer: Daniel Martin [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 fvwm95 - Win95 lookalike Window Manager for X
 fvwm95-icons - Win95ish icons for X
Closes: 330793 351516 351516
Changes: 
 fvwm95 (2.0.43ba-24.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #351516).
   * Clean up dirs if not empty in /usr/local/ postrm (Closes: #330793).
   * Remove xcontrib from Recommends (Closes: #351516).
Files: 
 f8345fe5abbdf7ec13fc16afd03f5b88 694 x11 optional fvwm95_2.0.43ba-24.2.dsc
 46af94539fc3113a43e0259ff7c9219d 75137 x11 optional 
fvwm95_2.0.43ba-24.2.diff.gz
 46fe06934963fb1055338fce5dbc3538 151554 x11 optional 
fvwm95-icons_2.0.43ba-24.2_all.deb
 855bc31a02b50cb1c10e99e09365f803 596368 x11 optional 
fvwm95_2.0.43ba-24.2_i386.deb

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

iD8DBQFEuR4cNFDtUT/MKpARAmHEAKCl3PtxSWDIg4G18SlaRxzcTfTfZACfQDBz
9wKN2YN3PlKYmG9XhnBYrn4=
=eSh+
-END PGP SIGNATURE-


Accepted:
fvwm95-icons_2.0.43ba-24.2_all.deb
  to pool/main/f/fvwm95/fvwm95-icons_2.0.43ba-24.2_all.deb
fvwm95_2.0.43ba-24.2.diff.gz
  to pool/main/f/fvwm95/fvwm95_2.0.43ba-24.2.diff.gz
fvwm95_2.0.43ba-24.2.dsc
  to pool/main/f/fvwm95/fvwm95_2.0.43ba-24.2.dsc
fvwm95_2.0.43ba-24.2_i386.deb
  to pool/main/f/fvwm95/fvwm95_2.0.43ba-24.2_i386.deb


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



Accepted gmt-tutorial 3.4-1.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 19:09:39 +0200
Source: gmt-tutorial
Binary: gmt-tutorial
Architecture: source all
Version: 3.4-1.1
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 gmt-tutorial - Data files needed to reproduce the tutorial examples of GMT
Closes: 359414
Changes: 
 gmt-tutorial (3.4-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359414).
   * Revamped packaging a bit: updated the standars-version (no changes
 needed), updated to DH_COMPAT=4, and added dh_compress (for the
 changelog) in debian/rules
Files: 
 6e683da9146ffee9ce8cd6374233aa94 582 science extra gmt-tutorial_3.4-1.1.dsc
 9e8a3ddb125c2769a73914e1e52f5578 1480 science extra 
gmt-tutorial_3.4-1.1.diff.gz
 2eefbcffa793724b586854bf4bc4c5a6 1348030 science extra 
gmt-tutorial_3.4-1.1_all.deb

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

iD8DBQFEuSFhNFDtUT/MKpARAt2eAKD6Bs8knylJEbmajcVFUeBH+CAjFACfaUD4
K0P/3YVCX+afKMkKbRZff8U=
=xcP0
-END PGP SIGNATURE-


Accepted:
gmt-tutorial_3.4-1.1.diff.gz
  to pool/main/g/gmt-tutorial/gmt-tutorial_3.4-1.1.diff.gz
gmt-tutorial_3.4-1.1.dsc
  to pool/main/g/gmt-tutorial/gmt-tutorial_3.4-1.1.dsc
gmt-tutorial_3.4-1.1_all.deb
  to pool/main/g/gmt-tutorial/gmt-tutorial_3.4-1.1_all.deb


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



Accepted vmelilo-installer 1.11 (source m68k)

2006-07-15 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 18:05:12 +0200
Source: vmelilo-installer
Binary: vmelilo-installer
Architecture: source m68k
Version: 1.11
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Wouter Verhelst [EMAIL PROTECTED]
Description: 
 vmelilo-installer - Install vmelilo on a hard disk (udeb)
Changes: 
 vmelilo-installer (1.11) unstable; urgency=low
 .
   [ Colin Watson ]
   * Update messages about the syslog to refer to virtual console 4, not 3.
 .
   [ Wouter Verhelst ]
   * Release.
 .
   [ Updated translations ]
   * Arabic (ar.po) by Ossama M. Khayat
   * Bulgarian (bg.po) by Ognyan Kulev
   * Bengali (bn.po) by Progga
   * Bosnian (bs.po) by Safir Secerovic
   * Catalan (ca.po) by Jordi Mallach
   * Czech (cs.po) by Miroslav Kure
   * Welsh (cy.po) by Dafydd Harries
   * Danish (da.po) by Claus Hindsgaul
   * German (de.po) by Jens Seidel
   * Dzongkha (dz.po) by Jurmey Rabgay
   * Greek (el.po) by quad-nrg.net
   * Esperanto (eo.po) by Serge Leblanc
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Estonian (et.po) by Siim Põder
   * Basque (eu.po) by Piarres Beobide
   * Finnish (fi.po) by Tapio Lehtonen
   * French (fr.po) by Christian Perrier
   * Irish (ga.po) by Kevin Patrick Scannell
   * Galician (gl.po) by Jacobo Tarrio
   * Gujarati (gu.po) by Kartik Mistry
   * Hebrew (he.po) by Lior Kaplan
   * Hindi (hi.po) by Nishant Sharma
   * Hungarian (hu.po) by SZERVÑC Attila
   * Indonesian (id.po) by Parlin Imanuel Toh
   * Icelandic (is.po) by David Steinn Geirsson
   * Italian (it.po) by Stefano Canepa
   * Japanese (ja.po) by Kenshi Muto
   * Georgian (ka.po) by Aiet Kolkhi
   * Khmer (km.po) by Khoem Sokhem
   * Korean (ko.po) by Sunjae park
   * Kurdish (ku.po) by Erdal Ronahi
   * 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
   * Norwegian Bokmal (nb.po) by Bjørn Steensrud
   * Nepali (ne.po) by Shiva Pokharel
   * Dutch (nl.po) by Bart Cornelis
   * Norwegian Nynorsk (nn.po) by HÃ¥vard Korsvoll
   * 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
   * Northern Sami (se.po) by Børre Gaup
   * Slovak (sk.po) by Peter Mann
   * Slovenian (sl.po) by Jure Čuhalev
   * Albanian (sq.po) by Elian Myftiu
   * Swedish (sv.po) by Daniel Nylander
   * Thai (th.po) by Theppitak Karoonboonyanan
   * Tagalog (tl.po) by Eric Pareja
   * Turkish (tr.po) by Recai Oktaş
   * Ukrainian (uk.po) by Eugeniy Meshcheryakov
   * Vietnamese (vi.po) by Clytie Siddall
   * Wolof (wo.po) by Mouhamadou Mamoune Mbacke
   * Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
Files: 
 77d326d8b050f6d73204b6719794c1d5 653 debian-installer standard 
vmelilo-installer_1.11.dsc
 67c70211108afb24a08ac4332647516b 45470 debian-installer standard 
vmelilo-installer_1.11.tar.gz
 f4a2cad0d26cd62c4d3e0960fd60b698 27542 debian-installer standard 
vmelilo-installer_1.11_m68k.udeb
Package-Type: udeb

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

iD8DBQFEuRw7PfwsYq950p4RAm0wAJ9OIbtDTnMUuK5PuoyTDNEhY6gbYgCgiuua
2ppq2iRNh9Xao1VsBFVykbM=
=JDbH
-END PGP SIGNATURE-


Accepted:
vmelilo-installer_1.11.dsc
  to pool/main/v/vmelilo-installer/vmelilo-installer_1.11.dsc
vmelilo-installer_1.11.tar.gz
  to pool/main/v/vmelilo-installer/vmelilo-installer_1.11.tar.gz
vmelilo-installer_1.11_m68k.udeb
  to pool/main/v/vmelilo-installer/vmelilo-installer_1.11_m68k.udeb


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



Accepted bfilter 1.0.4-1 (source i386 all)

2006-07-15 Thread Vedran Furač
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 13 Jul 2006 20:16:58 +0200
Source: bfilter
Binary: bfilter-common bfilter bfilter-gui
Architecture: source i386 all
Version: 1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Vedran Furač [EMAIL PROTECTED]
Changed-By: Vedran Furač [EMAIL PROTECTED]
Description: 
 bfilter- Simple web filtering proxy
 bfilter-common - Simple web filtering proxy (common files)
 bfilter-gui - Simple web filtering proxy (GUI)
Changes: 
 bfilter (1.0.4-1) unstable; urgency=low
 .
   * New upstream release:
 - Support for forwarding to SOCKS proxies.
 - Support for HTTPS forwarding (but not filtering).
 - Fixed a small bug that could prevent some ads from being detected.
 .
 bfilter (1.0.3-1) unstable; urgency=low
 .
   * New upstream release:
 - Fixed a crash caused by infinite recursion.
 - Fixed a crash in the gtk GUI.
 - img onclick=... ads are now handled.
 - Improvements for ad-detection heuristics.
 .
   * Added manual pages for bfilter and bfilter-gui
Files: 
 21a23cf590eeda0da7fd49aafd68f9d0 1063 net optional bfilter_1.0.4-1.dsc
 d0f689876d0fd76a9308470e46ca887b 2607584 net optional bfilter_1.0.4.orig.tar.gz
 717af6f61c927627d163e099b6c3a713 16155 net optional bfilter_1.0.4-1.diff.gz
 30663cf4b716fe8fbac38a9050f00ac2 19582 net optional 
bfilter-common_1.0.4-1_all.deb
 1ca3332ba86eeac94c17f0887e6e9f74 487040 net optional bfilter_1.0.4-1_i386.deb
 b2894deab42f687b987ab2a4e13fd230 673108 net optional 
bfilter-gui_1.0.4-1_i386.deb

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

iD8DBQFEuR9eeYl9593Atw0RAhykAJwNLts8isNGloFDYlHYA/O0INV8sgCglX0r
Q3acIOdMI2Qcg17+XXfo0to=
=bW7H
-END PGP SIGNATURE-


Accepted:
bfilter-common_1.0.4-1_all.deb
  to pool/main/b/bfilter/bfilter-common_1.0.4-1_all.deb
bfilter-gui_1.0.4-1_i386.deb
  to pool/main/b/bfilter/bfilter-gui_1.0.4-1_i386.deb
bfilter_1.0.4-1.diff.gz
  to pool/main/b/bfilter/bfilter_1.0.4-1.diff.gz
bfilter_1.0.4-1.dsc
  to pool/main/b/bfilter/bfilter_1.0.4-1.dsc
bfilter_1.0.4-1_i386.deb
  to pool/main/b/bfilter/bfilter_1.0.4-1_i386.deb
bfilter_1.0.4.orig.tar.gz
  to pool/main/b/bfilter/bfilter_1.0.4.orig.tar.gz


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



Accepted hbf-cns40-1 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 19:30:26 +0200
Source: hbf-cns40-1
Binary: hbf-cns40-1
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-1 - Chinese Fanti Song 40x40 bitmap font (CNS plane 1) for CJK
Closes: 359418
Changes: 
 hbf-cns40-1 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359418).
   * Make lintian happy: build-depends-indep-should-be-build-depends debhelper
   * Make lintian happy: package-uses-deprecated-debhelper-compat-version 3
Files: 
 f4b9f2c98525e2373d66c3ac9bf76da3 622 tex optional hbf-cns40-1_1.0-3.1.dsc
 155434077203f083f62c2eba9f703a16 3169 tex optional hbf-cns40-1_1.0-3.1.diff.gz
 4c96a957a9e330a5640f8c882bc9bb43 543036 tex optional 
hbf-cns40-1_1.0-3.1_all.deb

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

iD8DBQFEuSZPNFDtUT/MKpARAlXcAKDCkwc8Pyxmr9dX35zAISrJWIoYUQCgvFTO
iZ5E/ycIZ7lHQzOuEC0d8GQ=
=bubF
-END PGP SIGNATURE-


Accepted:
hbf-cns40-1_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-1/hbf-cns40-1_1.0-3.1.diff.gz
hbf-cns40-1_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-1/hbf-cns40-1_1.0-3.1.dsc
hbf-cns40-1_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-1/hbf-cns40-1_1.0-3.1_all.deb


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



Accepted whois 4.7.14 (source i386)

2006-07-15 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 19:22:42 +0200
Source: whois
Binary: whois
Architecture: source i386
Version: 4.7.14
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri [EMAIL PROTECTED]
Changed-By: Marco d'Itri [EMAIL PROTECTED]
Description: 
 whois  - the GNU whois client
Closes: 360741 363550 377953
Changes: 
 whois (4.7.14) unstable; urgency=medium
 .
   * Added the .coop, .mobi TLD and e164.arpa servers.
   * Added new ASN allocations. (Closes: #377953)
   * Added support for resolution of IDN server hostnames using AI_IDN.
   * Fixed the parsing of IPv6 server addresses on the command line.
   * Use the official nicname service name instead of whois.
   * Added whois.pot to the source package.
   * Fixed a typo in the german translation. (Closes: #363550)
   * Do not FTBFS on binNMUs. (Closes: #360741)
Files: 
 14cad7ed8dffad25f22777eaa2b9c917 498 net standard whois_4.7.14.dsc
 885213bf1b4d85c27ae8fbc583d3e81e 60086 net standard whois_4.7.14.tar.gz
 7cc9bc7c2fbbeb97e533b148bea525b7 47456 net standard whois_4.7.14_i386.deb

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

iD8DBQFEuSgbFGfw2OHuP7ERAng0AJ0ZAJ5wEXOWRC8d0gs9y3ZQhWUnsACfbigg
HymtmXgtzHfmlcLbbqg+rWU=
=x3Og
-END PGP SIGNATURE-


Accepted:
whois_4.7.14.dsc
  to pool/main/w/whois/whois_4.7.14.dsc
whois_4.7.14.tar.gz
  to pool/main/w/whois/whois_4.7.14.tar.gz
whois_4.7.14_i386.deb
  to pool/main/w/whois/whois_4.7.14_i386.deb


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



Accepted skyeye 1.2.0rc7-4 (source i386)

2006-07-15 Thread Yu Guanghui
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Jul 2006 00:48:16 +0800
Source: skyeye
Binary: skyeye
Architecture: source i386
Version: 1.2.0rc7-4
Distribution: unstable
Urgency: low
Maintainer: Yu Guanghui [EMAIL PROTECTED]
Changed-By: Yu Guanghui [EMAIL PROTECTED]
Description: 
 skyeye - A Embedded Hardware Simulation
Changes: 
 skyeye (1.2.0rc7-4) unstable; urgency=low
 .
   * Fixed 64bit platform compiling bug.
Files: 
 1a99df9ca96bdf225da3982a58ee6dcf 664 misc extra skyeye_1.2.0rc7-4.dsc
 a14eccfce2065a14b27e4a5bb8fc291b 2619 misc extra skyeye_1.2.0rc7-4.diff.gz
 d0922ed0e277c5f08576c95001f14741 164782 misc extra skyeye_1.2.0rc7-4_i386.deb

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

iD8DBQFEuSOjKNPoKRflcycRAquhAJ0RAH3fcxUAbOmoe5milAIUUSwj6gCfbVNL
4Os09NrySkpHm49rZGzeeIo=
=4W+j
-END PGP SIGNATURE-


Accepted:
skyeye_1.2.0rc7-4.diff.gz
  to pool/main/s/skyeye/skyeye_1.2.0rc7-4.diff.gz
skyeye_1.2.0rc7-4.dsc
  to pool/main/s/skyeye/skyeye_1.2.0rc7-4.dsc
skyeye_1.2.0rc7-4_i386.deb
  to pool/main/s/skyeye/skyeye_1.2.0rc7-4_i386.deb


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



Accepted hbf-cns40-b5 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:31:23 +0200
Source: hbf-cns40-b5
Binary: hbf-cns40-b5
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-b5 - Chinese Fanti Song 40x40 bitmap font (Big5) for CJK
Closes: 359426
Changes: 
 hbf-cns40-b5 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359426).
Files: 
 05f4ebccbb3abf82777a946215cc71cd 614 tex optional hbf-cns40-b5_1.0-3.1.dsc
 ec57f84168e93b1020c374bad148a2a6 3265 tex optional hbf-cns40-b5_1.0-3.1.diff.gz
 6f5adfcf63bae0486ba1f3941cd0032d 6094 tex optional hbf-cns40-b5_1.0-3.1_all.deb

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

iD8DBQFEuVDQNFDtUT/MKpARAmWwAJ9sLNePHG71wuvInje4VmoZATW9YwCeKaKt
7ZomJMw8WdYvyoEDBHtlMHY=
=EP81
-END PGP SIGNATURE-


Accepted:
hbf-cns40-b5_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-b5/hbf-cns40-b5_1.0-3.1.diff.gz
hbf-cns40-b5_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-b5/hbf-cns40-b5_1.0-3.1.dsc
hbf-cns40-b5_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-b5/hbf-cns40-b5_1.0-3.1_all.deb


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



Accepted hbf-cns40-6 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:02:29 +0200
Source: hbf-cns40-6
Binary: hbf-cns40-6
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-6 - Chinese Fanti Song 40x40 bitmap font (CNS plane 6) for CJK
Closes: 359422
Changes: 
 hbf-cns40-6 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359422).
Files: 
 527384d47df718c77f5b5d25949313dd 612 tex optional hbf-cns40-6_1.0-3.1.dsc
 1e72f0ea532c73ad5f26e0ad76eb5984 2816 tex optional hbf-cns40-6_1.0-3.1.diff.gz
 01fdf9a3dd109c1aac7423bb62e05543 560302 tex optional 
hbf-cns40-6_1.0-3.1_all.deb

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

iD8DBQFEuUoKNFDtUT/MKpARAmotAJ9DVmKKcTi/qD3ea39hww9WmAkgowCg1rrS
3hbMSNxoTsP8zDcaJkyGPjo=
=qdP4
-END PGP SIGNATURE-


Accepted:
hbf-cns40-6_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-6/hbf-cns40-6_1.0-3.1.diff.gz
hbf-cns40-6_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-6/hbf-cns40-6_1.0-3.1.dsc
hbf-cns40-6_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-6/hbf-cns40-6_1.0-3.1_all.deb


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



Accepted hbf-cns40-7 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:29:40 +0200
Source: hbf-cns40-7
Binary: hbf-cns40-7
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-7 - Chinese Fanti Song 40x40 bitmap font (CNS plane 7) for CJK
Closes: 359437
Changes: 
 hbf-cns40-7 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359437).
Files: 
 a94a14535949d7b978896d55aefc4b27 612 tex optional hbf-cns40-7_1.0-3.1.dsc
 918902095e9c2e8d6d4a67d87727b070 2819 tex optional hbf-cns40-7_1.0-3.1.diff.gz
 17076c9a0a7366f5ba5a2736b29c5a6e 713388 tex optional 
hbf-cns40-7_1.0-3.1_all.deb

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

iD8DBQFEuVA+NFDtUT/MKpARArmpAKDYdf7Gs1VByyNPiV3CaXdptl9eVQCgpUgf
4JnF5ZztP28ndodt2zHEfb0=
=9MvY
-END PGP SIGNATURE-


Accepted:
hbf-cns40-7_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-7/hbf-cns40-7_1.0-3.1.diff.gz
hbf-cns40-7_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-7/hbf-cns40-7_1.0-3.1.dsc
hbf-cns40-7_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-7/hbf-cns40-7_1.0-3.1_all.deb


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



Accepted hbf-cns40-2 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:09:55 +0200
Source: hbf-cns40-2
Binary: hbf-cns40-2
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-2 - Chinese Fanti Song 40x40 bitmap font (CNS plane 2) for CJK
Closes: 359421
Changes: 
 hbf-cns40-2 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359421).
Files: 
 f3c9fd26001323e66cc03d3909675a3d 612 tex optional hbf-cns40-2_1.0-3.1.dsc
 aff87bcc2a1ef75c3c54ef1a17425050 2981 tex optional hbf-cns40-2_1.0-3.1.diff.gz
 18d19b8deca26020a3f0c48043f72f4c 763746 tex optional 
hbf-cns40-2_1.0-3.1_all.deb

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

iD8DBQFEuUurNFDtUT/MKpARAsyLAKDW2GiTwY9OM9D2CDqjQtvksqEPsgCgpCh2
ft3r5lEdjmH+0ainPg41sQ8=
=XCLr
-END PGP SIGNATURE-


Accepted:
hbf-cns40-2_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-2/hbf-cns40-2_1.0-3.1.diff.gz
hbf-cns40-2_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-2/hbf-cns40-2_1.0-3.1.dsc
hbf-cns40-2_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-2/hbf-cns40-2_1.0-3.1_all.deb


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



Accepted hanzim 1:1.3-1.1 (source i386)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 20:08:30 +0200
Source: hanzim
Binary: hanzim
Architecture: source i386
Version: 1:1.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Roger So [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hanzim - Chinese character learning aid
Closes: 302963 359419
Changes: 
 hanzim (1:1.3-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359419).
   * Fixed the copyright file (Closes: #302963).
   * Upgraded to DH_COMPAT=4
   * Lintian: unquoted-string-in-menu-item
Files: 
 8c525966b2a3bcba007d7e3b0d01fd65 572 text optional hanzim_1.3-1.1.dsc
 9691dce89231ec0509c2938154f23257 5149 text optional hanzim_1.3-1.1.diff.gz
 341bf6a36fbe6f85c4f94450b44d1a21 433734 text optional hanzim_1.3-1.1_i386.deb

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

iD8DBQFEuUOcNFDtUT/MKpARAuw9AKDFChh5xuL2mlL4OhNtgNRv9Dkw4QCfQn17
WFtkPUoOAfrX7dezCjVgYVw=
=oPjA
-END PGP SIGNATURE-


Accepted:
hanzim_1.3-1.1.diff.gz
  to pool/main/h/hanzim/hanzim_1.3-1.1.diff.gz
hanzim_1.3-1.1.dsc
  to pool/main/h/hanzim/hanzim_1.3-1.1.dsc
hanzim_1.3-1.1_i386.deb
  to pool/main/h/hanzim/hanzim_1.3-1.1_i386.deb


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



Accepted hbf-cns40-5 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:26:05 +0200
Source: hbf-cns40-5
Binary: hbf-cns40-5
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-5 - Chinese Fanti Song 40x40 bitmap font (CNS plane 5) for CJK
Closes: 359420
Changes: 
 hbf-cns40-5 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359420).
Files: 
 4efe32478794713b3a77b9da13555706 612 tex optional hbf-cns40-5_1.0-3.1.dsc
 c4e65b123bd4ef57ef87347a2dcc9ba1 2833 tex optional hbf-cns40-5_1.0-3.1.diff.gz
 a9d4af9909cad8d468cdcb7bd6bda93e 888440 tex optional 
hbf-cns40-5_1.0-3.1_all.deb

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

iD8DBQFEuU9pNFDtUT/MKpARAlDuAJ9yhX3DQRfU1BD4iD8KVj2uXjOBwwCZAY3O
joKGcwyWRItyXZCvKD/Upa8=
=MRvB
-END PGP SIGNATURE-


Accepted:
hbf-cns40-5_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-5/hbf-cns40-5_1.0-3.1.diff.gz
hbf-cns40-5_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-5/hbf-cns40-5_1.0-3.1.dsc
hbf-cns40-5_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-5/hbf-cns40-5_1.0-3.1_all.deb


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



Accepted linux-2.6.16 2.6.16-17 (source all powerpc)

2006-07-15 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 17:18:49 +0200
Source: linux-2.6.16
Binary: linux-headers-2.6.16-2-parisc linux-headers-2.6.16-2-all-amd64 
linux-image-2.6.16-2-em64t-p4-smp linux-headers-2.6.16-2-vserver-powerpc64 
linux-image-2.6.16-2-vserver-powerpc64 linux-headers-2.6.16-2-powerpc-miboot 
linux-headers-2.6.16-2-r4k-kn04 linux-image-2.6.16-2-amd64-generic 
linux-image-2.6.16-2-k7-smp linux-headers-2.6.16-2-alpha-generic 
linux-image-2.6.16-2-powerpc64 linux-headers-2.6.16-2-amiga 
linux-headers-2.6.16-2-all-arm linux-headers-2.6.16-2-686-smp 
linux-headers-2.6.16-2-em64t-p4-smp linux-headers-2.6.16-2-all-s390 
linux-headers-2.6.16-2-bvme6000 linux-image-2.6.16-2-nslu2 
linux-headers-2.6.16-2-powerpc-smp linux-headers-2.6.16-2-atari 
linux-image-2.6.16-2-parisc linux-image-2.6.16-2-sb1a-bcm91480b 
linux-image-2.6.16-2-486 linux-image-2.6.16-2-mac 
linux-headers-2.6.16-2-itanium linux-headers-2.6.16-2-all-i386 
linux-headers-2.6.16-2-prep linux-headers-2.6.16-2-mvme16x 
linux-image-2.6.16-2-mckinley-smp linux-headers-2.6.16-2-vserver-s390x 
linux-headers-2.6.16-2-mac linux-image-2.6.16-2-mckinley 
linux-headers-2.6.16-2-686 linux-headers-2.6.16-2-s390 
linux-headers-2.6.16-2-r5k-ip32 linux-image-2.6.16-2-s390x 
linux-headers-2.6.16-2-486 linux-image-2.6.16-2-rpc 
linux-image-2.6.16-2-powerpc linux-headers-2.6.16-2-all-hppa 
linux-headers-2.6.16-2-nslu2 linux-image-2.6.16-2-sparc64 
linux-image-2.6.16-2-vserver-s390x linux-headers-2.6.16-2-powerpc64 
linux-image-2.6.16-2-itanium-smp linux-modules-2.6.16-2-xen-amd64-k8 
linux-image-2.6.16-2-prep linux-modules-2.6.16-2-xen-em64t-p4 
linux-image-2.6.16-2-sparc32 linux-headers-2.6.16-2-s390x 
linux-headers-2.6.16-2-parisc-smp linux-headers-2.6.16-2-xen-vserver-amd64-k8 
linux-image-2.6.16-2-xen-vserver-686 linux-headers-2.6.16-2-vserver-amd64-k8 
linux-image-2.6.16-2-bvme6000 linux-support-2.6.16-2 
linux-headers-2.6.16-2-sparc64 linux-headers-2.6.16-2-sparc32 
linux-modules-2.6.16-2-xen-vserver-amd64-k8 linux-image-2.6.16-2-atari 
linux-headers-2.6.16-2-q40 linux-headers-2.6.16-2-amd64-k8-smp 
linux-headers-2.6.16-2-all-ia64 linux-image-2.6.16-2-r5k-cobalt 
linux-image-2.6.16-2-r3k-kn02 linux-image-2.6.16-2-amd64-k8 
linux-image-2.6.16-2-parisc-smp linux-image-2.6.16-2-vserver-powerpc 
linux-image-2.6.16-2-sun3 linux-headers-2.6.16-2-ixp4xx 
linux-headers-2.6.16-2-sparc64-smp linux-headers-2.6.16-2-amd64-generic 
linux-patch-debian-2.6.16 linux-headers-2.6.16-2-sb1a-bcm91480b 
linux-image-2.6.16-2-q40 linux-image-2.6.16-2-xen-686 linux-image-2.6.16-2-686 
linux-image-2.6.16-2-em64t-p4 linux-image-2.6.16-2-xen-vserver-amd64-k8 
linux-image-2.6.16-2-itanium linux-image-2.6.16-2-amiga 
linux-image-2.6.16-2-s3c2410 linux-headers-2.6.16-2-all-armeb 
linux-headers-2.6.16-2-k7-smp linux-headers-2.6.16-2-all-powerpc 
linux-image-2.6.16-2-k7 linux-image-2.6.16-2-mvme147 
linux-headers-2.6.16-2-powerpc linux-headers-2.6.16-2-vserver-powerpc 
linux-image-2.6.16-2-ixp4xx linux-image-2.6.16-2-footbridge linux-source-2.6.16 
linux-headers-2.6.16-2-r4k-ip22 linux-headers-2.6.16-2-xen-vserver 
linux-doc-2.6.16 linux-headers-2.6.16-2-vserver linux-headers-2.6.16-2-all-mips 
linux-image-2.6.16-2-vserver-em64t-p4 linux-modules-2.6.16-2-xen-vserver-686 
linux-image-2.6.16-2-s390 linux-headers-2.6.16-2-alpha-smp 
linux-headers-2.6.16-2-all-alpha linux-headers-2.6.16-2-sb1-bcm91250a 
linux-image-2.6.16-2-alpha-smp linux-headers-2.6.16-2-all 
linux-headers-2.6.16-2-mckinley linux-image-2.6.16-2-alpha-generic 
linux-image-2.6.16-2-r4k-ip22 linux-image-2.6.16-2-vserver-686 
linux-modules-2.6.16-2-xen-686 linux-tree-2.6.16 
linux-headers-2.6.16-2-all-sparc linux-image-2.6.16-2-xen-amd64-k8 
linux-headers-2.6.16-2-itanium-smp linux-modules-2.6.16-2-xen-k7 
linux-image-2.6.16-2-hp linux-image-2.6.16-2-powerpc-miboot 
linux-headers-2.6.16-2-all-mipsel linux-headers-2.6.16-2-s3c2410 
linux-headers-2.6.16-2-vserver-k7 linux-headers-2.6.16-2-em64t-p4 
linux-image-2.6.16-2-686-smp linux-image-2.6.16-2-alpha-legacy 
linux-manual-2.6.16 linux-image-2.6.16-2-parisc64 linux-headers-2.6.16-2-rpc 
linux-headers-2.6.16-2-xen linux-headers-2.6.16-2-r5k-cobalt 
linux-image-2.6.16-2-sparc64-smp linux-headers-2.6.16-2-alpha-legacy 
linux-headers-2.6.16-2-mckinley-smp linux-image-2.6.16-2-mvme16x 
linux-image-2.6.16-2-vserver-k7 linux-headers-2.6.16-2 
linux-headers-2.6.16-2-all-m68k linux-headers-2.6.16-2-footbridge 
linux-headers-2.6.16-2-xen-686 linux-headers-2.6.16-2-r3k-kn02 
linux-image-2.6.16-2-powerpc-smp linux-image-2.6.16-2-parisc64-smp 
linux-headers-2.6.16-2-parisc64-smp linux-image-2.6.16-2-r4k-kn04 
linux-image-2.6.16-2-xen-em64t-p4 linux-image-2.6.16-2-amd64-k8-smp 
linux-headers-2.6.16-2-xen-vserver-686 linux-headers-2.6.16-2-mvme147 
linux-headers-2.6.16-2-hp linux-image-2.6.16-2-sb1-bcm91250a 
linux-image-2.6.16-2-xen-k7 linux-headers-2.6.16-2-amd64-k8 
linux-headers-2.6.16-2-vserver-686 linux-headers-2.6.16-2-sun3 

Accepted hbf-cns40-4 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:23:34 +0200
Source: hbf-cns40-4
Binary: hbf-cns40-4
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-4 - Chinese Fanti Song 40x40 bitmap font (CNS plane 4) for CJK
Closes: 359429
Changes: 
 hbf-cns40-4 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359429).
Files: 
 b6ae27be7030291b7b368c40d08473be 612 tex optional hbf-cns40-4_1.0-3.1.dsc
 d0522e0eb2e64c33f87f69e724c37daa 2817 tex optional hbf-cns40-4_1.0-3.1.diff.gz
 e301b25002aac3a9fdcadedacf903535 739704 tex optional 
hbf-cns40-4_1.0-3.1_all.deb

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

iD8DBQFEuU7UNFDtUT/MKpARAuPdAJ47t6FuaUqVwWvQFom9APhFDE0/fgCgnsvM
2Wbu3/QHKDFCp4fKb0bM6Ks=
=au8U
-END PGP SIGNATURE-


Accepted:
hbf-cns40-4_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-4/hbf-cns40-4_1.0-3.1.diff.gz
hbf-cns40-4_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-4/hbf-cns40-4_1.0-3.1.dsc
hbf-cns40-4_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-4/hbf-cns40-4_1.0-3.1_all.deb


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



Accepted hbf-cns40-3 1.0-3.1 (source all)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:21:45 +0200
Source: hbf-cns40-3
Binary: hbf-cns40-3
Architecture: source all
Version: 1.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 hbf-cns40-3 - Chinese Fanti Song 40x40 bitmap font (CNS plane 3) for CJK
Closes: 359425
Changes: 
 hbf-cns40-3 (1.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359425).
Files: 
 1ee62a53a3efe8b5ee918ab9bbd390a5 612 tex optional hbf-cns40-3_1.0-3.1.dsc
 d169e061b648c474dd6ffb6ad65ddbca 3117 tex optional hbf-cns40-3_1.0-3.1.diff.gz
 41e3563b635c5fd42d0fb2a40cc4ccb5 605432 tex optional 
hbf-cns40-3_1.0-3.1_all.deb

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

iD8DBQFEuU5kNFDtUT/MKpARAnJRAKDK+v/4Rf2vhV2JJJgzxH87qjBdEwCdGhNZ
qU7VsYsyCWAnokddgBPwVCY=
=qfBb
-END PGP SIGNATURE-


Accepted:
hbf-cns40-3_1.0-3.1.diff.gz
  to pool/main/h/hbf-cns40-3/hbf-cns40-3_1.0-3.1.diff.gz
hbf-cns40-3_1.0-3.1.dsc
  to pool/main/h/hbf-cns40-3/hbf-cns40-3_1.0-3.1.dsc
hbf-cns40-3_1.0-3.1_all.deb
  to pool/main/h/hbf-cns40-3/hbf-cns40-3_1.0-3.1_all.deb


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



Accepted quagga 0.99.4-4 (source all amd64)

2006-07-15 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 20:22:12 +0200
Source: quagga
Binary: quagga quagga-doc
Architecture: source amd64 all
Version: 0.99.4-4
Distribution: unstable
Urgency: low
Maintainer: Christian Hammers [EMAIL PROTECTED]
Changed-By: Christian Hammers [EMAIL PROTECTED]
Description: 
 quagga - unoff. successor of the Zebra BGP/OSPF/RIP routing daemon
 quagga-doc - documentation files for quagga
Closes: 376142 378274
Changes: 
 quagga (0.99.4-4) unstable; urgency=low
 .
   * Recreate /var/run if not present because /var is e.g. on a tmpfs
 filesystem (thanks to Martin Pitt). Closes: #376142
   * Removed nonexistant option from ospfd.8 manpage (thanks to
 David Medberry). Closes: 378274
Files: 
 a01638e12894d897b82e54338318a777 752 net optional quagga_0.99.4-4.dsc
 734225989f995b4eaf3cf945c30103b2 27920 net optional quagga_0.99.4-4.diff.gz
 c5ba6448e55589ac74034df923a30c1f 705974 net optional 
quagga-doc_0.99.4-4_all.deb
 2e2d52c3030ded4c132f92bf80c027c1 1402346 net optional quagga_0.99.4-4_amd64.deb

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

iEYEARECAAYFAkS5OdUACgkQkR9K5oahGOYqIgCgvyDj/oWANkKGBmNZyZwjkJBz
cDoAn2tl1eEAGwHSBgBTRjIaBeRjVu3s
=R0pN
-END PGP SIGNATURE-


Accepted:
quagga-doc_0.99.4-4_all.deb
  to pool/main/q/quagga/quagga-doc_0.99.4-4_all.deb
quagga_0.99.4-4.diff.gz
  to pool/main/q/quagga/quagga_0.99.4-4.diff.gz
quagga_0.99.4-4.dsc
  to pool/main/q/quagga/quagga_0.99.4-4.dsc
quagga_0.99.4-4_amd64.deb
  to pool/main/q/quagga/quagga_0.99.4-4_amd64.deb


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



Accepted tla 1.3.4-1 (source sparc all)

2006-07-15 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 13:03:22 -0400
Source: tla
Binary: tla-doc tla
Architecture: source sparc all
Version: 1.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 tla- arch revision control system
 tla-doc- revision control system (documentation)
Closes: 361095 370272
Changes: 
 tla (1.3.4-1) unstable; urgency=low
 .
   * QA upload.
   * New upstream release.
   * Bump to Standards-Version 3.7.2.
   * Incorporate NMUs.  closes: #361095, #370272.
   * Update debian/generate-manpage.pl to cope with new
 tla --version output.
Files: 
 22a136bb7c7579453ab282d37ac407bb 601 devel optional tla_1.3.4-1.dsc
 9c6026bd37cab999368f8fa9c2fa7002 3714355 devel optional tla_1.3.4.orig.tar.gz
 437191975572c16e650daecde37a692a 64862 devel optional tla_1.3.4-1.diff.gz
 fbed43a34bdb203f8d9ceae4e00eae6f 49360 devel optional tla-doc_1.3.4-1_all.deb
 cf486ebd41bb79bd675cabafef21630d 305326 devel optional tla_1.3.4-1_sparc.deb

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

iD8DBQFEuTks5m0u66uWM3ARAtzUAKCRkjGejsDe/RmpH3BnXJ9KTqdaAgCggiRa
xFT+VK55mCmeuFk3olRJsoI=
=5/Qc
-END PGP SIGNATURE-


Accepted:
tla-doc_1.3.4-1_all.deb
  to pool/main/t/tla/tla-doc_1.3.4-1_all.deb
tla_1.3.4-1.diff.gz
  to pool/main/t/tla/tla_1.3.4-1.diff.gz
tla_1.3.4-1.dsc
  to pool/main/t/tla/tla_1.3.4-1.dsc
tla_1.3.4-1_sparc.deb
  to pool/main/t/tla/tla_1.3.4-1_sparc.deb
tla_1.3.4.orig.tar.gz
  to pool/main/t/tla/tla_1.3.4.orig.tar.gz


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



Accepted pyvorbis 1.3-1.2 (source amd64)

2006-07-15 Thread Pierre Habouzit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 21:11:54 +0200
Source: pyvorbis
Binary: python-pyvorbis
Architecture: source amd64
Version: 1.3-1.2
Distribution: unstable
Urgency: low
Maintainer: Christopher L Cheney [EMAIL PROTECTED]
Changed-By: Pierre Habouzit [EMAIL PROTECTED]
Description: 
 python-pyvorbis - A Python interface to the Ogg Vorbis library
Changes: 
 pyvorbis (1.3-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * tighten depends, as it caused FTBFSes (we need to build against the
 transitionned pyogg !).
Files: 
 16781a51e249c5f012960fff0a4b62e8 688 interpreters optional pyvorbis_1.3-1.2.dsc
 1c328a304f28292fad6d72368d48d066 3020 interpreters optional 
pyvorbis_1.3-1.2.diff.gz
 7dfbf713beb08fa2ac3099923ee8bf00 54084 interpreters optional 
python-pyvorbis_1.3-1.2_amd64.deb

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

iD8DBQFEuT6NvGr7W6HudhwRAsfnAKCYD9yJdysWx9h9GR8GSlPkSR1U8wCghRl1
JG1Imms4BjmhlgrInY54CM4=
=xUg6
-END PGP SIGNATURE-


Accepted:
python-pyvorbis_1.3-1.2_amd64.deb
  to pool/main/p/pyvorbis/python-pyvorbis_1.3-1.2_amd64.deb
pyvorbis_1.3-1.2.diff.gz
  to pool/main/p/pyvorbis/pyvorbis_1.3-1.2.diff.gz
pyvorbis_1.3-1.2.dsc
  to pool/main/p/pyvorbis/pyvorbis_1.3-1.2.dsc


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



Accepted picon-news 2006.06.12-1 (source all)

2006-07-15 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 21:03:09 +0200
Source: picon-news
Binary: picon-news
Architecture: source all
Version: 2006.06.12-1
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 picon-news - Picon (Personal Images) db of Usenet newsgroups and hierarchies
Closes: 362539
Changes: 
 picon-news (2006.06.12-1) unstable; urgency=low
 .
   * New upstream release.
   * Replaced debmake with debhelper (closes: #362539)
Files: 
 8b0489556f547051abe4827c4cb4a8cb 580 non-free/graphics extra 
picon-news_2006.06.12-1.dsc
 97596f6cf5e8c4c469b54a435ca7dfb4 474524 non-free/graphics extra 
picon-news_2006.06.12.orig.tar.gz
 a1bf787945860c3e2cfceba6d169a919 4142 non-free/graphics extra 
picon-news_2006.06.12-1.diff.gz
 bbbfa0c4ba52897359de2657a8939a70 477004 non-free/graphics extra 
picon-news_2006.06.12-1_all.deb

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

iD8DBQFEuTwWAbtddT3jfcARAhG/AJ0QO6gfUWF/TID8BwG6gAzeWLCEOgCgjiIl
vcUNCccLlZHTSr812Vu5Q0Y=
=o4bX
-END PGP SIGNATURE-


Accepted:
picon-news_2006.06.12-1.diff.gz
  to pool/non-free/p/picon-news/picon-news_2006.06.12-1.diff.gz
picon-news_2006.06.12-1.dsc
  to pool/non-free/p/picon-news/picon-news_2006.06.12-1.dsc
picon-news_2006.06.12-1_all.deb
  to pool/non-free/p/picon-news/picon-news_2006.06.12-1_all.deb
picon-news_2006.06.12.orig.tar.gz
  to pool/non-free/p/picon-news/picon-news_2006.06.12.orig.tar.gz


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



Accepted picon-misc 2006.01.02-2 (source all)

2006-07-15 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 21:29:12 +0200
Source: picon-misc
Binary: picon-misc
Architecture: source all
Version: 2006.01.02-2
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 picon-misc - Picon (Personal Images) database of common accounts and misc.
Closes: 372998
Changes: 
 picon-misc (2006.01.02-2) unstable; urgency=low
 .
   * Replaced debmake with debhelper (closes: #372998)
Files: 
 85fa3fa6ef85bff4eee41cf9dfde4c49 579 non-free/graphics extra 
picon-misc_2006.01.02-2.dsc
 b8c726ceb2f9810322cc715f770ae7a6 3973 non-free/graphics extra 
picon-misc_2006.01.02-2.diff.gz
 37e3ecd6de609362fed3f8a15c499240 46638 non-free/graphics extra 
picon-misc_2006.01.02-2_all.deb

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

iD8DBQFEuUIhAbtddT3jfcARArZ7AJ904snoDIo8lvLr1FbWa9KC2q4qVQCfTIJH
jPVP/T9U9McqUYQgTc2xaAg=
=p5Hc
-END PGP SIGNATURE-


Accepted:
picon-misc_2006.01.02-2.diff.gz
  to pool/non-free/p/picon-misc/picon-misc_2006.01.02-2.diff.gz
picon-misc_2006.01.02-2.dsc
  to pool/non-free/p/picon-misc/picon-misc_2006.01.02-2.dsc
picon-misc_2006.01.02-2_all.deb
  to pool/non-free/p/picon-misc/picon-misc_2006.01.02-2_all.deb


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



Accepted picon-domains 2006.07.14-1 (source all)

2006-07-15 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 11:33:19 +0200
Source: picon-domains
Binary: picon-domains
Architecture: source all
Version: 2006.07.14-1
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 picon-domains - Picon (Personal Images) database of for Internet domain logos.
Closes: 362535
Changes: 
 picon-domains (2006.07.14-1) unstable; urgency=low
 .
   * New upstream release.
   * Replaced debmake with debhelper (closes: #362535)
Files: 
 be942e51fa23d75fae76f8cf11574e02 593 non-free/graphics extra 
picon-domains_2006.07.14-1.dsc
 511c5586cc38dce68e22f69fc04992ad 3417077 non-free/graphics extra 
picon-domains_2006.07.14.orig.tar.gz
 8d16e7218d8bb7d758f01898dc167d9a 4652 non-free/graphics extra 
picon-domains_2006.07.14-1.diff.gz
 6291b338bfa24d875a79ca421e6c6c8e 12644 non-free/graphics extra 
picon-domains_2006.07.14-1_all.deb

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

iD8DBQFEuLg7AbtddT3jfcARArEmAJ4jw/IzxFiqpQfQHMwVr7QVMlP1mwCggOc1
AETxgFLREbFu3eMQmU/JQ5c=
=Gn3Y
-END PGP SIGNATURE-


Accepted:
picon-domains_2006.07.14-1.diff.gz
  to pool/non-free/p/picon-domains/picon-domains_2006.07.14-1.diff.gz
picon-domains_2006.07.14-1.dsc
  to pool/non-free/p/picon-domains/picon-domains_2006.07.14-1.dsc
picon-domains_2006.07.14-1_all.deb
  to pool/non-free/p/picon-domains/picon-domains_2006.07.14-1_all.deb
picon-domains_2006.07.14.orig.tar.gz
  to pool/non-free/p/picon-domains/picon-domains_2006.07.14.orig.tar.gz


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



Accepted gcc-3.4 3.4.6-4 (source all i386 powerpc)

2006-07-15 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 14:56:19 +0200
Source: gcc-3.4
Binary: g77-3.4-doc gcc-3.4-base cpp-3.4 gcc-3.4-hppa64 gcc-3.4-soft-float 
gcc-3.4 cpp-3.4-doc lib64g2c0 gcc-3.4-doc libstdc++6-dev libg2c0-dev 
libstdc++6-doc gpc-2.1-3.4-doc lib32g2c0 libg2c0 libstdc++6-pic libstdc++6-dbg 
g++-3.4 gpc-2.1-3.4 g77-3.4
Architecture: all i386 powerpc source 
Version: 3.4.6-4
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-3.4- The GNU C preprocessor
 g++-3.4- The GNU C++ compiler
 g77-3.4- The GNU Fortran 77 compiler
 gcc-3.4- The GNU C compiler
 gcc-3.4-base - The GNU Compiler Collection (base package)
 gpc-2.1-3.4 - The GNU Pascal compiler
 lib64g2c0  - Runtime library for GNU Fortran 77 applications (64bit)
 libg2c0- Runtime library for GNU Fortran 77 applications
 libg2c0-dev - GNU Fortran 77 library development
 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Changes: 
 gcc-3.4 (3.4.6-4) unstable; urgency=low
 .
   * Add /usr/include/target_alias to the standard include path for
 non-biarch architectures as well.
   * On powerpc, use /usr/include/powerpc64-linux-gnu instead of
 /usr/include/ppc64-linux-gnu. Addresses: #374535.
Files: 
 002767276e3804641642f4ad1f8f0d29 164340 devel optional 
gcc-3.4-base_3.4.6-4_powerpc.deb
 0daa1163df35391c8ccd72c1eb73a87d 8943942 libdevel extra 
libstdc++6-dbg_3.4.6-4_i386.deb
 1993c6ffcd8e35bc380d6cbe006dfe13 54916 libs optional 
libg2c0_3.4.6-4_powerpc.deb
 21ff82ba90af274c6e37a03c15fb7415 182544 doc optional 
cpp-3.4-doc_3.4.6-4_all.deb
 22ce50a338c36c0f09f963058742aa54 1996576 interpreters optional 
cpp-3.4_3.4.6-4_powerpc.deb
 2536bc0cbf05149b6a4384e7a1b26226 1273136 libdevel optional 
libstdc++6-dev_3.4.6-4_i386.deb
 3470588bf9fe755adc8848b93547d622 1907188 devel optional 
g77-3.4_3.4.6-4_i386.deb
 3491d77a1662d536aea721eb63b5e9b0 631444 doc optional 
g77-3.4-doc_3.4.6-4_all.deb
 3d8a403f269dfea0f6714cf94d130f17 51148 libs optional libg2c0_3.4.6-4_i386.deb
 43b1a0385eda54a3d004b18834f250c0 394755 devel optional gcc-3.4_3.4.6-4.diff.gz
 448c8406faa30d4c27f0a68bea2e2b79 164314 devel optional 
gcc-3.4-base_3.4.6-4_i386.deb
 469791d99a04eaf4add5516342aed97a 902748 doc optional 
gpc-2.1-3.4-doc_3.4.6-4_all.deb
 4fafff87bc276006c1f5463e89cf4138 1745850 interpreters optional 
cpp-3.4_3.4.6-4_i386.deb
 50ad57679641ed94eb62dd35cd4876f3 1479558 doc optional 
gcc-3.4-doc_3.4.6-4_all.deb
 610abb3b3f5edfa9fdba3001e2d3cf0d 9330480 libdevel extra 
libstdc++6-dbg_3.4.6-4_powerpc.deb
 621d4ab118ab4cc2abda952485b87d0f 2160322 devel optional 
g77-3.4_3.4.6-4_powerpc.deb
 67eb39fdcae1e44a9e94b70c54862552 2644034 devel optional 
gpc-2.1-3.4_3.4.6-4_powerpc.deb
 77ab7e2bafe688e96db1a1fa972c1399 8564024 doc optional 
libstdc++6-doc_3.4.6-4_all.deb
 7b615d55e3714783b99a662d9960444a 142088 libdevel optional 
libg2c0-dev_3.4.6-4_i386.deb
 7ff04fed348a91017adfe62f3a646972 757918 libdevel extra 
libstdc++6-pic_3.4.6-4_i386.deb
 8c8c9d7d8f634b2af4d063318fc5108d 65286 libs optional 
lib64g2c0_3.4.6-4_powerpc.deb
 92715aa8bb953d87a09a8ab9d515b0dd 1596236 devel optional 
gcc-3.4_3.4.6-4_powerpc.deb
 a603a228b33e5b9a068ced65dc418cb3 167318 libdevel optional 
libg2c0-dev_3.4.6-4_powerpc.deb
 aab7fa9c9561547c5139b53669c6ab42 852378 libdevel extra 
libstdc++6-pic_3.4.6-4_powerpc.deb
 b61a0179bd06125b224cd092c811d120 2250588 devel optional 
g++-3.4_3.4.6-4_powerpc.deb
 2641c614276daeea828bd12440bc6cb6 2109 devel optional gcc-3.4_3.4.6-4.dsc
 d91faefd259de99310a3b50e564b5ca6 2350920 devel optional 
gpc-2.1-3.4_3.4.6-4_i386.deb
 e99e17eb84d61d8f101c912e0b8cb929 54632 libs optional lib64g2c0_3.4.6-4_i386.deb
 f21c7ed5546d1355166908e45f43adab 1542992 devel optional 
gcc-3.4_3.4.6-4_i386.deb
 f29b3e9199bc455992fb8047e9f3c4cc 1395436 libdevel optional 
libstdc++6-dev_3.4.6-4_powerpc.deb
 f63c98227cad51e9378112879d7347c4 1989304 devel optional 
g++-3.4_3.4.6-4_i386.deb

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

iD8DBQFEuTyXStlRaw+TLJwRAlmcAJ97n4hdxJS3tNDJrsB2xpqO0TSg5QCgknmg
ZH3zRG3F4n0Ym8vpwvpKXRw=
=WUgY
-END PGP SIGNATURE-


Accepted:
cpp-3.4-doc_3.4.6-4_all.deb
  to pool/main/g/gcc-3.4/cpp-3.4-doc_3.4.6-4_all.deb
cpp-3.4_3.4.6-4_i386.deb
  to pool/main/g/gcc-3.4/cpp-3.4_3.4.6-4_i386.deb
cpp-3.4_3.4.6-4_powerpc.deb
  to pool/main/g/gcc-3.4/cpp-3.4_3.4.6-4_powerpc.deb
g++-3.4_3.4.6-4_i386.deb
  to pool/main/g/gcc-3.4/g++-3.4_3.4.6-4_i386.deb
g++-3.4_3.4.6-4_powerpc.deb
  to pool/main/g/gcc-3.4/g++-3.4_3.4.6-4_powerpc.deb
g77-3.4-doc_3.4.6-4_all.deb
  to pool/main/g/gcc-3.4/g77-3.4-doc_3.4.6-4_all.deb
g77-3.4_3.4.6-4_i386.deb
  to pool/main/g/gcc-3.4/g77-3.4_3.4.6-4_i386.deb
g77-3.4_3.4.6-4_powerpc.deb
  to 

Accepted deskbar-applet 2.14.2-4 (source i386)

2006-07-15 Thread Sebastian Rittau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 21:07:14 +0200
Source: deskbar-applet
Binary: deskbar-applet
Architecture: source i386
Version: 2.14.2-4
Distribution: unstable
Urgency: low
Maintainer: Sebastian Rittau [EMAIL PROTECTED]
Changed-By: Sebastian Rittau [EMAIL PROTECTED]
Description: 
 deskbar-applet - universal search and navigation bar for GNOME
Closes: 378376
Changes: 
 deskbar-applet (2.14.2-4) unstable; urgency=low
 .
   * debian/control: Restored build dependencies.
 + Closes: #378376 FTBFS: No package 'pygtk-2.0' found
Files: 
 7c08cd693624d01a04ce2269693bc8a5 883 gnome optional deskbar-applet_2.14.2-4.dsc
 ccb7260fccc4d6f7452de290833db626 77145 gnome optional 
deskbar-applet_2.14.2-4.diff.gz
 6ac04eb3a90b713676ba7618f95fb335 473208 gnome optional 
deskbar-applet_2.14.2-4_i386.deb

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

iD8DBQFEuT46cU5mtElqGCcRApfOAKDVsWOsBIQAleghyXwoljIC1wHqIQCffTM/
wNjfJq0ct3nU99Cx4APV8Eg=
=Bk85
-END PGP SIGNATURE-


Accepted:
deskbar-applet_2.14.2-4.diff.gz
  to pool/main/d/deskbar-applet/deskbar-applet_2.14.2-4.diff.gz
deskbar-applet_2.14.2-4.dsc
  to pool/main/d/deskbar-applet/deskbar-applet_2.14.2-4.dsc
deskbar-applet_2.14.2-4_i386.deb
  to pool/main/d/deskbar-applet/deskbar-applet_2.14.2-4_i386.deb


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



Accepted picon-users 2006.07.03-1 (source all)

2006-07-15 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 21:05:23 +0200
Source: picon-users
Binary: picon-users
Architecture: source all
Version: 2006.07.03-1
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 picon-users - Picon (Personal Images) database of individual Internet accounts
Closes: 362541
Changes: 
 picon-users (2006.07.03-1) unstable; urgency=low
 .
   * New upstream release.
   * Replaced debmake with debhelper (closes: #362541)
Files: 
 05035d84d454e2d1e6eff43543d40cb3 585 non-free/graphics extra 
picon-users_2006.07.03-1.dsc
 75f6c71f33a842d6e7b6e1362766a075 4667566 non-free/graphics extra 
picon-users_2006.07.03.orig.tar.gz
 be0194fe747a7b5be775d95596cdf7c6 4802 non-free/graphics extra 
picon-users_2006.07.03-1.diff.gz
 15d62634c330715a08c4aaa1f69c9759 4663090 non-free/graphics extra 
picon-users_2006.07.03-1_all.deb

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

iD8DBQFEuT33AbtddT3jfcARAl4FAKCe9ufzncqnAggTP3nCZbHbRwcRJwCeMlvG
8c9v7IFylD74OuSHzJ6wlLo=
=Gsic
-END PGP SIGNATURE-


Accepted:
picon-users_2006.07.03-1.diff.gz
  to pool/non-free/p/picon-users/picon-users_2006.07.03-1.diff.gz
picon-users_2006.07.03-1.dsc
  to pool/non-free/p/picon-users/picon-users_2006.07.03-1.dsc
picon-users_2006.07.03-1_all.deb
  to pool/non-free/p/picon-users/picon-users_2006.07.03-1_all.deb
picon-users_2006.07.03.orig.tar.gz
  to pool/non-free/p/picon-users/picon-users_2006.07.03.orig.tar.gz


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



Accepted xdx 2.1-2 (source i386)

2006-07-15 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 20:43:09 +0200
Source: xdx
Binary: xdx
Architecture: source i386
Version: 2.1-2
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 xdx- DX-cluster tcp/ip client for amateur radio
Changes: 
 xdx (2.1-2) unstable; urgency=low
 .
   * Suggests hamradiomenus.
Files: 
 9ac176277bc1512074e7cc2fa2e5b421 587 hamradio optional xdx_2.1-2.dsc
 d08d85994193a97039881d2841ca206e 6439 hamradio optional xdx_2.1-2.diff.gz
 f70579a6b718a4cdab25ce371a44200c 99852 hamradio optional xdx_2.1-2_i386.deb

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

iD8DBQFEuThS/CqtjGLxpX8RAhOSAKCBb29ynPhoSOOF9BurS47SL8m7ZwCff0Yh
4iLyGdILJdINIKQkReQ1Fek=
=NPS5
-END PGP SIGNATURE-


Accepted:
xdx_2.1-2.diff.gz
  to pool/main/x/xdx/xdx_2.1-2.diff.gz
xdx_2.1-2.dsc
  to pool/main/x/xdx/xdx_2.1-2.dsc
xdx_2.1-2_i386.deb
  to pool/main/x/xdx/xdx_2.1-2_i386.deb


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



Accepted picon-weather 2006.01.02-2 (source all)

2006-07-15 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 21:30:35 +0200
Source: picon-weather
Binary: picon-weather
Architecture: source all
Version: 2006.01.02-2
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 picon-weather - Picon (Personal Images) database for displaying weather 
forecasts
Closes: 372981
Changes: 
 picon-weather (2006.01.02-2) unstable; urgency=low
 .
   * Replaced debmake with debhelper (closes: #372981)
Files: 
 d741ca7a2c3a603608c6325fabea8de2 591 non-free/graphics extra 
picon-weather_2006.01.02-2.dsc
 a6279c7315d95732de3610c1bf3978e6 4213 non-free/graphics extra 
picon-weather_2006.01.02-2.diff.gz
 495562e90bb3f5e8e4987b9b295157d5 83602 non-free/graphics extra 
picon-weather_2006.01.02-2_all.deb

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

iD8DBQFEuUJsAbtddT3jfcARAnebAJ456owkL2SLf1utgK2l2z9Bs3YDoQCfdocP
rbDY6D2Ns9amknSas19zwjU=
=mcCl
-END PGP SIGNATURE-


Accepted:
picon-weather_2006.01.02-2.diff.gz
  to pool/non-free/p/picon-weather/picon-weather_2006.01.02-2.diff.gz
picon-weather_2006.01.02-2.dsc
  to pool/non-free/p/picon-weather/picon-weather_2006.01.02-2.dsc
picon-weather_2006.01.02-2_all.deb
  to pool/non-free/p/picon-weather/picon-weather_2006.01.02-2_all.deb


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



Accepted xlog 1.3.1-4 (source i386)

2006-07-15 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 20:48:16 +0200
Source: xlog
Binary: xlog
Architecture: source i386
Version: 1.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 xlog   - GTK+ Logging program for Hamradio Operators
Changes: 
 xlog (1.3.1-4) unstable; urgency=low
 .
   * Suggests hamradiomenus.
Files: 
 f81a68e8cf17ee0115b02e1fc0be6345 611 hamradio optional xlog_1.3.1-4.dsc
 842a2cdd5a2ad82c5a03f6db57f5d7ab 16955 hamradio optional xlog_1.3.1-4.diff.gz
 963905a73709e244db9774b7c0ead1b6 556164 hamradio optional xlog_1.3.1-4_i386.deb

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

iD8DBQFEuTsS/CqtjGLxpX8RAkhqAJ95N1RdYwgMACIQXwxDYA7E4RIUKwCgnVQ2
durFp2/3WgMChHY1j2bmsCE=
=LULY
-END PGP SIGNATURE-


Accepted:
xlog_1.3.1-4.diff.gz
  to pool/main/x/xlog/xlog_1.3.1-4.diff.gz
xlog_1.3.1-4.dsc
  to pool/main/x/xlog/xlog_1.3.1-4.dsc
xlog_1.3.1-4_i386.deb
  to pool/main/x/xlog/xlog_1.3.1-4_i386.deb


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



Accepted picon-usenix 1995.04.13-8 (source all)

2006-07-15 Thread Hakan Ardo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 21:17:42 +0200
Source: picon-usenix
Binary: picon-usenix
Architecture: source all
Version: 1995.04.13-8
Distribution: unstable
Urgency: low
Maintainer: Hakan Ardo [EMAIL PROTECTED]
Changed-By: Hakan Ardo [EMAIL PROTECTED]
Description: 
 picon-usenix - Picon (Personal Images) db of Usenix conference attendees
Closes: 372974
Changes: 
 picon-usenix (1995.04.13-8) unstable; urgency=low
 .
   * Replaced debmake with debhelper (closes: #372974)
Files: 
 cf8cc4478be179c72712a7436aba5bb5 590 non-free/graphics extra 
picon-usenix_1995.04.13-8.dsc
 be3ab718a10c95e059a62a68b75b7081 3714 non-free/graphics extra 
picon-usenix_1995.04.13-8.diff.gz
 8775cc9d28c74fbfee26cc2679bbf53f 14082438 non-free/graphics extra 
picon-usenix_1995.04.13-8_all.deb

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

iD8DBQFEuUGHAbtddT3jfcARAoGcAKCrw7GEK0GOg85SE1IqRW0jDP7phwCeKUWk
Gi16+JLG2XhyQi1FD5LZdbc=
=1VET
-END PGP SIGNATURE-


Accepted:
picon-usenix_1995.04.13-8.diff.gz
  to pool/non-free/p/picon-usenix/picon-usenix_1995.04.13-8.diff.gz
picon-usenix_1995.04.13-8.dsc
  to pool/non-free/p/picon-usenix/picon-usenix_1995.04.13-8.dsc
picon-usenix_1995.04.13-8_all.deb
  to pool/non-free/p/picon-usenix/picon-usenix_1995.04.13-8_all.deb


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



Accepted mldonkey 2.7.7-4 (source i386)

2006-07-15 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 13 Jul 2006 12:49:45 +
Source: mldonkey
Binary: mldonkey-gui mldonkey-server
Architecture: source i386
Version: 2.7.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 mldonkey-gui - Graphical frontend for mldonkey based on GTK
 mldonkey-server - Door to the 'donkey' network
Closes: 354701 377865 378150
Changes: 
 mldonkey (2.7.7-4) unstable; urgency=low
 .
   * Import patch from Ubuntu (thanks Reinhard Tartler) to handle systems where
 /var/run is cleaned on reboot, closes: #354701.
 - Introduce new config variable in /etc/default/mldonkey-server:
   MLDONKEY_USER. This variable is only used by the init script.
 - Mke the initscript create /var/run/mldonkey-server, setting correct
   owner and permissions.
   * Added 04_cfs.dpatch (thanks spiralvoice) to handle CFS filesystems which
 incorrectly report freespace, closes: #377865.
   * Added a build-dependency on libmagic-dev, closes: #378150.
   * Added a build-dependency on ocaml-best-compilers since mldonkey is a
 fairly big package to build.
   * We don't need to remove rpaths anymore.
Files: 
 1950e8ba5eb55bd4a9427fb57d011c11 986 net optional mldonkey_2.7.7-4.dsc
 f06b6a1c6f58c39bfaf5ac32fb568503 115940 net optional mldonkey_2.7.7-4.diff.gz
 bccf37c07d9e83a96398ff3ac6be05cd 2870464 net optional 
mldonkey-server_2.7.7-4_i386.deb
 6fb28ed2e20ac744eb9b490606a664fd 3338656 net optional 
mldonkey-gui_2.7.7-4_i386.deb

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

iD8DBQFEuVcRIae1O4AJae8RAr1kAJ4vyAb0k7ILsN4XGyhWjTUXImowlwCdG+d0
f5WSWPsIEcNOAFgoUIhFeKg=
=AtBq
-END PGP SIGNATURE-


Accepted:
mldonkey-gui_2.7.7-4_i386.deb
  to pool/main/m/mldonkey/mldonkey-gui_2.7.7-4_i386.deb
mldonkey-server_2.7.7-4_i386.deb
  to pool/main/m/mldonkey/mldonkey-server_2.7.7-4_i386.deb
mldonkey_2.7.7-4.diff.gz
  to pool/main/m/mldonkey/mldonkey_2.7.7-4.diff.gz
mldonkey_2.7.7-4.dsc
  to pool/main/m/mldonkey/mldonkey_2.7.7-4.dsc


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



Accepted linsmith 0.99.1-1 (source i386)

2006-07-15 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 17:39:11 -0300
Source: linsmith
Binary: linsmith
Architecture: source i386
Version: 0.99.1-1
Distribution: unstable
Urgency: low
Maintainer: Margarita Manterola [EMAIL PROTECTED]
Changed-By: Margarita Manterola [EMAIL PROTECTED]
Description: 
 linsmith   - a tool to generate Smith Charts
Changes: 
 linsmith (0.99.1-1) unstable; urgency=low
 .
   * New upstream release
   * Updated debhelper's compatibility level to 5, no changes needed.
   * Updated Standards-Version to 3.7.2, no changes needed.
Files: 
 39633029dc42ce6dc9b3acaeb0a8eae4 644 electronics optional linsmith_0.99.1-1.dsc
 af4f5f04a91caaea6bdef0333175c81d 949495 electronics optional 
linsmith_0.99.1.orig.tar.gz
 bf6df6ad08d958f9344de97b0198b543 10116 electronics optional 
linsmith_0.99.1-1.diff.gz
 9ba0a44f0729c480b36d2152434c12dc 832714 electronics optional 
linsmith_0.99.1-1_i386.deb

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

iD8DBQFEuVpelAuUx1tI/64RAj9gAKCt2xHBO6IsN4O2LZ8FeSWexI5nDQCfTyRt
lvxWUA05g8/I2rKPf5AKMhc=
=s8TZ
-END PGP SIGNATURE-


Accepted:
linsmith_0.99.1-1.diff.gz
  to pool/main/l/linsmith/linsmith_0.99.1-1.diff.gz
linsmith_0.99.1-1.dsc
  to pool/main/l/linsmith/linsmith_0.99.1-1.dsc
linsmith_0.99.1-1_i386.deb
  to pool/main/l/linsmith/linsmith_0.99.1-1_i386.deb
linsmith_0.99.1.orig.tar.gz
  to pool/main/l/linsmith/linsmith_0.99.1.orig.tar.gz


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



Accepted pgplot5 5.2.2-8 (source i386)

2006-07-15 Thread Carlo Segre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:18:41 -0500
Source: pgplot5
Binary: pgplot5
Architecture: source i386
Version: 5.2.2-8
Distribution: unstable
Urgency: low
Maintainer: Gopal Narayanan [EMAIL PROTECTED]
Changed-By: Carlo Segre [EMAIL PROTECTED]
Description: 
 pgplot5- large subroutine library for plotting scientific data
Closes: 375459 376822
Changes: 
 pgplot5 (5.2.2-8) unstable; urgency=low
 .
   * Adding co-maintainer: Carlo Segre [EMAIL PROTECTED]
   * Applying NMU patches, thanks to Matej Vela [EMAIL PROTECTED]:
   libxaw-dev (Closes: #375459)
   dh_installdocs (Closes: #376822)
Files: 
 e55cad8365f5928cea54ac0b715c105e 701 non-free/math optional pgplot5_5.2.2-8.dsc
 1ffcf3a68dcbf0520e9b910b787bcc7e 13932 non-free/math optional 
pgplot5_5.2.2-8.diff.gz
 faeeb7ad06d088f804b702d2b0c6c29e 626940 non-free/math optional 
pgplot5_5.2.2-8_i386.deb

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

iD8DBQFEuV+tebASZpNwHu8RAs3FAJ45fo+wIjMHjfp++qCNSWMYcrQQuACfX2hV
SIxVdrz5uZlkbCyQPX3g2mY=
=CSfO
-END PGP SIGNATURE-


Accepted:
pgplot5_5.2.2-8.diff.gz
  to pool/non-free/p/pgplot5/pgplot5_5.2.2-8.diff.gz
pgplot5_5.2.2-8.dsc
  to pool/non-free/p/pgplot5/pgplot5_5.2.2-8.dsc
pgplot5_5.2.2-8_i386.deb
  to pool/non-free/p/pgplot5/pgplot5_5.2.2-8_i386.deb


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



Accepted qalculate-gtk 0.9.4-2 (source i386 all)

2006-07-15 Thread Martin Waitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 30 Jun 2006 02:18:52 +0200
Source: qalculate-gtk
Binary: qalculate qalculate-gtk
Architecture: source i386 all
Version: 0.9.4-2
Distribution: unstable
Urgency: low
Maintainer: Martin Waitz [EMAIL PROTECTED]
Changed-By: Martin Waitz [EMAIL PROTECTED]
Description: 
 qalculate  - Powerful and easy to use desktop calculator - transitional
 qalculate-gtk - Powerful and easy to use desktop calculator - GTK version
Closes: 378254
Changes: 
 qalculate-gtk (0.9.4-2) unstable; urgency=low
 .
   * debian/control: add libgnomeui-dev to build depends (Closes: #378254)
Files: 
 5164e4fc198a9364c10a383720f6eb81 770 math optional qalculate-gtk_0.9.4-2.dsc
 dc6c532c218209825c74682841b4e793 3963 math optional 
qalculate-gtk_0.9.4-2.diff.gz
 1431f46a6fd113a28db4cc7938a2787a 25306 math optional qalculate_0.9.4-2_all.deb
 a68246fc6f4832915aea2d68bd5c212f 1265776 math optional 
qalculate-gtk_0.9.4-2_i386.deb

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

iD8DBQFEuWZej/Eaxd/oD7IRAvEbAJ4sDAIg1/usEC471InijHwLAAvavACfblJ9
NQWWad4WW55w3lb8BP6XwEQ=
=N4D5
-END PGP SIGNATURE-


Accepted:
qalculate-gtk_0.9.4-2.diff.gz
  to pool/main/q/qalculate-gtk/qalculate-gtk_0.9.4-2.diff.gz
qalculate-gtk_0.9.4-2.dsc
  to pool/main/q/qalculate-gtk/qalculate-gtk_0.9.4-2.dsc
qalculate-gtk_0.9.4-2_i386.deb
  to pool/main/q/qalculate-gtk/qalculate-gtk_0.9.4-2_i386.deb
qalculate_0.9.4-2_all.deb
  to pool/main/q/qalculate-gtk/qalculate_0.9.4-2_all.deb


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



Accepted gcc-defaults 1.40 (source i386)

2006-07-15 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 22:04:21 +
Source: gcc-defaults
Binary: gfortran-doc gij gcc gpc gnat gcc-doc cpp-doc gfortran gobjc g++ 
gobjc++ g77 gnat-doc gpc-doc gcj cpp g77-doc
Architecture: source i386
Version: 1.40
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp- The GNU C preprocessor (cpp)
 cpp-doc- Documentation for the GNU C preprocessor (cpp)
 g++- The GNU C++ compiler
 g77- The GNU Fortran 77 compiler
 g77-doc- Documentation for the GNU Fortran compiler (g77)
 gcc- The GNU C compiler
 gcc-doc- Documentation for the GNU C compilers (gcc, gobjc, g++)
 gcj- The GNU Java compiler
 gfortran   - The GNU Fortran 95 compiler
 gfortran-doc - Documentation for the GNU Fortran compiler (gfortran)
 gij- The GNU Java bytecode interpreter
 gnat   - The GNU Ada compiler
 gnat-doc   - Documentation for the GNU Ada compiler
 gobjc  - The GNU Objective-C compiler
 gobjc++- The GNU Objective-C++ compiler
 gpc- The GNU Pascal compiler
 gpc-doc- Documentation for the GNU Pascal compiler (gpc)
Changes: 
 gcc-defaults (1.40) unstable; urgency=low
 .
   * Don't build gnat-doc on arm and m68k.
Files: 
 e6d1337081a2522f46f66bea58256d7d 812 devel standard gcc-defaults_1.40.dsc
 856ab9ce14357e753fc365815dde266b 81760 devel standard gcc-defaults_1.40.tar.gz
 4dea2388c34e61a8c64ca32adc5ba2fb 30760 interpreters standard 
cpp_4.1.1-5_i386.deb
 ae24d817aeb7558d6af4f93a00c47232 1022 doc optional cpp-doc_4.1.1-5_i386.deb
 ab6e91a76e4460a95daf557ffd7019fc 5110 devel standard gcc_4.1.1-5_i386.deb
 33ec7de9c255b159f0f925927d4439f8 1020 doc optional gcc-doc_4.1.1-5_i386.deb
 7f4a84b6be8418cec383dfe0cd1d7281 912 devel optional gnat_4.1.1-5_i386.deb
 14f2a2f88ee88b937e9c0766877cab98 828 doc optional gnat-doc_4.1.1-5_i386.deb
 3b10569238300f0e9a2e01af95f31d9d 1392 devel standard g++_4.1.1-5_i386.deb
 729a2acec9176dda2ff36e7729149d76 838 devel optional gobjc_4.1.1-5_i386.deb
 7f851809012ac8ba6742f32ff86babd1 860 devel optional gobjc++_4.1.1-5_i386.deb
 23330b5ed1dcd375dc23f169aa659919 1258 devel optional g77_3.4.6-9_i386.deb
 99cded418cfa7695dc5054e8b8543dbc 964 devel optional g77-doc_3.4.6-9_i386.deb
 20b22fd48d75b72343f0723653eddfdb 1156 devel optional gfortran_4.1.1-5_i386.deb
 2fd375051b03d243351f221c20174639 802 doc optional gfortran-doc_4.1.1-5_i386.deb
 9cf9582b9ba505725895d85d921e6690 1456 devel optional gpc_3.4.6-9_i386.deb
 8e7041e3a762613e9a62c829df7044e6 1014 doc optional gpc-doc_3.4.6-9_i386.deb
 1c595f7aad196f192dac73ead0ffcbc1 1300 devel optional gcj_4.1.1-5_i386.deb
 1476762048ae331dde7034a6f497ca35 1234 devel optional gij_4.1.1-5_i386.deb

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

iD8DBQFEuWavStlRaw+TLJwRAnkgAJ9SM7fFgiusBtfh2J5HCWvCIG4vCwCfSevz
+AAWrY3T99K711y1j79qxL8=
=Hfn0
-END PGP SIGNATURE-


Accepted:
cpp-doc_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/cpp-doc_4.1.1-5_i386.deb
cpp_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/cpp_4.1.1-5_i386.deb
g++_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/g++_4.1.1-5_i386.deb
g77-doc_3.4.6-9_i386.deb
  to pool/main/g/gcc-defaults/g77-doc_3.4.6-9_i386.deb
g77_3.4.6-9_i386.deb
  to pool/main/g/gcc-defaults/g77_3.4.6-9_i386.deb
gcc-defaults_1.40.dsc
  to pool/main/g/gcc-defaults/gcc-defaults_1.40.dsc
gcc-defaults_1.40.tar.gz
  to pool/main/g/gcc-defaults/gcc-defaults_1.40.tar.gz
gcc-doc_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gcc-doc_4.1.1-5_i386.deb
gcc_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gcc_4.1.1-5_i386.deb
gcj_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gcj_4.1.1-5_i386.deb
gfortran-doc_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gfortran-doc_4.1.1-5_i386.deb
gfortran_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gfortran_4.1.1-5_i386.deb
gij_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gij_4.1.1-5_i386.deb
gnat-doc_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gnat-doc_4.1.1-5_i386.deb
gnat_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gnat_4.1.1-5_i386.deb
gobjc++_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gobjc++_4.1.1-5_i386.deb
gobjc_4.1.1-5_i386.deb
  to pool/main/g/gcc-defaults/gobjc_4.1.1-5_i386.deb
gpc-doc_3.4.6-9_i386.deb
  to pool/main/g/gcc-defaults/gpc-doc_3.4.6-9_i386.deb
gpc_3.4.6-9_i386.deb
  to pool/main/g/gcc-defaults/gpc_3.4.6-9_i386.deb


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



Accepted linuxtrade 3.65-8 (source i386)

2006-07-15 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:55:35 -0500
Source: linuxtrade
Binary: linuxtrade
Architecture: source i386
Version: 3.65-8
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 linuxtrade - A real-time stock market tracker and news console
Closes: 378302
Changes: 
 linuxtrade (3.65-8) unstable; urgency=low
 .
   * debian/patches/05_Makefile.am_linuxtrade-curl_manpage.patch
 Added target for linuxtrade-curl.1 (Closes: 
#378302)
   * config.{sub,guess}: Copied from /usr/share/misc -- cdbs doesn't do it
 .
   * debian/control: Upgraded Standards-Version: to 3.7.2
Files: 
 6415a7b8c6d5152d5abee9c2883e7e83 653 misc optional linuxtrade_3.65-8.dsc
 3db8a80803c6b95e010caac742853b65 94482 misc optional linuxtrade_3.65-8.diff.gz
 9ac8c3697a8c32c6a38722ae3ad2c4bd 257226 misc optional 
linuxtrade_3.65-8_i386.deb

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

iD8DBQFEuWW4CZSR95Gw07cRAnOnAJ0QOWZZgT3v7k77ewSi0ep4F8sPawCfS0Yf
JfmxOK3mNHymqDo7qAg4g8c=
=QC7H
-END PGP SIGNATURE-


Accepted:
linuxtrade_3.65-8.diff.gz
  to pool/main/l/linuxtrade/linuxtrade_3.65-8.diff.gz
linuxtrade_3.65-8.dsc
  to pool/main/l/linuxtrade/linuxtrade_3.65-8.dsc
linuxtrade_3.65-8_i386.deb
  to pool/main/l/linuxtrade/linuxtrade_3.65-8_i386.deb


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



Accepted nufw 1.0.23-1.1 (source i386)

2006-07-15 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Jul 2006 00:02:00 +0200
Source: nufw
Binary: nuauth-log-pgsql nuauth-extra nufw nutcpc nuauth-log-mysql nuauth 
libnuclient nuauth-utils
Architecture: source i386
Version: 1.0.23-1.1
Distribution: unstable
Urgency: high
Maintainer: Jean-Michel Kelbert [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 libnuclient - client library for nufw authentication
 nuauth - The authentication daemon from the nufw package
 nuauth-extra - The authentication daemon from the nufw package
 nuauth-log-mysql - Module for nuauth logging into mysql databases
 nuauth-log-pgsql - Module for nuauth logging into PostgreSQL databases
 nuauth-utils - Set of tools useful to nuauth admin
 nufw   - a per-user firewalling daemon that interfers with libipq
 nutcpc - a linux client for the nufw authentication gateway system
Closes: 360581
Changes: 
 nufw (1.0.23-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Unbreak syntactically wrong debconf template, which caused problems
 during package installation. (Closes: #360581)
Files: 
 c0709fc105b798e4bc50daf0aac518cf 844 net optional nufw_1.0.23-1.1.dsc
 1f443fcf790bf4590960cf4642f505fc 59667 net optional nufw_1.0.23-1.1.diff.gz
 bcd2269d2a7ff67deea50de7ff51adf6 41602 net optional nufw_1.0.23-1.1_i386.deb
 b8ea086a4ee00e31e9e8c7545413aca5 96772 net optional nuauth_1.0.23-1.1_i386.deb
 c543fa1ae61d6086d9f931bcebe93f7a 38012 net optional 
nuauth-extra_1.0.23-1.1_i386.deb
 47c6c7bb48a48a12e0e636fb6a802495 27758 net optional 
nuauth-log-mysql_1.0.23-1.1_i386.deb
 b2945a4a0b5a1f1d35cd518460b7b37d 28900 net optional 
nuauth-log-pgsql_1.0.23-1.1_i386.deb
 33309b9c106f0dfc273ffe766acab955 22844 net optional nutcpc_1.0.23-1.1_i386.deb
 1c64ef3afbb8571be204d04e2a06ac9d 26284 net optional 
nuauth-utils_1.0.23-1.1_i386.deb
 016ef614b1d7dc2d3d019f09573d1225 37006 net optional 
libnuclient_1.0.23-1.1_i386.deb

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

iD8DBQFEuWa0XKRQ3lK3SH4RAt+MAJ9V+IJQZvw+rTsgSxOQY0VUTVhsNQCgnOcq
ipa7vRVO0K1gsKJmIoHZm04=
=+Eoc
-END PGP SIGNATURE-


Accepted:
libnuclient_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/libnuclient_1.0.23-1.1_i386.deb
nuauth-extra_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/nuauth-extra_1.0.23-1.1_i386.deb
nuauth-log-mysql_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/nuauth-log-mysql_1.0.23-1.1_i386.deb
nuauth-log-pgsql_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/nuauth-log-pgsql_1.0.23-1.1_i386.deb
nuauth-utils_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/nuauth-utils_1.0.23-1.1_i386.deb
nuauth_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/nuauth_1.0.23-1.1_i386.deb
nufw_1.0.23-1.1.diff.gz
  to pool/main/n/nufw/nufw_1.0.23-1.1.diff.gz
nufw_1.0.23-1.1.dsc
  to pool/main/n/nufw/nufw_1.0.23-1.1.dsc
nufw_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/nufw_1.0.23-1.1_i386.deb
nutcpc_1.0.23-1.1_i386.deb
  to pool/main/n/nufw/nutcpc_1.0.23-1.1_i386.deb


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



Accepted luola 1.3.2-2 (source i386 all)

2006-07-15 Thread Christian T. Steigies
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 23:42:30 +0200
Source: luola
Binary: luola luola-data
Architecture: source i386 all
Version: 1.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Christian T. Steigies [EMAIL PROTECTED]
Changed-By: Christian T. Steigies [EMAIL PROTECTED]
Description: 
 luola  - multiplayer cave-flying game
 luola-data - data files for luola
Closes: 376540
Changes: 
 luola (1.3.2-2) unstable; urgency=low
 .
   * stop Build-Depending on automake (closes: #376540)
   * updated Standards-Version to 3.7.2, no changes
Files: 
 dc8abce216e3a0ab25f88a32ac4bc2c2 745 games optional luola_1.3.2-2.dsc
 209836ee6595187827cd82a4425822ef 30439 games optional luola_1.3.2-2.diff.gz
 f899d0b9e7f43e385c71a8f46b45ed82 1509454 games optional 
luola-data_1.3.2-2_all.deb
 b616bece76ff2c7a6f167d0b60433712 110230 games optional luola_1.3.2-2_i386.deb

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

iD8DBQFEuWQRhWcuXd2lEoARAsdFAJ0V/eeGnOR4UUD9ad3Zd10jbZMcTwCcD4U3
M5CMlYH3hl1kIXEf8bFeYXU=
=qGoF
-END PGP SIGNATURE-


Accepted:
luola-data_1.3.2-2_all.deb
  to pool/main/l/luola/luola-data_1.3.2-2_all.deb
luola_1.3.2-2.diff.gz
  to pool/main/l/luola/luola_1.3.2-2.diff.gz
luola_1.3.2-2.dsc
  to pool/main/l/luola/luola_1.3.2-2.dsc
luola_1.3.2-2_i386.deb
  to pool/main/l/luola/luola_1.3.2-2_i386.deb


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



Accepted astyle 1.18-1 (source i386)

2006-07-15 Thread Margarita Manterola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 19:32:20 -0300
Source: astyle
Binary: astyle
Architecture: source i386
Version: 1.18-1
Distribution: unstable
Urgency: low
Maintainer: Margarita Manterola [EMAIL PROTECTED]
Changed-By: Margarita Manterola [EMAIL PROTECTED]
Description: 
 astyle - Source code indenter for C++/C/Java/C# source code
Closes: 118203 201655 270999 355171 375760
Changes: 
 astyle (1.18-1) unstable; urgency=low
 .
   * New upstream release (Closes: #375760).
 + Doesn't remove leading spaces from multi-line comments.
   (Closes: #201655)
 + Fixed indentation problem with ending }; of class statements.
   (Closes: #270999)
 + Fixed extra space that was sometimes added when pad operators was
   used. (Closes: #118203)
 + Fixed problems detecting some keywords as lock or get.
   (Closes: #355171)
   * Updated debhelper compatibility to level 5, no changes needed.
   * Updated Standards-Version to 3.7.2, no changes needed.
   * Updated the watch file.
   * Dropped 100_g++-3.4.dpatch, since it has been applied upstream.
   * Dropped 200_long_lines.dpatch, since it has been applied upstream.
Files: 
 bfb96f299acc525a8e59cb9048b16e79 564 devel optional astyle_1.18-1.dsc
 eda0b9c258aaf27ef3eec685f7283cb5 63599 devel optional astyle_1.18.orig.tar.gz
 6a9ec7e162b91500534ede70277f6bdc 6234 devel optional astyle_1.18-1.diff.gz
 7d7fae160249131c1a56ef26ed75ec3b 76516 devel optional astyle_1.18-1_i386.deb

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

iD8DBQFEuXAulAuUx1tI/64RAg9VAJ9J0+AmZuymag17WNOXOSROnbSy/QCgnsd+
zWhRRWSGrAHjv7nOZxgE4jc=
=CAa7
-END PGP SIGNATURE-


Accepted:
astyle_1.18-1.diff.gz
  to pool/main/a/astyle/astyle_1.18-1.diff.gz
astyle_1.18-1.dsc
  to pool/main/a/astyle/astyle_1.18-1.dsc
astyle_1.18-1_i386.deb
  to pool/main/a/astyle/astyle_1.18-1_i386.deb
astyle_1.18.orig.tar.gz
  to pool/main/a/astyle/astyle_1.18.orig.tar.gz


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



Accepted sbuild 0.49 (source all)

2006-07-15 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 23:42:09 +0100
Source: sbuild
Binary: sbuild
Architecture: source all
Version: 0.49
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers [EMAIL PROTECTED]
Changed-By: Roger Leigh [EMAIL PROTECTED]
Description: 
 sbuild - Tool for building Debian binary packages from Debian sources
Closes: 378283
Changes: 
 sbuild (0.49) unstable; urgency=low
 .
   * Sbuild/Conf.pm: init checks if APT_CONFIG and DEBIAN_FRONTEND are
 being stripped from the environment by sudo (when running in split
 mode), and aborts with instructions for correctly configuring sudo.
 This prevents apt-get silently using the configuration from the host
 system instead of the chroot.
   * Sbuild/Chroot.pm: When running in split mode, use the -s option of
 su to set the shell used inside the chroot to /bin/sh.  This
 ensures that a valid shell is always used when the $SHELL is not
 available inside the chroot (Closes: 378283).
   * sbuild.conf, sbuild.conf.local, update-sourcedeps, sbuild.1.in,
 avg-pkg-build-time.1.in: Update to use the new configuration file
 locations.
Files: 
 34d7ebb937246d0a2f4b9af11b1c7adb 653 devel extra sbuild_0.49.dsc
 554b558ab4a60b3b1c571b2349918676 77928 devel extra sbuild_0.49.tar.gz
 d01bb6746b0d441c74dbb01f5c5284fd 80056 devel extra sbuild_0.49_all.deb

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

iD4DBQFEuXEZVcFcaSW/uEgRAk2BAKCy9kWxCjynl+IBKfvWdseHrQqVqQCXUinj
My66iw13swvS8mBjV7iGzQ==
=u3pY
-END PGP SIGNATURE-


Accepted:
sbuild_0.49.dsc
  to pool/main/s/sbuild/sbuild_0.49.dsc
sbuild_0.49.tar.gz
  to pool/main/s/sbuild/sbuild_0.49.tar.gz
sbuild_0.49_all.deb
  to pool/main/s/sbuild/sbuild_0.49_all.deb


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



Accepted vcdimager 0.7.23-2 (source powerpc)

2006-07-15 Thread Nicolas Boullis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Jul 2006 00:45:34 +0200
Source: vcdimager
Binary: libvcdinfo0 vcdimager libvcdinfo-dev
Architecture: source powerpc
Version: 0.7.23-2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Nicolas Boullis [EMAIL PROTECTED]
Description: 
 libvcdinfo-dev - library to extract information from VideoCD (development 
files)
 libvcdinfo0 - library to extract information from VideoCD
 vcdimager  - A VideoCD (VCD) image mastering and ripping tool
Closes: 378374
Changes: 
 vcdimager (0.7.23-2) unstable; urgency=low
 .
   * Add a build-dependency against zlib1g-dev. (Closes: #378374)
   * Switch to debhelper compatibility level 4.
   * Bump Standards-Version to 3.7.2 (no change required).
Files: 
 0188b6811f937d4c4644388158bec249 824 otherosfs optional vcdimager_0.7.23-2.dsc
 7392d3eb8fec2ca0eed1c768fcc97ccd 4052 otherosfs optional 
vcdimager_0.7.23-2.diff.gz
 5bcb6ff601d84bd185a45fe82d01ec6a 552892 otherosfs optional 
vcdimager_0.7.23-2_powerpc.deb
 73af4891bfb5f595b52bca94d426acf3 159386 libdevel optional 
libvcdinfo-dev_0.7.23-2_powerpc.deb
 b5f8a45fdef85c6ffdde2189769acab1 128974 libs optional 
libvcdinfo0_0.7.23-2_powerpc.deb

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

iD8DBQFEuXYNwmyXkG1Pxm8RArADAKCyZZMay61r2VYI1b+2cQjhePjZ7wCfekxD
b3FIenNuN+b3LE2ZlKrG/1c=
=M0uJ
-END PGP SIGNATURE-


Accepted:
libvcdinfo-dev_0.7.23-2_powerpc.deb
  to pool/main/v/vcdimager/libvcdinfo-dev_0.7.23-2_powerpc.deb
libvcdinfo0_0.7.23-2_powerpc.deb
  to pool/main/v/vcdimager/libvcdinfo0_0.7.23-2_powerpc.deb
vcdimager_0.7.23-2.diff.gz
  to pool/main/v/vcdimager/vcdimager_0.7.23-2.diff.gz
vcdimager_0.7.23-2.dsc
  to pool/main/v/vcdimager/vcdimager_0.7.23-2.dsc
vcdimager_0.7.23-2_powerpc.deb
  to pool/main/v/vcdimager/vcdimager_0.7.23-2_powerpc.deb


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



Accepted libtext-glob-perl 0.07-1 (source all)

2006-07-15 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 17:07:36 +0200
Source: libtext-glob-perl
Binary: libtext-glob-perl
Architecture: source all
Version: 0.07-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 libtext-glob-perl - Match globbing patterns against text
Changes: 
 libtext-glob-perl (0.07-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 5ba4678df245d5b337790407e88f67e1 642 perl optional libtext-glob-perl_0.07-1.dsc
 e96a4fef8eb2037a85a8119dddc8a4f9 3691 perl optional 
libtext-glob-perl_0.07.orig.tar.gz
 f564288021a615ca874d5f892c86e804 1847 perl optional 
libtext-glob-perl_0.07-1.diff.gz
 c65eab88ecfe54faff6520f4cfa1d937 8176 perl optional 
libtext-glob-perl_0.07-1_all.deb

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

iD8DBQFEuYACipBneRiAKDwRAshXAKCIndOSx+9w6IiT4LObvpOzeuAisACcDfyj
lQl4XdL8cx4nr/s2MTXiUlg=
=UbLr
-END PGP SIGNATURE-


Accepted:
libtext-glob-perl_0.07-1.diff.gz
  to pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.07-1.diff.gz
libtext-glob-perl_0.07-1.dsc
  to pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.07-1.dsc
libtext-glob-perl_0.07-1_all.deb
  to pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.07-1_all.deb
libtext-glob-perl_0.07.orig.tar.gz
  to pool/main/libt/libtext-glob-perl/libtext-glob-perl_0.07.orig.tar.gz


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



Accepted cflow 1:1.1-1 (source i386)

2006-07-15 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 16:37:48 +0200
Source: cflow
Binary: cflow
Architecture: source i386
Version: 1:1.1-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 cflow  - Analyze control flow in C source files
Changes: 
 cflow (1:1.1-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 69b33e4030f9365435c649f696296615 557 devel optional cflow_1.1-1.dsc
 d4dec6c3555ed3f941a7a3ed91bea4ff 515770 devel optional cflow_1.1.orig.tar.gz
 6de00eec444145e68f982d2daef86637 27248 devel optional cflow_1.1-1.diff.gz
 68c68fd023a4148380dcdb4c0dd8fd4a 94948 devel optional cflow_1.1-1_i386.deb

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

iD8DBQFEuX5WipBneRiAKDwRAuPdAJ90qHMhQlcK+EilV9hKW/nZRXyniACeMhOl
xFLr9N8f4BHriQ+/f3AMl30=
=uWCQ
-END PGP SIGNATURE-


Accepted:
cflow_1.1-1.diff.gz
  to pool/main/c/cflow/cflow_1.1-1.diff.gz
cflow_1.1-1.dsc
  to pool/main/c/cflow/cflow_1.1-1.dsc
cflow_1.1-1_i386.deb
  to pool/main/c/cflow/cflow_1.1-1_i386.deb
cflow_1.1.orig.tar.gz
  to pool/main/c/cflow/cflow_1.1.orig.tar.gz


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



Accepted gruftistats 0.2.4-3.1 (source i386)

2006-07-15 Thread Amaya Rodrigo Sastre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Jul 2006 01:47:06 +0200
Source: gruftistats
Binary: gruftistats
Architecture: source i386
Version: 0.2.4-3.1
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski [EMAIL PROTECTED]
Changed-By: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Description: 
 gruftistats - Generate a web page with statistics about an IRC channel.
Closes: 302962 359423
Changes: 
 gruftistats (0.2.4-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get rid of the /usr/doc link in postinst (Closes: #359423).
   * Fix the copyright file (Closes: #302962).
Files: 
 53c70c9c1225dcccf97732e132e17bc8 584 net extra gruftistats_0.2.4-3.1.dsc
 1e312d8de9d9728c5ddee3b7edb5b742 3141 net extra gruftistats_0.2.4-3.1.diff.gz
 46ae64ff3b2b234ba116588cce31cf72 30652 net extra gruftistats_0.2.4-3.1_i386.deb

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

iD8DBQFEuX7MNFDtUT/MKpARAv3+AKDsD0zWe/l1SeM65xkw4F6/VrjkRACgi6P0
OA8M9liCQXU9OxKeFQ3hatc=
=Qc+G
-END PGP SIGNATURE-


Accepted:
gruftistats_0.2.4-3.1.diff.gz
  to pool/main/g/gruftistats/gruftistats_0.2.4-3.1.diff.gz
gruftistats_0.2.4-3.1.dsc
  to pool/main/g/gruftistats/gruftistats_0.2.4-3.1.dsc
gruftistats_0.2.4-3.1_i386.deb
  to pool/main/g/gruftistats/gruftistats_0.2.4-3.1_i386.deb


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



Accepted nfs-utils 1:1.0.9-4 (source i386)

2006-07-15 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Jul 2006 01:59:13 +0200
Source: nfs-utils
Binary: nhfsstone nfs-kernel-server nfs-common
Architecture: source i386
Version: 1:1.0.9-4
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - Kernel NFS server support
 nhfsstone  - NFS benchmark program
Changes: 
 nfs-utils (1:1.0.9-4) unstable; urgency=low
 .
   * Remove versioned dependency on coreutils, as we don't use it indirectly,
 only via ucf (so the dependency should be there). This makes the package
 somewhat easier to backport to sarge.
   * Remove the word Debian from our patch against the exports(5) man page,
 as Debian is not the only distribution using these packages.
Files: 
 050ad4d6c1e6c231540011bdab7c126d 805 net standard nfs-utils_1.0.9-4.dsc
 3c52309fcda8a702c23d11d890b94032 20769 net standard nfs-utils_1.0.9-4.diff.gz
 9f8410ec236293f152f974ebbedceeab 122032 net optional 
nfs-kernel-server_1.0.9-4_i386.deb
 e59f91ae25dddb6d551a784463d9f5f2 123094 net standard 
nfs-common_1.0.9-4_i386.deb
 24289086375bf1de7292e7c4334e5153 64216 net extra nhfsstone_1.0.9-4_i386.deb

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

iD8DBQFEuYMvXKRQ3lK3SH4RAsZOAKCpa0Wkqd0m3eIV6Gvw5fukX4I1jgCfQF94
uuSJM4EBmGqycR8ErLn0jFY=
=BK9o
-END PGP SIGNATURE-


Accepted:
nfs-common_1.0.9-4_i386.deb
  to pool/main/n/nfs-utils/nfs-common_1.0.9-4_i386.deb
nfs-kernel-server_1.0.9-4_i386.deb
  to pool/main/n/nfs-utils/nfs-kernel-server_1.0.9-4_i386.deb
nfs-utils_1.0.9-4.diff.gz
  to pool/main/n/nfs-utils/nfs-utils_1.0.9-4.diff.gz
nfs-utils_1.0.9-4.dsc
  to pool/main/n/nfs-utils/nfs-utils_1.0.9-4.dsc
nhfsstone_1.0.9-4_i386.deb
  to pool/main/n/nfs-utils/nhfsstone_1.0.9-4_i386.deb


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



Accepted gnuhtml2latex 0.3-2 (source all)

2006-07-15 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 20:04:15 -0500
Source: gnuhtml2latex
Binary: gnuhtml2latex
Architecture: source all
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 gnuhtml2latex - A Perl script that converts html files to latex
Closes: 365343
Changes: 
 gnuhtml2latex (0.3-2) unstable; urgency=low
 .
   * Demoted all headings one level, as the document class we are using
 is article, which does not support chapter, what we were using
 for H1. (Closes: #365343)
Files: 
 c8570657cc137ae97ccd9c9e9085ba44 574 text optional gnuhtml2latex_0.3-2.dsc
 578d6b0a3c4d784b8ec6db379c861b5c 4300 text optional gnuhtml2latex_0.3-2.diff.gz
 e679aa818308e13a14c8b3c890b06078 7894 text optional gnuhtml2latex_0.3-2_all.deb

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

iD8DBQFEuZFI2A7zWou1J68RAsvaAJ90wD/V9PhrkLGfhawMR6/5CmGtRACcDghx
EzcCfNEO6GcY8ojnZvNG5Gc=
=ELfI
-END PGP SIGNATURE-


Accepted:
gnuhtml2latex_0.3-2.diff.gz
  to pool/main/g/gnuhtml2latex/gnuhtml2latex_0.3-2.diff.gz
gnuhtml2latex_0.3-2.dsc
  to pool/main/g/gnuhtml2latex/gnuhtml2latex_0.3-2.dsc
gnuhtml2latex_0.3-2_all.deb
  to pool/main/g/gnuhtml2latex/gnuhtml2latex_0.3-2_all.deb


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



Accepted gcj-4.1 4.1.1-9 (source all i386 powerpc)

2006-07-15 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 23:08:24 +
Source: gcj-4.1
Binary: gij-4.1 libgcj-doc libgcj7-dev libgcj7 lib32gcj7 libgcj7-src 
lib32gcj7-dev gcj-4.1-base gcj-4.1 libgcj7-awt lib64gcj7 lib32gcj7-dbg 
libgcj7-dbg libgcj-common libgcj7-jar
Architecture: all i386 powerpc source 
Version: 4.1.1-9
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gcj-4.1- The GNU compiler for Java(TM)
 gcj-4.1-base - The GNU Compiler Collection (gcj base package)
 gij-4.1- The GNU Java bytecode interpreter
 libgcj7- Java runtime library for use with gcj
 libgcj7-awt - AWT peer runtime libraries for use with gcj
 libgcj7-dbg - Debugging symbols for libraries provided in libgcj7-dev
 libgcj7-dev - Java development headers and static library for use with gcj
Changes: 
 gcj-4.1 (4.1.1-9) unstable; urgency=low
 .
   * Upload as gcj-4.1.
Files: 
 028cccfaeb987adf300c36bbc4d1d6f7 2858210 devel optional 
gcj-4.1_4.1.1-9_i386.deb
 0fdfacc1acf7c016b22e5a35a11cba4d 6327686 libs optional libgcj7_4.1.1-9_i386.deb
 49399ff2a7944f0750d47720d915a2c2 5820908 libs optional 
libgcj7-jar_4.1.1-9_all.deb
 4c6e798e356310678810709a5938c2a2 3104544 devel optional 
gcj-4.1_4.1.1-9_powerpc.deb
 548a67fd957233656ae1af288528d625 9458164 libdevel optional 
libgcj7-dev_4.1.1-9_i386.deb
 6f64e22484605adde6b0ccf3ed6ac3ab 11041190 libdevel optional 
libgcj7-dev_4.1.1-9_powerpc.deb
 2cb4a3b848722df6d34588433d64292a 2375 devel standard gcj-4.1_4.1.1-9.dsc
 774073267c1808d282ffd979adfbd62d 32803014 doc optional 
libgcj-doc_4.1.1-9_all.deb
 7a1ec86ddf9a77a7f7e1083672568e49 250158 libs optional 
libgcj7-awt_4.1.1-9_i386.deb
 7b38bfa982e1b9f684b36816d5e1328e 85352 libs optional 
gcj-4.1-base_4.1.1-9_i386.deb
 7e7b7bc6d9f64d803dde379dc6863798 8701706 libdevel optional 
libgcj7-src_4.1.1-9_all.deb
 8392942acbbd0a470da521fd343fe5f7 32600 devel optional 
gij-4.1_4.1.1-9_powerpc.deb
 86e36e95c21ee6a0a823633a6bdb4fad 85354 libs optional 
gcj-4.1-base_4.1.1-9_powerpc.deb
 9108e742da6b6536d436df1c3861086b 1539752 devel standard gcj-4.1_4.1.1-9.diff.gz
 9c7d23bdf2a9d5def2aaa0cc75385663 842 libdevel extra 
libgcj7-dbg_4.1.1-9_powerpc.deb
 b557cb8d18fb3cab994225b4b8355447 281772 libs optional 
libgcj7-awt_4.1.1-9_powerpc.deb
 d69a1e08f832b4d2ea5c1d3a34df9def 6956972 libs optional 
libgcj7_4.1.1-9_powerpc.deb
 e61d9dbd6bea13501c7813ebb16ea842 28644 devel optional gij-4.1_4.1.1-9_i386.deb
 e6458dbd54f3892146120d3473a6b729 1290 libs optional 
libgcj-common_4.1.1-9_all.deb
 f5cb437eaddc0775c16345f2a20228cc 7822592 libdevel extra 
libgcj7-dbg_4.1.1-9_i386.deb

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

iD8DBQFEubvbStlRaw+TLJwRAnlkAKCRh5hkiJW4s7jsn6n6oL+k5WsetwCgqPhL
RsXNTbFNQ57Su+K73J00Nys=
=Mgjx
-END PGP SIGNATURE-


Accepted:
gcj-4.1-base_4.1.1-9_i386.deb
  to pool/main/g/gcj-4.1/gcj-4.1-base_4.1.1-9_i386.deb
gcj-4.1-base_4.1.1-9_powerpc.deb
  to pool/main/g/gcj-4.1/gcj-4.1-base_4.1.1-9_powerpc.deb
gcj-4.1_4.1.1-9.diff.gz
  to pool/main/g/gcj-4.1/gcj-4.1_4.1.1-9.diff.gz
gcj-4.1_4.1.1-9.dsc
  to pool/main/g/gcj-4.1/gcj-4.1_4.1.1-9.dsc
gcj-4.1_4.1.1-9_i386.deb
  to pool/main/g/gcj-4.1/gcj-4.1_4.1.1-9_i386.deb
gcj-4.1_4.1.1-9_powerpc.deb
  to pool/main/g/gcj-4.1/gcj-4.1_4.1.1-9_powerpc.deb
gij-4.1_4.1.1-9_i386.deb
  to pool/main/g/gcj-4.1/gij-4.1_4.1.1-9_i386.deb
gij-4.1_4.1.1-9_powerpc.deb
  to pool/main/g/gcj-4.1/gij-4.1_4.1.1-9_powerpc.deb
libgcj-common_4.1.1-9_all.deb
  to pool/main/g/gcj-4.1/libgcj-common_4.1.1-9_all.deb
libgcj-doc_4.1.1-9_all.deb
  to pool/main/g/gcj-4.1/libgcj-doc_4.1.1-9_all.deb
libgcj7-awt_4.1.1-9_i386.deb
  to pool/main/g/gcj-4.1/libgcj7-awt_4.1.1-9_i386.deb
libgcj7-awt_4.1.1-9_powerpc.deb
  to pool/main/g/gcj-4.1/libgcj7-awt_4.1.1-9_powerpc.deb
libgcj7-dbg_4.1.1-9_i386.deb
  to pool/main/g/gcj-4.1/libgcj7-dbg_4.1.1-9_i386.deb
libgcj7-dbg_4.1.1-9_powerpc.deb
  to pool/main/g/gcj-4.1/libgcj7-dbg_4.1.1-9_powerpc.deb
libgcj7-dev_4.1.1-9_i386.deb
  to pool/main/g/gcj-4.1/libgcj7-dev_4.1.1-9_i386.deb
libgcj7-dev_4.1.1-9_powerpc.deb
  to pool/main/g/gcj-4.1/libgcj7-dev_4.1.1-9_powerpc.deb
libgcj7-jar_4.1.1-9_all.deb
  to pool/main/g/gcj-4.1/libgcj7-jar_4.1.1-9_all.deb
libgcj7-src_4.1.1-9_all.deb
  to pool/main/g/gcj-4.1/libgcj7-src_4.1.1-9_all.deb
libgcj7_4.1.1-9_i386.deb
  to pool/main/g/gcj-4.1/libgcj7_4.1.1-9_i386.deb
libgcj7_4.1.1-9_powerpc.deb
  to pool/main/g/gcj-4.1/libgcj7_4.1.1-9_powerpc.deb


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



Accepted gcc-4.1 4.1.1-9 (source all i386 powerpc)

2006-07-15 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Jul 2006 17:07:29 +0200
Source: gcc-4.1
Binary: gcc-4.1-soft-float libstdc++6-4.1-pic libstdc++6 gnat-4.1-doc lib32ffi4 
libobjc1 lib32gfortran1 gfortran-4.1 libgcc1 libstdc++6-4.1-doc lib64gfortran1 
libgfortran1-dev libgcc2 lib64stdc++6-4.1-dbg g++-4.1 protoize gcc-4.1-base 
cpp-4.1 libgnatvsn-dev lib64stdc++6 gobjc++-4.1 libffi4 lib64ssp0 libgnatvsn4.1 
libstdc++6-4.1-dbg lib64ffi4 libgfortran1 cpp-4.1-doc libgnatprj-dev 
libgnat-4.1 gfortran-4.1-doc lib32gcc1 libssp0 gcc-4.1-source libgcc4 
lib64objc1 gobjc-4.1 gcc-4.1 lib32objc1 lib32stdc++6-4.1-dbg libstdc++6-4.1-dev 
libffi4-dev gcc-4.1-doc gcc-4.1-locales lib32mudflap0 libgnatprj4.1 
treelang-4.1 lib64gcc1 fastjar gnat-4.1 fixincludes libmudflap0-dev 
lib32stdc++6 libmudflap0 lib32ssp0 lib64mudflap0 gcc-4.1-hppa64
Architecture: all i386 powerpc source 
Version: 4.1.1-9
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.1- The GNU C preprocessor
 fastjar- Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-4.1- The GNU C++ compiler
 gcc-4.1- The GNU C compiler
 gcc-4.1-base - The GNU Compiler Collection (base package)
 gfortran-4.1 - The GNU Fortran 95 compiler
 gnat-4.1   - The GNU Ada compiler
 gobjc++-4.1 - The GNU Objective-C++ compiler
 gobjc-4.1  - The GNU Objective-C compiler
 lib64ffi4  - Foreign Function Interface library runtime (64bit)
 lib64gcc1  - GCC support library (64bit)
 lib64gfortran1 - Runtime library for GNU Fortran applications (64bit)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64objc1 - Runtime library for GNU Objective-C applications (64bit)
 lib64ssp0  - GCC stack smashing protection library (64bit)
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
 libffi4- Foreign Function Interface library runtime
 libffi4-dev - Foreign Function Interface library (development files)
 libgcc1- GCC support library
 libgfortran1 - Runtime library for GNU Fortran applications
 libgfortran1-dev - GNU Fortran library development
 libgnat-4.1 - Runtime library for GNU Ada applications
 libgnatprj-dev - GNU Ada Project Manager development files
 libgnatprj4.1 - GNU Ada Project Manager
 libgnatvsn-dev - GNU Ada compiler version library - development files
 libgnatvsn4.1 - GNU Ada compiler version library
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-dev - GCC mudflap support libraries (development files)
 libobjc1   - Runtime library for GNU Objective-C applications
 libssp0- GCC stack smashing protection library
 libstdc++6 - The GNU Standard C++ Library v3
 libstdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.1-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.1-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-4.1 - The GNU Treelang compiler
Closes: 373895 376871 378321
Changes: 
 gcc-4.1 (4.1.1-9) unstable; urgency=low
 .
   * Update to SVN 20060715.
 - Fix PR c++/28016, do not emit uninstantiated static data members.
   Closes: #373895, #376871.
   * Revert the patch to fix PR c++/27227. Closes: #378321.
   * multiarch-include.dpatch: Renamed from biarch-include.dpatch;
 apply for all architectures.
   * Do not build the java compiler in gcc-4.1 package, just include the
 options and specs in the gcc driver.
   * Remove gnat-4.0 as an alternative build dependency.
   * Add a patch to enable -fstack-protector by default for C, C++, ObjC, 
ObjC++.
 The patch is disabled by default.
Files: 
 00a34e3b0d713551d266ae1ac3b64653 51464 libs optional 
lib64objc1_4.1.1-9_powerpc.deb
 00c9af4950314afae3cfae6e4acac98c 3862820 libdevel extra 
libstdc++6-4.1-dbg_4.1.1-9_powerpc.deb
 027b485bab29b51f743584650c4a7fd7 932474 libs optional 
libgnat-4.1_4.1.1-9_i386.deb
 29fabcc5309d0624a8f881cd7944f2ca 2624 devel standard gcc-4.1_4.1.1-9.dsc
 06949e6361088e98fc8905f809ccb0e5 95878 libs optional 
lib64mudflap0_4.1.1-9_powerpc.deb
 070f14c0a0d7caf3ae9ac8cbd33c1b6e 184456 doc optional 
cpp-4.1-doc_4.1.1-9_all.deb
 0d73f6125c8b0c2b65b15f7ac93d5a4f 289918 libs optional 
libgnatvsn4.1_4.1.1-9_i386.deb
 139bd5af125786ee7e1376b57a411a15 1718810 libdevel optional 
libgnatprj-dev_4.1.1-9_powerpc.deb
 18d079db68d90d893cf8665dc4a3b006 31288 libs optional 
lib64gcc1_4.1.1-9_powerpc.deb
 1ef346c229575f3110bb5e472d45fc28 976708 libdevel extra 
libstdc++6-4.1-pic_4.1.1-9_powerpc.deb
 1f1bb749047f30dec8e89d4d1c17365e 389930 libdevel optional 
libgfortran1-dev_4.1.1-9_i386.deb
 260173c60e77629cdbd14af23542796e 2514288 devel optional 
gfortran-4.1_4.1.1-9_i386.deb
 266faf2e1b37bd5cd74a964a64036366 2225890 devel optional 
treelang-4.1_4.1.1-9_i386.deb