Improving the visibility of LowThresholdNMU

2007-07-11 Thread Lucas Nussbaum
Hi,

The LowThresholdNMU wiki page[0] lists maintainers (and packages) for
which NMUs are welcomed. However, in it's current form, it's quite
useless: it's very difficult to check if a given package is
NMU-friendly, since the page is not machine-parseable. Also, since it's
not very useful and visible, it doesn't provide an incentive for
maintainers to add themselves to the list: there are probably some
NMU-friendly maintainers who aren't in that list.

[0] http://wiki.debian.org/LowThresholdNmu

I think that we should improve that:

(1) the list should move to a text file in a VCS. For example, we could
use a special directory in the collab-maint alioth project, or simply a
repository writable by all DDs on svn.d.o. This would improve the way
history is kept too.

(2) the list should be machine-readable. We could use the following
format:
  maintainer_email [!]package1, [!]package2, [!]package3
So we would simply list which packages are NMU-friendly, and use a
special package '*' to indicate that all packages are NMU-friendly. '!'
would indicate that a package has to be excluded from the list.
Example:
  [EMAIL PROTECTED] *, !bash, !dash
means that all of joe's packages are NMU-friendly, except bash and dash.
This format could be extended later: we could use regexps, and maybe add
comments, like:
  [EMAIL PROTECTED] *, !/lib.*-perl$/ [those are team-maintained, please
talk with the pkg-perl team], bash [only for important  RC issues]

(3) make the state visible on the PTS (see #429883). For each package,
we could have an icon indicating if the package is NMU-friendly or not.
All packages would have an icon, so having the NMU-hostile icon by
default could help maintainers remember to add themselves to the list.

Comments?

Is anyone interested in working on that? I will have problems finding
the time in the near future.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Reinhard Tartler
Lucas Nussbaum [EMAIL PROTECTED] writes:

 Hi,

 The LowThresholdNMU wiki page[0] lists maintainers (and packages) for
 which NMUs are welcomed. However, in it's current form, it's quite
 useless: it's very difficult to check if a given package is
 NMU-friendly, since the page is not machine-parseable. Also, since it's
 not very useful and visible, it doesn't provide an incentive for
 maintainers to add themselves to the list: there are probably some
 NMU-friendly maintainers who aren't in that list.

 [0] http://wiki.debian.org/LowThresholdNmu

 I think that we should improve that:

 (1) the list should move to a text file in a VCS. For example, we could
 use a special directory in the collab-maint alioth project, or simply a
 repository writable by all DDs on svn.d.o. This would improve the way
 history is kept too.

I feat that having 'simply a repository writable by all DDs' is not
simple at all. What about non-DD maintainers?

 (2) the list should be machine-readable. 

http://wiki.debian.org/LowThresholdNmu?action=raw is close to machine
readable. Perhaps we can make it that?

 We could use the following
 format:
   maintainer_email [!]package1, [!]package2, [!]package3
 So we would simply list which packages are NMU-friendly, and use a
 special package '*' to indicate that all packages are NMU-friendly. '!'
 would indicate that a package has to be excluded from the list.
 Example:
   [EMAIL PROTECTED] *, !bash, !dash
 means that all of joe's packages are NMU-friendly, except bash and dash.
 This format could be extended later: we could use regexps, and maybe add
 comments, like:
   [EMAIL PROTECTED] *, !/lib.*-perl$/ [those are team-maintained, please
 talk with the pkg-perl team], bash [only for important  RC issues]

Perhaps we could invent a syntax which is able to express the above and
fits in Moin? In doubt, we can make the list preformatted, and put
markers at the beginning and the end.

 (3) make the state visible on the PTS (see #429883). For each package,
 we could have an icon indicating if the package is NMU-friendly or not.
 All packages would have an icon, so having the NMU-hostile icon by
 default could help maintainers remember to add themselves to the list.

That's a good idea, perhaps the PTS maintainers could comment what the
best way of integrating the information there would be? Would inventing
a header called 'XS-NMUs-Welcome: yes' in debian/control help here? Does
it make sense otherwise to expose this information in Sources.gz?


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


pgpVoVWZbXl2C.pgp
Description: PGP signature


Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Stefano Zacchiroli
On Wed, Jul 11, 2007 at 07:24:21AM +, Lucas Nussbaum wrote:
 which NMUs are welcomed. However, in it's current form, it's quite
 useless: it's very difficult to check if a given package is
 NMU-friendly, since the page is not machine-parseable. Also, since it's
 not very useful and visible, it doesn't provide an incentive for
 maintainers to add themselves to the list: there are probably some
 NMU-friendly maintainers who aren't in that list.

So, summarizing, we have 2 problems: visibility, machine-readability.
I fully agree they are present issues which need to be solved.

 (1) the list should move to a text file in a VCS. For example, we could
 use a special directory in the collab-maint alioth project, or simply a
 repository writable by all DDs on svn.d.o. This would improve the way
 history is kept too.

I fail to see the advantage of this, especially wrt the two problems
above. The wiki is easier to access than a VCS (you don't have to
checkout) and it already handles history, I don't think full-fledged
history management for the LowThresholdNMU page is something we actually
need.

 (2) the list should be machine-readable. We could use the following
 format:

Agreed, and I like the format you propose.

Why can't we simply change the wiki page to match that format? The wiki
page won't be more error prone than a VCS file using the same format.
What we need to achieve this is just a volunteer which reviews the
current page and converts the current human-readable sentences in
machine-readable strings matching your format.

The only issue I see with the wiki is security, as anyone can currently
edit pages just after the registration, but for the page we are
discussing it won't be worst than the present situation.

 (3) make the state visible on the PTS (see #429883). For each package,
 we could have an icon indicating if the package is NMU-friendly or not.
 All packages would have an icon, so having the NMU-hostile icon by
 default could help maintainers remember to add themselves to the list.

Agreed, this can be done even in the current state. The PTS can download
the raw version of the page, consider only the lines that match your
format and ignore the remaining stuff.

Besides, I think we can still do more to improve visibility, as neither
the wiki solution, nor the VCS based one would increase it above the
current status. I would like to see LowThresholdNMU mentioned in the
developer's reference (a quick check I made today shown that it's not
there, but I may be wrong), anyone up to writing a section and submit a
patch?

 Is anyone interested in working on that? I will have problems finding
 the time in the near future

I'm willing to patch the PTS for this, assuming there's an agreement on
doing this the wiki way as I proposed above.

Thanks for this proposal Lucas,
Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Lucas Nussbaum
On 11/07/07 at 10:08 +0200, Reinhard Tartler wrote:
  (1) the list should move to a text file in a VCS. For example, we could
  use a special directory in the collab-maint alioth project, or simply a
  repository writable by all DDs on svn.d.o. This would improve the way
  history is kept too.
 
 I feat that having 'simply a repository writable by all DDs' is not
 simple at all. What about non-DD maintainers?

they could be proxy-added by DDs. It already works like that for
planet.d.o, for example.

  (3) make the state visible on the PTS (see #429883). For each package,
  we could have an icon indicating if the package is NMU-friendly or not.
  All packages would have an icon, so having the NMU-hostile icon by
  default could help maintainers remember to add themselves to the list.
 
 That's a good idea, perhaps the PTS maintainers could comment what the
 best way of integrating the information there would be? Would inventing
 a header called 'XS-NMUs-Welcome: yes' in debian/control help here? Does
 it make sense otherwise to expose this information in Sources.gz?

Gustavo proposed to add a debian/nmupolicy file in his DPL platform. I'm
not really sure this is better than the current solution.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


signature.asc
Description: Digital signature


Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Lucas Nussbaum
On 11/07/07 at 10:20 +0200, Stefano Zacchiroli wrote:
  (1) the list should move to a text file in a VCS. For example, we could
  use a special directory in the collab-maint alioth project, or simply a
  repository writable by all DDs on svn.d.o. This would improve the way
  history is kept too.
 
 I fail to see the advantage of this, especially wrt the two problems
 above. The wiki is easier to access than a VCS (you don't have to
 checkout) and it already handles history, I don't think full-fledged
 history management for the LowThresholdNMU page is something we actually
 need.

I can't find how I can get the full history of LowThresholdNMU, which
could be a problem in case of abuse.

Another problem is that having a complex format will make syntax errors
easy, and it would be better to be able to validate the changes
immediately. So I thought of a VCS with the list, and a parser script.

But I have nothing against staying with the wiki for now, and we could
always switch later if the wiki becomes a problem.

  (2) the list should be machine-readable. We could use the following
  format:
 
 Agreed, and I like the format you propose.
 
 Why can't we simply change the wiki page to match that format? The wiki
 page won't be more error prone than a VCS file using the same format.
 What we need to achieve this is just a volunteer which reviews the
 current page and converts the current human-readable sentences in
 machine-readable strings matching your format.

Mmmh, maybe we could just convert all the easy entries (those with
all packages with no restriction) and let the developers convert the
other ones.

But in all cases, it would be better to write a parser first, just to
make sure the format is easy to parse, and we aren't losing important
information or making it too hard to write entries with that format.

 The only issue I see with the wiki is security, as anyone can currently
 edit pages just after the registration, but for the page we are
 discussing it won't be worst than the present situation.
 
  (3) make the state visible on the PTS (see #429883). For each package,
  we could have an icon indicating if the package is NMU-friendly or not.
  All packages would have an icon, so having the NMU-hostile icon by
  default could help maintainers remember to add themselves to the list.
 
 Agreed, this can be done even in the current state. The PTS can download
 the raw version of the page, consider only the lines that match your
 format and ignore the remaining stuff.

Ack

 Besides, I think we can still do more to improve visibility, as neither
 the wiki solution, nor the VCS based one would increase it above the
 current status. I would like to see LowThresholdNMU mentioned in the
 developer's reference (a quick check I made today shown that it's not
 there, but I may be wrong), anyone up to writing a section and submit a
 patch?

We should probably defer that until the PTS icons are implemented, so we
can document the final state.

  Is anyone interested in working on that? I will have problems finding
  the time in the near future
 
 I'm willing to patch the PTS for this, assuming there's an agreement on
 doing this the wiki way as I proposed above.

As I said above, we can start with the wiki, and if we realize that it's
a problem, move to something else.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


signature.asc
Description: Digital signature


Re: Please all dependency info into your init.d script

2007-07-11 Thread Petter Reinholdtsen

[Vincent Danjean]
 What about circular dependencies that must be broken differently
 depending on the admin configuration ?

[Henrique de Moraes Holschuh]
 You have your answer right there: let the admin fix it.

Exactly.  And the insserv system provides a system where overrides are
read from /etc/insserv/overrides for such use (or the admin can just
edit the scripts directly).  Of course, circular dependencies are a
nasty problem already with the current ordering mechanism, and a
source of several of the bugs in the current boot sequencing.

So please add dependency information into all init.d scripts missing
them today, to make it possible to detect the current circular
dependencies that need to be solved before Lenny.  Without dependency
information, it is a lot harder to detect these problems.

Happy hacking,
-- 
Petter Reinholdtsen


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread paddy
On Wed, Jul 11, 2007 at 01:16:58PM +0200, Lucas Nussbaum wrote:
 
 Another problem is that having a complex format will make syntax errors
 easy, and it would be better to be able to validate the changes
 immediately. So I thought of a VCS with the list, and a parser script.

would it be practical to hook that kind of 'continuous integration'
into the wiki, so that changes that do not pass the test(s) cannot be 
committed, but instead return an error ?

Regards,
Paddy


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Mario Iseli
On Wed, Jul 11, 2007 at 10:08:01AM +0200, Reinhard Tartler wrote:
 That's a good idea, perhaps the PTS maintainers could comment what the
 best way of integrating the information there would be? Would inventing
 a header called 'XS-NMUs-Welcome: yes' in debian/control help here? Does
 it make sense otherwise to expose this information in Sources.gz?

Hmmm, I think NMUs are more a social point in Debian than a technical.
My opinion is that only technical stuff belongs to the debian/ directory
in a package and this must be kiss (keep it simply stupid). To many of
those extra fields will make it unreadable. So I support the idea about
the VCS with access for all DDs.

Regards,
Mario

-- 
  .''`. Mario Iseli [EMAIL PROTECTED]
 : :'  :proud user of Debian unstable
 `. `'`
   `-  Debian - when you have better things to do than fixing a system


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Nico Golde
Hi,
* Lucas Nussbaum [EMAIL PROTECTED] [2007-07-11 15:22]:
 On 11/07/07 at 10:08 +0200, Reinhard Tartler wrote:
   (1) the list should move to a text file in a VCS. For example, we could
   use a special directory in the collab-maint alioth project, or simply a
   repository writable by all DDs on svn.d.o. This would improve the way
   history is kept too.
  
  I feat that having 'simply a repository writable by all DDs' is not
  simple at all. What about non-DD maintainers?
 
 they could be proxy-added by DDs. It already works like that for
 planet.d.o, for example.

collab-maint/ext-maint is available for non-DDs afaik.
[...] 
Cheers
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgps3iGbugkHL.pgp
Description: PGP signature


Re: Considerations for 'xmms' removal from Debian

2007-07-11 Thread Daniel Jacobowitz
On Tue, Jul 10, 2007 at 07:13:03PM -0500, David Moreno Garza wrote:
 Daniel Jacobowitz wrote:
  When last I looked (some time ago), none of the different XMMS
  successors were ready for prime time.  Are bmpx, audacious, and xmms2
  all usable now?
 
 What's exactly a XMMS successor?

All three of the ones I listed are descended from the XMMS code base,
the XMMS developers, or both.  As far as I can tell, anyway.

-- 
Daniel Jacobowitz
CodeSourcery


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



Re: Considerations for 'xmms' removal from Debian

2007-07-11 Thread William Pitcock
José Miguel Parrella Romero joseparrella at gmail.com writes:

 
 The maintainers of the xmms package in Debian are proposing the removal
 of the aforementioned package. Please read on.
 
 1. Rationale
 
 * Upstream has deprecated development and support for the current
 version of XMMS.
 * Several parts of the application are broken and no longer of Debian
 quality.
 
 2. Current status
 
 * The BTS reports 231 bugs, most tagged 'important' or 'normal', and a
 couple of debugging was attempted with little success.
 * XMMS is broken in several aspects, one of the most important being
 it's dependence on GTK+ 1.2 and no UTF-8 support, which is standard in
 Debian Etch.
 * Other distributions have already discussed XMMS removal. Gentoo
 hardmasked the package based on the same rationale [1]

Yes, and Gentoo's user committee fucked over the entire image and public view of
Audacious' direction. Gentoo's (mis)handling of PR during this transitional time
has resulted in a lot of negativity towards audacious and several lame attempts
to find security holes in Audacious with the explicit purpose of trying to get
XMMS back.

I strongly suggest this doesn't happen in Debian, as upstream may not like the
result otherwise. The general consensus of our team is that we're not going
through this nightmare again.

 * 'bmpx' and 'audacious' are in Debian, ranks 8048 and 3649 in popcon.
 Both are very good and development-active substitutes to xmms.

At present, the only completely successful mainstream xmms-audacious to date
has been in Slackware, but that's because Pat didn't lie to the users about our
goals and project direction. Please respect our project and make sure it happens
this way in Debian if you provide an xmms-audacious upgrade path.

 * There's also in Debian the upstream-supported xmms2 package, 2598 in
 popcon rank.
 
 2.1 Reverse depends
 
 The following packages depend on XMMS:
snip 
 Most of this packages are xmms plugins. Maintainers will need to port
 them to xmms2 or bmpx, or they should be removed.
 

A large majority of these plugins have been ported to Audacious already.

 Other packages just depend on xmms as a mere multimedia player, and
 therefore we recommend the maintainers to adjust their dependencies to
 bmpx, xmms2 or audacious.
 

That's fine as long as you respect our requests with regards to handling the PR
of this.

 2.2 Popcon
 
 xmms is now 1069 in the overall popcon rank, with 11029 installations,
 not counting the plugin users.

 Yours,
 the XMMS maintainers
 
 [1] http://www.gentoo.org/proj/en/desktop/sound/xmms.xml
 
 





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



Re: Considerations for 'xmms' removal from Debian

2007-07-11 Thread William Pitcock
Andreas Tille tillea at rki.de writes:

 
 On Sun, 8 Jul 2007, Thomas Viehmann wrote:
 
  Removing the package from Debian will not affect current users that
  much,
 
 While I perfectly agree that there are replacements for xmms that at
 first view look like a new version  (for instnce audacious) many user
 might have links form their desktops or other hooks that just call
 /usr/bin/xmms.  So this might affect a lot of users and especially
 those users that have no idea how to cope with a missing xmms in their
 PATH.  IMHO the only way to fix this is to provide a transitional
 package that for instance depends from audacious (or other clones),
 provides xmms and conflict with older xmms versions and install a
 symlink to the replacement.
 

We are not an XMMS clone. Would you like us to remove the Winamp2 UI to drive
this point further? If this nonsense keeps happening, it's exactly what we will
be doing.

Architecturally, Audacious is much different than XMMS, it just sorta looks like
XMMS, which I think sends the wrong message, but whatever. The fact is that we
do not consider ourselves to be an XMMS clone or an XMMS replacement, and you
should strongly consider that before removing XMMS and providing a transitive
upgrade path to audacious.

I'm not asking much, just some sort of notification telling users that the
replacement they are installing is not really a replacement to XMMS, and as
such some features are implemented in a drastically different way.

Thanks,
William

 I think xmms is to wide spread as that we just could wild guess how
 many users are affected and how they could cope with this.

Somebody will just maintain their own repo with gtk1.2 and xmms if it's
required. This already happens in gentoo.


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



Re: Considerations for 'xmms' removal from Debian

2007-07-11 Thread Frank Lichtenheld
On Wed, Jul 11, 2007 at 02:40:53PM +, William Pitcock wrote:
 Andreas Tille tillea at rki.de writes:
  I think xmms is to wide spread as that we just could wild guess how
  many users are affected and how they could cope with this.
 
 Somebody will just maintain their own repo with gtk1.2 and xmms if it's
 required. This already happens in gentoo.

This is a valid solution for experienced xmms users that don't ever want
to switch. But this is not Debian's concern and I think the thread is about
solutions for people that primarily use Debian and just happen to have
chosen xmms as their music player of choice. If xmms gets removed before
lenny and they upgrade to it I guess they would welcome a hint which new
program to switch to.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Re: Considerations for 'xmms' removal from Debian

2007-07-11 Thread Steve Greenland
On 11-Jul-07, 09:40 (CDT), William Pitcock [EMAIL PROTECTED]
wrote:
 We are not an XMMS clone. Would you like us to remove the Winamp2 UI
 to drive this point further? If this nonsense keeps happening, it's
 exactly what we will be doing.

Like it or not, your software fits very much into the role played
by XMMS, such that someone who likes XMMS is more likely to choose
Audacious than, say, Rythymbox. That's why it's being discussed as a
replacement. If we remove XMMS from the distribution, we have some
obligation to point users at similar tools. 

Since you obviously modeled Audacious on XMMS (via BMP), I'm not sure
why you find such comparisons offensive.

Steve
-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Bug#432747: ITP: python-rabbyt -- sprite library for Python with game development in mind

2007-07-11 Thread Miriam Ruiz
Package: wnpp
Severity: wishlist
Owner: Miriam Ruiz  [EMAIL PROTECTED]


* Package name: python-rabbyt
  Version : 0.0.2
  Upstream Author : Matthew Marshall [EMAIL PROTECTED]
* URL : http://cheeseshop.python.org/pypi/Rabbyt/0.0.2
* License : LGPL 2.1 or any later version
  Programming Lang: C, Python
  Description : sprite library for Python with game development in mind

 Rabbyt is a sprite library for Python. It has two goals:
  - To be fast, without sacrificing ease of use.
  - To be easy to use, without sacrificing speed.
  Rabbyt makes it very easy to create lots of sprites very fast that
  run very fast with little code.


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



Bug#432751: ITP: python-pyip -- Python modules for assembling/disassembling of raw ip packets

2007-07-11 Thread Bernd Zeimetz
Package: wnpp
Severity: wishlist
Owner: Bernd Zeimetz [EMAIL PROTECTED]

* Package name: python-pyip
  Version : 0.7
  Upstream Author : Kenneth Jiang [EMAIL PROTECTED]
* URL : https://sourceforge.net/projects/pyip
* License : Python License
  Programming Lang: Python
  Description : Python modules for assembling/disassembling of raw ip 
packets

 pyip is a Python package offering modules to assemble/disassemble raw ip
 packets, including ip, udp, and icmp. The package comes with an
 implementation of ping and traceroute, using the raw ip modules.


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Don Armstrong
On Wed, 11 Jul 2007, Lucas Nussbaum wrote:
 I can't find how I can get the full history of LowThresholdNMU,
 which could be a problem in case of abuse.

http://wiki.debian.org/LowThresholdNmu?action=info shows most of the
history, and all of it is present and diffable.

 Another problem is that having a complex format will make syntax
 errors easy, and it would be better to be able to validate the
 changes immediately. So I thought of a VCS with the list, and a
 parser script.

You can easily hook up a validator to the e-mail notification from the
wiki or similar, or just periodically check and validate the page.


Don Armstrong

-- 
CNN/Reuters: News reports have filtered out early this morning that US
forces have swooped on an Iraqi Primary School and detained 6th Grade 
teacher Mohammed Al-Hazar. Sources indicate that, when arrested,
Al-Hazar was in possession of a ruler, a protractor, a set square and
a calculator. US President George W Bush argued that this was clear
and overwhelming evidence that Iraq indeed possessed weapons of maths 
instruction.

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Lucas Nussbaum
On 11/07/07 at 12:29 -0700, Don Armstrong wrote:
 On Wed, 11 Jul 2007, Lucas Nussbaum wrote:
  I can't find how I can get the full history of LowThresholdNMU,
  which could be a problem in case of abuse.
 
 http://wiki.debian.org/LowThresholdNmu?action=info shows most of the
 history, and all of it is present and diffable.

Ah, I missed that.

  Another problem is that having a complex format will make syntax
  errors easy, and it would be better to be able to validate the
  changes immediately. So I thought of a VCS with the list, and a
  parser script.
 
 You can easily hook up a validator to the e-mail notification from the
 wiki or similar, or just periodically check and validate the page.

Yeah, OK, I agree that the wiki solution is probably enough for now.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Pierre Habouzit
On Wed, Jul 11, 2007 at 07:24:21AM +, Lucas Nussbaum wrote:
 Hi,
 
 The LowThresholdNMU wiki page[0] lists maintainers (and packages) for
 which NMUs are welcomed.

  IMHO this should be the default for everyone without exception, and I
feel sorry we need such a page.

  I mean, there is two cases:
  1- there is a co-maintenance team, known to be reactive, then contact
 them on their list before, because the coordination of a team is
 likely to be more complicated, hence a rogue NMU isn't a
 brilliant idea.

  2- there is a bug open for 7+ days (if RC), or an important one that
 counts for this or that migration/update/whatever for say 10+ days
 without any answer from the Maintainer. Then just NMU.

  Migrations usually last way more than 10 days due to testing
transitions, so 7 to 10 days is not such a long time.


  OTOH my experience with NMUs is that people that complain because of a
NMU are in 95% of the cases (if not more) the people that have been the
more warned that a NMU could happen, and people that are the more likely
to deserve one, and those will never subscribe to a page like
LowThresholdNMU anyway.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpqUYMOOxJC9.pgp
Description: PGP signature


Bug#432773: ITP: javahelp2 -- Java based help system

2007-07-11 Thread Michael Koch
Package: wnpp
Severity: wishlist
Owner: Michael Koch [EMAIL PROTECTED]

* Package name: javahelp2
  Version : 2.0.05
  Upstream Author : Sun Microsystems, Inc.
* URL : http://javahelp.dev.java.net
* License : GPL
  Programming Lang: Java
  Description : Java based help system

The JavaHelp system is an online help system that developers can use to add 
online help to their
Java platform applications. The JavaHelp system provides developers and authors 
with a standard,
fully featured, easy to use system for presenting online information to Java 
application users.
The JavaHelp system consists of a fully featured, extensible specification and 
API, and a reference
implementation of that specification and API that is written entirely in the 
Java programming language.
The JavaHelp system reference implementation, based on the Java Foundation 
Classes (JFC, also known
as Swing), provides a standard interface that enables both application 
developers and authors to add
online help to their applications.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Re: Improving the visibility of LowThresholdNMU

2007-07-11 Thread Steve Langasek
On Wed, Jul 11, 2007 at 11:23:07PM +0200, Pierre Habouzit wrote:
 On Wed, Jul 11, 2007 at 07:24:21AM +, Lucas Nussbaum wrote:

  The LowThresholdNMU wiki page[0] lists maintainers (and packages) for
  which NMUs are welcomed.

   IMHO this should be the default for everyone without exception, and I
 feel sorry we need such a page.

The LowThresholdNMU procedure documented in the wiki is not something I
would be happy to see implemented without exception on my packages.

It says that maintainers don't need to be contacted beforehand.  I can
understand not wanting to require NMUers to wait for a reply, but why is
shooting an email to the maintainer a burden?

It does not say that NMU permissions are limited to RC bugfixes, or even
RC+important bugfixes.  Why should I be happy to have NMUers uploading fixes
for minor bugs without talking to me first?

It wrongly claims that NMUs take at least two weeks.  There are many
exceptions to this; aside from the obvious case that it doesn't take two
weeks when 0-day NMUs are in effect, individual maintainers can and do
authorize NMUs of their packages in specific circumstances.  (As an RM/bug
submitter, I have had several maintainers give me permission to directly NMU
their packages for RC bugfixes; and as a maintainer I have authorized NMUs,
including for non-RC bugs, on packages that I knew I wouldn't have time to
work on very soon.)

   I mean, there is two cases:
   1- there is a co-maintenance team, known to be reactive, then contact
  them on their list before, because the coordination of a team is
  likely to be more complicated, hence a rogue NMU isn't a
  brilliant idea.

If you're contacting the comaintenance team, you're not following the
procedure described on http://wiki.debian.org/LowThresholdNmu anyway, so why
do we need that procedure?

   2- there is a bug open for 7+ days (if RC), or an important one that
  counts for this or that migration/update/whatever for say 10+ days
  without any answer from the Maintainer. Then just NMU.

Not every bug that is opened at RC severity is truly RC, and sometimes it's
not obvious why this is the case; nor is immediately uploading a fix for an
RC bug always the correct thing to do (consider large library transitions,
were the current version of the package needs to propagate to testing
together with 20 other RC bugfixes).  This, as much as wanting to reduce
unnecessary duplication of effort, is a reason why the release team has in
the past limited its 0-day NMU endorsement to RC bugs open 7 days or more,
and why I think the release team should continue to have such limits.

BTW, in the extreme case I have seen developers submit incorrect RC bugs,
file broken patches for them, and proceed straight to NMUing, all without
ever giving the maintainer an opportunity to comment.  I don't think we
should encourage NMUers to take it upon themselves to NMU for their own pet
bugs without review, and I think any changes to the default NMU policy
should take this possibility into account.

   OTOH my experience with NMUs is that people that complain because of a
 NMU are in 95% of the cases (if not more) the people that have been the
 more warned that a NMU could happen, and people that are the more likely
 to deserve one, and those will never subscribe to a page like
 LowThresholdNMU anyway.

I'm actually hard pressed to recall enough examples of people complaining
about NMUs such that a single complaint constitutes a mere 5%.  And I think
complaining about an NMU done for a non-bug is always justified. :)

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


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



apt-transport-https: transfer closed with outstanding read data remaining during update

2007-07-11 Thread Alan Ezust

Hi, I have a strange problem with apt-get over https:// protocol

I built apt-0.7.2 from source, for debian etch, because
apt-transport-https was not included in the repository.

Most of the time, apt-get update and apt-get upgrade work fine over
HTTP://, but what I've noticed is that after I change the .debs on the
repository, rescan the Packages, etc, then my next apt-get updates
fail.

Sometimes it looks like this:


Get:1 https://update.presinet.com testing/ Release.gpg [189B]
Get:2 https://update.presinet.com testing/ Translation-en_US [189B]
Ign https://update.presinet.com testing/ Translation-en_US
Hit https://update.presinet.com testing/ Release [869B]
Err https://update.presinet.com testing/ Release
Get:3 https://update.presinet.com testing/ Release [869B]
Ign https://update.presinet.com testing/ Release
Ign https://update.presinet.com testing/ Packages/DiffIndex
Ign https://update.presinet.com testing/ Packages
Hit https://update.presinet.com testing/ Packages [17.4kB]
Fetched 18.5kB in 1s (10.6kB/s)
Reading package lists... Done

As you can see, it hits the source, tries to get, and shows Err,
and then Ign. If I run it a few more times, eventually it will show me
at the end:

transfer closed with outstanding read data remaining

It never gets the package list.

I do not have a workaround for this yet, because I don't understand
how apt-get update works well enough yet. The error message above is
from libcurl, I know that.

If I edit  my sources.list to get from another https:// source,
apt-get update, and switch back, update again, it works!

Which makes me think that apt keeps some sort of state information
that needs to be cleared for update to work again. Am I correct? Is
there a file or directory I can wipe out between updates to prevent
this from happening in the future?


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



Re: Re: Release team structure (was Release Team Meeting results (the Juelich Edition))

2007-07-11 Thread Philippe Cloutier


* Filipus Klutiero ([EMAIL PROTECTED]) [070616 20:46]:
 Le vendredi 15 juin 2007 19:19, Andreas Barth a écrit?:
  Release team structure
  ~~
  Steve Langasek, who served as Release Manager for the past two cycles,
  doesn't want to be on the hot seat anymore. As he is still an active member
  of the release team, we decided to have him titled with Release Wizard
  now. Luk will become a Release Manager, so that we have again two
  Release Managers.
 Actually, it seems that Luk is already a Release Manager since a few days 
 according to intro/organization in CVS. I would appreciate if the release 
 team would start to announce changes in its membership.


What do you think this mail is?
If the mail was an announcement of Luk becoming RM, that was not 
clear...but in this case, best wishes to Luk with his new title 
(whatever it means, I guess).

And thanks to Steve for his great service as RM.


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



Re: patch for versioned symbols in Heimdal shared library

2007-07-11 Thread Brian May
 Russ == Russ Allbery [EMAIL PROTECTED] writes:

Russ Out of curiosity, have you talked to Love about this issue
Russ already?  Given that MIT Kerberos supports symbol versions
Russ upstream, I'm a little surprised that Heimdal doesn't as
Russ well, and I'd think that Love would at least be happy to
Russ take a patch even if he doesn't have time to write it
Russ himself.

Anyone here willing to write such a patch if upstream would accept it?

The current patch may not be acceptable, it modifies libtool.
-- 
Brian May [EMAIL PROTECTED]


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



Bug#432794: ITP: haskell-syb-with-class -- Haskell library for generic programming

2007-07-11 Thread Kari Pahula
Package: wnpp
Severity: wishlist
Owner: Kari Pahula [EMAIL PROTECTED]


* Package name: haskell-syb-with-class
  Version : 0.1
  Upstream Author : Simon Peyton Jones, Ralf Laemmel
* URL : 
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/syb-with-class-0.3
* License : BSD
  Programming Lang: Haskell
  Description : Haskell library for generic programming

 Classes, and Template Haskell code to generate instances, for the
 Scrap Your Boilerplate With Class system.

This is a dependency for generic-xml, which in turn is a dependency
for the upcoming HAppS version.


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



Re: Considerations for 'xmms' removal from Debian

2007-07-11 Thread Lionel Elie Mamane
On Wed, Jul 11, 2007 at 02:23:35PM +, William Pitcock wrote:
 José Miguel Parrella Romero joseparrella at gmail.com writes:

 The maintainers of the xmms package in Debian are proposing the
 removal of the aforementioned package. Please read on.

 * Other distributions have already discussed XMMS removal. Gentoo
 hardmasked the package based on the same rationale [1]

 Yes, and Gentoo's user committee fucked over the entire image and
 public view of Audacious' direction.

 Other packages just depend on xmms as a mere multimedia player, and
 therefore we recommend the maintainers to adjust their dependencies
 to bmpx, xmms2 or audacious.

 That's fine as long as you respect our requests with regards to
 handling the PR of this.

Would a mention of the different direction of audacious in the
release notes of lenny, the next Debian release, fulfil your PR
handling request? Something like

 4.5 XMMS removal

 Due to concerns over its high number of bugs, unmaintained status
 (and hence bugs will not get fixed), usage of old, unmaintained
 libraries (gtk+ 1.2) and no UTF-8 support, xmms has been removed from
 Debian. We suggest users of xmms try 'bmpx' and/or 'audacious' for
 media players that may feel familiar to them. You may also want to
 give xmms2 a shot: it is by the same upstream than xmms, albeit feels
 very different.

 The developers of audacious would like you to know that the direction
 of audacious is very different than the direction xmms had when
 actively developed. See http://audacious-media-player.org/MANIFESTO
 for details.

This supposes you would create a manifesto on your website, I haven't
found any. (Or a an explanation to how you differ from xmms's
goals. All I found is a news item along the lines of people who say
that audacious is just like xmms annoy us a lot, please don't do
that, but no articulation of your absolutely different goals.)

I say that, because while I really don't intend to make you angry, as
a casual user of xmms, I don't see the difference. As far as I'm
concerned, xmms's goal was to be a sound player. And your goal, in
your FAQ is to develop a media player. But from a cursory glance I
don't see audacious playing any other media than audio (no text, no
hypertext, no video, no images, ...), so I see it as an audio player,
not as a all-purpose all-around media player. (You handle only one
medium, sound.)

You know why I was using xmms as opposed to any other audio player?

 - it takes less screen estate
 - it plays any sound format I have thrown at it
 - doesn't crash / lockup / ...
 - no annoying bugs *I* run in

And, lo and behold, I launch audacious, it takes the same screen
estate. I'd be very surprised you wanted to voluntarily restrict sound
formats it supports, nor make it crash or buggy, so as far as my
criteria are concerned they are equivalent in their goals. I'm sorry
if this annoys you. Would you like me not to use audacious because of
that? I'm just a guy that wants sound-play to just work. I'm not
passionate about it, I never spent a lot of thought on how an audio
player should be designed to rock; for me the ideal sound player is
the one I don't need to think about. It is infrastructure to
me. But I'm very happy that other people are passionate about it, so
that they take the effort to develop one and I can use it. Thanks for
that.

All this respectfully of your efforts and platform. I'm just saying
that if you want people to have a new understanding of this project,
you need to explain them the project. People are not all psychic or
intimately familiar with the audio player developers community to
just know out of the blue what your goals are. Or interested enough to
analyse all features and design choices and reverse-engineer your
goals from that.


Best Regards,

-- 
Lionel


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



Bug#432795: ITP: haskell-generic-xml -- Haskell library for marshalling values to/from XML

2007-07-11 Thread Kari Pahula
Package: wnpp
Severity: wishlist
Owner: Kari Pahula [EMAIL PROTECTED]


* Package name: haskell-generic-xml
  Version : 0.1
  Upstream Author : HAppS LLC
* URL : 
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/generic-xml-0.1
* License : BSD
  Programming Lang: Haskell
  Description : Haskell library for marshalling values to/from XML

 Library for marshalling Haskell values to/from XML.

The upcoming HAppS version depends on this.


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



Re: Bug#432587: ITP: camlp4s -- Pre Processor Pretty Printer for OCaml - classical version

2007-07-11 Thread Lionel Elie Mamane
On Tue, Jul 10, 2007 at 08:56:02PM +0200, Stefano Zacchiroli wrote:

 * Package name: camlp4s
 * URL : http://cristal.inria.fr/~ddr/camlp4s/
 * License : BSD

 Question time: the license is BSD, but is not identical to the text
 I find in /usr/share/common-licenses/BSD as the Copyright is
 different (INRIA vs Universify of California). Can I point to our
 license file in debian/copyright nonetheless,

I wouldn't do that.

-- 
Lionel


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



Re: patch for versioned symbols in Heimdal shared library

2007-07-11 Thread Russ Allbery
Brian May [EMAIL PROTECTED] writes:
 Russ == Russ Allbery [EMAIL PROTECTED] writes:

 Russ Out of curiosity, have you talked to Love about this issue
 Russ already?  Given that MIT Kerberos supports symbol versions
 Russ upstream, I'm a little surprised that Heimdal doesn't as
 Russ well, and I'd think that Love would at least be happy to
 Russ take a patch even if he doesn't have time to write it
 Russ himself.

 Anyone here willing to write such a patch if upstream would accept it?

 The current patch may not be acceptable, it modifies libtool.

I have some code that I use for other projects that supports doing symbol
versioning on Linux without modifying libtool (it just passes the
appropriate flags through libtool with -Wl).  I don't have a lot of time
to work on this, but I'm happy to provide those details to start people
off.

I do this in configure.ac:

dnl If and only if we're on Linux, use a mapfile to do symbol versioning.
dnl We'd like to do this on all platforms, but the syntax is different
dnl everywhere and I don't feel like dealing with the differences.
case $host in
*-linux*)
VERSION_LDFLAGS=-Wl,--version-script=mapfile
;;
*)
VERSION_LDFLAGS=
;;
esac
AC_SUBST([VERSION_LDFLAGS])

and then put a mapfile that contains the symbol versioning information in
each directory with a shared library.  Then, in the Makefile, just include
$(VERSION_LDFLAGS) in the arguments passed to libtool for the link.
(Heimdal uses Automake, so this means adding them to the appropriate
_LDFLAGS variable for each library.

If I remember the Heimdal build system properly, it builds only one shared
library in each directory, so this should work.  If multiple shared
libraries are built in a particular directory, you have to do something
more complicated.

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


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



Accepted libtest-www-mechanize-perl 1.14-1 (source all)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 May 2007 14:49:55 +0200
Source: libtest-www-mechanize-perl
Binary: libtest-www-mechanize-perl
Architecture: source all
Version: 1.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libtest-www-mechanize-perl - Testing-specific WWW::Mechanize subclass
Changes: 
 libtest-www-mechanize-perl (1.14-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: libwww-mechanize-perl updated dependencies to (= 1.24)
Files: 
 8277ad2dfed4f7b7a41d6aad906d18fd 1071 perl optional 
libtest-www-mechanize-perl_1.14-1.dsc
 8ff01f058c07e74c85b25741afb4188d 12314 perl optional 
libtest-www-mechanize-perl_1.14.orig.tar.gz
 6d3707c7bafb795d0a979b89afe19797 1982 perl optional 
libtest-www-mechanize-perl_1.14-1.diff.gz
 007c9c597e3ed5c6ef636287af3d4ddb 16034 perl optional 
libtest-www-mechanize-perl_1.14-1_all.deb

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

iD8DBQFGlG+rHqjlqpcl9jsRAqx6AJ0d9wn7uzW5Fi9R2LOGyvzfVDZ6xACbBWX/
fZtX+pmjUsrcLeTw98uS8Jk=
=8Jac
-END PGP SIGNATURE-


Accepted:
libtest-www-mechanize-perl_1.14-1.diff.gz
  to 
pool/main/libt/libtest-www-mechanize-perl/libtest-www-mechanize-perl_1.14-1.diff.gz
libtest-www-mechanize-perl_1.14-1.dsc
  to 
pool/main/libt/libtest-www-mechanize-perl/libtest-www-mechanize-perl_1.14-1.dsc
libtest-www-mechanize-perl_1.14-1_all.deb
  to 
pool/main/libt/libtest-www-mechanize-perl/libtest-www-mechanize-perl_1.14-1_all.deb
libtest-www-mechanize-perl_1.14.orig.tar.gz
  to 
pool/main/libt/libtest-www-mechanize-perl/libtest-www-mechanize-perl_1.14.orig.tar.gz


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



Accepted request-tracker3.6 3.6.4-1 (source all)

2007-07-11 Thread Niko Tyni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  9 Jul 2007 22:45:50 +0300
Source: request-tracker3.6
Binary: rt3.6-apache2 request-tracker3.6 rt3.6-clients
Architecture: source all
Version: 3.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Request Tracker Group [EMAIL PROTECTED]
Changed-By: Niko Tyni [EMAIL PROTECTED]
Description: 
 request-tracker3.6 - Extensible trouble-ticket tracking system
 rt3.6-apache2 - Apache 2 specific files for request-tracker3.6
 rt3.6-clients - Mail gateway and command-line interface to request-tracker3.6
Closes: 404913 416474 416702 417545 429073 429560
Changes: 
 request-tracker3.6 (3.6.4-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #404913)
 + fixes display of queue names containing ampersands. (Closes: #416702)
 + fixes RFC 2047 header decoding. (Closes: #429560)
 + removes several unused dependencies
 + adds dependencies on libtimedate-perl
   and libterm-readline-(perl|gnu)-perl
   * Remove support for Apache 1, recently removed from Debian.
 (Closes: #429073)
   * debian/patches/*.dpatch:
 + 06_devel_deps: removed, no longer needed.
 + 20_search_by_requestor: removed, now included upstream.
 + 40_encoding: fix double UTF-8 encoding in the web interface.
   (Closes: #416474)
   * Update SpeedyCGI alternative dependencies. (Closes: #417545)
   * Add an alternative FastCGI dependency on libapache2-mod-fcgid
 to rt3.6-apache2, and include an example Apache2 configuration file.
   * Downgrade libtext-quoted-perl dependency to a recommendation. It's
 now an optional runtime dependency, since it can cause Perl segfaults
 (see #400733). This is also mentioned in NOTES.Debian.
   * Elaborate the comments in all the Apache example configuration files.
   * Add a note about RT_SiteConfig being only readable by root after
 installation.
   * Use the source:Version substitution variables instead of the deprecated
 Source-Version.
   * Upgrade to debhelper compatibility level 5.
Files: 
 550f812047c54b1b607cec1fbe5f54c5 884 misc optional 
request-tracker3.6_3.6.4-1.dsc
 b7a42c308a07b1f7a496d4d816bb87cc 1689581 misc optional 
request-tracker3.6_3.6.4.orig.tar.gz
 bbaba12bbb572a1c8edbe2b367c8d905 23345 misc optional 
request-tracker3.6_3.6.4-1.diff.gz
 cc8af4284c9bbe056de45436a568a1bd 1459012 misc optional 
request-tracker3.6_3.6.4-1_all.deb
 858db64877090a5e4e994ad8c157a99b 193196 misc optional 
rt3.6-clients_3.6.4-1_all.deb
 09cebd8f2d8db0fe9fdfb21ead3167f3 163042 misc optional 
rt3.6-apache2_3.6.4-1_all.deb

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

iD8DBQFGlHABgYcvm1TBwckRAld6AKCQUPk9wss3wR1l6pousam7157P8QCcCthi
DEvpDqFfUuWifU9yxR6pxpI=
=IDkW
-END PGP SIGNATURE-


Accepted:
request-tracker3.6_3.6.4-1.diff.gz
  to pool/main/r/request-tracker3.6/request-tracker3.6_3.6.4-1.diff.gz
request-tracker3.6_3.6.4-1.dsc
  to pool/main/r/request-tracker3.6/request-tracker3.6_3.6.4-1.dsc
request-tracker3.6_3.6.4-1_all.deb
  to pool/main/r/request-tracker3.6/request-tracker3.6_3.6.4-1_all.deb
request-tracker3.6_3.6.4.orig.tar.gz
  to pool/main/r/request-tracker3.6/request-tracker3.6_3.6.4.orig.tar.gz
rt3.6-apache2_3.6.4-1_all.deb
  to pool/main/r/request-tracker3.6/rt3.6-apache2_3.6.4-1_all.deb
rt3.6-clients_3.6.4-1_all.deb
  to pool/main/r/request-tracker3.6/rt3.6-clients_3.6.4-1_all.deb


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



Accepted libxml-atom-perl 0.25-2 (source all)

2007-07-11 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jul 2007 14:24:45 -0600
Source: libxml-atom-perl
Binary: libxml-atom-perl
Architecture: source all
Version: 0.25-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Rene Mayorga [EMAIL PROTECTED]
Description: 
 libxml-atom-perl - Atom feed and API implementation
Closes: 432544
Changes: 
 libxml-atom-perl (0.25-2) unstable; urgency=low
 .
   * Test cases changed to comply with new version output's from
 libxml-libmxl-perl (Closes: #432544)
   * dpatch added to Build-Depends
   * debian/rules modified according to use dpatch
   * Added myself to debian/control - Uploaders
Files: 
 60ae997791e7a5e2b11f0447f090adc2 1165 perl optional libxml-atom-perl_0.25-2.dsc
 4dd577995cc18d5a63d71ffbd2a8aa5d 3809 perl optional 
libxml-atom-perl_0.25-2.diff.gz
 71bf45887ec5ce8138822dee1dccdcc8 46260 perl optional 
libxml-atom-perl_0.25-2_all.deb

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

iD8DBQFGlHIZHqjlqpcl9jsRAhEvAKCZSKRrfbPQlVrKPaxEitsDt/1gOgCcC4/7
a3C4KoV6CJKZXBfMZMb2nFk=
=0yp6
-END PGP SIGNATURE-


Accepted:
libxml-atom-perl_0.25-2.diff.gz
  to pool/main/libx/libxml-atom-perl/libxml-atom-perl_0.25-2.diff.gz
libxml-atom-perl_0.25-2.dsc
  to pool/main/libx/libxml-atom-perl/libxml-atom-perl_0.25-2.dsc
libxml-atom-perl_0.25-2_all.deb
  to pool/main/libx/libxml-atom-perl/libxml-atom-perl_0.25-2_all.deb


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



Accepted hibernate 1.96~pre-svn.r1136-1 (source all)

2007-07-11 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 09 Jul 2007 23:43:05 +0200
Source: hibernate
Binary: hibernate
Architecture: source all
Version: 1.96~pre-svn.r1136-1
Distribution: unstable
Urgency: low
Maintainer: martin f. krafft [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 hibernate  - smartly puts your computer to sleep (suspend to RAM or disk)
Closes: 387456 427376 430148 432316
Changes: 
 hibernate (1.96~pre-svn.r1136-1) unstable; urgency=low
 .
   * New upstream checkout:
 - includes xbacklight scriptlet by Joey Hess (closes: #430148).
 - includes gaim scriptlet by Norbert Buchmuller (closes: #427376).
 - includes networkmanager scriptlet by Markus Becker (closes: #387456).
 - disabled vbetool by default for suspend-to-RAM (see #400688).
   * Prevent DownInterfaces auto from storing network interfaces it did not
 down, so that they are not brought up by NetworkStart if they weren't up
 before the suspend (closes: #432316).
   * Completed LSB init.d dependency headers; now starts after cryptdisks and
 before swap is mounted in mountall.
Files: 
 a563367a136c6a7135372a8656868612 743 utils extra 
hibernate_1.96~pre-svn.r1136-1.dsc
 6f4fa0f478d976aa21b3df95c78f1918 78052 utils extra 
hibernate_1.96~pre-svn.r1136.orig.tar.gz
 127260668413394df225e82dc961da58 15587 utils extra 
hibernate_1.96~pre-svn.r1136-1.diff.gz
 0c63e0bf0ad440de23b5e6784b79aaf1 94594 utils extra 
hibernate_1.96~pre-svn.r1136-1_all.deb

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

iD8DBQFGkq0AIgvIgzMMSnURAnlWAJsFJXMqshTLJP/JsD3TshLS1AimbQCdGsO7
3kxkCkGaVfV65SM9CfNi00g=
=MyYR
-END PGP SIGNATURE-


Accepted:
hibernate_1.96~pre-svn.r1136-1.diff.gz
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1136-1.diff.gz
hibernate_1.96~pre-svn.r1136-1.dsc
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1136-1.dsc
hibernate_1.96~pre-svn.r1136-1_all.deb
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1136-1_all.deb
hibernate_1.96~pre-svn.r1136.orig.tar.gz
  to pool/main/h/hibernate/hibernate_1.96~pre-svn.r1136.orig.tar.gz


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



Accepted aranym 0.9.5beta-1 (source i386)

2007-07-11 Thread Antonin Kral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jul 2007 19:09:04 +
Source: aranym
Binary: aranym
Architecture: source i386
Version: 0.9.5beta-1
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral [EMAIL PROTECTED]
Changed-By: Antonin Kral [EMAIL PROTECTED]
Description: 
 aranym - Atari Running on Any Machine
Changes: 
 aranym (0.9.5beta-1) unstable; urgency=low
 .
   * New upstream release
   * Large clean up of the debian diff, it contains just debian/ from now
   * debian/rules invokes make with -f only, -e removed
Files: 
 4ccb043384c724d1728484e892681d96 623 otherosfs extra aranym_0.9.5beta-1.dsc
 9a3e93c3191d317d273bc58b6e56c3ce 1302156 otherosfs extra 
aranym_0.9.5beta.orig.tar.gz
 698e8e24b9e87c915153c9c6e4a240e9 4539 otherosfs extra 
aranym_0.9.5beta-1.diff.gz
 94a6d240fbe2cf11734b999512ae02cb 1553076 otherosfs extra 
aranym_0.9.5beta-1_i386.deb

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

iD8DBQFGk+j8luuhBRvyMFoRAhoIAKCvkOq+jTkLYCAohmVagya9ui8sgQCeITOC
iEHrWkd2Gp+HiAeGystkKw4=
=J5rk
-END PGP SIGNATURE-


Accepted:
aranym_0.9.5beta-1.diff.gz
  to pool/main/a/aranym/aranym_0.9.5beta-1.diff.gz
aranym_0.9.5beta-1.dsc
  to pool/main/a/aranym/aranym_0.9.5beta-1.dsc
aranym_0.9.5beta-1_i386.deb
  to pool/main/a/aranym/aranym_0.9.5beta-1_i386.deb
aranym_0.9.5beta.orig.tar.gz
  to pool/main/a/aranym/aranym_0.9.5beta.orig.tar.gz


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



Accepted glib1.2 1.2.10-19 (source i386)

2007-07-11 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 08:33:00 +0200
Source: glib1.2
Binary: libglib1.2-dbg libglib1.2ldbl libglib1.2-dev
Architecture: source i386
Version: 1.2.10-19
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 libglib1.2-dbg - The GLib library of C routines (debug)
 libglib1.2-dev - The GLib library of C routines (development)
 libglib1.2ldbl - The GLib library of C routines
Closes: 432634
Changes: 
 glib1.2 (1.2.10-19) unstable; urgency=low
 .
   * Fixed package name in shlibs (Closes: #432634).
Files: 
 99daff392620eb4c0c0bad888b31efa6 619 oldlibs optional glib1.2_1.2.10-19.dsc
 67c29fd2a740f2c6679e3f0320722604 150690 oldlibs optional 
glib1.2_1.2.10-19.diff.gz
 a6ad52f08a936872006c64c7e378454d 122232 oldlibs optional 
libglib1.2ldbl_1.2.10-19_i386.deb
 252f48b40c950fc72b86c1d82256407e 176428 oldlibs optional 
libglib1.2-dev_1.2.10-19_i386.deb
 4b58c87204a023574b10e07962eb10b2 179746 devel extra 
libglib1.2-dbg_1.2.10-19_i386.deb

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

iD8DBQFGlHwu+C5cwEsrK54RAktKAJ4rqJs7i+1MMQkh/sVOnIgBzn3xoACdHdaq
KHW86TZLPFDmanUhJz3xQxE=
=51mx
-END PGP SIGNATURE-


Accepted:
glib1.2_1.2.10-19.diff.gz
  to pool/main/g/glib1.2/glib1.2_1.2.10-19.diff.gz
glib1.2_1.2.10-19.dsc
  to pool/main/g/glib1.2/glib1.2_1.2.10-19.dsc
libglib1.2-dbg_1.2.10-19_i386.deb
  to pool/main/g/glib1.2/libglib1.2-dbg_1.2.10-19_i386.deb
libglib1.2-dev_1.2.10-19_i386.deb
  to pool/main/g/glib1.2/libglib1.2-dev_1.2.10-19_i386.deb
libglib1.2ldbl_1.2.10-19_i386.deb
  to pool/main/g/glib1.2/libglib1.2ldbl_1.2.10-19_i386.deb


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



Accepted flumotion 0.4.2-2 (source i386)

2007-07-11 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 09:30:13 +0200
Source: flumotion
Binary: flumotion
Architecture: source i386
Version: 0.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 flumotion  - Fluendo Streaming Server - manager, worker and admin
Closes: 432568
Changes: 
 flumotion (0.4.2-2) unstable; urgency=low
 .
   * Wrap build-deps and deps.
   * Depend on python-twisted-web for the HTTP stream to work; thanks
 Riccardo Setti; closes: #432568.
   * Bump up Debhelper compatibility level to 5.
Files: 
 6b410b13b185117a214d08fe2fcf21c4 879 net optional flumotion_0.4.2-2.dsc
 3a1780d00ea67d056e67703d7bdf6d37 9600 net optional flumotion_0.4.2-2.diff.gz
 0d604e932bdb0fa0485d2b98b3ef4684 749592 net optional flumotion_0.4.2-2_i386.deb

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

iD8DBQFGlIfQ4VUX8isJIMARAroTAJ9ak68tGho1zirWkg2gNVUJGnrhMwCfbxVb
2Xk/t4exQg3iREbXNCbtOQc=
=5bGO
-END PGP SIGNATURE-


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


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



Accepted libdata-visitor-perl 0.08-1 (source all)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 10:17:08 +0200
Source: libdata-visitor-perl
Binary: libdata-visitor-perl
Architecture: source all
Version: 0.08-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libdata-visitor-perl - A visitor for Perl data structures
Changes: 
 libdata-visitor-perl (0.08-1) unstable; urgency=low
 .
   * New upstream release
   * debian/rules: don't ignore clean errors
Files: 
 83a25743d6d64ca9afda8b2495b495b4 915 perl optional 
libdata-visitor-perl_0.08-1.dsc
 742c8541e0c1d8d1798f0195b0a8f25e 7396 perl optional 
libdata-visitor-perl_0.08.orig.tar.gz
 b51fd582849828a9fab1e063fbb426a4 2063 perl optional 
libdata-visitor-perl_0.08-1.diff.gz
 ce06d75ba11f8d4feeec3b9eb8b51897 12584 perl optional 
libdata-visitor-perl_0.08-1_all.deb

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

iD8DBQFGlJXiy+HP4f7iC8sRAlcOAJ9RWWYkfoKQxavNS0ylGwDzY9CzXACfS7iH
IrbMLdoI0dZLF7CL5JUL8Cs=
=OUnI
-END PGP SIGNATURE-


Accepted:
libdata-visitor-perl_0.08-1.diff.gz
  to pool/main/libd/libdata-visitor-perl/libdata-visitor-perl_0.08-1.diff.gz
libdata-visitor-perl_0.08-1.dsc
  to pool/main/libd/libdata-visitor-perl/libdata-visitor-perl_0.08-1.dsc
libdata-visitor-perl_0.08-1_all.deb
  to pool/main/libd/libdata-visitor-perl/libdata-visitor-perl_0.08-1_all.deb
libdata-visitor-perl_0.08.orig.tar.gz
  to pool/main/libd/libdata-visitor-perl/libdata-visitor-perl_0.08.orig.tar.gz


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



Accepted madwifi-tools 1:0.9.3+dfsg-2 (source i386)

2007-07-11 Thread Kel Modderman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 18:16:26 +1000
Source: madwifi-tools
Binary: madwifi-tools
Architecture: source i386
Version: 1:0.9.3+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian madwifi team [EMAIL PROTECTED]
Changed-By: Kel Modderman [EMAIL PROTECTED]
Description: 
 madwifi-tools - tools for the Multiband Atheros Driver for WiFi
Changes: 
 madwifi-tools (1:0.9.3+dfsg-2) unstable; urgency=low
 .
   * Restrict build archs to alpha amd64 arm hurd-i386 i386 mips mipsel powerpc
 and sparc. [debian/control]
   * Format Homepage field. [debian/control]
   * Add XS-Vcs-* fields. [debian/control]
Files: 
 3659c222f34a52aabd453a8562627aef 977 contrib/net optional 
madwifi-tools_0.9.3+dfsg-2.dsc
 03716e03692a3a2c69abdf37c9e3a5df 6645 contrib/net optional 
madwifi-tools_0.9.3+dfsg-2.diff.gz
 b42c75510adf51f0fc086493d724a82c 38970 contrib/net optional 
madwifi-tools_0.9.3+dfsg-2_i386.deb

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

iD8DBQFGlJ1+4VUX8isJIMARAuu0AKCZVtswGV1YJ3TKfdQ05LTDaethBwCaAtky
LUVsFzJka4/eJ9xEO0kX3uY=
=j42l
-END PGP SIGNATURE-


Accepted:
madwifi-tools_0.9.3+dfsg-2.diff.gz
  to pool/contrib/m/madwifi-tools/madwifi-tools_0.9.3+dfsg-2.diff.gz
madwifi-tools_0.9.3+dfsg-2.dsc
  to pool/contrib/m/madwifi-tools/madwifi-tools_0.9.3+dfsg-2.dsc
madwifi-tools_0.9.3+dfsg-2_i386.deb
  to pool/contrib/m/madwifi-tools/madwifi-tools_0.9.3+dfsg-2_i386.deb


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



Accepted ogre 1.4.3-1 (source all amd64)

2007-07-11 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 00:29:41 -0400
Source: ogre
Binary: libogre14 libogre-dev libogre14-dbg ogre-tools-dbg ogre-tools ogre-doc 
blender-ogrexml
Architecture: source all amd64
Version: 1.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Andres Mejia [EMAIL PROTECTED]
Description: 
 blender-ogrexml - Blender Exporter for Ogre
 libogre-dev - Object-oriented Graphics Rendering Engine (development files)
 libogre14  - Object-oriented Graphics Rendering Engine (libraries)
 libogre14-dbg - Object-oriented Graphics Rendering Engine (debugging libs)
 ogre-doc   - Object-oriented Graphics Rendering Engine (documentation)
 ogre-tools - Object-oriented Graphics Rendering Engine (tools)
 ogre-tools-dbg - Object-oriented Graphics Rendering Engine (tools)
Closes: 332514 342380 349420 350059 356442 357374 358006 358221 364050
Changes: 
 ogre (1.4.3-1) unstable; urgency=low
 .
   [ Andres Mejia ]
   * New upstream release
   * Fixing FTBFS for mips, thanks to Brian M. Carlson (Closes: 358221)
   * Fixing FTBFS for ppc64, thanks to Andreas Jochens (Closes: 364050)
   * Fixing FTBFS for other 64-bit based architectures
 + Major thanks to Steve Langasek for this fix.
 + (Closes: 332514)
 + (Closes: 342380)
   * Closing some NMU bug reports.
 + Build-dependencies are already fixed.
 + Another method for using dh_compress is used.
 + Upstream source of ogre compiles well with g++-4.1.
 + (Closes: 349420)
 + (Closes: 357374)
 + (Closes: 358006)
   * Closing FTBFS with G++ 4.1 bug. (Closes: 356442)
 + All modification were already found upstream.
 + Thanks goes to Martin Michlmayr for providing a fix.
   * Forgot to close one new version bug. (Closes: 350059)
 + A much newer script is provided upstream.
   * Added proper check for determining whether to use SSE.
Files: 
 a80bd0d7063023d4e98d80264228e90b 1045 libs optional ogre_1.4.3-1.dsc
 594915da12eef59e0cd0213838fa59ac 13826417 libs optional ogre_1.4.3.orig.tar.gz
 633ec3b7b38b742ed74e84d6b0589df8 17047 libs optional ogre_1.4.3-1.diff.gz
 0e4ce1299d0017cca174790118917c84 7292922 doc optional ogre-doc_1.4.3-1_all.deb
 4863e769d30302ee325c99ebe5f8e7a7 264070 graphics optional 
blender-ogrexml_1.4.3-1_all.deb
 b7cb5d5763e4ee59d5aaadac9383e622 2461244 libs optional 
libogre14_1.4.3-1_amd64.deb
 b55882b963e71be9de61561da60e4102 19562296 libdevel optional 
libogre14-dbg_1.4.3-1_amd64.deb
 d5112da7e159502b659b1c6509166cdd 713364 libdevel optional 
libogre-dev_1.4.3-1_amd64.deb
 1a38fb55b1edc1929cb3966b3b6a06bf 289802 devel optional 
ogre-tools_1.4.3-1_amd64.deb
 6d2e55b3ba6e7f515fa15c79f4b6fc5d 1186710 devel optional 
ogre-tools-dbg_1.4.3-1_amd64.deb

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

iD8DBQFGlI/cvcCgrgZGjesRAjOZAKCLS+RETJknTrCv5KgOF/HYcakojwCgxamN
lRi2wvn4dYG+5U0VQppuNeY=
=v8p6
-END PGP SIGNATURE-


Accepted:
blender-ogrexml_1.4.3-1_all.deb
  to pool/main/o/ogre/blender-ogrexml_1.4.3-1_all.deb
libogre-dev_1.4.3-1_amd64.deb
  to pool/main/o/ogre/libogre-dev_1.4.3-1_amd64.deb
libogre14-dbg_1.4.3-1_amd64.deb
  to pool/main/o/ogre/libogre14-dbg_1.4.3-1_amd64.deb
libogre14_1.4.3-1_amd64.deb
  to pool/main/o/ogre/libogre14_1.4.3-1_amd64.deb
ogre-doc_1.4.3-1_all.deb
  to pool/main/o/ogre/ogre-doc_1.4.3-1_all.deb
ogre-tools-dbg_1.4.3-1_amd64.deb
  to pool/main/o/ogre/ogre-tools-dbg_1.4.3-1_amd64.deb
ogre-tools_1.4.3-1_amd64.deb
  to pool/main/o/ogre/ogre-tools_1.4.3-1_amd64.deb
ogre_1.4.3-1.diff.gz
  to pool/main/o/ogre/ogre_1.4.3-1.diff.gz
ogre_1.4.3-1.dsc
  to pool/main/o/ogre/ogre_1.4.3-1.dsc
ogre_1.4.3.orig.tar.gz
  to pool/main/o/ogre/ogre_1.4.3.orig.tar.gz


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



Accepted ledit 1.14-1 (source all)

2007-07-11 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 11:09:47 +0200
Source: ledit
Binary: ledit
Architecture: source all
Version: 1.14-1
Distribution: experimental
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Stefano Zacchiroli [EMAIL PROTECTED]
Description: 
 ledit  - line editor for interactive programs
Changes: 
 ledit (1.14-1) experimental; urgency=low
 .
   * new upstream release
   * rebuild against ocaml 3.10.0 and upload to experimental
   * debian/control.in
 - file removed, no longer needed
   * debian/control
 - add build-dep on camlp5, since we need the classical camlp4
 - bump debhelper build-dep to 5
   * debian/watch
 - add watch file
   * debian/patches
 - remove ledit.dpatch, no longer needed
 - add camlp5.dpatch, to build properly against (renamed) classical camlp4
   * debian/compat
 - bump debhelper compatibility level to 5
Files: 
 355275cadbf339362fe094ccfa37a5e3 909 editors optional ledit_1.14-1.dsc
 9b576ed9cd1a224c5f218ba41b869a13 22357 editors optional ledit_1.14.orig.tar.gz
 b669a555c7ed93a9227536818f3742b4 3820 editors optional ledit_1.14-1.diff.gz
 770a929be1b62023843dd05779bc6352 32160 editors optional ledit_1.14-1_all.deb

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

iD8DBQFGlJ7a1cqbBPLEI7wRAqpGAKC/bcnlGz5IsFgfwLeiaX9/O1rFywCdHuPH
/rPPoNu6MVdsna/kS+qKfBY=
=4Lrc
-END PGP SIGNATURE-


Accepted:
ledit_1.14-1.diff.gz
  to pool/main/l/ledit/ledit_1.14-1.diff.gz
ledit_1.14-1.dsc
  to pool/main/l/ledit/ledit_1.14-1.dsc
ledit_1.14-1_all.deb
  to pool/main/l/ledit/ledit_1.14-1_all.deb
ledit_1.14.orig.tar.gz
  to pool/main/l/ledit/ledit_1.14.orig.tar.gz


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



Accepted madwifi 1:0.9.3-3 (source all)

2007-07-11 Thread Kel Modderman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 18:49:23 +1000
Source: madwifi
Binary: madwifi-source
Architecture: source all
Version: 1:0.9.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian madwifi team [EMAIL PROTECTED]
Changed-By: Kel Modderman [EMAIL PROTECTED]
Description: 
 madwifi-source - source for the Multiband Atheros Driver for WiFi
Closes: 432531
Changes: 
 madwifi (1:0.9.3-3) unstable; urgency=low
 .
   * Format Homepage fileds. [debian/control]
   * Add XS-Vcs-* fields. [debian/control]
   * No longer provide madwifi-doc, upstream abandoned it.
 [debian/madwifi-doc.*, debian/control,
 debian/madwifi-source.README.debian]
   * No longer conflict with madwifi-ng-modules-_KVERS_, no package in debian
 ever provided that. Also remove spurious Provides.
 [debian/control.modules.in]
   * Add patches/10_compat-0.9.3-2.6.22.dpatch for linux 2.6.22 compatibility.
 (Closes: #432531)
Files: 
 0eb6047e673a43008b25c8e91ca5ebca 892 non-free/net optional madwifi_0.9.3-3.dsc
 b9643da653cd9d395bd9d673b5075039 16077 non-free/net optional 
madwifi_0.9.3-3.diff.gz
 eefe88e2c4b14cba9b897172c9afa3b1 3505036 non-free/net optional 
madwifi-source_0.9.3-3_all.deb

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

iD8DBQFGlJ2y4VUX8isJIMARAobXAJ4oczEvEJd8ReVoNBUPm1khAThcoACgrT0Q
vv05a8jYlaOKZ4dQfAoXrHg=
=xO7x
-END PGP SIGNATURE-


Accepted:
madwifi-source_0.9.3-3_all.deb
  to pool/non-free/m/madwifi/madwifi-source_0.9.3-3_all.deb
madwifi_0.9.3-3.diff.gz
  to pool/non-free/m/madwifi/madwifi_0.9.3-3.diff.gz
madwifi_0.9.3-3.dsc
  to pool/non-free/m/madwifi/madwifi_0.9.3-3.dsc


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



Accepted snmptrapfmt 1.12 (source sparc)

2007-07-11 Thread Jochen Friedrich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 10:50:10 +0200
Source: snmptrapfmt
Binary: snmptrapfmt
Architecture: source sparc
Version: 1.12
Distribution: unstable
Urgency: low
Maintainer: Jochen Friedrich [EMAIL PROTECTED]
Changed-By: Jochen Friedrich [EMAIL PROTECTED]
Description: 
 snmptrapfmt - A configurable snmp trap handler daemon for snmpd
Closes: 431924
Changes: 
 snmptrapfmt (1.12) unstable; urgency=low
 .
   * Fix dependecies (Closes: #431924)
   * Update Policy to 3.7.2 (no changes)
   * Update debhelper compat level to 5
Files: 
 f074c4e537b2f3702cf36d0362d8dc3a 518 net optional snmptrapfmt_1.12.dsc
 f08b2a70a8b24888a195330950e269e9 32607 net optional snmptrapfmt_1.12.tar.gz
 d1e740ccb0d3ca02c395068e16ccf0ea 17990 net optional snmptrapfmt_1.12_sparc.deb

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

iD8DBQFGlKE10fhX0Y/ocz0RAhEDAJ0QNqJdDjshmUJkfJtCkJwABxdrMACfe7EL
9WkO9sAePtJFXyVBnAF4L1M=
=VBoG
-END PGP SIGNATURE-


Accepted:
snmptrapfmt_1.12.dsc
  to pool/main/s/snmptrapfmt/snmptrapfmt_1.12.dsc
snmptrapfmt_1.12.tar.gz
  to pool/main/s/snmptrapfmt/snmptrapfmt_1.12.tar.gz
snmptrapfmt_1.12_sparc.deb
  to pool/main/s/snmptrapfmt/snmptrapfmt_1.12_sparc.deb


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



Accepted poker-network 1.1.0-1 (source all i386)

2007-07-11 Thread OuoU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 May 2007 14:41:33 +0200
Source: poker-network
Binary: python-poker-network poker-web python-poker2d
Architecture: source all i386
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) [EMAIL PROTECTED]
Changed-By: Loic Dachary (OuoU) [EMAIL PROTECTED]
Description: 
 poker-web  - Web interface to a poker-network server
 python-poker-network - multiplayer poker server and client library
 python-poker2d - GTK poker client to play on a poker-network server
Closes: 425253
Changes: 
 poker-network (1.1.0-1) unstable; urgency=low
 .
   * upstream sync
 .
   * Apply NMU patch (closes: 425253)
Files: 
 048849176947588b65c1d81f41bcb63b 1038 python extra poker-network_1.1.0-1.dsc
 f3030558c81a02b45af13944dd598d3a 2224413 python extra 
poker-network_1.1.0.orig.tar.gz
 62d1088c0f51a439035614c2ab8680bf 21694 python extra 
poker-network_1.1.0-1.diff.gz
 76e1bb8d49c247fcdb6a72fca6e1b720 210436 python extra 
python-poker-network_1.1.0-1_all.deb
 3c146bd6d4a4f04402e015b85d869bcc 144132 web optional poker-web_1.1.0-1_all.deb
 6ac0ca7bbd2882a9a2d8978fa3325da7 1524990 python extra 
python-poker2d_1.1.0-1_i386.deb

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

iD8DBQFGlKKy8dLMyEl6F20RAs9ZAKCr2+DYXEQVrV54kISQwR6unRy5IgCdG4fx
9SjjLbmdMsGBpGgvEzZIV1U=
=1+tB
-END PGP SIGNATURE-


Accepted:
poker-network_1.1.0-1.diff.gz
  to pool/main/p/poker-network/poker-network_1.1.0-1.diff.gz
poker-network_1.1.0-1.dsc
  to pool/main/p/poker-network/poker-network_1.1.0-1.dsc
poker-network_1.1.0.orig.tar.gz
  to pool/main/p/poker-network/poker-network_1.1.0.orig.tar.gz
poker-web_1.1.0-1_all.deb
  to pool/main/p/poker-network/poker-web_1.1.0-1_all.deb
python-poker-network_1.1.0-1_all.deb
  to pool/main/p/poker-network/python-poker-network_1.1.0-1_all.deb
python-poker2d_1.1.0-1_i386.deb
  to pool/main/p/poker-network/python-poker2d_1.1.0-1_i386.deb


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



Accepted clamav-data 20070711.011400.3634 (source all)

2007-07-11 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 07:31:06 +
Source: clamav-data
Binary: clamav-data
Architecture: source all
Version: 20070711.011400.3634
Distribution: unstable
Urgency: low
Maintainer: Marc Haber [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 clamav-data - clamav data files
Changes: 
 clamav-data (20070711.011400.3634) unstable; urgency=low
 .
   * Automatically generated by clamav-getfiles.
   * See clamav-getfiles changelog for the real change log.
 URL: 
http://packages.debian.org/changelogs/pool/main/c/clamav-getfiles/current/changelog.html
Files: 
 66b4e16dcc4042e0898604c00cb13dee 559 utils optional 
clamav-data_20070711.011400.3634.dsc
 5d9290b2c3510dc68d40f5d5a120bdee 10349822 utils optional 
clamav-data_20070711.011400.3634.tar.gz
 6a330f044544038554168b3feb768dd2 10347730 utils optional 
clamav-data_20070711.011400.3634_all.deb

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

iD8DBQFGlJucgZalRGu6PIQRAl7OAJ4uHpicHK13kt7/yxnpiPfyAtTZLACfSyXL
rlXH8QrmxEmMZ0CiSi8FVPw=
=Q+Vz
-END PGP SIGNATURE-


Accepted:
clamav-data_20070711.011400.3634.dsc
  to pool/main/c/clamav-data/clamav-data_20070711.011400.3634.dsc
clamav-data_20070711.011400.3634.tar.gz
  to pool/main/c/clamav-data/clamav-data_20070711.011400.3634.tar.gz
clamav-data_20070711.011400.3634_all.deb
  to pool/main/c/clamav-data/clamav-data_20070711.011400.3634_all.deb


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



Accepted gtkhtml3.14 3.14.3-1 (source i386)

2007-07-11 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 11:45:42 +0200
Source: gtkhtml3.14
Binary: libgtkhtml3.14-dev libgtkhtml3.14-dbg gtkhtml3.14 libgtkhtml3.14-19
Architecture: source i386
Version: 3.14.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Evolution Maintainers [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gtkhtml3.14 - HTML rendering/editing library - bonobo component binary
 libgtkhtml3.14-19 - HTML rendering/editing library - runtime files
 libgtkhtml3.14-dbg - HTML rendering/editing library - debug files
 libgtkhtml3.14-dev - HTML rendering/editing library - development files
Changes: 
 gtkhtml3.14 (3.14.3-1) unstable; urgency=low
 .
   * New upstream stable release; no API change; bug fixes.
Files: 
 73c853c63b3b6d84dacf3bf4da47867c 1124 gnome optional gtkhtml3.14_3.14.3-1.dsc
 0d3e6e05da9f55549fe048d9b6f98138 1890439 gnome optional 
gtkhtml3.14_3.14.3.orig.tar.gz
 4ea4deec26239c6317471a05cf25edcf 8797 gnome optional 
gtkhtml3.14_3.14.3-1.diff.gz
 590ae350c5a171af737bd8fb51458be6 575436 gnome optional 
gtkhtml3.14_3.14.3-1_i386.deb
 d300b965086e22294d4adb71a7bbaa74 320106 libs optional 
libgtkhtml3.14-19_3.14.3-1_i386.deb
 afa282834e8afb657d319b794c320b5b 350706 libdevel optional 
libgtkhtml3.14-dev_3.14.3-1_i386.deb
 5124c335ee3b151bcffaf290e050eebe 1200246 libdevel extra 
libgtkhtml3.14-dbg_3.14.3-1_i386.deb

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

iD8DBQFGlKjz4VUX8isJIMARAowRAKCMuhDoFv4Ypo3y+OeGvfseEpn5dgCgl9Oz
febv7tPaHj2quzv7Xno/z7U=
=ecuY
-END PGP SIGNATURE-


Accepted:
gtkhtml3.14_3.14.3-1.diff.gz
  to pool/main/g/gtkhtml3.14/gtkhtml3.14_3.14.3-1.diff.gz
gtkhtml3.14_3.14.3-1.dsc
  to pool/main/g/gtkhtml3.14/gtkhtml3.14_3.14.3-1.dsc
gtkhtml3.14_3.14.3-1_i386.deb
  to pool/main/g/gtkhtml3.14/gtkhtml3.14_3.14.3-1_i386.deb
gtkhtml3.14_3.14.3.orig.tar.gz
  to pool/main/g/gtkhtml3.14/gtkhtml3.14_3.14.3.orig.tar.gz
libgtkhtml3.14-19_3.14.3-1_i386.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml3.14-19_3.14.3-1_i386.deb
libgtkhtml3.14-dbg_3.14.3-1_i386.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml3.14-dbg_3.14.3-1_i386.deb
libgtkhtml3.14-dev_3.14.3-1_i386.deb
  to pool/main/g/gtkhtml3.14/libgtkhtml3.14-dev_3.14.3-1_i386.deb


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



Accepted roxen4 4.0.425-5 (source i386 all)

2007-07-11 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 11:09:24 +0200
Source: roxen4
Binary: roxen4-doc roxen4
Architecture: source i386 all
Version: 4.0.425-5
Distribution: unstable
Urgency: low
Maintainer: Turbo Fredriksson [EMAIL PROTECTED]
Changed-By: Turbo Fredriksson [EMAIL PROTECTED]
Description: 
 roxen4 - The Roxen Challenger Webserver
 roxen4-doc - Roxen 4.0 documentation
Closes: 414350 416595 431271 431272
Changes: 
 roxen4 (4.0.425-5) unstable; urgency=low
 .
   * Depend on net-tools because of use of netstat in postinst.
 Closes: #416595
   * Add spanish debconf template - thanx to Rudy Godoy.
 Closes: #414350
   * Add german debconf template - thanx to Helge Kreutzmann.
 Closes: #431272
   * Fix some template errors - thanx to Helge Kreutzmann.
 Closes: #431271
Files: 
 2e1d75db659e79b2af91dcde88ee15dc 582 web optional roxen4_4.0.425-5.dsc
 c2351d5644e566d1a444c648ca518f1c 216889 web optional roxen4_4.0.425-5.diff.gz
 9407d8a7391f3abc23342aa0d0fa48bc 8290674 doc optional 
roxen4-doc_4.0.425-5_all.deb
 97423a1c7280c31c25af4fd29c25b3d5 7721522 web optional roxen4_4.0.425-5_i386.deb

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

iD8DBQFGlK9/mlWzPKccHgARAijyAJ93eDimrUmAQtHTw3zS6MOM1mS9PACdGxI6
g5kkduC8pgwD9lvoGCjoMzE=
=I2yC
-END PGP SIGNATURE-


Accepted:
roxen4-doc_4.0.425-5_all.deb
  to pool/main/r/roxen4/roxen4-doc_4.0.425-5_all.deb
roxen4_4.0.425-5.diff.gz
  to pool/main/r/roxen4/roxen4_4.0.425-5.diff.gz
roxen4_4.0.425-5.dsc
  to pool/main/r/roxen4/roxen4_4.0.425-5.dsc
roxen4_4.0.425-5_i386.deb
  to pool/main/r/roxen4/roxen4_4.0.425-5_i386.deb


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



Accepted libdata-optlist-perl 0.102-1 (source all)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 12:16:53 +0200
Source: libdata-optlist-perl
Binary: libdata-optlist-perl
Architecture: source all
Version: 0.102-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libdata-optlist-perl - Parse and validate simple name/value option pairs
Changes: 
 libdata-optlist-perl (0.102-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 b8bacb513978165b1d12804c848c6810 867 perl optional 
libdata-optlist-perl_0.102-1.dsc
 f1b60a5c8e70bcc65da066a7425b6e7f 23243 perl optional 
libdata-optlist-perl_0.102.orig.tar.gz
 4e09fae992fe3e5d4d7708c34b1936ad 1888 perl optional 
libdata-optlist-perl_0.102-1.diff.gz
 bf4d73029e85d3c60f683ab4be19a424 8130 perl optional 
libdata-optlist-perl_0.102-1_all.deb

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

iD8DBQFGlK7ny+HP4f7iC8sRAjMCAJ9mLEwXO01C/Pnw0mUBJ88u2Y6j+QCfXqjL
54hCGAiDJH6cFRxJ5SMVhGE=
=RJS0
-END PGP SIGNATURE-


Accepted:
libdata-optlist-perl_0.102-1.diff.gz
  to pool/main/libd/libdata-optlist-perl/libdata-optlist-perl_0.102-1.diff.gz
libdata-optlist-perl_0.102-1.dsc
  to pool/main/libd/libdata-optlist-perl/libdata-optlist-perl_0.102-1.dsc
libdata-optlist-perl_0.102-1_all.deb
  to pool/main/libd/libdata-optlist-perl/libdata-optlist-perl_0.102-1_all.deb
libdata-optlist-perl_0.102.orig.tar.gz
  to pool/main/libd/libdata-optlist-perl/libdata-optlist-perl_0.102.orig.tar.gz


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



Accepted libcompress-raw-zlib-perl 2.005-1 (source i386)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 12:24:01 +0200
Source: libcompress-raw-zlib-perl
Binary: libcompress-raw-zlib-perl
Architecture: source i386
Version: 2.005-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libcompress-raw-zlib-perl - low-level interface to zlib compression library
Changes: 
 libcompress-raw-zlib-perl (2.005-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 f9d0adbfd0fad2b6cb00e3e1d4abc27b 740 perl optional 
libcompress-raw-zlib-perl_2.005-1.dsc
 3e56b9e584a5a54d550d411261ea8ba9 207334 perl optional 
libcompress-raw-zlib-perl_2.005.orig.tar.gz
 10df3060c193435e8cae7d18da9c5c3f 2555 perl optional 
libcompress-raw-zlib-perl_2.005-1.diff.gz
 f3a7d56277c3efbd16ab8baed3c1fac9 90642 perl optional 
libcompress-raw-zlib-perl_2.005-1_i386.deb

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

iD8DBQFGlLC6y+HP4f7iC8sRAnCnAJ4+dBb0+SyqdKR9pycsAOGCguaNlACdG+1r
3Jzp/0MIxL/vDE+wcmtzLAk=
=AmqR
-END PGP SIGNATURE-


Accepted:
libcompress-raw-zlib-perl_2.005-1.diff.gz
  to 
pool/main/libc/libcompress-raw-zlib-perl/libcompress-raw-zlib-perl_2.005-1.diff.gz
libcompress-raw-zlib-perl_2.005-1.dsc
  to 
pool/main/libc/libcompress-raw-zlib-perl/libcompress-raw-zlib-perl_2.005-1.dsc
libcompress-raw-zlib-perl_2.005-1_i386.deb
  to 
pool/main/libc/libcompress-raw-zlib-perl/libcompress-raw-zlib-perl_2.005-1_i386.deb
libcompress-raw-zlib-perl_2.005.orig.tar.gz
  to 
pool/main/libc/libcompress-raw-zlib-perl/libcompress-raw-zlib-perl_2.005.orig.tar.gz


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



Accepted gdome2 0.8.1+debian-2 (source sparc)

2007-07-11 Thread Jan Christoph Nordholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 01:31:59 +0200
Source: gdome2
Binary: libgdome2-dev libgdome2-0
Architecture: source sparc
Version: 0.8.1+debian-2
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz [EMAIL PROTECTED]
Changed-By: Jan Christoph Nordholz [EMAIL PROTECTED]
Description: 
 libgdome2-0 - DOM level2 library for accessing XML files
 libgdome2-dev - Development files for libgdome2
Changes: 
 gdome2 (0.8.1+debian-2) unstable; urgency=low
 .
   * Actually fetch config.sub and config.guess before running
 configure (build-dep on autotools-dev was already in place).
 Unbreaks MIPS build.
Files: 
 b1c618c7edd54ce8d9415bf337b898a8 678 libdevel optional 
gdome2_0.8.1+debian-2.dsc
 53656ae5aa81f529aa30c0d8ddbf4d21 3667 libdevel optional 
gdome2_0.8.1+debian-2.diff.gz
 212d27b82e7394fa692224e77ed5abb1 270456 libdevel optional 
libgdome2-dev_0.8.1+debian-2_sparc.deb
 e234993ac26a392e77a92634ca8dea55 93460 libs optional 
libgdome2-0_0.8.1+debian-2_sparc.deb

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

iD8DBQFGlLR30fhX0Y/ocz0RAu1GAKCpuwW0IVUCuz54dpMLbgy45dxuhACdHTjG
hqrtKdtwD7j2bbqh9bXHyiw=
=ROB9
-END PGP SIGNATURE-


Accepted:
gdome2_0.8.1+debian-2.diff.gz
  to pool/main/g/gdome2/gdome2_0.8.1+debian-2.diff.gz
gdome2_0.8.1+debian-2.dsc
  to pool/main/g/gdome2/gdome2_0.8.1+debian-2.dsc
libgdome2-0_0.8.1+debian-2_sparc.deb
  to pool/main/g/gdome2/libgdome2-0_0.8.1+debian-2_sparc.deb
libgdome2-dev_0.8.1+debian-2_sparc.deb
  to pool/main/g/gdome2/libgdome2-dev_0.8.1+debian-2_sparc.deb


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



Accepted libsub-exporter-perl 0.975-1 (source all)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 13:01:26 +0200
Source: libsub-exporter-perl
Binary: libsub-exporter-perl
Architecture: source all
Version: 0.975-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libsub-exporter-perl - A sophisticated exporter for custom-built routines
Changes: 
 libsub-exporter-perl (0.975-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 c244d3da245336b998137709761af3df 869 perl optional 
libsub-exporter-perl_0.975-1.dsc
 5a4deeea702fa184117624c84dbd960c 48392 perl optional 
libsub-exporter-perl_0.975.orig.tar.gz
 66d5eca9d8695d05144364b12183b2ed 2088 perl optional 
libsub-exporter-perl_0.975-1.diff.gz
 0ffebbead589c7c40b69ebdf1781e391 48232 perl optional 
libsub-exporter-perl_0.975-1_all.deb

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

iD8DBQFGlLl7y+HP4f7iC8sRAlciAJ9zNahVcUuw+aZVt730epoLqBAAqgCfQOr2
tBihv6iSO2x25WKBccnX9aQ=
=QC/j
-END PGP SIGNATURE-


Accepted:
libsub-exporter-perl_0.975-1.diff.gz
  to pool/main/libs/libsub-exporter-perl/libsub-exporter-perl_0.975-1.diff.gz
libsub-exporter-perl_0.975-1.dsc
  to pool/main/libs/libsub-exporter-perl/libsub-exporter-perl_0.975-1.dsc
libsub-exporter-perl_0.975-1_all.deb
  to pool/main/libs/libsub-exporter-perl/libsub-exporter-perl_0.975-1_all.deb
libsub-exporter-perl_0.975.orig.tar.gz
  to pool/main/libs/libsub-exporter-perl/libsub-exporter-perl_0.975.orig.tar.gz


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



Accepted libmoose-perl 0.24-1 (source all)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 13:09:15 +0200
Source: libmoose-perl
Binary: libmoose-perl
Architecture: source all
Version: 0.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libmoose-perl - Extension of the Perl 5 object system
Changes: 
 libmoose-perl (0.24-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 a11c87d928edbf31747dcff85891829b 1105 perl optional libmoose-perl_0.24-1.dsc
 98e45b218523704bfc66dfc0fa6ade13 105565 perl optional 
libmoose-perl_0.24.orig.tar.gz
 c26ff55b4ed3dcf1e0b4c31191de2276 2821 perl optional 
libmoose-perl_0.24-1.diff.gz
 e1e7265734e34161424abffc723149fc 161624 perl optional 
libmoose-perl_0.24-1_all.deb

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

iD8DBQFGlLu4y+HP4f7iC8sRAsNFAKCQd5x4Q0AMDRD5vHlQwRN1MPyqTQCePtAD
IKCyNo5blcJVzKTrIQPp0Us=
=lLeo
-END PGP SIGNATURE-


Accepted:
libmoose-perl_0.24-1.diff.gz
  to pool/main/libm/libmoose-perl/libmoose-perl_0.24-1.diff.gz
libmoose-perl_0.24-1.dsc
  to pool/main/libm/libmoose-perl/libmoose-perl_0.24-1.dsc
libmoose-perl_0.24-1_all.deb
  to pool/main/libm/libmoose-perl/libmoose-perl_0.24-1_all.deb
libmoose-perl_0.24.orig.tar.gz
  to pool/main/libm/libmoose-perl/libmoose-perl_0.24.orig.tar.gz


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



Accepted xblast-tnt 2.10.4-3 (source all powerpc)

2007-07-11 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 13:28:27 +0200
Source: xblast-tnt
Binary: xblast xblast-tnt-mini xblast-tnt
Architecture: source powerpc all
Version: 2.10.4-3
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 xblast - game inspired by Dynablaster (dummy upgrade package)
 xblast-tnt - multiplayer blast-the-others game inspired by Dynablaster
 xblast-tnt-mini - game inspired by Dynablaster (dummy upgrade package)
Changes: 
 xblast-tnt (2.10.4-3) unstable; urgency=low
 .
   * debian/menu: Adapt to new menu policy: s/Arcade/Action/.
   * Add dummy xblast package for transitioning to xblast-tnt, and removed
 README.Debian because of that.
   * Make the dummy packages Arch: all.
   * Updated config.{guess,sub}.
Files: 
 1d2e7f601f42380c7f750d64e9cc9b58 591 games optional xblast-tnt_2.10.4-3.dsc
 a7b2ae96e16de926e2f7435884cc06d6 22691 games optional 
xblast-tnt_2.10.4-3.diff.gz
 71b75be7f6e49b39a81783af9dc31615 681712 games optional 
xblast-tnt_2.10.4-3_powerpc.deb
 3c5d343ec87670a97979065c7759ccc8 830 games optional 
xblast-tnt-mini_2.10.4-3_all.deb
 82cff7f9893ced9afc5a40cd5a499487 808 games optional xblast_2.10.4-3_all.deb

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

iD8DBQFGlMIAELuA/Ba9d8YRAtT+AJ439I25/l42kVnwrjKwD5KzINmiswCfchd+
Q3zcRCVFVFF6iPzK6pPnDYQ=
=wZjT
-END PGP SIGNATURE-


Accepted:
xblast-tnt-mini_2.10.4-3_all.deb
  to pool/main/x/xblast-tnt/xblast-tnt-mini_2.10.4-3_all.deb
xblast-tnt_2.10.4-3.diff.gz
  to pool/main/x/xblast-tnt/xblast-tnt_2.10.4-3.diff.gz
xblast-tnt_2.10.4-3.dsc
  to pool/main/x/xblast-tnt/xblast-tnt_2.10.4-3.dsc
xblast-tnt_2.10.4-3_powerpc.deb
  to pool/main/x/xblast-tnt/xblast-tnt_2.10.4-3_powerpc.deb
xblast_2.10.4-3_all.deb
  to pool/main/x/xblast-tnt/xblast_2.10.4-3_all.deb


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



Accepted silc-toolkit 1.1.2-2 (source i386)

2007-07-11 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 13:27:58 +0200
Source: silc-toolkit
Binary: libsilc-1.1-2-dev libsilc-1.1-2-dbg libsilc-1.1-2
Architecture: source i386
Version: 1.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian SILC Team [EMAIL PROTECTED]
Changed-By: Jérémy Bobbio [EMAIL PROTECTED]
Description: 
 libsilc-1.1-2 - SILC library (silc-toolkit)
 libsilc-1.1-2-dbg - debugging symbols for the SILC library (silc-toolkit)
 libsilc-1.1-2-dev - developer files for SILC library (silc-toolkit)
Changes: 
 silc-toolkit (1.1.2-2) unstable; urgency=low
 .
   * Fix some IA64 related functions in lib/silcutil/silcatomic.h, allowing
 silc-toolkit to build on ia64.
Files: 
 e47d95fc78ea44998ac157bfbabfa49c 878 devel optional silc-toolkit_1.1.2-2.dsc
 009eb0adacb9dca833e58d9c4d6818ec 7173 devel optional 
silc-toolkit_1.1.2-2.diff.gz
 d4fb0b691ae0bffe07807ae44d97b72d 2032580 libdevel optional 
libsilc-1.1-2-dev_1.1.2-2_i386.deb
 f0dc0c78938416362cf9c2cce9824c46 768284 libdevel optional 
libsilc-1.1-2-dbg_1.1.2-2_i386.deb
 241e9ca3b5c350b5cf0f262805da7a21 615582 libs optional 
libsilc-1.1-2_1.1.2-2_i386.deb

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

iD8DBQFGlMQz2PUjs9fQ72URAgSFAJ9RP9KgsyJ9dHbGoPh53qYrnfBF3ACfZZyt
V8qSJCVD1T4WBkofbLeo88M=
=IIXP
-END PGP SIGNATURE-


Accepted:
libsilc-1.1-2-dbg_1.1.2-2_i386.deb
  to pool/main/s/silc-toolkit/libsilc-1.1-2-dbg_1.1.2-2_i386.deb
libsilc-1.1-2-dev_1.1.2-2_i386.deb
  to pool/main/s/silc-toolkit/libsilc-1.1-2-dev_1.1.2-2_i386.deb
libsilc-1.1-2_1.1.2-2_i386.deb
  to pool/main/s/silc-toolkit/libsilc-1.1-2_1.1.2-2_i386.deb
silc-toolkit_1.1.2-2.diff.gz
  to pool/main/s/silc-toolkit/silc-toolkit_1.1.2-2.diff.gz
silc-toolkit_1.1.2-2.dsc
  to pool/main/s/silc-toolkit/silc-toolkit_1.1.2-2.dsc


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



Accepted xserver-xorg-video-amd 2.7.6.5+git20070711-1 (source i386)

2007-07-11 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 01:19:58 +0300
Source: xserver-xorg-video-amd
Binary: xserver-xorg-video-amd-dbg xserver-xorg-video-amd
Architecture: source i386
Version: 2.7.6.5+git20070711-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Martin-Éric Racine [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-amd - X.Org X server -- AMD Geode GX/LX display driver
 xserver-xorg-video-amd-dbg - X.Org X server -- AMD Geode GX/LX display driver 
(debugging symbo
Changes: 
 xserver-xorg-video-amd (2.7.6.5+git20070711-1) unstable; urgency=low
 .
   * New upstream git snapshot.
Files: 
 0f010ce65d069a040320812d8e90887b 993 x11 optional 
xserver-xorg-video-amd_2.7.6.5+git20070711-1.dsc
 891ae29c2eff9ac2e792b68887c0b0b4 454506 x11 optional 
xserver-xorg-video-amd_2.7.6.5+git20070711.orig.tar.gz
 92be77ef1e77d7cdec115f345e968153 320728 x11 optional 
xserver-xorg-video-amd_2.7.6.5+git20070711-1.diff.gz
 dff33f52b63110c8285b33644030750e 141986 x11 optional 
xserver-xorg-video-amd_2.7.6.5+git20070711-1_i386.deb
 bfd5a450bd61903f7e7b2d7d8e89b623 445902 x11 extra 
xserver-xorg-video-amd-dbg_2.7.6.5+git20070711-1_i386.deb

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

iD8DBQFGlMtLDecnbV4Fd/IRAmeTAJ9ZcLpH5Sa6bGmyfSiJk7mz578ovgCgjNHp
7JZlZwhFjzCduelDhE6pO4U=
=oaG+
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-amd-dbg_2.7.6.5+git20070711-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd-dbg_2.7.6.5+git20070711-1_i386.deb
xserver-xorg-video-amd_2.7.6.5+git20070711-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd_2.7.6.5+git20070711-1.diff.gz
xserver-xorg-video-amd_2.7.6.5+git20070711-1.dsc
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd_2.7.6.5+git20070711-1.dsc
xserver-xorg-video-amd_2.7.6.5+git20070711-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd_2.7.6.5+git20070711-1_i386.deb
xserver-xorg-video-amd_2.7.6.5+git20070711.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd_2.7.6.5+git20070711.orig.tar.gz


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



Accepted openggsn 0.84-2 (source i386)

2007-07-11 Thread Matej Vela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 14:07:13 +0200
Source: openggsn
Binary: openggsn openggsn-dev
Architecture: source i386
Version: 0.84-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 openggsn   - OpenSource Gateway GPRS Support Node (GGSN)
 openggsn-dev - development package for openggsn
Changes: 
 openggsn (0.84-2) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#424611); set maintainer to Debian QA Group.
   * Switch to debhelper 5.
   * Switch to dpatch.
   * Build-depend on autotools-dev for config.{guess,sub}.
   * configure: Remove `--rpath /usr/local/lib' from linker options.
   * debian/control: Add Section to Source stanza.
   * debian/control: Use ${binary:Version} rather than ${Source-Version}.
   * debian/rules: Use symlinks for config.{guess,sub} to reduce diffs.
   * debian/rules: Make sure configure doesn't think it's cross-compiling
 when the host architecture is the same as the build architecture.
   * debian/rules: Don't ignore errors from `make distclean'.
   * debian/rules: Let dh_strip handle DEB_BUILD_OPTIONS=nostrip.
   * debian/openggsn.postinst: Output to stderr instead of using db_stop
 (removing the need for a dependency on debconf).
   * debian/watch: Add.
   * Conforms to Standards version 3.7.2.
Files: 
 f63b6c3d4a91b3956923aa0d7fe7a108 602 net optional openggsn_0.84-2.dsc
 fee58017af565e06314606f02855ec1a 4747 net optional openggsn_0.84-2.diff.gz
 0a21cd50a03a87614a894573186f1617 46268 libdevel optional 
openggsn-dev_0.84-2_i386.deb
 102b2436e256c5498ed58362ad603229 92952 net optional openggsn_0.84-2_i386.deb

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

iD8DBQFGlMpoqbYs6sQrY8oRAvWjAJ9WwcDczbX6Usfd2fDvalKxeCunggCePTil
/kETccwssOztQUTy2OK0IJk=
=D8Ff
-END PGP SIGNATURE-


Accepted:
openggsn-dev_0.84-2_i386.deb
  to pool/main/o/openggsn/openggsn-dev_0.84-2_i386.deb
openggsn_0.84-2.diff.gz
  to pool/main/o/openggsn/openggsn_0.84-2.diff.gz
openggsn_0.84-2.dsc
  to pool/main/o/openggsn/openggsn_0.84-2.dsc
openggsn_0.84-2_i386.deb
  to pool/main/o/openggsn/openggsn_0.84-2_i386.deb


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



Accepted silc-client 1.1.2-2 (source i386)

2007-07-11 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 14:06:27 +0200
Source: silc-client
Binary: silc irssi-plugin-silc
Architecture: source i386
Version: 1.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian SILC Team [EMAIL PROTECTED]
Changed-By: Jérémy Bobbio [EMAIL PROTECTED]
Description: 
 irssi-plugin-silc - SILC plugin for irssi
 silc   - terminal based SILC client
Changes: 
 silc-client (1.1.2-2) unstable; urgency=low
 .
   * Fix some IA64 related functions in lib/silcutil/silcatomic.h, allowing
 irssi-plugin-silc to build on ia64.
Files: 
 3c892f7b4ffbe0229659504c0e53e3af 857 net optional silc-client_1.1.2-2.dsc
 487b8d213b1c223928d49e8a391348d0 10362 net optional silc-client_1.1.2-2.diff.gz
 e04c8bf11aeb3caee7a3b20e109c7eab 506550 net optional silc_1.1.2-2_i386.deb
 f08430c12a3bfa9200fadb14cab1a1e7 655442 net optional 
irssi-plugin-silc_1.1.2-2_i386.deb

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

iD8DBQFGlM+P2PUjs9fQ72URAsg0AKCYqZyML7W9zZQ85NejjDpfIVEoCwCgrcWU
IkdTEZXoPUVvLBv/TAnGIAk=
=P4xI
-END PGP SIGNATURE-


Accepted:
irssi-plugin-silc_1.1.2-2_i386.deb
  to pool/main/s/silc-client/irssi-plugin-silc_1.1.2-2_i386.deb
silc-client_1.1.2-2.diff.gz
  to pool/main/s/silc-client/silc-client_1.1.2-2.diff.gz
silc-client_1.1.2-2.dsc
  to pool/main/s/silc-client/silc-client_1.1.2-2.dsc
silc_1.1.2-2_i386.deb
  to pool/main/s/silc-client/silc_1.1.2-2_i386.deb


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



Accepted brasero 0.5.90-2 (source i386 all)

2007-07-11 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 10:25:05 -0300
Source: brasero
Binary: brasero bonfire
Architecture: source i386 all
Version: 0.5.90-2
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Otavio Salvador [EMAIL PROTECTED]
Description: 
 bonfire- CD/DVD burning application for GNOME (dummy package)
 brasero- CD/DVD burning application for GNOME
Closes: 431961 432399 432628
Changes: 
 brasero (0.5.90-2) unstable; urgency=low
 .
   * Fix menu file adding the need header on it (Closes: #431961).
   * Downgrade hal dependency to a recommendation (Closes: #432628).
   * Hopefully fix a FTBFS due a syntax error (Closes: #432399).
Files: 
 1771f1f81433f72a02453ce3dedf235b  gnome optional brasero_0.5.90-2.dsc
 e669842f5be98ff09d4b7213487eb40b 4782 gnome optional brasero_0.5.90-2.diff.gz
 12c9931bd0899b75a41b66a81ef02dae 20968 gnome optional bonfire_0.5.90-2_all.deb
 7f15a2b9366ef23b0afd5e16be45457b 922340 gnome optional 
brasero_0.5.90-2_i386.deb

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

iD8DBQFGlNtFLqiZQEml+FURAkrtAKC+ux/FlWdw//HPJGD3bnOru9XREgCeIiD6
INSEZTG4r6KAAjn02JHZeUM=
=eTD5
-END PGP SIGNATURE-


Accepted:
bonfire_0.5.90-2_all.deb
  to pool/main/b/brasero/bonfire_0.5.90-2_all.deb
brasero_0.5.90-2.diff.gz
  to pool/main/b/brasero/brasero_0.5.90-2.diff.gz
brasero_0.5.90-2.dsc
  to pool/main/b/brasero/brasero_0.5.90-2.dsc
brasero_0.5.90-2_i386.deb
  to pool/main/b/brasero/brasero_0.5.90-2_i386.deb


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



Accepted gnome-panel 2.19.5-1 (source i386 all)

2007-07-11 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 15:06:37 +0200
Source: gnome-panel
Binary: gnome-panel-data libpanel-applet2-doc libpanel-applet2-dev gnome-panel 
gnome-panel-dbg libpanel-applet2-0
Architecture: source i386 all
Version: 2.19.5-1
Distribution: experimental
Urgency: low
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gnome-panel - launcher and docking facility for GNOME
 gnome-panel-data - common files for the GNOME Panel
 gnome-panel-dbg - GNOME Panel and library for panel applets - debugging symbols
 libpanel-applet2-0 - library for GNOME Panel applets
 libpanel-applet2-dev - library for GNOME Panel applets - development files
 libpanel-applet2-doc - library for GNOME Panel applets - documentation files
Changes: 
 gnome-panel (2.19.5-1) experimental; urgency=low
 .
   * New upstream release series; these are development releases, the API may
 still change incompatibly; no API change in this release though.
 - Target at experimental; include check-dist.
 - Build-dep on libglib2.0-dev (= 2.13.0), bump up build-dep and dep on
   libgtk2.0-dev to = 2.11.3, bump up libwnck-dev build-dep to = 2.19.5.
 - Build-dep on evolution-data-server-dev for evolution-data-server-1.2.pc
   and on libx11-dev for x11.pc.
 - Drop patch 02_custom-launcher-icon, fixed differently upstream.
 - Drop patch 06_gksu_time_admin and pass --with-clock-time-utility=gksu
   time-admin to configure instead.
 - Bump shlibs to = 2.19.3 (from Ubuntu).
 - Update install files and drop obsolete libpanel-applet2-dbg.install.
   * Include CDBS' utils.
Files: 
 52f05ab26cf96305a192ee3a9e3c548b 1622 gnome optional gnome-panel_2.19.5-1.dsc
 ad974ad13265177aabc0bf50f1435b35 4300912 gnome optional 
gnome-panel_2.19.5.orig.tar.gz
 9614e2fda5205a5cc1746a4037114469 30136 gnome optional 
gnome-panel_2.19.5-1.diff.gz
 e77f028dfb278fab9d407bb6835a78bc 103728 doc optional 
libpanel-applet2-doc_2.19.5-1_all.deb
 f29994cf77bc25cb625dad95004cfcf0 2903120 gnome optional 
gnome-panel-data_2.19.5-1_all.deb
 5b10228fc9028ee5c4ffc12e4e3c8d2a 445910 gnome optional 
gnome-panel_2.19.5-1_i386.deb
 e241cc612858f4332d9c1a973515424e 103026 libs optional 
libpanel-applet2-0_2.19.5-1_i386.deb
 729214a6d7ba0a35ac9098476eaddaa1 1098884 libdevel extra 
gnome-panel-dbg_2.19.5-1_i386.deb
 b989f9b5a16ccc498699aaa72baf772c 108692 libdevel optional 
libpanel-applet2-dev_2.19.5-1_i386.deb

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

iD8DBQFGlNn64VUX8isJIMARAh0pAJ9jmsjpu4V7A0pkMqYW1R4jiXt+jgCgpRHD
c7FUHEEEMk3KAQvlMMo7/aI=
=Vc42
-END PGP SIGNATURE-


Accepted:
gnome-panel-data_2.19.5-1_all.deb
  to pool/main/g/gnome-panel/gnome-panel-data_2.19.5-1_all.deb
gnome-panel-dbg_2.19.5-1_i386.deb
  to pool/main/g/gnome-panel/gnome-panel-dbg_2.19.5-1_i386.deb
gnome-panel_2.19.5-1.diff.gz
  to pool/main/g/gnome-panel/gnome-panel_2.19.5-1.diff.gz
gnome-panel_2.19.5-1.dsc
  to pool/main/g/gnome-panel/gnome-panel_2.19.5-1.dsc
gnome-panel_2.19.5-1_i386.deb
  to pool/main/g/gnome-panel/gnome-panel_2.19.5-1_i386.deb
gnome-panel_2.19.5.orig.tar.gz
  to pool/main/g/gnome-panel/gnome-panel_2.19.5.orig.tar.gz
libpanel-applet2-0_2.19.5-1_i386.deb
  to pool/main/g/gnome-panel/libpanel-applet2-0_2.19.5-1_i386.deb
libpanel-applet2-dev_2.19.5-1_i386.deb
  to pool/main/g/gnome-panel/libpanel-applet2-dev_2.19.5-1_i386.deb
libpanel-applet2-doc_2.19.5-1_all.deb
  to pool/main/g/gnome-panel/libpanel-applet2-doc_2.19.5-1_all.deb


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



Accepted squashfs 1:3.2r2-3 (source i386 all)

2007-07-11 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 10:33:15 -0300
Source: squashfs
Binary: squashfs-tools squashfs-source
Architecture: source i386 all
Version: 1:3.2r2-3
Distribution: unstable
Urgency: low
Maintainer: Arnaud Fontaine [EMAIL PROTECTED]
Changed-By: Otavio Salvador [EMAIL PROTECTED]
Description: 
 squashfs-source - Source for the squash filesystem
 squashfs-tools - Tool to create and append to squashfs filesystems
Closes: 422041
Changes: 
 squashfs (1:3.2r2-3) unstable; urgency=low
 .
   * Move squashfs-tools binaries to /usr/bin since they can be used by
 normal users and are useful to embedded systems. Closes: #422041.
Files: 
 0a1df071b0f5b768945d7dd1fcb263a7 785 admin optional squashfs_3.2r2-3.dsc
 1094521ef4d8f070e5983e6e9ad7db95 24369 admin optional squashfs_3.2r2-3.diff.gz
 d61c34e547c7ea1a498b131af4bb7a60 33816 admin optional 
squashfs-source_3.2r2-3_all.deb
 1450835c86f74f9fc7c7f2cb6c4277a2 99288 admin optional 
squashfs-tools_3.2r2-3_i386.deb

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

iD8DBQFGlNyxLqiZQEml+FURAuEtAJ0aehaiiUeArkg+/I1H7JT+fm5GIACggbpB
05hxCjKOeg48v5TKU+cpRCg=
=dkg2
-END PGP SIGNATURE-


Accepted:
squashfs-source_3.2r2-3_all.deb
  to pool/main/s/squashfs/squashfs-source_3.2r2-3_all.deb
squashfs-tools_3.2r2-3_i386.deb
  to pool/main/s/squashfs/squashfs-tools_3.2r2-3_i386.deb
squashfs_3.2r2-3.diff.gz
  to pool/main/s/squashfs/squashfs_3.2r2-3.diff.gz
squashfs_3.2r2-3.dsc
  to pool/main/s/squashfs/squashfs_3.2r2-3.dsc


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



Accepted ophcrack 2.4~debian-1 (source i386)

2007-07-11 Thread Le_Vert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 05 Jul 2007 14:55:35 +0200
Source: ophcrack
Binary: ophcrack
Architecture: source i386
Version: 2.4~debian-1
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Changed-By: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Description: 
 ophcrack   - Microsoft Windows password cracker using rainbow tables
Closes: 431001 431805
Changes: 
 ophcrack (2.4~debian-1) unstable; urgency=low
 .
   * New upstream release (Closes: #431805).
   * Drop recommends on ophcrack-tables (no time do create this package) 
(Closes: #431001).
   * Drop some patch against callbacks.c (fixed upstream, no longer use a 
forked bkhive binary).
   * Update debian/watch.
   * Use [ ! -f Makefile ] || $(MAKE) distclean instead of -$(MAKE) distclean 
(fix lintian warning).
Files: 
 50d0da16296275d1b9a824844e9202ca 660 admin optional ophcrack_2.4~debian-1.dsc
 006b54892e6a9325904701113f64078a 160038 admin optional 
ophcrack_2.4~debian.orig.tar.gz
 8f2c35d2a98a6061c03215f65997c754 3761 admin optional 
ophcrack_2.4~debian-1.diff.gz
 c2dc6724b207b25688be9579de836dd4 52466 admin optional 
ophcrack_2.4~debian-1_i386.deb

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

iD8DBQFGlOATAQwuptkwlkQRAlbAAJ0ZRHD3ZHJ+8hCa9xGMZoQrH82SkgCffN3S
4MH3v5ew39OhGQu6ykw5fbs=
=E359
-END PGP SIGNATURE-


Accepted:
ophcrack_2.4~debian-1.diff.gz
  to pool/main/o/ophcrack/ophcrack_2.4~debian-1.diff.gz
ophcrack_2.4~debian-1.dsc
  to pool/main/o/ophcrack/ophcrack_2.4~debian-1.dsc
ophcrack_2.4~debian-1_i386.deb
  to pool/main/o/ophcrack/ophcrack_2.4~debian-1_i386.deb
ophcrack_2.4~debian.orig.tar.gz
  to pool/main/o/ophcrack/ophcrack_2.4~debian.orig.tar.gz


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



Accepted deluge-torrent 0.5.2-1 (source i386)

2007-07-11 Thread Le_Vert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 06 Jul 2007 09:15:11 +0200
Source: deluge-torrent
Binary: deluge-torrent
Architecture: source i386
Version: 0.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Changed-By: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Description: 
 deluge-torrent - A Bittorrent client written in Python/PyGTK
Closes: 416014 429880 431929
Changes: 
 deluge-torrent (0.5.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #431929, #416014, #429880).
Files: 
 84139b2ba4c6d9eea4912dc1d07e1e21 936 net optional deluge-torrent_0.5.2-1.dsc
 9a33f6b3d7cec3b27cd3044064c10d31 672369 net optional 
deluge-torrent_0.5.2.orig.tar.gz
 e26dd8826801ef16fee79849f05d7cfb 5948 net optional 
deluge-torrent_0.5.2-1.diff.gz
 c29a6af04c446400d67bdaffc0268e0d 2390636 net optional 
deluge-torrent_0.5.2-1_i386.deb

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

iD8DBQFGlOKIAQwuptkwlkQRAjuEAJ9em4lrpzK2ER2SzgKy8BQbiLDCHACgi+X/
s3pH1Bx/UXFYVX1P47qM28A=
=MHfB
-END PGP SIGNATURE-


Accepted:
deluge-torrent_0.5.2-1.diff.gz
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.2-1.diff.gz
deluge-torrent_0.5.2-1.dsc
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.2-1.dsc
deluge-torrent_0.5.2-1_i386.deb
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.2-1_i386.deb
deluge-torrent_0.5.2.orig.tar.gz
  to pool/main/d/deluge-torrent/deluge-torrent_0.5.2.orig.tar.gz


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



Accepted brasero 0.5.90-3 (source i386 all)

2007-07-11 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 11:01:01 -0300
Source: brasero
Binary: brasero bonfire
Architecture: source i386 all
Version: 0.5.90-3
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Otavio Salvador [EMAIL PROTECTED]
Description: 
 bonfire- CD/DVD burning application for GNOME (dummy package)
 brasero- CD/DVD burning application for GNOME
Changes: 
 brasero (0.5.90-3) unstable; urgency=low
 .
   * Another syntax error fix.
Files: 
 6f09ed162824582cba64db1657981289  gnome optional brasero_0.5.90-3.dsc
 eca0a032c3769f573fe0c81d845b66e7 4875 gnome optional brasero_0.5.90-3.diff.gz
 332ab88971aaf51306e5198958ea7d62 20988 gnome optional bonfire_0.5.90-3_all.deb
 74489960099471d2309f5ddf77d0eae7 922346 gnome optional 
brasero_0.5.90-3_i386.deb

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

iD8DBQFGlOOaLqiZQEml+FURAttFAJ4n3b9DJj8jv1xSJUjbQZ0xDfr+CACdEe9w
bdCKC4IFpkUzBsGQUb5E314=
=tq+q
-END PGP SIGNATURE-


Accepted:
bonfire_0.5.90-3_all.deb
  to pool/main/b/brasero/bonfire_0.5.90-3_all.deb
brasero_0.5.90-3.diff.gz
  to pool/main/b/brasero/brasero_0.5.90-3.diff.gz
brasero_0.5.90-3.dsc
  to pool/main/b/brasero/brasero_0.5.90-3.dsc
brasero_0.5.90-3_i386.deb
  to pool/main/b/brasero/brasero_0.5.90-3_i386.deb


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



Accepted cheetah 2.0~rc8-1 (source i386)

2007-07-11 Thread Arnaud Fontaine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 14:45:50 +0200
Source: cheetah
Binary: python-cheetah
Architecture: source i386
Version: 2.0~rc8-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Fontaine [EMAIL PROTECTED]
Changed-By: Arnaud Fontaine [EMAIL PROTECTED]
Description: 
 python-cheetah - text-based template engine and Python code generator
Changes: 
 cheetah (2.0~rc8-1) unstable; urgency=low
 .
   [ Arnaud Fontaine ]
   * New upstream release.
   * Add debian/watch file.
   * debian/copyright:
 + Update years and maintainer.
   * debian/control*:
 + Add Homepage field.
 + Add XS-Vcs-Browser field.
 + Build-Depends on python-support = 0.6.4.
 + Add DPMT as uploaders.
   * debian/rules:
 + Remove egg stuff.
 .
   [ Piotr Ozarowski ]
   * debian/control:
 + Add XS-Vcs-Svn field.
Files: 
 fc78ccdce863d6dbfc2528c769d222d3 944 text optional cheetah_2.0~rc8-1.dsc
 7a13092bad898ba0b0fe903865fc1faa 214845 text optional 
cheetah_2.0~rc8.orig.tar.gz
 5f7ea237dfc661fbe5ae9bd7d18afd35 10287 text optional cheetah_2.0~rc8-1.diff.gz
 9d60d3674fa0d5dd131b52c4afd10664 220788 text optional 
python-cheetah_2.0~rc8-1_i386.deb

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

iD8DBQFGlOfDB01zfu119ZkRAsfWAKChYG9z+0VFGW3y/yVvClCqpCIQwwCfW9eR
9SNvhC3UyaG+BW5vzcRlQ+w=
=HjlR
-END PGP SIGNATURE-


Accepted:
cheetah_2.0~rc8-1.diff.gz
  to pool/main/c/cheetah/cheetah_2.0~rc8-1.diff.gz
cheetah_2.0~rc8-1.dsc
  to pool/main/c/cheetah/cheetah_2.0~rc8-1.dsc
cheetah_2.0~rc8.orig.tar.gz
  to pool/main/c/cheetah/cheetah_2.0~rc8.orig.tar.gz
python-cheetah_2.0~rc8-1_i386.deb
  to pool/main/c/cheetah/python-cheetah_2.0~rc8-1_i386.deb


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



Accepted brasero 0.6.0-1 (source i386 all)

2007-07-11 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 11:41:21 -0300
Source: brasero
Binary: brasero bonfire
Architecture: source i386 all
Version: 0.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Otavio Salvador [EMAIL PROTECTED]
Description: 
 bonfire- CD/DVD burning application for GNOME (dummy package)
 brasero- CD/DVD burning application for GNOME
Changes: 
 brasero (0.6.0-1) unstable; urgency=low
 .
   * New upstream version.
 - Drop syntax error fix patch since it was fixed upstream.
Files: 
 72fc04029e38db3d1a582e72b61e5bcc 1108 gnome optional brasero_0.6.0-1.dsc
 c8df6fb6920669eda0616f4ac5f5508a 1687507 gnome optional 
brasero_0.6.0.orig.tar.gz
 d28111527523b737ec92b4ab6def606d 4695 gnome optional brasero_0.6.0-1.diff.gz
 dc313726d876ee14b4ca1ad1032baabd 22016 gnome optional bonfire_0.6.0-1_all.deb
 80a82d116fd3b782d6ebf8b30ada902b 1065288 gnome optional 
brasero_0.6.0-1_i386.deb

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

iD8DBQFGlOy9LqiZQEml+FURAhM/AKCUDUnQFyS8vkuONdkxs2lSGi1gdgCfR3LQ
DP06z5Rp5NfKEXGoUEbrduU=
=StVj
-END PGP SIGNATURE-


Accepted:
bonfire_0.6.0-1_all.deb
  to pool/main/b/brasero/bonfire_0.6.0-1_all.deb
brasero_0.6.0-1.diff.gz
  to pool/main/b/brasero/brasero_0.6.0-1.diff.gz
brasero_0.6.0-1.dsc
  to pool/main/b/brasero/brasero_0.6.0-1.dsc
brasero_0.6.0-1_i386.deb
  to pool/main/b/brasero/brasero_0.6.0-1_i386.deb
brasero_0.6.0.orig.tar.gz
  to pool/main/b/brasero/brasero_0.6.0.orig.tar.gz


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



Accepted xmlroff 0.5.1-1 (source amd64)

2007-07-11 Thread W. Borgert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 10:52:27 +
Source: xmlroff
Binary: xmlroff
Architecture: source amd64
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group [EMAIL PROTECTED]
Changed-By: W. Borgert [EMAIL PROTECTED]
Description: 
 xmlroff- XSL formatter mainly for DocBook
Closes: 432406
Changes: 
 xmlroff (0.5.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Build-Depends fixed, thanks to Bastian Blank (Closes: #432406).
 Verified using pbuilder.
Files: 
 6ebdf0f0b95bded9dd582ba87c778df2 763 text optional xmlroff_0.5.1-1.dsc
 83cc19e284efb140008d11863fe74ff2 2603315 text optional 
xmlroff_0.5.1.orig.tar.gz
 76ef060ab2f5585b304b98992946f9e1 1845 text optional xmlroff_0.5.1-1.diff.gz
 ddc2c79c8f4e91cfa6d94bc6e032d9e4 3324648 text optional 
xmlroff_0.5.1-1_amd64.deb

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

iD8DBQFGlMV2+xM0OFfj6IgRAlV5AJ9FBhcLYHi/RI1jjVVUft2Deys9LgCeOZoO
2k6GCVa5Me9yaJNmoCUIVqI=
=dUvt
-END PGP SIGNATURE-


Accepted:
xmlroff_0.5.1-1.diff.gz
  to pool/main/x/xmlroff/xmlroff_0.5.1-1.diff.gz
xmlroff_0.5.1-1.dsc
  to pool/main/x/xmlroff/xmlroff_0.5.1-1.dsc
xmlroff_0.5.1-1_amd64.deb
  to pool/main/x/xmlroff/xmlroff_0.5.1-1_amd64.deb
xmlroff_0.5.1.orig.tar.gz
  to pool/main/x/xmlroff/xmlroff_0.5.1.orig.tar.gz


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



Accepted phpreports 0.4.9-1 (source all)

2007-07-11 Thread Fernando Ike de Oliveira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 02 Jun 2007 12:13:28 -0300
Source: phpreports
Binary: phpreports
Architecture: source all
Version: 0.4.9-1
Distribution: unstable
Urgency: low
Maintainer: Fernando Ike de Oliveira [EMAIL PROTECTED]
Changed-By: Fernando Ike de Oliveira [EMAIL PROTECTED]
Description: 
 phpreports - XML-based report generator for PHP
Closes: 432243
Changes: 
 phpreports (0.4.9-1) unstable; urgency=low
 .
   * New upstream release
   * Fix bug (Closes: #432243)
Files: 
 49a1bd231b006e427c20d3aa79776d5e 584 web optional phpreports_0.4.9-1.dsc
 315c9fac3e3b7b9edf3ebf3d61eb23f0 117171 web optional 
phpreports_0.4.9.orig.tar.gz
 e46dc7190dd7c38b977984c233846cab 2227 web optional phpreports_0.4.9-1.diff.gz
 4bc92d5ba199af32e7ea9b586d513b2a 63920 web optional phpreports_0.4.9-1_all.deb

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

iD4DBQFGlO8gLqiZQEml+FURAq1pAJ4jP4Io7vNEGEwaNTLZjxsxhWbBfQCY5wDb
Ek2aIdaVSCylknBRCC3CjQ==
=oAiG
-END PGP SIGNATURE-


Accepted:
phpreports_0.4.9-1.diff.gz
  to pool/main/p/phpreports/phpreports_0.4.9-1.diff.gz
phpreports_0.4.9-1.dsc
  to pool/main/p/phpreports/phpreports_0.4.9-1.dsc
phpreports_0.4.9-1_all.deb
  to pool/main/p/phpreports/phpreports_0.4.9-1_all.deb
phpreports_0.4.9.orig.tar.gz
  to pool/main/p/phpreports/phpreports_0.4.9.orig.tar.gz


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



Accepted netdiag 0.9-1 (source i386)

2007-07-11 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 15:38:05 +0200
Source: netdiag
Binary: netdiag
Architecture: source i386
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 netdiag- Net-Diagnostics (trafshow,strobe,netwatch,statnet,tcpspray,tcpbla
Closes: 430168
Changes: 
 netdiag (0.9-1) unstable; urgency=low
 .
   * New upstream version for netload
   * Added missing build-depends, closes: #430168
Files: 
 054db645709c4b2749d019646fee06f3 589 net extra netdiag_0.9-1.dsc
 afaf2253042506734ad1b2a559fe7a3d 703896 net extra netdiag_0.9.orig.tar.gz
 f622370d0d59bd1a87c8c1ac2116bb8a 79734 net extra netdiag_0.9-1.diff.gz
 966e4d118785544a74ebdf07841c593f 279598 net extra netdiag_0.9-1_i386.deb

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

iD8DBQFGlO8GVkEm8inxm9ERAo3AAJ91GVoV3fva48VhqiZAr4u7ExwJJQCfUqEe
sZaSoOEtsJF4Lwse+TPyaJo=
=fvyk
-END PGP SIGNATURE-


Accepted:
netdiag_0.9-1.diff.gz
  to pool/main/n/netdiag/netdiag_0.9-1.diff.gz
netdiag_0.9-1.dsc
  to pool/main/n/netdiag/netdiag_0.9-1.dsc
netdiag_0.9-1_i386.deb
  to pool/main/n/netdiag/netdiag_0.9-1_i386.deb
netdiag_0.9.orig.tar.gz
  to pool/main/n/netdiag/netdiag_0.9.orig.tar.gz


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



Accepted pommed 1.7~dfsg-2 (source amd64)

2007-07-11 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 16:59:17 +0200
Source: pommed
Binary: pommed wmpomme gpomme
Architecture: source amd64
Version: 1.7~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 gpomme - graphical client for pommed
 pommed - Apple laptops hotkeys event handler
 wmpomme- WindowMaker dockapp client for pommed
Closes: 432652
Changes: 
 pommed (1.7~dfsg-2) unstable; urgency=low
 .
   * debian/control:
 + Fixed libofapi-dev version in build-deps (closes: #432652).
Files: 
 d1fb4641d19d1e0a024f513c7a697f9a 839 utils optional pommed_1.7~dfsg-2.dsc
 bacd95b4605cc3a13c2869c41a5d0c4c 4967 utils optional pommed_1.7~dfsg-2.diff.gz
 2969c10e45463cec08b40b933c3031e3 35010 utils optional 
pommed_1.7~dfsg-2_amd64.deb
 a0460112c4d7f882ecba20b7625d60f7 313150 utils optional 
gpomme_1.7~dfsg-2_amd64.deb
 f207fefc23a19937bc2dd59869cf1b7c 17776 utils optional 
wmpomme_1.7~dfsg-2_amd64.deb

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

iD8DBQFGlPCAzWFP1/XWUWkRAlTdAKCdDcduB6QDYzZ3kMnGfAxaIGXHgwCeMH8+
8REgPJ7irYXuQFZSrG9/Pi4=
=7DdP
-END PGP SIGNATURE-


Accepted:
gpomme_1.7~dfsg-2_amd64.deb
  to pool/main/p/pommed/gpomme_1.7~dfsg-2_amd64.deb
pommed_1.7~dfsg-2.diff.gz
  to pool/main/p/pommed/pommed_1.7~dfsg-2.diff.gz
pommed_1.7~dfsg-2.dsc
  to pool/main/p/pommed/pommed_1.7~dfsg-2.dsc
pommed_1.7~dfsg-2_amd64.deb
  to pool/main/p/pommed/pommed_1.7~dfsg-2_amd64.deb
wmpomme_1.7~dfsg-2_amd64.deb
  to pool/main/p/pommed/wmpomme_1.7~dfsg-2_amd64.deb


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



Accepted libfile-touch-perl 0.02-1 (source all)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 17:24:04 +0200
Source: libfile-touch-perl
Binary: libfile-touch-perl
Architecture: source all
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libfile-touch-perl - perl File::Touch - touch-like functions for use in Perl
Changes: 
 libfile-touch-perl (0.02-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: added me to Uploaders
Files: 
 cce35b0b71b124bb3e5bae3ab59a519a 967 perl optional 
libfile-touch-perl_0.02-1.dsc
 bbed7255c578571d160c5d279221b665 2823 perl optional 
libfile-touch-perl_0.02.orig.tar.gz
 f0bceee27e097ee5847f5dfb2ba874d3 2305 perl optional 
libfile-touch-perl_0.02-1.diff.gz
 88ce264e90668aaeda23956e110ab7ed 7120 perl optional 
libfile-touch-perl_0.02-1_all.deb

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

iD8DBQFGlPcJy+HP4f7iC8sRAu+NAJ4vXQ1dD2ayj6iXfRKhok+mXSaiSwCfZHW5
JgKxhAget65rAX6wrJHBhf8=
=d9am
-END PGP SIGNATURE-


Accepted:
libfile-touch-perl_0.02-1.diff.gz
  to pool/main/libf/libfile-touch-perl/libfile-touch-perl_0.02-1.diff.gz
libfile-touch-perl_0.02-1.dsc
  to pool/main/libf/libfile-touch-perl/libfile-touch-perl_0.02-1.dsc
libfile-touch-perl_0.02-1_all.deb
  to pool/main/libf/libfile-touch-perl/libfile-touch-perl_0.02-1_all.deb
libfile-touch-perl_0.02.orig.tar.gz
  to pool/main/libf/libfile-touch-perl/libfile-touch-perl_0.02.orig.tar.gz


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



Accepted libfile-remove-perl 0.37-1 (source all)

2007-07-11 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 17:16:14 +0200
Source: libfile-remove-perl
Binary: libfile-remove-perl
Architecture: source all
Version: 0.37-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libfile-remove-perl - remove files and directories, accepts wildcards
Changes: 
 libfile-remove-perl (0.37-1) unstable; urgency=low
 .
   * New upstream release
   * Little improvements to debian/copyright
Files: 
 4d633bea93bc09e131dea8ba8bcfaa66 878 perl optional 
libfile-remove-perl_0.37-1.dsc
 3cad038447d503a7dd845e2e095c12de 15510 perl optional 
libfile-remove-perl_0.37.orig.tar.gz
 a283da681fafb8cd39e1d831d41960c3 2582 perl optional 
libfile-remove-perl_0.37-1.diff.gz
 3c4c32ecd47eb88fa53cadf130b14f37 11136 perl optional 
libfile-remove-perl_0.37-1_all.deb

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

iD8DBQFGlPVLy+HP4f7iC8sRArDuAJ9CqpAh6qDMIX0/Y3sHNBT1SNdlPQCfZH3W
0L60tFO5/YAgIRTWxit6C5s=
=5rti
-END PGP SIGNATURE-


Accepted:
libfile-remove-perl_0.37-1.diff.gz
  to pool/main/libf/libfile-remove-perl/libfile-remove-perl_0.37-1.diff.gz
libfile-remove-perl_0.37-1.dsc
  to pool/main/libf/libfile-remove-perl/libfile-remove-perl_0.37-1.dsc
libfile-remove-perl_0.37-1_all.deb
  to pool/main/libf/libfile-remove-perl/libfile-remove-perl_0.37-1_all.deb
libfile-remove-perl_0.37.orig.tar.gz
  to pool/main/libf/libfile-remove-perl/libfile-remove-perl_0.37.orig.tar.gz


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



Accepted enemylines7 0.6-2 (source powerpc)

2007-07-11 Thread Gonéri Le Bouder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 13:23:54 +0200
Source: enemylines7
Binary: enemylines7
Architecture: source powerpc
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Gonéri Le Bouder [EMAIL PROTECTED]
Description: 
 enemylines7 - first person 3d-shooter game
Closes: 417171
Changes: 
 enemylines7 (0.6-2) unstable; urgency=low
 .
   [ Linas Žvirblis ]
   * update the menu file for the new section
 .
   [ Gonéri Le Bouder ]
   * remove Applications from Categorie in the desktop file since it's not
 an official category
   * update the homesite url
   * FTBFS with GCC 4.3: missing #includes, apply Martin Michlmayr patch
 (Closes: #417171)
   * use of quilt instead of simple-patchsys.mk
   * do not ignore make clean return anymore
   * Add french comment in desktop file
   * watch file fixed since upstream URL had been changed
 .
   [ Eddy Petrișor ]
   * added Encoding to the dekstop file
   * fixed Homepage semifield
Files: 
 ef7da79dcc8f71581c2c3d4b37375435 768 games optional enemylines7_0.6-2.dsc
 b767c8d8dfed2968fc03ac6c0f7e785b 9733 games optional enemylines7_0.6-2.diff.gz
 3124d952aab4d58408e89a8e6e6ccbca 585524 games optional 
enemylines7_0.6-2_powerpc.deb

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

iD8DBQFGlP5hELuA/Ba9d8YRAi3jAKCkseb1IfOziG0QumMOVKmNF0XsJwCeOOCi
C0VfrtybuGIAeL8zEt1tphM=
=QUbP
-END PGP SIGNATURE-


Accepted:
enemylines7_0.6-2.diff.gz
  to pool/main/e/enemylines7/enemylines7_0.6-2.diff.gz
enemylines7_0.6-2.dsc
  to pool/main/e/enemylines7/enemylines7_0.6-2.dsc
enemylines7_0.6-2_powerpc.deb
  to pool/main/e/enemylines7/enemylines7_0.6-2_powerpc.deb


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



Accepted enet 1.1-1 (source all powerpc)

2007-07-11 Thread Gonéri Le Bouder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 08:10:45 +
Source: enet
Binary: libenet-dev libenet1-dev libenet1
Architecture: source all powerpc
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Gonéri Le Bouder [EMAIL PROTECTED]
Description: 
 libenet-dev - transitional dummy package
 libenet1   - devel files for libenet, a UDP networking library
 libenet1-dev - devel files for libenet, a UDP networking library
Closes: 414348 432202
Changes: 
 enet (1.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #414348)
   * update the homesite url in descriptions (Closes: #432202)
   * do not ignore make clean return anymore
   * update the copyright file
   * add a watchfile
Files: 
 2694fdec8fe2db0e0febbf895f7162aa 716 libs optional enet_1.1-1.dsc
 54f8c1335fc96b18836bc8b5fa721752 189155 libs optional enet_1.1.orig.tar.gz
 2f815093115b4d52716eed67fd8cd930 2933 libs optional enet_1.1-1.diff.gz
 f747e11243e7756a1ac26daffd000cad 19666 libs optional libenet1_1.1-1_powerpc.deb
 93c810cf12128041361af9464bbda45c 24642 libdevel optional 
libenet1-dev_1.1-1_powerpc.deb
 7b0a6bf6a9e82c9797f2b052c51625c4 2774 libdevel optional 
libenet-dev_1.1-1_all.deb

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

iD8DBQFGlP5iELuA/Ba9d8YRAngOAKDrKWzW44wX7uz/V0N+eDu13ukLwwCgw+N0
Jr9u5XgbfuEYWWMKc7sZ53Q=
=+TMw
-END PGP SIGNATURE-


Accepted:
enet_1.1-1.diff.gz
  to pool/main/e/enet/enet_1.1-1.diff.gz
enet_1.1-1.dsc
  to pool/main/e/enet/enet_1.1-1.dsc
enet_1.1.orig.tar.gz
  to pool/main/e/enet/enet_1.1.orig.tar.gz
libenet-dev_1.1-1_all.deb
  to pool/main/e/enet/libenet-dev_1.1-1_all.deb
libenet1-dev_1.1-1_powerpc.deb
  to pool/main/e/enet/libenet1-dev_1.1-1_powerpc.deb
libenet1_1.1-1_powerpc.deb
  to pool/main/e/enet/libenet1_1.1-1_powerpc.deb


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



Accepted enemylines3 1.2-4 (source powerpc)

2007-07-11 Thread Gonéri Le Bouder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 11:28:53 +
Source: enemylines3
Binary: enemylines3
Architecture: source powerpc
Version: 1.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Gonéri Le Bouder [EMAIL PROTECTED]
Description: 
 enemylines3 - semi-abstract first person 3d-shooter game
Closes: 417169
Changes: 
 enemylines3 (1.2-4) unstable; urgency=low
 .
   [ Eddy Petrișor ]
   * added missing Encoding field in the desktop file
 .
   [ Gonéri Le Bouder ]
   * remove Applications from Categorie in the desktop file since it's not
 an official categorie
   * use of quilt instead of dpatch
   * FTBFS with GCC 4.3, thanks Martin Michlmayr (Closes: #417169)
- add fix_gcc4.3.patch
   * update the Homepage location
   * use the ttf-bitstream-vera/VeraMono.ttf instead of the duplicated one
   * do not ignore make clean return anymore
Files: 
 83d73de22edccd9e7fc6273a12a269ee 741 games optional enemylines3_1.2-4.dsc
 8ac60d068addc679a3a4514e34fde3b9 12434 games optional enemylines3_1.2-4.diff.gz
 70370bde50d06801a5e586689cc39827 476504 games optional 
enemylines3_1.2-4_powerpc.deb

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

iD8DBQFGlP7ZELuA/Ba9d8YRAqyqAJ4sdnLBzUvfgyxne7eUUVDiTTYSlwCgx0E9
u4/xKSdC2UPPm8MkZdFdFpg=
=g9bU
-END PGP SIGNATURE-


Accepted:
enemylines3_1.2-4.diff.gz
  to pool/main/e/enemylines3/enemylines3_1.2-4.diff.gz
enemylines3_1.2-4.dsc
  to pool/main/e/enemylines3/enemylines3_1.2-4.dsc
enemylines3_1.2-4_powerpc.deb
  to pool/main/e/enemylines3/enemylines3_1.2-4_powerpc.deb


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



Accepted multitail 5.2.0-1 (source powerpc)

2007-07-11 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 18:07:43 +0200
Source: multitail
Binary: multitail
Architecture: source powerpc
Version: 5.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Rene Engelhard [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 multitail  - view multiple logfiles windowed on console
Changes: 
 multitail (5.2.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 3bf794ca50ab8bff28d8b53b02e3d8a4 593 utils optional multitail_5.2.0-1.dsc
 24a02690b7a3c33d09b5982a2e186d05 163000 utils optional 
multitail_5.2.0.orig.tar.gz
 f36327bf89c2465e6a7d129cb75eeeaf 3557 utils optional multitail_5.2.0-1.diff.gz
 bae73c1827c5c6f50eca93c3501ae916 155832 utils optional 
multitail_5.2.0-1_powerpc.deb

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

iD8DBQFGlQTH+FmQsCSK63MRArNhAJ4s8VlqFTmzS9mZys+DzQ/YDHBOoACfQx3N
DZtqNYj1iizX5SVnEY+3qco=
=6hZp
-END PGP SIGNATURE-


Accepted:
multitail_5.2.0-1.diff.gz
  to pool/main/m/multitail/multitail_5.2.0-1.diff.gz
multitail_5.2.0-1.dsc
  to pool/main/m/multitail/multitail_5.2.0-1.dsc
multitail_5.2.0-1_powerpc.deb
  to pool/main/m/multitail/multitail_5.2.0-1_powerpc.deb
multitail_5.2.0.orig.tar.gz
  to pool/main/m/multitail/multitail_5.2.0.orig.tar.gz


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



Accepted libmpd 0.14.0-2 (source amd64)

2007-07-11 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 13:38:32 -0400
Source: libmpd
Binary: libmpd-dev libmpd0
Architecture: source amd64
Version: 0.14.0-2
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster [EMAIL PROTECTED]
Changed-By: Decklin Foster [EMAIL PROTECTED]
Description: 
 libmpd-dev - High-level client library for accessing Music Player Daemon
 libmpd0- High-level client library for accessing Music Player Daemon
Closes: 432731
Changes: 
 libmpd (0.14.0-2) unstable; urgency=low
 .
   * Update shlibs kludge. (Closes: #432731, eventually)
Files: 
 83826c69f37272fd4ebe89b442ec62f1 585 libs optional libmpd_0.14.0-2.dsc
 cfbcce697e539d43986d2b6661aab57a 1652 libs optional libmpd_0.14.0-2.diff.gz
 031140b785435170a78e8de0d15a79b3 39652 libs optional libmpd0_0.14.0-2_amd64.deb
 1952175e6a8dad814d0e8227e27c533b 17982 libs optional 
libmpd-dev_0.14.0-2_amd64.deb

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

iD8DBQFGlRc1uIJGh/GWjRsRAnTpAKCNrwa8BaYrLIatl+SXwPh+TXAH+wCfaxTQ
9LFJfyONR4eaMJ0cBhK/9mk=
=0SG1
-END PGP SIGNATURE-


Accepted:
libmpd-dev_0.14.0-2_amd64.deb
  to pool/main/libm/libmpd/libmpd-dev_0.14.0-2_amd64.deb
libmpd0_0.14.0-2_amd64.deb
  to pool/main/libm/libmpd/libmpd0_0.14.0-2_amd64.deb
libmpd_0.14.0-2.diff.gz
  to pool/main/libm/libmpd/libmpd_0.14.0-2.diff.gz
libmpd_0.14.0-2.dsc
  to pool/main/libm/libmpd/libmpd_0.14.0-2.dsc


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



Accepted gmpc 0.15.1-3 (source amd64)

2007-07-11 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 12:57:39 -0400
Source: gmpc
Binary: gmpc-dev gmpc
Architecture: source amd64
Version: 0.15.1-3
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster [EMAIL PROTECTED]
Changed-By: Decklin Foster [EMAIL PROTECTED]
Description: 
 gmpc   - Gnome Music Player Client (graphical interface to MPD)
 gmpc-dev   - Gnome Music Player Client (plugin development files)
Changes: 
 gmpc (0.15.1-3) unstable; urgency=low
 .
   * The And when I get thirsty from drinking the ocean release.
   * Make gmpc-dev Depends match.
Files: 
 50fb8fcaf9b3ab51e7efd8b9e5bae5bf 697 sound optional gmpc_0.15.1-3.dsc
 da1aeafcb256df8fd6c39c1325046fa0 25867 sound optional gmpc_0.15.1-3.diff.gz
 195eb3417e5e8914206c22a4303def28 348258 sound optional gmpc_0.15.1-3_amd64.deb
 caa3c4155d576f590c2a931df290a5a4 8074 sound optional 
gmpc-dev_0.15.1-3_amd64.deb

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

iD8DBQFGlRcQuIJGh/GWjRsRApM7AJ4nexiv9XCIgVmk7mE+Z+WTETseegCZAavS
9zPFvSfxfd0+eDVpdpj84cA=
=QtYJ
-END PGP SIGNATURE-


Accepted:
gmpc-dev_0.15.1-3_amd64.deb
  to pool/main/g/gmpc/gmpc-dev_0.15.1-3_amd64.deb
gmpc_0.15.1-3.diff.gz
  to pool/main/g/gmpc/gmpc_0.15.1-3.diff.gz
gmpc_0.15.1-3.dsc
  to pool/main/g/gmpc/gmpc_0.15.1-3.dsc
gmpc_0.15.1-3_amd64.deb
  to pool/main/g/gmpc/gmpc_0.15.1-3_amd64.deb


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



Accepted wu-ftpd 2.6.2-27 (source i386)

2007-07-11 Thread Chris Butler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  9 Jul 2007 14:34:40 +0100
Source: wu-ftpd
Binary: wu-ftpd
Architecture: source i386
Version: 2.6.2-27
Distribution: unstable
Urgency: low
Maintainer: Chris Butler [EMAIL PROTECTED]
Changed-By: Chris Butler [EMAIL PROTECTED]
Description: 
 wu-ftpd- powerful and widely used FTP server
Closes: 428570
Changes: 
 wu-ftpd (2.6.2-27) unstable; urgency=low
 .
   * Made the init script LSB-compliant
   * Added Spanish debconf translation (closes: #428570)
   * Removed DH_COMPAT from debian/rules and replaced with debian/compat
   * Changed netbase dependency to depend on update-inetd
   * Removed old version migration code from debian/preinst as it's not
 required for upgrades from etch (or even sarge)
   * Updated some debconf questions to follow style guides
Files: 
 5ac367ae29a9017b0230024e55968775 604 net extra wu-ftpd_2.6.2-27.dsc
 4c3a4f5ec6f5f750630febdf59eb0509 154864 net extra wu-ftpd_2.6.2-27.diff.gz
 4daf3cb373661093d703bdbac8a02d20 276380 net extra wu-ftpd_2.6.2-27_i386.deb

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

iD8DBQFGlR8YDzQFd9CXomERAhlDAJ9jBm9hzAWeNE0bv9lr1enLMIRmhACcCf3S
W+58JHEwSXe4o66QF1ioDww=
=V3Wn
-END PGP SIGNATURE-


Accepted:
wu-ftpd_2.6.2-27.diff.gz
  to pool/main/w/wu-ftpd/wu-ftpd_2.6.2-27.diff.gz
wu-ftpd_2.6.2-27.dsc
  to pool/main/w/wu-ftpd/wu-ftpd_2.6.2-27.dsc
wu-ftpd_2.6.2-27_i386.deb
  to pool/main/w/wu-ftpd/wu-ftpd_2.6.2-27_i386.deb


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



Accepted libgsf 1.14.5-1 (source all i386)

2007-07-11 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 19:56:46 +0200
Source: libgsf
Binary: libgsf-1-common libgsf-bin libgsf-gnome-1-dev libgsf-gnome-1-114 
libgsf-1-dev libgsf-1-114-dbg libgsf-gnome-1-114-dbg libgsf-1-114
Architecture: source all i386
Version: 1.14.5-1
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgsf-1-114 - Structured File Library - runtime version
 libgsf-1-114-dbg - Structured File Library - debugging files (basic version)
 libgsf-1-common - Structured File Library - common files
 libgsf-1-dev - Structured File Library - development files (basic version)
 libgsf-bin - Structured File Library - programs
 libgsf-gnome-1-114 - Structured File Library - runtime version for GNOME
 libgsf-gnome-1-114-dbg - Structured File Library - debugging files for GNOME
 libgsf-gnome-1-dev - Structured File Library - development files for GNOME
Closes: 429900 431104
Changes: 
 libgsf (1.14.5-1) unstable; urgency=medium
 .
   * New upstream release. Changes include:
 * Revert jump to dynamic types, they aren't threadsafe. [gnome #450722]
   (Closes: #431104)
   * [debian/rules] Ensure the symlinks for -dbg documentation are only
 included in the -dbg packages. (Closes: #429900)
   * [configure] Regenerated as the upstream version accidentally included an
 unexpanded macro.
Files: 
 a6dc6431f4fd015488531055a4b4ba9c 869 libs optional libgsf_1.14.5-1.dsc
 a3efc68e22493bda6a9b4b106252eef9 784801 libs optional libgsf_1.14.5.orig.tar.gz
 ce06409c71759da06d28ccad1558faab 13355 libs optional libgsf_1.14.5-1.diff.gz
 81f2b4513abf082e10be2fe4227eaf28 50350 libs optional 
libgsf-1-common_1.14.5-1_all.deb
 df45947126b15c836720bde843c2355f 64888 libdevel optional 
libgsf-gnome-1-dev_1.14.5-1_i386.deb
 05d3f2d21a66ae6908a410f730950a93 10260 libdevel extra 
libgsf-gnome-1-114-dbg_1.14.5-1_i386.deb
 1051043b09ef22e2b364842f573789fd 56868 libs optional 
libgsf-gnome-1-114_1.14.5-1_i386.deb
 480b3f71c1ef551a0424eae2aed02d2d 105508 libdevel extra 
libgsf-1-114-dbg_1.14.5-1_i386.deb
 aa8fcc51c027db3abaf623abeca9a91d 244890 libdevel optional 
libgsf-1-dev_1.14.5-1_i386.deb
 ff3178bc9f63c266e76e942f2778b331 137584 libs optional 
libgsf-1-114_1.14.5-1_i386.deb
 5f9f6ada81bd44ef4390373aee4b2589 62774 gnome optional 
libgsf-bin_1.14.5-1_i386.deb

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

iD8DBQFGlSGvA+HB2Re6Rc4RAkc4AKC7r/1AXZaaMUN45M9k9gScj4sFlgCbBaDm
G51ve4QDUoe+ETrTyG2/Kk8=
=a8sB
-END PGP SIGNATURE-


Accepted:
libgsf-1-114-dbg_1.14.5-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-114-dbg_1.14.5-1_i386.deb
libgsf-1-114_1.14.5-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-114_1.14.5-1_i386.deb
libgsf-1-common_1.14.5-1_all.deb
  to pool/main/libg/libgsf/libgsf-1-common_1.14.5-1_all.deb
libgsf-1-dev_1.14.5-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-dev_1.14.5-1_i386.deb
libgsf-bin_1.14.5-1_i386.deb
  to pool/main/libg/libgsf/libgsf-bin_1.14.5-1_i386.deb
libgsf-gnome-1-114-dbg_1.14.5-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-114-dbg_1.14.5-1_i386.deb
libgsf-gnome-1-114_1.14.5-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-114_1.14.5-1_i386.deb
libgsf-gnome-1-dev_1.14.5-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-dev_1.14.5-1_i386.deb
libgsf_1.14.5-1.diff.gz
  to pool/main/libg/libgsf/libgsf_1.14.5-1.diff.gz
libgsf_1.14.5-1.dsc
  to pool/main/libg/libgsf/libgsf_1.14.5-1.dsc
libgsf_1.14.5.orig.tar.gz
  to pool/main/libg/libgsf/libgsf_1.14.5.orig.tar.gz


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



Accepted balder2d 1.0~rc1-2 (source i386 all)

2007-07-11 Thread Bjørn Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 05 Jul 2007 01:14:46 +
Source: balder2d
Binary: balder2d balder2d-data
Architecture: source i386 all
Version: 1.0~rc1-2
Distribution: unstable
Urgency: low
Maintainer: Bjørn Hansen [EMAIL PROTECTED]
Changed-By: Bjørn Hansen [EMAIL PROTECTED]
Description: 
 balder2d   - A 2D shooter in zero gravity
 balder2d-data - data files for balder2d
Closes: 418620 418871 425069 427904
Changes: 
 balder2d (1.0~rc1-2) unstable; urgency=low
 .
   * fixed balder2d fails to run with current libguichan0 (0.6.x-x) (Closes: 
#427904)
   * fixed FTBFS with new libboost (Closes: #425069)
   * fixed FTBFS with GCC 4.3: missing #includes (Closes: #418620)
   * fixed typo in manpage  (Closes: #418871)
Files: 
 be4036780572ee754114f0ab608e7de8 793 games optional balder2d_1.0~rc1-2.dsc
 724c424a27da7f60ddfd9b7380aa5097 8733 games optional balder2d_1.0~rc1-2.diff.gz
 2736d5cb69ee485f95195c0c2387b0f7 8830052 games optional 
balder2d-data_1.0~rc1-2_all.deb
 12f085ce3633b26705e4328fd81fe72c 123800 games optional 
balder2d_1.0~rc1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFGlR3/n3j4POjENGERAiYtAJ9p556lFveBDyfCjEwpu+d7Z+r63wCbBDks
0pftTOFY/34s5cWvb1+Ig3Y=
=yDA7
-END PGP SIGNATURE-


Accepted:
balder2d-data_1.0~rc1-2_all.deb
  to pool/main/b/balder2d/balder2d-data_1.0~rc1-2_all.deb
balder2d_1.0~rc1-2.diff.gz
  to pool/main/b/balder2d/balder2d_1.0~rc1-2.diff.gz
balder2d_1.0~rc1-2.dsc
  to pool/main/b/balder2d/balder2d_1.0~rc1-2.dsc
balder2d_1.0~rc1-2_i386.deb
  to pool/main/b/balder2d/balder2d_1.0~rc1-2_i386.deb


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



Accepted python-gdata 1.0.4-1 (source all)

2007-07-11 Thread Gustavo Franco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 15:28:25 -0300
Source: python-gdata
Binary: python-gdata
Architecture: source all
Version: 1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco [EMAIL PROTECTED]
Changed-By: Gustavo Franco [EMAIL PROTECTED]
Description: 
 python-gdata - Google Data Python client library
Closes: 429710
Changes: 
 python-gdata (1.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Add Depends on python-elementtree. (Closes: #429710)
Files: 
 c96ac21d91659375837985c89e5bee8d 879 python extra python-gdata_1.0.4-1.dsc
 3e4521174f352d5e0f5af60a1d35caae 91029 python extra 
python-gdata_1.0.4.orig.tar.gz
 7300190984cdf6b41d068568a9e9f995 1531 python extra python-gdata_1.0.4-1.diff.gz
 bbe0e01ad4ab88ab4a497b1e990c418a 73040 python extra 
python-gdata_1.0.4-1_all.deb

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

iD8DBQFGlSl37ftwBTcVV3gRAhmjAJ9s22NA1ujw6ribybX4Wbp8RAXJNwCeJqja
a9G4yjPUuA3R3DvqRerukGQ=
=z4BW
-END PGP SIGNATURE-


Accepted:
python-gdata_1.0.4-1.diff.gz
  to pool/main/p/python-gdata/python-gdata_1.0.4-1.diff.gz
python-gdata_1.0.4-1.dsc
  to pool/main/p/python-gdata/python-gdata_1.0.4-1.dsc
python-gdata_1.0.4-1_all.deb
  to pool/main/p/python-gdata/python-gdata_1.0.4-1_all.deb
python-gdata_1.0.4.orig.tar.gz
  to pool/main/p/python-gdata/python-gdata_1.0.4.orig.tar.gz


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



Accepted goffice 0.4.1-1 (source all i386)

2007-07-11 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 20:20:17 +0200
Source: goffice
Binary: libgoffice-0-dev libgoffice-0-common libgoffice-0-4-dbg libgoffice-0-4
Architecture: source all i386
Version: 0.4.1-1
Distribution: experimental
Urgency: low
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgoffice-0-4 - Document centric objects library - runtime files
 libgoffice-0-4-dbg - Document centric objects library - debugging files
 libgoffice-0-common - Document centric objects library - common files
 libgoffice-0-dev - Document centric objects library - runtime files
Changes: 
 goffice (0.4.1-1) experimental; urgency=low
 .
   * New upstream development release.
Files: 
 c60404a5ad72291e1b1716515af84c4b 1084 libs optional goffice_0.4.1-1.dsc
 7735f22778036307f1936c4b546e5527 287 libs optional 
goffice_0.4.1.orig.tar.gz
 5169b2e8874d4e83e65cfb4e89860d4d 6612 libs optional goffice_0.4.1-1.diff.gz
 5a41a2a57155f23fc45423c93f1a8582 774766 libs optional 
libgoffice-0-common_0.4.1-1_all.deb
 a2a9c32b671d79810c4552272cdfa30a 327724 libdevel optional 
libgoffice-0-dev_0.4.1-1_i386.deb
 5d6891c6eed9ef9d4bf40648c418f441 1381958 libdevel extra 
libgoffice-0-4-dbg_0.4.1-1_i386.deb
 f3540f9af2f51695b764cb190fa66650 634454 libs optional 
libgoffice-0-4_0.4.1-1_i386.deb

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

iD8DBQFGlSp+A+HB2Re6Rc4RAuNNAJ0fdV97Ey5sbh0wqJXJ4l8SLCKWCwCgnr+R
blLfXipOQonqJUT8horcN4Q=
=XLKd
-END PGP SIGNATURE-


Accepted:
goffice_0.4.1-1.diff.gz
  to pool/main/g/goffice/goffice_0.4.1-1.diff.gz
goffice_0.4.1-1.dsc
  to pool/main/g/goffice/goffice_0.4.1-1.dsc
goffice_0.4.1.orig.tar.gz
  to pool/main/g/goffice/goffice_0.4.1.orig.tar.gz
libgoffice-0-4-dbg_0.4.1-1_i386.deb
  to pool/main/g/goffice/libgoffice-0-4-dbg_0.4.1-1_i386.deb
libgoffice-0-4_0.4.1-1_i386.deb
  to pool/main/g/goffice/libgoffice-0-4_0.4.1-1_i386.deb
libgoffice-0-common_0.4.1-1_all.deb
  to pool/main/g/goffice/libgoffice-0-common_0.4.1-1_all.deb
libgoffice-0-dev_0.4.1-1_i386.deb
  to pool/main/g/goffice/libgoffice-0-dev_0.4.1-1_i386.deb


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



Accepted pango1.0 1.17.4-2 (source i386 all)

2007-07-11 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jul 2007 16:28:00 +0200
Source: pango1.0
Binary: libpango1.0-0-dbg libpango1.0-dev libpango1.0-0 libpango1.0-doc 
libpango1.0-udeb libpango1.0-common
Architecture: source i386 all
Version: 1.17.4-2
Distribution: experimental
Urgency: high
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - The Pango library and debugging symbols
 libpango1.0-common - Modules and configuration files for the Pango
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
Closes: 432258
Changes: 
 pango1.0 (1.17.4-2) experimental; urgency=high
 .
   * Call dh_shlibdeps separately for the udeb and add a
 -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
 found; thanks Frans Pop; closes: #432258.
Files: 
 081d46f71c50d01d5d8b9755b7812e71 1196 libs optional pango1.0_1.17.4-2.dsc
 d630d9c20264012607014cc76a1ff43e 25890 libs optional pango1.0_1.17.4-2.diff.gz
 02757738f4d664c64ac73b9e995400ed 58102 misc optional 
libpango1.0-common_1.17.4-2_all.deb
 23b1b1160dea362e5255e8181f3f6979 266226 doc optional 
libpango1.0-doc_1.17.4-2_all.deb
 8c113938de2bd94e4e2e25af5c17c64e 297560 libs optional 
libpango1.0-0_1.17.4-2_i386.deb
 32d9df53da8e6ad08c2d54efc519cf84 222348 debian-installer optional 
libpango1.0-udeb_1.17.4-2_i386.udeb
 05f0476d73cadca2782cee05507a9d8b 363446 libdevel optional 
libpango1.0-dev_1.17.4-2_i386.deb
 cfa62f60925b348b0de6aeee23cb96b5 681248 libdevel extra 
libpango1.0-0-dbg_1.17.4-2_i386.deb
Package-Type: udeb

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

iD8DBQFGlS6r4VUX8isJIMARAofyAKCMaRzQcnNWoN9Y+ExBvQTlnPASFwCeLROG
/Kl3YjfwatQ9Y6TF1dAUBQw=
=X/VL
-END PGP SIGNATURE-


Accepted:
libpango1.0-0-dbg_1.17.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0-dbg_1.17.4-2_i386.deb
libpango1.0-0_1.17.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0_1.17.4-2_i386.deb
libpango1.0-common_1.17.4-2_all.deb
  to pool/main/p/pango1.0/libpango1.0-common_1.17.4-2_all.deb
libpango1.0-dev_1.17.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-dev_1.17.4-2_i386.deb
libpango1.0-doc_1.17.4-2_all.deb
  to pool/main/p/pango1.0/libpango1.0-doc_1.17.4-2_all.deb
libpango1.0-udeb_1.17.4-2_i386.udeb
  to pool/main/p/pango1.0/libpango1.0-udeb_1.17.4-2_i386.udeb
pango1.0_1.17.4-2.diff.gz
  to pool/main/p/pango1.0/pango1.0_1.17.4-2.diff.gz
pango1.0_1.17.4-2.dsc
  to pool/main/p/pango1.0/pango1.0_1.17.4-2.dsc


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



Accepted pango1.0 1.16.4-2 (source i386 all)

2007-07-11 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 21:15:08 +0200
Source: pango1.0
Binary: libpango1.0-0-dbg libpango1.0-dev libpango1.0-0 libpango1.0-doc 
libpango1.0-udeb libpango1.0-common
Architecture: source i386 all
Version: 1.16.4-2
Distribution: unstable
Urgency: high
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - The Pango library and debugging symbols
 libpango1.0-common - Modules and configuration files for the Pango
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
Closes: 432258
Changes: 
 pango1.0 (1.16.4-2) unstable; urgency=high
 .
   [ Josselin Mouette ]
   * Whoops. Re-commit some things that were uploaded as part of 1.16.2-2
 but not committed.
 .
   [ Loic Minier ]
   * Use printf instead of echo in dh_gtkmodules to write to write data to
 files in complex_doit() calls as dash's echo will always honor escape
 sequences.
   * Call dh_shlibdeps separately for the udeb and add a
 -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
 found; thanks Frans Pop; closes: #432258.
   * Build-dep on libcairo-directfb2-dev; thanks Frans Pop; doh!
Files: 
 387411485c3bb82b5b6b47d22df9f50d 1196 libs optional pango1.0_1.16.4-2.dsc
 5fda2bb22caec0430eff6a1a4a2ca545 26304 libs optional pango1.0_1.16.4-2.diff.gz
 a004c2380dfc6bb65fe02cb7c7f9984e 62242 misc optional 
libpango1.0-common_1.16.4-2_all.deb
 f3eb66892caabf8698ead75f2e9d8ca3 259238 doc optional 
libpango1.0-doc_1.16.4-2_all.deb
 9f7815998c3b80b667c083f3d07a0d3a 290884 libs optional 
libpango1.0-0_1.16.4-2_i386.deb
 08038336552546dfb6995d40a808d2b0 219746 debian-installer optional 
libpango1.0-udeb_1.16.4-2_i386.udeb
 d8ae01cddcf246005c0522e697f94fab 354562 libdevel optional 
libpango1.0-dev_1.16.4-2_i386.deb
 2ad449b7414381716dbbaac9bc985cab 687058 libdevel extra 
libpango1.0-0-dbg_1.16.4-2_i386.deb
Package-Type: udeb

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

iD8DBQFGlS134VUX8isJIMARAsdTAJ9MIenoNqQsVeg8ehQv/69OlZXqEACffIev
m6NP8SuhlGfHgKQArff7vUQ=
=mmo0
-END PGP SIGNATURE-


Accepted:
libpango1.0-0-dbg_1.16.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0-dbg_1.16.4-2_i386.deb
libpango1.0-0_1.16.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0_1.16.4-2_i386.deb
libpango1.0-common_1.16.4-2_all.deb
  to pool/main/p/pango1.0/libpango1.0-common_1.16.4-2_all.deb
libpango1.0-dev_1.16.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-dev_1.16.4-2_i386.deb
libpango1.0-doc_1.16.4-2_all.deb
  to pool/main/p/pango1.0/libpango1.0-doc_1.16.4-2_all.deb
libpango1.0-udeb_1.16.4-2_i386.udeb
  to pool/main/p/pango1.0/libpango1.0-udeb_1.16.4-2_i386.udeb
pango1.0_1.16.4-2.diff.gz
  to pool/main/p/pango1.0/pango1.0_1.16.4-2.diff.gz
pango1.0_1.16.4-2.dsc
  to pool/main/p/pango1.0/pango1.0_1.16.4-2.dsc


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



Accepted gaphor 0.10.4-1 (source all)

2007-07-11 Thread Cédric Delfosse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 May 2007 21:32:16 +0200
Source: gaphor
Binary: gaphor
Architecture: source all
Version: 0.10.4-1
Distribution: experimental
Urgency: low
Maintainer: Cédric Delfosse [EMAIL PROTECTED]
Changed-By: Cédric Delfosse [EMAIL PROTECTED]
Description: 
 gaphor - UML modeling tool
Changes: 
 gaphor (0.10.4-1) experimental; urgency=low
 .
   * Depends on python-gaphas and zope3
Files: 
 3f1464e7966e20cc7f84c440d63fa308 592 devel optional gaphor_0.10.4-1.dsc
 e8550a6629ef8082f972c3f30472ada9 459797 devel optional 
gaphor_0.10.4.orig.tar.gz
 249e2a8856a7ed99fe97739a09bdee90 6544 devel optional gaphor_0.10.4-1.diff.gz
 6fc26d29cdc081939419189769e79b5f 375434 devel optional gaphor_0.10.4-1_all.deb

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

iD8DBQFGlSz/bmmXPPfovGMRAso6AKCesShxzRL1Vc0hjQawpKUGdNUJaQCgkYPe
Fzb62XwDzxFB4xvc8arnb2E=
=OeiN
-END PGP SIGNATURE-


Accepted:
gaphor_0.10.4-1.diff.gz
  to pool/main/g/gaphor/gaphor_0.10.4-1.diff.gz
gaphor_0.10.4-1.dsc
  to pool/main/g/gaphor/gaphor_0.10.4-1.dsc
gaphor_0.10.4-1_all.deb
  to pool/main/g/gaphor/gaphor_0.10.4-1_all.deb
gaphor_0.10.4.orig.tar.gz
  to pool/main/g/gaphor/gaphor_0.10.4.orig.tar.gz


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



Accepted libtool 1.5.24-1 (source all amd64)

2007-07-11 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 20:18:34 +0200
Source: libtool
Binary: libtool-doc libltdl3 libtool libltdl3-dev
Architecture: source amd64 all
Version: 1.5.24-1
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx [EMAIL PROTECTED]
Changed-By: Kurt Roeckx [EMAIL PROTECTED]
Description: 
 libltdl3   - A system independent dlopen wrapper for GNU libtool
 libltdl3-dev - A system independent dlopen wrapper for GNU libtool
 libtool- Generic library support script
 libtool-doc - Generic library support script
Closes: 348558 407079 430973 432139
Changes: 
 libtool (1.5.24-1) unstable; urgency=low
 .
   * New upstream release (Closes: #432139):
 - Remove kbsd patch, merged upstream
 - Support -export-symbols on hurd (Closes: #430973)
 - Support -Wl,--version-script on hurd (Closes: #407079)
 - Support multiple libs with the same name (Closes: #348558)
   * Change patch system from dpatch to quilt.
   * Use gcj on all arches execpt hurd
   * Switch to automake1.10
   * Change Standards-Version to 3.7.2.2, no changes required.
   * Change DH_COMPAT to a debian/compat file with 4 in it.
Files: 
 8f2572ea067a327d48bf49b74c2d92db 714 devel optional libtool_1.5.24-1.dsc
 d0071c890101fcf4f2be8934a37841b0 2919557 devel optional 
libtool_1.5.24.orig.tar.gz
 23009975ac72a0f9c42bb48bb231adf1 13721 devel optional libtool_1.5.24-1.diff.gz
 4e59969b96caa42e380e7ee49c87b850 348206 doc optional 
libtool-doc_1.5.24-1_all.deb
 9462f77c575a6ee8f46ce2fb04159d57 338290 devel optional 
libtool_1.5.24-1_amd64.deb
 f67c166e57dc434108cb092e3f5b9dc8 176906 libs optional 
libltdl3_1.5.24-1_amd64.deb
 cd8f3f5c5a66300a67ae161734c378a6 368596 libdevel optional 
libltdl3-dev_1.5.24-1_amd64.deb

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

iD8DBQFGlTVEQdwckHJElwsRArhSAJ9o55r2wjLxSjYxhyQFOzVTFZfBRgCeJki2
IUApPjzL8/p7vzUrrpS9wjE=
=rAv1
-END PGP SIGNATURE-


Accepted:
libltdl3-dev_1.5.24-1_amd64.deb
  to pool/main/libt/libtool/libltdl3-dev_1.5.24-1_amd64.deb
libltdl3_1.5.24-1_amd64.deb
  to pool/main/libt/libtool/libltdl3_1.5.24-1_amd64.deb
libtool-doc_1.5.24-1_all.deb
  to pool/main/libt/libtool/libtool-doc_1.5.24-1_all.deb
libtool_1.5.24-1.diff.gz
  to pool/main/libt/libtool/libtool_1.5.24-1.diff.gz
libtool_1.5.24-1.dsc
  to pool/main/libt/libtool/libtool_1.5.24-1.dsc
libtool_1.5.24-1_amd64.deb
  to pool/main/libt/libtool/libtool_1.5.24-1_amd64.deb
libtool_1.5.24.orig.tar.gz
  to pool/main/libt/libtool/libtool_1.5.24.orig.tar.gz


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



Accepted fmirror 2:0.8.4-14 (source i386)

2007-07-11 Thread Antonin Kral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 19:34:33 +
Source: fmirror
Binary: fmirror
Architecture: source i386
Version: 2:0.8.4-14
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral [EMAIL PROTECTED]
Changed-By: Antonin Kral [EMAIL PROTECTED]
Description: 
 fmirror- memory efficient ftp mirror program
Closes: 432594
Changes: 
 fmirror (2:0.8.4-14) unstable; urgency=low
 .
   * Added a special treatment for mirroring the / directory so that
 fmirror (a) is able to guess the time difference and (b) does not try
 to overwrite the local / directory instead of the specified local
 mirror directory.  [fmirror.c]
 Patch provided by Martin Schulze, Closes: #432594
   * Several cleanups, namely:
 debian-rules-sets-DH_COMPAT line 6
 debian-rules-ignores-make-clean-error line 34
 out-of-date-standards-version 3.6.2 (current is 3.7.2)
Files: 
 e1fc65185fd9b2830b8dcdfed449e905 564 net optional fmirror_0.8.4-14.dsc
 ad1fb36295beb38d969e86800388c334 10572 net optional fmirror_0.8.4-14.diff.gz
 56aae53bc6eb8f1f66bf3bf952d0741b 38614 net optional fmirror_0.8.4-14_i386.deb

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

iD8DBQFGlTRMluuhBRvyMFoRAvb/AKCJOmhKF0CDYCk3FTJMVZKqXEIPwACfWG2g
YjF1TW0p0QHdt6w0Y7iV9xE=
=a91U
-END PGP SIGNATURE-


Accepted:
fmirror_0.8.4-14.diff.gz
  to pool/main/f/fmirror/fmirror_0.8.4-14.diff.gz
fmirror_0.8.4-14.dsc
  to pool/main/f/fmirror/fmirror_0.8.4-14.dsc
fmirror_0.8.4-14_i386.deb
  to pool/main/f/fmirror/fmirror_0.8.4-14_i386.deb


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



Accepted atari800 2.0.3-1 (source i386)

2007-07-11 Thread Antonin Kral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 18:49:38 +
Source: atari800
Binary: atari800
Architecture: source i386
Version: 2.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral [EMAIL PROTECTED]
Changed-By: Antonin Kral [EMAIL PROTECTED]
Description: 
 atari800   - Atari emulator for X/curses/SDL
Changes: 
 atari800 (2.0.3-1) unstable; urgency=low
 .
   * New upstream release.
   * added calls to strip to get rid of .comment section (linda complained)
Files: 
 d79a3ee0db534523d7b136f543ca34f8 626 contrib/otherosfs optional 
atari800_2.0.3-1.dsc
 4e472f804a22219d5a7d1d381c89d872 998685 contrib/otherosfs optional 
atari800_2.0.3.orig.tar.gz
 9f704c271a85de47a668fc5c1d12d9c4 20 contrib/otherosfs optional 
atari800_2.0.3-1.diff.gz
 198b9f1f0e29f1695a889055c2b26ae4 461606 contrib/otherosfs optional 
atari800_2.0.3-1_i386.deb

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

iD8DBQFGlTgxluuhBRvyMFoRAk1fAKC8C2MRDRYvlg1aOZGDowxpw+7+8ACfUoeZ
aT7uTJUElX+X/l6q7XrWgH4=
=xiI0
-END PGP SIGNATURE-


Accepted:
atari800_2.0.3-1.diff.gz
  to pool/contrib/a/atari800/atari800_2.0.3-1.diff.gz
atari800_2.0.3-1.dsc
  to pool/contrib/a/atari800/atari800_2.0.3-1.dsc
atari800_2.0.3-1_i386.deb
  to pool/contrib/a/atari800/atari800_2.0.3-1_i386.deb
atari800_2.0.3.orig.tar.gz
  to pool/contrib/a/atari800/atari800_2.0.3.orig.tar.gz


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



Accepted python-clamav 0.4.0-1 (source i386)

2007-07-11 Thread Cédric Delfosse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 21:26:18 +0200
Source: python-clamav
Binary: python-clamav
Architecture: source i386
Version: 0.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse [EMAIL PROTECTED]
Changed-By: Cédric Delfosse [EMAIL PROTECTED]
Description: 
 python-clamav - Python bindings to ClamAV
Changes: 
 python-clamav (0.4.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 cc2a1ecbe5d9f23000bb9588a0bc 668 python optional python-clamav_0.4.0-1.dsc
 cdb33947e9fec6a3360052ad9ab10c3a 12810 python optional 
python-clamav_0.4.0.orig.tar.gz
 eef25a7598134a3eafabe643e17e6856 1909 python optional 
python-clamav_0.4.0-1.diff.gz
 a174be9ec2e1642ac0a94c072aa0b3c5 17158 python optional 
python-clamav_0.4.0-1_i386.deb

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

iD8DBQFGlTHFbmmXPPfovGMRAhsnAJ0YGYRmzHZUeLs90BBVhPCHkPPNZwCfZeTu
r/zEV5FPmZolXI2+BlZpauU=
=eSUV
-END PGP SIGNATURE-


Accepted:
python-clamav_0.4.0-1.diff.gz
  to pool/main/p/python-clamav/python-clamav_0.4.0-1.diff.gz
python-clamav_0.4.0-1.dsc
  to pool/main/p/python-clamav/python-clamav_0.4.0-1.dsc
python-clamav_0.4.0-1_i386.deb
  to pool/main/p/python-clamav/python-clamav_0.4.0-1_i386.deb
python-clamav_0.4.0.orig.tar.gz
  to pool/main/p/python-clamav/python-clamav_0.4.0.orig.tar.gz


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



Accepted iodine 0.4.0-2 (source i386)

2007-07-11 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 18:10:12 +0200
Source: iodine
Binary: iodine
Architecture: source i386
Version: 0.4.0-2
Distribution: unstable
Urgency: low
Maintainer: gregor herrmann [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 iodine - tool for tunneling IPv4 data through a DNS server
Changes: 
 iodine (0.4.0-2) unstable; urgency=low
 .
   * Change mode of /etc/default/iodine to 600, thanks to Lennart Poettering
 (cf. #432719).
Files: 
 62156430fbbc0c874f3f3075ae519e07 798 net extra iodine_0.4.0-2.dsc
 8fd61efe24769eb3c99e23855d0e4f1a 7226 net extra iodine_0.4.0-2.diff.gz
 d80029cefe8fbc1aeb64d9419f411688 29868 net extra iodine_0.4.0-2_i386.deb

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

iD8DBQFGlTqupdwBkPlyvgMRAjPUAJ9O9gfEW+d6kxIkkA96xReGWniClgCfSYzh
IJC/GLjRjaOlVzgJqY2qrQw=
=Rf2S
-END PGP SIGNATURE-


Accepted:
iodine_0.4.0-2.diff.gz
  to pool/main/i/iodine/iodine_0.4.0-2.diff.gz
iodine_0.4.0-2.dsc
  to pool/main/i/iodine/iodine_0.4.0-2.dsc
iodine_0.4.0-2_i386.deb
  to pool/main/i/iodine/iodine_0.4.0-2_i386.deb


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



Accepted flashplugin-nonfree 9.0.48.0.1 (source i386)

2007-07-11 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 20:47:23 +0200
Source: flashplugin-nonfree
Binary: flashplugin-nonfree
Architecture: source i386
Version: 9.0.48.0.1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 flashplugin-nonfree - Adobe Flash Player plugin installer
Closes: 411533 418220 425218 432755
Changes: 
 flashplugin-nonfree (9.0.48.0.1) unstable; urgency=low
 .
   * debian/config, debian/postinst: New plugin release LNX 9,0,48,0.
 Closes: #432755.
   * debian/control, debian/links*, debian/postinst, debian/prerm,
 debian/rules: Added amd64 support using nspluginwrapper.  Closes: #411533.
 Thanks to Peter Green [EMAIL PROTECTED].
   * debian/po/pt_BR.po: Replaced.  Closes: #418220.  Thanks to Felipe Augusto
 van de Wiel [EMAIL PROTECTED].
   * debian/po/ru.po: Added.  Closes: #425218.  Thanks to Sergey Korobitsin
 [EMAIL PROTECTED].
Files: 
 0ca1cc6426f805a3a78cfbadb49b12e3 541 contrib/web optional 
flashplugin-nonfree_9.0.48.0.1.dsc
 20ade41b0d8f3a634d54c2accfb5df2f 20641 contrib/web optional 
flashplugin-nonfree_9.0.48.0.1.tar.gz
 3642180b3799ee7705f6440e6e496682 15460 contrib/web optional 
flashplugin-nonfree_9.0.48.0.1_i386.deb

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

iD8DBQFGlUVZbMaawmho9B8RAjerAKCwUalbcxHrXyxb3V+3WWzM1zKiHwCdGEG1
u+yAu5iQ0vdEQ+zh60YrxP0=
=S/8W
-END PGP SIGNATURE-


Accepted:
flashplugin-nonfree_9.0.48.0.1.dsc
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_9.0.48.0.1.dsc
flashplugin-nonfree_9.0.48.0.1.tar.gz
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_9.0.48.0.1.tar.gz
flashplugin-nonfree_9.0.48.0.1_i386.deb
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_9.0.48.0.1_i386.deb


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



Accepted contacts 0.6-1 (source i386)

2007-07-11 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 21:55:30 +0100
Source: contacts
Binary: contacts
Architecture: source i386
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 contacts   - lightweight addressbook
Changes: 
 contacts (0.6-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 ca37c4f69d86395e037fe2255d559cdb 627 gnome optional contacts_0.6-1.dsc
 239e5fe672b66049f47dd6053fde9e1a 441431 gnome optional contacts_0.6.orig.tar.gz
 4d742dc7480145fe93659b299b205cba 1794 gnome optional contacts_0.6-1.diff.gz
 3e5884dc84a8ff67efa5cf3403640184 81086 gnome optional contacts_0.6-1_i386.deb

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

iD4DBQFGlURsLQnkR9C0M98RAhIhAKCUm1ne2HAYE3qocOpTKRtLOu+FBQCXRXtM
cl7UOaxt5rU2cVBhkdzveA==
=+24J
-END PGP SIGNATURE-


Accepted:
contacts_0.6-1.diff.gz
  to pool/main/c/contacts/contacts_0.6-1.diff.gz
contacts_0.6-1.dsc
  to pool/main/c/contacts/contacts_0.6-1.dsc
contacts_0.6-1_i386.deb
  to pool/main/c/contacts/contacts_0.6-1_i386.deb
contacts_0.6.orig.tar.gz
  to pool/main/c/contacts/contacts_0.6.orig.tar.gz


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



Accepted gsl 1.9-5 (source all i386)

2007-07-11 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 15:12:17 -0500
Source: gsl
Binary: gsl-bin libgsl0-dev gsl-doc-pdf libgsl0ldbl libgsl0-dbg
Architecture: source all i386
Version: 1.9-5
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 gsl-bin- GNU Scientific Library (GSL) -- binary package
 gsl-doc-pdf - GNU Scientific Library (GSL) Reference Manual in pdf
 libgsl0-dbg - GNU Scientific Library (GSL) -- debug symbols package
 libgsl0-dev - GNU Scientific Library (GSL) -- development package
 libgsl0ldbl - GNU Scientific Library (GSL) -- library package
Closes: 432730
Changes: 
 gsl (1.9-5) unstable; urgency=low
 .
   * Correct a snafu introduced with the 'ldbl' transition packages from
 Debian revision 1.9-4  (Closes: #432730)
   * debian/rules: Correct value for $(devpkg) now that $(libpkg) has 'ldbl'
   * debian/rules: Switch from dh_movefiles to using dh_install
   * debian/libgsl0-dev.install: Added usr/share/man/man3/gsl.3 and
 usr/share/aclocal/
   * debian/libgsl0ldbl.install: Newly created
   * debian/control: Updated 'Replaces: libgsl0' for libgsl0-dev to
 '(= 1.9-4)'; added 'Replaces: libgsl0 (= 1.9-4)' for libgsl0ldbl
Files: 
 52c1fe6f5dbfd5790b1e9d4740d6717a 766 math optional gsl_1.9-5.dsc
 992533c4c89e22afced456b0a60af11e 10807 math optional gsl_1.9-5.diff.gz
 7f7d5b229c06df68f2c116fd2b5c53fb 814028 math optional 
libgsl0ldbl_1.9-5_i386.deb
 9b908c786b08c2f17a7711281b70f5af 1369866 libdevel optional 
libgsl0-dev_1.9-5_i386.deb
 1b0a028848d34348a9fdd56b182fe8e0 26446 math optional gsl-bin_1.9-5_i386.deb
 9357b41e8b6e818631e8626dd124b235 1289682 libdevel extra 
libgsl0-dbg_1.9-5_i386.deb
 536669264ba4abe7d3ee9a843dfc57c6 2446482 doc optional gsl-doc-pdf_1.9-5_all.deb

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

iD8DBQFGlUYuCZSR95Gw07cRAkjfAJwK/G+p7gnwIZO170Jn7Nlj9yNoTgCgjOAR
bZbh/GCxS6QQ2ryiDbBu46M=
=y9Xp
-END PGP SIGNATURE-


Accepted:
gsl-bin_1.9-5_i386.deb
  to pool/main/g/gsl/gsl-bin_1.9-5_i386.deb
gsl-doc-pdf_1.9-5_all.deb
  to pool/main/g/gsl/gsl-doc-pdf_1.9-5_all.deb
gsl_1.9-5.diff.gz
  to pool/main/g/gsl/gsl_1.9-5.diff.gz
gsl_1.9-5.dsc
  to pool/main/g/gsl/gsl_1.9-5.dsc
libgsl0-dbg_1.9-5_i386.deb
  to pool/main/g/gsl/libgsl0-dbg_1.9-5_i386.deb
libgsl0-dev_1.9-5_i386.deb
  to pool/main/g/gsl/libgsl0-dev_1.9-5_i386.deb
libgsl0ldbl_1.9-5_i386.deb
  to pool/main/g/gsl/libgsl0ldbl_1.9-5_i386.deb


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



Accepted util-linux 2.13~rc1-1 (source all i386)

2007-07-11 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jul 2007 22:30:59 -0600
Source: util-linux
Binary: util-linux cfdisk-udeb fdisk-udeb util-linux-locales bsdutils mount
Architecture: all i386 source 
Version: 2.13~rc1-1
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones [EMAIL PROTECTED]
Changed-By: LaMont Jones [EMAIL PROTECTED]
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Partition a hard drive (cfdisk)
 fdisk-udeb - Partition a hard drive (manual)
 mount  - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
Closes: 432603
Changes: 
 util-linux (2.13~rc1-1) experimental; urgency=low
 .
   * fix ionice build errors on several architectures.  Closes: #432603
   * no libselinux on kfreebsd-i386
Files: 
 b22e812c3ed1847115aec07d8c1c667d 773 base required util-linux_2.13~rc1-1.dsc
 20c2eef6d3a292f2232c68cd33d7687c 1282818 utils optional 
util-linux-locales_2.13~rc1-1_all.deb
 2f3d356e0b85af9ae132d2ad0e34884d 52574 utils required 
bsdutils_2.13~rc1-1_i386.deb
 5802dde5194c9221bf94af7d8242541f 128534 admin required 
mount_2.13~rc1-1_i386.deb
 9f55da2e2d31fa1aef0e62d30f46e6a4 403114 utils required 
util-linux_2.13~rc1-1_i386.deb
 c0151001618f8a19b666829688cfb46f 567938 debian-installer extra 
cfdisk-udeb_2.13~rc1-1_i386.udeb
 f4a36cb8f433a327434e2c2c48b0bccb 65212 debian-installer extra 
fdisk-udeb_2.13~rc1-1_i386.udeb
 fcdfec7db696eb885005fae0dda972d9 596514 base required 
util-linux_2.13~rc1-1.diff.gz

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

iD8DBQFGlU9GzN/kmwoKyScRAjSWAKCKo8e7MqweOE1bZ59DbWOp85LxzACfZerf
BshgDWemIzWHTA6BUQeGgt4=
=Bur2
-END PGP SIGNATURE-


Accepted:
bsdutils_2.13~rc1-1_i386.deb
  to pool/main/u/util-linux/bsdutils_2.13~rc1-1_i386.deb
cfdisk-udeb_2.13~rc1-1_i386.udeb
  to pool/main/u/util-linux/cfdisk-udeb_2.13~rc1-1_i386.udeb
fdisk-udeb_2.13~rc1-1_i386.udeb
  to pool/main/u/util-linux/fdisk-udeb_2.13~rc1-1_i386.udeb
mount_2.13~rc1-1_i386.deb
  to pool/main/u/util-linux/mount_2.13~rc1-1_i386.deb
util-linux-locales_2.13~rc1-1_all.deb
  to pool/main/u/util-linux/util-linux-locales_2.13~rc1-1_all.deb
util-linux_2.13~rc1-1.diff.gz
  to pool/main/u/util-linux/util-linux_2.13~rc1-1.diff.gz
util-linux_2.13~rc1-1.dsc
  to pool/main/u/util-linux/util-linux_2.13~rc1-1.dsc
util-linux_2.13~rc1-1_i386.deb
  to pool/main/u/util-linux/util-linux_2.13~rc1-1_i386.deb


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



Accepted network-config 0.1-3 (source all)

2007-07-11 Thread Marvin Stark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 09 Jul 2007 14:46:57 +
Source: network-config
Binary: network-config
Architecture: source all
Version: 0.1-3
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark [EMAIL PROTECTED]
Changed-By: Marvin Stark [EMAIL PROTECTED]
Description: 
 network-config - Simple network configuration tool
Changes: 
 network-config (0.1-3) unstable; urgency=low
 .
   * Changed menu file for Menu transition.
Files: 
 5349d25d14aa28ab5a3e3b96e3a63f8a 584 utils optional network-config_0.1-3.dsc
 096eecff00136bc68235b2f37ad0d159 6665 utils optional 
network-config_0.1-3.diff.gz
 65f65868c7cee611e2325988549d6f4b 31304 utils optional 
network-config_0.1-3_all.deb

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

iD8DBQFGlVWZmO5zOp3h7rERAmRiAJ40yQmAC/UTXg+TTk2Kra4T+nO5jgCeMEwe
5PjW1qiGN29xA7uMvRgLfn4=
=Thi3
-END PGP SIGNATURE-


Accepted:
network-config_0.1-3.diff.gz
  to pool/main/n/network-config/network-config_0.1-3.diff.gz
network-config_0.1-3.dsc
  to pool/main/n/network-config/network-config_0.1-3.dsc
network-config_0.1-3_all.deb
  to pool/main/n/network-config/network-config_0.1-3_all.deb


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



Accepted taxbird 0.10-2 (source i386)

2007-07-11 Thread Marvin Stark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 09 Jul 2007 14:53:11 +
Source: taxbird
Binary: taxbird
Architecture: source i386
Version: 0.10-2
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark [EMAIL PROTECTED]
Changed-By: Marvin Stark [EMAIL PROTECTED]
Description: 
 taxbird- The first free Elster client (German Tax Declarations)
Changes: 
 taxbird (0.10-2) unstable; urgency=low
 .
   * Changed menu file for Menu transition.
Files: 
 1b76b70ce6ac0cf70b093864b43fc10f 654 gnome optional taxbird_0.10-2.dsc
 5acb2fe617f869b5c299049344a5fd2e 4621 gnome optional taxbird_0.10-2.diff.gz
 b8d1140f2cb152a0a567e5b54212c106 119200 gnome optional taxbird_0.10-2_i386.deb

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

iD8DBQFGlVWKmO5zOp3h7rERAsKmAJ9FEsmHBEITINVfAvnQNzDEE/Ks4QCeJ6xI
uVJkZEs+jYCfag+lCMsjGNg=
=8s0Z
-END PGP SIGNATURE-


Accepted:
taxbird_0.10-2.diff.gz
  to pool/main/t/taxbird/taxbird_0.10-2.diff.gz
taxbird_0.10-2.dsc
  to pool/main/t/taxbird/taxbird_0.10-2.dsc
taxbird_0.10-2_i386.deb
  to pool/main/t/taxbird/taxbird_0.10-2_i386.deb


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



Accepted muse 0.8.1a-5 (source i386)

2007-07-11 Thread Daniel Kobras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 20:11:14 +0200
Source: muse
Binary: muse
Architecture: source i386
Version: 0.8.1a-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras [EMAIL PROTECTED]
Changed-By: Daniel Kobras [EMAIL PROTECTED]
Description: 
 muse   - Qt-based midi/audio sequencer
Closes: 431327
Changes: 
 muse (0.8.1a-5) unstable; urgency=low
 .
   * Added patches:
 + [10_lash_private_api_fix] New.
   Don't use functions from LASH's internal API. Fixes build errors
   with recent liblash. Closes: #431327
Files: 
 1dc17e7533d62e06764f2a2a8502f091 743 sound optional muse_0.8.1a-5.dsc
 72b921f43c0ebaa01f9a585b40447f69 30788 sound optional muse_0.8.1a-5.diff.gz
 b9380eb6b355d8a7230c4dcc27577078 5408824 sound optional muse_0.8.1a-5_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFGlVa2pOKIA4m/fisRAtjyAJ9+URyLXVMywk0NTBA2YGx+ftmO5ACg1HU0
W14WseARS7XYMHjYOAkVm+o=
=0p3I
-END PGP SIGNATURE-


Accepted:
muse_0.8.1a-5.diff.gz
  to pool/main/m/muse/muse_0.8.1a-5.diff.gz
muse_0.8.1a-5.dsc
  to pool/main/m/muse/muse_0.8.1a-5.dsc
muse_0.8.1a-5_i386.deb
  to pool/main/m/muse/muse_0.8.1a-5_i386.deb


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



Accepted xmltv 0.5.46-1 (source all)

2007-07-11 Thread Chris Butler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jul 2007 14:10:52 +0100
Source: xmltv
Binary: xmltv-util libxmltv-perl xmltv-gui xmltv
Architecture: source all
Version: 0.5.46-1
Distribution: unstable
Urgency: low
Maintainer: Chris Butler [EMAIL PROTECTED]
Changed-By: Chris Butler [EMAIL PROTECTED]
Description: 
 libxmltv-perl - Perl libraries related to the XMLTV file format for TV listings
 xmltv  - Functionality related to the XMLTV file format for TV listings
 xmltv-gui  - Graphical user interface related to the XMLTV file format
 xmltv-util - Utilities related to the XMLTV file format for TV listings
Changes: 
 xmltv (0.5.46-1) unstable; urgency=low
 .
   * New upstream release
   * Modified tv_grab_pt to use the Encode module and remove the
 Unicode::UTF8Simple dependency, which means it can be included in the
 package
Files: 
 d96116ad58051dbc0b9f0406466fc755 1344 interpreters optional xmltv_0.5.46-1.dsc
 94ad1caea9c1ff14eae0e8ab4cebb2d4 789168 interpreters optional 
xmltv_0.5.46.orig.tar.gz
 44686de1c2bab690e210082ea18daedc 26803 interpreters optional 
xmltv_0.5.46-1.diff.gz
 7cf47d3c33f80a943fe545290f336776 151634 interpreters optional 
xmltv_0.5.46-1_all.deb
 720389ab3347921ad5975f35897600c9 296670 perl optional 
libxmltv-perl_0.5.46-1_all.deb
 1aadf9bf68982aafd131387f7037c2f7 576148 interpreters optional 
xmltv-util_0.5.46-1_all.deb
 8e9eccce43f5984afb0d76c73271fa04 206202 interpreters optional 
xmltv-gui_0.5.46-1_all.deb

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

iD8DBQFGlUq5DzQFd9CXomERAsAmAJwNSSFxb+PBDyZnmUC5C00fm4ZMFQCgiv4O
o4ea9ZW+D39Yt4TNKxHCN4Q=
=t164
-END PGP SIGNATURE-


Accepted:
libxmltv-perl_0.5.46-1_all.deb
  to pool/main/x/xmltv/libxmltv-perl_0.5.46-1_all.deb
xmltv-gui_0.5.46-1_all.deb
  to pool/main/x/xmltv/xmltv-gui_0.5.46-1_all.deb
xmltv-util_0.5.46-1_all.deb
  to pool/main/x/xmltv/xmltv-util_0.5.46-1_all.deb
xmltv_0.5.46-1.diff.gz
  to pool/main/x/xmltv/xmltv_0.5.46-1.diff.gz
xmltv_0.5.46-1.dsc
  to pool/main/x/xmltv/xmltv_0.5.46-1.dsc
xmltv_0.5.46-1_all.deb
  to pool/main/x/xmltv/xmltv_0.5.46-1_all.deb
xmltv_0.5.46.orig.tar.gz
  to pool/main/x/xmltv/xmltv_0.5.46.orig.tar.gz


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



Accepted tea 17.0.1-1 (source i386 all)

2007-07-11 Thread Lior Kaplan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 12 Jul 2007 01:49:22 +0300
Source: tea
Binary: tea-data tea
Architecture: source i386 all
Version: 17.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Lior Kaplan [EMAIL PROTECTED]
Changed-By: Lior Kaplan [EMAIL PROTECTED]
Description: 
 tea- text editor with syntax highlighting  UTF support
 tea-data   - text editor with syntax highlighting  UTF support
Changes: 
 tea (17.0.1-1) unstable; urgency=low
 .
   * New upstream release
 - Fixes FTBFS with libgtk2.0-dev 2.11.5 (Debian experimental and Ubuntu
   gutsy). Discovered by Jordan Mantha from Ubuntu.
 - Merges Debian patches upstream.
Files: 
 59ae80bd94d3fe92e993b27b1c9c93b1 701 editors optional tea_17.0.1-1.dsc
 b60bc89b3351bccb6234b821b865f2af 594856 editors optional tea_17.0.1.orig.tar.gz
 029a7abe088d556ce61df61183a9ccde 7936 editors optional tea_17.0.1-1.diff.gz
 2a2be7df32b6a5c3c58992f4fa49fb26 291964 editors optional 
tea-data_17.0.1-1_all.deb
 e5c6ec3147611f33586fb879e6bc491b 177282 editors optional tea_17.0.1-1_i386.deb

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

iD8DBQFGlWRcFViURZnoHaARAjxXAKCNpWJmhvig64bhC4QX4jSpN96uzQCfWInU
4r24Dwi2uxaIzLxvQUfpjts=
=VefW
-END PGP SIGNATURE-


Accepted:
tea-data_17.0.1-1_all.deb
  to pool/main/t/tea/tea-data_17.0.1-1_all.deb
tea_17.0.1-1.diff.gz
  to pool/main/t/tea/tea_17.0.1-1.diff.gz
tea_17.0.1-1.dsc
  to pool/main/t/tea/tea_17.0.1-1.dsc
tea_17.0.1-1_i386.deb
  to pool/main/t/tea/tea_17.0.1-1_i386.deb
tea_17.0.1.orig.tar.gz
  to pool/main/t/tea/tea_17.0.1.orig.tar.gz


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



Accepted fseries 251.70-2 (source i386)

2007-07-11 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 18:32:51 -0500
Source: fseries
Binary: r-cran-fseries
Architecture: source i386
Version: 251.70-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-fseries - GNU R package for financial engineering -- fSeries
Closes: 432780
Changes: 
 fseries (251.70-2) unstable; urgency=low
 .
   * src/Tisean.c: Uncomment the include for R.h(Closes: 
#432780)
Files: 
 063ee0c6d92b4e211ab476a191ad99a8 675 math optional fseries_251.70-2.dsc
 1aac5ef40d49c23e62dfed161e9217b1 3724 math optional fseries_251.70-2.diff.gz
 ab2a57d5d8978bbd99832c7219e5ffa0 340374 math optional 
r-cran-fseries_251.70-2_i386.deb

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

iD8DBQFGlWlLCZSR95Gw07cRAu/0AJ9+v5ug+b8TVPIA6RWBd6wCfwtLpQCeOLlq
e8U5II9rM2h/07uWSuOWH1Q=
=SMVF
-END PGP SIGNATURE-


Accepted:
fseries_251.70-2.diff.gz
  to pool/main/f/fseries/fseries_251.70-2.diff.gz
fseries_251.70-2.dsc
  to pool/main/f/fseries/fseries_251.70-2.dsc
r-cran-fseries_251.70-2_i386.deb
  to pool/main/f/fseries/r-cran-fseries_251.70-2_i386.deb


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



Accepted nfs-utils 1:1.1.0-7 (source i386)

2007-07-11 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 12 Jul 2007 01:40:18 +0200
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source i386
Version: 1:1.1.0-7
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 - support for NFS kernel server
Closes: 432581
Changes: 
 nfs-utils (1:1.1.0-7) unstable; urgency=low
 .
   * Add postinst fragment to make /sbin/mount setuid root, which should fix
 problems with non-root mounting. (Closes: #432581)
Files: 
 9d131ce4f58d8723f0acf24b8f34666d 891 net standard nfs-utils_1.1.0-7.dsc
 6d66ece703fd97a636ba522af3fb3a81 27577 net standard nfs-utils_1.1.0-7.diff.gz
 719076bb14bd1c63855ba2f56d4c754d 141726 net optional 
nfs-kernel-server_1.1.0-7_i386.deb
 e0074a7950503c939dd4fb1739fce80d 157408 net standard 
nfs-common_1.1.0-7_i386.deb

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

iD8DBQFGlW2EXKRQ3lK3SH4RAgCiAJ9KMQd2eelQTGkdMGubHF/AgpdnVwCZAV9f
fJC6E4X4VUYSfOPZ4QN7zWY=
=gVtL
-END PGP SIGNATURE-


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


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



  1   2   >