Re: Not stopping daemons, where are we?

2008-07-05 Thread Peter Samuelson

[Marvin Renich]
 If the package does need to save state, don't enable the quick halt
 option!  The maintainer definitely ought to know this.

Why are all of you talking as though sending SIGTERM were not the
standard way to tell a process to save its state and exit gracefully?
It's certainly the method I would use if I were writing a program that
needed to do things at exit time.  I thought everyone did it that way.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


signature.asc
Description: Digital signature


gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Daniel Dickinson
For discussion:

Gnome, KDE, and XFCE are the the top three desktops used in debian and
cover most users of desktops in debian.

They all use xdg .desktop-based menus as their main menu.

xdg .desktop-based menus are not covered by policy.

This means some maintainers refuse to use them (see bug #478954 and
#478916).

The main menu (meaning the primary menu used for program selection; I
don't include quick access menus which have a small selection of often
used programs) should either be the debian-menu or all packages which
are supposed to have menu entires should also be required to
supply .desktop files.

Having a dual-menu scheme in policy is ugly.

Currently the debian-menu is a submenu of the main menu, called
'Debian'.  

Having the main menu, where users, especially new users, expect
to find all their programs not be canonical is also ugly.  Having
the canonical menu as a submenu (currently the case) means the programs
are at least available but you have to know to look there when you can't
find it in the main menu, and looking in two places to find a program
is a pain. You could always look in the debian menu always, but then why
have the main menu?

menu-xdg provides the 'Debian' menu (or main menu if that is the choice
debian makes) from debian-menu entries as an xdg-compliant menu and
entries.

desktops that want to have .desktop entries for specific programs ought
to be responsible for creating the code that merges the debian main
menu with their main menu (e.g. in menu-xdg), rather than forcing every
other application in debian to do their work for them.

Regards,

Daniel
-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread William Pitcock
Hi,

On Sat, 2008-07-05 at 02:42 -0400, Daniel Dickinson wrote:
 For discussion:
 
 Gnome, KDE, and XFCE are the the top three desktops used in debian and
 cover most users of desktops in debian.
 
 They all use xdg .desktop-based menus as their main menu.
 
 xdg .desktop-based menus are not covered by policy.

Honestly, policy really needs to be updated to use the XDG standards
menu spec, and every WM at this point really should be using them for
their menus.

I think the debian-menu system should be seen as legacy, since it has
been replaced with a standard used and supported by many upstreams and
many other distros.

However, there's a few places where debian-menu is a better solution
though. (It can be used to build menus for many WMs which do not support
XDG, but honestly, do we need all these WMs?)

Another solution would be to make debian-menu build .desktop entries for
the menu in the main menu namespace and not the 'Debian' namespace; this
seems like the easiest solution.

William



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


Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Paul Wise
On Sat, Jul 5, 2008 at 4:15 PM, William Pitcock
[EMAIL PROTECTED] wrote:

 Honestly, policy really needs to be updated to use the XDG standards
 menu spec, and every WM at this point really should be using them for
 their menus.

 I think the debian-menu system should be seen as legacy, since it has
 been replaced with a standard used and supported by many upstreams and
 many other distros.

 However, there's a few places where debian-menu is a better solution
 though. (It can be used to build menus for many WMs which do not support
 XDG, but honestly, do we need all these WMs?)

 Another solution would be to make debian-menu build .desktop entries for
 the menu in the main menu namespace and not the 'Debian' namespace; this
 seems like the easiest solution.

+1

Same for defoma/fontconfig.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Not stopping daemons, where are we?

2008-07-05 Thread Steve Langasek
On Sat, Jul 05, 2008 at 01:36:43AM -0500, Peter Samuelson wrote:

 [Marvin Renich]
  If the package does need to save state, don't enable the quick halt
  option!  The maintainer definitely ought to know this.

 Why are all of you talking as though sending SIGTERM were not the
 standard way to tell a process to save its state and exit gracefully?
 It's certainly the method I would use if I were writing a program that
 needed to do things at exit time.  I thought everyone did it that way.

The question is whether anyone *waits* for the process, to make sure it's
allowed to finish saving state before reaching the end of the runlevel.  If
the process is only shut down using sendsigs, there's no guarantee that the
SIGKILL won't arrive before it's done saving state.

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


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Kurt Roeckx
On Sat, Jul 05, 2008 at 02:42:27AM -0400, Daniel Dickinson wrote:
 For discussion:
 
 Gnome, KDE, and XFCE are the the top three desktops used in debian and
 cover most users of desktops in debian.
 
 They all use xdg .desktop-based menus as their main menu.

You already opened a bug against policy for this: #484656, add it to the
CC.


Kurt


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



Re: upgrade problems switching from conflictiong to depending packages

2008-07-05 Thread Andreas Metzler
Andreas Metzler [EMAIL PROTECTED] wrote:
 Hello,

 I found this when trying to solve #369386. There seems to be a problem
 when trying to go from two conflicting packages to a dummy package and
 the prefered one:

[...]

I seem to have wrongly diagnosed the problem. The actual seems to have
been a Provides: lynx in lynx-cur. Removing it seems to have fixed the
problem for me.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Russ Allbery
William Pitcock [EMAIL PROTECTED] writes:

 Honestly, policy really needs to be updated to use the XDG standards
 menu spec, and every WM at this point really should be using them for
 their menus.

You mean the specification that is followed mostly in the breech by actual
implementations and to which KDE at least has a whole ton of extensions?

The XDG menu specification isn't anywhere near formalized enough or
sufficiently well-followed in Debian to be meaningfully standardized in
Debian Policy.  If people want to see it become Policy, they need to fix
how it's implemented in the archive first, which is probably going to
require significant work with Gnome, KDE, and the XDG standardization
process upstream.  Right now, different implementations can't even agree
on the permitted keys, let alone on the menu categories.

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


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Thomas Viehmann
Paul Wise wrote:
 On Sat, Jul 5, 2008 at 4:15 PM, William Pitcock
 [EMAIL PROTECTED] wrote:
 
 Honestly, policy really needs to be updated to use the XDG standards
 menu spec, and every WM at this point really should be using them for
 their menus.

 I think the debian-menu system should be seen as legacy, since it has
 been replaced with a standard used and supported by many upstreams and
 many other distros.

 However, there's a few places where debian-menu is a better solution
 though. (It can be used to build menus for many WMs which do not support
 XDG, but honestly, do we need all these WMs?)

 Another solution would be to make debian-menu build .desktop entries for
 the menu in the main menu namespace and not the 'Debian' namespace; this
 seems like the easiest solution.

 +1

I don't think that the idea of superseding menu lacks support, it lacks
people doing the work (and the coding part seems small compared to
creating a mapping the categories, preferably in both directions, and
come up with a sane policy). Also, this seems to be something to do
shortly after a release...

Another issue besides categories preventing the easiest solution to be
a feasible one is what to do with generic names: You would not want to
have half a dozen Text editor entries in a menu but you would not want
Debian to unnecessarily diverge from generic naming schemes or drop
generic names that upstreams use, either.

Suggestions of the do we need all the WMs variety may appear to point
out less work-intensive ways but really just cover up that developing a
good policy and conversion is the much larger issue than where to put
files of which format and start a useless side discussion.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/


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



Re: Bug#426877: dpkg: Option --oknodo should be the default behaviour for start-stop-daemon (LSB specs)

2008-07-05 Thread Raphael Hertzog
On Fri, 04 Jul 2008, Vincent Danjean wrote:
 Steve Langasek wrote:
  I'm reluctant to change the default behaviour of start-stop-daemon at this
  point. What do other people think of making --oknodo the default behaviour
  and adding a new option to force the current default behaviour (exit with
  failure if nothing had to be done)?
  
  I think this sounds like there's no real transition plan between the two
  states; anything that actually relies on the current behavior of s-s-d
  without --oknodo will suddenly be broken.  Changing the semantics of core
  tools in this way is a bad idea.
 
 Here a proposal for a transition plan:

THanks, I could come up with a transition plan myself if needed. But
compare your suggestions with: someone goes over all init scripts, file
bugs and in lenny+1 we're done. (No this is not something I intend to
pursue, but anyone that cares could do and would probably be granted a
release goal for this)

The transition would be hugely complicated for little gains since most
script already do what's needed.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes:

 You mean the specification that is followed mostly in the breech by
 actual implementations and to which KDE at least has a whole ton of
 extensions?

Or in the breach, even.  Although in the breech does sum up my opinion on
parts of it.  :)

Some examples:

http://lintian.debian.org/tags/desktop-entry-contains-unknown-key.html

(and that doesn't include the ones that aren't listed in the standard but
that Lintian has just given up on because they're so widespread, like
Actions)

http://lintian.debian.org/tags/desktop-entry-invalid-category.html

(and that doesn't count Application and GNUstep, which are also invalid
but which I just gave up on since they're used all over the place)

http://lintian.debian.org/tags/desktop-entry-lacks-main-category.html
http://lintian.debian.org/tags/desktop-entry-uses-reserved-category.html

And that's just the stuff that Lintian happens to check for.  I shudder to
think what the results would be if Lintian started doing a complete syntax
check against the standard, looking for things like ending list
attributes with a semicolon the way they're required to be.

Not to mention that, as standards go, the XDG menu and desktop standard is
a rather poor one.  It's not very well-written, it's not very clear, it's
huge (tons of different keys with different meanings, sometimes
cryptically explained), and the menu category list in particular is
horribly scattershot and confusing.

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


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread William Pitcock
Hi,

On Sat, 2008-07-05 at 01:46 -0700, Russ Allbery wrote:
 You mean the specification that is followed mostly in the breech by actual
 implementations and to which KDE at least has a whole ton of extensions?
 

I think the XDG standard is actually *based* on the Desktop Entry spec
from KDE1/KDE2, but this is only based on vague memories of
writing .desktop/.icon files back in 1999-2003.

So, it doesn't surprise me that KDE implements more than the spec. But I
haven't used KDE3 much, so I don't know if it's still the way it was
last time I touched KDE, which was in the Debian 2.2/3.0 days...

Or maybe the Desktop Entry spec is based on the minimal ground seen
between both KDE and GNOME, in which case, it's sad that it hasn't
improved since that point...

William


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


Re: Bug#426877: dpkg: Option --oknodo should be the default behaviour for start-stop-daemon (LSB specs)

2008-07-05 Thread Marc Haber
On Sat, Jul 05, 2008 at 10:58:35AM +0200, Raphael Hertzog wrote:
 THanks, I could come up with a transition plan myself if needed. But
 compare your suggestions with: someone goes over all init scripts, file
 bugs and in lenny+1 we're done.

That'll cause tremendous pain for backporters. I'm opposed.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Daniel Dickinson
On Sat, 05 Jul 2008 10:54:30 +0200
Thomas Viehmann [EMAIL PROTECTED] wrote:

 
  Another solution would be to make debian-menu build .desktop
  entries for the menu in the main menu namespace and not the
  'Debian' namespace; this seems like the easiest solution.
 
  +1
 
 I don't think that the idea of superseding menu lacks support, it
 lacks people doing the work (and the coding part seems small compared
 to creating a mapping the categories, preferably in both directions,
 and come up with a sane policy). Also, this seems to be something to
 do shortly after a release...

I've been approaching this as a sort-of-integrator point of view (I've
been working on systems I've been giving away, and have been developing
automation for the installation process that happens after
debian-installer, and will be moving that to using debian-installer
once I have figured out what I need.  The results of this will probably
be in lenny+1, but in the meantime I've got a post-install setup that
lets me install a 'standard' system, and then run the post-install and
end up with what I want) rather than dd point-of-view (because I'm not,
et).  In any event if there is already a nice summary of what needs
doing, and any tips on how to do it, I'm game to work on it for lenny+1.

I'd still like to see the debian menu as the main menu for lenny
though ... though I may be the only one.

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Daniel Dickinson
On Sat, 05 Jul 2008 10:54:30 +0200
Thomas Viehmann [EMAIL PROTECTED] wrote:

 Paul Wise wrote:
  On Sat, Jul 5, 2008 at 4:15 PM, William Pitcock
  [EMAIL PROTECTED] wrote:
  
  Honestly, policy really needs to be updated to use the XDG
  standards menu spec, and every WM at this point really should be
  using them for their menus.
 
  I think the debian-menu system should be seen as legacy, since it
  has been replaced with a standard used and supported by many
  upstreams and many other distros.
 
  However, there's a few places where debian-menu is a better
  solution though. (It can be used to build menus for many WMs which
  do not support XDG, but honestly, do we need all these WMs?)
 
  Another solution would be to make debian-menu build .desktop
  entries for the menu in the main menu namespace and not the
  'Debian' namespace; this seems like the easiest solution.
 
  +1
 
 I don't think that the idea of superseding menu lacks support, it
 lacks people doing the work (and the coding part seems small compared
 to creating a mapping the categories, preferably in both directions,
 and come up with a sane policy). Also, this seems to be something to
 do shortly after a release...

Which makes coming up with sane policy around now a good idea,
methinks.  (So development can be underway and implemented by lenny+1).

Regards,

Daniel

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Re: Bug#426877: dpkg: Option --oknodo should be the default behaviour for start-stop-daemon (LSB specs)

2008-07-05 Thread Raphael Hertzog
On Sat, 05 Jul 2008, Marc Haber wrote:
 On Sat, Jul 05, 2008 at 10:58:35AM +0200, Raphael Hertzog wrote:
  THanks, I could come up with a transition plan myself if needed. But
  compare your suggestions with: someone goes over all init scripts, file
  bugs and in lenny+1 we're done.
 
 That'll cause tremendous pain for backporters. I'm opposed.

You're opposed to what? Fixing non-policy compliant init script?

I think you misunderstood. I don't want to change the default behaviour
of start-stop-daemon and as such, there's no need for any transition.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/


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



Re: Bug#426877: dpkg: Option --oknodo should be the default behaviour for start-stop-daemon (LSB specs)

2008-07-05 Thread Roger Leigh
Raphael Hertzog [EMAIL PROTECTED] writes:

 On Sat, 05 Jul 2008, Marc Haber wrote:
 On Sat, Jul 05, 2008 at 10:58:35AM +0200, Raphael Hertzog wrote:
  THanks, I could come up with a transition plan myself if needed. But
  compare your suggestions with: someone goes over all init scripts, file
  bugs and in lenny+1 we're done.
 
 That'll cause tremendous pain for backporters. I'm opposed.

 You're opposed to what? Fixing non-policy compliant init script?

 I think you misunderstood. I don't want to change the default behaviour
 of start-stop-daemon and as such, there's no need for any transition.

Couldn't the default be changed once all init scripts have been fixed
up?


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


pgpNk0KhbHvof.pgp
Description: PGP signature


Bug#489392: ITP: marionnet -- A virtual network laboratory and simulation tool

2008-07-05 Thread Jonathan Roudiere
Package: wnpp
Severity: wishlist
Owner: Jonathan Roudiere [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: marionnet
  Version : 0.60.0
  Upstream Author : Jean-Vincent Loddo [EMAIL PROTECTED], Luca Saiu [EMAIL 
PROTECTED]
* URL : http://darcs.marionnet.org/repos/ocamlbricks
* License : GPL
  Programming Lang: Ocaml
  Description : A virtual network laboratory and simulation tool

 Marionnet is a virtual network laboratory: it allows users to define,
 configure and run complex computer networks without any need for physical
 setup. Only a single, possibly even non-networked GNU/Linux host machine
 is required to simulate a whole Ethernet network complete with computers,
 routers, hubs, switchs, cables, and more.
 .
 As Marionnet is meant to be used also by inexperienced people, it features a
 very intuitive graphical user interface (using GTK2). Marionnet is written in
 the mostly functional language OCaml and depends on User Mode Linux and VDE
 Virtual Distributed Ethernet for the simulation part.


- -- 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-6-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

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

iD8DBQFIb2s8SS/WQGxS2YARAp5zAKDOT9LhXmw8hhxeSU5UVWUlV0oaaQCdFyP6
tpsIcoI71CtxtZrtfWYLMQw=
=5+XK
-END PGP SIGNATURE-



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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Bernhard R. Link
* Daniel Dickinson [EMAIL PROTECTED] [080705 09:05]:
 xdg .desktop-based menus are not covered by policy.

I think this is an important point to acknowledge by all people wanting
to see more .desktop files: There is no policy how to use the
fields in them. Currently most people just copy the files from their
upstreams. That cannot work to get a coherent system. When Debian
packages use .desktop files from other packages in Debian, there should
be a Debian policy what those files may contain and what not.

The system also misses massively documentation. Perhaps it got better
in between, but last time I looked it totally missed any documentation
except and lengthy document that seemed to be targeted on writers
of menu programs displaying. Nothing how to overwrite items as user,
not wher to put them to test them, not even the actual paths (only
some placeholders without explanation everywhere).

 The main menu (meaning the primary menu used for program selection; I
 don't include quick access menus which have a small selection of often
 used programs) should either be the debian-menu or all packages which
 are supposed to have menu entires should also be required to
 supply .desktop files.

 Having a dual-menu scheme in policy is ugly.

 Currently the debian-menu is a submenu of the main menu, called
 'Debian'.

This is indeed very ugly. But I think that is not so much a technical
problem, but more a problem of different opinions what a menu should
be like.

Because from what I gathered in the previous discussions about this,
an important reason gnome and kde maintainers refuse to use the Debian
menu is that then all the programs (even the text and ugly X programs)
would be in the menu equal to the other ones.
Switching to .desktop files would of course not fix that, as then all
the other programs would have .desktop files, too.

The Debian menu system could easily be extended to have some more tags
describing such properties (perhaps some ShowAlsoInKDENoviceMode tag
or whatever), but that would need an honest discussion about the aims.

 desktops that want to have .desktop entries for specific programs ought
 to be responsible for creating the code that merges the debian main
 menu with their main menu (e.g. in menu-xdg), rather than forcing every
 other application in debian to do their work for them.

I think the easiest solution would be to have some additional tag that
menu-xdg uses to filter out menu entries that also have a .desktop file.
(hopefully it already has, that only needs documentation, otherwise it
should be added), and then policy should say that each package should use
this tag to specifiy which entries in the Debian menu are duplicated by a
.desktop file.

Hochachtungsvoll,
Bernhard R. Link
-- 
Never contain programs so few bugs, as when no debugging tools are available!
Niklaus Wirth


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Charles Plessy
Le Sat, Jul 05, 2008 at 10:54:30AM +0200, Thomas Viehmann a écrit :
 it lacks people doing the work

Hi all

If the Debian menu system replaces the .menu format by the .desktop
format for its files, I volunteer to work hard on helping the
transition.

Using natively the .desktop format would suppress the need for
maintaining two files in parallel in many cases.

Let's use standards when possible.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


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



Re: Not stopping daemons, where are we?

2008-07-05 Thread Marvin Renich
* Peter Samuelson [EMAIL PROTECTED] [080705 02:37]:
 
 [Marvin Renich]
  If the package does need to save state, don't enable the quick halt
  option!  The maintainer definitely ought to know this.
 
 Why are all of you talking as though sending SIGTERM were not the
 standard way to tell a process to save its state and exit gracefully?
 It's certainly the method I would use if I were writing a program that
 needed to do things at exit time.  I thought everyone did it that way.

In addition to Steve's response, there is also the issue of ordering.
Some packages (by design or sysadmin configuration) require other
services to be running during their shutdown.

...Marvin


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



Re: Not stopping daemons, where are we?

2008-07-05 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote:
 Why are all of you talking as though sending SIGTERM were not the
 standard way to tell a process to save its state and exit gracefully?

Thats not the point. It is a quesion of sequence. When you get the killall5
sigterm, then everybody else also gets it. Especially maybe your file
service server. So you might not able to save.

Gruss
Bernd


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



tarball in tarball: opinions

2008-07-05 Thread Jay Berkenbilt

In light of the upcoming change to 3.0 (quilt) source package format
and Raphael Hertzog's guidelines suggesting that we not use tarball in
tarball packages, I'm re-evaluating my habit of using this pattern.

There are many reasons that I prefer to use tarball in tarball, but
there are two that I can't find a straightforward way around with the
new format:

 * I like to have an exact copy of the downloaded source tarball with
   the same md5 checksum, gpg detached signature, etc.  Using the
   rules/tarball.mk from cdbs provides a very convenient way of
   handling this.

 * I manage my debian directories in subversion, and I use
   svn-buildpackage to build.  I always use mergeWithUpstream.
   Sometimes I want to do something more involved, so I just manually
   extract my .orig.tar.gz files.  I can't do this without tarball in
   tarball if my packages either contain their own debian directories
   that I don't use or if they extract to a directory other than
   pkg-version.

So, is using tarball in tarball considered bad these days?  Is it
viewed as an approach that once had its time but is now discouraged,
or is it just a matter of personal preference and creating a
README.source that tells the user what to do file makes it all okay?

I want my packages to be in the best possible shape, so I'm trying to
decide whether I should go to the trouble of changing my personal
packaging habits to work around the two issues above.  Some of these
will be easier to handle after we can switch to 3.0 (quilt), but as
far as I know, there is no way to replace your .orig.tar.gz without
changing the package version, and I don't want to introduce epochs for
this.

Advice welcome.  In the absence of any specific suggestions, I'll just
continue to use tarball in tarball and will wait to restructure my
packages until after we can switch to 3.0 (quilt).

I'm going to try to make a decision soon since I have a new upstream
version of ICU ready to upload to experimental as soon as I resolve
this.  Thanks.

-- 
Jay Berkenbilt [EMAIL PROTECTED]


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



Re: tarball in tarball: opinions

2008-07-05 Thread Bart Martens
On Sat, 2008-07-05 at 12:21 -0400, Jay Berkenbilt wrote:
 So, is using tarball in tarball considered bad these days?

I see no reason to consider this bad.

   Is it
 viewed as an approach that once had its time but is now discouraged,
 or 

I don't use it, but don't let that discourage you. :)

 is it just a matter of personal preference 

Yes I think that it's a matter of personal preference / packaging style.

 and creating a
 README.source that tells the user what to do file makes it all okay?

It is a good idea to document tricky things in such a README file.

 
 I want my packages to be in the best possible shape, so I'm trying to
 decide whether I should go to the trouble of changing my personal
 packaging habits to work around the two issues above.

Trying something new is sometimes fun. :)

   Some of these
 will be easier to handle after we can switch to 3.0 (quilt), but as
 far as I know, there is no way to replace your .orig.tar.gz without
 changing the package version, and I don't want to introduce epochs for
 this.

No need to introduce epochs.  You can update package foo-1.2.3-4 to
foo-1.2.3+debian-1 or something similar.

 
 Advice welcome.

My advice is that you use the packaging style conforming to
debian-policy that you feel most comfortable with.

Regards,

Bart Martens



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



Re: Bug#426877: dpkg: Option --oknodo should be the default behaviour for start-stop-daemon (LSB specs)

2008-07-05 Thread Steve Langasek
On Sat, Jul 05, 2008 at 11:58:17AM +0100, Roger Leigh wrote:
 Raphael Hertzog [EMAIL PROTECTED] writes:

  On Sat, 05 Jul 2008, Marc Haber wrote:
  On Sat, Jul 05, 2008 at 10:58:35AM +0200, Raphael Hertzog wrote:
   THanks, I could come up with a transition plan myself if needed. But
   compare your suggestions with: someone goes over all init scripts, file
   bugs and in lenny+1 we're done.

  That'll cause tremendous pain for backporters. I'm opposed.

  You're opposed to what? Fixing non-policy compliant init script?

  I think you misunderstood. I don't want to change the default behaviour
  of start-stop-daemon and as such, there's no need for any transition.

 Couldn't the default be changed once all init scripts have been fixed
 up?

No, because fixed up does not imply switched to use --oknodo.  It only
means *checking* the return value of s-s-d and handling it in a
policy-compliant manner; this is done for you if you use --oknodo, but you
don't have to use --oknodo and it's not appropriate for dpkg to break
scripts that don't use --oknodo but are policy compliant.

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


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



Bug#489434: ITP: debgtd -- tool to help organise and prioritise your Debian bugs

2008-07-05 Thread Jon Dowland
Package: wnpp
Severity: wishlist
Owner: Jon Dowland [EMAIL PROTECTED]

* Package name: debgtd
  Version : 0.200807151742
  Upstream Author : Jon Dowland [EMAIL PROTECTED]
* URL : http://jmtd.net/computing/software/debgtd/
* License : GPL-2
  Programming Lang: python
  Description : tool to help organise and prioritise your Debian bugs

 debgtd (getting things done) is a GUI tool which allows
 you to visualise, sort and filter a list of bugs from the
 Debian Bug Tracker (BTS). 
 .
 debgtd is intended to help users contribute to Debian by
 keeping track of which bugs they have submitted and
 determine need more the user's attention (such as requiring
 more information, etc.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-rc8 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


signature.asc
Description: Digital signature


Re: tarball in tarball: opinions

2008-07-05 Thread Bernhard R. Link
* Jay Berkenbilt [EMAIL PROTECTED] [080705 18:22]:
  * I like to have an exact copy of the downloaded source tarball with
the same md5 checksum, gpg detached signature, etc.  Using the
rules/tarball.mk from cdbs provides a very convenient way of
handling this.

I consider this the main reason I personally consider tarball in tarball
bad: The .orig.tar.gz is totally different to the upstream tarball.
If upstream already has a .tar.gz then there is no excuse in my eyes
and even with .tar.bz2 it's easier to download this, check it, unpack
both and compare some checksums, than to first look into the file if it
is the same, then detecting it is not supposed to be the upstream file,
unpack it, look how the file is named in there and then comparing those.

Hochachtungsvoll,
Bernhard R. Link
-- 
Never contain programs so few bugs, as when no debugging tools are available!
Niklaus Wirth


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



Re: gnome, kde, xfce use non-policy main menu

2008-07-05 Thread Russ Allbery
Charles Plessy [EMAIL PROTECTED] writes:

 If the Debian menu system replaces the .menu format by the .desktop
 format for its files, I volunteer to work hard on helping the
 transition.

 Using natively the .desktop format would suppress the need for
 maintaining two files in parallel in many cases.

 Let's use standards when possible.

My recommendation would be to start by writing the standard that you
believe Debian should follow for those files.  Just referencing the XDG
standard isn't sufficient for reasons pointed out in other threads, but
certainly XDG is a place to start.  I expect such a standard would point
to XDG and then add additional specific interpretation and guidelines,
mention any additional keys that Debian wants to support that aren't in
the standard, and provide more specific instructions on how to use the
category system produced upstream.

Such a document could be developed in a way similar to how the proposed
new copyright document is being developed, and then someone could
implement Lintian checks based on it and the existing .desktop file checks
and use those to get an idea of how much archive work is required to adopt
the new standard.

I think that writing a policy is the first necessary step and is the main
thing required to move this conversation beyond a constantly recurring
debian-devel thread and towards something that we can implement.  Just
saying we should use .desktop files is not sufficient; the standard
isn't clear, Debian isn't following the standard currently, and there's no
migration strategy.  Closing those gaps is hard and necessary work, and
until someone has a chance to do that work, this will stay stuck at the
recurring conversation stage.

Personally, I think that in the abstract moving Debian from a home-grown
and locally-specified menu format towards a standard that we can share
with other distributions and with upstream is a good idea, but there's a
huge gap between current reality and that possible ideal world.

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


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



Re: tarball in tarball: opinions

2008-07-05 Thread Magnus Holmgren
On lördagen den 5 juli 2008, Jay Berkenbilt wrote:
  * I like to have an exact copy of the downloaded source tarball with
the same md5 checksum, gpg detached signature, etc.  Using the
rules/tarball.mk from cdbs provides a very convenient way of
handling this.

The .orig.tar.gz is supposed to be that exact copy. What prevents you from 
letting it be that? (Besides upstream providing only a .tar.bz2 (but that 
will be supported with the 3.0 format) or .zip.)

  * I manage my debian directories in subversion, and I use
svn-buildpackage to build.  I always use mergeWithUpstream.
Sometimes I want to do something more involved, so I just manually
extract my .orig.tar.gz files.  I can't do this without tarball in
tarball if my packages either contain their own debian director
that I don't use or if they extract to a directory other than
pkg-version.

Upstream tarballs containing debian directories are the exception, and should 
be discouraged, but with the 3.0 (quilt) format they will be ignored anyway. 
Tarballs using the wrong top-level directory name is nothing that can't be 
worked around. You can always use svn-buildpackage --svn-export.

-- 
Magnus Holmgren[EMAIL PROTECTED]
Debian Developer 


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


Re: tarball in tarball: opinions

2008-07-05 Thread Joey Hess
Magnus Holmgren wrote:
 Tarballs using the wrong top-level directory name is nothing that can't be 
 worked around.

dpkg-source does not care what directory (if any) a .orig.tar.gz extracts
into. There's nothing wrong about an upstream tarball extracting into
package instead of package-version.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: tarball in tarball: opinions

2008-07-05 Thread Joey Hess
Jay Berkenbilt wrote:
 So, is using tarball in tarball considered bad these days?  Is it
 viewed as an approach that once had its time but is now discouraged,
 or is it just a matter of personal preference and creating a
 README.source that tells the user what to do file makes it all okay?

I've always hated it, particularly because it throws out the ability to
unpack the entire archive automatically and run code analysis tools on
it. Also because it was how people worked around many problems with the old
source format for years, instead of fixing the format.

README.source is a bandaid on a three-inch slash across our collective ankle.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: tarball in tarball: opinions

2008-07-05 Thread Ben Finney
Jay Berkenbilt [EMAIL PROTECTED] writes:

  * I like to have an exact copy of the downloaded source tarball with
the same md5 checksum, gpg detached signature, etc.  Using the
rules/tarball.mk from cdbs provides a very convenient way of
handling this.

Have you considered the debian/rules 'get-orig-source' target as an
alternative way of achieving this? If done right, that would allow you
to do this kind of checking *and* still follow recommended practice of
using the upstream tarball as yours.

I'm envisaging the 'get-orig-source' could download the upstream
tarball and rename it, along with the checksum and signature files, do
any checks, and exit with an error status if they don't match. If
everything *does* match, the checksum etc. files are removed, leaving
the upstream tarball with the standard name.

-- 
 \  “I have a large seashell collection, which I keep scattered on |
  `\the beaches all over the world. Maybe you've seen it.” —Steven |
_o__)   Wright |
Ben Finney


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



Re: Bug#444980: udev not restarted after exiting runlevel 1

2008-07-05 Thread Marco d'Itri
Actually, should udev be killed at all when switching to single user
mode?
Do we have a definition of how single user mode should work?

Obviously I am not looking forward to make the udev init script even
more complex.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Clarify what sensible behaviour is for init scripts

2008-07-05 Thread Iñaki Baz Castillo
2008/7/4 Raphael Hertzog [EMAIL PROTECTED]:

 In the above case which is the bad init script?:

 lighttpd obviously. It's not a sensible behaviour to fail when asked to
 start a service that is already running.

 - lighttpd uses LSB specs.

 This seems to contradict what you told us before about what LSB compliant 
 means
 for you. :)

Op, sorry, I meant that lighttpd DOESN'T use LSB specs but Debian specs.

You say that it's not a sensible behaviour to fail when asked to
start a service that is already running but this is the default
behaviour of Debian init scripts (dince --oknodo is optional and of
course not always used).

Thanks for your comments. Best regards.


-- 
Iñaki Baz Castillo
[EMAIL PROTECTED]


Re: Bug#426877: Clarify what sensible behaviour is for init scripts

2008-07-05 Thread Russ Allbery
\Iñaki Baz Castillo [EMAIL PROTECTED] writes:

 Op, sorry, I meant that lighttpd DOESN'T use LSB specs but Debian
 specs.

 You say that it's not a sensible behaviour to fail when asked to start
 a service that is already running but this is the default behaviour of
 Debian init scripts (dince --oknodo is optional and of course not always
 used).

Note that /etc/init.d/skeleton, on which many init scripts in Debian are
based, handles this case correctly without using --oknodo.

-- 
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 isight-firmware-tools 1.2-2 (source i386)

2008-07-05 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 12:37:24 +0900
Source: isight-firmware-tools
Binary: isight-firmware-tools
Architecture: source i386
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu [EMAIL PROTECTED]
Changed-By: Nobuhiro Iwamatsu [EMAIL PROTECTED]
Description: 
 isight-firmware-tools - Built-in Apple iSight Firmware Tools
Closes: 482893 483209 483415 483525 483526 486187 488130 488186 488369 488795 
489126 489155 489195
Changes: 
 isight-firmware-tools (1.2-2) unstable; urgency=low
 .
   * Add support Macbook Air.
 Thank you Maeda-san.
   * Change debconf option from -x to -e.
   * Fix debconf problem.
 Fix problem of becoming an error at the upgrade.
   * Fix callout program's path. (Closes: #483209)
   * Thank you Translaters.
   * Added Portuguese debconf templates. (Closes: #482893)
   * Added Swedish debconf templates. (Closes: #483415)
   * Added German debconf templates. (Closes: #483525)
   * Added French debconf templates. (Closes: #486187)
   * Added Russian debconf templates. (Closes: #488130)
   * Added Galician debconf templates. (Closes: #488186)
   * Added Czech debconf templates. (Closes: #488369)
   * Added Basque debconf templates. (Closes: #488795)
   * Added Finnish debconf templates. (Closes: #489126)
   * Added Turkish debconf templates. (Closes: #489155)
   * Added Romanian debconf templates. (Closes: #489195)
   * Updated Japanese debconf templates.
   * Fix one space to much in debconf template. (Closes: #483526)
   * Add DM-Upload-Allowed: yes to debian/control
Checksums-Sha1: 
 21e2e5eb971f17e53a4f7dcc33bf9c30a920afb2 1187 isight-firmware-tools_1.2-2.dsc
 69d01336a0bcd3c4d2d2e0b481f9c70e4d6f3fcc 10076 
isight-firmware-tools_1.2-2.diff.gz
 5bd536c3ad4ac9b6b01db360c865ed1a70cf414e 30462 
isight-firmware-tools_1.2-2_i386.deb
Checksums-Sha256: 
 54e0dbed652b001a95c51201f08703b727c45f2c4274fee3272fa737fc5eade4 1187 
isight-firmware-tools_1.2-2.dsc
 e5519ac4919887ae3cb6df6d57b6ba3b20707c94d39b925f6f20f8df3b665026 10076 
isight-firmware-tools_1.2-2.diff.gz
 ba44b2e712109a3999c964bfa72e21532bc46c8affe85271524b61cf5fa2d4d5 30462 
isight-firmware-tools_1.2-2_i386.deb
Files: 
 cd6714bf1c8abfe56aea12d8176655d4 1187 contrib/graphics extra 
isight-firmware-tools_1.2-2.dsc
 d3e02745f714dffc158e0a44b36e1540 10076 contrib/graphics extra 
isight-firmware-tools_1.2-2.diff.gz
 f1212da1b86612427c30e4f0800d49a6 30462 contrib/graphics extra 
isight-firmware-tools_1.2-2_i386.deb

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

iEYEARECAAYFAkhvBhMACgkQ1OXtrMAUPS00sACdGjB0xfLJdVRTXzLPKDwR6nzf
i5UAoL03z8Wt6O1si7WAXrWWqP/HZyD5
=v+Zy
-END PGP SIGNATURE-


Accepted:
isight-firmware-tools_1.2-2.diff.gz
  to pool/contrib/i/isight-firmware-tools/isight-firmware-tools_1.2-2.diff.gz
isight-firmware-tools_1.2-2.dsc
  to pool/contrib/i/isight-firmware-tools/isight-firmware-tools_1.2-2.dsc
isight-firmware-tools_1.2-2_i386.deb
  to pool/contrib/i/isight-firmware-tools/isight-firmware-tools_1.2-2_i386.deb


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



Accepted mrtg 2.16.2-1 (source all i386)

2008-07-05 Thread Adam Majer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 00:25:43 -0500
Source: mrtg
Binary: mrtg mrtg-contrib
Architecture: source all i386
Version: 2.16.2-1
Distribution: unstable
Urgency: low
Maintainer: Adam Majer [EMAIL PROTECTED]
Changed-By: Adam Majer [EMAIL PROTECTED]
Description: 
 mrtg   - multi router traffic grapher
 mrtg-contrib - multi router traffic grapher (contributed files)
Closes: 113814 145636 195409 309433 457032
Changes: 
 mrtg (2.16.2-1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/control
 - added me to Uploaders
 - added DM-Upload-Allowed: yes to allow me to upload the package
 - added a Suggests on cricket for mrtg-contrib; thanks to Marco d'Itri
   [EMAIL PROTECTED] for the report; Closes: #145636
 - bump Standards-Version to 3.8.0 (no changes needed)
   * lib/mrtg2/MRTG_lib.pm
 - fixed location of mrtg-reference.txt for a Debian system; thanks to
   Dario Minnucci [EMAIL PROTECTED] for the report; Closes: #457032
   * contrib/mrtgindex.cgi/mrtgindx.cgi
 - applied patch from Ryan Murray [EMAIL PROTECTED]; Closes: #113814
   * debian/rules
 - added installation of debian/exim-stats (now it was only in source
   package); thanks to Jari Aalto for the report; Closes: #309433
   * debian/cron.d
 - updated to send messages also on stdout (so cron will send an email)
   instead of only writing them in the log file; thanks to Mario Holbe for
   the report; Closes: #195409
 .
   [ Adam Majer ]
   * New upstream version 2.16.2
  + globally disable __DIE__ handler in eval
  + updated to SNMP_Session 1.12
Checksums-Sha1: 
 883476639dd564b8f0780ab33fed4951fad10a6b 1254 mrtg_2.16.2-1.dsc
 dcc697d029064dac0e36c1c5db4a6ec65ff31bec 1047796 mrtg_2.16.2.orig.tar.gz
 301f49f3348f425fd3c49bd581deaa02199cec29 25535 mrtg_2.16.2-1.diff.gz
 0b5e8cf588c1144bbaec9248a8178f5c6f9f4698 509170 mrtg-contrib_2.16.2-1_all.deb
 0b7acc12009ed43b2855637d3110d185e14b0a35 439900 mrtg_2.16.2-1_i386.deb
Checksums-Sha256: 
 7dd1250d2583aaf9527f1055cda5a81314b3d5fb580b69720c246ad559d7ec45 1254 
mrtg_2.16.2-1.dsc
 dc9c9299d60a601d567bd881ca46523c1bdf0cfeaf65aece5d97cfc33cb621df 1047796 
mrtg_2.16.2.orig.tar.gz
 726694ab054448a72a3737c97dbc384e886bf9ff847c197a221cfa412f57a4fb 25535 
mrtg_2.16.2-1.diff.gz
 e09abad1f51fbf4bf658cab4d6174f724cd2bdf77c5f252acfb53047879babcf 509170 
mrtg-contrib_2.16.2-1_all.deb
 346d6f60f000702ff241903394916df34974f18f162e312980baa1b71acd4c3d 439900 
mrtg_2.16.2-1_i386.deb
Files: 
 3bb73f737ab1621034de818fcf28f399 1254 net extra mrtg_2.16.2-1.dsc
 b512d6ccd2a04c02914378a56763dd2e 1047796 net extra mrtg_2.16.2.orig.tar.gz
 e2d2d4520e8a154a534aa9fa40b8b6e1 25535 net extra mrtg_2.16.2-1.diff.gz
 6d34fb460aadb474bf0fad9f5dfa25c7 509170 net extra mrtg-contrib_2.16.2-1_all.deb
 b9057df309d5aa103f4a3012c52719d3 439900 net extra mrtg_2.16.2-1_i386.deb

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

iD4DBQFIbwaV73/bNdaAYUURAr/PAJQKM2u5+v9LMAJYj9xWJsbbfytBAJ9+m4ad
k1aJeliT3WFln1S/4PJNbw==
=7c7E
-END PGP SIGNATURE-


Accepted:
mrtg-contrib_2.16.2-1_all.deb
  to pool/main/m/mrtg/mrtg-contrib_2.16.2-1_all.deb
mrtg_2.16.2-1.diff.gz
  to pool/main/m/mrtg/mrtg_2.16.2-1.diff.gz
mrtg_2.16.2-1.dsc
  to pool/main/m/mrtg/mrtg_2.16.2-1.dsc
mrtg_2.16.2-1_i386.deb
  to pool/main/m/mrtg/mrtg_2.16.2-1_i386.deb
mrtg_2.16.2.orig.tar.gz
  to pool/main/m/mrtg/mrtg_2.16.2.orig.tar.gz


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



Accepted logwatch 7.3.6.cvs20080702-1 (source all)

2008-07-05 Thread Willi Mann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Jul 2008 16:51:36 +0200
Source: logwatch
Binary: logwatch
Architecture: source all
Version: 7.3.6.cvs20080702-1
Distribution: unstable
Urgency: medium
Maintainer: Willi Mann [EMAIL PROTECTED]
Changed-By: Willi Mann [EMAIL PROTECTED]
Description: 
 logwatch   - log analyser with nice output written in Perl
Closes: 428183 432118 441144 461227 480761 488737
Changes: 
 logwatch (7.3.6.cvs20080702-1) unstable; urgency=medium
 .
   * New upstream CVS snapshot
 - Fixes issue of unknown copyright holders
 - fixes postfix warnings, closes: #461227
 - fixes a typo in services/secure script, closes: #432118
 - print arguments in case of failure executing cat (logwatch.pl),
   closes: #428183
 - ignore some more pam_unix lines in proftpd-messages, closes: #480761
   * add patch by Justin Pryzby to fix an assignment instead of an regex
 in the services/cron script, closes: #488737
   * update to Standards-Version 3.8.0 (no changes)
   * remove preinst script that was used in upgrades from sarge
   * No longer override upstream detail level to medium, closes: #441144
   * Fix lintian warning: homepage-in-description
   * The cron script now explicitly mails to root
Checksums-Sha1: 
 2268e8471218c60d43ac41a443059abb6d44d08c 1173 logwatch_7.3.6.cvs20080702-1.dsc
 35141e56e023e525deefb4a43d5b0ae7d5df9774 276521 
logwatch_7.3.6.cvs20080702.orig.tar.gz
 0c0e3035a3307eb7f82abf70afd6e0cee32d6e4b 72831 
logwatch_7.3.6.cvs20080702-1.diff.gz
 2bdd879de93f0514240aa69a5abf69cbc2bc45aa 327648 
logwatch_7.3.6.cvs20080702-1_all.deb
Checksums-Sha256: 
 1f0b9b2469dbbe53595e0c1fc6cfee3953e33fb9254fe63e880a96b9ce53cc65 1173 
logwatch_7.3.6.cvs20080702-1.dsc
 d77aa8a9dace4e2863459c744b7ab2519b013b3b68fae5b67cc9198654e80f55 276521 
logwatch_7.3.6.cvs20080702.orig.tar.gz
 4f4ec6650d54bf384e945b2aa89133d7cbba49e3d1799dd90f6059135024efa9 72831 
logwatch_7.3.6.cvs20080702-1.diff.gz
 3c18482fee8433e0b4416b74277ecfdd57678744b783d85bc5c12a5c59fb426f 327648 
logwatch_7.3.6.cvs20080702-1_all.deb
Files: 
 a4c2bf8d269f877270a3fe5dc42e8097 1173 admin optional 
logwatch_7.3.6.cvs20080702-1.dsc
 c9f616695211e8e8615b79f56683cdd4 276521 admin optional 
logwatch_7.3.6.cvs20080702.orig.tar.gz
 1d4e6508e95d09fca8ae104f840cf095 72831 admin optional 
logwatch_7.3.6.cvs20080702-1.diff.gz
 02b624ecd0eb43e334f5a88fb755743b 327648 admin optional 
logwatch_7.3.6.cvs20080702-1_all.deb

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

iEYEARECAAYFAkhvEWIACgkQvx6dH3bVKsTTfQCdEL1XfU1T6dupxPRHm9y5Sfy5
frsAnRA9sPDthUTH4IXxeq6EmXAUHQew
=p2t0
-END PGP SIGNATURE-


Accepted:
logwatch_7.3.6.cvs20080702-1.diff.gz
  to pool/main/l/logwatch/logwatch_7.3.6.cvs20080702-1.diff.gz
logwatch_7.3.6.cvs20080702-1.dsc
  to pool/main/l/logwatch/logwatch_7.3.6.cvs20080702-1.dsc
logwatch_7.3.6.cvs20080702-1_all.deb
  to pool/main/l/logwatch/logwatch_7.3.6.cvs20080702-1_all.deb
logwatch_7.3.6.cvs20080702.orig.tar.gz
  to pool/main/l/logwatch/logwatch_7.3.6.cvs20080702.orig.tar.gz


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



Accepted cil 0.5.0 (source all)

2008-07-05 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 18:01:00 +1200
Source: cil
Binary: cil
Architecture: source all
Version: 0.5.0
Distribution: unstable
Urgency: low
Maintainer: Andrew Chilton [EMAIL PROTECTED]
Changed-By: Francois Marier [EMAIL PROTECTED]
Description: 
 cil- command line issue tracker
Changes: 
 cil (0.5.0) unstable; urgency=low
 .
   [ Andrew Chilton ]
   * New Upstream Version
 .
   [ Francois Marier ]
   * Add dependency on libemail-{simple,date,find}-perl
   * Update watch file (renamed upstream tarballs)
Checksums-Sha1: 
 5c20b26fbfcdcfc0a5205cf8a1f974ec3a7f06b4 930 cil_0.5.0.dsc
 225f606f264d897b63086f77249d793bb9077485 42071 cil_0.5.0.tar.gz
 4db642012eeb17cbe66b9553780f46472d4dac9b 25114 cil_0.5.0_all.deb
Checksums-Sha256: 
 c5832cd205ad95a4a61c4c13d3966751e009e631260aeae63f866d0aa2c85fbc 930 
cil_0.5.0.dsc
 59d7621c6b3955935c68a32b90722f3b58566ebb65359cd0aaac167627d76271 42071 
cil_0.5.0.tar.gz
 9df533a59fda945633d3ebf9aa8f82aa7f8f05cea58a9b575a835a85eff22596 25114 
cil_0.5.0_all.deb
Files: 
 da0589777c807e7365d135859c2ccade 930 perl optional cil_0.5.0.dsc
 83c92e8f833c07d5666c04d5fb78000d 42071 perl optional cil_0.5.0.tar.gz
 dc7636dd9a04bc7c6de5c6fbccc611dd 25114 perl optional cil_0.5.0_all.deb

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

iEYEARECAAYFAkhvDosACgkQScUZKBnQNIbNKgCfXJEQdQRCfrYK/8EJr6GyKpyB
zGwAn0O5kdUaBoPfnBONQbcgYL5fnsaf
=bX1C
-END PGP SIGNATURE-


Accepted:
cil_0.5.0.dsc
  to pool/main/c/cil/cil_0.5.0.dsc
cil_0.5.0.tar.gz
  to pool/main/c/cil/cil_0.5.0.tar.gz
cil_0.5.0_all.deb
  to pool/main/c/cil/cil_0.5.0_all.deb


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



Accepted clustalw-mpi 0.15-1 (source i386)

2008-07-05 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 17:22:23 +0900
Source: clustalw-mpi
Binary: clustalw-mpi
Architecture: source i386
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: Charles Plessy [EMAIL PROTECTED]
Description: 
 clustalw-mpi - MPI-distributed global sequence alignment with ClustalW
Changes: 
 clustalw-mpi (0.15-1) unstable; urgency=low
 .
   * New upstream release.
 - Fixes crash when the length of a sequence's name was longer than 60
   characters. You must re-define macro MAXNAMES in order to process FASTA
   file with sequence names longer than the default length.
   * Updated my email address.
   * Updated upstreams' email address.
   * Refreshed the manpage.
   * debian/copyright:
 - Lifted debian/copyright to the latest version, and licenced my
   contribution to this packaging work to Same as CLUSTALW-MPI.
 - Added a disclaimer clarifying that this package is not part of the
   Debian operating system (requirement of Policy 3.8.0).
   * debian/patches/01_Makefile.patch removed.
 Its function is now carried out by debian/rules and debhelper.
   * debian/rules switched to CDBS.
   * debian/control:
 - Dropped build-dependancy on quilt and added one on cdbs.
 - Updated Standards-Version to 3.8.0.
Checksums-Sha1: 
 9e507ee67bac911c6883535574dd0e0c977b5501 1399 clustalw-mpi_0.15-1.dsc
 21a43d5213ebda9c06a018775ca8727ca55bec73 155067 clustalw-mpi_0.15.orig.tar.gz
 a7bc030f0bacd8b0507319ac2615e7dd9dfec0ec 3877 clustalw-mpi_0.15-1.diff.gz
 38a7c5adde60158a402fdf46dead46f428ac5d9d 139230 clustalw-mpi_0.15-1_i386.deb
Checksums-Sha256: 
 90232ff6b7ec4900b3fa4897ff7c4f054966e540930cd5f70d02fdfb0e6d7f9c 1399 
clustalw-mpi_0.15-1.dsc
 580243e9a8e34ea051aeee8e28e3529fe8427526bcae7399617435ac55a0ad9b 155067 
clustalw-mpi_0.15.orig.tar.gz
 08410bb7edb21323d61cb74a5c4a0541e8499c2eb83f96050a0be4bbb985d147 3877 
clustalw-mpi_0.15-1.diff.gz
 021ac4f68a2f154f5d172bb5a96aaba0ee9d7fea686befdcc8dca3e1843f09ec 139230 
clustalw-mpi_0.15-1_i386.deb
Files: 
 c27ae0a69c821a65ab0c393ebb58f76e 1399 non-free/science optional 
clustalw-mpi_0.15-1.dsc
 9489b1d1019c3bace97bd2fb3b0f281f 155067 non-free/science optional 
clustalw-mpi_0.15.orig.tar.gz
 9d9eeadc45954efbfaacb9e63c5c376a 3877 non-free/science optional 
clustalw-mpi_0.15-1.diff.gz
 1639c91208ff439c528bb6b3091d3e68 139230 non-free/science optional 
clustalw-mpi_0.15-1_i386.deb

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

iD8DBQFIbzMRdYl1krr+x/IRAhH6AJ4rsDOr3GsMcJHf5BcW0WTLLde4+QCfZFQU
iolEY0Ymp1tZ2poFdBzRd04=
=1Fis
-END PGP SIGNATURE-


Accepted:
clustalw-mpi_0.15-1.diff.gz
  to pool/non-free/c/clustalw-mpi/clustalw-mpi_0.15-1.diff.gz
clustalw-mpi_0.15-1.dsc
  to pool/non-free/c/clustalw-mpi/clustalw-mpi_0.15-1.dsc
clustalw-mpi_0.15-1_i386.deb
  to pool/non-free/c/clustalw-mpi/clustalw-mpi_0.15-1_i386.deb
clustalw-mpi_0.15.orig.tar.gz
  to pool/non-free/c/clustalw-mpi/clustalw-mpi_0.15.orig.tar.gz


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



Accepted boinc 6.2.11-1 (source i386)

2008-07-05 Thread Frank S. Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 09:29:13 +0200
Source: boinc
Binary: boinc-client boinc-manager boinc-dev boinc-dbg
Architecture: source i386
Version: 6.2.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian BOINC Maintainers [EMAIL PROTECTED]
Changed-By: Frank S. Thomas [EMAIL PROTECTED]
Description: 
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dbg  - debugging symbols for BOINC binaries
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
Changes: 
 boinc (6.2.11-1) unstable; urgency=low
 .
   [ Frank S. Thomas ]
   * New upstream release.
   * debian/control: Bumped Standards-Version from 3.7.3 to 3.8.0. This
 required to add a debian/README.source file to explain that we use quilt
 and to move the paragraph about repackaged upstream source from
 debian/copyright to this new file.
Checksums-Sha1: 
 58d3c67f3f9e0589e9596cbe6604017c4cce2d38 1611 boinc_6.2.11-1.dsc
 4f8c45af29abaafcd4888d9a2069976d18916e9f 11306312 boinc_6.2.11.orig.tar.gz
 f28851f5e6b1e5f158105711bddc489d3afc249e 52335 boinc_6.2.11-1.diff.gz
 ba85da516cb7ef7b28bf7ad973c4e77140bcc530 385096 boinc-client_6.2.11-1_i386.deb
 ee23e25355ef2c49e2495e727ab6a4ea452b3db0 1796226 
boinc-manager_6.2.11-1_i386.deb
 dd9b3ec9a003100cb7947d894b508296cde61875 368514 boinc-dev_6.2.11-1_i386.deb
 73be19cc5ba725c2702c46cff444ab3f18c3132b 6823126 boinc-dbg_6.2.11-1_i386.deb
Checksums-Sha256: 
 f9634636a82982ec31d90f6b789550a35ca729b2eeeb21a6dea633d9ab1d0510 1611 
boinc_6.2.11-1.dsc
 f907be27199d65a67405e719eccb0421ce4bbd7e2fdd9de88f0529d339a4c2dd 11306312 
boinc_6.2.11.orig.tar.gz
 45114247624c7c29e23136117aee30eb4a5e2a12239998aeee384f33e17207e0 52335 
boinc_6.2.11-1.diff.gz
 857259e14dade8db0957966f92cd0bf0ab74d2bba6ff507958575e84014713df 385096 
boinc-client_6.2.11-1_i386.deb
 4b89cee2a1d8348b0116ca308c0c08521fe95ab8c2cfc5a0a60a5e37973b6263 1796226 
boinc-manager_6.2.11-1_i386.deb
 949c91682f273e6d35feaf07eb597400cb1d4ab471161b07e0584a940a3af030 368514 
boinc-dev_6.2.11-1_i386.deb
 622d99c608e76fe754a984ff8a054e0e1610c2912ceb68733efce022cdc15c82 6823126 
boinc-dbg_6.2.11-1_i386.deb
Files: 
 41924355df3320b80199f4514feeac0d 1611 net optional boinc_6.2.11-1.dsc
 cb0f8ceacb4c4cf77cb83371dcd92410 11306312 net optional boinc_6.2.11.orig.tar.gz
 12493d5d4172e0da623981f34113a501 52335 net optional boinc_6.2.11-1.diff.gz
 9f3646aaa2418c87773651bf2ee20ecb 385096 net optional 
boinc-client_6.2.11-1_i386.deb
 0c1f3e49fb7a06ba2fc955cc420ed924 1796226 x11 optional 
boinc-manager_6.2.11-1_i386.deb
 7f14ffa016ac62481e2ed00e1552d918 368514 devel optional 
boinc-dev_6.2.11-1_i386.deb
 05ac684ceb06426c6f144612fa5df23d 6823126 devel extra 
boinc-dbg_6.2.11-1_i386.deb

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

iEYEARECAAYFAkhvMaIACgkQft6HNdxCZCmwcACfSJA1r7nFPcrHYCgBrazpXSC7
qkUAn1v13blW5DB2fgzYFPwQF1vTrEbP
=KKV8
-END PGP SIGNATURE-


Accepted:
boinc-client_6.2.11-1_i386.deb
  to pool/main/b/boinc/boinc-client_6.2.11-1_i386.deb
boinc-dbg_6.2.11-1_i386.deb
  to pool/main/b/boinc/boinc-dbg_6.2.11-1_i386.deb
boinc-dev_6.2.11-1_i386.deb
  to pool/main/b/boinc/boinc-dev_6.2.11-1_i386.deb
boinc-manager_6.2.11-1_i386.deb
  to pool/main/b/boinc/boinc-manager_6.2.11-1_i386.deb
boinc_6.2.11-1.diff.gz
  to pool/main/b/boinc/boinc_6.2.11-1.diff.gz
boinc_6.2.11-1.dsc
  to pool/main/b/boinc/boinc_6.2.11-1.dsc
boinc_6.2.11.orig.tar.gz
  to pool/main/b/boinc/boinc_6.2.11.orig.tar.gz


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



Accepted nss 3.12.0-1 (source amd64)

2008-07-05 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 10:19:53 +0200
Source: nss
Binary: libnss3-1d libnss3-tools libnss3-dev libnss3-1d-dbg
Architecture: source amd64
Version: 3.12.0-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 libnss3-1d - Network Security Service libraries
 libnss3-1d-dbg - Development files for the Network Security Service libraries
 libnss3-dev - Development files for the Network Security Service libraries
 libnss3-tools - Network Security Service tools
Closes: 483774 488402
Changes: 
 nss (3.12.0-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/92_ocsp.dpatch: Removed, as applied upstream.
   * debian/patches/00list: Updated accordingly.
   * debian/control:
 + Bumped Standards-Version to 3.8.0.1. No changes needed.
 + Added Vcs-Browser and Vcs-Git fields.
 + libnss3-dev don't need explicit version dependency on libnss3-1d.
 + libnss3-dev depends on libnspr4-dev. Closes: #488402.
 + Make the -dbg package less a hassle for manual installations with dpkg.
 + libnss3-1d depends on version of dpkg that either don't support symbols
   files or has fix for #474079.
   * debian/patches/85_security_load.dpatch: Load files from /usr/lib/nss if
 given reference path is only a filename, which happens when freebl is
 statically linked in a binary executable, such as signtool, and the
 executable is run from $PATH. When the executable is run using a full
 path, we must replace /bin/ in the path with /lib/ to find the libraries.
 Closes: #483774.
   * debian/libnss3-1d.symbols: Re-enable symbols file.
Checksums-Sha1: 
 e92693deba78c1bd63bde6f8b616a70bd4aa55ea 1343 nss_3.12.0-1.dsc
 6b8e83c0931cfad161aae993d344687b67f317aa 5163155 nss_3.12.0.orig.tar.gz
 655daeea59409e883c2ef8b637cacbf81992b866 31591 nss_3.12.0-1.diff.gz
 eba08693e6ff0f32ec0210b4c2530b44ac4162d3 1149276 libnss3-1d_3.12.0-1_amd64.deb
 fb89b2b65f6d13ce0356a7f99ab153edddf1bb38 859802 
libnss3-tools_3.12.0-1_amd64.deb
 be40a62578b1e68c108c8a2db77a39c07c6df18b 260396 libnss3-dev_3.12.0-1_amd64.deb
 899b95b9ec79c7cce05f1d5a809f14c58e1ec19d 4619262 
libnss3-1d-dbg_3.12.0-1_amd64.deb
Checksums-Sha256: 
 928d54c263525d77e18f09edf254422d9d6f0e11069ee0c31c09eea93a5f4af0 1343 
nss_3.12.0-1.dsc
 d30a7470b82a73ed442525b365afaf00427204e3771edfeab05743acca97122b 5163155 
nss_3.12.0.orig.tar.gz
 75509016d1718e58752e33669bc1603577d4ee28e96a0b70429b0f8673c019f2 31591 
nss_3.12.0-1.diff.gz
 8bc97c374c22791df11de09805f9b7728d5eed6c228d10725ed16b80b1e29d78 1149276 
libnss3-1d_3.12.0-1_amd64.deb
 cf20428d418f4199dbb3844a0c7a00e93d25830ffe508c6cc26f6a428b855afd 859802 
libnss3-tools_3.12.0-1_amd64.deb
 b275b8e17c98b9ae43ee6c14df15e154ae91a8ea41610626f0c55998b1d8564d 260396 
libnss3-dev_3.12.0-1_amd64.deb
 4276566f74fbaa97cd53f585155673e7cdcf24581ea5f5860950572cfec93a4a 4619262 
libnss3-1d-dbg_3.12.0-1_amd64.deb
Files: 
 92242bdfdd6a4a58a5b8dd9ccadc2c0b 1343 libs optional nss_3.12.0-1.dsc
 917f4e05f3982bd7fceaede197f0e1d4 5163155 libs optional nss_3.12.0.orig.tar.gz
 735e867e50c7d21cbfbd65eeec312617 31591 libs optional nss_3.12.0-1.diff.gz
 53fc481782d62b7bfef1a3d478251a9f 1149276 libs optional 
libnss3-1d_3.12.0-1_amd64.deb
 b12eb9b11034831ec1bab10473562a0d 859802 admin optional 
libnss3-tools_3.12.0-1_amd64.deb
 63ce51665bdd1024f6a161121dd518ed 260396 libdevel optional 
libnss3-dev_3.12.0-1_amd64.deb
 2ade4bdc1048a3f016081f02d84d4f6b 4619262 libdevel extra 
libnss3-1d-dbg_3.12.0-1_amd64.deb

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

iD8DBQFIbzBw3kvaLFT9KlgRAl9QAJ9B1Qay5aV8uyiGQKx2cboS77/QDgCfTcHE
TNeo/Y8dM4QQT29WAliYEDE=
=3QZt
-END PGP SIGNATURE-


Accepted:
libnss3-1d-dbg_3.12.0-1_amd64.deb
  to pool/main/n/nss/libnss3-1d-dbg_3.12.0-1_amd64.deb
libnss3-1d_3.12.0-1_amd64.deb
  to pool/main/n/nss/libnss3-1d_3.12.0-1_amd64.deb
libnss3-dev_3.12.0-1_amd64.deb
  to pool/main/n/nss/libnss3-dev_3.12.0-1_amd64.deb
libnss3-tools_3.12.0-1_amd64.deb
  to pool/main/n/nss/libnss3-tools_3.12.0-1_amd64.deb
nss_3.12.0-1.diff.gz
  to pool/main/n/nss/nss_3.12.0-1.diff.gz
nss_3.12.0-1.dsc
  to pool/main/n/nss/nss_3.12.0-1.dsc
nss_3.12.0.orig.tar.gz
  to pool/main/n/nss/nss_3.12.0.orig.tar.gz


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



Accepted lynx-cur 2.8.7dev9-1.1 (source all i386)

2008-07-05 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 10:21:38 +0200
Source: lynx-cur
Binary: lynx-cur lynx-cur-wrapper lynx
Architecture: source all i386
Version: 2.8.7dev9-1.1
Distribution: unstable
Urgency: low
Maintainer: Atsuhito KOHDA [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 lynx   - Text-mode WWW Browser (transitional package)
 lynx-cur   - Text-mode WWW Browser with NLS support (development version)
 lynx-cur-wrapper - Wrapper for lynx-cur
Closes: 369386 474926 474928 481774 481778
Changes: 
 lynx-cur (2.8.7dev9-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove local.cfg on purge instead of remove. Closes: #474928
   * Revamp handling of debconf managed configuration file local.cfg as
 described in debconf-devel(7).
 Closes: #474926
   * lynx-cur-wrapper: Simply ship the /etc/lynx-cur/lynx-??.cfg as dpkg
 conffiles instead of generating (and removing) them in the
 maintainerscripts. Closes: #481778,#481774
   * Add a dummy package lynx, which switches from lynx to lynx-cur. The old
 stable codebase (lynx) is dead; upstream suggest using the lynx-cur
 releases.
 Closes: #369386
   * lynx-cur does not provide lynx anymore. It is not completely necessary
 since the dummy package lynx pulls in lynx-cur. The provides broke
 upgrades from lynx (installed ok) lynx-cur (deinstall ok config-files).
Checksums-Sha1: 
 33080625de7b102127f70abb5bb74079791547a6 1194 lynx-cur_2.8.7dev9-1.1.dsc
 7056a5b694a5dc1b760c85793e1b808f3301cc94 27623 lynx-cur_2.8.7dev9-1.1.diff.gz
 030f82ad88d81bf2d42ab37aa48fe79e2e87e822 15846 
lynx-cur-wrapper_2.8.7dev9-1.1_all.deb
 9dd6721fbee0a436ec10bd99834ccc3fcce6d04a 13372 lynx_2.8.7dev9-1.1_all.deb
 48979ffadf9c0f186c948c2c456850994de7c13e 2022404 
lynx-cur_2.8.7dev9-1.1_i386.deb
Checksums-Sha256: 
 d14dc7857fd1d900b8ef7923e3dbc31a2f1d361a86e89fb697a9bb80fb5bca42 1194 
lynx-cur_2.8.7dev9-1.1.dsc
 ed1f12ea12dd8b707546c1294da1a470854fdadaf2fee7cb9fac5587d9f09d95 27623 
lynx-cur_2.8.7dev9-1.1.diff.gz
 fc3221c614fb96ce5b530988e36373b2929184e97b8fb64c0a6dffb3413fe8d9 15846 
lynx-cur-wrapper_2.8.7dev9-1.1_all.deb
 c141b1a3d7ae4d77990b0d607db30a97ec85c020131d23e9c8fb74e59a774e72 13372 
lynx_2.8.7dev9-1.1_all.deb
 f2599e470281e4a43915acb32bb6fc5426636e8efa762c6d5d2f98263116ef10 2022404 
lynx-cur_2.8.7dev9-1.1_i386.deb
Files: 
 572b724719e312a1fa6e58c3cce746bf 1194 web extra lynx-cur_2.8.7dev9-1.1.dsc
 b3550aeb70949e4389bf757b60aa1e97 27623 web extra lynx-cur_2.8.7dev9-1.1.diff.gz
 75ecec36c3e4e8b2dda2435f22caf777 15846 web extra 
lynx-cur-wrapper_2.8.7dev9-1.1_all.deb
 5f65b0ff11140d4a4e89e5896af77530 13372 web extra lynx_2.8.7dev9-1.1_all.deb
 4dce87ce9bde6d6988ffc9df0fe3318b 2022404 web extra 
lynx-cur_2.8.7dev9-1.1_i386.deb

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

iD8DBQFIbzJbHTOcZYuNdmMRAmdxAJ9/yqSjlKEfZl2lBu5re70+3E8IvQCgo8S+
eTPPj7ykANf95R8BhFup3YE=
=zUzV
-END PGP SIGNATURE-


Accepted:
lynx-cur-wrapper_2.8.7dev9-1.1_all.deb
  to pool/main/l/lynx-cur/lynx-cur-wrapper_2.8.7dev9-1.1_all.deb
lynx-cur_2.8.7dev9-1.1.diff.gz
  to pool/main/l/lynx-cur/lynx-cur_2.8.7dev9-1.1.diff.gz
lynx-cur_2.8.7dev9-1.1.dsc
  to pool/main/l/lynx-cur/lynx-cur_2.8.7dev9-1.1.dsc
lynx-cur_2.8.7dev9-1.1_i386.deb
  to pool/main/l/lynx-cur/lynx-cur_2.8.7dev9-1.1_i386.deb
lynx_2.8.7dev9-1.1_all.deb
  to pool/main/l/lynx-cur/lynx_2.8.7dev9-1.1_all.deb


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



Accepted pngcrush 1.6.7-1 (source i386)

2008-07-05 Thread Kapil Hari Paranjape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Jul 2008 12:25:49 +0530
Source: pngcrush
Binary: pngcrush
Architecture: source i386
Version: 1.6.7-1
Distribution: unstable
Urgency: low
Maintainer: Kapil Hari Paranjape [EMAIL PROTECTED]
Changed-By: Kapil Hari Paranjape [EMAIL PROTECTED]
Description: 
 pngcrush   - optimizes PNG (Portable Network Graphics) files
Closes: 453721
Changes: 
 pngcrush (1.6.7-1) unstable; urgency=low
 .
   * New upstream release (1.6.7-nolib).
 - Moved PNG_UINT_CHNK and some other defines from pngcrush.h to pngcrush.c
 - Reject invalid color_type or bit_depth. (Closes: #453721)
   * debian/patches/add_PNG_UINT_defs: patch removed as it is incorporated
 upstream.
Checksums-Sha1: 
 4b2deb7227e77f40b41eb8d76872dfe55eaecc9c 1163 pngcrush_1.6.7-1.dsc
 13f9f518d253798c3c3694e5ec682361d31f0136 50623 pngcrush_1.6.7.orig.tar.gz
 24b02cc9baf671cf5b25cfcca5cf0f7a59654953 14337 pngcrush_1.6.7-1.diff.gz
 0d6aa2db9e30352fd7d1de33e4458db0413f8cb2 47350 pngcrush_1.6.7-1_i386.deb
Checksums-Sha256: 
 43100cf53318d20b82f2e167cdc940974ef3cf64d85aa0ce43ac3b04f1f26f5a 1163 
pngcrush_1.6.7-1.dsc
 4a4457dd9bb3036fdcc6edfe538ffca6a6834c5e08a33d301598171ed89b7f69 50623 
pngcrush_1.6.7.orig.tar.gz
 f8201df0d9a9355598d19461a85491945f3ec11fffd2e4de4992e53223e87e3a 14337 
pngcrush_1.6.7-1.diff.gz
 4bcb0d631e4cb88fffac42e561c9cb2246e17bb03cb9cf33232bf66cbd7c3f0c 47350 
pngcrush_1.6.7-1_i386.deb
Files: 
 0b749eca0bf5cd7813d27e95f17a2d2c 1163 graphics optional pngcrush_1.6.7-1.dsc
 148e982e04791d95fdc3994e56be9e38 50623 graphics optional 
pngcrush_1.6.7.orig.tar.gz
 d43137ede7d82d3d8f06550c6e6409f4 14337 graphics optional 
pngcrush_1.6.7-1.diff.gz
 e3fee2ecdc54f7daafaa6e2ecc06 47350 graphics optional 
pngcrush_1.6.7-1_i386.deb

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

iD8DBQFIbymbSR+P2lQW5bgRAsZsAJ9kBVmHov698uYA+jyYZvhxi61zSQCgz+OH
sMyi2uO15nbn6KsSXms+dtM=
=Kr5l
-END PGP SIGNATURE-


Accepted:
pngcrush_1.6.7-1.diff.gz
  to pool/main/p/pngcrush/pngcrush_1.6.7-1.diff.gz
pngcrush_1.6.7-1.dsc
  to pool/main/p/pngcrush/pngcrush_1.6.7-1.dsc
pngcrush_1.6.7-1_i386.deb
  to pool/main/p/pngcrush/pngcrush_1.6.7-1_i386.deb
pngcrush_1.6.7.orig.tar.gz
  to pool/main/p/pngcrush/pngcrush_1.6.7.orig.tar.gz


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



Accepted uqm-content 0.6.0+deb1-5 (source all)

2008-07-05 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:33:14 +0400
Source: uqm-content
Binary: uqm-content uqm-music uqm-voice
Architecture: source all
Version: 0.6.0+deb1-5
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov [EMAIL PROTECTED]
Changed-By: Dmitry E. Oboukhov [EMAIL PROTECTED]
Description: 
 uqm-content - The Ur-Quan Masters - Game data files
 uqm-music  - The Ur-Quan Masters - Game music files
 uqm-voice  - The Ur-Quan Masters - Voice files
Changes: 
 uqm-content (0.6.0+deb1-5) unstable; urgency=low
 .
   * Repackaged uqm-music, uqm-voice, uqm-content to one src-package.
   * Added debian/watch.
Checksums-Sha1: 
 731cbfd14d09e0353ffdd192c4bf9ac641314971 1107 uqm-content_0.6.0+deb1-5.dsc
 5f5016c6d9644d303bdfed4d8bf568e4ba3ac818 139831620 
uqm-content_0.6.0+deb1.orig.tar.gz
 9afc244ad2661c1dc24544d211b1b5fcb09f24aa 7683 uqm-content_0.6.0+deb1-5.diff.gz
 245f08a561513fcc40b0555b28a345e1f4346fbe 6600624 
uqm-content_0.6.0+deb1-5_all.deb
 910c757ccd444243529eb9440e4592a784b0992d 18930552 
uqm-music_0.6.0+deb1-5_all.deb
 8ce489d648c565106d172c7cc243a09d18e49009 111382314 
uqm-voice_0.6.0+deb1-5_all.deb
Checksums-Sha256: 
 246174ecd8989121506d9bc1a5fce42f0b77eaa932b4ed3c0552634736000acb 1107 
uqm-content_0.6.0+deb1-5.dsc
 eca7220753f2f8f4af073376b66d582d8e708c921f48f358b510ea87f74e6eae 139831620 
uqm-content_0.6.0+deb1.orig.tar.gz
 df65d28335b8f311dec9515f5afc5823dac8942ffcf8342311a877310d305db0 7683 
uqm-content_0.6.0+deb1-5.diff.gz
 0afc082e9d4e7692d29441d09b148b92ddff15b4ac0ccf6a447c30350d32189a 6600624 
uqm-content_0.6.0+deb1-5_all.deb
 6543efa16dbd11552ed05607d9ca96771947d49594471a6c408eb4e24fed5038 18930552 
uqm-music_0.6.0+deb1-5_all.deb
 a761384727a2d0b0e375f9e696be3acc7343ed50b6591839daab64866c4b2cf4 111382314 
uqm-voice_0.6.0+deb1-5_all.deb
Files: 
 9f4aa8eaa7c5d27d84358fdad33f4a35 1107 non-free/games optional 
uqm-content_0.6.0+deb1-5.dsc
 e41eb9bc71cba34c9bfd977b34ea0688 139831620 non-free/games optional 
uqm-content_0.6.0+deb1.orig.tar.gz
 14359c76123e6ff25341707687f0b5e6 7683 non-free/games optional 
uqm-content_0.6.0+deb1-5.diff.gz
 37a02c9bec5a3a289ac0d9e1c52d1ad1 6600624 non-free/games optional 
uqm-content_0.6.0+deb1-5_all.deb
 7285af1332160a941713f9b740dc445c 18930552 non-free/games optional 
uqm-music_0.6.0+deb1-5_all.deb
 caf1d2283e42d9b0652aa211de2e53f5 111382314 non-free/games optional 
uqm-voice_0.6.0+deb1-5_all.deb

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

iEYEARECAAYFAkhvNhMACgkQq4wAz/jiZTd2kwCgpUxFBTW+CJ30zGE9Z2LnlsSN
tVoAn3nlsWIv83qB2Qp2R3Gq1hfmVUas
=ZDEN
-END PGP SIGNATURE-


Accepted:
uqm-content_0.6.0+deb1-5.diff.gz
  to pool/non-free/u/uqm-content/uqm-content_0.6.0+deb1-5.diff.gz
uqm-content_0.6.0+deb1-5.dsc
  to pool/non-free/u/uqm-content/uqm-content_0.6.0+deb1-5.dsc
uqm-content_0.6.0+deb1-5_all.deb
  to pool/non-free/u/uqm-content/uqm-content_0.6.0+deb1-5_all.deb
uqm-content_0.6.0+deb1.orig.tar.gz
  to pool/non-free/u/uqm-content/uqm-content_0.6.0+deb1.orig.tar.gz
uqm-music_0.6.0+deb1-5_all.deb
  to pool/non-free/u/uqm-content/uqm-music_0.6.0+deb1-5_all.deb
uqm-voice_0.6.0+deb1-5_all.deb
  to pool/non-free/u/uqm-content/uqm-voice_0.6.0+deb1-5_all.deb


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



Accepted libextractor 0.5.20b-3 (source i386)

2008-07-05 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat,  5 Jul 2008 10:49:00 +0200
Source: libextractor
Binary: libextractor1c2a libextractor-plugins libextractor-dbg libextractor-dev 
extract
Architecture: source i386
Version: 0.5.20b-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 extract- displays meta-data from files of arbitrary type
 libextractor-dbg - extracts meta-data from files of arbitrary type (debug)
 libextractor-dev - extracts meta-data from files of arbitrary type 
(development)
 libextractor-plugins - extracts meta-data from files of arbitrary type 
(plugins)
 libextractor1c2a - extracts meta-data from files of arbitrary type (library)
Closes: 489350
Changes: 
 libextractor (0.5.20b-3) unstable; urgency=low
 .
   * Removing forgotten wildcard entry in libextractor1c2a install file
 (Closes: #489350).
Checksums-Sha1: 
 41cd7c23f7363605333725251fae4ce03c82ab84 1455 libextractor_0.5.20b-3.dsc
 ab8b3513bd1f64841bb9903285d83bb9dbce22d3 6322 libextractor_0.5.20b-3.diff.gz
 0216eccb9f4ed2ea9a337fc6973eac426d749bea 7609864 
libextractor1c2a_0.5.20b-3_i386.deb
 b58dffea7aad1b3a0a5729cda2e5e4caea0dcaf4 221798 
libextractor-plugins_0.5.20b-3_i386.deb
 45edc0bb5ffdd3765e1584a131aaad02bb807182 1174474 
libextractor-dbg_0.5.20b-3_i386.deb
 36f411420176899bf8f30d414af4e3c30a175d94 25884 
libextractor-dev_0.5.20b-3_i386.deb
 4a2afe053506b8f58e3923596b256a4037968fec 73790 extract_0.5.20b-3_i386.deb
Checksums-Sha256: 
 20decbfc595998b3d9e5d79937a2942a10204276fcd958c79ad25805d2bdb7f8 1455 
libextractor_0.5.20b-3.dsc
 7301a8e5217d6575d72b82c878c14dbc137dab4474b525c5ef0ff7de8316dcbe 6322 
libextractor_0.5.20b-3.diff.gz
 518ced3298034c67acf1c95b6663675222e0f7855ecd1aae2bcbce1a38f27fc9 7609864 
libextractor1c2a_0.5.20b-3_i386.deb
 b76d1c30fb877dc9cef1af2165270e314bd33e85bc8ee2f83358b00e0da2156a 221798 
libextractor-plugins_0.5.20b-3_i386.deb
 2d7a6edb15a928b513692a70ef319387e7b4b661ca3a833b87d8fbafa2ca040e 1174474 
libextractor-dbg_0.5.20b-3_i386.deb
 0a0e49853524aee5c5276b396790cd3ee999bd7d01dc89dd5662de0152a95b30 25884 
libextractor-dev_0.5.20b-3_i386.deb
 e492c7085b40a4b6cd59dae6e4f84e2ccaae0e27057d75d999c10b6fc14385b2 73790 
extract_0.5.20b-3_i386.deb
Files: 
 01a82018e24b3b530811d20d9b93b970 1455 devel optional libextractor_0.5.20b-3.dsc
 d35fc6b98a91f1f4aa57dc46fe621675 6322 devel optional 
libextractor_0.5.20b-3.diff.gz
 55d94d2049c3bcaa3904767d70b3c602 7609864 libs optional 
libextractor1c2a_0.5.20b-3_i386.deb
 bd95413e2dc9ead78ba9d7a6110291f3 221798 libs optional 
libextractor-plugins_0.5.20b-3_i386.deb
 2f1d42365348f1a7e5a19cd76b0b4be5 1174474 devel extra 
libextractor-dbg_0.5.20b-3_i386.deb
 7629a2857fbc61e39ea33ff310b8143a 25884 libdevel optional 
libextractor-dev_0.5.20b-3_i386.deb
 80957301c1b91d12e4ab10ef24a5c37f 73790 utils optional 
extract_0.5.20b-3_i386.deb

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

iEYEARECAAYFAkhvO0AACgkQ+C5cwEsrK57f9QCeIfg3a+1xdqd9dTEnYp+Gdamf
LaUAoIM5nRLR33jv2HZL2YOoPm/dmWWa
=AUux
-END PGP SIGNATURE-


Accepted:
extract_0.5.20b-3_i386.deb
  to pool/main/libe/libextractor/extract_0.5.20b-3_i386.deb
libextractor-dbg_0.5.20b-3_i386.deb
  to pool/main/libe/libextractor/libextractor-dbg_0.5.20b-3_i386.deb
libextractor-dev_0.5.20b-3_i386.deb
  to pool/main/libe/libextractor/libextractor-dev_0.5.20b-3_i386.deb
libextractor-plugins_0.5.20b-3_i386.deb
  to pool/main/libe/libextractor/libextractor-plugins_0.5.20b-3_i386.deb
libextractor1c2a_0.5.20b-3_i386.deb
  to pool/main/libe/libextractor/libextractor1c2a_0.5.20b-3_i386.deb
libextractor_0.5.20b-3.diff.gz
  to pool/main/libe/libextractor/libextractor_0.5.20b-3.diff.gz
libextractor_0.5.20b-3.dsc
  to pool/main/libe/libextractor/libextractor_0.5.20b-3.dsc


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



Accepted pysvn 1.5.3-3 (source i386)

2008-07-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:23:02 +0200
Source: pysvn
Binary: python-svn python-svn-dbg
Architecture: source i386
Version: 1.5.3-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-svn - A(nother) Python interface to Subversion
 python-svn-dbg - A(nother) Python interface to Subversion (debug extension)
Closes: 489080
Changes: 
 pysvn (1.5.3-3) unstable; urgency=low
 .
   * Explicitely build-depend on libneon27-gnutls-dev. Closes: #489080.
Checksums-Sha1: 
 60818049180c129bd38d92623353dcc6d0084008 1126 pysvn_1.5.3-3.dsc
 5ed4cb7e87c799115c3858b8ab7db3ba6b599eea 5360 pysvn_1.5.3-3.diff.gz
 9d36457051d64248bdc984a32d603b3c62296d0c 578802 python-svn_1.5.3-3_i386.deb
 211ba88c7d04e122c45eea328c4742a689b9ca59 5350950 
python-svn-dbg_1.5.3-3_i386.deb
Checksums-Sha256: 
 94e74471440aed2efcaed5e92a6662a50f736422c8a06db4cde21609634799a6 1126 
pysvn_1.5.3-3.dsc
 35d758c9e2fbf785e46487d4956c131889fd81cd9443ed1d5e3be9367300160a 5360 
pysvn_1.5.3-3.diff.gz
 471fab90525c111c09c1bf5f32ada69f7b3c7d35a2922a6649a2a8a8476473a8 578802 
python-svn_1.5.3-3_i386.deb
 ffe136f1fd984e1ef002f03289f0f885782e31acc42266e4a867d381f701ec3d 5350950 
python-svn-dbg_1.5.3-3_i386.deb
Files: 
 d57e7e0bbf0159bd52cd104a990d7e7a 1126 python optional pysvn_1.5.3-3.dsc
 e63ecfd6b99165b65f894a37070f50d2 5360 python optional pysvn_1.5.3-3.diff.gz
 9809790f16425c9ea1711d26aa3553fc 578802 python optional 
python-svn_1.5.3-3_i386.deb
 d3faa125fa070e15c9882e28eedcc6df 5350950 python extra 
python-svn-dbg_1.5.3-3_i386.deb

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

iEYEARECAAYFAkhvProACgkQStlRaw+TLJwq3QCffVTwS7fXMfgef8wbp0/hU83Q
7VYAn1rF2hjXyNBZtNxjso25W/H8GudG
=wDMH
-END PGP SIGNATURE-


Accepted:
pysvn_1.5.3-3.diff.gz
  to pool/main/p/pysvn/pysvn_1.5.3-3.diff.gz
pysvn_1.5.3-3.dsc
  to pool/main/p/pysvn/pysvn_1.5.3-3.dsc
python-svn-dbg_1.5.3-3_i386.deb
  to pool/main/p/pysvn/python-svn-dbg_1.5.3-3_i386.deb
python-svn_1.5.3-3_i386.deb
  to pool/main/p/pysvn/python-svn_1.5.3-3_i386.deb


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



Accepted cil 0.5.1-1 (source all)

2008-07-05 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 21:13:00 +1200
Source: cil
Binary: cil
Architecture: source all
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Andrew Chilton [EMAIL PROTECTED]
Changed-By: Francois Marier [EMAIL PROTECTED]
Description: 
 cil- command line issue tracker
Changes: 
 cil (0.5.1-1) unstable; urgency=low
 .
   [ Andrew Chilton ]
   * New Upstream Version
 .
   [ Francois Marier ]
   * Change priority to extra
   * Install bash completion script
   * Install upstream changelog
Checksums-Sha1: 
 6f90664e89e69e189104dbf1d6570cce214d1afa 1164 cil_0.5.1-1.dsc
 158ed02f5aa2502cf010edfd7bb0840553399d87 31089 cil_0.5.1.orig.tar.gz
 d5113163227e7df5096d6d5bd3b8db69c8c4cbc2 1911 cil_0.5.1-1.diff.gz
 40e123db48569de0e3f2839d14b6f72b269a40ff 26530 cil_0.5.1-1_all.deb
Checksums-Sha256: 
 8cf17b5e986f4cf50aedd9e1d68e09eff8b65881f18363ca16a862a56653cecd 1164 
cil_0.5.1-1.dsc
 ac5906f1173ab7f45f412e8476064a3359924c2dcbe494eb73e47b5756a0f204 31089 
cil_0.5.1.orig.tar.gz
 810f2f48c87a3e56cff8ed5791902dbc9e2b304e1686fbd136c9fc3c7ec39e15 1911 
cil_0.5.1-1.diff.gz
 f01d91a2c9cfa4776cecef2e34b08f51709a29ac8b9e44019c4bd36ccea4d43e 26530 
cil_0.5.1-1_all.deb
Files: 
 22934cb6b69111d0c449d83e0636d626 1164 perl extra cil_0.5.1-1.dsc
 d4d257157d401d19ae709700efdde400 31089 perl extra cil_0.5.1.orig.tar.gz
 ed31600320bf2a30656c4862821f92fd 1911 perl extra cil_0.5.1-1.diff.gz
 db164ac898ae7ecb08cfd8eb1c3aa5f0 26530 perl extra cil_0.5.1-1_all.deb

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

iEYEARECAAYFAkhvO2gACgkQScUZKBnQNIaYxACcDyD5yNsAhSdG171dAb0aI/cN
aAEAoKddwAeY/PR5VWXOJqCNKXjIRoId
=JNLj
-END PGP SIGNATURE-


Accepted:
cil_0.5.1-1.diff.gz
  to pool/main/c/cil/cil_0.5.1-1.diff.gz
cil_0.5.1-1.dsc
  to pool/main/c/cil/cil_0.5.1-1.dsc
cil_0.5.1-1_all.deb
  to pool/main/c/cil/cil_0.5.1-1_all.deb
cil_0.5.1.orig.tar.gz
  to pool/main/c/cil/cil_0.5.1.orig.tar.gz


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



Accepted rapidsvn 0.9.6-1 (source i386)

2008-07-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:14:17 +0200
Source: rapidsvn
Binary: rapidsvn libsvncpp1 libsvncpp-dev
Architecture: source i386
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 libsvncpp-dev - Subversion C++ library (development files)
 libsvncpp1 - Subversion C++ shared library
 rapidsvn   - A GUI client for subversion
Closes: 489104
Changes: 
 rapidsvn (0.9.6-1) unstable; urgency=low
 .
   * Explicitely build-depend on libneon27-gnutls-dev, some other -dev
 package did drop this dependency. Closes: #489104.
Checksums-Sha1: 
 16078c7ed7d4756d862eabd50fd308828f865d99 1131 rapidsvn_0.9.6-1.dsc
 57cf0b7453cef60d7671d84da5068d21f604052c 7112 rapidsvn_0.9.6-1.diff.gz
 717c3c8ace5a9fd6cac01079bb647ae4baed944a 419530 rapidsvn_0.9.6-1_i386.deb
 c5b65a015b0a2b7689735e525b8a0d35d09dc00c 66228 libsvncpp1_0.9.6-1_i386.deb
 bb35676a8ff0011cf90305651307b2f8ea1a7ae1 228626 libsvncpp-dev_0.9.6-1_i386.deb
Checksums-Sha256: 
 1d48de557e50590f8739b7f50bcaebd6a67ff83e9bd5d6073d15c0992d918394 1131 
rapidsvn_0.9.6-1.dsc
 4b2bb6774e10d11d8c71116b3452c0883df11358aaffbe86a7c89d691a2af46d 7112 
rapidsvn_0.9.6-1.diff.gz
 de2d64d66e8b883546a20ee5584bb595f9d27816165126480d74b807536f8d1a 419530 
rapidsvn_0.9.6-1_i386.deb
 362bb03f7f8fb2bde0d85269c3e6dc8647c28e68f7b8cca783b9254655a4cf5d 66228 
libsvncpp1_0.9.6-1_i386.deb
 8e450001b9bc14c686274c276c50ffe89b47bc4ac4d04060b8d34f444e5cbefa 228626 
libsvncpp-dev_0.9.6-1_i386.deb
Files: 
 aafdf28798f9f5bb074a6e04f21d7425 1131 x11 optional rapidsvn_0.9.6-1.dsc
 a8cc74b1d2d85ee8de3f2009d9c12dd0 7112 x11 optional rapidsvn_0.9.6-1.diff.gz
 4fd21d5d980472314edf27140a75483b 419530 x11 optional rapidsvn_0.9.6-1_i386.deb
 5cb3582fc01442f6a102d19353064e8b 66228 libs optional 
libsvncpp1_0.9.6-1_i386.deb
 d6f9576429dab0e139c42320ffb36fc4 228626 libdevel optional 
libsvncpp-dev_0.9.6-1_i386.deb

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

iEYEARECAAYFAkhvPO8ACgkQStlRaw+TLJzw+ACeLQzyJ8njpdo40kduaCcH0oyF
x4UAnR3Mo7vC5fTFNf8blHBM7ZE2JFc+
=KqQE
-END PGP SIGNATURE-


Accepted:
libsvncpp-dev_0.9.6-1_i386.deb
  to pool/main/r/rapidsvn/libsvncpp-dev_0.9.6-1_i386.deb
libsvncpp1_0.9.6-1_i386.deb
  to pool/main/r/rapidsvn/libsvncpp1_0.9.6-1_i386.deb
rapidsvn_0.9.6-1.diff.gz
  to pool/main/r/rapidsvn/rapidsvn_0.9.6-1.diff.gz
rapidsvn_0.9.6-1.dsc
  to pool/main/r/rapidsvn/rapidsvn_0.9.6-1.dsc
rapidsvn_0.9.6-1_i386.deb
  to pool/main/r/rapidsvn/rapidsvn_0.9.6-1_i386.deb


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



Accepted arping 2.07~pre1-2 (source amd64)

2008-07-05 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Jun 2008 16:45:28 +0200
Source: arping
Binary: arping
Architecture: source amd64
Version: 2.07~pre1-2
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano [EMAIL PROTECTED]
Changed-By: Giuseppe Iuculano [EMAIL PROTECTED]
Description: 
 arping - sends IP and/or ARP pings (to the MAC address)
Closes: 431066
Changes: 
 arping (2.07~pre1-2) unstable; urgency=low
 .
   * Added a patch (improved) that adds a network/ip-up.d script for using
 arping to check for IP duplicates after bringing up the interface. Thanks
 to Robert Millan (Closes: #431066)
   * debian/rules:
 + Removed CFLAGS settings, this is now done by dpkg-buildpackage
 + Added dh_installinit and dh_installifupdown in binary-arch section
   * debian/control:
 + Added lsb-base (= 3.0-10) to Depends (debian/arping.if-up needs it)
 + Modified debhelper version in Build-Depends, debhelper (= 5.0.44~),
   dh_installinit is in debhelper (= 5.0.44~)
Checksums-Sha1: 
 b3e17b31328ef054537c6068026fcb0397405c7c 1072 arping_2.07~pre1-2.dsc
 8f991a54bd9242c30786a1d654e58509f0aea189 6466 arping_2.07~pre1-2.diff.gz
 ba4dc44d2fe9b2a361183be3ce4c623f22e4e230 24696 arping_2.07~pre1-2_amd64.deb
Checksums-Sha256: 
 0709f35039a6fefe111f41e3f4bec7ef873666556ac7bc3f8489a252f8bc0b9a 1072 
arping_2.07~pre1-2.dsc
 b68926f2230f765b02f1ab9a741f97856bf4486a1aa53fcd622a5dfdad0356b4 6466 
arping_2.07~pre1-2.diff.gz
 aa1434a561c93374a784f7e29d9a6933a8504ee383136d1138825034eb6ea762 24696 
arping_2.07~pre1-2_amd64.deb
Files: 
 3d059a7380db1c8e1b015ae4e4d728c0 1072 net optional arping_2.07~pre1-2.dsc
 4bf4ead2f50c1fd2e539063412a1b173 6466 net optional arping_2.07~pre1-2.diff.gz
 3c17e8303de5b3807a63b9784cce5644 24696 net optional 
arping_2.07~pre1-2_amd64.deb

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

iEYEARECAAYFAkhuNz8ACgkQeGfVPHR5Nd32nwCgvNPGNUCwTQKmB6zWvZgKstfm
LSwAn1VHBvgfcqTovV53ehOuWcA1XS9j
=diIN
-END PGP SIGNATURE-


Accepted:
arping_2.07~pre1-2.diff.gz
  to pool/main/a/arping/arping_2.07~pre1-2.diff.gz
arping_2.07~pre1-2.dsc
  to pool/main/a/arping/arping_2.07~pre1-2.dsc
arping_2.07~pre1-2_amd64.deb
  to pool/main/a/arping/arping_2.07~pre1-2_amd64.deb


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



Accepted berusky-data 1.0-2 (source all)

2008-07-05 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:18:21 +0200
Source: berusky-data
Binary: berusky-data
Architecture: source all
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 berusky-data - Data files for Berusky
Changes: 
 berusky-data (1.0-2) unstable; urgency=low
 .
   * debian/watch: Updated.
   * debian/control: Standards-Version, Homepage.
Checksums-Sha1: 
 066192949ffedb1cb6faa1a6b3590c20a45db795 1011 berusky-data_1.0-2.dsc
 caf038c0a2a6b78b26fb304a54403be43ffe8788 2339 berusky-data_1.0-2.diff.gz
 a987dd04a27c76d087224ee1c24dfa291c038e68 933786 berusky-data_1.0-2_all.deb
Checksums-Sha256: 
 3e76808be1a324221bddc8c7d1c49666a0438720837c7755785931e8f3f96bdd 1011 
berusky-data_1.0-2.dsc
 5c02d0c84ad8760bc77765e6777adeb402a4ca93116f3f1f0f53a0cd00d937c2 2339 
berusky-data_1.0-2.diff.gz
 94f8439b8f2d165184ac4479c64c7f765096eaa2ebd4405ea0358b00eb594c2f 933786 
berusky-data_1.0-2_all.deb
Files: 
 c20cc471190ba9fe397abb9c00ba1ab2 1011 games optional berusky-data_1.0-2.dsc
 b9ae8a9f607d535684a864497be37030 2339 games optional berusky-data_1.0-2.diff.gz
 a8ff0fc80d4d97195b11b19b42cae492 933786 games optional 
berusky-data_1.0-2_all.deb

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

iD8DBQFIb0LMbMaawmho9B8RApVbAJ9wj8DSeUNXRW3+MeQSjlgPK7DEJACeKf+6
6eltRfYE0mJXEk2aGX3oTQM=
=koIY
-END PGP SIGNATURE-


Accepted:
berusky-data_1.0-2.diff.gz
  to pool/main/b/berusky-data/berusky-data_1.0-2.diff.gz
berusky-data_1.0-2.dsc
  to pool/main/b/berusky-data/berusky-data_1.0-2.dsc
berusky-data_1.0-2_all.deb
  to pool/main/b/berusky-data/berusky-data_1.0-2_all.deb


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



Accepted s3cmd 0.9.8.2-1 (source all)

2008-07-05 Thread Mikhail Gusarov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 14:35:07 +0700
Source: s3cmd
Binary: s3cmd
Architecture: source all
Version: 0.9.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Gusarov [EMAIL PROTECTED]
Changed-By: Mikhail Gusarov [EMAIL PROTECTED]
Description: 
 s3cmd  - command-line Amazon S3 client
Changes: 
 s3cmd (0.9.8.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 82599f58a06869d8422e73f1d1d3573277763c5c 1328 s3cmd_0.9.8.2-1.dsc
 ff3c8f0ce4e93bb2b9d184da278eff1d03f3df57 31081 s3cmd_0.9.8.2.orig.tar.gz
 11fd5389d5fbe06170974363c4ed77e4ad6c0a1a 2779 s3cmd_0.9.8.2-1.diff.gz
 95f45470ee79b268c5e73f5b5a0a771da986aa02 34504 s3cmd_0.9.8.2-1_all.deb
Checksums-Sha256: 
 0dcfe5a42e156c86b30262306ed83168b12a433f1830b0772cb3870d34b2f8fb 1328 
s3cmd_0.9.8.2-1.dsc
 8dff4573b6848a18961fab1ce136df634ccd2c257bc87b4a39afe5756a4bedaf 31081 
s3cmd_0.9.8.2.orig.tar.gz
 a75d7684785dd25df9aa2c953dee1dce2afc88ca2ba6caceb672d915b81143ab 2779 
s3cmd_0.9.8.2-1.diff.gz
 6e783272a30f720c3f20b33e656d3bc40949f39185130809cf7e33157f0401a0 34504 
s3cmd_0.9.8.2-1_all.deb
Files: 
 c95ec6e187a780e21339c629813456ed 1328 utils optional s3cmd_0.9.8.2-1.dsc
 34662f429cdb0929245430c1d7ff68af 31081 utils optional s3cmd_0.9.8.2.orig.tar.gz
 ecd8b2f81c0f894c9052e1c6e09954b4 2779 utils optional s3cmd_0.9.8.2-1.diff.gz
 d1246eb4556cfcd6a541df0b2873d252 34504 utils optional s3cmd_0.9.8.2-1_all.deb

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

iEYEARECAAYFAkhvQ/MACgkQB01zfu119ZnfkQCfZbhGpbo8aJfR3GyErh4DCZu8
oEAAoM8xqLeisfqMXbcbD1PkpX30hO7b
=t368
-END PGP SIGNATURE-


Accepted:
s3cmd_0.9.8.2-1.diff.gz
  to pool/main/s/s3cmd/s3cmd_0.9.8.2-1.diff.gz
s3cmd_0.9.8.2-1.dsc
  to pool/main/s/s3cmd/s3cmd_0.9.8.2-1.dsc
s3cmd_0.9.8.2-1_all.deb
  to pool/main/s/s3cmd/s3cmd_0.9.8.2-1_all.deb
s3cmd_0.9.8.2.orig.tar.gz
  to pool/main/s/s3cmd/s3cmd_0.9.8.2.orig.tar.gz


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



Accepted ocamlpam 1.1-2 (source i386)

2008-07-05 Thread Stephane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 09:15:36 +0200
Source: ocamlpam
Binary: libpam-ocaml-dev libpam-ocaml
Architecture: source i386
Version: 1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Stephane Glondu [EMAIL PROTECTED]
Description: 
 libpam-ocaml - OCaml bindings for the PAM library
 libpam-ocaml-dev - OCaml bindings for the PAM library
Changes: 
 ocamlpam (1.1-2) unstable; urgency=low
 .
   * Patch upstream Makefile (install target) to fix FTBFS on non-
 native architectures
Checksums-Sha1: 
 629b622d523654e2a13f439e3e5da9c78aaa84bc 1275 ocamlpam_1.1-2.dsc
 4a91194e9ce573b6d43100989ae2c50cb20d2370 2349 ocamlpam_1.1-2.diff.gz
 563c447d1af00b87df238b60312303c3f24dff1b 22688 libpam-ocaml-dev_1.1-2_i386.deb
 fed5166ea491927d1d6ce6b61a227ed259f7d6b7 10318 libpam-ocaml_1.1-2_i386.deb
Checksums-Sha256: 
 0749e8f4c6e3e40885e89fdddb3364adbf9c41481b498359e8048b13bff39312 1275 
ocamlpam_1.1-2.dsc
 7523e2c61b3e7d83e1d4318b2ca4493c7cb7f8c32a4fef3045c3e60fb59634a5 2349 
ocamlpam_1.1-2.diff.gz
 1fef1b665e6f8b7136a53ba186943b3572706653a10bfe1d385b6fd77c4c 22688 
libpam-ocaml-dev_1.1-2_i386.deb
 aa8b5aa661fd90237679bce716d68a71e5e0c932df5f859a677f4754630ca785 10318 
libpam-ocaml_1.1-2_i386.deb
Files: 
 166718e21c41996c30ef86cc84091641 1275 libs optional ocamlpam_1.1-2.dsc
 a3de06f770f38937f8b68628611ae4f2 2349 libs optional ocamlpam_1.1-2.diff.gz
 c254532223fdafc484ae0ce316f39146 22688 libdevel optional 
libpam-ocaml-dev_1.1-2_i386.deb
 e77a3939b1a1271465629ddc6ad58e3a 10318 libs optional 
libpam-ocaml_1.1-2_i386.deb

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

iD8DBQFIbz/7Bg8odvzgPaoRAusWAJ0Qx6ThWXAcQj4K+9W7505ChlJSGACfRXfM
NRAl61hQrXzWp5WGnwpML7o=
=sz6P
-END PGP SIGNATURE-


Accepted:
libpam-ocaml-dev_1.1-2_i386.deb
  to pool/main/o/ocamlpam/libpam-ocaml-dev_1.1-2_i386.deb
libpam-ocaml_1.1-2_i386.deb
  to pool/main/o/ocamlpam/libpam-ocaml_1.1-2_i386.deb
ocamlpam_1.1-2.diff.gz
  to pool/main/o/ocamlpam/ocamlpam_1.1-2.diff.gz
ocamlpam_1.1-2.dsc
  to pool/main/o/ocamlpam/ocamlpam_1.1-2.dsc


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



Accepted berusky 1.1-4 (source amd64)

2008-07-05 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:10:17 +0200
Source: berusky
Binary: berusky
Architecture: source amd64
Version: 1.1-4
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 berusky- Logic game based on Sokoban
Closes: 445153
Changes: 
 berusky (1.1-4) unstable; urgency=low
 .
   * debian/watch: Updated.
   * debian/control: Standards-Version, Homepage.
   * debian/menu: Updated.  Closes: #445153.
Checksums-Sha1: 
 db3d45e8fc2d4f21262db2d62a7e0083f1c89a21 1051 berusky_1.1-4.dsc
 5505e5f3c072b5392992d6a21cbbecef02a1199f 6685 berusky_1.1-4.diff.gz
 7f9690b1e16b0ff372db1ba512fd1617ee8fe3af 110644 berusky_1.1-4_amd64.deb
Checksums-Sha256: 
 06a948c0a1687999175349c179e02dabaaf4957d63bcf591040d8c39da8f5dd0 1051 
berusky_1.1-4.dsc
 a8feddc2acd576c2955ae5cd2bf9fb334d6e8169381b09abc45bec8c02fb4cb4 6685 
berusky_1.1-4.diff.gz
 ef769c357d3594d0660b1994ef31bde499e9c18dc2f59eab5471371863f70d01 110644 
berusky_1.1-4_amd64.deb
Files: 
 beca9e02941873574635f6a4e728d2fd 1051 games optional berusky_1.1-4.dsc
 9af4abe80ca8a2508745cdbcabed058d 6685 games optional berusky_1.1-4.diff.gz
 bcd719571df6d18a5e519b0f915a3061 110644 games optional berusky_1.1-4_amd64.deb

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

iD8DBQFIb0K/bMaawmho9B8RAjG0AJ9NMXSuCFthZWslDl7PXUqyXAMG3gCgyW4v
PKrDs3u5CTXwTVwrim+9jHo=
=j8+a
-END PGP SIGNATURE-


Accepted:
berusky_1.1-4.diff.gz
  to pool/main/b/berusky/berusky_1.1-4.diff.gz
berusky_1.1-4.dsc
  to pool/main/b/berusky/berusky_1.1-4.dsc
berusky_1.1-4_amd64.deb
  to pool/main/b/berusky/berusky_1.1-4_amd64.deb


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



Accepted abcm2ps 5.8.1-1 (source i386)

2008-07-05 Thread Anselm Lingnau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:32:07 +0200
Source: abcm2ps
Binary: abcm2ps
Architecture: source i386
Version: 5.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Anselm Lingnau [EMAIL PROTECTED]
Changed-By: Anselm Lingnau [EMAIL PROTECTED]
Description: 
 abcm2ps- Translates ABC music description files to PostScript
Changes: 
 abcm2ps (5.8.1-1) unstable; urgency=low
 .
   * New upstream release
   * Updated to policy version 3.8.0
Checksums-Sha1: 
 4fe4052e4725b23ca104e35a1afd7ced7474da6f 980 abcm2ps_5.8.1-1.dsc
 739f0aa3a87274e445d3b1d406e0261c915eb26e 222485 abcm2ps_5.8.1.orig.tar.gz
 b87413fcf017cf63ee2640e930d5e2fbdd7a21c7 54615 abcm2ps_5.8.1-1.diff.gz
 6156c34da41d7dd7f88a8c4c1e6a6aaa777326dd 176780 abcm2ps_5.8.1-1_i386.deb
Checksums-Sha256: 
 daff14ccdc7cb32cb4ece8e21206a38f5a699aa62a9306a10ebbc876aa9d390a 980 
abcm2ps_5.8.1-1.dsc
 32fe20cec1c4cfdcadd60e076cd2e429ee492550a3f67424f409e4fa617360be 222485 
abcm2ps_5.8.1.orig.tar.gz
 51b033c8352905c99270ef18714290fb7a4983aa562274e2a2496b97b06201af 54615 
abcm2ps_5.8.1-1.diff.gz
 548c68c25242502ec04ea941b61e2247362290316fcd6d30f6717ac81e326404 176780 
abcm2ps_5.8.1-1_i386.deb
Files: 
 bd3d6f670634a3c0be56f12fc388e599 980 text optional abcm2ps_5.8.1-1.dsc
 83dd750de2ddc366b8a0c4b132590681 222485 text optional abcm2ps_5.8.1.orig.tar.gz
 45c836ba874b7c663c92568c3aa450fe 54615 text optional abcm2ps_5.8.1-1.diff.gz
 01a49e8f0b12f5f8ed76cf03761d3f52 176780 text optional abcm2ps_5.8.1-1_i386.deb

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

iEYEARECAAYFAkhvRocACgkQtQIutYLqZT6T3QCg2lzIKqFLHuTjNrVJ7N3fTBjV
PS4AnRt3GUmfy5wTSv/QjXFSbEZGn49g
=9rf9
-END PGP SIGNATURE-


Accepted:
abcm2ps_5.8.1-1.diff.gz
  to pool/main/a/abcm2ps/abcm2ps_5.8.1-1.diff.gz
abcm2ps_5.8.1-1.dsc
  to pool/main/a/abcm2ps/abcm2ps_5.8.1-1.dsc
abcm2ps_5.8.1-1_i386.deb
  to pool/main/a/abcm2ps/abcm2ps_5.8.1-1_i386.deb
abcm2ps_5.8.1.orig.tar.gz
  to pool/main/a/abcm2ps/abcm2ps_5.8.1.orig.tar.gz


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



Accepted mdadm 2.6.7-3 (source amd64)

2008-07-05 Thread martin f. krafft
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 12:22:58 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 2.6.7-3
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers [EMAIL PROTECTED]
Changed-By: martin f. krafft [EMAIL PROTECTED]
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Changes: 
 mdadm (2.6.7-3) unstable; urgency=low
 .
   * Correct credits in the NEWS file: Suse authored the udev rules, not Ubuntu
 (who use the same file without credit).
Checksums-Sha1: 
 4c6fbb8fa5931a3fc0105d59715a6b4df7bfbf55 1253 mdadm_2.6.7-3.dsc
 bbb7a800e552c8fec8dc69915e338ad2d51c3c5e 119303 mdadm_2.6.7-3.diff.gz
 5fade6de827f6ecbc27c1804bb00f464eb5c802e 250872 mdadm_2.6.7-3_amd64.deb
 f6ae98a96b39b16e41337bc871d58bb3a5f53707 76642 mdadm-udeb_2.6.7-3_amd64.udeb
Checksums-Sha256: 
 f8de5c227a858f91d12d740640b891912f542b2f499f604d758552ee0b99e5ef 1253 
mdadm_2.6.7-3.dsc
 71673e7d1d9cde43ebc26e1108eb74fe4763e65724eac37c820f2da9c0243848 119303 
mdadm_2.6.7-3.diff.gz
 5f81208187a6b3a6e419062aff73d784ea26713a16dcca11cd1302b785fdb4d3 250872 
mdadm_2.6.7-3_amd64.deb
 cb519e573ce5a4f7c759d63d1be9379246795c81977cea5cb7f4bb9161137976 76642 
mdadm-udeb_2.6.7-3_amd64.udeb
Files: 
 b006e093d4eecbf259c1482711053976 1253 admin optional mdadm_2.6.7-3.dsc
 19c7266699a7bfcfa11b918c204954a5 119303 admin optional mdadm_2.6.7-3.diff.gz
 4427c3b02d2381398e0fec5408507652 250872 admin optional mdadm_2.6.7-3_amd64.deb
 d322b27b910bb75846e0516193817e92 76642 debian-installer optional 
mdadm-udeb_2.6.7-3_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkhvU9AACgkQIgvIgzMMSnUTBQCggSgSjO/I2RqoLrdVZMdb3a6B
paAAn0QJMjtcXL/fK0LCNnrGcN/p3tZb
=z5Ns
-END PGP SIGNATURE-


Accepted:
mdadm-udeb_2.6.7-3_amd64.udeb
  to pool/main/m/mdadm/mdadm-udeb_2.6.7-3_amd64.udeb
mdadm_2.6.7-3.diff.gz
  to pool/main/m/mdadm/mdadm_2.6.7-3.diff.gz
mdadm_2.6.7-3.dsc
  to pool/main/m/mdadm/mdadm_2.6.7-3.dsc
mdadm_2.6.7-3_amd64.deb
  to pool/main/m/mdadm/mdadm_2.6.7-3_amd64.deb


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



Accepted ibm-3270 3.3.7p7-1 (source all amd64)

2008-07-05 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 12:21:25 +0200
Source: ibm-3270
Binary: x3270 c3270 pr3287 s3270 tcl3270 3270-common xfonts-x3270-misc
Architecture: source all amd64
Version: 3.3.7p7-1
Distribution: unstable
Urgency: low
Maintainer: Bastian Blank [EMAIL PROTECTED]
Changed-By: Bastian Blank [EMAIL PROTECTED]
Description: 
 3270-common - Common files for IBM 3270 emulators and pr3287
 c3270  - Curses program for telnet sessions to IBM mainframes
 pr3287 - IBM 3287 printer emulation for telnet sessions to IBM mainframes
 s3270  - Program for scripted telnet sessions to IBM mainframes
 tcl3270- Program for scripted telnet sessions to IBM mainframes.
 x3270  - X11 program for telnet sessions to IBM mainframes
 xfonts-x3270-misc - Font files for the x3270(1) IBM 3270 emulator
Closes: 489339
Changes: 
 ibm-3270 (3.3.7p7-1) unstable; urgency=low
 .
   * New upstream version.
   * Really fix build dependency. (closes: #489339)
   * Install documentation.
   * Fix menu entries.
   * Fix permission of icu converters.
Checksums-Sha1: 
 18cd561382531c9071035dd620b4144e6cb7390f 1171 ibm-3270_3.3.7p7-1.dsc
 f78b8d80d39317206890de626eb194978a048d75 3373666 ibm-3270_3.3.7p7.orig.tar.gz
 2fb6f8f86e84adb61137473e73202310f8b5b880 10263 ibm-3270_3.3.7p7-1.diff.gz
 840a19ff30454a29cde5d5c17f7d57d9ffc01c12 214316 
xfonts-x3270-misc_3.3.7p7-1_all.deb
 5ba3b21d961104e46bdd9eee22f65ca545961f35 349034 x3270_3.3.7p7-1_amd64.deb
 bf7ed6bcac709f13c44f3ddefd06d2b69bb97064 197504 c3270_3.3.7p7-1_amd64.deb
 f05db22274389c0f8213c1f33aa59b02f94d17dd 55510 pr3287_3.3.7p7-1_amd64.deb
 9d0d95858d73ed15bb281e72bf2a0a5ddb25025b 169540 s3270_3.3.7p7-1_amd64.deb
 c91a368a4dc4c941db980e4177d51edaed32102c 345206 3270-common_3.3.7p7-1_amd64.deb
Checksums-Sha256: 
 b28b06e198a6fa9da7065c06fc764355243a996cf43b795f8018be30530d7a8c 1171 
ibm-3270_3.3.7p7-1.dsc
 92b2c785e81e29a2bc884b574f1ee7887523e535e52e3ec8ba4f2509ce5a8f10 3373666 
ibm-3270_3.3.7p7.orig.tar.gz
 20a11c023366d6fcdb5ad2bb39b46ce604800a2cb70544373cfba4bab1fb8858 10263 
ibm-3270_3.3.7p7-1.diff.gz
 75740f892522ae17feec03c784174c82b37e054f654035f2451f51bd1d90f028 214316 
xfonts-x3270-misc_3.3.7p7-1_all.deb
 cdd62f9b8f34c79eec2dd4d6ca28bed0f31d62a9b750bbf41ff69209c8377877 349034 
x3270_3.3.7p7-1_amd64.deb
 663385fe3e6d69e9a4cc5ff59a2080bf9333609d3758769151bd29880f4e53cd 197504 
c3270_3.3.7p7-1_amd64.deb
 dff2ecdce78f6d4a8ab8ad44d1021e5ac621a0e7ef2e0ec04efc730485474e9f 55510 
pr3287_3.3.7p7-1_amd64.deb
 27ccafaf5670a5869d10702d0db024a92733115d30d04dead2f3f26aca9bccd7 169540 
s3270_3.3.7p7-1_amd64.deb
 ee500dbb29d09c20731b0e4d86bd0c4b63d456e36a4a33d5fb4a33edf29ec4f1 345206 
3270-common_3.3.7p7-1_amd64.deb
Files: 
 d6c037c8427932b4fd1540c1a4796902 1171 non-free/net optional 
ibm-3270_3.3.7p7-1.dsc
 29d633ac817f10fc6076bf6a6fbb487b 3373666 non-free/net optional 
ibm-3270_3.3.7p7.orig.tar.gz
 ae537a86b90d5ca92f1a690d3415e18e 10263 non-free/net optional 
ibm-3270_3.3.7p7-1.diff.gz
 840d03ead80d16b100f55c223485304f 214316 non-free/x11 optional 
xfonts-x3270-misc_3.3.7p7-1_all.deb
 1538253dd42d120eb7db974b524398a2 349034 non-free/net optional 
x3270_3.3.7p7-1_amd64.deb
 988683419a7c83918669ba77285bf65f 197504 non-free/net optional 
c3270_3.3.7p7-1_amd64.deb
 f956ff7548001101dcd2786b28ba93ce 55510 non-free/net optional 
pr3287_3.3.7p7-1_amd64.deb
 44d0aac2981054a8a614069206243cbe 169540 non-free/net optional 
s3270_3.3.7p7-1_amd64.deb
 c67f4f31a13ca35556f02dfd0d457b9b 345206 non-free/net optional 
3270-common_3.3.7p7-1_amd64.deb

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

iEYEARECAAYFAkhvTC8ACgkQxWtQqFixGB4WdgCffHQh/EcAOcfkOTQspT4r+uD3
8fsAnjRIwSAF3nfFXnuC2gqoFCYjcL7V
=2CaB
-END PGP SIGNATURE-


Accepted:
3270-common_3.3.7p7-1_amd64.deb
  to pool/non-free/i/ibm-3270/3270-common_3.3.7p7-1_amd64.deb
c3270_3.3.7p7-1_amd64.deb
  to pool/non-free/i/ibm-3270/c3270_3.3.7p7-1_amd64.deb
ibm-3270_3.3.7p7-1.diff.gz
  to pool/non-free/i/ibm-3270/ibm-3270_3.3.7p7-1.diff.gz
ibm-3270_3.3.7p7-1.dsc
  to pool/non-free/i/ibm-3270/ibm-3270_3.3.7p7-1.dsc
ibm-3270_3.3.7p7.orig.tar.gz
  to pool/non-free/i/ibm-3270/ibm-3270_3.3.7p7.orig.tar.gz
pr3287_3.3.7p7-1_amd64.deb
  to pool/non-free/i/ibm-3270/pr3287_3.3.7p7-1_amd64.deb
s3270_3.3.7p7-1_amd64.deb
  to pool/non-free/i/ibm-3270/s3270_3.3.7p7-1_amd64.deb
x3270_3.3.7p7-1_amd64.deb
  to pool/non-free/i/ibm-3270/x3270_3.3.7p7-1_amd64.deb
xfonts-x3270-misc_3.3.7p7-1_all.deb
  to pool/non-free/i/ibm-3270/xfonts-x3270-misc_3.3.7p7-1_all.deb


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



Accepted libchipcard 4.1.2-1 (source all i386)

2008-07-05 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 12:21:08 +0200
Source: libchipcard
Binary: libchipcard-dev libchipcardc2 libchipcardd0 libchipcard-ctapi0 
libchipcard-data libchipcard-tools libchipcard-libgwenhywfar47-plugins
Architecture: source all i386
Version: 4.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk [EMAIL PROTECTED]
Changed-By: Micha Lenk [EMAIL PROTECTED]
Description: 
 libchipcard-ctapi0 - library for accessing smartcards
 libchipcard-data - configuration files for libchipcard
 libchipcard-dev - API for smartcard readers
 libchipcard-libgwenhywfar47-plugins - crypttoken plugin to libgwenhywfar
 libchipcard-tools - tools for accessing chipcards
 libchipcardc2 - library for accessing smartcards
 libchipcardd0 - library for accessing smartcards
Changes: 
 libchipcard (4.1.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 0f4be5adbb432309697a5352cf8615f50c350f9d 1384 libchipcard_4.1.2-1.dsc
 d266d042323d62f9f5f0fbcd70c01f4ba3ce0314 1024342 libchipcard_4.1.2.orig.tar.gz
 126fc7f9e2310e3d8096c8b208f52cf405993798 11029 libchipcard_4.1.2-1.diff.gz
 d214a7d57015e6d5e70eeba06697b914c7bcad86 69772 libchipcard-data_4.1.2-1_all.deb
 a4aaa63cd026137811cb3d27c8f79aca019eed5c 64944 libchipcard-dev_4.1.2-1_i386.deb
 5af1dc59aab76d01abdd320f8525a46d7ab677f2 178294 libchipcardc2_4.1.2-1_i386.deb
 5e9cda30a432882611f62e27a7f73ed437162953 102158 libchipcardd0_4.1.2-1_i386.deb
 febf1214a96642b58ad7f118dd370ba9cc872e65 47798 
libchipcard-ctapi0_4.1.2-1_i386.deb
 c561772dcdfa14425c816ce02577cc017a9018c9 225924 
libchipcard-tools_4.1.2-1_i386.deb
 a178a53fdb0f634a5eb36257ec07c904e1d8fdf4 60114 
libchipcard-libgwenhywfar47-plugins_4.1.2-1_i386.deb
Checksums-Sha256: 
 c04865cf6d310983ecdddc116e1ccd9a869c7b6ec2a1afd86bf77ad8152f 1384 
libchipcard_4.1.2-1.dsc
 7c44fa440f5863de413a5734f0bafa231ba8d5d52d5ed499e1f46f0d2db48a82 1024342 
libchipcard_4.1.2.orig.tar.gz
 863d16221ee229a42c1c1eb19d108daa16e95198b172fde5a2b97273f67a009c 11029 
libchipcard_4.1.2-1.diff.gz
 caeb961b7c5cb059a942f39f5aebabd1eb3c78af9240cbc117e4e12e6e77db1d 69772 
libchipcard-data_4.1.2-1_all.deb
 6ef6172cd2e84fbcda2d5a8fd8d46e7185f1ce17fa023636dd83efdad8dac254 64944 
libchipcard-dev_4.1.2-1_i386.deb
 8ed4b10a791b8672b49e0e26f1ffb7b6499156ab36a1d643a6896cdcfa12f3df 178294 
libchipcardc2_4.1.2-1_i386.deb
 dc4c7e2045fd97049106ae417caac1a10e0ce8c05865a2846a1303d788dc2158 102158 
libchipcardd0_4.1.2-1_i386.deb
 409923b48ae57d341e70a9835e94fcc005ed2d459dae4c0327d8cf6f0eb86b68 47798 
libchipcard-ctapi0_4.1.2-1_i386.deb
 13596a44799586f9c2b05862095830778c972e752547ed9040a3e47271a9c5af 225924 
libchipcard-tools_4.1.2-1_i386.deb
 4d7f5f17a48c05a8ff37859199de985a96c39202763b7589326769553ea61e24 60114 
libchipcard-libgwenhywfar47-plugins_4.1.2-1_i386.deb
Files: 
 222d1595ad37a001e0d8774c64eed5cb 1384 libs optional libchipcard_4.1.2-1.dsc
 affecf224c05b79c17cda230d86bba00 1024342 libs optional 
libchipcard_4.1.2.orig.tar.gz
 350b15a1c6180df73243cedd6566c19a 11029 libs optional 
libchipcard_4.1.2-1.diff.gz
 5400177c7d884ae6cf79c44e38803279 69772 libs optional 
libchipcard-data_4.1.2-1_all.deb
 3f802e22aa8f102b64641bd165296738 64944 libdevel extra 
libchipcard-dev_4.1.2-1_i386.deb
 de3786ae41e70fdbb55bb6c086c45983 178294 libs optional 
libchipcardc2_4.1.2-1_i386.deb
 a888d900c9250c939ecf884b914f24ac 102158 libs optional 
libchipcardd0_4.1.2-1_i386.deb
 a969484d8683ca91b5f1f2ec1f674952 47798 libs optional 
libchipcard-ctapi0_4.1.2-1_i386.deb
 58533ea7194323ad7be01232a79ccb86 225924 misc optional 
libchipcard-tools_4.1.2-1_i386.deb
 dbe8f9ca5a8ce703411c8862cef11643 60114 misc optional 
libchipcard-libgwenhywfar47-plugins_4.1.2-1_i386.deb

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

iD8DBQFIb052WN0/4pnhQbQRAl/IAKCijSevjZ62pIL3fYpJlh6DmBv9KACeKJYH
jDDMAcVTzAe7m0WM9JrZSOc=
=1jut
-END PGP SIGNATURE-


Accepted:
libchipcard-ctapi0_4.1.2-1_i386.deb
  to pool/main/libc/libchipcard/libchipcard-ctapi0_4.1.2-1_i386.deb
libchipcard-data_4.1.2-1_all.deb
  to pool/main/libc/libchipcard/libchipcard-data_4.1.2-1_all.deb
libchipcard-dev_4.1.2-1_i386.deb
  to pool/main/libc/libchipcard/libchipcard-dev_4.1.2-1_i386.deb
libchipcard-libgwenhywfar47-plugins_4.1.2-1_i386.deb
  to 
pool/main/libc/libchipcard/libchipcard-libgwenhywfar47-plugins_4.1.2-1_i386.deb
libchipcard-tools_4.1.2-1_i386.deb
  to pool/main/libc/libchipcard/libchipcard-tools_4.1.2-1_i386.deb
libchipcard_4.1.2-1.diff.gz
  to pool/main/libc/libchipcard/libchipcard_4.1.2-1.diff.gz
libchipcard_4.1.2-1.dsc
  to pool/main/libc/libchipcard/libchipcard_4.1.2-1.dsc
libchipcard_4.1.2.orig.tar.gz
  to pool/main/libc/libchipcard/libchipcard_4.1.2.orig.tar.gz
libchipcardc2_4.1.2-1_i386.deb
  to pool/main/libc/libchipcard/libchipcardc2_4.1.2-1_i386.deb
libchipcardd0_4.1.2-1_i386.deb
  to pool/main/libc/libchipcard/libchipcardd0_4.1.2-1_i386.deb


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

Accepted libxml-rss-perl 1.33-1 (source all)

2008-07-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 12:56:55 +0200
Source: libxml-rss-perl
Binary: libxml-rss-perl
Architecture: source all
Version: 1.33-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libxml-rss-perl - Perl module for managing RSS (RDF Site Summary) files
Changes: 
 libxml-rss-perl (1.33-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Standards-Version to 3.8.0 (no changes).
   * debian/control: change my email address.
   * Refresh debian/rules, no functional changes.
Checksums-Sha1: 
 2a462e2b994cbf17d9ad2df00661437b74ca1754 1632 libxml-rss-perl_1.33-1.dsc
 a2edc7bc8002354b84fa6e3449bea8d63cfd4840 88513 libxml-rss-perl_1.33.orig.tar.gz
 ac6bbc410262ca11e9546184cf85ed45533c774f 4508 libxml-rss-perl_1.33-1.diff.gz
 c1dead7a3682604eb81e9b316a5538b589938423 51986 libxml-rss-perl_1.33-1_all.deb
Checksums-Sha256: 
 1ba2fa774482c40872e130fba798ee4383fac8635810ed64531ef807b7e272b3 1632 
libxml-rss-perl_1.33-1.dsc
 f51e338f5e6afa02b70ced53b5bebee243650d2cc02d5998277a09161b199f9f 88513 
libxml-rss-perl_1.33.orig.tar.gz
 2c220052fbb9eb375d446037154666f2c7fb3bf43f36138e1325679ac0c0388e 4508 
libxml-rss-perl_1.33-1.diff.gz
 f112f50c3f9492d1fe5d1d60aab19dd37d3041f5eb4d29ba34cd267f07754e7f 51986 
libxml-rss-perl_1.33-1_all.deb
Files: 
 2dd5850dafe1e5d84e6e08f4645a60d0 1632 perl optional libxml-rss-perl_1.33-1.dsc
 69391f718dfafa2b4b6dce2136ae05d9 88513 perl optional 
libxml-rss-perl_1.33.orig.tar.gz
 99e038ecac58dec27869d6180b45b9c0 4508 perl optional 
libxml-rss-perl_1.33-1.diff.gz
 e7da5f50b23c676b49ba54139dc5c025 51986 perl optional 
libxml-rss-perl_1.33-1_all.deb

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

iEYEARECAAYFAkhvU+UACgkQOzKYnQDzz+RtTwCfUTf4ls/c920xh15E7fjukZt+
7I4AnioPoUDHz6R0YibgT7diizPZt1RY
=Sw75
-END PGP SIGNATURE-


Accepted:
libxml-rss-perl_1.33-1.diff.gz
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.33-1.diff.gz
libxml-rss-perl_1.33-1.dsc
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.33-1.dsc
libxml-rss-perl_1.33-1_all.deb
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.33-1_all.deb
libxml-rss-perl_1.33.orig.tar.gz
  to pool/main/libx/libxml-rss-perl/libxml-rss-perl_1.33.orig.tar.gz


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



Accepted libcoat-perl 0.331-1 (source all)

2008-07-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 13:16:51 +0200
Source: libcoat-perl
Binary: libcoat-perl
Architecture: source all
Version: 0.331-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libcoat-perl - light and Moose-compatible meta-class for Perl5
Changes: 
 libcoat-perl (0.331-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove libtest-exception-perl from Build-Depends-Indep.
   * Set Standards-Version to 3.8.0 (no changes).
Checksums-Sha1: 
 06f943a8717cc688a6a164b8fd5f6579779ea119 1366 libcoat-perl_0.331-1.dsc
 9ecc33b7f1154df548f318a6cbe2c2d726331c29 31327 libcoat-perl_0.331.orig.tar.gz
 cec1117e33c59b68b165f4dd543a2c65b518b577 2743 libcoat-perl_0.331-1.diff.gz
 e30f26490a56ed8d626a29d51b296b838963a9d7 31880 libcoat-perl_0.331-1_all.deb
Checksums-Sha256: 
 7304c5ca2a73f0b94788f9b62a73c81db244496909647a3e02be62e121fb829a 1366 
libcoat-perl_0.331-1.dsc
 b04c51836e433e6b5734c922f8e874282240b5816c12f8f3761c91f6a7c57d8b 31327 
libcoat-perl_0.331.orig.tar.gz
 bbcfc5eb204c78bd74774aece47c3485992ac541e0a267f6400ee9d1f499b705 2743 
libcoat-perl_0.331-1.diff.gz
 96be3058fe078bf2216e8b856389a8de41b7dd567b2488f9e49b157db51143af 31880 
libcoat-perl_0.331-1_all.deb
Files: 
 f80adaac35cd478b574d8736b8a2ad5a 1366 perl optional libcoat-perl_0.331-1.dsc
 a9503d1815fd10292c1dcf7668597c81 31327 perl optional 
libcoat-perl_0.331.orig.tar.gz
 b5a67da96dbb8d591f1f22f467f54f2e 2743 perl optional 
libcoat-perl_0.331-1.diff.gz
 0a16bbf445279f7f1c92d5ed242b867d 31880 perl optional 
libcoat-perl_0.331-1_all.deb

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

iEYEARECAAYFAkhvWIkACgkQOzKYnQDzz+TxNwCeK1JDqvnv9iQhkQo9UBeJ7+Fc
gi0An2MHsPr42x4JJpVNcAIukA5sc52c
=osfC
-END PGP SIGNATURE-


Accepted:
libcoat-perl_0.331-1.diff.gz
  to pool/main/libc/libcoat-perl/libcoat-perl_0.331-1.diff.gz
libcoat-perl_0.331-1.dsc
  to pool/main/libc/libcoat-perl/libcoat-perl_0.331-1.dsc
libcoat-perl_0.331-1_all.deb
  to pool/main/libc/libcoat-perl/libcoat-perl_0.331-1_all.deb
libcoat-perl_0.331.orig.tar.gz
  to pool/main/libc/libcoat-perl/libcoat-perl_0.331.orig.tar.gz


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



Accepted emboss-explorer 2.2.0-6 (source all)

2008-07-05 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 16:29:07 +0900
Source: emboss-explorer
Binary: emboss-explorer libemboss-acd-perl
Architecture: source all
Version: 2.2.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: Charles Plessy [EMAIL PROTECTED]
Description: 
 emboss-explorer - web-based GUI to EMBOSS
 libemboss-acd-perl - perl module to parse EMBOSS ACD files
Closes: 485009 485735
Changes: 
 emboss-explorer (2.2.0-6) unstable; urgency=low
 .
   [ Charles Plessy ]
   * Relicensed the packaging work to Same as EMBOSS explorer.
   * debian/patches:
 - Documented 01-fix_examples.dpatch.
 - Documented and forwarded 02-fix_Conf.pm.dpatch and
   05-build-manpages.dpatch.
 - Suppressed 04-fix_install.dpatch. Its role is taken by debian/rules and
   debian/index.html.
   * debian/rules:
 - refreshed using dh-make-perl version 0.45;
 - tests disable because of upstream bug 1994385;
 - sets the owner of the emboss output directory as `www-data';
 - touches the makefile to avoid timestamp artefacts due to the patching of
   Makefile.PL (Thanks to Damyan and Gregor for the hint!).
   * Package made compatible with FHS by not using /var/www.
 - HTML files moved to `/usr/emboss-explorer/html'.
 - Cascade stylesheets moved to `/etc/emboss-explorer/style'
   (they are intended to be modifiable).
 - Temporary files moved to `/var/lib/emboss-explorer'
 - /etc/emboss-explorer/apache.conf allows apache2 to access the files in
   the /user/share/emboss-explorer directory, as well as the EMBOSS
   documentation in /usr/share/doc/emboss-explorer/ (Closes: #485735).
   * debian/emboss-explorer.manpages, debian/acdcheck.1*, debian/mkstatic.1*
 suppressed to use Upstream's manpages.
   * debian/emboss-explorer.postrm removes the temporary files when the package
 is purged.
   * debian/emboss-explorer.preinst moves the emboss-explorer.conf in its new
 place.
 .
   [ David Paleino ]
   * debian/control:
 - dropped dependency on libcgi-perl (Closes: #485009)
 - updated Charles' email :)
   * debian/copyright updated
Checksums-Sha1: 
 55f53eeb58e918efa13df5a31852b5ae2b56c07a 1464 emboss-explorer_2.2.0-6.dsc
 9cd75a9e2552842b6bdbae3a4145e955adcb5aa0 7780 emboss-explorer_2.2.0-6.diff.gz
 142e3e3f8717cb658fde4a81a6761337e4cebc16 44116 emboss-explorer_2.2.0-6_all.deb
 26d434d4917655990bd9b58796c0727d44ba5cf3 10474 
libemboss-acd-perl_2.2.0-6_all.deb
Checksums-Sha256: 
 dabc5885ae3986cfbef50d5072fb54f5e536fa2ba9883cea491f2769121f913f 1464 
emboss-explorer_2.2.0-6.dsc
 23358e4a2000e7f96a36db4fb21405255168a04b936e8ef36b84de3c89d326c7 7780 
emboss-explorer_2.2.0-6.diff.gz
 e27292827e15a0da8a082b95e4887e4398ebd2f2795a2f02388ea63c2a3c60ef 44116 
emboss-explorer_2.2.0-6_all.deb
 4a927f329d26ef19cff7186ce7dd550a030352a0dd3f5eb509de1365261d4c9a 10474 
libemboss-acd-perl_2.2.0-6_all.deb
Files: 
 97312be00049d78601514f8d59b2c621 1464 science optional 
emboss-explorer_2.2.0-6.dsc
 81a5d2b568fcf9b67972cafc015aa809 7780 science optional 
emboss-explorer_2.2.0-6.diff.gz
 7ef82157bfdd2a1b4026ce907337aa9f 44116 science optional 
emboss-explorer_2.2.0-6_all.deb
 184e06127497501ffd5d6619c9544e90 10474 perl optional 
libemboss-acd-perl_2.2.0-6_all.deb

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

iD8DBQFIby7AdYl1krr+x/IRAlkcAJ9tB6lAQnOTNm6QypK2gmbboDgAugCfXE0L
N8gSoSS1sv4/MWzX7kK6p4g=
=ya60
-END PGP SIGNATURE-


Accepted:
emboss-explorer_2.2.0-6.diff.gz
  to pool/main/e/emboss-explorer/emboss-explorer_2.2.0-6.diff.gz
emboss-explorer_2.2.0-6.dsc
  to pool/main/e/emboss-explorer/emboss-explorer_2.2.0-6.dsc
emboss-explorer_2.2.0-6_all.deb
  to pool/main/e/emboss-explorer/emboss-explorer_2.2.0-6_all.deb
libemboss-acd-perl_2.2.0-6_all.deb
  to pool/main/e/emboss-explorer/libemboss-acd-perl_2.2.0-6_all.deb


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



Accepted grub2 1.96+20080704-1 (source amd64)

2008-07-05 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  4 Jul 2008 21:39:07 +0200
Source: grub2
Binary: grub2 grub-of grub-common grub-pc grub-rescue-pc grub-linuxbios 
grub-efi grub-ieee1275
Architecture: source amd64
Version: 1.96+20080704-1
Distribution: unstable
Urgency: high
Maintainer: GRUB Maintainers [EMAIL PROTECTED]
Changed-By: Robert Millan [EMAIL PROTECTED]
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-efi   - GRand Unified Bootloader, version 2 (EFI version)
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (LinuxBIOS version)
 grub-of- GRand Unified Bootloader, version 2 [dummy]
 grub-pc- GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2  - GRand Unified Bootloader, version 2 (dummy package)
Closes: 464086 476479 477083 488375 489133
Changes: 
 grub2 (1.96+20080704-1) unstable; urgency=high
 .
   * New SVN snapshot.
   * default/grub: Add commented example to disable graphical terminal.
   * Use substvars to support linking with liblzo1.
   * Bring 03_disable_floppies.diff to pre-r805 state.  (Closes: #488375)
   * patches/02_old_linux_version_comparison.diff: New patch.  Steal version
 comparison code from GRUB Legacy's update-grub.  (Closes: #464086, #489133)
   * patches/00_speed_up_font_load.diff: New patch.  Generate font files with
 only the needed characters.  (Closes: #476479, #477083)
Checksums-Sha1: 
 0692e182f95fb5686306abbcfc36a7f773583b02 2002 grub2_1.96+20080704-1.dsc
 6d00d44efbd4279de88916b72aebd6f26b929c68 866780 grub2_1.96+20080704.orig.tar.gz
 14afe6bb8eaaa47b4fde9ff6b562dbb249e2020b 42191 grub2_1.96+20080704-1.diff.gz
 0315f7e36da204185b1a997f4b4aa65888bc9d73 117410 grub2_1.96+20080704-1_amd64.deb
 c6ac0fec5b0e5a92159bf69f35bde13be4bb8eec 190674 
grub-common_1.96+20080704-1_amd64.deb
 daa81bfd05160c57b5eb345fe8771c6bd8dbb966 1132800 
grub-pc_1.96+20080704-1_amd64.deb
 525f26f55b2c5d921366dcc852db3e9c19ad1270 465312 
grub-rescue-pc_1.96+20080704-1_amd64.deb
 f0df5048e599e7e808064a284a5b5165c6aa293d 995826 
grub-linuxbios_1.96+20080704-1_amd64.deb
 63c1fdbf00c272640063ee63ced3de5beffb290b 44 
grub-efi_1.96+20080704-1_amd64.deb
 717a996e2a3aeecdecce7911282095a4bc043cc1 998276 
grub-ieee1275_1.96+20080704-1_amd64.deb
Checksums-Sha256: 
 56a682798e69b96d4f9e90cfceeedf98f225763c317f150c0da8f0e1d0f0d0d4 2002 
grub2_1.96+20080704-1.dsc
 59eca2e285862d1d2dbc982cc68884f57813b9b82e01b8a4fe259722e3508524 866780 
grub2_1.96+20080704.orig.tar.gz
 26eaa9496789895c8e3cb03a1c17ecdce8f73a5eb8a4617c9b58169e1e6c5b09 42191 
grub2_1.96+20080704-1.diff.gz
 da119b37188a5e75f06c578c7f82cb69d69c505c8ab08634354df2fa6e0439fd 117410 
grub2_1.96+20080704-1_amd64.deb
 549fec2a269b9c5853d356944e421473091ce65b3fba91108493ead733a56e2b 190674 
grub-common_1.96+20080704-1_amd64.deb
 8132ccabf4e6b57642ece13d3267c15c9f0261dc12667cccef6e713f9db37a58 1132800 
grub-pc_1.96+20080704-1_amd64.deb
 e998c7df4e5d6151a42ef1212d3f467f99bc1f63bedfe2867ee9d8cec3ae864d 465312 
grub-rescue-pc_1.96+20080704-1_amd64.deb
 d55d5f4dbf8e30ade7e536912c4ee8b885a42ae396830dc546eebb9cdcaa68a6 995826 
grub-linuxbios_1.96+20080704-1_amd64.deb
 7ac0b9709513acdaa00a4b4cadb150ffde986031615a7d84d5520c9f3b0dc652 44 
grub-efi_1.96+20080704-1_amd64.deb
 3845af154c282abc3fdec0fccbacf0ce7c059b5d95078cc14e02008a23159462 998276 
grub-ieee1275_1.96+20080704-1_amd64.deb
Files: 
 0695ab798be28f4c44146ecc76d90630 2002 admin extra grub2_1.96+20080704-1.dsc
 9dbbea7f993336babb2ecb87f7e33d42 866780 admin extra 
grub2_1.96+20080704.orig.tar.gz
 726b24ada1f434a5c061d0487311b319 42191 admin extra 
grub2_1.96+20080704-1.diff.gz
 2a8d2ce0067bcbb88eb1bd93670a2fc2 117410 admin extra 
grub2_1.96+20080704-1_amd64.deb
 2c71ff82fbf2755b30935c0b0c7b2a5a 190674 admin extra 
grub-common_1.96+20080704-1_amd64.deb
 ec2ed06ffe851e0a1fbdb1fb00196308 1132800 admin extra 
grub-pc_1.96+20080704-1_amd64.deb
 f615d3edb640cd1a216289632962fd26 465312 admin extra 
grub-rescue-pc_1.96+20080704-1_amd64.deb
 b67abef0583806a81ea37f1f1d60a29d 995826 admin extra 
grub-linuxbios_1.96+20080704-1_amd64.deb
 b55c086b80c9d9efbcbfbcb076388204 44 admin extra 
grub-efi_1.96+20080704-1_amd64.deb
 610502a9ed33691871e339ce715e0a28 998276 admin extra 
grub-ieee1275_1.96+20080704-1_amd64.deb

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

iEYEARECAAYFAkhvXasACgkQC19io6rUCv9g0gCfbFNnQ8iVbXk7kvP5u6YVHsxk
8e8An16zbTOmdUUVu75MY0tvYrzCIiZv
=adMB
-END PGP SIGNATURE-


Accepted:
grub-common_1.96+20080704-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20080704-1_amd64.deb
grub-efi_1.96+20080704-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20080704-1_amd64.deb
grub-ieee1275_1.96+20080704-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20080704-1_amd64.deb
grub-linuxbios_1.96+20080704-1_amd64.deb
  to 

Accepted libcpan-distnameinfo-perl 0.07-1 (source all)

2008-07-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 13:55:33 +0200
Source: libcpan-distnameinfo-perl
Binary: libcpan-distnameinfo-perl
Architecture: source all
Version: 0.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libcpan-distnameinfo-perl - Extract distribution name and version from a 
distribution filenam
Changes: 
 libcpan-distnameinfo-perl (0.07-1) unstable; urgency=low
 .
   * debian/watch: add author-based URL to catch newer releases.
   * New upstream release.
   * Set Standards-Version to 3.8.0 (no changes).
   * debian/control: change my email address.
   * debian/copyright: add copyright/license information for inc/* and upstream
 URL for newer releases.
   * Refresh debian/rules, no functional changes.
Checksums-Sha1: 
 95533781a8d42a169b14f4417599965fb405509a 1468 
libcpan-distnameinfo-perl_0.07-1.dsc
 9ee3dfc9e36de90706d00e9cb0ff2e01340fa0f5 36440 
libcpan-distnameinfo-perl_0.07.orig.tar.gz
 232f3b31618fa177092d362ed43f32ce11ab6618 2823 
libcpan-distnameinfo-perl_0.07-1.diff.gz
 04da0c72643d504be33049421b764868a3da0df2 8552 
libcpan-distnameinfo-perl_0.07-1_all.deb
Checksums-Sha256: 
 7ec32c7db9a8750c981fa574455131b8486003b9397f25129a5618aec3fb65fb 1468 
libcpan-distnameinfo-perl_0.07-1.dsc
 2bc0a54058b16a10e6cf095f5f62d82cf3054b147c1afb27ca9f1c75d44f0053 36440 
libcpan-distnameinfo-perl_0.07.orig.tar.gz
 c4b2da22ccdf77ce0ff40feeae4f01fd251a7de0ed1e82f959f557cb34fd3f6d 2823 
libcpan-distnameinfo-perl_0.07-1.diff.gz
 21524d297c405ead06224084dbb3a937289d3c49083487c4e2cb945bfefd824f 8552 
libcpan-distnameinfo-perl_0.07-1_all.deb
Files: 
 98ee655cdc722e84992d85ba8c9d5b4f 1468 perl optional 
libcpan-distnameinfo-perl_0.07-1.dsc
 67be352964083d1dad3c97916d97937a 36440 perl optional 
libcpan-distnameinfo-perl_0.07.orig.tar.gz
 aa6c74c1683f7ee0c6353bd2839936f6 2823 perl optional 
libcpan-distnameinfo-perl_0.07-1.diff.gz
 f1a89189bacc38720269b89089d7ee8a 8552 perl optional 
libcpan-distnameinfo-perl_0.07-1_all.deb

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

iEYEARECAAYFAkhvYZoACgkQOzKYnQDzz+T0vwCfabrE+2VtjW+8QNrUs3AZ+8n7
hS8AnjIkEK0apOMrYjjrVT+FZvBvvD1D
=larA
-END PGP SIGNATURE-


Accepted:
libcpan-distnameinfo-perl_0.07-1.diff.gz
  to 
pool/main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.07-1.diff.gz
libcpan-distnameinfo-perl_0.07-1.dsc
  to 
pool/main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.07-1.dsc
libcpan-distnameinfo-perl_0.07-1_all.deb
  to 
pool/main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.07-1_all.deb
libcpan-distnameinfo-perl_0.07.orig.tar.gz
  to 
pool/main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.07.orig.tar.gz


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



Accepted debhelper 7.0.14 (source all)

2008-07-05 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 08:23:32 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 7.0.14
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 debhelper  - helper programs for debian/rules
Changes: 
 debhelper (7.0.14) unstable; urgency=low
 .
   * Load python-support sequence file first, to allow ones loaded later to
 disable it.
Checksums-Sha1: 
 1d9cbb2ebe4fde3dd0bf5bcb6e9c92f2d9a5a1a1 838 debhelper_7.0.14.dsc
 9401bf2eed20c081bc0c94078b6ea9db60869664 293534 debhelper_7.0.14.tar.gz
 c5c7719143db615a90365ce8765f9d55c3f1b27d 553454 debhelper_7.0.14_all.deb
Checksums-Sha256: 
 f55da910297e9aebe7966d69fccfe5dcd9d7b0dcfafbe4200087178bea9a2ba4 838 
debhelper_7.0.14.dsc
 f1633515357a1e9da6f0a576d4a5e523d80c4110950a99cc7d1171c06cfcbdf7 293534 
debhelper_7.0.14.tar.gz
 721681518706421cb491aa5ac8df167bcef7d4e5ab8275c7cdf9e8e876c5911d 553454 
debhelper_7.0.14_all.deb
Files: 
 72500ab4ac0db8fc9a1f4f2d93affa01 838 devel optional debhelper_7.0.14.dsc
 b26ee911ccf3099bb6a93889cb06b5df 293534 devel optional debhelper_7.0.14.tar.gz
 e1059d52cf746a5eeb3d54d72ef273f4 553454 devel optional debhelper_7.0.14_all.deb

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

iD8DBQFIb2gg2tp5zXiKP0wRAo+bAKDHGqfXkjOtAF9zy0HmYtiCV9uAlACfSwr6
0+Rn2uwPmcuyhDajAd9PiZo=
=5E07
-END PGP SIGNATURE-


Accepted:
debhelper_7.0.14.dsc
  to pool/main/d/debhelper/debhelper_7.0.14.dsc
debhelper_7.0.14.tar.gz
  to pool/main/d/debhelper/debhelper_7.0.14.tar.gz
debhelper_7.0.14_all.deb
  to pool/main/d/debhelper/debhelper_7.0.14_all.deb


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



Accepted sbcl 1:1.0.18.0-1 (source all mips)

2008-07-05 Thread Thiemo Seufer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Jul 2008 23:00:48 +0100
Source: sbcl
Binary: sbcl sbcl-doc sbcl-source
Architecture: source all mips
Version: 1:1.0.18.0-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Thiemo Seufer [EMAIL PROTECTED]
Description: 
 sbcl   - A Common Lisp compiler and development system
 sbcl-doc   - Documentation for Steel Bank Common Lisp
 sbcl-source - Source code files for SBCL
Changes: 
 sbcl (1:1.0.18.0-1) unstable; urgency=low
 .
   * New upstream release. Major changes:
  + minor incompatible change: SB-SPROF:WITH-PROFILING now by default
profiles only the current thread.
  + minor incompatible change: changes to SYMBOL-VALUE of constants
defined with DEFCONSTANT now signal an error.
  + enhancement: SB-SPROF now has support for wallclock profiling,
and is also able to profile specific threads. REPORT output
has also additional sorting options.
  + enhancement: better pretty-printing of DEFPACKAGE forms.  (Thanks
to Michael Weber)
  + optimization: structure allocation has been improved
** constructors created by non-toplevel DEFSTRUCTs are ~40% faster.
** out of line constructors are ~10% faster.
** inline constructors are ~15% faster.
** inline constructors are capable of dynamic extent allocation
   (generally on x86 and x86-64, in some cases on other platforms
   as well.)
  + optimization: simple uses of HANDLER-CASE and HANDLER-BIND no
longer cons.
  + optimization: file compiler is now able to coalesce non-circular
lists, non-base strings, and bit-vectors. Additionally, constants
are never referenced through SYMBOL-VALUE at runtime.
  + optimization: code defining methods on PRINT-OBJECT (and other
generic functions in the COMMON-LISP package) now loads faster.
  + bug fix: EAI_NODATA is deprecated since RFC 3493. Stop using it
in sb-bsd-sockets.
  + bug fix: if COMPILE-FILE aborts due to an unwind, the partial
fasl is now deleted. (reported by Attila Lendvai)
  + bug fix: READ-LINE always returned NIL for the last line in files.
(reported by Yoshinori Tahara)
  + bug fix: more accurate disassembly annotations of foreign function
calls.  (thanks to Andy Hefner)
  + bug fix: trimming non-simple strings and non-string string
designators when the there is nothing to trim works properly.
(thanks to James Knight)
  + new feature: SB-POSIX bindings for mlockall, munlockall, and setsid.
(thanks to Travis Cross)
  + fixed some bugs revealed by Paul Dietz' test suite:
** NIL is a valid function name (regression at 1.0.13.38)
** FILL on lists was missing its return value (regression at 1.0.12.27)
** STRING-TRIM, STRING-LEFT-TRIM, and STRING-RIGHT-TRIM did not respect
   fill pointers properly (regression at 1.0.12.23)
** STRING-TRIM, STRING-LEFT-TRIM, and STRING-RIGHT-TRIM did not respect
   displacement indices properly (regression at 1.0.12.23)
Checksums-Sha1: 
 0344e5477ceed37dd085dc115d375d8cc78aa74f 1281 sbcl_1.0.18.0-1.dsc
 21f4b5706950f727d34d166915f512b2444b5bcf 4083571 sbcl_1.0.18.0.orig.tar.gz
 dc961610a47aa7b362ab56cc9ae265e3eacf9ae8 43927 sbcl_1.0.18.0-1.diff.gz
 6fe98b16f0b0d282795550062b6093e16812e679 1044718 sbcl-doc_1.0.18.0-1_all.deb
 e6d4cedcd3708a9cf810c1514fac122436477cec 3371260 sbcl-source_1.0.18.0-1_all.deb
 93c70454cb674018e3a83542fdbcd81da6e8568f 9651508 sbcl_1.0.18.0-1_mips.deb
Checksums-Sha256: 
 ed855960d2bea2542ac50fbf4040cba63f326de7ae3802b93663d804fb372d8d 1281 
sbcl_1.0.18.0-1.dsc
 726e40bf60aafc3b3e158cb288080c54c40b1cfb2f209383e50675f2c873e751 4083571 
sbcl_1.0.18.0.orig.tar.gz
 304726cef5b8c3a02d8982a3c31f8b489b4336049b5f84493c68fc24718bc044 43927 
sbcl_1.0.18.0-1.diff.gz
 f1c28af76c79646cd18f96c60ff451226efa92c7414e16cdccc3726b7c18da3e 1044718 
sbcl-doc_1.0.18.0-1_all.deb
 c2cf89ddcb43053ad565e81a3d8ed887559392f847f70e1415d8b41431f9c552 3371260 
sbcl-source_1.0.18.0-1_all.deb
 216a45496806891402e9a8e5865dabcc59be86f15536a8ab16b029c7a5258412 9651508 
sbcl_1.0.18.0-1_mips.deb
Files: 
 d91f80ad7073954fb2f60ec7411d37b2 1281 devel optional sbcl_1.0.18.0-1.dsc
 0413d06b567887717a74f286f2bcd908 4083571 devel optional 
sbcl_1.0.18.0.orig.tar.gz
 6b9171ef3491df2b30df9cd3e99c69a9 43927 devel optional sbcl_1.0.18.0-1.diff.gz
 152f72493e0928c168cadc14bd90fd6d 1044718 doc optional 
sbcl-doc_1.0.18.0-1_all.deb
 aaff61cec0c10cf5e6499cebf1741f94 3371260 doc optional 
sbcl-source_1.0.18.0-1_all.deb
 9860dac1f2069a60d34d5e0cc3e220e5 9651508 devel optional 
sbcl_1.0.18.0-1_mips.deb

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

iEYEARECAAYFAkhvZEIACgkQXNuq0tFCNaDqPACg1aPqM48IB7P7nEJklgi+uhD3
YVQAoItKBGU7q9xC2VbXJc5Ho9y4Cg9b
=U0Dx
-END PGP SIGNATURE-


Accepted:
sbcl-doc_1.0.18.0-1_all.deb

Accepted etckeeper 0.19 (source all)

2008-07-05 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 08:34:22 -0400
Source: etckeeper
Binary: etckeeper
Architecture: source all
Version: 0.19
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 etckeeper  - store /etc in git, mercurial, or bzr
Changes: 
 etckeeper (0.19) unstable; urgency=low
 .
   * Patch from Miklos Vajna to fix one more git- command that crept in.
Checksums-Sha1: 
 22ccab58c21badf099355861333f6be246f39bf5 840 etckeeper_0.19.dsc
 eb5c8a0c9e1c751d4c4bee047a2ee62d4776a802 28444 etckeeper_0.19.tar.gz
 e75121346f470079a8edb8faafe46bf55634bef6 19986 etckeeper_0.19_all.deb
Checksums-Sha256: 
 f9a7e82e66f61a131b58f9b1ff42f09ac1548171979993c48d369a57ca4f7009 840 
etckeeper_0.19.dsc
 d8428def0a8dc7a6783e9beb4f42f94a00ba2a53368b54aac60fbc02b67021ad 28444 
etckeeper_0.19.tar.gz
 2e1df7322db127ff4851a231dfc23e35ec8b9add8c2d6b705c78972404931568 19986 
etckeeper_0.19_all.deb
Files: 
 3fa69c88fa5977606c90514c1bd38f4c 840 admin optional etckeeper_0.19.dsc
 39a79f42f00a65dded3c21dd4c66ce52 28444 admin optional etckeeper_0.19.tar.gz
 0f2cce8c0ead9efaab8055172b479aa7 19986 admin optional etckeeper_0.19_all.deb

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

iD8DBQFIb2qZ2tp5zXiKP0wRAvgeAKCYt/TYxkOFkOAddAK/SE3jRuM50wCeNNw4
nsJe3N2k5r3efVCLIyEA/+o=
=9/Vr
-END PGP SIGNATURE-


Accepted:
etckeeper_0.19.dsc
  to pool/main/e/etckeeper/etckeeper_0.19.dsc
etckeeper_0.19.tar.gz
  to pool/main/e/etckeeper/etckeeper_0.19.tar.gz
etckeeper_0.19_all.deb
  to pool/main/e/etckeeper/etckeeper_0.19_all.deb


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



Accepted diagnostics 0.2.2+nmu1 (source amd64)

2008-07-05 Thread Thomas Girard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 13:51:35 +0200
Source: diagnostics
Binary: libdiagnostics-dev libdiagnostics0
Architecture: source amd64
Version: 0.2.2+nmu1
Distribution: unstable
Urgency: low
Maintainer: Michael Tautschnig [EMAIL PROTECTED]
Changed-By: Thomas Girard [EMAIL PROTECTED]
Description: 
 libdiagnostics-dev - A framework for logging, unittesting, and runtime 
diagnostics
 libdiagnostics0 - A framework for logging, unittesting, and runtime diagnostics
Closes: 489386
Changes: 
 diagnostics (0.2.2+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload, as requested by Michael.
   * Work-around a g++ 4.3 bug on s390 causing the package to FTBFS on this
 arch (closes: #489386)
Checksums-Sha1: 
 c8faf05ada0fa1ddcc69beddc2e4bf824e6fd710 882 diagnostics_0.2.2+nmu1.dsc
 55d5c2c51210ae34e29b5c92123e8e2bdffc6437 573707 diagnostics_0.2.2+nmu1.tar.gz
 76b6c71ad8da5ac2da508156244d48b7d19a925a 273762 
libdiagnostics-dev_0.2.2+nmu1_amd64.deb
 3c587536388dedbe5bb67fc39921c1cedf745420 104772 
libdiagnostics0_0.2.2+nmu1_amd64.deb
Checksums-Sha256: 
 15b53b2266be3476f958e12595386a7732783010c80a9908438c7e984164e102 882 
diagnostics_0.2.2+nmu1.dsc
 47ff065227d5c8ebdf9d04c718da2dc34317bcc73ff7904ccb3166a6586f726a 573707 
diagnostics_0.2.2+nmu1.tar.gz
 f808907a646f2b4f621d844e5ccaf0be2a7db48a1a32d69721cfa994e2b37bd4 273762 
libdiagnostics-dev_0.2.2+nmu1_amd64.deb
 f88daf33a0ce46c0d67ce0f04002209b6f8a8f005229341891d344d99506585d 104772 
libdiagnostics0_0.2.2+nmu1_amd64.deb
Files: 
 be2a73c1a83a5b4b3760596050940d02 882 libs extra diagnostics_0.2.2+nmu1.dsc
 0e10085491e8d702ad86a65de664f4a2 573707 libs extra 
diagnostics_0.2.2+nmu1.tar.gz
 0250d51613cbb3dcae9263e9e619dce1 273762 libdevel extra 
libdiagnostics-dev_0.2.2+nmu1_amd64.deb
 0c665671eae4fe2a7c314d29284a306a 104772 libs extra 
libdiagnostics0_0.2.2+nmu1_amd64.deb

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

iEYEARECAAYFAkhvbXMACgkQz2LXlDjmjg5V8QCfTy9CNrHdnUb0CFyIDwDsg5Rg
8AIAoJNpSDQTfBkQRfZ499utbcB8i2dM
=93NC
-END PGP SIGNATURE-


Accepted:
diagnostics_0.2.2+nmu1.dsc
  to pool/main/d/diagnostics/diagnostics_0.2.2+nmu1.dsc
diagnostics_0.2.2+nmu1.tar.gz
  to pool/main/d/diagnostics/diagnostics_0.2.2+nmu1.tar.gz
libdiagnostics-dev_0.2.2+nmu1_amd64.deb
  to pool/main/d/diagnostics/libdiagnostics-dev_0.2.2+nmu1_amd64.deb
libdiagnostics0_0.2.2+nmu1_amd64.deb
  to pool/main/d/diagnostics/libdiagnostics0_0.2.2+nmu1_amd64.deb


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



Accepted xfmedia 0.9.2-5 (source amd64)

2008-07-05 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 14:54:13 +0200
Source: xfmedia
Binary: xfmedia xfmedia-dev
Architecture: source amd64
Version: 0.9.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfmedia- Xfce media player
 xfmedia-dev - The Xfmedia development files
Changes: 
 xfmedia (0.9.2-5) unstable; urgency=low
 .
   * debian/rules:
 - correctly remove .a/.la files.
Checksums-Sha1: 
 662abda4c42868f8ffd745ce1cdd70b486ffdb9e 1472 xfmedia_0.9.2-5.dsc
 61620e9f07729028c346808febf051414d9fdd51 6321 xfmedia_0.9.2-5.diff.gz
 0ac120729f045e8c09dffe789de0323a723e0a2f 732666 xfmedia_0.9.2-5_amd64.deb
 01cd592637cd3c801687f12a799e7a939429e222 80032 xfmedia-dev_0.9.2-5_amd64.deb
Checksums-Sha256: 
 2faaf763f9c58c94f65613926911b4d29beb97d05d84ddc07622c59d747e6b72 1472 
xfmedia_0.9.2-5.dsc
 9e68d4184cb653f1967e66cbeda79f934c44ab0cb74552bf6fccd3253c8ba2b3 6321 
xfmedia_0.9.2-5.diff.gz
 93b680fe1f2f6c06d86170460b6d67afb938c1c379a07c7046c2031158e09a0a 732666 
xfmedia_0.9.2-5_amd64.deb
 2f0bc166723afd954f442fbcddde5d101b3b1c42bb37bb49341502c8867ee698 80032 
xfmedia-dev_0.9.2-5_amd64.deb
Files: 
 af4f299ad6728b6e30faf52ba1b769fa 1472 sound optional xfmedia_0.9.2-5.dsc
 44123bc2af614be7384c90e0e26d2984 6321 sound optional xfmedia_0.9.2-5.diff.gz
 704a5090fca53393e0746d9808ee38a0 732666 sound optional 
xfmedia_0.9.2-5_amd64.deb
 4940091fe42cc7e9ec2bf4f8fd2b41ac 80032 devel optional 
xfmedia-dev_0.9.2-5_amd64.deb

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

iEYEARECAAYFAkhvcAkACgkQTUTAIMXAW67OkQCbBx0uvz0DLXP61rcsyxogiUNm
09QAoI2ttfLCXuMXlNRQNu0W7XTGySoh
=nASM
-END PGP SIGNATURE-


Accepted:
xfmedia-dev_0.9.2-5_amd64.deb
  to pool/main/x/xfmedia/xfmedia-dev_0.9.2-5_amd64.deb
xfmedia_0.9.2-5.diff.gz
  to pool/main/x/xfmedia/xfmedia_0.9.2-5.diff.gz
xfmedia_0.9.2-5.dsc
  to pool/main/x/xfmedia/xfmedia_0.9.2-5.dsc
xfmedia_0.9.2-5_amd64.deb
  to pool/main/x/xfmedia/xfmedia_0.9.2-5_amd64.deb


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



Accepted xfce4-dev-tools 4.4.0.1-6 (source all)

2008-07-05 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 14:43:03 +0200
Source: xfce4-dev-tools
Binary: xfce4-dev-tools
Architecture: source all
Version: 4.4.0.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-dev-tools - Script to help building Xfce from svn
Changes: 
 xfce4-dev-tools (4.4.0.1-6) unstable; urgency=low
 .
   * debian/patches:
- refresh 01-fix-bashism-in-xdt-commit to catch one more bashism.
   * debian/control:
 - remove Rudy Godoy and Martin Loschwitz from Uploaders.
 - update standards version to 3.8.0.
 - add Homepage.
Checksums-Sha1: 
 4cd58d1bde0eccd2019c6d90ce033235ee70e605 1404 xfce4-dev-tools_4.4.0.1-6.dsc
 9c1ebb397c11099cb9b015bb97dac818e67d2764 2612 xfce4-dev-tools_4.4.0.1-6.diff.gz
 eec1d72fca5958b9c404d70f0e0e57b657a88dd7 16952 
xfce4-dev-tools_4.4.0.1-6_all.deb
Checksums-Sha256: 
 1b4d9da2588ca3dbb344b9443e47a6d2835eec3572221a9787ea61504e295b4c 1404 
xfce4-dev-tools_4.4.0.1-6.dsc
 42ad9c26345e25220a91a6a92005a559740550c252463ece7916b1622289d1a5 2612 
xfce4-dev-tools_4.4.0.1-6.diff.gz
 d183b62b897ce7ae119460b1c139054b5531d63275103ddc937126921ebbedc2 16952 
xfce4-dev-tools_4.4.0.1-6_all.deb
Files: 
 2df69a68b924c9054a8c14b0e0d21656 1404 devel optional 
xfce4-dev-tools_4.4.0.1-6.dsc
 533a551598e58db4f54f22cedb3204be 2612 devel optional 
xfce4-dev-tools_4.4.0.1-6.diff.gz
 29a442188a11ca5e15c4b59d67e6b329 16952 devel optional 
xfce4-dev-tools_4.4.0.1-6_all.deb

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

iEYEARECAAYFAkhvbaoACgkQTUTAIMXAW65lUwCeL2/hNWmhnvSvvB9pedNX0jBO
MooAnRPKq8lSarqvZwyeWMg1oYsK7+9s
=DTB5
-END PGP SIGNATURE-


Accepted:
xfce4-dev-tools_4.4.0.1-6.diff.gz
  to pool/main/x/xfce4-dev-tools/xfce4-dev-tools_4.4.0.1-6.diff.gz
xfce4-dev-tools_4.4.0.1-6.dsc
  to pool/main/x/xfce4-dev-tools/xfce4-dev-tools_4.4.0.1-6.dsc
xfce4-dev-tools_4.4.0.1-6_all.deb
  to pool/main/x/xfce4-dev-tools/xfce4-dev-tools_4.4.0.1-6_all.deb


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



Accepted schroot 1.2.1-1 (source all powerpc)

2008-07-05 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:41:33 +0100
Source: schroot
Binary: schroot-common libsbuild-dev libsbuild-doc schroot dchroot dchroot-dsa
Architecture: source all powerpc
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers [EMAIL PROTECTED]
Changed-By: Roger Leigh [EMAIL PROTECTED]
Description: 
 dchroot- Execute commands in a chroot environment
 dchroot-dsa - Execute commands in a chroot environment
 libsbuild-dev - development files for the Debian source builder
 libsbuild-doc - development documentation for the Debian source builder
 schroot- Execute commands in a chroot environment
 schroot-common - common files for schroot
Closes: 475515 479498 479750 480174 480640 481648 485637 487588 488726
Changes: 
 schroot (1.2.1-1) unstable; urgency=low
 .
   * New upstream stable release.
   * debian/control:
 - Upgrade to Standards-Version 3.8.0.
 - Don't Build-Depend upon -1 Debian revisions.
   * po:
 - Update eu translation (Closes: #479498).  Thanks to Piarres Beobide.
 - Update fr translation (Closes: #481648).  Thanks to Nicolas François.
 - Update pt translation (Closes: #480640).  Thanks to Pedro Ribeiro.
 - Update vi translation (Closes: #479750).  Thanks to Clytie Siddall.
 - Add zh_CN translation (Closes: #480174).  Thanks to LI Daobing (李道兵).
 - Update zh_CN translation.  Thanks to Ji ZhengYu.
   * sbuild/sbuild-lock.cc: Order of struct flock members is not assumed,
 for GNU/kFreeBSD portability (Closes: #485637).  Thanks to Petr
 Salinger.
   * schroot.1.in, schroot.conf.5.in: Document /etc/schroot/chroot.d
 (Closes: #487588).
   * setup/10mount: Don't clear mount options for LVM snapshots
 (Closes: #488726).
   * New loopback chroot type allows loopback mounting of files
 (Closes: #475515).
   *
Checksums-Sha1: 
 fdad8fc3c68ebdcf61ffc660b8b2e233f3d25fd0 1589 schroot_1.2.1-1.dsc
 05597a3e592f0454c87c6c0fb80df1ddac842c5a 7479868 schroot_1.2.1.orig.tar.gz
 962bdbb42b88a1d791969829e872cbcdf62d2c41 20 schroot_1.2.1-1.diff.gz
 ba08f9b77990c39391af765eaca3123bfa657508 151350 schroot-common_1.2.1-1_all.deb
 f273e4642eba98d6ff92515c27b6cc6761bd6b38 3643576 libsbuild-doc_1.2.1-1_all.deb
 d481cb00c39a146eaf8019b9f4190a4dfc540af4 1293036 
libsbuild-dev_1.2.1-1_powerpc.deb
 c6133ce1c229d7f4a1d755d275d3be91fad5bb16 695302 schroot_1.2.1-1_powerpc.deb
 cf81fbd2180edc831b312bfe9c8e31a704d08957 290604 dchroot_1.2.1-1_powerpc.deb
 a32b9a7b20a98b815424129d3a1b15af0764f144 290052 dchroot-dsa_1.2.1-1_powerpc.deb
Checksums-Sha256: 
 e1d313d91a15d2320cca35f5d2ea60fd7881539736527f99d0c75296f4937887 1589 
schroot_1.2.1-1.dsc
 2869dcbd8dcfdf8b714a5221c141fe8f45c04ac661f1427e727a3965d7cf1637 7479868 
schroot_1.2.1.orig.tar.gz
 3fbddf12260f267f267e7c04b738206f2061ed0f189c0d7b7f595c2dfeef7c9f 20 
schroot_1.2.1-1.diff.gz
 6f3a86b2c0990db532dc8244dc74b918b91ed860d7c1fd8addb0ab1a7aa65a18 151350 
schroot-common_1.2.1-1_all.deb
 c32341ec3b42720a52b919d2df7b76ca13a2ffd594dd5455b6fadef5e13005e3 3643576 
libsbuild-doc_1.2.1-1_all.deb
 1d050003d8fd15df08cfa4c1448d5d1fdf41e0ddcf144e130df9011de07c8412 1293036 
libsbuild-dev_1.2.1-1_powerpc.deb
 b19f4dbf0f951c1c767be3c785a0b416f4285f4f5f771aebd778060c1b588f7b 695302 
schroot_1.2.1-1_powerpc.deb
 bf25ac6cc03cc1df400d13f6dea5efc16ffd82f536dbb743ddbe0972a3e88027 290604 
dchroot_1.2.1-1_powerpc.deb
 a19bd31f586249a9e29bbc509c51fd17bfd5f1cb9d1ec81ac0fefaab3cba48f3 290052 
dchroot-dsa_1.2.1-1_powerpc.deb
Files: 
 b045c75e6e91bca223e1d8bb64606928 1589 admin optional schroot_1.2.1-1.dsc
 7c8a758429c5dfa80a6ed721d9fd359d 7479868 admin optional 
schroot_1.2.1.orig.tar.gz
 a21b1e305e3999489bf3423bfd1120ef 20 admin optional schroot_1.2.1-1.diff.gz
 1d3fe431da750da1aabfe58c708360f3 151350 admin optional 
schroot-common_1.2.1-1_all.deb
 0966b55e850ad6ec9901fe8406f7caf4 3643576 doc optional 
libsbuild-doc_1.2.1-1_all.deb
 d154881dc7c9fdd10456879e1163a22d 1293036 libdevel optional 
libsbuild-dev_1.2.1-1_powerpc.deb
 2681b27d40ba05e013f3d519585668e4 695302 admin optional 
schroot_1.2.1-1_powerpc.deb
 7766587e21038de8e27b2b84e524fc60 290604 admin optional 
dchroot_1.2.1-1_powerpc.deb
 9db7db9c5e36250d1d4d6eb3ace0b32e 290052 admin optional 
dchroot-dsa_1.2.1-1_powerpc.deb

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

iEYEARECAAYFAkhvZ/oACgkQVcFcaSW/uEgtBQCgg/c11vdM3RdFHvZtoBEdOSD6
fiQAn3yPKvXeurIGvWb4p38eOlBG+pml
=KoF6
-END PGP SIGNATURE-


Accepted:
dchroot-dsa_1.2.1-1_powerpc.deb
  to pool/main/s/schroot/dchroot-dsa_1.2.1-1_powerpc.deb
dchroot_1.2.1-1_powerpc.deb
  to pool/main/s/schroot/dchroot_1.2.1-1_powerpc.deb
libsbuild-dev_1.2.1-1_powerpc.deb
  to pool/main/s/schroot/libsbuild-dev_1.2.1-1_powerpc.deb
libsbuild-doc_1.2.1-1_all.deb
  to pool/main/s/schroot/libsbuild-doc_1.2.1-1_all.deb
schroot-common_1.2.1-1_all.deb
  to pool/main/s/schroot/schroot-common_1.2.1-1_all.deb
schroot_1.2.1-1.diff.gz
  to 

Accepted avahi 0.6.23-2 (source all i386)

2008-07-05 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 13:49:06 +0200
Source: avahi
Binary: avahi-daemon avahi-dnsconfd avahi-autoipd python-avahi avahi-utils 
avahi-discover libavahi-common3 libavahi-common-data libavahi-common-dev 
libavahi-core5 libavahi-core-dev libavahi-client3 libavahi-client-dev 
libavahi-glib1 libavahi-glib-dev libavahi-gobject0 libavahi-gobject-dev 
libavahi-qt3-1 libavahi-qt3-dev libavahi-qt4-1 libavahi-qt4-dev 
libavahi-compat-howl0 libavahi-compat-howl-dev libavahi-compat-libdnssd1 
libavahi-compat-libdnssd-dev libavahi-ui0 libavahi-ui-dev avahi-ui-utils 
avahi-dbg
Architecture: source all i386
Version: 0.6.23-2
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 avahi-autoipd - Avahi IPv4LL network address configuration daemon
 avahi-daemon - Avahi mDNS/DNS-SD daemon
 avahi-dbg  - Avahi - debugging symbols
 avahi-discover - Service discover user interface for avahi
 avahi-dnsconfd - Avahi DNS configuration tool
 avahi-ui-utils - Avahi GTK+ utilities
 avahi-utils - Avahi browsing, publishing and discovery utilities
 libavahi-client-dev - Development files for the Avahi client library
 libavahi-client3 - Avahi client library
 libavahi-common-data - Avahi common data files
 libavahi-common-dev - Development files for the Avahi common library
 libavahi-common3 - Avahi common library
 libavahi-compat-howl-dev - Development headers for the Avahi Howl 
compatibility library
 libavahi-compat-howl0 - Avahi Howl compatibility library
 libavahi-compat-libdnssd-dev - Development headers for the Avahi Apple Bonjour 
compatibility lib
 libavahi-compat-libdnssd1 - Avahi Apple Bonjour compatibility library
 libavahi-core-dev - Development files for Avahi's embeddable mDNS/DNS-SD 
library
 libavahi-core5 - Avahi's embeddable mDNS/DNS-SD library
 libavahi-glib-dev - Development headers for the Avahi glib integration library
 libavahi-glib1 - Avahi glib integration library
 libavahi-gobject-dev - Development headers for the Avahi GObject library
 libavahi-gobject0 - Avahi GObject library
 libavahi-qt3-1 - Avahi Qt 3 integration library
 libavahi-qt3-dev - Development headers for the Avahi Qt 3 integration library
 libavahi-qt4-1 - Avahi Qt 4 integration library
 libavahi-qt4-dev - Development headers for the Avahi Qt 4 integration library
 libavahi-ui-dev - Development headers for the Avahi GTK+ User interface library
 libavahi-ui0 - Avahi GTK+ User interface library
 python-avahi - Python utility package for Avahi
Closes: 464712 488947
Changes: 
 avahi (0.6.23-2) unstable; urgency=low
 .
   * debian/control
 - Add myself to Uploaders.
 - Build against libcap2 instead of libcap1 to avoid kernel warning about
   using legacy support of 32-bit capabilities. Add a Build-Depends on
   libcap2-dev (= 2.10) to avoid possibly insecure use of v2 capabilities.
   Thanks to Ted Percival for the patch. (Closes: #464712)
 - Fix spelling of GTK+ in description.
 - Drop -1 revision from python-gdbm build dependency.
   * debian/libavahi-gobject0.symbols
 - Fix incorrect package name and #MINVER# stanza. (Closes: #488947)
   * debian/patches/02_avahi-ui.disable-translations.patch
 - Disable translatable strings in the avahi-ui desktop files. The build
   system doesn't process them correctly yet and we end up with broken
   desktop files otherwise.
Checksums-Sha1: 
 85e522058dc6150c7fd5b3467b90bf3e0497596c 2294 avahi_0.6.23-2.dsc
 6c0bc38fb886485adc211a00c6b154c7da94217d 29564 avahi_0.6.23-2.diff.gz
 26a04caa16b0db7b39ed91a6b3721dde2cb55a91 29012 python-avahi_0.6.23-2_all.deb
 a3afce904326feaf42c51ff30c8cd773fd5a99c5 36402 avahi-discover_0.6.23-2_all.deb
 28572960235ff75f81ba11a3e263eeafe7c708ec 87222 avahi-daemon_0.6.23-2_i386.deb
 ef2eb40a691c19ad475c516254a38083c14e646f 38006 avahi-dnsconfd_0.6.23-2_i386.deb
 de7f14eccce9f1eae049ee71e7a95a8eb4ee6ed6 47770 avahi-autoipd_0.6.23-2_i386.deb
 ea440678d3a247607c1591f525fb598036ab5b18 50708 avahi-utils_0.6.23-2_i386.deb
 5c988c8f53152c41805412d8db0ab164d95b546d 46986 
libavahi-common3_0.6.23-2_i386.deb
 ca22d9f7f3958d5518697e5cec37a0a2c05bc3a9 31638 
libavahi-common-data_0.6.23-2_i386.deb
 d5558e224a6c4c6031de793cf15cc6b363f80048 65816 
libavahi-common-dev_0.6.23-2_i386.deb
 97a7ba280e757c52a33dd0a12e5499b394d480d9 114518 
libavahi-core5_0.6.23-2_i386.deb
 614b5750c126fe5b4c0465b522e2425be9855fa8 150988 
libavahi-core-dev_0.6.23-2_i386.deb
 7cfd454919c2b790916453b6df77e1abb708ee87 51058 
libavahi-client3_0.6.23-2_i386.deb
 874a367c492950c8d10c3539ce333966b9afbb21 60846 
libavahi-client-dev_0.6.23-2_i386.deb
 1c1f6a3d0d04e8fd15136cf3077a5c58d9669d0d 31458 libavahi-glib1_0.6.23-2_i386.deb
 2a8cf7a6c5db64fed24169878149034228672b96 32618 
libavahi-glib-dev_0.6.23-2_i386.deb
 4b5b1e8548901c7c5c864f4ed914ac4a3b0284f3 41250 
libavahi-gobject0_0.6.23-2_i386.deb
 4f7fb62daec453c545b1d5bcb526129228a2eb17 

Accepted libxfce4mcs 4.4.2-4 (source amd64)

2008-07-05 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 15:07:20 +0200
Source: libxfce4mcs
Binary: libxfce4mcs-manager3 libxfce4mcs-client3 libxfce4mcs-dev libxfce4mcs-dbg
Architecture: source amd64
Version: 4.4.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 libxfce4mcs-client3 - Client library for Xfce4 configure interface
 libxfce4mcs-dbg - debugging informations for libxfce4mcs
 libxfce4mcs-dev - Development files for libxfce4mcs-client and -manager
 libxfce4mcs-manager3 - Manager library for Xfce4 configure interface
Closes: 489382
Changes: 
 libxfce4mcs (4.4.2-4) unstable; urgency=low
 .
   * debian/control:
 - fix typo in long description. closes: #489382
 - remove Martin Loschwitz from Uploaders.
 - update standards version to 3.8.0.
Checksums-Sha1: 
 0484046838345a8e8e42eac49209d967b95d9f09 1455 libxfce4mcs_4.4.2-4.dsc
 177b6b6b213cc8ef659bfbd479ae6e7fcdde730a 8394 libxfce4mcs_4.4.2-4.diff.gz
 e165c7710b203b2e15b2bc9bd521e2e1c9af0e71 25392 
libxfce4mcs-manager3_4.4.2-4_amd64.deb
 0cf1aa7f2118dc2ca57a6cd244b6c17b70f38636 22252 
libxfce4mcs-client3_4.4.2-4_amd64.deb
 f3b21b80bb5c7db0e34c6cbd7ecf7e6f677a6188 52050 
libxfce4mcs-dev_4.4.2-4_amd64.deb
 2ced69129b74ef8f96626e666397221bd0956876 57864 
libxfce4mcs-dbg_4.4.2-4_amd64.deb
Checksums-Sha256: 
 740f28113b6c3b50ea0b22b4ae7ffe6778bdc5e5f3b882e2d6f38868a0f2758c 1455 
libxfce4mcs_4.4.2-4.dsc
 49270f1706900967afb66569c8c22dfe7592b2ec42839635eac5a20573b79bfc 8394 
libxfce4mcs_4.4.2-4.diff.gz
 b9b7eda6788c698dca6d229c168fdac79d376cffb618ffe15188ec20b4371f84 25392 
libxfce4mcs-manager3_4.4.2-4_amd64.deb
 65067d45c0f577fe66ad8e9d72bf0dde0a543beeb0240247ca829ffdbdb8008b 22252 
libxfce4mcs-client3_4.4.2-4_amd64.deb
 45042ae5c79e1630a40ad5803c0165f37f913891965cdcecceda3c732a224a5a 52050 
libxfce4mcs-dev_4.4.2-4_amd64.deb
 11714678fa194764ded497d5464676175c1c9f93a2ca6e2f6adc8ae223c189f0 57864 
libxfce4mcs-dbg_4.4.2-4_amd64.deb
Files: 
 83b309d4d996e493931a8f898d46e7c4 1455 x11 optional libxfce4mcs_4.4.2-4.dsc
 c0adb28307c35b041bda34db963dbee4 8394 x11 optional libxfce4mcs_4.4.2-4.diff.gz
 3ef4e6c45440f57b29c1785e1c0f3d37 25392 libs optional 
libxfce4mcs-manager3_4.4.2-4_amd64.deb
 2030d216fc433a734891ddc78337bca2 22252 libs optional 
libxfce4mcs-client3_4.4.2-4_amd64.deb
 165b04e6700ab1916e276f3dc99c9023 52050 libdevel optional 
libxfce4mcs-dev_4.4.2-4_amd64.deb
 6a9e534585e3e3db6b8d6d262551b46e 57864 libs extra 
libxfce4mcs-dbg_4.4.2-4_amd64.deb

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

iEYEARECAAYFAkhvcpAACgkQTUTAIMXAW64LvQCgt+3YFqN8WDQcHyqRPMdz+DsV
5uQAoKYa1xC/e7rZE+VhtnlcSkSt7Lf2
=VciN
-END PGP SIGNATURE-


Accepted:
libxfce4mcs-client3_4.4.2-4_amd64.deb
  to pool/main/libx/libxfce4mcs/libxfce4mcs-client3_4.4.2-4_amd64.deb
libxfce4mcs-dbg_4.4.2-4_amd64.deb
  to pool/main/libx/libxfce4mcs/libxfce4mcs-dbg_4.4.2-4_amd64.deb
libxfce4mcs-dev_4.4.2-4_amd64.deb
  to pool/main/libx/libxfce4mcs/libxfce4mcs-dev_4.4.2-4_amd64.deb
libxfce4mcs-manager3_4.4.2-4_amd64.deb
  to pool/main/libx/libxfce4mcs/libxfce4mcs-manager3_4.4.2-4_amd64.deb
libxfce4mcs_4.4.2-4.diff.gz
  to pool/main/libx/libxfce4mcs/libxfce4mcs_4.4.2-4.diff.gz
libxfce4mcs_4.4.2-4.dsc
  to pool/main/libx/libxfce4mcs/libxfce4mcs_4.4.2-4.dsc


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



Accepted chicken 3.2.7-1 (source amd64)

2008-07-05 Thread evo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 09:14:18 +0200
Source: chicken
Binary: chicken-bin libchicken3 libchicken-dev
Architecture: source amd64
Version: 3.2.7-1
Distribution: unstable
Urgency: high
Maintainer: Davide Puricelli (evo) [EMAIL PROTECTED]
Changed-By: Davide Puricelli (evo) [EMAIL PROTECTED]
Description: 
 chicken-bin - A practical and portable Scheme system - compiler
 libchicken-dev - A practical and portable Scheme system - development
 libchicken3 - A practical and portable Scheme system - runtime
Closes: 418738 418747 426094 426095 479182
Changes: 
 chicken (3.2.7-1) unstable; urgency=high
 .
   * Acknowledge NMU, thanks Ivan for all your work.
   * New upstream version; closes: #418747, #426095, #426094.
   * Fixed Build-Depends; closes: #479182.
   * Added /var/lib/chicken/3 directory; closes: #418738.
Checksums-Sha1: 
 8ee42537700e03ddb1ee5bab1c9f9fa0ed2c2342 1067 chicken_3.2.7-1.dsc
 4f1e4b64081cbfaf5108abcc92c5d5e4099207e7 4835 chicken_3.2.7-1.diff.gz
 1b4cc6a264185542d4d37b4e0e04b84cbe4f4a87 1686964 chicken-bin_3.2.7-1_amd64.deb
 eb54606059fe69949468ab7e8b9892dd8b236917 1851220 libchicken3_3.2.7-1_amd64.deb
 8a070f509ebd12e6745b2b6b0145c6b48297a338 2290478 
libchicken-dev_3.2.7-1_amd64.deb
Checksums-Sha256: 
 2b1fb54731de3b89d427d7c1dd7a1e31aa320d44dee728ece07e3e5c9f7b9615 1067 
chicken_3.2.7-1.dsc
 8fbd387bbeb46154fd790851f2fd16f98a9979c77835b59703dfd86976337f30 4835 
chicken_3.2.7-1.diff.gz
 643a47a56feb725ad33b7be1b2d9291c83043ab9302fd881d59da5cf078bfccb 1686964 
chicken-bin_3.2.7-1_amd64.deb
 8afcea2c95cd1abe38ae33699f86c7579b869a7123fc9050662e598378f3c7a1 1851220 
libchicken3_3.2.7-1_amd64.deb
 dad87a5fb9e5efe764d7d8f386f5d8d9a7fdd71c137a379c45ebab3a76396f34 2290478 
libchicken-dev_3.2.7-1_amd64.deb
Files: 
 8bb4a51a173172b6ea45710db9d7693f 1067 interpreters optional chicken_3.2.7-1.dsc
 f865a725292efea40f4f2a9de011342d 4835 interpreters optional 
chicken_3.2.7-1.diff.gz
 6d00c79037dac8e8d685164fe710bb1e 1686964 interpreters optional 
chicken-bin_3.2.7-1_amd64.deb
 e383f630c82a6e7768000da83e05030f 1851220 libs optional 
libchicken3_3.2.7-1_amd64.deb
 7f7979e240ae3c96eac2ab031e6ef8d1 2290478 libdevel optional 
libchicken-dev_3.2.7-1_amd64.deb

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

iEYEARECAAYFAkhvb3QACgkQNHp9kxdgFe2MPQCfXXWzAQbKduAegF6OYIjZQ/IE
JtoAn2+iGWrD/YO4fa6mlBjKi9eeSjpB
=CYC0
-END PGP SIGNATURE-


Accepted:
chicken-bin_3.2.7-1_amd64.deb
  to pool/main/c/chicken/chicken-bin_3.2.7-1_amd64.deb
chicken_3.2.7-1.diff.gz
  to pool/main/c/chicken/chicken_3.2.7-1.diff.gz
chicken_3.2.7-1.dsc
  to pool/main/c/chicken/chicken_3.2.7-1.dsc
libchicken-dev_3.2.7-1_amd64.deb
  to pool/main/c/chicken/libchicken-dev_3.2.7-1_amd64.deb
libchicken3_3.2.7-1_amd64.deb
  to pool/main/c/chicken/libchicken3_3.2.7-1_amd64.deb


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



Accepted network-manager 0.6.6-2 (source i386)

2008-07-05 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 15:11:33 +0200
Source: network-manager
Binary: network-manager network-manager-dev libnm-glib0 libnm-glib-dev 
libnm-util0 libnm-util-dev
Architecture: source i386
Version: 0.6.6-2
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 libnm-glib-dev - network management framework (GLib interface)
 libnm-glib0 - network management framework (GLib shared library)
 libnm-util-dev - network management framework (development files)
 libnm-util0 - network management framework (shared library)
 network-manager - network management framework daemon
 network-manager-dev - network management framework (development files)
Closes: 487794 488604
Changes: 
 network-manager (0.6.6-2) unstable; urgency=low
 .
   * debian/control
 - Add Build-Depends on pkg-config.
 - Drop obsolete Depends on iputils-arping. (Closes: #487794)
   * debian/patches/09-nm_dbus_get_ap_from_object_path-mem_leak_fix.patch
 - Fix memory leak in src/nm-dbus-net.c. (Closes: #488604)
Checksums-Sha1: 
 51eb5bda7adc58aac0f63fa5517c31995a9cb812 1716 network-manager_0.6.6-2.dsc
 8be1c0676ad50595a7e37f16f01704462f963485 22403 network-manager_0.6.6-2.diff.gz
 a422b1fac4ff7f60064cca875f3d7e592ec0eda5 370688 
network-manager_0.6.6-2_i386.deb
 975d11045a5b0bfae40385b0db86a62878ec13c7 124038 
network-manager-dev_0.6.6-2_i386.deb
 7e4f4694e4b2987a8168365af0ab35f579209ecd 129520 libnm-glib0_0.6.6-2_i386.deb
 6989c561647b34cdbe58e17db5da422724a4cab6 129320 libnm-glib-dev_0.6.6-2_i386.deb
 648fb46f67a0e13c6fbb6e464515730bc58301bd 135244 libnm-util0_0.6.6-2_i386.deb
 e520902558432a0278ca9543b7993c797df35d5d 138400 libnm-util-dev_0.6.6-2_i386.deb
Checksums-Sha256: 
 12c36eae715c9456993cb5e479f406960e52de4c75c15779982d4fb2d308d0ce 1716 
network-manager_0.6.6-2.dsc
 70baadb44ed5a6dbf9b1e44849d0611b9d281e2c37421ec2484ae0039a9e4f54 22403 
network-manager_0.6.6-2.diff.gz
 d9fdd975e7ec2fb282867dbd74ca130789f3bc46d150668fca8469da22ca0964 370688 
network-manager_0.6.6-2_i386.deb
 e2ffbf7774d70214358d1c416ef6506158b83fe262b933c2050c59356076ab39 124038 
network-manager-dev_0.6.6-2_i386.deb
 6ce0f0ec0d5f165ac41164842343909da61f221e071a9b6ef08e3533b29a1d16 129520 
libnm-glib0_0.6.6-2_i386.deb
 66ad7170a93f015183b1b5bc7a99f1ce5568c2d22916f7cdb1509426c0f5a3a2 129320 
libnm-glib-dev_0.6.6-2_i386.deb
 f978e60e8e421ded8cbb062d2d6f1008efb55f40e5a96987b295a0ee1743a9f8 135244 
libnm-util0_0.6.6-2_i386.deb
 5fdc033e11a28f7ecaac7602b940ac2779c9e12d1a06a04a695c89eb2b6fc492 138400 
libnm-util-dev_0.6.6-2_i386.deb
Files: 
 932e48ef8a327a7e28feb1eaf30cfd83 1716 net optional network-manager_0.6.6-2.dsc
 9ee3c17ed74cc887de959939be4d8e2e 22403 net optional 
network-manager_0.6.6-2.diff.gz
 8cdaa82425cbe60f839409a9507f8d8c 370688 net optional 
network-manager_0.6.6-2_i386.deb
 e226dd6b1816fcc783f5fef8ddf09d5b 124038 devel optional 
network-manager-dev_0.6.6-2_i386.deb
 1407e82c86169c9513d1545755c47d75 129520 libs optional 
libnm-glib0_0.6.6-2_i386.deb
 387091fe5ab00af946e6bebc9e31404e 129320 libdevel optional 
libnm-glib-dev_0.6.6-2_i386.deb
 6b46e55e362269411e745ae501f5d141 135244 libs optional 
libnm-util0_0.6.6-2_i386.deb
 00693d7a35a407831e148c46fd24a54f 138400 libdevel optional 
libnm-util-dev_0.6.6-2_i386.deb

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

iEYEARECAAYFAkhvddwACgkQh7PER70FhVSC3gCgs1qTQK3PV07Im4KZz9az+TRv
x6IAniM2ysz4jlKDgYV4IvWxc7i18Ci+
=UAA+
-END PGP SIGNATURE-


Accepted:
libnm-glib-dev_0.6.6-2_i386.deb
  to pool/main/n/network-manager/libnm-glib-dev_0.6.6-2_i386.deb
libnm-glib0_0.6.6-2_i386.deb
  to pool/main/n/network-manager/libnm-glib0_0.6.6-2_i386.deb
libnm-util-dev_0.6.6-2_i386.deb
  to pool/main/n/network-manager/libnm-util-dev_0.6.6-2_i386.deb
libnm-util0_0.6.6-2_i386.deb
  to pool/main/n/network-manager/libnm-util0_0.6.6-2_i386.deb
network-manager-dev_0.6.6-2_i386.deb
  to pool/main/n/network-manager/network-manager-dev_0.6.6-2_i386.deb
network-manager_0.6.6-2.diff.gz
  to pool/main/n/network-manager/network-manager_0.6.6-2.diff.gz
network-manager_0.6.6-2.dsc
  to pool/main/n/network-manager/network-manager_0.6.6-2.dsc
network-manager_0.6.6-2_i386.deb
  to pool/main/n/network-manager/network-manager_0.6.6-2_i386.deb


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



Accepted uae 0.8.28-3 (source amd64)

2008-07-05 Thread Stephan Suerken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 13:14:51 +
Source: uae
Binary: uae uae-dbg
Architecture: source amd64
Version: 0.8.28-3
Distribution: unstable
Urgency: low
Maintainer: Stephan A Suerken [EMAIL PROTECTED]
Changed-By: Stephan Suerken [EMAIL PROTECTED]
Description: 
 uae- The Ubiquitous Amiga Emulator
 uae-dbg- The Ubiquitous Amiga Emulator (debugging)
Changes: 
 uae (0.8.28-3) unstable; urgency=low
 .
   * patches: Rename powerpc_rpt_available powerpc_machdep_init.
   * patches: ppc: Still ftbfs ppc. Afaics, the whole machdep_init is now
 obsoleted (like for arch i386), but forgotten to be updated for
 ppc: Commenting the whole code like for i386 (cant really test this).
   * copyright: Cosmetics.
   * Add a README.source.
Checksums-Sha1: 
 4df83d3c65d8ab7a9c3cf2174c66cb1bcb7f9e3c 1227 uae_0.8.28-3.dsc
 da99d4faf11bf1ccfdfa247066b7f8c817274387 19821 uae_0.8.28-3.diff.gz
 3ceb05769c69b42b0c356702eb4ce920c7fecd5f 928560 uae_0.8.28-3_amd64.deb
 a81281b8e98b21c111721e670929f411a90bbc00 154762 uae-dbg_0.8.28-3_amd64.deb
Checksums-Sha256: 
 44a0a6e1e2e26a39de27a24ede1ae052e50bacfbb118419ede059ad0b384ed5e 1227 
uae_0.8.28-3.dsc
 b76abef753f87637c528e8d41c969ed36646419c9d001ba67c8b8ad9bff56543 19821 
uae_0.8.28-3.diff.gz
 739f349c338dff0e29d8ef2751362ba6d38fa2f5ba024a853592f02bf03a9d1e 928560 
uae_0.8.28-3_amd64.deb
 76e34bf42b554ee9a59312864ff48f5400681f9fe03d5a0aca630211441da7a1 154762 
uae-dbg_0.8.28-3_amd64.deb
Files: 
 d7b240e827d2f6475057e6ab1399ae9d 1227 contrib/otherosfs optional 
uae_0.8.28-3.dsc
 e41acf47b193f44345f3cdb3e60c73b1 19821 contrib/otherosfs optional 
uae_0.8.28-3.diff.gz
 7c4ed615a0837e69f67829de29cb6fc3 928560 contrib/otherosfs optional 
uae_0.8.28-3_amd64.deb
 e3ea9b2cb07fc17e70537e389ef82ec6 154762 contrib/otherosfs extra 
uae-dbg_0.8.28-3_amd64.deb

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

iD8DBQFIb3VhzCVHePKM0QIRAoBgAJ4warMPaSE8a8xhVWG+06MWbor/ZQCfVL9B
MOEp8k8XnwDsZsRdnbl3TNo=
=uelg
-END PGP SIGNATURE-


Accepted:
uae-dbg_0.8.28-3_amd64.deb
  to pool/contrib/u/uae/uae-dbg_0.8.28-3_amd64.deb
uae_0.8.28-3.diff.gz
  to pool/contrib/u/uae/uae_0.8.28-3.diff.gz
uae_0.8.28-3.dsc
  to pool/contrib/u/uae/uae_0.8.28-3.dsc
uae_0.8.28-3_amd64.deb
  to pool/contrib/u/uae/uae_0.8.28-3_amd64.deb


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



Accepted hobbit 4.2.0.dfsg-13 (source amd64)

2008-07-05 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 14:57:16 +0200
Source: hobbit
Binary: hobbit hobbit-client
Architecture: source amd64
Version: 4.2.0.dfsg-13
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 hobbit - monitoring system for systems, networks and applications - server
 hobbit-client - client for the Hobbit network monitor
Closes: 484950 487157
Changes: 
 hobbit (4.2.0.dfsg-13) unstable; urgency=low
 .
   * Use lsb init functions.
   * ncv-ignoretext.patch uses -p1. (Closes: #484950)
   * Do not ignore tmpfs mountpoints in hobbitclient-linux.sh, but add
 /dev, /dev/shm, and /lib/init/rw to the default IGNORE list in
 /etc/hobbit/hobbit-clients.cfg. (Closes: #487157)
   * Add README.source.
Checksums-Sha1: 
 e4c38571a0f0624a9b325f5ef688f79d754207e0 1257 hobbit_4.2.0.dfsg-13.dsc
 857fe3ec974cb73c511de06350a815545fc1182b 32303 hobbit_4.2.0.dfsg-13.diff.gz
 7b4c18aab40addcc1ad38bae9df37a5318960488 3320166 hobbit_4.2.0.dfsg-13_amd64.deb
 eb325e5a6e741490005278414086c2c228b0e3c0 419478 
hobbit-client_4.2.0.dfsg-13_amd64.deb
Checksums-Sha256: 
 41b2750deb36d4ef631a7b8b426df3bc7c4c2faad409039d78c5461769fb2c4f 1257 
hobbit_4.2.0.dfsg-13.dsc
 637a8662d83e5bfd29a14a2a41a2e29a19590cb87c8d168c689fe9072a36dcc9 32303 
hobbit_4.2.0.dfsg-13.diff.gz
 8bcb2c2a962050a6163000ff81714082bd9ce801f038ac3372d5d2f4f37ab994 3320166 
hobbit_4.2.0.dfsg-13_amd64.deb
 e6ca8931ff3e8d93c87295dcf3aabf7f85fdcc2ebc2bd94a81889791879fcda5 419478 
hobbit-client_4.2.0.dfsg-13_amd64.deb
Files: 
 2bd67201d1128273c7f9fadca5e06eb3 1257 net extra hobbit_4.2.0.dfsg-13.dsc
 98808987a538c2cb4c164e5eb7f65b44 32303 net extra hobbit_4.2.0.dfsg-13.diff.gz
 286407122b1f8ba449a8aeb87123f077 3320166 net extra 
hobbit_4.2.0.dfsg-13_amd64.deb
 0d3f8a98d213f5359cc7961af677e393 419478 net extra 
hobbit-client_4.2.0.dfsg-13_amd64.deb

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

iEYEARECAAYFAkhve3gACgkQxa93SlhRC1pxvACfWC0puBkuU663ueuHEEmMNDhm
gYcAni4A9FHPVc9ZFtUEYQH0zltDdXip
=X7qr
-END PGP SIGNATURE-


Accepted:
hobbit-client_4.2.0.dfsg-13_amd64.deb
  to pool/main/h/hobbit/hobbit-client_4.2.0.dfsg-13_amd64.deb
hobbit_4.2.0.dfsg-13.diff.gz
  to pool/main/h/hobbit/hobbit_4.2.0.dfsg-13.diff.gz
hobbit_4.2.0.dfsg-13.dsc
  to pool/main/h/hobbit/hobbit_4.2.0.dfsg-13.dsc
hobbit_4.2.0.dfsg-13_amd64.deb
  to pool/main/h/hobbit/hobbit_4.2.0.dfsg-13_amd64.deb


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



Accepted tcl8.3 8.3.5-13 (source all i386)

2008-07-05 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Jul 2008 17:31:11 +0400
Source: tcl8.3
Binary: tcl8.3 tcl8.3-doc tcl8.3-dev
Architecture: source all i386
Version: 8.3.5-13
Distribution: unstable
Urgency: medium
Maintainer: Tcl/Tk Debian Packagers [EMAIL PROTECTED]
Changed-By: Sergei Golovan [EMAIL PROTECTED]
Description: 
 tcl8.3 - Tcl (the Tool Command Language) v8.3 - run-time files
 tcl8.3-dev - Tcl (the Tool Command Language) v8.3 - development files
 tcl8.3-doc - Tcl (the Tool Command Language) v8.3 - manual pages
Closes: 484912
Changes: 
 tcl8.3 (8.3.5-13) unstable; urgency=medium
 .
   * Fixed CVE-2007-4772 vulnerability (The regular expression parser in TCL
 before 8.4.17 allows attacker to cause a denial of service (infinite
 loop) via a crafted regular expression.)
   * Fixed CVE-2007-6067 vulnerability (The regular expression parser in TCL
 allows users to cause a denial of service (memory consumption) via a
 crafted complex regular expression with doubly-nested states.)
   * Set urgency to medium as this upload fixes a security bug.
   * Protected quilt calls in debian/rules to make the source package
 convertible to 3.0 (quilt) format (closes: #484912).
   * Bumped standards version to 3.8.0.
Files: 
 7d8206c2a8bdaf4b9609373e62f0076a 1149 libs optional tcl8.3_8.3.5-13.dsc
 8733f949a1a917b8ea891c4b6395b981 18803 libs optional tcl8.3_8.3.5-13.diff.gz
 e89e4769b8b70a4a53c1a4a5453c4217 813976 doc optional 
tcl8.3-doc_8.3.5-13_all.deb
 696feff6d04087804901e28f7ca688f1 893182 interpreters optional 
tcl8.3_8.3.5-13_i386.deb
 02c7b0d5a90251c469695e19cf514eda 611450 devel optional 
tcl8.3-dev_8.3.5-13_i386.deb

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

iD8DBQFIb3+nIcdH02pGEFIRAi8LAJ4ogXRzzBaWYcW2tsOf3mcO09diTACfb4ce
OPVaP6R63Y9Sn7D9+JQfGM8=
=HYMI
-END PGP SIGNATURE-


Accepted:
tcl8.3-dev_8.3.5-13_i386.deb
  to pool/main/t/tcl8.3/tcl8.3-dev_8.3.5-13_i386.deb
tcl8.3-doc_8.3.5-13_all.deb
  to pool/main/t/tcl8.3/tcl8.3-doc_8.3.5-13_all.deb
tcl8.3_8.3.5-13.diff.gz
  to pool/main/t/tcl8.3/tcl8.3_8.3.5-13.diff.gz
tcl8.3_8.3.5-13.dsc
  to pool/main/t/tcl8.3/tcl8.3_8.3.5-13.dsc
tcl8.3_8.3.5-13_i386.deb
  to pool/main/t/tcl8.3/tcl8.3_8.3.5-13_i386.deb


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



Accepted vim-scripts 20080705-1 (source all)

2008-07-05 Thread James Vega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 09:50:50 -0400
Source: vim-scripts
Binary: vim-scripts
Architecture: source all
Version: 20080705-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: James Vega [EMAIL PROTECTED]
Description: 
 vim-scripts - plugins for vim, adding bells and whistles
Closes: 479132 483898 489239
Changes: 
 vim-scripts (20080705-1) unstable; urgency=low
 .
   [ martin f. krafft ]
   * Updated addons:
 - Markdown syntax
 .
   [ James Vega ]
   * Updated addons:
 - NERD Commenter, vcscommand, cvsmenu
   * Added patches:
 - closetag-sanity.dpatch: Ensure b:unaryTagsStack is defined when calling
   GetCloseTag.  (Closes: #489239)
 - lbdbq-query.dpatch: Ensure there are enough fields to build the results
   list.  Thanks to Luca Invernizzi for the patch.  (Closes: #483898)
   * debian/control: Bump standards-version to 3.8.0 -- no changes needed.
   * Change versioning back to non-native since the package is a collection of
 non-native upstream sources.  Use date of when the scripts were updated as
 version.  (Closes: #479132)
Checksums-Sha1: 
 458055925ca88f6f66b72d1e7e0c2584a9e02723 1394 vim-scripts_20080705-1.dsc
 af9a35018be828e3e34fce19e512421b8ca69d23 715022 
vim-scripts_20080705.orig.tar.gz
 a38b32f88be46c0518d40a332359e252b7a2a64c 21979 vim-scripts_20080705-1.diff.gz
 752e54b43c36ecea497da462ce69358ac69f79c3 739096 vim-scripts_20080705-1_all.deb
Checksums-Sha256: 
 a9a97fbfce5ba9fedb6395f80e634c19e7cc813167fd3ed6fdcd009ae17e16d7 1394 
vim-scripts_20080705-1.dsc
 41a5bcf81d102ead79b32507d6abb1c36aaf403e40464bbfe2301d9688b0fb1f 715022 
vim-scripts_20080705.orig.tar.gz
 db58d70504ca175ce523f88a7dc0e77257880610d471bdaf9e5887c15aed7040 21979 
vim-scripts_20080705-1.diff.gz
 46371afc8133415da6fa327755b716a563a1569cf6c0bc596913211c503af625 739096 
vim-scripts_20080705-1_all.deb
Files: 
 b70a14a378353b7f336be1729098c4c7 1394 editors optional 
vim-scripts_20080705-1.dsc
 35e5f33e786bc2a4eaff7745a8962c20 715022 editors optional 
vim-scripts_20080705.orig.tar.gz
 c5107fbfb5180e2d7c43445256c31ac3 21979 editors optional 
vim-scripts_20080705-1.diff.gz
 0ad9417eafe4060b2680480857ab97e9 739096 editors optional 
vim-scripts_20080705-1_all.deb

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

iEYEARECAAYFAkhvf5cACgkQDb3UpmEybUDb3wCgkzltJzfvd/kG1y2PB3RXB2lb
THoAoIJMPb8NbYb5wWofzVYslxoKf+c4
=9u5O
-END PGP SIGNATURE-


Accepted:
vim-scripts_20080705-1.diff.gz
  to pool/main/v/vim-scripts/vim-scripts_20080705-1.diff.gz
vim-scripts_20080705-1.dsc
  to pool/main/v/vim-scripts/vim-scripts_20080705-1.dsc
vim-scripts_20080705-1_all.deb
  to pool/main/v/vim-scripts/vim-scripts_20080705-1_all.deb
vim-scripts_20080705.orig.tar.gz
  to pool/main/v/vim-scripts/vim-scripts_20080705.orig.tar.gz


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



Accepted hobbit-plugins 20080705 (source all)

2008-07-05 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 16:03:53 +0200
Source: hobbit-plugins
Binary: hobbit-plugins
Architecture: source all
Version: 20080705
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 hobbit-plugins - plugins for the Hobbit network monitor
Changes: 
 hobbit-plugins (20080705) unstable; urgency=low
 .
   [ Peter Eisentraut ]
   * ntpq: Give ntpq some time to initialize, so the test is not red just
 after boot.
 .
   [ Christoph Berg ]
   * apt: Also look for /var/lib/apt/update_success.
   * entropy: Monitor and graph available kernel entropy.
   * ircbot: Show disable time and message when tests are set blue.
   * Remove `bb-check-' prefix from apt und libs plugin binaries.
Checksums-Sha1: 
 5e5d2c2fdd864e9aeffb8ee7fc7e88fd61756392 902 hobbit-plugins_20080705.dsc
 b8c61185fb20c0f86fe22028ded033350ae54608 15029 hobbit-plugins_20080705.tar.gz
 2c8330d2ea679eb7458740ee951a8999ee39f2b2 16298 hobbit-plugins_20080705_all.deb
Checksums-Sha256: 
 c1a83e6240ebff6457f49f3066adab048d6ce42d29b377c73bde320bc91252d7 902 
hobbit-plugins_20080705.dsc
 975139cf62a704e4911cdadd7e7ae74777086f1b821474e64564f5007a86b8ca 15029 
hobbit-plugins_20080705.tar.gz
 3ef61def3cc9e7a0ac12d2cbeca3aba97fafe5a13e3bbae7d82fb033e82b9166 16298 
hobbit-plugins_20080705_all.deb
Files: 
 3eab0700549e3df15303fc0b8ebe8b5c 902 net extra hobbit-plugins_20080705.dsc
 ddd52986e2abb3cfc9178ad67764f2f6 15029 net extra hobbit-plugins_20080705.tar.gz
 c4c240aec15f005c516bf3db940c409d 16298 net extra 
hobbit-plugins_20080705_all.deb

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

iEYEARECAAYFAkhvgcQACgkQxa93SlhRC1rD3gCgr13cwiZofJiRlxyuwjrO6XDF
XQoAnAitdUfPCEdh63ZUMy52hvC4PKuR
=Ayv/
-END PGP SIGNATURE-


Accepted:
hobbit-plugins_20080705.dsc
  to pool/main/h/hobbit-plugins/hobbit-plugins_20080705.dsc
hobbit-plugins_20080705.tar.gz
  to pool/main/h/hobbit-plugins/hobbit-plugins_20080705.tar.gz
hobbit-plugins_20080705_all.deb
  to pool/main/h/hobbit-plugins/hobbit-plugins_20080705_all.deb


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



Accepted e-uae 0.8.29-WIP4-6 (source amd64)

2008-07-05 Thread Stephan Suerken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 14:02:02 +
Source: e-uae
Binary: e-uae e-uae-dbg
Architecture: source amd64
Version: 0.8.29-WIP4-6
Distribution: unstable
Urgency: low
Maintainer: Stephan Suerken [EMAIL PROTECTED]
Changed-By: Stephan Suerken [EMAIL PROTECTED]
Description: 
 e-uae  - The Egalitarian Ubiquitous Amiga Emulator
 e-uae-dbg  - The Egalitarian Ubiquitous Amiga Emulator (debugging)
Changes: 
 e-uae (0.8.29-WIP4-6) unstable; urgency=low
 .
   * menu: Rename title to E-UAE.
   * control: Bump prio to extra from optional
 (policy/we conflict with uae/optional).
   * Add a README.source.
   * Fix changelog/control maint. entries 2b byte-identical
 (i lost the A ;).
Checksums-Sha1: 
 8e69f52d1d55a4e7c2e6bcceb2995c946a808b1d 1300 e-uae_0.8.29-WIP4-6.dsc
 eef7b21388cc9af4887fc8c9da99420eb83129bc 33884 e-uae_0.8.29-WIP4-6.diff.gz
 696770c53f31f5a125d58cae6ce15680fd45999f 929094 e-uae_0.8.29-WIP4-6_amd64.deb
 1c984eaf31f27392b5e67abed6d14dd61382ec70 2776586 
e-uae-dbg_0.8.29-WIP4-6_amd64.deb
Checksums-Sha256: 
 6ab14e66506bbb11e11c0514e0b952a3e541f355537d13158a0f04327efc3bc7 1300 
e-uae_0.8.29-WIP4-6.dsc
 8a8655928aba666742ef947a62d6e14d6566c854b3e10e20ea678876226f6b61 33884 
e-uae_0.8.29-WIP4-6.diff.gz
 3219a4a6d140c9a490d0734fa4772d49427a6b28bc13e513a0189ab73b374172 929094 
e-uae_0.8.29-WIP4-6_amd64.deb
 8f91c0cd2eff31d825bfe21779ab1ccb0d1fd09a61344e72e4b0bbb32dd607e7 2776586 
e-uae-dbg_0.8.29-WIP4-6_amd64.deb
Files: 
 4c7323da551fc152f6069321f0aa9170 1300 contrib/otherosfs extra 
e-uae_0.8.29-WIP4-6.dsc
 bd98ca187cbc07fa1df4a54d0bae9d06 33884 contrib/otherosfs extra 
e-uae_0.8.29-WIP4-6.diff.gz
 2855f668b694b7a7b12022524850055d 929094 contrib/otherosfs extra 
e-uae_0.8.29-WIP4-6_amd64.deb
 18c34694e98443059eb58590cb691b92 2776586 contrib/otherosfs extra 
e-uae-dbg_0.8.29-WIP4-6_amd64.deb

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

iD8DBQFIb4CszCVHePKM0QIRAuk8AJ40wA20D8Ul9XVPu7WO/uFatHc0AwCfb7xj
D5vL5dxQxcKRNuAvdD1vHDI=
=sqyS
-END PGP SIGNATURE-


Accepted:
e-uae-dbg_0.8.29-WIP4-6_amd64.deb
  to pool/contrib/e/e-uae/e-uae-dbg_0.8.29-WIP4-6_amd64.deb
e-uae_0.8.29-WIP4-6.diff.gz
  to pool/contrib/e/e-uae/e-uae_0.8.29-WIP4-6.diff.gz
e-uae_0.8.29-WIP4-6.dsc
  to pool/contrib/e/e-uae/e-uae_0.8.29-WIP4-6.dsc
e-uae_0.8.29-WIP4-6_amd64.deb
  to pool/contrib/e/e-uae/e-uae_0.8.29-WIP4-6_amd64.deb


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



Accepted bash-completion 20080705 (source all)

2008-07-05 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 16:14:15 +0200
Source: bash-completion
Binary: bash-completion
Architecture: source all
Version: 20080705
Distribution: unstable
Urgency: low
Maintainer: Bash Completion Maintainers [EMAIL PROTECTED]
Changed-By: Luk Claes [EMAIL PROTECTED]
Description: 
 bash-completion - programmable completion for the bash shell
Closes: 463969 487786 487825 488171
Changes: 
 bash-completion (20080705) unstable; urgency=low
 .
   [ David Paleino ]
   * Added more completions to imagemagick (thanks to Nelson A. de
 Oliveira) (Closes: #487786)
   * Added xrandr completion (thanks to Anton Khirnov) (Closes: #487825)
   * Improving _gdb completion:
 - $filenames to $default (Closes: #463969)
 - also show directory names (i.e. compgen -d) in COMPREPLY.
 - added . to $PATH, to allow debugging local executables.
 - do not complete Bash's builtins (thanks to Morita Sho)
 .
   [ Luk Claes ]
   * Remove use of ucf for /etc/bash-completion (Closes: #488171).
Checksums-Sha1: 
 d30c5f40a1a7f1d53a9c7fa9e5499c796a6cfdcc 870 bash-completion_20080705.dsc
 f3713688323722da7e6c5678654e08bd369a29d7 101845 bash-completion_20080705.tar.gz
 4a984c3db151bab32d03ca7c7122ecc276571a1f 89202 bash-completion_20080705_all.deb
Checksums-Sha256: 
 1dc9dede10cab55fdb4349d8fe6306533d1ba56b72d6617ddf9e37da475fb74b 870 
bash-completion_20080705.dsc
 feb9bffeefacf76431293818683f77f54b9205a1598316a38152bff3ca7d6895 101845 
bash-completion_20080705.tar.gz
 8a6280103e49a9d422f9488b2c4cd5883455188791233b936634243a94cab18b 89202 
bash-completion_20080705_all.deb
Files: 
 6a82c68d2f19677a385da79e64215b0e 870 shells standard 
bash-completion_20080705.dsc
 8bc36281bb0567bc67a9083c4c5595a9 101845 shells standard 
bash-completion_20080705.tar.gz
 9dca889fbcbff51938fe4dc77cba5ddc 89202 shells standard 
bash-completion_20080705_all.deb

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

iEYEARECAAYFAkhvhvMACgkQ5UTeB5t8Mo1eXACcCLfvt8ccgjxQR8pS4JR8w9Xe
fpMAoJOc78dH44yDFuG3zdmOZkLrmCn+
=wz/I
-END PGP SIGNATURE-


Accepted:
bash-completion_20080705.dsc
  to pool/main/b/bash-completion/bash-completion_20080705.dsc
bash-completion_20080705.tar.gz
  to pool/main/b/bash-completion/bash-completion_20080705.tar.gz
bash-completion_20080705_all.deb
  to pool/main/b/bash-completion/bash-completion_20080705_all.deb


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



Accepted gom 0.30.2-2 (source amd64)

2008-07-05 Thread Stephan Suerken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 14:44:02 +
Source: gom
Binary: gom
Architecture: source amd64
Version: 0.30.2-2
Distribution: unstable
Urgency: low
Maintainer: Stephan Suerken [EMAIL PROTECTED]
Changed-By: Stephan Suerken [EMAIL PROTECTED]
Description: 
 gom- Command line and interactive ncurses-based OSS audio mixer
Changes: 
 gom (0.30.2-2) unstable; urgency=low
 .
   * Add Homepage to control.
   * copyright: Also add GPL header as recommended.
   * control: Cut out the A from my name
 (fixes wrong lintian NMU warning).
   * debhelper: Update compat to 5 (no changes needed).
   * [svn] remove obsolete .cvsignore.
Checksums-Sha1: 
 da60df725bdddfcb9c0c85c7254f5b95a41398e4 1128 gom_0.30.2-2.dsc
 03ec3569445da543a9f38070f6e737d58e7c79ab 17436 gom_0.30.2-2.diff.gz
 86488260cc3d8b6d9453bf21d6f8331c5e85b736 64474 gom_0.30.2-2_amd64.deb
Checksums-Sha256: 
 6b3b2c9ac21071e3dc131097c613bd3f7e8623d54771e11bce02ebb35e2e1b65 1128 
gom_0.30.2-2.dsc
 e3f87c8f1d01c4eac6aba3f80d9fa2731985daea6d961bcc7f3feee585d227f7 17436 
gom_0.30.2-2.diff.gz
 511a457823022f1a179f13a8241e23b6a8cb76ae1f27d4d54e23bf0b1242dd5e 64474 
gom_0.30.2-2_amd64.deb
Files: 
 ae8ac21e27629b3f0919b258174efdca 1128 sound optional gom_0.30.2-2.dsc
 07319882a0b49024faf2c529e26bb1cb 17436 sound optional gom_0.30.2-2.diff.gz
 c13f3bf01b40454e715ec8d474e1dccf 64474 sound optional gom_0.30.2-2_amd64.deb

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

iD8DBQFIb4jzzCVHePKM0QIRAn18AJ9AjsAUg90t9iRugC4HaMC/ELCRcACfZ3mS
VUup5jynTdiUsZXMSkVJmq4=
=Moz6
-END PGP SIGNATURE-


Accepted:
gom_0.30.2-2.diff.gz
  to pool/main/g/gom/gom_0.30.2-2.diff.gz
gom_0.30.2-2.dsc
  to pool/main/g/gom/gom_0.30.2-2.dsc
gom_0.30.2-2_amd64.deb
  to pool/main/g/gom/gom_0.30.2-2_amd64.deb


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



Accepted libcurses-ui-perl 0.9605-1 (source all)

2008-07-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 16:54:45 +0200
Source: libcurses-ui-perl
Binary: libcurses-ui-perl
Architecture: source all
Version: 0.9605-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libcurses-ui-perl - curses-based OO user interface framework for Perl
Changes: 
 libcurses-ui-perl (0.9605-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: adjust upstream copyright statement and add
 copyright/license information for inc/*.
   * Remove debian/{docs,examples} and let debian/rules do the work.
   * Set Standards-Version to 3.8.0 (no changes).
   * Add /me to Uploaders.
Checksums-Sha1: 
 2d4866d1447d81b21a474fd5a8d896584d64e7ae 1451 libcurses-ui-perl_0.9605-1.dsc
 b0016bcfde85ec55b8e9670e38ddacfae5fa3d2f 151867 
libcurses-ui-perl_0.9605.orig.tar.gz
 15dd41681706bce3873fa5a674a76e0cdbd621db 4187 
libcurses-ui-perl_0.9605-1.diff.gz
 37615511f3ef5d6a7e90e480a51dee1f1aac7fd6 241614 
libcurses-ui-perl_0.9605-1_all.deb
Checksums-Sha256: 
 299c14ccb10aa015eb608dd10ef8608454bd9858373f835483efd9199bc327a7 1451 
libcurses-ui-perl_0.9605-1.dsc
 e4d4ba710bdcab5118fb4c40ac068ff26a6984a7485cd2e52c732fc824463552 151867 
libcurses-ui-perl_0.9605.orig.tar.gz
 27df2c9ca148099bb3bb3771764b06b0c6baebae83cbe95260aa2726587ed06b 4187 
libcurses-ui-perl_0.9605-1.diff.gz
 f92beeef0563304cc3268f44c740840fdbf53f5d276af5f25386ee169076a575 241614 
libcurses-ui-perl_0.9605-1_all.deb
Files: 
 bfff76e15b2c8707d8b01c610e197657 1451 perl optional 
libcurses-ui-perl_0.9605-1.dsc
 972fb5929e705eaafde473067a131dc1 151867 perl optional 
libcurses-ui-perl_0.9605.orig.tar.gz
 40cf231dd4ff726413507eae9bd96d35 4187 perl optional 
libcurses-ui-perl_0.9605-1.diff.gz
 763d0a0b524cabd365eb663c72b3aa4c 241614 perl optional 
libcurses-ui-perl_0.9605-1_all.deb

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

iEYEARECAAYFAkhvi5kACgkQOzKYnQDzz+Qe5wCdF92bFMcINYJZmO0A8rzfU0wl
SMoAoLmRqiZdt7Hl8OUmuI6NA3a4L87F
=aARf
-END PGP SIGNATURE-


Accepted:
libcurses-ui-perl_0.9605-1.diff.gz
  to pool/main/libc/libcurses-ui-perl/libcurses-ui-perl_0.9605-1.diff.gz
libcurses-ui-perl_0.9605-1.dsc
  to pool/main/libc/libcurses-ui-perl/libcurses-ui-perl_0.9605-1.dsc
libcurses-ui-perl_0.9605-1_all.deb
  to pool/main/libc/libcurses-ui-perl/libcurses-ui-perl_0.9605-1_all.deb
libcurses-ui-perl_0.9605.orig.tar.gz
  to pool/main/libc/libcurses-ui-perl/libcurses-ui-perl_0.9605.orig.tar.gz


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



Accepted devhelp 0.19.1-5 (source all i386)

2008-07-05 Thread Bradley Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 11:35:20 +0100
Source: devhelp
Binary: libdevhelp-1-0 libdevhelp-1-dev devhelp devhelp-common
Architecture: source all i386
Version: 0.19.1-5
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith [EMAIL PROTECTED]
Changed-By: Bradley Smith [EMAIL PROTECTED]
Description: 
 devhelp- A GNOME developers help program
 devhelp-common - common files for devhelp and its library
 libdevhelp-1-0 - Library providing documentation browser functionality
 libdevhelp-1-dev - Library providing documentation browser functionality 
(developmen
Closes: 488531
Changes: 
 devhelp (0.19.1-5) unstable; urgency=low
 .
   [ Bradley Smith ]
   * Fix 02_gecko_1.9.patch - Fixes FTBFS on alpha. Closes: #488531
- Thanks to Mike Hommey [EMAIL PROTECTED] for patch.
 .
   [ Loic Minier ]
   * Upload.
Checksums-Sha1: 
 c069798d77dc30da3ec332be78f0ff0be7876f59 1482 devhelp_0.19.1-5.dsc
 ef59deaf6795e82119b9ac7f6054be160489225b 30961 devhelp_0.19.1-5.diff.gz
 169196838334299515da843d42d7020d41c5d616 166614 devhelp-common_0.19.1-5_all.deb
 fd20e33bd8fb52d517653f8618a8277a9b61d372 126960 
libdevhelp-1-0_0.19.1-5_i386.deb
 d0e5ad81ba35febdca9b459f8dd247311f3c0295 53464 
libdevhelp-1-dev_0.19.1-5_i386.deb
 2525620b9304b843f7718d3533425e3e008e63ca 62864 devhelp_0.19.1-5_i386.deb
Checksums-Sha256: 
 282054d8f29ad16a66170ad38379963fa9894872de788140ad242652e854 1482 
devhelp_0.19.1-5.dsc
 8c2efcc411f44c1183e65c83985759866f96d5387775a0ca09fdf4f87a645aee 30961 
devhelp_0.19.1-5.diff.gz
 910b4f4d9d0f7ac650ed5a1766c97fb3a068deb327e7f5001c1c441a10affbfe 166614 
devhelp-common_0.19.1-5_all.deb
 0e89f6edbc45166d317b997b66d99cb35cb5bf6e3a504cc49c7c4b54b859e504 126960 
libdevhelp-1-0_0.19.1-5_i386.deb
 f6b363db753d6a0e2e6081fb7f6cc85db784509937572c44f809877807bb3434 53464 
libdevhelp-1-dev_0.19.1-5_i386.deb
 7ef564e80815acb3e0967b58294e7c7cd81dcd652397450bc9d32b7af8bb3b43 62864 
devhelp_0.19.1-5_i386.deb
Files: 
 ca62c81a12ddcd472861bdbe61c0b18e 1482 devel optional devhelp_0.19.1-5.dsc
 f9095689936e5bf15ec0eeb6f4569a0a 30961 devel optional devhelp_0.19.1-5.diff.gz
 af2c7c291e6812d4967dc1411c059f1f 166614 devel optional 
devhelp-common_0.19.1-5_all.deb
 055ab537816e26603f72243c27ddff61 126960 libs optional 
libdevhelp-1-0_0.19.1-5_i386.deb
 12072f23160a875fc30222f21d6aab10 53464 libdevel optional 
libdevhelp-1-dev_0.19.1-5_i386.deb
 e938f38db35df357474708b4d98ab356 62864 devel optional devhelp_0.19.1-5_i386.deb

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

iEYEARECAAYFAkhvkYQACgkQ4VUX8isJIMAbggCgggbpdJpQG0l7+JsVHpohwaB8
lqIAni3NkCtpmQy8t2jV/RVeztIU1tID
=RVhz
-END PGP SIGNATURE-


Accepted:
devhelp-common_0.19.1-5_all.deb
  to pool/main/d/devhelp/devhelp-common_0.19.1-5_all.deb
devhelp_0.19.1-5.diff.gz
  to pool/main/d/devhelp/devhelp_0.19.1-5.diff.gz
devhelp_0.19.1-5.dsc
  to pool/main/d/devhelp/devhelp_0.19.1-5.dsc
devhelp_0.19.1-5_i386.deb
  to pool/main/d/devhelp/devhelp_0.19.1-5_i386.deb
libdevhelp-1-0_0.19.1-5_i386.deb
  to pool/main/d/devhelp/libdevhelp-1-0_0.19.1-5_i386.deb
libdevhelp-1-dev_0.19.1-5_i386.deb
  to pool/main/d/devhelp/libdevhelp-1-dev_0.19.1-5_i386.deb


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



Accepted glib2.0 2.17.3-2 (source all i386)

2008-07-05 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 16:57:05 +0200
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-dev libglib2.0-0-dbg 
libglib2.0-data libglib2.0-doc libgio-fam
Architecture: source all i386
Version: 2.17.3-2
Distribution: experimental
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-0-dbg - The GLib libraries and debugging symbols
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines - minimal runtime (udeb)
Changes: 
 glib2.0 (2.17.3-2) experimental; urgency=low
 .
   * debian/patches/90_gio-nautilus-crash.patch:
 + Patch from upstream SVN to fix a crash in nautilus 2.22.
Checksums-Sha1: 
 bbd2c3fd94144a967eb4c7202d96aa67a025598e 1447 glib2.0_2.17.3-2.dsc
 f8a0c8305c914e6621df2d7df849138b1570f447 31168 glib2.0_2.17.3-2.diff.gz
 6d11e4c0dd5023a2df8386dcfdc4963ed56d 693972 
libglib2.0-data_2.17.3-2_all.deb
 92980ba908615cc0c7b36fa82e52a38ff86bf4f8 1148110 
libglib2.0-doc_2.17.3-2_all.deb
 c4558cbd625522fb174e26585c92a1be510067a9 757672 libglib2.0-0_2.17.3-2_i386.deb
 627f55eea9e842ae5cd8039e1227ed31457e8550 1245748 
libglib2.0-udeb_2.17.3-2_i386.udeb
 de4411498e1f6704d1ef7f05cb5bed51fe55b91b 911086 
libglib2.0-dev_2.17.3-2_i386.deb
 b6640209f1b4dc94bae54650d65579987c3609ff 1143160 
libglib2.0-0-dbg_2.17.3-2_i386.deb
 561473b39caffb3ee05bdf95afa23e36aedf0f67 33730 libgio-fam_2.17.3-2_i386.deb
Checksums-Sha256: 
 011ffd59b9646b527e9f0eeeaec0922a9eeb5c0d999abaa13be015619f76df9f 1447 
glib2.0_2.17.3-2.dsc
 aa05cf76a5ec851cf37c3682fd986b8de81c7f9b871e6ebd52d4a55662511775 31168 
glib2.0_2.17.3-2.diff.gz
 158e18dca53f46e8ec7eac9b681ea52a374db8aaed38242212b8caffd7f00c50 693972 
libglib2.0-data_2.17.3-2_all.deb
 ff78e3e216ccb25ecce0d7e51ebe303fade301995021fcbf73f16ccbad61d9e2 1148110 
libglib2.0-doc_2.17.3-2_all.deb
 c6c592b9be069f2d85b5fa2df1372042697cb5511a61bc77b5c23391011ac7d7 757672 
libglib2.0-0_2.17.3-2_i386.deb
 56433557eb32a2a70138879b23d9b470ca7582234de972c75b547dc84e4a8eaa 1245748 
libglib2.0-udeb_2.17.3-2_i386.udeb
 3340bb1bdc37b541c853a2bec58b3e5e3b94ae3fc1045702042460b0df21e28c 911086 
libglib2.0-dev_2.17.3-2_i386.deb
 cbff3af38b6a2c3202e6fb42a89a742ea871abecb3fae92885bad0d0fc2d7c40 1143160 
libglib2.0-0-dbg_2.17.3-2_i386.deb
 43cb11f5f5c277822818469ae124af34e38efed9c4e91a99af4f4e62e1d41711 33730 
libgio-fam_2.17.3-2_i386.deb
Files: 
 4694694a3b0fc622674fd4d683c34d2a 1447 libs optional glib2.0_2.17.3-2.dsc
 3c088a4f4a4c12d9fd14e3a941677ea5 31168 libs optional glib2.0_2.17.3-2.diff.gz
 16e6ba48282b4c8f1a6efd66ad895554 693972 misc optional 
libglib2.0-data_2.17.3-2_all.deb
 18913aad2ca0ba2e9cf245bc2a13b2ae 1148110 doc optional 
libglib2.0-doc_2.17.3-2_all.deb
 3c3d531887fd0d7ec599499dcb2cbd2c 757672 libs optional 
libglib2.0-0_2.17.3-2_i386.deb
 c0312fdf45a9cfd6698417d9a8f8bc46 1245748 debian-installer optional 
libglib2.0-udeb_2.17.3-2_i386.udeb
 ef544871aa586f577580a83c7e6bda4f 911086 libdevel optional 
libglib2.0-dev_2.17.3-2_i386.deb
 8e8334d38011c334c427dea07a439b91 1143160 libdevel extra 
libglib2.0-0-dbg_2.17.3-2_i386.deb
 d1707e6fb1321e12d5e69e8c3d117102 33730 libs optional 
libgio-fam_2.17.3-2_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAkhvkFAACgkQBsBdh1vkHyFY1QCfdYYLLDecuvKlSv4FV6XWK9JR
PvwAni1wG22iy3Ai6iu6dCBzyopxMnr1
=iidj
-END PGP SIGNATURE-


Accepted:
glib2.0_2.17.3-2.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.17.3-2.diff.gz
glib2.0_2.17.3-2.dsc
  to pool/main/g/glib2.0/glib2.0_2.17.3-2.dsc
libgio-fam_2.17.3-2_i386.deb
  to pool/main/g/glib2.0/libgio-fam_2.17.3-2_i386.deb
libglib2.0-0-dbg_2.17.3-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0-dbg_2.17.3-2_i386.deb
libglib2.0-0_2.17.3-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.17.3-2_i386.deb
libglib2.0-data_2.17.3-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.17.3-2_all.deb
libglib2.0-dev_2.17.3-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.17.3-2_i386.deb
libglib2.0-doc_2.17.3-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.17.3-2_all.deb
libglib2.0-udeb_2.17.3-2_i386.udeb
  to pool/main/g/glib2.0/libglib2.0-udeb_2.17.3-2_i386.udeb


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



Accepted libpostscript-simple-perl 0.07-2 (source all)

2008-07-05 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 17:03:30 +0200
Source: libpostscript-simple-perl
Binary: libpostscript-simple-perl
Architecture: source all
Version: 0.07-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 libpostscript-simple-perl - perl library for generating postscript files
Changes: 
 libpostscript-simple-perl (0.07-2) unstable; urgency=low
 .
   * debian/control: Standards-Version, Homepage, and my e-mail address.
Checksums-Sha1: 
 5c9c760cd767c2004de299d3cb5ab234d034304c 1172 
libpostscript-simple-perl_0.07-2.dsc
 3d2e9664fe635210bd98bb3bbe7ac20e8977841d 1514 
libpostscript-simple-perl_0.07-2.diff.gz
 ccf6aa59ddc45bdf4ffed42a81de1078e78120c6 35644 
libpostscript-simple-perl_0.07-2_all.deb
Checksums-Sha256: 
 870d78d00388d504f197ac6f4a2f4a16fbf8e10bc15252da9c6e66c5eef11df1 1172 
libpostscript-simple-perl_0.07-2.dsc
 828a7f877ca8d9503ca3bbcdfd5029cc9f268e800812de2cae35e3a399cd62e3 1514 
libpostscript-simple-perl_0.07-2.diff.gz
 0755c8a6b717706926aa3c6c4b5a45f935d3307998b4e2fdf61ec1fae5e8ebbc 35644 
libpostscript-simple-perl_0.07-2_all.deb
Files: 
 9e2747ee14d9a83ee4f26cfefa814d65 1172 perl optional 
libpostscript-simple-perl_0.07-2.dsc
 8be9636b39ee857204dcaadc93eb70b2 1514 perl optional 
libpostscript-simple-perl_0.07-2.diff.gz
 b449dd31af80551b028350281abfefe1 35644 perl optional 
libpostscript-simple-perl_0.07-2_all.deb

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

iD8DBQFIb47/bMaawmho9B8RAk7/AJoDtrVgr2Mk8pfiuFexotUeLq1qtQCeKNjb
3mixZHMp3bSEDxJZ+cqn8ak=
=ifsp
-END PGP SIGNATURE-


Accepted:
libpostscript-simple-perl_0.07-2.diff.gz
  to 
pool/main/libp/libpostscript-simple-perl/libpostscript-simple-perl_0.07-2.diff.gz
libpostscript-simple-perl_0.07-2.dsc
  to 
pool/main/libp/libpostscript-simple-perl/libpostscript-simple-perl_0.07-2.dsc
libpostscript-simple-perl_0.07-2_all.deb
  to 
pool/main/libp/libpostscript-simple-perl/libpostscript-simple-perl_0.07-2_all.deb


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



Accepted libhash-case-perl 1.006-1 (source all)

2008-07-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 17:27:55 +0200
Source: libhash-case-perl
Binary: libhash-case-perl
Architecture: source all
Version: 1.006-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libhash-case-perl - base class for hashes with key-casing requirements
Changes: 
 libhash-case-perl (1.006-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Removed:
 Homepage pseudo-field (Description); XS-Vcs-Svn fields.
 .
   [ David Paleino ]
   * debian/control: removed myself from Uploaders
 .
   [ gregor herrmann ]
   * New upstream release.
   * debian/copyright: update years of copyright; remove URL of Artistic
 license.
   * Add /me to Uploaders.
   * Set Standards-Version to 3.8.0 (no changes).
   * Refresh debian/rules, no functional changes, except: don't install README
 any more (installation instructions).
   * debian/rules: remove /usr/share/perl5/Hash/Makefile.PL from binary
 package.
Checksums-Sha1: 
 e21cd19f8ea36001a6971e9b151ac6c19855e7ca 1341 libhash-case-perl_1.006-1.dsc
 8bda63643250f9888671d70253ea273026729575 6195 
libhash-case-perl_1.006.orig.tar.gz
 ca5b5df17fda5b494c57cfd26e650953e8837774 2315 libhash-case-perl_1.006-1.diff.gz
 7fded2958392131799f56c39ed29b0a03baf016c 18338 
libhash-case-perl_1.006-1_all.deb
Checksums-Sha256: 
 328c1f498f2f7809bb2f59e0eee7ab72e99b7f62ebf7636df6e06c412cad35b3 1341 
libhash-case-perl_1.006-1.dsc
 97dd2ea52c4dff43d1cc4bfd8a8764cb27d94729dee53850fae8610306d25b71 6195 
libhash-case-perl_1.006.orig.tar.gz
 10013f3a5c05fda796de764c74c5d4e3a8885c14cd5e8a93b0eaca5aa4fd31a4 2315 
libhash-case-perl_1.006-1.diff.gz
 d30c40170eb24251a3818054cdf5bff8275ca311342c4a66f689ac222345fb9c 18338 
libhash-case-perl_1.006-1_all.deb
Files: 
 f76f6eff540c8f29857207d52e99ecfe 1341 perl optional 
libhash-case-perl_1.006-1.dsc
 1911b81b5b6bb3d47e5d3660cf1c8eae 6195 perl optional 
libhash-case-perl_1.006.orig.tar.gz
 2878efb8b8eb1cbb5057e22444c1cdf0 2315 perl optional 
libhash-case-perl_1.006-1.diff.gz
 a6e6f03dc1d615598efc7069595e3645 18338 perl optional 
libhash-case-perl_1.006-1_all.deb

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

iEYEARECAAYFAkhvk2gACgkQOzKYnQDzz+TCRwCfeU1FiOX0nLO5gy6NRO8VCdls
J6YAnj0tQEjwwDyfWE4fios4FqEFz3LN
=hT+k
-END PGP SIGNATURE-


Accepted:
libhash-case-perl_1.006-1.diff.gz
  to pool/main/libh/libhash-case-perl/libhash-case-perl_1.006-1.diff.gz
libhash-case-perl_1.006-1.dsc
  to pool/main/libh/libhash-case-perl/libhash-case-perl_1.006-1.dsc
libhash-case-perl_1.006-1_all.deb
  to pool/main/libh/libhash-case-perl/libhash-case-perl_1.006-1_all.deb
libhash-case-perl_1.006.orig.tar.gz
  to pool/main/libh/libhash-case-perl/libhash-case-perl_1.006.orig.tar.gz


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



Accepted nautilus-python 0.4.3-3 (source i386)

2008-07-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jul 2008 16:06:36 +0200
Source: nautilus-python
Binary: python-nautilus
Architecture: source i386
Version: 0.4.3-3
Distribution: unstable
Urgency: medium
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Emilio Pozuelo Monfort [EMAIL PROTECTED]
Description: 
 python-nautilus - Python binding for Nautilus components
Closes: 488760
Changes: 
 nautilus-python (0.4.3-3) unstable; urgency=medium
 .
   * debian/patches/dlopen-nasty.patch:
 - Backported from the experimental branch, load libpython2.5.so.1
   as the .so symlink is only present on python2.5-dev.
   Closes: #488760.
   Urgency set to medium as this closes an RC bug.
Checksums-Sha1: 
 6dfef0f8ed19d3bd810bce10391f5b2781bea64f 1327 nautilus-python_0.4.3-3.dsc
 d4a009cf831480e903441ec3931087634b73ccb6 2739 nautilus-python_0.4.3-3.diff.gz
 80f628712894f1b7a21a93c672315fc98450b2f0 22008 python-nautilus_0.4.3-3_i386.deb
Checksums-Sha256: 
 0030c4448e4de36ff4aae766a755de8762f7725c35f0ddc0c4b3eb1b827b5ee1 1327 
nautilus-python_0.4.3-3.dsc
 a4bc4189ca38a6c30ffc9624f42818040d51dcae5ccacc49b8f37c698a371563 2739 
nautilus-python_0.4.3-3.diff.gz
 cefaa0d05b687b6079408b42a0bb3bce5ad7c836b7d8fd3755f71294b729a933 22008 
python-nautilus_0.4.3-3_i386.deb
Files: 
 ac8216d4514680a258465ea359e2f2d8 1327 gnome optional 
nautilus-python_0.4.3-3.dsc
 4fc1717f50fe45a35351fbd4a9d7b8f6 2739 gnome optional 
nautilus-python_0.4.3-3.diff.gz
 56c23fe8c3e84a3fcdcc4993749eec8d 22008 gnome optional 
python-nautilus_0.4.3-3_i386.deb

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

iEYEARECAAYFAkhvlf8ACgkQ4VUX8isJIMAP7ACeIUkMo9XIBsyQGGfA0PnKUFuU
KTkAn1t3pY0ZHVVTiZmSPB6H3kowF6Ca
=NNmk
-END PGP SIGNATURE-


Accepted:
nautilus-python_0.4.3-3.diff.gz
  to pool/main/n/nautilus-python/nautilus-python_0.4.3-3.diff.gz
nautilus-python_0.4.3-3.dsc
  to pool/main/n/nautilus-python/nautilus-python_0.4.3-3.dsc
python-nautilus_0.4.3-3_i386.deb
  to pool/main/n/nautilus-python/python-nautilus_0.4.3-3_i386.deb


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



Accepted esperanza 0.4.0-3 (source i386)

2008-07-05 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 15:53:29 +0200
Source: esperanza
Binary: esperanza
Architecture: source i386
Version: 0.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 esperanza  - XMMS2 client which aims to be as feature-full and easy-to-use as 
Changes: 
 esperanza (0.4.0-3) unstable; urgency=low
 .
   * Be compatible with xmms2 DrLecter.
 + Apply patch by Thomas Frauendorfer.
   * Build-Depend on libx11-dev.
   * Bump Standards-Version to 3.8.0 (no changes).
Checksums-Sha1: 
 47e875a6e099388578e0ac4244a37fde8bf03316 1276 esperanza_0.4.0-3.dsc
 e04005fa4a7efcd1b985a93daf00b0c93e426c93 2516 esperanza_0.4.0-3.diff.gz
 1f992d8a1ddf66ec447582a69358834b04782e59 405970 esperanza_0.4.0-3_i386.deb
Checksums-Sha256: 
 b29a901d03f2eadd3d2dbf48392a96e1700963a7299d3127956ab76f7cd8b471 1276 
esperanza_0.4.0-3.dsc
 5f0854e9745fe8e2241c9819896ea0aa4314f2152cc1593d077b85df7ac44437 2516 
esperanza_0.4.0-3.diff.gz
 96ab94fe403a81622caecf61779e1ee5f964a17571da0777662c824c7600625b 405970 
esperanza_0.4.0-3_i386.deb
Files: 
 450bbd060e7edb29f1147b06284080a2 1276 sound extra esperanza_0.4.0-3.dsc
 1ec6896a27d8716ba71c22ad9234 2516 sound extra esperanza_0.4.0-3.diff.gz
 84fef51240ffa78926739dd1ecc1a1c5 405970 sound extra esperanza_0.4.0-3_i386.deb

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

iEYEARECAAYFAkhvlEkACgkQdC8qQo5jWl6hGgCfcEZsI6mJMwVeV91iMfvv0lJp
1i8An0MRkfIY5jR1tSBurDiBSfzW+EaP
=6kf/
-END PGP SIGNATURE-


Accepted:
esperanza_0.4.0-3.diff.gz
  to pool/main/e/esperanza/esperanza_0.4.0-3.diff.gz
esperanza_0.4.0-3.dsc
  to pool/main/e/esperanza/esperanza_0.4.0-3.dsc
esperanza_0.4.0-3_i386.deb
  to pool/main/e/esperanza/esperanza_0.4.0-3_i386.deb


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



Accepted glade-3 3.5.2-4 (source all i386)

2008-07-05 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 18:09:48 +0200
Source: glade-3
Binary: libgladeui-1-8 libgladeui-1-dev glade glade-gnome
Architecture: source all i386
Version: 3.5.2-4
Distribution: experimental
Urgency: low
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 glade  - GTK+ 2 User Interface Builder
 glade-gnome - GTK+ 2 User Interface Builder (with GNOME 2 support)
 libgladeui-1-8 - GTK+ User Interface Build core library
 libgladeui-1-dev - GTK+ User Interface Build core library (development files)
Closes: 477513
Changes: 
 glade-3 (3.5.2-4) experimental; urgency=low
 .
   [ Loic Minier ]
   * Properly anchor package name regexp.
 .
   [ Deng Xiyue ]
   * Remove 01_includes.patch and add patches/01_gladeui-types.patch.  The
 former one is flawed.  Thanks Andreas Henriksson.  Closes: #477513
   * Update standard version to 3.8.0.  No changes needed.
Checksums-Sha1: 
 8846056486736ed69428d54d8214f39695171f86 1549 glade-3_3.5.2-4.dsc
 03d8c3733cd14daa0f0a0b910e1a47596b96cd57 16583 glade-3_3.5.2-4.diff.gz
 2776825daa066d61e8eea22beb863a88f54f69f3 278622 
libgladeui-1-dev_3.5.2-4_all.deb
 ba327978eeef8d7a2ff8feafaa3a8a90613abd02 1288174 
libgladeui-1-8_3.5.2-4_i386.deb
 426bec0440e00da06f6e29f265d8453fbe9b0dd7 596564 glade_3.5.2-4_i386.deb
 5c8b0bd513fdf1876a8be4c833ad96e5da4a9d79 157214 glade-gnome_3.5.2-4_i386.deb
Checksums-Sha256: 
 b7d69908eccd9f24a334f5fb6e5bcf8c26bf426201cbe9732b6985f44cfb179d 1549 
glade-3_3.5.2-4.dsc
 6734302a3455eb02230e85407aee5ae7c3cc5a76b9bf71dcdb53338f12bb3d77 16583 
glade-3_3.5.2-4.diff.gz
 2d8cceb67084ed17c6585bc99db1a820f93c1ce65b8a7941a235c1510e99c9e1 278622 
libgladeui-1-dev_3.5.2-4_all.deb
 e4a4ba1d4214bf0942dbf1c6460c8477f0b16f7b504317f8c6269a8c2f127cd9 1288174 
libgladeui-1-8_3.5.2-4_i386.deb
 91487097882c22553446c58b406e3ecd2d5b86ed2927bf1190fd450467d9ec10 596564 
glade_3.5.2-4_i386.deb
 65b0dd2e6094f15d31c810e5672db30d0e49ca097984f3d6bde4cb499cc0fa72 157214 
glade-gnome_3.5.2-4_i386.deb
Files: 
 59bcea31dfdefb3796446ab426382154 1549 gnome optional glade-3_3.5.2-4.dsc
 5a2589d5dcbbb40fe91b046d61e9c984 16583 gnome optional glade-3_3.5.2-4.diff.gz
 87e3f577d987781d9c49d57e61ac4405 278622 libdevel optional 
libgladeui-1-dev_3.5.2-4_all.deb
 e76f9d002fa85b5e21011f8fa18598fc 1288174 libdevel optional 
libgladeui-1-8_3.5.2-4_i386.deb
 29b82a1eec7d0d81c93df8a562df67c4 596564 devel optional glade_3.5.2-4_i386.deb
 6bcd0f6a449951a003ea6f55423b8a4b 157214 gnome optional 
glade-gnome_3.5.2-4_i386.deb

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

iEYEARECAAYFAkhvntMACgkQ4VUX8isJIMAqEwCgmGts3mMhs4ETZ93hzUt4wnGP
AfAAn3FSF63evyZK66OGDSMRmdGLFTse
=rRcK
-END PGP SIGNATURE-


Accepted:
glade-3_3.5.2-4.diff.gz
  to pool/main/g/glade-3/glade-3_3.5.2-4.diff.gz
glade-3_3.5.2-4.dsc
  to pool/main/g/glade-3/glade-3_3.5.2-4.dsc
glade-gnome_3.5.2-4_i386.deb
  to pool/main/g/glade-3/glade-gnome_3.5.2-4_i386.deb
glade_3.5.2-4_i386.deb
  to pool/main/g/glade-3/glade_3.5.2-4_i386.deb
libgladeui-1-8_3.5.2-4_i386.deb
  to pool/main/g/glade-3/libgladeui-1-8_3.5.2-4_i386.deb
libgladeui-1-dev_3.5.2-4_all.deb
  to pool/main/g/glade-3/libgladeui-1-dev_3.5.2-4_all.deb


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



Accepted pycairo 1.4.12-1.1 (source i386 all)

2008-07-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 18:30:40 +0200
Source: pycairo
Binary: python-cairo python-cairo-dbg python-cairo-dev
Architecture: source i386 all
Version: 1.4.12-1.1
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-cairo - Python bindings for the Cairo vector graphics library
 python-cairo-dbg - Python bindings for the Cairo vector graphics library 
(debug exte
 python-cairo-dev - Python cairo bindings: development files
Closes: 489368
Changes: 
 pycairo (1.4.12-1.1) unstable; urgency=low
 .
   * NMU.
   * Rebuild with python-central 0.6.7. Closes: #489368.
Checksums-Sha1: 
 bf2c17b15b87fbbb8a2a1eefc58e8fa854dfcb9c 1203 pycairo_1.4.12-1.1.dsc
 e01a1165db77047c196fc4085459b4fbb8ed3c40 13055 pycairo_1.4.12-1.1.diff.gz
 6aedb5dc2740a3bd0a62c5ca16d501274f842d21 87332 python-cairo_1.4.12-1.1_i386.deb
 eefaea3cf5fd57235fdbf452feb2075ef2c46b88 204788 
python-cairo-dbg_1.4.12-1.1_i386.deb
 d6283cd1d9c2b270a39b1412a550b3c5958cfb90 38248 
python-cairo-dev_1.4.12-1.1_all.deb
Checksums-Sha256: 
 3bddba54e5434706fa60b4f8d61186b672691aeac08eb94445d50a8f783f7363 1203 
pycairo_1.4.12-1.1.dsc
 5eec3c414283b1d9c0ca9a3ba1ee062f347be99bcac2614c8a3d95b0b04cabff 13055 
pycairo_1.4.12-1.1.diff.gz
 eb00f3e148d46c68aafe7d71879efd28dc27fca67ab6f8dd010433c3995f2746 87332 
python-cairo_1.4.12-1.1_i386.deb
 c311f27d4b67c9d6004a7900aed62a6b6306fd650f84cba9fabb59e8ddc72f62 204788 
python-cairo-dbg_1.4.12-1.1_i386.deb
 3c916a34dae7513755124ed17cf45b9ca63c0236cf845736f07d15919108e702 38248 
python-cairo-dev_1.4.12-1.1_all.deb
Files: 
 054e4baadb7155ac2b14574c73366c5d 1203 python optional pycairo_1.4.12-1.1.dsc
 fd1f34440df8a98457346da999ef9291 13055 python optional 
pycairo_1.4.12-1.1.diff.gz
 eb3291bbdd788898dac7734b23629709 87332 python optional 
python-cairo_1.4.12-1.1_i386.deb
 a4de955f29bc388c5375cfb132742eed 204788 python extra 
python-cairo-dbg_1.4.12-1.1_i386.deb
 965a585b43591e51be13be02c71712af 38248 python optional 
python-cairo-dev_1.4.12-1.1_all.deb

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

iEYEARECAAYFAkhvo7gACgkQStlRaw+TLJw58gCfQmWWuuMFzHjaflr9uohbRsIK
I3wAn2I77/Ut9S5ofm/rU/IbBJ31kIoc
=ITce
-END PGP SIGNATURE-


Accepted:
pycairo_1.4.12-1.1.diff.gz
  to pool/main/p/pycairo/pycairo_1.4.12-1.1.diff.gz
pycairo_1.4.12-1.1.dsc
  to pool/main/p/pycairo/pycairo_1.4.12-1.1.dsc
python-cairo-dbg_1.4.12-1.1_i386.deb
  to pool/main/p/pycairo/python-cairo-dbg_1.4.12-1.1_i386.deb
python-cairo-dev_1.4.12-1.1_all.deb
  to pool/main/p/pycairo/python-cairo-dev_1.4.12-1.1_all.deb
python-cairo_1.4.12-1.1_i386.deb
  to pool/main/p/pycairo/python-cairo_1.4.12-1.1_i386.deb


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



Accepted gnome-themes-extras 0.9.0.deb0.4 (source all)

2008-07-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Jul 2008 17:19:18 +0200
Source: gnome-themes-extras
Binary: gnome-themes-extras
Architecture: source all
Version: 0.9.0.deb0.4
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Emilio Pozuelo Monfort [EMAIL PROTECTED]
Description: 
 gnome-themes-extras - various themes for the GNOME 2 desktop
Closes: 454952 484387
Changes: 
 gnome-themes-extras (0.9.0.deb0.4) unstable; urgency=low
 .
   [ Loic Minier ]
   * Use @THEMES@ in prerm.in as well; closes: #454952.
 .
   [ Josselin Mouette ]
   * rules: fix bashism. Closes: #484387.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control.in: wrap depends/build-depends/replaces.
 .
   [ Loic Minier ]
   * Cleanup whitespaces.
Checksums-Sha1: 
 e85cda6fc39d844479d6d318bbdefaf5b101d6fe 1027 
gnome-themes-extras_0.9.0.deb0.4.dsc
 d3de02a4b0bae4158653e91ac3a985bba852f03b 5721282 
gnome-themes-extras_0.9.0.deb0.4.tar.gz
 25aa5a6d573678a390e3f4ea405c8d952f0f62fe 5767848 
gnome-themes-extras_0.9.0.deb0.4_all.deb
Checksums-Sha256: 
 8b0d23541c0a1fa3c489bc696202a670156b6ffcd826cc94d5728f5dfbe9fe62 1027 
gnome-themes-extras_0.9.0.deb0.4.dsc
 ff501f258f2f5921c5dd992ac7ac0cd57ee512782e2953ab2fed3154519f46ed 5721282 
gnome-themes-extras_0.9.0.deb0.4.tar.gz
 22c759899e8fe8356771a0c9efff99de3f4bd69eac6f463d9ac3fb271bc26b0b 5767848 
gnome-themes-extras_0.9.0.deb0.4_all.deb
Files: 
 8cba55ba4b230228eb1c05d74abdd0b6 1027 gnome optional 
gnome-themes-extras_0.9.0.deb0.4.dsc
 fdeda737a846049c6bc2c8640e3e2328 5721282 gnome optional 
gnome-themes-extras_0.9.0.deb0.4.tar.gz
 6513979aa5d1173902bbce3cc6204f05 5767848 gnome optional 
gnome-themes-extras_0.9.0.deb0.4_all.deb

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

iEYEARECAAYFAkhvoCsACgkQ4VUX8isJIMDMfwCfT96fA0gihER9Jur0PEgPig1T
YoYAnilvp9gFiephzWO/DvhCMDHJIAUG
=2sbK
-END PGP SIGNATURE-


Accepted:
gnome-themes-extras_0.9.0.deb0.4.dsc
  to pool/main/g/gnome-themes-extras/gnome-themes-extras_0.9.0.deb0.4.dsc
gnome-themes-extras_0.9.0.deb0.4.tar.gz
  to pool/main/g/gnome-themes-extras/gnome-themes-extras_0.9.0.deb0.4.tar.gz
gnome-themes-extras_0.9.0.deb0.4_all.deb
  to pool/main/g/gnome-themes-extras/gnome-themes-extras_0.9.0.deb0.4_all.deb


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



Accepted nautilus-cd-burner 2.22.1-2 (source i386)

2008-07-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Jul 2008 18:58:33 +0200
Source: nautilus-cd-burner
Binary: nautilus-cd-burner libnautilus-burn4 libnautilus-burn-dev
Architecture: source i386
Version: 2.22.1-2
Distribution: experimental
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Emilio Pozuelo Monfort [EMAIL PROTECTED]
Description: 
 libnautilus-burn-dev - Nautilus Burn Library - development version
 libnautilus-burn4 - Nautilus Burn Library - runtime version
 nautilus-cd-burner - CD Burning front-end for Nautilus
Closes: 475677
Changes: 
 nautilus-cd-burner (2.22.1-2) experimental; urgency=low
 .
   * debian/control.in:
 - Require libnautilus-extension-dev = 2.22.2, as nautilus-cd-burner
   uses APIs added in that release. Closes: #475677.
Checksums-Sha1: 
 a7a121c8969bf7f6c6da7c94173b24bc69e19e92 1774 nautilus-cd-burner_2.22.1-2.dsc
 1cf61d5f6743228d89772d3117e474752f84b112 10212 
nautilus-cd-burner_2.22.1-2.diff.gz
 44d44e774327846f146a0e56db954cee58c4ce0d 568126 
nautilus-cd-burner_2.22.1-2_i386.deb
 e736a07d19e71e3f83a7d0a6b7c583f9e7403915 92674 
libnautilus-burn4_2.22.1-2_i386.deb
 a9012933aa43fa64b28d602fff024b163c05b6fe 67798 
libnautilus-burn-dev_2.22.1-2_i386.deb
Checksums-Sha256: 
 d318c4f7e9b4bec9831a0d7265c8080be1c81352df46bf4e4c5a868293f804cf 1774 
nautilus-cd-burner_2.22.1-2.dsc
 f7dafeb9c819b51f06be0b0b542a5b6b9685dc35c5a88f5890b069c72aeb758b 10212 
nautilus-cd-burner_2.22.1-2.diff.gz
 feb232a547f9fda3f471c5305cddef3c7db1c59a7a8b88d7574d7a8b4054bdc5 568126 
nautilus-cd-burner_2.22.1-2_i386.deb
 1c94c407e7b48d952f357a21c27e1936b1016d11a3ff4520cf71cda4ad49bea3 92674 
libnautilus-burn4_2.22.1-2_i386.deb
 d31964343b491d13145926cb08077e8b9f6004956e334cc813b77f9fa054b5ce 67798 
libnautilus-burn-dev_2.22.1-2_i386.deb
Files: 
 e13446fe7fddde2a75dc79496147debe 1774 gnome optional 
nautilus-cd-burner_2.22.1-2.dsc
 38446a0e90077903c560e282a1666d74 10212 gnome optional 
nautilus-cd-burner_2.22.1-2.diff.gz
 d5c5ea62216dfe29ba7eba63c9ccd831 568126 gnome optional 
nautilus-cd-burner_2.22.1-2_i386.deb
 05a577c92a4aa0ebaaad467af439a4f0 92674 libs optional 
libnautilus-burn4_2.22.1-2_i386.deb
 9d3e81607fabb5e068564d21f5bca360 67798 gnome optional 
libnautilus-burn-dev_2.22.1-2_i386.deb

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

iEYEARECAAYFAkhvnvMACgkQ4VUX8isJIMDljQCeIh1EBqLKKczOhnFWfVkj6FBE
MLMAoIvjaheJtPzfmQZ7qYyaiEvfRnxu
=0NgJ
-END PGP SIGNATURE-


Accepted:
libnautilus-burn-dev_2.22.1-2_i386.deb
  to pool/main/n/nautilus-cd-burner/libnautilus-burn-dev_2.22.1-2_i386.deb
libnautilus-burn4_2.22.1-2_i386.deb
  to pool/main/n/nautilus-cd-burner/libnautilus-burn4_2.22.1-2_i386.deb
nautilus-cd-burner_2.22.1-2.diff.gz
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.22.1-2.diff.gz
nautilus-cd-burner_2.22.1-2.dsc
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.22.1-2.dsc
nautilus-cd-burner_2.22.1-2_i386.deb
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.22.1-2_i386.deb


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



Accepted iceape 1.1.10-1 (source all amd64)

2008-07-05 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 17:48:36 +0200
Source: iceape
Binary: iceape iceape-browser iceape-gnome-support iceape-dev iceape-dev-bin 
iceape-dbg iceape-mailnews iceape-chatzilla iceape-calendar iceape-dom-inspector
Architecture: source all amd64
Version: 1.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Iceape Navigator (Internet browser) and Composer
 iceape-calendar - Iceape Calendar
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
 iceape-dev - Development files for the Iceape Internet Suite
 iceape-dev-bin - Development files for the Iceape Internet Suite
 iceape-dom-inspector - DOM inspector for the Iceape Internet Suite
 iceape-gnome-support - GNOME support for the Iceape Internet Suite
 iceape-mailnews - Iceape Mail  Newsgroups and Address Book
Closes: 134072 486444
Changes: 
 iceape (1.1.10-1) unstable; urgency=low
 .
   * New security/stability upstream release.
   * Fixes mfsa-2008-{21-25,27-33}, also known as
 CVE-2008-2798, CVE-2008-2799, CVE-2008-2800, CVE-2008-2801,
 CVE-2008-2802, CVE-2008-2803, CVE-2008-2805, CVE-2008-2806,
 CVE-2008-2807, CVE-2008-2808, CVE-2008-2809, CVE-2008-2810,
 CVE-2008-2811.
   * debian/patches/10_SECAlgorithmIDTemplate.dpatch: Removed, as applied
   * debian/patches/91_fontconfig.dpatch: Fix FTBFS when xft.pc doesn't
 require fontconfig. Closes: #486444.
   * debian/patches/92_mailcap_needsterminal.dpatch: Ignore needsterminal
 entries from mailcap: Closes: #134072.
   * debian/patches/38_ia64_gcc4_3.dpatch, debian/patches/90_bz421622.dpatch,
 debian/patches/90_bz425576.dpatch: Removed, as applied upstream.
   * debian/patches/80_security_build.dpatch: Removed, as not being useful
 since we switched to use system nss library.
   * debian/patches/00list: Updated accordingly.
   * debian/control:
 + Bumped Standards-Version to 3.8.0.1. No changes required.
 + Make the -dbg package less a hassle for manual installations with dpkg.
 + Added Vcs-Browser and Vcs-Git fields.
Checksums-Sha1: 
 678860f0d20e4820400aec745b1789b1b13505f7 1799 iceape_1.1.10-1.dsc
 14383d734ae791582f75d0180ee82676d9407cc9 45279220 iceape_1.1.10.orig.tar.gz
 190f29f60886a621d7319a35caa71ff7f5132445 269013 iceape_1.1.10-1.diff.gz
 190a7035ebc58f5fa18f2f114a6d05b0d230f73f 30962 iceape_1.1.10-1_all.deb
 f472d00f0a73bf19390a54d3eac4db520e83bc1f 3833736 iceape-dev_1.1.10-1_all.deb
 683375675e43c302b78d5d0dc88a0da1bea132a4 317164 
iceape-chatzilla_1.1.10-1_all.deb
 1e45980ed05da29e68fa6a768858117ac3ed17ec 11138050 
iceape-browser_1.1.10-1_amd64.deb
 0d4fe53d59f943e3b360ff92b88214cc57a3bcab 56042 
iceape-gnome-support_1.1.10-1_amd64.deb
 0b2a9481f8ff93591c30af5c497cf706240a79e2 121586 
iceape-dev-bin_1.1.10-1_amd64.deb
 6b7d8e6ef91cfba552f063acd8bfe6f94254a8a4 60098292 iceape-dbg_1.1.10-1_amd64.deb
 cd74d28d35a83330e1e537d66e5c365fb8b46779 2182246 
iceape-mailnews_1.1.10-1_amd64.deb
 02672117b15f51fc48d5f70613e2de9610b57310 30600 
iceape-calendar_1.1.10-1_amd64.deb
 24b80d38046ea784be7ef409b469117246d7c4ac 168686 
iceape-dom-inspector_1.1.10-1_amd64.deb
Checksums-Sha256: 
 49e970e01f8e282edb80e5b3d12c1e58f597916814d75845a8eda8875be06b3e 1799 
iceape_1.1.10-1.dsc
 21dfbb3e34596e49ad13274f7713c7c22caf30df3a1d9d8702ad2fdd9ef5720a 45279220 
iceape_1.1.10.orig.tar.gz
 a4c3a5098e3f681daa3d60b47d54c380b1fcdfa4cac1edf937e1641d9973c5ae 269013 
iceape_1.1.10-1.diff.gz
 f6663ce44ce1846cb270d433291a4528d4e768b8a5ebcfb42e8bf98dcbfb17cf 30962 
iceape_1.1.10-1_all.deb
 e9c8dbda46b4c562c02bb7adb6df461b8d1e6eb5cba1748ff1ac59d85070f89a 3833736 
iceape-dev_1.1.10-1_all.deb
 6e2a1ca405005527cc9e44b86be8485733a05db3fea11deb38c7c52c79ab454e 317164 
iceape-chatzilla_1.1.10-1_all.deb
 dd96a10e7c24299b27b68e4d77961215aeb7beb7a5e1bee779c034efbdf3575f 11138050 
iceape-browser_1.1.10-1_amd64.deb
 f481f70331081f96723439a45669c161135cbc43e4798a469f96cae58391a151 56042 
iceape-gnome-support_1.1.10-1_amd64.deb
 da6ce7af255e575917408716b62a9bcecf26531506f333ea91cb627ce0483b1d 121586 
iceape-dev-bin_1.1.10-1_amd64.deb
 5867630fccd23c26b89af0eb4b28c463d1e3134e8d7b6d5deb39247603dbe74f 60098292 
iceape-dbg_1.1.10-1_amd64.deb
 d87c30724c80df0bde7d51206a6615e4253bf2e15d75850a13ccac95d1923ad4 2182246 
iceape-mailnews_1.1.10-1_amd64.deb
 c808b81ec78d75922c3b16254f107332787eb6ced2146daf8331a5c89e7df75e 30600 
iceape-calendar_1.1.10-1_amd64.deb
 7cd73ae01a6c9b516dd3b9198f3ed76437876189dc5b2a72529d441509aed077 168686 
iceape-dom-inspector_1.1.10-1_amd64.deb
Files: 
 94cb5eb52ccadebd6d8dabdf29065203 1799 net optional iceape_1.1.10-1.dsc
 1b728377cb187394f6481847f6f21681 45279220 net optional 
iceape_1.1.10.orig.tar.gz
 ab2b413cc243e4b4a069aca86d7ac934 269013 net optional iceape_1.1.10-1.diff.gz
 

Accepted libcaca 0.99.beta14-1 (source amd64)

2008-07-05 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 16:35:57 +
Source: libcaca
Binary: libcucul-dev libcaca-dev libcucul0 libcaca0 caca-utils
Architecture: source amd64
Version: 0.99.beta14-1
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 caca-utils - text mode graphics utilities
 libcaca-dev - development files for libcaca
 libcaca0   - colour ASCII art library
 libcucul-dev - development files for libcucul
 libcucul0  - low-level Unicode character drawing library
Changes: 
 libcaca (0.99.beta14-1) unstable; urgency=low
 .
   * New upstream release.
 .
   * debian/patches/100_gcc_4.3_build_fix.diff
 debian/patches/200_revert_api_breakage.diff:
 + Patches merged upstream. Dropping them.
Checksums-Sha1: 
 c9b0169410183a3c334f161819981b62658703c4 1421 libcaca_0.99.beta14-1.dsc
 9deb40d2b7ab2273580b16b13a231d3041a3b5c5 973834 libcaca_0.99.beta14.orig.tar.gz
 776cd4cbc6a1729bed2fc31e1b08f8f14f6d6f48 6852 libcaca_0.99.beta14-1.diff.gz
 61c709aae9b1428a4c639d64d5ec96ef2116 705196 
libcucul-dev_0.99.beta14-1_amd64.deb
 082ae80297f2995e61475e784a0d28330a89edfc 107550 
libcaca-dev_0.99.beta14-1_amd64.deb
 3371e03bee1ffab621256284d28f2e3e6f48762b 269006 
libcucul0_0.99.beta14-1_amd64.deb
 8c937d803575202bb35477946b336c445ca038f3 126550 
libcaca0_0.99.beta14-1_amd64.deb
 952c858ef6fcf6892124bede32dd2366fa9a7496 133962 
caca-utils_0.99.beta14-1_amd64.deb
Checksums-Sha256: 
 525f78a002236739c9a17ccab3cf5d0c106dcb0e58c15fbd9fc1d7c12c7cfa3f 1421 
libcaca_0.99.beta14-1.dsc
 c9491a4deb5bd610b03bff79dbb146aea28438418fd940c488976e4975e31e00 973834 
libcaca_0.99.beta14.orig.tar.gz
 db1a30b3deee7e7fb210163c635722d2d6502c56dfb42a55106265a79b81076a 6852 
libcaca_0.99.beta14-1.diff.gz
 6a63615c805c3995823fd92b1a7523860941f62fdc3dd09897f1a82d79e1abb9 705196 
libcucul-dev_0.99.beta14-1_amd64.deb
 752964cb1d94ba29ece9d698f54be9fc67af63d22d8309690325f4870be05c84 107550 
libcaca-dev_0.99.beta14-1_amd64.deb
 6b964b00057eab763de5b4bb4c90b3d76bc9f385c989425cb47b5cdc7c21159a 269006 
libcucul0_0.99.beta14-1_amd64.deb
 41a121a4534f634b185ff23829a507eec75f881bc7c4d2eb0aa898a7b97afe31 126550 
libcaca0_0.99.beta14-1_amd64.deb
 af878033e36f20763ea42d07feb371a54e6e183b601bed70b0504030f63a3509 133962 
caca-utils_0.99.beta14-1_amd64.deb
Files: 
 ab8abe452f6d6d642d8c0ffa8695dc22 1421 libs optional libcaca_0.99.beta14-1.dsc
 63f166b12d21c6cfc030be20ed4f7f44 973834 libs optional 
libcaca_0.99.beta14.orig.tar.gz
 73dec04fdbce597519a54dd23279ccb5 6852 libs optional 
libcaca_0.99.beta14-1.diff.gz
 b41684f12ff7cfe37cc233359db410d9 705196 libdevel optional 
libcucul-dev_0.99.beta14-1_amd64.deb
 b09f8d81cc58f3d6f6c9c1e7e00d8f25 107550 libdevel optional 
libcaca-dev_0.99.beta14-1_amd64.deb
 01fcb40a76417d0005ba5811c026a1ad 269006 libs optional 
libcucul0_0.99.beta14-1_amd64.deb
 0d11223a329b5a8c6363d0f7165ee820 126550 libs optional 
libcaca0_0.99.beta14-1_amd64.deb
 7e5377f4cc111351eb68203fe08b2755 133962 utils optional 
caca-utils_0.99.beta14-1_amd64.deb

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

iEYEARECAAYFAkhvpaUACgkQfPP1rylJn2GuLQCgruBkLEggdyBlH7Mvh/SbYmfo
YiYAoKya+LXjh1OLwZvxlnNeRhrTaf77
=K8tV
-END PGP SIGNATURE-


Accepted:
caca-utils_0.99.beta14-1_amd64.deb
  to pool/main/libc/libcaca/caca-utils_0.99.beta14-1_amd64.deb
libcaca-dev_0.99.beta14-1_amd64.deb
  to pool/main/libc/libcaca/libcaca-dev_0.99.beta14-1_amd64.deb
libcaca0_0.99.beta14-1_amd64.deb
  to pool/main/libc/libcaca/libcaca0_0.99.beta14-1_amd64.deb
libcaca_0.99.beta14-1.diff.gz
  to pool/main/libc/libcaca/libcaca_0.99.beta14-1.diff.gz
libcaca_0.99.beta14-1.dsc
  to pool/main/libc/libcaca/libcaca_0.99.beta14-1.dsc
libcaca_0.99.beta14.orig.tar.gz
  to pool/main/libc/libcaca/libcaca_0.99.beta14.orig.tar.gz
libcucul-dev_0.99.beta14-1_amd64.deb
  to pool/main/libc/libcaca/libcucul-dev_0.99.beta14-1_amd64.deb
libcucul0_0.99.beta14-1_amd64.deb
  to pool/main/libc/libcaca/libcucul0_0.99.beta14-1_amd64.deb


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



Accepted libdjconsole 0.1.3-1 (source i386 all)

2008-07-05 Thread Adrien Cunin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Jun 2008 21:27:05 +0200
Source: libdjconsole
Binary: libdjconsole0 libdjconsole-data libdjconsole-dev
Architecture: source i386 all
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Adrien Cunin [EMAIL PROTECTED]
Changed-By: Adrien Cunin [EMAIL PROTECTED]
Description: 
 libdjconsole-data - Hercules DJ Console access library - data files
 libdjconsole-dev - Hercules DJ Console access library - development headers
 libdjconsole0 - Hercules DJ Console access library
Changes: 
 libdjconsole (0.1.3-1) unstable; urgency=low
 .
   * New upstream release
  - Fix FTBFS on GNU/kFreeBSD patch introduced in 0.1.2-2 merged upstream
   * debian/rules: do not rename the udev rules file anymore, it now already has
 the good name
   * debian/libdjconsole-dev.install: do not install libdjconsole.la anymore
   * Bumped debhelper version to 7
   * Bumped Standards-Version to 3.7.3 (no change needed)
Checksums-Sha1: 
 3f83fb6170e39eb4f372b19ecfbf12121b716051 1059 libdjconsole_0.1.3-1.dsc
 76d6331f5d379bd6391bbc2ca08655cfa2ac9cf8 207408 libdjconsole_0.1.3.orig.tar.gz
 f6dc428cf2effb021073e1a761ac3ae78810ad1f 2354 libdjconsole_0.1.3-1.diff.gz
 4177a5da450b688ce9f5bda0d350be43dab6fd72 14952 libdjconsole0_0.1.3-1_i386.deb
 ead4a97dde9696cac0a84205883a92ffdd1ae147 4452 libdjconsole-data_0.1.3-1_all.deb
 484b17bb62517aa7c949ae50494512d808615154 13590 
libdjconsole-dev_0.1.3-1_i386.deb
Checksums-Sha256: 
 5adac2980b5b9e0217a7d0f3293b80dbb6f9e660ca461494815930f8239925ec 1059 
libdjconsole_0.1.3-1.dsc
 f90745e3d1aeab1ed9e49a199f289c8c1b2e35cde6cb1a35b04b85c78ddbca3c 207408 
libdjconsole_0.1.3.orig.tar.gz
 fa6f1f7100140d41f68de7dbcccbca2a5588e4e5ed4a7bbaec71d4ac46d9cc1c 2354 
libdjconsole_0.1.3-1.diff.gz
 8579d760693fe125fb6ddfd02fc4adb3fcd7ffd481ec283a606187f473df3fc4 14952 
libdjconsole0_0.1.3-1_i386.deb
 0b19dbb98bf20cfce76dd9b05135c0561d8707b7e21403363f2b6c4a0359b89b 4452 
libdjconsole-data_0.1.3-1_all.deb
 6b1aad1b76162a795b1df47175378ceda144514a17b519065f606e368d6998fa 13590 
libdjconsole-dev_0.1.3-1_i386.deb
Files: 
 01a56190964cd0a6345db583659b5a92 1059 libs optional libdjconsole_0.1.3-1.dsc
 66b073053cbe33e444705a0ba898b16f 207408 libs optional 
libdjconsole_0.1.3.orig.tar.gz
 5d8a1c0db49ae69e481e99fc5153169e 2354 libs optional 
libdjconsole_0.1.3-1.diff.gz
 9bb6cd0bb90b80cf0cf7e3c8993d35a3 14952 libs optional 
libdjconsole0_0.1.3-1_i386.deb
 2ffc6d5cf0d4dacc874d6267c5abf902 4452 libs optional 
libdjconsole-data_0.1.3-1_all.deb
 fd2d8af5c5329ffa332bb33b12ccd382 13590 libdevel optional 
libdjconsole-dev_0.1.3-1_i386.deb

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

iEYEARECAAYFAkhvpK4ACgkQ4VUX8isJIMCu8ACfWNHlxGTcMyQ6rRhhl1hq4R1j
E4wAoKesW9zZDJcOFjO/lgs1CovqQ2Xr
=HMgO
-END PGP SIGNATURE-


Accepted:
libdjconsole-data_0.1.3-1_all.deb
  to pool/main/libd/libdjconsole/libdjconsole-data_0.1.3-1_all.deb
libdjconsole-dev_0.1.3-1_i386.deb
  to pool/main/libd/libdjconsole/libdjconsole-dev_0.1.3-1_i386.deb
libdjconsole0_0.1.3-1_i386.deb
  to pool/main/libd/libdjconsole/libdjconsole0_0.1.3-1_i386.deb
libdjconsole_0.1.3-1.diff.gz
  to pool/main/libd/libdjconsole/libdjconsole_0.1.3-1.diff.gz
libdjconsole_0.1.3-1.dsc
  to pool/main/libd/libdjconsole/libdjconsole_0.1.3-1.dsc
libdjconsole_0.1.3.orig.tar.gz
  to pool/main/libd/libdjconsole/libdjconsole_0.1.3.orig.tar.gz


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



Accepted libxp 1:1.0.0.xsf1-2 (source i386)

2008-07-05 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 19:17:56 +0200
Source: libxp
Binary: libxp6 libxp6-dbg libxp-dev
Architecture: source i386
Version: 1:1.0.0.xsf1-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 libxp-dev  - X Printing Extension (Xprint) client library (development files)
 libxp6 - X Printing Extension (Xprint) client library
 libxp6-dbg - X Printing Extension (Xprint) client library (unstripped)
Closes: 487054
Changes: 
 libxp (1:1.0.0.xsf1-2) unstable; urgency=low
 .
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
   * Add Vcs-Browser and Vcs-Git fields to debian/control.
   * Add a link to www.X.org in the long description.
   * Update reference to the upstream module in the long description.
   * Update upstream URL in debian/copyright.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Install the upstream ChangeLog.
 .
   [ Julien Cristau ]
   * libxp-dev needs to depend on libxext-dev and libxau-dev (closes: #487054).
   * autoreconf with current autotools to get updated config.{guess,sub}.
Checksums-Sha1: 
 30e32b95f19f4ebec6e5015cb7f5ddfe95235a07 1279 libxp_1.0.0.xsf1-2.dsc
 38ca6ee0847067bcc0471de628f94aa4c9242e42 355270 libxp_1.0.0.xsf1-2.diff.gz
 c0a53cf99340db5e45ca13df79bd2d7862810362 16306 libxp6_1.0.0.xsf1-2_i386.deb
 cfde5ec3f857e2754f1edbc25a0b41f63efdbaa1 88944 libxp6-dbg_1.0.0.xsf1-2_i386.deb
 985b8c6eda34bcd0230d3bf43d19d0336150b122 81364 libxp-dev_1.0.0.xsf1-2_i386.deb
Checksums-Sha256: 
 1f348f8e1050f2f9694ab6de99e0cb600f056f52e1b4cdfe8cace2c0a46d8992 1279 
libxp_1.0.0.xsf1-2.dsc
 fc2b9da549288f73db56b3f597c23d82aafef9056eca17d12c33af68898410dd 355270 
libxp_1.0.0.xsf1-2.diff.gz
 21376d339383ab7d2c4f39837d52be15ff24f0772919df7865ddb7b7734e2bb2 16306 
libxp6_1.0.0.xsf1-2_i386.deb
 6bfdfa17c3f3c6a780125982cead57e53c4c021fd03082b34e1909f13db44860 88944 
libxp6-dbg_1.0.0.xsf1-2_i386.deb
 4e16d484dc2965be735021a0dec77b60b6a913693300baeb7fa5fb535c071703 81364 
libxp-dev_1.0.0.xsf1-2_i386.deb
Files: 
 bf6f2cfca6e255bcae60662d49a75462 1279 x11 optional libxp_1.0.0.xsf1-2.dsc
 dd9345c86fb7c1c889c0002a3867d91b 355270 x11 optional libxp_1.0.0.xsf1-2.diff.gz
 ce2a8661e7c19cbcaa5e0f7aae1f3c97 16306 libs optional 
libxp6_1.0.0.xsf1-2_i386.deb
 64973fdefe97a406d3beb4b1aaea0da0 88944 libdevel extra 
libxp6-dbg_1.0.0.xsf1-2_i386.deb
 de7d8c33b6821d9f88466d4b5a2185a1 81364 libdevel optional 
libxp-dev_1.0.0.xsf1-2_i386.deb

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

iEYEARECAAYFAkhvrZsACgkQmEvTgKxfcAwDGwCaAmtUNRvRbi047yhLf+dbMJfL
jeAAniOkys1i74XycIfD6DLFXEFecqRe
=U4md
-END PGP SIGNATURE-


Accepted:
libxp-dev_1.0.0.xsf1-2_i386.deb
  to pool/main/libx/libxp/libxp-dev_1.0.0.xsf1-2_i386.deb
libxp6-dbg_1.0.0.xsf1-2_i386.deb
  to pool/main/libx/libxp/libxp6-dbg_1.0.0.xsf1-2_i386.deb
libxp6_1.0.0.xsf1-2_i386.deb
  to pool/main/libx/libxp/libxp6_1.0.0.xsf1-2_i386.deb
libxp_1.0.0.xsf1-2.diff.gz
  to pool/main/libx/libxp/libxp_1.0.0.xsf1-2.diff.gz
libxp_1.0.0.xsf1-2.dsc
  to pool/main/libx/libxp/libxp_1.0.0.xsf1-2.dsc


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



Accepted mgltools-utpackages 1.5.1-1 (source amd64)

2008-07-05 Thread Steffen Moeller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Jan 2008 13:26:39 +0100
Source: mgltools-utpackages
Binary: mgltools-utpackages
Architecture: source amd64
Version: 1.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: Steffen Moeller [EMAIL PROTECTED]
Description: 
 mgltools-utpackages - UT Austin software Python extensions
Changes: 
 mgltools-utpackages (1.5.1-1) experimental; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 23f182810cf57586c1b64625e475a5a89544be85 1465 mgltools-utpackages_1.5.1-1.dsc
 498e4f0046937bbb0b87a471ad89db1b55695263 2283058 
mgltools-utpackages_1.5.1.orig.tar.gz
 867827433ffa264e70e31dae432282b50eb19800 4731 
mgltools-utpackages_1.5.1-1.diff.gz
 206a6e4a1b345697ca733e3ca2bd5af38dabf01e 119158 
mgltools-utpackages_1.5.1-1_amd64.deb
Checksums-Sha256: 
 ed1098a644f1a7db935f2b74112a48776e55004877caf28bfe005b2b38ea6f37 1465 
mgltools-utpackages_1.5.1-1.dsc
 74a4043655d5664287e249e0fb9ce3585c588019095b72288cfbbe96eaea50fc 2283058 
mgltools-utpackages_1.5.1.orig.tar.gz
 19cb31470302214a4c42431e14059823ce7ca167479c7804992a38cdadb76626 4731 
mgltools-utpackages_1.5.1-1.diff.gz
 2fda1d5fc9308e93f9344ebc483c61df9c0d5dc8b66ff341431944889e254139 119158 
mgltools-utpackages_1.5.1-1_amd64.deb
Files: 
 0589b44d8c8ae67acc74f98d85a96938 1465 non-free/science optional 
mgltools-utpackages_1.5.1-1.dsc
 67c200cfeb8639e97d17f6312ead899c 2283058 non-free/science optional 
mgltools-utpackages_1.5.1.orig.tar.gz
 de20a1d2746045b2b1c7d187a9d373db 4731 non-free/science optional 
mgltools-utpackages_1.5.1-1.diff.gz
 435186c9032d31f69cb9833f9d90bcb4 119158 non-free/science optional 
mgltools-utpackages_1.5.1-1_amd64.deb

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

iEYEARECAAYFAkhPBgYACgkQ1gXdnL6dUzmHBQCeMJB5siMhHjkhuI/aqvHQzJm/
Ss4AniJA7aO3rOzs1LY4rESm8c9A0Fb+
=u18a
-END PGP SIGNATURE-


Accepted:
mgltools-utpackages_1.5.1-1.diff.gz
  to pool/non-free/m/mgltools-utpackages/mgltools-utpackages_1.5.1-1.diff.gz
mgltools-utpackages_1.5.1-1.dsc
  to pool/non-free/m/mgltools-utpackages/mgltools-utpackages_1.5.1-1.dsc
mgltools-utpackages_1.5.1-1_amd64.deb
  to pool/non-free/m/mgltools-utpackages/mgltools-utpackages_1.5.1-1_amd64.deb
mgltools-utpackages_1.5.1.orig.tar.gz
  to pool/non-free/m/mgltools-utpackages/mgltools-utpackages_1.5.1.orig.tar.gz


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



Accepted python-central 0.6.8 (source all)

2008-07-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Jul 2008 19:20:15 +0200
Source: python-central
Binary: python-central
Architecture: source all
Version: 0.6.8
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-central - register and build utility for Python packages
Closes: 489390
Changes: 
 python-central (0.6.8) unstable; urgency=low
 .
   * Disable python-support in python-central's debhelper sequence file.
 Closes: #489390.
Checksums-Sha1: 
 55a02c62ce07f223cbe3544b2255fe88ad75584d 818 python-central_0.6.8.dsc
 6f1a76ae1d2411c70612802470867fa43ae38774 38714 python-central_0.6.8.tar.gz
 90b73bc56eb235eb94941c67e73f9c39255be8e6 40398 python-central_0.6.8_all.deb
Checksums-Sha256: 
 cbd7880a2ee4087db3677caa2a600d8c173b0ee800b641dc32bcf61337453e4a 818 
python-central_0.6.8.dsc
 301f4ec7f09d6a1869d90faeb04ebf064c9aed16f59f29247e74266a7327932a 38714 
python-central_0.6.8.tar.gz
 807ae371ee756782474022323b01e98dbb9efd351083d622934eb791dc2e5350 40398 
python-central_0.6.8_all.deb
Files: 
 5afc7dadbd5c4d6a14b7304511dd7d0b 818 python standard python-central_0.6.8.dsc
 2e02e0cc020afd48d413b3b4ab4ccdca 38714 python standard 
python-central_0.6.8.tar.gz
 ad5dcc44c80146bb71935a859afbbcf5 40398 python standard 
python-central_0.6.8_all.deb

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

iEYEARECAAYFAkhvrfQACgkQStlRaw+TLJwwGgCfcb4OSXLCX+VDQKyTczteKa1x
W78AnjJUi2j7z7f7HH3Pzd4q5QviM0mu
=wFyZ
-END PGP SIGNATURE-


Accepted:
python-central_0.6.8.dsc
  to pool/main/p/python-central/python-central_0.6.8.dsc
python-central_0.6.8.tar.gz
  to pool/main/p/python-central/python-central_0.6.8.tar.gz
python-central_0.6.8_all.deb
  to pool/main/p/python-central/python-central_0.6.8_all.deb


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



Accepted libm4ri 0.0.20080521-1 (source i386)

2008-07-05 Thread Tim Abbott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 11:23:02 -0400
Source: libm4ri
Binary: libm4ri-dev libm4ri-0.0.20080521
Architecture: source i386
Version: 0.0.20080521-1
Distribution: unstable
Urgency: low
Maintainer: Tim Abbott [EMAIL PROTECTED]
Changed-By: Tim Abbott [EMAIL PROTECTED]
Description: 
 libm4ri-0.0.20080521 - Method of the Four Russians Inversion library, shared 
library
 libm4ri-dev - Method of the Four Russians Inversion library, development files
Changes: 
 libm4ri (0.0.20080521-1) unstable; urgency=low
 .
   * New upstream release.
   * Add missing upstream URL.
   * Improve description.
   * Updates Standards-Version to 3.8.0.
Checksums-Sha1: 
 a63657fe1ceaea8fa2ba1558bd9984a4c7cc438d 1136 libm4ri_0.0.20080521-1.dsc
 4394098c79398533611b7bb2567cb6c69239eca3 584847 
libm4ri_0.0.20080521.orig.tar.gz
 5cbd84080be1c1f3698d77d7b2637f0447836fc9 1996 libm4ri_0.0.20080521-1.diff.gz
 5f248ca55a21b1e53c375bbe74dde0d9f6ac0395 36910 
libm4ri-dev_0.0.20080521-1_i386.deb
 9de0384c89157789717e32f5900b63714b8a08c9 29454 
libm4ri-0.0.20080521_0.0.20080521-1_i386.deb
Checksums-Sha256: 
 5b9d0f9ae8dee4f83987631f26d39f85023e943ba303b2d517bc95e851c940ec 1136 
libm4ri_0.0.20080521-1.dsc
 f89f6d5a9e5c9acd9a490358c75a8890841171db86c1a3a7b79b418b05f563c2 584847 
libm4ri_0.0.20080521.orig.tar.gz
 494cc28961e3892ef6cfb6ed872fae78109761a2d972c7c8c3e0dbf280768c3b 1996 
libm4ri_0.0.20080521-1.diff.gz
 72950d72b1286f80650cd36ef2841549ecddc4fb5040b530c08aa1bd3e522a5a 36910 
libm4ri-dev_0.0.20080521-1_i386.deb
 3d6e5228a705bdc77c4c5a57cd028fc84af0457d2c342350cdbbe2f0c1194028 29454 
libm4ri-0.0.20080521_0.0.20080521-1_i386.deb
Files: 
 d5d610d45e70ac183db79335a9323bd2 1136 math optional libm4ri_0.0.20080521-1.dsc
 626150eb3cd7da2d18186424acdc353c 584847 math optional 
libm4ri_0.0.20080521.orig.tar.gz
 e3166d10eab1775d1a690a57788c9297 1996 math optional 
libm4ri_0.0.20080521-1.diff.gz
 4402605e329769fffd0f2014e2802b4c 36910 libdevel optional 
libm4ri-dev_0.0.20080521-1_i386.deb
 32657941707a6548665feb12c3ca2c06 29454 libs optional 
libm4ri-0.0.20080521_0.0.20080521-1_i386.deb

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

iD8DBQFIZL3od73XuVITgboRAgBMAJ4rtWLikQxsgQ7ZYK84V+AFOKC7rQCfcn4p
G4PoGiVK4h3jpnOpSJD+LsY=
=Sew7
-END PGP SIGNATURE-


Accepted:
libm4ri-0.0.20080521_0.0.20080521-1_i386.deb
  to pool/main/libm/libm4ri/libm4ri-0.0.20080521_0.0.20080521-1_i386.deb
libm4ri-dev_0.0.20080521-1_i386.deb
  to pool/main/libm/libm4ri/libm4ri-dev_0.0.20080521-1_i386.deb
libm4ri_0.0.20080521-1.diff.gz
  to pool/main/libm/libm4ri/libm4ri_0.0.20080521-1.diff.gz
libm4ri_0.0.20080521-1.dsc
  to pool/main/libm/libm4ri/libm4ri_0.0.20080521-1.dsc
libm4ri_0.0.20080521.orig.tar.gz
  to pool/main/libm/libm4ri/libm4ri_0.0.20080521.orig.tar.gz


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



  1   2   >