Re: What is this rule for?

2009-10-11 Thread Frank Lin PIAT
On Tue, 2009-09-29 at 13:37 -0700, Russ Allbery wrote:
 Andreas Tscharner starf...@sunrise.ch writes:
 
  This is true for Unix/Posix systems, but unfortunately not for Windows
  systems. And if the maintainer of a great Perl script wants his script
  to work on both platforms, he'll probably will name it
  GreatPerlScript.pl If the extension .pl is linked with a Perl
  interpreter in Windows, he'll be able to run it on both systems without
  a prepending perl
 
 If he names it GreatPerlScript on Unix and GreatPerlScript.pl on Windows,
 he'll be able to run it on both systems as GreatPerlScript.

This is another interesting point... Should we also preserve the
CamelCase names?
This is merely a decoration under Windows, but is important under $unix!
...just kidding.

Seriously, the developer had to[1] add a file extension to distribute
the file to windows, it doesn't means that such bad practice should be
carried-on on other platforms.

As an alternative to [1], if a perl/python/$language developer wants
windows users to be able to start a command easily, it is best to
provide a windows foo.cmd file which merely launch the interpreter and
command. As a benefit, the command can be launched by executing foo.

Franklin

[1] On doesn't actually have to specify the file extension. I can only
speculate on why Python/Perl installer don't set PATHEXT properly...

http://docs.activestate.com/activeperl/5.8/faq/Windows/ActivePerl-Winfaq4.html#What_s_the_equivalent_of_the_she


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



ITP: stockfish -- strong chess engine, to play chess against

2009-10-11 Thread Oliver Korff
Package: wnpp
Owner: Oliver Korff o...@xynyx.de
Severity: wishlist

* Package name: stockfish
  Version : 1.5.1JA
  Upstream Author : Marco Costalba mcosta...@gmail.com
* URL : http://www.mediafire.com/?5jx12zdyygw
* License : GPL
  Programming Lang: C++
  Description : strong chess engine, to play chess against

 free chess engine derived from Glaurung 2.1. It is not a complete
 chess program, but requires some UCI (universal chess interface) compatible
 GUI like XBoard with PolyGlot, eboard, Jose, Arena or scid in order to be
 used comfortably. The strongest open source chess engine by october
 2009 in the computer chess rating list CCRL. It is written in C++ and uses
 multiple threads and cores. It is capable of Chess960 and has experimental
 support for polyglot opening books.

# snip

Why another chess engine? -- Why another editor?

Playing serious chess means also to analyze your own moves with the strongest
computer program currently available. Strength here is a relative
impression of the user. We give him various possibilitys.

Oliver


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Florian Weimer
* Bernd Eckenfels:

 In article 87d44vrp09@mid.deneb.enyo.de you wrote:
 Not necessarily.  It could also be a genuine compatibility issue with
 the IcedTea plug-in.

 We regularly see Bugs different from the ones on the Sun distribution. And as
 a commercial software vendor we just dont support OpenJDK for that reason
 (with a normal support contract).

Apart from font issues, we've received very few bug reports on
OpenJDK.  I know of one C2 bug in stable which I probably should
report, but there is no isolated changeset we could backport, so it's
only fixable by moving stable to a newer IcedTea release. 8-(

 Since other software vendors try to reduce the number of supported
 platforms as well, this is a strong reason for still providing a
 debian package for commercial JRE.

Well, that's their decision, but it also means that OpenJDK is doomed
to fail.

Most hard OpenJDK bugs (those affecting Hotspot or core libraries) are
also present in Sun's proprietary releases, but Sun periodically
bundles fixes for them with critical security updates, so they tend to
vanish after a while.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Permissions of /var/mail/$USER

2009-10-11 Thread Nicolas François
Hello,

When an user is created, useradd creates a /var/mail/$USER mailbox with
the mode 0660 (owned by $USER:mail).

I heard this causes some issues for dovecot, and a solution could be to
move to mode 0600.

I would like to change shadow in that direction, with a configure option to
restore the previous behavior.



On Debian, the policy allows this, but I would like to communicate this
change in case some people know of possible breakages.

Here is an extract from the Debian policy:

 Mailboxes are generally either mode 600 and owned by user or mode
 660 and owned by `user:mail'[3].  The local system administrator may
 choose a different permission scheme; packages should not make
 assumptions about the permission and ownership of mailboxes unless
 required (such as when creating a new mailbox).  A MUA may remove a
 mailbox (unless it has nonstandard permissions) in which case the MTA
 or another MUA must recreate it if needed.

 [...]

[3]  There are two traditional permission schemes for mail spools: mode 600
 with all mail delivery done by processes running as the destination
 user, or mode 660 and owned by group mail with mail delivery done by a
 process running as a system user in group mail.  Historically, Debian
 required mode 660 mail spools to enable the latter model, but that
 model has become increasingly uncommon and the principle of least
 privilege indicates that mail systems that use the first model should
 use permissions of 600.  If delivery to programs is permitted, it's
 easier to keep the mail system secure if the delivery agent runs as
 the destination user.  Debian Policy therefore permits either scheme.



Other distributions could use the configure option, but let me know if this
would also break anything.

Thanks in advance,
-- 
Nekral


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Stefano Zacchiroli
On Sun, Oct 11, 2009 at 09:03:10AM +, Florian Weimer wrote:
 Apart from font issues, we've received very few bug reports on
 OpenJDK.  I know of one C2 bug in stable which I probably should
 report, but there is no isolated changeset we could backport, so it's
 only fixable by moving stable to a newer IcedTea release. 8-(

(I'm assuming you're referring to bug report on IcedTea here.)

Is that surprising at all? According to popcon [1,2], IcedTea is
installed 1 tenth time wrt the number of sun-java6 plugin installations
(which is probably an underestimation, given that the sun-java6 plugin
package was just a meta package).

How about making an announcement (Debian News, d-d-a) that explains how
to switch to IcedTea and that you are looking for testers?

Cheers.

[1] http://qa.debian.org/popcon.php?package=sun-java6
[2] http://qa.debian.org/popcon.php?package=openjdk-6

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Permissions of /var/mail/$USER

2009-10-11 Thread Bjørn Mork
Nicolas François nicolas.franc...@centraliens.net writes:

 When an user is created, useradd creates a /var/mail/$USER mailbox with
 the mode 0660 (owned by $USER:mail).

 I heard this causes some issues for dovecot, and a solution could be to
 move to mode 0600.

Where did you hear this?

Exactly what did you hear?

Is this documented in a bug report?

Maybe some reference(s) to the bug report(s) would make it easier for
the rest of us to understand the issues? 


 Here is an extract from the Debian policy:

  Mailboxes are generally either mode 600 and owned by user or mode
  660 and owned by `user:mail'[3].  The local system administrator may
  choose a different permission scheme; packages should not make
  assumptions about the permission and ownership of mailboxes unless
  required (such as when creating a new mailbox). 

Anyway, doesn't this make any dovecot issue a policy violation?  Or am I
misunderstanding the packages should not make assumptions about the
permission and ownership of mailboxes part?


Bjørn


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Rasmus Bøg Hansen

Florian Weimer skrev:

* Rasmus Bøg Hansen:


As much as I'd like to drop sun-java6, I depend on it for my
homebanking. At startup it prints Checking java version and later on
it comes with a login box with sun-java6 - with icedtea6-plugin it
just comes with a blank screen.

It is the bank's fault, of course, in my opinion.


Not necessarily.  It could also be a genuine compatibility issue with
the IcedTea plug-in.


Actually I was unaware that there were problems with icedtea6-plugin and 
iceweasel 3.5.


I tried downgrading to iceweasel 3.0 and my bank works like a charm just 
as with Suns java.


Just disregard my doubts and go remove sun-java6 - I doubt I will use it 
again :-)


Regards
/Rasmus

--
-- [ Rasmus Møffe Bøg Hansen ] -
Defense??
What am I to defend??
Am I in war??
--[ moffe at zz9 dot dk ] --



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Permissions of /var/mail/$USER

2009-10-11 Thread Nicolas François
Hello,

On Sun, Oct 11, 2009 at 12:45:20PM +0200, Bjørn Mork wrote:
 Nicolas François nicolas.franc...@centraliens.net writes:
 
  When an user is created, useradd creates a /var/mail/$USER mailbox with
  the mode 0660 (owned by $USER:mail).
 
  I heard this causes some issues for dovecot, and a solution could be to
  move to mode 0600.
 
 Where did you hear this?

It was a request on IRC

 Exactly what did you hear?

IIRC, it was a problem for the support of shared mailboxes.
Index files are created whose permissions mimic the mailbox' permissions.
The 'mail' group ownership would require dovecot to be in the mail group.

I assume that this could be solved internally by dovecot, but it would be
easier (and safer) to move to a 0600 policy.

 Is this documented in a bug report?
 
 Maybe some reference(s) to the bug report(s) would make it easier for
 the rest of us to understand the issues? 
 
 
  Here is an extract from the Debian policy:
 
   Mailboxes are generally either mode 600 and owned by user or mode
   660 and owned by `user:mail'[3].  The local system administrator may
   choose a different permission scheme; packages should not make
   assumptions about the permission and ownership of mailboxes unless
   required (such as when creating a new mailbox). 
 
 Anyway, doesn't this make any dovecot issue a policy violation?  Or am I
 misunderstanding the packages should not make assumptions about the
 permission and ownership of mailboxes part?

It would be a violation of a should.
This should is also followed by unless required, which is vague enough
to include any technical reason dovecot may have.

Best Regards,
-- 
Nekral


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Stefano Zacchiroli
On Sun, Oct 11, 2009 at 02:28:51PM +0200, Rasmus Bøg Hansen wrote:
 Actually I was unaware that there were problems with icedtea6-plugin
 and iceweasel 3.5.

 I tried downgrading to iceweasel 3.0 and my bank works like a charm
 just as with Suns java.
 
 Just disregard my doubts and go remove sun-java6 - I doubt I will
 use it again :-)

Not for long, unless you are willing to hold your iceweasel installation
to 3.0, iceweasel 3.5 has been uploaded to unstable just today:

  z...@usha:~$ rmadison -a amd64 iceweasel | grep unstable
   iceweasel |3.5.3-2 |  unstable | amd64


Your solution doesn't appear to be a long term one :-)

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#550593: ITP: gpdftext -- convert an ebook PDF to text

2009-10-11 Thread Neil Williams
Package: wnpp
Severity: wishlist
Owner: Neil Williams codeh...@debian.org

* Package name: gpdftext
  Version : 0.0.1
  Upstream Author : Neil Williams li...@codehelp.co.uk
* URL : http://gpdftext.sourceforge.net/
* License : GPL3+
  Programming Lang: C
  Description : GTK+ text editor for ebook PDF files

  gpdftext opens a simple text-based PDF file, typically
  intended for reading on an ebook reader and loads the
  text into a text editor window, autoformatting the text
  for long lines and paragraph breaks.
  .
  gpdftext is useful when the downloaded PDF uses a small
  font or wastes a lot of space in the margins so that
  a plain text file would display in a more comfortable
  font.

Uses libpoppler-glib4 for PDF support.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#550601: ITP: libxr -- Cross-platform XML-RPC client/server library written in C.

2009-10-11 Thread Fbo
Package: wnpp
Severity: wishlist
Owner: Fbo fabien.dot.bouc...@gmail.com


* Package name: libxr
  Version : 1.0
  Upstream Author : Ondřej Jirman ondrej.jir...@zonio.net
* URL : http://oss.zonio.net/libxr.htm
* License : LGPL
  Programming Lang: C
  Description : Cross-platform XML-RPC client/server library written in C.

Cross-platform XML-RPC client/server library written in C that supports
persistent HTTP/1.1 connections over SSL and comes with XML-RPC interface
description language and client/server code compiler.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Rasmus Bøg Hansen

Stefano Zacchiroli skrev:

On Sun, Oct 11, 2009 at 02:28:51PM +0200, Rasmus Bøg Hansen wrote:

Actually I was unaware that there were problems with icedtea6-plugin
and iceweasel 3.5.

I tried downgrading to iceweasel 3.0 and my bank works like a charm
just as with Suns java.

Just disregard my doubts and go remove sun-java6 - I doubt I will
use it again :-)


Not for long, unless you are willing to hold your iceweasel installation
to 3.0, iceweasel 3.5 has been uploaded to unstable just today:

  z...@usha:~$ rmadison -a amd64 iceweasel | grep unstable
   iceweasel |3.5.3-2 |  unstable | amd64


Your solution doesn't appear to be a long term one :-)


I know 3.5 went to unstable yesterday, but I assume icedtea6-plugin will 
eventually work with iceweasel 3.5 :-)



--
-- [ Rasmus Møffe Bøg Hansen ] -
If a trainstation is the place where trains stop, what is a workstation?
--[ moffe at zz9 dot dk ] --



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Is it time to remove sun-java6?

2009-10-11 Thread Henrique de Moraes Holschuh
On Fri, 09 Oct 2009, Florian Weimer wrote:
 * Gabor Gombas:
  - start advertising that openjdk/icedtea is now supposed to be usable,
 
 Note that the non-applet stuff has been quite usable for a while.
 Even the openjdk-6 in lenny is not too bad (it's certainly possible to
 run various production loads on it).
 
  - convince people to install icedtea6-plugin instead of
sun-java6-plugin,
  - and when it is in fact working, _then_ start to talk about sun-java6
removal.
 
 I'm surprised by the interest in this type of technology.  For the
 security team, the web plugin will be somewhat nightmarish.  There are
 also software freedom issues surrounding it (due to the University of
 California's recent lawsuits).

Homebanking with two of the five most important banks in Brazil requires
signed java applet support on the browser, for example.  And all the java
crypto stuff, too.

Don't be surprised by the interest in the web-plugin. In fact, be advised
that it is the *key* functionality of java for a _large_ number of users,
and missing plugin support makes java utterly useless to a very large set of
people.

I will check again icedtea6-plugin with at least one of the banks sometime
next week.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Matthias Klose

On 09.10.2009 07:41, Mark Allums wrote:

Stefano Zacchiroli wrote:

On Thu, Oct 08, 2009 at 11:44:21AM -0400, Barry deFreese wrote:

There has also been some similar discussions in Ubuntu with some
users reporting that some web sites and packages don't work with
openjdk but I have not seen a lot of concrete proof.


I might look a naive user here, but with openjdk I still don't have
plugin support in firefox 3.5, whereas it was working with
sun-java*. I'm on amd64 and using icedtea6-plugin, even the most simple
examples of http://java.sun.com/products/plugin/1.5.0/demos/applets.html
do not appear to work.

I know I should have filled the bug report first, but I frankly
discovered only now that the equivalent of old sun-java6-plugin
metapackage is icedtea and that's bring me to another subject: users
should be informed on how to migrate away from sun java6 (even because
it would be a de facto switch from non-free software to free software,
even if it is the same). Do we currently have a smooth migration path
from the old set of packages to the new set in place for Lenny to
Squeeze migrations?

Before that is in place, I'd consider premature removing sun-java*.

Cheers.




Apropos of this topic, Eclipse in Squeeze for me crashes on startup with
Java errors using OpenJDK. To be fair, it isn't especially stable with
Sun. Eclipse in Sid runs, but with reduced function. I have not checked
to see if bugs have been filed, but since the topic was raised here, I
thought I'd mention it.

(Besides, my system is not too weird, and I expected since it was a
startup crash, it surely would have been filed by now. At any rate, I
would have filed it as an Eclipse bug, not a Java bug.)


file an eclipse upstream report, that's most likely the swt-gtk binaries as 
distributed by upstream. there's progress on the eclipse side however, not yet 
in experimental, but you could check out

https://launchpad.net/~eclipse-team/+archive/debian-package/+packages

  Matthias


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Matthias Klose

On 09.10.2009 00:03, Moritz Muehlenhoff wrote:

On 2009-10-08, Barry deFreesebdefre...@debian.org  wrote:

Hi folks,

A few of us have been discussing the removal of sun-java6.  It is
non-free, orphaned, buggy (including security bugs), and can generally
be replaced by openjdk.  There are only three reverse depends left and
none of them directly depend on sun-java6 but instead dep on java6-runtime.

There has also been some similar discussions in Ubuntu with some users
reporting that some web sites and packages don't work with openjdk but I
have not seen a lot of concrete proof.

My personal feeling is that we either need to remove it or fix it up.

Any thoughts?


We should remove it, it'll be EOLed during the Squeeze time frame and
noone can sensibly fix it. (It's not covered by official security
support, though due to being non-free)


well, stable openjdk-6 has open security issues as well, so there's no 
difference. and last time I checked with the security team they didn't want to 
accept updated binaries in -security.



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Matthias Klose

On 11.10.2009 19:41, Henrique de Moraes Holschuh wrote:

On Fri, 09 Oct 2009, Florian Weimer wrote:

* Gabor Gombas:

- start advertising that openjdk/icedtea is now supposed to be usable,


Note that the non-applet stuff has been quite usable for a while.
Even the openjdk-6 in lenny is not too bad (it's certainly possible to
run various production loads on it).


- convince people to install icedtea6-plugin instead of
   sun-java6-plugin,
- and when it is in fact working, _then_ start to talk about sun-java6
   removal.


I'm surprised by the interest in this type of technology.  For the
security team, the web plugin will be somewhat nightmarish.  There are
also software freedom issues surrounding it (due to the University of
California's recent lawsuits).


Homebanking with two of the five most important banks in Brazil requires
signed java applet support on the browser, for example.  And all the java
crypto stuff, too.

Don't be surprised by the interest in the web-plugin. In fact, be advised
that it is the *key* functionality of java for a _large_ number of users,
and missing plugin support makes java utterly useless to a very large set of
people.

I will check again icedtea6-plugin with at least one of the banks sometime
next week.


If you want to keep the icedtea6-plugin support for squeeze, make sure that 
firefox-3.5 is shipped with squeeze. the plugin won't work with 3.6, and it's 
not clear that a replacement will be available for time that squeeze ships.


  Matthias


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Matthias Klose

On 11.10.2009 11:03, Florian Weimer wrote:

* Bernd Eckenfels:


In article87d44vrp09@mid.deneb.enyo.de  you wrote:

Not necessarily.  It could also be a genuine compatibility issue with
the IcedTea plug-in.


We regularly see Bugs different from the ones on the Sun distribution. And as
a commercial software vendor we just dont support OpenJDK for that reason
(with a normal support contract).


Apart from font issues, we've received very few bug reports on
OpenJDK.  I know of one C2 bug in stable which I probably should
report, but there is no isolated changeset we could backport, so it's
only fixable by moving stable to a newer IcedTea release. 8-(


Then let's talk about how to get a current openjdk-6 build accepted for 
stable-updates. There are hardly new features except for the plugin (which you 
even could consider as bug fixes compared to the sun plugin).



Since other software vendors try to reduce the number of supported
platforms as well, this is a strong reason for still providing a
debian package for commercial JRE.


Well, that's their decision, but it also means that OpenJDK is doomed
to fail.


No, try to educate software vendors to test against a spec, not a product. If 
TCK compliance is an issue, find somebody who does or who does sponsor the 
certification.



Most hard OpenJDK bugs (those affecting Hotspot or core libraries) are
also present in Sun's proprietary releases, but Sun periodically
bundles fixes for them with critical security updates, so they tend to
vanish after a while.


and unfortunately this upgrade process is not yet very transparent... it's an 
issue shared across linux distributors.


  Matthias


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Matthias Klose

On 10.10.2009 13:43, Sam Morris wrote:

On Sat, 10 Oct 2009 11:14:20 +, Sam Morris wrote:


On Thu, 08 Oct 2009 11:44:21 -0400, Barry deFreese wrote:

There has also been some similar discussions in Ubuntu with some users
reporting that some web sites and packages don't work with openjdk but
I have not seen a lot of concrete proof.


Last time I tried the Java Climate Model (which can be found at http://
www.climate.be/jcm) it failed to work with openjdk.


Ok, I tried it again and it seems to work fine! Great!

The menus and tabs are a bit screwed up in the (default) GTK+ look-and-
feel, but that's never really 100% worked even with Sun's official Java
version.

I just rememberd another thing that didn't work with openjdk... WebSDR, a
software radio recieverhttp://www.websdr.org/.

Unfortunately I can't test this at the moment (audio in my VirtualBox
system decided to stop working), so I'd be greatful if you could take a
look. If you go to http://websdr.ewi.utwente.nl:8901/ and drag the yellow
bar under the waterfall displays around, you should hear the sounds of a
radio 'tuning'.


please recheck with openjdk-6 once it's rebuilt against xulrunner-1.9.1.3. If 
the problem persists, please file a bug report, both on Debian and IcedTea.



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Matthias Klose

On 11.10.2009 00:29, Bernd Eckenfels wrote:

In article87d44vrp09@mid.deneb.enyo.de  you wrote:

Not necessarily.  It could also be a genuine compatibility issue with
the IcedTea plug-in.


We regularly see Bugs different from the ones on the Sun distribution. And as
a commercial software vendor we just dont support OpenJDK for that reason
(with a normal support contract).

Since other software vendors try to reduce the number of supported platforms
as well, this is a strong reason for still providing a debian package for
commercial JRE.

Of course once the OpenJDK is more widely used on the Enterprise Desktop
ISVs have to reconsider their policy in order to support thei most common
customers requests.  But at least with my customers this is not the case.


But they support running the Sun binaries on Debian? Interesting. Please note 
that you can certify OpenJDK, provided that the binaries you ship pass the TCK. 
Do it for Debian, it just requires a lot of time to kill. The OpenJDK binaries 
from Ubuntu/jaunty did pass the TCK, so maybe try to use these to convince your 
customer and then run the TCK on the Debian binaries to see if they pass.


  Matthias


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Bernd Eckenfels

Matthias Klose wrote:

On 11.10.2009 00:29, Bernd Eckenfels wrote:

In article87d44vrp09@mid.deneb.enyo.de  you wrote:

Not necessarily.  It could also be a genuine compatibility issue with
the IcedTea plug-in.


We regularly see Bugs different from the ones on the Sun 
distribution. And as
a commercial software vendor we just dont support OpenJDK for that 
reason

(with a normal support contract).

Since other software vendors try to reduce the number of supported 
platforms
as well, this is a strong reason for still providing a debian package 
for

commercial JRE.

Of course once the OpenJDK is more widely used on the Enterprise Desktop
ISVs have to reconsider their policy in order to support thei most 
common
customers requests.  But at least with my customers this is not the 
case.


But they support running the Sun binaries on Debian? Interesting. 
Please note that you can certify OpenJDK, provided that the binaries 
you ship pass the TCK. Do it for Debian, it just requires a lot of 
time to kill. The OpenJDK binaries from Ubuntu/jaunty did pass the 
TCK, so maybe try to use these to convince your customer and then run 
the TCK on the Debian binaries to see if they pass.


  Matthias
no we dont certify debian or ubuntu. But for Desktop (JavaWebStart in 
our case) we dont have OS restrictions, only Browser and JRE.


Gruss
Bernd


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthias Klose schrieb:
 On 10.10.2009 13:43, Sam Morris wrote:
 On Sat, 10 Oct 2009 11:14:20 +, Sam Morris wrote:

 On Thu, 08 Oct 2009 11:44:21 -0400, Barry deFreese wrote:
 There has also been some similar discussions in Ubuntu with some users
 reporting that some web sites and packages don't work with openjdk but
 I have not seen a lot of concrete proof.

 Last time I tried the Java Climate Model (which can be found at http://
 www.climate.be/jcm) it failed to work with openjdk.

 Ok, I tried it again and it seems to work fine! Great!

 The menus and tabs are a bit screwed up in the (default) GTK+ look-and-
 feel, but that's never really 100% worked even with Sun's official Java
 version.

 I just rememberd another thing that didn't work with openjdk... WebSDR, a
 software radio recieverhttp://www.websdr.org/.

Games on www.playray.de also do not work with openjdk, e.g.:
http://www.playray.de/spielen/klassische/yatzy/

With iceweasel I only get a grey window, also for every other game on
this site.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrSULkACgkQ2XA5inpabMev1gCZAYUzqbsslss2SkJy0J7t7VCX
1/QAnAljuMT3kqKNcnZQlyiKAsZTHHI3
=dbm8
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Permissions of /var/mail/$USER

2009-10-11 Thread Timo Sirainen

On Oct 11, 2009, at 8:49 AM, Nicolas François wrote:

When an user is created, useradd creates a /var/mail/$USER mailbox  
with

the mode 0660 (owned by $USER:mail).

I heard this causes some issues for dovecot, and a solution could  
be to

move to mode 0600.

IIRC, it was a problem for the support of shared mailboxes.
Index files are created whose permissions mimic the mailbox'  
permissions.
The 'mail' group ownership would require dovecot to be in the mail  
group.


I assume that this could be solved internally by dovecot, but it  
would be

easier (and safer) to move to a 0600 policy.


Correct. There's no reason for mailboxes to be 0660 in most systems,  
they'll only make it easier to exploit some security hole read  
everyone's mail. So although Dovecot could work around this issue,  
I've always just instructed people to do chmod 0600 /var/mail/* as a  
way to solve it.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Mark Allums

Patrick Matthäi wrote:




Games on www.playray.de also do not work with openjdk, e.g.:
http://www.playray.de/spielen/klassische/yatzy/

With iceweasel I only get a grey window, also for every other game on
this site.


That's a Flash issue.  Uninstall some of swfdec (I forget offhand which 
bits) and install flash-nonfree, the corresponding Mozilla plugin, etc. 
 Sorry I'm being vague on this, but I'm minus some hours on sleep and 
really should be in bed.   Someone can corroborate me or correct me.


Mark Allums


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Allums schrieb:
 Patrick Matthäi wrote:
 
 
 
 Games on www.playray.de also do not work with openjdk, e.g.:
 http://www.playray.de/spielen/klassische/yatzy/

 With iceweasel I only get a grey window, also for every other game on
 this site.
 
 That's a Flash issue.  Uninstall some of swfdec (I forget offhand which
 bits) and install flash-nonfree, the corresponding Mozilla plugin, etc.
  Sorry I'm being vague on this, but I'm minus some hours on sleep and
 really should be in bed.   Someone can corroborate me or correct me.

Yeah I can correct you:
It is java, not flash.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrSaVgACgkQ2XA5inpabMcRSACgoD1nR0+GVKoHxYIOW66Z7F6p
HegAn2xfwr9k+yEf6NjuxSTacU2QJQQ7
=xt12
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Mark Allums

Patrick Matthäi wrote:

Mark Allums schrieb:

Patrick Matthäi wrote:



Games on www.playray.de also do not work with openjdk, e.g.:
http://www.playray.de/spielen/klassische/yatzy/

With iceweasel I only get a grey window, also for every other game on
this site.

That's a Flash issue.  Uninstall some of swfdec (I forget offhand which
bits) and install flash-nonfree, the corresponding Mozilla plugin, etc.
 Sorry I'm being vague on this, but I'm minus some hours on sleep and
really should be in bed.   Someone can corroborate me or correct me.


Yeah I can correct you:
It is java, not flash.



Okay, I shall visit the site and make tests.  It *sounds* like an issue 
with Flash that occurs for many people.


And it may not be swfdec package itself, but related packages.  The 
swfdec Mozilla plugin, maybe.


(Sorry, I'm being sloppy; I'll shut up now, and let the actual 
productive dev  maintainer people get back to work.)


Mark Allums



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Permissions of /var/mail/$USER

2009-10-11 Thread Steve Langasek
On Sun, Oct 11, 2009 at 06:26:33PM -0400, Timo Sirainen wrote:
 On Oct 11, 2009, at 8:49 AM, Nicolas François wrote:

 When an user is created, useradd creates a /var/mail/$USER
 mailbox with
 the mode 0660 (owned by $USER:mail).
 
 I heard this causes some issues for dovecot, and a solution
 could be to
 move to mode 0600.
 IIRC, it was a problem for the support of shared mailboxes.
 Index files are created whose permissions mimic the mailbox'
 permissions.
 The 'mail' group ownership would require dovecot to be in the mail
 group.

 I assume that this could be solved internally by dovecot, but it
 would be
 easier (and safer) to move to a 0600 policy.

 Correct. There's no reason for mailboxes to be 0660 in most systems,
 they'll only make it easier to exploit some security hole read
 everyone's mail. So although Dovecot could work around this issue,
 I've always just instructed people to do chmod 0600 /var/mail/* as a
 way to solve it.

However, Debian policy 11.6 specifies that:

 Mailboxes are generally either mode 600 and owned by user or mode
 660 and owned by `user:mail'[3].  The local system administrator may
 choose a different permission scheme; packages should not make
 assumptions about the permission and ownership of mailboxes unless
 required (such as when creating a new mailbox).  [...]

So if dovecot isn't coping properly with 0660 mailboxes, that's a policy
violation on the part of dovecot.

(I have no opinion on changing the default behavior of useradd, but this
should not be used to paper over a bug in dovecot.)

-- 
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/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: Permissions of /var/mail/$USER

2009-10-11 Thread Russell Coker
On Sunday 11 October 2009 23:49:22 Nicolas François wrote:
 IIRC, it was a problem for the support of shared mailboxes.
 Index files are created whose permissions mimic the mailbox' permissions.
 The 'mail' group ownership would require dovecot to be in the mail group.

Why?

For Dovecot to access files mode 0600 owned by various users it must run as 
root (at least initially), in that case it can access all files.

The only reason why mode 0660 would be a problem is if Dovecot changes to the 
GID and UID of the user before such access and can't be configured to use the 
GID of mail instead.  This seems to be a bug (or at least a missing feature) 
in Dovecot.

I'm all in favor of making access control more strict, so I support mode 0600 
mail files.

But what you are saying about Dovecot is not a valid reason IMHO.

Also as an aside I think it's a bad idea for a program like Dovecot to create 
index files in /var/mail.  I believe it should be in /var/lib/dovecot or 
similar.  /var/mail is used by many programs and I believe that it should not 
have any files other than the mboxes.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Is it time to remove sun-java6?

2009-10-11 Thread Luke Cycon
On Thu, 2009-10-08 at 11:44 -0400, Barry deFreese wrote:
 Hi folks,
 
 A few of us have been discussing the removal of sun-java6.  It is 
 non-free, orphaned, buggy (including security bugs), and can
 generally 
 be replaced by openjdk.  There are only three reverse depends left
 and 
 none of them directly depend on sun-java6 but instead dep on
 java6-runtime.
 
 There has also been some similar discussions in Ubuntu with some
 users 
 reporting that some web sites and packages don't work with openjdk but
 I 
 have not seen a lot of concrete proof.
 
 My personal feeling is that we either need to remove it or fix it up.
 
 Any thoughts?
 
 Thanks,
 
 Barry deFreese

In my opinion, I would opt to keep sun-java6 in the archives for a while
longer.  There are places where the openjdk just doesn't cut it when you
are programing in Java (paint3D wasn't implemented last I heard, ans
such like that).

Not too much of an argument, just hoping to share that angle (if it
hasn't been shared already)
-- 
Luke Cycon lcy...@gmail.com


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#550675: ITP: libpod-markdown-perl -- module to convert POD to the Markdown file format

2009-10-11 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libpod-markdown-perl
  Version : 0.02
  Upstream Author : Marcel Grünauer mar...@cpan.org
* URL : http://search.cpan.org/dist/Pod-Markdown/
* License : Artistic | GPL-1+
  Programming Lang: Perl
  Description : module to convert POD to the Markdown file format

 Pod::Markdown is a Perl module that parses Plain Old Documentation (POD) and
 converts it into the Markdown text format. It subclasses Pod::Parser, so it
 supports all of its commands, too.
 .
 Markdown is a markup language to convert structured text into (X)HTML. Its
 main design goal is to make the input text as readable as possible. For this,
 the syntax is highly inspired by the format of plain text email. Markdown
 supports features like headers, *emphasis*, code blocks, blockquotes and
 links. For maximum flexibility, it also allows embedding HTML tags, both
 within paragraphs (eg. span), and at block level (div, table).

NOTE: This is needed for Test::Compile's build process



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bug#550542: ITP: jhdf -- Java HDF5 Object Package

2009-10-11 Thread Charles Plessy
Le Sun, Oct 11, 2009 at 12:08:35AM +0200, Sylvestre Ledru a écrit :
 
 4.  All publications or advertising materials mentioning features or use of
 this software must acknowledge that it was developed by the National
 Center for Supercomputing Applications at the University of Illinois, and
 credit the Contributors.

Hi Sylvestre,

note the potential danger of infringement of this clause, for instance if one
makes flyers for Debian Science live CDs that mention capacity to work with the
HDF5 format.

In the past, I managed to convince academic upstream authors of a program I
package to remove a similar clause, by referring to the following essay on the
FSF website: http://www.fsf.org/licensing/essays/bsd.html. Maybe you can give
it a try?

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted paraview 3.4.0-5 (source amd64)

2009-10-11 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Oct 2009 23:04:24 +0200
Source: paraview
Binary: paraview
Architecture: source amd64
Version: 3.4.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 paraview   - Parallel Visualization Application
Closes: 542341 546068
Changes: 
 paraview (3.4.0-5) unstable; urgency=low
 .
   [ Francesco Paolo Lovergine ]
   * Now it builds with current HDF5 libraries (Closes: #546068).
   * Added patches:
   add_missing_string_includes.patch
   fix_H5FD_class_t_usage.patch
 to fix FTBS. Thanks Peter Green (Closes: #542341).
   * Fixed watch file to catch the latest version.
 .
   [ Christophe Prud'homme ]
   *  upload -5
Checksums-Sha1: 
 1c29556d14057e6992f218bc8b5e87ced80fac69 1587 paraview_3.4.0-5.dsc
 0edcb9e66685d83a68b1afb323fd22d375c6c1d7 17667 paraview_3.4.0-5.diff.gz
 23d532119e36a84a4ab43680ee18d4a7c9b2a602 46594998 paraview_3.4.0-5_amd64.deb
Checksums-Sha256: 
 f2449a911c5a651d2ee256a7a5c15892d6d52df341351abce8e00a8f52028f87 1587 
paraview_3.4.0-5.dsc
 8bad4e867c609b61148205320837c63d246e44a5c3363cd568a95754bee6e5ba 17667 
paraview_3.4.0-5.diff.gz
 9c4e4e9401c9edda8052afd36d642a51cfc4c8e23a4e2fe2cf5a251790833707 46594998 
paraview_3.4.0-5_amd64.deb
Files: 
 2579e44241aafd2f3165dd1e0a7687eb 1587 science extra paraview_3.4.0-5.dsc
 7b9d80887dbce47e6d02fc43d9ccf7bd 17667 science extra paraview_3.4.0-5.diff.gz
 6eba99b5938efad31603dbb31bd928fd 46594998 science extra 
paraview_3.4.0-5_amd64.deb

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

iD8DBQFK0YEfoY+0C9S+FFARAi6tAJ9+BAxJK7BSkHF0/kxETkbZWlmwJgCcC6qA
SXtaJ5nhiwXgEWdLr3NUIrU=
=qnks
-END PGP SIGNATURE-


Accepted:
paraview_3.4.0-5.diff.gz
  to pool/main/p/paraview/paraview_3.4.0-5.diff.gz
paraview_3.4.0-5.dsc
  to pool/main/p/paraview/paraview_3.4.0-5.dsc
paraview_3.4.0-5_amd64.deb
  to pool/main/p/paraview/paraview_3.4.0-5_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted helium 1.6-4.1 (source amd64)

2009-10-11 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 09 Oct 2009 10:51:27 +0200
Source: helium
Binary: helium
Architecture: source amd64
Version: 1.6-4.1
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting ar...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 helium - compiler used for learning the programming language Haskell
Closes: 536959
Changes: 
 helium (1.6-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Switch to System.Console.Editline.Readline for readline capabilities,
 fixes FTBFS. Patch by Chris Lamb. (Closes: #536959)
Checksums-Sha1: 
 cbe16abafb0d1762c2aa8bde40c042a9588b5004 1215 helium_1.6-4.1.dsc
 2595bf88ebb699988b1b5f6e341bc523b2769580 47943 helium_1.6-4.1.diff.gz
 a362a6e76a55b8745458bc1402ca6c483b62ea81 1732368 helium_1.6-4.1_amd64.deb
Checksums-Sha256: 
 82345ff4c62b18327d9a633cd22a2fad779596dbb0bc6ac279edf85a9129e6af 1215 
helium_1.6-4.1.dsc
 8d83393ea44e0a1b78731ca4b770c3e21192abea484320b9247c359b4996baf3 47943 
helium_1.6-4.1.diff.gz
 d486637bd084cd75847d29f8fcd30651c6f7b74aa27ae83880dd2f674a3eb1c2 1732368 
helium_1.6-4.1_amd64.deb
Files: 
 616f399c15bb46df7429483668cc040f 1215 devel optional helium_1.6-4.1.dsc
 d72e77174334f8b0a04bac20f2e07f37 47943 devel optional helium_1.6-4.1.diff.gz
 591dc122d327ded9222e6a0c5c27b8e9 1732368 devel optional 
helium_1.6-4.1_amd64.deb

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

iD8DBQFKzvwB1cqbBPLEI7wRAuyIAJ0f/8qXYIKZJhyCsqu2VXDWb1AigACdGThf
tkXG40i1loKkp72gJ/SeJc0=
=tLIi
-END PGP SIGNATURE-


Accepted:
helium_1.6-4.1.diff.gz
  to pool/main/h/helium/helium_1.6-4.1.diff.gz
helium_1.6-4.1.dsc
  to pool/main/h/helium/helium_1.6-4.1.dsc
helium_1.6-4.1_amd64.deb
  to pool/main/h/helium/helium_1.6-4.1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted exo 0.3.104-2 (source amd64)

2009-10-11 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 11:57:05 +0200
Source: exo
Binary: libexo-0.3-dev libexo-0.3-0 exo-utils libexo-0.3-0-dbg
Architecture: source amd64
Version: 0.3.104-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 exo-utils  - Utility files for libexo
 libexo-0.3-0 - Library with extensions for Xfce
 libexo-0.3-0-dbg - debugging informations for libexo
 libexo-0.3-dev - Development files for libexo
Changes: 
 exo (0.3.104-2) unstable; urgency=low
 .
   * debian/patches really refreshed, to avoid re-introducing fixed bugs.
Checksums-Sha1: 
 2ec3309f0b415f860bb7d8dda178d5c9e238303a 1467 exo_0.3.104-2.dsc
 252cfcbfbe1bb76dced9076f2c0c87e389fece31 12232 exo_0.3.104-2.diff.gz
 391aad4c5637e168bce19e8f89d0195ed2c96ff3 410322 
libexo-0.3-dev_0.3.104-2_amd64.deb
 3c34963a68c47c63aa9edac01c8c68306b1d65b7 1457324 
libexo-0.3-0_0.3.104-2_amd64.deb
 932963147733abe03580e24e1815297d639d2162 84544 exo-utils_0.3.104-2_amd64.deb
 7501f33de138b14f99e80a38d270d91ec6a93c16 560294 
libexo-0.3-0-dbg_0.3.104-2_amd64.deb
Checksums-Sha256: 
 620a668e09a068dc5d8f9db38bc3c6675b82bf87107f235bab468ad94e9620bb 1467 
exo_0.3.104-2.dsc
 d6921286ceff4cc708c9bb518cd0afaa95f7a9e6dddad223a8838d801463def8 12232 
exo_0.3.104-2.diff.gz
 efa4263dea30621d2c1ca6cc777afb79553971b6a927cd90f5664e3cf74f10f1 410322 
libexo-0.3-dev_0.3.104-2_amd64.deb
 09e52ffcfee2fe1c737a2f27d12d8628602615a02b1f4d5697a30347efdc716e 1457324 
libexo-0.3-0_0.3.104-2_amd64.deb
 49da00e9b583485509a543d15cbc2185a7f3cd20f7d6fbc7ad25ab03784e4867 84544 
exo-utils_0.3.104-2_amd64.deb
 a48b3ccf5e11013c6022f64348c694c4974e63ad9efb92bdd174c7c21fefc9f2 560294 
libexo-0.3-0-dbg_0.3.104-2_amd64.deb
Files: 
 7c7d96d530858dc3a4bfbb71852512ef 1467 xfce optional exo_0.3.104-2.dsc
 dbe268b9abe21f24dd7094ebb7bb3ee9 12232 xfce optional exo_0.3.104-2.diff.gz
 dda0e3c4f400c1e0614d0ea97f554dbe 410322 libdevel optional 
libexo-0.3-dev_0.3.104-2_amd64.deb
 21774f3c9cd4e958c5ae5b1f2ccdccfa 1457324 libs optional 
libexo-0.3-0_0.3.104-2_amd64.deb
 26ab8dfcd19a83a700f6109d8c395cd2 84544 xfce optional 
exo-utils_0.3.104-2_amd64.deb
 d18f599c1ddfafda5db1472028da081a 560294 debug extra 
libexo-0.3-0-dbg_0.3.104-2_amd64.deb

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

iEYEAREDAAYFAkrRrXwACgkQTUTAIMXAW65HewCeP6pQ+Oo1MaHfsFIOPRwbF8u3
8AIAoI2uu4ZoSkWi91UzSKNfMObouwNa
=nHfX
-END PGP SIGNATURE-


Accepted:
exo-utils_0.3.104-2_amd64.deb
  to pool/main/e/exo/exo-utils_0.3.104-2_amd64.deb
exo_0.3.104-2.diff.gz
  to pool/main/e/exo/exo_0.3.104-2.diff.gz
exo_0.3.104-2.dsc
  to pool/main/e/exo/exo_0.3.104-2.dsc
libexo-0.3-0-dbg_0.3.104-2_amd64.deb
  to pool/main/e/exo/libexo-0.3-0-dbg_0.3.104-2_amd64.deb
libexo-0.3-0_0.3.104-2_amd64.deb
  to pool/main/e/exo/libexo-0.3-0_0.3.104-2_amd64.deb
libexo-0.3-dev_0.3.104-2_amd64.deb
  to pool/main/e/exo/libexo-0.3-dev_0.3.104-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted hurd 20090404-2 (source all hurd-i386)

2009-10-11 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Aug 2009 19:35:58 +0200
Source: hurd
Binary: hurd hurd-dev hurd-dbg hurd-doc hurd-udeb
Architecture: source all hurd-i386
Version: 20090404-2
Distribution: unstable
Urgency: low
Maintainer: GNU Hurd Maintainers debian-h...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 hurd   - The GNU Hurd
 hurd-dbg   - The GNU Hurd (debugging files)
 hurd-dev   - The GNU Hurd (development files)
 hurd-doc   - The GNU Hurd manual
 hurd-udeb  - The GNU Hurd - udeb (udeb)
Closes: 533782 548587
Changes: 
 hurd (20090404-2) unstable; urgency=low
 .
   * debian/patches/libpthread_no_recursive_mutex_initializer.patch: Remove
 unused patch.
   * debian/patches/procfs.patch: Fix a couple of memory leaks, fix swap size
 report.
   * debian/control: Add missing comma in Build-Depends.
   * debian/patches/pfinet-gcc-4.3-fix.patch: Cherry-pick upstream patch to fix
 build with gcc-4.3
   * debian/rules: Set CC to gcc-4.3 instead of gcc-4.2.
   * debian/control: Build-Depend on gcc-4.3 instead of gcc-4.2.
 (Closes: Bug#533782)
   * debian/control: Add Provides: hurd to the hurd-udeb package, to meet
 dependencies.
   * debian/rules: Add --add-udeb=hurd-udeb option to dh_makeshlibs
 invocation for the hurd package, to fix udeb dependency generation.
   * debian/patches/MAKEDEV.patch: New patch to use bash for MAKEDEV.
 (Closes: Bug#548587)
   * debian/patches/libdiskfs-rename.patch: New patch to fix ext2fs hang on
 renaming directory to something/.
Checksums-Sha1: 
 f6d0d5b931dbdbaa80c527281418cb0078060a31 1526 hurd_20090404-2.dsc
 882fdaca4141a43a94c3ab30b0badfc4f09d5f9e 100365 hurd_20090404-2.diff.gz
 bbcb00ecdf470188e4e4519ca22deb9018e89ad3 102874 hurd-doc_20090404-2_all.deb
 4214c3f06c860fd7036bf6c46f2cb34a11e2e31a 2739114 hurd_20090404-2_hurd-i386.deb
 0cc4c8bda6cd8b5c819b1ec8a688460287dd6186 907306 
hurd-dev_20090404-2_hurd-i386.deb
 7c613afed9ce096f711ab64477bd8ad4fc01f047 6107410 
hurd-dbg_20090404-2_hurd-i386.deb
 188346934792f119d5e459ab7198e5f19ac46014 2125440 
hurd-udeb_20090404-2_hurd-i386.udeb
Checksums-Sha256: 
 9c4687543b5fe7a3961a2a78423fd8b879c624572668c2f33a082d174f8cdd41 1526 
hurd_20090404-2.dsc
 555cf6817d9b3ebe9681643f66721ab921fbdb3c407ada55e6b5e483ee8033ad 100365 
hurd_20090404-2.diff.gz
 e5a3bc88e7b1107690621e3359b48477ffc798ace7dff9a80b3c349e033edc62 102874 
hurd-doc_20090404-2_all.deb
 df43b9707c4ae01274a8e0a2967d35af977f4a22088cd2dcb517162269e2cea0 2739114 
hurd_20090404-2_hurd-i386.deb
 32617a3653e9fff93259217672dcf0b1dd3d1e79d49756de54084f30ca5f7324 907306 
hurd-dev_20090404-2_hurd-i386.deb
 b609ebd9da958d789ac46979d8d5b8d98a086efc634da460109a27821ae0ec15 6107410 
hurd-dbg_20090404-2_hurd-i386.deb
 8764ebf5cd54ba517bf3616ae2cf438465777a895c7a21e9ba1f3360243cba4c 2125440 
hurd-udeb_20090404-2_hurd-i386.udeb
Files: 
 4e61155e9868cc39107930ceffd8acef 1526 admin required hurd_20090404-2.dsc
 a4615248e917e449cd43cd8a2b97b24e 100365 admin required hurd_20090404-2.diff.gz
 77e4b97431a7d2ca5566005741c018a5 102874 doc optional 
hurd-doc_20090404-2_all.deb
 4426a9171476ae7b97d24f82f924f326 2739114 admin required 
hurd_20090404-2_hurd-i386.deb
 7beed86d765ba103a7964ac415c22b85 907306 libdevel standard 
hurd-dev_20090404-2_hurd-i386.deb
 8012dd1581946a7eb962bb1319ee561f 6107410 debug extra 
hurd-dbg_20090404-2_hurd-i386.deb
 bffcbdbcfd8f427678977c6f599a7792 2125440 debian-installer optional 
hurd-udeb_20090404-2_hurd-i386.udeb
Package-Type: udeb

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

iEYEARECAAYFAkrRkbAACgkQKX9hldhOypfvVACfff7ljeKgsiPeWPbrrA/nR5LE
mVkAoKc4Q65xBJxtbUVLNM/gAe5ELvyz
=GGdW
-END PGP SIGNATURE-


Accepted:
hurd-dbg_20090404-2_hurd-i386.deb
  to pool/main/h/hurd/hurd-dbg_20090404-2_hurd-i386.deb
hurd-dev_20090404-2_hurd-i386.deb
  to pool/main/h/hurd/hurd-dev_20090404-2_hurd-i386.deb
hurd-doc_20090404-2_all.deb
  to pool/main/h/hurd/hurd-doc_20090404-2_all.deb
hurd-udeb_20090404-2_hurd-i386.udeb
  to pool/main/h/hurd/hurd-udeb_20090404-2_hurd-i386.udeb
hurd_20090404-2.diff.gz
  to pool/main/h/hurd/hurd_20090404-2.diff.gz
hurd_20090404-2.dsc
  to pool/main/h/hurd/hurd_20090404-2.dsc
hurd_20090404-2_hurd-i386.deb
  to pool/main/h/hurd/hurd_20090404-2_hurd-i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted plan 1.10.1-2 (source i386)

2009-10-11 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 11:09:29 +0200
Source: plan
Binary: plan netplan
Architecture: source i386
Version: 1.10.1-2
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen p...@debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 netplan- network server for `plan'
 plan   - X/Motif day planner (dynamically compiled with LessTif2)
Closes: 431553 515388
Changes: 
 plan (1.10.1-2) unstable; urgency=low
 .
   * Change build dependency x-dev go x11proto-core-dev (Closes: #515388).
   * Move to debhelper 7.
   * Rebuilding with newer libraries (Closes: #431553).
   * Add homepage url to control file.
   * Add $syslog as init.d dependency for netplan.
   * Achnowledge and integrate NMU.
Checksums-Sha1: 
 058968407cb7cfb30b39ff907de353ec49ffa509 1089 plan_1.10.1-2.dsc
 0dd00cf1300c9493d35fb9723ea15aab34a985d0 31659 plan_1.10.1-2.diff.gz
 05ab5d08fbdaa13a91a2e5cb3bad4ce99d736176 360086 plan_1.10.1-2_i386.deb
 2b356216764bd67ae7f7ac2e3855edc131f19bdb 52128 netplan_1.10.1-2_i386.deb
Checksums-Sha256: 
 bfc438461c8bfe9881f609ace513077872efc15271245a133dd1e0729550263d 1089 
plan_1.10.1-2.dsc
 2eb18c10e1f312ab5f32d5a8c702f5eb27129ae292f66225562712c9de66d75b 31659 
plan_1.10.1-2.diff.gz
 289244d5ec6145bd25c4653f5bcf42532766bca56f3e27d3a349d1e7a3d9 360086 
plan_1.10.1-2_i386.deb
 126f0d6badd2285ef63cd9d3fe23e578f3b0cb4e6ce94c528e10770c358c6676 52128 
netplan_1.10.1-2_i386.deb
Files: 
 7c1a39bf9cc2d2a726f9e25cab4b1319 1089 misc optional plan_1.10.1-2.dsc
 0e1967e1c02be8d85918f4523c1ba6c3 31659 misc optional plan_1.10.1-2.diff.gz
 12a6e94d5c610a8258ca476fd353d3c5 360086 misc optional plan_1.10.1-2_i386.deb
 d1954bd4c0c668cc06254d3c7f08de6d 52128 misc optional netplan_1.10.1-2_i386.deb

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

iD8DBQFK0aQX20zMSyow1ykRAu06AJ9909gLv0ntoDfTivgs5y/sHjVURwCfZqJn
t0maPRxb3MKvJjtXBIlMul0=
=jUZa
-END PGP SIGNATURE-


Accepted:
netplan_1.10.1-2_i386.deb
  to pool/main/p/plan/netplan_1.10.1-2_i386.deb
plan_1.10.1-2.diff.gz
  to pool/main/p/plan/plan_1.10.1-2.diff.gz
plan_1.10.1-2.dsc
  to pool/main/p/plan/plan_1.10.1-2.dsc
plan_1.10.1-2_i386.deb
  to pool/main/p/plan/plan_1.10.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted smartmontools 5.38+svn2956-1 (source i386)

2009-10-11 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 09:42:47 +0200
Source: smartmontools
Binary: smartmontools
Architecture: source i386
Version: 5.38+svn2956-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 535298 544940 548438
Changes: 
 smartmontools (5.38+svn2956-1) unstable; urgency=low
 .
   * [283f281] Updated my email address and removed DM-Upload-Allowed
 control field
   * [eb07ddf] Imported Upstream version 5.38+svn2956
 + Added a note in smartctl (8) about 2^16 wrap of LifeTime value in
   Self-test log. (Closes: #535298)
   * [ed382e8] Refreshed patches
   * [f4ff277] Updated lowcap patch, make capabilities optional and
 clarify that mail notification could not work when used. (Closes:
 #544940)
   * [a7e19a3] Do not Build-depends in libcap-ng-dev in armel, libcap-ng
 is broken in this arch. (Closes: #548438)
Checksums-Sha1: 
 47e815798afd6f250786eb9f63c68d4e4242ed53 1499 smartmontools_5.38+svn2956-1.dsc
 3bcba1cef9c6c3f421b73945a0219335420d8b01 589689 
smartmontools_5.38+svn2956.orig.tar.gz
 d621e0193e902b116fdc52752085e4269cda5e6f 34527 
smartmontools_5.38+svn2956-1.diff.gz
 ccc10358e12fc660048fc3a7ccceaf77ad026b39 406150 
smartmontools_5.38+svn2956-1_i386.deb
Checksums-Sha256: 
 cdf9fb80a770ea9e398d95b602d006c5142ce0f9eeb79944d46861e10e3eb344 1499 
smartmontools_5.38+svn2956-1.dsc
 88facb99e21721b87bbffed4cbf2f45cd6eb070c695cce334f544270208a355c 589689 
smartmontools_5.38+svn2956.orig.tar.gz
 4d04c4f6d3b8b8da696458ebaa5db3510faf2ce0f4f3e5a14f82e2eef3af81fd 34527 
smartmontools_5.38+svn2956-1.diff.gz
 102c9b9aaa2df5b822e814c6db037c9451441925a36f2a2b886166376eb03f25 406150 
smartmontools_5.38+svn2956-1_i386.deb
Files: 
 4f2037dff97ec0daaa9af39d2424b89e 1499 utils optional 
smartmontools_5.38+svn2956-1.dsc
 1c1cf47c0f126c9cb0156bbc7203841c 589689 utils optional 
smartmontools_5.38+svn2956.orig.tar.gz
 a3328c3171f0e9d54eac90b847daa456 34527 utils optional 
smartmontools_5.38+svn2956-1.diff.gz
 28b9981c3df5cab6c0edc724b6cddb31 406150 utils optional 
smartmontools_5.38+svn2956-1_i386.deb

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

iEYEARECAAYFAkrRlmsACgkQNxpp46476aoqNwCdGiYSFhRjCqJ1cq/1jkOqWk2r
zekAoJQP2gZB9TTjMhrmbxdExYFQ5qS6
=48pJ
-END PGP SIGNATURE-


Accepted:
smartmontools_5.38+svn2956-1.diff.gz
  to pool/main/s/smartmontools/smartmontools_5.38+svn2956-1.diff.gz
smartmontools_5.38+svn2956-1.dsc
  to pool/main/s/smartmontools/smartmontools_5.38+svn2956-1.dsc
smartmontools_5.38+svn2956-1_i386.deb
  to pool/main/s/smartmontools/smartmontools_5.38+svn2956-1_i386.deb
smartmontools_5.38+svn2956.orig.tar.gz
  to pool/main/s/smartmontools/smartmontools_5.38+svn2956.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tor 0.2.2.4-alpha-1 (source all i386)

2009-10-11 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 10:38:55 +0200
Source: tor
Binary: tor tor-dbg tor-geoipdb
Architecture: source all i386
Version: 0.2.2.4-alpha-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader wea...@debian.org
Changed-By: Peter Palfrader wea...@debian.org
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
 tor-geoipdb - geoIP database for Tor
Changes: 
 tor (0.2.2.4-alpha-1) experimental; urgency=low
 .
   * New upstream version.
   * The testsuite moved from src/or/test to src/test/test,
 but let's call it using make check now.
   * Upstream failed to ship src/test/test.h.  Ship it in debian/ and
 manually copy it in place during configure and clean up in clean.
 Let's not use the patch system as this will most likely be rectified
 by next release.
Checksums-Sha1: 
 a0fcb1d00c915997da2a954f53ef31c99de920a9 1203 tor_0.2.2.4-alpha-1.dsc
 231f8e93df60f93f2ba27f5e7863f5acc55e6935 2471026 tor_0.2.2.4-alpha.orig.tar.gz
 472ada34d615ae129a7e8b937ff98372d2a46a55 81918 tor_0.2.2.4-alpha-1.diff.gz
 519edfa88afe8b7075bd3a3d0230ab616dd76ff7 804432 
tor-geoipdb_0.2.2.4-alpha-1_all.deb
 b735f8ac4de445d64eb17697c2d02e60ab4bdf8c 1356368 tor_0.2.2.4-alpha-1_i386.deb
 d5a8007cad93bc60eab9e24f4fc0bdd8905f9262 942300 
tor-dbg_0.2.2.4-alpha-1_i386.deb
Checksums-Sha256: 
 ceec758c8ee0ac17a7b0d370d735c20cfe494ff1fa364d65977e6e8fa9f56244 1203 
tor_0.2.2.4-alpha-1.dsc
 e1254689b4fb8c755aa950c9545a3018ab6dc1a4844dffc40fe3414b0ff523c0 2471026 
tor_0.2.2.4-alpha.orig.tar.gz
 a302bd70edb208438a6aeec46bb8006e6cc1aa1e605c3d62a60504a1aea56966 81918 
tor_0.2.2.4-alpha-1.diff.gz
 a28d5aaea52cc2f0104f03db236193845e0b393f92fc1f0b5e870e7c10b43c78 804432 
tor-geoipdb_0.2.2.4-alpha-1_all.deb
 d8f2de2224e42f2fe3f819237a388193a94320565f6ef463a1d0318e14ec5f2e 1356368 
tor_0.2.2.4-alpha-1_i386.deb
 86175d546c6f918ad7b2d119d9cf3f406e267973b319142f57d6355f852328c6 942300 
tor-dbg_0.2.2.4-alpha-1_i386.deb
Files: 
 70e32e789e684ec78686754f4b87c4af 1203 comm optional tor_0.2.2.4-alpha-1.dsc
 f3e56c2d0cd80a227bd6230494ffa809 2471026 comm optional 
tor_0.2.2.4-alpha.orig.tar.gz
 715cd2f11be95ea44fa6c752c8e1ec5f 81918 comm optional 
tor_0.2.2.4-alpha-1.diff.gz
 a34dee9506fa4958786ec7ee393d9c95 804432 comm extra 
tor-geoipdb_0.2.2.4-alpha-1_all.deb
 a35b229300c933e0fb0707ff5de863e9 1356368 comm optional 
tor_0.2.2.4-alpha-1_i386.deb
 9a43acc6444cb0a02419e4d5b8ed30ae 942300 debug extra 
tor-dbg_0.2.2.4-alpha-1_i386.deb

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

iEYEARECAAYFAkrRoEoACgkQz/ccs6+kS90KLgCfeI9dJgPhExkU2QSuy0/sRVV8
nkkAnjK7O3uHShTbhwStef4Z0/g0B7dM
=iTYi
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.2.2.4-alpha-1_i386.deb
  to pool/main/t/tor/tor-dbg_0.2.2.4-alpha-1_i386.deb
tor-geoipdb_0.2.2.4-alpha-1_all.deb
  to pool/main/t/tor/tor-geoipdb_0.2.2.4-alpha-1_all.deb
tor_0.2.2.4-alpha-1.diff.gz
  to pool/main/t/tor/tor_0.2.2.4-alpha-1.diff.gz
tor_0.2.2.4-alpha-1.dsc
  to pool/main/t/tor/tor_0.2.2.4-alpha-1.dsc
tor_0.2.2.4-alpha-1_i386.deb
  to pool/main/t/tor/tor_0.2.2.4-alpha-1_i386.deb
tor_0.2.2.4-alpha.orig.tar.gz
  to pool/main/t/tor/tor_0.2.2.4-alpha.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libffi 3.0.9~rc1-1 (source i386)

2009-10-11 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:09:36 +0200
Source: libffi
Binary: libffi-dev lib32ffi-dev lib64ffi-dev libn32ffi-dev libffi5 lib32ffi5 
lib64ffi5 libn32ffi5 libffi5-dbg
Architecture: source i386
Version: 3.0.9~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 lib32ffi-dev - Foreign Function Interface library (development files, 32bit)
 lib32ffi5  - Foreign Function Interface library runtime (32bit)
 lib64ffi-dev - Foreign Function Interface library (development files, 64bit)
 lib64ffi5  - Foreign Function Interface library runtime (64bit)
 libffi-dev - Foreign Function Interface library (development files)
 libffi5- Foreign Function Interface library runtime
 libffi5-dbg - Foreign Function Interface library runtime (debug symbols)
 libn32ffi-dev - Foreign Function Interface library (development files, n32)
 libn32ffi5 - Foreign Function Interface library runtime (n32)
Changes: 
 libffi (3.0.9~rc1-1) unstable; urgency=low
 .
   * New upstream version (release candidate 1).
Checksums-Sha1: 
 5cc07e015809670d2e3f8902f161a969e90fd0ea 1259 libffi_3.0.9~rc1-1.dsc
 33dda3b7c7227e8a22a4afb03c5c0a8d3be30c35 687007 libffi_3.0.9~rc1.orig.tar.gz
 08e794531acc5151961f2cb7590cb78fcab2afe1 7474 libffi_3.0.9~rc1-1.diff.gz
 e1783dcef0e6e92edc0de13e77053445e738bdde 89802 libffi-dev_3.0.9~rc1-1_i386.deb
 4c3a347b20d0d1f4880d2710a7a471e5c5537e8f 36480 
lib64ffi-dev_3.0.9~rc1-1_i386.deb
 9b34fccb4b2ad24da6e7bb9bd30aac4decf9d2ae 15488 libffi5_3.0.9~rc1-1_i386.deb
 17b4bdbf620e82c2f3efbb7446cd90eecfd75ba6 19170 lib64ffi5_3.0.9~rc1-1_i386.deb
 26b81d4eee6fc32f36d9214b6c1e8951daaa57f0 60642 libffi5-dbg_3.0.9~rc1-1_i386.deb
Checksums-Sha256: 
 b222661da029d6a34757d3a238d67dcc595d6c811eee03e33a8e8cdb56648e1b 1259 
libffi_3.0.9~rc1-1.dsc
 9dda69f6275e028aca6197c853db83f142683aec96eeeae475d863530a6f6812 687007 
libffi_3.0.9~rc1.orig.tar.gz
 59f61651322dd226d4e27d3865b071fdbcbe49c5b12a55f91f1bd41c74d29a0d 7474 
libffi_3.0.9~rc1-1.diff.gz
 0626d52d7b164b71a11b919142f398f3087e63a34d9c4442b9bddb3a393d72ad 89802 
libffi-dev_3.0.9~rc1-1_i386.deb
 ac593f3f07a392c0707a6883b1943f6a47037b4b892c0805bd92276f65f28709 36480 
lib64ffi-dev_3.0.9~rc1-1_i386.deb
 fdf9968e41f13b052ee0f96b0aa332570c1c8f59b8f21731e845e191a3248293 15488 
libffi5_3.0.9~rc1-1_i386.deb
 0c593dd3ddd07b8645da238c7ddbd3305de7797b622251943bc4cb607bac994c 19170 
lib64ffi5_3.0.9~rc1-1_i386.deb
 c0ece26add304d9764746db7b3ee2e261976266540998a7b9b50efbe4363abc1 60642 
libffi5-dbg_3.0.9~rc1-1_i386.deb
Files: 
 965b4a32e95763999b3ccf561ffa41f6 1259 libs extra libffi_3.0.9~rc1-1.dsc
 e218f048aa95e330b13f97e2158ea35e 687007 libs extra libffi_3.0.9~rc1.orig.tar.gz
 4670e0904fad15320537536bfb6bb2de 7474 libs extra libffi_3.0.9~rc1-1.diff.gz
 b55ad4b5ed9006d481ffd7826a85ede1 89802 libdevel extra 
libffi-dev_3.0.9~rc1-1_i386.deb
 30917cabfe3442a40b9dd14d96cc23e6 36480 libdevel extra 
lib64ffi-dev_3.0.9~rc1-1_i386.deb
 22e7fa1425462b37f8855b19e331863f 15488 libs extra libffi5_3.0.9~rc1-1_i386.deb
 b80eaa7c71f941633d4ffabb3350a6c0 19170 libs extra 
lib64ffi5_3.0.9~rc1-1_i386.deb
 07dbd38ea3cd60bb0aecdbaba0193007 60642 debug extra 
libffi5-dbg_3.0.9~rc1-1_i386.deb

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

iEYEARECAAYFAkrRsisACgkQStlRaw+TLJzZ2gCeP8nSJ4j9EBIzentE7MmkwTSo
2iwAn2z7XPky750CDmiobdThFRS4H/p5
=xX9B
-END PGP SIGNATURE-


Accepted:
lib64ffi-dev_3.0.9~rc1-1_i386.deb
  to pool/main/libf/libffi/lib64ffi-dev_3.0.9~rc1-1_i386.deb
lib64ffi5_3.0.9~rc1-1_i386.deb
  to pool/main/libf/libffi/lib64ffi5_3.0.9~rc1-1_i386.deb
libffi-dev_3.0.9~rc1-1_i386.deb
  to pool/main/libf/libffi/libffi-dev_3.0.9~rc1-1_i386.deb
libffi5-dbg_3.0.9~rc1-1_i386.deb
  to pool/main/libf/libffi/libffi5-dbg_3.0.9~rc1-1_i386.deb
libffi5_3.0.9~rc1-1_i386.deb
  to pool/main/libf/libffi/libffi5_3.0.9~rc1-1_i386.deb
libffi_3.0.9~rc1-1.diff.gz
  to pool/main/libf/libffi/libffi_3.0.9~rc1-1.diff.gz
libffi_3.0.9~rc1-1.dsc
  to pool/main/libf/libffi/libffi_3.0.9~rc1-1.dsc
libffi_3.0.9~rc1.orig.tar.gz
  to pool/main/libf/libffi/libffi_3.0.9~rc1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted mcelog 0.9~pre+2gitb7ddf8-1 (source amd64)

2009-10-11 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 11:23:14 +0200
Source: mcelog
Binary: mcelog
Architecture: source amd64
Version: 0.9~pre+2gitb7ddf8-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE jbla...@debian.org
Changed-By: Julien BLACHE jbla...@debian.org
Description: 
 mcelog - x86-64 Machine Check Exceptions collector and decoder
Changes: 
 mcelog (0.9~pre+2gitb7ddf8-1) unstable; urgency=low
 .
   * New git snapshot, b7ddf8dbc7ad289f8e316e730b7f6d0f97720a82.
 + Several fixes, including Nehalem channel decoding.
Checksums-Sha1: 
 c8503a15774e8bbbabf48a8f6b6ce2fb8b1e610d 1037 mcelog_0.9~pre+2gitb7ddf8-1.dsc
 d52a594af980c208650a88d3ffb0656045d3d84a 146458 
mcelog_0.9~pre+2gitb7ddf8.orig.tar.gz
 409e5702a695c8903ba6d19934fd6323d06774a9 8980 
mcelog_0.9~pre+2gitb7ddf8-1.diff.gz
 361b16a8ee812977ce0e4503e45af1bb4971dda0 145456 
mcelog_0.9~pre+2gitb7ddf8-1_amd64.deb
Checksums-Sha256: 
 f23433a2d0b5a998f1117682390f2fe6d0d86a48ce0a74c211e014806429548c 1037 
mcelog_0.9~pre+2gitb7ddf8-1.dsc
 c921e650ecea576fa6b63a148da9fe4cbcbf8b6cd02580a65b26f774826c4d13 146458 
mcelog_0.9~pre+2gitb7ddf8.orig.tar.gz
 7c07520a96db1ae7014ce2cd4cd63918c69713219fdccb1ee7e936b64238b6e6 8980 
mcelog_0.9~pre+2gitb7ddf8-1.diff.gz
 443c1bff6bd100addfd108eb92da378db1b6153927dcd04a2373d7c47328837d 145456 
mcelog_0.9~pre+2gitb7ddf8-1_amd64.deb
Files: 
 234c6db25c43b023bdfe4abbef76f120 1037 admin optional 
mcelog_0.9~pre+2gitb7ddf8-1.dsc
 f3290330baba5ad37b1094721126a637 146458 admin optional 
mcelog_0.9~pre+2gitb7ddf8.orig.tar.gz
 600cb5886278ed4130e8ad67d7744677 8980 admin optional 
mcelog_0.9~pre+2gitb7ddf8-1.diff.gz
 d9408fadb072b39e4964f6521900233f 145456 admin optional 
mcelog_0.9~pre+2gitb7ddf8-1_amd64.deb

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

iD8DBQFK0aRlzWFP1/XWUWkRAoGPAJ9SQwXxylNO3OHCjvtTYS80IcU0oQCdG7DN
P8wyv7KxmikAIG/6Xsvbu60=
=9d3W
-END PGP SIGNATURE-


Accepted:
mcelog_0.9~pre+2gitb7ddf8-1.diff.gz
  to pool/main/m/mcelog/mcelog_0.9~pre+2gitb7ddf8-1.diff.gz
mcelog_0.9~pre+2gitb7ddf8-1.dsc
  to pool/main/m/mcelog/mcelog_0.9~pre+2gitb7ddf8-1.dsc
mcelog_0.9~pre+2gitb7ddf8-1_amd64.deb
  to pool/main/m/mcelog/mcelog_0.9~pre+2gitb7ddf8-1_amd64.deb
mcelog_0.9~pre+2gitb7ddf8.orig.tar.gz
  to pool/main/m/mcelog/mcelog_0.9~pre+2gitb7ddf8.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wireshark 1.2.2-2 (source amd64)

2009-10-11 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 02:08:13 +0200
Source: wireshark
Binary: wireshark-common wireshark tshark wireshark-dev
Architecture: source amd64
Version: 1.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters fpet...@debian.org
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 tshark - network traffic analyzer - console version
 wireshark  - network traffic analyzer - GTK+ version
 wireshark-common - network traffic analyzer - common files
 wireshark-dev - network traffic analyzer - development tools
Closes: 547130 547229 547268 547381 547383 547800 548340 548605 548655 548700 
548728 549086 549609
Changes: 
 wireshark (1.2.2-2) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #547130
   * [Debconf translation updates]
 - German (Helge Kreutzmann).  Closes: #547229
 - Basque (Piarres Beobide).  Closes: #547268
 - Portuguese (Pedro Ribeiro).  Closes: #547381
 - Swedish (Martin Ågren).  Closes: #547383
 - Vietnamese (Clytie Siddall).  Closes: #547800
 - French (Simon Paillard).  Closes: #548340
 - Italian (Luca Monducci).  Closes: #548605
 - Japanese (Hideki Yamane (Debian-JP)).  Closes: #548655
 - Spanish (Francisco Javier Cuadrado).  Closes: #548700
 - Czech (Martin Sin).  Closes: #548728
 - Russian (Yuri Kozlov).  Closes: #549086
 - Finnish (Esko Arajärvi).  Closes: #549609
Checksums-Sha1: 
 a13c04e848715395dd31547034d6cb78aac91f0d 1564 wireshark_1.2.2-2.dsc
 e4fed4d706de6e03561c67ceab01bc171647a01e 43215 wireshark_1.2.2-2.diff.gz
 e30bb66dcc48ba0f2b626a092190ae58c88f2b3d 13671050 
wireshark-common_1.2.2-2_amd64.deb
 00491df3e1268a18ab37abd183a27c538f712125 790750 wireshark_1.2.2-2_amd64.deb
 096b7ad78f9e000b15b86e03fb8092b2d5a0b422 129246 tshark_1.2.2-2_amd64.deb
 1720633a54df34c33d7a7e849e386fe658884f54 786334 wireshark-dev_1.2.2-2_amd64.deb
Checksums-Sha256: 
 731579bead34778cdf4c635be8beb6f68f1c36520ba28d4c2ec5b8fe578bdabe 1564 
wireshark_1.2.2-2.dsc
 fc09600ca5bc692b36bd1c41864d3cf83e2df149f3bc2e1f117da7c81f8a336d 43215 
wireshark_1.2.2-2.diff.gz
 e4a1b3345344ff0489a3039fd6c1db921e0d4a7b47d3bfde5b3354379a4f91aa 13671050 
wireshark-common_1.2.2-2_amd64.deb
 15faf190eb4f8a4dd2748bc9e426d0d68465e9626f08cde2155d4a330e092c69 790750 
wireshark_1.2.2-2_amd64.deb
 da7892a5f0c6cf443d796179b200565c7afa9ad0179c30e586e81f8fbdaac0ab 129246 
tshark_1.2.2-2_amd64.deb
 6a49135dddae3725d7a83c838d2eb8addc14db6b939fcdcb7f15ba4e6c5112c4 786334 
wireshark-dev_1.2.2-2_amd64.deb
Files: 
 bbb2784ddb1dde2b702eb3da4064e8a0 1564 net optional wireshark_1.2.2-2.dsc
 27a256814e929ab48ae0985669eb5e03 43215 net optional wireshark_1.2.2-2.diff.gz
 a7e7f2146f9cb2b35e871f756ad92540 13671050 net optional 
wireshark-common_1.2.2-2_amd64.deb
 0753014c83f03e2ea569cf75430eca80 790750 net optional 
wireshark_1.2.2-2_amd64.deb
 0cd69a43bfcd453dc86d231186ec4f6f 129246 net optional tshark_1.2.2-2_amd64.deb
 8304fb7b2e5d16f60048981fd2026510 786334 devel optional 
wireshark-dev_1.2.2-2_amd64.deb

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

iEYEARECAAYFAkrRmVUACgkQ0/r2+3z8lN30DwCeJy+KPNXQvkNra14jw3DJQ8x3
r3UAoLVhAjWptgk8XHBC/rzN2GI3Oazw
=XBII
-END PGP SIGNATURE-


Accepted:
tshark_1.2.2-2_amd64.deb
  to pool/main/w/wireshark/tshark_1.2.2-2_amd64.deb
wireshark-common_1.2.2-2_amd64.deb
  to pool/main/w/wireshark/wireshark-common_1.2.2-2_amd64.deb
wireshark-dev_1.2.2-2_amd64.deb
  to pool/main/w/wireshark/wireshark-dev_1.2.2-2_amd64.deb
wireshark_1.2.2-2.diff.gz
  to pool/main/w/wireshark/wireshark_1.2.2-2.diff.gz
wireshark_1.2.2-2.dsc
  to pool/main/w/wireshark/wireshark_1.2.2-2.dsc
wireshark_1.2.2-2_amd64.deb
  to pool/main/w/wireshark/wireshark_1.2.2-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libgpiv 0.6.1-3 (source all amd64)

2009-10-11 Thread Gerber van der Graaf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 9 Oct 2009 12:11:00 +0100
Source: libgpiv
Binary: libgpiv3-common libgpiv3 libgpiv3-dev libgpiv3-dbg libgpiv3-doc 
libgpiv-mpi3
Architecture: source all amd64
Version: 0.6.1-3
Distribution: unstable
Urgency: low
Maintainer: Gerber van der Graaf gerber_gr...@users.sourceforge.net
Changed-By: Gerber van der Graaf gerber_gr...@users.sourceforge.net
Description: 
 libgpiv-mpi3 - library for Particle Image Velocimetry (PIV) - MPI version
 libgpiv3   - library for Particle Image Velocimetry (PIV)
 libgpiv3-common - library for Particle Image Velocimetry (PIV) - common files
 libgpiv3-dbg - library for Particle Image Velocimetry (PIV) - debug symbols
 libgpiv3-dev - library for Particle Image Velocimetry (PIV) - development files
 libgpiv3-doc - library for Particle Image Velocimetry (PIV) - documentation
Closes: 540494 545830
Changes: 
 libgpiv (0.6.1-3) unstable; urgency=low
 .
   * Repairs failing to install, trying to overwrite other packages
   files. Closes: #540494
   * Repairs unrealistic interrogation results, due to OMP. Closes: #545830
Checksums-Sha1: 
 0ee57a3d4e10ab5a1a6b7b7a99af1c3d3c4af7a1 1232 libgpiv_0.6.1-3.dsc
 ab92a2c9c4e7bf3656057e5635464d6cbdfd0cff 8082 libgpiv_0.6.1-3.diff.gz
 ea0735c16e905442c70c397d21f05c365da37e8d 300530 libgpiv3-doc_0.6.1-3_all.deb
 3010fc66bf6ae97895e42a61f9e2cecefc7f0f0b 8794 libgpiv3-common_0.6.1-3_amd64.deb
 73d9d1b42032d2d5749b02913aec69487b630602 100018 libgpiv3_0.6.1-3_amd64.deb
 cdcd6d1b495585792b02dc6c46786ee54818d49f 266234 libgpiv3-dev_0.6.1-3_amd64.deb
 edd036ec7c9d3dec2e96ceaf36d726cf4703f37e 258408 libgpiv3-dbg_0.6.1-3_amd64.deb
 f2b65d4fc7523acfda601613db5f563d8f8817e1 104108 libgpiv-mpi3_0.6.1-3_amd64.deb
Checksums-Sha256: 
 f2f6e879f143345aa93145ad9e1515e186a7b22ecd4b419b29c228b082900408 1232 
libgpiv_0.6.1-3.dsc
 550ef58ad002c32e48a5a3dd395aa5954e1bb0dac257eb866083387746287de7 8082 
libgpiv_0.6.1-3.diff.gz
 8aa9cfb3e1e804cf83eb58cba192628856e3a6f11aa763bb4286431b815dcfb4 300530 
libgpiv3-doc_0.6.1-3_all.deb
 b6a300ba657d9e2a5bf623f9603afd83208f543bab9805d5f08da184e92840e3 8794 
libgpiv3-common_0.6.1-3_amd64.deb
 2fc92bacbf37bd3481be200dc6d6d90d713b63b34141154b02ab610071a796dc 100018 
libgpiv3_0.6.1-3_amd64.deb
 bb190b128351471247508b6247b4f48f3364df145bf84ca634f40b279e7a5a79 266234 
libgpiv3-dev_0.6.1-3_amd64.deb
 6fb855351099c7443ba3ede7c90e73deb41e1dc48b1b50d55f7b339a142f46ff 258408 
libgpiv3-dbg_0.6.1-3_amd64.deb
 c9da2febe3c7edc71dad4349bc9bfc830ab4e67ceb3127b872951d60e010cecf 104108 
libgpiv-mpi3_0.6.1-3_amd64.deb
Files: 
 c520f6bfecae07ae2a1f08f99987fa0b 1232 science optional libgpiv_0.6.1-3.dsc
 5624073ee38be5a080788e5cb4b99363 8082 science optional libgpiv_0.6.1-3.diff.gz
 72e258067219048c55b30fa80beaa002 300530 doc optional 
libgpiv3-doc_0.6.1-3_all.deb
 52ff2af0889aacab1dd93ef3b693852f 8794 libs optional 
libgpiv3-common_0.6.1-3_amd64.deb
 950e5322059dc8a75b9a83fc6371e692 100018 libs optional 
libgpiv3_0.6.1-3_amd64.deb
 31c34d483b9b251158c2083f0b19104a 266234 libdevel optional 
libgpiv3-dev_0.6.1-3_amd64.deb
 7392428b8ae5679cbbe570968bf0 258408 debug extra 
libgpiv3-dbg_0.6.1-3_amd64.deb
 9c73d9b8354551149da9a219254090ef 104108 libs optional 
libgpiv-mpi3_0.6.1-3_amd64.deb

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

iEYEARECAAYFAkrRpdwACgkQKFvXofIqeU7jbwCgmcLQIDEC4AT26DLu5UB/IzRO
CiIAoJAVFoAQyK1XOWWePQVp9kCpjv93
=bs+s
-END PGP SIGNATURE-


Accepted:
libgpiv-mpi3_0.6.1-3_amd64.deb
  to pool/main/libg/libgpiv/libgpiv-mpi3_0.6.1-3_amd64.deb
libgpiv3-common_0.6.1-3_amd64.deb
  to pool/main/libg/libgpiv/libgpiv3-common_0.6.1-3_amd64.deb
libgpiv3-dbg_0.6.1-3_amd64.deb
  to pool/main/libg/libgpiv/libgpiv3-dbg_0.6.1-3_amd64.deb
libgpiv3-dev_0.6.1-3_amd64.deb
  to pool/main/libg/libgpiv/libgpiv3-dev_0.6.1-3_amd64.deb
libgpiv3-doc_0.6.1-3_all.deb
  to pool/main/libg/libgpiv/libgpiv3-doc_0.6.1-3_all.deb
libgpiv3_0.6.1-3_amd64.deb
  to pool/main/libg/libgpiv/libgpiv3_0.6.1-3_amd64.deb
libgpiv_0.6.1-3.diff.gz
  to pool/main/libg/libgpiv/libgpiv_0.6.1-3.diff.gz
libgpiv_0.6.1-3.dsc
  to pool/main/libg/libgpiv/libgpiv_0.6.1-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted python-fuse 2:0.2-2 (source i386)

2009-10-11 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:13:24 +0200
Source: python-fuse
Binary: python-fuse
Architecture: source i386
Version: 2:0.2-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 python-fuse - Python bindings for FUSE (Filesystems in USErland)
Changes: 
 python-fuse (2:0.2-2) unstable; urgency=low
 .
   * New watch file.
   * Bumped up Standards revision.
   * Various lintian cleanups.
Checksums-Sha1: 
 30c55e703bb730be7f9c071ad37e1fae11897207 1152 python-fuse_0.2-2.dsc
 46f4b844f07a32309643a9f951a45f3acadbc2f2 4045 python-fuse_0.2-2.diff.gz
 bbe7e47435b7c7bbbe6ec21e185b57b876dceaba 58918 python-fuse_0.2-2_i386.deb
Checksums-Sha256: 
 1391d97e4d5b3e76d4e3c557c3d58f6d302a2b7b9ef45a398c96893ccf8c4379 1152 
python-fuse_0.2-2.dsc
 a204c2a355196948b787728456871d0f36693196422ae22ce94927f2b074d7da 4045 
python-fuse_0.2-2.diff.gz
 2a579d0cb035d5e573ec18169a30ff0e3c4cfe582115db662c6cafc2d1edd693 58918 
python-fuse_0.2-2_i386.deb
Files: 
 cd55a3ea048d4b4e7dbac867f82eb4e7 1152 python optional python-fuse_0.2-2.dsc
 2dcb5b015bf6a061854b6652e6e1e068 4045 python optional python-fuse_0.2-2.diff.gz
 84207ba489c90895fc0397f030879e53 58918 python optional 
python-fuse_0.2-2_i386.deb

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

iEYEARECAAYFAkrRsHAACgkQiZgNKcDdyD+wNACeMXFdXK/nMVvdLP3KD2mcxHxF
eWMAoISza8Zb3bktQdly57Ebe1eA+6gm
=QuHl
-END PGP SIGNATURE-


Accepted:
python-fuse_0.2-2.diff.gz
  to pool/main/p/python-fuse/python-fuse_0.2-2.diff.gz
python-fuse_0.2-2.dsc
  to pool/main/p/python-fuse/python-fuse_0.2-2.dsc
python-fuse_0.2-2_i386.deb
  to pool/main/p/python-fuse/python-fuse_0.2-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted python-django-lint 0.11-1 (source all)

2009-10-11 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 11:51:51 +0100
Source: python-django-lint
Binary: python-django-lint
Architecture: source all
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 python-django-lint - Static analysis tool for Django projects and applications
Changes: 
 python-django-lint (0.11-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 ccb1989994eae78fedba781c80da784863847cb3 1219 python-django-lint_0.11-1.dsc
 1a6fa4cc3bd2980d587ecdfe2d691ae017fa03d8 20774 
python-django-lint_0.11.orig.tar.gz
 b70a6a901a6143732457762f89219e29ca1e674c 1688 python-django-lint_0.11-1.diff.gz
 e6ca8d3218cff0b2b8973f22f0bcb079da55767a 12402 
python-django-lint_0.11-1_all.deb
Checksums-Sha256: 
 d096b7d616f828697c5136efcf98689b1095018aedc4a6ccbc74b6cb911bd09c 1219 
python-django-lint_0.11-1.dsc
 c3957534a624e37e9e7c7ba02a8a50bc2f4f54776ed32b03020cdf6289c92f1f 20774 
python-django-lint_0.11.orig.tar.gz
 65ea4252954aafde52393028bad21eff50c70bb90242186ec01a6b357d9755b8 1688 
python-django-lint_0.11-1.diff.gz
 e11599ec951f2d268ae25ac78f0d05b467f31246bf8f900974875a9f3f59fb05 12402 
python-django-lint_0.11-1_all.deb
Files: 
 455a97572699bc1b32827ef6f23a7ed9 1219 python optional 
python-django-lint_0.11-1.dsc
 a024534040f8e15fe4c32700a77db515 20774 python optional 
python-django-lint_0.11.orig.tar.gz
 4b0f61121233279658c129d375514127 1688 python optional 
python-django-lint_0.11-1.diff.gz
 411459c65fc6e085437b753636a36ece 12402 python optional 
python-django-lint_0.11-1_all.deb

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

iEYEARECAAYFAkrRuNgACgkQ5/8uW2NPmiBN0QCeIbpi+99Ms2vgp2ZU6saOPcev
/1IAoJ6d8z6XggUZgzzF6c3zFw3+Gc7e
=ERqC
-END PGP SIGNATURE-


Accepted:
python-django-lint_0.11-1.diff.gz
  to pool/main/p/python-django-lint/python-django-lint_0.11-1.diff.gz
python-django-lint_0.11-1.dsc
  to pool/main/p/python-django-lint/python-django-lint_0.11-1.dsc
python-django-lint_0.11-1_all.deb
  to pool/main/p/python-django-lint/python-django-lint_0.11-1_all.deb
python-django-lint_0.11.orig.tar.gz
  to pool/main/p/python-django-lint/python-django-lint_0.11.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted python-debianbts 1.1 (source all)

2009-10-11 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:34:03 +0200
Source: python-debianbts
Binary: python-debianbts
Architecture: source all
Version: 1.1
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur vent...@debian.org
Changed-By: Bastian Venthur vent...@debian.org
Description: 
 python-debianbts - Python interface to Debian's Bug Tracking System
Closes: 550569 550571
Changes: 
 python-debianbts (1.1) unstable; urgency=low
 .
   * Make python-debianbts depend on python = 2.5
 - (Closes: #550569) python-debianbts: fails to
   compile with Python 2.4!!
 - (Closes: #550571) python-debianbts: Incompatible
   with python2.4!!
Checksums-Sha1: 
 83b6d532442f0c65bf9d2ee3b1345c44572b0029 1456 python-debianbts_1.1.dsc
 8cd2b53d34d989704ea73ab22d37e8aa41aff819 9276 python-debianbts_1.1.tar.gz
 7e85b2fea56fc50745d5515cd1097e7996e9ce77 6676 python-debianbts_1.1_all.deb
Checksums-Sha256: 
 9583edaead12ff715d3325fb463cbc2f5f55e5be7153f38277f8b09fc2028c8c 1456 
python-debianbts_1.1.dsc
 ea97fc41b8d7114f801a59a89d582bf5d8fdcdce5c9fabc548fd099beae93aad 9276 
python-debianbts_1.1.tar.gz
 717329ccbe9bda528c05aa58ce4a756205dd8964f6ed52cfd9d8e018087e20cd 6676 
python-debianbts_1.1_all.deb
Files: 
 fb18c3e81e76af085a34ed4c5843c1dc 1456 python optional python-debianbts_1.1.dsc
 8e2fc67bec726118bf7e7affba0699d5 9276 python optional 
python-debianbts_1.1.tar.gz
 435b683a5b7ee69f014a69041a8170c3 6676 python optional 
python-debianbts_1.1_all.deb

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

iQIcBAEBAgAGBQJK0b2KAAoJEI6IlUTZhQAN5KcP/0V6D9DlCt1I6e1qRYYqfcPI
RQSU0G8xo9GgoMq1w8bcGuvYYPCwmdvSSB10NnmpOgrDxoKDNFlL3gwqGqrYkoLL
nNPnJo1tPruE3rbnVjP/3abSPe7Em8iU+3MpRYtnsLnoLwYcdcOWBpPx83j3ueHJ
xcORTGmxGM0SQ8tarSr7J3YNQEwo3HjO56lubNYLIqNu99guxgSiTA6pj3gBH4mU
PoK6l1dIAprEv7WtHOVbJxDwUcmPIu/F0JNJUQCGZZM2KxgkhEcQutXUluBbJGjM
TRcMaScs1yKwoQB2d49ipyPkkBNnkJKuBdF1nm5RdwnnFj41R8YRs7AwyuEi7M0E
FdB8TQOuzQhQSHJdY05EnY3am0XOkF6OXVdB+20igp+a7tnSr8mNxLOwPmC1o8D/
Cgnz0hC9IVJ3I/UZFmo5W3/tEhBVBgr4sd4AHLviHz/jea0IY1zzn4iWDtwQ+S3B
NwxBh4vmhEeP4b8OUWG2mLFgeNabUHTaq5b3FTpxJz/vHxlNmLm4fOtcwd5w+aar
vjlZNLY8PCYZNy1+h8CG6yNJ4M7ZTf3SsDfAmBWeM5ytBxMXgdfj2jenJmFsG9AL
6ntYZszvrsBR54kL5y8r5vgTe9Fkzk2oWpkpnGhgbLqZVKEAepI7os94UOFChrKY
bOla0uXQuKDkxiAzu8Wo
=Tmp4
-END PGP SIGNATURE-


Accepted:
python-debianbts_1.1.dsc
  to pool/main/p/python-debianbts/python-debianbts_1.1.dsc
python-debianbts_1.1.tar.gz
  to pool/main/p/python-debianbts/python-debianbts_1.1.tar.gz
python-debianbts_1.1_all.deb
  to pool/main/p/python-debianbts/python-debianbts_1.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted syslog-ng 2.0.9-4.2 (source i386)

2009-10-11 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:38:31 +0200
Source: syslog-ng
Binary: syslog-ng
Architecture: source i386
Version: 2.0.9-4.2
Distribution: unstable
Urgency: low
Maintainer: SZALAY Attila s...@debian.org
Changed-By: Petter Reinholdtsen p...@debian.org
Description: 
 syslog-ng  - Next generation logging daemon
Closes: 533076 542606
Changes: 
 syslog-ng (2.0.9-4.2) unstable; urgency=low
 .
   * Non-maintainer upload to fix release goal.
   * Add support for status in init.d script (Closes: #533076).
 Patch from Peter Eisentraut.
   * Correct init.d script provide to avoid duplicate provide
 issues when switching from one syslog implementation to
 another (Closes: #542606)
   * Update to debhelper version 7.
   * Change standards-version 3.7.3.0 to 3.8.3.  No change needed.
   * Remove ylwrap in clean target, the symlink is created during build.
Checksums-Sha1: 
 c4989632670fbd10c3afa8b6bc19fa8327ca3bcf 1073 syslog-ng_2.0.9-4.2.dsc
 7f388fdd3691ba3062b23fa887c1f06db60e02f5 35996 syslog-ng_2.0.9-4.2.diff.gz
 99dd9eacffc95ddd3ea1a4babcf04d552da04905 129524 syslog-ng_2.0.9-4.2_i386.deb
Checksums-Sha256: 
 3e09a047d847036fe59d7ed4bbfc6c360cd2b0048facb6ab504e03e506b7ee7b 1073 
syslog-ng_2.0.9-4.2.dsc
 29c557d60a75a6b41ccf2e5666da89af9ea5b38077cf88bcb1b993da7b68f0e8 35996 
syslog-ng_2.0.9-4.2.diff.gz
 d86bd1bd23a0ce2ad5c040d70b1cc169bf7db4034fb56d7c3b080cc8f0e1ccc9 129524 
syslog-ng_2.0.9-4.2_i386.deb
Files: 
 aa19a138c111b0922cd859ef3119807e 1073 admin extra syslog-ng_2.0.9-4.2.dsc
 bf3b6c4ab6d57aa255f45ceca92efdac 35996 admin extra syslog-ng_2.0.9-4.2.diff.gz
 8840e1cf9329fc8cca5110e97a6f49e9 129524 admin extra 
syslog-ng_2.0.9-4.2_i386.deb

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

iD8DBQFK0bmM20zMSyow1ykRAsx1AJ9MP2x3j/WlWjuTtdWDE8N0DvUhzACfSSOJ
ZJ0qxZqydUvjenMNDpFowBs=
=lD4Q
-END PGP SIGNATURE-


Accepted:
syslog-ng_2.0.9-4.2.diff.gz
  to pool/main/s/syslog-ng/syslog-ng_2.0.9-4.2.diff.gz
syslog-ng_2.0.9-4.2.dsc
  to pool/main/s/syslog-ng/syslog-ng_2.0.9-4.2.dsc
syslog-ng_2.0.9-4.2_i386.deb
  to pool/main/s/syslog-ng/syslog-ng_2.0.9-4.2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted pqiv 0.10.1-1 (source amd64)

2009-10-11 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:05:40 +0200
Source: pqiv
Binary: pqiv
Architecture: source amd64
Version: 0.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 pqiv   - Lightweight image viewer
Changes: 
 pqiv (0.10.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/03_binary_name.diff: Edited to fit new upstream release.
Checksums-Sha1: 
 3f44bee76970bcf8dc833dfa7113cb8b8cd4ccba 1633 pqiv_0.10.1-1.dsc
 e846f32913735d9185b310d6ca38ef3812a54e95 35412 pqiv_0.10.1.orig.tar.gz
 c05ac6d8a332f58aec07524b70e26b19b78ca509 5473 pqiv_0.10.1-1.diff.gz
 e37ea612cab48b609729d2ef97705045278bbf6f 32368 pqiv_0.10.1-1_amd64.deb
Checksums-Sha256: 
 f193e1b8e9358200a033ac15f1a69a11402ccea732ecff0cd95cbb7a66d8c565 1633 
pqiv_0.10.1-1.dsc
 0c91d2f34393da4ed9e49ae9e2aee15eb6a858aca58f72526305d3c7b034d6b5 35412 
pqiv_0.10.1.orig.tar.gz
 0a421bc5f39eaf17ab5a9a310467dba38de4678ea3a26277eb2b3a3e4dec691c 5473 
pqiv_0.10.1-1.diff.gz
 2139bdeb00d7e03bf858f4d263b25ff9efc07835cade4a3fd04fd5c34d3259b3 32368 
pqiv_0.10.1-1_amd64.deb
Files: 
 6b41c9f52c691567f74e427f77a5dd54 1633 graphics extra pqiv_0.10.1-1.dsc
 2f5c8d541bb49f9768ba771b2756179d 35412 graphics extra pqiv_0.10.1.orig.tar.gz
 eff1f86a748acf2e2482007669ab653c 5473 graphics extra pqiv_0.10.1-1.diff.gz
 2456390fc03e00fb949131568657a78d 32368 graphics extra pqiv_0.10.1-1_amd64.deb

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

iQIcBAEBAgAGBQJK0brUAAoJEDNV9NY7WCHM3nsP/i89fdyZQXOv12woNIKPRqRC
dGBx6KaVWXPoAWaKWwAXjfWa55WhoEqXYn2ejsi4n0s76dUvG5n1kqyk82cy7lyg
wPVkNLR/Slkp5kQogl4mS2uf57w5Z7RSvC6N7MAxyUulJJWRDn9yB7eB+VkCKUCp
SqVrqlLgNz/Z/1/rkzsdu2BoTduviiTF1e7DGDx7uNnkNDa0dKt44knvixdAutFB
kNsE8BvErsBEe/Ek2ZRbCc6TFUyLeI+vgbCIAfPBR+JyMWOWJ3YtRE3vlmKMXGSo
tz2DWSkKkAoiDuLuI8p0peXgpMYTZ3xPDyEZcQq6+LClzt5AFBxscsXdLMRNqLy+
nWcoL6KRe1laY/mX2OPJ/5DcZXiwDpu7uR+7jUiGIhf7plOGLxfq4PjZEro+GqCi
wzPHPzqQRnkq5NhCN7J8FGbnIq0BH7IpbcWgKdPq+IQpexa2BFUkiUETLgRIRnsG
je8GywX8qnvKgLPjnqtLXqm2Djg+176fK/G7wslO5ReBPw3ERLFMkcnYwU0W908+
8yOo+AfVJJy0p/GcohSBkAcXSFEZmji5UIYMRVbBKLXaHEsgzil+8eUSlQmz2p9h
HUkF+vFA8kp88AVtf3yNz/UM8mgKF51exz650rxGRcfHGBd+OT6qZot+24HhGGrq
jqYBY7WoSXsSqaEhzNop
=xfz5
-END PGP SIGNATURE-


Accepted:
pqiv_0.10.1-1.diff.gz
  to pool/main/p/pqiv/pqiv_0.10.1-1.diff.gz
pqiv_0.10.1-1.dsc
  to pool/main/p/pqiv/pqiv_0.10.1-1.dsc
pqiv_0.10.1-1_amd64.deb
  to pool/main/p/pqiv/pqiv_0.10.1-1_amd64.deb
pqiv_0.10.1.orig.tar.gz
  to pool/main/p/pqiv/pqiv_0.10.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted python-debianbts 1.2 (source all)

2009-10-11 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 13:14:57 +0200
Source: python-debianbts
Binary: python-debianbts
Architecture: source all
Version: 1.2
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur vent...@debian.org
Changed-By: Bastian Venthur vent...@debian.org
Description: 
 python-debianbts - Python interface to Debian's Bug Tracking System
Changes: 
 python-debianbts (1.2) unstable; urgency=low
 .
   * Fixed typo in debian/pyversions
Checksums-Sha1: 
 0369054b18e0e187061bc13d4f1189fcd9ee7dc7 1456 python-debianbts_1.2.dsc
 b0404e37c8fc07a543932cdbac29ebaa587dd9b2 9301 python-debianbts_1.2.tar.gz
 a867ab902c8e99d085af6d289180e73966e92495 6674 python-debianbts_1.2_all.deb
Checksums-Sha256: 
 2a2d9d5260309ee7ce51f1a2c02845856f9ec89b959dd0688a2b6a5324d7906f 1456 
python-debianbts_1.2.dsc
 39d1b02ffa85f1de9ccd40d21530971e6e9f77f525801a63285441a498d4dc1f 9301 
python-debianbts_1.2.tar.gz
 3e4f45c481ba5d3f5901620bcf531794960491be6c065d48ec81965a1bf5dbd3 6674 
python-debianbts_1.2_all.deb
Files: 
 96502120d10ae11c28850b25ee289ae5 1456 python optional python-debianbts_1.2.dsc
 966170ae6d56acc4a29937a347787828 9301 python optional 
python-debianbts_1.2.tar.gz
 a2a7fa2c022aef62b3dc1af0ad399909 6674 python optional 
python-debianbts_1.2_all.deb

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

iQIcBAEBAgAGBQJK0b6bAAoJEI6IlUTZhQANUGgP/1Oz9Y5LT5DL+x03bYbhOfsK
fSazw+2vIumf79z5p9P8E5sPuBIrm2Vtyco5DcsikACGHKQxHbzJ2i8mOCiyAB5q
Muy7+CAxBV8OA7yghy9z2985V1R13DjBi5lPnoeLz3HvO/8h5Tjpe4iuLEOexzC+
qk7/ysqxQJjRI0xffLAxxyh7BXIJ9c49nXCbr67W8GX9BT+jkQ1wiLygO10cvL4M
gs0XFVMo+damYdQgOja1ZEhL5BqKrOEWnB2zlI73XCgGlYYmpE8ZkUm9rtNxeBT5
p+VW7buwLr4EtXhA2T9JH0f32QG0OePk1G2L03ROdIZ9jcuMNDMs1xWNMt2Mi6mD
Vk9zrDbiEJSzEnLLMA1htKXahVt72GyIEIIJTO7RJUtoJCMMiX4JqbHfnXeUDN5f
nIsfq0c2ag+pxInvAZWEAxulPxnnFcLcBm1XqILOXfdIFQsWHdzI2UDuwOToeOrZ
2BJ8ip4CHpEexZZIxI24eZqeF3II5wDZISb58jwFdGv7S8WcsEnFYxvkt3Q7xmIS
HhV+ebfLMePzD3uVENNWH6+k4pmjmzfV1r/uD+Dtn3W9D+uB7aQI6nZGgcU0121+
ShRGJWAlIEY7MbnWtNZ+8zshiKe67QcAAq+87Sp1Siiex4vvnBw7Ih+3fieyppQM
mf5ZqJVj/Ad1SsMmEw8c
=Bo+8
-END PGP SIGNATURE-


Accepted:
python-debianbts_1.2.dsc
  to pool/main/p/python-debianbts/python-debianbts_1.2.dsc
python-debianbts_1.2.tar.gz
  to pool/main/p/python-debianbts/python-debianbts_1.2.tar.gz
python-debianbts_1.2_all.deb
  to pool/main/p/python-debianbts/python-debianbts_1.2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libydpdict 1.0.2-1 (source i386)

2009-10-11 Thread Marcin Owsiany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:10:29 +0100
Source: libydpdict
Binary: libydpdict2 libydpdict2-dev
Architecture: source i386
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Marcin Owsiany porri...@debian.org
Changed-By: Marcin Owsiany porri...@debian.org
Description: 
 libydpdict2 - a library for reading Collins dictionaries
 libydpdict2-dev - a library for reading Collins dictionaries - development 
files
Closes: 545513
Changes: 
 libydpdict (1.0.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated years in debian/copyright.
   * Bumped API version to 1 in library file name.
   * Bumped Standards-Version to 3.8.3:
 - debian/copyright: Added a note on why the package is not in main.
 - debian/rules: Standardized DEB_BUILD_OPTIONS usage.
   * Dropped the .la file. (Closes: #545513)
Checksums-Sha1: 
 5df473ef66a756373e9dc3c48e7cf6abb4fe86ef 1016 libydpdict_1.0.2-1.dsc
 8e2a34b8eb6aa3e18b0a0bbbccfbf82379c96838 297184 libydpdict_1.0.2.orig.tar.gz
 90d516e437a7e4807c7b6f53d5a751645d14559f 7713 libydpdict_1.0.2-1.diff.gz
 6cf519c1f454be9c24f28cedc106347508d5b3ef 10352 libydpdict2_1.0.2-1_i386.deb
 5a48c36be5d090e33c31b4f88bdec5e81b8a8df2 9632 libydpdict2-dev_1.0.2-1_i386.deb
Checksums-Sha256: 
 c9484a447074b91e0002629fb5d3ecde9efd88a96a33b6ad17ebf64c2f5345d9 1016 
libydpdict_1.0.2-1.dsc
 2e45fe847facd26f5f2eac10031dbaad8d3bf79345306f9140669843a8fb708d 297184 
libydpdict_1.0.2.orig.tar.gz
 7c248cd9a04241577c338de4bec6c4d3340307e110c218ba94ac524339fceb04 7713 
libydpdict_1.0.2-1.diff.gz
 29fa211d1e7ff5b63eae70f279a25460c021d4b4cbdf9d5fcf96af687efbde6d 10352 
libydpdict2_1.0.2-1_i386.deb
 631905aa3a7a7684096457ce1240c13e8555f36e1fed7a146ffb2243eb0d75bd 9632 
libydpdict2-dev_1.0.2-1_i386.deb
Files: 
 9a1624bf3bbbf2c0bd0a2a6b0e56c40a 1016 contrib/libs optional 
libydpdict_1.0.2-1.dsc
 b0f1a567ee9601ec471b9587d6d0d4b5 297184 contrib/libs optional 
libydpdict_1.0.2.orig.tar.gz
 a98bca729f2780f8f215ff7d66a4dcef 7713 contrib/libs optional 
libydpdict_1.0.2-1.diff.gz
 cfa5abfc405009b1d6e6736f91143c3b 10352 contrib/libs optional 
libydpdict2_1.0.2-1_i386.deb
 8444cf8392fb200f116b464f0fc1d475 9632 contrib/libdevel optional 
libydpdict2-dev_1.0.2-1_i386.deb

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

iD8DBQFK0cFwOg2KoGD0EhYRAgY8AJ9zUuzc+1dxVkTo526dPbYVEj3i5QCcDHe7
eqkkiGArv1AHiAfq252o1JM=
=a1dJ
-END PGP SIGNATURE-


Accepted:
libydpdict2-dev_1.0.2-1_i386.deb
  to pool/contrib/liby/libydpdict/libydpdict2-dev_1.0.2-1_i386.deb
libydpdict2_1.0.2-1_i386.deb
  to pool/contrib/liby/libydpdict/libydpdict2_1.0.2-1_i386.deb
libydpdict_1.0.2-1.diff.gz
  to pool/contrib/liby/libydpdict/libydpdict_1.0.2-1.diff.gz
libydpdict_1.0.2-1.dsc
  to pool/contrib/liby/libydpdict/libydpdict_1.0.2-1.dsc
libydpdict_1.0.2.orig.tar.gz
  to pool/contrib/liby/libydpdict/libydpdict_1.0.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libdbi-ruby 0.4.3-1 (source all)

2009-10-11 Thread Dmitry Borodaenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 14:52:57 +0300
Source: libdbi-ruby
Binary: libdbi-ruby libdbi-ruby1.8 libdbi-ruby1.9
Architecture: source all
Version: 0.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Borodaenko angdr...@debian.org
Changed-By: Dmitry Borodaenko angdr...@debian.org
Description: 
 libdbi-ruby - Database Independent Interface for Ruby
 libdbi-ruby1.8 - Database Independent Interface for Ruby 1.8
 libdbi-ruby1.9 - Database Independent Interface for Ruby 1.9
Changes: 
 libdbi-ruby (0.4.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Standards-Version upgraded to 3.8.3.
Checksums-Sha1: 
 d9e0a06687e359e58193f3296aa5edb0687d612b 1082 libdbi-ruby_0.4.3-1.dsc
 0567fc2fd09733c98e9dda426ef141fc245366a5 81851 libdbi-ruby_0.4.3.orig.tar.gz
 1de56057ab6e3fb0949f193db3195c9726551773 5253 libdbi-ruby_0.4.3-1.diff.gz
 e760af17dcec725d1a5c145926e0adf64be0c99a 98544 libdbi-ruby_0.4.3-1_all.deb
 e7a012903792ddbfc1092487ecda06295e202a46 59950 libdbi-ruby1.8_0.4.3-1_all.deb
 9725c4e5b6ae24fc674ec80a773df27a0bc7c75c 59946 libdbi-ruby1.9_0.4.3-1_all.deb
Checksums-Sha256: 
 96f4a6dbb3ac3c04222fd206da601ee0c6678ac8ae614d80b2f984cdb58382c7 1082 
libdbi-ruby_0.4.3-1.dsc
 5f4d0c92c43ccfc4d0075dfe17e3315a2d2d8aaeaee207a81985dd7be75f45fa 81851 
libdbi-ruby_0.4.3.orig.tar.gz
 2628d43b7e2a0674f6e6a50d8e88a18082807571d661add64f15be238aeafef8 5253 
libdbi-ruby_0.4.3-1.diff.gz
 3ec46efe987a067d47c05880a1df1126c32b63abc1a07ef95655dc9ae681c628 98544 
libdbi-ruby_0.4.3-1_all.deb
 4a18f851be73392026f1d965f1f7b867a60cab79878a4157e6960a4df5f16d71 59950 
libdbi-ruby1.8_0.4.3-1_all.deb
 7d19a9bdf21307a25adb55cbe851a11e56578e71c9a6c372b8453fbce513e0b5 59946 
libdbi-ruby1.9_0.4.3-1_all.deb
Files: 
 379139ca541f9e19c940ee42497deb7c 1082 ruby optional libdbi-ruby_0.4.3-1.dsc
 7091868735031d896f7fbbf59ef4c401 81851 ruby optional 
libdbi-ruby_0.4.3.orig.tar.gz
 c788b43ad860e623c40ae1b254d0c462 5253 ruby optional libdbi-ruby_0.4.3-1.diff.gz
 5a1a803a72658fbb1b60ff3aad3c664b 98544 ruby optional 
libdbi-ruby_0.4.3-1_all.deb
 3ba1c7d62bbe928c6105a247a275fb06 59950 ruby optional 
libdbi-ruby1.8_0.4.3-1_all.deb
 b4483de84e1c0a0427357ea52fdb9a6e 59946 ruby optional 
libdbi-ruby1.9_0.4.3-1_all.deb

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

iEYEARECAAYFAkrRx9MACgkQxhqJXoXuPg4ViACcCzcLchad6hvCixbdPP7blS7C
OdoAoM8/3MU/AUYvWHFuVB6SUstpZrIe
=74sS
-END PGP SIGNATURE-


Accepted:
libdbi-ruby1.8_0.4.3-1_all.deb
  to pool/main/libd/libdbi-ruby/libdbi-ruby1.8_0.4.3-1_all.deb
libdbi-ruby1.9_0.4.3-1_all.deb
  to pool/main/libd/libdbi-ruby/libdbi-ruby1.9_0.4.3-1_all.deb
libdbi-ruby_0.4.3-1.diff.gz
  to pool/main/libd/libdbi-ruby/libdbi-ruby_0.4.3-1.diff.gz
libdbi-ruby_0.4.3-1.dsc
  to pool/main/libd/libdbi-ruby/libdbi-ruby_0.4.3-1.dsc
libdbi-ruby_0.4.3-1_all.deb
  to pool/main/libd/libdbi-ruby/libdbi-ruby_0.4.3-1_all.deb
libdbi-ruby_0.4.3.orig.tar.gz
  to pool/main/libd/libdbi-ruby/libdbi-ruby_0.4.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted haskell-dataenc 0.13.0.1-1 (source all amd64)

2009-10-11 Thread Erik de Castro Lopo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 21:23:32 +1100
Source: haskell-dataenc
Binary: libghc6-dataenc-dev libghc6-dataenc-prof libghc6-dataenc-doc
Architecture: source all amd64
Version: 0.13.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Erik de Castro Lopo er...@mega-nerd.com
Description: 
 libghc6-dataenc-dev - A Haskell library of data encoders and decoders
 libghc6-dataenc-doc - Documentation for dataenc encoders and decoders
 libghc6-dataenc-prof - Profiling libraries for dataenc encoders and decoders
Changes: 
 haskell-dataenc (0.13.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control
 - Maintainer is now Debian Haskell Group.
 - Add myself to uploaders.
 - Standards version 3.8.3.
 - Add Vcs-Darcs entry.
Checksums-Sha1: 
 ca18f96853aaf5dfc6d92dfc05960c0dafe76282 1456 haskell-dataenc_0.13.0.1-1.dsc
 b437a3a19e27aa21f6fb89321ff2e0e0a9df4cd8 12515 
haskell-dataenc_0.13.0.1.orig.tar.gz
 f17edf083c3ece3b62ec7efdd0d4b29cb3d641f5 2149 
haskell-dataenc_0.13.0.1-1.diff.gz
 019521c95de63d565ec1a3be651e5cf2dcfb1893 38032 
libghc6-dataenc-doc_0.13.0.1-1_all.deb
 5c0ce8b7628cee08c7d971be18d00d69d12b57fa 180506 
libghc6-dataenc-dev_0.13.0.1-1_amd64.deb
 a0404cadc4f588d0a8488116a25fb27f94cd47e7 187042 
libghc6-dataenc-prof_0.13.0.1-1_amd64.deb
Checksums-Sha256: 
 2d31a1306cae2179c6d34633a405f84c2dd92548ca4b6bbdb52eec2f9ca3562f 1456 
haskell-dataenc_0.13.0.1-1.dsc
 17dc8cb0b4ffcdf0087feb353c681beed4063e89cf41b86a6a9d45953eb34f2a 12515 
haskell-dataenc_0.13.0.1.orig.tar.gz
 a839627f1805b7cf30e3b7ca78a1496d7c89a8dd3f2e9d96afcf1ba6d416b457 2149 
haskell-dataenc_0.13.0.1-1.diff.gz
 6b093f68a940165239a8b7a93f96f2bf260c9207ae40a50cb30b6e16cbbb13d4 38032 
libghc6-dataenc-doc_0.13.0.1-1_all.deb
 9b66481b3558843dafba5abe3be2444879bc2a506e6917660860d000f587786f 180506 
libghc6-dataenc-dev_0.13.0.1-1_amd64.deb
 01fd1c9f5dbeac4a15dcec439ba73eccf511a29ec9c24dbb29ee37f157e5b90d 187042 
libghc6-dataenc-prof_0.13.0.1-1_amd64.deb
Files: 
 e39f8248fb4a22c7be1d963ec21be18e 1456 haskell optional 
haskell-dataenc_0.13.0.1-1.dsc
 4b8d367fe0a90e0f2c1a1a0780dcb022 12515 haskell optional 
haskell-dataenc_0.13.0.1.orig.tar.gz
 b222e068337e4e86bd9ce65700cf0b9a 2149 haskell optional 
haskell-dataenc_0.13.0.1-1.diff.gz
 259f053b60cd55d2926793837a80710b 38032 doc optional 
libghc6-dataenc-doc_0.13.0.1-1_all.deb
 baf9fad580228316f56b2f13662c2b38 180506 haskell optional 
libghc6-dataenc-dev_0.13.0.1-1_amd64.deb
 58cd14e9275e52c0f444578eddf1f228 187042 haskell optional 
libghc6-dataenc-prof_0.13.0.1-1_amd64.deb

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

iEYEARECAAYFAkrRyt0ACgkQ9ijrk0dDIGwgtwCgz8JrT+3eUSMD3Q4UTMzBKrZm
GaAAnjV6bAIgihFF53CQF3rtuDR9FgmM
=b+Ee
-END PGP SIGNATURE-


Accepted:
haskell-dataenc_0.13.0.1-1.diff.gz
  to pool/main/h/haskell-dataenc/haskell-dataenc_0.13.0.1-1.diff.gz
haskell-dataenc_0.13.0.1-1.dsc
  to pool/main/h/haskell-dataenc/haskell-dataenc_0.13.0.1-1.dsc
haskell-dataenc_0.13.0.1.orig.tar.gz
  to pool/main/h/haskell-dataenc/haskell-dataenc_0.13.0.1.orig.tar.gz
libghc6-dataenc-dev_0.13.0.1-1_amd64.deb
  to pool/main/h/haskell-dataenc/libghc6-dataenc-dev_0.13.0.1-1_amd64.deb
libghc6-dataenc-doc_0.13.0.1-1_all.deb
  to pool/main/h/haskell-dataenc/libghc6-dataenc-doc_0.13.0.1-1_all.deb
libghc6-dataenc-prof_0.13.0.1-1_amd64.deb
  to pool/main/h/haskell-dataenc/libghc6-dataenc-prof_0.13.0.1-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted cmake 2.8.0~rc3-1 (source all amd64)

2009-10-11 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 15:09:42 +0300
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui
Architecture: source all amd64
Version: 2.8.0~rc3-1
Distribution: experimental
Urgency: low
Maintainer: A. Maitland Bottoms bott...@debian.org
Changed-By: Modestas Vainius modes...@vainius.eu
Description: 
 cmake  - A cross-platform, open-source make system
 cmake-curses-gui - Curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 528530
Changes: 
 cmake (2.8.0~rc3-1) experimental; urgency=low
 .
   * New upstream development release.
 - ctest no longer segfaults on such a invalid input (Closes: #528530).
   * Drop all patches:
 - FindQt4.cmake2.6.diff - remove, no longer needed as original bug has been
   fixed since 2.6;
 - FindQt3.cmake.diff - remove, merged upstream;
 - findmpeg2-addpath.diff - remove, bug fixed upstream (in other way);
 - kfreebsd-Platform.diff - remove, merged upstream;
 - executables-dont-need-fpic.diff - remove, merged upstream;
 - manpage_friendly_docs.diff - remove, merged upstream;
 - fix_bashisms.diff - remove, merged upstream;
 - FindPerlLibs.cmake-perl-5.10.diff - remove, fixed upstream differently;
 - FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
 - FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
   * Update install files.
   * Call dpkg with --print-architecture rather than obsolete
 --print-installation-architecture.
   * Fix lintian override cmake-data: extra-license-file.
   * Remove obsolete README.Debian.
   * cmake-curses-gui should not provide cmake-gui.
Checksums-Sha1: 
 3b9aebaba5e37d967ca88a2a4c6e841883da 1333 cmake_2.8.0~rc3-1.dsc
 8fa5b52766d089f418fd172ef3b3c149f6a20278 3527301 cmake_2.8.0~rc3.orig.tar.gz
 76a91b207be2ad0d56be18f24e946d027216f474 15714 cmake_2.8.0~rc3-1.diff.gz
 409b36c76db4c6866a4d3c1fa4cd6a3d392f0f1b 1336020 cmake-data_2.8.0~rc3-1_all.deb
 8c5e9504e6e052da687fe81829726e8c3237fe92 4129832 cmake_2.8.0~rc3-1_amd64.deb
 4498eef49005b091547f269ff9fe1aa5bea476b2 1392072 
cmake-curses-gui_2.8.0~rc3-1_amd64.deb
 417326fe8428686eae56fcb2bea959f537bf0e7a 1682460 
cmake-qt-gui_2.8.0~rc3-1_amd64.deb
Checksums-Sha256: 
 c4c5da1a5d101e10639643561d1184d28ec2774919b27b47fc5405184797553f 1333 
cmake_2.8.0~rc3-1.dsc
 1b78786a4f6891c7431be064f7412f0cda46738d9e3ecba0283bd04d4f1d0685 3527301 
cmake_2.8.0~rc3.orig.tar.gz
 b902815b5cd53c9aa66108c902ec5b8ed395ec7149bfba0386120bfed157ff10 15714 
cmake_2.8.0~rc3-1.diff.gz
 469d4caf3257d9946876e3a7d0f0d5d7d721a9d37a291c6b2de802db3830a6a6 1336020 
cmake-data_2.8.0~rc3-1_all.deb
 675a65eb212b5efd2a24298c733864881e1ede9e7df6b9bbcc2b94e882e17cd7 4129832 
cmake_2.8.0~rc3-1_amd64.deb
 8dbe1593c7b694c63d565bdf7dce385e7d71e6aa8878de54025162b6fc3d058e 1392072 
cmake-curses-gui_2.8.0~rc3-1_amd64.deb
 d3c5236d3f066023c0bf7e37c41b59d8952bcae955a8e47d098725671a40ca5b 1682460 
cmake-qt-gui_2.8.0~rc3-1_amd64.deb
Files: 
 edd0716e4a37169c69d66d897b5b88ac 1333 devel optional cmake_2.8.0~rc3-1.dsc
 7cc121a0199affa0697e11fbeefd00c3 3527301 devel optional 
cmake_2.8.0~rc3.orig.tar.gz
 11a6caf31f37719aac5d8522bad166ee 15714 devel optional cmake_2.8.0~rc3-1.diff.gz
 e40b3cd3376ff726c8fca3ad797df9f1 1336020 devel optional 
cmake-data_2.8.0~rc3-1_all.deb
 f2026c76ef5716578c1a2173fa9598a1 4129832 devel optional 
cmake_2.8.0~rc3-1_amd64.deb
 896e7cf91e2a7bd545bd08844fdab17f 1392072 devel optional 
cmake-curses-gui_2.8.0~rc3-1_amd64.deb
 b219dbfcf48181f8a7e83930bf32fbc9 1682460 devel optional 
cmake-qt-gui_2.8.0~rc3-1_amd64.deb

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

iEYEARECAAYFAkrRzZ0ACgkQHO9JRnPq4hSrYwCdEu5+WIP2k2ALLilzS4/RmZ6J
fMQAoJ5gz1WwcfIFfB/YKR4t+erD9SqQ
=HGV9
-END PGP SIGNATURE-


Accepted:
cmake-curses-gui_2.8.0~rc3-1_amd64.deb
  to pool/main/c/cmake/cmake-curses-gui_2.8.0~rc3-1_amd64.deb
cmake-data_2.8.0~rc3-1_all.deb
  to pool/main/c/cmake/cmake-data_2.8.0~rc3-1_all.deb
cmake-qt-gui_2.8.0~rc3-1_amd64.deb
  to pool/main/c/cmake/cmake-qt-gui_2.8.0~rc3-1_amd64.deb
cmake_2.8.0~rc3-1.diff.gz
  to pool/main/c/cmake/cmake_2.8.0~rc3-1.diff.gz
cmake_2.8.0~rc3-1.dsc
  to pool/main/c/cmake/cmake_2.8.0~rc3-1.dsc
cmake_2.8.0~rc3-1_amd64.deb
  to pool/main/c/cmake/cmake_2.8.0~rc3-1_amd64.deb
cmake_2.8.0~rc3.orig.tar.gz
  to pool/main/c/cmake/cmake_2.8.0~rc3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted trac 0.11.5-5 (source all)

2009-10-11 Thread W. Martin Borgert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Oct 2009 12:00:50 +
Source: trac
Binary: trac
Architecture: source all
Version: 0.11.5-5
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: W. Martin Borgert deba...@debian.org
Description: 
 trac   - Enhanced wiki and issue tracking system for software development 
Closes: 505680 519670 550469
Changes: 
 trac (0.11.5-5) unstable; urgency=low
 .
   * Include SqliteToPg script in contrib (Closes: #505680).
   * Advice user to restart HTTPD after upgrade in README.Debian
 (Closes: #519670).
   * Add patch to support user filter for timeline (Closes: #550469).
Checksums-Sha1: 
 03a123ec3a4e925efa3465b6ab90685eb96472f9 1452 trac_0.11.5-5.dsc
 8cba9720c5c24e8c5d067a69ddace8ccb895b496 33487 trac_0.11.5-5.diff.gz
 c87112a8a3e9e538e559217479d0cfedcedf3c7c 607436 trac_0.11.5-5_all.deb
Checksums-Sha256: 
 cdfca098d0cc00b0d357ac98ce1b07b6b525bf063fe136c67be85ec236fa9029 1452 
trac_0.11.5-5.dsc
 ec844c5feff54b860d59144cb6437167c20edb4f51529848a3ebeee5e49d1140 33487 
trac_0.11.5-5.diff.gz
 91513891a93d390570dd19d0d7f6f11fb552f1bf1455fa6ebdc8fd2abf653df7 607436 
trac_0.11.5-5_all.deb
Files: 
 934c3597cee8a856ca2ac8d35005b95f 1452 web optional trac_0.11.5-5.dsc
 2461958ac8aad6d8861392535a2b689a 33487 web optional trac_0.11.5-5.diff.gz
 fc6ada6c6f0cb7cccf7e437d50f5e980 607436 web optional trac_0.11.5-5_all.deb

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

iEYEARECAAYFAkrRzWgACgkQ+xM0OFfj6IjQjACZAX7LJgnSnvarXqFmD74KqkhV
fJ0An3x7lbrqvL/UqqtkHzqu0fZ4G2L2
=9K5B
-END PGP SIGNATURE-


Accepted:
trac_0.11.5-5.diff.gz
  to pool/main/t/trac/trac_0.11.5-5.diff.gz
trac_0.11.5-5.dsc
  to pool/main/t/trac/trac_0.11.5-5.dsc
trac_0.11.5-5_all.deb
  to pool/main/t/trac/trac_0.11.5-5_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted xfce4-utils 4.6.1-2 (source amd64)

2009-10-11 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 14:33:20 +0200
Source: xfce4-utils
Binary: xfce4-utils
Architecture: source amd64
Version: 4.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-utils - Various tools for Xfce
Changes: 
 xfce4-utils (4.6.1-2) unstable; urgency=low
 .
   * debian/patches:
 - 02_use-Xsessions.options-for-ssh-agent-handling.patch refreshed to
   patch xinitrc.in.in.
   * debian/control:
 - update standards version to 3.8.3.
Checksums-Sha1: 
 38560114fedbfc3b34bf38df2d3aff1caf9d33ae 1408 xfce4-utils_4.6.1-2.dsc
 32c7eaf931d3eda13bdcd9bdc4a81e1de876d57d 9115 xfce4-utils_4.6.1-2.diff.gz
 aea07359366b3058d7fb91b7a6de2e743645b4a0 345690 xfce4-utils_4.6.1-2_amd64.deb
Checksums-Sha256: 
 0ceb8075f9b5ef44d144310ac7ce83a2befae6c41f11e5d961ac15080a9de31a 1408 
xfce4-utils_4.6.1-2.dsc
 6bc3d5dfef3a09e68e2a95761fe9327b46f7c59980834e0c9cd1c083531ceca5 9115 
xfce4-utils_4.6.1-2.diff.gz
 f0e8e57d7b68b3e392abf48d47c95aa1fc12165b2ad1bd73e7e9f3f41e73a71d 345690 
xfce4-utils_4.6.1-2_amd64.deb
Files: 
 052bcbf60efd8a2b5e2e98eb3bf1aaf0 1408 xfce optional xfce4-utils_4.6.1-2.dsc
 8ab0af21c9ae8216d463cab277d04f64 9115 xfce optional xfce4-utils_4.6.1-2.diff.gz
 a61e390b1a329bacc7c958f95f071181 345690 xfce optional 
xfce4-utils_4.6.1-2_amd64.deb

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

iEYEAREDAAYFAkrR0U4ACgkQTUTAIMXAW649kwCeI8wc4kcKBgjv8s50rAgIWJtu
jfwAnjlIQRGUPmtEZ6qg8BIKc+J0IAMc
=MG37
-END PGP SIGNATURE-


Accepted:
xfce4-utils_4.6.1-2.diff.gz
  to pool/main/x/xfce4-utils/xfce4-utils_4.6.1-2.diff.gz
xfce4-utils_4.6.1-2.dsc
  to pool/main/x/xfce4-utils/xfce4-utils_4.6.1-2.dsc
xfce4-utils_4.6.1-2_amd64.deb
  to pool/main/x/xfce4-utils/xfce4-utils_4.6.1-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted reportbug-ng 1.8 (source all)

2009-10-11 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 14:06:00 +0200
Source: reportbug-ng
Binary: reportbug-ng
Architecture: source all
Version: 1.8
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur vent...@debian.org
Changed-By: Bastian Venthur vent...@debian.org
Description: 
 reportbug-ng - An easy to use alternative to Debian's classic reportbug
Closes: 550568
Changes: 
 reportbug-ng (1.8) unstable; urgency=low
 .
   * Fix [reportbug-ng] 1.7 Does not download bug report text fixed various
 bugs related to python-debianbts  1.0 transition (Closes: #550568)
 - The html of a bug was not shown on click in the table
 - The summary was not shown on closing a bug
 - Additional information did not work because the bugnumber was empty
Checksums-Sha1: 
 f707186bab3c7925314cae42438b1ee1faf4eaf5 1505 reportbug-ng_1.8.dsc
 9706133b37da7473bf18772868cb4d3bde49780d 84329 reportbug-ng_1.8.tar.gz
 fc0316c03ae63818f92cb292abadb0b7324e49ec 81300 reportbug-ng_1.8_all.deb
Checksums-Sha256: 
 b84b571ae35428c2498305a014069e1ab45fb8788f78d1d89c1af173e1061b07 1505 
reportbug-ng_1.8.dsc
 226146068060d6e390c72cb6806c79d50f977b34ad354838d4d80c2c58c9646a 84329 
reportbug-ng_1.8.tar.gz
 2a5ad63cf813ade5f812d6601ffd276473225b0d920ac43950dd7d97a451cd43 81300 
reportbug-ng_1.8_all.deb
Files: 
 3248a89562f248686ce8cb450d1b63b6 1505 utils optional reportbug-ng_1.8.dsc
 185e64920ea790c03c17135abd65fc8d 84329 utils optional reportbug-ng_1.8.tar.gz
 2faa409a840cc7ce82d81fe12cc741c8 81300 utils optional reportbug-ng_1.8_all.deb

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

iQIcBAEBAgAGBQJK0c9NAAoJEI6IlUTZhQANKzwQAIK+j+7gLdldh4Lyk1nDU3Fv
bvYx8ReVSt87MrSEZhVSuLLbsIlqZoj2DCvr+10GzCTBe5+wmTB4NCnc2CZRxczx
eZThszXR0nwAaCiyqMOlVIcJr4jkWmt+dxTD+vSNz1v/oqAUa9buZEsCt6mfekiw
fBPC20HlLW9PhITuSA0zdXag5X61CYtv0kQjGTiD46F12/tX2DlHe8rBNOoWn6Ul
iOyndsz7AscuXl5ee261kwcaPhHBw44+ACIQCd61agfVad3PWuhaoWgsmHJxPNDC
Gzh3pr9+z6KqWGKol7lWevc867e5pt5gbGSpaO0Q1RJgEdKdgYYdo4yMAp3In6UB
Xu4l3N6bk41kGRJrbcKlJYVi5E+Tbd+uSYVGdkd0Kf+DpJz7l4xyK3o9WgkjMfYX
4eXp4HRw/WhjFp2cEYhDa7DJciUDepr8t8srA3jyHnfczeczuQYyDlTm4lDn9u5k
nYD9h6NHbZggoj7Q1R4vTyq1yu9RQOyo+zffJCmHXf+YitnImzWEOYkaajmXK3eH
KmkcCA9RCV5XpWDYddF5quxvxuzrZ/5lYDIm7PU86l2OR0aCVho+C+l5kBMtxduQ
1ZE2YsVEw3T1ed2OJlwOstYu74fWS7pCSqjv8uOHwWcfn6JGnlHLw3ifuUTj+tB2
2uO7uYz4O0J/ML+N4Evu
=kITc
-END PGP SIGNATURE-


Accepted:
reportbug-ng_1.8.dsc
  to pool/main/r/reportbug-ng/reportbug-ng_1.8.dsc
reportbug-ng_1.8.tar.gz
  to pool/main/r/reportbug-ng/reportbug-ng_1.8.tar.gz
reportbug-ng_1.8_all.deb
  to pool/main/r/reportbug-ng/reportbug-ng_1.8_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted xfce4-settings 4.6.3-2 (source amd64)

2009-10-11 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 14:19:44 +0200
Source: xfce4-settings
Binary: xfce4-settings
Architecture: source amd64
Version: 4.6.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-settings - graphical application for managing Xfce settings
Changes: 
 xfce4-settings (4.6.3-2) unstable; urgency=low
 .
   * debian/patches:
 - 01_xi2-support added, add support for Xi2 extension for mouse settings.
   * debian/control:
 - add build-dep on quilt.
   * debian/rules:
 - add --with quilt argument to dh.
Checksums-Sha1: 
 467fe1921f89492dd1da0fab25184f916cf38ff6 1507 xfce4-settings_4.6.3-2.dsc
 7ad8dbb7faeaa6c8016495d9e26feaf3c1cc97c0 5195 xfce4-settings_4.6.3-2.diff.gz
 45f0b73e080443beac8ba1dd8ce8c4abe157d4d6 301262 
xfce4-settings_4.6.3-2_amd64.deb
Checksums-Sha256: 
 a68a4e072014e8b7b5ea5e80192c6409828280ddf2f59a7df9f12b954c6ba1c3 1507 
xfce4-settings_4.6.3-2.dsc
 4e9e464542dcea4b4eff5bc4d701b475873c6f3e28300e1a683a177550104bcf 5195 
xfce4-settings_4.6.3-2.diff.gz
 ee168922946311b218ce523295f1feae22f6c93ef7a12958ca21d0766fa2db3a 301262 
xfce4-settings_4.6.3-2_amd64.deb
Files: 
 ec0397a533d6448e66753879f19d4df7 1507 xfce optional xfce4-settings_4.6.3-2.dsc
 b40e72bb43acc50ddb76616890b939a2 5195 xfce optional 
xfce4-settings_4.6.3-2.diff.gz
 1b04e76ab0e688a4d9d1f5924e53 301262 xfce optional 
xfce4-settings_4.6.3-2_amd64.deb

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

iEYEAREDAAYFAkrRzkoACgkQTUTAIMXAW65RwgCdGyuyn/LJvDvmTcGIDLRSNtkY
NTIAn2pfZek4CRrRgqzYJwOiqKFbNvnC
=9Dh+
-END PGP SIGNATURE-


Accepted:
xfce4-settings_4.6.3-2.diff.gz
  to pool/main/x/xfce4-settings/xfce4-settings_4.6.3-2.diff.gz
xfce4-settings_4.6.3-2.dsc
  to pool/main/x/xfce4-settings/xfce4-settings_4.6.3-2.dsc
xfce4-settings_4.6.3-2_amd64.deb
  to pool/main/x/xfce4-settings/xfce4-settings_4.6.3-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted dphys-config 20090926-1 (source all)

2009-10-11 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 15:23:32 +0200
Source: dphys-config
Binary: dphys-config
Architecture: source all
Version: 20090926-1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert a...@deuxchevaux.org
Changed-By: Axel Beckert a...@deuxchevaux.org
Description: 
 dphys-config - Tool to distribute config files
Closes: 510910 530072
Changes: 
 dphys-config (20090926-1) unstable; urgency=low
 .
   * New upstream release
 - Now works with every web server (e.g. also ACME micro_httpd)
 - Now handles blanks and backslashes correctly while preprocessing
   and reading its own configuration file. (Closes: #510910)
 - Supports file:/// URLs for configuration file locations
 - Supports configurable temporary directory (defaults to /var/tmp)
 - Supports mktemp by default if available (also obsoletes mktemp fix
   from last NMU)
 - New option -c to override hostname in chrooted environments
 - Removed bashism fixes from last NMU since they have been intergrated
   by upstream even though Debian doesn't require them anymore since
   policy 3.8.1.
 - Some more bashisms fixed in example scripts plus some bashisms in
   dphys-config which checkbashism didn't find. (Closes: #530072)
 - Upstream updated man page to fix a bunch of lintian warnings.
 - Now throws error if ran unconfigured - init.d script now also
   checks the existence of the mandatory CONF_BASEURL setting
   * New maintainer
   * Updated e-mail addresses and URLs of upstream website in
 debian/control and debian/copyright
   * Added Vcs-* headers.
   * Bumped Standards-Version to 3.8.3
 - Changed all (C) to © in debian/copyright.
   * Changed dh_clean -k to dh_prep in debian/rules.
 - Bumped debhelper compatibility to 7.
   * Install upstream dphys-config.example as default /etc/dphys-config
 conffile.
   * Added a watch file.
   * Fixed lintian warnings:
 - debian-rules-ignores-make-clean-error
 - using-first-person-in-description
   * Define $(DESTDIR) in debian/rules for better readability
   * Changed behaviour of init.d script and cronjob:
 - init.d: Don't start automatically inside a chrooted
   environment. chrooted() test taken from udev.postinst.
 - init.d, cron.d: Don't start automatically if no config file has been
   created by the admin (prevents startup error messages if only
   installed for personal use of users).
   * Downgraded Recommends on pciutils to a Suggests.
   * Removed Recommends on tcc. (An example script often needed on Sarge
 needed tcc.)
   * init.d script and cronjob now do nothing if dphys-config has been
 removed but not purged. (Thanks to Myon for that hint!)
Checksums-Sha1: 
 ccaecfd130f3c0d0724380b2268f79aa9df1b881 1182 dphys-config_20090926-1.dsc
 24912f1d388c905d8a2bbe93977a2d051fd1 44996 
dphys-config_20090926.orig.tar.gz
 c3ca227d4845eaf3c88b2a7e5b9b68e292f4e3f5 6023 dphys-config_20090926-1.diff.gz
 489b9aac11d2ae603c5134d6921c75420f50a709 44542 dphys-config_20090926-1_all.deb
Checksums-Sha256: 
 ac23e2a0934d6685b9c6950ca07a8ae25b6145b16090ae3eb994ffcd70981b04 1182 
dphys-config_20090926-1.dsc
 587ef8ccf781436c3c8b6fbf564e1099956d137e2085b8b231ee856dcf9b2f65 44996 
dphys-config_20090926.orig.tar.gz
 5d1ff4981e4f2e48fc8682a17fa14960e18d256525bd7f85adcccd3786d1f9ed 6023 
dphys-config_20090926-1.diff.gz
 71efc5d0478f20afc5ead177ab8f83e8380b712324dee083bcbfd767b0d018f1 44542 
dphys-config_20090926-1_all.deb
Files: 
 32a9b641953e1fc9975b9ddc5fcddc68 1182 admin optional 
dphys-config_20090926-1.dsc
 dffd796198fb6defd3dd26e89c0e1eb4 44996 admin optional 
dphys-config_20090926.orig.tar.gz
 59b63f9c62de50f366b224bef33046b9 6023 admin optional 
dphys-config_20090926-1.diff.gz
 f8c2f4d2e712d162b84c9efc6aa11728 44542 admin optional 
dphys-config_20090926-1_all.deb

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

iEYEARECAAYFAkrR3pEACgkQxa93SlhRC1qfWgCdFdAy+7cl+tEykbiaYCApqYIp
eV0AoOQFRJehxlwfDxB9w4DaNvh6tJ8C
=E02i
-END PGP SIGNATURE-


Accepted:
dphys-config_20090926-1.diff.gz
  to pool/main/d/dphys-config/dphys-config_20090926-1.diff.gz
dphys-config_20090926-1.dsc
  to pool/main/d/dphys-config/dphys-config_20090926-1.dsc
dphys-config_20090926-1_all.deb
  to pool/main/d/dphys-config/dphys-config_20090926-1_all.deb
dphys-config_20090926.orig.tar.gz
  to pool/main/d/dphys-config/dphys-config_20090926.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted notify-osd 0.9.23-2 (source amd64)

2009-10-11 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 15:46:22 +0200
Source: notify-osd
Binary: notify-osd
Architecture: source amd64
Version: 0.9.23-2
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode j...@debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 notify-osd - daemon that displays passive pop-up notifications
Closes: 550591 550592
Changes: 
 notify-osd (0.9.23-2) unstable; urgency=low
 .
   * src/defaults.c: Use dynamic slot allocation (Closes: #550592)
   * debian/changelog.upstream: Include upstream bzr log (Closes: #550591).
 - Created by debian/rules pre-build, which is run by bzr builddeb.
Checksums-Sha1: 
 4ca6a7af6d8362d65e1aeefdb4996d9ffb6924c8 1332 notify-osd_0.9.23-2.dsc
 c3cfa13075e97ddacdeaa481835c9cecdba1f949 30958 notify-osd_0.9.23-2.diff.gz
 a8fe636105192228f4ec338b90e1c75a222c2df2 195876 notify-osd_0.9.23-2_amd64.deb
Checksums-Sha256: 
 36f14e906bcf9dfe2dcf0a97c3c3520e8637f36d518071b1f996ab9ddb1f1eb5 1332 
notify-osd_0.9.23-2.dsc
 3ae0234cf679939711af8e4f1406c31b114ec08ecd11210f1b89fc99cdd693b4 30958 
notify-osd_0.9.23-2.diff.gz
 d54841cd76f3a46aac0b249b993d6d9d8ba4c9a416d4015fb18e05d3f45c3ea2 195876 
notify-osd_0.9.23-2_amd64.deb
Files: 
 a3d059de0d7a37dca0d17cc0977eca8b 1332 x11 optional notify-osd_0.9.23-2.dsc
 297012fcaf543b784283fef7ab898e3d 30958 x11 optional notify-osd_0.9.23-2.diff.gz
 4abe4efc4bb3f100daf62b2da63f691a 195876 x11 optional 
notify-osd_0.9.23-2_amd64.deb

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

iEYEAREDAAYFAkrR40cACgkQrCpf/gCCPsKdHgCfWGRciGcGDFe5uStbY0B9VQL4
CscAmwfxQyCVujOn7FXXb4xgP2pw79Ey
=K9kA
-END PGP SIGNATURE-


Accepted:
notify-osd_0.9.23-2.diff.gz
  to pool/main/n/notify-osd/notify-osd_0.9.23-2.diff.gz
notify-osd_0.9.23-2.dsc
  to pool/main/n/notify-osd/notify-osd_0.9.23-2.dsc
notify-osd_0.9.23-2_amd64.deb
  to pool/main/n/notify-osd/notify-osd_0.9.23-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted bombardier 0.8.3 (source i386)

2009-10-11 Thread RISKO Gergely
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 15:20:20 +0300
Source: bombardier
Binary: bombardier
Architecture: source i386
Version: 0.8.3
Distribution: unstable
Urgency: low
Maintainer: RISKO Gergely ri...@debian.org
Changed-By: RISKO Gergely ri...@debian.org
Description: 
 bombardier - The GNU Bombing utility
Closes: 461821
Changes: 
 bombardier (0.8.3) unstable; urgency=low
 .
   * Updated to standards-version 3.8.3.0.
   * Added gameplay to the description field in debian/control.
   * Removed obsolete conflict with suidmanager.
   * Added Vcs-{Browser,Git} to debian/control.
   * Removed obsolete debian/postinst.
   * Updated to use debhelper 7.
   * Removed the silly texts.en and txttotextsh.pl.
   * Updated copyright statements.
   * Do not compile with -Werror, it makes future compilations risky.
   * Updated README and the manpage.
   * Removed README.Debian.
   * Updated copyright to include the git pointer to collab-maint.
   * Include sys/stat.h, needed by fchmod constants (closes: #461821).
   * Fixed premissions of /var/games/bombardier/bdscore.
   * Handle creation/purge of default high score file from postinst/postrm.
   * Changed license to GPLv3.
Checksums-Sha1: 
 a94f595f01088786a39a4d7933309b5c8f38f809 860 bombardier_0.8.3.dsc
 662affaaf3c0a69dae9dfc2e9f23227a3b06492a 25961 bombardier_0.8.3.tar.gz
 d50a4cf03cd7158d3baef7d69cdb1d9fb0fc6ded 15636 bombardier_0.8.3_i386.deb
Checksums-Sha256: 
 8a701a32362eb482a1c547f9422bedf659340fe0580ca6944fecf62bbd42ddf4 860 
bombardier_0.8.3.dsc
 05c0b9dfa0137ce9b8923dd81a4aa987a8a8055e94cca4cd4558f666e66845fd 25961 
bombardier_0.8.3.tar.gz
 be7eada3995a02adcfba7e8d3b61e05a685360a5b25fd0a3149272f6ed4ab078 15636 
bombardier_0.8.3_i386.deb
Files: 
 97cdb96b2c1ce9d35f81e5f7a4542306 860 games optional bombardier_0.8.3.dsc
 2b25ad14c92d8bb966b19224a51e43d4 25961 games optional bombardier_0.8.3.tar.gz
 6bb7a34e40162f0299fb1576c5f09fc2 15636 games optional bombardier_0.8.3_i386.deb

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

iEYEARECAAYFAkrR4VMACgkQO0PrGO4KNcdb6QCfcoDA1u9hGq3puHC5sat8FtlT
Yi8Ani9RWznSo2goTxw6KFGUc66iI6jE
=9kMp
-END PGP SIGNATURE-


Accepted:
bombardier_0.8.3.dsc
  to pool/main/b/bombardier/bombardier_0.8.3.dsc
bombardier_0.8.3.tar.gz
  to pool/main/b/bombardier/bombardier_0.8.3.tar.gz
bombardier_0.8.3_i386.deb
  to pool/main/b/bombardier/bombardier_0.8.3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted cipux-task 3.4.0.6-1 (source all)

2009-10-11 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 15:50:17 +0200
Source: cipux-task
Binary: libcipux-task-perl cipux-task-tools
Architecture: source all
Version: 3.4.0.6-1
Distribution: unstable
Urgency: low
Maintainer: CipUX team cipux-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 cipux-task-tools - commandline task interface for CipUX
 libcipux-task-perl - task library for CipUX
Changes: 
 cipux-task (3.4.0.6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 7e054ec133e3a4ab974d054dfec1999539a601d9 1915 cipux-task_3.4.0.6-1.dsc
 2c04c35133e0e943591096748b407c673be0a33d 25089 cipux-task_3.4.0.6.orig.tar.gz
 a56649c7f4c62b58220e105bf957437eff0258be 11044 cipux-task_3.4.0.6-1.diff.gz
 0a704383c2c3faa19ff33a06135a115814e70ea4 26848 
libcipux-task-perl_3.4.0.6-1_all.deb
 357041ade83f6bf81489dafe67d2f274be248a13 15556 
cipux-task-tools_3.4.0.6-1_all.deb
Checksums-Sha256: 
 b5b08ec924bd376e53a63cbd48442ffd4bb729a6f5d96bdaed085df4bfdde2ea 1915 
cipux-task_3.4.0.6-1.dsc
 62a8b9f57919c3c3e5f13c2b18ebc9e99e98f3a760cee57ca726d5437e710fe5 25089 
cipux-task_3.4.0.6.orig.tar.gz
 663670f8f606e599a657343215013014445a18be8022aae383083644a33c4d3c 11044 
cipux-task_3.4.0.6-1.diff.gz
 9a139e50d1d37f453120894116b792e37aeafedfb1959442cfe3c1ff9fb50b4a 26848 
libcipux-task-perl_3.4.0.6-1_all.deb
 3eba7e05b3359f7e22f4a35be140e10eab5fe65e7e9059b808d7fbe08b29df04 15556 
cipux-task-tools_3.4.0.6-1_all.deb
Files: 
 445fc6be26fe3c5928735f945e47ec07 1915 perl optional cipux-task_3.4.0.6-1.dsc
 6969a9621277eaa5a2bca9882a6a8fa8 25089 perl optional 
cipux-task_3.4.0.6.orig.tar.gz
 c59d27b9ffb2521af53610190ac99681 11044 perl optional 
cipux-task_3.4.0.6-1.diff.gz
 52e2ffa75dfbe88d34f451f04dec7d95 26848 perl optional 
libcipux-task-perl_3.4.0.6-1_all.deb
 0d60237ffc49f29a5c5df60b0cbe4981 15556 perl optional 
cipux-task-tools_3.4.0.6-1_all.deb

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

iEYEAREDAAYFAkrR46kACgkQn7DbMsAkQLjmrACfQ0yzlRyo3IDnWxSAz9RjqFJr
+7oAnAhSlVeTjFiUhkpYve6W+T87kiWP
=QtSp
-END PGP SIGNATURE-


Accepted:
cipux-task-tools_3.4.0.6-1_all.deb
  to pool/main/c/cipux-task/cipux-task-tools_3.4.0.6-1_all.deb
cipux-task_3.4.0.6-1.diff.gz
  to pool/main/c/cipux-task/cipux-task_3.4.0.6-1.diff.gz
cipux-task_3.4.0.6-1.dsc
  to pool/main/c/cipux-task/cipux-task_3.4.0.6-1.dsc
cipux-task_3.4.0.6.orig.tar.gz
  to pool/main/c/cipux-task/cipux-task_3.4.0.6.orig.tar.gz
libcipux-task-perl_3.4.0.6-1_all.deb
  to pool/main/c/cipux-task/libcipux-task-perl_3.4.0.6-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gmchess 0.20.3-1 (source amd64)

2009-10-11 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 9 Oct 2009 22:05:33 +0800
Source: gmchess
Binary: gmchess eleeye convert-pgn libeval0 libeval0-dev
Architecture: source amd64
Version: 0.20.3-1
Distribution: unstable
Urgency: low
Maintainer: Aron Xu happyaron...@gmail.com
Changed-By: Aron Xu happyaron...@gmail.com
Description: 
 convert-pgn - chess book format converter
 eleeye - Chinese chess (Xiangqi) engine
 gmchess- Chinese chess game (Xiangqi)
 libeval0   - support library for eleeye
 libeval0-dev - support library for eleeye - development file
Closes: 544757
Changes: 
 gmchess (0.20.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Split gmchess into separate packages.
   * Solve cross platform issue (closes: bug#544757).
Checksums-Sha1: 
 607e00e1e3aebd92fca97a0c6ebc6c925899229e 1161 gmchess_0.20.3-1.dsc
 930bdca36c4e09218b05d4414016ddbf09d30b81 719790 gmchess_0.20.3.orig.tar.gz
 56326941e04740d98e942dd6a977cf25969e0e71 3891 gmchess_0.20.3-1.diff.gz
 98c58f569f55ec8c658d6b7999c02ae52d345d7e 336776 gmchess_0.20.3-1_amd64.deb
 cecfdd11709e8b883df619cff0a98f32165ebe0b 36680 eleeye_0.20.3-1_amd64.deb
 37e0269b2e9c4f5c972235b587bd776ba081244b 37368 convert-pgn_0.20.3-1_amd64.deb
 6ea5da946c5a5f8a9962caf691d227c8ecaac643 28620 libeval0_0.20.3-1_amd64.deb
 26a2673001a9ad2bc89159f4fb69fe1527348c39 30958 libeval0-dev_0.20.3-1_amd64.deb
Checksums-Sha256: 
 f34a055055b85bab47cfd8a1dadccb80ba923940d04dcfc7b13c2bee3ee5bf7d 1161 
gmchess_0.20.3-1.dsc
 be8b20dbb502d55aaa374a6960e2abd0efd76bcfa77a98f652a76d8b2fe5cf00 719790 
gmchess_0.20.3.orig.tar.gz
 81e3e55efc0ee40f7cecd46fe4175e9e2cb4118c64e1c35fc5432b1cb7d1a3c8 3891 
gmchess_0.20.3-1.diff.gz
 bb9b44dc93a3e71de3f98521996fa8e1cf4ecc0ce9b27db7dffc55e50ca858a0 336776 
gmchess_0.20.3-1_amd64.deb
 3decd472a52818e5d70128277a3b56c8cf875cc05ba87939068668755645a647 36680 
eleeye_0.20.3-1_amd64.deb
 3515d6af2eb46e26a3f57883a9e4a18e003e32e20977f084c203298f15481ca8 37368 
convert-pgn_0.20.3-1_amd64.deb
 07dcfdec50b4510f0283901571a37ff5cc1aef4ca02b04250c690106e4dbd7e2 28620 
libeval0_0.20.3-1_amd64.deb
 391b660dbfd2871543ae644591348ba5863a151e36103fd7d9882a9584868ec9 30958 
libeval0-dev_0.20.3-1_amd64.deb
Files: 
 a8a16767ec1984ad9a3e7bde87ad8e99 1161 games optional gmchess_0.20.3-1.dsc
 5810754ce897d0b25693d0ad3ed7a7cd 719790 games optional 
gmchess_0.20.3.orig.tar.gz
 e52b04d0a40244653e641973e89b4757 3891 games optional gmchess_0.20.3-1.diff.gz
 56f3bccd0f6cbbb16468a93c12eb580d 336776 games optional 
gmchess_0.20.3-1_amd64.deb
 d024cabd7e1f91c3361c3b6dd2340244 36680 games optional eleeye_0.20.3-1_amd64.deb
 9c06c30471ee716e81ca80f3a3256f2b 37368 games optional 
convert-pgn_0.20.3-1_amd64.deb
 43e5c6eef8b499fd966e3de2f7cac776 28620 libs optional 
libeval0_0.20.3-1_amd64.deb
 9b174a7623cbb7d0c48a19e45bb2d994 30958 libdevel optional 
libeval0-dev_0.20.3-1_amd64.deb

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

iEYEARECAAYFAkrPS5sACgkQ5TUK4GCH0vjfogCfXkDf/GNf40dKZgGARnTDCe6u
PjcAnjpwscdDHUFj/ouMyV9r35GdDHHS
=hm9u
-END PGP SIGNATURE-


Accepted:
convert-pgn_0.20.3-1_amd64.deb
  to pool/main/g/gmchess/convert-pgn_0.20.3-1_amd64.deb
eleeye_0.20.3-1_amd64.deb
  to pool/main/g/gmchess/eleeye_0.20.3-1_amd64.deb
gmchess_0.20.3-1.diff.gz
  to pool/main/g/gmchess/gmchess_0.20.3-1.diff.gz
gmchess_0.20.3-1.dsc
  to pool/main/g/gmchess/gmchess_0.20.3-1.dsc
gmchess_0.20.3-1_amd64.deb
  to pool/main/g/gmchess/gmchess_0.20.3-1_amd64.deb
gmchess_0.20.3.orig.tar.gz
  to pool/main/g/gmchess/gmchess_0.20.3.orig.tar.gz
libeval0-dev_0.20.3-1_amd64.deb
  to pool/main/g/gmchess/libeval0-dev_0.20.3-1_amd64.deb
libeval0_0.20.3-1_amd64.deb
  to pool/main/g/gmchess/libeval0_0.20.3-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted liboggz 1.1.0-1 (source i386)

2009-10-11 Thread John Francesco Ferlito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 09 Oct 2009 11:35:41 +1100
Source: liboggz
Binary: liboggz2 liboggz2-dev oggz-tools liboggz2-dbg
Architecture: source i386
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xiph.org Maintainers pkg-xiph-ma...@lists.alioth.debian.org
Changed-By: John Francesco Ferlito jo...@inodes.org
Description: 
 liboggz2   - convenience interface for Ogg stream I/O
 liboggz2-dbg - convenience interface for Ogg stream I/O debugging symbols
 liboggz2-dev - convenience interface for Ogg stream I/O (development files)
 oggz-tools - utilities for mangling Ogg streams
Changes: 
 liboggz (1.1.0-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/rules
 + Add make check back in
   * debian/control
 + Rename to liboggz2 due to SONAME change
   * Rename bits under debian/ to liboggz2
   * Create debian/liboggz2.symbols
Checksums-Sha1: 
 9e31fbf7ec40749f704036e2c3accfc69ac79cbb 1196 liboggz_1.1.0-1.dsc
 fd579bb8c683ec34774f47a0945277fd0d0db531 666006 liboggz_1.1.0.orig.tar.gz
 99896f867576eee96fc415c703b3445e3a26eed9 5968 liboggz_1.1.0-1.diff.gz
 95232e30c28274d948e0fcf5c8ad7ba68e76e071 38368 liboggz2_1.1.0-1_i386.deb
 0e377b73de5d3a5b9791070a7008a3c364c286a8 63092 liboggz2-dev_1.1.0-1_i386.deb
 04c065d1d290e970b081ec2992a13f3242d82bbc 87710 oggz-tools_1.1.0-1_i386.deb
 04bb6ad24c063e81a687fff247a70d8ffc922f2d 12932 liboggz2-dbg_1.1.0-1_i386.deb
Checksums-Sha256: 
 78ba8a6d7311767209583076f72bdf0bb4ab41b2e0f30a48b79006764f3721fb 1196 
liboggz_1.1.0-1.dsc
 8505662fc935db6f8218071bdc4a8049b78dd10817ff8511f297624b33ae39f0 666006 
liboggz_1.1.0.orig.tar.gz
 01e4cb6b52bead6547b544de23d72513ead3cc92ca7995eab0c90ecfe8799cee 5968 
liboggz_1.1.0-1.diff.gz
 05317f7963d09072268a5828e980340f19e4b612590957ab12ce2baa9ecf3389 38368 
liboggz2_1.1.0-1_i386.deb
 a2907389f73887067c1957da8c2ee8b0d30382fd7202de083a445ff6114b0bfe 63092 
liboggz2-dev_1.1.0-1_i386.deb
 b0ae861dcbd6833a22368d8397a46131ad373615b1d889cff660838fe5944acb 87710 
oggz-tools_1.1.0-1_i386.deb
 96d5c24d37951cc67185a6b1ed628a3a5cec1c25b86ec5cd5f2a2cd8ca51647d 12932 
liboggz2-dbg_1.1.0-1_i386.deb
Files: 
 4a82c713bc5461d412e363a89cd2f36a 1196 net optional liboggz_1.1.0-1.dsc
 f97f1d57820a9fc1d080409cf203b38a 666006 net optional liboggz_1.1.0.orig.tar.gz
 5217d50683a8c91d64322e2c1757f44e 5968 net optional liboggz_1.1.0-1.diff.gz
 fae18f1f61a0c42b04ac87193d223b74 38368 libs optional liboggz2_1.1.0-1_i386.deb
 55499930c86e47f2c46e607ce2bafe1e 63092 libdevel optional 
liboggz2-dev_1.1.0-1_i386.deb
 d815c9ff671a9356b53a8ba52c180e84 87710 utils optional 
oggz-tools_1.1.0-1_i386.deb
 3531a09e1c48b58b9f239077a0ee88ca 12932 debug extra 
liboggz2-dbg_1.1.0-1_i386.deb

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

iEYEARECAAYFAkrPNU0ACgkQYcdJscd4KNQkPgCdFo/SpT0+c0GMFhif24aqEpZ3
nwQAn1hwIOerjagKQ5pSj2HcTcfaVWKw
=V41i
-END PGP SIGNATURE-


Accepted:
liboggz2-dbg_1.1.0-1_i386.deb
  to pool/main/libo/liboggz/liboggz2-dbg_1.1.0-1_i386.deb
liboggz2-dev_1.1.0-1_i386.deb
  to pool/main/libo/liboggz/liboggz2-dev_1.1.0-1_i386.deb
liboggz2_1.1.0-1_i386.deb
  to pool/main/libo/liboggz/liboggz2_1.1.0-1_i386.deb
liboggz_1.1.0-1.diff.gz
  to pool/main/libo/liboggz/liboggz_1.1.0-1.diff.gz
liboggz_1.1.0-1.dsc
  to pool/main/libo/liboggz/liboggz_1.1.0-1.dsc
liboggz_1.1.0.orig.tar.gz
  to pool/main/libo/liboggz/liboggz_1.1.0.orig.tar.gz
oggz-tools_1.1.0-1_i386.deb
  to pool/main/libo/liboggz/oggz-tools_1.1.0-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted longomatch 0.15.3-1 (source amd64)

2009-10-11 Thread Stefan Ebner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Oct 2009 21:21:19 +0200
Source: longomatch
Binary: longomatch
Architecture: source amd64
Version: 0.15.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team 
pkg-cli-apps-t...@lists.alioth.debian.org
Changed-By: Stefan Ebner seb...@ubuntu.com
Description: 
 longomatch - video analysis tool for coaches
Closes: 536800
Changes: 
 longomatch (0.15.3-1) unstable; urgency=low
 .
   * Initial Release (Closes: #536800)
 (Thanks to Andoni Morales Alastruey for his help)
Checksums-Sha1: 
 1aa8f82835454f4f39ff5dab0e15fc0f1c55b285 1750 longomatch_0.15.3-1.dsc
 2e3f8de917383792e3e32916d096264052aa8ec0 607722 longomatch_0.15.3.orig.tar.gz
 ad83f003cf82ba00696fe02a66e1c3128c07a024 4382 longomatch_0.15.3-1.diff.gz
 f121042cefecc6ebc49e01ee7808faaf0c949bb9 318766 longomatch_0.15.3-1_amd64.deb
Checksums-Sha256: 
 f83881aef3f87e9d032d3217d6f1775838f5e5894a49e97b736e04ad81ad6783 1750 
longomatch_0.15.3-1.dsc
 2e1533cf49764f8a2c9bf189579aabd1f2efb9e51a35515d17f80b79af4d5454 607722 
longomatch_0.15.3.orig.tar.gz
 213814db5bde0835752424172e36b3a3de7bc0364001c3c5d0af27e566dad1e2 4382 
longomatch_0.15.3-1.diff.gz
 df50f3748c7f4370b1ce4ac18e89ae1adeb31830ebd11ea49e48afb8b768b1e7 318766 
longomatch_0.15.3-1_amd64.deb
Files: 
 00762850187461476e6eace649a6e690 1750 graphics optional longomatch_0.15.3-1.dsc
 7c9a98f65b9191fedecc355d235a7cf0 607722 graphics optional 
longomatch_0.15.3.orig.tar.gz
 52d2123a8fd4d1b2bf4126d154ab0d22 4382 graphics optional 
longomatch_0.15.3-1.diff.gz
 f423a7b0065caf8abbe3170409589f95 318766 graphics optional 
longomatch_0.15.3-1_amd64.deb

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

iQEcBAEBCAAGBQJK0RsbAAoJEMkPnLkOH60M5hkIAKOKEwUjeXghUnDA4fHZnhjj
p+3ITjxga69c5JwdzrvIzKaGL+pb8F15cye3YmFwEl9kxH3aeNCAieR+xEtJMKYY
JX9jGUncBOJlNTlDJIe7Pmgwre7c79U2IQt6guwklbLi5iwof9d5KR2J8kwrN5px
RsvIMS2ywWDWbT4smxkNH0qj6W/hBebTiil7qEYT609VnJ2QmsRlv0GzP+4G6o74
SVFEB91vl3Wyza3uFzneKJn++RC4U14WLVQ/pixkL+gCjiaXbwNlzIs75M++rDEF
0CkArddMMdJfmGxuOMTOdGOK+PdxQFOi3eGzNBnOVY7M3SiIywaSbrvT9Rf9Aow=
=UBci
-END PGP SIGNATURE-


Accepted:
longomatch_0.15.3-1.diff.gz
  to pool/main/l/longomatch/longomatch_0.15.3-1.diff.gz
longomatch_0.15.3-1.dsc
  to pool/main/l/longomatch/longomatch_0.15.3-1.dsc
longomatch_0.15.3-1_amd64.deb
  to pool/main/l/longomatch/longomatch_0.15.3-1_amd64.deb
longomatch_0.15.3.orig.tar.gz
  to pool/main/l/longomatch/longomatch_0.15.3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wv2 0.4.1.dfsg-1 (source amd64)

2009-10-11 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Oct 2009 18:10:30 +0200
Source: wv2
Binary: libwv2-4 libwv2-dev
Architecture: source amd64
Version: 0.4.1.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Ana Beatriz Guerrero Lopez a...@debian.org
Description: 
 libwv2-4   - a library for accessing Microsoft Word documents
 libwv2-dev - development files for Microsoft Word access library
Closes: 548708
Changes: 
 wv2 (0.4.1.dfsg-1) unstable; urgency=low
 .
   * New upstream release. Another release, another bump soname.
   * Update from upstream to build with GCC 4.4. (Closes: #548708)
   * Bump soname fom libwv2-3 to libwv2-4, make changes accordingly.
Checksums-Sha1: 
 e3fb9860ac63fa4d6c75813b419b8f584c262a6a 1205 wv2_0.4.1.dfsg-1.dsc
 5e31492d7121f841d4c9096a4827362cf6bee487 498300 wv2_0.4.1.dfsg.orig.tar.gz
 ba1a196b357d8043c0ad6cd836f98aacac366d17 4584 wv2_0.4.1.dfsg-1.diff.gz
 f3fa3af6c18bda1cb010f922fd5c275226af3186 307848 libwv2-4_0.4.1.dfsg-1_amd64.deb
 bd4e0d891804303627181acaf4a661342cf6ff87 101614 
libwv2-dev_0.4.1.dfsg-1_amd64.deb
Checksums-Sha256: 
 026cfc0aebb1dc880c1185386a19f474408a036d86b8a6ba9343eaf56601e983 1205 
wv2_0.4.1.dfsg-1.dsc
 95bee3ab946132b3d5593071f9c19a1d47e10ae9d6fe38102de10976ebc1a7be 498300 
wv2_0.4.1.dfsg.orig.tar.gz
 8bdf7992a54dabbd68cecdabd5b1226271c2f032320137df73bad8575dd71204 4584 
wv2_0.4.1.dfsg-1.diff.gz
 b28fcf2f72cae94ef39b2ce90ae10b52404e0d209b1cce1c93b1a2998062b08d 307848 
libwv2-4_0.4.1.dfsg-1_amd64.deb
 e1de9639196c9e60104ae81f0891b7a620a9fa283f46a10f01dc15ccd55c2040 101614 
libwv2-dev_0.4.1.dfsg-1_amd64.deb
Files: 
 e2420849bf5a3ce6f9b2c4f33bfc6f66 1205 libs optional wv2_0.4.1.dfsg-1.dsc
 48ba98128838530c86aac80f29a5add9 498300 libs optional 
wv2_0.4.1.dfsg.orig.tar.gz
 6dc04c000b8e85333e5f4e1dcd605c50 4584 libs optional wv2_0.4.1.dfsg-1.diff.gz
 fcf2374d226e167a905cbed7e9a6bed4 307848 libs optional 
libwv2-4_0.4.1.dfsg-1_amd64.deb
 44e35e2b1b0b65f78ba78e62d5cf1397 101614 libdevel optional 
libwv2-dev_0.4.1.dfsg-1_amd64.deb

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

iEYEARECAAYFAkrQtPsACgkQn3j4POjENGFxfQCffjDEfzOKGAlWmVjqtLVELIfc
A3IAn206nOv6fkwbUfRUD85891c+LOta
=NvJJ
-END PGP SIGNATURE-


Accepted:
libwv2-4_0.4.1.dfsg-1_amd64.deb
  to pool/main/w/wv2/libwv2-4_0.4.1.dfsg-1_amd64.deb
libwv2-dev_0.4.1.dfsg-1_amd64.deb
  to pool/main/w/wv2/libwv2-dev_0.4.1.dfsg-1_amd64.deb
wv2_0.4.1.dfsg-1.diff.gz
  to pool/main/w/wv2/wv2_0.4.1.dfsg-1.diff.gz
wv2_0.4.1.dfsg-1.dsc
  to pool/main/w/wv2/wv2_0.4.1.dfsg-1.dsc
wv2_0.4.1.dfsg.orig.tar.gz
  to pool/main/w/wv2/wv2_0.4.1.dfsg.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted palapeli 0.4~svn1031187-1 (source all amd64 i386)

2009-10-11 Thread Xavier Vello
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Oct 2009 12:30:35 +0200
Source: palapeli
Binary: palapeli palapeli-data
Architecture:  all amd64 i386 source 
Version: 0.4~svn1031187-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Xavier Vello xavier.ve...@gmail.com
Description:
 palapeli-data - puzzle game for KDE4 - data files
 palapeli   - puzzle game for KDE4
Changes:
 palapeli (0.4~svn1031187-1) experimental; urgency=low
 .
   * svn snapshot of the next palapeli release
   * split -data package
Checksums-Sha1: 
 0135380774eca42bc05d0a336e1947ca46849e05 108362 
palapeli_0.4~svn1031187-1_amd64.deb
 01e4eacf9a6834af7990116b4b4511cc48b21c20 3315 palapeli_0.4~svn1031187-1.diff.gz
 1fa125893c401757c7348298e7df69381a9ee092 13301385 
palapeli_0.4~svn1031187.orig.tar.gz
 223b576b22cec91c63a1b27e9cfd964f0e903698 1194 palapeli_0.4~svn1031187-1.dsc
 d049d06cfb63b222c41f7bf2701d3effbd22de8a 98620 
palapeli_0.4~svn1031187-1_i386.deb
 d1fb946fe6a10542e0d7b6af184e41ffb061ee77 12186328 
palapeli-data_0.4~svn1031187-1_all.deb
Checksums-Sha256: 
 42293d4e8fba2486ea4c52ffd0960193015685d9becebe5cda9d3847971fd69d 98620 
palapeli_0.4~svn1031187-1_i386.deb
 593bea883295d24d05918225475545f0452ebd124997574ff594719ab4993e8c 12186328 
palapeli-data_0.4~svn1031187-1_all.deb
 18841f8ef7cbb474342ba0ac72c40199c54433049df60d2e8071258c9fc3 1194 
palapeli_0.4~svn1031187-1.dsc
 ab93397109a3bcb89d1e1035dbfe7649c51e5e91abfad7fab0b5b30586d73b15 3315 
palapeli_0.4~svn1031187-1.diff.gz
 b409e26d61180ba3ab2a28dade8c7921a6d05919b3016b31fbff5b9e2163862b 108362 
palapeli_0.4~svn1031187-1_amd64.deb
 d5ccf1499ebf9b9c4960571bde586c327db5e0b0af1146dcfdc90ca9a0f7960f 13301385 
palapeli_0.4~svn1031187.orig.tar.gz
Files: 
 34f8085ca38ae6e044273532c333ccdb 98620 games extra 
palapeli_0.4~svn1031187-1_i386.deb
 5130700531849b72bdf046a26a22189e 13301385 games extra 
palapeli_0.4~svn1031187.orig.tar.gz
 9c957ae27b8aa940aad65ff81f7558ee 12186328 games extra 
palapeli-data_0.4~svn1031187-1_all.deb
 a74d31f1544f4d4af22a751d2390f121 108362 games extra 
palapeli_0.4~svn1031187-1_amd64.deb
 f0a6db3978e15c44c8cc7d50c8ea87d7 3315 games extra 
palapeli_0.4~svn1031187-1.diff.gz
 d8c8d27164465f6f15d0c2c3bcf040b0 1194 games extra palapeli_0.4~svn1031187-1.dsc

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

iEYEARECAAYFAkrQ4LcACgkQnMvaFgH6i0pJvQCfQMxWyhZs9RZVAVeFrnSit35M
iTgAnR6QIKJb3WgE1ulqAFDKqdQ/S4MC
=Lx6U
-END PGP SIGNATURE-


Accepted:
palapeli-data_0.4~svn1031187-1_all.deb
  to pool/main/p/palapeli/palapeli-data_0.4~svn1031187-1_all.deb
palapeli_0.4~svn1031187-1.diff.gz
  to pool/main/p/palapeli/palapeli_0.4~svn1031187-1.diff.gz
palapeli_0.4~svn1031187-1.dsc
  to pool/main/p/palapeli/palapeli_0.4~svn1031187-1.dsc
palapeli_0.4~svn1031187-1_amd64.deb
  to pool/main/p/palapeli/palapeli_0.4~svn1031187-1_amd64.deb
palapeli_0.4~svn1031187-1_i386.deb
  to pool/main/p/palapeli/palapeli_0.4~svn1031187-1_i386.deb
palapeli_0.4~svn1031187.orig.tar.gz
  to pool/main/p/palapeli/palapeli_0.4~svn1031187.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted claws-mail-extra-plugins 3.7.3-1 (source all amd64)

2009-10-11 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Oct 2009 01:05:25 +0200
Source: claws-mail-extra-plugins
Binary: claws-mail-extra-plugins claws-mail-extra-plugins-dbg 
claws-mail-vcalendar-plugin claws-mail-perl-filter claws-mail-feeds-reader 
claws-mail-mailmbox-plugin claws-mail-html2-viewer claws-mail-acpi-notifier 
claws-mail-attach-remover claws-mail-cache-saver claws-mail-fetchinfo-plugin 
claws-mail-newmail-plugin claws-mail-multi-notifier claws-mail-synce-plugin 
claws-mail-attach-warner claws-mail-spam-report claws-mail-tnef-parser 
claws-mail-archiver-plugin claws-mail-bsfilter-plugin claws-mail-fancy-plugin 
claws-mail-python-plugin
Architecture: source all amd64
Version: 3.7.3-1
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones mo...@debian.org
Changed-By: Ricardo Mones mo...@debian.org
Description: 
 claws-mail-acpi-notifier - Laptop's Mail LED control for Claws Mail
 claws-mail-archiver-plugin - Archiver plugin for Claws Mail
 claws-mail-attach-remover - Mail attachment remover for Claws Mail
 claws-mail-attach-warner - Missing attachment warnings for Claws Mail
 claws-mail-bsfilter-plugin - Spam filtering using bsfilter for Claws Mail
 claws-mail-cache-saver - Internal cache saver for Claws Mail mailer
 claws-mail-extra-plugins - Extra plugins collection for Claws Mail mailer
 claws-mail-extra-plugins-dbg - Debug symbols for Claws Mail Extra Plugins 
packages
 claws-mail-fancy-plugin - HTML mail viewer using GTK+ WebKit
 claws-mail-feeds-reader - Feeds (RSS/Atom) reader plugin for Claws Mail
 claws-mail-fetchinfo-plugin - X-FETCH headers adder for Claws Mail mailer
 claws-mail-html2-viewer - HTML mail/attachment viewer for Claws Mail mailer
 claws-mail-mailmbox-plugin - mbox format mailboxes handler for Claws Mail 
mailer
 claws-mail-multi-notifier - A variety of new mail notifiers for Claws Mail
 claws-mail-newmail-plugin - New mail logger plugin for Claws Mail mailer
 claws-mail-perl-filter - Message filtering plugin using perl for Claws Mail
 claws-mail-python-plugin - Python plugin and console for claws mail
 claws-mail-spam-report - Spam reporting plugin for Claws Mail
 claws-mail-synce-plugin - Addressbook synchronization with Windows CE devices
 claws-mail-tnef-parser - TNEF attachment handler for Claws Mail
 claws-mail-vcalendar-plugin - vCalendar message handling plugin for Claws Mail
Changes: 
 claws-mail-extra-plugins (3.7.3-1) unstable; urgency=low
 .
   * *-python-*, manpages/*-python-*.sgml, configure, rules, control
   - Added new python plugin in this release
   - New build depends: python-gtk2-dev (= 2.10.3)
   - Bumped libclaws-mail-dev required version to 3.7.3
   * debian/control
   - Fixed -dbg package dependencies to include all plugins
   - Bumped Standards-Version to 3.8.3 (no other changes)
   * debian/README.source
   - Added file with reference to quilt
   * debian/rules, patches/series, patches/fancy-plugin*.patch
   - Disabled quilt and removed patch already upstream
Checksums-Sha1: 
 452cf9d5dc52bd7155c0185b20899683c4f8cc96 2035 
claws-mail-extra-plugins_3.7.3-1.dsc
 5a81304857a38afcc49865cfc0dbb1e9f02edda5 7568707 
claws-mail-extra-plugins_3.7.3.orig.tar.gz
 cfa5c2a930e48f06ad36ae80c3704103dbd9e8f8 29813 
claws-mail-extra-plugins_3.7.3-1.diff.gz
 c7476506ccd31ebddfd136eac3567eca77941354 10926 
claws-mail-extra-plugins_3.7.3-1_all.deb
 73b686610cb66d9a6861a418d17e0151c5db3097 2109860 
claws-mail-extra-plugins-dbg_3.7.3-1_amd64.deb
 46f68a8a01fdd9f18524bbcb93bb850218218c8d 300796 
claws-mail-vcalendar-plugin_3.7.3-1_amd64.deb
 c9765e61360247aedba92af5bfa4ecaad4bbfe0e 49440 
claws-mail-perl-filter_3.7.3-1_amd64.deb
 865b3266baecffc1e5a14332fa168eb29cda0dae 98094 
claws-mail-feeds-reader_3.7.3-1_amd64.deb
 6234dc34f5d729e6a18da3efa365381ac0ea30ea 63714 
claws-mail-mailmbox-plugin_3.7.3-1_amd64.deb
 44b06237ef8d1ca72e6a061cc2db5fafc144dfb6 209782 
claws-mail-html2-viewer_3.7.3-1_amd64.deb
 d4e808651ee8ee682310acd3751286e8238ea300 32306 
claws-mail-acpi-notifier_3.7.3-1_amd64.deb
 73235bbae0ac7528ff4ce2b22d458ff2e718d8af 12690 
claws-mail-attach-remover_3.7.3-1_amd64.deb
 d6a00ac715a2eca17f10ec34d436b13a538d5ae8 10372 
claws-mail-cache-saver_3.7.3-1_amd64.deb
 5390c985798aa5f44da6a24d0b0b74d13962ebd1 16306 
claws-mail-fetchinfo-plugin_3.7.3-1_amd64.deb
 2159a4f49edf79b9860e2097843873aff08b23eb 11910 
claws-mail-newmail-plugin_3.7.3-1_amd64.deb
 a437562fb8cece36efe315711646d5327960e52f 91662 
claws-mail-multi-notifier_3.7.3-1_amd64.deb
 3f03a135e7318cea5c68b3c937a4ac471654b288 17316 
claws-mail-synce-plugin_3.7.3-1_amd64.deb
 febab4d0e4984332068247d0cc57497d97bb382a 27744 
claws-mail-attach-warner_3.7.3-1_amd64.deb
 c195e91dace526ecc6d6f7b81abfc00f85ed14d2 23320 
claws-mail-spam-report_3.7.3-1_amd64.deb
 aebc0486b9347215fbc1d360fc1a3a14243aca1e 39910 
claws-mail-tnef-parser_3.7.3-1_amd64.deb
 ca5b72f4650ea5a945f30a3578095e82f179c9a5 61748 
claws-mail-archiver-plugin_3.7.3-1_amd64.deb
 f033aa8f5ffea970e1c2674836b8f2402c20186b 32236 

Accepted pion-net 2.2.2+dfsg-1 (source i386 all)

2009-10-11 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Oct 2009 02:30:52 -0400
Source: pion-net
Binary: libpion-net-dev libpion-common-dev libpion-net-plugins 
libpion-net-2.2.2 libpion-common-2.2.2 libpion-net-dbg libpion-common-dbg 
libpion-net-plugins-dbg libpion-net-doc
Architecture: source i386 all
Version: 2.2.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Athena Capital Research acr-deb...@athenacr.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 libpion-common-2.2.2 - lightweight HTTP interface library - common runtime 
files
 libpion-common-dbg - lightweight HTTP interface library - common debug files
 libpion-common-dev - lightweight HTTP interface library - common development 
files
 libpion-net-2.2.2 - lightweight HTTP interface library - runtime files
 libpion-net-dbg - lightweight HTTP interface library - debug files
 libpion-net-dev - lightweight HTTP interface library - development files
 libpion-net-doc - lightweight HTTP interface library - documentation
 libpion-net-plugins - lightweight HTTP interface library - plugins
 libpion-net-plugins-dbg - lightweight HTTP interface library - plugins debug 
files
Changes: 
 pion-net (2.2.2+dfsg-1) unstable; urgency=low
 .
   * New upstream release
 + debian/patches/g++-4.4.patch: Removed, merged upstream
 + Remove --without-cpu option from configure command, as upstream now
   checks if -march=i686 works first
   * Rename packages:
 + libpion-net-2.1.8 - libpion-net-2.2.2
 + libpion-common-2.1.8 - libpion-common-2.2.2
   * Add new debug packages:
 + libpion-common-dev
 + libpion-common-dbg
 + libpion-net-plugins-dbg
Checksums-Sha1: 
 0f8e4949f69bd92eaa10913e724f9185f2a67f4d 1997 pion-net_2.2.2+dfsg-1.dsc
 0a43f6c0aafe151ecadc734fd7f0a094ad6b322b 1999152 
pion-net_2.2.2+dfsg.orig.tar.gz
 9f5889427ecad4abf8ebe3b354f7a5ad952906fa 5047 pion-net_2.2.2+dfsg-1.diff.gz
 45a07ba8588bdb1df8243644505951d8db77e736 162826 
libpion-net-dev_2.2.2+dfsg-1_i386.deb
 a60f974f877443689f7b1339dcd19e067a393875 37174 
libpion-common-dev_2.2.2+dfsg-1_i386.deb
 f9611288abab9cd7d16e2239b0ede4dd03232836 638088 
libpion-net-plugins_2.2.2+dfsg-1_i386.deb
 4aa0ee140d4205c202ce7cacf453ccbc8366a87a 276060 
libpion-net-2.2.2_2.2.2+dfsg-1_i386.deb
 94b83a29f8af3f08ee4cf6c05a19f9dbd2b75a29 85490 
libpion-common-2.2.2_2.2.2+dfsg-1_i386.deb
 83c49484acbc734e537732f6fd13bd60bac6c68d 3548928 
libpion-net-dbg_2.2.2+dfsg-1_i386.deb
 4e1c3f070b82088f49e88b85a6ceb7be6bf5c5ab 366726 
libpion-common-dbg_2.2.2+dfsg-1_i386.deb
 e8bacb83da1ce74c3c4201eaaf066588a311ea6c 3341506 
libpion-net-plugins-dbg_2.2.2+dfsg-1_i386.deb
 e080f385933b090fa287870f39e1968966990e33 650792 
libpion-net-doc_2.2.2+dfsg-1_all.deb
Checksums-Sha256: 
 079140b629f6464b943c6e20a6110204c01b261fe30c7da7bfeff2340a198eb7 1997 
pion-net_2.2.2+dfsg-1.dsc
 0fcb7c6ed5be257dbb399599e244b6e3df740d01e927c4334b12ed6f37961281 1999152 
pion-net_2.2.2+dfsg.orig.tar.gz
 c4fe3764edd44eddd92b625b0755f810dde66364f18243e58f5ef09a23b4d7c4 5047 
pion-net_2.2.2+dfsg-1.diff.gz
 6984ace6d0b1c65d561019345a75766e0e917c771886d754a35379e8369eeb79 162826 
libpion-net-dev_2.2.2+dfsg-1_i386.deb
 234c32eca5f91dbfef2ff65e81ab853f0aefbad5ef71d3bd4c8849d1e6af954b 37174 
libpion-common-dev_2.2.2+dfsg-1_i386.deb
 e7d3c2a013cb6911855c9d78b0f7ddf99ac9f8ff7d4b7c21f91b847b4c660cdd 638088 
libpion-net-plugins_2.2.2+dfsg-1_i386.deb
 1545534f0376ffd2f72e645db4b32d1b707113d99f5d96394dbbe0657f20fb9c 276060 
libpion-net-2.2.2_2.2.2+dfsg-1_i386.deb
 694a2129173faabc36bc8fa5a960b9a5cb10a11e865b32ee10b1c52f0521e73e 85490 
libpion-common-2.2.2_2.2.2+dfsg-1_i386.deb
 eccba7a10ad4c98319d59f47b1e77ab75ce57ad0bf766b7a48bec8dd114f0a89 3548928 
libpion-net-dbg_2.2.2+dfsg-1_i386.deb
 1c6eafcab88ab7b268981280503248896937723856ae1ca56fd64379ef8aed5a 366726 
libpion-common-dbg_2.2.2+dfsg-1_i386.deb
 750467e0f476b69ccbda95faa2c63657c88692a094a256b669beab3f5daf 3341506 
libpion-net-plugins-dbg_2.2.2+dfsg-1_i386.deb
 465c0791ae1fd854726a0a2b089d7e5baebeb109d2aba3796817811caa2d86ba 650792 
libpion-net-doc_2.2.2+dfsg-1_all.deb
Files: 
 1d74152c7d8ab129b66fa1f5732d2a1c 1997 libs extra pion-net_2.2.2+dfsg-1.dsc
 ea36967258f0e27bb0d3db3f5ceaf441 1999152 libs extra 
pion-net_2.2.2+dfsg.orig.tar.gz
 39618bbcc7832fed7bffd5353169f210 5047 libs extra pion-net_2.2.2+dfsg-1.diff.gz
 b1191981d379926ffd5513a903f57bea 162826 libdevel extra 
libpion-net-dev_2.2.2+dfsg-1_i386.deb
 9f27f2dcd3f2d66fd89d21a714a37a0e 37174 libdevel extra 
libpion-common-dev_2.2.2+dfsg-1_i386.deb
 ec463632bd9bae064895c00470b00394 638088 libs extra 
libpion-net-plugins_2.2.2+dfsg-1_i386.deb
 2d577170d4975f0bf5076fca20ba6090 276060 libs extra 
libpion-net-2.2.2_2.2.2+dfsg-1_i386.deb
 af28ef72e09b633dff1b13aea77dfcea 85490 libs extra 
libpion-common-2.2.2_2.2.2+dfsg-1_i386.deb
 6e90c579404a1542ffa0b05e2d0f6be3 3548928 debug extra 
libpion-net-dbg_2.2.2+dfsg-1_i386.deb
 41c45827124693de364c471ee5ff89c6 366726 debug extra 

Accepted tortoisehg 0.8+dfsg1-1 (source all)

2009-10-11 Thread Ludovico Cavedon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 16:15:03 -0700
Source: tortoisehg
Binary: tortoisehg tortoisehg-nautilus
Architecture: source all
Version: 0.8+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Ludovico Cavedon ludovico.cave...@gmail.com
Changed-By: Ludovico Cavedon ludovico.cave...@gmail.com
Description: 
 tortoisehg - Graphical tool for working with Mercurial
 tortoisehg-nautilus - Graphical tool for working with Mercurial (Nautilus 
extension)
Closes: 535902
Changes: 
 tortoisehg (0.8+dfsg1-1) unstable; urgency=low
 .
   * Initial release (Closes: #535902).
   * Merge changes from Max Bowsher Ubuntu PPA package:
 - update copyright statement
 - fix-license-path.patch
Checksums-Sha1: 
 4a3cbf3c420876468a1dca2a3cc4c6d1c6b1a54a 1392 tortoisehg_0.8+dfsg1-1.dsc
 95b26901145c9cae41a02972c058918220a6cc9e 531426 
tortoisehg_0.8+dfsg1.orig.tar.gz
 38bd1a771b647e7510835cd17534051922c8a664 10937 tortoisehg_0.8+dfsg1-1.diff.gz
 b45a4308b296171ff8d4bcd39f67ebbae4408c21 517222 tortoisehg_0.8+dfsg1-1_all.deb
 d1fa9df349cefd283b3efe1ecd26d0fe2952d9f7 10820 
tortoisehg-nautilus_0.8+dfsg1-1_all.deb
Checksums-Sha256: 
 ab8945314fcc085f11e72bbbca012f798332aa16f5947f0f682f2b02f137cd41 1392 
tortoisehg_0.8+dfsg1-1.dsc
 2ab07be87fd8a75edff86dee06ff0a1e02b0c5fdbe5bdb43789e5595e57c2b82 531426 
tortoisehg_0.8+dfsg1.orig.tar.gz
 3a077d34a3a058aeca2f996e457f1348c0796ed077559857e871a80e32f7ced8 10937 
tortoisehg_0.8+dfsg1-1.diff.gz
 194dd5c17202d03d326b28b70d19c3a974e45e3824cb92240b6f478ba887f0e2 517222 
tortoisehg_0.8+dfsg1-1_all.deb
 7bbb84e1a5d69b0d602e5fc70e3f2441fc92408eeff65bd621e4b81481ed2ef6 10820 
tortoisehg-nautilus_0.8+dfsg1-1_all.deb
Files: 
 7387e1ed9c292e9c738ec4861c8d50d4 1392 devel optional tortoisehg_0.8+dfsg1-1.dsc
 1b26872fd334acd094e8ec056cd759ce 531426 devel optional 
tortoisehg_0.8+dfsg1.orig.tar.gz
 c29ac24740934c3fd7b4aa0de3572999 10937 devel optional 
tortoisehg_0.8+dfsg1-1.diff.gz
 2942dfea46c7a9321d838f02414a3683 517222 devel optional 
tortoisehg_0.8+dfsg1-1_all.deb
 9cc745ad69ef4131139f6484ea524478 10820 devel optional 
tortoisehg-nautilus_0.8+dfsg1-1_all.deb

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

iEYEARECAAYFAkrQ7FIACgkQaGRzDfCV5eSSnwCcCOD4E90e6neS3RSwV5eNRTll
bCgAnRnU15ocuePMuMcgE6yNmMSfekMd
=zNwa
-END PGP SIGNATURE-


Accepted:
tortoisehg-nautilus_0.8+dfsg1-1_all.deb
  to pool/main/t/tortoisehg/tortoisehg-nautilus_0.8+dfsg1-1_all.deb
tortoisehg_0.8+dfsg1-1.diff.gz
  to pool/main/t/tortoisehg/tortoisehg_0.8+dfsg1-1.diff.gz
tortoisehg_0.8+dfsg1-1.dsc
  to pool/main/t/tortoisehg/tortoisehg_0.8+dfsg1-1.dsc
tortoisehg_0.8+dfsg1-1_all.deb
  to pool/main/t/tortoisehg/tortoisehg_0.8+dfsg1-1_all.deb
tortoisehg_0.8+dfsg1.orig.tar.gz
  to pool/main/t/tortoisehg/tortoisehg_0.8+dfsg1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted covered 0.7.6-1 (source i386 all)

2009-10-11 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 27 Aug 2009 20:22:43 +0300
Source: covered
Binary: covered covered-doc
Architecture: source i386 all
Version: 0.7.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) 
aelmahmo...@users.sourceforge.net
Description: 
 covered- Verilog code coverage analysis tool
 covered-doc - Verilog code coverage analysis tool - documentation
Closes: 539883
Changes: 
 covered (0.7.6-1) unstable; urgency=low
 .
   * Initial release (Closes: #539883)
   * Added tclscript_install.diff to
 + install Tcl scripts without setting the executable bit
 + remove shebang from main_view.tcl
Checksums-Sha1: 
 ee9b99f070fafa576665af9909e5b49eca2ec26e 1411 covered_0.7.6-1.dsc
 e64e9649fa3fd94240ebf9c4539f20539e9da4fb 2964008 covered_0.7.6.orig.tar.gz
 49410885fe47603c63e740228636e8ad3523497b 3034 covered_0.7.6-1.diff.gz
 0ed8c98c5b7beced83b0e71010ce8034e93cdc5f 777006 covered_0.7.6-1_i386.deb
 367b863ad359dfe83244f7cc1731b24ba24a07cf 1829142 covered-doc_0.7.6-1_all.deb
Checksums-Sha256: 
 f8af1050ca0e02b7878d1e5f684c64dbe00a7d0c4a37aa7c33df26dfbef57a4f 1411 
covered_0.7.6-1.dsc
 e50e75569e27078dc3ff0a5b5ba6f85e5e2916b5837dd5f28c9b35446e0916bf 2964008 
covered_0.7.6.orig.tar.gz
 18ef661f8842c6136556541ff2f5d98ce20481f77665645301e3791faf737738 3034 
covered_0.7.6-1.diff.gz
 e2d4cd65827a1dc7b21483b4d114b46ae224f0a617c629099dc4a10aaecfe1f2 777006 
covered_0.7.6-1_i386.deb
 60a0832758057b64956f322208f3dd8332baddbf097e9ce56900be68be6ef8d1 1829142 
covered-doc_0.7.6-1_all.deb
Files: 
 d5e86c6f81bf31e7ded77058a69319a6 1411 electronics optional covered_0.7.6-1.dsc
 fe88227634b3ff840a3645784ce05f8c 2964008 electronics optional 
covered_0.7.6.orig.tar.gz
 09fb945cd9371d81f9592ef5eed63bbd 3034 electronics optional 
covered_0.7.6-1.diff.gz
 e24499b630bc0b5a4ed0790780ebbe83 777006 electronics optional 
covered_0.7.6-1_i386.deb
 edda917226b2b68f6f66dcd63607b3cf 1829142 doc optional 
covered-doc_0.7.6-1_all.deb

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

iEYEARECAAYFAkrPe30ACgkQ8KmKTEzW49JO/QCfXfW2iKSFnB3Vlkthm8oypF92
QGUAnApMhhIZH/7IQozqyf47VclL1ZTq
=qsiq
-END PGP SIGNATURE-


Accepted:
covered-doc_0.7.6-1_all.deb
  to pool/main/c/covered/covered-doc_0.7.6-1_all.deb
covered_0.7.6-1.diff.gz
  to pool/main/c/covered/covered_0.7.6-1.diff.gz
covered_0.7.6-1.dsc
  to pool/main/c/covered/covered_0.7.6-1.dsc
covered_0.7.6-1_i386.deb
  to pool/main/c/covered/covered_0.7.6-1_i386.deb
covered_0.7.6.orig.tar.gz
  to pool/main/c/covered/covered_0.7.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted openvas-plugins-dfsg 1.0.7-5+svn20090920 (source all i386)

2009-10-11 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Sep 2009 08:36:50 +0200
Source: openvas-plugins-dfsg
Binary: openvas-plugins-dfsg openvas-plugins-base
Architecture: source all i386
Version: 1.0.7-5+svn20090920
Distribution: unstable
Urgency: low
Maintainer: Debian OpenVAS Maintainers openvas-distro-...@wald.intevation.org
Changed-By: Jan Wagner w...@cyconet.org
Description: 
 openvas-plugins-base - remote network security auditor - basic plugins
 openvas-plugins-dfsg - remote network security auditor - plugins
Changes: 
 openvas-plugins-dfsg (1.0.7-5+svn20090920) unstable; urgency=low
 .
   * Moved the Provides: openvas-plugins and Conflicts: openvas-plugins to
 openvas-plugins-base, since this is the required part and
 openvas-plugins-dfsg is optional
   * Raise dependency of debhelper to (= 7), as required by dh_prep
   * Preventing nes plugins to be moved to /var/lib/openvas/plugins via preinst
   * Remove /var/lib/openvas/plugins-factory from openvas-plugins-dfsg.dirs, as
 the directory is not needed
   * Change arch of openvas-plugins-dfsg to all and make use of binary-indep
 target in rules
   [ Javier Fernandez-Sanguino ]
   * Convert patches to source into proper dpatch files in debian/patches/
Checksums-Sha1: 
 ce5b02c1b0396e20becc1fcda87dbcf311dfced5 1763 
openvas-plugins-dfsg_1.0.7-5+svn20090920.dsc
 32ed546db8f50462201593b8400a05d744bc4198 6883223 
openvas-plugins-dfsg_1.0.7.orig.tar.gz
 2d730491f69730f7c4218b02d05206b99ef55e90 1368465 
openvas-plugins-dfsg_1.0.7-5+svn20090920.diff.gz
 946b520b0a8c8a6ac53c5fff635b50b1e7e6468a 6303778 
openvas-plugins-dfsg_1.0.7-5+svn20090920_all.deb
 dc053e613867157c0960231c56902b06c282ff71 130842 
openvas-plugins-base_1.0.7-5+svn20090920_i386.deb
Checksums-Sha256: 
 e70464be90d9bba9412c04ad62739583f64adbb6ebfdb94b8a5d011dcf38beb3 1763 
openvas-plugins-dfsg_1.0.7-5+svn20090920.dsc
 ffdab7ce3778b429642804af7be3bd7159ac8a191a52808efce17431cfc0ec47 6883223 
openvas-plugins-dfsg_1.0.7.orig.tar.gz
 8c2ac7b4c4ca23819a4b2c8c56731004c9874337cb1ae0f1cbb10262ea67420c 1368465 
openvas-plugins-dfsg_1.0.7-5+svn20090920.diff.gz
 f2858643ec53923009ee85ca9697c31926ae81f33b80380886b66cd8493acb2b 6303778 
openvas-plugins-dfsg_1.0.7-5+svn20090920_all.deb
 5387a3d5f9f0fd8708a6a2493d98b4e023487b111ae47eb7a64b280a4c225cc6 130842 
openvas-plugins-base_1.0.7-5+svn20090920_i386.deb
Files: 
 f9833074126a960a9f644b4c5a6d5155 1763 admin optional 
openvas-plugins-dfsg_1.0.7-5+svn20090920.dsc
 6b63d342e581e0647a6344cc260b614d 6883223 admin optional 
openvas-plugins-dfsg_1.0.7.orig.tar.gz
 488f3791424e37196c94d35ac5ec4137 1368465 admin optional 
openvas-plugins-dfsg_1.0.7-5+svn20090920.diff.gz
 995124e45442fff196d61f57c5698d59 6303778 net optional 
openvas-plugins-dfsg_1.0.7-5+svn20090920_all.deb
 f02b5f9b43594d42e96b3e0f5681f090 130842 net optional 
openvas-plugins-base_1.0.7-5+svn20090920_i386.deb

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

iD8DBQFK0EY+sandgtyBSwkRAhE+AJ9F0I6FCokG3allo2H5sZ7dw6OQAQCdExkk
VgOPnZsIyLPmxBoLU476PRw=
=Dkcq
-END PGP SIGNATURE-


Accepted:
openvas-plugins-base_1.0.7-5+svn20090920_i386.deb
  to 
pool/main/o/openvas-plugins-dfsg/openvas-plugins-base_1.0.7-5+svn20090920_i386.deb
openvas-plugins-dfsg_1.0.7-5+svn20090920.diff.gz
  to 
pool/main/o/openvas-plugins-dfsg/openvas-plugins-dfsg_1.0.7-5+svn20090920.diff.gz
openvas-plugins-dfsg_1.0.7-5+svn20090920.dsc
  to 
pool/main/o/openvas-plugins-dfsg/openvas-plugins-dfsg_1.0.7-5+svn20090920.dsc
openvas-plugins-dfsg_1.0.7-5+svn20090920_all.deb
  to 
pool/main/o/openvas-plugins-dfsg/openvas-plugins-dfsg_1.0.7-5+svn20090920_all.deb
openvas-plugins-dfsg_1.0.7.orig.tar.gz
  to pool/main/o/openvas-plugins-dfsg/openvas-plugins-dfsg_1.0.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted haskell-platform 2009.2.0.2.1 (source all)

2009-10-11 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Oct 2009 13:25:47 +0200
Source: haskell-platform
Binary: haskell-platform haskell-platform-doc
Architecture: source all
Version: 2009.2.0.2.1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 haskell-platform - standard haskell libraries and tools
 haskell-platform-doc - standard haskell libraries and tools; documentaion
Changes: 
 haskell-platform (2009.2.0.2.1) unstable; urgency=low
 .
   * Initial release
Checksums-Sha1: 
 fdf39a7eec91e64e8fd57379a59345e1ca7a9366 988 haskell-platform_2009.2.0.2.1.dsc
 cc9481625e0adb89504c178dfaf852989ca73d77 2134 
haskell-platform_2009.2.0.2.1.tar.gz
 c83b00d51d30baf19e5b19836fcbd56c29446f37 2432 
haskell-platform_2009.2.0.2.1_all.deb
 3c29fb5eb16c060ee603141c9d248f6cd257d8d1 2348 
haskell-platform-doc_2009.2.0.2.1_all.deb
Checksums-Sha256: 
 f6774145dac0ec8a30a1cd9bbebe8ced9b31e3afa3ad20aead5985374557e5bf 988 
haskell-platform_2009.2.0.2.1.dsc
 c4363436e7d1aa72ac05ba8c9b93a850fe7847d5ee587757e700821e4329 2134 
haskell-platform_2009.2.0.2.1.tar.gz
 d823be3390515ba8fe5ad5e6e4dd8932847037563310eb0d677031db1a60198f 2432 
haskell-platform_2009.2.0.2.1_all.deb
 76916132fa89b18069ef745dc4b2ee5f6338a75bd0486a196194415c91dbb6ed 2348 
haskell-platform-doc_2009.2.0.2.1_all.deb
Files: 
 a3440e58edc183d112bb63f99f22cee9 988 haskell optional 
haskell-platform_2009.2.0.2.1.dsc
 f47bb8e093fadfc2d49210a8a23bd6ea 2134 haskell optional 
haskell-platform_2009.2.0.2.1.tar.gz
 2b6978bf201b260e54cee2eb381629c9 2432 haskell optional 
haskell-platform_2009.2.0.2.1_all.deb
 1415285bbb6151c6c5bee8d713ec6068 2348 doc optional 
haskell-platform-doc_2009.2.0.2.1_all.deb

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

iEYEARECAAYFAkrQb1QACgkQ9ijrk0dDIGyq1ACdGI0enwe+M3s3KEAAQpStmrMd
RcAAniNVETwn9ydu8IkqqFAHg4OICVH4
=3W4o
-END PGP SIGNATURE-


Accepted:
haskell-platform-doc_2009.2.0.2.1_all.deb
  to pool/main/h/haskell-platform/haskell-platform-doc_2009.2.0.2.1_all.deb
haskell-platform_2009.2.0.2.1.dsc
  to pool/main/h/haskell-platform/haskell-platform_2009.2.0.2.1.dsc
haskell-platform_2009.2.0.2.1.tar.gz
  to pool/main/h/haskell-platform/haskell-platform_2009.2.0.2.1.tar.gz
haskell-platform_2009.2.0.2.1_all.deb
  to pool/main/h/haskell-platform/haskell-platform_2009.2.0.2.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gl2ps 1.3.4-1 (source i386)

2009-10-11 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 09 Oct 2009 16:44:27 +0200
Source: gl2ps
Binary: libgl2ps-dev libgl2ps0 libgl2ps0-dbg
Architecture: source i386
Version: 1.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru sylves...@debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libgl2ps-dev - Lib providing high quality vector output for OpenGL application
 libgl2ps0  - Lib providing high quality vector output for OpenGL application
 libgl2ps0-dbg - Lib providing high quality vector output for OpenGL application
Closes: 550369
Changes: 
 gl2ps (1.3.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #550369)
Checksums-Sha1: 
 24c8ac79b56e45c9355580e8fa049ce5f325f40e 1129 gl2ps_1.3.4-1.dsc
 c72edfafc50f6d7a69d1a662642b9709469c2230 54722 gl2ps_1.3.4.orig.tar.gz
 2fe7deb4ff730e067131c710048fd5756be1dbfa 3471 gl2ps_1.3.4-1.diff.gz
 6f299f7001c99ba9eaf4d95683e9aa202ded5d28 5378 libgl2ps-dev_1.3.4-1_i386.deb
 fe5ad439a0dec9454718b93474d2cc4f220651ef 35086 libgl2ps0_1.3.4-1_i386.deb
 f09adcaed63ba4fa83c3e17e68da319e99692a02 40178 libgl2ps0-dbg_1.3.4-1_i386.deb
Checksums-Sha256: 
 b557fd330d4f279d5da5e744faa6df238ca1648a65ed8133e2235b63b6507b12 1129 
gl2ps_1.3.4-1.dsc
 6352d42023af63274331ac1bf40e4945a0ad8df2c6c53c22872717bc771e2ffa 54722 
gl2ps_1.3.4.orig.tar.gz
 864107e0758f363cf9957d606f2105f3794cfcf3d0b59d5201850ee4010142f5 3471 
gl2ps_1.3.4-1.diff.gz
 9e73e1aa3d10cb7119f6a7edbc29fb594d31ed633c16f0b8f09a999d6cf58119 5378 
libgl2ps-dev_1.3.4-1_i386.deb
 a061c295e869f51914e0a3361e036cd36bbbd4b762e462ffe0bd9ef3b37b3a76 35086 
libgl2ps0_1.3.4-1_i386.deb
 89bc858574ed11fbfdf1e5f780b833c951b96a4875e362f5b20044cbca121fc3 40178 
libgl2ps0-dbg_1.3.4-1_i386.deb
Files: 
 a353d726fc33c16f38b0c2f407614b2d 1129 libs optional gl2ps_1.3.4-1.dsc
 9d5969fabdbb69ba805fd515689bec45 54722 libs optional gl2ps_1.3.4.orig.tar.gz
 159bf4b1b79004471ea39d2c26f45489 3471 libs optional gl2ps_1.3.4-1.diff.gz
 6b651eb49eb36151951b181a2001010c 5378 libdevel optional 
libgl2ps-dev_1.3.4-1_i386.deb
 a0fb887285cbe0b9467a2d145f46f736 35086 libs optional libgl2ps0_1.3.4-1_i386.deb
 55c824ea4d8d957d97e258eef7a1300a 40178 debug extra 
libgl2ps0-dbg_1.3.4-1_i386.deb

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

iEYEARECAAYFAkrPbTEACgkQiOXXM92JlhB/8ACgq6u9iJSMqiE5NgxMWQwHMZUl
/PsAoLfElsPULkQJpo8aze+/ozG3d+p7
=OEOj
-END PGP SIGNATURE-


Accepted:
gl2ps_1.3.4-1.diff.gz
  to pool/main/g/gl2ps/gl2ps_1.3.4-1.diff.gz
gl2ps_1.3.4-1.dsc
  to pool/main/g/gl2ps/gl2ps_1.3.4-1.dsc
gl2ps_1.3.4.orig.tar.gz
  to pool/main/g/gl2ps/gl2ps_1.3.4.orig.tar.gz
libgl2ps-dev_1.3.4-1_i386.deb
  to pool/main/g/gl2ps/libgl2ps-dev_1.3.4-1_i386.deb
libgl2ps0-dbg_1.3.4-1_i386.deb
  to pool/main/g/gl2ps/libgl2ps0-dbg_1.3.4-1_i386.deb
libgl2ps0_1.3.4-1_i386.deb
  to pool/main/g/gl2ps/libgl2ps0_1.3.4-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libslab 2.27.91-1 (source amd64)

2009-10-11 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 10 Oct 2009 15:19:38 +0200
Source: libslab
Binary: libslab0a libslab-dev
Architecture: source amd64
Version: 2.27.91-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 libslab-dev - development file for libslab
 libslab0a  - beautification app library file
Closes: 547434
Changes: 
 libslab (2.27.91-1) unstable; urgency=low
 .
   * Initial upload (Closes: #547434).
Checksums-Sha1: 
 dcbfd499f510c00468edba0e3e6a42e3919693f7 1173 libslab_2.27.91-1.dsc
 e7bf6c2436630a044175808e7945fac9e7cfe6cd 588737 libslab_2.27.91.orig.tar.gz
 ebcd7f353d1f1f318b0d8ce2c358e4cd18d5c4d8 2936 libslab_2.27.91-1.diff.gz
 65c298a6c4b57ba6794a1bd9a120add4a37014b3 185480 libslab0a_2.27.91-1_amd64.deb
 5e5fe0efadf8e26e9253afb3c55e86d78edba351 17148 libslab-dev_2.27.91-1_amd64.deb
Checksums-Sha256: 
 b6353a0936f4ed9c129e2b05767393502459d8cc7b53e9ffa20ff7459ff7afc0 1173 
libslab_2.27.91-1.dsc
 09d08c6eecee5e86a81198ad50a54025512ba3562cc72aaa0eea4cb58a448b02 588737 
libslab_2.27.91.orig.tar.gz
 36f824ea3dd14e5f8fbcb6da010c772731a373a3cf71858a5f96830fe9e96eea 2936 
libslab_2.27.91-1.diff.gz
 ad77cf64b666718d5d5833834a39aced49c46b1f70e9c731dbe3642d7931b477 185480 
libslab0a_2.27.91-1_amd64.deb
 93a0afb29b55511a187421b4823fd075208a65c343aa36334f1b853c769eacf4 17148 
libslab-dev_2.27.91-1_amd64.deb
Files: 
 b8e4c4220da0aae8cf1e04ff31481cad 1173 libs optional libslab_2.27.91-1.dsc
 92338590f0ffd125f6c687429c279a3b 588737 libs optional 
libslab_2.27.91.orig.tar.gz
 4418907abcec3b601f69c1bba510589b 2936 libs optional libslab_2.27.91-1.diff.gz
 09bfbf7105b60ee2282bc79ecd76983b 185480 libs optional 
libslab0a_2.27.91-1_amd64.deb
 5532c489fac791f4e6f27c669f669b73 17148 libdevel optional 
libslab-dev_2.27.91-1_amd64.deb

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

iEYEAREDAAYFAkrQlO8ACgkQrCpf/gCCPsIpcQCgouKI9bIfEzOCSTmBjHrBTl4t
SI0AoJOxmUF1TWZ5VKb80dRiq3IvH3vt
=AksK
-END PGP SIGNATURE-


Accepted:
libslab-dev_2.27.91-1_amd64.deb
  to pool/main/libs/libslab/libslab-dev_2.27.91-1_amd64.deb
libslab0a_2.27.91-1_amd64.deb
  to pool/main/libs/libslab/libslab0a_2.27.91-1_amd64.deb
libslab_2.27.91-1.diff.gz
  to pool/main/libs/libslab/libslab_2.27.91-1.diff.gz
libslab_2.27.91-1.dsc
  to pool/main/libs/libslab/libslab_2.27.91-1.dsc
libslab_2.27.91.orig.tar.gz
  to pool/main/libs/libslab/libslab_2.27.91.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted jhdf 2.5-1 (source i386)

2009-10-11 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Oct 2009 17:05:55 +0200
Source: jhdf
Binary: libjhdf5-java libjhdf5-jni libjhdf-doc libjhdf4-java libjhdf4-jni 
hdfview
Architecture: source i386
Version: 2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 hdfview- Java HDF Object viewer
 libjhdf-doc - Java HDF Object Package - Documentation
 libjhdf4-java - Java HDF4 Object Package
 libjhdf4-jni - Java HDF4 Object Package (Java JNI library)
 libjhdf5-java - Java HDF5 Object Package
 libjhdf5-jni - Java HDF5 Object Package (Java JNI library)
Closes: 550542
Changes: 
 jhdf (2.5-1) unstable; urgency=low
 .
   * Initial release (Closes: #550542)
Checksums-Sha1: 
 7c8bd63abd484f6191ed574b8e677d55a69e3f77 1387 jhdf_2.5-1.dsc
 31c24f1756db18d110dbb6fda04ef4ac481d442e 4563437 jhdf_2.5.orig.tar.gz
 0c0fdc631f5b3009fba36d9092c0b00abf08a5ab 6343 jhdf_2.5-1.diff.gz
 e1eb9198243111853f493b16353fa6c75f6d9286 113330 libjhdf5-java_2.5-1_i386.deb
 d0b78501a7885cd0fa86d3c3286de7d234a42892 44432 libjhdf5-jni_2.5-1_i386.deb
 5e582f49b7fe457f8ea46edd90fe1b3637eed132 2443052 libjhdf-doc_2.5-1_i386.deb
 51b6b0cafcd9493254038c8a5c0d9f23a90cbb1a 90978 libjhdf4-java_2.5-1_i386.deb
 36e0995f5115ee92ea01f58576c69cb8c6ca470d 28374 libjhdf4-jni_2.5-1_i386.deb
 4c261c4b8d3d4e18c0b833ee7ec37fb381d437d6 315096 hdfview_2.5-1_i386.deb
Checksums-Sha256: 
 5e811a84504916ff961a9f737403a01dd5f90026549868492573810357cf0954 1387 
jhdf_2.5-1.dsc
 00309e1718467e3ebfcbcd9574dcd2f44a2cf3e25a2b0e141276960c32122c0f 4563437 
jhdf_2.5.orig.tar.gz
 d230590f88a96eab8daff87e47c68a4ba25df1d0abecedf9a13d472cf1b6b996 6343 
jhdf_2.5-1.diff.gz
 d02a0e42a3a46eb060e202813888185c042df0722b9b793f1bec0215f4772f15 113330 
libjhdf5-java_2.5-1_i386.deb
 2eeaedb506337dcc75f3fe25ad7d4805ac6937efdb34d68f771d1803dcfc74d0 44432 
libjhdf5-jni_2.5-1_i386.deb
 0c179ab014bd11c190f0fbaae9e07ee8139729ee3fa8169bb860e02349a3c1ac 2443052 
libjhdf-doc_2.5-1_i386.deb
 4d101321c453f15771c62aff8e729d730c88de9a8f5731b8a6ab8ffa47177e93 90978 
libjhdf4-java_2.5-1_i386.deb
 0fbd04a2a4b76afb71287cdafdaccf7efb5eb0e5a78d392e1abaff4c5965dba3 28374 
libjhdf4-jni_2.5-1_i386.deb
 3431b0c7e34fb4434f5f6b0911e4edce52ac816c272d2711f3d96a23ff169994 315096 
hdfview_2.5-1_i386.deb
Files: 
 b8806339cbb6f9663d8bc62ff98801a4 1387 libs optional jhdf_2.5-1.dsc
 416341176c44294a2951130eae6130b2 4563437 libs optional jhdf_2.5.orig.tar.gz
 3bfd9dba9f19386228479943e3ff8939 6343 libs optional jhdf_2.5-1.diff.gz
 1c0443e5f4d49a36e7c41f0ee3d4ffbc 113330 java optional 
libjhdf5-java_2.5-1_i386.deb
 1e54600deea65158396886a0b3c05da0 44432 libs optional 
libjhdf5-jni_2.5-1_i386.deb
 573078721b61101a28ec97038887a609 2443052 doc optional 
libjhdf-doc_2.5-1_i386.deb
 39aed0308e0ce5ee3bb2799774bee53d 90978 java optional 
libjhdf4-java_2.5-1_i386.deb
 d391d1bba121b16f182eb7f7df8bb3ae 28374 libs optional 
libjhdf4-jni_2.5-1_i386.deb
 620decc56e23a4dde77ccb95ed5984b1 315096 libs optional hdfview_2.5-1_i386.deb

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

iEYEARECAAYFAkrRHW8ACgkQiOXXM92JlhBzfwCg0ev8B/0lb+gCDOw3/DnbdIW2
QsIAoK878nuTYIs0bE7HhcoS1OBeInXh
=7sYB
-END PGP SIGNATURE-


Accepted:
hdfview_2.5-1_i386.deb
  to pool/main/j/jhdf/hdfview_2.5-1_i386.deb
jhdf_2.5-1.diff.gz
  to pool/main/j/jhdf/jhdf_2.5-1.diff.gz
jhdf_2.5-1.dsc
  to pool/main/j/jhdf/jhdf_2.5-1.dsc
jhdf_2.5.orig.tar.gz
  to pool/main/j/jhdf/jhdf_2.5.orig.tar.gz
libjhdf-doc_2.5-1_i386.deb
  to pool/main/j/jhdf/libjhdf-doc_2.5-1_i386.deb
libjhdf4-java_2.5-1_i386.deb
  to pool/main/j/jhdf/libjhdf4-java_2.5-1_i386.deb
libjhdf4-jni_2.5-1_i386.deb
  to pool/main/j/jhdf/libjhdf4-jni_2.5-1_i386.deb
libjhdf5-java_2.5-1_i386.deb
  to pool/main/j/jhdf/libjhdf5-java_2.5-1_i386.deb
libjhdf5-jni_2.5-1_i386.deb
  to pool/main/j/jhdf/libjhdf5-jni_2.5-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted asterisk-chan-capi 1.1.4-1 (source i386)

2009-10-11 Thread Lionel Elie Mamane
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 17:35:13 +0200
Source: asterisk-chan-capi
Binary: asterisk-chan-capi
Architecture: source i386
Version: 1.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Lionel Elie Mamane lmam...@debian.org
Description: 
 asterisk-chan-capi - Common ISDN API 2.0 implementation for Asterisk
Changes: 
 asterisk-chan-capi (1.1.4-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 f8244d79c2a9e8beedad654ea717a1d3dcf219bb 1447 asterisk-chan-capi_1.1.4-1.dsc
 aa2fbe2f2c4fe9a1e510e81332ff50054de70228 178788 
asterisk-chan-capi_1.1.4.orig.tar.gz
 aff132dd1d937c65d1210ddf4fa426b0b7cde039 6214 
asterisk-chan-capi_1.1.4-1.diff.gz
 9843199d8fbf47cc40a40a815773005a5243b5c7 118966 
asterisk-chan-capi_1.1.4-1_i386.deb
Checksums-Sha256: 
 4e59db3f04e43577923129c14f1890e0db2d580bc16d4fd34679a22a18a74673 1447 
asterisk-chan-capi_1.1.4-1.dsc
 514ada5d942066174ba319037c6b4a7e61c96dcbe89cc4b074994de7ce301067 178788 
asterisk-chan-capi_1.1.4.orig.tar.gz
 f0fa7ed6bdf9d446fcf46d2ddf08ed24a6343667d139acab3c03c4212679f09d 6214 
asterisk-chan-capi_1.1.4-1.diff.gz
 d81848857f0814d7cfec1645054b06ea5adeb85c5965ef863833c612f581c9bc 118966 
asterisk-chan-capi_1.1.4-1_i386.deb
Files: 
 b690d14a3099524b5cccb4bdaa4faee3 1447 comm optional 
asterisk-chan-capi_1.1.4-1.dsc
 18fa835e724b7814deafbfa5b8cb01eb 178788 comm optional 
asterisk-chan-capi_1.1.4.orig.tar.gz
 013e154aaff7e6d03531a84ccd57685e 6214 comm optional 
asterisk-chan-capi_1.1.4-1.diff.gz
 e791d096171b8fd512fe762444ed5770 118966 comm optional 
asterisk-chan-capi_1.1.4-1_i386.deb

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

iEYEAREDAAYFAkrSBYkACgkQscRzFz57S3OhQwCeIV6mixgh1wA8AA+w0/8bdlBq
C+AAn2qM7u7nquyP9CnOi+9tN7G37EJs
=eUzn
-END PGP SIGNATURE-


Accepted:
asterisk-chan-capi_1.1.4-1.diff.gz
  to pool/main/a/asterisk-chan-capi/asterisk-chan-capi_1.1.4-1.diff.gz
asterisk-chan-capi_1.1.4-1.dsc
  to pool/main/a/asterisk-chan-capi/asterisk-chan-capi_1.1.4-1.dsc
asterisk-chan-capi_1.1.4-1_i386.deb
  to pool/main/a/asterisk-chan-capi/asterisk-chan-capi_1.1.4-1_i386.deb
asterisk-chan-capi_1.1.4.orig.tar.gz
  to pool/main/a/asterisk-chan-capi/asterisk-chan-capi_1.1.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted computer-janitor 1.13.3-2 (source all)

2009-10-11 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 18:05:52 +0200
Source: computer-janitor
Binary: computer-janitor computer-janitor-gtk
Architecture: source all
Version: 1.13.3-2
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode j...@debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 computer-janitor - clean up a system so it's more like a freshly installed one
 computer-janitor-gtk - clean up a system so it's more like a freshly installed 
one
Closes: 543796
Changes: 
 computer-janitor (1.13.3-2) unstable; urgency=low
 .
   * Correctly call dh_pysupport in debian/rules (Closes: #543796)
Checksums-Sha1: 
 0218ebf7f0bd4f7299d1f6587bf091859a73d51b 1338 computer-janitor_1.13.3-2.dsc
 dd01c5da0f697ec315ff9f0c570fdc6dcdbda94b 13922 
computer-janitor_1.13.3-2.diff.gz
 54502730cd0b3a05014835bc445ff782d4ddc029 44360 
computer-janitor_1.13.3-2_all.deb
 e28619d8875b741f3ddcf18b5f9537738615b306 67592 
computer-janitor-gtk_1.13.3-2_all.deb
Checksums-Sha256: 
 9dd680e2727117552dc0f915dc940313d87d36dcf39381cedeee764f3c06535e 1338 
computer-janitor_1.13.3-2.dsc
 c8ad383e547368f3ab87cf50f29198e8d1beab1cc62a38d7575ea817f6e29bfe 13922 
computer-janitor_1.13.3-2.diff.gz
 cd0144dca3c747001a6fd2d397bda632aeeebef79c00e586030af4bd030ef3ad 44360 
computer-janitor_1.13.3-2_all.deb
 56e3aa9e2d73f6be06424f8f7b1a6b7d13d06c2befece147df856154c2fb3c02 67592 
computer-janitor-gtk_1.13.3-2_all.deb
Files: 
 f3252f8af55714bb064c343a582f61fc 1338 admin optional 
computer-janitor_1.13.3-2.dsc
 1091f995f00b4cebc3da80241ac0ddf2 13922 admin optional 
computer-janitor_1.13.3-2.diff.gz
 c8eca81d8f515119db85878045b23190 44360 admin optional 
computer-janitor_1.13.3-2_all.deb
 165af8353ca88dfa562d239029f9ed97 67592 admin optional 
computer-janitor-gtk_1.13.3-2_all.deb

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

iEYEAREDAAYFAkrSBxsACgkQrCpf/gCCPsJEVgCgjTRvJyvEE7haGqY8pdRGeG7b
0KQAniRvXbWH1fd3Gc9x4Kb0U19nV245
=sx9C
-END PGP SIGNATURE-


Accepted:
computer-janitor-gtk_1.13.3-2_all.deb
  to pool/main/c/computer-janitor/computer-janitor-gtk_1.13.3-2_all.deb
computer-janitor_1.13.3-2.diff.gz
  to pool/main/c/computer-janitor/computer-janitor_1.13.3-2.diff.gz
computer-janitor_1.13.3-2.dsc
  to pool/main/c/computer-janitor/computer-janitor_1.13.3-2.dsc
computer-janitor_1.13.3-2_all.deb
  to pool/main/c/computer-janitor/computer-janitor_1.13.3-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted cipux-rpc 3.4.0.6-1 (source all)

2009-10-11 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 16:33:30 +0200
Source: cipux-rpc
Binary: libcipux-rpc-perl cipux-rpcd cipux-rpc-tools
Architecture: source all
Version: 3.4.0.6-1
Distribution: unstable
Urgency: low
Maintainer: CipUX team cipux-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 cipux-rpc-tools - Commandline helper tools for XML-RPC server
 cipux-rpcd - XML-RPC server for CipUX
 libcipux-rpc-perl - XML-RPC routines for perl-based CipUX XML-RPC applications
Changes: 
 cipux-rpc (3.4.0.6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 54bb8799dd33def1f07e78661f377aa4db94b4b7 1982 cipux-rpc_3.4.0.6-1.dsc
 63ae126e51eac57abb342ca2dc7b5b83564619fb 43153 cipux-rpc_3.4.0.6.orig.tar.gz
 97281ae55eb61fc0c61ca3618334297ee4b9ff25 13340 cipux-rpc_3.4.0.6-1.diff.gz
 70938e2519dc501aa36dc1ea1a6cd2acce37a321 53478 
libcipux-rpc-perl_3.4.0.6-1_all.deb
 ca9ea2f2fbd6f2b0793dc6b47d8db8be884d1ee7 15892 cipux-rpcd_3.4.0.6-1_all.deb
 92bea4207148734ff9585fe7e501320d6c12 25092 
cipux-rpc-tools_3.4.0.6-1_all.deb
Checksums-Sha256: 
 4161cc11ac1abdbea05ce5bd8b60c5188edb1654173499da26a25a93b1871469 1982 
cipux-rpc_3.4.0.6-1.dsc
 78a8f6d4bfa958cc9b8ab614133ccddf59aed8739c546d0d475640461a7cd061 43153 
cipux-rpc_3.4.0.6.orig.tar.gz
 7f216247b253813775797898609f05ebc54b83f3ff90dbff5b136de1c09b9d34 13340 
cipux-rpc_3.4.0.6-1.diff.gz
 903c2371b92994a310b6f2dae10d59a3b9d77224f31e3613d7ab7ebf1059d67b 53478 
libcipux-rpc-perl_3.4.0.6-1_all.deb
 7c7bb3a74977c61f7d68b1fb331b9368ee1c3612f538f644946d671dc78aaa41 15892 
cipux-rpcd_3.4.0.6-1_all.deb
 14dfc1e8c84400ac537e2e469c80921811ddd29377bb9746a773e1025285b5f4 25092 
cipux-rpc-tools_3.4.0.6-1_all.deb
Files: 
 1adf2a5a6396af7d54f097ddf2a779c1 1982 perl optional cipux-rpc_3.4.0.6-1.dsc
 407ece03ec77082d224d265935fa4f65 43153 perl optional 
cipux-rpc_3.4.0.6.orig.tar.gz
 210cd3bdf1eadba8482dd90413ffa23e 13340 perl optional 
cipux-rpc_3.4.0.6-1.diff.gz
 2fd66b77e3c9d60ff1129a2b1e508891 53478 perl optional 
libcipux-rpc-perl_3.4.0.6-1_all.deb
 147bf0b8e33f88e0715d57bbee180aaf 15892 perl optional 
cipux-rpcd_3.4.0.6-1_all.deb
 f2d5de56514a5575d400785d8e0880de 25092 perl optional 
cipux-rpc-tools_3.4.0.6-1_all.deb

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

iEYEAREDAAYFAkrR7bMACgkQn7DbMsAkQLiMaACgkIPqVIbQ9m0DT+yvQpkfh/8j
L3oAn1s0l4tE2q8QVMAQbyTOP0UfcwVs
=h/9h
-END PGP SIGNATURE-


Accepted:
cipux-rpc-tools_3.4.0.6-1_all.deb
  to pool/main/c/cipux-rpc/cipux-rpc-tools_3.4.0.6-1_all.deb
cipux-rpc_3.4.0.6-1.diff.gz
  to pool/main/c/cipux-rpc/cipux-rpc_3.4.0.6-1.diff.gz
cipux-rpc_3.4.0.6-1.dsc
  to pool/main/c/cipux-rpc/cipux-rpc_3.4.0.6-1.dsc
cipux-rpc_3.4.0.6.orig.tar.gz
  to pool/main/c/cipux-rpc/cipux-rpc_3.4.0.6.orig.tar.gz
cipux-rpcd_3.4.0.6-1_all.deb
  to pool/main/c/cipux-rpc/cipux-rpcd_3.4.0.6-1_all.deb
libcipux-rpc-perl_3.4.0.6-1_all.deb
  to pool/main/c/cipux-rpc/libcipux-rpc-perl_3.4.0.6-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted qtoctave 0.8.2+dfsg-2 (source amd64)

2009-10-11 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 16:29:55 +0200
Source: qtoctave
Binary: qtoctave
Architecture: source amd64
Version: 0.8.2+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Thomas Weber thomas.weber.m...@gmail.com
Description: 
 qtoctave   - A Qt front-end to Octave
Closes: 550264
Changes: 
 qtoctave (0.8.2+dfsg-2) unstable; urgency=low
 .
   * Fix build failure for GCC 4.4 via use_cstdio_header (closes: #550264)
 Thanks to Martin Michlmayr for both the report and the patch.
Checksums-Sha1: 
 06762659027c8b03d8455ca0adf03a8d6fb00c35 1413 qtoctave_0.8.2+dfsg-2.dsc
 ae317f7ea802d39915a52ddf92a9349ac0068cd7 14057 qtoctave_0.8.2+dfsg-2.diff.gz
 6391000f20b7d85a4aebb377b0ee26c719377b9b 1224114 
qtoctave_0.8.2+dfsg-2_amd64.deb
Checksums-Sha256: 
 45355a92e7865f2bac66d7117dba6782671ad341af4cd79fc016d3a475e490f3 1413 
qtoctave_0.8.2+dfsg-2.dsc
 83b6b49cace3b824b07bddcc7be7ebdc2c6cbac7259c07f6594749d5bf6af3e8 14057 
qtoctave_0.8.2+dfsg-2.diff.gz
 cc0709cbb0f997843a2e9fce70cd6d0b009ba9f125f2e8e2e546086eee272873 1224114 
qtoctave_0.8.2+dfsg-2_amd64.deb
Files: 
 ba9f8badb4fde9b07f1e39b2858a3a5b 1413 math optional qtoctave_0.8.2+dfsg-2.dsc
 f64128dba353ca5710daa18ee1722938 14057 math optional 
qtoctave_0.8.2+dfsg-2.diff.gz
 b5bd070c7d06284875e756e11c0b3963 1224114 math optional 
qtoctave_0.8.2+dfsg-2_amd64.deb

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

iEYEARECAAYFAkrR7bcACgkQPqD4a3lPnXz2tQCdHFryB0E+9fpWYOTkBwbCw69O
mmwAnjznBJa6i9qG4Bfk3V3c6dCIDakQ
=CvFK
-END PGP SIGNATURE-


Accepted:
qtoctave_0.8.2+dfsg-2.diff.gz
  to pool/main/q/qtoctave/qtoctave_0.8.2+dfsg-2.diff.gz
qtoctave_0.8.2+dfsg-2.dsc
  to pool/main/q/qtoctave/qtoctave_0.8.2+dfsg-2.dsc
qtoctave_0.8.2+dfsg-2_amd64.deb
  to pool/main/q/qtoctave/qtoctave_0.8.2+dfsg-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted pdns-recursor 3.1.7.1-3 (source amd64)

2009-10-11 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 18:46:58 +0200
Source: pdns-recursor
Binary: pdns-recursor
Architecture: source amd64
Version: 3.1.7.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian PowerDNS Maintainers powerdns-deb...@workaround.org
Changed-By: Matthijs Mohlmann matth...@cacholong.nl
Description: 
 pdns-recursor - PowerDNS recursor
Closes: 547033
Changes: 
 pdns-recursor (3.1.7.1-3) unstable; urgency=low
 .
   * Update incorrect dependencies in the init.d script. (Closes: #547033)
Checksums-Sha1: 
 7c934b00d2a5ec18e411823ff2762a001e998c88 1345 pdns-recursor_3.1.7.1-3.dsc
 1224f17ebc2eb6451c5f0624da4bbad9c034b551 8676 pdns-recursor_3.1.7.1-3.diff.gz
 ff3fab00160677db96a99e12a850b7f49fc740b1 449898 
pdns-recursor_3.1.7.1-3_amd64.deb
Checksums-Sha256: 
 402871a38d149d799051d1b7e8e5ba78b03d38f198feb8489c58efed2acdda74 1345 
pdns-recursor_3.1.7.1-3.dsc
 f29c1b7576d43a2590d33df95a936d04adaf85ba834e376629d6e28c59f6fde2 8676 
pdns-recursor_3.1.7.1-3.diff.gz
 6bedcefb78b324441d10f5a6474abafca9148b2af337f73b816849b8e60c7038 449898 
pdns-recursor_3.1.7.1-3_amd64.deb
Files: 
 122cd6dcff482595a30846c97cb745b8 1345 net extra pdns-recursor_3.1.7.1-3.dsc
 5a9bb1a3973a8a87caac7a477dff3085 8676 net extra pdns-recursor_3.1.7.1-3.diff.gz
 302c2ab7ad429870925708c79ee6d1a5 449898 net extra 
pdns-recursor_3.1.7.1-3_amd64.deb

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

iEYEARECAAYFAkrSDowACgkQ2n1ROIkXqbBdUACcCvDUMdUcHaThTZyTU94uBUrn
xFYAnRXmBN8Mp+crCLVZKl/PPv+eQs1t
=3v/e
-END PGP SIGNATURE-


Accepted:
pdns-recursor_3.1.7.1-3.diff.gz
  to pool/main/p/pdns-recursor/pdns-recursor_3.1.7.1-3.diff.gz
pdns-recursor_3.1.7.1-3.dsc
  to pool/main/p/pdns-recursor/pdns-recursor_3.1.7.1-3.dsc
pdns-recursor_3.1.7.1-3_amd64.deb
  to pool/main/p/pdns-recursor/pdns-recursor_3.1.7.1-3_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libbit-vector-perl 7.1-1 (source amd64)

2009-10-11 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 16:39:18 +0200
Source: libbit-vector-perl
Binary: libbit-vector-perl
Architecture: source amd64
Version: 7.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Christian Hammers c...@debian.org
Description: 
 libbit-vector-perl - Perl module for bit vectors and more
Changes: 
 libbit-vector-perl (7.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 81a902c479653ba2ba3a009dfb146ac9ec37d1ab 1408 libbit-vector-perl_7.1-1.dsc
 de2ffdae784ea061689f424dca56b27a55b50cd5 129871 
libbit-vector-perl_7.1.orig.tar.gz
 0743d1ed13a22823a2986d3e01fd26ecae075114 3248 libbit-vector-perl_7.1-1.diff.gz
 5c3896781474d19d8e4d1a68eeb0a2d56d24f8d2 177262 
libbit-vector-perl_7.1-1_amd64.deb
Checksums-Sha256: 
 20537273e997374f5bb9d5357056dc84088b1e1d21eac10dc6d3478bff616e89 1408 
libbit-vector-perl_7.1-1.dsc
 b42799e440cdb329bc522f4b069f540d39a53c6e6dae0e6d0d4ba353efaf7484 129871 
libbit-vector-perl_7.1.orig.tar.gz
 a25098f1eec591573c93f17fe2f371c898b8b3314deba9655314a3714f4fcec0 3248 
libbit-vector-perl_7.1-1.diff.gz
 f12572a78b900f5fc849fe9d93cec72fb65db55ced1fb1c91e9e9c30c771323d 177262 
libbit-vector-perl_7.1-1_amd64.deb
Files: 
 5a339c5eb3af4f1580e746bd5889d5c7 1408 perl optional 
libbit-vector-perl_7.1-1.dsc
 164c8574b728f6171b2a6f564fcd2e50 129871 perl optional 
libbit-vector-perl_7.1.orig.tar.gz
 39282dafd45a930a9bdfb0e301f4118a 3248 perl optional 
libbit-vector-perl_7.1-1.diff.gz
 195907a38bea7081867c7045d932b576 177262 perl optional 
libbit-vector-perl_7.1-1_amd64.deb

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

iEYEARECAAYFAkrR7m8ACgkQkR9K5oahGOYF8QCeM+mf8ToI5LL36baR9R7Hm3uw
Qo4An16qyWkqkPXxOTlqWrNuCUOlgXJf
=6t6D
-END PGP SIGNATURE-


Accepted:
libbit-vector-perl_7.1-1.diff.gz
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.1-1.diff.gz
libbit-vector-perl_7.1-1.dsc
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.1-1.dsc
libbit-vector-perl_7.1-1_amd64.deb
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.1-1_amd64.deb
libbit-vector-perl_7.1.orig.tar.gz
  to pool/main/libb/libbit-vector-perl/libbit-vector-perl_7.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted vim-scripts 20091011 (source all)

2009-10-11 Thread James Vega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 11:08:35 -0400
Source: vim-scripts
Binary: vim-scripts
Architecture: source all
Version: 20091011
Distribution: unstable
Urgency: low
Maintainer: Debian Vim Maintainers pkg-vim-maintain...@lists.alioth.debian.org
Changed-By: James Vega james...@debian.org
Description: 
 vim-scripts - plugins for vim, adding bells and whistles
Closes: 536741 539380
Changes: 
 vim-scripts (20091011) unstable; urgency=low
 .
   * debian/control:
 - Change Vcs-* fields to point at git repo.
 - Bump Standards-Version to 3.8.3, no changes needed.
   * Switch from dpatch to quilt.
   * Remove git-commit script.  Vim is shipped with more complete scripts.
 (Closes: #539380)
   * addons upgrades:
 - DoxygenToolkit: Updated to 0.2.5
 - NERD_commenter: Updated to 2.2.2
 - Color Sampler Pack: Updated to 7.01
 - xmledit: Updated to 1.84
 - calendar: Updated to 1.8
 - cvsmenu: Updated to 1.150
 - supertab: Updated to 0.60
   * Add disabledby-doxygentoolkit.diff patch, which enables the commented out
 plugin loaded check.
   * Add xml-nodocs.diff patch, which disables xmledit's automatic
 documentation generation functionality.  This doesn't make sense in a
 Debian package and in fact breaks functionality.  (Closes: #536741)
Checksums-Sha1: 
 04c9a63834ebecd1380e178eff660eb6108b2644 1061 vim-scripts_20091011.dsc
 e2c59ada6e9f71d7bda6f767135308efe4c30632 719123 vim-scripts_20091011.tar.gz
 2f8128021bd8f7595cdcabccd3b4747fce4159b8 724600 vim-scripts_20091011_all.deb
Checksums-Sha256: 
 a954c94adeb65d99db9a35df6686d73fde0defb82d9de19491708be87002c354 1061 
vim-scripts_20091011.dsc
 d59f41c1a8dcb45c7da1ebdca1b1b965ab7d5bff7fd020b03f31eb0b05695f25 719123 
vim-scripts_20091011.tar.gz
 eb5c39f1d0f2ac9efde25898599837eb7950ec0a4e8227543c904774ff4aa0b1 724600 
vim-scripts_20091011_all.deb
Files: 
 0c2c4538511ed20f705b647ccecd3ec9 1061 editors optional vim-scripts_20091011.dsc
 972b941f0386e4af4e8de5030b5c6c5f 719123 editors optional 
vim-scripts_20091011.tar.gz
 47c1e870e2e6f432e040dad25e6f2d4b 724600 editors optional 
vim-scripts_20091011_all.deb

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

iEYEARECAAYFAkrSCvsACgkQDb3UpmEybUAfhACdHFe46JNIUrf9KfI/PleXSinp
w3EAoJC1ePoouj/kaWXVFjOempeLDepk
=juli
-END PGP SIGNATURE-


Accepted:
vim-scripts_20091011.dsc
  to pool/main/v/vim-scripts/vim-scripts_20091011.dsc
vim-scripts_20091011.tar.gz
  to pool/main/v/vim-scripts/vim-scripts_20091011.tar.gz
vim-scripts_20091011_all.deb
  to pool/main/v/vim-scripts/vim-scripts_20091011_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted timedate 1.1900-1 (source all)

2009-10-11 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 16:42:03 +0200
Source: timedate
Binary: libtimedate-perl
Architecture: source all
Version: 1.1900-1
Distribution: unstable
Urgency: low
Maintainer: Christian Hammers c...@debian.org
Changed-By: Christian Hammers c...@debian.org
Description: 
 libtimedate-perl - Time and date functions for Perl
Changes: 
 timedate (1.1900-1) unstable; urgency=low
 .
   * New upstream release
   * Bumped standards version to 3.8.3.
Checksums-Sha1: 
 4fc6bd1347158e656a3afe74ecbfa89e1cc044ad 1209 timedate_1.1900-1.dsc
 c7fc8cf7316be90de7837784e49002c43db481ed 29370 timedate_1.1900.orig.tar.gz
 7c44e9fabd770890b61bc920f5a67051a27b9543 4228 timedate_1.1900-1.diff.gz
 9da34a7ac4d9acd222c05bd0d2e845d3506002af 40486 
libtimedate-perl_1.1900-1_all.deb
Checksums-Sha256: 
 a2af674ebdd86d797cf1228c8d423112ba96dee729fab9eb97f3dc4494fff6e5 1209 
timedate_1.1900-1.dsc
 a38b06584ea2490cef3ff2ab38461a0656a576ed29e070d7db4290f2327c7e8d 29370 
timedate_1.1900.orig.tar.gz
 29998b1e016db272b1dbc565e541262e5ec335a5f0d11f2ca90662be2f55bedf 4228 
timedate_1.1900-1.diff.gz
 b19803ccd4c5c0b5a1bb804c48c13e8cf795a2589400e08c083433d94d9020bf 40486 
libtimedate-perl_1.1900-1_all.deb
Files: 
 58f964e21f61ff7ff1564ad4f2e88aea 1209 perl optional timedate_1.1900-1.dsc
 1f2c89809b4692488a03cc431af06050 29370 perl optional 
timedate_1.1900.orig.tar.gz
 6f56f35eed8a36d5e48e75ae93102dca 4228 perl optional timedate_1.1900-1.diff.gz
 4e0c88032b87685ac02acbff4676215f 40486 perl optional 
libtimedate-perl_1.1900-1_all.deb

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

iEYEARECAAYFAkrR8CMACgkQkR9K5oahGObPjQCfTmWKEBWz6cwnFs/AHHqjAMcQ
re8AnRseUGrhMtdqq7r2HScu7KZmEWzs
=Sf3f
-END PGP SIGNATURE-


Accepted:
libtimedate-perl_1.1900-1_all.deb
  to pool/main/t/timedate/libtimedate-perl_1.1900-1_all.deb
timedate_1.1900-1.diff.gz
  to pool/main/t/timedate/timedate_1.1900-1.diff.gz
timedate_1.1900-1.dsc
  to pool/main/t/timedate/timedate_1.1900-1.dsc
timedate_1.1900.orig.tar.gz
  to pool/main/t/timedate/timedate_1.1900.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted logback 0.9.17-1 (source all)

2009-10-11 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Sep 2009 00:19:01 +0200
Source: logback
Binary: liblogback-java liblogback-java-doc
Architecture: source all
Version: 0.9.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 liblogback-java - flexible logging library for Java
 liblogback-java-doc - flexible logging library for Java - documentation
Changes: 
 logback (0.9.17-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Maintainer field to Debian Java Team
   * Add myself as Uploaders
   * Build-Depends on default-jdk instead of default-jdk-builddep
 because we don't build a native GCJ package.
   * Bump Standards-Version to 3.8.3 (no changes needed)
   * Documentation:
 - Move api documentation to /usr/share/doc/liblogback-java/api/
 - Register Logback manual with doc-base
   * Maven POMs:
 - Add a Build-Depends-Indep dependency on maven-repo-helper
 - Use mh_installpoms and mh_installjar to install the POM and the jar to 
the
  Maven repository
Checksums-Sha1: 
 42f974eda8c5a1aa03eb7eedf4f6d437e946c2c5 1327 logback_0.9.17-1.dsc
 da68325a36d9bbd18f91b59f01268d5868449e2b 4002215 logback_0.9.17.orig.tar.gz
 eae4699acd4ed9d8b3c424ae5dd2d76a4495d965 4115 logback_0.9.17-1.diff.gz
 c140771b367ee2478df888c959a81f34f4c8b7ba 378610 
liblogback-java_0.9.17-1_all.deb
 51ba6e805d66c321698c7ed80781d9e7134e0873 1805032 
liblogback-java-doc_0.9.17-1_all.deb
Checksums-Sha256: 
 fa14055731b5c8be0aab23ad07cfe545f06d013cb1ba583afef2036187d0db4e 1327 
logback_0.9.17-1.dsc
 d6f47aa153ca9d3e0c551756f029b0da0efdf9977a17fc4756a1fe26406f2de5 4002215 
logback_0.9.17.orig.tar.gz
 1488b1dbe0f9c5b017ac72ccdb4bf5b5d9094eac140728e29a1a2639d0a42c93 4115 
logback_0.9.17-1.diff.gz
 28b41136e70d5a9aa4ebb599eb3cb569c79f32db623f7b36d9a0f9ae9a27af09 378610 
liblogback-java_0.9.17-1_all.deb
 c09a0275c733cc58d4839f18d0b1c5ad3a274aebbb7f636fd34921b1e6501469 1805032 
liblogback-java-doc_0.9.17-1_all.deb
Files: 
 d6963bf738f7250d77fbd231ac6549e6 1327 java optional logback_0.9.17-1.dsc
 3d557d1960302aa8b73f99a930d51a11 4002215 java optional 
logback_0.9.17.orig.tar.gz
 0874427d1b539b1f9453875a5a4fe5de 4115 java optional logback_0.9.17-1.diff.gz
 716318dcb8cdc91bc7d428fb329cdb7a 378610 java optional 
liblogback-java_0.9.17-1_all.deb
 1d7498d04c4779ddd391b00238fd6d92 1805032 doc optional 
liblogback-java-doc_0.9.17-1_all.deb

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

iEYEARECAAYFAkrSDV8ACgkQyIFXyIXHk4mO8ACeJ2p07862e3rBK9TAfoSzJY8n
uaYAn2TdN6EqNXY11VYV+Jrzn/8A2D5y
=VtcQ
-END PGP SIGNATURE-


Accepted:
liblogback-java-doc_0.9.17-1_all.deb
  to pool/main/l/logback/liblogback-java-doc_0.9.17-1_all.deb
liblogback-java_0.9.17-1_all.deb
  to pool/main/l/logback/liblogback-java_0.9.17-1_all.deb
logback_0.9.17-1.diff.gz
  to pool/main/l/logback/logback_0.9.17-1.diff.gz
logback_0.9.17-1.dsc
  to pool/main/l/logback/logback_0.9.17-1.dsc
logback_0.9.17.orig.tar.gz
  to pool/main/l/logback/logback_0.9.17.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ttf-umeplus 20091005-1 (source all)

2009-10-11 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Oct 2009 01:19:36 +0900
Source: ttf-umeplus
Binary: ttf-umeplus
Architecture: source all
Version: 20091005-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-umeplus - Japanese TrueType gothic fonts, based on Umefont and M+Font
Changes: 
 ttf-umeplus (20091005-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 c5b5032aa83694d934377ec1713f11a951726559 1339 ttf-umeplus_20091005-1.dsc
 6d2630961453841f065843a2469dc66adbdcad49 5460561 
ttf-umeplus_20091005.orig.tar.gz
 6a38ab988cf1cdf791e032f833fb7520f1c37e26 3530 ttf-umeplus_20091005-1.diff.gz
 7c16d9e10be3e8f33dfed608024ed1fdc1a6accc 5458834 ttf-umeplus_20091005-1_all.deb
Checksums-Sha256: 
 887eca9c66cf945f7c421b9ed302865048f33eae6976a9c587e44ffda4dc1185 1339 
ttf-umeplus_20091005-1.dsc
 c694af895633038126594ec78d3dd838f4105afd470a91862668bc428a39f8af 5460561 
ttf-umeplus_20091005.orig.tar.gz
 edac3af743d419855df137273e5d862cb2772c095ef8df864417703d88a2bcfd 3530 
ttf-umeplus_20091005-1.diff.gz
 12d3537390296a63998e5ae557215758b4f640ef692082d3aac79c3ddf29a8d7 5458834 
ttf-umeplus_20091005-1_all.deb
Files: 
 482f08bba8bc46ca91bd48fa0c38403e 1339 fonts optional ttf-umeplus_20091005-1.dsc
 1d4adde775a8ffa632380a693dd57f2e 5460561 fonts optional 
ttf-umeplus_20091005.orig.tar.gz
 5be9861ef00c45015767eab2a1c71f98 3530 fonts optional 
ttf-umeplus_20091005-1.diff.gz
 3460b8553b42d65bc17cbc617aff8177 5458834 fonts optional 
ttf-umeplus_20091005-1_all.deb

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

iEYEARECAAYFAkrSBdIACgkQIu0hy8THJku3lwCaAk/ROp2gQ/5U2cIdqWdpfUSS
H88An1KDBjxBHVPJlSccmAEaoDMmkCr0
=JpVY
-END PGP SIGNATURE-


Accepted:
ttf-umeplus_20091005-1.diff.gz
  to pool/main/t/ttf-umeplus/ttf-umeplus_20091005-1.diff.gz
ttf-umeplus_20091005-1.dsc
  to pool/main/t/ttf-umeplus/ttf-umeplus_20091005-1.dsc
ttf-umeplus_20091005-1_all.deb
  to pool/main/t/ttf-umeplus/ttf-umeplus_20091005-1_all.deb
ttf-umeplus_20091005.orig.tar.gz
  to pool/main/t/ttf-umeplus/ttf-umeplus_20091005.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted maven-repo-helper 0.8 (source all)

2009-10-11 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 18:47:16 +0200
Source: maven-repo-helper
Binary: maven-repo-helper
Architecture: source all
Version: 0.8
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 maven-repo-helper - Helper tools for including Maven metatada in Debian 
packages
Changes: 
 maven-repo-helper (0.8) unstable; urgency=low
 .
   * org/debian/maven/repo/POMReader.java:
 Fix ${parent.version} parsing inside child's pom.xml
   * Bump Standards-Version to 3.8.3 (no changes needed)
   * Fix Vcs-* fields: use pkg-java SVN repository
Checksums-Sha1: 
 78d7619c1c6b19d9231f31a3789b74690780630e 1115 maven-repo-helper_0.8.dsc
 193ceb9d1e6e5db1c293192bbc84b2e330e21df9 50696 maven-repo-helper_0.8.tar.gz
 25b5ae32131c637842673b07c6a2fa08588b0ca0 56778 maven-repo-helper_0.8_all.deb
Checksums-Sha256: 
 b4e1110b087a4e25a0f4d71b4cdffb7dc3d5d4fa10d2c9dbbdb4008ebcb3 1115 
maven-repo-helper_0.8.dsc
 dc41dadd5c5839320439f8ef7a5e8242484779dfb0f6980dcc0b1c4c3c832d89 50696 
maven-repo-helper_0.8.tar.gz
 4fd4f76131d696f0cdf949f9250de588fd4d507eec846cc8b2919be4fea769d0 56778 
maven-repo-helper_0.8_all.deb
Files: 
 654c529a03824fcbb31173ff84df71b0 1115 java optional maven-repo-helper_0.8.dsc
 23fef4785478ff57380e667ca7d768c5 50696 java optional 
maven-repo-helper_0.8.tar.gz
 0cafb5212482f335f9456b90546f13e8 56778 java optional 
maven-repo-helper_0.8_all.deb

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

iEYEARECAAYFAkrSDNkACgkQyIFXyIXHk4kFfACeK6xmbtSuml4M5hhPJ8+krsP3
hL8An1mEXiNVSwwpxsIBk9Jor8h0w9Mz
=vS93
-END PGP SIGNATURE-


Accepted:
maven-repo-helper_0.8.dsc
  to pool/main/m/maven-repo-helper/maven-repo-helper_0.8.dsc
maven-repo-helper_0.8.tar.gz
  to pool/main/m/maven-repo-helper/maven-repo-helper_0.8.tar.gz
maven-repo-helper_0.8_all.deb
  to pool/main/m/maven-repo-helper/maven-repo-helper_0.8_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted rephrase 0.1-2 (source i386)

2009-10-11 Thread Tiago Bortoletto Vaz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:27:14 -0300
Source: rephrase
Binary: rephrase
Architecture: source i386
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz ti...@debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 rephrase   - Specialized passphrase recovery tool for GnuPG
Closes: 550508
Changes: 
 rephrase (0.1-2) unstable; urgency=low
 .
   * Added gnupg as dependency.
   * debian/control:
 + pass the right gpg path to make. Thanks to Artur R. Czechowski.
   (Closes: #550508)
Checksums-Sha1: 
 67cc35691acbfc9615623017e1b963e3ab5d17ec 1124 rephrase_0.1-2.dsc
 28a9f138617d7a69ea931a1c63fc26e677364a2b 5063 rephrase_0.1-2.diff.gz
 34406dad6d28468b7698b82fb1f99ff0b7953b68 10150 rephrase_0.1-2_i386.deb
Checksums-Sha256: 
 1316e3059215da67906f760829725620f51560ed8ad8346a0b10e16ea2e6d37d 1124 
rephrase_0.1-2.dsc
 c48f6197d1f161f14b2948666a7de24782f1e1d99afa57fb2e280baa5fd89303 5063 
rephrase_0.1-2.diff.gz
 d5fdc0933a4cd9ef167ce365da644dce9901a345ced730497c7416e1cbf7c249 10150 
rephrase_0.1-2_i386.deb
Files: 
 fd80384e797dc15556a7888e39b27f53 1124 utils extra rephrase_0.1-2.dsc
 ede3b7f4e85c81894a792a5082e0942b 5063 utils extra rephrase_0.1-2.diff.gz
 cbf9480bdd31c52df568c58c5df2821a 10150 utils extra rephrase_0.1-2_i386.deb

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

iEYEARECAAYFAkrR/GUACgkQaQ1iFKUE/spo6QCfVhmLSK5z3iZAL5aYxjGwIg7o
kxcAn2T3QlThBqLnnPLDQ15P2vAKtaOg
=rBQ+
-END PGP SIGNATURE-


Accepted:
rephrase_0.1-2.diff.gz
  to pool/main/r/rephrase/rephrase_0.1-2.diff.gz
rephrase_0.1-2.dsc
  to pool/main/r/rephrase/rephrase_0.1-2.dsc
rephrase_0.1-2_i386.deb
  to pool/main/r/rephrase/rephrase_0.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted goffice 0.7.14-1 (source all amd64)

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

Format: 1.8
Date: Sun, 11 Oct 2009 18:24:29 +0200
Source: goffice
Binary: libgoffice-0-8-dev libgoffice-dbg libgoffice-0-8 libgoffice-0-8-common
Architecture: source all amd64
Version: 0.7.14-1
Distribution: experimental
Urgency: low
Maintainer: J.H.M. Dassen (Ray) jdas...@debian.org
Changed-By: J.H.M. Dassen (Ray) jdas...@debian.org
Description: 
 libgoffice-0-8 - Document centric objects library - runtime files
 libgoffice-0-8-common - Document centric objects library - common files
 libgoffice-0-8-dev - Document centric objects library - runtime files
 libgoffice-dbg - Document centric objects library - debugging files
Changes: 
 goffice (0.7.14-1) experimental; urgency=low
 .
   * New upstream release. Uploading to experimental so as not to interfere
 with gnumeric 0.7.13's migration to testing.
Checksums-Sha1: 
 bf1dcda63457c2782b2b22d4a9e205807a64fb76 1423 goffice_0.7.14-1.dsc
 f276c1361f9a1f6a9e96464451af709038eb0c5a 3448844 goffice_0.7.14.orig.tar.gz
 07f9c65f57cc5c98ed2017d049f67e347cc6aa06 14872 goffice_0.7.14-1.diff.gz
 a16d0db58b8c2140b517a82dd6ec30f18305b778 998070 
libgoffice-0-8-common_0.7.14-1_all.deb
 6c31fbe6775f9cef3e563adf2089fbdd0aa88bed 1187162 
libgoffice-0-8-dev_0.7.14-1_amd64.deb
 09b155929ae6d14302821df55f35aebfa4a0c856 1584512 
libgoffice-dbg_0.7.14-1_amd64.deb
 467d4b0aac67b4910a70e1e93015d3342346b693 1503878 
libgoffice-0-8_0.7.14-1_amd64.deb
Checksums-Sha256: 
 4991d6dc6c37c9e22f8abf91ad7693a19860848ad9280906d317801a73c2798d 1423 
goffice_0.7.14-1.dsc
 de01531d51cfdbeb6e14704bee391c94c73a483f94df8cabf6614ecb5ff2e743 3448844 
goffice_0.7.14.orig.tar.gz
 473107ca68ab11dc118e6e7016c2c5cfb7c731bd9da1bbff7cd8bebc07248f18 14872 
goffice_0.7.14-1.diff.gz
 3e03e4ef7f58a0308ae834c3975f47732b2c171c865725f4b6ffec0463b9ce05 998070 
libgoffice-0-8-common_0.7.14-1_all.deb
 a3be375272bc667433f5bbfdf7d79d197a549526345a5b8d618dd76a71f89202 1187162 
libgoffice-0-8-dev_0.7.14-1_amd64.deb
 af2a6123a452e32feca21a1dfc3dbdbb706b6bee968786e553f555c8c80f98bc 1584512 
libgoffice-dbg_0.7.14-1_amd64.deb
 2eac300d664001f41320054098933ef86be680ee1ac0cde4122f3ac6e99b4d3d 1503878 
libgoffice-0-8_0.7.14-1_amd64.deb
Files: 
 65d02d95581bbd3fb83963eefcbbe839 1423 libs optional goffice_0.7.14-1.dsc
 e94b9fc92210e5037143450f71907c8a 3448844 libs optional 
goffice_0.7.14.orig.tar.gz
 cd00d3b51c63005c6d2d7a396090ad21 14872 libs optional goffice_0.7.14-1.diff.gz
 884be3d4f2e3394863e1123a5f6d6df9 998070 libs optional 
libgoffice-0-8-common_0.7.14-1_all.deb
 f04099abc89c6e0458254456d3a63f80 1187162 libdevel optional 
libgoffice-0-8-dev_0.7.14-1_amd64.deb
 6f9ac283b7e65185414034087aaf4263 1584512 debug extra 
libgoffice-dbg_0.7.14-1_amd64.deb
 82c8a865f85d862cd06f77004022de73 1503878 libs optional 
libgoffice-0-8_0.7.14-1_amd64.deb

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

iEYEARECAAYFAkrSEj4ACgkQmGjI2TeZ54coaQCggToCogTRxPc98HLnmiFho4u2
wnMAoKAWWnfx8CqeUVFrZ+O1//tOQkpF
=5XZ+
-END PGP SIGNATURE-


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


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libv8 1.3.11+dfsg-2 (source i386)

2009-10-11 Thread Antonio Radici
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 13:33:11 +0100
Source: libv8
Binary: libv8-dev libv8-0 libv8-dbg
Architecture: source i386
Version: 1.3.11+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Antonio Radici anto...@dyne.org
Changed-By: Antonio Radici anto...@dyne.org
Description: 
 libv8-0- V8 JavaScript Engine
 libv8-dbg  - Development symbols for the V8 JavaScript Engine
 libv8-dev  - Development files for the V8 JavaScript Engine
Closes: 548467 550448 550581 8636294
Changes: 
 libv8 (1.3.11+dfsg-2) unstable; urgency=low
 .
   * debian/patches:
 + armel-build.patch: adding march armv5t to build on armel (Closes: 
8636294)
 + x86_64_code.patch: build 64 bit code on x86_64 (Closes: 548467, 550448)
   * debian/watch: excluded '..' from the versions (Closes: 550581)
   * debian/changelog: added DM-Upload-Allowed: yes
Checksums-Sha1: 
 1f745c54e3434de229654eeb5cba92f24e53baf1 1217 libv8_1.3.11+dfsg-2.dsc
 19cb2edc70ff4684b1b7869b6a233ea569d96929 9643 libv8_1.3.11+dfsg-2.diff.gz
 214e258cfff7b209d01fe9ee3f5ce9edeac909e4 41200 libv8-dev_1.3.11+dfsg-2_i386.deb
 bcb21916921d9812e7803fd42f16d5ce40760a50 700560 libv8-0_1.3.11+dfsg-2_i386.deb
 d9b745c9a18dcb775bf837bd99c0d682b982af45 7843542 
libv8-dbg_1.3.11+dfsg-2_i386.deb
Checksums-Sha256: 
 c3c9a6d668ae9b8b1a409a0422842b206a8cd8bc944ac963a2abd238d4897612 1217 
libv8_1.3.11+dfsg-2.dsc
 4fe74541f59aaeed0614434d0ed83ac1e514ee435653651d6f48080bd325fe5b 9643 
libv8_1.3.11+dfsg-2.diff.gz
 0adf9fc01676a5822078849eeb8e0be3bbe0564dcca1584874166d4654a2c905 41200 
libv8-dev_1.3.11+dfsg-2_i386.deb
 83e11c999d1779af528ca5607f649288d80e260eeeacdaeaceb66900fb43a232 700560 
libv8-0_1.3.11+dfsg-2_i386.deb
 02af9e79b8b6a0d911f2c4796eeba48bb8e6664de4d52419ed70c9ebe8646eb7 7843542 
libv8-dbg_1.3.11+dfsg-2_i386.deb
Files: 
 ae054c849a4c76a3bf6f45dc4a1ac161 1217 libs extra libv8_1.3.11+dfsg-2.dsc
 e7332bde35bb69476f487d9df768fd22 9643 libs extra libv8_1.3.11+dfsg-2.diff.gz
 d0bea9d5800f25b1415bd0c4b48af486 41200 libdevel extra 
libv8-dev_1.3.11+dfsg-2_i386.deb
 060078ad581cbc5fc6391c8627110ca8 700560 libs extra 
libv8-0_1.3.11+dfsg-2_i386.deb
 219e7d3e25b3f29f2f3848df9c3ad843 7843542 debug extra 
libv8-dbg_1.3.11+dfsg-2_i386.deb

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

iD8DBQFK0hS+2tp5zXiKP0wRAhaPAJsEl/wTLYOWsf4n/4a+QMLQQv9yowCguo64
79d76PGJL+P8Cfl8tM5oJdI=
=iy+p
-END PGP SIGNATURE-


Accepted:
libv8-0_1.3.11+dfsg-2_i386.deb
  to pool/main/libv/libv8/libv8-0_1.3.11+dfsg-2_i386.deb
libv8-dbg_1.3.11+dfsg-2_i386.deb
  to pool/main/libv/libv8/libv8-dbg_1.3.11+dfsg-2_i386.deb
libv8-dev_1.3.11+dfsg-2_i386.deb
  to pool/main/libv/libv8/libv8-dev_1.3.11+dfsg-2_i386.deb
libv8_1.3.11+dfsg-2.diff.gz
  to pool/main/libv/libv8/libv8_1.3.11+dfsg-2.diff.gz
libv8_1.3.11+dfsg-2.dsc
  to pool/main/libv/libv8/libv8_1.3.11+dfsg-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gnumeric 1.9.14-1 (source all amd64)

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

Format: 1.8
Date: Sun, 11 Oct 2009 18:37:13 +0200
Source: gnumeric
Binary: gnumeric gnumeric-common gnumeric-doc gnumeric-plugins-extra
Architecture: source all amd64
Version: 1.9.14-1
Distribution: experimental
Urgency: low
Maintainer: J.H.M. Dassen (Ray) jdas...@debian.org
Changed-By: J.H.M. Dassen (Ray) jdas...@debian.org
Description: 
 gnumeric   - spreadsheet application for GNOME - main program
 gnumeric-common - spreadsheet application for GNOME - common files
 gnumeric-doc - spreadsheet application for GNOME - documentation
 gnumeric-plugins-extra - spreadsheet application for GNOME - additional plugins
Changes: 
 gnumeric (1.9.14-1) experimental; urgency=low
 .
   * New upstream development release. Uploading to experimental so as not to
 interfere with gnumeric 0.7.13's migration to testing.
   * [debian/control] Bumped goffice build dependency as per configure.in .
Checksums-Sha1: 
 16ec5ea2b7efe95d967547b8a26eb1ba6b1f96bb 1674 gnumeric_1.9.14-1.dsc
 600a3ff161fd6441fccefae962411eae71f80520 21569100 gnumeric_1.9.14.orig.tar.gz
 3d872628095e7f68a9b0f3dbd02ef875640a1bd1 49285 gnumeric_1.9.14-1.diff.gz
 c05832f4a399bad4cb2925866cfc0467f7ed41ef 3066748 
gnumeric-common_1.9.14-1_all.deb
 ec0c7617a41daae90dd869933ef2a7f12c4d9a89 5416654 gnumeric-doc_1.9.14-1_all.deb
 6f9581ef237c6fe52f08775426fd6e64cdce1970 2665782 gnumeric_1.9.14-1_amd64.deb
 1e96154a449c1c23cf6ec35a0f0f380fd00910c5 208654 
gnumeric-plugins-extra_1.9.14-1_amd64.deb
Checksums-Sha256: 
 88896ae852aca55246f2c8d846f28f38c696f9b20d87a21428982680cb10090d 1674 
gnumeric_1.9.14-1.dsc
 f886ed4117b0dc167e71294c45b59ffd2b1b4a91f34d32c7cfae6b626c927c09 21569100 
gnumeric_1.9.14.orig.tar.gz
 876de28f8910a40005a1c75ad4baeaa0078d9258fba3f835e44d9db7b4eb8775 49285 
gnumeric_1.9.14-1.diff.gz
 495deb3c57c7937b357d398a54cb7ffc19b99a5df607d90a25dc7f7ed4aec195 3066748 
gnumeric-common_1.9.14-1_all.deb
 70a33153512977270d5bb25ffd640f6d67d1214813454b27b7eed7335413c8ea 5416654 
gnumeric-doc_1.9.14-1_all.deb
 773eedf902ef609e115689fe0938a6471e2fe7f4758272540ddd4fe42ade0d15 2665782 
gnumeric_1.9.14-1_amd64.deb
 bff79b2b6a6b4a06592ef3059b02a469c82fd7017657936038c8a0f009044894 208654 
gnumeric-plugins-extra_1.9.14-1_amd64.deb
Files: 
 c5d4e502590766f7f998ce7264baf1e4 1674 math optional gnumeric_1.9.14-1.dsc
 a7f0c8702b7f2dd476c1660ffcdb0b61 21569100 math optional 
gnumeric_1.9.14.orig.tar.gz
 eae81ad3840706ae7256daefa2b318a5 49285 math optional gnumeric_1.9.14-1.diff.gz
 3afbeabf7702e7fce30a96ce5574513a 3066748 math optional 
gnumeric-common_1.9.14-1_all.deb
 d8c4b7ad0105c8a3350833d56d29704d 5416654 doc optional 
gnumeric-doc_1.9.14-1_all.deb
 3f67319771a195686d1a3239711c1d2b 2665782 math optional 
gnumeric_1.9.14-1_amd64.deb
 a788e3c924d3892f779202904f2ac02b 208654 math optional 
gnumeric-plugins-extra_1.9.14-1_amd64.deb

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

iEYEARECAAYFAkrSEkgACgkQmGjI2TeZ54do6ACfYq9N3pPcN81qupHESxoa6Sqz
/a0AnisE2MiGgNqd7b55gPAAdLyBIh6i
=Wof/
-END PGP SIGNATURE-


Accepted:
gnumeric-common_1.9.14-1_all.deb
  to pool/main/g/gnumeric/gnumeric-common_1.9.14-1_all.deb
gnumeric-doc_1.9.14-1_all.deb
  to pool/main/g/gnumeric/gnumeric-doc_1.9.14-1_all.deb
gnumeric-plugins-extra_1.9.14-1_amd64.deb
  to pool/main/g/gnumeric/gnumeric-plugins-extra_1.9.14-1_amd64.deb
gnumeric_1.9.14-1.diff.gz
  to pool/main/g/gnumeric/gnumeric_1.9.14-1.diff.gz
gnumeric_1.9.14-1.dsc
  to pool/main/g/gnumeric/gnumeric_1.9.14-1.dsc
gnumeric_1.9.14-1_amd64.deb
  to pool/main/g/gnumeric/gnumeric_1.9.14-1_amd64.deb
gnumeric_1.9.14.orig.tar.gz
  to pool/main/g/gnumeric/gnumeric_1.9.14.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted audacity 1.3.9-5 (source all amd64)

2009-10-11 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 11 Oct 2009 17:52:06 +0200
Source: audacity
Binary: audacity audacity-data audacity-dbg
Architecture: source all amd64
Version: 1.3.9-5
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@ubuntu.com
Description: 
 audacity   - A fast, cross-platform audio editor
 audacity-data - A fast, cross-platform audio editor (data)
 audacity-dbg - A fast, cross-platform audio editor (debug)
Changes: 
 audacity (1.3.9-5) unstable; urgency=low
 .
   * Add debian/patches/disk-full-on-export.patch to show an error message if
 the disk gets full on PCM export; thanks to David Henningsson for the patch
 (LP: #259798).
Checksums-Sha1: 
 1cb7b48c0b6d23bceb615d782dfb62054601b1c3 2511 audacity_1.3.9-5.dsc
 c267aac3a57d66bab835a9346df9b3ec6c3f8564 35679 audacity_1.3.9-5.diff.gz
 9653d362432668458ae46f780bfbbaced220507d 2116912 audacity-data_1.3.9-5_all.deb
 00e03765a770726e0f1978ba454bd3aba23d7e17 2785976 audacity_1.3.9-5_amd64.deb
 1d6ef0eb20d3a2cb3747673723c49b4e7c3430ef 12741638 
audacity-dbg_1.3.9-5_amd64.deb
Checksums-Sha256: 
 d6d3114dfad9fdc5fb3fa0583c453b8bb1d29a6248feb1b6cb745674d66e1b0d 2511 
audacity_1.3.9-5.dsc
 b905c0d39a4c0f3ead76a7ff6e492881e643855fa9ff6f10119841332b836eec 35679 
audacity_1.3.9-5.diff.gz
 cee9bd2be79d37ea11277fa1e359890cf94a3f35119b8b05e9965ddad0848d54 2116912 
audacity-data_1.3.9-5_all.deb
 cdb3248de5030a062422570406b46b699a0ecb0f5c04cd70ed812fa10756fca1 2785976 
audacity_1.3.9-5_amd64.deb
 2913967478a2f33426d03370799b3f6ae69881741b358b834e3abf4765d63b53 12741638 
audacity-dbg_1.3.9-5_amd64.deb
Files: 
 f6ee3543117a58765fe2c4213a382292 2511 sound optional audacity_1.3.9-5.dsc
 e578ad2618da0d99a2657142412e2d39 35679 sound optional audacity_1.3.9-5.diff.gz
 4af5f29bd2c2614c22feb95b81b368a8 2116912 sound optional 
audacity-data_1.3.9-5_all.deb
 c35793c02d50dba06c5799fe1488b405 2785976 sound optional 
audacity_1.3.9-5_amd64.deb
 5e5f4d08fb331be96f0faa7be781ba44 12741638 debug extra 
audacity-dbg_1.3.9-5_amd64.deb

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

iQIcBAEBCgAGBQJK0jO4AAoJEBWetcTvyHdMfKkQAK+0zwWGPaVR79bU8jLmRM3V
YCxfK8PfljLpREDjbMXm5lILLmbOeVCS+nPfRFRX0cvX4TIUxDeRsD/rud/DYWwd
NMK6aQQayM0SYli0KyhLuXytWyUv7M6tnhdYN89+goqC+h5SQAQYX98yZk35nLQk
H1ukR8P2Yx5MjEqq32Jbl6AgiNDRdMQ0gsTKZoSbOWpQ+kJbWUnKWjO+ir8wXhEt
gqUhkhTopnn/Z4XGpx3e+mrgpQdIQ3k3nodG8HiBw0K+r0H3tFTmvMGvYNONuLHA
Nf7X2xYhxxlh16ZBECsZNYJZOCwbg8xN8SxdBMFJUhy1jThuuS1pzlNtO0XWzpcr
e031c9k7o4r0U/kt8z8TDvjcnTKJEvmaypw3xzsqyH3loGJCwMJ6kJSI9n+qByXe
zocoZPyArNCD+ilfa2jhKn7txQzQCxqubD18OqM/Uu9ECEuJv6h23I7RLBZj41JF
Usw/3iADkUnOBbyzD5U6Uy5Et6yO5g5RT62estquq7F4io8PX7rqjMHJQkYEx3Fr
uf5cldRcuGqqG8S4h3DpCktQpy7jgrxUdKqqyj7cC1Oc1gEdM3EuKeuibtaggE9c
W30ESpVKGv+L5AjwWcRYd8hED68WVjNZDv7Gvif8U41co/Xqr7sIYdCjTT1ZGpcj
2usOE4h6rsI6YvlVgbuX
=Jdgq
-END PGP SIGNATURE-


Accepted:
audacity-data_1.3.9-5_all.deb
  to pool/main/a/audacity/audacity-data_1.3.9-5_all.deb
audacity-dbg_1.3.9-5_amd64.deb
  to pool/main/a/audacity/audacity-dbg_1.3.9-5_amd64.deb
audacity_1.3.9-5.diff.gz
  to pool/main/a/audacity/audacity_1.3.9-5.diff.gz
audacity_1.3.9-5.dsc
  to pool/main/a/audacity/audacity_1.3.9-5.dsc
audacity_1.3.9-5_amd64.deb
  to pool/main/a/audacity/audacity_1.3.9-5_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted effects 2.0.8-1 (source all)

2009-10-11 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 13:11:27 -0500
Source: effects
Binary: r-cran-effects
Architecture: source all
Version: 2.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-effects - GNU R graphical and tabular effects display for glm models
Changes: 
 effects (2.0.8-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 7c22e8881b7b58df3e4ae12c16f85836145b2713 1034 effects_2.0.8-1.dsc
 48d0eb2612f199d5806a05b6076b71aa960f5c89 116269 effects_2.0.8.orig.tar.gz
 698d4a9cf788faac80e9a3e27fcaeba028e1f81c 2289 effects_2.0.8-1.diff.gz
 2082079d6b805f7d8134b1c3bf1dd5fef8197e61 175752 r-cran-effects_2.0.8-1_all.deb
Checksums-Sha256: 
 1c223d2462621d50dff022ce0ba3b089a2ab5d9f9b310b22c7f4b41b08028449 1034 
effects_2.0.8-1.dsc
 0e2f0274475b578d0861b86a9892e1cb1076996059813209676a80b54bd4465e 116269 
effects_2.0.8.orig.tar.gz
 f3550f8e03f674bf4a48fe46544675983cd2fd06abf8345c48f00ffc5f88a494 2289 
effects_2.0.8-1.diff.gz
 a0881956361904a06cba0feda21cf374d9cafac12643a771479aba68f21141e5 175752 
r-cran-effects_2.0.8-1_all.deb
Files: 
 8f32964ee2bbcf3aefc49c5703961425 1034 gnu-r optional effects_2.0.8-1.dsc
 da7da52de5f539c756bb99e439634a36 116269 gnu-r optional 
effects_2.0.8.orig.tar.gz
 1ed77c0cc7f50af9c5f98ae5c72f3766 2289 gnu-r optional effects_2.0.8-1.diff.gz
 dabe786eeba3b194f92448ae4ac6a560 175752 gnu-r optional 
r-cran-effects_2.0.8-1_all.deb

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

iD8DBQFK0jLKCZSR95Gw07cRAiEsAJ9OYofE+afvWuwjSYNVCuSG9XWAXQCgjOUE
//vi+QYwhyAE5o6twiw8IrM=
=AcXv
-END PGP SIGNATURE-


Accepted:
effects_2.0.8-1.diff.gz
  to pool/main/e/effects/effects_2.0.8-1.diff.gz
effects_2.0.8-1.dsc
  to pool/main/e/effects/effects_2.0.8-1.dsc
effects_2.0.8.orig.tar.gz
  to pool/main/e/effects/effects_2.0.8.orig.tar.gz
r-cran-effects_2.0.8-1_all.deb
  to pool/main/e/effects/r-cran-effects_2.0.8-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tilecache 2.03-1.2 (source all)

2009-10-11 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 21:16:36 +0200
Source: tilecache
Binary: tilecache
Architecture: source all
Version: 2.03-1.2
Distribution: unstable
Urgency: low
Maintainer: Christopher Schmidt crschm...@metacarta.com
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 tilecache  - a web map tile caching system
Closes: 547864
Changes: 
 tilecache (2.03-1.2) unstable; urgency=low
 .
   * Non-maintainer upload to make the package ready for Python 2.6; thanks to
 Josselin Mouette for the report; Closes: #547864
 - debian/control
   + build-depends on python (= 2.5.4-1~)
 - debian/rules
   + added python.mk inclusion
   + used $(py_setup_install_args) at install time
   + used '*-packages' instead of 'site-packages'
Checksums-Sha1: 
 0213bc30eb9ef795151f5ad8bbfd6ab5508f5827 1113 tilecache_2.03-1.2.dsc
 799c916bb9e913865ba6f5d56da2992615807ea3 8038 tilecache_2.03-1.2.diff.gz
 cfbcfbfb3dae4342b8fc20e35eaa69cce7933c5a 50546 tilecache_2.03-1.2_all.deb
Checksums-Sha256: 
 fccf21708313564a61c01d380bbfe9c51502166f070fbcfe27405d0fc2691a21 1113 
tilecache_2.03-1.2.dsc
 bc2508be40767ceaa068d041d2f54cf95e273b77699000f1a5ff4410929b8e69 8038 
tilecache_2.03-1.2.diff.gz
 734c190cc6ed7af1714c176bfcb63ad87005487a8f24cc4b675394e89b45c914 50546 
tilecache_2.03-1.2_all.deb
Files: 
 dc7dea5d25ebb8dfdc18b74633bf9528 1113 web extra tilecache_2.03-1.2.dsc
 b05a787eb9baf71ebb11a52468376364 8038 web extra tilecache_2.03-1.2.diff.gz
 12302f39340213ad7b225829d51ff1a0 50546 web extra tilecache_2.03-1.2_all.deb

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

iEYEARECAAYFAkrSMB8ACgkQAukwV0RN2VD2nwCglKXGDTTg4EHtyU8pA76v+fQI
TKwAnRi6YYdbnSgEAo+k5UxYt9Fl1LtW
=QRsM
-END PGP SIGNATURE-


Accepted:
tilecache_2.03-1.2.diff.gz
  to pool/main/t/tilecache/tilecache_2.03-1.2.diff.gz
tilecache_2.03-1.2.dsc
  to pool/main/t/tilecache/tilecache_2.03-1.2.dsc
tilecache_2.03-1.2_all.deb
  to pool/main/t/tilecache/tilecache_2.03-1.2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted di 4.16.dfsg.1-1 (source amd64)

2009-10-11 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 21:07:55 +0200
Source: di
Binary: di
Architecture: source amd64
Version: 4.16.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Michael Ablassmeier a...@debian.org
Changed-By: Michael Ablassmeier a...@debian.org
Description: 
 di - advanced df like disk information utility
Closes: 544821
Changes: 
 di (4.16.dfsg.1-1) unstable; urgency=low
 .
   * New upstream release (Allows build on Debian KFreeBSD (Closes: #544821)
   * Bump Standards Version
Checksums-Sha1: 
 85e87735bd217dffd5e4060ac9207a867d02005a 968 di_4.16.dfsg.1-1.dsc
 f70878e4387bc78ab99c04598b1e830d8b03da9e 54014 di_4.16.dfsg.1.orig.tar.gz
 75e3ce1ba3a3dd3db039499fb9f87b1ade0fc37b 2536 di_4.16.dfsg.1-1.diff.gz
 89f9120b7b11feae16fbceaa3b072aebe8760d9a 29046 di_4.16.dfsg.1-1_amd64.deb
Checksums-Sha256: 
 d771bc7c0a563bb58199e135a63b87fba4425e57630da630491c53be13352264 968 
di_4.16.dfsg.1-1.dsc
 59940abe9d35cc382976af84e54fcd9bc2c4b6581ad03b5bbccb6a2b4da47780 54014 
di_4.16.dfsg.1.orig.tar.gz
 fa644ba3f9cc229b24d8c43027fd9a140af28dcd3dc036940eed77c7d83d462e 2536 
di_4.16.dfsg.1-1.diff.gz
 76a5599d041ab37a153acee8b3e91262649d40e7a1c82a183a2d6b53bad5f714 29046 
di_4.16.dfsg.1-1_amd64.deb
Files: 
 67a2f3f865fbfcafdfa979dfa7329959 968 utils optional di_4.16.dfsg.1-1.dsc
 5a5e9a0e9fcc408f55d9d5502c06925a 54014 utils optional 
di_4.16.dfsg.1.orig.tar.gz
 7240b78ba5542e99682cf76bebe4c6d7 2536 utils optional di_4.16.dfsg.1-1.diff.gz
 907007feda09fd0475f1ca47cafc6bd8 29046 utils optional 
di_4.16.dfsg.1-1_amd64.deb

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

iEYEARECAAYFAkrSLm8ACgkQEFV7g4B8rCU9ZwCfbWimtage/1h8PKkJkHYXXe2b
o8gAoM83oHP/RCBMXwtVCCS1WDo9+Kbs
=CWB6
-END PGP SIGNATURE-


Accepted:
di_4.16.dfsg.1-1.diff.gz
  to pool/main/d/di/di_4.16.dfsg.1-1.diff.gz
di_4.16.dfsg.1-1.dsc
  to pool/main/d/di/di_4.16.dfsg.1-1.dsc
di_4.16.dfsg.1-1_amd64.deb
  to pool/main/d/di/di_4.16.dfsg.1-1_amd64.deb
di_4.16.dfsg.1.orig.tar.gz
  to pool/main/d/di/di_4.16.dfsg.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted tipptrainer 0.6.0-16 (source all amd64)

2009-10-11 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 20:33:59 +0200
Source: tipptrainer
Binary: tipptrainer tipptrainer-data-de tipptrainer-data-en
Architecture: source all amd64
Version: 0.6.0-16
Distribution: unstable
Urgency: low
Maintainer: Andreas Tille ti...@debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 tipptrainer - A program to learn touch typing
 tipptrainer-data-de - German data for tipptrainer
 tipptrainer-data-en - English data for tipptrainer
Closes: 477058
Changes: 
 tipptrainer (0.6.0-16) unstable; urgency=low
 .
   * Apply patch from Zack Weinberg to fix annoying display flash
 Closes: #477058
   * Standards-Version: 3.8.3 (Added Readme.source)
Checksums-Sha1: 
 2aefed34a81a5888498ffd876f534274c87b5cb7 1378 tipptrainer_0.6.0-16.dsc
 233007a3c8564ef887af2d36bcd4cf0e54f5f0d5 14170 tipptrainer_0.6.0-16.diff.gz
 682a3ad074955377ff39183fe0322ee91ef6daea 536208 
tipptrainer-data-de_0.6.0-16_all.deb
 0f8ce6a56a4d1f3a948bafe03f9d2d3d3865a72c 119558 
tipptrainer-data-en_0.6.0-16_all.deb
 32c8470690736a280c2d2ef54b84d988f1374958 264398 tipptrainer_0.6.0-16_amd64.deb
Checksums-Sha256: 
 437f0c0d105a055173db03c7baaf6c26ef972826718c983c9e54efc54df20f2d 1378 
tipptrainer_0.6.0-16.dsc
 3afdc0402ddf8c0aba736996555b463cb60414d4d725ebc09cb2bd809b3b0ccd 14170 
tipptrainer_0.6.0-16.diff.gz
 e2c095dcfdc5476a8983ed2a72388f384365e944b3e538533551f8b70999c3c2 536208 
tipptrainer-data-de_0.6.0-16_all.deb
 ca105a4b81a7a07e283c220638d1c29f53a4fdcd88201d67838fc476da9f7eab 119558 
tipptrainer-data-en_0.6.0-16_all.deb
 7918a1e6604fc56e1d755b73c009b1a664d22d34f4954d6c5b8b3a612036226b 264398 
tipptrainer_0.6.0-16_amd64.deb
Files: 
 e0f474cf347ae69f90e0aef5456114e5 1378 misc optional tipptrainer_0.6.0-16.dsc
 88e13308fa8a1be7bf1ebce05019b385 14170 misc optional 
tipptrainer_0.6.0-16.diff.gz
 49bd30bef805a90d71c6ccb1249a654a 536208 misc optional 
tipptrainer-data-de_0.6.0-16_all.deb
 e5acf3e0b01ac772f739d5137c838b26 119558 misc optional 
tipptrainer-data-en_0.6.0-16_all.deb
 3075b4f06dfc15e297938d0b8aebe760 264398 misc optional 
tipptrainer_0.6.0-16_amd64.deb

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

iEYEARECAAYFAkrSME8ACgkQYDBbMcCf01r8MwCggxZyxQ2iMcTW/Zt5nJbdiaJe
1fYAnRiITeeHHoMAKSMIVQgpI+puus+y
=bUZT
-END PGP SIGNATURE-


Accepted:
tipptrainer-data-de_0.6.0-16_all.deb
  to pool/main/t/tipptrainer/tipptrainer-data-de_0.6.0-16_all.deb
tipptrainer-data-en_0.6.0-16_all.deb
  to pool/main/t/tipptrainer/tipptrainer-data-en_0.6.0-16_all.deb
tipptrainer_0.6.0-16.diff.gz
  to pool/main/t/tipptrainer/tipptrainer_0.6.0-16.diff.gz
tipptrainer_0.6.0-16.dsc
  to pool/main/t/tipptrainer/tipptrainer_0.6.0-16.dsc
tipptrainer_0.6.0-16_amd64.deb
  to pool/main/t/tipptrainer/tipptrainer_0.6.0-16_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted python-bsddb3 4.8.0-2 (source all i386)

2009-10-11 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 21:18:09 +0200
Source: python-bsddb3
Binary: python-bsddb3 python-bsddb3-dbg python-bsddb3-doc
Architecture: source all i386
Version: 4.8.0-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 python-bsddb3 - Python interface for Berkley DB
 python-bsddb3-dbg - Python interface for Berkley DB (debug extension)
 python-bsddb3-doc - Documentation for the python Berkley DB interface module
Closes: 549820
Changes: 
 python-bsddb3 (4.8.0-2) unstable; urgency=low
 .
   * Use the installed python-sphinx. Closes: #549820.
Checksums-Sha1: 
 464ed0e3f8491797b80e6b345715a98274c1f8c8 1204 python-bsddb3_4.8.0-2.dsc
 f3ab534029a20c26e22601ba9f31cb78ce680c38 4397 python-bsddb3_4.8.0-2.diff.gz
 02ed2826d565bae47e678b906ec259bdb8a7113b 103378 
python-bsddb3-doc_4.8.0-2_all.deb
 2e9284334e585aac0bdf4672fb89c5080346044a 121182 python-bsddb3_4.8.0-2_i386.deb
 be3278df6522f38228827a41b8d50b10bb91652a 400452 
python-bsddb3-dbg_4.8.0-2_i386.deb
Checksums-Sha256: 
 b6038ba196bf33af5927ea89ec08bf6aa89d56ef5fccadd3894b2b7809edd808 1204 
python-bsddb3_4.8.0-2.dsc
 11ce4b0aac2fca17af381ceb0319478cd89f6d5e56216a7be27025109d2e30c1 4397 
python-bsddb3_4.8.0-2.diff.gz
 27e159aaabe6aa21e95590d9dfd62123a435da7c81db5e1b25cce9a836f8ae96 103378 
python-bsddb3-doc_4.8.0-2_all.deb
 41e7cb17194cd2608e071e267c7e03cc62accc63c09499a3d1a49727dd779e49 121182 
python-bsddb3_4.8.0-2_i386.deb
 8672eaef5bcd53c11e6e27243ca66c0c95d1bc8813d8ae6a078b61c53d508283 400452 
python-bsddb3-dbg_4.8.0-2_i386.deb
Files: 
 47ae67e132d81b58f53a3d7440e9d27c 1204 python optional python-bsddb3_4.8.0-2.dsc
 a44316dcc00c28e4613d70838d6ee258 4397 python optional 
python-bsddb3_4.8.0-2.diff.gz
 e4c5f8bd79d85fdd705a10556e8d601c 103378 doc optional 
python-bsddb3-doc_4.8.0-2_all.deb
 59189a7a3fc42778137624522fc5bda8 121182 python optional 
python-bsddb3_4.8.0-2_i386.deb
 7cf29e2aad7f69c178a40b768a8cfa85 400452 python extra 
python-bsddb3-dbg_4.8.0-2_i386.deb

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

iEYEARECAAYFAkrSMIoACgkQStlRaw+TLJxMXACePppQHiTpfRZKQlw8ZACm2N8g
P3kAoLjH8mtTNlgnNeFQbrzFL6JgTiFA
=ABn7
-END PGP SIGNATURE-


Accepted:
python-bsddb3-dbg_4.8.0-2_i386.deb
  to pool/main/p/python-bsddb3/python-bsddb3-dbg_4.8.0-2_i386.deb
python-bsddb3-doc_4.8.0-2_all.deb
  to pool/main/p/python-bsddb3/python-bsddb3-doc_4.8.0-2_all.deb
python-bsddb3_4.8.0-2.diff.gz
  to pool/main/p/python-bsddb3/python-bsddb3_4.8.0-2.diff.gz
python-bsddb3_4.8.0-2.dsc
  to pool/main/p/python-bsddb3/python-bsddb3_4.8.0-2.dsc
python-bsddb3_4.8.0-2_i386.deb
  to pool/main/p/python-bsddb3/python-bsddb3_4.8.0-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libnet-proxy-perl 0.12-2 (source all)

2009-10-11 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 21:26:18 +0200
Source: libnet-proxy-perl
Binary: libnet-proxy-perl
Architecture: source all
Version: 0.12-2
Distribution: unstable
Urgency: low
Maintainer: Michael Ablassmeier a...@debian.org
Changed-By: Michael Ablassmeier a...@debian.org
Description: 
 libnet-proxy-perl - Framework for proxying network connections in many ways
Closes: 528632 529655
Changes: 
 libnet-proxy-perl (0.12-2) unstable; urgency=low
 .
   * Mention sslh in package description (Closes: #528632)
   * Bump Standards Version
   * Provide init script for sslh, thanks to Alexandre (Closes: #529655)
Checksums-Sha1: 
 d0ba42ea69086d8aa466b6f58852df1f716b6633 1167 libnet-proxy-perl_0.12-2.dsc
 b05e002aef716851498106d2642acaf1daa49c2f 3384 libnet-proxy-perl_0.12-2.diff.gz
 6bea7b7c8398b29b98ebbfdee47a4b90c9c2abf1 70082 libnet-proxy-perl_0.12-2_all.deb
Checksums-Sha256: 
 34586be81744914eefdfdb7e4b8574de955c0b97f68de16fe2782f8f5b4d0404 1167 
libnet-proxy-perl_0.12-2.dsc
 53a50b791bd8424274157437b97a1c2d20a83eed75c7e4f880a995acddcfac43 3384 
libnet-proxy-perl_0.12-2.diff.gz
 cf92d52ac62335aa5e2cad425df1312c8aa8c6f5b3918b71cf8690ac9480ee2c 70082 
libnet-proxy-perl_0.12-2_all.deb
Files: 
 d9b47af5fea1b76c67fe4cf8ddfe0947 1167 perl optional 
libnet-proxy-perl_0.12-2.dsc
 ff38459dfb54d8faa31078617ac70491 3384 perl optional 
libnet-proxy-perl_0.12-2.diff.gz
 54ed1845bbf6d1da2b5136897b18cfe1 70082 perl optional 
libnet-proxy-perl_0.12-2_all.deb

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

iEYEARECAAYFAkrSNjMACgkQEFV7g4B8rCV+4wCg60velo3OSU+FmteC7+asrxb2
Ik8AoK8bAyNEgolEWf39aIqZdd/wdIW3
=MehY
-END PGP SIGNATURE-


Accepted:
libnet-proxy-perl_0.12-2.diff.gz
  to pool/main/libn/libnet-proxy-perl/libnet-proxy-perl_0.12-2.diff.gz
libnet-proxy-perl_0.12-2.dsc
  to pool/main/libn/libnet-proxy-perl/libnet-proxy-perl_0.12-2.dsc
libnet-proxy-perl_0.12-2_all.deb
  to pool/main/libn/libnet-proxy-perl/libnet-proxy-perl_0.12-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted pngnq 1.0-1 (source i386)

2009-10-11 Thread Nelson A. de Oliveira
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Oct 2009 16:51:42 -0300
Source: pngnq
Binary: pngnq
Architecture: source i386
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Nelson A. de Oliveira nao...@debian.org
Changed-By: Nelson A. de Oliveira nao...@debian.org
Description: 
 pngnq  - tool for optimizing PNG (Portable Network Graphics) images
Changes: 
 pngnq (1.0-1) unstable; urgency=low
 .
   * New upstream release;
   * Updated watch file;
   * Updated Standards-Version to 3.8.3 (no changes needed).
Checksums-Sha1: 
 6a004f35b370a7d40f512bb50ccc29bdc77da752 1012 pngnq_1.0-1.dsc
 cc58af70cfe5ba26f6abfa4dc41d828985cf560b 105155 pngnq_1.0.orig.tar.gz
 205d0da781ee3ca813a92b75eaf2e67ce1bc4ad2 4333 pngnq_1.0-1.diff.gz
 a0426e374384ef71deb9e9046293a9e50947fdca 25894 pngnq_1.0-1_i386.deb
Checksums-Sha256: 
 e9e6e706ed569a50766e786fd91deec6fa24154899fe78bc4369400f8f8e79fe 1012 
pngnq_1.0-1.dsc
 3413cb72af4e1a25268892ad182f6f9f516c5b67d9ff873968e5a60c293c00a7 105155 
pngnq_1.0.orig.tar.gz
 630c5388a6f382d21d7d7edb153710a5da1007814161e3663c909d2cfac9925f 4333 
pngnq_1.0-1.diff.gz
 2cfa918a6a843489ced3a4f0121ca3d24f70fbcff78597a59009929f027eee55 25894 
pngnq_1.0-1_i386.deb
Files: 
 4b35d401c82387833f97437d1cf64ddd 1012 graphics optional pngnq_1.0-1.dsc
 2d2cdacf0284477c662fee888c8092d5 105155 graphics optional pngnq_1.0.orig.tar.gz
 13fe97ac8251ece845edc42dd5d90969 4333 graphics optional pngnq_1.0-1.diff.gz
 77626405d794a314470696dd16ceb095 25894 graphics optional pngnq_1.0-1_i386.deb

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

iEYEAREDAAYFAkrSOFAACgkQAQwuptkwlkQuaQCfbNC5tU3t/f0egY6Bf5lPujH1
ZTAAnijyyfSpyGbGPQm/NLSR2Xc6sGdy
=3bC+
-END PGP SIGNATURE-


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


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted otrs2 2.3.4-3 (source all)

2009-10-11 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 21:31:45 +0200
Source: otrs2
Binary: otrs2
Architecture: source all
Version: 2.3.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 otrs2  - Open Ticket Request System
Closes: 524315
Changes: 
 otrs2 (2.3.4-3) unstable; urgency=low
 .
   * QA upload.
   * Only execute a2enmod, if it is available on the system. Thanks for the
 patch to Hilmar Preusse hill...@web.de.
 Closes: #524315
   * Add missing patch descriptions. This fixes several
 quilt-patch-missing-description warnings.
   * Add ${misc:Depends} as dependency. Fixes lintian warning.
   * Bump Standards-Version to 3.8.3.
 - Add debian/README.source.
   * Remove unused lintian overrides about both extra-license-file.
   * Use a Vcs-Svn URI, which does not need an authentication. Thanks lintian.
Checksums-Sha1: 
 2d1b1f8761759fca8a28738f9e9e302c761a1921 1131 otrs2_2.3.4-3.dsc
 fee25d0957792f25a54a87a1e08176dfb6d9956e 22269 otrs2_2.3.4-3.diff.gz
 1ab7c1b0202246573e5716a3c7e12e1cefef5c4a 2581218 otrs2_2.3.4-3_all.deb
Checksums-Sha256: 
 f5e268c86c8efb809b37f9567392bfe18f1d03f652effbd66b466bb4a97d1a88 1131 
otrs2_2.3.4-3.dsc
 c4da83ba0eca68b9fc74b56bc137875bb8343ed3cdae9ef18d5fc83d2d144b2b 22269 
otrs2_2.3.4-3.diff.gz
 3249b4839f54a5edf1ebbc57d03b721a86c4ef714fc5a04ccf106769fa926a81 2581218 
otrs2_2.3.4-3_all.deb
Files: 
 681379c128fcf6e2de134523e64416f7 1131 web optional otrs2_2.3.4-3.dsc
 f99a3516385dc9160668b5a7cfb17ff0 22269 web optional otrs2_2.3.4-3.diff.gz
 6fe5a212d3eab8ec3565770f1ab7ea3a 2581218 web optional otrs2_2.3.4-3_all.deb

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

iEYEARECAAYFAkrSP2cACgkQ2XA5inpabMceAACgnUqo5EuPfUhEElrkExpkOx4m
eToAniXfOUtf1LqGOXHLLyd3ye1GFizF
=6Bwi
-END PGP SIGNATURE-


Accepted:
otrs2_2.3.4-3.diff.gz
  to pool/main/o/otrs2/otrs2_2.3.4-3.diff.gz
otrs2_2.3.4-3.dsc
  to pool/main/o/otrs2/otrs2_2.3.4-3.dsc
otrs2_2.3.4-3_all.deb
  to pool/main/o/otrs2/otrs2_2.3.4-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gdb 7.0-1 (source amd64)

2009-10-11 Thread Daniel Jacobowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 17:16:26 -0400
Source: gdb
Binary: gdb gdb64 libgdb-dev
Architecture: source amd64
Version: 7.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Jacobowitz d...@debian.org
Changed-By: Daniel Jacobowitz d...@debian.org
Description: 
 gdb- The GNU Debugger
 gdb64  - The GNU Debugger (64-bit)
 libgdb-dev - The GNU Debugger (libgdb.a)
Closes: 540811 550567
Changes: 
 gdb (7.0-1) unstable; urgency=low
 .
   * New upstream release (Closes: #550567).
   * Order options alphabetically in the man page (Closes: #540811).
Checksums-Sha1: 
 02fe0385cd7469f18bc19dfbe12662d2b20a5fef 1886 gdb_7.0-1.dsc
 49e1c6368b657abdb8e5c6efa2bd3850c111e63e 22593664 gdb_7.0.orig.tar.gz
 6373d983464f7b70db409287fe63b59eafdbbdfc 26675 gdb_7.0-1.diff.gz
 b61b008118cdc3050c12a5c739764c937aff6243 2082250 gdb_7.0-1_amd64.deb
 db59333a388b3c01f9bf59a18f82797ed45a7ca2 2463790 libgdb-dev_7.0-1_amd64.deb
Checksums-Sha256: 
 d88589bb1069bce8121c128e53647311b31fe5de62d31d02afe711e3d38daad5 1886 
gdb_7.0-1.dsc
 96651d98035ed3d7505a15d126285cbee36ba3b57bcd2f5c3062dde0dd543671 22593664 
gdb_7.0.orig.tar.gz
 d43bcc682bf61618fd6f0cea6bc15c2019383098af3d3c69ea2df5185032c9a6 26675 
gdb_7.0-1.diff.gz
 0c85b0688267f5b84a1cd916d8fa7eb09d0d3af6909a4ae603f1b4cf54e46d20 2082250 
gdb_7.0-1_amd64.deb
 ef268fad7ae95622fb78e1be2c920f456de619f28c588f426824ba8e78db474a 2463790 
libgdb-dev_7.0-1_amd64.deb
Files: 
 7df52ff830038281f12cda1b528efa02 1886 devel optional gdb_7.0-1.dsc
 34ed71eae1fab5e45fc439baa254 22593664 devel optional gdb_7.0.orig.tar.gz
 d928b64dd4d03cb77e9582b01f533765 26675 devel optional gdb_7.0-1.diff.gz
 2794d51729ba175477c9d4fda9b881dd 2082250 devel optional gdb_7.0-1_amd64.deb
 b0d04a1f7aa34c7f21489197ebd970af 2463790 libdevel extra 
libgdb-dev_7.0-1_amd64.deb

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

iD8DBQFK0lYebgOPXuCjg3cRAt7vAJ9LqpChCjLX27A3BLNiytRMh+JuzACgkw70
XO5/hdX4kODITy/a+9Vbh6Q=
=bu7G
-END PGP SIGNATURE-


Accepted:
gdb_7.0-1.diff.gz
  to pool/main/g/gdb/gdb_7.0-1.diff.gz
gdb_7.0-1.dsc
  to pool/main/g/gdb/gdb_7.0-1.dsc
gdb_7.0-1_amd64.deb
  to pool/main/g/gdb/gdb_7.0-1_amd64.deb
gdb_7.0.orig.tar.gz
  to pool/main/g/gdb/gdb_7.0.orig.tar.gz
libgdb-dev_7.0-1_amd64.deb
  to pool/main/g/gdb/libgdb-dev_7.0-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted python3.1 3.1.1-1 (source all i386)

2009-10-11 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 22:01:57 +0200
Source: python3.1
Binary: python3.1 python3.1-minimal libpython3.1 python3.1-examples 
python3.1-dev idle-python3.1 python3.1-doc python3.1-dbg
Architecture: source all i386
Version: 3.1.1-1
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 idle-python3.1 - An IDE for Python (v3.1) using Tkinter
 libpython3.1 - Shared Python runtime library (version 3.1)
 python3.1  - An interactive high-level object-oriented language (version 3.1)
 python3.1-dbg - Debug Build of the Python Interpreter (version 3.1)
 python3.1-dev - Header files and a static library for Python (v3.1)
 python3.1-doc - Documentation for the high-level object-oriented language 
Python 
 python3.1-examples - Examples for the Python language (v3.1)
 python3.1-minimal - A minimal subset of the Python language (version 3.1)
Changes: 
 python3.1 (3.1.1-1) experimental; urgency=low
 .
   * Python 3.1.1 final release.
   * Update to the 3.1 release branch, 20091011.
   * Remove /usr/local/lib/python3.1 on package removal, if empty.
   * Build _hashlib as a builtin. LP: #445530.
   * python3.1-doc: Don't compress the sphinx inventory.
   * python3.1-doc: Fix jquery.js symlink. LP: #447370.
   * Run the benchmark with -C 2 -n 5 -w 4 on all architectures.
   * python3.1-dbg: Don't create debug subdirectory in /usr/local. No
 separate debug directory needed anymore.
   * Fix title of devhelp document. LP: #423551.
Checksums-Sha1: 
 37c32f1286f00935cc28a15c1eebf6cef512 1671 python3.1_3.1.1-1.dsc
 8c645ba9528e110871debd41aa7baa2f38099c97 11608779 python3.1_3.1.1.orig.tar.gz
 07cf37230a6917fc5e7c552c5ae8e25df5301d8e 360310 python3.1_3.1.1-1.diff.gz
 2b0329bf3be801cce6f84e241c08f84dc0adaaeb 636274 
python3.1-examples_3.1.1-1_all.deb
 8c4b41c1f4ca8fed2f613e752ba6ca28e400ce4c 70634 idle-python3.1_3.1.1-1_all.deb
 9149afc4dda5f33f4a5e6f14ec214f3dfe55a9ea 5152896 python3.1-doc_3.1.1-1_all.deb
 59ba54129d06052e8edb7136554834004ee33d1d 3514700 python3.1_3.1.1-1_i386.deb
 6e7fd7ed79e953cad43834a2a4b2b23d6f1753ae 1445860 
python3.1-minimal_3.1.1-1_i386.deb
 9b08182ba3fdb4a2724c58d4cbf2f0715137fbf3 1075980 libpython3.1_3.1.1-1_i386.deb
 a65da02f9bd4ca9018d640f8413ecef7212da3c0 3440198 python3.1-dev_3.1.1-1_i386.deb
 c61a12af44f187e22eb3b9d5a20928fa061a512d 11377302 
python3.1-dbg_3.1.1-1_i386.deb
Checksums-Sha256: 
 0e5d94310f02d8f3fdc2828b3a2ed570a61f3717918928f4955399ecdb24c850 1671 
python3.1_3.1.1-1.dsc
 f299775d7fb710ec2d218439defeee9d4af1ed787e8f8dc72ef69d414508370d 11608779 
python3.1_3.1.1.orig.tar.gz
 a4622782320d1271184aacfcfec489748d40b7b9c0c593152736da4fed5b8f28 360310 
python3.1_3.1.1-1.diff.gz
 eee1378279ec27158985078a2dd0ca7fad2fe84e50775ba45dde920438fa3a6d 636274 
python3.1-examples_3.1.1-1_all.deb
 2fb075d0f143ae61bc46c2171081a3a2d8bbbdfd9cffcde9d88d8c02d430b4d3 70634 
idle-python3.1_3.1.1-1_all.deb
 84694f903661fb649c462110d6e7e8af586e2ab169964cb90fb703918f15acc9 5152896 
python3.1-doc_3.1.1-1_all.deb
 8bd2122e6f9ba07fa6cfc07340ceb547086461e5874030936328dbe6bc721f6a 3514700 
python3.1_3.1.1-1_i386.deb
 9aac4e788c87e5b248b024895b5de6ecd5d1fdf67c275f38c1d25646863bfe70 1445860 
python3.1-minimal_3.1.1-1_i386.deb
 356eb639a97b38fcf3f947c2d0411b09f907c52ca7b2d908d40655a2bf2dc139 1075980 
libpython3.1_3.1.1-1_i386.deb
 40f8fc4a10496a368226887c52c7e9450d538bee19db3b69a1c3703c8d50f5d9 3440198 
python3.1-dev_3.1.1-1_i386.deb
 4ff2a47ca4d5b24259d7cd1446273f93c0038833efe837c1606d446b33017936 11377302 
python3.1-dbg_3.1.1-1_i386.deb
Files: 
 1a8d2445370ff8b34c1ee56c4f7630db 1671 python optional python3.1_3.1.1-1.dsc
 2c8c31e8bdcdce7011aa759e0b61b065 11608779 python optional 
python3.1_3.1.1.orig.tar.gz
 c53171a870773c03db3088a0eb2099bc 360310 python optional 
python3.1_3.1.1-1.diff.gz
 e7956054b4ff3be660c9177e0779e9c1 636274 python optional 
python3.1-examples_3.1.1-1_all.deb
 73d5db73477aa272c0d23ac98d121a71 70634 python optional 
idle-python3.1_3.1.1-1_all.deb
 cce766c4632e6ab86caa5af2986dacfe 5152896 doc optional 
python3.1-doc_3.1.1-1_all.deb
 f2341d4beb1ea4287c37e698f244cd18 3514700 python optional 
python3.1_3.1.1-1_i386.deb
 8e36387016fb158c55b26e86e6fb 1445860 python optional 
python3.1-minimal_3.1.1-1_i386.deb
 fe2d1eda387fb1a2e260d3c74d99cc89 1075980 libs optional 
libpython3.1_3.1.1-1_i386.deb
 4d149ac9a82475e232c5ee7048cfe608 3440198 python optional 
python3.1-dev_3.1.1-1_i386.deb
 b760d0533e460215cb8e4829f6da0702 11377302 debug extra 
python3.1-dbg_3.1.1-1_i386.deb

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

iEYEARECAAYFAkrSUJ8ACgkQStlRaw+TLJxk6QCgrb/ZRh5bCfLh9irJWVcvaY+m
91cAn1GMz5pa9XRAOklOdR2CARlMnVd3
=wmK0
-END PGP SIGNATURE-


Accepted:
idle-python3.1_3.1.1-1_all.deb
  to pool/main/p/python3.1/idle-python3.1_3.1.1-1_all.deb
libpython3.1_3.1.1-1_i386.deb
  to pool/main/p/python3.1/libpython3.1_3.1.1-1_i386.deb

Accepted cameramonitor 0.2-2.1 (source all)

2009-10-11 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Oct 2009 21:33:05 +0200
Source: cameramonitor
Binary: cameramonitor
Architecture: source all
Version: 0.2-2.1
Distribution: unstable
Urgency: low
Maintainer: Adolfo González Blázquez c...@infinicode.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 cameramonitor - Webcam monitoring in system tray
Closes: 541573 541587
Changes: 
 cameramonitor (0.2-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control:
 - Drop python-gnome2-desktop dependency (Closes: #541573).
 - Replace python-gnome2 dependency with python-gconf (Closes: #541587).
Checksums-Sha1: 
 9d4532453ac72b6e448f604d093e7db455c78520 1224 cameramonitor_0.2-2.1.dsc
 75d177f3825e00f08a7d30744e07e44e332a0e5d 7195 cameramonitor_0.2-2.1.diff.gz
 9b8688fe16f21d3c71b52868c481836301270870 29898 cameramonitor_0.2-2.1_all.deb
Checksums-Sha256: 
 7b1399230d499be0a1e1fdf9eeb2230b6d03c5ea7ff4229037e5522ad5c00868 1224 
cameramonitor_0.2-2.1.dsc
 8bf9c5e246b75d92501ddbe2d5aae09cad9312d4f8bca8ba96c07e9fab50f999 7195 
cameramonitor_0.2-2.1.diff.gz
 ba5673552e2b31625bca14ee49a5f328980ecd8b13b18aecc41f748800c44afb 29898 
cameramonitor_0.2-2.1_all.deb
Files: 
 fd3681271cd381c68fab9740144bc2a9 1224 gnome optional cameramonitor_0.2-2.1.dsc
 80f5b504fdfa32044174152c080ca411 7195 gnome optional 
cameramonitor_0.2-2.1.diff.gz
 c8af22f5616312e73a4b51bae8db813a 29898 gnome optional 
cameramonitor_0.2-2.1_all.deb

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

iEYEARECAAYFAkrLnvQACgkQnXjXEYa8KlA0kgCfYaF9r0VyJXEhELDUTdgG0B/+
H6UAn2F26+twThvn1im3pWq65ZMc8mGJ
=FhaD
-END PGP SIGNATURE-


Accepted:
cameramonitor_0.2-2.1.diff.gz
  to pool/main/c/cameramonitor/cameramonitor_0.2-2.1.diff.gz
cameramonitor_0.2-2.1.dsc
  to pool/main/c/cameramonitor/cameramonitor_0.2-2.1.dsc
cameramonitor_0.2-2.1_all.deb
  to pool/main/c/cameramonitor/cameramonitor_0.2-2.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   >