Re: need help of Octave language expert

2010-03-10 Thread Atsuhito Kohda
Hi Thomas,

On Wed, 10 Mar 2010 08:34:33 +0100, Thomas Weber wrote:

 I'm cc'ing debian-devel, so people see that there is an answer. If
 whoever wants to continue the discussion, please strongly consider
 dropping debian-devel -- the list is noisy enough.

Sorry for additional noise.

 Directly accessing gnuplot (which is what 'gset' did) is deprecated in
 octave3.0 and even more in the 3.2 series. Spending time on this issue
 is probably wasted, unless TeXmacs' upstream is willing to adapt the
 necessary changes.
 
 Following 
 http://old.nabble.com/octave-plugin-maintainership-td26618436.html
 it seems Mansour Moufid wanted to take over maintenance of the plugin. I
 suggest getting in contact with him.

Okay, I'll contact him later.  Thanks for your advice.

Best regards,  2010-3-10(Wed)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100310.170954.20519537.ko...@pm.tokushima-u.ac.jp



Vaishnav Kumar would like to add you as a friend on Skoost

2010-03-10 Thread Vaishnav Kumar
Williams Orellana

We have a mutual friend on Skoost and I'd like to add you as my friend, 
Vaishnav Kumar.

To confirm, follow the link below:
http://www.skoost.com/social/?pid=5940686eml=debian-de...@lists.debian.orgfid=9038983blk=0pge=12

Skoost

Pramod Kumar would like to add you as a friend on Skoost

2010-03-10 Thread Pramod Kumar
Williams Orellana

We have a mutual friend on Skoost and I'd like to add you as my friend, Pramod 
Kumar.

To confirm, follow the link below:
http://www.skoost.com/social/?pid=5940686eml=debian-de...@lists.debian.orgfid=11652853blk=0pge=12

Skoost

Raj Kumar would like to add you as a friend on Skoost

2010-03-10 Thread Raj Kumar
Williams Orellana

We have a mutual friend on Skoost and I'd like to add you as my friend, Raj 
Kumar.

To confirm, follow the link below:
http://www.skoost.com/social/?pid=5940686eml=debian-de...@lists.debian.orgfid=11244287blk=0pge=12

Skoost

source package descriptions: subtsvars are not enough

2010-03-10 Thread Stefano Zacchiroli
On Tue, Mar 02, 2010 at 11:05:14AM +0100, Raphael Hertzog wrote:
  It would be nice to have support for a Description field in the source
  stanza of debian/control.

So, beside a few notable exceptions, the thread has a bit drifted to a
set of appreciations on the idea of using substvars to factorize out
common parts of package descriptions.  I agree it is a nice idea, but it
is not something we need specific support for (unless I'm missing some
glitch we can use it right now) and has several shortcomings:

- Most importantly: it does not solve the infrastructure problem,
  i.e. it does not encode properly the source package description so
  that it becomes part of package _metadata_.  This means that all
  infrastructure parts (the PTS, DDPO, UDD, potentially the BTS) are
  still at square 0: they don't know where to find a source package
  description.

  IOW: it is a cool hack for package maintainers, but it is a hack that
  gets resolved at package build time and then vanishes.

- It is not standardized: substvars are set via custom commands in
  debian/rules and there are thousands ways of setting them. When
  opening a random source package, one would not know where exactly to
  look for the common part of source package description. Nor an
  automated tool can extract it.

To fix that, it seems to me that the most reasonable solution advanced
in the thread is to add a proper Description field to source package
stanzas. Then, in addition, we can setup an automatic substvar, whose
content is the source description, that can then be used in package
description stanzas to interpolate the source description.

The obvious drawback is that Sources file will increase in size. Given
that the size will be small compared to Packages file, I personally
don't see it as a showstopper.

The appreciation that translators expressed wrt factorizing out text
from binary package description still applies to this proposal.

Cheers.

-- 
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: Removing the manpage requirement for GUI programs?

2010-03-10 Thread Wouter Verhelst
On Fri, Mar 05, 2010 at 03:53:14PM +0800, Paul Wise wrote:
 On Fri, Mar 5, 2010 at 3:41 PM, Daniel Leidert
 daniel.leidert.s...@gmx.net wrote:
 
  What's the problem, to write a short manual page, that points to the
  --help switch? All the maintainer would have to do is to provide the
  intention of the command, point to the help/usage switch, relevant
  commands and to locally installed documentation. Such a manual page
  won't unlikely become outdated and it doesn't need much maintenance.
  This goes for both: authors and maintainers. But it still provides the
  necessary information to the user.
 
 As a user I'd find such a manual page less than useless, it would be
 extremely annoying. In any case the undocumented(7) manual page covers
 these:
 
 http://manpages.debian.net/man/7/undocumented

Except that undocumented(7) does not say what the command does, and
makes guesses as to where the documentation is. A man page that says
this program exists to do foo, and its documentation is at this exact
location is infinitely more useful than man emitting please go read
undocumented(7) and sod off.

 I find the following two options acceptable:
 
 Good, useful, up-to-date manual pages.
 
 No manual page at all.
 
 An outdated/unmaintained manual page or one that just points at --help
 or existing documentation isn't useful or acceptable.

It is useful if we can expect that each and every command in Debian
either has documentation or a pointer to documentation in its manual
page.

As things stand, one must guess: either the program has a man page, or
it has an info page, or it has a bunch of text or HTML files in
/usr/share/doc, or it is an interactive program that has an on-line help
system, or it has no packaged documentation at all and one must go find
it on some sourceforge.net wiki page. Or it might have a gzipped PDF
file, which is even more annoying, for it requires me to copy,
uncompress, read, remove the documentation.

Having a single way to figure out where the canonical documentation of a
program is, is *extremely* useful. Why not let the man page be that way?
Either it can be the canonical documentation itself, or it can have a
summary overview of the program and a good and exact pointer to where
the full documentation is.

I hate guessing almost as much as I hate hunting for documentation.

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310125215.gb10...@celtic.nixsys.be



Re: source package descriptions: subtsvars are not enough

2010-03-10 Thread Raphael Hertzog
On Wed, 10 Mar 2010, Stefano Zacchiroli wrote:
 - It is not standardized: substvars are set via custom commands in
   debian/rules and there are thousands ways of setting them. When
   opening a random source package, one would not know where exactly to
   look for the common part of source package description. Nor an
   automated tool can extract it.

You completely misparsed my answer/suggestion. My suggestion is to follow
your advice, add a Description field in the source part of debian/control,
let it flow in the .dsc and Sources _AND_ modify dpkg-gencontrol so that
you can use new default substitution variables to reuse the source
description elsewhere. There would be no need for any custom command
in debian/rules.

 To fix that, it seems to me that the most reasonable solution advanced
 in the thread is to add a proper Description field to source package
 stanzas. Then, in addition, we can setup an automatic substvar, whose
 content is the source description, that can then be used in package
 description stanzas to interpolate the source description.

That's precisely what I have been suggesting.

Cheers,
-- 
Raphaël Hertzog

Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310125821.gd14...@rivendell



Re: source package descriptions: subtsvars are not enough

2010-03-10 Thread Stefano Zacchiroli
On Wed, Mar 10, 2010 at 01:58:21PM +0100, Raphael Hertzog wrote:
 You completely misparsed my answer/suggestion. My suggestion is to follow

Sorry for not having been clear: I did not misunderstood your
suggestion, in fact ...

  To fix that, it seems to me that the most reasonable solution advanced
  in the thread is to add a proper Description field to source package

... the implicit subject here is you, I took your suggestion as the most
reasonable one (and yes, I should have made the subject explicit). If
everybody else on the thread is on the same line ... even better :-)

So, do we have a roadmap of what should be changed so that we can keep
track of this?

Cheers.

-- 
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: source package descriptions: subtsvars are not enough

2010-03-10 Thread Hector Oron
Hello,

2010/3/10 Stefano Zacchiroli z...@debian.org:
 The obvious drawback is that Sources file will increase in size. Given
 that the size will be small compared to Packages file, I personally
 don't see it as a showstopper.

Would Packages file size decrease applying your suggestion?
Is there any chance to use this change to shrink Packages file size?

Regards,
-- 
 Héctor Orón


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/dd0a3d701003100531t3ec9f17od96acff253ccf...@mail.gmail.com



Re: Removing the manpage requirement for GUI programs?

2010-03-10 Thread Wouter Verhelst
On Thu, Mar 04, 2010 at 04:36:56PM +0100, Josselin Mouette wrote:
 I can’t help noticing, though, that it would only duplicate
 functionality that is already present in search engines of desktop help
 systems (which are also able to search in manual pages, FWIW).

I can't help noticing, though, that GUI desktop environments seem to
be reinventing the wheel over and over and over and over and over again.
Note that whatis exists far, far longer than functionality that is
already present in search engines of desktop help systems. Note also
that not everyone *wants* to use desktop help systems, but sometimes
needs to use individual GUI programs, or know what they do without
starting them.

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310133718.gc10...@celtic.nixsys.be



Re: source package descriptions: subtsvars are not enough

2010-03-10 Thread Stefano Zacchiroli
On Wed, Mar 10, 2010 at 02:31:10PM +0100, Hector Oron wrote:
 Would Packages file size decrease applying your suggestion?
 Is there any chance to use this change to shrink Packages file size?

No, this proposal is completely orthogonal to that (and IMO should
remain so): we're talking about changing source package metadata which
do not belong to Packages and are not necessarily downloaded by users.

Cheers.

-- 
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: [Rant] Re: Removing the manpage requirement for GUI programs?

2010-03-10 Thread Wouter Verhelst
On Sun, Mar 07, 2010 at 09:50:12AM +0100, Josselin Mouette wrote:
 Le vendredi 05 mars 2010 à 17:41 +, brian m. carlson a écrit :
  This still has the problem that I don't know immediately where to get
  the documentation.  Do I use the GNOME help system?  KDE's?  man?  info?
  a DVI?  a PDF?  The benefit of manual pages is that there is one uniform
  way to get basic documentation on a command and how it is to be run.
  Other documentation can be referenced from that manual page.
 
 This discussion is running into circles.
 
 GNOME, Xfce and KDE maintainers all explained that we have no interest
 in working on manual pages, and our upstreams don’t either.

You don't need to. All you need to do is make sure that man $prog
returns something useful. This program does foo, and the documentation
is over at bar is something useful, and could be done by a script that
has three points of information: the name of the program, whatever foo
is, and whatever bar is.

 Those who are nostalgic of the time when a text-only documentation
 system was enough keep repeating ad nauseam “but we need manual pages”.

No, we need a uniform documentation system. Personally, I don't care
whether that uniform documentation system is man pages or HTML
files or something else, but traditionally, in Debian, that
documentation system has been man pages, so in the absense of a
compelling argument as to why we should change that, I do not see why we
should -- especially because changing from one documentation system to
another would involve a load of work.

Also note that any alternate uniform documentation system should be
usable for all our users, be they GNOME, KDE or XFCE users, webserver
sysadmins with only a shell through SSH, or those of us who simply
prefer text-only documentation.

Having a uniform documentation system that occasionally says in this
particular case you need to go look at this other documentation system
rather than me is not really a problem. Having a uniform
documentation system that occasionally says I don't know what the fuck
you're talking about, sod off, however, is a problem, because it
defeats the point of having a uniform documentation system in the first
place.

[...]
 At this point of the discussion, this should be clear: either you do
 whatever it takes to have your precious manual pages in all Debian
 packages, either you don’t. And if you don’t, I would appreciate that
 you just STFU instead. Maintainers who are already overloaded are not
 here just to take orders from others.

You were suggesting that we just give up on our uniform documentation
system because we're not there yet, and people are understandably upset
about that.

Nobody is suggesting that you take on work that you don't want to take
on; people are instead suggesting that it's okay to have those bugs
open, but that they should still be considered bugs, since they break
the assumption of a uniform documentation system.

 I will personally just sit on policy §12.1, mark manpage-related bugs as
 wontfix, and, to plagiarize Yves-Alexis, it won’t prevent me from
 sleeping at night.

Which is perfectly fine -- they're not RC.

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310141329.gd10...@celtic.nixsys.be



Re: Bug#540215: Introduce dh_checksums

2010-03-10 Thread Wouter Verhelst
On Mon, Mar 08, 2010 at 12:59:00PM -0800, Russ Allbery wrote:
 Frank Lin PIAT fp...@klabs.be writes:
 
  Find a patch attached, for a smooth transition from DEBIAN/md5sums to a
  recent checksum.
 
  The way it is implemented, is that the dh_md5sums is a symlink to the
  new dh_checksums. The new helper computes both md5sum (for
  compatibility/transition) and a new checksum (SHA256, which was already
  chosen by FTP-masters as a remplacement for md5sum for signed files)
 
 If there's a general consensus that we should go this route, I'm okay with
 it, but I'm personally not sure this is the right approach.
 
 I think there are two possible directions we can take with this package
 feature:
 
 1. Strengthen the integrity check so that it could potentially be useful
for security purposes as well as for simple integrity checking.
 
 2. Declare such checksums only useful for corruption and local (benign)
modification checksumming.
 
 If we take option 1, going to a stronger hash is strictly less useful in
 every respect than going to embedded PGP signatures, which apparently only
 require active maintenance and a plan to be acceptable in the archive and
 which would need a different format anyway.

Maybe, but we're not there yet.

At any rate, a PGP signature takes a lot of data; much more so than a
checksum. It's therefore more economical to produce a signed
package.checksums file than it is to produce a package.pgpsigs.

Having package.checksums be GPG-signed will take a significant change in
our infrastructure (buildd hosts, for instance, would need to have a way
to sign checksums files as well), so it's not going to happen tomorrow.
But changing to a more secure checksum algorithm could be done easily
with current infrastructure.

And since checksum files are generated at build time rather than at
install time, it is possible to download a known-good copy of the .deb
that is installed (using snapshot.debian.org, once it gets live, for
instance, or from a not-compromised host's apt cache), and verify the
files against that copy rather than the copy that is on the disk. Until
signed packages or signed checksums are available, this would of course
be a stopgap measure, but one that would actually work -- provided, of
course, that the used checksum algorithm is cryptographically secure,
which MD5 is no longer.

 If we take option 2, SHA256 offers no benefits over MD5 and just takes
 longer to compute.  There is essentially zero chance that random file
 corruption or typical local modification will result in a successful MD5
 preimage attack.

Of course, that much is true.

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310143214.ge10...@celtic.nixsys.be



Best practices for OpenPGP keys?

2010-03-10 Thread Drew Scott Daniels
Hi,
Is there any good documentation about best practices for OpenPGP key
management? I plan to use gnupg (gpg), as it's conventional and seems like
the best of breed these days.

Most documentation I've found seems significantly out of date (including
long discussions of incompatibilities with versions from 2001...). I did
find it interesting that the IDEA patents are expiring in May this year
for the EU and US if I remember

The best documentation I have found includes:
http://arfore.com/2007/07/29/gpg-best-practices/
http://www.cam.ac.uk.pgp.net/pgpnet/pgp-faq/

Over the years I've heard some ideas like:
   * Only store your key on less common architecture to make break-ins
involve more esoteric techniques (e.g. common rootkits/scripts fail). A
variant of this would be adding a level of virtual abstraction by using
a virtual machine (though it's just a level of obfuscation).
   * Set an expiry date on your primary key and/or sub-key and sign a new
key before the old key expires. I think this is problematic for some
key reading programs though I can't remember any instances. Expiry
dates aren't default and seemed to be uncommon last time I checked.
   * Revoke primary and/or sub-keys after expiration, or instead of
expiration. While revoking keys can keep people from using the old key
even if they cracked it, many programs might expect that revoked keys
aren't trustworthy at all.
   * Use a really long keylength for your sub-key. The trade off seems to
be that signing and encrypting things takes a lot longer.
   * Use a really long keylength for your primary key and
   * Don't store your key on machines that connect to any networks.
Transferring signed data is time consuming, inconvenient... I'm not
sure if it's fair to say it's vulnerable to social engineering attacks.
   * Use a random string for your passphrase. I was bit by this on my
first attempt to use a keypair years ago (around 2003). I forgot the
passphrase.
   * Harden machines that contain your private key. While it's usually a
good idea to do this for all machines, I would hope that most things
would be secure without having to spend the extra time doing
configurations...

From the breakins over the years, and from the difficulties with extra
secure choices from some people, I really wonder whether best practices
aren't for a more secure key, but simply for good management of the
location of the key, the passphrase, the revocation data, and patients for
slow signing.

I think key-pair usage could use:
   * Default expiry times. This would make expiry more common.
   * Implied expiry for old keys (though old isn't reliable).
   * Use of the existing levels of security, or new levels as it seems the
highest level of trust is all too often required.
   * Spliting trust of identity from trust of actions. SSL management has
personal, server, and program sections. Imagine signing someone's key
because you know who they are, then wanting to not trust code that they
write, or not trust that their signing of other peoples keys.
   * SELinux policy to only allow certain programs access to private keys
made default. E.g. It would be nice if I could prevent scp from
accessing my private key without my explicit authorization by changing
the security context, or via a proxy program's authorization (the proxy
could log the event etc.). AppArmor to exclude access to the private
key is something I think that already happens. A nice guide to
implement the appropriate SELinux security context for a private key
would be nice, maybe I'm missing something from gnupg, fedora and/or
elsewhere.

Please CC me on replies.

Thanks,

 Drew Daniels
Resume: http://www.boxheap.net/ddaniels/resume.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/e81248fe0396a754c3fc202791ccdfb6.squir...@webmail.dreamhost.com



Re: Removing the manpage requirement for GUI programs?

2010-03-10 Thread Vincent Lefevre
On 2010-03-10 13:52:15 +0100, Wouter Verhelst wrote:
 Or it might have a gzipped PDF file, which is even more annoying,
 for it requires me to copy, uncompress, read, remove the
 documentation.

zxpdf from xpdf-reader can handle it. But I wonder why the need for
two separate commands while the format can easily be detected.
I don't know how other PDF viewers handle compressed PDF files.

For the other points, I completely agree with you.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310162854.ga23...@prunille.vinc17.org



Re: Bug#540215: Introduce dh_checksums

2010-03-10 Thread Peter Samuelson

[Wouter Verhelst]
 At any rate, a PGP signature takes a lot of data; much more so than
 a checksum.  It's therefore more economical to produce a signed
 package.checksums file than it is to produce a package.pgpsigs.

Huh?  Since asymmetric cryptography is so computationally expensive,
PGP never signs the payload directly.  Instead, the payload is hashed
and then the hash is signed.  So it is not (noticeably) more economical
to sign foo.md5sums than to sign the whole data.tar.gz.

[Same goes for encrypting: PGP encrypts with a conventional block
cipher like AES and a randomly generated key, then encrypts the _key_
using RSA.  Again, this is for efficiency.]

Or is this not what you meant?  I'm confused.


 And since checksum files are generated at build time rather than at
 install time, it is possible to download a known-good copy of the
 .deb that is installed (using snapshot.debian.org, once it gets live,
 for instance, or from a not-compromised host's apt cache), and verify
 the files against that copy rather than the copy that is on the disk.

If you're going to the trouble to download a .deb, why bother with
signatures at all?  Why not just compare the full text directly?

If you have a .deb on a different host and don't want to transfer the
entire thing over the network, well, no reason you can't do your
SHA16384 on both ends, and transfer only the hashes at that time.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310171331.gt18...@p12n.org



Re: source package descriptions: subtsvars are not enough

2010-03-10 Thread Peter Samuelson

[Stefano Zacchiroli]
 To fix that, it seems to me that the most reasonable solution
 advanced in the thread is to add a proper Description field to
 source package stanzas. Then, in addition, we can setup an automatic
 substvar, whose content is the source description, that can then be
 used in package description stanzas to interpolate the source
 description.

Yes, I think pretty much everyone agrees that this would be the most
reasonable approach.

I wonder if, in addition (or perhaps instead of the above), it is
useful to have a substvar for just the _first paragraph_ of the source
Description.  What I'm thinking about is a short blurb you want to copy
into all your binary packages, but perhaps there is _more_ information
you also want to put in the source Description, which it wouldn't be
useful to copy everywhere.

In particular, I do think a single paragraph should always be
sufficient for copying into a binary Description.  We don't want those
things to get too long!  The question then is, might it be useful to
have a longer description in the source package?  I do not know.
Perhaps this additional information always belongs instead in the
diff.tar.gz somewhere, like debian/source.README.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310173014.gu18...@p12n.org



Bug#573341: ITP: libmath-gradient-perl -- module for calculating smooth numerical transitions

2010-03-10 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: libmath-gradient-perl
  Version : 0.04
  Upstream Author : Tyler MacDonald j...@crackerjack.net
* URL : http://search.cpan.org/dist/Math-Gradient/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for calculating smooth numerical transitions

Math::Gradient is a Perl module that is useful for calculating numbers needed
to make smooth transitions between two or more numerical values (graphically
represented as gradients). The primary intent of this module is to make it
easy to mix colours, both in terms of basic and multiple-point gradients.

NOTE: this is needed for packaging of Chart::Clicker



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/d1b732a71003100948p6b05e996r2071b6e4a5fef...@mail.gmail.com



Bug#573347: ITP: libhash-multivalue-perl -- module for storing multiple values per key in a hash

2010-03-10 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: libhash-multivalue-perl
  Version : 0.08
  Upstream Author : Tatsuhiko Miyagawa miyag...@bulknews.net
* URL : http://search.cpan.org/dist/Hash-MultiValue/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for storing multiple values per key in a hash

Hash::MultiValue is a Perl module that provides an object (and a plain hash
reference) that may contain multiple values per key. The hash behaves like a
single-value hash reference, but also provides an API to retrieve multiple
values explicitly on demand.

NOTE: this package is needed for packaging Plack



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/d1b732a71003101016v7056609clb833472921fe5...@mail.gmail.com



Bug#573345: ITP: radare2 -- free advanced command line hexadecimal editor

2010-03-10 Thread Sebastian Reichel
Package: wnpp
Severity: wishlist
Owner: Sebastian Reichel elektra...@gmail.com

* Package name: radare2
  Version : 0.4
  Upstream Author : pancake panc...@nopcode.org
* URL : http://www.radare.org/
* License : LGPL, imported GPL and BSD code
  Programming Lang: C; Bindings for: Perl, Python, Ruby, Vala
  Description : free advanced command line hexadecimal editor

The project aims to create a complete, portable, multi-architecture,
unix-like toolchain for reverse engineering.
  
It is composed by an hexadecimal editor (radare) with a wrapped IO
layer supporting multiple backends for local/remote files, debugger
(osx,bsd,linux,w32), stream analyzer, assembler/disassembler (rasm)
for x86,arm,ppc,m68k,java,msil,sparc code analysis modules and
scripting facilities. A bindiffer named radiff, base converter (rax),
shellcode development helper (rasc), a binary information extracter
supporting (pe, mach0, elf, class, ...) named rabin, and a block-based
hash utility called rahash.

Note: radare2 coexists with radare1 and the binary of this package is
called radare2, so I name the source package radare2, too. But I don't
plan to continue maintaining radare1. I will ask for removal once radare2
is in the repository.

-- Sebastian



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100310180618.12109.34456.report...@earth.universe



Bug#573349: ITP: libkcompat -- Linux kernel compatibility library for userspace applications

2010-03-10 Thread Jon Bernard
Package: wnpp
Severity: wishlist
Owner: Jon Bernard jbern...@debian.org

* Package name: libkcompat
  Version : 0.1
  Upstream Author : Pierre-Marc Fournier pierre-marc.fourn...@polymtl.ca
* URL : http://lttng.org/
* License : LGPL 2.1
  Programming Lang: C
  Description : Linux kernel compatibility library for userspace 
applications

This package provides userspace ports of APIs available in the Linux
kernel but not available to userspace programs. Included are header
files for atomic integer operations, linked lists, hash tables,
and reference counting.

NOTE: this is needed for the packaging of ltt-ust

-- 
Jon



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310183316.ga12...@shaniqua



Re: Bug#540215: Introduce dh_checksums

2010-03-10 Thread Russ Allbery
Peter Samuelson pe...@p12n.org writes:
 [Wouter Verhelst]

 At any rate, a PGP signature takes a lot of data; much more so than
 a checksum.  It's therefore more economical to produce a signed
 package.checksums file than it is to produce a package.pgpsigs.

 Huh?  Since asymmetric cryptography is so computationally expensive,
 PGP never signs the payload directly.  Instead, the payload is hashed
 and then the hash is signed.  So it is not (noticeably) more economical
 to sign foo.md5sums than to sign the whole data.tar.gz.

However, since the most common verification action is probably going to be
to check whether a specific file installed on the system has been
modified, Wouter's approach is probably the best implementation strategy.
It's more efficient to compute the checksum of a file, check that it
matches the checksum in the signed file, and verify the signature on that
file than it is to verify the data.tar.gz signature and then extract the
relevant file from it and compare it to the file on disk.  Among other
things, you can use the first algorithm with nothing but the signed
checksum files, which are a lot smaller than keeping the whole package
around.

 If you're going to the trouble to download a .deb, why bother with
 signatures at all?  Why not just compare the full text directly?

Indeed.  It's an efficiency gain for much the same reasons as above, but
not really a security gain.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87y6i0ggal@windlord.stanford.edu



Re: Bug#572374: please consider Section: Education

2010-03-10 Thread Ana Guerrero
On Wed, Mar 10, 2010 at 01:40:07PM +0900, Charles Plessy wrote:
 I agree with Andreas here: we already have other ways to classify software, in
 particular with the Debtags, and to group packages, in particular with the
 Blends tasks, so fragmenting the sections will only introduce doubts and
 controversy about multi-purpose software.

Yes, but as long as we are also using the archive sections, we should improve
them.

 How about renaming the Science section “Science and Education” (or “Education
 and Scicence”, it does not matter to me). The content of the ‘Section’ field 
 in
 the Debian control files could stay ‘science’, since if I understand the
 problem, what matters here is the processed information that our users see on
 our website.

We will always have software fitting in several section, and we never will solve
that problem as long as we use them. What you propose sounds like a bad
workaround, specially because I can understand “Science and Education” as 
application that are both: science and education. Would linguistic apps fit 
there?

Neither we can have sections for everything but in the case of educative 
software I think we have plenty of software falling under this category.

Ana


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310185815.ga27...@pryan.ekaia.org



Re: dsniff is dead, long life to dsniff

2010-03-10 Thread Luciano Bello
So, I'm going to upload a new package (python-dsniff) and maintain (or 
co-maintain, with faidon) dsniff (the classical one) in the meantime. 
Personally, I'm going to leave the dsniff maintenance when python-dsniff 
becomes a comparable alternative.

Thanks for all your opinions,

luciano



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003101602.19726.luci...@debian.org



Re: Bug#573345: ITP: radare2 -- free advanced command line hexadecimal editor

2010-03-10 Thread Reinhard Tartler
On Wed, Mar 10, 2010 at 19:06:18 (CET), Sebastian Reichel wrote:

 Note: radare2 coexists with radare1 and the binary of this package is
 called radare2, so I name the source package radare2, too. But I don't
 plan to continue maintaining radare1. I will ask for removal once radare2
 is in the repository.

what is upstreams opinion on this? is radare1 superseeded upstream? In
that case, I'd rather avoid introducing a new package name and just
upload the new version with the name 'radare', automatically replacing
the old one.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/878wa0ggc8@faui44a.informatik.uni-erlangen.de



Re: Bug#572374: please consider Section: Education

2010-03-10 Thread Andreas Tille
On Wed, Mar 10, 2010 at 07:58:15PM +0100, Ana Guerrero wrote:
 Yes, but as long as we are also using the archive sections, we should improve
 them.

ACK.
 
 We will always have software fitting in several section, and we never will 
 solve
 that problem as long as we use them.

ACK.

 What you propose sounds like a bad workaround,

I don't think so - it's just another suggestion and in my eyes it s
quite comparable to your original suggestion.

 specially because I can understand ???Science and Education??? as 
 application that are both: science and education.

Would you prefer Science or education? ;-)
If I tell you my bag contains Cacao and sugar would you think I
brought some chocolate consisting of both ingrediences?

 Would linguistic apps fit there?

Sure.  According to my understanding Charles did not suggest to exclude
pure scientific software from the proposed common section and currently
some linguistic apps are in Science and there is no reason to remove
these just because we add Educationsl applications to the section.

 Neither we can have sections for everything but in the case of educative 
 software I think we have plenty of software falling under this category.

Yes, we do.  I personally have no problem with both suggestions because
they seem to be both able to reduce the effect of the problem (but not
real solutions because there is probable no such thing).  Anas
suggestion leaves the problem that it is hard to decide where to put
packages which are really intended for both Science and Education.
Charles suggestion does hardly enable to move some educational games
into the suggested section.  I think we should leave the final decision
to ftpmaster (do-o-cracy = the doer decides).
 
Kind regards

 Andreas.

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310200358.ga5...@an3as.eu



Bug#573361: ITP: ltt-ust -- LTTng Userspace Tracer

2010-03-10 Thread Jon Bernard
Package: wnpp
Severity: wishlist
Owner: Jon Bernard jbern...@debian.org

* Package name: ltt-ust
  Version : 0.3
  Upstream Author : Pierre-Marc Fournier pierre-marc.fourn...@polymtl.ca
* URL : http://lttng.org/
* License : LGPL 2.1
  Programming Lang: C
  Description : LTTng Userspace Tracer

The userspace tracer is designed to provide detailed information about
userspace activity. Like the kernel tracer, performance is the main
goal. Tracing does not require system calls or traps. UST
instrumentation points may be added in any userspace code including
signal handlers and libraries.

-- 
Jon



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100310203307.ga17...@shaniqua



Re: Very newbe help/pointers required about building a distribution from scratch

2010-03-10 Thread Luke Kenneth Casson Leighton
On Wed, Mar 10, 2010 at 8:18 PM, Lennart Sorensen
lsore...@csclub.uwaterloo.ca wrote:
 On Wed, Mar 10, 2010 at 07:20:04PM +, Luke Kenneth Casson Leighton wrote:
  yeah - i'd like to know how to do this, too.  i installed buildd (and
 wannabuild) but there appears to be some manual steps involved, and
 i was kind-of expecting it to be automatic and recursive.

  what i was expecting was that there was a simple way - e.g. grab all
 the packages of a task - and just shove them at buildd, and i was
 expecting it to just... go ahead and recursively grab all build
 dependencies and all source dependencies, right down to coreutils and
 build them all from the top down.

  a bit like openembedded.

  ... but there's absolutely nothing that can be found, like that: it
 seems more that buildd is designed to be a half-way house, which is
 kinda useless for this sort of task, creating entire specialised
 rebuilds (a la gentoo) for specific architectures.

  yes, basically, i want to rebuild an entire suite of debian packages
 for the arm cortex A8 processor (the S5PC100).

 A number of packages have circular dependancies.  These have to be
 resolved manually by either temporarily using packages built elsewhere
 or by manually building parts of a package to solve the dependancies.

 or by using e.g. debian armel packages a la cross-debootstrap
(rootstock under the dreaded ubuntu), that gets you into a position
where each of those dependencies can be replaced one at a time.

 You better have a good understanding of the debian packaging system and
 how dpkg-buildpackage works.

 It only really becomes automatic with wannabuild once you have a working
 base system.

 excellent.

 ... where is all this documented?

 has anyone actually done this - documented and automated e.g. how the
debian-armel port was created, when previously there was only the
debian-arm one?

 because it really does make sense to have a way to do automated total
recompiles for e.g. the cortex a8, and if debian won't officially
add that as an architecture, at least having a well-documented and
automated process by which a random person can just... set some
machines compiling for a month, would be good.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/ced5f0f61003101308n133ec20dha948b52410c2d...@mail.gmail.com



Re: Very newbe help/pointers required about building a distribution from scratch

2010-03-10 Thread Neil Williams
On Wed, 10 Mar 2010 21:08:30 +
Luke Kenneth Casson Leighton l...@lkcl.net wrote:

(When replying, please shorten the CC list, preferably only to the
debian-embedded list.)

   a bit like openembedded.

It's much easier to not do things like OE and to actually build
incrementally, putting dependencies into a local repository to make
them available as build-dependencies of the subsequent packages. That's
how Emdebian did it for Emdebian Crush 1.0.

   ... but there's absolutely nothing that can be found, like that: it
  seems more that buildd is designed to be a half-way house, which is
  kinda useless for this sort of task, creating entire specialised
  rebuilds (a la gentoo) for specific architectures.

Debian is a binary distribution, it's designed to be built
incrementally and to use dependencies as binaries. Where others use a
staging area, Debian uses a repository which can be local.

emdebian-tools has scripts to do this but it's complicated and
cross-building Debian currently is hard.

   yes, basically, i want to rebuild an entire suite of debian packages
  for the arm cortex A8 processor (the S5PC100).

armel? Use Emdebian Grip.

http://www.emdebian.org/grip/

Why rebuild? What changes are you making to the packages? (Answers to
questions like this should go to the debian-embed...@lists.debian.org
mailing list, not debian-devel.)

(IMHO - and possibly a lot of other DD's - the benefits of building
packages for a specific machine ala gentoo with no other changes is
often heavily over-rated.)

  A number of packages have circular dependancies. 

There is some work going on to fix those (nod to Holger and piuparts)
but finding a path through the dependencies is VERY VERY hard. The only
sane way is to start with the toolchain packages, work up gradually,
make mistakes, retrace your steps, go back and try another route then
make some progress until you reach the next impasse.

EVERY time you even think about changing any package during this
process, you have to recalculate the entire path from there on. It is
seriously painful.

  These have to be
  resolved manually by either temporarily using packages built elsewhere
  or by manually building parts of a package to solve the dependancies.

Precisely.
 
  or by using e.g. debian armel packages a la cross-debootstrap
 (rootstock under the dreaded ubuntu), that gets you into a position
 where each of those dependencies can be replaced one at a time.

Correct.
 
  ... where is all this documented?

It's not.

Documenting it means keeping it correct and that's just too much work.

  has anyone actually done this

Yes. Me - I was cross-building the entire chain too. It took me the
best part of a year to get through 200 packages. i.e. SERIOUSLY
reconsider precisely how many packages you want to rebuild and how many
NEED to be rebuilt.

Unless you are making changes to the packages - indeed, unless you're
making FUNCTIONAL changes to packages - do not rebuild.

Use Emdebian Grip which provides smaller versions of existing Debian
packages without binary changes. Please discuss this further on the
debian-embedded mailing list.

 - documented and automated e.g. how the
 debian-armel port was created, when previously there was only the
 debian-arm one?

Native ports start at the toolchain and work up, gradually, putting
aside packages that build-depend on stuff you haven't built yet and
occasionally going back over the list. It takes time, lots of time.
 
  because it really does make sense to have a way to do automated total
 recompiles for e.g. the cortex a8, and if debian won't officially
 add that as an architecture, at least having a well-documented and
 automated process by which a random person can just... set some
 machines compiling for a month, would be good.

*Precisely* what changes do you need for that architecture - is it
really a different architecture from armel? (Answers to debian-embedded
please.)

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpICQa5X650Z.pgp
Description: PGP signature


Re: Very newbe help/pointers required about building a distribution from scratch

2010-03-10 Thread Neil Williams
On Wed, 10 Mar 2010 21:52:57 +
Neil Williams codeh...@debian.org wrote:

   has anyone actually done this
 
 Yes. Me - I was cross-building the entire chain too. It took me the
 best part of a year to get through 200 packages. i.e. SERIOUSLY
 reconsider precisely how many packages you want to rebuild and how many
 NEED to be rebuilt.

That didn't come across as I intended. Others, lots of others, have
done native builds from scratch - my emphasis was preparing a complete
cross-built distro from scratch. That is not something I recommend
anyone else tries and I'm now trying to create a way for others to do a
partial rebuild, only putting time into packages that really need to be
changed from the standard Debian package. Out of 2,000 packages, I'm
expecting to need to rebuild less than 100.

(Some idea of the packages involved can be gleaned from the Emdebian
CodeAudit wiki page [0]. Most of those do NOT need to be rebuilt,
the only ones are probably those with tags highlighted in bold.)

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

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpXsNhxBWCCH.pgp
Description: PGP signature


Re: Bug#540215: Introduce dh_checksums

2010-03-10 Thread Frank Lin PIAT
Hello,

On Mon, 2010-03-08 at 17:36 +0100, Frank Lin PIAT wrote:
 On Thu, 2010-03-04 at 20:08 +0100, Tollef Fog Heen wrote:
   Frank Lin PIAT wrote:
   What about a transitional dh_md5sums that would produce md5sum AND
   invoke dh_sha ?
  
  Or call it dh_checksums or something so we don't have to change the tool
  name each time we decide to change the algorithm.
 
 Find a patch attached, for a smooth transition from DEBIAN/md5sums to a
 recent checksum.


Since SHA algorithms is a family, tools and API usually implement
multiple variants. Wouter's initial email suggested to use the name
shasums. I must admit I find this quite sensible for future
improvements. People should be encourage to detect and support SHA-224
and better hash, even though we should only accept sha256 in the archive
for now.

I have still named the helper dh_checksums, because it we ever want to
ship a different algorithm, we would probably still use the same
(updated) helper to generate that file.

Find an updated patch attached.

Regards,
diff --git a/debian/copyright b/debian/copyright
index a9f950d..162bfc0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -48,7 +48,7 @@ Copyright: Steve Robbins s...@debian.org
 License: GPL-2+
 
 Files: dh_md5sums
-Copyright: Charles Briscoe-Smith c...@ukc.ac.uk
+Copyright: Charles Briscoe-Smith c...@ukc.ac.uk, Frank Lin PIAT 
fp...@klabs.be
 License: GPL-2+
 
 Files: dh_bugfiles
diff --git a/debian/links b/debian/links
new file mode 100644
index 000..3e7d603
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,3 @@
+usr/share/man/man1/dh_md5sums.1.gz usr/share/man/man1/dh_checksums.1.gz
+usr/bin/dh_md5sums usr/bin/dh_checksums
+
diff --git a/dh b/dh
index bcac8da..0aa9bc3 100755
--- a/dh
+++ b/dh
@@ -322,7 +322,7 @@ $sequences{install} = [...@{$sequences{build}}, qw{
 my @b=qw{
dh_installdeb
dh_gencontrol
-   dh_md5sums
+   dh_checksums
dh_builddeb
 };
 $sequences{'binary-indep'} = [...@{$sequences{install}}, @b];
diff --git a/dh_md5sums b/dh_md5sums
index da00090..33bf561 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_md5sums - generate DEBIAN/md5sums file
+dh_checksums - generate DEBIAN/*sums files (md5, sha256)
 
 =cut
 
@@ -12,18 +12,24 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
+Bdh_checksums [SIdebhelper options] [B-x] [B-XIitem] 
[B--include-conffiles]
+
 Bdh_md5sums [SIdebhelper options] [B-x] [B-XIitem] 
[B--include-conffiles]
 
 =head1 DESCRIPTION
 
-dh_md5sums is a debhelper program that is responsible for generating
-a DEBIAN/md5sums file, which lists the md5sums of each file in the package.
-These files are used by the debsums package.
+dh_checksums is a debhelper program that is responsible for generating
+a DEBIAN/md5sums and DEBIAN/sha256sums files, which respectively lists the
+md5sums and sha256sums of each file in the package. These files are used
+by the debsums package.
 
-All files in DEBIAN/ are omitted from the md5sums file, as are all
+All files in DEBIAN/ are omitted from the checksums files, as are all
 conffiles (unless you use the --include-conffiles switch).
 
-The md5sums file is installed with proper permissions and ownerships.
+The checksums files are installed with proper permissions and ownerships.
+
+dh_md5sums is deprecated, you should use dh_checksums instead, which generates 
the
+type of checksums files recommended by the Debian policy.
 
 =head1 OPTIONS
 
@@ -37,7 +43,7 @@ redundant since it is included elsewhere in debian packages.
 =item B-XIitem, B--exclude=Iitem
 
 Exclude files that contain item anywhere in their filename from
-being listed in the md5sums file.
+being listed in the checkums file.
 
 =back
 
@@ -48,15 +54,26 @@ init(options = {
include-conffiles = \$dh{INCLUDE_CONFFILES},
 });
 
+my ($basename) = $0=~m:.*/(.+):;
+
 foreach my $package (@{$dh{DOPACKAGES}}) {
next if is_udeb($package);
-   
+
+   if (basename($0) == 'dh_md5sums') {
+   warning(This program should no longer be used. Please read the 
dh_checksums(1) man page.);
+   }
+
my $tmp=tmpdir($package);
 
if (! -d $tmp/DEBIAN) {
doit(install,-d,$tmp/DEBIAN);
}
 
+   # Detect if this is run multiple times (calling both dh_md5sums and 
dh_checksums?)
+   if (-f $tmp/DEBIAN/md5sums or -f $tmp/DEBIAN/sha256sums) {
+   warning(Re-computing checksum file (even though md5sums and/or 
sha256sums exists));
+   }
+
# Check if we should exclude conffiles.
my $exclude=;
if (! $dh{INCLUDE_CONFFILES}  -r $tmp/DEBIAN/conffiles) {
@@ -76,6 +93,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}

complex_doit((cd $tmp /dev/null ; find . -type f $exclude ! -regex 
'.*/DEBIAN/.*' -printf '%P\\0' | xargs -r0 md5sum  DEBIAN/md5sums) 
/dev/null);
+   complex_doit((cd $tmp /dev/null ; find . -type f $exclude ! -regex 
'.*/DEBIAN/.*' -printf '%P\\0' | xargs -r0 sha256sum  

Re: Bug#540215: Introduce dh_checksums, clear-signed checksum

2010-03-10 Thread Frank Lin PIAT
On Wed, 2010-03-10 at 10:52 -0800, Russ Allbery wrote:
 Peter Samuelson pe...@p12n.org writes:
  [Wouter Verhelst]
 
  At any rate, a PGP signature takes a lot of data; much more so than
  a checksum.  It's therefore more economical to produce a signed
  package.checksums file than it is to produce a package.pgpsigs.
 
  Huh?  Since asymmetric cryptography is so computationally expensive,
  PGP never signs the payload directly.  Instead, the payload is hashed
  and then the hash is signed.  So it is not (noticeably) more economical
  to sign foo.md5sums than to sign the whole data.tar.gz.
 
 However, since the most common verification action is probably going to be
 to check whether a specific file installed on the system has been
 modified, Wouter's approach is probably the best implementation strategy.
 It's more efficient to compute the checksum of a file, check that it
 matches the checksum in the signed file, and verify the signature on that
 file than it is to verify the data.tar.gz signature and then extract the
 relevant file from it and compare it to the file on disk.  Among other
 things, you can use the first algorithm with nothing but the signed
 checksum files, which are a lot smaller than keeping the whole package
 around.

GPG clear-signed messages
¨
I made some tests, and it seems that we could allow,but not require, GPG
signed checksum-file. sha256sum will ignore invalid lines by default
(unless you specify --warn option).

Similarly, the policy could state that GPG clear-signed shasum files are
allowed. Tools using shasum should still strip the signature, especially
when using the checksum for security purpose.


Let me know you find this feature useful (or over engineered). 

Regards,

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1268259720.3291.3261.ca...@solid.paris.klabs.be



Re: md5sums files

2010-03-10 Thread Frank Lin PIAT
On Wed, 2010-03-03 at 03:06 +0100, Wouter Verhelst wrote:
 
 I must say I was somewhat surprised by these numbers. Out of 2483
 packages installed on my laptop, 2340 install md5sums. While that
 might've been useful at some point, I don't think it still is.

Hi all,

Can you think of any sensible reason for not including md5sums of
control files, especially the {pre,post}{inst,rm} scripts ?

In the shasum file, those files could be either:
 1. inserted, with the patch rewritten to match their expected 
location on the target system.
or
 2. inserted as a *comment* in the shasum file, like:
#68b329da9893e34099c7d8ad5cb9c940 CONTROL.TAR:postinst


Thanks,

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1268264672.3291.3654.ca...@solid.paris.klabs.be



Re: Bug#540215: Introduce dh_checksums, clear-signed checksum

2010-03-10 Thread The Fungi
On Wed, Mar 10, 2010 at 11:22:00PM +0100, Frank Lin PIAT wrote:
 I made some tests, and it seems that we could allow,but not require, GPG
 signed checksum-file. sha256sum will ignore invalid lines by default
 (unless you specify --warn option).
 
 Similarly, the policy could state that GPG clear-signed shasum files are
 allowed. Tools using shasum should still strip the signature, especially
 when using the checksum for security purpose.

Is there any good reason not to use a detached signature in a
separate file instead? I know that doubles the number of files, but
it also reduces the raw size by around 47 bytes and simplifies
parsing of the checksum files themselves.
-- 
{ IRL(Jeremy_Stanley); PGP(9E8DFF2E4F5995F8FEADDC5829ABF7441FB84657);
SMTP(fu...@yuggoth.org); IRC(fu...@irc.yuggoth.org#ccl); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER(fu...@yuggoth.org);
MUD(fu...@katarsis.mudpy.org:6669); WWW(http://fungi.yuggoth.org/); }


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100311003709.gi1...@yuggoth.org



Bug#573393: ITP: maven-release -- Maven Release Plugin

2010-03-10 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone 1o5g4...@gmail.com

* Package name: maven-release
  Version : 2.0
  Upstream Author : Release plugin team at 
http://maven.apache.org/plugins/maven-release-plugin/team-list.html
* URL : http://maven.apache.org/plugins/maven-release-plugin
* License : ASL 2.0
  Programming Lang: java
  Description : Maven Release Plugin

 This plugin is used to release a project with Maven, saving a lot of
 repetitive, manual work. Releasing a project is made in two steps:
 prepare and perform. It provides the following goals:
  * release:clean - Clean up after a release preparation.
  * release:prepare - Prepare for a release in SCM.
  * release:prepare-with-pom - Prepare for a release in SCM, and generate
release POMs that record the fully resolved projects used.
  * release:rollback - Rollback a previous release.
  * release:perform - Perform a release from SCM.
  * release:stage - Perform a release from SCM into a staging folder/repository.
  * release:branch - Create a branch of the current project with all versions
updated.
  * release:update-versions - Update the versions in the POM(s).



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100311005804.22252.90753.report...@phenomenon.



Re: Bug#540215: Introduce dh_checksums

2010-03-10 Thread Ryan Niebur
[despite having not yet replied to this thread, I am watching it...I
just don't have the desire to add to yet another giant, silly thread on
-devel. anyways...]

On Mon, Mar 08, 2010 at 12:21:42PM -0500, Joey Hess wrote:
 
Your comments on the patch are obviously welcome (feel free to hack
it your self if you want)
  
  Any chance to merge it before squeeze Freeze?
 
 Is debsums ready to handle other checksums types?
 

no. I will happily add support for it if there is consensus that a
switch to sha256sums (or any other checksum algorithm, for that
matter) should happen, and once packages begin to migrate to it.

Cheers,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Re: Team uploads.

2010-03-10 Thread Paul Wise
On Sun, Mar 7, 2010 at 1:47 PM, Charles Plessy ple...@debian.org wrote:

 It was proposed in 2009 to formalise Team uploads in analogy to the QA
 uploads, as a special case of NMU, where most conventions are relaxed.

As the initiator of the previous thread, I'd like to thank you for pushing this.

As far as implementation details go, would it be a good idea to also
add dch --team, which would produce the right string for the purposes
of quieting lintian?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/e13a36b31003101808x5c2900f7qb9efa82236fec...@mail.gmail.com



Re: Team uploads.

2010-03-10 Thread Luke Cycon
On Thu, 2010-03-11 at 10:08 +0800, Paul Wise wrote:
 As far as implementation details go, would it be a good idea to also
 add dch --team, which would produce the right string for the purposes
 of quieting lintian? 

I think that would be useful.  I think if we don't do this, many will
simply wing it when writing the changelog rather than looking up the
'correct' way to quiet lintian.

A thought:  Maybe make it accept dch --team email/name of team for the
cases where the QA team for some reason may be uploading in place of the
normal team, or in the cases where there normally is no team.

(Sorry if that is somewhat confusing, I have been up for 26 hrs I am
seeing yellow elephants...)
-- 
Luke Cycon lcy...@gmail.com


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


Sumit Kumar added you as a friend on Skoost

2010-03-10 Thread Sumit Kumar
Williams Orellana

Sumit Kumar added you as a friend on Skoost.

To see what your friends are up to and confirm Sumit Kumar as a friend, follow 
the link below:
http://www.skoost.com/social/?pid=5940686eml=debian-de...@lists.debian.orgfid=19405212blk=0pge=12

If you want to unfriend (block) this person, follow the link below:
http://www.skoost.com/social/?pid=5940686eml=debian-de...@lists.debian.orgfid=19405212blk=1pge=12

Skoost

Accepted asused 3.72-9 (source all)

2010-03-10 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 08:39:20 +0100
Source: asused
Binary: asused
Architecture: source all
Version: 3.72-9
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner w...@cyconet.org
Changed-By: Jan Wagner w...@cyconet.org
Description: 
 asused - To run a check on the usage of your registry's allocations
Changes: 
 asused (3.72-9) unstable; urgency=low
 .
   * Fix broken Vcs information
Checksums-Sha1: 
 16b146a4d9ae6433043608570f94ac786e76ef3c 1127 asused_3.72-9.dsc
 09f1c5df7e3d1cb18d58de8522861dff765704b1 6321 asused_3.72-9.diff.gz
 6faa379aeddc40e7e0da94ea0484bf6ae9bff4f5 84080 asused_3.72-9_all.deb
Checksums-Sha256: 
 e1eb879ed3bfb3de929fbf51b9580b458c038862e28f10546e9f50688d9a4e7a 1127 
asused_3.72-9.dsc
 99052f702c093a5b9ce2ed9eb0e05e94dc4f72f2951fa103ab612e86b358a741 6321 
asused_3.72-9.diff.gz
 b020827a19c129a1077b6fcda05bfb422cf50aff392b3683870debe1c7e2821f 84080 
asused_3.72-9_all.deb
Files: 
 0149b5bb0253a9e70d5b7fbc9423f844 1127 utils optional asused_3.72-9.dsc
 c7156fa5de73075e07b40b6553ba110f 6321 utils optional asused_3.72-9.diff.gz
 1b1ccea1165947b7cf56bcb253e60bd0 84080 utils optional asused_3.72-9_all.deb

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

iD8DBQFLl1DH9u6Dud+QFyQRAp6JAKDwYX33wVjCkV8V/fYpEUS5hFe54gCfQ47z
mcBMqFWY/wcPzPqzdlwNMQo=
=Kg0Y
-END PGP SIGNATURE-


Accepted:
asused_3.72-9.diff.gz
  to main/a/asused/asused_3.72-9.diff.gz
asused_3.72-9.dsc
  to main/a/asused/asused_3.72-9.dsc
asused_3.72-9_all.deb
  to main/a/asused/asused_3.72-9_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1npi3t-0004oi...@ries.debian.org



Accepted kolabd 2.2.3-20091217-2 (source all)

2010-03-10 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 09:40:18 +0100
Source: kolabd
Binary: kolabd
Architecture: source all
Version: 2.2.3-20091217-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Kolab Maintainers pkg-kolab-de...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 kolabd - groupware server
Closes: 571946
Changes: 
 kolabd (2.2.3-20091217-2) unstable; urgency=medium
 .
   * Urgency set to medium as it fixes a serious bug
   * Add ${misc:Depends} to debian/control
   * Updated Standards-Version to 3.8.4: no changes
   * kolabd.init: Move slapd from Required-{Start,Stop} to Should-{Start,Stop}
 as it is only a recommend. Fix fails to install due to incorrect
 dependencies in init.d LSB header (Closes: #571946)
   * (NB: previous upload was not a snapshot)
Checksums-Sha1: 
 2368e056abb769b46caf4f4111a537a5abf786c9 1314 kolabd_2.2.3-20091217-2.dsc
 6267b055b7fb6eddcf92cbe72b42aa3a0eee7ab0 49824 kolabd_2.2.3-20091217-2.diff.gz
 8868425fc2f096414572877aa38c8dad51a65956 66866 kolabd_2.2.3-20091217-2_all.deb
Checksums-Sha256: 
 1fa22b52b5bb06170fd01c170c37f3a8b46f9eacd11a1c6853760ca589741613 1314 
kolabd_2.2.3-20091217-2.dsc
 923d1edfd786ff3334b63b90ada25d3949c4416a0a4879a1e99866f38359d75b 49824 
kolabd_2.2.3-20091217-2.diff.gz
 5efe5f5467835b78156f4a478ffb739ad7374c2f2b0b9e82d27bc1dbb396b3be 66866 
kolabd_2.2.3-20091217-2_all.deb
Files: 
 f7bdaa7f2f805e50b73581e0d56d038a 1314 mail extra kolabd_2.2.3-20091217-2.dsc
 29f2413119b64716394a5f7770ff5c1e 49824 mail extra 
kolabd_2.2.3-20091217-2.diff.gz
 adfd936733cddfe11357d98b770c543e 66866 mail extra 
kolabd_2.2.3-20091217-2_all.deb

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

iEYEARECAAYFAkuXW4wACgkQOW2jYf5fHX8e2gCffplMiLHYac+fiNRm6WX2psd9
jdUAnRVHDgtX77bMb0SPor8vuFmdt8Dy
=GWAi
-END PGP SIGNATURE-


Accepted:
kolabd_2.2.3-20091217-2.diff.gz
  to main/k/kolabd/kolabd_2.2.3-20091217-2.diff.gz
kolabd_2.2.3-20091217-2.dsc
  to main/k/kolabd/kolabd_2.2.3-20091217-2.dsc
kolabd_2.2.3-20091217-2_all.deb
  to main/k/kolabd/kolabd_2.2.3-20091217-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
Archive: http://lists.debian.org/e1npi7o-00054w...@ries.debian.org



Accepted mecab-naist-jdic 0.6.2-20100208-2 (source all)

2010-03-10 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 16:53:04 +0900
Source: mecab-naist-jdic
Binary: mecab-naist-jdic mecab-naist-jdic-eucjp
Architecture: source all
Version: 0.6.2-20100208-2
Distribution: unstable
Urgency: low
Maintainer: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 mecab-naist-jdic - free Japanese Dictionaries for mecab (replacement of 
mecab-ipadic
 mecab-naist-jdic-eucjp - free Japanese Dictionaries for mecab (replacement of 
mecab-ipadic
Closes: 491986
Changes: 
 mecab-naist-jdic (0.6.2-20100208-2) unstable; urgency=low
 .
   * It's in repository now, closing ITP (Closes: #491986)
   * debian/watch
 - remove unnecessary uversionmangle pattern
Checksums-Sha1: 
 a29c924e3ece1bacd4fdb725d5bd5f45fc61500f 1295 
mecab-naist-jdic_0.6.2-20100208-2.dsc
 65493c354ee7b7414a181151cc86a13d96d06d25 8575 
mecab-naist-jdic_0.6.2-20100208-2.diff.gz
 6560f19be8ec230397b2c49affc9a479ab88d02d 3854 
mecab-naist-jdic_0.6.2-20100208-2_all.deb
 861b305f0e606c62f1d409a3691fb1341e8dfdea 12268542 
mecab-naist-jdic-eucjp_0.6.2-20100208-2_all.deb
Checksums-Sha256: 
 058884c26e35a6edfd6ade81ff09e1019da2bdfda39a52f1ee26c79dadcd7528 1295 
mecab-naist-jdic_0.6.2-20100208-2.dsc
 4926f609a38d4c76cc5b7bf913ea329e0a1424fee004701ad64e9d7f032f50e4 8575 
mecab-naist-jdic_0.6.2-20100208-2.diff.gz
 27dbf1cf298dca35ef5601af3f94a842b930e2519771d9e40c12b6d7e3bae622 3854 
mecab-naist-jdic_0.6.2-20100208-2_all.deb
 1b4370d64ccf3a2b6000b594f8eff1c7f33be39ee2de8afdcc9b20b00170aed2 12268542 
mecab-naist-jdic-eucjp_0.6.2-20100208-2_all.deb
Files: 
 059541f68376e0c5fa2cfb3fcb1aafb7 1295 misc optional 
mecab-naist-jdic_0.6.2-20100208-2.dsc
 df584e8b36915723c71dfe44c5c3207b 8575 misc optional 
mecab-naist-jdic_0.6.2-20100208-2.diff.gz
 b917a414da45be3ead757ef799ee7412 3854 misc optional 
mecab-naist-jdic_0.6.2-20100208-2_all.deb
 de0972b70ff3c2e8ac07e951e78cf03c 12268542 misc optional 
mecab-naist-jdic-eucjp_0.6.2-20100208-2_all.deb

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

iEYEARECAAYFAkuXUGEACgkQIu0hy8THJksJTACgl45knbYaOoETX37A7ZqCFnyj
NkEAni8xOWkXyYENBfaX5EG9PWI+jeAd
=UdSA
-END PGP SIGNATURE-


Accepted:
mecab-naist-jdic-eucjp_0.6.2-20100208-2_all.deb
  to main/m/mecab-naist-jdic/mecab-naist-jdic-eucjp_0.6.2-20100208-2_all.deb
mecab-naist-jdic_0.6.2-20100208-2.diff.gz
  to main/m/mecab-naist-jdic/mecab-naist-jdic_0.6.2-20100208-2.diff.gz
mecab-naist-jdic_0.6.2-20100208-2.dsc
  to main/m/mecab-naist-jdic/mecab-naist-jdic_0.6.2-20100208-2.dsc
mecab-naist-jdic_0.6.2-20100208-2_all.deb
  to main/m/mecab-naist-jdic/mecab-naist-jdic_0.6.2-20100208-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
Archive: http://lists.debian.org/e1npi8h-0005bl...@ries.debian.org



Accepted tortoisehg 1.0-1 (source all)

2010-03-10 Thread Ludovico Cavedon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 09:27:19 +0100
Source: tortoisehg
Binary: tortoisehg tortoisehg-nautilus
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Ludovico Cavedon cave...@debian.org
Changed-By: Ludovico Cavedon cave...@debian.org
Description: 
 tortoisehg - Graphical tool for working with Mercurial
 tortoisehg-nautilus - Graphical tool for working with Mercurial (Nautilus 
extension)
Changes: 
 tortoisehg (1.0-1) unstable; urgency=low
 .
   [ Max Bowsher ]
   * New upstream release.
   * Drop disable-stdout-redirect.patch, included in this version.
   * Drop python-sphinx build-dep, use upstream's pre-built docs, which are now
 present in the tarball again.
 .
   [ Ludovico Cavedon ]
   * Install contrib/mergetools.rc as /etc/mercurial/hgrc.d/thgmergetools.rc.
Checksums-Sha1: 
 f6153b4d67187c002c759e8b00128ca8ad5c8119 1363 tortoisehg_1.0-1.dsc
 210c65f67901720263ca3c14970fd06aceadd721 9940026 tortoisehg_1.0.orig.tar.gz
 d39dd58026203182d78cd1ab8ac9e4618b769dd1 7528 tortoisehg_1.0-1.debian.tar.gz
 755b45af72a45c6d008ca79f0e6e398d36f4c088 2411186 tortoisehg_1.0-1_all.deb
 17a77bdbeefb88d0e2cb8a73db869e930acf9a09 7934 tortoisehg-nautilus_1.0-1_all.deb
Checksums-Sha256: 
 a3bcd947022ef8d1ff05d8be887bd5c6ce3c0b07bcb366504d2fb545581dae2c 1363 
tortoisehg_1.0-1.dsc
 eeb74dc351f652239f3849f8f38c110b89b2e9804429d33205b420556d86aac2 9940026 
tortoisehg_1.0.orig.tar.gz
 7d95c26a7213e99af9629b11a95c079c750fb3637cef3800329199aaac457ccb 7528 
tortoisehg_1.0-1.debian.tar.gz
 16d7a902068cb71b67e721ffc33247cc5d3ce17c06518a165003567c001d5f3f 2411186 
tortoisehg_1.0-1_all.deb
 b86151f44dc987dc2327657cadd3f02bdcb22d195fbb87b1133c2d86614644e5 7934 
tortoisehg-nautilus_1.0-1_all.deb
Files: 
 71d5b50bb73f3df52ae7b9e526a8c893 1363 vcs optional tortoisehg_1.0-1.dsc
 03c905f7a7c526054eb5e52b5861388f 9940026 vcs optional 
tortoisehg_1.0.orig.tar.gz
 35def629954c037b1b595702a13eb56f 7528 vcs optional 
tortoisehg_1.0-1.debian.tar.gz
 b777f6237038ea70d68259dc5daa72fe 2411186 vcs optional tortoisehg_1.0-1_all.deb
 3bfa8ae27eb04aae25b816eecec0663c 7934 vcs optional 
tortoisehg-nautilus_1.0-1_all.deb

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

iEYEARECAAYFAkuXWvoACgkQCidatrS8pde/aQCg12jqGkVMG6HAdXwzWAwg7FVJ
RcMAoLw+m2za1huvZ1mRVf6Tv6YjtO4R
=iCwA
-END PGP SIGNATURE-


Accepted:
tortoisehg-nautilus_1.0-1_all.deb
  to main/t/tortoisehg/tortoisehg-nautilus_1.0-1_all.deb
tortoisehg_1.0-1.debian.tar.gz
  to main/t/tortoisehg/tortoisehg_1.0-1.debian.tar.gz
tortoisehg_1.0-1.dsc
  to main/t/tortoisehg/tortoisehg_1.0-1.dsc
tortoisehg_1.0-1_all.deb
  to main/t/tortoisehg/tortoisehg_1.0-1_all.deb
tortoisehg_1.0.orig.tar.gz
  to main/t/tortoisehg/tortoisehg_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
Archive: http://lists.debian.org/e1npiad-0005ln...@ries.debian.org



Accepted xz-utils 4.999.9beta+20100307-1 (source all amd64)

2010-03-10 Thread Jonathan Nieder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Mar 2010 10:22:24 -0600
Source: xz-utils
Binary: liblzma2 xz-utils xzdec liblzma-dev liblzma-doc
Architecture: source amd64 all
Version: 4.999.9beta+20100307-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan Nieder jrnie...@gmail.com
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 liblzma-dev - XZ-format compression library - development files
 liblzma-doc - XZ-format compression library - API documentation
 liblzma2   - XZ-format compression library
 xz-utils   - XZ-format compression utilities
 xzdec  - XZ-format compression utilities - tiny decompressors
Changes: 
 xz-utils (4.999.9beta+20100307-1) unstable; urgency=low
 .
   * New upstream snapshot, taken from upstream commit f4b2b526.
 - liblzma: The lzma_stream_init() function was not correctly
   initializing the internal allow_buffer_error flag.  As a result,
   ever since 4.999.9beta-1 in rare circumstances when decompressing
   LZMA files, the xz tool would produce spurious Unexpected end
   of input failures (Gentoo bug 305591).
 - The default memory usage limit on low-memory systems has been
   increased.
   * debian/copyright: Clarify.
Checksums-Sha1: 
 bbc5f1a9b829ddcf63c3268b93069ffb1394c623 1454 
xz-utils_4.999.9beta+20100307-1.dsc
 772a899d1b334074197d30151f2094419545ab62 493804 
xz-utils_4.999.9beta+20100307.orig.tar.gz
 6f040d4219f90df0a337facd7404ba5a6affd363 97690 
xz-utils_4.999.9beta+20100307-1.debian.tar.gz
 c1f64a1483093c92d21cbf97393797fc4368743a 166054 
liblzma2_4.999.9beta+20100307-1_amd64.deb
 3e3042bd99b87f154f4e12ab9a0baa0604a17ff5 165204 
xz-utils_4.999.9beta+20100307-1_amd64.deb
 ba4bb8678d79a0f0c28605009ac4c25121786c05 133958 
xzdec_4.999.9beta+20100307-1_amd64.deb
 60d4b7dcf1109007f4ee4bfea4a483b87b6aa92e 233100 
liblzma-dev_4.999.9beta+20100307-1_amd64.deb
 aed9499b7a28c73a5852b248183ce7e37a33956a 493394 
liblzma-doc_4.999.9beta+20100307-1_all.deb
Checksums-Sha256: 
 c7af396cb01edf395eeaa55bbaf5d7545d72a62023d1a882d2d6821f74a3f233 1454 
xz-utils_4.999.9beta+20100307-1.dsc
 ace9cb449c793bd576001e0ccdd945b0d19ae1c6810bb8671d4279ad6d30b356 493804 
xz-utils_4.999.9beta+20100307.orig.tar.gz
 d85aa8fae1fa0295a3c68bb64cd3610d2666ff3d5929dcdc863e214f54352a08 97690 
xz-utils_4.999.9beta+20100307-1.debian.tar.gz
 b1f1f9168beb3ec520b5a2097900a94237401427098afa5de6e9cd2da34f0b66 166054 
liblzma2_4.999.9beta+20100307-1_amd64.deb
 70be73aa669b0697f121e99b64eb1b6c6d1e228568a5a00cf726b247e53f6a1c 165204 
xz-utils_4.999.9beta+20100307-1_amd64.deb
 154d5bf7d0e75b7b5468621bc4748c4845385b0894320804ca72296aa718c92f 133958 
xzdec_4.999.9beta+20100307-1_amd64.deb
 ee4514c5ebfdfbc5ec1d0050e4155b13a367aa9026b1dec5d653e6f025a4e709 233100 
liblzma-dev_4.999.9beta+20100307-1_amd64.deb
 dd03ded412ec80298c72107247b50aec9a8bfa80959588cf4b59e93365d639bf 493394 
liblzma-doc_4.999.9beta+20100307-1_all.deb
Files: 
 e7df95f5035702449a99d43790f71cd0 1454 utils optional 
xz-utils_4.999.9beta+20100307-1.dsc
 bc57b9f6172ff49e69d619af96f5425e 493804 utils optional 
xz-utils_4.999.9beta+20100307.orig.tar.gz
 58c0415d2d0fd8be54d88a5e27384ad3 97690 utils optional 
xz-utils_4.999.9beta+20100307-1.debian.tar.gz
 204dc9c102d0374220eac1e897eae971 166054 libs optional 
liblzma2_4.999.9beta+20100307-1_amd64.deb
 b324225c2449da2da5bb2ac0b3e8f59b 165204 utils optional 
xz-utils_4.999.9beta+20100307-1_amd64.deb
 e0c7df13e9b2fc53af67849a967dcc80 133958 utils optional 
xzdec_4.999.9beta+20100307-1_amd64.deb
 ad4a8d5ce1f926b84b1cc959fbe4d6ca 233100 libdevel optional 
liblzma-dev_4.999.9beta+20100307-1_amd64.deb
 8ac3b72bdf9c0f6b2d81351b178e7465 493394 doc optional 
liblzma-doc_4.999.9beta+20100307-1_all.deb

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

iEYEARECAAYFAkuXWyoACgkQ3DVS6DbnVgTOxwCeKsNnaK3BeJ6UNi1Lc13Xm4iA
D9QAn0zHzUuQwMBIECxtEOvU6Yo/CqfV
=rl47
-END PGP SIGNATURE-


Accepted:
liblzma-dev_4.999.9beta+20100307-1_amd64.deb
  to main/x/xz-utils/liblzma-dev_4.999.9beta+20100307-1_amd64.deb
liblzma-doc_4.999.9beta+20100307-1_all.deb
  to main/x/xz-utils/liblzma-doc_4.999.9beta+20100307-1_all.deb
liblzma2_4.999.9beta+20100307-1_amd64.deb
  to main/x/xz-utils/liblzma2_4.999.9beta+20100307-1_amd64.deb
xz-utils_4.999.9beta+20100307-1.debian.tar.gz
  to main/x/xz-utils/xz-utils_4.999.9beta+20100307-1.debian.tar.gz
xz-utils_4.999.9beta+20100307-1.dsc
  to main/x/xz-utils/xz-utils_4.999.9beta+20100307-1.dsc
xz-utils_4.999.9beta+20100307-1_amd64.deb
  to main/x/xz-utils/xz-utils_4.999.9beta+20100307-1_amd64.deb
xz-utils_4.999.9beta+20100307.orig.tar.gz
  to main/x/xz-utils/xz-utils_4.999.9beta+20100307.orig.tar.gz
xzdec_4.999.9beta+20100307-1_amd64.deb
  to main/x/xz-utils/xzdec_4.999.9beta+20100307-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
Archive: 

Accepted nagios-snmp-plugins 1.1.1-7 (source all)

2010-03-10 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 10:18:35 +0100
Source: nagios-snmp-plugins
Binary: nagios-snmp-plugins
Architecture: source all
Version: 1.1.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group 
pkg-nagios-de...@lists.alioth.debian.org
Changed-By: Jan Wagner w...@cyconet.org
Description: 
 nagios-snmp-plugins - SNMP Plugins for nagios
Changes: 
 nagios-snmp-plugins (1.1.1-7) unstable; urgency=low
 .
   * Add Copyright to all copyrights in debian/copyright
   * Updating standards version to 3.8.4
 - Add README.source
   * Add 1.0 to debian/source/format
   * Add trailing trunk/ at Vcs-Svn-field
Checksums-Sha1: 
 12c19b65553a18d305790f8700a3058b4bec3102 1316 nagios-snmp-plugins_1.1.1-7.dsc
 8c4537b5a0b8a2d504cd969160f5b8aa51f87424 17200 
nagios-snmp-plugins_1.1.1-7.diff.gz
 846ba3147addf4c4168afd0b7ba249f799d46667 94120 
nagios-snmp-plugins_1.1.1-7_all.deb
Checksums-Sha256: 
 b5659132ddcedf589457c7f103f15f02a20740816deafcbd11873fb62dc6954e 1316 
nagios-snmp-plugins_1.1.1-7.dsc
 2d852fd8ae3ae487cb06c524dac560e0d786c03585e5fd43dd7c69facce7e882 17200 
nagios-snmp-plugins_1.1.1-7.diff.gz
 adad04cd664f65d957c26c6ce985ca1ba65e58af2a41bab878a75f34f4404375 94120 
nagios-snmp-plugins_1.1.1-7_all.deb
Files: 
 42b3b7d131f7c05616e9e37ad2e5b0ff 1316 net optional 
nagios-snmp-plugins_1.1.1-7.dsc
 c031809d49a75c1df5bd035f5b0a5aa1 17200 net optional 
nagios-snmp-plugins_1.1.1-7.diff.gz
 b7ceb3eac55117ab5958e91ea485e205 94120 net optional 
nagios-snmp-plugins_1.1.1-7_all.deb

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

iD8DBQFLl2Sa9u6Dud+QFyQRAmj9AKClaEf/cQuIrNpjAOTBRZp/ZodxNgCgpjUA
WIGTZS4xHTuCbSKtdJf4UNk=
=bqmv
-END PGP SIGNATURE-


Accepted:
nagios-snmp-plugins_1.1.1-7.diff.gz
  to main/n/nagios-snmp-plugins/nagios-snmp-plugins_1.1.1-7.diff.gz
nagios-snmp-plugins_1.1.1-7.dsc
  to main/n/nagios-snmp-plugins/nagios-snmp-plugins_1.1.1-7.dsc
nagios-snmp-plugins_1.1.1-7_all.deb
  to main/n/nagios-snmp-plugins/nagios-snmp-plugins_1.1.1-7_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1npihi-0006du...@ries.debian.org



Accepted pyquery 0.5-1 (source all)

2010-03-10 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 09:28:40 +
Source: pyquery
Binary: python-pyquery
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Jonathan Wiltshire deb...@jwiltshire.org.uk
Description: 
 python-pyquery - jQuery-like library for python
Changes: 
 pyquery (0.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Standards version 3.8.4, no changes
Checksums-Sha1: 
 01b6d99935b73c290113e24b009106c116529520 1357 pyquery_0.5-1.dsc
 b612f9e9f5758191375e6207f6668d43c29ea0e8 15559 pyquery_0.5.orig.tar.gz
 36830f0c270f6d6a860d0e9f7dfc71e34d9e29fc 1721 pyquery_0.5-1.diff.gz
 aabf6604459f349d5e44de8bb74afc70a1b45b3e 17120 python-pyquery_0.5-1_all.deb
Checksums-Sha256: 
 fb8f7a09a8695e81484725cb1b1b2819fb85388b38bd828487e10a3cc8a6e47a 1357 
pyquery_0.5-1.dsc
 297710d762cda396140bec4acb871f1d6531b370f2d29863a049cf3076430fda 15559 
pyquery_0.5.orig.tar.gz
 fb11d2c9be34eadba777fceb4f19653081c93770080c9e90db716acde905608a 1721 
pyquery_0.5-1.diff.gz
 5bcd22a50ae82e9e2ac5500b9f28fba78ce56c4d5b4cf434146a645e4a1ed22d 17120 
python-pyquery_0.5-1_all.deb
Files: 
 205edba0a465444a38d4ddc4fe30d874 1357 python extra pyquery_0.5-1.dsc
 9f3c6145fd4ebf4a74d328804142dc5e 15559 python extra pyquery_0.5.orig.tar.gz
 093cc2f05461df2491ca95b51f145e96 1721 python extra pyquery_0.5-1.diff.gz
 c67dbe11a20b0beacd2080b983cbbe0b 17120 python extra 
python-pyquery_0.5-1_all.deb

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

iEYEARECAAYFAkuXaEwACgkQymvqPtuAC1L5AACcDY/V/+zBsnrL7gC0+KSBSWJM
ZpEAoIZ1RwafWneHyYTg/zZNQnltm/Ed
=DUzQ
-END PGP SIGNATURE-


Accepted:
pyquery_0.5-1.diff.gz
  to main/p/pyquery/pyquery_0.5-1.diff.gz
pyquery_0.5-1.dsc
  to main/p/pyquery/pyquery_0.5-1.dsc
pyquery_0.5.orig.tar.gz
  to main/p/pyquery/pyquery_0.5.orig.tar.gz
python-pyquery_0.5-1_all.deb
  to main/p/pyquery/python-pyquery_0.5-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
Archive: http://lists.debian.org/e1npixo-0007fm...@ries.debian.org



Accepted linuxlogo 5.10-1 (source amd64)

2010-03-10 Thread Alexander Reichle-Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 11:25:34 +0100
Source: linuxlogo
Binary: linuxlogo
Architecture: source amd64
Version: 5.10-1
Distribution: unstable
Urgency: low
Maintainer: Alexander Reichle-Schmehl toli...@debian.org
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 linuxlogo  - Color ANSI System Logo
Changes: 
 linuxlogo (5.10-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop patches/01-s390x.patch and patches/02-sh.patch
 (both were pplied upstream)
   * remove quilt, as we don't have any more patches
   * Add $remote_fs to Required-Start and Required-Stop of the init scripts
 LSB header
   * Bump standards version (no changes needed)
Checksums-Sha1: 
 22fcffc995ce594fd2859a608c6e163182f4b321 1181 linuxlogo_5.10-1.dsc
 0ba27d563b938fd802e424c8c116e1ea3c19aab4 103589 linuxlogo_5.10.orig.tar.gz
 02507ab9aa9036cb4b7ca89281de2b7585580c5f 14292 linuxlogo_5.10-1.diff.gz
 92d0368b08573ef301a5897b97888af9108f69d9 86540 linuxlogo_5.10-1_amd64.deb
Checksums-Sha256: 
 9a24a7f4ce018a453a082fc5c46e81a6a6af718091420287b816a1c3f5a26e5a 1181 
linuxlogo_5.10-1.dsc
 e7028d5a01a5964e4d1420d38bb35f758381e92775d4b53ad3e55c2cc04646e0 103589 
linuxlogo_5.10.orig.tar.gz
 5df018b573bf139778000711d10a40ffd452e942512428c18d219c8619a5d56a 14292 
linuxlogo_5.10-1.diff.gz
 d2e09205ed85d6a89901682bfb9b7687965f3d461689b98370411755440b3379 86540 
linuxlogo_5.10-1_amd64.deb
Files: 
 1f10b27996c3a745fd030f811f796c51 1181 misc extra linuxlogo_5.10-1.dsc
 30d635841ba2cf630b040fadbf95377d 103589 misc extra linuxlogo_5.10.orig.tar.gz
 6ee71d508e3e89a8fb98cfdbf079f883 14292 misc extra linuxlogo_5.10-1.diff.gz
 822a2eb6042233d56c5a546ebf0d28f0 86540 misc extra linuxlogo_5.10-1_amd64.deb

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

iEYEARECAAYFAkuXdd8ACgkQBxd04ADYzRYJYQCgi9cjUl3EfpdUdT4F5RtWVfLR
8lsAn1QQ6+k1YU3loxXUFGEpWI/fCIsW
=Os4R
-END PGP SIGNATURE-


Accepted:
linuxlogo_5.10-1.diff.gz
  to main/l/linuxlogo/linuxlogo_5.10-1.diff.gz
linuxlogo_5.10-1.dsc
  to main/l/linuxlogo/linuxlogo_5.10-1.dsc
linuxlogo_5.10-1_amd64.deb
  to main/l/linuxlogo/linuxlogo_5.10-1_amd64.deb
linuxlogo_5.10.orig.tar.gz
  to main/l/linuxlogo/linuxlogo_5.10.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
Archive: http://lists.debian.org/e1npjte-000391...@ries.debian.org



Accepted postgis 1.5.0-1 (source i386 all)

2010-03-10 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 09:32:20 +0100
Source: postgis
Binary: postgresql-8.4-postgis postgis libpostgis-java
Architecture: source i386 all
Version: 1.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libpostgis-java - geographic objects support for PostgreSQL -- JDBC support
 postgis- geographic objects support for PostgreSQL -- common files
 postgresql-8.4-postgis - geographic objects support for PostgreSQL 8.4
Changes: 
 postgis (1.5.0-1) unstable; urgency=low
 .
   * New upstream major release, with many enhancements.
   * Policy bumped to 3.8.4, no changes.
   * Added libxml2-dev as new build-dep.
Checksums-Sha1: 
 afd799d6a62f0ce7b9379309ff97d8ea0f7c49a7 1538 postgis_1.5.0-1.dsc
 8addacea2439a52f07735b58268dcef8df46912c 3752211 postgis_1.5.0.orig.tar.gz
 24e773e7d4f73a5e1fd733d61cf49467b250577d 11875 postgis_1.5.0-1.diff.gz
 2d013ccef6304d9b8287d037af1c055a5fb940ab 712608 
postgresql-8.4-postgis_1.5.0-1_i386.deb
 17b413002608d99fa132a54e3fc132fd3881e485 521472 postgis_1.5.0-1_i386.deb
 9d21901f055eb91642afbb8802232802ee3ed409 404254 libpostgis-java_1.5.0-1_all.deb
Checksums-Sha256: 
 3c2810f24b4c7328d55273c32edd7bc3d256691f8a3bf4919d2df1d558a7c73e 1538 
postgis_1.5.0-1.dsc
 f79e8f740d48367e5481183c33e09b860c2c4466b196ea99c5601db287e2d324 3752211 
postgis_1.5.0.orig.tar.gz
 1f2527ac0b2347e9266a5c131d8ebff4d93b54cd16cb91e3a47783d0ae6f7111 11875 
postgis_1.5.0-1.diff.gz
 ec5f72ffbab0b48c91dd2ef75d358a440cbc0e22516e4a3f0dd56f7606b12eed 712608 
postgresql-8.4-postgis_1.5.0-1_i386.deb
 b056b747cacd064f0e53e0be3c437471f0ae60af036673971106d763b5e2e5e6 521472 
postgis_1.5.0-1_i386.deb
 7d940c84d9a46dfde6b752f105c74c40f7ed46b85ae48b5f14b58c6d7af532d5 404254 
libpostgis-java_1.5.0-1_all.deb
Files: 
 7ed4ad63f8d3593248308a8bd5a52a4b 1538 misc optional postgis_1.5.0-1.dsc
 8c0d291296033deee4d7f545e5d8218f 3752211 misc optional 
postgis_1.5.0.orig.tar.gz
 cb063073d32314f9f80c2008041b321e 11875 misc optional postgis_1.5.0-1.diff.gz
 156ca8a82bc3d05b21f77f38c2c294c8 712608 misc optional 
postgresql-8.4-postgis_1.5.0-1_i386.deb
 2b578292a8d9a3e2e9ccde10e7705db8 521472 misc optional postgis_1.5.0-1_i386.deb
 b4792b0b3bf4bac9bb8b50213cace7d7 404254 science optional 
libpostgis-java_1.5.0-1_all.deb

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

iEYEARECAAYFAkuXeqMACgkQpFNRmenyx0f6GACfeztfXG9ui/RZMCdnJuo4MapM
qccAni4YctGjTM3RbvHM7nwkCxCqc2pv
=orQL
-END PGP SIGNATURE-


Accepted:
libpostgis-java_1.5.0-1_all.deb
  to main/p/postgis/libpostgis-java_1.5.0-1_all.deb
postgis_1.5.0-1.diff.gz
  to main/p/postgis/postgis_1.5.0-1.diff.gz
postgis_1.5.0-1.dsc
  to main/p/postgis/postgis_1.5.0-1.dsc
postgis_1.5.0-1_i386.deb
  to main/p/postgis/postgis_1.5.0-1_i386.deb
postgis_1.5.0.orig.tar.gz
  to main/p/postgis/postgis_1.5.0.orig.tar.gz
postgresql-8.4-postgis_1.5.0-1_i386.deb
  to main/p/postgis/postgresql-8.4-postgis_1.5.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
Archive: http://lists.debian.org/e1npjmg-0005su...@ries.debian.org



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

2010-03-10 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Mar 2010 14:06:48 +0100
Source: tor
Binary: tor tor-dbg tor-geoipdb
Architecture: source all i386
Version: 0.2.2.10-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.10-alpha-1) experimental; urgency=low
 .
   * New upstream version.
   * debian/rules:
 - make manpage building properly depend on patch-stamp,
 - Fix building in the absence of a debian/micro-revision.i file.
Checksums-Sha1: 
 71d2bd9368a837fcef39ec4cd627950fe8b32950 1194 tor_0.2.2.10-alpha-1.dsc
 92f34cb685ac35d4869d81afd87bd67158a9f943 2301340 tor_0.2.2.10-alpha.orig.tar.gz
 6a8760a3722137282a5cd9416adfba4210ebd43c 27856 tor_0.2.2.10-alpha-1.diff.gz
 8178c6d947a20f584f0e20f63f0a269dad3878b7 812658 
tor-geoipdb_0.2.2.10-alpha-1_all.deb
 a13b867d8df549d6bbb68ea3b3ad600b020f8551 966208 tor_0.2.2.10-alpha-1_i386.deb
 6838b8e0688415cd9f18d663c777f01cfbf00d02 1061612 
tor-dbg_0.2.2.10-alpha-1_i386.deb
Checksums-Sha256: 
 fdd580e99b4187bf4b32261524bdc16c5508c3200405560ddff9dc6dd853d045 1194 
tor_0.2.2.10-alpha-1.dsc
 839c1bfabde240985a60261173adc34c49f69e48816088cfa44d8dde200213e6 2301340 
tor_0.2.2.10-alpha.orig.tar.gz
 81adfb39011471c995dd153a7f471893bc80ff096d2a660da5705e778afcb874 27856 
tor_0.2.2.10-alpha-1.diff.gz
 0ea08ff04b08663c519edc28022d6077396ff1ee471e0d474f81888b08e5d619 812658 
tor-geoipdb_0.2.2.10-alpha-1_all.deb
 132dd42dedf433d63099677cd0f04e5bdff75b72434a4eea86b64bb3d345a2c9 966208 
tor_0.2.2.10-alpha-1_i386.deb
 481387740a98ef90ce3615bef68b146e7d98d64c97eaccf9d61c3b699cca9518 1061612 
tor-dbg_0.2.2.10-alpha-1_i386.deb
Files: 
 d6c54c5a84f7dd20153f223210b093e6 1194 net optional tor_0.2.2.10-alpha-1.dsc
 e2576c3c355b1c6830c91fb0643f06be 2301340 net optional 
tor_0.2.2.10-alpha.orig.tar.gz
 5e25f8b638c60baa14183aca7e81ccdc 27856 net optional 
tor_0.2.2.10-alpha-1.diff.gz
 e0a9c984ef5fab6d9cb953b03cfd5f99 812658 net extra 
tor-geoipdb_0.2.2.10-alpha-1_all.deb
 0545939b17519271dcb99808378cd742 966208 net optional 
tor_0.2.2.10-alpha-1_i386.deb
 4f554f324dea7d953afe06b324d13ca4 1061612 debug extra 
tor-dbg_0.2.2.10-alpha-1_i386.deb

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

iEYEARECAAYFAkuXeyMACgkQz/ccs6+kS938cgCglFdgnX+O1avLgpIN1F7ov66S
M4AAn1gDXZhqRQQbLBRSWqifJyumO3fA
=ed72
-END PGP SIGNATURE-


Accepted:
tor-dbg_0.2.2.10-alpha-1_i386.deb
  to main/t/tor/tor-dbg_0.2.2.10-alpha-1_i386.deb
tor-geoipdb_0.2.2.10-alpha-1_all.deb
  to main/t/tor/tor-geoipdb_0.2.2.10-alpha-1_all.deb
tor_0.2.2.10-alpha-1.diff.gz
  to main/t/tor/tor_0.2.2.10-alpha-1.diff.gz
tor_0.2.2.10-alpha-1.dsc
  to main/t/tor/tor_0.2.2.10-alpha-1.dsc
tor_0.2.2.10-alpha-1_i386.deb
  to main/t/tor/tor_0.2.2.10-alpha-1_i386.deb
tor_0.2.2.10-alpha.orig.tar.gz
  to main/t/tor/tor_0.2.2.10-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
Archive: http://lists.debian.org/e1npjqr-0005mu...@ries.debian.org



Accepted lxml 2.2.6-1 (source all i386)

2010-03-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 11:32:29 +0100
Source: lxml
Binary: python-lxml python-lxml-dbg python-lxml-doc
Architecture: source all i386
Version: 2.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 python-lxml - pythonic binding for the libxml2 and libxslt libraries
 python-lxml-dbg - pythonic binding for the libxml2 and libxslt libraries 
(debug ext
 python-lxml-doc - pythonic binding for the libxml2 and libxslt libraries 
(documenta
Changes: 
 lxml (2.2.6-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 48db75a71a35bdbf0ddca9a1d87fadfddd5b472d 1162 lxml_2.2.6-1.dsc
 340d8cee8b787e9b2d2ab8ba2ab268460efa9232 2923134 lxml_2.2.6.orig.tar.gz
 61ec3df77f962e003fd16e08ae029bfcd7d46cea 5076 lxml_2.2.6-1.diff.gz
 8b927f88c7107afd911c0e3349f7e58044a78d01 1538544 
python-lxml-doc_2.2.6-1_all.deb
 718308fdeb485aab7c190f1af400da4405b1f966 975832 python-lxml_2.2.6-1_i386.deb
 b65e55ed981d243aae8502d90ba5b498c73a9781 4045844 
python-lxml-dbg_2.2.6-1_i386.deb
Checksums-Sha256: 
 e76e811e969807d48b2338dfe11059e792ed7aa9876b2d010efc111e16b59c9e 1162 
lxml_2.2.6-1.dsc
 7fd36e4a56360cd5d7319e357b04a90e2c6b836ea220c88f9451c300ae33cc5e 2923134 
lxml_2.2.6.orig.tar.gz
 a98c8886aa98d620373967d1f121a2823b7626d56e01ba3eb07c9a84e0681510 5076 
lxml_2.2.6-1.diff.gz
 c89da1d5206cedc05bee203d3609fc37bb3a904a7172530f07891b11b4bd1635 1538544 
python-lxml-doc_2.2.6-1_all.deb
 be8b399ad85302be9814124c31bb81d5133e20c10fcf62c6bfa134d2009a19ff 975832 
python-lxml_2.2.6-1_i386.deb
 378400107181ae20ccc8d856107230ffca67be246c59b6fc1d007fd73bb6a199 4045844 
python-lxml-dbg_2.2.6-1_i386.deb
Files: 
 09b634d3f9c8cd3bc1d53c8613426717 1162 python optional lxml_2.2.6-1.dsc
 b1f700fb22d7ee9b977ee3eceb65b20c 2923134 python optional lxml_2.2.6.orig.tar.gz
 b3f3c5fb63cb140e4c63682d9b1173d9 5076 python optional lxml_2.2.6-1.diff.gz
 a89d714c9f53d8ef28ba308184ae88a7 1538544 doc extra 
python-lxml-doc_2.2.6-1_all.deb
 fb9bc8ede0bdd880b3e92a90600b24d2 975832 python optional 
python-lxml_2.2.6-1_i386.deb
 8491ec7297d7fcdeaccb5d75169b1637 4045844 debug extra 
python-lxml-dbg_2.2.6-1_i386.deb

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

iEYEARECAAYFAkuXe8cACgkQStlRaw+TLJxWHwCgr3DhEc9i1y9fjjms5KkSIiyP
DdMAn1m9AHZlGxzG2RLB2RSgXALXsbUj
=p9ta
-END PGP SIGNATURE-


Accepted:
lxml_2.2.6-1.diff.gz
  to main/l/lxml/lxml_2.2.6-1.diff.gz
lxml_2.2.6-1.dsc
  to main/l/lxml/lxml_2.2.6-1.dsc
lxml_2.2.6.orig.tar.gz
  to main/l/lxml/lxml_2.2.6.orig.tar.gz
python-lxml-dbg_2.2.6-1_i386.deb
  to main/l/lxml/python-lxml-dbg_2.2.6-1_i386.deb
python-lxml-doc_2.2.6-1_all.deb
  to main/l/lxml/python-lxml-doc_2.2.6-1_all.deb
python-lxml_2.2.6-1_i386.deb
  to main/l/lxml/python-lxml_2.2.6-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
Archive: http://lists.debian.org/e1npjvi-0006ba...@ries.debian.org



Accepted mit-scheme 9.0.1-1 (source i386)

2010-03-10 Thread Chris Hanson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 02:00:45 -0800
Source: mit-scheme
Binary: mit-scheme mit-scheme-dbg
Architecture: source i386
Version: 9.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Chris Hanson c...@debian.org
Changed-By: Chris Hanson c...@debian.org
Description: 
 mit-scheme - MIT/GNU Scheme development environment
 mit-scheme-dbg - MIT/GNU Scheme debugging files
Changes: 
 mit-scheme (9.0.1-1) unstable; urgency=low
 .
   * New upstream.
   * debian/watch: Fix, previous version was broken.
Checksums-Sha1: 
 fbcf50c36271dd6d40dfca1b31b4144bea96373e 1196 mit-scheme_9.0.1-1.dsc
 c6c6d38ff5e4cf54549c73798926981aba061d3a 5399087 mit-scheme_9.0.1.orig.tar.gz
 a44637cd76bec8e89a9694aebbcc9283f88e09df 8244 mit-scheme_9.0.1-1.diff.gz
 532f72339c42c91082caab737c44781ed33ebed3 7416570 mit-scheme_9.0.1-1_i386.deb
 bdd821904a54bede3297fef23bc806742cc8 14593420 
mit-scheme-dbg_9.0.1-1_i386.deb
Checksums-Sha256: 
 6b34911f2bc3e94fb7ab8baeb67b4ebcc9a4b6236950ec1f89ce9c903dae140d 1196 
mit-scheme_9.0.1-1.dsc
 c898b2475fd98dc511ec288ee50e987bba99a230b9b748410e23d98b3c7ad788 5399087 
mit-scheme_9.0.1.orig.tar.gz
 c1576515ba566a8ddb1c252f7305bec75164300433c659cf29793e5ba58cf672 8244 
mit-scheme_9.0.1-1.diff.gz
 bc947617262391a4c3109bc5374cf2b41e5c35de3ce70ed56d8c922c4055a851 7416570 
mit-scheme_9.0.1-1_i386.deb
 91ecaac1eee085ed8512141c3d1d752d57525c107b4f740a5a717972e40ff82e 14593420 
mit-scheme-dbg_9.0.1-1_i386.deb
Files: 
 a2ee1cbb47100fbf9ae2162b0e4b919b 1196 lisp optional mit-scheme_9.0.1-1.dsc
 d2ef16645fd484e498e8eb0d0d43ae4c 5399087 lisp optional 
mit-scheme_9.0.1.orig.tar.gz
 b1d502805aa499c19b83b5b89f4cb751 8244 lisp optional mit-scheme_9.0.1-1.diff.gz
 129c604b2e0bff78fa30383f5fe906e5 7416570 lisp optional 
mit-scheme_9.0.1-1_i386.deb
 a16874830ab1b079c934553021404d27 14593420 debug extra 
mit-scheme-dbg_9.0.1-1_i386.deb

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

iEYEARECAAYFAkuXcCkACgkQ46qC2Bs1LAEK3gCgkkZBdgrGE5tKm5xfDLUqLsnL
zBMAn0yLo4zgmI2yiPCw3B673GkhBXvA
=uKDb
-END PGP SIGNATURE-


Accepted:
mit-scheme-dbg_9.0.1-1_i386.deb
  to main/m/mit-scheme/mit-scheme-dbg_9.0.1-1_i386.deb
mit-scheme_9.0.1-1.diff.gz
  to main/m/mit-scheme/mit-scheme_9.0.1-1.diff.gz
mit-scheme_9.0.1-1.dsc
  to main/m/mit-scheme/mit-scheme_9.0.1-1.dsc
mit-scheme_9.0.1-1_i386.deb
  to main/m/mit-scheme/mit-scheme_9.0.1-1_i386.deb
mit-scheme_9.0.1.orig.tar.gz
  to main/m/mit-scheme/mit-scheme_9.0.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
Archive: http://lists.debian.org/e1npjw5-0006gb...@ries.debian.org



Accepted mit-scheme-doc 9.0.1-1 (source all)

2010-03-10 Thread Chris Hanson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 02:12:31 -0800
Source: mit-scheme-doc
Binary: mit-scheme-doc
Architecture: source all
Version: 9.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Chris Hanson c...@debian.org
Changed-By: Chris Hanson c...@debian.org
Description: 
 mit-scheme-doc - MIT/GNU Scheme documentation
Changes: 
 mit-scheme-doc (9.0.1-1) unstable; urgency=low
 .
   * New upstream.
   * debian/watch: Fix, previous version was broken.
Checksums-Sha1: 
 6888ac01a5144b39c18cd36556a2f0ee12f71155 1086 mit-scheme-doc_9.0.1-1.dsc
 4b55acb01a38157f58a9a8a1b6b46dd26bff 365857 
mit-scheme-doc_9.0.1.orig.tar.gz
 4f4c2c0730f6ed0fdf665043fdcc3c124d32efe0 4095 mit-scheme-doc_9.0.1-1.diff.gz
 65501785f6b33b833a210d36b23734e3384498be 3232760 mit-scheme-doc_9.0.1-1_all.deb
Checksums-Sha256: 
 f2ac799a3e8185ea4480f9603f3a85515298dd4ce7f392cd805c99247c267a26 1086 
mit-scheme-doc_9.0.1-1.dsc
 8facfa7c49e0904e6391a2d9b120efc9f6b498370956b2b638cfc2ec9851f7db 365857 
mit-scheme-doc_9.0.1.orig.tar.gz
 c70712eb703ffb0c27f587e8d3567d1600be47d49884273b8aa743b111f2e6c8 4095 
mit-scheme-doc_9.0.1-1.diff.gz
 06f90ddcc624afcdf22ef574ed26e8b028412f5250a880a0f9c3719bb71e77cf 3232760 
mit-scheme-doc_9.0.1-1_all.deb
Files: 
 0b6ffb9581aa89942997f65e2e073ad8 1086 non-free/doc optional 
mit-scheme-doc_9.0.1-1.dsc
 f113443b9ab8c480bfa53c7ba1df09af 365857 non-free/doc optional 
mit-scheme-doc_9.0.1.orig.tar.gz
 5772c6b767545b637f3c291337cf9f15 4095 non-free/doc optional 
mit-scheme-doc_9.0.1-1.diff.gz
 5bbc83672e4ee881d05a4651593e31cd 3232760 non-free/doc optional 
mit-scheme-doc_9.0.1-1_all.deb

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

iEYEARECAAYFAkuXcMYACgkQ46qC2Bs1LAGCAQCfWQ7PrshYiCOjCGrz9spTMLNx
9LIAn2xowV8wXG2+pwVxozX/JOyZEqYS
=25a6
-END PGP SIGNATURE-


Accepted:
mit-scheme-doc_9.0.1-1.diff.gz
  to non-free/m/mit-scheme-doc/mit-scheme-doc_9.0.1-1.diff.gz
mit-scheme-doc_9.0.1-1.dsc
  to non-free/m/mit-scheme-doc/mit-scheme-doc_9.0.1-1.dsc
mit-scheme-doc_9.0.1-1_all.deb
  to non-free/m/mit-scheme-doc/mit-scheme-doc_9.0.1-1_all.deb
mit-scheme-doc_9.0.1.orig.tar.gz
  to non-free/m/mit-scheme-doc/mit-scheme-doc_9.0.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
Archive: http://lists.debian.org/e1npjwk-0006ic...@ries.debian.org



Accepted libgda4 4.0.8-1 (source all i386)

2010-03-10 Thread Piotr Pokora
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 19:34:07 +0100
Source: libgda4
Binary: libgda-4.0-4 libgda-4.0-bin libgda-4.0-common libgda-4.0-dev 
libgda-4.0-4-dbg libgda-4.0-doc libgda-4.0-mysql libgda-4.0-postgres 
gir1.0-gda-4.0
Architecture: source all i386
Version: 4.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Piotr Pokora piotrek.pok...@gmail.com
Description: 
 gir1.0-gda-4.0 - data abstraction library based on GLib -- GObject 
Introspection
 libgda-4.0-4 - data abstraction library based on GLib
 libgda-4.0-4-dbg - data abstraction library based on GLib -- debug files
 libgda-4.0-bin - data abstraction library based on GLib -- binary files
 libgda-4.0-common - data abstraction library based on GLib -- common files
 libgda-4.0-dev - data abstraction library based on GLib -- development files
 libgda-4.0-doc - data abstraction library based on GLib -- documentation files
 libgda-4.0-mysql - MySQL provider for libgda database abstraction library
 libgda-4.0-postgres - PostgreSQL provider for libgda database abstraction 
library
Changes: 
 libgda4 (4.0.8-1) unstable; urgency=low
 .
   [ Emilio Pozuelo Monfort ]
   * debian/rules:
 - Run the test suite during the build, but don't make it fatal (yet).
 .
   [ Piotr Pokora ]
   * New upstream
   * Build depend on libmysqlclient-dev package.
   * Added libgda4 possible conflicts (also added to Replaces for save updates).
   * New gir1.0-gda-4.0 package
   * Dev package suggests doc one
Checksums-Sha1: 
 03e40c47f5a1601ea33817e133e41478abea7491 1939 libgda4_4.0.8-1.dsc
 2a78cb346a160492738d7580902aa35ecbdb2aa9 10147290 libgda4_4.0.8.orig.tar.gz
 5d7b4e5f7c998e2d7a8f9df83b10a248785e2c72 18136 libgda4_4.0.8-1.diff.gz
 59bd8e34e050104385c51a25498854f535317443 535118 
libgda-4.0-common_4.0.8-1_all.deb
 795992c9eb9e6e7388bc99eab111f66fc0827920 2896236 libgda-4.0-doc_4.0.8-1_all.deb
 64c17bf6c0eb364db5ed05a5d7bc95dfdb859c37 429790 libgda-4.0-4_4.0.8-1_i386.deb
 910242b9b5c29edae16e044f379ad872d359b631 63574 libgda-4.0-bin_4.0.8-1_i386.deb
 c3750646cd88a3caa382502057a9c191088d8bba 558580 libgda-4.0-dev_4.0.8-1_i386.deb
 7747b9ca686f94a841d56d7e5f1c5ae8fbd76bb7 1100126 
libgda-4.0-4-dbg_4.0.8-1_i386.deb
 51966160d6bc84a544c4ba0cfe0a3d1470b719a7 67198 
libgda-4.0-mysql_4.0.8-1_i386.deb
 7ceadd981125527651e2eafef7bb4e066d39ef23 69824 
libgda-4.0-postgres_4.0.8-1_i386.deb
 7eb99d49bc76d836acc11e18ad0955f0f67e2bee 116748 gir1.0-gda-4.0_4.0.8-1_i386.deb
Checksums-Sha256: 
 1aa569cd659478b8b9f029c44b982e6d08544355cc46a9bdf993092915d742fd 1939 
libgda4_4.0.8-1.dsc
 6bac25b2332f07f244498550c98e8cb1ca670f73c97a5a9d2c65f55c83d0fe7f 10147290 
libgda4_4.0.8.orig.tar.gz
 b475c8068bf842365e258212d8be1dd2c6a0ad781fe5075b254bc36fa84e697d 18136 
libgda4_4.0.8-1.diff.gz
 e9754068deb32c65ac6c10d4b5122c4894bc7f3c45423e995b171b227c8869dd 535118 
libgda-4.0-common_4.0.8-1_all.deb
 d957b25b014a53fd533ce4293e0bd7f912dc82a1bfa38f339303469c9d6afd31 2896236 
libgda-4.0-doc_4.0.8-1_all.deb
 a03ca7c0a04c723d1e7d834e481ed90d06a509e2306c97fed42cae6c892b8a5b 429790 
libgda-4.0-4_4.0.8-1_i386.deb
 ead411c6ef1abeee2d348c9696c2b96e945aefad7f11fe65780946c645fc2147 63574 
libgda-4.0-bin_4.0.8-1_i386.deb
 db72a5cf0f585cd0a70ed7af61cef51fb05ddad56957847475ce49c4c7d9 558580 
libgda-4.0-dev_4.0.8-1_i386.deb
 584f53c4b20b038fdc8258c5c6556389cdc769b0944231550a9ce56af999cb7f 1100126 
libgda-4.0-4-dbg_4.0.8-1_i386.deb
 67e62d7e8d7b96cd1df7821c066a5779b34c59b2ddf4029e2cadcdc35ee201fd 67198 
libgda-4.0-mysql_4.0.8-1_i386.deb
 47ef453c6b5ad8e562387bbc9de5693ff4827f3450574a83eef54dd0ed666034 69824 
libgda-4.0-postgres_4.0.8-1_i386.deb
 4922d91aba45ed42d5d91e2efb2fcedc55e9f08fb6d31c63a1ee37c57e3f9a44 116748 
gir1.0-gda-4.0_4.0.8-1_i386.deb
Files: 
 93b124855a0ce44eeab427d9ba0898af 1939 libs optional libgda4_4.0.8-1.dsc
 41e1bf89c36adec01ce533d3ad5ce34b 10147290 libs optional 
libgda4_4.0.8.orig.tar.gz
 1d97f7d88ebeb649562540943d4a6043 18136 libs optional libgda4_4.0.8-1.diff.gz
 6e77368b299b355d7d23a7c776b959a8 535118 database optional 
libgda-4.0-common_4.0.8-1_all.deb
 ce997024268406408f3e72dc6fd19ab0 2896236 doc optional 
libgda-4.0-doc_4.0.8-1_all.deb
 f852bf509325fe281e29abe56d868cd3 429790 libs optional 
libgda-4.0-4_4.0.8-1_i386.deb
 e316e78adab39086a81af1419c873282 63574 database optional 
libgda-4.0-bin_4.0.8-1_i386.deb
 f75f8377881e7739f2d9519bf1e8831c 558580 libdevel optional 
libgda-4.0-dev_4.0.8-1_i386.deb
 c620bd4d5b401d516278ccd5ae2c6d26 1100126 debug extra 
libgda-4.0-4-dbg_4.0.8-1_i386.deb
 9ac57c27301296ebe7d0efbece4b4581 67198 database optional 
libgda-4.0-mysql_4.0.8-1_i386.deb
 d00f1cbdbd40d2e60880e721879ea445 69824 database optional 
libgda-4.0-postgres_4.0.8-1_i386.deb
 8df1bd4464da78b4c73840c3d8b01e77 116748 libs optional 
gir1.0-gda-4.0_4.0.8-1_i386.deb

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


Accepted policyd-weight 0.1.15.1-2 (source all)

2010-03-10 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 12:21:52 +0100
Source: policyd-weight
Binary: policyd-weight
Architecture: source all
Version: 0.1.15.1-2
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner w...@cyconet.org
Changed-By: Jan Wagner w...@cyconet.org
Description: 
 policyd-weight - a Perl policy daemon for the Postfix MTA
Changes: 
 policyd-weight (0.1.15.1-2) unstable; urgency=low
 .
   * Updating standards version to 3.8.4
 - Add README.source
   * Migrate Vcs-Fields over to scm.uncompleted.org
   * Add 1.0 to debian/source/format
   * Add ${misc:Depends} to dependencies
Checksums-Sha1: 
 816b3a7fa452d217d412c244d96595662f2a0ef5 1209 policyd-weight_0.1.15.1-2.dsc
 2c786cbdd96c7df09f8325892b2f9684f2fe5bc8 6274 policyd-weight_0.1.15.1-2.diff.gz
 fa4b9161b1aa10b9a76783a7a12439ebd5051588 53942 
policyd-weight_0.1.15.1-2_all.deb
Checksums-Sha256: 
 ad91e14fb31d44a450ab7565ba46336a2eca30db07827ff5bd85a2159c45cac1 1209 
policyd-weight_0.1.15.1-2.dsc
 9b285d132fc0b1228750d1e42cb12661ad652eb76a211f5d0a3b4412fdd21de9 6274 
policyd-weight_0.1.15.1-2.diff.gz
 8e6ebe5d482547f09c31c4cafa381e5c86982e215a30057816cb550b54e50f56 53942 
policyd-weight_0.1.15.1-2_all.deb
Files: 
 6e87e893891d33defbebea4c46e4275f 1209 mail optional 
policyd-weight_0.1.15.1-2.dsc
 710dce1e6858fdbc595f46cd34165c14 6274 mail optional 
policyd-weight_0.1.15.1-2.diff.gz
 ad15944a67b5e83dc215c872053f7f1a 53942 mail optional 
policyd-weight_0.1.15.1-2_all.deb

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

iD8DBQFLl4JF9u6Dud+QFyQRAlgjAKDXpiZo88gcTV3CEq4k8PngrV0M3gCfb46Y
mh7VKuQig2ontF67HzuNIN8=
=bYqy
-END PGP SIGNATURE-


Accepted:
policyd-weight_0.1.15.1-2.diff.gz
  to main/p/policyd-weight/policyd-weight_0.1.15.1-2.diff.gz
policyd-weight_0.1.15.1-2.dsc
  to main/p/policyd-weight/policyd-weight_0.1.15.1-2.dsc
policyd-weight_0.1.15.1-2_all.deb
  to main/p/policyd-weight/policyd-weight_0.1.15.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
Archive: http://lists.debian.org/e1npkoa-0008ju...@ries.debian.org



Accepted postfwd 1.16-2 (source all)

2010-03-10 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 12:35:57 +0100
Source: postfwd
Binary: postfwd
Architecture: source all
Version: 1.16-2
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner w...@cyconet.org
Changed-By: Jan Wagner w...@cyconet.org
Description: 
 postfwd- Postfix policyd to combine complex restrictions in a ruleset
Changes: 
 postfwd (1.16-2) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.4, no changes needed
   * Migrate Vcs-Fields over to scm.uncompleted.org
   * Add 1.0 to debian/source/format
Checksums-Sha1: 
 cec37813d9167537be6107fd592eabd8fd41c7fb 1099 postfwd_1.16-2.dsc
 09f47d37b6c9311e43ac6079cb9ba88c51308bd8 7867 postfwd_1.16-2.diff.gz
 23b0da61fab49b4e0e5caaa897d11f6c5181bc06 117426 postfwd_1.16-2_all.deb
Checksums-Sha256: 
 f91ee8debdb75ffebdd0a97d73e9d9734aa472f4fff5a576e59fac0df7232411 1099 
postfwd_1.16-2.dsc
 cfaa4443bb685f6c49e242bbc1e42c1be085df50861244c1ae50e964fe5ae7dc 7867 
postfwd_1.16-2.diff.gz
 72881edbadb166fcaaa7b5510cdd611eb0f48a58ad85d7259641da0fb8f74e5f 117426 
postfwd_1.16-2_all.deb
Files: 
 e76055ae9eb4756cc451016a931b1cf9 1099 mail optional postfwd_1.16-2.dsc
 8a106149225b9c804a6e8e111670d6d6 7867 mail optional postfwd_1.16-2.diff.gz
 dc0164adebc13e632aba49215b890fa3 117426 mail optional postfwd_1.16-2_all.deb

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

iD8DBQFLl4Sv9u6Dud+QFyQRAlTdAJoCytJVkYlMFQOEy23mcqt1TRk7qgCfZsbF
MXbOuLhZ9gr70r95V8nxXBU=
=rlIX
-END PGP SIGNATURE-


Accepted:
postfwd_1.16-2.diff.gz
  to main/p/postfwd/postfwd_1.16-2.diff.gz
postfwd_1.16-2.dsc
  to main/p/postfwd/postfwd_1.16-2.dsc
postfwd_1.16-2_all.deb
  to main/p/postfwd/postfwd_1.16-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
Archive: http://lists.debian.org/e1npkoo-0008mx...@ries.debian.org



Accepted goffice 0.8.1-1 (source all amd64)

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

Format: 1.8
Date: Tue, 09 Mar 2010 21:23:00 +0100
Source: goffice
Binary: libgoffice-0.8-dev libgoffice-dbg libgoffice-0.8-8 
libgoffice-0.8-8-common
Architecture: source all amd64
Version: 0.8.1-1
Distribution: unstable
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-8 - Document centric objects library - runtime files
 libgoffice-0.8-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
Closes: 570351
Changes: 
 goffice (0.8.1-1) unstable; urgency=low
 .
   * New upstream stable release.
   * [debian/*] Reflect soname in package naming. (Closes: #570351)
Checksums-Sha1: 
 9c7ce1de1c535fe861b39f85e67c0d642dc2475f 1525 goffice_0.8.1-1.dsc
 5d9a4dd72b10cc884a0e27f2baab4f90c25d0e72 2260503 goffice_0.8.1.orig.tar.bz2
 13b6e8208596e3cabcb0b909a3e073a0d3b554e6 17364 goffice_0.8.1-1.debian.tar.gz
 68bda0165f0c090a5c6f17ca08f322105d13935d 1076328 
libgoffice-0.8-8-common_0.8.1-1_all.deb
 6d953a40aa6eee1416624eecc2ca87b917408446 1257694 
libgoffice-0.8-dev_0.8.1-1_amd64.deb
 3f63415937e91f7e5252123a118e239a2e1b0f82 1583618 
libgoffice-dbg_0.8.1-1_amd64.deb
 eeb52e09d37af35edfc4946bc7a41e8b01d59ddc 1556178 
libgoffice-0.8-8_0.8.1-1_amd64.deb
Checksums-Sha256: 
 b1c5b77f0bd28c045d27352173583f052c84d4b0ccbef206d7479c6f8e1bb5f6 1525 
goffice_0.8.1-1.dsc
 9e2497956349fee8e6ec34a13160635455ead79a5118cbe61cb387e4cfd2b31e 2260503 
goffice_0.8.1.orig.tar.bz2
 909f38056d0bbf74abe0a7d2158b52726cb46fd50e50455aa0c7e6d6e9181d04 17364 
goffice_0.8.1-1.debian.tar.gz
 dd5e076135db403d409de7fa5f013929779bca79f88a4b1d6e497081107a543b 1076328 
libgoffice-0.8-8-common_0.8.1-1_all.deb
 c3f80779d72fcbb8c25eb38bbd1c834dbb42af4aff6380bcf39db8b5741222aa 1257694 
libgoffice-0.8-dev_0.8.1-1_amd64.deb
 611c73f4976e966d7d1430ee1f2b8a7483d7a0baafce05231dd0137cc7ec7aa6 1583618 
libgoffice-dbg_0.8.1-1_amd64.deb
 96547a9134db0a9f50ba5f11270b14494b7171b90257b8322d5ee3fa05f7433b 1556178 
libgoffice-0.8-8_0.8.1-1_amd64.deb
Files: 
 d4bbeddb009c1615eb4e6991929a2a49 1525 libs optional goffice_0.8.1-1.dsc
 fdc43c5e04f6ead55bebc034c1d34296 2260503 libs optional 
goffice_0.8.1.orig.tar.bz2
 83a65b1c15fca1deeb3ee2ff040fc8aa 17364 libs optional 
goffice_0.8.1-1.debian.tar.gz
 ff02a8d64ca0c6d94a1dd05d165489d5 1076328 libs optional 
libgoffice-0.8-8-common_0.8.1-1_all.deb
 f80fa52bfb29a27a6d9cc8b87459ecd8 1257694 libdevel optional 
libgoffice-0.8-dev_0.8.1-1_amd64.deb
 690c802d545982a33a9619b5e134e887 1583618 debug extra 
libgoffice-dbg_0.8.1-1_amd64.deb
 6f890187f809eff3044a202ddb55e967 1556178 libs optional 
libgoffice-0.8-8_0.8.1-1_amd64.deb

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

iEYEARECAAYFAkuWuMYACgkQmGjI2TeZ54dvQACeK8octOgZmrrtGpxLS96BOoyd
y98An0UuEvamMNIw8fqKd6ayFMXOCJMn
=hv6E
-END PGP SIGNATURE-


Accepted:
goffice_0.8.1-1.debian.tar.gz
  to main/g/goffice/goffice_0.8.1-1.debian.tar.gz
goffice_0.8.1-1.dsc
  to main/g/goffice/goffice_0.8.1-1.dsc
goffice_0.8.1.orig.tar.bz2
  to main/g/goffice/goffice_0.8.1.orig.tar.bz2
libgoffice-0.8-8-common_0.8.1-1_all.deb
  to main/g/goffice/libgoffice-0.8-8-common_0.8.1-1_all.deb
libgoffice-0.8-8_0.8.1-1_amd64.deb
  to main/g/goffice/libgoffice-0.8-8_0.8.1-1_amd64.deb
libgoffice-0.8-dev_0.8.1-1_amd64.deb
  to main/g/goffice/libgoffice-0.8-dev_0.8.1-1_amd64.deb
libgoffice-dbg_0.8.1-1_amd64.deb
  to main/g/goffice/libgoffice-dbg_0.8.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
Archive: http://lists.debian.org/e1npkce-0001sj...@ries.debian.org



Accepted scummvm 1.0.0-3 (source i386 all)

2010-03-10 Thread Moritz Muehlenhoff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 26 Jan 2010 21:01:25 +0100
Source: scummvm
Binary: scummvm scummvm-data
Architecture: source i386 all
Version: 1.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Moritz Muehlenhoff j...@debian.org
Description: 
 scummvm- free implementation of LucasArts' SCUMM interpreter
 scummvm-data - free implementation of LucasArts' SCUMM interpreter
Changes: 
 scummvm (1.0.0-3) unstable; urgency=low
 .
   * Install the architecture-independant data files into a separate
 binary package to save disk space on the mirrors.
Checksums-Sha1: 
 87b5100976e088b5a8a295cb89ea97cd0c14eb51 1327 scummvm_1.0.0-3.dsc
 cdf41389d677560ebbb80ee81f48800fc2f7cb39 8579 scummvm_1.0.0-3.debian.tar.gz
 559122cc5733ffb52f7d67023f858efafd50a831 3365062 scummvm_1.0.0-3_i386.deb
 d85c5cc464b4a47a10096f8cef49504cdbf2cb1f 291356 scummvm-data_1.0.0-3_all.deb
Checksums-Sha256: 
 cbfc7974761bebe0359804d56142ae0726ff6520bd0b4c805956f13c37639723 1327 
scummvm_1.0.0-3.dsc
 58686e6b9f6cb3728f91d4fc93b92d1fcd6abb1e8804d43053c4ff479d8e4b8a 8579 
scummvm_1.0.0-3.debian.tar.gz
 08b307ce1a46a48241b07c96cba2b3ac86209c5a040ae456fd90aca830f37435 3365062 
scummvm_1.0.0-3_i386.deb
 50e4214c937682ae853ddd6509e04c2b6cef260ce478c3c2e8d5179f23fdcd73 291356 
scummvm-data_1.0.0-3_all.deb
Files: 
 cf82a02ab7bafeb0a055b63e9527a7a8 1327 games optional scummvm_1.0.0-3.dsc
 cbf4389539c16f02625a429af0686223 8579 games optional 
scummvm_1.0.0-3.debian.tar.gz
 8a5807553e797117b1e9602efe7f785c 3365062 games optional 
scummvm_1.0.0-3_i386.deb
 b11933cc3dcd108a3ad87b3c53f91456 291356 games optional 
scummvm-data_1.0.0-3_all.deb

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

iEYEARECAAYFAkuQQvYACgkQXm3vHE4uylr6VQCgo8K6xfR1PPncbgh8J/MPhFPm
J5kAoLbhQQbakjqGEbI8yFhVTkvxx5wl
=TUOY
-END PGP SIGNATURE-


Accepted:
scummvm-data_1.0.0-3_all.deb
  to main/s/scummvm/scummvm-data_1.0.0-3_all.deb
scummvm_1.0.0-3.debian.tar.gz
  to main/s/scummvm/scummvm_1.0.0-3.debian.tar.gz
scummvm_1.0.0-3.dsc
  to main/s/scummvm/scummvm_1.0.0-3.dsc
scummvm_1.0.0-3_i386.deb
  to main/s/scummvm/scummvm_1.0.0-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
Archive: http://lists.debian.org/e1npkcb-0001wa...@ries.debian.org



Accepted ps-watcher 1.08-2 (source all)

2010-03-10 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 12:44:44 +0100
Source: ps-watcher
Binary: ps-watcher
Architecture: source all
Version: 1.08-2
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner w...@cyconet.org
Changed-By: Jan Wagner w...@cyconet.org
Description: 
 ps-watcher - monitoring a system via ps-like commands
Closes: 523405
Changes: 
 ps-watcher (1.08-2) unstable; urgency=low
 .
   * Add Copyright to all copyrights in debian/copyright
   * Bump Standards-Version to 3.8.4, no changes needed
   * Migrate Vcs-Fields over to scm.uncompleted.org
   * Add 1.0 to debian/source/format
   * refer README.Debian* in initscript (Closes: #523405)
Checksums-Sha1: 
 75288459a69858c8b999f335678e22b083f562e7 1214 ps-watcher_1.08-2.dsc
 8019c30aef56ae412cea72b7c569b0c8fa9da29f 5047 ps-watcher_1.08-2.diff.gz
 eb440590ad14f85360c2b501290a39e31142654b 42030 ps-watcher_1.08-2_all.deb
Checksums-Sha256: 
 56b5530c25009842a69623c183d19aa280f9380548b34b473552b7f8b1057977 1214 
ps-watcher_1.08-2.dsc
 b6fb1e1a3e195786be3b53af1b181238ca8f9169b30ddae1410b3d1565a7e8ae 5047 
ps-watcher_1.08-2.diff.gz
 41a399d5728abc749e2116b0b909cc3dc605017d6ae083e96dcac200bb14494c 42030 
ps-watcher_1.08-2_all.deb
Files: 
 c0281edd5fa296322a9c6ece8dba8d9b 1214 admin extra ps-watcher_1.08-2.dsc
 80385a3d73c751755cc8ca534ba95542 5047 admin extra ps-watcher_1.08-2.diff.gz
 4c29035ba5b496c16c2ac39ff0bd323e 42030 admin extra ps-watcher_1.08-2_all.deb

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

iD8DBQFLl4ak9u6Dud+QFyQRAqbSAJ9+2ZtEJIlUNBx9vW2QviSh2OoKcACgtnkm
SVBTctuaKrJbVrYa1zviqRc=
=x2iS
-END PGP SIGNATURE-


Accepted:
ps-watcher_1.08-2.diff.gz
  to main/p/ps-watcher/ps-watcher_1.08-2.diff.gz
ps-watcher_1.08-2.dsc
  to main/p/ps-watcher/ps-watcher_1.08-2.dsc
ps-watcher_1.08-2_all.deb
  to main/p/ps-watcher/ps-watcher_1.08-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
Archive: http://lists.debian.org/e1npkd1-0001zb...@ries.debian.org



Accepted libhttp-parser-xs-perl 0.05-1 (source i386)

2010-03-10 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 16 Feb 2010 21:57:45 -0500
Source: libhttp-parser-xs-perl
Binary: libhttp-parser-xs-perl
Architecture: source i386
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libhttp-parser-xs-perl - simple and fast HTTP request parser
Closes: 570175
Changes: 
 libhttp-parser-xs-perl (0.05-1) unstable; urgency=low
 .
   * Initial Release (Closes: #570175)
Checksums-Sha1: 
 0f03e122b6fbf0168d78927ceebff090d625d96a 1972 libhttp-parser-xs-perl_0.05-1.dsc
 3cd0471fccb0af4637d2a845814d9e3bcde3ce7c 6015 
libhttp-parser-xs-perl_0.05.orig.tar.gz
 54fd781711d8de9516c80299a0cdd3691d72aecf 1238 
libhttp-parser-xs-perl_0.05-1.diff.gz
 763eb51dba5fa83e80e73e0c31186e481006aba5 12262 
libhttp-parser-xs-perl_0.05-1_i386.deb
Checksums-Sha256: 
 4a3f79f5a5a7885fd50c75b6a226af54440e891052615964ce7b86c951c4f2d9 1972 
libhttp-parser-xs-perl_0.05-1.dsc
 32fc6057d8780f16a57626c2f14b153fb4fa18e9a5d34002f859fd49caf5f9a9 6015 
libhttp-parser-xs-perl_0.05.orig.tar.gz
 18614e6b69328f4d5440949a4f315fe576081abe2b9a64044fd32614c18b6c0a 1238 
libhttp-parser-xs-perl_0.05-1.diff.gz
 0fd1b69424d2088ea4321cf53ffa60acf91d9e57afcacae410ad5a868da18fec 12262 
libhttp-parser-xs-perl_0.05-1_i386.deb
Files: 
 06de7cbbe99f20615d64dad32b6e72aa 1972 perl optional 
libhttp-parser-xs-perl_0.05-1.dsc
 e1114615311da0b8b58ce99941760fad 6015 perl optional 
libhttp-parser-xs-perl_0.05.orig.tar.gz
 3303a8595233e372036ebe45404f7a75 1238 perl optional 
libhttp-parser-xs-perl_0.05-1.diff.gz
 b960f590f7d30e0995e39fea0f8a589e 12262 perl optional 
libhttp-parser-xs-perl_0.05-1_i386.deb

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

iQIcBAEBCAAGBQJLfEEKAAoJELs6aAGGSaoGO+UQAKh0g0N65ztkqM/W8TOA2zE/
7tgDNhYCyV+igjuZ2TkVYX7QZ3qK7F8hb6sw5WYW0iC1SSuUn1J+hcjQJkoC8Ahk
gSSB7hcbKJks6TUAalDY5tpUAKmbJ3NACDIWO7DuaBswittGiVAdXq201NfCXBBR
1utLK7R4QP9qaI6Fdt3wmorvLsARtX7rfibWxNEhzPthLYy6elzOlMRTudcf0MYw
dRyu3wC9XhelNqOsxdDsjLmf6Tr1qb/JHQm277EY/BrZ0Jbs/oZ4ILexSqvGvrSE
h3Rppo6x1jy7NUbG3UwLpraUfClcM1JvfsFen3WhqYjpc1L5vbjXhqbrNWvkRPXW
nKk4pgptA6hMQf51+A8MMkl2TvyGa4A3equWXyZQzuPh/9M0sr719PxC6c0L22O4
mdfBltYsYGyz2043Hu5ke1TV2Ec03NNzT31qrjg6diZ9cKfp7BfA8k5VwtUOR0f0
kCrnTJ4O0VIyuE5ajWUQHQl5M1aju11OBBjJqd5sluLoUsH6SrbQti4OuCHgNbI3
f0MBPZYBiHJEGeqwTUjUAY/8EevXPc9nJpdB+SufXduZGB8s7aLqtviWE6cvb92/
2Vyo7r4R6yrpn7RTKRJl0nwxrma+a8rjHbtLmqRjT1X10W6Zf5URdSUeNlvzTT+B
s/kVBuzlrGKLE2v8/VeU
=3SDn
-END PGP SIGNATURE-


Accepted:
libhttp-parser-xs-perl_0.05-1.diff.gz
  to main/libh/libhttp-parser-xs-perl/libhttp-parser-xs-perl_0.05-1.diff.gz
libhttp-parser-xs-perl_0.05-1.dsc
  to main/libh/libhttp-parser-xs-perl/libhttp-parser-xs-perl_0.05-1.dsc
libhttp-parser-xs-perl_0.05-1_i386.deb
  to main/libh/libhttp-parser-xs-perl/libhttp-parser-xs-perl_0.05-1_i386.deb
libhttp-parser-xs-perl_0.05.orig.tar.gz
  to main/libh/libhttp-parser-xs-perl/libhttp-parser-xs-perl_0.05.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
Archive: http://lists.debian.org/e1npkqy-0002ng...@ries.debian.org



Accepted mlton-cross 20100206~svn-r7414 (source all)

2010-03-10 Thread Wesley W. Terpstra (Debian)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Feb 2010 20:22:20 +0100
Source: mlton-cross
Binary: mlton-target-i586-mingw32msvc mlton-target-amd64-mingw32msvc 
mlton-target-alpha-linux-gnu mlton-target-x86-64-linux-gnu 
mlton-target-arm-linux-gnueabi mlton-target-hppa-linux-gnu 
mlton-target-i486-linux-gnu mlton-target-ia64-linux-gnu 
mlton-target-mips-linux-gnu mlton-target-mipsel-linux-gnu 
mlton-target-powerpc-linux-gnu mlton-target-s390-linux-gnu 
mlton-target-sparc-linux-gnu
Architecture: source all
Version: 20100206~svn-r7414
Distribution: unstable
Urgency: low
Maintainer: Wesley W. Terpstra (Debian) terps...@debian.org
Changed-By: Wesley W. Terpstra (Debian) terps...@debian.org
Description: 
 mlton-target-alpha-linux-gnu - Cross-compiler support files for MLton
 mlton-target-amd64-mingw32msvc - Cross-compiler support files for MLton
 mlton-target-arm-linux-gnueabi - Cross-compiler support files for MLton
 mlton-target-hppa-linux-gnu - Cross-compiler support files for MLton
 mlton-target-i486-linux-gnu - Cross-compiler support files for MLton
 mlton-target-i586-mingw32msvc - Cross-compiler support files for MLton
 mlton-target-ia64-linux-gnu - Cross-compiler support files for MLton
 mlton-target-mips-linux-gnu - Cross-compiler support files for MLton
 mlton-target-mipsel-linux-gnu - Cross-compiler support files for MLton
 mlton-target-powerpc-linux-gnu - Cross-compiler support files for MLton
 mlton-target-s390-linux-gnu - Cross-compiler support files for MLton
 mlton-target-sparc-linux-gnu - Cross-compiler support files for MLton
 mlton-target-x86-64-linux-gnu - Cross-compiler support files for MLton
Changes: 
 mlton-cross (20100206~svn-r7414) unstable; urgency=low
 .
   * New package to ease building cross-compiled MLton programs.
Checksums-Sha1: 
 f963a30cef409d84cebd2f9e5bb70b665523dc18 1551 
mlton-cross_20100206~svn-r7414.dsc
 e8e6981bbd2f5db66c1410a45f7d3a903cb0b171 11950 
mlton-cross_20100206~svn.orig.tar.gz
 650ab8ccf1286ed66c79a15e607b59b41f86c206 3651 
mlton-cross_20100206~svn-r7414.diff.gz
 0349253a53c9d803bf4a40b1936fd631b64f3dac 1364356 
mlton-target-i586-mingw32msvc_20100206~svn-r7414_all.deb
 013ab9793c7bf4cadb11ae63a46bf0a7f0481106 1454902 
mlton-target-amd64-mingw32msvc_20100206~svn-r7414_all.deb
 ee9a7d18baf443b3fde3ef1671bbb1e045220543 635124 
mlton-target-alpha-linux-gnu_20100206~svn-r7414_all.deb
 0176c07de2238c6d526477b9ca49c409d58fc7d1 497668 
mlton-target-x86-64-linux-gnu_20100206~svn-r7414_all.deb
 b13657d543623ca06a032ee9785b31d63601c919 454106 
mlton-target-arm-linux-gnueabi_20100206~svn-r7414_all.deb
 82042b0e1cf704cbda01be7569cc7c5244a0b2a6 568490 
mlton-target-hppa-linux-gnu_20100206~svn-r7414_all.deb
 aa85de0ee857de79a62fac46d17246e76948a36f 435460 
mlton-target-i486-linux-gnu_20100206~svn-r7414_all.deb
 e80d08d630f5e0450a76d95c6bd2c4e4b71b6b75 682382 
mlton-target-ia64-linux-gnu_20100206~svn-r7414_all.deb
 9384611e41285becdd08e65b99ebc2c106edf647 589914 
mlton-target-mips-linux-gnu_20100206~svn-r7414_all.deb
 37dce426cef89f453310585e7b4f604a31dd17ef 588224 
mlton-target-mipsel-linux-gnu_20100206~svn-r7414_all.deb
 b583c5fd67bd665a3ea8a4f20ae40524ed2bfafb 490036 
mlton-target-powerpc-linux-gnu_20100206~svn-r7414_all.deb
 4ce34baff5323b2f6b9fcb02e71d3566e77219e0 506540 
mlton-target-s390-linux-gnu_20100206~svn-r7414_all.deb
 333ada74ef39ded57bdc3ee961efd696c53010d1 484536 
mlton-target-sparc-linux-gnu_20100206~svn-r7414_all.deb
Checksums-Sha256: 
 b3e0d382c6847c2fa31af72feb64dfc0dfe90ad4b1ab6f1b3af002a0cbdeb14f 1551 
mlton-cross_20100206~svn-r7414.dsc
 6f9d8430351f9c67b6e0baed174bc2fdf29ddb0c00fcd94b58e4df40584f5b22 11950 
mlton-cross_20100206~svn.orig.tar.gz
 bf10273e48ca5822c8a8ddf80aec3d7c5e06fb564a6131e0228670f07d12a83d 3651 
mlton-cross_20100206~svn-r7414.diff.gz
 bbd61cc98ff3467f218bc5c783a3f95a5bc74fd61383a5658da5c21a495b2037 1364356 
mlton-target-i586-mingw32msvc_20100206~svn-r7414_all.deb
 f82ac595b32049a4a5c4f2ad350559aa7d3d491d10facde74d65ecc4b3fce53d 1454902 
mlton-target-amd64-mingw32msvc_20100206~svn-r7414_all.deb
 611483d806aad53a9f49a111470b7f70c8c65f233892a2305f538e18118f86ca 635124 
mlton-target-alpha-linux-gnu_20100206~svn-r7414_all.deb
 40feaae0779aa6dc630490ea95f3bf4e73cdc130d3f725eb32ab101c509551f5 497668 
mlton-target-x86-64-linux-gnu_20100206~svn-r7414_all.deb
 4aa663ec8ff03ba111ea9cacfb6dc9a5437407a687d0499db037866e22378107 454106 
mlton-target-arm-linux-gnueabi_20100206~svn-r7414_all.deb
 dde72407817bc9d7384a829442899c54cb59f24f6bdb6d640e4bd3987cdb 568490 
mlton-target-hppa-linux-gnu_20100206~svn-r7414_all.deb
 d673786e21e4f60dbe2c4a12de99814cdd4a506cf255f368c35273f51bd8ddea 435460 
mlton-target-i486-linux-gnu_20100206~svn-r7414_all.deb
 b0a3c9f8824c3bcd441644e71a16c68416b43602687987495dd991fb39a3162f 682382 
mlton-target-ia64-linux-gnu_20100206~svn-r7414_all.deb
 5de63fbde401cd13fbd78b88cb5f430bf7af14e5158dbbbc95c32f0ce010de0e 589914 
mlton-target-mips-linux-gnu_20100206~svn-r7414_all.deb
 

Accepted piwigo 2.0.8-1 (source all)

2010-03-10 Thread Nicolas Roudaire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 28 Jan 2010 12:57:37 +0100
Source: piwigo
Binary: piwigo
Architecture: source all
Version: 2.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Roudaire nikro...@gmail.com
Changed-By: Nicolas Roudaire nikro...@gmail.com
Description: 
 piwigo - photo gallery software for the web
Closes: 561868
Changes: 
 piwigo (2.0.8-1) unstable; urgency=low
 .
   * Initial release (Closes: #561868)
Checksums-Sha1: 
 88278303702921edb7dc083dd6f8e73f37efad50 981 piwigo_2.0.8-1.dsc
 493a2611a1347e2c0584e45987599e9031e089e8 1606616 piwigo_2.0.8.orig.tar.gz
 709c83b00644fe2dc88ecc22683449bb461c5eab 5277 piwigo_2.0.8-1.diff.gz
 7871890e40343791549f9daa04b04690240bdf9a 1437248 piwigo_2.0.8-1_all.deb
Checksums-Sha256: 
 442bc568289c9581b80243eea53a789fb2a287db198c732190c9efbf2c087a4f 981 
piwigo_2.0.8-1.dsc
 9614aaee4b04efc07d0f9f572038b6dd0bc290657bbc26335af7b389995798dc 1606616 
piwigo_2.0.8.orig.tar.gz
 39bf6627914631c9b2beb34939a956766a46efea40411db9c8097529ca977ea3 5277 
piwigo_2.0.8-1.diff.gz
 d4adb91a7273b588d33ca000c42b7cacfbae3529eeae818d10b9faf4d2d9e85e 1437248 
piwigo_2.0.8-1_all.deb
Files: 
 a256c2562a34b54286d50fb32c5774e4 981 web optional piwigo_2.0.8-1.dsc
 2e5ce82256898be9209e904365f89af4 1606616 web optional piwigo_2.0.8.orig.tar.gz
 d2b732b93a21422f8e7217b49f96e4d7 5277 web optional piwigo_2.0.8-1.diff.gz
 409d1e744d702499ef8b6d76a870f0f6 1437248 web optional piwigo_2.0.8-1_all.deb

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

iEYEARECAAYFAkt7GU8ACgkQir2bofsN/pvbYACfd0tUaqEEF9iNtrStSsbfRPIo
tCQAn07YXhmCPflYUm6TkLJPdfMWdP5m
=6zBY
-END PGP SIGNATURE-


Accepted:
piwigo_2.0.8-1.diff.gz
  to main/p/piwigo/piwigo_2.0.8-1.diff.gz
piwigo_2.0.8-1.dsc
  to main/p/piwigo/piwigo_2.0.8-1.dsc
piwigo_2.0.8-1_all.deb
  to main/p/piwigo/piwigo_2.0.8-1_all.deb
piwigo_2.0.8.orig.tar.gz
  to main/p/piwigo/piwigo_2.0.8.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
Archive: http://lists.debian.org/e1npkrk-00031g...@ries.debian.org



Accepted dlr-languages 20090805+git.e6b28d27+dfsg-1 (source all)

2010-03-10 Thread C.J. Adams-Collier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Sep 2009 19:57:17 +0200
Source: dlr-languages
Binary: ironruby ironruby-utils ironruby-dbg ironpython ironpython-dbg 
libdlr0.9-cil
Architecture: source all
Version: 20090805+git.e6b28d27+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: C.J. Adams-Collier c...@colliertech.org
Description: 
 ironpython - Python implementation targeting the .NET and Mono platforms
 ironpython-dbg - Python implementation targeting the .NET and Mono platforms - 
deb
 ironruby   - Ruby implementation targeting the .NET and Mono platforms
 ironruby-dbg - Ruby implementation targeting the .NET and Mono platforms - 
debug
 ironruby-utils - Utility tools for IronRuby
 libdlr0.9-cil - Dynamic Language Runtime for the CLI
Closes: 481431 503491
Changes: 
 dlr-languages (20090805+git.e6b28d27+dfsg-1) unstable; urgency=low
 .
   [ C.J. Adams-Collier ]
   * split non-core scripts with extra deps into ironruby-util package
   * added missing license references as per Barry deFreese's recommendations
   * Initial release. IronRuby v0.9, IronPython v2.6~beta2. (Closes: #481431)
 .
   [ Mirco Bauer ]
   * Added IronPython 2.6 packaging:
 + Packaged IronPython from scratch except the ironpython binary package
   definition is taken from the ironpython source package.
 + Moved Matthias Klose to Uploaders as it's team maintained now.
 + Removed Andrew Mitchell from Uploaders. (Closes: #503491)
   * Added Dynamic Language Runtime packaging.
   * Use the ironpython and ironruby version numbers for the binary packages.
 .
   [ Matthias Klose ]
   * Some more packaging cleanup.
Checksums-Sha1: 
 e364f25a60bc52cb0f1bca04b4709373355f0c52 2012 
dlr-languages_20090805+git.e6b28d27+dfsg-1.dsc
 4ce361f166fea1fa83a52d536c13382dfdd84e3f 4901368 
dlr-languages_20090805+git.e6b28d27+dfsg.orig.tar.gz
 44c2aa215bfdcd391d0a2d0f24949c6837679202 18642 
dlr-languages_20090805+git.e6b28d27+dfsg-1.diff.gz
 544ffb839be4c4e76326bba1394ba4304c783ccb 881818 
libdlr0.9-cil_20090805+git.e6b28d27+dfsg-1_all.deb
 aa7a459df674cd3f2133e9726ffd20ea0be2eba7 623268 ironruby_0.9-1_all.deb
 6cf68b9bc4a39cafa2b07a0ec9ed3fddaed11356 330992 ironruby-dbg_0.9-1_all.deb
 6d27591d524dc418cbebf94940a33ccc03be37dd 13532 ironruby-utils_0.9-1_all.deb
 7b08987f0d11c79124f7fc2da333170b740d868a 731820 ironpython_2.6~beta2-1_all.deb
 0b5ee86035223c994651ec31f05c8ae995c273a4 422790 
ironpython-dbg_2.6~beta2-1_all.deb
Checksums-Sha256: 
 e23fe51bc331a6bcbf15798e5d477cc62ac4b31cc6b42fc7c9cfa06e75c8b972 2012 
dlr-languages_20090805+git.e6b28d27+dfsg-1.dsc
 d77c1e18b8b90f7201b4b8700a4d959566a0e58071fbb56d255d48410314c52d 4901368 
dlr-languages_20090805+git.e6b28d27+dfsg.orig.tar.gz
 b348dfcbf99ede43687e56703f3482d91cac4ce809edc73095efa0b7de22177f 18642 
dlr-languages_20090805+git.e6b28d27+dfsg-1.diff.gz
 056aa90ac5d021831b363f459ad7e42589c481858ebb050ba4f4d0061262d8c5 881818 
libdlr0.9-cil_20090805+git.e6b28d27+dfsg-1_all.deb
 1ad6910575ae01bd2a3dafdbe3a197d0c50a3ffb5684bf434e3495d24bd0558c 623268 
ironruby_0.9-1_all.deb
 c088e61ab1f2bcd9d479ec98a119383d13cf6476f5c07130584803af0d49671e 330992 
ironruby-dbg_0.9-1_all.deb
 47811dbfa1835e69d6974a14459e554776d2bf16766c658d989fecb5ef0ad5f7 13532 
ironruby-utils_0.9-1_all.deb
 dc4cb7ae62361d50daef13168bee0923bce668293de5ac45215f6349b0da64d5 731820 
ironpython_2.6~beta2-1_all.deb
 48ce88595bc3b3be813d1b0e387040d2ebe2fbd487552aabbb20861fa997 422790 
ironpython-dbg_2.6~beta2-1_all.deb
Files: 
 dcb4db138cf3c581b011c70899c9b7aa 2012 cli-mono optional 
dlr-languages_20090805+git.e6b28d27+dfsg-1.dsc
 1e90b81962849f0d752a1de445860f7a 4901368 cli-mono optional 
dlr-languages_20090805+git.e6b28d27+dfsg.orig.tar.gz
 07c1c386358884ab61d764d708b36ba7 18642 cli-mono optional 
dlr-languages_20090805+git.e6b28d27+dfsg-1.diff.gz
 3502473abc638e2c37df8feecbabf2c9 881818 cli-mono optional 
libdlr0.9-cil_20090805+git.e6b28d27+dfsg-1_all.deb
 f0aac87e70a9e63721ceaf9c961ba416 623268 ruby optional ironruby_0.9-1_all.deb
 e01f2034ebc63684b081f97f77bddf7f 330992 debug extra ironruby-dbg_0.9-1_all.deb
 0763ccc7a1fb3b409fce763e4be265a1 13532 ruby optional 
ironruby-utils_0.9-1_all.deb
 b7471313d45b4be9894c16c25968f537 731820 python optional 
ironpython_2.6~beta2-1_all.deb
 b1cd6f89a9629715cda7c0432a7298c3 422790 debug extra 
ironpython-dbg_2.6~beta2-1_all.deb

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

iQEcBAEBCAAGBQJLfakSAAoJEMkPnLkOH60MfR0IAMS8X0dzDNcS/9owZD41Usgg
Spm8naUVAic3bgwzt8gox01s3TC3FX1RWMsO/OUrymIR6p+afyqCX5/hXr4b0HZF
C6Utk9QNjcyn/5LiK3tVQZslsX+ouCJezt93T7b/aQ6EDXyaFLZSZ9XrURpzkwP4
yCwvTdhUepTG8QGWSvps4ieSnRQN7xlDcun9MsEyjJwvjZdIq3Ux5Ho3XLLNjVVP
fgAk3qfidlKPkamaQp8rhCXs8FlNilisVJDJsmdPZ47lcSbYEIM38Tjm0s9mWhKO
3X1nwMirtyxOMNIy613aZD84NSuO50vrL1Nxuc5bkqS7TpQ0oM5m3bNjnp7hDs0=
=bfXL
-END PGP SIGNATURE-


Accepted:
dlr-languages_20090805+git.e6b28d27+dfsg-1.diff.gz
  

Accepted libsimple-validation-java 0.4-1 (source all)

2010-03-10 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Feb 2010 21:31:35 -0500
Source: libsimple-validation-java
Binary: libsimple-validation-java
Architecture: source all
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 libsimple-validation-java - library for quickly adding validation code to 
Swing user-interfac
Closes: 570322
Changes: 
 libsimple-validation-java (0.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #570322)
Checksums-Sha1: 
 df1230cdf28320a01a5a6a24231487c7d85cd3c5 1444 
libsimple-validation-java_0.4-1.dsc
 7921dfc09d63d80677c2d6f42f89bdadcee49e32 414344 
libsimple-validation-java_0.4.orig.tar.gz
 4ecaf26d1d0b00d184a3169528bbc004c72c4b28 3026 
libsimple-validation-java_0.4-1.debian.tar.gz
 869b76019664631c9bcd98f877247acbef578aac 61046 
libsimple-validation-java_0.4-1_all.deb
Checksums-Sha256: 
 155028c113eb539426b728728410e9d82e5225cf181b4fc540e2515836efdc1b 1444 
libsimple-validation-java_0.4-1.dsc
 9ef8b0442ded6d522e84191498d2576cbb9af3eaab844d3e06b008f541a37490 414344 
libsimple-validation-java_0.4.orig.tar.gz
 1f487e773aa3ea7eebc5a7d7529eed9478bffe54fab214ce14b3dfa2a0e4215e 3026 
libsimple-validation-java_0.4-1.debian.tar.gz
 e257e4b3e330a7e5c097f5e0540276be0c4c4d926e514227cc533d2c3ca883ba 61046 
libsimple-validation-java_0.4-1_all.deb
Files: 
 55c80ca4b8880ca7367a2e27c48447a8 1444 java optional 
libsimple-validation-java_0.4-1.dsc
 0d364f1b2b0a80f79269c58b52d25e83 414344 java optional 
libsimple-validation-java_0.4.orig.tar.gz
 0f64930e836501eeb9764cffaf92fc21 3026 java optional 
libsimple-validation-java_0.4-1.debian.tar.gz
 e21b10bc5373079b65c55b88ea506618 61046 java optional 
libsimple-validation-java_0.4-1_all.deb

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

iD8DBQFLfKfEPEFSUMxFMZcRAuv6AKCcZYGzKOCYDagQs0+CfkCDUgD2nACeIKNj
At3ImL0nXmt9nznwxvMjQsU=
=ON0v
-END PGP SIGNATURE-


Accepted:
libsimple-validation-java_0.4-1.debian.tar.gz
  to 
main/libs/libsimple-validation-java/libsimple-validation-java_0.4-1.debian.tar.gz
libsimple-validation-java_0.4-1.dsc
  to main/libs/libsimple-validation-java/libsimple-validation-java_0.4-1.dsc
libsimple-validation-java_0.4-1_all.deb
  to main/libs/libsimple-validation-java/libsimple-validation-java_0.4-1_all.deb
libsimple-validation-java_0.4.orig.tar.gz
  to 
main/libs/libsimple-validation-java/libsimple-validation-java_0.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
Archive: http://lists.debian.org/e1npl5a-0004q4...@ries.debian.org



Accepted morituri 0.1.0-1 (source all)

2010-03-10 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 18 Feb 2010 12:19:16 +0100
Source: morituri
Binary: morituri
Architecture: source all
Version: 0.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 morituri   - CD ripper aiming for maximum quality
Closes: 570248
Changes: 
 morituri (0.1.0-1) unstable; urgency=low
 .
   * Initial release. Closes: bug#570248.
Checksums-Sha1: 
 cf2a9c6354167fb9925482f7e27213eabcee5109 1506 morituri_0.1.0-1.dsc
 ec75ccabd5666f29e2ea982625dd87836f3528a9 161916 morituri_0.1.0.orig.tar.bz2
 b9e649412e3e8fe9f4b94a0ec3775fb260a44e44 15984 morituri_0.1.0-1.debian.tar.gz
 e7b903afe3d8cd3198f99025bca9184cdd7fa7d4 79490 morituri_0.1.0-1_all.deb
Checksums-Sha256: 
 4d4767ca0abac22a1c9caaf1f44b3f7588715d7627431dc074162ae6915a7d55 1506 
morituri_0.1.0-1.dsc
 b0d4cf792fe0e944969390f6a26a7c575e93f42311c43802121b3996d88f6fbd 161916 
morituri_0.1.0.orig.tar.bz2
 284e99200c3f5a4bd616e5563a383023ada8acfa2b4122c91a374f26831d6bfb 15984 
morituri_0.1.0-1.debian.tar.gz
 b81477af4005f3c5c9e6f1b065e99947aaad85ab829a024c486812e3f0c3fbe9 79490 
morituri_0.1.0-1_all.deb
Files: 
 035649b630bfd1f7fc50f134bb8d3bf3 1506 sound optional morituri_0.1.0-1.dsc
 b3f12a13913be993fbcb4378d7b12a08 161916 sound optional 
morituri_0.1.0.orig.tar.bz2
 c40def49faae71776e7f5daee8b1a919 15984 sound optional 
morituri_0.1.0-1.debian.tar.gz
 9b458424b4ccd629b429494f0fc99027 79490 sound optional morituri_0.1.0-1_all.deb

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

iEYEAREDAAYFAkt9K5oACgkQn7DbMsAkQLgedACfTeb2u30GUfLmasdHrYQyMhiC
29MAn2mVej3m4p49eF1vhMq2HJGYC1ss
=hnwM
-END PGP SIGNATURE-


Accepted:
morituri_0.1.0-1.debian.tar.gz
  to main/m/morituri/morituri_0.1.0-1.debian.tar.gz
morituri_0.1.0-1.dsc
  to main/m/morituri/morituri_0.1.0-1.dsc
morituri_0.1.0-1_all.deb
  to main/m/morituri/morituri_0.1.0-1_all.deb
morituri_0.1.0.orig.tar.bz2
  to main/m/morituri/morituri_0.1.0.orig.tar.bz2


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1npl5o-0004sp...@ries.debian.org



Accepted gfarm 2.3.0-1 (source all i386)

2010-03-10 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Feb 2010 15:30:53 +0900
Source: gfarm
Binary: gfarm-doc libgfarm0 libgfarm-dev gfmd gfsd gfarm-client
Architecture: source all i386
Version: 2.3.0-1
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka gni...@fsij.org
Changed-By: NIIBE Yutaka gni...@fsij.org
Description: 
 gfarm-client - Gfarm clients
 gfarm-doc  - Documentation for the Gfarm filesystem
 gfmd   - Gfarm metadata server
 gfsd   - Gfarm filesystem daemon
 libgfarm-dev - Development files for the Gfarm filesystem
 libgfarm0  - Runtime libraries for the Gfarm filesystem
Closes: 568981
Changes: 
 gfarm (2.3.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #568981).
Checksums-Sha1: 
 721ea5702324cf582392861a4c3564e02035761c 1240 gfarm_2.3.0-1.dsc
 a8b1b748b531c7e050291b39adb6ccb693c2c4db 1560023 gfarm_2.3.0.orig.tar.gz
 380706d990a7a539e72ac0bf4a512b0fed303538 448468 gfarm_2.3.0-1.debian.tar.gz
 4dd58ed9ccc4fc2c8e328a2b2340e1f46f49397a 65992 gfarm-doc_2.3.0-1_all.deb
 2933bb4e28df7bd8206c007e81080375f12f688e 105674 libgfarm0_2.3.0-1_i386.deb
 87c6212f94471855b5fca414c293929218f572dd 179900 libgfarm-dev_2.3.0-1_i386.deb
 77737a58b9a3781839ddb827d936a19fecb595f4 106378 gfmd_2.3.0-1_i386.deb
 eaed30e6d2b1ad20825469117ade3ab74ad8f456 32378 gfsd_2.3.0-1_i386.deb
 c08b230ff11be30b252aebf00ccf856a6a7dd1f5 71684 gfarm-client_2.3.0-1_i386.deb
Checksums-Sha256: 
 42d330a37d7fae39b8522c7768a9dd6a4e75965e6158049143fbaa865047c8cd 1240 
gfarm_2.3.0-1.dsc
 084851e0b97e8bdabb78a75ef5a030f2fa119f5d851f8cb6829f17440ca09406 1560023 
gfarm_2.3.0.orig.tar.gz
 14767b8b14bb92c76a461fd2ff65d2e12d72812567a0456a263f129d709a78b2 448468 
gfarm_2.3.0-1.debian.tar.gz
 83949b4ceb297982907771a7f669c15b3ff3977e61b082317af11ee235ffa655 65992 
gfarm-doc_2.3.0-1_all.deb
 e64a5b0a9885d1093833197bbbd501833f4da858c1f38a3d4839347961ba0561 105674 
libgfarm0_2.3.0-1_i386.deb
 c91bde19a924b7f341f39eda6f8e1ba065bec5478f836adba83eb17f0353115b 179900 
libgfarm-dev_2.3.0-1_i386.deb
 f7898d984652ae4feb34daddaefdcbaeeb2cd8a70bb4651fadab0ac95dc91cde 106378 
gfmd_2.3.0-1_i386.deb
 7559e029a2d7012e682779add71859d5f68c65b8f28d4ee74e1941c73a5cef39 32378 
gfsd_2.3.0-1_i386.deb
 9a4956117d0edcddc5a817597c7fd80b30bc9880ac057d14e14b69e5e0e3695a 71684 
gfarm-client_2.3.0-1_i386.deb
Files: 
 54586cb07b2b2b25337ab81384b7d029 1240 net extra gfarm_2.3.0-1.dsc
 6271536bd4d7e500788380cd3d87c9c8 1560023 net extra gfarm_2.3.0.orig.tar.gz
 7dc861ba5025ceb124a643c1f7c1cff6 448468 net extra gfarm_2.3.0-1.debian.tar.gz
 d3f877f8ca96670c226529f13e686845 65992 doc extra gfarm-doc_2.3.0-1_all.deb
 e3e4839ba2a0b131e2ef1135b3d4823f 105674 libs extra libgfarm0_2.3.0-1_i386.deb
 79e81a35f1091350e522cda426032c61 179900 libdevel extra 
libgfarm-dev_2.3.0-1_i386.deb
 a44ab2d4a635e966eb8d7664188b732c 106378 net extra gfmd_2.3.0-1_i386.deb
 6e691fafb7c40f9f1bfa885a277a37ec 32378 net extra gfsd_2.3.0-1_i386.deb
 fdf285b6606c31e23b2f205a631143ea 71684 utils extra 
gfarm-client_2.3.0-1_i386.deb

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

iEYEARECAAYFAkt+Uk4ACgkQBB45r3HV9DrvkgCdGQYnJ89qmcyRf46qPM7P7RVj
rJsAn3Gi0N1fRnOW/LT6YGyPOm0+6GgB
=DFcN
-END PGP SIGNATURE-


Accepted:
gfarm-client_2.3.0-1_i386.deb
  to main/g/gfarm/gfarm-client_2.3.0-1_i386.deb
gfarm-doc_2.3.0-1_all.deb
  to main/g/gfarm/gfarm-doc_2.3.0-1_all.deb
gfarm_2.3.0-1.debian.tar.gz
  to main/g/gfarm/gfarm_2.3.0-1.debian.tar.gz
gfarm_2.3.0-1.dsc
  to main/g/gfarm/gfarm_2.3.0-1.dsc
gfarm_2.3.0.orig.tar.gz
  to main/g/gfarm/gfarm_2.3.0.orig.tar.gz
gfmd_2.3.0-1_i386.deb
  to main/g/gfarm/gfmd_2.3.0-1_i386.deb
gfsd_2.3.0-1_i386.deb
  to main/g/gfarm/gfsd_2.3.0-1_i386.deb
libgfarm-dev_2.3.0-1_i386.deb
  to main/g/gfarm/libgfarm-dev_2.3.0-1_i386.deb
libgfarm0_2.3.0-1_i386.deb
  to main/g/gfarm/libgfarm0_2.3.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
Archive: http://lists.debian.org/e1npljk-0006qa...@ries.debian.org



Accepted groundcontrol 1.5-1 (source all)

2010-03-10 Thread Luke Faraone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Feb 2010 18:26:54 -0500
Source: groundcontrol
Binary: groundcontrol
Architecture: source all
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Luke Faraone l...@faraone.cc
Changed-By: Luke Faraone l...@faraone.cc
Description: 
 groundcontrol - Launchpad integration for Nautilus
Closes: 569519
Changes: 
 groundcontrol (1.5-1) unstable; urgency=low
 .
   * Initial release. (closes: #569519, LP: #486807)
Checksums-Sha1: 
 7cfebcb1e458cc232400d522053696ce8ed8989f 1155 groundcontrol_1.5-1.dsc
 3bbe0971ad413be07ad4a084bbe97357bb9a9d87 282582 groundcontrol_1.5.orig.tar.gz
 ac816590595d3777504a2a71dac2a5df1ec03342 2107 groundcontrol_1.5-1.diff.gz
 7d236ec7dc024316b64a5f6f31c6e28c7cd857c3 281824 groundcontrol_1.5-1_all.deb
Checksums-Sha256: 
 2da85b76d5fe65c4b76d190d732f536b6b43f4ad176ed49b005dfffd25281e2f 1155 
groundcontrol_1.5-1.dsc
 2d283a63f66ddd4a6b1ed9ab54a09bf73c1dcf8eb9748c3c6871daacb1b09998 282582 
groundcontrol_1.5.orig.tar.gz
 1cb0ee0dfc0806f5d5f2b8fa0258f18ee1cb61e3c8160d78fccd1090876c0224 2107 
groundcontrol_1.5-1.diff.gz
 dd69eaedc4cf07f959667bcba6e21e8d2d1818dd57392d1abfe1fdd8f4da06b3 281824 
groundcontrol_1.5-1_all.deb
Files: 
 e433c9300bb4db86097499b037d7c57b 1155 python optional groundcontrol_1.5-1.dsc
 bf2e04ca9d31f2a3151b53da75ce0cc6 282582 python optional 
groundcontrol_1.5.orig.tar.gz
 2206dafcd83a4fc2747db92d558e58a9 2107 python optional 
groundcontrol_1.5-1.diff.gz
 c668b892881d30ebf5ea3644ffbfd4c3 281824 gnome optional 
groundcontrol_1.5-1_all.deb

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

iEYEARECAAYFAkt9rKQACgkQB01zfu119ZnRegCgxS9twxYf2ljOly3POp9qrER8
1igAn2jJAV4pi5AcCbZKW4iW1MYwjQoX
=7BM3
-END PGP SIGNATURE-


Accepted:
groundcontrol_1.5-1.diff.gz
  to main/g/groundcontrol/groundcontrol_1.5-1.diff.gz
groundcontrol_1.5-1.dsc
  to main/g/groundcontrol/groundcontrol_1.5-1.dsc
groundcontrol_1.5-1_all.deb
  to main/g/groundcontrol/groundcontrol_1.5-1_all.deb
groundcontrol_1.5.orig.tar.gz
  to main/g/groundcontrol/groundcontrol_1.5.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
Archive: http://lists.debian.org/e1npljx-0006sa...@ries.debian.org



Accepted libjboss-buildmagic-java 2.1.1-1 (source all)

2010-03-10 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Feb 2010 21:18:07 +0100
Source: libjboss-buildmagic-java
Binary: libjboss-buildmagic-java
Architecture: source all
Version: 2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libjboss-buildmagic-java - JBoss buildmagic module
Changes: 
 libjboss-buildmagic-java (2.1.1-1) unstable; urgency=low
 .
   * new upstream release
   * Fix debian/watch and debian/orig-tar.sh.
   * Convert patches to dep3 format.
   * Update patches to new upstream version.
   * Add missing Build-Depends and remove jakarta-slide-webdavlib.
   * Remove build.log in clean target.
   * Update Standards-Version: 3.8.3.
   * Change Section: java.
   * Add 2 more patches that disable ivy retrieve and ant version checking.
Checksums-Sha1: 
 74c4b5adab92bf0ca8f97b1f78fb1054130e0c4a 1553 
libjboss-buildmagic-java_2.1.1-1.dsc
 90c9b7cb71cd1215e78e98f2211dd1cb2311 238892 
libjboss-buildmagic-java_2.1.1.orig.tar.gz
 c47daa72831b3ddbc4115a7d8c3f1002ab342cfe 4541 
libjboss-buildmagic-java_2.1.1-1.diff.gz
 a877fd66bce52bed72443d464ae7d6e684357e4b 53412 
libjboss-buildmagic-java_2.1.1-1_all.deb
Checksums-Sha256: 
 e80feeddb3e6795a591e5bd557302df0e3cb17278b5d22863c32db38e6bc9106 1553 
libjboss-buildmagic-java_2.1.1-1.dsc
 b2ce04646f025ab0dda0199101117978803939ac2474194832f9e1fff7d90971 238892 
libjboss-buildmagic-java_2.1.1.orig.tar.gz
 5c6cd7cea921c1310b8d7a6707fd030af63cbe8ff753cf20ff5457c24e49031d 4541 
libjboss-buildmagic-java_2.1.1-1.diff.gz
 b7a4ef8e8c745c3fb4a7ef8b1f0ee29a9aa99f7cc912e7f594b1799abd9f06f0 53412 
libjboss-buildmagic-java_2.1.1-1_all.deb
Files: 
 eee6daf95cf87a052d951a1572d9f0c8 1553 java optional 
libjboss-buildmagic-java_2.1.1-1.dsc
 f1cdaa01d6fe74bf6e616b7bb966d437 238892 java optional 
libjboss-buildmagic-java_2.1.1.orig.tar.gz
 5e1de3df1dc664ad5583797ad5463bda 4541 java optional 
libjboss-buildmagic-java_2.1.1-1.diff.gz
 006f6a083d3c5a4c3fd7bebb35fd42ad 53412 java optional 
libjboss-buildmagic-java_2.1.1-1_all.deb

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

iEYEARECAAYFAkt9oVUACgkQfY3dicTPjsMS7QCcCF2ZqcFi86hrouVmj8oaMq82
YI8AniDn70gvsqc45FKan4flX9MAu8On
=ARDv
-END PGP SIGNATURE-


Accepted:
libjboss-buildmagic-java_2.1.1-1.diff.gz
  to main/libj/libjboss-buildmagic-java/libjboss-buildmagic-java_2.1.1-1.diff.gz
libjboss-buildmagic-java_2.1.1-1.dsc
  to main/libj/libjboss-buildmagic-java/libjboss-buildmagic-java_2.1.1-1.dsc
libjboss-buildmagic-java_2.1.1-1_all.deb
  to main/libj/libjboss-buildmagic-java/libjboss-buildmagic-java_2.1.1-1_all.deb
libjboss-buildmagic-java_2.1.1.orig.tar.gz
  to 
main/libj/libjboss-buildmagic-java/libjboss-buildmagic-java_2.1.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
Archive: http://lists.debian.org/e1nplka-0006uv...@ries.debian.org



Accepted linthesia 0.4-1 (source i386)

2010-03-10 Thread Cleto Martin Angelina
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 18 Dec 2009 13:49:36 +0100
Source: linthesia
Binary: linthesia
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Cleto Martin Angelina cleto.mar...@gmail.com
Changed-By: Cleto Martin Angelina cleto.mar...@gmail.com
Description: 
 linthesia  - Fork of Synthesia to GNU/Linux
Closes: 562487
Changes: 
 linthesia (0.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #562487)
Checksums-Sha1: 
 7a7ef469e33218b76dce67262a28e361118f65f9 1138 linthesia_0.4-1.dsc
 bf844bc6707d94c8c9350d603a1e98ded69dd87d 356257 linthesia_0.4.orig.tar.gz
 5d042bb25f030597a6c83df0db7d17dfa645dd38 2414 linthesia_0.4-1.diff.gz
 f0d0f64ee9b47d18f8db1b9ec1db357bd23c77eb 425614 linthesia_0.4-1_i386.deb
Checksums-Sha256: 
 aa0347772c9d8fe443b552dac4c0a77c56a8fa93923109b26bb6c12d9f7033d9 1138 
linthesia_0.4-1.dsc
 5bfceb93825042915192585d422583553107f743ae730e1d06dfb47aec570b25 356257 
linthesia_0.4.orig.tar.gz
 e580ab661c06e304bd34bf51d20d73428a411f3c366086cd5f673aeb35771d3f 2414 
linthesia_0.4-1.diff.gz
 d6ca20df6c328cd82f7fe2d01f59b210dd97befc78bc1ade0e28079440168529 425614 
linthesia_0.4-1_i386.deb
Files: 
 162098f281749a61a3e9f37bded88b9a 1138 games extra linthesia_0.4-1.dsc
 7b4c60bbd96853d394dd0a0ba268d172 356257 games extra linthesia_0.4.orig.tar.gz
 33f113ca21135dc3dad28579d69cc143 2414 games extra linthesia_0.4-1.diff.gz
 6fc66848d017b528219e37b5baaa1ff9 425614 games extra linthesia_0.4-1_i386.deb

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

iEYEARECAAYFAkt9mxYACgkQG9DkpdBHzeHEJgCeJCxWf15/Yhmjx+0KJ84+hkpD
XfAAn01hycZloGWUdG3MUxKz2O+i5iFo
=jC46
-END PGP SIGNATURE-


Accepted:
linthesia_0.4-1.diff.gz
  to main/l/linthesia/linthesia_0.4-1.diff.gz
linthesia_0.4-1.dsc
  to main/l/linthesia/linthesia_0.4-1.dsc
linthesia_0.4-1_i386.deb
  to main/l/linthesia/linthesia_0.4-1_i386.deb
linthesia_0.4.orig.tar.gz
  to main/l/linthesia/linthesia_0.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
Archive: http://lists.debian.org/e1nplkn-0006xh...@ries.debian.org



Accepted haskell-hscurses 1.3.0.2-1 (source all i386)

2010-03-10 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Feb 2010 17:42:51 +0100
Source: haskell-hscurses
Binary: libghc6-hscurses-dev libghc6-hscurses-prof haskell-hscurses-doc
Architecture: source all i386
Version: 1.3.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-hscurses-doc - ncurses bindings for Haskell - documentation
 libghc6-hscurses-dev - ncurses bindings for Haskell - development files for 
GHC6
 libghc6-hscurses-prof - ncurses bindings for Haskell - profiling files for GHC6
Closes: 556646
Changes: 
 haskell-hscurses (1.3.0.2-1) unstable; urgency=low
 .
   [ Paul Bone ]
   * Initial release (Closes: #556646)
 .
   [ Marco Túlio Gontijo e Silva ]
   * debian/control: Change Priority: to extra.
   * debian/watch: Use format that works for --download-current-version.
   * debian/watch: Add .tar.gz to downloaded filename.
   * debian/watch: Include package name in downloaded .tar.gz.
   * debian/control: Change Section: to haskell.
   * debian/watch: Remove spaces, since they're not allowed by uscan.
   * debian/control: Add field Provides: ${haskell:Provides} to -dev and
 -prof packages.
   * debian/control: Add Vcs-Darcs: field.
   * debian/control: Use Vcs-Browser: field.
   * debian/control: Remove VCS-Darcs field.
   * debian/control: Use comma in the beginning of the line.
   * debian/control: Remove haddock from Build-Depends:, since it's now a
 Depends: of haskell-devscripts.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * debian/control: Remove uneeded Build-Depends: in libghc6-unix-*,
 libghc6-old-time-* and libghc6-old-locale-*.
   * debian/control: Use unversioned link in Homepage:.
 .
   [ Joachim Breitner ]
   * Bump haskell-devscripts dependency to 0.7
   * Use hlibrary.mk
Checksums-Sha1: 
 0c624684561f82a4d22e8c588be4fde04d1872ce 1498 haskell-hscurses_1.3.0.2-1.dsc
 b34ce186ffec6303241f4cf1b699ce99da1d313d 46877 
haskell-hscurses_1.3.0.2.orig.tar.gz
 db49171016d0f8d215022ab6c78c66cba9d4d6d4 1993 
haskell-hscurses_1.3.0.2-1.diff.gz
 e5857cb70e7a36701b368fa0a080f4864ab9f166 103912 
haskell-hscurses-doc_1.3.0.2-1_all.deb
 5dcf771a681c0d6d4757e943770cbe6f3e2f13c7 412032 
libghc6-hscurses-dev_1.3.0.2-1_i386.deb
 2bdf3a95579ddfe48d96e8fcf2132b8469ad7143 388594 
libghc6-hscurses-prof_1.3.0.2-1_i386.deb
Checksums-Sha256: 
 2e63ff501422c2dafe9641d325e6d24b1e42e8a83665236d91294f751b56da85 1498 
haskell-hscurses_1.3.0.2-1.dsc
 e16a91b8385c6e509c360d1463bbfddf76655dc2083bee6db4dca45de14c81c3 46877 
haskell-hscurses_1.3.0.2.orig.tar.gz
 40c879825fffe027eab0e6f0e2ef58acae7af5ba7a9733848bbd47de5c6df3e7 1993 
haskell-hscurses_1.3.0.2-1.diff.gz
 77196ba6f5e3ccc8c5fa3ec2a709b71c55965ed2579575aa6ac14019784b7deb 103912 
haskell-hscurses-doc_1.3.0.2-1_all.deb
 a682c925046aa221d81ecbda9b7dbc5e8927d252db6b734ee733ae3f03c22c18 412032 
libghc6-hscurses-dev_1.3.0.2-1_i386.deb
 dfb70de83dbeec026494dbdb5104ff21be7523a90bd87786480655ce2ed22f8c 388594 
libghc6-hscurses-prof_1.3.0.2-1_i386.deb
Files: 
 60122d734a9e1cdaa21f9889f4f9aafa 1498 haskell extra 
haskell-hscurses_1.3.0.2-1.dsc
 b42e63a9ed9beb575ee430f0540f223d 46877 haskell extra 
haskell-hscurses_1.3.0.2.orig.tar.gz
 d44cb719abc43a31f411b5a89dd5e5de 1993 haskell extra 
haskell-hscurses_1.3.0.2-1.diff.gz
 a568a2eac7f7bf787593ade0030fbffa 103912 doc extra 
haskell-hscurses-doc_1.3.0.2-1_all.deb
 96e12441133e9be8dee979072a3246f4 412032 haskell extra 
libghc6-hscurses-dev_1.3.0.2-1_i386.deb
 6bfa9b82f817181fde0d17f8d7a9a919 388594 haskell extra 
libghc6-hscurses-prof_1.3.0.2-1_i386.deb

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

iEYEARECAAYFAkuAETgACgkQ9ijrk0dDIGwiPgCggH3L9lX2FM829eUy6MTMlrcF
ndsAn0v6nbD1FIm4s3rmIRM/h+zk4p6v
=C8VJ
-END PGP SIGNATURE-


Accepted:
haskell-hscurses-doc_1.3.0.2-1_all.deb
  to main/h/haskell-hscurses/haskell-hscurses-doc_1.3.0.2-1_all.deb
haskell-hscurses_1.3.0.2-1.diff.gz
  to main/h/haskell-hscurses/haskell-hscurses_1.3.0.2-1.diff.gz
haskell-hscurses_1.3.0.2-1.dsc
  to main/h/haskell-hscurses/haskell-hscurses_1.3.0.2-1.dsc
haskell-hscurses_1.3.0.2.orig.tar.gz
  to main/h/haskell-hscurses/haskell-hscurses_1.3.0.2.orig.tar.gz
libghc6-hscurses-dev_1.3.0.2-1_i386.deb
  to main/h/haskell-hscurses/libghc6-hscurses-dev_1.3.0.2-1_i386.deb
libghc6-hscurses-prof_1.3.0.2-1_i386.deb
  to main/h/haskell-hscurses/libghc6-hscurses-prof_1.3.0.2-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
Archive: http://lists.debian.org/e1nplmf-hy...@ries.debian.org



Accepted libical-parser-perl 1.16-1 (source all)

2010-03-10 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 19 Feb 2010 19:52:38 -0400
Source: libical-parser-perl
Binary: libical-parser-perl
Architecture: source all
Version: 1.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: David Bremner brem...@unb.ca
Description: 
 libical-parser-perl - module to parse iCalendar files into a data structure
Changes: 
 libical-parser-perl (1.16-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * Initial Release
Checksums-Sha1: 
 09e5636a9c61a3daffae5296933def1841e8c6d5 2090 libical-parser-perl_1.16-1.dsc
 8a7ca51750a61a5a46486aed16396517ea64dec7 32523 
libical-parser-perl_1.16.orig.tar.gz
 78ce218bcd5c8d210f5f344233f823d9aa4de32c 1663 
libical-parser-perl_1.16-1.diff.gz
 3b167ba9dfcce7d79ece31877b19abfed1a43720 14366 
libical-parser-perl_1.16-1_all.deb
Checksums-Sha256: 
 a4daf3eef6f7ad43c2db48778f9b505e4f5cc3a46f6654666feb586e853738f1 2090 
libical-parser-perl_1.16-1.dsc
 de4bc3cb1bb296e3babc3fbe07a972ff93af32cfbcf545cbefe406dfb6f75098 32523 
libical-parser-perl_1.16.orig.tar.gz
 0e693b38a870d9b63e01815d9600720e9e14eae3d2b8f4031cd37ee258c0c1a3 1663 
libical-parser-perl_1.16-1.diff.gz
 dc13e59a6c30d5102339db9403673972790de945f33387be91bfcf74eb2a5dc4 14366 
libical-parser-perl_1.16-1_all.deb
Files: 
 2340ac705eb528d4da35986fce7bf60a 2090 perl optional 
libical-parser-perl_1.16-1.dsc
 5a796fd5c8f9593fc45a123d1054a2a7 32523 perl optional 
libical-parser-perl_1.16.orig.tar.gz
 8f72d5b17050c510f08a75f261211234 1663 perl optional 
libical-parser-perl_1.16-1.diff.gz
 04142c45c883c3ccdbec571ab21b6e32 14366 perl optional 
libical-parser-perl_1.16-1_all.deb

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

iQIcBAEBCAAGBQJLf0O2AAoJELs6aAGGSaoGL1oQALuT9v9lbh++3J8lFP0OzDsz
j8VckyrZZqvNZlSbK2iV+fyPZTOo1VBhYQJEPlEc4TtlAiEs5YKB786iUBz/t/cO
LfXdJ8tdZ0nZ7I5P6uoKX+HaMepBHIa54ddLppZ0jwQd+LKQXCQ8bCLMAfLqNukI
fWL2Tc5eukvgk+qtnfoESfLHEmtIF7qHAQIWveJva9MnrZPcE8IDoHtLlDc0MDBb
/rNBIsmp15SAoNEyxPt6YD9M5YXAAh5pr15nVmkFAZkV5QjibyQBqRdM9PGf+OOO
JNNDAwIQMmiy2wBMVrrSLjVKWUUeIBVa+pasNJryxdKe2Tl5bdIxQaOInHNwREWw
+3BKRrpNWUGAt8ygmht6Z2b6Kq1vgACepgIxdT45GrURRIQ9dpf09S6EuSduMmZp
NLatDQnKMIL8p3gh8uzmOmNJtb49mluXRNwLKFWkDE+9522sivRrNYlI6IzEWKFs
Schey7vrvqRubCF0br0hcV9iz1uGPD3znN0hbEj9aDXrX9MY+Kb1Me+X3LNly3tl
HSggqNVvMV8zNRt1NyMsy2aKe7AaQFF9yMoDs5fitf6Dgy3B0rLrJ9RVBwsS8Th9
4bo5FUD4P3O06Fzcso6/3rOR4Fg5MnVAys7g6dgO1wMll8z6jpEzn9HWAQZqkRAl
S1p3fOKg0XO3V9ag/8Ei
=iVn4
-END PGP SIGNATURE-


Accepted:
libical-parser-perl_1.16-1.diff.gz
  to main/libi/libical-parser-perl/libical-parser-perl_1.16-1.diff.gz
libical-parser-perl_1.16-1.dsc
  to main/libi/libical-parser-perl/libical-parser-perl_1.16-1.dsc
libical-parser-perl_1.16-1_all.deb
  to main/libi/libical-parser-perl/libical-parser-perl_1.16-1_all.deb
libical-parser-perl_1.16.orig.tar.gz
  to main/libi/libical-parser-perl/libical-parser-perl_1.16.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
Archive: http://lists.debian.org/e1nplms-ji...@ries.debian.org



Accepted libnl2 1.99+git20091216-1 (source all amd64)

2010-03-10 Thread Heiko Stuebner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Feb 2010 21:50:35 +0100
Source: libnl2
Binary: libnl2 libnl2-dev libnl2-dbg libnl2-doc
Architecture: source all amd64
Version: 1.99+git20091216-1
Distribution: unstable
Urgency: low
Maintainer: Heiko Stuebner he...@sntech.de
Changed-By: Heiko Stuebner he...@sntech.de
Description: 
 libnl2 - library for dealing with netlink sockets
 libnl2-dbg - debug symbols for libnl2
 libnl2-dev - development library and headers for libnl2
 libnl2-doc - API documentation for libnl2
Changes: 
 libnl2 (1.99+git20091216-1) unstable; urgency=low
 .
   * New upstream snapshot
   * New source name to enable installing libnl and libnl2 side by side
   * Set myself as new maintainer for libnl2 according to agreement
 with Michael Biebl
   * Add debug package
   * README.Debian warns of possible breakage in this snapshot
   * Add Patch 0001 which fixes some errors in the build system
   * Add Patch 0002 which adds libnl-?? libs to linker statement
 until I can resolve this with upstream
Checksums-Sha1: 
 6a94f81543744b57801bc406887b34ba36f6881c 1174 libnl2_1.99+git20091216-1.dsc
 5bac08b339c32c713f83690a4407015abbea968a 572682 
libnl2_1.99+git20091216.orig.tar.gz
 501d64642bad5c6b3caad783c8f95cadcbcafaae 11314 
libnl2_1.99+git20091216-1.diff.gz
 03d5b672883816050dc01b63993dcddc468547a7 767952 
libnl2-doc_1.99+git20091216-1_all.deb
 bd72314bf34181849b7658ed3ce36c7fa5c1a71f 165052 
libnl2_1.99+git20091216-1_amd64.deb
 4d8cbcfb5f702730a990447b068c630464dec654 46430 
libnl2-dev_1.99+git20091216-1_amd64.deb
 529890b5602e6d13ab9a2764009b0b01848290a6 308016 
libnl2-dbg_1.99+git20091216-1_amd64.deb
Checksums-Sha256: 
 eab7d0502c924bbf3e0f9bf38cdda5d028e3c51e3109afd50ca4ebc5b772012d 1174 
libnl2_1.99+git20091216-1.dsc
 89c8be4ccfdb51c155d2db245c7282e5b817941d054a31c7271338df661997b4 572682 
libnl2_1.99+git20091216.orig.tar.gz
 9737090aafa2cb232fd826debafa608215943a3a7714ca3e05a27d1599c48f69 11314 
libnl2_1.99+git20091216-1.diff.gz
 34bfeea7ecb162ab969404bfcfeb14f0a03ed3605130db45b923007f6f9dd6e3 767952 
libnl2-doc_1.99+git20091216-1_all.deb
 d63956b87a23cfbd9e22ae5fb24688fbbba2ed0593e5e28062246eaadc207391 165052 
libnl2_1.99+git20091216-1_amd64.deb
 60ff01b586faa586eb798a2ccbae0a937febf797f9b95cdac56a207c0aa531c7 46430 
libnl2-dev_1.99+git20091216-1_amd64.deb
 8789aec48d459e8c45d549cdacd8743e62774ff131ed8192b90b6ce4cf0c71dd 308016 
libnl2-dbg_1.99+git20091216-1_amd64.deb
Files: 
 2c5795f8a248797cfbc4ff67c61ede6f 1174 net optional 
libnl2_1.99+git20091216-1.dsc
 35c547176007149947607479a21716c3 572682 net optional 
libnl2_1.99+git20091216.orig.tar.gz
 4c24a80a486ebe5a812777d5af56f341 11314 net optional 
libnl2_1.99+git20091216-1.diff.gz
 e5fe1069bd62bb08d1b01bc4584bfcb2 767952 doc optional 
libnl2-doc_1.99+git20091216-1_all.deb
 655a4a793bd09ebe73a0f2032917e8b2 165052 libs optional 
libnl2_1.99+git20091216-1_amd64.deb
 4acf77532640da907a65227a1b1b994c 46430 libdevel optional 
libnl2-dev_1.99+git20091216-1_amd64.deb
 b7c623e174c946a02fd6db4129ec0e1d 308016 debug extra 
libnl2-dbg_1.99+git20091216-1_amd64.deb

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

iEYEARECAAYFAkuAOAoACgkQ1gXdnL6dUzkJugCbBMjA9lju94TpGSzdXrWp3jEP
JfkAn0PdDyLsk7h3gOxbmt3YUjCiWP+D
=iSFS
-END PGP SIGNATURE-


Accepted:
libnl2-dbg_1.99+git20091216-1_amd64.deb
  to main/libn/libnl2/libnl2-dbg_1.99+git20091216-1_amd64.deb
libnl2-dev_1.99+git20091216-1_amd64.deb
  to main/libn/libnl2/libnl2-dev_1.99+git20091216-1_amd64.deb
libnl2-doc_1.99+git20091216-1_all.deb
  to main/libn/libnl2/libnl2-doc_1.99+git20091216-1_all.deb
libnl2_1.99+git20091216-1.diff.gz
  to main/libn/libnl2/libnl2_1.99+git20091216-1.diff.gz
libnl2_1.99+git20091216-1.dsc
  to main/libn/libnl2/libnl2_1.99+git20091216-1.dsc
libnl2_1.99+git20091216-1_amd64.deb
  to main/libn/libnl2/libnl2_1.99+git20091216-1_amd64.deb
libnl2_1.99+git20091216.orig.tar.gz
  to main/libn/libnl2/libnl2_1.99+git20091216.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
Archive: http://lists.debian.org/e1nplnb-qo...@ries.debian.org



Accepted lsyncd 1.26-1 (source amd64)

2010-03-10 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 20 Feb 2010 15:04:05 +0100
Source: lsyncd
Binary: lsyncd
Architecture: source amd64
Version: 1.26-1
Distribution: unstable
Urgency: low
Maintainer: Jan Dittberner ja...@debian.org
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 lsyncd - daemon to synchronize local directories using rsync
Closes: 570296
Changes: 
 lsyncd (1.26-1) unstable; urgency=low
 .
   * Initial release. (Closes: #570296)
Checksums-Sha1: 
 4665231d5cb719b5448908f8519b82dabb9ad221 1780 lsyncd_1.26-1.dsc
 73f738b987905ffcfe34f763921fe837e1b34102 171811 lsyncd_1.26.orig.tar.gz
 95e55860cb01a573b1944e8a16ae32876f1509dd 2813 lsyncd_1.26-1.debian.tar.gz
 ea42690881d9db2034c3a9ecf7080486321caddc 24056 lsyncd_1.26-1_amd64.deb
Checksums-Sha256: 
 b38e429b66ba7862730f4bdd6c618f5145fe62ae0837ad8aa9fdf467c0276049 1780 
lsyncd_1.26-1.dsc
 717eb5b17d2244993e8be5c63595457e7c7825ede20b21e072f1564552d850eb 171811 
lsyncd_1.26.orig.tar.gz
 1425e0271730fb99f1131e00c6d95ebca9be3898288a5365d8cce18a77741267 2813 
lsyncd_1.26-1.debian.tar.gz
 2455603c70aa11494dd1c836755d2ace42a306ce25173cb401f4324fb91621d1 24056 
lsyncd_1.26-1_amd64.deb
Files: 
 88546b943ecfe3a2012a0493f6e17508 1780 admin optional lsyncd_1.26-1.dsc
 ff06aed03a012c84c0526a4f892900fe 171811 admin optional lsyncd_1.26.orig.tar.gz
 37e5a50639101ba7259365b4a8150a6b 2813 admin optional 
lsyncd_1.26-1.debian.tar.gz
 ff6790c12c533ffd96aadeccc52c7d04 24056 admin optional lsyncd_1.26-1_amd64.deb

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

iQIcBAEBCAAGBQJLf+zDAAoJEKc+AFVVj7jdjeUP/2pCm7KG9bZ/n1GUQI35KC5a
zn1a6krFamG0C8MiOd2V1Ks/nVuaO7xnqSu0ZOijXB7WatjYoQuXrQDTzDK3GCnK
sdil0j2D47LmDcTKAoUBRMkebAEgWwfZTmFyI45ZN2kcWgj4XMg9lvnyGiI2skdZ
z9n3qJVWhV+qAzNo721wnNzhUdOJYLjp9jEv67Lekz4WBUOa1ZghShVJU93Xw0Y4
2AmJS3XWxpC/smh6ezszE+drXHZkDP4WpWqG9lIGgYVsA9UEqs4iuVKbIdvLlE3c
+gVdfW7/G5TwPoGB848NElr+us7QU8n0fNdycUZnI9736mMqWFRNK3spea6rQJbX
nQ9TQvOwsFS2BIeKGDwR1bKpfbuT8ElNZi2vLbnHEQv4SoUKBMCO+bfwEbourMGQ
mHgQgFJZvKN7LPO3vI6DP1YZgRbCiZXRuGVD0oxfAfFlyKXgiInCZp8RsDum2O/p
b2C8sX0ilfsYvjrLN/kP/LGfTk2/sW87sgmXwJtutBHLXNZVgOsJPxeFcGld3gvZ
qmbgn9Wv61cQT+KguJvElex9BIMK0sQFmTq+bGvFJJeWuXawfcmkdUxsIFww096v
aNvzPcejW7oiu3aI4JBgySbjj4o2sf7r0qh6QoyFwI/ObeQEbj/dwmjeihY8+ERj
adD5BL7fH01OFKRg23Pt
=mtUi
-END PGP SIGNATURE-


Accepted:
lsyncd_1.26-1.debian.tar.gz
  to main/l/lsyncd/lsyncd_1.26-1.debian.tar.gz
lsyncd_1.26-1.dsc
  to main/l/lsyncd/lsyncd_1.26-1.dsc
lsyncd_1.26-1_amd64.deb
  to main/l/lsyncd/lsyncd_1.26-1_amd64.deb
lsyncd_1.26.orig.tar.gz
  to main/l/lsyncd/lsyncd_1.26.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
Archive: http://lists.debian.org/e1nplnp-tf...@ries.debian.org



Accepted openshot 1.1.0~alpha1-1 (source all)

2010-03-10 Thread Jonathan Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Feb 2010 14:07:31 +0100
Source: openshot
Binary: openshot openshot-doc
Architecture: source all
Version: 1.1.0~alpha1-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan Thomas jonathan.oo...@gmail.com
Changed-By: Jonathan Thomas jonathan.oo...@gmail.com
Description: 
 openshot   - Create and edit videos and movies
 openshot-doc - Help manual for OpenShot Video Editor
Closes: 564945
Changes: 
 openshot (1.1.0~alpha1-1) unstable; urgency=low
 .
   * Initial release (Closes: #564945, LP: #441678)
Checksums-Sha1: 
 291779596d2bed7fb900cefd6e98addbf99f5e46 1253 openshot_1.1.0~alpha1-1.dsc
 17e0718bf7c8caa74bde59107193663586646b54 16495706 
openshot_1.1.0~alpha1.orig.tar.gz
 a678606104ed7b91ecb57dcd2cd862f39775985e 2184 
openshot_1.1.0~alpha1-1.debian.tar.gz
 f3da8b94e22d35fa8debe723ff476b06f3c16814 12800390 
openshot_1.1.0~alpha1-1_all.deb
 6bc822e42335d41ac937e40dba9e34b4f529fc64 3668880 
openshot-doc_1.1.0~alpha1-1_all.deb
Checksums-Sha256: 
 efaccedc380e5360b890ed3892c0b4c09c5643dd2f1717411e89dde923f9f01a 1253 
openshot_1.1.0~alpha1-1.dsc
 b805c7156a4a18a5c50333a06d1acb5c3ee064f60f487454ad6cf1cf1ecc2c51 16495706 
openshot_1.1.0~alpha1.orig.tar.gz
 2134b7b37a38344a024d1345ac1409e9232d5e5d5bb02160ed38f180e9c6295d 2184 
openshot_1.1.0~alpha1-1.debian.tar.gz
 51018a3f77dc3f5fb8587737fdd659ad363cfe103d38e8b76046baac8981cb9c 12800390 
openshot_1.1.0~alpha1-1_all.deb
 c97dbaa775240e31ef6d99a95631ab418634a5d47f76e4b3d302c4bbb6f5ac67 3668880 
openshot-doc_1.1.0~alpha1-1_all.deb
Files: 
 44613ca6d00a23f3e783af5c03bdcec3 1253 video optional 
openshot_1.1.0~alpha1-1.dsc
 541569b3fb18bfbb31cbaffd4d0b1e21 16495706 video optional 
openshot_1.1.0~alpha1.orig.tar.gz
 22fa5c38c26c073597294efa8cf9e3c2 2184 video optional 
openshot_1.1.0~alpha1-1.debian.tar.gz
 c01ed127c4f4a647602be8c29b183901 12800390 video optional 
openshot_1.1.0~alpha1-1_all.deb
 a1fd78e69b87f225240cdba829a9d8b2 3668880 doc optional 
openshot-doc_1.1.0~alpha1-1_all.deb

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

iEYEARECAAYFAkt+/x0ACgkQmqVR2WapDeLDmACfRZmC+APUP7OlxMxeq7t5R/pg
NmkAmQFyVXlc5XsmORxhUsJ8Tu0wzoRG
=w4WJ
-END PGP SIGNATURE-


Accepted:
openshot-doc_1.1.0~alpha1-1_all.deb
  to main/o/openshot/openshot-doc_1.1.0~alpha1-1_all.deb
openshot_1.1.0~alpha1-1.debian.tar.gz
  to main/o/openshot/openshot_1.1.0~alpha1-1.debian.tar.gz
openshot_1.1.0~alpha1-1.dsc
  to main/o/openshot/openshot_1.1.0~alpha1-1.dsc
openshot_1.1.0~alpha1-1_all.deb
  to main/o/openshot/openshot_1.1.0~alpha1-1_all.deb
openshot_1.1.0~alpha1.orig.tar.gz
  to main/o/openshot/openshot_1.1.0~alpha1.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
Archive: http://lists.debian.org/e1nplni-wu...@ries.debian.org



Accepted pytrainer 1.7.1-1.1 (source all)

2010-03-10 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Mar 2010 15:00:30 +0100
Source: pytrainer
Binary: pytrainer
Architecture: source all
Version: 1.7.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe n...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 pytrainer  - The Free Sport Training Center
Closes: 530526 566046 568781
Changes: 
 pytrainer (1.7.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload, to prepare for Python 2.6 transition
   * debian/rules
 - added '--install-layout=deb' parameter to setup.py install call; thanks 
to
   Jakub Wilk for the report; Closes: #530526
   * debian/control
 - set b-d on python (instead of p-dev) and bump version to '= 2.5.3-1~', 
to
   support install-layout
   * debian/{control, rules}
 - added python-support, to byte-compiling and properly handle Python
   module; thanks to Luca Falavigna for the report; Closes: #566046
   * plugins/{garmintools/garmintools.py, garmintools_full/garmintools_full.py},
 import/file_garmintools.py
 - patched to explicitly import the with statement; thanks to Jonathan
   Wiltshire for the report; Closes: #568781
Checksums-Sha1: 
 0713f9ba976297f74f41974a132950b4c7051377 1089 pytrainer_1.7.1-1.1.dsc
 c61f306a5d8a48448ff85d9701fdd35859eefdaf 5909 pytrainer_1.7.1-1.1.diff.gz
 ea31ed9966742526563f62eaa125724260b98a6a 220656 pytrainer_1.7.1-1.1_all.deb
Checksums-Sha256: 
 45e42572f2621d377131fc58910bab04e02da44ee5d1b5101780e97d5b877659 1089 
pytrainer_1.7.1-1.1.dsc
 cc0beb2ed8fcb4426f18e227bc9cf07ad717319dfcf9c1ffe18a13dd1d0748e3 5909 
pytrainer_1.7.1-1.1.diff.gz
 2cd08252c1b1ca62912320b4bb5283079c80a9846017f38c9396c89f57c55727 220656 
pytrainer_1.7.1-1.1_all.deb
Files: 
 691dbb1b182f184b2523f7897d9752c3 1089 utils optional pytrainer_1.7.1-1.1.dsc
 20d78dcc5cdaec3341be1fc91231a145 5909 utils optional 
pytrainer_1.7.1-1.1.diff.gz
 b6b004d21b35234c7b25a5ba1d6e8e2c 220656 utils optional 
pytrainer_1.7.1-1.1_all.deb

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

iEYEARECAAYFAkuPvsEACgkQAukwV0RN2VC59QCfZR/l1SjiZ9NMp0UTb8QgMSX5
7SQAn0AS6BQTP2JqUL8Nz32KwMCdOpea
=N4t/
-END PGP SIGNATURE-


Accepted:
pytrainer_1.7.1-1.1.diff.gz
  to main/p/pytrainer/pytrainer_1.7.1-1.1.diff.gz
pytrainer_1.7.1-1.1.dsc
  to main/p/pytrainer/pytrainer_1.7.1-1.1.dsc
pytrainer_1.7.1-1.1_all.deb
  to main/p/pytrainer/pytrainer_1.7.1-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
Archive: http://lists.debian.org/e1nplp7-b7...@ries.debian.org



Accepted scanerrlog 2.01-4.2 (source all)

2010-03-10 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Mar 2010 13:26:36 +0100
Source: scanerrlog
Binary: scanerrlog
Architecture: source all
Version: 2.01-4.2
Distribution: unstable
Urgency: low
Maintainer: Víctor Pérez Pereira vpe...@debianvenezuela.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 scanerrlog - Generate summaries from Apache error logs
Closes: 571511
Changes: 
 scanerrlog (2.01-4.2) unstable; urgency=low
 .
   * Non-maintainer upload, to prepare for Python 2.6 transition
   * debian/rules
 - added '--install-layout=deb' parameter to setup.py install call; thanks 
to
   Jakub Wilk for the report; Closes: #571511
   * debian/control
 - set b-d on python (instead of p-dev) and bump version to '= 2.5.3-1~', 
to
   support install-layout
 - bump versioned b-d on python-support to properly support Python
Checksums-Sha1: 
 e076e035de5f821c49de64ff1179dd1099e584ed 1088 scanerrlog_2.01-4.2.dsc
 972f996ea252ce173618b987b69619e7e9cff6f3 4156 scanerrlog_2.01-4.2.diff.gz
 daa0afdadf6d486a5744525c3ee3d248ddb85b7a 28396 scanerrlog_2.01-4.2_all.deb
Checksums-Sha256: 
 8f33bc16011856af4c3b648e0aee75fbb525195a1b1f2af7752b400e0c91c974 1088 
scanerrlog_2.01-4.2.dsc
 f0b10907b892e2432a2b5a79fb59f5b6f76bfc5aa162d34132b687bf199b3e7a 4156 
scanerrlog_2.01-4.2.diff.gz
 50c835a230ccc4fcd9e7f1358d28f76e68a292e2041ef0f0181e630282478830 28396 
scanerrlog_2.01-4.2_all.deb
Files: 
 f2c8ad12899d2e023dbb6c018ae466df 1088 admin extra scanerrlog_2.01-4.2.dsc
 1690e0fac6069502d3362f1046bf165e 4156 admin extra scanerrlog_2.01-4.2.diff.gz
 7b8a089609bedd0f58f87ab4412717c0 28396 admin extra scanerrlog_2.01-4.2_all.deb

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

iEYEARECAAYFAkuPqGMACgkQAukwV0RN2VCX1ACeJw9cOe/wbw7aRGYsOq+gcyxW
kMQAn3XuXvl9+U97qZU1uDqpkwGua5wP
=9iPG
-END PGP SIGNATURE-


Accepted:
scanerrlog_2.01-4.2.diff.gz
  to main/s/scanerrlog/scanerrlog_2.01-4.2.diff.gz
scanerrlog_2.01-4.2.dsc
  to main/s/scanerrlog/scanerrlog_2.01-4.2.dsc
scanerrlog_2.01-4.2_all.deb
  to main/s/scanerrlog/scanerrlog_2.01-4.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
Archive: http://lists.debian.org/e1nplpk-dw...@ries.debian.org



Accepted fofix-dfsg 3.121-1 (source all)

2010-03-10 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Feb 2010 12:09:32 +0100
Source: fofix-dfsg
Binary: fofix
Architecture: source all
Version: 3.121-1
Distribution: unstable
Urgency: low
Maintainer: Christian Hammers c...@debian.org
Changed-By: Christian Hammers c...@debian.org
Description: 
 fofix  - rhythm game in the style of Rock Band(tm) and Guitar Hero(tm)
Closes: 525986
Changes: 
 fofix-dfsg (3.121-1) unstable; urgency=low
 .
   * First Debian release based on the unofficial package by John Stumpo.
 Closes: #525986
   * New upstream release.
   * Lowered dependency to python-pygame to 1.8 as 1.9 is not yet in unstable.
   * Switch to dpkg-source 3.0 (quilt) format
Checksums-Sha1: 
 adf1c0fac4a243c393da6f07239a209c96df4c67 1058 fofix-dfsg_3.121-1.dsc
 3486463e1986073f0a7779435fa6330f8901555d 18820606 fofix-dfsg_3.121.orig.tar.gz
 c1d58e4875cf9cd2e01a5c3e18b72ab120a813b6 5845 fofix-dfsg_3.121-1.debian.tar.gz
 6ab0962727217ff7a9c6a321d561e56f658a561f 18322296 fofix_3.121-1_all.deb
Checksums-Sha256: 
 0bc10f0e33b324c98ff2f6d47a6c2efd6badf9ee3405a20d0c4865624ce65e39 1058 
fofix-dfsg_3.121-1.dsc
 4c4fb5f23ae8bc60062839cd9520c9380c2d2ebb65600c6ae6fb1cc7e4c9097d 18820606 
fofix-dfsg_3.121.orig.tar.gz
 71b3d7d37cce37e25751a67935fe1461b7ef486628823f381ef4d736a2d11252 5845 
fofix-dfsg_3.121-1.debian.tar.gz
 0855acd828a166c5a7b21d4815af6cf5eb215958132209700282e0a3aa0fde4d 18322296 
fofix_3.121-1_all.deb
Files: 
 d58cf3e10fb3a26e56d0acd225c0fc98 1058 games optional fofix-dfsg_3.121-1.dsc
 059b93614acb22b822010d0fc28b78e9 18820606 games optional 
fofix-dfsg_3.121.orig.tar.gz
 5e13d799f5fc8659a59a267053929660 5845 games optional 
fofix-dfsg_3.121-1.debian.tar.gz
 98b17073ef04640ef9d9f75928267d97 18322296 games optional fofix_3.121-1_all.deb

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

iEYEARECAAYFAkuBJNUACgkQkR9K5oahGObPvQCg5XcPCAYknMXPdmTj40D4dxgC
4IoAnjsD3Ic8WGvdSzwP6YUMxkgCfNCp
=BK4a
-END PGP SIGNATURE-


Accepted:
fofix-dfsg_3.121-1.debian.tar.gz
  to main/f/fofix-dfsg/fofix-dfsg_3.121-1.debian.tar.gz
fofix-dfsg_3.121-1.dsc
  to main/f/fofix-dfsg/fofix-dfsg_3.121-1.dsc
fofix-dfsg_3.121.orig.tar.gz
  to main/f/fofix-dfsg/fofix-dfsg_3.121.orig.tar.gz
fofix_3.121-1_all.deb
  to main/f/fofix-dfsg/fofix_3.121-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
Archive: http://lists.debian.org/e1npm1e-0002w9...@ries.debian.org



Accepted libmoosex-types-json-perl 0.02-1 (source all)

2010-03-10 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 20 Feb 2010 20:19:45 -0500
Source: libmoosex-types-json-perl
Binary: libmoosex-types-json-perl
Architecture: source all
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libmoosex-types-json-perl - module providing JSON-constrained strings
Closes: 570729
Changes: 
 libmoosex-types-json-perl (0.02-1) unstable; urgency=low
 .
   * Initial Release (Closes: #570729)
Checksums-Sha1: 
 69616b0b56d2bb1208a4f2f84d598eb114fc96b2 2107 
libmoosex-types-json-perl_0.02-1.dsc
 517cf6480ba295154e1c1c5323cd024f8b5953d7 2363 
libmoosex-types-json-perl_0.02.orig.tar.gz
 0cc462b7924a50df1cffbb786d6cfba97aab1949 1244 
libmoosex-types-json-perl_0.02-1.diff.gz
 ae5fdb95ad2c7ea804f1af0dabba6ab1c2c46ad9 5732 
libmoosex-types-json-perl_0.02-1_all.deb
Checksums-Sha256: 
 d94abbcc951c7384d5bd7e38c3c82350541440e55e76934e06b794da3457b752 2107 
libmoosex-types-json-perl_0.02-1.dsc
 5ffc6710902e4799e269ec0d3e01ebe1b81f8955646de813f85ec2f9af291a32 2363 
libmoosex-types-json-perl_0.02.orig.tar.gz
 4739dcc87ce5c786239e8f97ac7732c65bed869fbdb4520a7c9d4c231a37a8ca 1244 
libmoosex-types-json-perl_0.02-1.diff.gz
 1ad5f420935a42b7d1b7366dd3b493f470c191f392241d8a234f4a48807af4e1 5732 
libmoosex-types-json-perl_0.02-1_all.deb
Files: 
 87c1591e249e8ae4abb4d537f8e7bcf9 2107 perl optional 
libmoosex-types-json-perl_0.02-1.dsc
 e6eb8745f38051ff471755759e6006c8 2363 perl optional 
libmoosex-types-json-perl_0.02.orig.tar.gz
 a1193befdb0c0a90a2dbd52f8ab5ddb5 1244 perl optional 
libmoosex-types-json-perl_0.02-1.diff.gz
 27952dbe6585932f040bccca3f3e674b 5732 perl optional 
libmoosex-types-json-perl_0.02-1_all.deb

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

iQIcBAEBCAAGBQJLgW+SAAoJELs6aAGGSaoGprEQAIxA3DbfhVcgXaXLbLCVkTrt
HwqjRQQ/JfWGczmIbZRwFPfS+I9vXvW9AtUr2UYfsXo3cBFrSzNFUOvgoKkiqwv5
+yJEr77cVZjCFgScKjWpRLM+SvBfjLNL8nG0RnL3mrUNTiEwiBErfgX3o2cXCO9L
kjzCnYFloRMYAk2s8GpmxoKlKa/ETykuwpyM/EDvI4S6EdLQcSGAignSU5ud8VFK
dhWCzfgFcDY4Dg9YYGriPl3wOlJuDu5RwLEBt4Cw8WxHCeBQGAlgRquVS9B4SHVv
NeEi6MNkTCakMdUiBsaTaUlszXm/fqmf28gxN44Aj2nFFGknqM7XrBh8vIUzy27L
rM27nglY55izrB1WHQ+TxFBMizxsXzcMkAWhLI7Z0M0TRYKfJp+9LGDd0SwPEuex
WW+ybfhzkNpG9+wviMVh7gjr7ATwEN9XvJq0c3nfErMMHw9iAJL0czImSL95KkIL
kHJaP2DNVKXaOpqB6P02ctY5XmXtwTN3tZP7ggsfkn7YrfdxC2VIPEAcd7Mm9wSg
iltpafdkulMkrTNg7zvBq1x7+7LED7DpNL0Y95HjgBzp5SmWMnoa5LIjwvs1nMh1
HPahuR7oiZ+paUjVJOoKb9bXc/We3aC0hXKpyfr8XM5fFV5MYiWmsIec3rivBmXj
KAvaODbwM2BUM1DMNi3D
=vk+4
-END PGP SIGNATURE-


Accepted:
libmoosex-types-json-perl_0.02-1.diff.gz
  to 
main/libm/libmoosex-types-json-perl/libmoosex-types-json-perl_0.02-1.diff.gz
libmoosex-types-json-perl_0.02-1.dsc
  to main/libm/libmoosex-types-json-perl/libmoosex-types-json-perl_0.02-1.dsc
libmoosex-types-json-perl_0.02-1_all.deb
  to 
main/libm/libmoosex-types-json-perl/libmoosex-types-json-perl_0.02-1_all.deb
libmoosex-types-json-perl_0.02.orig.tar.gz
  to 
main/libm/libmoosex-types-json-perl/libmoosex-types-json-perl_0.02.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
Archive: http://lists.debian.org/e1npm1r-0002yp...@ries.debian.org



Accepted mcrl2 201001-1 (source amd64)

2010-03-10 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Feb 2010 12:50:42 +0200
Source: mcrl2
Binary: mcrl2
Architecture: source amd64
Version: 201001-1
Distribution: unstable
Urgency: low
Maintainer: Paul van Tilburg pau...@debian.org
Changed-By: Paul van Tilburg pau...@debian.org
Description: 
 mcrl2  - the mCRL2 formal specification language toolset
Closes: 460885
Changes: 
 mcrl2 (201001-1) unstable; urgency=low
 .
   * Initial release (Closes: #460885).
   * Use a pruned upstream tarball to avoid (a lot of) source duplication by
 removing 3rd-party/boost.
Checksums-Sha1: 
 0423554f601799f6a94237b732ba43471aedc65f 1431 mcrl2_201001-1.dsc
 c733fecc0eace85512bb1a8f08629de23733ec12 4392236 mcrl2_201001.orig.tar.gz
 cc0ed1fbf264ea1587dc0cf2ee58fc1d54695bf0 4790 mcrl2_201001-1.diff.gz
 baf0d6aa38bb996c3354e809db4c79118679d75b 9669550 mcrl2_201001-1_amd64.deb
Checksums-Sha256: 
 29d134aa0fa7c6e65bffb7bbc3f35a6fb56dc5b0eaecf58e75d02b56f1860fe1 1431 
mcrl2_201001-1.dsc
 f97f949b184bc30cac7b6521564b2738ec9448f17893baa38ebe12c7a4c372bd 4392236 
mcrl2_201001.orig.tar.gz
 51afef4cf354abf43f2a46abce4d5aa82e7d66cd93c2b3cff6dc0b2e3b58175f 4790 
mcrl2_201001-1.diff.gz
 492f5443567b721fc465acd3a26c576f9250abfe5ba06f0917174a323ffa5076 9669550 
mcrl2_201001-1_amd64.deb
Files: 
 e0ecfd9d3e992831c7bb0fc2a24f574b 1431 math extra mcrl2_201001-1.dsc
 16be4850858e0befab83c90193ccc7bc 4392236 math extra mcrl2_201001.orig.tar.gz
 8966cb7349120db756e9055ad63ce922 4790 math extra mcrl2_201001-1.diff.gz
 6d6e5c094bfcf495b541fabf0941da84 9669550 math extra mcrl2_201001-1_amd64.deb

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

iEYEARECAAYFAkuBqr0ACgkQJBBhylAGQYEQyQCdEwa7VeUL8sqp+vCO2INcl1Wn
M7IAoIfFjtsP10XTxBCgF8V2dpkJos12
=+Q5K
-END PGP SIGNATURE-


Accepted:
mcrl2_201001-1.diff.gz
  to main/m/mcrl2/mcrl2_201001-1.diff.gz
mcrl2_201001-1.dsc
  to main/m/mcrl2/mcrl2_201001-1.dsc
mcrl2_201001-1_amd64.deb
  to main/m/mcrl2/mcrl2_201001-1_amd64.deb
mcrl2_201001.orig.tar.gz
  to main/m/mcrl2/mcrl2_201001.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
Archive: http://lists.debian.org/e1npm1r-0002mj...@ries.debian.org



Accepted sitemesh 2.4.1+dfsg-1 (source all)

2010-03-10 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Feb 2010 22:57:13 -0430
Source: sitemesh
Binary: libsitemesh-java libsitemesh-java-doc
Architecture: source all
Version: 2.4.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libsitemesh-java - web-page layout and decoration framework
 libsitemesh-java-doc - documentation for libsitemesh-java
Closes: 466809
Changes: 
 sitemesh (2.4.1+dfsg-1) unstable; urgency=low
 .
   * Initial release (closes: #466809).
Checksums-Sha1: 
 fce2b7336183db511a75adc9d34890d728bf4395 1425 sitemesh_2.4.1+dfsg-1.dsc
 54bb6e0c2a497ea0df07403e41c6172f7c003dab 240433 sitemesh_2.4.1+dfsg.orig.tar.gz
 7c474bd4dc345ec8d83da8f3a1e4f8a7ba152e67 5708 
sitemesh_2.4.1+dfsg-1.debian.tar.gz
 42582df8a1b3345937ea8c893ec8e7a47278d35a 160050 
libsitemesh-java_2.4.1+dfsg-1_all.deb
 b4ce6730117d0cdf04711b6c0cf8629f8879ecea 307264 
libsitemesh-java-doc_2.4.1+dfsg-1_all.deb
Checksums-Sha256: 
 6c43e2c3bff559b47b7aeba0a8e22f01f0e7cc3db7d9eae48b408324a146fec3 1425 
sitemesh_2.4.1+dfsg-1.dsc
 bc70e0498974518ce4ee697a71c8565463e845b72f6b07b5f47e6e5aa64b8d95 240433 
sitemesh_2.4.1+dfsg.orig.tar.gz
 f2629a3833789e2270840c1d5229acc70ea129d9bcf9132af3789a4d201c263d 5708 
sitemesh_2.4.1+dfsg-1.debian.tar.gz
 34864d2a52034a5106117153c32e09c030d66d6806f787daeb64b87aa8cb7d6c 160050 
libsitemesh-java_2.4.1+dfsg-1_all.deb
 e9ca6017b728e9c36f343bda38ff97cc69accaa5b66fad32a93b0326ed01ee13 307264 
libsitemesh-java-doc_2.4.1+dfsg-1_all.deb
Files: 
 ee0b60596fa0a032d0566f4a50a162e7 1425 java optional sitemesh_2.4.1+dfsg-1.dsc
 d566f195a3fd6e73209672871b5e2b9d 240433 java optional 
sitemesh_2.4.1+dfsg.orig.tar.gz
 b043538576ac14b11fc5061fd0e965cf 5708 java optional 
sitemesh_2.4.1+dfsg-1.debian.tar.gz
 073fe115296359b718dee2c78ce263fa 160050 java optional 
libsitemesh-java_2.4.1+dfsg-1_all.deb
 6b2436b17b3d57cd913170ee028cc999 307264 doc optional 
libsitemesh-java-doc_2.4.1+dfsg-1_all.deb

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

iEYEARECAAYFAkuBgJwACgkQfY3dicTPjsOJhACfW9ppwQibfCB08xdFhal1WSOs
k98AoIIyJ+RdR7t2+Cwt2Lkxmyhs1flS
=GQjS
-END PGP SIGNATURE-


Accepted:
libsitemesh-java-doc_2.4.1+dfsg-1_all.deb
  to main/s/sitemesh/libsitemesh-java-doc_2.4.1+dfsg-1_all.deb
libsitemesh-java_2.4.1+dfsg-1_all.deb
  to main/s/sitemesh/libsitemesh-java_2.4.1+dfsg-1_all.deb
sitemesh_2.4.1+dfsg-1.debian.tar.gz
  to main/s/sitemesh/sitemesh_2.4.1+dfsg-1.debian.tar.gz
sitemesh_2.4.1+dfsg-1.dsc
  to main/s/sitemesh/sitemesh_2.4.1+dfsg-1.dsc
sitemesh_2.4.1+dfsg.orig.tar.gz
  to main/s/sitemesh/sitemesh_2.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
Archive: http://lists.debian.org/e1npm27-0002qb...@ries.debian.org



Accepted alltray 0.71a-1 (source i386)

2010-03-10 Thread Ignace Mouzannar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Mar 2010 11:15:16 +
Source: alltray
Binary: alltray
Architecture: source i386
Version: 0.71a-1
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar mouzan...@gmail.com
Changed-By: Ignace Mouzannar mouzan...@gmail.com
Description: 
 alltray- Dock any program into the system tray
Closes: 449598 524683 553650 566880
Changes: 
 alltray (0.71a-1) unstable; urgency=low
 .
   * New upstream version:
 - Fixes Alltray trayicons use their owntooltip theme bug. (Closes: #524683)
 - Fixes FTBFS when building against binutils-gold. (Closes: #553650)
   * New maintainer. (Closes: #566880)
   * debian/control:
 - Bumped Standards-Version to 3.8.4.
 - Updated Maintainer field.
 - Added the Vcs-Browser address.
 - Added Build-Depends on bash-completion.
   * debian/rule:
 - Added --with bash_completion to include installation of the
   bash-completion file.
   * debian/copyright:
 - Updated copyright format, as it contained boilerplate from older
   versions of dh_make.
 - Mentioned the copyright of the debian/ folder
   * debian/patches:
 - 01_minor_type.diff: corrects typo errors in source files.
   * debian/alltray.menu:
 - Added menu file. (Closes: #449598)
   * debian/alltray.symbols:
 - Added symbols file.
   * debian/alltray.bash-completion:
 - This file adds the possibility for bash to complete the alltray command
   with the list of all available applications.
Checksums-Sha1: 
 127179ac6ada9862872317ac485af57e56c4e361 1556 alltray_0.71a-1.dsc
 c327ec2c2a752178e53caaf56ce9865ea7fb7d25 352536 alltray_0.71a.orig.tar.gz
 3d769d01fdd86cbb458caeb1ce4bf22e82106e76 4593 alltray_0.71a-1.debian.tar.gz
 4a84e3d262af6bf683033d50889933a6fb19bdcf 56350 alltray_0.71a-1_i386.deb
Checksums-Sha256: 
 6ac821588c0bbb8877e336300b918b746026d1c4769490d39ed559cbfb599b15 1556 
alltray_0.71a-1.dsc
 c0251368485863d1576691b453f8e71c2bc71732d7ce7a03b2bfc053bdc2ae57 352536 
alltray_0.71a.orig.tar.gz
 e176fd1af4e59b5d93eed4b687b6d4eaeb5fcc4a744d177aae834683618928f8 4593 
alltray_0.71a-1.debian.tar.gz
 7f83d209e1e11e1cc85d5cea527810b21917458ad54c91089875e43ab43c58ac 56350 
alltray_0.71a-1_i386.deb
Files: 
 f26ce9165b9436781e89650e0d6295b7 1556 x11 optional alltray_0.71a-1.dsc
 39a81402c258d41e2538f7ca8df58fac 352536 x11 optional alltray_0.71a.orig.tar.gz
 a778a4185c8e58364e9126838d9cd12e 4593 x11 optional 
alltray_0.71a-1.debian.tar.gz
 c1435ea3939415fda32beb37a1d82bbb 56350 x11 optional alltray_0.71a-1_i386.deb

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

iQEcBAEBCAAGBQJLl5pRAAoJEAOIHavrwpq5Xn4H/iWDuD5FKcW1eyrtICi/OH8d
ldTBqwpa/aa4sFQk+JF4o1Rn9pkDclJHlWoQHhdWQgNP54MEa7moLTM6wBT0jobc
McDycMFwml2HdNXZwt39fSpj8vH2SS2V/1Yi4zmKB/JgBjaKDV3XWlBn+iLV2Ko9
vbb9vvlRjuBVyPJ+eZrhz3iPISeO+fMnK67vzE2wwzwj1U/Iw3lD8AqLW/+nGXs3
hwzq30qjJxDEw3eOXx3Nj+i+aR8N3LtqmjvTJ66u+DMDZmpa43ksxX69eWfmyIcn
qBpkXorGMLM6c7Q1ElzW5lh7nqZJLylDri3vOjnZ951S3oON18fA2nJVZPSmICE=
=4ElV
-END PGP SIGNATURE-


Accepted:
alltray_0.71a-1.debian.tar.gz
  to main/a/alltray/alltray_0.71a-1.debian.tar.gz
alltray_0.71a-1.dsc
  to main/a/alltray/alltray_0.71a-1.dsc
alltray_0.71a-1_i386.deb
  to main/a/alltray/alltray_0.71a-1_i386.deb
alltray_0.71a.orig.tar.gz
  to main/a/alltray/alltray_0.71a.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
Archive: http://lists.debian.org/e1npm2m-0002t2...@ries.debian.org



Accepted scons 1.2.0.d20100306-1 (source all)

2010-03-10 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 13:58:54 +0100
Source: scons
Binary: scons
Architecture: source all
Version: 1.2.0.d20100306-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 scons  - replacement for make
Changes: 
 scons (1.2.0.d20100306-1) unstable; urgency=low
 .
   * New upstream checkpoint release.
   * debian/patches/manpages.patch:
 - Removed, applied upstream.
   * debian/control:
 - Bump Standards-Version to 3.8.4, no changes required.
Checksums-Sha1: 
 442ad4deaa2e3ab38be4e54d42cffee45dfb75f0 1332 scons_1.2.0.d20100306-1.dsc
 cb56dc662d25388e662ea2f31fe0668be161c111 597602 
scons_1.2.0.d20100306.orig.tar.gz
 596ea9c8f7ad2035b761e804ce1b7e772b39257d 5998 
scons_1.2.0.d20100306-1.debian.tar.gz
 07674d7bb2fea1832406e71b08abd460585bbab6 595328 scons_1.2.0.d20100306-1_all.deb
Checksums-Sha256: 
 7fa6f46c2be8663d7adcb6c34ef2d5cb84621398b9e570e9def2047f10ab78ef 1332 
scons_1.2.0.d20100306-1.dsc
 b277ecdbd8b4a498312dff723fd0c477f6aecf37490e52fcab4abf68e06e1c28 597602 
scons_1.2.0.d20100306.orig.tar.gz
 5fe7d4c778bdcaa64477ee08be16067d6ae868f5d4e61b7622e4ecf8773dec3a 5998 
scons_1.2.0.d20100306-1.debian.tar.gz
 d9960d27258e4deb35a58c84a33556d258121794ec0ea0569b01ac549a538b81 595328 
scons_1.2.0.d20100306-1_all.deb
Files: 
 58cc6bb8afbaa0491dd1992ea05dad21 1332 devel optional 
scons_1.2.0.d20100306-1.dsc
 1d4f2978c1cb1b7de6473278dcacd056 597602 devel optional 
scons_1.2.0.d20100306.orig.tar.gz
 4cb0fb41c8bc0551c8cbabb4b5b52063 5998 devel optional 
scons_1.2.0.d20100306-1.debian.tar.gz
 a3682c61632186a78942f48b7b4740da 595328 devel optional 
scons_1.2.0.d20100306-1_all.deb

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

iEYEARECAAYFAkuXnY4ACgkQnXjXEYa8KlAnjACgjPvSUx5TdA8N8u0CL8yD/ZgJ
S9YAnA2YcLGSdFLTBSEfKZLDR/WJrlTm
=pJPC
-END PGP SIGNATURE-


Accepted:
scons_1.2.0.d20100306-1.debian.tar.gz
  to main/s/scons/scons_1.2.0.d20100306-1.debian.tar.gz
scons_1.2.0.d20100306-1.dsc
  to main/s/scons/scons_1.2.0.d20100306-1.dsc
scons_1.2.0.d20100306-1_all.deb
  to main/s/scons/scons_1.2.0.d20100306-1_all.deb
scons_1.2.0.d20100306.orig.tar.gz
  to main/s/scons/scons_1.2.0.d20100306.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
Archive: http://lists.debian.org/e1npm4y-00034m...@ries.debian.org



Accepted scons-doc 1.2.0.d20100306-1 (source all)

2010-03-10 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 14:19:03 +0100
Source: scons-doc
Binary: scons-doc
Architecture: source all
Version: 1.2.0.d20100306-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 scons-doc  - Documentation for SCons, a replacement for Make
Changes: 
 scons-doc (1.2.0.d20100306-1) unstable; urgency=low
 .
   * New upstream checkpoint release.
   * debian/control:
 - Bump Standards-Version to 3.8.4, no changes required.
Checksums-Sha1: 
 15c65ea5fea63e6959c63257839fbca1b4b35cac 1353 scons-doc_1.2.0.d20100306-1.dsc
 2c1d3e549b65fd0013c387a700461bee2b7e785a 1463822 
scons-doc_1.2.0.d20100306.orig.tar.gz
 f4baf74b621402adf6c6650051aefde8c80b9808 3656 
scons-doc_1.2.0.d20100306-1.debian.tar.gz
 8ed262faf759edb945e6156157cc003add2c8f9d 1813484 
scons-doc_1.2.0.d20100306-1_all.deb
Checksums-Sha256: 
 74c08e9693482f8782217e23dfbd942c4620d971d2850af8d91c4c25e3ce72d9 1353 
scons-doc_1.2.0.d20100306-1.dsc
 2925830b6eeaf72c812a7012d50718d0fd53526e9f26837b5d5a14425b766edc 1463822 
scons-doc_1.2.0.d20100306.orig.tar.gz
 68d190c4608e460e5ccffd41e25cf1704929c3f3b21ec5757f94a5bee755fbea 3656 
scons-doc_1.2.0.d20100306-1.debian.tar.gz
 04699e59fa82a88f713cce4946ea9499929d26e70aad6dfe350e92c6 1813484 
scons-doc_1.2.0.d20100306-1_all.deb
Files: 
 7fc53565dad3e9d27e3fd49da9f41291 1353 doc optional 
scons-doc_1.2.0.d20100306-1.dsc
 56d1df4c1110a9c6632867aa5d5159d6 1463822 doc optional 
scons-doc_1.2.0.d20100306.orig.tar.gz
 c2450ef2c1c56fad6ef079477eebd567 3656 doc optional 
scons-doc_1.2.0.d20100306-1.debian.tar.gz
 c05cdfcb3f420e3db788f5e95d3abef6 1813484 doc optional 
scons-doc_1.2.0.d20100306-1_all.deb

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

iEYEARECAAYFAkuXnkQACgkQnXjXEYa8KlC3ZACgh9OmGf895SPlCOwoYe6BpnvC
34UAoKTH2xcpY6qivTcBRKxmd/Sc0YdB
=3GT6
-END PGP SIGNATURE-


Accepted:
scons-doc_1.2.0.d20100306-1.debian.tar.gz
  to main/s/scons-doc/scons-doc_1.2.0.d20100306-1.debian.tar.gz
scons-doc_1.2.0.d20100306-1.dsc
  to main/s/scons-doc/scons-doc_1.2.0.d20100306-1.dsc
scons-doc_1.2.0.d20100306-1_all.deb
  to main/s/scons-doc/scons-doc_1.2.0.d20100306-1_all.deb
scons-doc_1.2.0.d20100306.orig.tar.gz
  to main/s/scons-doc/scons-doc_1.2.0.d20100306.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
Archive: http://lists.debian.org/e1npm4o-000376...@ries.debian.org



Accepted django-app-plugins 0.1.1-1 (source all)

2010-03-10 Thread Deepak Tripathi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Feb 2010 08:41:52 +
Source: django-app-plugins
Binary: python-django-app-plugins
Architecture: source all
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Deepak Tripathi apenguinli...@gmail.com
Changed-By: Deepak Tripathi apenguinli...@gmail.com
Description: 
 python-django-app-plugins - plugin system for django
Closes: 527168
Changes: 
 django-app-plugins (0.1.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #527168)
Checksums-Sha1: 
 5f64a6be99a98642f908b937935df7c23cdca2e7 1447 django-app-plugins_0.1.1-1.dsc
 cf925fa069723c42705c7d1a89cac43081b72a59 9563 
django-app-plugins_0.1.1.orig.tar.gz
 86a084757ece970aafb93da9c1067373c2c7088d 1731 
django-app-plugins_0.1.1-1.diff.gz
 19b8a1c961f767ade7b789e9d29ab802ef2a2a95 11216 
python-django-app-plugins_0.1.1-1_all.deb
Checksums-Sha256: 
 7654524a267a5452491c5d17338e29fd8743e9bb0ae1a65274f28f89c3e9ac83 1447 
django-app-plugins_0.1.1-1.dsc
 c7a12e89121820c3dbe694bd3bace8df33b27bf6c10e6c79388e9bb4578d1a78 9563 
django-app-plugins_0.1.1.orig.tar.gz
 a28a54eb49d6770a6c11b984ebf060e1e5ae488dddb6682ce49341aa98b86f83 1731 
django-app-plugins_0.1.1-1.diff.gz
 ab9e2382f2e9d3b6e0b31e2b3537a458e174982532515f71a1258069ae3b64c6 11216 
python-django-app-plugins_0.1.1-1_all.deb
Files: 
 98439fcd00a0e3115cfb56b1cd41dee6 1447 python optional 
django-app-plugins_0.1.1-1.dsc
 f6fea410258d43c2376a85dfbab03802 9563 python optional 
django-app-plugins_0.1.1.orig.tar.gz
 9cfeb2768d40f61d499698822e5690b3 1731 python optional 
django-app-plugins_0.1.1-1.diff.gz
 3c10d90c5758b2c01610e0cd74c5aea3 11216 python optional 
python-django-app-plugins_0.1.1-1_all.deb

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

iEYEARECAAYFAkuCPR4ACgkQnXjXEYa8KlD+EgCfdco2QgC0QgyLX/2Lwo8ORwjy
TVgAoJXtbi95FcZksUlWi11dOI9xMBYJ
=47C/
-END PGP SIGNATURE-


Accepted:
django-app-plugins_0.1.1-1.diff.gz
  to main/d/django-app-plugins/django-app-plugins_0.1.1-1.diff.gz
django-app-plugins_0.1.1-1.dsc
  to main/d/django-app-plugins/django-app-plugins_0.1.1-1.dsc
django-app-plugins_0.1.1.orig.tar.gz
  to main/d/django-app-plugins/django-app-plugins_0.1.1.orig.tar.gz
python-django-app-plugins_0.1.1-1_all.deb
  to main/d/django-app-plugins/python-django-app-plugins_0.1.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
Archive: http://lists.debian.org/e1npmff-0004um...@ries.debian.org



Accepted ntrack 006-1 (source amd64)

2010-03-10 Thread Alexander Sack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Feb 2010 22:50:13 +0100
Source: ntrack
Binary: libntrack0 libntrack-dev libntrack-glib2 libntrack-glib-dev 
libntrack-gobject1 libntrack-gobject-dev libntrack-qt4-1 libntrack-qt4-dev
Architecture: source amd64
Version: 006-1
Distribution: unstable
Urgency: low
Maintainer: Alexander Sack a...@debian.org
Changed-By: Alexander Sack a...@debian.org
Description: 
 libntrack-dev - Development package for ntrack
 libntrack-glib-dev - development package for libntrack glib API
 libntrack-glib2 - glib API for ntrack
 libntrack-gobject-dev - Development package for libntrack-gobject API
 libntrack-gobject1 - GObject API for ntrack
 libntrack-qt4-1 - qt4 API for ntrack
 libntrack-qt4-dev - Development package for libntrack-qt4
 libntrack0 - lightweight connectivity tracking library
Closes: 570853
Changes: 
 ntrack (006-1) unstable; urgency=low
 .
   * Initial packaging for ntrack-006 (Closes: #570853)
Checksums-Sha1: 
 03a538ac721554cfafa1685fc3b6b7a869a98181 1753 ntrack_006-1.dsc
 d36bc23c009e0712f7298075d55b9b8bf4af3933 394511 ntrack_006.orig.tar.gz
 7c588c41f4c631cca00359da28f68bb7d7a82f0b 2394 ntrack_006-1.diff.gz
 5f1f40fd66fdf0a47bc86ad44ba00a06b69f6e87 14952 libntrack0_006-1_amd64.deb
 b33430142366d9bb133318c07ee9c53c4a9ebe5a 12686 libntrack-dev_006-1_amd64.deb
 52c96cebfa5a3a0978e3fc8545457e1cddb3ac73 13796 libntrack-glib2_006-1_amd64.deb
 bedf14657dde936dcb7e1bc78eaf68aeebe71d79 11526 
libntrack-glib-dev_006-1_amd64.deb
 fb6c98e08cee9bf0dfb9b59dcbae6ef85b2d471e 14640 
libntrack-gobject1_006-1_amd64.deb
 320d8faf08909aef0bca9dbd0bb9abb10ad672e7 12928 
libntrack-gobject-dev_006-1_amd64.deb
 2150f39fcb67f42a427002fd14772a06a965a964 16074 libntrack-qt4-1_006-1_amd64.deb
 b4af90283522a5289d2a2e4c520332fcae9dc24a 11362 
libntrack-qt4-dev_006-1_amd64.deb
Checksums-Sha256: 
 a276eae711592c50691d25c92391c8e837bb767245eae21d526f4795f3fa28ab 1753 
ntrack_006-1.dsc
 0d2215e3855ef188c0a03fa4bb724762dfa314ea5f8320215e57fe9c77e7a08d 394511 
ntrack_006.orig.tar.gz
 3643b1d8c0acf0721af92447212e7307dd9eb9e7bf04efbcad86dea2356c226a 2394 
ntrack_006-1.diff.gz
 8444da9c97d739f7817056132619a88626e397ef8e0a2d92ffa7b0b661ce27dc 14952 
libntrack0_006-1_amd64.deb
 ac28ba7fef3b573671f6e428998c896b2760d6f20c04d5c882ad8292756b8241 12686 
libntrack-dev_006-1_amd64.deb
 f28497cae47856f9994bd85a113ee2eaf529359b044d0e9a4fcec37a95ce81cc 13796 
libntrack-glib2_006-1_amd64.deb
 7b906053a8d9409376ca969c71c54164b4dc18b36201e313be7532103279f498 11526 
libntrack-glib-dev_006-1_amd64.deb
 7069eaad8c5a6fc65053e01903c3eaa98f0af1c6478fef29bc49311402c7a24e 14640 
libntrack-gobject1_006-1_amd64.deb
 ed81997c131b6926407f2ba1670055c877d08fc40ddff91e16d28ec6c0915b4d 12928 
libntrack-gobject-dev_006-1_amd64.deb
 c9943a1f25325e92136ab3bde22ad93016d2c8c118e4773cd100dbb88c9cdcc6 16074 
libntrack-qt4-1_006-1_amd64.deb
 0413ae29877bb12f0ce32b9e9022c761a11843ca7d1999ddc30e0db480f522ed 11362 
libntrack-qt4-dev_006-1_amd64.deb
Files: 
 3d40465f353dc246952fd2fe21921526 1753 net optional ntrack_006-1.dsc
 e44b067075257ae625fcce99679cfb3d 394511 net optional ntrack_006.orig.tar.gz
 a73275b1b151a568771dbf988d446467 2394 net optional ntrack_006-1.diff.gz
 50a72930dd890a5da891ff09bf856fd1 14952 libs optional libntrack0_006-1_amd64.deb
 499747ab1008ca5c828e3c87ae6c3810 12686 libdevel optional 
libntrack-dev_006-1_amd64.deb
 5ac3218c8ec95b871739010dd849f404 13796 libs optional 
libntrack-glib2_006-1_amd64.deb
 f465fc0632062d4e860ea9e35c210a9c 11526 libdevel optional 
libntrack-glib-dev_006-1_amd64.deb
 ddad28b87a0608a3a8643767f6210291 14640 libs optional 
libntrack-gobject1_006-1_amd64.deb
 663c96f96bd46fbf6b8879b351017470 12928 libdevel optional 
libntrack-gobject-dev_006-1_amd64.deb
 ed73f05cbfd3dbc3f82a4b14ac31d37f 16074 libs optional 
libntrack-qt4-1_006-1_amd64.deb
 3d085d8b3698430a48f27986eb90e5db 11362 libdevel optional 
libntrack-qt4-dev_006-1_amd64.deb

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

iQIcBAEBAgAGBQJLgbMnAAoJEKBE/gcUDGZkGf0P+wXKceG7wI0eBPnfUvg/TWJV
K7r4+RRrz1KGvWiGNNtb8AhrH+D/qtdAnwryTc9KK0CKtC2XWCRHsuiAZvB1QCXO
akwATwX9+SN2SCekP+c4SHXH3wTc1kSvynE5QBfD86dB5YL0Le20hw0WFcPEBg38
ixr434yFZiD5I+GcwdNjm8hd+18EPV7RFXLT8kCnUFEe3W19OgsMi0/mquMN9PSe
SNtuhI1/n0FjcJ0gCgLoyhiTfFhk2zQqN+lGTxbdfbbRY/IvkTQG+GUhH1QaVeto
Y6LI+a8H5m7UNC81puDuRBFYBvXwnOiQ0X+ZX4WBe9MTGXxvFbks7hWHCvO9oOvq
GBJKSheYqrIeTgPoIugk0KkWn5KzDvSX5MZx/FY/gUfBjQ7QZTl29ePU1ywvlG4D
cSXONfVjiJoBq17YcxiWelkX8KoGIYgauwAMevuMmL07RI89uHg7WNujp516W2g2
L8uNg3o+9824FDy/ByBeyLu38qZAo7QdPLulgo+Tlod9RT20L/NBcVA9sk7ytkUN
RdeTtdP91FQookMuBnobVGqPB9F/kRbVbq+CpVuh4wALYvmladcfF1e7n2AaGjUx
cI0FajrMbV+pIXgjRmsWdeoWu6UYot1plU7uX1q0QWYdPSdzrUMQz3k1Hktw9TaX
CYr6At07SckVGNsM7hdg
=4h4u
-END PGP SIGNATURE-


Accepted:
libntrack-dev_006-1_amd64.deb
  to main/n/ntrack/libntrack-dev_006-1_amd64.deb
libntrack-glib-dev_006-1_amd64.deb
  to main/n/ntrack/libntrack-glib-dev_006-1_amd64.deb
libntrack-glib2_006-1_amd64.deb
  to 

Accepted gv 1:3.6.8.91-1 (source sparc)

2010-03-10 Thread Bernhard R. Link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 12:38:37 +0100
Source: gv
Binary: gv
Architecture: source sparc
Version: 1:3.6.8.91-1
Distribution: experimental
Urgency: low
Maintainer: Bernhard R. Link brl...@debian.org
Changed-By: Bernhard R. Link brl...@debian.org
Description: 
 gv - PostScript and PDF viewer for X
Changes: 
 gv (1:3.6.8.91-1) experimental; urgency=low
 .
   * new upstream prerelease
   * bump Standards-Version
Checksums-Sha1: 
 5faeaf8f041663bbd63b563f43793a8c480a4732 1293 gv_3.6.8.91-1.dsc
 ee5a4d1a2490c4a9a04619c744f749c3ff0fe4f8 574173 gv_3.6.8.91.orig.tar.gz
 6716141bc881bc8c0c69dfeed8a4e24c44b25d52 13514 gv_3.6.8.91-1.debian.tar.gz
 25783e85a2cc3578d10da2e3216a519ab329acf0 216590 gv_3.6.8.91-1_sparc.deb
Checksums-Sha256: 
 b00fb59ef1782d42efd08a5f4d40430d8899b0ec01c4e44ebf1a36d4a00016be 1293 
gv_3.6.8.91-1.dsc
 b245a1953a08636fee3517fa3262f2661b3244ad1a3a39f304145dceeb6ef064 574173 
gv_3.6.8.91.orig.tar.gz
 25e285e2761d67c53be09da0f959993b95c0c19a83c2134b91f7dcf6d4eaa6b4 13514 
gv_3.6.8.91-1.debian.tar.gz
 ab03cc01183bc550cf177d92b21c906d9ef1274177fc1ae1154ab84cce1f4e5b 216590 
gv_3.6.8.91-1_sparc.deb
Files: 
 d15bb67ceea4f74309db5768ba4f9678 1293 text optional gv_3.6.8.91-1.dsc
 c6125e63a61d69c11a4af36199e9bb71 574173 text optional gv_3.6.8.91.orig.tar.gz
 061786d32851502f95f5cbf4e4376c48 13514 text optional 
gv_3.6.8.91-1.debian.tar.gz
 62b2f0092e5b708ae7b82a31ed87e91d 216590 text optional gv_3.6.8.91-1_sparc.deb

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

iJwEAQECAAYFAkuXoeQACgkQWzIpWA8dktq4yAP+PMAIWxZnHFGmhIWQ+h4RnlVk
ve1GrTxqV/fpIDJa8KnHndsp/R7UrREC/4xQQ9EKE5Fv8i+QzomVZ+rE0j9bKFIJ
nWdTG9nBF+V/7JmKu6ARz0t+uJCyP8CLDLgYAi1QgUwYxDFBpPHnuF8OYBznW4bs
b/CEUG1Cv08/xWdMD54=
=coRv
-END PGP SIGNATURE-


Accepted:
gv_3.6.8.91-1.debian.tar.gz
  to main/g/gv/gv_3.6.8.91-1.debian.tar.gz
gv_3.6.8.91-1.dsc
  to main/g/gv/gv_3.6.8.91-1.dsc
gv_3.6.8.91-1_sparc.deb
  to main/g/gv/gv_3.6.8.91-1_sparc.deb
gv_3.6.8.91.orig.tar.gz
  to main/g/gv/gv_3.6.8.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
Archive: http://lists.debian.org/e1npmgy-0004gv...@ries.debian.org



Accepted buffycli 0.5-1 (source all)

2010-03-10 Thread Penny Leach
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 10 Mar 2010 14:24:38 +0100
Source: buffycli
Binary: buffycli
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Penny Leach pe...@mjollnir.org
Changed-By: Penny Leach pe...@mjollnir.org
Description: 
 buffycli   - a text mode alternative to Buffy
Closes: 487858 573278
Changes: 
 buffycli (0.5-1) unstable; urgency=low
 .
   * New upstream release. Closes: #487858, #573278
 Update standards-version, fix lintian warning
Checksums-Sha1: 
 356ac180931a36e16bcfe84ad76972e42cbdaf90 1102 buffycli_0.5-1.dsc
 22d982096abf1297488283e5db10288c89d90bfc 16948 buffycli_0.5.orig.tar.gz
 74df126689c8a9ef9402928dffedd0c0cf0e96c8 2907 buffycli_0.5-1.diff.gz
 02b09d04adffba0d2cb731ff765465e6643e1780 10924 buffycli_0.5-1_all.deb
Checksums-Sha256: 
 a074e8a07b692a1f6d4c0fd1762c648145a496d30a1e387ff2c51155de73b213 1102 
buffycli_0.5-1.dsc
 9711e56749f883049111eccf29b2d6e6bfdc31db2b4a6ba0fd6f6c5230dea2f2 16948 
buffycli_0.5.orig.tar.gz
 4e624ac68fae23ad0c9c54ebea133e31c2e803910656f09567528de1ab7fcbbb 2907 
buffycli_0.5-1.diff.gz
 a063b98a245ba67e23f1dd68b0a71b77d20a3b363095a6c9ca18ba20c13b5cda 10924 
buffycli_0.5-1_all.deb
Files: 
 06d59d30548ad704441e303146931ef1 1102 mail optional buffycli_0.5-1.dsc
 2e32c4d53e732743d17d818f96599097 16948 mail optional buffycli_0.5.orig.tar.gz
 ba3cf3fc12e1ac4afa5a57fba067dae2 2907 mail optional buffycli_0.5-1.diff.gz
 ca0f55ea408164e65bbfc69d37425793 10924 mail optional buffycli_0.5-1_all.deb

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

iEYEAREDAAYFAkuXo+gACgkQIgvIgzMMSnUjQwCfXYvhlXk0FMQfV8dAck976Xtv
0J8AoLy5MEEUoJeE32QrQ/ZRR5laOd44
=XfNX
-END PGP SIGNATURE-


Accepted:
buffycli_0.5-1.diff.gz
  to main/b/buffycli/buffycli_0.5-1.diff.gz
buffycli_0.5-1.dsc
  to main/b/buffycli/buffycli_0.5-1.dsc
buffycli_0.5-1_all.deb
  to main/b/buffycli/buffycli_0.5-1_all.deb
buffycli_0.5.orig.tar.gz
  to main/b/buffycli/buffycli_0.5.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
Archive: http://lists.debian.org/e1npnu5-0005jt...@ries.debian.org



Accepted gcc-snapshot 20100310-1 (source amd64)

2010-03-10 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 10:26:55 +0100
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: source amd64
Version: 20100310-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes: 
 gcc-snapshot (20100310-1) unstable; urgency=low
 .
   * Update to SVN 20100310 from the trunk.
   * On sh4-linux, use sh as java architecture name instead of sh4.
Checksums-Sha1: 
 1649142385d6cad300d72b8ae527c512c3f8eb1e 2792 gcc-snapshot_20100310-1.dsc
 bf47068e4768f2c00d1e656e71ca5b861a3d054e 50684065 
gcc-snapshot_20100310.orig.tar.gz
 0a33a162e7825233c4083d906bd969ea21a63c52 350136 gcc-snapshot_20100310-1.diff.gz
 e46ab3195417302b3847f3f022301bdd4b5c1f08 102698758 
gcc-snapshot_20100310-1_amd64.deb
Checksums-Sha256: 
 7edb4681be81eee02005c991a1e879656f1a8a81e6b21ba63176b4c38bbaa093 2792 
gcc-snapshot_20100310-1.dsc
 ae1372002f306107718577b965c40ee8823858a6dc110cdf4aec9850bc322723 50684065 
gcc-snapshot_20100310.orig.tar.gz
 6a4d3f2db52cb7daccaecb25748567f975d047f86545e2d618e3ad2b1095de3e 350136 
gcc-snapshot_20100310-1.diff.gz
 2d97679c00d441eec76a4033dad3769d715b7974a9757d6dff22db4a892b4fb9 102698758 
gcc-snapshot_20100310-1_amd64.deb
Files: 
 d925be9a8302e678f609aabd86f93b60 2792 devel optional 
gcc-snapshot_20100310-1.dsc
 c25ae2767dfcfdbbf5a59e7e92a8adbd 50684065 devel optional 
gcc-snapshot_20100310.orig.tar.gz
 314cc2763b32c10fcaceb7e28ebbe6c7 350136 devel optional 
gcc-snapshot_20100310-1.diff.gz
 4e159e5dc85e088609cdebe572f82e7f 102698758 devel extra 
gcc-snapshot_20100310-1_amd64.deb

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

iEYEARECAAYFAkuXo8cACgkQStlRaw+TLJzFBgCfTOysoagiO40V89e9dBozsgNV
DgsAoMaFH/NW0Q1NpTMCMPR+bk4Z2Bl0
=IWLC
-END PGP SIGNATURE-


Accepted:
gcc-snapshot_20100310-1.diff.gz
  to main/g/gcc-snapshot/gcc-snapshot_20100310-1.diff.gz
gcc-snapshot_20100310-1.dsc
  to main/g/gcc-snapshot/gcc-snapshot_20100310-1.dsc
gcc-snapshot_20100310-1_amd64.deb
  to main/g/gcc-snapshot/gcc-snapshot_20100310-1_amd64.deb
gcc-snapshot_20100310.orig.tar.gz
  to main/g/gcc-snapshot/gcc-snapshot_20100310.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
Archive: http://lists.debian.org/e1npnyf-0006ds...@ries.debian.org



Accepted gnome-menus 2.28.0.1-4 (source i386)

2010-03-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 15:55:51 +0100
Source: gnome-menus
Binary: gnome-menus libgnome-menu2 libgnome-menu-dev python-gmenu
Architecture: source i386
Version: 2.28.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-menus - an implementation of the freedesktop menu specification for GNOME
 libgnome-menu-dev - an implementation of the freedesktop menu specification 
for GNOME
 libgnome-menu2 - an implementation of the freedesktop menu specification for 
GNOME
 python-gmenu - an implementation of the freedesktop menu specification for 
GNOME
Closes: 573303
Changes: 
 gnome-menus (2.28.0.1-4) unstable; urgency=low
 .
   * debian/python-gmenu.install:
 - Install the extension for python2.6 too. Thanks Jakub Wilk.
   Closes: #573303.
Checksums-Sha1: 
 bc18949931d022df2e969e11c620713e5862aa2c 1491 gnome-menus_2.28.0.1-4.dsc
 9e74417e68c3b0f539f2831a563d9c6e70b42777 52727 gnome-menus_2.28.0.1-4.diff.gz
 4468ba0a1a204e3db4abbb81f5485bb0a909a437 213030 gnome-menus_2.28.0.1-4_i386.deb
 0160abdb3d1b6f2624f3b7fc62b98e432d2dfcf8 65592 
libgnome-menu2_2.28.0.1-4_i386.deb
 7b5aa64be4a31eff067d4b32235a5214cf16a312 75104 
libgnome-menu-dev_2.28.0.1-4_i386.deb
 8878db84d7b2837a0bfa7f49f074a538c5007ce3 44712 python-gmenu_2.28.0.1-4_i386.deb
Checksums-Sha256: 
 5fa1910635d9cbd3ec66968168b004f854f1e1b2f52017e4fe9c37ae41a49fe8 1491 
gnome-menus_2.28.0.1-4.dsc
 0f6a97055ed0b79d3de261e9fba85347e822732315dbeae4c1b57e453e65a238 52727 
gnome-menus_2.28.0.1-4.diff.gz
 c21af1770f230ebfc2940eac4ccbf6852bb4a487a3edb816fef26b12481591e7 213030 
gnome-menus_2.28.0.1-4_i386.deb
 c5bb9f2dc566764d066215a26c081334135a38723e570415a4d88caeba8b2467 65592 
libgnome-menu2_2.28.0.1-4_i386.deb
 e5a9e9145536b7cfffe4ec66e3bc2e247ed1b78db0251e012e7c7f4f165abde6 75104 
libgnome-menu-dev_2.28.0.1-4_i386.deb
 eb998ebc497c5f7ea8b8b07c5bc5b280c86fc353010985e2d7bbb43775403f0b 44712 
python-gmenu_2.28.0.1-4_i386.deb
Files: 
 d172b4a8dc9a409dda6e4b559eba26b9 1491 gnome optional gnome-menus_2.28.0.1-4.dsc
 364717d26376710469f4e0da2725a0a8 52727 gnome optional 
gnome-menus_2.28.0.1-4.diff.gz
 29f002f8d9df51913b3efdb7f6de5763 213030 gnome optional 
gnome-menus_2.28.0.1-4_i386.deb
 1112f3bb6a4d58d1322fb9f8d2f31d3b 65592 gnome optional 
libgnome-menu2_2.28.0.1-4_i386.deb
 405536e973fb240091521b0220fd4948 75104 libdevel optional 
libgnome-menu-dev_2.28.0.1-4_i386.deb
 fe177cc3e0c29c7c5e4614d48e99d786 44712 python optional 
python-gmenu_2.28.0.1-4_i386.deb

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

iEYEARECAAYFAkuXtjUACgkQhTV17EoIsv4fdQCggTn6K2/REzfUcEQDGhLuQuot
7dEAnjTC97QHIGc2Tf5vRZXux+VJkiSq
=xuHu
-END PGP SIGNATURE-


Accepted:
gnome-menus_2.28.0.1-4.diff.gz
  to main/g/gnome-menus/gnome-menus_2.28.0.1-4.diff.gz
gnome-menus_2.28.0.1-4.dsc
  to main/g/gnome-menus/gnome-menus_2.28.0.1-4.dsc
gnome-menus_2.28.0.1-4_i386.deb
  to main/g/gnome-menus/gnome-menus_2.28.0.1-4_i386.deb
libgnome-menu-dev_2.28.0.1-4_i386.deb
  to main/g/gnome-menus/libgnome-menu-dev_2.28.0.1-4_i386.deb
libgnome-menu2_2.28.0.1-4_i386.deb
  to main/g/gnome-menus/libgnome-menu2_2.28.0.1-4_i386.deb
python-gmenu_2.28.0.1-4_i386.deb
  to main/g/gnome-menus/python-gmenu_2.28.0.1-4_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1npnz3-0006su...@ries.debian.org



Accepted mailcrypt 3.5.8+CVS.2010.03.08-0.1 (source all)

2010-03-10 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 18:15:29 +
Source: mailcrypt
Binary: mailcrypt
Architecture: source all
Version: 3.5.8+CVS.2010.03.08-0.1
Distribution: unstable
Urgency: low
Maintainer: Davide G. M. Salvetti sa...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 mailcrypt  - An Emacs interface to GPG and PGP
Changes: 
 mailcrypt (3.5.8+CVS.2010.03.08-0.1) unstable; urgency=low
 .
   * Debian packaging tweaks
   * New upstream version
 - merge in bug fixes that were pushed upstream
Checksums-Sha1: 
 e4bf1df7a77fc1b8e8d4d9277b06cc2c15ce8d7d 1375 
mailcrypt_3.5.8+CVS.2010.03.08-0.1.dsc
 25d04865a88aee78a947906bdb392464c802866c 172058 
mailcrypt_3.5.8+CVS.2010.03.08.orig.tar.gz
 2efab3926c2f86359764525bd0827ab275ce0082 49735 
mailcrypt_3.5.8+CVS.2010.03.08-0.1.diff.gz
 c13fb17442d0aecbc025081a4e8b2be3b49e6bc6 209858 
mailcrypt_3.5.8+CVS.2010.03.08-0.1_all.deb
Checksums-Sha256: 
 385a94d81a4582f3d3552d93664d3a20926067791923d204b618978a8a7ac492 1375 
mailcrypt_3.5.8+CVS.2010.03.08-0.1.dsc
 072bbe361f221f8cee8543f68cbe9ab4679a0c021b2a711609c538665d5697fb 172058 
mailcrypt_3.5.8+CVS.2010.03.08.orig.tar.gz
 f6674ee5fd5c41dbe68d5f3a52fc36424bee45d1ffdbb8fd0757b8c594d696fd 49735 
mailcrypt_3.5.8+CVS.2010.03.08-0.1.diff.gz
 a4b80b272d9782eec96fc408f9a6c4e27797cfca10f729a20eb1547d18d2c478 209858 
mailcrypt_3.5.8+CVS.2010.03.08-0.1_all.deb
Files: 
 4e1230fc0547f90c4f51eba8e596a2f7 1375 mail optional 
mailcrypt_3.5.8+CVS.2010.03.08-0.1.dsc
 9d6859a6a7c7b35655bb662cd4059082 172058 mail optional 
mailcrypt_3.5.8+CVS.2010.03.08.orig.tar.gz
 6ec5860ecb6bd53dd918f8521d5c4e02 49735 mail optional 
mailcrypt_3.5.8+CVS.2010.03.08-0.1.diff.gz
 511baebc3893a30111b8d009700d65f5 209858 mail optional 
mailcrypt_3.5.8+CVS.2010.03.08-0.1_all.deb

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

iEYEARECAAYFAkuXsOoACgkQLz4Gnv7CP7KiSQCePNkf6rZd1IN/9/KzfFsrh0lV
JzoAnisVrcFZjNropt8zW08+i2toaabv
=CsWJ
-END PGP SIGNATURE-


Accepted:
mailcrypt_3.5.8+CVS.2010.03.08-0.1.diff.gz
  to main/m/mailcrypt/mailcrypt_3.5.8+CVS.2010.03.08-0.1.diff.gz
mailcrypt_3.5.8+CVS.2010.03.08-0.1.dsc
  to main/m/mailcrypt/mailcrypt_3.5.8+CVS.2010.03.08-0.1.dsc
mailcrypt_3.5.8+CVS.2010.03.08-0.1_all.deb
  to main/m/mailcrypt/mailcrypt_3.5.8+CVS.2010.03.08-0.1_all.deb
mailcrypt_3.5.8+CVS.2010.03.08.orig.tar.gz
  to main/m/mailcrypt/mailcrypt_3.5.8+CVS.2010.03.08.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
Archive: http://lists.debian.org/e1npo4r-0007hr...@ries.debian.org



Accepted raptor 1.4.21-2 (source all i386)

2010-03-10 Thread Dave Beckett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 06:56:48 -0800
Source: raptor
Binary: libraptor1-dev libraptor1 raptor-utils libraptor1-doc libraptor1-dbg
Architecture: source all i386
Version: 1.4.21-2
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett daj...@debian.org
Changed-By: Dave Beckett daj...@debian.org
Description: 
 libraptor1 - Raptor RDF parser and serializer library
 libraptor1-dbg - Raptor RDF parser and serializer library - debugging symbols
 libraptor1-dev - Raptor RDF parser and serializer development libraries and 
header
 libraptor1-doc - Documentation for the Raptor RDF parser and serializer library
 raptor-utils - Raptor RDF parser and serializer utilities
Closes: 573270
Changes: 
 raptor (1.4.21-2) unstable; urgency=low
 .
   * debian/control:
 - Standards version 3.8.4
 - Turn libraptor1 Recommends: raptor-utils into Suggests: because this
   is not needed for regular library-using users (Closes: #573270)
   * debian/patches/01-write_bytes.patch: Added from upstream GIT to fix
 write_bytes() factory return values
Checksums-Sha1: 
 83163dbd6370fd6a7f7fa7877d3ce6dcb2920125 1148 raptor_1.4.21-2.dsc
 fbcc65e29c4fbdd1360badefdf4943719901572e 6279 raptor_1.4.21-2.diff.gz
 f9b1b0ff90108a0987199fc261b956ac834edea7 191016 libraptor1-doc_1.4.21-2_all.deb
 97c25571798fcb9ebd800fdef8933fe6b11fc223 267776 
libraptor1-dev_1.4.21-2_i386.deb
 0a497cd99e927e644a564a0eb68151c4b27920c1 210232 libraptor1_1.4.21-2_i386.deb
 f70ee5cec199fe057dbbbeae86493e0d24bbd561 65802 raptor-utils_1.4.21-2_i386.deb
 df3f41642715bb5d1761e1fdf5cf54eac5b66be7 384580 
libraptor1-dbg_1.4.21-2_i386.deb
Checksums-Sha256: 
 d61a2c9e242d54b620399ef583123f118df44ce220ea14b58eacec93d1946f23 1148 
raptor_1.4.21-2.dsc
 8b86eb8ac4b8f09bd41669af91dbb0a8040c07f41cc17db0b7d9fcfdd43d1a54 6279 
raptor_1.4.21-2.diff.gz
 8796f45175dcbda91572761167b165b114cedef57f4a1ea3c981cbbfcd87873a 191016 
libraptor1-doc_1.4.21-2_all.deb
 77287a15616816042f4717654d25a571da439837ea941ed9126c9d014f7b6b72 267776 
libraptor1-dev_1.4.21-2_i386.deb
 ab9522e35a58a1c85104986f4bf855b0e31942f6b8dde2ca55076cab836f9b65 210232 
libraptor1_1.4.21-2_i386.deb
 f03ce9065169caf1d731c8556d5d0a20d912424f1ea7adc21b29c8498eeb6a01 65802 
raptor-utils_1.4.21-2_i386.deb
 497c9dfcc5f5852811fcedabb913bf61abb19eb2719bbb773c6ef23ee7d6ac79 384580 
libraptor1-dbg_1.4.21-2_i386.deb
Files: 
 d421319b3a6458e68136e7abefa75088 1148 devel optional raptor_1.4.21-2.dsc
 f86db02fc9e26d09e1c50721e8492fdb 6279 devel optional raptor_1.4.21-2.diff.gz
 69cbee856105000fa673121b2dd4cb47 191016 doc optional 
libraptor1-doc_1.4.21-2_all.deb
 b7e6f671f3862f538cf05860cc56fac8 267776 libdevel optional 
libraptor1-dev_1.4.21-2_i386.deb
 e552e9b9300bc2e0fb4a207c6ca19dd3 210232 libs optional 
libraptor1_1.4.21-2_i386.deb
 92da8a3c7234de14a71e6ce7281e4531 65802 text optional 
raptor-utils_1.4.21-2_i386.deb
 5fd7b0a1a8343577fbe833c2e89bfd55 384580 debug extra 
libraptor1-dbg_1.4.21-2_i386.deb

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

iD8DBQFLl7U6Q+ySUE9xlVoRAld5AJoCF5R4IPYXWwHIrik/gFdZOsNTxgCZAU6R
xOPX7nP1jVd9xGpS0A9FMqc=
=6M49
-END PGP SIGNATURE-


Accepted:
libraptor1-dbg_1.4.21-2_i386.deb
  to main/r/raptor/libraptor1-dbg_1.4.21-2_i386.deb
libraptor1-dev_1.4.21-2_i386.deb
  to main/r/raptor/libraptor1-dev_1.4.21-2_i386.deb
libraptor1-doc_1.4.21-2_all.deb
  to main/r/raptor/libraptor1-doc_1.4.21-2_all.deb
libraptor1_1.4.21-2_i386.deb
  to main/r/raptor/libraptor1_1.4.21-2_i386.deb
raptor-utils_1.4.21-2_i386.deb
  to main/r/raptor/raptor-utils_1.4.21-2_i386.deb
raptor_1.4.21-2.diff.gz
  to main/r/raptor/raptor_1.4.21-2.diff.gz
raptor_1.4.21-2.dsc
  to main/r/raptor/raptor_1.4.21-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1npo6s-0007ct...@ries.debian.org



Accepted srecord 1.55-1 (source amd64)

2010-03-10 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 15:32:30 +0100
Source: srecord
Binary: srecord libsrecord-dev libsrecord0 libsrecord0-dbg
Architecture: source amd64
Version: 1.55-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 libsrecord-dev - library for manipulating EPROM load files (development)
 libsrecord0 - library for manipulating EPROM load files (runtime)
 libsrecord0-dbg - library for manipulating EPROM load files (debugging symbols)
 srecord- collection of powerful tools for manipulating EPROM load files
Changes: 
 srecord (1.55-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove 01_ftbfs_create_libdir_directory.diff - fixed upstream.
Checksums-Sha1: 
 d455ec73297c1cf87a22d11cc67ef74da7cc6e4b 1374 srecord_1.55-1.dsc
 c2458e34d6d0d4348e357d911d377f11985d70ce 839196 srecord_1.55.orig.tar.gz
 90db1d24afb5de3edfd3724caa9da7570c880b1a 5786 srecord_1.55-1.debian.tar.gz
 365ade9d63c505efcf9715d1775c63834fe7a0e1 139786 srecord_1.55-1_amd64.deb
 5f3d3eb158b52b94195e2c0f7d682bd4af8d7962 417298 libsrecord-dev_1.55-1_amd64.deb
 a59c1e976d4e8a89773611f800ab27900fa4de3e 237096 libsrecord0_1.55-1_amd64.deb
 c5ab8f7cd19578789fd433488de6c4c9c12c47ba 1147040 
libsrecord0-dbg_1.55-1_amd64.deb
Checksums-Sha256: 
 046ff9d36005c9d7e0c48e440acdef2281ee20229c7e1a598eb34764203a1189 1374 
srecord_1.55-1.dsc
 2e7c5780ef93c8045fea0814e939750b472b48a3ba74d845fbd4aed83b4e94a7 839196 
srecord_1.55.orig.tar.gz
 d683498cfd3fbf1a4bb4ca995625fbdf5062b7d23becf5a565afc4b033c48584 5786 
srecord_1.55-1.debian.tar.gz
 b5d1819748bf2f3d7dd8a713adc33a1d32573047c23164b50cac81d45da6c5dc 139786 
srecord_1.55-1_amd64.deb
 e20c34d5f8bfbf8f6d21c7be0e4017d9a0240b9cfd06b449e86815299337f540 417298 
libsrecord-dev_1.55-1_amd64.deb
 df7505625d8654c83af1b758c9ae4a03aa16fad6dfaaf527f528dbbd32d40dc5 237096 
libsrecord0_1.55-1_amd64.deb
 a8096d6b1f63c37de628fb2f7397c8f6b82b9034b34ed7c62180879e8a767c5d 1147040 
libsrecord0-dbg_1.55-1_amd64.deb
Files: 
 5d7af3332eaf1fd728afe3905fd26a74 1374 utils extra srecord_1.55-1.dsc
 34bb49c6e299ceee3908e152c7c2d3aa 839196 utils extra srecord_1.55.orig.tar.gz
 76cd9d28e83ecda4a1cc5f8570e47f5a 5786 utils extra srecord_1.55-1.debian.tar.gz
 01680cce5c26606bd7be512c7d8ef8f4 139786 utils extra srecord_1.55-1_amd64.deb
 1723857fbbba2eba54aa429ddb381c8f 417298 libdevel extra 
libsrecord-dev_1.55-1_amd64.deb
 bf63c8f98ab36eb9a822ca20aea8cbd4 237096 libs extra libsrecord0_1.55-1_amd64.deb
 990d0be61e6a6c0c57b20f81065e7291 1147040 debug extra 
libsrecord0-dbg_1.55-1_amd64.deb

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

iJwEAQECAAYFAkuXsy0ACgkQjPU19mqlcvfx9QP+NWPXGH8/tkzWLN5jDdkpGU9U
nkwNU2GTDBXsVwlnHAFCK9NvdlEW15af9GH7/3v6SkOJgDG0mECUoZJHm8nVO1MB
maeoW5mXdWymgmG7FNwmbXlXbR2cXf+nxVQvA6XMygUemqcuozvCZYwhIMGUguBJ
/TGpKosrI/NW9D6WV1U=
=dZYW
-END PGP SIGNATURE-


Accepted:
libsrecord-dev_1.55-1_amd64.deb
  to main/s/srecord/libsrecord-dev_1.55-1_amd64.deb
libsrecord0-dbg_1.55-1_amd64.deb
  to main/s/srecord/libsrecord0-dbg_1.55-1_amd64.deb
libsrecord0_1.55-1_amd64.deb
  to main/s/srecord/libsrecord0_1.55-1_amd64.deb
srecord_1.55-1.debian.tar.gz
  to main/s/srecord/srecord_1.55-1.debian.tar.gz
srecord_1.55-1.dsc
  to main/s/srecord/srecord_1.55-1.dsc
srecord_1.55-1_amd64.deb
  to main/s/srecord/srecord_1.55-1_amd64.deb
srecord_1.55.orig.tar.gz
  to main/s/srecord/srecord_1.55.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
Archive: http://lists.debian.org/e1npo7h-0007kf...@ries.debian.org



Accepted django-dajax 0.8.3-1 (source all)

2010-03-10 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Feb 2010 19:40:34 +0100
Source: django-dajax
Binary: python-django-dajax
Architecture: source all
Version: 0.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Angel Abad angela...@gmail.com
Changed-By: Angel Abad angela...@gmail.com
Description: 
 python-django-dajax - easy to use ajax library for django
Closes: 556855
Changes: 
 django-dajax (0.8.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #556855)
Checksums-Sha1: 
 aefe38909f685302e85b25a072e4dc4aad91e33c 1402 django-dajax_0.8.3-1.dsc
 91205a0333de259e3a9057b64dad1a94092d76e6 13723 django-dajax_0.8.3.orig.tar.gz
 f4cdfb77882bab782dc29cf0d6a6625183ef28c3 2028 
django-dajax_0.8.3-1.debian.tar.gz
 ef5eec3b32451642dc61db60a0b2970edf2c1ddd 6632 
python-django-dajax_0.8.3-1_all.deb
Checksums-Sha256: 
 cf935fcd1aef0b558633e1ec2150ba9a4da07e7fea9c0482826882dabb2c88ee 1402 
django-dajax_0.8.3-1.dsc
 c1650d1c61a6fb55b3693eba09175246d01bbd791c7eb0b2760512078d376b1c 13723 
django-dajax_0.8.3.orig.tar.gz
 7417bed0b82fc454842007a0cc1976b097d75fd9db2cef5f94296b4940c3985d 2028 
django-dajax_0.8.3-1.debian.tar.gz
 672f75b3b806e760782afb8745a2246b26dcd3d710c8145c44d0059b2403d6b1 6632 
python-django-dajax_0.8.3-1_all.deb
Files: 
 41164a477aa93a0d54654d343a080828 1402 python optional django-dajax_0.8.3-1.dsc
 7ac66c8ae72512847c81ac4c29a6388d 13723 python optional 
django-dajax_0.8.3.orig.tar.gz
 e995239f21858dbca315f49ad65580fc 2028 python optional 
django-dajax_0.8.3-1.debian.tar.gz
 6b9d4f2a47a8166080354e704efc56f5 6632 python optional 
python-django-dajax_0.8.3-1_all.deb

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

iEYEARECAAYFAkuGQhwACgkQnXjXEYa8KlAUKgCeK9peg1Mm34iIU50TmkzbqV6d
0okAn064/5G6KHXJqn/fo4yNNBysMHWb
=0LCK
-END PGP SIGNATURE-


Accepted:
django-dajax_0.8.3-1.debian.tar.gz
  to main/d/django-dajax/django-dajax_0.8.3-1.debian.tar.gz
django-dajax_0.8.3-1.dsc
  to main/d/django-dajax/django-dajax_0.8.3-1.dsc
django-dajax_0.8.3.orig.tar.gz
  to main/d/django-dajax/django-dajax_0.8.3.orig.tar.gz
python-django-dajax_0.8.3-1_all.deb
  to main/d/django-dajax/python-django-dajax_0.8.3-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
Archive: http://lists.debian.org/e1npomk-0001j8...@ries.debian.org



Accepted django-threaded-multihost 1.3.2-1 (source all)

2010-03-10 Thread Deepak Tripathi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Feb 2010 07:09:06 +
Source: django-threaded-multihost
Binary: python-django-threaded-multihost
Architecture: source all
Version: 1.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Deepak Tripathi apenguinli...@gmail.com
Changed-By: Deepak Tripathi apenguinli...@gmail.com
Description: 
 python-django-threaded-multihost - allows to serve multiple sites from one 
django installation
Closes: 527169
Changes: 
 django-threaded-multihost (1.3.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #527169)
Checksums-Sha1: 
 df103bff2280ac926aadf050a5df34d1826e434f 1528 
django-threaded-multihost_1.3.2-1.dsc
 420ee59166767e08fc32fb83f3e9c3b881dd6333 12971 
django-threaded-multihost_1.3.2.orig.tar.gz
 2d476fbfc0c0e2b7652100983443b08b5ff08278 2137 
django-threaded-multihost_1.3.2-1.diff.gz
 9e92b851e51091d6f5a825319737b2d152a47a34 6828 
python-django-threaded-multihost_1.3.2-1_all.deb
Checksums-Sha256: 
 240bb6c8be799137840bfe6fa4b4f2443611f0ec3a9463672017cdfa5bb4ec47 1528 
django-threaded-multihost_1.3.2-1.dsc
 7bc9b1eb5918a250cdd95efba7379188322623fb434aedf73ff114d0dedffd15 12971 
django-threaded-multihost_1.3.2.orig.tar.gz
 8f630beb348459dec6abd2d96fc51828a68a061961769c8386219282a37958bc 2137 
django-threaded-multihost_1.3.2-1.diff.gz
 4a1c90edfbc76578a626687ef07cb744cef9f5e31138cc0f5f2420e54b0ba903 6828 
python-django-threaded-multihost_1.3.2-1_all.deb
Files: 
 25401d2dad98f391f561a7ccb465c731 1528 python optional 
django-threaded-multihost_1.3.2-1.dsc
 bba26d70c76028c9334c35dc439fed60 12971 python optional 
django-threaded-multihost_1.3.2.orig.tar.gz
 21a4080a168946c229fab02ea502d1ca 2137 python optional 
django-threaded-multihost_1.3.2-1.diff.gz
 784416e411c43d2d85cd7da3d23e6661 6828 python optional 
python-django-threaded-multihost_1.3.2-1_all.deb

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

iEYEARECAAYFAkuCQTsACgkQnXjXEYa8KlChzwCglt2V9jRhkDKoLJkEvS8v3MgZ
fwUAnjRoCNocILx1PuklUVOjMc6D4OFr
=N4Vp
-END PGP SIGNATURE-


Accepted:
django-threaded-multihost_1.3.2-1.diff.gz
  to main/d/django-threaded-multihost/django-threaded-multihost_1.3.2-1.diff.gz
django-threaded-multihost_1.3.2-1.dsc
  to main/d/django-threaded-multihost/django-threaded-multihost_1.3.2-1.dsc
django-threaded-multihost_1.3.2.orig.tar.gz
  to 
main/d/django-threaded-multihost/django-threaded-multihost_1.3.2.orig.tar.gz
python-django-threaded-multihost_1.3.2-1_all.deb
  to 
main/d/django-threaded-multihost/python-django-threaded-multihost_1.3.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
Archive: http://lists.debian.org/e1npomz-0001ln...@ries.debian.org



Accepted dreampie 1.0-1 (source all)

2010-03-10 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Feb 2010 22:31:32 +0100
Source: dreampie
Binary: dreampie
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 dreampie   - advanced graphical interactive Python shell
Closes: 571041
Changes: 
 dreampie (1.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #571041).
Checksums-Sha1: 
 a243e61ec93203bb3631c4df256cc2c5feea35a3 1301 dreampie_1.0-1.dsc
 425365e2e0eb55d429e666314be95f3fc6891fb8 101437 dreampie_1.0.orig.tar.gz
 d1e6af9816e2468f114f65de36a5a4d7cfc3e472 3273 dreampie_1.0-1.diff.gz
 c889e0f98351736c8cba90c67a6ef518e8abcecb 104172 dreampie_1.0-1_all.deb
Checksums-Sha256: 
 a9567138dd01621f57441ae61f1cdf76b3409033c37b9cf4a7715289a830d2fe 1301 
dreampie_1.0-1.dsc
 20bb642a938f0a0e6f1f5fe67c75df1bad2a95a2bda780e18359dc1b267d02b5 101437 
dreampie_1.0.orig.tar.gz
 1e4802fbde1db56276e60ee0beaa3b37eed5020b33572fce59b9e36430a7cdd2 3273 
dreampie_1.0-1.diff.gz
 ad0b160673bceabb2dbfe2ac1118358609a7475928135b73685ae2362f5adc68 104172 
dreampie_1.0-1_all.deb
Files: 
 e88cd93f41b0b639733c736844d8 1301 python optional dreampie_1.0-1.dsc
 c96cacb7203af3bd24a9febdac34fad8 101437 python optional 
dreampie_1.0.orig.tar.gz
 7f38a530d57137f561ed6847d9f38cd8 3273 python optional dreampie_1.0-1.diff.gz
 c1d0e0e6f17e6209be38688a4a6ea12e 104172 python optional dreampie_1.0-1_all.deb

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

iEYEARECAAYFAkuETIoACgkQnXjXEYa8KlCPogCgoOb2wRm9sCFdkJN0BXicnqvJ
a0IAn02SuHxVolo/RvBClLBOsYAY05mp
=54Oz
-END PGP SIGNATURE-


Accepted:
dreampie_1.0-1.diff.gz
  to main/d/dreampie/dreampie_1.0-1.diff.gz
dreampie_1.0-1.dsc
  to main/d/dreampie/dreampie_1.0-1.dsc
dreampie_1.0-1_all.deb
  to main/d/dreampie/dreampie_1.0-1_all.deb
dreampie_1.0.orig.tar.gz
  to main/d/dreampie/dreampie_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
Archive: http://lists.debian.org/e1npomo-0001pt...@ries.debian.org



Accepted hadoop 0.20.1+dfsg2-1 (source all)

2010-03-10 Thread Thomas Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Feb 2010 17:04:33 +0100
Source: hadoop
Binary: libhadoop-java libhadoop-index-java hadoop-bin hadoop-daemons-common 
libhadoop-java-doc hadoop-tasktrackerd hadoop-jobtrackerd hadoop-namenoded 
hadoop-secondarynamenoded hadoop-datanoded
Architecture: source all
Version: 0.20.1+dfsg2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Thomas Koch thomas.k...@ymc.ch
Description: 
 hadoop-bin - software platform for processing vast amounts of data
 hadoop-daemons-common - Creates user and directories for hadoop daemons
 hadoop-datanoded - Data Node for Hadoop
 hadoop-jobtrackerd - Job Tracker for Hadoop
 hadoop-namenoded - Name Node for Hadoop
 hadoop-secondarynamenoded - Secondary Name Node for Hadoop
 hadoop-tasktrackerd - Task Tracker for Hadoop
 libhadoop-index-java - Hadoop contrib to create lucene indexes
 libhadoop-java - software platform for processing vast amounts of data
 libhadoop-java-doc - Contains the javadoc for hadoop
Closes: 535861
Changes: 
 hadoop (0.20.1+dfsg2-1) unstable; urgency=low
 .
   * New repackaging due to copyright issues and pregenerated autoconf
 stuff.
   * moved hadoop-.* packages from section java to section misc
   * Install default configuration to correct doc directory instead of
 /usr/share/libhadoop-java
   * Check in init.d scripts, whether /usr/share/hadoop/common-init.sh
 exists.
   * Fix classpath in hadoop-wrapper.sh
 .
 hadoop (0.20.1+dfsg1-1) unstable; urgency=low
 .
   * Initial release. (Closes: #535861)
Checksums-Sha1: 
 1baf64a2269053c7c7c880ea9ec27b0f96a29c9c 1807 hadoop_0.20.1+dfsg2-1.dsc
 4735fa3bca7f1a164de5b7799bf98ad03e335cd3 5046608 
hadoop_0.20.1+dfsg2.orig.tar.gz
 67131b3d7a2f12ff48b2bae1284189779712b1b5 156063 
hadoop_0.20.1+dfsg2-1.debian.tar.gz
 27abc4b93ce92a0de70afbc8d0264824b27dd6e3 2997248 
libhadoop-java_0.20.1+dfsg2-1_all.deb
 0fd92af0514da95fb91976f6a1f1b68af9fb7068 57088 
libhadoop-index-java_0.20.1+dfsg2-1_all.deb
 6495fb80604b053e3498741f582da9d1460e3847 7660 hadoop-bin_0.20.1+dfsg2-1_all.deb
 f5c2075b4d5310c5e77e53acb1c9bb1d0e94545a 36364 
hadoop-daemons-common_0.20.1+dfsg2-1_all.deb
 fcf35368868cda6e264e9f55fb34b7dc7ec025e9 1912238 
libhadoop-java-doc_0.20.1+dfsg2-1_all.deb
 32f1a5c31def5a61975f89239dbbebdd0c1f619a 1630 
hadoop-tasktrackerd_0.20.1+dfsg2-1_all.deb
 2b75235e7f8e2dae7d1eabe5bd39a1a4c241e592 1666 
hadoop-jobtrackerd_0.20.1+dfsg2-1_all.deb
 5ad9cc6dcbead8f707e35999528bc1a6734eb465 1634 
hadoop-namenoded_0.20.1+dfsg2-1_all.deb
 d811ff8e2c5488bfe9698e090534755f57a5875b 1662 
hadoop-secondarynamenoded_0.20.1+dfsg2-1_all.deb
 c78a28d2bc020de354bd6ba0e21db837e6d9b503 1624 
hadoop-datanoded_0.20.1+dfsg2-1_all.deb
Checksums-Sha256: 
 8f890cb82aa24cc29dcc216e0259ed5c918736ac1ddcace9396d53ee71ad6c9b 1807 
hadoop_0.20.1+dfsg2-1.dsc
 75064e9e8134b3a6239cc2db0fad38f9b64ed03563e1bdf8c1f97fa764e313ad 5046608 
hadoop_0.20.1+dfsg2.orig.tar.gz
 4d4476247aef2af024141803684110930bbc4854f106cf658e6c0d4df18a8628 156063 
hadoop_0.20.1+dfsg2-1.debian.tar.gz
 ab566d7f45fcef9ebaabfd6858c2fc78b7868a0a6798c73cfbf2a2e19bf2316e 2997248 
libhadoop-java_0.20.1+dfsg2-1_all.deb
 749eb2ffab2707289846ba9ee7dc21c9da8fc528df46d160a52fee668e944bc7 57088 
libhadoop-index-java_0.20.1+dfsg2-1_all.deb
 31d958d7b4ca33f927283d6466bf60802114fc60295811915b9258bdd83911f8 7660 
hadoop-bin_0.20.1+dfsg2-1_all.deb
 9eeffdcbeb8b0a953263aed6e2e23e56dd0c3eb6962315a889ca0b3fa9f30b2f 36364 
hadoop-daemons-common_0.20.1+dfsg2-1_all.deb
 c9b38bc68c8df2f6ac37fa971255af90f1a333723dc9fe7527a28b871168f6cb 1912238 
libhadoop-java-doc_0.20.1+dfsg2-1_all.deb
 e351b18e08d581274462b37780e2089f3c349dfcd59fef8dbb9b7b60d7afeb58 1630 
hadoop-tasktrackerd_0.20.1+dfsg2-1_all.deb
 108bbc87cf5b83cc44032e0657f5208743ada7f3514aae26be74c4b8cf8f5b1a 1666 
hadoop-jobtrackerd_0.20.1+dfsg2-1_all.deb
 c5cc73901cd6d0f7d33b7fe164cd3043faa36a2e3cb4583219e951e359f64925 1634 
hadoop-namenoded_0.20.1+dfsg2-1_all.deb
 a375ab909528b17e652b292983743987a5026bcb3756631e289aca1c31c88565 1662 
hadoop-secondarynamenoded_0.20.1+dfsg2-1_all.deb
 3fcb12b080cd529e7893cb86bccd2b75fc9264808ed2d3663bc16084d736a098 1624 
hadoop-datanoded_0.20.1+dfsg2-1_all.deb
Files: 
 044c73021c566caa4c10df3ee6b884cc 1807 java optional hadoop_0.20.1+dfsg2-1.dsc
 451813e6cd35cf5baf6a91c68c7a4688 5046608 java optional 
hadoop_0.20.1+dfsg2.orig.tar.gz
 715c41a439379a5d0bc708eb5268bdfb 156063 java optional 
hadoop_0.20.1+dfsg2-1.debian.tar.gz
 33f7fb6cfd27b02e5fb2dc9f8d7a6276 2997248 java optional 
libhadoop-java_0.20.1+dfsg2-1_all.deb
 8fa0cc878674a9949af617c637b0ed24 57088 java optional 
libhadoop-index-java_0.20.1+dfsg2-1_all.deb
 2f045371906116d34c2c1c0f7c28be97 7660 misc optional 
hadoop-bin_0.20.1+dfsg2-1_all.deb
 a198f501e70844e4a35998879762396d 36364 misc optional 
hadoop-daemons-common_0.20.1+dfsg2-1_all.deb
 268ff6b388f0df185e9c516eb38d82e0 1912238 doc optional 

Accepted libcache-historical-perl 0.03-1 (source all)

2010-03-10 Thread Mats Erik Andersson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Feb 2010 18:49:27 +0100
Source: libcache-historical-perl
Binary: libcache-historical-perl
Architecture: source all
Version: 0.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Mats Erik Andersson mats.anders...@gisladisker.se
Description: 
 libcache-historical-perl - simple data caching service with time history
Closes: 566280
Changes: 
 libcache-historical-perl (0.03-1) unstable; urgency=low
 .
   * Initial release. (Closes: #566280)
Checksums-Sha1: 
 61bbbd22e76f5178f2faab977b436365da5d91d3 2193 
libcache-historical-perl_0.03-1.dsc
 26d225a885e568a535758e5a38a587e5a7243859 5135 
libcache-historical-perl_0.03.orig.tar.gz
 a871b0f6bd6b3dfeade93c314c9d7466e64de0d8 2035 
libcache-historical-perl_0.03-1.debian.tar.gz
 769b38fe008388992ec304f78b7ae2120a0d799a 8484 
libcache-historical-perl_0.03-1_all.deb
Checksums-Sha256: 
 4bd95a400952898a9468926ddd4e42daa97111dab4584ec78635806c4564bd03 2193 
libcache-historical-perl_0.03-1.dsc
 b8da1dfb53499d51bc9c01dc0714d1f703425cf568fc70bdd158a1ff9158422a 5135 
libcache-historical-perl_0.03.orig.tar.gz
 d7cb4274099cc2c82f434e4a7f2fa4c71ddda3fea9a27211baa6afbd9f52 2035 
libcache-historical-perl_0.03-1.debian.tar.gz
 a44d7df6c830892de2c0e713b6b320d8447086f1676efaaa1c9a78cba58a38e7 8484 
libcache-historical-perl_0.03-1_all.deb
Files: 
 8a1af96f523d59b2d6928afaacdb2a96 2193 perl optional 
libcache-historical-perl_0.03-1.dsc
 f43715571323a284303d6aa2c94ade47 5135 perl optional 
libcache-historical-perl_0.03.orig.tar.gz
 d11911df6447786725d06bc8b28227af 2035 perl optional 
libcache-historical-perl_0.03-1.debian.tar.gz
 39f170a8bdaf05d124fb2695784bf9e6 8484 perl optional 
libcache-historical-perl_0.03-1_all.deb

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

iQIcBAEBCAAGBQJLhB0aAAoJELs6aAGGSaoGYgoP/0Ba3cQxfgMojxG0Z/HfR7Qi
em0kdLfnGICMPi9vUrmLT9MHp1phOd5eezGvjIuDMiPZFDQDy4j+9aldO4uK7TOo
wloLYdGiKblxCpaQBbXt/KzPuVnxmqx6gpde+z18CLbcXqe4IEOF/dkMI3tqEqD7
/AHuEJ6WLMgDi5AVq0aDmdTP46lB2VdU7jw9Oo8rpPZX2hr0iTlX0+twi4GSOKRV
ObLuiRJSWYoAsAkLMWh5hJeoGnyK9qILaZ4U2h39c+OdbmP5BTs3aTGiGB3dOKW5
HCa5Q7gH2Hlwx6sXlY2Gyr9qenyQsaAmf8QaLCJI7ziBihd+9B+PbsOU7HgB1Hx9
+msI9yi5Ud2JMC1ngllYLC3Y7kFf1g5mVbhqDhplwpFKLXT/vMtPp7KSVyHXOtvG
ycZgNV2h2omAigI+DC6HJ1QrKP7f4W/oSmJC2pdTVsQmAAeDFuvb6pdIYPfn5gyb
zRTRobvepEn0/+61Ksw+fQcqv3d/j4ZsH2qXyIEDABGr+NoivVK5ftGBi5JTbciU
0awmGTJSAkOSuo9Hdplf9JeYXsl/fjQ3myC/FDlYnXAXzbPxmmkk251RiqIPrHTQ
07INaro4W5WrPGV2e0fmXJY4hh7s1Dr42BR727hoUhTlc9EIX6z5LsNLfd+74j1I
HZyPrdtLI4FCVZwCsxIw
=+MmD
-END PGP SIGNATURE-


Accepted:
libcache-historical-perl_0.03-1.debian.tar.gz
  to 
main/libc/libcache-historical-perl/libcache-historical-perl_0.03-1.debian.tar.gz
libcache-historical-perl_0.03-1.dsc
  to main/libc/libcache-historical-perl/libcache-historical-perl_0.03-1.dsc
libcache-historical-perl_0.03-1_all.deb
  to main/libc/libcache-historical-perl/libcache-historical-perl_0.03-1_all.deb
libcache-historical-perl_0.03.orig.tar.gz
  to 
main/libc/libcache-historical-perl/libcache-historical-perl_0.03.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
Archive: http://lists.debian.org/e1npong-0001cs...@ries.debian.org



Accepted openttd-opensfx 0.2.1-1 (source all)

2010-03-10 Thread Matthijs Kooijman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Feb 2010 22:09:04 +0100
Source: openttd-opensfx
Binary: openttd-opensfx
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Matthijs Kooijman matth...@stdin.nl
Changed-By: Matthijs Kooijman matth...@stdin.nl
Description: 
 openttd-opensfx - a free sound set for use with the OpenTTD game
Closes: 571144
Changes: 
 openttd-opensfx (0.2.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #571144)
Checksums-Sha1: 
 853c445646103b81ef0759f07f996d8c5e1a41da 1312 openttd-opensfx_0.2.1-1.dsc
 7bbedd3a35157b71c9ae070361dbadade9bb2bae 11359284 
openttd-opensfx_0.2.1.orig.tar.gz
 9dadcee7952beeaf4f93f04809b1da78d8b4 6865 
openttd-opensfx_0.2.1-1.debian.tar.gz
 4a79dcf18c7af843d81ee045f70bf0d8b6629111 11339014 
openttd-opensfx_0.2.1-1_all.deb
Checksums-Sha256: 
 ae465b2fd355f1615516d9dc139960b3cabc7be7546cccbcd0017ad8421e 1312 
openttd-opensfx_0.2.1-1.dsc
 877a24703e1ae96d043802385ca9f0cc58cb3cb0287631cbcefe9f5fe58fb61f 11359284 
openttd-opensfx_0.2.1.orig.tar.gz
 8e25411214660b3f7c5fadc30d72f77ec3d63f418fe5da65fb47329ac01e7a94 6865 
openttd-opensfx_0.2.1-1.debian.tar.gz
 ac0e29fd5c90dd0891c80f50833316d47c846583510692df5b3f155ac2073513 11339014 
openttd-opensfx_0.2.1-1_all.deb
Files: 
 44312e42fd67db718042e30ec0e34d28 1312 non-free/games extra 
openttd-opensfx_0.2.1-1.dsc
 7857002dcc727bed0e9a6e6acaec8f12 11359284 non-free/games extra 
openttd-opensfx_0.2.1.orig.tar.gz
 f80c6af83fecec5904fe67047ecd6108 6865 non-free/games extra 
openttd-opensfx_0.2.1-1.debian.tar.gz
 5befd3e3b1cafaee198cf716e255f15a 11339014 non-free/games extra 
openttd-opensfx_0.2.1-1_all.deb

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

iEYEARECAAYFAkuFfFIACgkQJYSUupF6Il5BvgCgse+dyYt39KhLpITLLX7619OP
ZAoAn2DQRCZqIB2DUkdxUBHAE8uid17q
=jVH3
-END PGP SIGNATURE-


Accepted:
openttd-opensfx_0.2.1-1.debian.tar.gz
  to non-free/o/openttd-opensfx/openttd-opensfx_0.2.1-1.debian.tar.gz
openttd-opensfx_0.2.1-1.dsc
  to non-free/o/openttd-opensfx/openttd-opensfx_0.2.1-1.dsc
openttd-opensfx_0.2.1-1_all.deb
  to non-free/o/openttd-opensfx/openttd-opensfx_0.2.1-1_all.deb
openttd-opensfx_0.2.1.orig.tar.gz
  to non-free/o/openttd-opensfx/openttd-opensfx_0.2.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
Archive: http://lists.debian.org/e1nponx-0001ey...@ries.debian.org



Accepted python-paver 1.0.1-1 (source all)

2010-03-10 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Feb 2010 23:44:12 +0100
Source: python-paver
Binary: python-paver
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 python-paver - Python-based software project scripting tool along the lines of 
M
Closes: 548617
Changes: 
 python-paver (1.0.1-1) unstable; urgency=low
 .
   * Initial release. (Closes: #548617)
Checksums-Sha1: 
 71ebcd11876197d7863d1688be591634efbca1a3 2044 python-paver_1.0.1-1.dsc
 658977a05377e0b89d1dea7529fe482a01e02342 331557 python-paver_1.0.1.orig.tar.gz
 b54230891ae00cfa17d2cd0cc91c81b35cd0bdef 3445 python-paver_1.0.1-1.diff.gz
 de194a5a6224fe943261acf6f410cbd90ffd29ef 191918 python-paver_1.0.1-1_all.deb
Checksums-Sha256: 
 f4ffc4ce7a752231eea00bd7dbc0861ce985936b1e5f27b2a8608aa8c927c014 2044 
python-paver_1.0.1-1.dsc
 feeb7fa83434fe5f2332119aabf6aed763a11376c282b5165eb554bf5100b2cb 331557 
python-paver_1.0.1.orig.tar.gz
 31f431a17422957520f7ca38063a9608803b887b914ce1445f7f64bc5c688aaf 3445 
python-paver_1.0.1-1.diff.gz
 36306939c7b670bf74a350648dc32e7939de775be30e5f70a56775feb02e0cf9 191918 
python-paver_1.0.1-1_all.deb
Files: 
 7e81e422e1214da34ee7b1bd8d8133a7 2044 python optional python-paver_1.0.1-1.dsc
 f53d1d5ed6517e6def1926f7918a02ec 331557 python optional 
python-paver_1.0.1.orig.tar.gz
 482a7e4cbdbaaf327cc0cbe4e5251673 3445 python optional 
python-paver_1.0.1-1.diff.gz
 61db8cc8a18a044ba350587365bffb68 191918 python optional 
python-paver_1.0.1-1_all.deb

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

iQIcBAEBCAAGBQJLhGKrAAoJEKc+AFVVj7jdiiIP/3S3SkZ9gBAtPnVYc0xIlUMN
CYplHAtQTNq8jxJQKgIOzshWmdGx3OX/1GQUcfbr4MHob9GhBWfEbGSYYlN9zuOk
6AWO+MKAxf4ERX1Nqjeiz3u0NUKeByHEx7T9yN0HxaOjJ7LjPKBwG9CbcLYyRzM2
waae/2lsMqDXQQ/55yOzAn1wFU7Ub1cs61dictJV09o+HJiTUB2JfjLhtY1AEdb7
FBJsDaUd8i8nZt6aDqZmeJuuywzFuyt91WHPdsLPl4MkF7KAQBmCynPg0e33L7HM
mk1LaM3AZCbdDBZJtEEiqDWX6VGRy9XpMsqnbey8Dvr5sWv7jv1KfHhyHBzIT8eS
m3BdVzh5i2V7A9VNroBmMtA9UefcuPHyTMf8aR8kqXVQNkuiHoQNIhorrb2qTZd0
yBaFpW5ahVsHmtRhCgmdy8feAHxm0Nft3Rwft8CtuMS2neNHAhZ2KaTSRH46057r
fK4FbJgAuYXfkQbqwiXNblITIQPtlo6E5dm4DEtkWtExfOeVPsOgNiIYZgdI2NjG
bBZeS8VUF1TSXhEFaiIqQGkb1OJ3mYMSb+TL74EPuNm6HmgLehCWJk26uw9G5V9L
pL34f+ZuQgp5ul1fbRZXIiJ6VDWp7JxhCZmASowXvLdHBNJA9X4tPanlKjTsmUZ3
/EjAHwn3BTQjl7V1Sdut
=TOUl
-END PGP SIGNATURE-


Accepted:
python-paver_1.0.1-1.diff.gz
  to main/p/python-paver/python-paver_1.0.1-1.diff.gz
python-paver_1.0.1-1.dsc
  to main/p/python-paver/python-paver_1.0.1-1.dsc
python-paver_1.0.1-1_all.deb
  to main/p/python-paver/python-paver_1.0.1-1_all.deb
python-paver_1.0.1.orig.tar.gz
  to main/p/python-paver/python-paver_1.0.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
Archive: http://lists.debian.org/e1npooc-0001ht...@ries.debian.org



Accepted virtualenvwrapper 1.24.2+dfsg1-1 (source all)

2010-03-10 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 24 Feb 2010 22:11:28 +0100
Source: virtualenvwrapper
Binary: virtualenvwrapper
Architecture: source all
Version: 1.24.2+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Jan Dittberner ja...@debian.org
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 virtualenvwrapper - extension to virtualenv for managing multiple virtual 
Python envi
Closes: 570644
Changes: 
 virtualenvwrapper (1.24.2+dfsg1-1) unstable; urgency=low
 .
   * Initial release. (Closes: #570644)
Checksums-Sha1: 
 dfc7d0257a1fce5a7e0369c0d0dc6b6d430327e9 1985 
virtualenvwrapper_1.24.2+dfsg1-1.dsc
 ff9ae6285beeb14aa677cc253b12ba46892e3b9e 78890 
virtualenvwrapper_1.24.2+dfsg1.orig.tar.gz
 9c54c83aeeaeb2fc69acd505a7929c7df3ce197d 3087 
virtualenvwrapper_1.24.2+dfsg1-1.diff.gz
 54df130279633a236af197cbbbcfa786222dbc4f 46510 
virtualenvwrapper_1.24.2+dfsg1-1_all.deb
Checksums-Sha256: 
 856170b23fe70a8a619cf7226edc9b89385c1f2c61ce4c89c7b91990d09179a7 1985 
virtualenvwrapper_1.24.2+dfsg1-1.dsc
 bee67386f76ae2267c33131095e05f29653d2ac3008df952e6a92eac99027ab2 78890 
virtualenvwrapper_1.24.2+dfsg1.orig.tar.gz
 caa19482ad8a998b94622faab478a57a4af275b4c369ef5cc3bb77dacf1e625f 3087 
virtualenvwrapper_1.24.2+dfsg1-1.diff.gz
 474393ec8c2ac188e5096f1674b29de8c2054d018729bb9cf202ef16f1dc3f69 46510 
virtualenvwrapper_1.24.2+dfsg1-1_all.deb
Files: 
 2840de8e298d2366d08045d4be6476ca 1985 python optional 
virtualenvwrapper_1.24.2+dfsg1-1.dsc
 49d2d57db55be1a740bed9d52381e204 78890 python optional 
virtualenvwrapper_1.24.2+dfsg1.orig.tar.gz
 b4cebf68f2d0e2a826ef6334316efde0 3087 python optional 
virtualenvwrapper_1.24.2+dfsg1-1.diff.gz
 0c85ff2df58fe791cc46a5778099424d 46510 python optional 
virtualenvwrapper_1.24.2+dfsg1-1_all.deb

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

iQIcBAEBCAAGBQJLhZZCAAoJEKc+AFVVj7jdkZEQALzbDA/n/9/Znj8eRlkGjmfY
IvdwwJCNR3dP9qcGHf9bArooznoUNk3vB2w8jtlLDqRTp9+E1S0CDbbLHKqAaUu7
mK1MVmFOjtnPHpxFAzgjTY6cShmOWLRQfxVzJsKomKc4XHKBopxH9yPq+GV6dEC3
nxCANI68x6z4TL8pufrKINwhGzq6aWyeyLNMb09CMGlJE3f8JnVP2PRnpV6KhZdj
TlRxzOviK0LnTFbkiPwlC8id2T74SA+aFvHlP6PaXtbPeevGnz7ON1NYp49EV2ym
QwaE0Lb7Ey0VNYd3M9UVO4HSq8zWIvJPYhgcqvIsaAIQfw/jYlUC3aVbithWufZn
CH0KZ6qP1gcURPxOSJsXzzRCmHWLTmCgw17e3LcZOdjgXbSKKgiN4TAC/ICtpXNT
tUVOBOUwu8YlKBypP6Rylj/u2JMDJzuIH5V6aEc4qDlDrs2VyxBEeeQVaFaH46Yk
7zUQMaUtUuz7TbZqmhLI8BKMxEfMiSJCyo3JIhZvzXYHbZe+oI7HRXnfAifEh1P1
Le4blJHVzwodijccfTIqkMl5AknDQVG1UtZh3aaPz1MmDfrd0WWJ9I83OtD64tWF
ZCl83qdpRIzV/WdUfeSTvUP2lDnSrUT9S1/Tr0B5Qz/fhS6Zhiu/dy8KN5MISzdO
838VitsYT9okqMeuVD0D
=pr00
-END PGP SIGNATURE-


Accepted:
virtualenvwrapper_1.24.2+dfsg1-1.diff.gz
  to main/v/virtualenvwrapper/virtualenvwrapper_1.24.2+dfsg1-1.diff.gz
virtualenvwrapper_1.24.2+dfsg1-1.dsc
  to main/v/virtualenvwrapper/virtualenvwrapper_1.24.2+dfsg1-1.dsc
virtualenvwrapper_1.24.2+dfsg1-1_all.deb
  to main/v/virtualenvwrapper/virtualenvwrapper_1.24.2+dfsg1-1_all.deb
virtualenvwrapper_1.24.2+dfsg1.orig.tar.gz
  to main/v/virtualenvwrapper/virtualenvwrapper_1.24.2+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
Archive: http://lists.debian.org/e1npoor-0001jg...@ries.debian.org



Accepted ggobi 2.1.9~20091212-3 (source i386)

2010-03-10 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Mar 2010 09:16:43 -0600
Source: ggobi
Binary: ggobi
Architecture: source i386
Version: 2.1.9~20091212-3
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 ggobi  - Data visualization system for high-dimensional data
Closes: 572469
Changes: 
 ggobi (2.1.9~20091212-3) unstable; urgency=low
 .
   * debian/patches/00list: Remove 01_graphviz.patch as a newer
 graphviz is now available in Debian
   * debian/control: Increase versioned Build-Depends: on graphviz
   * debian/control: Added Build-Depends: autopoint (Closes: #572469)
Checksums-Sha1: 
 049fc857b06aec21314b8924fcd28a501357a32f 1349 ggobi_2.1.9~20091212-3.dsc
 784ce68686fdf1b180fe1eb85ceca7100397f5c0 20906 ggobi_2.1.9~20091212-3.diff.gz
 0c33ce4f72d93c2e0972294d092cb65a22bc6b4e 1289408 
ggobi_2.1.9~20091212-3_i386.deb
Checksums-Sha256: 
 0aa4212a55ad6cec415c60a725854e00780276d9039b78519ea15cee727dab8f 1349 
ggobi_2.1.9~20091212-3.dsc
 1efd6f3bed0b4f76878e8b8c53031ce071073ffed2a6f5f8ef9da1b2a99d15c6 20906 
ggobi_2.1.9~20091212-3.diff.gz
 1279dfcd259936d6cdf34ebdafd65a81873d0a63fc1159a075efcc2286ee9031 1289408 
ggobi_2.1.9~20091212-3_i386.deb
Files: 
 27e576c77f484b300e05411ebe962978 1349 math optional ggobi_2.1.9~20091212-3.dsc
 24e8d68aa538c90b052b3e48a4665a08 20906 math optional 
ggobi_2.1.9~20091212-3.diff.gz
 52e630aaaf23591b38c838746215d978 1289408 math optional 
ggobi_2.1.9~20091212-3_i386.deb

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

iD8DBQFLl7tSCZSR95Gw07cRAqBmAJ9BRqUe8dYJoU3H5/6OfJ67VhSX9QCcCvQg
nTHnvMaUhfRlsdlPgByAKkw=
=QBXw
-END PGP SIGNATURE-


Accepted:
ggobi_2.1.9~20091212-3.diff.gz
  to main/g/ggobi/ggobi_2.1.9~20091212-3.diff.gz
ggobi_2.1.9~20091212-3.dsc
  to main/g/ggobi/ggobi_2.1.9~20091212-3.dsc
ggobi_2.1.9~20091212-3_i386.deb
  to main/g/ggobi/ggobi_2.1.9~20091212-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
Archive: http://lists.debian.org/e1npoqs-000225...@ries.debian.org



  1   2   >