Re: Consistent formating long descriptions as input data

2009-04-21 Thread Andreas Tille

On Mon, 20 Apr 2009, Manoj Srivastava wrote:


   Frankly, a poll about micromanaging marks for each level of
unordered list does seem to be technical. It is also an implementation
detail, and invents our own convention,


I disagree.


and options 1  2 would cause
many more packages to be changed than would just adopting markdown or
ReST.


Please specify what you mean by adopting markdown or ReST more
precisely.


The fact that we need more packages changed for options 1  2
makes them technically inferior.


Best practices do not imply a *need* to change anything.


   Is there anyone other than yourself who is actually unhappy
about markdown/ReST?


Please remind me at which point I was unhappy about markdown/ReST.
I do not really remember that I was.  I just try to enable better
input for any postprocessing.


   And should we have similar silly polls (which I have no
intention of promoting by voting in them) for emhpasis? for specifying
bold/italic text? For ordered lists? for a myriad of other useful
markup already familiar to people who know markdown and ReST?


Manoj, please do not give me the feeling that my English is that bad
that I was unable to explain my point in my last mail[1].  If you would
confirm that you missunderstand me intentionally I would gain back
a small amount of trust in my English teacher.


   Also, given that there are more output formats than html
available for markdown/ReST is another plus point; we might want other
output formats for Descriptions than plain ol' html.


Hmmm, this paragraph confuses me even more.  Going back, reading my
mails again, wondering why I spend so much time in explaining, ...

Kind regards

   Andreas.


[1] http://lists.debian.org/debian-devel/2009/04/msg00713.html

--
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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Stefano Zacchiroli
On Mon, Apr 20, 2009 at 11:24:42PM +0200, Andreas Tille wrote:
 Here is the URL of the poll:
http://doodle.com/2bp8rrh3i35sr4s7

Heya, thanks for the poll.

Nevertheless, I think I got a bit lost in the discussion.
Following it, I had the impression that there was a quasi-agreement on
Markdown. Hence, I'm wondering what is the exact purpose of your
poll. With Markdown, you have alternative markers for denoting
bullet list (which is reasonable and consistent with what we do in
email), so what is the point of choosing one?

More generally (and given that even you are unsure about what you
didn't like of Markdown :-)), can you please you two explain why we
can't just say something like long descriptions are paragraph
separated by dots on single lines; each paragraph is formatted
according to markdown syntax.

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: RFA: acpi-support -- glue layer for translating laptop buttons, plus legacy suspend support

2009-04-21 Thread Bjørn Mork
Josselin Mouette j...@debian.org writes:

 If it’s just your decision, why are you bitching on this list?

That's a good question.  It was fun for a while.  But I think the
spectators are getting a bit bored.  I'll stop now.  Thanks for your
answers.  Believe it or not, but I've learned a lot about hal from this
discussion.  I might even find it useful in the end :-)


Bjørn


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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Andreas Tille

On Tue, 21 Apr 2009, Stefano Zacchiroli wrote:


Nevertheless, I think I got a bit lost in the discussion.
Following it, I had the impression that there was a quasi-agreement on
Markdown. Hence, I'm wondering what is the exact purpose of your
poll. With Markdown, you have alternative markers for denoting
bullet list (which is reasonable and consistent with what we do in
email), so what is the point of choosing one?


I think my whole point was just blured.  I never wanted to change
the format of long descriptions.  I wanted to make it consistently
parseable.  I consider it a good idea to use a formating library
and Manoj has mentioned that this is perfectly possible with the
current format provided you are doing some preprocessing while it
was shown as well that some consistent formatting has to be done
to do this reliable (see the links I gave in the poll).


More generally (and given that even you are unsure about what you
didn't like of Markdown :-)),


To say it explicitely: I like markdown and if this whole discussion
might have no outcome for the descriptions at least I have decided
to use it in my Blends tools.


can you please you two explain why we
can't just say something like long descriptions are paragraph
separated by dots on single lines; each paragraph is formatted
according to markdown syntax.


I'm afraid that this leaves to much space for broken input as
the airport-utils example in the end of [1] shows.  Manoj tried
to prove that markdown works perfectly - but it does not because
the indentantion of the original input is just wrong.  I want to
fix THIS.

Moreover I see no reason to bind anybody to a certain library
like markdown.  My experience has shown that people will insist
on their very own way to do things.  Do you think apt, aptitude,
synaptic etc. developers would be happy if you start filing bug
reports to make them use markdown?  So my suggestion leaves
perfectly space for using markdown as well as even raw text
output - which would look also better with consistent formatting.

Kind regards

   Andreas.

[1] http://lists.debian.org/debian-devel/2009/04/msg00713.html

--
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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Don Armstrong
On Tue, 21 Apr 2009, Andreas Tille wrote:
 I'm afraid that this leaves to much space for broken input as the
 airport-utils example in the end of [1] shows. Manoj tried to prove
 that markdown works perfectly - but it does not because the
 indentantion of the original input is just wrong. I want to fix
 THIS.

So long as we have an implementation which works for the vast majority
of cases we can file bugs to make it work for the few cases where it
doesn't. (Or the output can just be slightly broken in those cases;
it's not like that's a huge problem.)

 Moreover I see no reason to bind anybody to a certain library like
 markdown.

It's perfectly ok to punt the specification of the format to an
external library, at least initially. If enough people don't want to
use the markdown libraries, they'll either code up patches to policy
to codify the equivalent of markdown formatting in policy or write
equivalent code to markdown.

It seems to me like the next step is to go ahead and make a few
patches to packages.debian.org to change to a markdown (or equivalent)
formatting of the long description with whatever pre-processing is
necessary, see how well it works, submit a patch to policy to codify,
and move on with filing bugs for those bits that don't work properly.


Don Armstrong

-- 
Sentenced to two years hard labor (for sodomy), Oscar Wilde stood
handcuffed in driving rain waiting for transport to prison.  If this
is the way Queen Victoria treats her prisoners, he remarked, she
doesn't deserve to have any.

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


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



dpkg-buildpackage

2009-04-21 Thread cassiel
Hi you all,

don't know if this could be regarded as off topic, however it involves
debian package building system.

I am trying to build gdal libraries with ECW support (
http://trac.osgeo.org/gdal/wiki/ECW) because this compression format is not
enabled in the standard package.

I downloaded ECW SDK source from http://ermapper.com/, did configure  make
 make install and then apt-source in order to get debian sources of
libgdal.

I then edited the debian/rules file in order to add ecw support and started
building with dpkg-builpackage -uc but the whole process stops with this
error:

dh_shlibdeps -L libgdal1-1.4.0 -l debian/libgdal1-1.4.0/usr/lib
dpkg-shlibdeps: failure: no dependency information found for
/usr/local/lib/libNCSUtil.so.0 (used by
debian/libgdal1-1.4.0/usr/lib/libgdal1.4.0.so.1.11.4).
dh_shlibdeps: command returned error code 512
make[1]: *** [binary-common] Error 1
make[1]: Leaving directory `/home/morelli/gdal-1.4.4'
make: *** [binary-arch] Error 2
dpkg-buildpackage: failure: debian/rules binary gave error exit status 2

libNCSUtil.so.0 is part of libecw and lives in /usr/local/

I tried using the -d flag with dpkg-buildpackage but with no success.

Any ideas?
How can I override this check and/or debug?

Regards
-r


Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Vincent Danjean
Don Armstrong wrote:
 On Tue, 21 Apr 2009, Andreas Tille wrote:
 Moreover I see no reason to bind anybody to a certain library like
 markdown.
 
 It's perfectly ok to punt the specification of the format to an
 external library, at least initially. If enough people don't want to
 use the markdown libraries, they'll either code up patches to policy
 to codify the equivalent of markdown formatting in policy or write
 equivalent code to markdown.

  As shown before in the other thread, markdown does not work with
the current long description : it needs pre-processing to add some
blank lines before each list.
  So, I see Andreas proposition has a way to formalize what we want
to accept (that will allow most current long description to be good)
in order to be able to send them with a preprocessor to tools such
as markdown.

 It seems to me like the next step is to go ahead and make a few
 patches to packages.debian.org to change to a markdown (or equivalent)
 formatting of the long description with whatever pre-processing is
 necessary, see how well it works, submit a patch to policy to codify,
 and move on with filing bugs for those bits that don't work properly.

  No current tools¹ works with current long descriptions.

  If we add some preprocessor, I think we will hit the reason why, for
example, markdown requires this additional blank line. This means that
we will not support all what markdown support. It is not a problem but
it means that markdown specifications can not be used as it.

  Regards,
Vincent

¹: at least, I did not notice one in this discussion

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Lars Wirzenius
ti, 2009-04-21 kello 10:37 +0200, Vincent Danjean kirjoitti:
   As shown before in the other thread, markdown does not work with
 the current long description : it needs pre-processing to add some
 blank lines before each list.

That's true. Because the Packages and debian/control files are in
pseudo-RFC822 format, it needs to escape the long description a bit.
Otherwise an empty line between paragraphs in the description would
separate records in the Packages file, for example.

The two things that need to be done to un-escape are these: remove the
leading single space, and remove lines consisting of a single period.
This is really, really simple to do.

After that is done, the long description can be fed to something that
understands the markdown language. One such tool is the markdown command
line tool or library, but anything that interprets markdown-the-language
is fine.

(This really, really shouldn't need all the discussion it's had
already.)


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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Stefano Zacchiroli
On Tue, Apr 21, 2009 at 10:37:00AM +0200, Vincent Danjean wrote:
   As shown before in the other thread, markdown does not work with
 the current long description : it needs pre-processing to add some
 blank lines before each list.

I've the impression that you didn't read my post, I might be wrong
though. Anyhow, what I said there is that *each single paragraph* can
be considered Markdown (and not the whole long description), using
single-dot lines as paragraph separators. With that convention, you
can use Markdown out of the box (on each paragraph) as long as each
list is on a single paragraph (which sounds like a reasonable
requirement to pose).

Anticipating a potential objection: nested lists do work without
needing blank lines to separate nesting levels; I've just tried that
out.

   If we add some preprocessor, I think we will hit the reason why, for
 example, markdown requires this additional blank line. This means that
 we will not support all what markdown support. It is not a problem but
 it means that markdown specifications can not be used as it.

Note that the only pre-processor needed seems to be the one which
separate paragraphs using the single dot we already use. Such
pre-processor is most likely already implemented by all tools
processing long descriptions.

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: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Lars Wirzenius
ti, 2009-04-21 kello 12:00 +0200, Andreas Tille kirjoitti:
 In principle this is fine as well.  That's why my initial mail[1]
 said This suggestion is far from complete and should be enhanced.
 If there is a need to relax my strictly German habit to trimm
 everything very tidy - people should have told me so. 

Very well: your tendency towards strict consistency needs to be
relaxed. :)

Thus as far as I can see there is a rough consensus and the following
should happen:

* packages.debian.org needs to be modified to use markdown
* GUI package managers need similar modification
* other places that format long descriptions need similar changes
* once at least packages.d.o works, someone needs to write a Policy
change (5.6.13 needs to refer to markdown).
* once the Policy has been changed, bugs for the handful of packages
that are problematic need to be filed, perhaps with patches

Anything else?



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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Don Armstrong
On Tue, 21 Apr 2009, Andreas Tille wrote:
 On Tue, 21 Apr 2009, Don Armstrong wrote:
 So long as we have an implementation which works for the vast
 majority of cases we can file bugs to make it work for the few
 cases where it doesn't. (Or the output can just be slightly broken
 in those cases; it's not like that's a huge problem.)

 IMHO this whole discussion is the problem. I just wanted to define
 rules to enable us filing bugs.

There's no point to defining rules without a working implementation,
because we don't know what the rules should be. Once there is a
working implementation that works for a reasonable majority of the
descriptions, we can define rules based on the implementation, and
then file bugs against those few descriptions which are problematic
according to the rules.

 The discussion just runs circles about the next step before doing
 the first.

What you appear to be calling the next step (getting a working
implementation) is actually the first step from my perspective (and is
presumably shared by others.)


Don Armstrong

-- 
A one-question geek test. If you get the joke, you're a geek: Seen on
a California license plate on a VW Beetle: 'FEATURE'...
 -- Joshua D. Wachs - Natural Intelligence, Inc.

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


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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Andreas Tille

On Tue, 21 Apr 2009, Don Armstrong wrote:


There's no point to defining rules without a working implementation,
because we don't know what the rules should be. Once there is a
working implementation that works for a reasonable majority of the
descriptions, we can define rules based on the implementation, and
then file bugs against those few descriptions which are problematic
according to the rules.


Hmm, considering the discussion which went quite badly you probably
have a point.  But how would you implement lintian checks for
works with markdown.  You have less chances to verify whether
the result is really what the author intended to express.  I probably
will calm down a bit in this issue and will think about it.  You
certainly have a point that the motivation to implement my suggestion
is void as long as there is no need.  I started from the other end:
There is no point in implementing better markup for the Blends pages
if I know from the beginning that I will end up with broken pages
for an undetermined time.

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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Andreas Tille

On Tue, 21 Apr 2009, Don Armstrong wrote:


So long as we have an implementation which works for the vast majority
of cases we can file bugs to make it work for the few cases where it
doesn't. (Or the output can just be slightly broken in those cases;
it's not like that's a huge problem.)


IMHO this whole discussion is the problem.  I just wanted to define
rules to enable us filing bugs.  The discussion just runs circles
about the next step before doing the first.

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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Andreas Tille

On Tue, 21 Apr 2009, Lars Wirzenius wrote:


Properly here should mean anything that the markdown language says is
OK. The markdown language is remarkably relaxed about indentation. It
can handle it fine if one list is indented by two space, and other by
three. There seems to be no need for Debian to impose stricter
definitions.

Or am I misunderstanding what you are saying, Andreas?


No.


l...@dorfl$ cat foo.mdwn
This is a normal paragraph.

* this is top level item
 * this is second level item
 * this is another second level item
* this is again a top level item

This is another paragraph.

* this is top level item
   * this is second level item
   * this is another second level item
* this is again a top level item
l...@dorfl$ markdown foo.mdwn
pThis is a normal paragraph./p

ul
lithis is top level item
ul
lithis is second level item/li
lithis is another second level item/li
/ul/li
lithis is again a top level item/li
/ul

pThis is another paragraph./p

ul
lithis is top level item
ul
lithis is second level item/li
lithis is another second level item/li
/ul/li
lithis is again a top level item/li
/ul
l...@dorfl$


In principle this is fine as well.  That's why my initial mail[1]
said This suggestion is far from complete and should be enhanced.
If there is a need to relax my strictly German habit to trimm
everything very tidy - people should have told me so.  But the
discussion drifted away very much.  I'm a fan of stricter rules
feel free to relax this.  Finally I want something which *works*.

Thanks for helping out to explain my point

 Andreas.

[1] http://lists.debian.org/debian-devel/2009/03/msg01165.html

--
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



Re: Consistent formating long descriptions as input data

2009-04-21 Thread Charles Plessy
Le Mon, Apr 20, 2009 at 05:55:20PM -0500, Manoj Srivastava a écrit :
 
 Is there anyone other than yourself who is actually unhappy
  about markdown/ReST?

Hi all, hi Andreas,

In the end, I do not think that it is a good idea to do typesetting in long
descriptions. In the packages I maintain, I will remove itemized and ordered
lists if there are. This will solve Andreases problem. In none of the packages
I maintain I have found any need for italics, bold, understrike or other
sophisticated typographical features.

URLs could be an exception, but the only user request I had about this was for
having them in the “External Resources:” section of the packages.debian.org
page.

I do not oppose the use of any markup, but given that nobody is stepping up for
doing some real work apart from Andreas, I suggest that we settle on a simple
recommendation about bullet lists to be put in the Developers Reference.

If we do not agree, we can alternatively go the wishlist patch way: Andreas is
working on a website to present the packages that are installed in Debian Pure
Blends. When we notice that a package description of package we recommend is
difficult to format nicely, we can send a whishlist patch to the BTS. We will
then see if these patches are welcome, and maybe will start a trend. For the
moment, I have the feeling that we are fighting resistance from developpers
whose packages are not an issue for us anyway.

Have a nice day,

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


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



Re: Consistent formating long descriptions as input data

2009-04-21 Thread Ben Finney
Charles Plessy ple...@debian.org writes:

 In the end, I do not think that it is a good idea to do typesetting in
 long descriptions. In the packages I maintain, I will remove itemized
 and ordered lists if there are. This will solve Andreases problem.

What will you replace them with? They are a natural convention even in
plain ASCII text.

-- 
 \   “The man who is denied the opportunity of taking decisions of |
  `\  importance begins to regard as important the decisions he is |
_o__)allowed to take.” —C. Northcote Parkinson |
Ben Finney


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



Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Charles Plessy
Package: wnpp
Severity: wishlist
Owner: Charles Plessy ple...@debian.org

Dear all,

I have packaged a new CPAN module, MappedQueryDB, that will be used by another
software that I intend to package, EdgeExpressDB (more info in its ITP, that I
will post soon).

I will maintain the source package in the pkg-perl Alioth group.

Source: libmqdb-perl
Section: perl
Priority: optional
Build-Depends: debhelper (= 7)
Build-Depends-Indep: libdbd-mysql-perl (= 3.0005),
  libdbd-sqlite3-perl (= 1.14), libdbi-perl (= 1.51), perl (= 5.6.0-12)
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Uploaders: Charles Plessy ple...@debian.org
Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmqdb-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmqdb-perl/
Homepage: http://search.cpan.org/dist/MQdb/

Package: libmqdb-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdbd-mysql-perl (= 3.0005),
  libdbd-sqlite3-perl (= 1.14), libdbi-perl (= 1.51)
Description: MappedQueryDB toolkit for federated databases 
 MQdb.pm is a base toolkit for working with relational databases in the
 context of a federation of object databases. It provides some base federation
 support and a variation on an Object-relational-mapped template model.


Format: Machine-readable copyright declaration

Name: MappedQueryDB [MQdb] system
Contact: Jessica Severin jessica.seve...@gmail.com
Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMS/MQdb_0.953.tar.gz

License: 
 MappedQueryDB [MQdb] system
 copyright (c) 2006-2009 Jessica Severin
 All rights reserved.
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
 * Neither the name of Jessica Severin nor the
   names of its contributors may be used to endorse or promote products
   derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: debian/*
Copyright: 2009, Charles Plessy ple...@debian.org
License: PD
 Please treat this packaging work as if it were in public domain.



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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Stefano Zacchiroli
On Tue, Apr 21, 2009 at 01:08:24PM +0300, Lars Wirzenius wrote:
 Very well: your tendency towards strict consistency needs to be
 relaxed. :)
 
 Thus as far as I can see there is a rough consensus and the following
 should happen:

That's my reading as well. (Adding back -policy to the recipient list,
to check whether they agree with this interpretation or not.)

 * packages.debian.org needs to be modified to use markdown
 * GUI package managers need similar modification
 * other places that format long descriptions need similar changes
 * once at least packages.d.o works, someone needs to write a Policy
 change (5.6.13 needs to refer to markdown).
 * once the Policy has been changed, bugs for the handful of packages
 that are problematic need to be filed, perhaps with patches
 
 Anything else?

Well, yes, a big thanks to Andreas for digging into this discussion
 :-) *If* we manage to have consensus on this, it will be mostly due
to him insisting on this topic!

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: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Lars Wirzenius
ti, 2009-04-21 kello 11:27 +0200, Andreas Tille kirjoitti:
 On Tue, 21 Apr 2009, Stefano Zacchiroli wrote:
 
  Anticipating a potential objection: nested lists do work without
  needing blank lines to separate nesting levels; I've just tried that
  out.
 
 ... provided that lists are formated properly in the first place (keyword:
 broken spacings).  That's why I would like to give advises for the
 spacing directly.

Properly here should mean anything that the markdown language says is
OK. The markdown language is remarkably relaxed about indentation. It
can handle it fine if one list is indented by two space, and other by
three. There seems to be no need for Debian to impose stricter
definitions.

Or am I misunderstanding what you are saying, Andreas?

l...@dorfl$ cat foo.mdwn 
This is a normal paragraph.

* this is top level item
  * this is second level item
  * this is another second level item
* this is again a top level item

This is another paragraph.

* this is top level item
* this is second level item
* this is another second level item
* this is again a top level item
l...@dorfl$ markdown foo.mdwn
pThis is a normal paragraph./p

ul
lithis is top level item
ul
lithis is second level item/li
lithis is another second level item/li
/ul/li
lithis is again a top level item/li
/ul

pThis is another paragraph./p

ul
lithis is top level item
ul
lithis is second level item/li
lithis is another second level item/li
/ul/li
lithis is again a top level item/li
/ul
l...@dorfl$ 



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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Andreas Tille

On Tue, 21 Apr 2009, Stefano Zacchiroli wrote:


Anticipating a potential objection: nested lists do work without
needing blank lines to separate nesting levels; I've just tried that
out.


... provided that lists are formated properly in the first place (keyword:
broken spacings).  That's why I would like to give advises for the
spacing directly.

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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Holger Levsen
Hi,

On Dienstag, 21. April 2009, Andreas Tille wrote:
 There is no point in implementing better markup for the Blends pages
 if I know from the beginning that I will end up with broken pages
 for an undetermined time.

Perfect is the enemy of good.


regards,
Holger


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


Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Adeodato Simó
+ Charles Plessy (Tue, 21 Apr 2009 20:49:27 +0900):

 Files: debian/*
 Copyright: 2009, Charles Plessy ple...@debian.org
 License: PD
  Please treat this packaging work as if it were in public domain.

Is such a wording actually appropriate for this, “as if”?

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai


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



Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Cyril Brulebois
Charles Plessy ple...@debian.org (21/04/2009):
 Source: libmqdb-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (= 7)
 Build-Depends-Indep: libdbd-mysql-perl (= 3.0005),
   libdbd-sqlite3-perl (= 1.14), libdbi-perl (= 1.51), perl (= 5.6.0-12)
  ^^

WTH?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Charles Plessy
Le Tue, Apr 21, 2009 at 04:07:44PM +0200, Cyril Brulebois a écrit :
 Charles Plessy ple...@debian.org (21/04/2009):
  Source: libmqdb-perl
  Section: perl
  Priority: optional
  Build-Depends: debhelper (= 7)
  Build-Depends-Indep: libdbd-mysql-perl (= 3.0005),
libdbd-sqlite3-perl (= 1.14), libdbi-perl (= 1.51), perl (= 5.6.0-12)
   ^^

aqwa『~』$ zgrep -A1 -B1 '5.6.0-12' /usr/share/doc/dh-make-perl/changelog.gz 
  * when module has no specific perl version requirements, fall back to perl
(= 5.6.0-12) for B-D-I, like dh_perl. Remove retrieval of (now unised)
information about the available perl version.

Hopla,

-- 
Charles


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



Bug#525019: ITP: libspreadsheet-ruby -- Ruby library for manipulating .xls spreadsheets

2009-04-21 Thread Gunnar Wolf
Package: wnpp
Severity: wishlist
Owner: Gunnar Wolf gw...@debian.org

* Package name: libspreadsheet-ruby
  Version : 0.6.3.1
  Upstream Author : Hannes Wyss hannes.w...@gmail.com
* URL : http://spreadsheet.rubyforge.org/
* License : GPL-3
  Programming Lang: Ruby
  Description : Ruby library for manipulating .xls spreadsheets

Pure-Ruby implementation of a spreadsheet manipulation library,
allowing for creating, reading and modifying files in the Microsoft
Excel (.xls) format.



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



Re: RFA: acpi-support -- glue layer for translating laptop buttons, plus legacy suspend support

2009-04-21 Thread Giacomo A. Catenazzi

Michael Biebl wrote:

Roger Leigh wrote:

On Mon, Apr 20, 2009 at 05:52:41PM +0200, Michael Biebl wrote:

Roger Leigh wrote:


On Mon, Apr 20, 2009 at 03:55:15PM +0200, Michael Biebl wrote:

hal does not poll removable disks, it does though poll cd-rom drives for new
media and afaik there is no way around that if you want automount for cdrom
drives to work

Spinning up the CD drive every 30 seconds is simply not an acceptable
solution.  If that's the best HAL can do, it should be disabled by
default, and users will simply have to select the device by hand; we're
only talking about automatic mounting here, after all.

First, polling the cd drive for new media should not spin it up. If it does it
is most likely a kernel/driver or firmware bug.

So the bug is in a kernel driver, possibly.  But, it's still hal
triggering the bug by the continual polling.


Second, you can very easily disable this behaviour: man hal-disable-polling

Great, but it's still not the default behaviour.  Does every
user need to find out how to disable it after they become sufficiently
annoyed by the constant spinning up of their CD drive?


Why should *every* user need to find out? Seems to me as if you are exaggerating
in order to make a point. For the majority of users it just works, that's why it
is the default.


powertop encourages to disable polling, so it is a big point.

Majority of users it just works, but how many of such user will use this 
feature?
Is it really needed? 10-15 year ago hardware and kernel started to support
new media detection on floppy disk (and IIRC on CD), so real hardware and 
kernel
should support this sort of hotplug, without polling, or I miss completely the
issue?

ciao
cate


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



Bug#525026: ITP: ruby-ole -- Ruby library for read/write access for OLE compound documents

2009-04-21 Thread Gunnar Wolf
Package: wnpp
Severity: wishlist
Owner: Gunnar Wolf gw...@gwolf.org

* Package name: ruby-ole
  Version : 1.2.8.2
  Upstream Author : aquasync (pending: Get his actual name!)
* URL : http://code.google.com/p/ruby-ole/
* License : GPL-2
  Programming Lang: Ruby
  Description : Ruby library for read/write access for OLE compound 
documents

 ruby-ole is a library for read/write access to OLE2 structured storage
 files, such as those produced by Microsoft Office, eg *.doc, *.msg
 etc.
 .
 It provides a simple and easy to use api, supporting read and write
 streaming, by providing transparent access to the files within OLE
 documents as IO-like objects, supporting all the expected operations. 



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



Re: RFA: acpi-support -- glue layer for translating laptop buttons, plus legacy suspend support

2009-04-21 Thread Michael Biebl
Giacomo A. Catenazzi wrote:
 Michael Biebl wrote:
 Roger Leigh wrote:
 On Mon, Apr 20, 2009 at 05:52:41PM +0200, Michael Biebl wrote:
 Roger Leigh wrote:

 On Mon, Apr 20, 2009 at 03:55:15PM +0200, Michael Biebl wrote:
 hal does not poll removable disks, it does though poll cd-rom drives for 
 new
 media and afaik there is no way around that if you want automount for 
 cdrom
 drives to work
 Spinning up the CD drive every 30 seconds is simply not an acceptable
 solution.  If that's the best HAL can do, it should be disabled by
 default, and users will simply have to select the device by hand; we're
 only talking about automatic mounting here, after all.
 First, polling the cd drive for new media should not spin it up. If it 
 does it
 is most likely a kernel/driver or firmware bug.
 So the bug is in a kernel driver, possibly.  But, it's still hal
 triggering the bug by the continual polling.

 Second, you can very easily disable this behaviour: man hal-disable-polling
 Great, but it's still not the default behaviour.  Does every
 user need to find out how to disable it after they become sufficiently
 annoyed by the constant spinning up of their CD drive?
 Why should *every* user need to find out? Seems to me as if you are 
 exaggerating
 in order to make a point. For the majority of users it just works, that's 
 why it
 is the default.
 
 powertop encourages to disable polling, so it is a big point.

I agree with you in general, but I doubt polling every 2 or 16 seconds will make
any significant difference power consumption wise.

 Majority of users it just works, but how many of such user will use this 
 feature?

How shall I answer that?
I know that I myself use auto-mounting extensively and also don't expect my
father to type someting like mount /dev/hdc /mnt/cdrom

 Is it really needed? 10-15 year ago hardware and kernel started to support
 new media detection on floppy disk (and IIRC on CD), so real hardware and 
 kernel
 should support this sort of hotplug, without polling, or I miss completely 
 the
 issue?

See the hal-disable-polling man page. In short: hardware support for MMC media
change notification is broken.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Cyril Brulebois
Charles Plessy ple...@debian.org (21/04/2009):
 libdbd-sqlite3-perl (= 1.14), libdbi-perl (= 1.51), perl (= 5.6.0-12)
^^
  WTH?
 
 aqwa『~』$ zgrep -A1 -B1 '5.6.0-12' /usr/share/doc/dh-make-perl/changelog.gz 
   * when module has no specific perl version requirements, fall back to perl
 (= 5.6.0-12) for B-D-I, like dh_perl. Remove retrieval of (now unised)
 information about the available perl version.

Well.

One:
| $ rmadison -s oldstable perl
| perl | 5.8.8-7etch6 | oldstable | source, alpha, amd64, arm, hppa, 
i386, ia64, mips, mipsel, powerpc, s390, sparc

Two, grepping debhelper's history:
| +# the installation dir for arch-indep modules changed to
| +# /usr/share/perl5 in this version:
| +my $min_version = '5.6.0-16';

Looks like it?
| commit b352136551fb3384722942f0206419ca066dedda
| Author: joey joey
| Date:   Wed Apr 25 17:01:49 2001 +
  
some years ago…
| 
| r463:* dh_perl: updates from bod:
|  - Provide minimum version for arch-indep module dependencies
|(perl-policy 1,18, section 3.4.1).
|  - Always update substvars, even if Perl:Depends is empty.

Also, you already have perl-base and perl-modules, that might look like
sufficient? (And perl through debhelper anyway.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread gregor herrmann
On Tue, 21 Apr 2009 18:22:39 +0200, Cyril Brulebois wrote:

  libdbd-sqlite3-perl (= 1.14), libdbi-perl (= 1.51), perl (= 
5.6.0-12)
 
   ^^
   WTH?
  aqwa『~』$ zgrep -A1 -B1 '5.6.0-12' /usr/share/doc/dh-make-perl/changelog.gz 
* when module has no specific perl version requirements, fall back to 
  perl
  (= 5.6.0-12) for B-D-I, like dh_perl. Remove retrieval of (now unised)
  information about the available perl version.
 
 Well.

That's actually in Perl Policy, 4.4.1:
In the absence of an explicit requirement, architecture-independent
modules must depend on a minimum perl or perl-base version of
5.6.0-16 due to the changes in @INC introduced by that version.
http://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html

(Hm, 5.6.0-16 != 5.6.0-12.)

(Not that it's really useful nowadays but it seems noone has bothered
about it yet ...)
 
Cheers,
gregor
-- 
 .''`.   Home: http://info.comodo.priv.at/{,blog/} / GPG Key ID: 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Roy Orbison


signature.asc
Description: Digital signature


Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Vincent Danjean
Stefano Zacchiroli wrote:
 On Tue, Apr 21, 2009 at 10:37:00AM +0200, Vincent Danjean wrote:
   As shown before in the other thread, markdown does not work with
 the current long description : it needs pre-processing to add some
 blank lines before each list.
 
 I've the impression that you didn't read my post, I might be wrong
 though. 

Do you read mine ?

 Anyhow, what I said there is that *each single paragraph* can
 be considered Markdown (and not the whole long description), using
 single-dot lines as paragraph separators.

This part is so easy that I did not even talk about it in my mail
(I talked about it in my previous mail when I showed with an example
that Markdown need more preprocessing that this one)

 With that convention, you
 can use Markdown out of the box (on each paragraph) as long as each
 list is on a single paragraph (which sounds like a reasonable
 requirement to pose).

No: lots of description do not put list in a single paragraph. In plain
ASCII, it would be uggly to have a blank line before a list introduced
by a colon...

So, you need to know where to add blank lines in long description before
sending them to Markdown.

 Note that the only pre-processor needed seems to be the one which
 separate paragraphs using the single dot we already use.

No. Adding blank lines before lists is also required.

  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


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



Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Michael Banck
On Tue, Apr 21, 2009 at 12:36:14PM +0300, Lars Wirzenius wrote:
 ti, 2009-04-21 kello 11:27 +0200, Andreas Tille kirjoitti:
  On Tue, 21 Apr 2009, Stefano Zacchiroli wrote:
  
   Anticipating a potential objection: nested lists do work without
   needing blank lines to separate nesting levels; I've just tried that
   out.
  
  ... provided that lists are formated properly in the first place (keyword:
  broken spacings).  That's why I would like to give advises for the
  spacing directly.
 
 Properly here should mean anything that the markdown language says is
 OK. The markdown language is remarkably relaxed about indentation. It
 can handle it fine if one list is indented by two space, and other by
 three. There seems to be no need for Debian to impose stricter
 definitions.

I for one like visual consistency even when reading package descriptions
via apt-cache etc.

So having at least a uniform indentation level (and, if possibly, a
uniform itemize symbol, but this seems to be heavily opposed against)
*as a recommended* way of writing long descriptions would be desirable.

I don't think it warrants filing bugs, though.


cheers,

Michael


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



Re: dpkg-buildpackage

2009-04-21 Thread Francesco P. Lovergine
On Tue, Apr 21, 2009 at 10:18:59AM +0200, cassiel wrote:
 Hi you all,
 
 don't know if this could be regarded as off topic, however it involves
 debian package building system.
 
 I am trying to build gdal libraries with ECW support (
 http://trac.osgeo.org/gdal/wiki/ECW) because this compression format is not
 enabled in the standard package.
 
 I downloaded ECW SDK source from http://ermapper.com/, did configure  make
  make install and then apt-source in order to get debian sources of
 libgdal.
 
 I then edited the debian/rules file in order to add ecw support and started
 building with dpkg-builpackage -uc but the whole process stops with this
 error:
 
 dh_shlibdeps -L libgdal1-1.4.0 -l debian/libgdal1-1.4.0/usr/lib
 dpkg-shlibdeps: failure: no dependency information found for
 /usr/local/lib/libNCSUtil.so.0 (used by
 debian/libgdal1-1.4.0/usr/lib/libgdal1.4.0.so.1.11.4).
 dh_shlibdeps: command returned error code 512
 make[1]: *** [binary-common] Error 1
 make[1]: Leaving directory `/home/morelli/gdal-1.4.4'
 make: *** [binary-arch] Error 2
 dpkg-buildpackage: failure: debian/rules binary gave error exit status 2
 
 libNCSUtil.so.0 is part of libecw and lives in /usr/local/
 
 I tried using the -d flag with dpkg-buildpackage but with no success.
 
 Any ideas?
 How can I override this check and/or debug?
 
 Regards
 -r

Have a look onto the debian-gis svn repository where some gdal-ecw stuff
resides. Ecw support can be done using by plugin support.

-- 
Francesco P. Lovergine


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



Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Charles Plessy
Le Tue, Apr 21, 2009 at 06:22:39PM +0200, Cyril Brulebois a écrit :
 Charles Plessy ple...@debian.org (21/04/2009):
  libdbd-sqlite3-perl (= 1.14), libdbi-perl (= 1.51), perl (= 
5.6.0-12)
 
   ^^
   WTH?
  
  aqwa『~』$ zgrep -A1 -B1 '5.6.0-12' /usr/share/doc/dh-make-perl/changelog.gz 
* when module has no specific perl version requirements, fall back to 
  perl
  (= 5.6.0-12) for B-D-I, like dh_perl. Remove retrieval of (now unised)
  information about the available perl version.
 
 Well.

I try to refresh my control and rules files with latest versions of
dh-make-perl when I upload new upstream releases. Be sure that this depenancy
will be removed after the patches that you will send to the Policy and to
dh-make-perl will be accepted.

Happy patching,

-- 
Charles


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



Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Charles Plessy
Le Tue, Apr 21, 2009 at 03:27:51PM +0200, Adeodato Simó a écrit :
 + Charles Plessy (Tue, 21 Apr 2009 20:49:27 +0900):
 
  Files: debian/*
  Copyright: 2009, Charles Plessy ple...@debian.org
  License: PD
   Please treat this packaging work as if it were in public domain.
 
 Is such a wording actually appropriate for this, “as if”?

Hi Adeodato,

I thought so, since anyway in many countries one can not abandon his rights
and put his work under the public domain.

But if there is a problem, I will fall back on the poetic license:


Files: debian/*
Copyright: 2009, Charles Plessy ple...@debian.org
License: Poetic
 This work ‘as-is’ we provide.
 No warranty, express or implied.
 We’ve done our best,
 to debug and test.
 Liability for damages denied.
 .
 Permission is granted hereby,
 to copy, share, and modify.
 Use as is fit,
 free or for profit.
 On this notice these rights rely.
Comment: The text of this license is © 2005 Alexander E Genaud,
 see `http://genaud.net/2005/10/poetic-license/'.


Have a nice day,

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


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



Re: Bug#524998: ITP: libmqdb-perl -- MappedQueryDB toolkit for federated databases

2009-04-21 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 I thought so, since anyway in many countries one can not abandon his
 rights and put his work under the public domain.

The text that was recommended by the IETF lawyers was:

 In addition, the authors (on behalf of themselves and their
 employers) hereby relinquish any claim to any copyright that they
 may have in this work, whether granted under contract or by
 operation of law or international treaty, and hereby commit to the
 public, at large, that they shall not, at any time in the future,
 seek to enforce any copyright in this work against any person or
 entity, or prevent any person or entity from copying, publishing,
 distributing or creating derivative works of this work.

The legal theory, as I understand it, is that even in countries where
one cannot relinquish copyright interest, the above constitutes estoppel
against suing over your copyright, which accomplishes essentially the
same thing.

-- 
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



Re: RFA: acpi-support -- glue layer for translating laptop buttons, plus legacy suspend support

2009-04-21 Thread Steve Langasek
On Tue, Apr 21, 2009 at 06:13:47PM +0200, Michael Biebl wrote:
  powertop encourages to disable polling, so it is a big point.

 I agree with you in general, but I doubt polling every 2 or 16 seconds will 
 make
 any significant difference power consumption wise.

If it requires the drive to be spun up (due to limitations in the firmware),
it most certainly does.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


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



Bug#525093: ITP: libzoom-ruby -- Ruby binding to the Z39.50 Object-Orientation Model

2009-04-21 Thread Ryan Niebur
Package: wnpp
Owner: Ryan Niebur ryanrya...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: libzoom-ruby
  Version : 0.4.1
  Upstream Author : Laurent Sansonetti l...@chopine.be
* URL : http://ruby-zoom.rubyforge.org/
* License : LGPL-2.1
  Programming Lang: Ruby
  Description : Ruby binding to the Z39.50 Object-Orientation Model
 Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation
 Model (ZOOM), an abstract object-oriented programming interface to a
 subset of the services specified by the Z39.50 standard, also known
 as the international standard ISO 23950.
 .
 Z39.50 is a client-server protocol for searching and retrieving
 information from remote computer databases. It is covered by ANSI/NISO
 standard Z39.50, and ISO standard 23950. The standard's maintenance
 agency is the Library of Congress.


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


signature.asc
Description: Digital signature


Re: Consistent formating long descriptions as input data (Was: RFC: Better formatting for long descriptions)

2009-04-21 Thread Andreas Tille

On Tue, 21 Apr 2009, Michael Banck wrote:


I for one like visual consistency even when reading package descriptions
via apt-cache etc.


It must be a boring German habit - I always felt this way myself.  I
started some action when I noticed that my feeling turned out to
have technical advantages in the task I wanted to tackle.


So having at least a uniform indentation level (and, if possibly, a
uniform itemize symbol, but this seems to be heavily opposed against)
*as a recommended* way of writing long descriptions would be desirable.

I don't think it warrants filing bugs, though.


Well, *if* something is *recommended* in the docs filing wishlist bugs
against packages that ignore the recommendation are fine.  Why else
should we issue recommendations?

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



Accepted mensis 0.0.080507-2 (source i386)

2009-04-21 Thread Kęstutis Biliūnas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 08:27:24 +0300
Source: mensis
Binary: mensis
Architecture: source i386
Version: 0.0.080507-2
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Kęstutis Biliūnas ke...@kaunas.init.lt
Description: 
 mensis - Editor for some TrueType/OpenType font tables
Changes: 
 mensis (0.0.080507-2) unstable; urgency=low
 .
   * debian/control:
 - changed section to the new fonts section;
 - bumped Standards-Version to 3.8.1. No changes required.
Checksums-Sha1: 
 6473af0502b3709d512f2cadf73ee5d16c582bb5 1443 mensis_0.0.080507-2.dsc
 7e3ebcfa908fdb6e38dd713b9795656e2aed9551 4820 mensis_0.0.080507-2.diff.gz
 e52f837d99a40fac24cfec4c8484abc5e9b1 269960 mensis_0.0.080507-2_i386.deb
Checksums-Sha256: 
 788d06b78450324a73fa9ae9a1fcc777cd8b0ff32a757258573070f683ae3a7e 1443 
mensis_0.0.080507-2.dsc
 dfc81b4f25b2248e1580c8b86b1f736b4a9b125b5c6aeaa6d204b9f7e0a54588 4820 
mensis_0.0.080507-2.diff.gz
 4916287353256e8675599e4b3962cb6c6976d3d338f34777ef972f2355d48f58 269960 
mensis_0.0.080507-2_i386.deb
Files: 
 b395d09510f6c112f5acf5d06997be3a 1443 fonts optional mensis_0.0.080507-2.dsc
 705a9cf4ac00045eff8e1129a2610435 4820 fonts optional 
mensis_0.0.080507-2.diff.gz
 a12f0f92aae48521e933829b135c1ba9 269960 graphics optional 
mensis_0.0.080507-2_i386.deb

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

iEYEARECAAYFAkntXKoACgkQFXHEz/bnpFL50wCfVIfy7EhDipolH9IytW3rUrmw
cVUAn1CDAh7juKHQMrWR/8iQDXx/2x9n
=yaX4
-END PGP SIGNATURE-


Accepted:
mensis_0.0.080507-2.diff.gz
  to pool/main/m/mensis/mensis_0.0.080507-2.diff.gz
mensis_0.0.080507-2.dsc
  to pool/main/m/mensis/mensis_0.0.080507-2.dsc
mensis_0.0.080507-2_i386.deb
  to pool/main/m/mensis/mensis_0.0.080507-2_i386.deb


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



Accepted xfce4-clipman-plugin 2:1.0.0-1 (source amd64)

2009-04-21 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 07:48:11 +0200
Source: xfce4-clipman-plugin
Binary: xfce4-clipman-plugin
Architecture: source amd64
Version: 2:1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-clipman-plugin - clipboard history plugin for the Xfce4 panel
Closes: 405556
Changes: 
 xfce4-clipman-plugin (2:1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
 + ship a shortcutable binary to popup plugin.   closes: #405556
   * debian/control:
 - move package to xfce section.
 - bump build-deps for Xfce 4.6.
Checksums-Sha1: 
 6236a6e214229a4e6916c0b3b2a3fd57d35e6af4 1566 xfce4-clipman-plugin_1.0.0-1.dsc
 1a2635a1de212b06b7992290fff02e8a40cb2bed 645912 
xfce4-clipman-plugin_1.0.0.orig.tar.gz
 a4878e1431a5fc65d1e8f0bc1a250717b1e23b6a 2686 
xfce4-clipman-plugin_1.0.0-1.diff.gz
 181b2e128c7fe38ee14fc9e05bbfc0a9a4e55a13 266030 
xfce4-clipman-plugin_1.0.0-1_amd64.deb
Checksums-Sha256: 
 8e4597f5b868618d5eb90979febf40ec281a9b6ef32254110054f6f2f24d3592 1566 
xfce4-clipman-plugin_1.0.0-1.dsc
 3460eae8879672c1a78495b44282291130a587b78ab620971772b91ce55f154e 645912 
xfce4-clipman-plugin_1.0.0.orig.tar.gz
 e7de1a43e193400ffbf33af4f77a7f1e8b434f59f5b866cd15ad4b5e8081f5d0 2686 
xfce4-clipman-plugin_1.0.0-1.diff.gz
 86e32fd06f2264a6e0af459ed396bbcd7370ce65814d9290689f0d509ba5acbd 266030 
xfce4-clipman-plugin_1.0.0-1_amd64.deb
Files: 
 fe3bc9aceb98d5fc6f20dd94e2a8631f 1566 xfce optional 
xfce4-clipman-plugin_1.0.0-1.dsc
 4343d5b91a797d4eeb9ac659bb471e1d 645912 xfce optional 
xfce4-clipman-plugin_1.0.0.orig.tar.gz
 4f92395df953d1c31510c9371f28da08 2686 xfce optional 
xfce4-clipman-plugin_1.0.0-1.diff.gz
 ad2bc19c2704581fc22f6b90ad7b2a70 266030 xfce optional 
xfce4-clipman-plugin_1.0.0-1_amd64.deb

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

iEYEARECAAYFAkntX10ACgkQTUTAIMXAW673pgCfV5E9TyRcCMlSNMzfQGNJJB3m
UpQAn1peK0mTA5vmxv+A2HSx8GulCpab
=DOOX
-END PGP SIGNATURE-


Accepted:
xfce4-clipman-plugin_1.0.0-1.diff.gz
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.0.0-1.diff.gz
xfce4-clipman-plugin_1.0.0-1.dsc
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.0.0-1.dsc
xfce4-clipman-plugin_1.0.0-1_amd64.deb
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.0.0-1_amd64.deb
xfce4-clipman-plugin_1.0.0.orig.tar.gz
  to pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.0.0.orig.tar.gz


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



Accepted emboss 6.0.1-10 (source all powerpc)

2009-04-21 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 13:01:38 +0900
Source: emboss
Binary: emboss emboss-data emboss-doc emboss-test emboss-lib jemboss libajax6 
libajax6-dev libnucleus6 libnucleus6-dev
Architecture: source all powerpc
Version: 6.0.1-10
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 emboss - the european molecular biology open software suite
 emboss-data - data files for the EMBOSS package
 emboss-doc - documentation for EMBOSS
 emboss-lib - EMBOSS Libraries
 emboss-test - test files for the EMBOSS package
 jemboss- graphical user interface to EMBOSS
 libajax6   - EMBOSS library for commands
 libajax6-dev - development files for libajax
 libnucleus6 - EMBOSS library for molecular sequence analysis
 libnucleus6-dev - development files for libnucleus
Changes: 
 emboss (6.0.1-10) unstable; urgency=low
 .
   * New upstream patch (patch-1-8):
   Incorrect information was often given in the subsidiary table
   listing REs that would cut a greater number of times than an
   optional user-supplied maximum number. The main role of
   the program was unaffected.
Checksums-Sha1: 
 4ab08c13418c150190834e9a62becf73f537c0f0 1618 emboss_6.0.1-10.dsc
 233ba4b17dae988d044e24d7f02f4817bb30b97f 254892 emboss_6.0.1-10.diff.gz
 90443c78dd8a3a5d9e4306dc4faa100ee6e65f51 827932 emboss-data_6.0.1-10_all.deb
 810236bf11c22f0d7c7fcc04f5e6fdb68613c8c0 5210794 emboss-doc_6.0.1-10_all.deb
 959f584f9a04c8650a8c2e0f0ebbca7959bb058d 5668242 emboss-test_6.0.1-10_all.deb
 ba6d7f5eef31f17b615771bbb280e453dceffb02 4479978 jemboss_6.0.1-10_all.deb
 50b39047e19d9385ad080a35dbd41a61a4a3161f 1079608 emboss_6.0.1-10_powerpc.deb
 a2b7a044774cc097c41cf4a2c15f568bfe1452d4 466616 emboss-lib_6.0.1-10_powerpc.deb
 8674595fff12ed3ea3c1713bcadf5bd9cf47f06c 791432 libajax6_6.0.1-10_powerpc.deb
 382af2b203c932926f1c61e06137ec5de3727b23 986404 
libajax6-dev_6.0.1-10_powerpc.deb
 562de5fde30e99a4e47c102df8b8913ccd8efd50 204984 
libnucleus6_6.0.1-10_powerpc.deb
 cc0d558cb6072b9ae6462134c6dedb41213b602b 228524 
libnucleus6-dev_6.0.1-10_powerpc.deb
Checksums-Sha256: 
 7a91a7f91b39768e6701356ad648c8843fdb07d73a2b6d4c76dbd74476946b69 1618 
emboss_6.0.1-10.dsc
 83e6789254b9c6b2a6f8aab77f2e0986dacf1ca766a151d3423265c9633ebb2c 254892 
emboss_6.0.1-10.diff.gz
 3784b04a8de6b04bb56798fbcc04fa41f523a43008ffd2b61e6db64104b58e28 827932 
emboss-data_6.0.1-10_all.deb
 520d66bc3ed6637e76087459221d4970a35c77115a84235e7b57238b8ae07bff 5210794 
emboss-doc_6.0.1-10_all.deb
 783b1618194155ccf4c759c543f2ed9e26746b4c1c548fca98d50afb527448e2 5668242 
emboss-test_6.0.1-10_all.deb
 80ee7ba097e18cb8ccc6cc3baa460f5b9d465cbc51dd97e2c76f53f4c05c61d3 4479978 
jemboss_6.0.1-10_all.deb
 df2b40a92d6ab6af660c82e9ee912d5ef7104db986312f31960f0792e03b99e7 1079608 
emboss_6.0.1-10_powerpc.deb
 ee8870ac77d038bf05b5c0b81d0011b4c63b21b76a8892c135c8e58271e08c99 466616 
emboss-lib_6.0.1-10_powerpc.deb
 5124f0154b1fefd7ef7209371b519c9e87340624e39680e8d02e3cb848437b94 791432 
libajax6_6.0.1-10_powerpc.deb
 f2aba866dedb0f61cad5b8e2fdccedc77e9a0b5745c3ddd04960b56e6ca6a562 986404 
libajax6-dev_6.0.1-10_powerpc.deb
 db610863108e89c97c99e2c895d9da3b6ef5172bdf00cda8e4f15b86fba050c5 204984 
libnucleus6_6.0.1-10_powerpc.deb
 e6864eae089595df20a72027e516ac748a9bf3c1f5bf91926473cb7604abb3fd 228524 
libnucleus6-dev_6.0.1-10_powerpc.deb
Files: 
 ce778086b5f3b848d07e353041ce9f83 1618 science optional emboss_6.0.1-10.dsc
 d8d25197260f70c63fc7dd37fc5ae250 254892 science optional 
emboss_6.0.1-10.diff.gz
 d4065742859df4a723ed7e7f657f0ff6 827932 science optional 
emboss-data_6.0.1-10_all.deb
 7823f396f7b990738d05fe9adadaa487 5210794 doc optional 
emboss-doc_6.0.1-10_all.deb
 c88260d86896632e68120088ad1c6239 5668242 misc optional 
emboss-test_6.0.1-10_all.deb
 073667d5e7c57a5b79d22c9a2f2a4ad8 4479978 science optional 
jemboss_6.0.1-10_all.deb
 9c5aaf06aaf29f543e98ef1eb3fcad98 1079608 science optional 
emboss_6.0.1-10_powerpc.deb
 1d72b9fb551938222c67c662886c091d 466616 libs optional 
emboss-lib_6.0.1-10_powerpc.deb
 7e9c9ad3ea203765ea46a4359c5e8402 791432 libs optional 
libajax6_6.0.1-10_powerpc.deb
 d562bbe5e68260d51202cde5e2f7e714 986404 libdevel optional 
libajax6-dev_6.0.1-10_powerpc.deb
 abbe99cfa52e9e6937626e05e180d4bb 204984 libs optional 
libnucleus6_6.0.1-10_powerpc.deb
 4d32c39a5cf64b9c89b724f8774bf057 228524 libdevel optional 
libnucleus6-dev_6.0.1-10_powerpc.deb

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

iEYEARECAAYFAkntY1UACgkQdYl1krr+x/KfgACfYxwEeFF/swrPWTQrGP3Gf3+t
d/AAnjXwrItmbmBSvAk80qeVjacnzkqE
=SEvk
-END PGP SIGNATURE-


Accepted:
emboss-data_6.0.1-10_all.deb
  to pool/main/e/emboss/emboss-data_6.0.1-10_all.deb
emboss-doc_6.0.1-10_all.deb
  to pool/main/e/emboss/emboss-doc_6.0.1-10_all.deb
emboss-lib_6.0.1-10_powerpc.deb
  to 

Accepted pkglab 1.4-1 (source i386)

2009-04-21 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Apr 2009 16:32:51 +0900
Source: pkglab
Binary: pkglab
Architecture: source i386
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 pkglab - interactive environment to explore package repositories
Closes: 523614
Changes: 
 pkglab (1.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Added myself to uploaders
   * Standards-Version 3.8.1 (no change)
   * Added build-dependency on dh-ocaml (closes: #523614), libzip-ocaml-dev.
   * Only suggests ceve, not recommends.
   * Added dependency in the bytecode case on libledit-ocaml, libzip-ocaml
   * debian/rules: cdbs class/ocaml.mk - rules/ocaml.mk
   * Install pkglab examples directory.
   * Switch back to upstream's Makefile, adapt install target in debian/rules
 accordingly
   * Added debian/pkglab.dirs
   * Add a basic manpage.
Checksums-Sha1: 
 9a52d2d9c38bf9be87d4bc8df9a4a4334c5f644f 1313 pkglab_1.4-1.dsc
 24b0552aec36c09e0821ff10f99edc536aaae838 42266 pkglab_1.4.orig.tar.gz
 53775b5a6aba9b9cffcfaeec8322a8c76a786a65 2496 pkglab_1.4-1.diff.gz
 ebace27ff3a082093e1424334e3e0f4bf9a729dd 439502 pkglab_1.4-1_i386.deb
Checksums-Sha256: 
 3d5244b91c71565f4700778d791cb214a7de0287ae9ca1926d2a372555e400ae 1313 
pkglab_1.4-1.dsc
 91907791f012644347598d446295942f5a69ac1ac39ab8f629ed012587694590 42266 
pkglab_1.4.orig.tar.gz
 df75ea41bc0180ed1856817e89c1fef682fb4e40e4dc4dcd1cdd097d95607c28 2496 
pkglab_1.4-1.diff.gz
 18f6beae7a51b3a1d1e2d4968483c43fe5fa0fcf2211532f0b4d4151ec17b9b6 439502 
pkglab_1.4-1_i386.deb
Files: 
 5d7072d147850950d803dc610b682ba1 1313 devel optional pkglab_1.4-1.dsc
 4d170f4727b7f5c6f6b248f6fed0f70c 42266 devel optional pkglab_1.4.orig.tar.gz
 2f15a2f1ecc575e6b6b2e89a6e693737 2496 devel optional pkglab_1.4-1.diff.gz
 abe7b183fcb9f4798228886a0a59ead0 439502 devel optional pkglab_1.4-1_i386.deb

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

iD8DBQFJ7WGjtzWmSeC6BMERAgLKAKDs6P99qGlq4GrPfzIKj8exoEA81gCfRBNC
/uzdQicGExszwIf11Nhoi80=
=QJEg
-END PGP SIGNATURE-


Accepted:
pkglab_1.4-1.diff.gz
  to pool/main/p/pkglab/pkglab_1.4-1.diff.gz
pkglab_1.4-1.dsc
  to pool/main/p/pkglab/pkglab_1.4-1.dsc
pkglab_1.4-1_i386.deb
  to pool/main/p/pkglab/pkglab_1.4-1_i386.deb
pkglab_1.4.orig.tar.gz
  to pool/main/p/pkglab/pkglab_1.4.orig.tar.gz


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



Accepted adblock-plus 1.0.2-1 (source all)

2009-04-21 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 09:53:58 +0400
Source: adblock-plus
Binary: adblock-plus
Architecture: source all
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 adblock-plus - Advertisement filter extension for the Iceweasel/Iceape
Changes: 
 adblock-plus (1.0.2-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 0d6ee37e2858c169c446747fbf3370a8a12366d5 1214 adblock-plus_1.0.2-1.dsc
 f120b690879d1daa93d2d36624bfd62c97a42af7 316148 adblock-plus_1.0.2.orig.tar.gz
 3346771aa1d6b8b617b5b09a6adcdfe2e30a71d8 12372 adblock-plus_1.0.2-1.diff.gz
 72d36df370529da1a6f95ce37195645f00642260 329206 adblock-plus_1.0.2-1_all.deb
Checksums-Sha256: 
 251478ff71c5171e2df87f3c4a40dcc854637e6cb78786e0d54294907d99c3eb 1214 
adblock-plus_1.0.2-1.dsc
 4b391f634187fc393987bfe8177cc70cc19648ed3cea245d8cabbbcd8e2c8571 316148 
adblock-plus_1.0.2.orig.tar.gz
 aebddac91cfc0f785ae9e9ffcc2bd69805681559eb90e3b8aa4a3d69acca76d1 12372 
adblock-plus_1.0.2-1.diff.gz
 40d38907dd9260a87180188af51c9770f29bbef953d4ccc289cbf0733d779a35 329206 
adblock-plus_1.0.2-1_all.deb
Files: 
 cdc625d5dc2de09e0f7f785a4988eaba 1214 web optional adblock-plus_1.0.2-1.dsc
 280be3ea397b8da4754a207f8bec44c1 316148 web optional 
adblock-plus_1.0.2.orig.tar.gz
 42b51d9f59882101e25ae7149da2a13a 12372 web optional 
adblock-plus_1.0.2-1.diff.gz
 ceb863dcc60a7e43b7e9507757337fc9 329206 web optional 
adblock-plus_1.0.2-1_all.deb

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

iEYEARECAAYFAkntYTgACgkQq4wAz/jiZTeDtQCfUcfin8SY2DnO9hAOIjQDFDh1
470AoOov2zg4f+1swU/vW9wsBCKroiOL
=dqGh
-END PGP SIGNATURE-


Accepted:
adblock-plus_1.0.2-1.diff.gz
  to pool/main/a/adblock-plus/adblock-plus_1.0.2-1.diff.gz
adblock-plus_1.0.2-1.dsc
  to pool/main/a/adblock-plus/adblock-plus_1.0.2-1.dsc
adblock-plus_1.0.2-1_all.deb
  to pool/main/a/adblock-plus/adblock-plus_1.0.2-1_all.deb
adblock-plus_1.0.2.orig.tar.gz
  to pool/main/a/adblock-plus/adblock-plus_1.0.2.orig.tar.gz


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



Accepted brdesktop-artwork 0.4 (source all amd64)

2009-04-21 Thread Tiago Bortoletto Vaz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Apr 2009 11:01:32 -0400
Source: brdesktop-artwork
Binary: brdesktop-artwork-gnome brdesktop-artwork-splashy brdesktop-artwork-grub
Architecture: source all amd64
Version: 0.4
Distribution: unstable
Urgency: low
Maintainer: BrDesktop Team de...@listas.brdesktop.org
Changed-By: Tiago Bortoletto Vaz ti...@debian-ba.org
Description: 
 brdesktop-artwork-gnome - Brazilian Debian Pure Blend - GNOME artwork
 brdesktop-artwork-grub - Brazilian Debian Pure Blend - grub theme
 brdesktop-artwork-splashy - Brazilian Debian Pure Blend - splashy graphical 
boot theme
Changes: 
 brdesktop-artwork (0.4) unstable; urgency=low
 .
   * This releases BrDesktop Lenny.
   * Add new binary package: brdesktop-artwork-splashy.
   * No more postinst for grub theme. Setting grub splash is in live-helper.
   * Add a new cool grub splash image.
Checksums-Sha1: 
 6da13dff8b87e99c04aa3f75d496a650675fcf75 937 brdesktop-artwork_0.4.dsc
 50f983d1a34c2cd0e6177b8360844897bc5d07ab 1034913 brdesktop-artwork_0.4.tar.gz
 0362fd36417baa566c317e61eece78373f58824f 672084 
brdesktop-artwork-gnome_0.4_all.deb
 b759a683347cceeaec429f5cd1df020a2ef845b6 358726 
brdesktop-artwork-splashy_0.4_all.deb
 a5003286d62d500dbdd92c403f5d1e4d412c58e5 8982 
brdesktop-artwork-grub_0.4_amd64.deb
Checksums-Sha256: 
 c66947cb180116071f354597fce3cfb9becee0220535e5113839d2a98dd242d6 937 
brdesktop-artwork_0.4.dsc
 d2eab45930659d67750e9e88c2fe78a7531375bc734b4542410d814da3f4 1034913 
brdesktop-artwork_0.4.tar.gz
 36cfeef9abc8c5b0818fe2417035fce9b5b2e9be48a12ae8220dcf5395a6905e 672084 
brdesktop-artwork-gnome_0.4_all.deb
 5f538fe65767adc16ae9065dd625d0745ca87925557d871b2cfe27145af07b89 358726 
brdesktop-artwork-splashy_0.4_all.deb
 d45fe0e91c89469bf72ef817cfd96524a7e47660274046409cbbc45ded1d33d8 8982 
brdesktop-artwork-grub_0.4_amd64.deb
Files: 
 bac0c94930d788d6586fdf92b84a7042 937 graphics extra brdesktop-artwork_0.4.dsc
 cb771fa9e087d2d711ee2b6a0df87cd6 1034913 graphics extra 
brdesktop-artwork_0.4.tar.gz
 914fb210857b2d96def360d305541ad2 672084 graphics extra 
brdesktop-artwork-gnome_0.4_all.deb
 17bb68753a2e307145b58a062217b5f4 358726 graphics extra 
brdesktop-artwork-splashy_0.4_all.deb
 a7ee9581ab5f1751fda6366de0e21d63 8982 graphics extra 
brdesktop-artwork-grub_0.4_amd64.deb

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

iEYEARECAAYFAkns+ccACgkQLqiZQEml+FX3OACgvv814l1xcw5b6sHmtzxXi331
HwUAn3VKsgiEXlbMYvGmseSSADpAKDBg
=g6nN
-END PGP SIGNATURE-


Accepted:
brdesktop-artwork-gnome_0.4_all.deb
  to pool/main/b/brdesktop-artwork/brdesktop-artwork-gnome_0.4_all.deb
brdesktop-artwork-grub_0.4_amd64.deb
  to pool/main/b/brdesktop-artwork/brdesktop-artwork-grub_0.4_amd64.deb
brdesktop-artwork-splashy_0.4_all.deb
  to pool/main/b/brdesktop-artwork/brdesktop-artwork-splashy_0.4_all.deb
brdesktop-artwork_0.4.dsc
  to pool/main/b/brdesktop-artwork/brdesktop-artwork_0.4.dsc
brdesktop-artwork_0.4.tar.gz
  to pool/main/b/brdesktop-artwork/brdesktop-artwork_0.4.tar.gz


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



Accepted python-vobject 0.8.1c-1 (source all)

2009-04-21 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 23:13:41 +0200
Source: python-vobject
Binary: python-vobject
Architecture: source all
Version: 0.8.1c-1
Distribution: experimental
Urgency: low
Maintainer: Calendarserver Maintainers 
calendarserver-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 python-vobject - parse iCalendar and VCards in Python
Closes: 491915
Changes: 
 python-vobject (0.8.1c-1) experimental; urgency=low
 .
   * [d403e62] Imported Upstream version 0.8.1c
   * [e66c3d7] rebase ics_diff patch
   * [20fc2d0] conflict with calendarserver  2.0 since older version
   rely on vobject bugs that are now fixed
   (http://trac.calendarserver.org/ticket/287) (Closes: #491915)
   * [f03e51c] change maintainer to calendarserver team and bump
   standards version
   * [c5d850d] honor nocheck in DEB_BUILD_OPTIONS
   * [17e1a18] debian/watch: allow letter in the version match
Checksums-Sha1: 
 36e90088d951735e4c6041491a12a75750b58e10 1358 python-vobject_0.8.1c-1.dsc
 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd 59925 
python-vobject_0.8.1c.orig.tar.gz
 3283e2b05b6267abdce4188edb9912200dd602ba 4049 python-vobject_0.8.1c-1.diff.gz
 9ab0bf07731af33304f4cbe802930c6452094d45 47678 python-vobject_0.8.1c-1_all.deb
Checksums-Sha256: 
 175703661faf9814a99a9ea6d583ba7dd472360657409918e9e0b2f5c2665d05 1358 
python-vobject_0.8.1c-1.dsc
 594113117f2017ed837c8f3ce727616f9053baa5a5463a7420c8249b8fc556f5 59925 
python-vobject_0.8.1c.orig.tar.gz
 998445c027a9a67fbfe94c6c65e8990d145fd908a4160fbd89acadc10f1ff7ac 4049 
python-vobject_0.8.1c-1.diff.gz
 a7ab0411377a9dcfe9ce883354e762bdac8c0d6335b4b90cd53f9ae7779c395d 47678 
python-vobject_0.8.1c-1_all.deb
Files: 
 ba84ca7a3aca2474a9d7ea29bc6cf244 1358 python optional 
python-vobject_0.8.1c-1.dsc
 c9686dd74d39fdae140890d9c694c076 59925 python optional 
python-vobject_0.8.1c.orig.tar.gz
 49eb1708a24c1e17c7711f81538d8ebe 4049 python optional 
python-vobject_0.8.1c-1.diff.gz
 00692a859545ed13e4e61f1ff01f1300 47678 python optional 
python-vobject_0.8.1c-1_all.deb

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

iD8DBQFJ7Xaun88szT8+ZCYRAg8WAJ9qQIOFK74GuPhVvJyRZ3nCvx6UeQCdEUJB
2M88z0A6CXL99nshVVWAa+A=
=/yWy
-END PGP SIGNATURE-


Accepted:
python-vobject_0.8.1c-1.diff.gz
  to pool/main/p/python-vobject/python-vobject_0.8.1c-1.diff.gz
python-vobject_0.8.1c-1.dsc
  to pool/main/p/python-vobject/python-vobject_0.8.1c-1.dsc
python-vobject_0.8.1c-1_all.deb
  to pool/main/p/python-vobject/python-vobject_0.8.1c-1_all.deb
python-vobject_0.8.1c.orig.tar.gz
  to pool/main/p/python-vobject/python-vobject_0.8.1c.orig.tar.gz


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



Accepted python-clamav 0.4.1-1.1 (source amd64)

2009-04-21 Thread Imre Gergely
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 17:00:51 +0300
Source: python-clamav
Binary: python-clamav
Architecture: source amd64
Version: 0.4.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Cédric Delfosse ced...@debian.org
Changed-By: Imre Gergely gi...@narancs.net
Description: 
 python-clamav - Python bindings to ClamAV
Changes: 
 python-clamav (0.4.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build against libclamav6/clamav 0.95
 - modified pyclamav.c source to use the new API functions
 - cleaned up some old code for clamav 0.75
 - updated Build-Depends
Checksums-Sha1: 
 3d91d55f171cbb2788289a27a437e407f3c55066 1092 python-clamav_0.4.1-1.1.dsc
 5e8522e2a1b0514136169dc83274f89e7360a2dc 3543 python-clamav_0.4.1-1.1.diff.gz
 cb7faadaff07d0a3022cfe5a689e3d7e99f03c57 18224 
python-clamav_0.4.1-1.1_amd64.deb
Checksums-Sha256: 
 6bde7a9512b7009244d365d897a853d1b5cc6dc85dc8397be5d6586c26ab2e2a 1092 
python-clamav_0.4.1-1.1.dsc
 dc2db894589b58bcbe7f995738fbd8d4333ef342c3fd6be1072a63d987be8c40 3543 
python-clamav_0.4.1-1.1.diff.gz
 ae62014ea3444e3f73ba8586eba175ffc900280b69b220976f4296967d3c0ad0 18224 
python-clamav_0.4.1-1.1_amd64.deb
Files: 
 9974fa5aa007a509a6090e05964bf9f0 1092 python optional 
python-clamav_0.4.1-1.1.dsc
 75219709e46a853acc59e0068caa538c 3543 python optional 
python-clamav_0.4.1-1.1.diff.gz
 ceaf1b2ada42d4c998012c62f47eb669 18224 python optional 
python-clamav_0.4.1-1.1_amd64.deb

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

iEYEARECAAYFAkntd0QACgkQpblTBJ2i2pu4SwCgiP/zzReF3zlrNh8h5h2OSeqg
lFYAn3Rwdb1mc0+6zPRDSSTrRXsSyzwQ
=q10H
-END PGP SIGNATURE-


Accepted:
python-clamav_0.4.1-1.1.diff.gz
  to pool/main/p/python-clamav/python-clamav_0.4.1-1.1.diff.gz
python-clamav_0.4.1-1.1.dsc
  to pool/main/p/python-clamav/python-clamav_0.4.1-1.1.dsc
python-clamav_0.4.1-1.1_amd64.deb
  to pool/main/p/python-clamav/python-clamav_0.4.1-1.1_amd64.deb


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



Accepted virtualbox-ose 2.2.0-dfsg-3 (source all amd64)

2009-04-21 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 08:45:06 +0200
Source: virtualbox-ose
Binary: virtualbox-ose-qt virtualbox-ose virtualbox-ose-dbg 
virtualbox-ose-source virtualbox-ose-guest-source virtualbox-ose-guest-x11 
virtualbox-ose-guest-utils
Architecture: source amd64 all
Version: 2.2.0-dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Virtualbox Team 
pkg-virtualbox-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 virtualbox-ose - x86 virtualization solution - base binaries
 virtualbox-ose-dbg - x86 virtualization solution - debugging symbols
 virtualbox-ose-guest-source - x86 virtualization solution - guest addition 
module source
 virtualbox-ose-guest-utils - x86 virtualization solution - non-X11 guest 
utilities
 virtualbox-ose-guest-x11 - x86 virtualization solution - X11 guest utilities
 virtualbox-ose-qt - x86 virtualization solution - Qt based user interface
 virtualbox-ose-source - x86 virtualization solution - kernel module source
Closes: 524897
Changes: 
 virtualbox-ose (2.2.0-dfsg-3) unstable; urgency=low
 .
   * Putting back the tar command that was lost in debian/rules, closes: #524897
Checksums-Sha1: 
 6e7e968c8a8e040385084399099c866c4791c7f0 2243 virtualbox-ose_2.2.0-dfsg-3.dsc
 ed9797fd2e35658953f7749a215a457fbe0de591 63141 
virtualbox-ose_2.2.0-dfsg-3.diff.gz
 327712306565339238366e440820d12992288ce7 4128302 
virtualbox-ose-qt_2.2.0-dfsg-3_amd64.deb
 d2304f08aad4e21416f2543b4262491bc72ad689 5891896 
virtualbox-ose_2.2.0-dfsg-3_amd64.deb
 d7b4d073b52b7ef276f77b8a13f42b8b8a05329e 41736228 
virtualbox-ose-dbg_2.2.0-dfsg-3_amd64.deb
 c2754c223df53e7b505bea266e4de42eefb1a6fa 503122 
virtualbox-ose-guest-x11_2.2.0-dfsg-3_amd64.deb
 df37f530e4f01003e264e0d870e3b4125fc71632 37738 
virtualbox-ose-guest-utils_2.2.0-dfsg-3_amd64.deb
 1fffcfa1f39d7f8d27b941a8ca9ae6be36a98e60 336638 
virtualbox-ose-source_2.2.0-dfsg-3_all.deb
 1adf71172d00b0616724516a0bcace3d9d747b01 278388 
virtualbox-ose-guest-source_2.2.0-dfsg-3_all.deb
Checksums-Sha256: 
 1c86890ffb58169d6a4a80f9b066b49d3528fdb553c9f8a90191223867065783 2243 
virtualbox-ose_2.2.0-dfsg-3.dsc
 828fb8d53d149ec9db429545243ea5c5cd14e06abdbf385df3135cfeb6206f0a 63141 
virtualbox-ose_2.2.0-dfsg-3.diff.gz
 bade392c171b19bbeaf0b16d283f148dfcd43426cac73a52925743be5b1e3445 4128302 
virtualbox-ose-qt_2.2.0-dfsg-3_amd64.deb
 08ac93711259c2084953cf2af166194520fd378c59c7dccd56a9e4bb7493e86e 5891896 
virtualbox-ose_2.2.0-dfsg-3_amd64.deb
 26ae874aa8d99d14712aa64683ab665528064f160592214a202972ee54b7fdb3 41736228 
virtualbox-ose-dbg_2.2.0-dfsg-3_amd64.deb
 663088df99f72a77604e0e121a48902037d7a2dd24a2bdda146de7cd83affd57 503122 
virtualbox-ose-guest-x11_2.2.0-dfsg-3_amd64.deb
 20fb6c423b7fbe6d4e81156df0a45b8dad1bcee336b19801618f6fdcd3031fd0 37738 
virtualbox-ose-guest-utils_2.2.0-dfsg-3_amd64.deb
 a69612f2b57d3d59c624495c8b7f7f1b23d596002b660208e29e4e44eea94bec 336638 
virtualbox-ose-source_2.2.0-dfsg-3_all.deb
 5ffe66a6304957b0321f5e2950903553e6c167e04e84b2e520f77b3f1572afc0 278388 
virtualbox-ose-guest-source_2.2.0-dfsg-3_all.deb
Files: 
 1b966dfb96bb914c12e48cff88796f71 2243 misc extra 
virtualbox-ose_2.2.0-dfsg-3.dsc
 c86e53ca230a22017e0cb5cfd4edddec 63141 misc extra 
virtualbox-ose_2.2.0-dfsg-3.diff.gz
 7c082b250c322a293cfb7ad32da891e7 4128302 misc extra 
virtualbox-ose-qt_2.2.0-dfsg-3_amd64.deb
 ffb307007ca7add779e358deede65304 5891896 misc extra 
virtualbox-ose_2.2.0-dfsg-3_amd64.deb
 58a6ad08fd3a84eb779b6bf7aee92eb3 41736228 debug extra 
virtualbox-ose-dbg_2.2.0-dfsg-3_amd64.deb
 86b6ea6dbe60823672aeaec50361bd55 503122 misc extra 
virtualbox-ose-guest-x11_2.2.0-dfsg-3_amd64.deb
 25faa5d65befbbc7873187a571190b14 37738 misc extra 
virtualbox-ose-guest-utils_2.2.0-dfsg-3_amd64.deb
 5dc83aba50ae9f6f1e3a15aad30f0050 336638 kernel extra 
virtualbox-ose-source_2.2.0-dfsg-3_all.deb
 3624d7a695593a869d2a4e26748a9a8d 278388 kernel extra 
virtualbox-ose-guest-source_2.2.0-dfsg-3_all.deb

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

iD8DBQFJ7XOdVkEm8inxm9ERAnu4AJ9P3OXlwzEksxIjJbHBrVUJ+bSJyACeKn1O
qWsv87ygE+gowG8F/cFZm5A=
=zgUJ
-END PGP SIGNATURE-


Accepted:
virtualbox-ose-dbg_2.2.0-dfsg-3_amd64.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-dbg_2.2.0-dfsg-3_amd64.deb
virtualbox-ose-guest-source_2.2.0-dfsg-3_all.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-guest-source_2.2.0-dfsg-3_all.deb
virtualbox-ose-guest-utils_2.2.0-dfsg-3_amd64.deb
  to 
pool/main/v/virtualbox-ose/virtualbox-ose-guest-utils_2.2.0-dfsg-3_amd64.deb
virtualbox-ose-guest-x11_2.2.0-dfsg-3_amd64.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-guest-x11_2.2.0-dfsg-3_amd64.deb
virtualbox-ose-qt_2.2.0-dfsg-3_amd64.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-qt_2.2.0-dfsg-3_amd64.deb
virtualbox-ose-source_2.2.0-dfsg-3_all.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-source_2.2.0-dfsg-3_all.deb
virtualbox-ose_2.2.0-dfsg-3.diff.gz
  to 

Accepted atokx2 17.0-2.1-6 (source i386)

2009-04-21 Thread Taku YASUI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 16:41:00 +0900
Source: atokx2
Binary: atokx2
Architecture: source i386
Version: 17.0-2.1-6
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI t...@debian.org
Changed-By: Taku YASUI t...@debian.org
Description: 
 atokx2 - Installer for ATOK for Linux Japanese input method
Closes: 512223
Changes: 
 atokx2 (17.0-2.1-6) unstable; urgency=low
 .
   * Change maintainer email address: t...@debian.org
   * New Standards-Version: 3.8.1
   * Update debhelper compat version: 5
   * Create /var/lock/subsys dynamically
   * Set -e on developer script
   * New style debian/copyright
 http://wiki.debian.org/Proposals/CopyrightFormat?action=recallrev=454
   * Add debconf translation
 - ru.po (closes: #512223)
Checksums-Sha1: 
 46a1727a7f37b04c5fbb870b51b38aaecb439650 796 atokx2_17.0-2.1-6.dsc
 160843c0a3c836a1b3519bddbc60391f7ff1f159 10643 atokx2_17.0-2.1-6.tar.gz
 e717919ca82f192250d0aa3edffb272cdc266f2d 9740 atokx2_17.0-2.1-6_i386.deb
Checksums-Sha256: 
 e038f745253d8aa2017d7e77a77b0206a4863c125e7581e9712901777d729901 796 
atokx2_17.0-2.1-6.dsc
 5f62a064a0f4416d19826353a499ac9728d6c873a4dc343c221a4e48818697f0 10643 
atokx2_17.0-2.1-6.tar.gz
 d914844b394b54fbeb3b8e183ef687a3d9387e32aa9aaecc06b3054aba0e471c 9740 
atokx2_17.0-2.1-6_i386.deb
Files: 
 734c5250cb310c497e1f3db673e0471a 796 contrib/utils optional 
atokx2_17.0-2.1-6.dsc
 81ca5bf9224c23ca3e824c3d4df79386 10643 contrib/utils optional 
atokx2_17.0-2.1-6.tar.gz
 fafe23f73a44fd10bc34fc55efb98ea6 9740 contrib/utils optional 
atokx2_17.0-2.1-6_i386.deb

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

iEYEARECAAYFAkntegkACgkQFwU5DuZsm7BaUACfSwCT64WGX2yHO1jJ5f4uC7LV
RgkAmQEfESyxfQxuxhe5YvkrCb2VQtqi
=pDKh
-END PGP SIGNATURE-


Accepted:
atokx2_17.0-2.1-6.dsc
  to pool/contrib/a/atokx2/atokx2_17.0-2.1-6.dsc
atokx2_17.0-2.1-6.tar.gz
  to pool/contrib/a/atokx2/atokx2_17.0-2.1-6.tar.gz
atokx2_17.0-2.1-6_i386.deb
  to pool/contrib/a/atokx2/atokx2_17.0-2.1-6_i386.deb


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



Accepted sql-ledger 2.8.24-1 (source all)

2009-04-21 Thread Raphael Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 08:47:47 +0200
Source: sql-ledger
Binary: sql-ledger
Architecture: source all
Version: 2.8.24-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Hertzog hert...@debian.org
Changed-By: Raphael Hertzog hert...@debian.org
Description: 
 sql-ledger - A web based double-entry accounting program
Closes: 503832
Changes: 
 sql-ledger (2.8.24-1) unstable; urgency=low
 .
   * New upstream release:
 - added reminders; keep track of level
 - added customernumber variable for generating document control numbers
 - additional option to calculate check digits according to modulo 10
   and 11
   * Add UTF-8 variants of most translations (auto-converted from the existing
 ones).
   * Add recode to Build-Depends since debian/create_utf8_locales.sh need it.
   * Updated Standards-Version to 3.8.1 (no change required).
   * Add patch debian/patches/50fixes-perl-5.10 to fix some errors triggered
 only with perl 5.10. Closes: #503832
Checksums-Sha1: 
 9c12eaf34175f3a4ac84a8f63d01b0725e20ba78 1275 sql-ledger_2.8.24-1.dsc
 f71f7d2b5bec022474f3d046919aa75c6a5aadcd 3429729 sql-ledger_2.8.24.orig.tar.gz
 f7a680d334fda0329cb273e5e3967e04085c5321 14941 sql-ledger_2.8.24-1.diff.gz
 6886802c0771923bbb236c3e5df53abfb5ddb19c 5385432 sql-ledger_2.8.24-1_all.deb
Checksums-Sha256: 
 30af9e546e76523cf3c123d90cf3c42ac246a8e8a7746227ed7f901879105a67 1275 
sql-ledger_2.8.24-1.dsc
 341825c3fc2bd4f3c75b7a1a7be0dcd0f07d89e448515e3c3680e32149756500 3429729 
sql-ledger_2.8.24.orig.tar.gz
 977820be2f2ad597678b99fae985c2d4c83d687ed646826e992dafd0cbafecaf 14941 
sql-ledger_2.8.24-1.diff.gz
 ff499d1525fa7d4a59c1c11ac6da817f7250c9526688572de4867f6c1ca2f57b 5385432 
sql-ledger_2.8.24-1_all.deb
Files: 
 b48b0068a0decd085b871391a6ddaef0 1275 web optional sql-ledger_2.8.24-1.dsc
 56449f48f45b4650068970bbefd9f509 3429729 web optional 
sql-ledger_2.8.24.orig.tar.gz
 a12fd89743e31b9208d4c7ae6ba0b0da 14941 web optional sql-ledger_2.8.24-1.diff.gz
 8eb9f20ed68bd664c968d0d38a5e5266 5385432 web optional 
sql-ledger_2.8.24-1_all.deb

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

iEYEARECAAYFAkntfWcACgkQvPbGD26BadITbACfdP7pq3x1jIlLRu+DSdXbYHmI
DIgAn2r4sULTi43gd58py6SG344h9RvG
=znJh
-END PGP SIGNATURE-


Accepted:
sql-ledger_2.8.24-1.diff.gz
  to pool/main/s/sql-ledger/sql-ledger_2.8.24-1.diff.gz
sql-ledger_2.8.24-1.dsc
  to pool/main/s/sql-ledger/sql-ledger_2.8.24-1.dsc
sql-ledger_2.8.24-1_all.deb
  to pool/main/s/sql-ledger/sql-ledger_2.8.24-1_all.deb
sql-ledger_2.8.24.orig.tar.gz
  to pool/main/s/sql-ledger/sql-ledger_2.8.24.orig.tar.gz


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



Accepted org-mode 6.26a-2 (source all)

2009-04-21 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 02:10:47 -0700
Source: org-mode
Binary: org-mode
Architecture: source all
Version: 6.26a-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 org-mode   - keep notes, maintain ToDo lists, and do project planning in emacs
Closes: 524941
Changes: 
 org-mode (6.26a-2) unstable; urgency=low
 .
   * Fix void symbol in startup file; thanks Antonio P. P. Almeida for the
 patch (Closes: #524941).
Checksums-Sha1: 
 c964480d94f6da46db4d3bf7ce7dc81b51421509 1007 org-mode_6.26a-2.dsc
 496c237801f0e11fd8588b788cb60eaeab999fa0 7154 org-mode_6.26a-2.diff.gz
 0826c96f10866a5285ebce7118058ea484101f74 1969924 org-mode_6.26a-2_all.deb
Checksums-Sha256: 
 9c9eb677e55e68daa484d8a67d9f8b109613793d48e5ac6beca4978ddbb3ff0e 1007 
org-mode_6.26a-2.dsc
 77593cb55599b9207a7894a293d633ed09ddf135f717fef54e7e96afa123edf4 7154 
org-mode_6.26a-2.diff.gz
 6bf6d344e376216601700fa501f7ce374144d543ea1219eb4b70d89753a02c74 1969924 
org-mode_6.26a-2_all.deb
Files: 
 d8e3cca1d2530f2e0caa5139cf59f657 1007 misc optional org-mode_6.26a-2.dsc
 fe07898e1908e511c8d1cc0a64614a44 7154 misc optional org-mode_6.26a-2.diff.gz
 7535e0ae724a9f35852eb5ddef749621 1969924 misc optional org-mode_6.26a-2_all.deb

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

iEYEARECAAYFAkntj+8ACgkQiZgNKcDdyD8y4QCdE5E+kmct5IiQxcQW+bvbTYJ2
WPkAoJjfHxewuodeGsbpUkPbEDUe8Ykx
=DLhi
-END PGP SIGNATURE-


Accepted:
org-mode_6.26a-2.diff.gz
  to pool/main/o/org-mode/org-mode_6.26a-2.diff.gz
org-mode_6.26a-2.dsc
  to pool/main/o/org-mode/org-mode_6.26a-2.dsc
org-mode_6.26a-2_all.deb
  to pool/main/o/org-mode/org-mode_6.26a-2_all.deb


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



Accepted gnumed-server 0v10.3-1 (source all)

2009-04-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 11:40:45 +0200
Source: gnumed-server
Binary: gnumed-server
Architecture: source all
Version: 0v10.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 gnumed-server - medical practice management - server
Changes: 
 gnumed-server (0v10.3-1) unstable; urgency=low
 .
   * New upstream version
   * Hint to change ph_hba.conf in README.Debian
   * Standards-Version: 3.8.1 (no changes needed)
   * No versioned build-depends from debhelper any more
   * debian/README.Debian: described upgrade procedure
 (Thanks to Karsten Hilbert from upstream)
Checksums-Sha1: 
 08b7b3392c551f6bf3054e1991cf1fb0a3b6b137 1333 gnumed-server_0v10.3-1.dsc
 e97d3931a5693a35ab45b35d335cf04a080fc37e 588454 
gnumed-server_0v10.3.orig.tar.gz
 7002366d0f39a9292dc74655ce07cf3bf5f580b5 7468 gnumed-server_0v10.3-1.diff.gz
 7f1b8c645b5f20ffaada1c5a3095d47d56ebd56a 466656 gnumed-server_0v10.3-1_all.deb
Checksums-Sha256: 
 ba8183f056b5277250bf5cee9cceb95577f9b9efb0eb466d8d79830ebf3e0a56 1333 
gnumed-server_0v10.3-1.dsc
 523ad5b1d17d6b8e2baa8084e4b147b63e3b61bb3d86b8bb2d53cfe17d0c3582 588454 
gnumed-server_0v10.3.orig.tar.gz
 28c5b3c2fde0716d088696a0b33a70a74070526d023a127316ef602e02d73d8e 7468 
gnumed-server_0v10.3-1.diff.gz
 35e74ab660be2e11914a6f111cd866815c52cf1e771151f2bc10d1be6403b4a5 466656 
gnumed-server_0v10.3-1_all.deb
Files: 
 f55a2db3253ffc69c8b57109e2f32243 1333 misc optional gnumed-server_0v10.3-1.dsc
 a8a67b4b9be40426d4d536e62c6c9cd5 588454 misc optional 
gnumed-server_0v10.3.orig.tar.gz
 965dba31f3fe100326f7086e4a5f9acc 7468 misc optional 
gnumed-server_0v10.3-1.diff.gz
 c9b6e82c45cc759755473c3c9505a3b4 466656 misc optional 
gnumed-server_0v10.3-1_all.deb

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

iD8DBQFJ7ZUuYDBbMcCf01oRAv+LAJ91DW/b197SakdxspCU9trtHpzqKQCgob1x
Krg1z1qf6xsUAiN8P7ysTcY=
=LvWm
-END PGP SIGNATURE-


Accepted:
gnumed-server_0v10.3-1.diff.gz
  to pool/main/g/gnumed-server/gnumed-server_0v10.3-1.diff.gz
gnumed-server_0v10.3-1.dsc
  to pool/main/g/gnumed-server/gnumed-server_0v10.3-1.dsc
gnumed-server_0v10.3-1_all.deb
  to pool/main/g/gnumed-server/gnumed-server_0v10.3-1_all.deb
gnumed-server_0v10.3.orig.tar.gz
  to pool/main/g/gnumed-server/gnumed-server_0v10.3.orig.tar.gz


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



Accepted gcompris 8.4.12-1 (source all i386)

2009-04-21 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 19 Apr 2009 23:18:11 +0200
Source: gcompris
Binary: gcompris gcompris-dbg gcompris-sound-ar gcompris-sound-bg 
gcompris-sound-br gcompris-sound-cs gcompris-sound-da gcompris-sound-de 
gcompris-sound-el gcompris-sound-en gcompris-sound-es gcompris-sound-eu 
gcompris-sound-fi gcompris-sound-fr gcompris-sound-he gcompris-sound-hi 
gcompris-sound-hu gcompris-sound-id gcompris-sound-it gcompris-sound-mr 
gcompris-sound-nb gcompris-sound-nl gcompris-sound-nn gcompris-sound-pa 
gcompris-sound-pt gcompris-sound-ptbr gcompris-sound-ru gcompris-sound-so 
gcompris-sound-sr gcompris-sound-sv gcompris-sound-tr gcompris-sound-ur 
gcompris-data
Architecture: source all i386
Version: 8.4.12-1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson dir...@debian.org
Changed-By: Yann Dirson dir...@debian.org
Description: 
 gcompris   - Educational games for small children
 gcompris-data - Data files for GCompris
 gcompris-dbg - Debugging symbols for gcompris
 gcompris-sound-ar - Arabic (Tunisia) sound files for GCompris
 gcompris-sound-bg - Bulgarian sound files for GCompris
 gcompris-sound-br - Breton sound files for GCompris
 gcompris-sound-cs - Czech sound files for GCompris
 gcompris-sound-da - Danish sound files for GCompris
 gcompris-sound-de - German sound files for GCompris
 gcompris-sound-el - Greek sound files for GCompris
 gcompris-sound-en - English sound files for GCompris
 gcompris-sound-es - Spanish sound files for GCompris
 gcompris-sound-eu - Basque sound files for GCompris
 gcompris-sound-fi - Finnish sound files for GCompris
 gcompris-sound-fr - French sound files for GCompris
 gcompris-sound-he - Hebrew sound files for GCompris
 gcompris-sound-hi - Indian Hindi sound files for GCompris
 gcompris-sound-hu - Hungarian sound files for GCompris
 gcompris-sound-id - Indonesian sound files for GCompris
 gcompris-sound-it - Italian sound files for GCompris
 gcompris-sound-mr - Indian Marathi sound files for GCompris
 gcompris-sound-nb - Norwegian (Bokmal) sound files for GCompris
 gcompris-sound-nl - Dutch sound files for GCompris
 gcompris-sound-nn - Norwegian (Nynorsk) sound files for GCompris
 gcompris-sound-pa - Punjabi sound files for GCompris
 gcompris-sound-pt - Portuguese sound files for GCompris
 gcompris-sound-ptbr - Portuguese sound files for GCompris
 gcompris-sound-ru - Russian sound files for GCompris
 gcompris-sound-so - Somali sound files for GCompris
 gcompris-sound-sr - Serbian sound files for GCompris
 gcompris-sound-sv - Swedish sound files for GCompris
 gcompris-sound-tr - Turkish sound files for GCompris
 gcompris-sound-ur - Urdu sound files for GCompris
Closes: 452519 494476 510774
Changes: 
 gcompris (8.4.12-1) unstable; urgency=low
 .
   * New upstream release.
   * Add build-dependency on libgnet-dev, since that feature is now active
 by default.
   * Depend on gstreamer0.10-plugins-good for .wav files (Closes: #510774).
   * Fix typo in polish translation (Closes: #494476).
   * Depend on a recent version of librsvg2-common to avoid problems for
 backports (Closes: #452519).
   * Move -dbg package into section:debug (lintian).
   * Depend on gstreamer0.10-alsa as default gstreamer0.10-audiosink
 version (lintian).
   * Turn set -e on in gcompris.preinst (lintian).
   * Bumped Standards-Version to 3.8.1, no change.
Checksums-Sha1: 
 c0d212d489d98e4516334943fa0f9fb24d56cca4 1870 gcompris_8.4.12-1.dsc
 55b6619d7e05fcfa0934c8564d8085d5aa880bbe 104355638 gcompris_8.4.12.orig.tar.gz
 f0ad6dea2b5d8a8f7f3c68c8e944e89a40365131 18946 gcompris_8.4.12-1.diff.gz
 c510542939534ad13dab0306b90a39256e452f56 1272926 
gcompris-sound-ar_8.4.12-1_all.deb
 4bddfa3efc109ef6cd028bbaa9dcb6dbe8be1d63 818790 
gcompris-sound-bg_8.4.12-1_all.deb
 5fb1bcd194fa5e0bb3f615b940734c36a0fe3364 1704976 
gcompris-sound-br_8.4.12-1_all.deb
 3250493d5b86ae416fdbf8c8a4215aa9fdd01954 1054486 
gcompris-sound-cs_8.4.12-1_all.deb
 3cee6b16d08ab2d153169ac16c50e98aca48f337 470774 
gcompris-sound-da_8.4.12-1_all.deb
 a87f31de8114071eb87a331e8132c635d553a872 449506 
gcompris-sound-de_8.4.12-1_all.deb
 6031ee8a00d8cf0b2d138ea74659256ed44d9f30 2317806 
gcompris-sound-el_8.4.12-1_all.deb
 0cfd0994554c7b33a9c82d6d98927ca3baa9ad40 5594672 
gcompris-sound-en_8.4.12-1_all.deb
 9761e408c01d9a69f5ffa3febb9e70c67629a1e0 1451836 
gcompris-sound-es_8.4.12-1_all.deb
 d5dfa9bbe79745f4a94f152734c08681e4dbd970 911392 
gcompris-sound-eu_8.4.12-1_all.deb
 abc2f550344c48fdae3f2d2a35ca1bd78771d2ce 1821786 
gcompris-sound-fi_8.4.12-1_all.deb
 663dc7a18403380d17ddd22b50351c6f45e70f0a 5282586 
gcompris-sound-fr_8.4.12-1_all.deb
 2707ab8e271546ca168e55f3e154af7fe7263813 2649614 
gcompris-sound-he_8.4.12-1_all.deb
 b7f2a6a6b34df4188c76c000f06d2db2cab2e280 2656254 
gcompris-sound-hi_8.4.12-1_all.deb
 e386a0cbb674aa76cdd0235ce8706183b56873c1 686798 
gcompris-sound-hu_8.4.12-1_all.deb
 db9cd6a806d6cdc00a6cfaa14e4a84cdbff69262 372762 
gcompris-sound-id_8.4.12-1_all.deb
 

Accepted debian-xcontrol 0.0.3-2 (source powerpc)

2009-04-21 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 10:56:59 +0200
Source: debian-xcontrol
Binary: debian-xcontrol
Architecture: source powerpc
Version: 0.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Simon Richter s...@debian.org
Changed-By: Simon Richter s...@debian.org
Description: 
 debian-xcontrol - Extended syntax for debian/control files
Changes: 
 debian-xcontrol (0.0.3-2) unstable; urgency=low
 .
   * Patch configure check (fix PPC build)
Checksums-Sha1: 
 c99d6b5e46589cdc83a593ea167fabab3e848c16 1184 debian-xcontrol_0.0.3-2.dsc
 b959317c660dbc6cacb9776415e2e5d36c57bf07 3020 debian-xcontrol_0.0.3-2.diff.gz
 197d94c9f250b9f76dc8b782447dde9f3bc8cbd7 63522 
debian-xcontrol_0.0.3-2_powerpc.deb
Checksums-Sha256: 
 42cc71a4fe4c5a84ac7e567bb80147fa7e4800d078828a557ff254aa1a90fae2 1184 
debian-xcontrol_0.0.3-2.dsc
 d609998e9c4df57e8ff5fe7e0ea677484cfb413c5a916d8244a8e87885479546 3020 
debian-xcontrol_0.0.3-2.diff.gz
 575a2a093d8e2a466dc0b7fb863a63db0eacdc5449997df7671bc664a18820bb 63522 
debian-xcontrol_0.0.3-2_powerpc.deb
Files: 
 ed45dba18b6863bc207d7a05f5df1cba 1184 devel extra debian-xcontrol_0.0.3-2.dsc
 9870d52a4b37f76e4c5afb8fd4b64707 3020 devel extra 
debian-xcontrol_0.0.3-2.diff.gz
 b606351b53d8fabf472c1fd5f3e4f08f 63522 devel extra 
debian-xcontrol_0.0.3-2_powerpc.deb

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

iJwEAQECAAYFAkntjJcACgkQ0sfeulffv7uzZgP/VS8LIPSUJ/zsgem7HwkwnR2z
s5n3KLbJPCVdfo1VKyM2PQHJZaY4ognfTXu0teG37pVHP3tv9dvyGiAz+wf5j/WB
IMHi4G8HXaxZoKG2shx8MyT6ytgM66tRhwiIbn4T/KsDI8qct+lxxtHoWbJ2xjsY
DpY/4OEqzsKelT/383Q=
=ZIFf
-END PGP SIGNATURE-


Accepted:
debian-xcontrol_0.0.3-2.diff.gz
  to pool/main/d/debian-xcontrol/debian-xcontrol_0.0.3-2.diff.gz
debian-xcontrol_0.0.3-2.dsc
  to pool/main/d/debian-xcontrol/debian-xcontrol_0.0.3-2.dsc
debian-xcontrol_0.0.3-2_powerpc.deb
  to pool/main/d/debian-xcontrol/debian-xcontrol_0.0.3-2_powerpc.deb


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



Accepted magicfilter 1.2-60.1 (source amd64)

2009-04-21 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 03 Apr 2009 19:48:23 -0300
Source: magicfilter
Binary: magicfilter
Architecture: source amd64
Version: 1.2-60.1
Distribution: unstable
Urgency: low
Maintainer: David Frey df...@debian.org
Changed-By: Rogério Brito rbr...@ime.usp.br
Description: 
 magicfilter - automatic printer filter
Changes: 
 magicfilter (1.2-60.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Do some QA work, since I care about this package and the current
 maintainer issued an RFA bug (176737).
   * debian/control: revamp the file:
 + replace tetex-bin with texlive.
 + replace gs with ghostscript.
 + remove gzip dependency  build-dependency (it's essential).
 + remove dvips nonexistent dependency (dvips is included in texlive).
 + remove libjpeg-gif dependency (nonexistent).
 + add poppler-utils in front of xpdf-utils (the first is more updated).
 + add autotools-dev to build-deps.
 + wrap the build-deps and deps fields.
 + add Homepage: field.
   * debian/watch: create from scratch.
   * debian/rules:
 + don't ignore make errors.
 + don't ignore make errors (-i).
 + soon to use a patch system (quilt).
 + soon to use debhelper (it's homebrew for now).
 + add upstream changelog.
   * debian/{postinst,postrm,prerm}:
 + use set -e.
   * debian/copyright:
 + refer to GPL-2, not GPL.
 + added upstream copyright notice.
   * debian/menu:
 + change section to Applications/System/Administration.
   * debian/control:
 + change Standards-Version to 3.8.1.
Checksums-Sha1: 
 a7845501fd7da1389ed6cf6ce13a70c5ed2a1f54 1174 magicfilter_1.2-60.1.dsc
 b450d9fb2772c7483c7b7bf1dc77411f9c7d6dc4 58435 magicfilter_1.2-60.1.diff.gz
 1c7a21ac938e667a30d47b707f136183401f405d 51120 magicfilter_1.2-60.1_amd64.deb
Checksums-Sha256: 
 5aea0c43a86c117f9e33a622c731b25d13dee1cd7a6f290975cf4e9b9de32145 1174 
magicfilter_1.2-60.1.dsc
 be201cfc91425bcf81f9fb6f6bbbd5a3af6748b3d9973ed38b9cbacaedcb5c84 58435 
magicfilter_1.2-60.1.diff.gz
 cc45722d9f942291c685529fd528295df21b4ba42063cb9ffeca470041ef3099 51120 
magicfilter_1.2-60.1_amd64.deb
Files: 
 3654670fb3ef31d4827a58feca14c690 1174 text optional magicfilter_1.2-60.1.dsc
 96225574ef60cb10f96bb7c4cbcd7503 58435 text optional 
magicfilter_1.2-60.1.diff.gz
 19b41066ccafb061d2e7d056db3c8e6f 51120 text optional 
magicfilter_1.2-60.1_amd64.deb

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

iD8DBQFJ7bM85TUK4GCH0vgRAoTzAJ4/qk3FCj6GwBqwhfO7KBV9JCcwZgCfQBhA
TU4dHuqGAK95p8svLuomtRU=
=tn0T
-END PGP SIGNATURE-


Accepted:
magicfilter_1.2-60.1.diff.gz
  to pool/main/m/magicfilter/magicfilter_1.2-60.1.diff.gz
magicfilter_1.2-60.1.dsc
  to pool/main/m/magicfilter/magicfilter_1.2-60.1.dsc
magicfilter_1.2-60.1_amd64.deb
  to pool/main/m/magicfilter/magicfilter_1.2-60.1_amd64.deb


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



Accepted git-core 1:1.6.2.4-1 (source all)

2009-04-21 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Apr 2009 20:22:02 +
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.6.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git-core (1:1.6.2.4-1) unstable; urgency=low
 .
   * new upstream point release.
Checksums-Sha1: 
 5d1a21fce14f6536e966f19c7fb4b3d5d347ca59 1303 git-core_1.6.2.4-1.dsc
 2e62d5ed5989ddd59d5d6773dfc7fcf3f6e74498 2449309 git-core_1.6.2.4.orig.tar.gz
 0da0c880217d072e4eafbbf6f8d8ff6163a23d55 278077 git-core_1.6.2.4-1.diff.gz
 853534514e44d0ebed0872fbecaf160758d67a8f 1159212 git-doc_1.6.2.4-1_all.deb
 6cad80e985770e290e6c41130f0b080a8c157cce 279752 git-arch_1.6.2.4-1_all.deb
 df79fe0a20873b38e7fd20c6efc59e991ed22083 342952 git-cvs_1.6.2.4-1_all.deb
 0775341fde7d80346a24051946c06e31a245fb82 36 git-svn_1.6.2.4-1_all.deb
 f0eec659ac2a78cb20c0b72415433f360be7db52 266566 
git-daemon-run_1.6.2.4-1_all.deb
 baeb7f99d1e0e5beed06bb09aae06046704f1ada 280022 git-email_1.6.2.4-1_all.deb
 4d6aafcbc80b6946591a13fa35f5d6e88aa1652e 499698 git-gui_1.6.2.4-1_all.deb
 6d115446042c52ca04c5c348bc0be2b058a86e55 357388 gitk_1.6.2.4-1_all.deb
 8749786444bcb1f51b3a5f41f45d6792ba63379b 325530 gitweb_1.6.2.4-1_all.deb
Checksums-Sha256: 
 ca0ceae71f593e2e5064a3fcc3b20143fb3c57b780ea9a1106b46c0a64ea 1303 
git-core_1.6.2.4-1.dsc
 b797aa968977dc0c1a05507936f4640bc2cfaefbf2eb06c24587b43b19a06435 2449309 
git-core_1.6.2.4.orig.tar.gz
 d5002689a00880aee3b6121156e3a83df5e332191003045ece69dbd2990cc785 278077 
git-core_1.6.2.4-1.diff.gz
 044756d9d049f8d35109ecc51e9a046dafdcc10115f51122707605ab1f927eec 1159212 
git-doc_1.6.2.4-1_all.deb
 3298e439c9858821432982769ed59d4985934353307f2ac52c9509c9fd18b94e 279752 
git-arch_1.6.2.4-1_all.deb
 73e0ddcfab1608a6ba31488a32cbdd81c914562d5029ca891f954bbd9aa4e45c 342952 
git-cvs_1.6.2.4-1_all.deb
 a863d1202eb5a428d248266dd8969b513ef5196e616fcb3633258e24165e0c4a 36 
git-svn_1.6.2.4-1_all.deb
 02c9d5b2ed986ff7c3c713a8c2539847d19644f4830d24cb980c46eda44e4fad 266566 
git-daemon-run_1.6.2.4-1_all.deb
 791e15a632d3737acaadf189fc80861be176483ef31416f58e012ef5b329ad12 280022 
git-email_1.6.2.4-1_all.deb
 600527ef618468c23ac958536e1984131d8bc2c2dc761831fdafef522589beca 499698 
git-gui_1.6.2.4-1_all.deb
 5c82fd0e2daeb9291b96dd7b1f3c9490bed0c2cb555452c44368f869d6a87378 357388 
gitk_1.6.2.4-1_all.deb
 2a06760a7b70755532cc5974edac573459534a80a4f80903c956f847a77e7e8c 325530 
gitweb_1.6.2.4-1_all.deb
Files: 
 23f969131cfeab3cb783b42a3bf6c068 1303 vcs optional git-core_1.6.2.4-1.dsc
 1dc78f85c2fea8f56b9d543a42980d37 2449309 vcs optional 
git-core_1.6.2.4.orig.tar.gz
 2d0d34638b37714a92e0e277452d0679 278077 vcs optional git-core_1.6.2.4-1.diff.gz
 d554295b76599b98b7d6a4911e77049a 1159212 doc optional git-doc_1.6.2.4-1_all.deb
 b13cd6c0d48dc37f7e98426d624a6b1a 279752 vcs optional git-arch_1.6.2.4-1_all.deb
 9ea1b03def7623d5ae622c40ad0393b9 342952 vcs optional git-cvs_1.6.2.4-1_all.deb
 19c05c45dcf095d968f208d5242bc40f 36 vcs optional git-svn_1.6.2.4-1_all.deb
 49e3eddf964bb600bba6bcb4771d03d0 266566 vcs optional 
git-daemon-run_1.6.2.4-1_all.deb
 0f49a1a1392d5ddc1f4562ef2510a87e 280022 vcs optional 
git-email_1.6.2.4-1_all.deb
 e21c2b963560a213fd297d090ab38495 499698 vcs optional git-gui_1.6.2.4-1_all.deb
 59a6a0cb08aaefb8d421cb8f4d457e4d 357388 vcs optional gitk_1.6.2.4-1_all.deb
 1eee13c966611356dc62dedad0719971 325530 vcs optional gitweb_1.6.2.4-1_all.deb

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

iEYEARECAAYFAkntDJQACgkQGJoyQbxwpv+YUwCbBouWMiriAJTFPe5Ebl61iQjL
AxgAoIkLtTou7murfH9qQBMki8/uL7PA
=19mG
-END PGP SIGNATURE-


Accepted:
git-arch_1.6.2.4-1_all.deb
  to pool/main/g/git-core/git-arch_1.6.2.4-1_all.deb
git-core_1.6.2.4-1.diff.gz
  to pool/main/g/git-core/git-core_1.6.2.4-1.diff.gz
git-core_1.6.2.4-1.dsc
  to pool/main/g/git-core/git-core_1.6.2.4-1.dsc
git-core_1.6.2.4.orig.tar.gz
  to pool/main/g/git-core/git-core_1.6.2.4.orig.tar.gz
git-cvs_1.6.2.4-1_all.deb
  to pool/main/g/git-core/git-cvs_1.6.2.4-1_all.deb

Accepted git-core 1:1.6.3~rc1-1 (source all)

2009-04-21 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Apr 2009 21:44:09 +
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.6.3~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git-core (1:1.6.3~rc1-1) experimental; urgency=low
 .
   * new upstream release candidate.
   * merge branch debian-sid.
Checksums-Sha1: 
 eaeb3d653c2ebe576f7b71e948b20a3c5ce2c92e 1317 git-core_1.6.3~rc1-1.dsc
 a7d5998f72b0da39d3369bbbe9bab18a5078db93 2495183 git-core_1.6.3~rc1.orig.tar.gz
 fb1d227538325b737be4d8e7ac5480d7d00c31cf 286913 git-core_1.6.3~rc1-1.diff.gz
 03eec1eec50221def3e4f9f81e72834f319a3714 1175190 git-doc_1.6.3~rc1-1_all.deb
 bbf05606e86e33f53a722e3f96858573740b0d21 288454 git-arch_1.6.3~rc1-1_all.deb
 27c0c5f435a0ee233896f4e789876485a13733c3 353344 git-cvs_1.6.3~rc1-1_all.deb
 d7a4e044994bc22b01fbdff4badcc55a54f45c00 331638 git-svn_1.6.3~rc1-1_all.deb
 ea929ebd31650a4e26edf33f23d3c49be0d3df24 275216 
git-daemon-run_1.6.3~rc1-1_all.deb
 8b5964ab65c535acd03c92940ec33fcb37952b2d 289790 git-email_1.6.3~rc1-1_all.deb
 3d389fc6ec8659eef84695aac11e645a73ba1cd3 508412 git-gui_1.6.3~rc1-1_all.deb
 4d50d7a794b5253675b1af15cfeba46c84484fc6 366108 gitk_1.6.3~rc1-1_all.deb
 9ba5fe7e039bc2f6194a2230bb709b775c7d8e9f 334372 gitweb_1.6.3~rc1-1_all.deb
Checksums-Sha256: 
 b02c4750a336b0c02463082264c923aae0760b2ae80a0917666376bed81b05f9 1317 
git-core_1.6.3~rc1-1.dsc
 429bf843aaf202d0a16d16d78b27a774960d966a15835331402277c748f32168 2495183 
git-core_1.6.3~rc1.orig.tar.gz
 b50046121020a0a2bb640cec58e439caacf47df9aa68fdc9c446d3a72bb84036 286913 
git-core_1.6.3~rc1-1.diff.gz
 7e6ae1b6936609b81abc0fdcac1afa60101cb4892cc251f6a29b0770933a98af 1175190 
git-doc_1.6.3~rc1-1_all.deb
 4fcc9eb6acaf0e434fe419b1740c70c2f30650e8dcf763dab0da0f127ef1dd09 288454 
git-arch_1.6.3~rc1-1_all.deb
 54f8694dff0fc47a3a7386709b2acc515dce528647b53fa078eb912dfce743a7 353344 
git-cvs_1.6.3~rc1-1_all.deb
 bc1d38e2dd67eb64f8945eae1ff35ecec983b00e9d8a58927647f98e119e9582 331638 
git-svn_1.6.3~rc1-1_all.deb
 e1bf1359cf38fd5acddd6cc22b2fc870694b90393413afbd78ef0dc54b35948d 275216 
git-daemon-run_1.6.3~rc1-1_all.deb
 14a73f105514f5d137bdf38db35204b09def470566749485e49d3c3a506d36c3 289790 
git-email_1.6.3~rc1-1_all.deb
 851b4dc765239ee3ff146e165bb0ce90f8d0939899e2f139d738f26d458dbcb8 508412 
git-gui_1.6.3~rc1-1_all.deb
 6cfa8e19f4e74c409443e4e1952f2521ecdb70dcca7c1e6d0c47b814dea042d4 366108 
gitk_1.6.3~rc1-1_all.deb
 08a91c691301d9b031cd3ca29ae6328a07eec576b1a3183bdb39466eadeaafec 334372 
gitweb_1.6.3~rc1-1_all.deb
Files: 
 0436bc61272a8dbeb4cc6457317906f5 1317 vcs optional git-core_1.6.3~rc1-1.dsc
 cc898de46de719601b1808cbfbc144c5 2495183 vcs optional 
git-core_1.6.3~rc1.orig.tar.gz
 9730fa14260b2a90606428a1612c7a04 286913 vcs optional 
git-core_1.6.3~rc1-1.diff.gz
 dc01b9a2625d8c9b6c8f57e7d21374cd 1175190 doc optional 
git-doc_1.6.3~rc1-1_all.deb
 b5314715095ae1acb89eb5c148133532 288454 vcs optional 
git-arch_1.6.3~rc1-1_all.deb
 32541215ad877c379002588f72dcd3fe 353344 vcs optional 
git-cvs_1.6.3~rc1-1_all.deb
 1e02f3bfe4fa14862424f12ff77c1bfe 331638 vcs optional 
git-svn_1.6.3~rc1-1_all.deb
 34d4aa4cd1aa0d792ad6d6cf50e07bad 275216 vcs optional 
git-daemon-run_1.6.3~rc1-1_all.deb
 4a580045b73cf0cf4b2d200803ca45b2 289790 vcs optional 
git-email_1.6.3~rc1-1_all.deb
 89cadb0d8d601e4922287d579e2cd820 508412 vcs optional 
git-gui_1.6.3~rc1-1_all.deb
 b80b6c9eafbd0a0e37e7bbaf0757febc 366108 vcs optional gitk_1.6.3~rc1-1_all.deb
 a939ec3a7e9420c6925c8f6b4ca1a9d2 334372 vcs optional gitweb_1.6.3~rc1-1_all.deb

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

iEYEARECAAYFAkntDGgACgkQGJoyQbxwpv+5fgCffTRcL1ddm0BBMr4ektoVIyxz
oYwAn1G1nPdz/XBrmDxZhAKsvShFr0BD
=w63G
-END PGP SIGNATURE-


Accepted:
git-arch_1.6.3~rc1-1_all.deb
  to pool/main/g/git-core/git-arch_1.6.3~rc1-1_all.deb
git-core_1.6.3~rc1-1.diff.gz
  to pool/main/g/git-core/git-core_1.6.3~rc1-1.diff.gz
git-core_1.6.3~rc1-1.dsc
  to pool/main/g/git-core/git-core_1.6.3~rc1-1.dsc

Accepted openswan 1:2.6.21+dfsg-2 (source all i386)

2009-04-21 Thread Rene Mayrhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 10:02:14 +0200
Source: openswan
Binary: openswan openswan-modules-source linux-patch-openswan
Architecture: source all i386
Version: 1:2.6.21+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer rm...@debian.org
Changed-By: Rene Mayrhofer rm...@debian.org
Description: 
 linux-patch-openswan - IPSEC Linux kernel support for Openswan
 openswan   - IPSEC utilities for Openswan
 openswan-modules-source - IPSEC kernel modules source for Openswan
Closes: 496376 522112
Changes: 
 openswan (1:2.6.21+dfsg-2) unstable; urgency=low
 .
   * The new upstream release should also compile with newer Debian
 kernels.
 Closes: #522112: openswan-modules-source: Fails to build with kernel
  2.6.26
   * Removed ununsed scripts in linux-patch-openswan that have security
 issues.
 Closes: #496376: The possibility of attack with the help of symlinks
  in some Debian packages
Checksums-Sha1: 
 530e523a17466cd5f29a84390e52c10abc8dde57 1299 openswan_2.6.21+dfsg-2.dsc
 c549333f364ed21c6152470c1e87b398801dd8c2 150427 openswan_2.6.21+dfsg-2.diff.gz
 43dfae2f250b5b12f1eab4ffd664349d443214be 479742 
openswan-modules-source_2.6.21+dfsg-2_all.deb
 94f8059eb8b031699ac8e647a3eee5d54f654ed3 866406 
linux-patch-openswan_2.6.21+dfsg-2_all.deb
 39cfb038bc6e947e485ac5aa7caa5c1e29e99815 3006438 
openswan_2.6.21+dfsg-2_i386.deb
Checksums-Sha256: 
 6c5291e5234bfaa598f1089f98b443d6e6ceaa00b01b824cc30077234d8f7469 1299 
openswan_2.6.21+dfsg-2.dsc
 2d2a308c1a698a9ac6de08bbf10dd537ef4a49e294ea2ae6a76d14d9882ce5d3 150427 
openswan_2.6.21+dfsg-2.diff.gz
 db68a88d5e7dd45289590565afdccbabe2be116f467300de8ba9a17e34d57cb5 479742 
openswan-modules-source_2.6.21+dfsg-2_all.deb
 7ddc4dedcc3fa556b816f7760910fd6fb9259776773f0d8e73bb80cc675d35e7 866406 
linux-patch-openswan_2.6.21+dfsg-2_all.deb
 b00f157e628edaeddc4885170915d89c734b740eeb1ace2907c85fe58a81 3006438 
openswan_2.6.21+dfsg-2_i386.deb
Files: 
 afe1e69ee5f6b0e26a4b3eb98ff0c4af 1299 net optional openswan_2.6.21+dfsg-2.dsc
 9c440c8c3ea3a0a119805af79fe707cd 150427 net optional 
openswan_2.6.21+dfsg-2.diff.gz
 24dc6d881f41fa0c0df30aa65a2d10a0 479742 kernel optional 
openswan-modules-source_2.6.21+dfsg-2_all.deb
 c1d027bda4b701ea4684888aa4a7560e 866406 kernel optional 
linux-patch-openswan_2.6.21+dfsg-2_all.deb
 91475adc36fc5c20c3767efbf4f82764 3006438 net optional 
openswan_2.6.21+dfsg-2_i386.deb

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

iEYEARECAAYFAknto+MACgkQq7SPDcPCS97kTgCg6y0daUpos/yXFJlkvcFVLvT1
SqQAnAqHycR5UlYm/bc5qjchDUOS4Q2v
=eXHw
-END PGP SIGNATURE-


Accepted:
linux-patch-openswan_2.6.21+dfsg-2_all.deb
  to pool/main/o/openswan/linux-patch-openswan_2.6.21+dfsg-2_all.deb
openswan-modules-source_2.6.21+dfsg-2_all.deb
  to pool/main/o/openswan/openswan-modules-source_2.6.21+dfsg-2_all.deb
openswan_2.6.21+dfsg-2.diff.gz
  to pool/main/o/openswan/openswan_2.6.21+dfsg-2.diff.gz
openswan_2.6.21+dfsg-2.dsc
  to pool/main/o/openswan/openswan_2.6.21+dfsg-2.dsc
openswan_2.6.21+dfsg-2_i386.deb
  to pool/main/o/openswan/openswan_2.6.21+dfsg-2_i386.deb


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



Accepted liblunar 2.0.1-2 (source all amd64)

2009-04-21 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 19:23:11 +0800
Source: liblunar
Binary: liblunar-1-dev liblunar-1-0 liblunar-1-0-dbg liblunar-1-doc python-lunar
Architecture: source amd64 all
Version: 2.0.1-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 liblunar-1-0 - Chinese Lunar library
 liblunar-1-0-dbg - Chinese Lunar library
 liblunar-1-dev - Development files for the Chinese Lunar library
 liblunar-1-doc - Documentation for the Chinese Lunar library
 python-lunar - Python bindings for the Chinese Lunar library
Closes: 524854
Changes: 
 liblunar (2.0.1-2) unstable; urgency=low
 .
   * debian/control:
 - change maintainer's email.
 - bump standards version to 3.8.1
 - change section of liblunar-1-0-dbg to debug
 - add python-support (= 1.0) to build depends and depends of python-lunar
   (Closes: #524854)
Checksums-Sha1: 
 9b07f9f6e63b7356238e752d7db61aa43610b402 1348 liblunar_2.0.1-2.dsc
 6fbc77e757d64f39be832907e80dbe886d451876 3820 liblunar_2.0.1-2.diff.gz
 5e6198cfa41d9f1d25fe8206d22d3a66e8bf72f4 10400 liblunar-1-dev_2.0.1-2_amd64.deb
 2c44fa06df0b057dbd0782be240d392a219fc750 43072 liblunar-1-0_2.0.1-2_amd64.deb
 c97da08f76f732918479402a3f9d2393c9170592 6100 
liblunar-1-0-dbg_2.0.1-2_amd64.deb
 ca31c1b2f1327fd4b2d319c263c1f2d48795b9c4 11682 python-lunar_2.0.1-2_amd64.deb
 cdc257019cb826f26dada81a0f63a26c32b87963 16576 liblunar-1-doc_2.0.1-2_all.deb
Checksums-Sha256: 
 ec8ac851500e9a053b3e801456ed150f4fb1bae380254b13b35448a5c3498a11 1348 
liblunar_2.0.1-2.dsc
 3cf26eb5eca58d19106f1edc29ac5316c5d35033fbf1c45735260cf6e6ae18fd 3820 
liblunar_2.0.1-2.diff.gz
 c723c5b00dbb9edf12cfe7c5e44da297893eec6b57d9eccf7f574ba222ff5f08 10400 
liblunar-1-dev_2.0.1-2_amd64.deb
 0e974fc71d3da9b47523e0b795948cfa629c3da63010b7004cced7824bdfd7f3 43072 
liblunar-1-0_2.0.1-2_amd64.deb
 e4e4d8da0c428ee98990151279dcc343d5be28a64e2fcdccd4cfd44a4d514b99 6100 
liblunar-1-0-dbg_2.0.1-2_amd64.deb
 273be1b7eebb97f8c277f275582581c4dd4d41e31a747c24a6c6466383879069 11682 
python-lunar_2.0.1-2_amd64.deb
 65a1a0d7394cd28c64e233089a90d8dbb6f9d59d074e64517acebef9a5f6bd04 16576 
liblunar-1-doc_2.0.1-2_all.deb
Files: 
 8b5cb6837441d42a012b9bb5db6480c9 1348 libs optional liblunar_2.0.1-2.dsc
 1685f3aa8f9dbfeb04dad4635e349618 3820 libs optional liblunar_2.0.1-2.diff.gz
 70f266daff4c89f7b2542326c121b833 10400 libdevel optional 
liblunar-1-dev_2.0.1-2_amd64.deb
 2b3e1a49c6e4c7074115973af99161ab 43072 libs optional 
liblunar-1-0_2.0.1-2_amd64.deb
 4bf1b55d90759c0b2ba9637d7a5bacb9 6100 debug extra 
liblunar-1-0-dbg_2.0.1-2_amd64.deb
 78aac0a36a845d079dee45ca2e003fa8 11682 python optional 
python-lunar_2.0.1-2_amd64.deb
 c3aa085f331ae7f351e4cfe812727896 16576 doc optional 
liblunar-1-doc_2.0.1-2_all.deb

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

iD8DBQFJ7bKO5TUK4GCH0vgRAnV5AKCUZKytj2qAgDsXs94fnDhbPOOMXwCfX6xz
qe0hmu1I6JzB2BmgVX3Rv9c=
=Cpqe
-END PGP SIGNATURE-


Accepted:
liblunar-1-0-dbg_2.0.1-2_amd64.deb
  to pool/main/libl/liblunar/liblunar-1-0-dbg_2.0.1-2_amd64.deb
liblunar-1-0_2.0.1-2_amd64.deb
  to pool/main/libl/liblunar/liblunar-1-0_2.0.1-2_amd64.deb
liblunar-1-dev_2.0.1-2_amd64.deb
  to pool/main/libl/liblunar/liblunar-1-dev_2.0.1-2_amd64.deb
liblunar-1-doc_2.0.1-2_all.deb
  to pool/main/libl/liblunar/liblunar-1-doc_2.0.1-2_all.deb
liblunar_2.0.1-2.diff.gz
  to pool/main/libl/liblunar/liblunar_2.0.1-2.diff.gz
liblunar_2.0.1-2.dsc
  to pool/main/libl/liblunar/liblunar_2.0.1-2.dsc
python-lunar_2.0.1-2_amd64.deb
  to pool/main/libl/liblunar/python-lunar_2.0.1-2_amd64.deb


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



Accepted lua5.1 5.1.4-3 (source all amd64)

2009-04-21 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 13:06:23 +0200
Source: lua5.1
Binary: lua5.1-doc lua5.1 liblua5.1-0-dev liblua5.1-0 liblua5.1-0-dbg
Architecture: source all amd64
Version: 5.1.4-3
Distribution: unstable
Urgency: low
Maintainer: John V. Belmonte jbelmo...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-0 - Simple, extensible, embeddable programming language
 liblua5.1-0-dbg - Simple, extensible, embeddable programming language
 liblua5.1-0-dev - Simple, extensible, embeddable programming language
 lua5.1 - Simple, extensible, embeddable programming language
 lua5.1-doc - Simple, extensible, embeddable programming language
Changes: 
 lua5.1 (5.1.4-3) unstable; urgency=low
 .
   * added lua5.1-doc.doc-base Abstract: field.
   * -dbg package moved to section debug as suggested by lintian
Checksums-Sha1: 
 669c2e864246a4eff1ab0972bc2d17db0b69c564 1264 lua5.1_5.1.4-3.dsc
 c1a29cfd6d34306e0112433f501594704b0926cf 11337 lua5.1_5.1.4-3.diff.gz
 6bc64a67f0ca211239fd106a89f3d7bf319a4989 102172 lua5.1-doc_5.1.4-3_all.deb
 f6dd3ec5158095022d0572df40d74895f01c 145338 lua5.1_5.1.4-3_amd64.deb
 bc1ca09d10faeb770f32a5de4939ef6b5b5d1506 123202 
liblua5.1-0-dev_5.1.4-3_amd64.deb
 f65f15571617c2738b36e1bafb85d5f68467dcca 88702 liblua5.1-0_5.1.4-3_amd64.deb
 34eb71e632665e92950e53cce57839d76acc8ee3 463724 
liblua5.1-0-dbg_5.1.4-3_amd64.deb
Checksums-Sha256: 
 d39b653fd6e42b5216defd22346c936fd67667ecb09ecd3197a496e4966df04e 1264 
lua5.1_5.1.4-3.dsc
 20bbd50dd0cfa792e7f9bd52e14aa5094dc14bfcb7c5ea5719b09322ca7b146d 11337 
lua5.1_5.1.4-3.diff.gz
 61c7d018a85e3cf637536ea3e3faabad87c64c4b537ae21a143d63b616409e27 102172 
lua5.1-doc_5.1.4-3_all.deb
 2607fd5918ade1c09ee3dd23da752e1038f27c33f3d4697a4f96b3737bc7e477 145338 
lua5.1_5.1.4-3_amd64.deb
 ad4f7048ed68732e00ee953fc10adb3a5f60940865e7776689298c38642a9cd1 123202 
liblua5.1-0-dev_5.1.4-3_amd64.deb
 82d53abdeb4eb884f434e366b4b5e7bd177ad18d84887e224c718c9235eafe4c 88702 
liblua5.1-0_5.1.4-3_amd64.deb
 1eb42f10e2a97e82cb8a20efe6a6520253496f7dce63bb97505e2e48d5fcd388 463724 
liblua5.1-0-dbg_5.1.4-3_amd64.deb
Files: 
 6e0c4590221c1c8f93d82f7b664a7739 1264 interpreters optional lua5.1_5.1.4-3.dsc
 e228987970808528d4d21ff65148e692 11337 interpreters optional 
lua5.1_5.1.4-3.diff.gz
 7851db865180f40301716ceb8c22a5c4 102172 doc optional lua5.1-doc_5.1.4-3_all.deb
 c781c48ae23a1fa55ab00971d0577dd8 145338 interpreters optional 
lua5.1_5.1.4-3_amd64.deb
 28d85672c0edf1598704da5661224475 123202 libdevel optional 
liblua5.1-0-dev_5.1.4-3_amd64.deb
 a94d7cd72a6cf52d681692c436fe7c6b 88702 libs optional 
liblua5.1-0_5.1.4-3_amd64.deb
 6a21c9ae6aca09a5dab0d19f8a17214e 463724 debug extra 
liblua5.1-0-dbg_5.1.4-3_amd64.deb

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

iEYEARECAAYFAkntuvgACgkQ7kkcPgEj8vJp/ACfQzzsU3EAaK8d+2cSC3JybAuy
JKMAn3s32XUwewhfKj4blbxrTpi6K3fv
=wUou
-END PGP SIGNATURE-


Accepted:
liblua5.1-0-dbg_5.1.4-3_amd64.deb
  to pool/main/l/lua5.1/liblua5.1-0-dbg_5.1.4-3_amd64.deb
liblua5.1-0-dev_5.1.4-3_amd64.deb
  to pool/main/l/lua5.1/liblua5.1-0-dev_5.1.4-3_amd64.deb
liblua5.1-0_5.1.4-3_amd64.deb
  to pool/main/l/lua5.1/liblua5.1-0_5.1.4-3_amd64.deb
lua5.1-doc_5.1.4-3_all.deb
  to pool/main/l/lua5.1/lua5.1-doc_5.1.4-3_all.deb
lua5.1_5.1.4-3.diff.gz
  to pool/main/l/lua5.1/lua5.1_5.1.4-3.diff.gz
lua5.1_5.1.4-3.dsc
  to pool/main/l/lua5.1/lua5.1_5.1.4-3.dsc
lua5.1_5.1.4-3_amd64.deb
  to pool/main/l/lua5.1/lua5.1_5.1.4-3_amd64.deb


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



Accepted org-mode 6.26a-3 (source all)

2009-04-21 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 05:25:46 -0700
Source: org-mode
Binary: org-mode
Architecture: source all
Version: 6.26a-3
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 org-mode   - keep notes, maintain ToDo lists, and do project planning in emacs
Closes: 524951
Changes: 
 org-mode (6.26a-3) unstable; urgency=low
 .
   * Do not support emacs21 and xemacs21 anymore; upstream author mentioned
 he will not willingly break Emacs 21 support, but no longer will make
 any effort to adapt code for it (Closes: #524951).
Checksums-Sha1: 
 4ef3b24f16c6ef864fa6e1fefe15781fd0fbabf7 1007 org-mode_6.26a-3.dsc
 2013611712e76beccbf0ac35e9848535c87c8b43 7278 org-mode_6.26a-3.diff.gz
 5ccce8d971355e4559a66ccacf05ed6dbcd3c033 1970136 org-mode_6.26a-3_all.deb
Checksums-Sha256: 
 24c5ef4bd27f65c2018c645e760a731380e83fb89cd1648440da5ca51175d8f4 1007 
org-mode_6.26a-3.dsc
 b348c3253259a00eeaac26e4e4e7ddb6c282e202c00465f5d615d5f640be6fe6 7278 
org-mode_6.26a-3.diff.gz
 210adadb709fa9404a8b9e087d1d2c37d6a37ce42589627a07b6b074655ca114 1970136 
org-mode_6.26a-3_all.deb
Files: 
 68660d03dc80ead6887c9aa9ebe8be4e 1007 misc optional org-mode_6.26a-3.dsc
 5c5e55e3f1ef1ec14ab20364bb33d1fb 7278 misc optional org-mode_6.26a-3.diff.gz
 e1f8da1b9cf67386f6c29cff22d755c4 1970136 misc optional org-mode_6.26a-3_all.deb

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

iEYEARECAAYFAkntu24ACgkQiZgNKcDdyD8CMACgkVh4YXFuFsNsZZu4DvmZC7Xm
8vIAoLC30CoYkce83JAYNZ2tPJUfezI8
=j8o2
-END PGP SIGNATURE-


Accepted:
org-mode_6.26a-3.diff.gz
  to pool/main/o/org-mode/org-mode_6.26a-3.diff.gz
org-mode_6.26a-3.dsc
  to pool/main/o/org-mode/org-mode_6.26a-3.dsc
org-mode_6.26a-3_all.deb
  to pool/main/o/org-mode/org-mode_6.26a-3_all.deb


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



Accepted org-mode 6.26a-4 (source all)

2009-04-21 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 05:35:05 -0700
Source: org-mode
Binary: org-mode
Architecture: source all
Version: 6.26a-4
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 org-mode   - keep notes, maintain ToDo lists, and do project planning in emacs
Changes: 
 org-mode (6.26a-4) unstable; urgency=low
 .
   * xemacs21 is fine, as it has url.el.
Checksums-Sha1: 
 df9478897e0f1b983ca178021b4bbf70e7d81f9e 1007 org-mode_6.26a-4.dsc
 399d00518bfe7260f1e64bd463cd58b07fa36d9d 7313 org-mode_6.26a-4.diff.gz
 fda771afbe62ba860796aabfaddda35684d8632d 1970182 org-mode_6.26a-4_all.deb
Checksums-Sha256: 
 af92cedaf3287988b86bd5c77fa6a1cc0b9ca950f87c77b52a03172c13d006e3 1007 
org-mode_6.26a-4.dsc
 ebdff87507e412e631053c09a658544b5b4507ce6ce6318a848ab96c38a0610b 7313 
org-mode_6.26a-4.diff.gz
 136849cdeb2b95a72dd3c6bd81531c18dc54891547104f43d8cb8b1c9365afaa 1970182 
org-mode_6.26a-4_all.deb
Files: 
 89a6f77aa428136b8b212d7c9eca9d32 1007 misc optional org-mode_6.26a-4.dsc
 ed665bab35aaf30f68321f699db50a64 7313 misc optional org-mode_6.26a-4.diff.gz
 6949bc62d447dd0c50348d7ff3dc71ac 1970182 misc optional org-mode_6.26a-4_all.deb

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

iEYEARECAAYFAkntv1IACgkQiZgNKcDdyD/BCgCgiKEq7zyhQKsrFapmYOznb2Qk
+oEAoMagFjVa13EB7vPVQ0cyqV2kX/0j
=w2Xm
-END PGP SIGNATURE-


Accepted:
org-mode_6.26a-4.diff.gz
  to pool/main/o/org-mode/org-mode_6.26a-4.diff.gz
org-mode_6.26a-4.dsc
  to pool/main/o/org-mode/org-mode_6.26a-4.dsc
org-mode_6.26a-4_all.deb
  to pool/main/o/org-mode/org-mode_6.26a-4_all.deb


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



Accepted gftp 2.0.19-1 (source all i386)

2009-04-21 Thread Xavier Oswald
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 14:00:34 +0200
Source: gftp
Binary: gftp gftp-gtk gftp-text gftp-common
Architecture: source all i386
Version: 2.0.19-1
Distribution: unstable
Urgency: low
Maintainer: Xavier Oswald xosw...@debian.org
Changed-By: Xavier Oswald xosw...@debian.org
Description: 
 gftp   - X/GTK+ FTP client
 gftp-common - shared files for other gFTP packages
 gftp-gtk   - X/GTK+ FTP client
 gftp-text  - colored FTP client using GLib
Changes: 
 gftp (2.0.19-1) unstable; urgency=low
 .
   * New upstream release
   * Set met as maintainer. Thanks to Aurélien for his work.
   * debian/control:
 - Remove DM flag
 - Remove old Vcs-*
 + Update version of debhelper in Build-Depends
   * Set debian/compat to 7
   * Update debian/copyright
   * Bump Standards-Version to 3.8.1
Checksums-Sha1: 
 a5fa896e1b3b0f8671d963d42310d80fa4da256e 1110 gftp_2.0.19-1.dsc
 a6bc61008488220f1580dc90237e370499611acb 2691419 gftp_2.0.19.orig.tar.gz
 0b88cab7d322f3a96a76f1f8c3eac007aa33c055 1472 gftp_2.0.19-1.diff.gz
 8cc6303a65416fdcbb7b78ad32c38b2c572640cb 54726 gftp_2.0.19-1_all.deb
 a12b9001fc7e7bf4080eadbc4683d2bfdf237bc6 227386 gftp-gtk_2.0.19-1_i386.deb
 881be99b07a1594a2927d236d4506b11859cddac 132578 gftp-text_2.0.19-1_i386.deb
 c394d9e0f5c85b14f9310deaaef43c6f9a1f48fe 959074 gftp-common_2.0.19-1_i386.deb
Checksums-Sha256: 
 7aa0ebb5cff0a39dd810a4f7a4571998fef48284110c72137015050ce9e4fd0c 1110 
gftp_2.0.19-1.dsc
 eefc47ae51b011a2412874f0df068397ad85d9600c1acc02e22d5df3d9a60074 2691419 
gftp_2.0.19.orig.tar.gz
 03e3bb0b2f927a936215b7e2b1987741e140b3105707dc30ab4e8c386dd05014 1472 
gftp_2.0.19-1.diff.gz
 993ba37abca944eda62f09ef1d5033641717e6071ccc061ba4bc7c4de20d6459 54726 
gftp_2.0.19-1_all.deb
 2a1ed121234fb308a993581526d8315d2a208b40d03ed9577ccc8bfc01bb5e01 227386 
gftp-gtk_2.0.19-1_i386.deb
 52fd33b53e33c27741b07c38724e56dc901d6599cb53c1bfdd2202332e6d73ff 132578 
gftp-text_2.0.19-1_i386.deb
 fd78638f3490beb4fa8eee893504277a8ac1e01a2ec61f41ec7ca76dca8f3c68 959074 
gftp-common_2.0.19-1_i386.deb
Files: 
 7589383cd7bb30f89e6e12304d943f30 1110 net optional gftp_2.0.19-1.dsc
 4c0cab4b35e8666f5892b02125270a21 2691419 net optional gftp_2.0.19.orig.tar.gz
 07da22dcf4d8a576904b1d7872264a93 1472 net optional gftp_2.0.19-1.diff.gz
 25b4bd44fe78292605aecb243f80c2af 54726 net optional gftp_2.0.19-1_all.deb
 edc312e86433ccfb05ed5ccc8de84b9b 227386 net optional gftp-gtk_2.0.19-1_i386.deb
 81e12a7a3199eb132650c3e4f50785ba 132578 net optional 
gftp-text_2.0.19-1_i386.deb
 67d2923290bb406ce8a97d585b4b300e 959074 net optional 
gftp-common_2.0.19-1_i386.deb

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

iEYEARECAAYFAkntvKgACgkQpDDGqoi7tR4/8ACcCDQaMrrS6I/z4iYuCz5TAOzA
b9sAoIsi4pzSSaY1xDVlMjKGRUmPTZDC
=I/m2
-END PGP SIGNATURE-


Accepted:
gftp-common_2.0.19-1_i386.deb
  to pool/main/g/gftp/gftp-common_2.0.19-1_i386.deb
gftp-gtk_2.0.19-1_i386.deb
  to pool/main/g/gftp/gftp-gtk_2.0.19-1_i386.deb
gftp-text_2.0.19-1_i386.deb
  to pool/main/g/gftp/gftp-text_2.0.19-1_i386.deb
gftp_2.0.19-1.diff.gz
  to pool/main/g/gftp/gftp_2.0.19-1.diff.gz
gftp_2.0.19-1.dsc
  to pool/main/g/gftp/gftp_2.0.19-1.dsc
gftp_2.0.19-1_all.deb
  to pool/main/g/gftp/gftp_2.0.19-1_all.deb
gftp_2.0.19.orig.tar.gz
  to pool/main/g/gftp/gftp_2.0.19.orig.tar.gz


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



Accepted quodlibet 2.0-3 (source all i386)

2009-04-21 Thread Tristan Seligmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Mar 2009 17:48:21 +0200
Source: quodlibet
Binary: exfalso quodlibet quodlibet-ext
Architecture: source all i386
Version: 2.0-3
Distribution: unstable
Urgency: low
Maintainer: Christine Spang christ...@debian.org
Changed-By: Tristan Seligmann mithra...@mithrandi.net
Description: 
 exfalso- audio tag editor for GTK+
 quodlibet  - audio library manager and player for GTK+
 quodlibet-ext - extensions for the Quod Libet audio player
Closes: 476376
Changes: 
 quodlibet (2.0-3) unstable; urgency=low
 .
   * Fix watch file.
   * Don't create empty /usr/lib/quodlibet.
   * Avoid installing empty site-packages dir in exfalso.
   * Remove spurious libmpcdec3 dependency (closes: #476376).
   * Switch to quilt for patches.
   * Apply Ubuntu patch for selecting music profile.
   * Update changelog.
   * Set DEB_PYTHON_MODULE_PACKAGES and depend on cdbs 0.5.45.
   * Bump Standards-Version; no changes required.
Checksums-Sha1: 
 125daefa62191d9147ae0ba74c2e33de38662214 1355 quodlibet_2.0-3.dsc
 312bcace3803baaf88cc3b9ca964b30aff663e74 7686 quodlibet_2.0-3.diff.gz
 6d6db96af2530808d3072a3bf21ad455f295fc38 555144 exfalso_2.0-3_all.deb
 ef760008ef86c18d2948c308d4d118ec08cb4a0a 29944 quodlibet_2.0-3_all.deb
 d1eb28af2d1550e77174a6253c360861c145d7f5 27304 quodlibet-ext_2.0-3_i386.deb
Checksums-Sha256: 
 746f81767159570b6f8f63de03e5ebd4b90be26621b725745b4a71029707ca05 1355 
quodlibet_2.0-3.dsc
 0a6e66ce16406b6ef1a068555b20679bfbb2bc0eced53c8f3f2c966a9b9101c0 7686 
quodlibet_2.0-3.diff.gz
 5524e878662675efeefd2f91dc6e64f66f443253165fc08e60dcd47f0dfa6bff 555144 
exfalso_2.0-3_all.deb
 1b12afb2e5a96466320a842577c8c0449b90184a1004955cec64adf97abac4df 29944 
quodlibet_2.0-3_all.deb
 7187a88e46eca48505b43f31f9cd9617f314d91feb89a5e827eb2268a6b494d9 27304 
quodlibet-ext_2.0-3_i386.deb
Files: 
 c183731ec03c86990952967b891e0418 1355 sound optional quodlibet_2.0-3.dsc
 f7469b6a89b51a53abd25c2e64418da1 7686 sound optional quodlibet_2.0-3.diff.gz
 a38fad4936a2d8d9215160401d15 555144 sound optional exfalso_2.0-3_all.deb
 56446f51e81e6aaabe2bb00185da3bd7 29944 sound optional quodlibet_2.0-3_all.deb
 0d9853757dfa89347f2a5bc717d4583d 27304 sound optional 
quodlibet-ext_2.0-3_i386.deb

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

iEYEARECAAYFAkntwNoACgkQd73XuVITgbp+1gCgk7bH9VvYe5DJhY16hq3V2uc2
0VwAnAuYx5ZWjD17pnGo0dLVHJzIHgJF
=m3jD
-END PGP SIGNATURE-


Accepted:
exfalso_2.0-3_all.deb
  to pool/main/q/quodlibet/exfalso_2.0-3_all.deb
quodlibet-ext_2.0-3_i386.deb
  to pool/main/q/quodlibet/quodlibet-ext_2.0-3_i386.deb
quodlibet_2.0-3.diff.gz
  to pool/main/q/quodlibet/quodlibet_2.0-3.diff.gz
quodlibet_2.0-3.dsc
  to pool/main/q/quodlibet/quodlibet_2.0-3.dsc
quodlibet_2.0-3_all.deb
  to pool/main/q/quodlibet/quodlibet_2.0-3_all.deb


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



Accepted dansguardian 2.9.9.7-2.1 (source amd64)

2009-04-21 Thread Imre Gergely
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 19 Apr 2009 09:42:35 +0300
Source: dansguardian
Binary: dansguardian
Architecture: source amd64
Version: 2.9.9.7-2.1
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt formo...@debian.org
Changed-By: Imre Gergely gi...@narancs.net
Description: 
 dansguardian - Web content filtering
Changes: 
 dansguardian (2.9.9.7-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Added patch for clamav 0.95/libclamav6 support
 - added debian/patches/50_clamav095_support.dpatch
Checksums-Sha1: 
 9514a382d81516e2d86a0d0b84a3d9e7abbce5a2 1083 dansguardian_2.9.9.7-2.1.dsc
 a5779932104c5f9e33e69bff782e158ac5c0b3b7 52517 dansguardian_2.9.9.7-2.1.diff.gz
 03a536355279c54c77480d144ee73fc16c7c86f2 478352 
dansguardian_2.9.9.7-2.1_amd64.deb
Checksums-Sha256: 
 154f1e31647d2bbd31b0ab60e8158b5ee013e270148bbea58f8d6396d4239ec7 1083 
dansguardian_2.9.9.7-2.1.dsc
 cd76c2afac815a5d17a8642592ca617585f170c9e0539f0897c07b3ec9760337 52517 
dansguardian_2.9.9.7-2.1.diff.gz
 c1bcf730a30b167bfc507d630ca4d2d4634bab0ac9d2533b1dfa8ef7c762f4f7 478352 
dansguardian_2.9.9.7-2.1_amd64.deb
Files: 
 69cfafc33fc7462ac6b10b33b3f36417 1083 web optional dansguardian_2.9.9.7-2.1.dsc
 b9a3e8cbe7ce7f362497abb7d422a556 52517 web optional 
dansguardian_2.9.9.7-2.1.diff.gz
 a7e88bbde423a426bd83527c269563e9 478352 web optional 
dansguardian_2.9.9.7-2.1_amd64.deb

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

iEYEARECAAYFAkntyZMACgkQ5Sc9mGvjxCPJxQCfQbCBYqS2TwZdG4RgB+mLf0kB
mnUAoMUh0rKo9RVOvZvfCXMEc1njatzY
=6WnK
-END PGP SIGNATURE-


Accepted:
dansguardian_2.9.9.7-2.1.diff.gz
  to pool/main/d/dansguardian/dansguardian_2.9.9.7-2.1.diff.gz
dansguardian_2.9.9.7-2.1.dsc
  to pool/main/d/dansguardian/dansguardian_2.9.9.7-2.1.dsc
dansguardian_2.9.9.7-2.1_amd64.deb
  to pool/main/d/dansguardian/dansguardian_2.9.9.7-2.1_amd64.deb


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



Accepted linphone 3.1.1-1 (source all i386)

2009-04-21 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 22:34:41 +1000
Source: linphone
Binary: linphone linphone-nox linphone-common liblinphone3 liblinphone-dev 
libmediastreamer0 libmediastreamer-dev libortp8 libortp-dev
Architecture: source all i386
Version: 3.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 liblinphone-dev - linphone web phone's library (supporting the SIP protocol)
 liblinphone3 - linphone's shared library part (supporting the SIP protocol)
 libmediastreamer-dev - linphone web phone's media library
 libmediastreamer0 - linphone web phone's media library
 libortp-dev - Real-time Transport Protocol stack
 libortp8   - Real-time Transport Protocol stack
 linphone   - SIP softphone - graphical client
 linphone-common - Shared components of the linphone SIP softphone
 linphone-nox - SIP softphone - console-only client
Closes: 521128 524620
Changes: 
 linphone (3.1.1-1) unstable; urgency=low
 .
   * New upstream release
 - Fixes new version 3.1.0 is available (Closes: #521128)
   * Fix should depend on host Added Depends: (Closes: #524620)
   * Build-Depends  Description: changes from Simon Morlat (upstream)
   * Add linphonecsh to linphone-nox package
Checksums-Sha1: 
 69b3387a7607af6c286e5bef4d51447800bf1eeb 1805 linphone_3.1.1-1.dsc
 820fad3d273975cc8493d3dabf7959ef59fe7c4d 7809388 linphone_3.1.1.orig.tar.gz
 5a7a2939d55d38843b37945649650c56be4e9727 12613 linphone_3.1.1-1.diff.gz
 674be9a0c9ca5de225b8b06768cca26e3055314d 6007456 
linphone-common_3.1.1-1_all.deb
 595ebcff60426f22bdf9c43409253b898d60d203 63842 linphone_3.1.1-1_i386.deb
 3b447abd34c618bc569b1fd63cb48f186cbabfa6 50912 linphone-nox_3.1.1-1_i386.deb
 0256266c4df95fd99e3ec995ecaf34bf7f6b1189 80628 liblinphone3_3.1.1-1_i386.deb
 cfab1b2fabf103da93dfa040702b3068ba266e19 31222 liblinphone-dev_3.1.1-1_i386.deb
 caf7375f88231e5be319401df5e5dafb9465e898 103158 
libmediastreamer0_3.1.1-1_i386.deb
 d156ebedfccad4a7463281f629f285827c753016 38434 
libmediastreamer-dev_3.1.1-1_i386.deb
 80f7d6723ec57190418295eed9fee8ad0b635574 69820 libortp8_3.1.1-1_i386.deb
 9531fb62f8a47fa8f015b9757eaa91207e94a0d7 146480 libortp-dev_3.1.1-1_i386.deb
Checksums-Sha256: 
 3c71b4e78d21a700d0ff26979176c721a602b352073566a3219c739e16313422 1805 
linphone_3.1.1-1.dsc
 d4f4cbf9da3c0437a9f2e181eea611adbefc6b4a7073cf8d8f3ac0fe795c8eff 7809388 
linphone_3.1.1.orig.tar.gz
 c233a2b26b482b7438b3bd21afb3da5b1c7102a6768e557e8ee576fe49706bd8 12613 
linphone_3.1.1-1.diff.gz
 5596280e62b74c49b10dcaf13bc0beb6c3b55cdb8e6bee9b58fb17cc67984225 6007456 
linphone-common_3.1.1-1_all.deb
 dc220e885840df7cefe25c18f13e002e471fcf67a519e0d2f0d34f2130ac792e 63842 
linphone_3.1.1-1_i386.deb
 c01d4d7e21fd9ab9335a9ade4c5382e14284d47bb435c98dadd63a2157192b39 50912 
linphone-nox_3.1.1-1_i386.deb
 c56ede1c0db9b9625a4dc1a928e4fbe88d63d21f9e43e81a36837acd3ad80ca4 80628 
liblinphone3_3.1.1-1_i386.deb
 28d57a4e5a87f4d6fc59da9879693ab79d59ef2abd660bb304a5d5d023b2b0f5 31222 
liblinphone-dev_3.1.1-1_i386.deb
 d480797bead11dd7e40627b322efe90c0099c5e163f33a0faf3e8a5fb6618e68 103158 
libmediastreamer0_3.1.1-1_i386.deb
 a47bbc0a3cfa657d00a96817c60b07ce2877b1ecad63bc572413de03faf9c994 38434 
libmediastreamer-dev_3.1.1-1_i386.deb
 17edaa17f6143da4b045c0f1131d3c37611e6cadc1acdaefbb4468a74bd4b4d7 69820 
libortp8_3.1.1-1_i386.deb
 fad1a254c771dae0921fbdeb085d8079021205ef9149015010a242fa075a3a97 146480 
libortp-dev_3.1.1-1_i386.deb
Files: 
 9c1a6af11444c5cb19295ae197d32589 1805 sound optional linphone_3.1.1-1.dsc
 b6f09552712e6ec265e200813234144a 7809388 sound optional 
linphone_3.1.1.orig.tar.gz
 9c2fd28ce6fa586ad5263a864eee5d82 12613 sound optional linphone_3.1.1-1.diff.gz
 666f32de07109560df78a478a46a01e6 6007456 sound optional 
linphone-common_3.1.1-1_all.deb
 06bc6fa5117a2aeb01d414abc6fde9ed 63842 sound optional linphone_3.1.1-1_i386.deb
 4a6b326e4197ad5dad1c950fa2ba90cb 50912 sound optional 
linphone-nox_3.1.1-1_i386.deb
 28022fa31c41ef59293aeb2fe35e90fe 80628 libs optional 
liblinphone3_3.1.1-1_i386.deb
 c0b6eb9b43a4e7a31f4e45e2b7c9ef93 31222 libdevel optional 
liblinphone-dev_3.1.1-1_i386.deb
 eba60c0556d25fd3aa31854983ac302c 103158 libs optional 
libmediastreamer0_3.1.1-1_i386.deb
 b48eab9953c18768ea14d89ab3afab87 38434 libdevel optional 
libmediastreamer-dev_3.1.1-1_i386.deb
 21dc6244f9ffaa59f76b0b82bf5047e4 69820 libs optional libortp8_3.1.1-1_i386.deb
 6da95a21947e21191f1f484e4285f706 146480 libdevel optional 
libortp-dev_3.1.1-1_i386.deb

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

iEYEARECAAYFAkntvvMACgkQoCzanz0IthKF0wCfXEmHpDEYgNo4g8eHrF03pnTM
jqwAoJMwXEPjI332a7pHO3jkjRhp8Zf0
=AX9i
-END PGP SIGNATURE-


Accepted:
liblinphone-dev_3.1.1-1_i386.deb
  to pool/main/l/linphone/liblinphone-dev_3.1.1-1_i386.deb
liblinphone3_3.1.1-1_i386.deb
  to pool/main/l/linphone/liblinphone3_3.1.1-1_i386.deb

Accepted bibledit 3.7-1 (source all i386)

2009-04-21 Thread Jonathan Marsden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 04:54:04 -0700
Source: bibledit
Binary: bibledit bibledit-data
Architecture: source all i386
Version: 3.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Crosswire Packaging Team 
pkg-crosswire-de...@lists.alioth.debian.org
Changed-By: Jonathan Marsden jmars...@fastmail.fm
Description: 
 bibledit   - Bible translation tool
 bibledit-data - documentation and data for bibledit, a Bible translation tool
Closes: 524194
Changes: 
 bibledit (3.7-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/control:
 - Remove Conflicts: scripturechecks from bibledit-data (Closes: #524194).
 - Remove unnecessary Section: headers.
 - Remove unnecessary bibledit-data dependencies.
 - Lengthen bibletime-data description.
 - Depends iputils-ping | ping, not just ping.
 - Bump Standards-Version to 3.8.1 (no changes needed).
 - Soften Recommends: bibletime to Suggests:.
   * debian/patches:
 - Remove 01_manpage_section.patch, included upstream.
 - Add 01_desktop_file.patch correcting .desktop file.
   * debian/copyright: Fix typo in licence file location description.
   * debian/*.1: Remove man pages, now included upstream.
   * debian/manpages: Install upstream manpages.
Checksums-Sha1: 
 8f3cd887471b66310f2a3890d7d4bbfcecdbc5de 1348 bibledit_3.7-1.dsc
 7708b66825cb8833ce0a6350d76a83c28f17a7d5 2943441 bibledit_3.7.orig.tar.gz
 18cb378ba731e09bb86e3839abe5876aca61aecf 3452 bibledit_3.7-1.diff.gz
 a557a76a21eb1a8701b203527c2fabca03e3eefa 1741240 bibledit-data_3.7-1_all.deb
 19f64452807abf2aed7d818ab7c9c192603615bf 1321158 bibledit_3.7-1_i386.deb
Checksums-Sha256: 
 df619648efd8835a80130653ac1b221aa39c0ae6ff3d485423c5bf6d960edcdc 1348 
bibledit_3.7-1.dsc
 983e32421da29468a79361db42a734b666203b297d01fc36ae8ee0cfbdf6d5d8 2943441 
bibledit_3.7.orig.tar.gz
 d791ad2a2b901611e06dfcc084ef96b3312ba8d5f6030afc1f3e585c1d199b99 3452 
bibledit_3.7-1.diff.gz
 ffb8ca97596d9e36c5aded2fc2e146f7f18018712829f5a771001aaf1af63c13 1741240 
bibledit-data_3.7-1_all.deb
 c17fb0fc68fbff52fa0db85ad8366befc2148161640a0759b67cc5c63496859c 1321158 
bibledit_3.7-1_i386.deb
Files: 
 493f179204783c7b2906c2e5521a6b67 1348 gnome optional bibledit_3.7-1.dsc
 60b877da748d42caeda14d62a79cdbc0 2943441 gnome optional 
bibledit_3.7.orig.tar.gz
 6547866d13124010adfea5a1741075a4 3452 gnome optional bibledit_3.7-1.diff.gz
 16b96d84bda622ece6253a68781bbd03 1741240 gnome optional 
bibledit-data_3.7-1_all.deb
 c69c468a7a254086f04e1d20a934ed87 1321158 gnome optional bibledit_3.7-1_i386.deb

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

iEYEARECAAYFAknty8cACgkQ5SXWIKfIlGQ8ZgCdG7gTbbwZc75wZWNNeYAxlcgM
V1EAnjTw97TR3CXGTvrN2a9F3UdsJmPQ
=NDV1
-END PGP SIGNATURE-


Accepted:
bibledit-data_3.7-1_all.deb
  to pool/main/b/bibledit/bibledit-data_3.7-1_all.deb
bibledit_3.7-1.diff.gz
  to pool/main/b/bibledit/bibledit_3.7-1.diff.gz
bibledit_3.7-1.dsc
  to pool/main/b/bibledit/bibledit_3.7-1.dsc
bibledit_3.7-1_i386.deb
  to pool/main/b/bibledit/bibledit_3.7-1_i386.deb
bibledit_3.7.orig.tar.gz
  to pool/main/b/bibledit/bibledit_3.7.orig.tar.gz


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



Accepted libmodplug 1:0.8.4-5 (source all i386)

2009-04-21 Thread Zed Pobre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Apr 2009 14:29:36 -0400
Source: libmodplug
Binary: libmodplug0c2 libmodplug-dev
Architecture: source all i386
Version: 1:0.8.4-5
Distribution: unstable
Urgency: low
Maintainer: Zed Pobre z...@debian.org
Changed-By: Zed Pobre z...@debian.org
Description: 
 libmodplug-dev - development files for mod music based on ModPlug
 libmodplug0c2 - shared libraries for mod music based on ModPlug
Closes: 524417
Changes: 
 libmodplug (1:0.8.4-5) unstable; urgency=low
 .
   * Fix ftbfs on all architectures (Closes: #524417):
 * Build-depends: automake1.9
 * re-order autotools/libtool calls.
 * Thanks to Fathi Boudra for the patch.
Checksums-Sha1: 
 ec15c0da42800a016e97dffde8230b2ccf6faa83 1314 libmodplug_0.8.4-5.dsc
 17fade6a876ae495b446f15b3c81f4fde8373884 7606 libmodplug_0.8.4-5.diff.gz
 c5f26020ed521c2306c2a1e7c97242d2fb011bcd 25068 libmodplug-dev_0.8.4-5_all.deb
 48aef0b8b2b4d5e423cba6aff8d7b8c97899072b 171984 libmodplug0c2_0.8.4-5_i386.deb
Checksums-Sha256: 
 cda94a60c1596b8e851564cafa286d33f20394e2b315a962d8c94521fc299399 1314 
libmodplug_0.8.4-5.dsc
 5f9d5e56c76455e392ad02fc0e0ad37dfc05a3a390c8e48fcdaf685ae6f2b635 7606 
libmodplug_0.8.4-5.diff.gz
 421812919b3bf6563c224cd894d3f2f96c73979269eccb3c6bed71096b9abb0c 25068 
libmodplug-dev_0.8.4-5_all.deb
 648dc391c380f69a87cf2f69418695ae29f2d70b3639b2f2c4b3790364d6199c 171984 
libmodplug0c2_0.8.4-5_i386.deb
Files: 
 b7fbc14a80ff16eb06e03571a5220b41 1314 libs optional libmodplug_0.8.4-5.dsc
 981f8207ba3a60324eb79c1a155e41e2 7606 libs optional libmodplug_0.8.4-5.diff.gz
 d8fa0feab15b2b71645eb07e1e3d4d0c 25068 libdevel optional 
libmodplug-dev_0.8.4-5_all.deb
 e7f57e873a712820e9cb2b2eb847951c 171984 libs optional 
libmodplug0c2_0.8.4-5_i386.deb

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

iQEVAwUBSe3Phh0207zoJUw5AQLhhAgAuwFZOIAtB+5GXr6TMYzrAUnc9+QOpMjo
21stNRVQoZj0QA++/PbPpaFwl8lJoGHvi5XUtDwiXYu6CIaXLMDau0+HhdH0riuM
pjZksWYbkhCEaUPWDTjCCkdVcgs+ARyJyw7yCuNhBeqgSPSla8SycJEMlZF/2fmv
xuUzlB9CbFeHip2Jj/S8dogIjHxcrNYhmnHR+7cOGYwjIx008mgdgiem8MHjjs/l
sLb6W6a/Z7hKxItI34hHXw6M0vrsAswPvoYmrMOXOUgbAGDEdmNMOc70fDBedXTV
dPf7gHUFW/PBRddgRNHnm6FN0eU/sZD6DLf/BwpYm9dyvFukdSloYQ==
=lxiz
-END PGP SIGNATURE-


Accepted:
libmodplug-dev_0.8.4-5_all.deb
  to pool/main/libm/libmodplug/libmodplug-dev_0.8.4-5_all.deb
libmodplug0c2_0.8.4-5_i386.deb
  to pool/main/libm/libmodplug/libmodplug0c2_0.8.4-5_i386.deb
libmodplug_0.8.4-5.diff.gz
  to pool/main/libm/libmodplug/libmodplug_0.8.4-5.diff.gz
libmodplug_0.8.4-5.dsc
  to pool/main/libm/libmodplug/libmodplug_0.8.4-5.dsc


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



Accepted numactl 2.0.3~rc2-1 (source i386)

2009-04-21 Thread Ian Wienand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 07:32:53 -0700
Source: numactl
Binary: numactl libnuma1 libnuma-dev libnuma-dbg
Architecture: source i386
Version: 2.0.3~rc2-1
Distribution: unstable
Urgency: low
Maintainer: Ian Wienand i...@debian.org
Changed-By: Ian Wienand i...@debian.org
Description: 
 libnuma-dbg - Debug package for libnuma
 libnuma-dev - Development files for libnuma
 libnuma1   - Libraries for controlling NUMA policy
 numactl- NUMA scheduling and memory placement tool
Changes: 
 numactl (2.0.3~rc2-1) unstable; urgency=low
 .
   * New upstream
Checksums-Sha1: 
 ffd725076acf39602e1c5b232f51c48d221ae378 1090 numactl_2.0.3~rc2-1.dsc
 cbe3a3a30d47326e6adef9c951692765069e6aa5 70587 numactl_2.0.3~rc2.orig.tar.gz
 28bc5fc0b222911675e55bce0d386b8b1071ca3d 5121 numactl_2.0.3~rc2-1.diff.gz
 b109e1ac121fe49c083b54c6e5020f3953d1f0f1 29500 numactl_2.0.3~rc2-1_i386.deb
 8c43eb830770b098122ba0efcffc4d8d106dc8c6 23774 libnuma1_2.0.3~rc2-1_i386.deb
 80647687f600377a27fd96f362690a6a79575652 37302 libnuma-dev_2.0.3~rc2-1_i386.deb
 1fe71b98a7f94b1eaf6790e5100c11836fc42491 50136 libnuma-dbg_2.0.3~rc2-1_i386.deb
Checksums-Sha256: 
 487b6a36ebaee3966c0cf904b3ff818e720c7ebd5451199c2ff0e01183032163 1090 
numactl_2.0.3~rc2-1.dsc
 80948cdd9c23b28470f5c1821ac32b8d5791fa64e4316297b5564c0fd5ff201b 70587 
numactl_2.0.3~rc2.orig.tar.gz
 098e691b40cf766420d9fbe05e6e6e5b1fe72b362ca385724ae1eb2e4c2ab526 5121 
numactl_2.0.3~rc2-1.diff.gz
 bfdeea962e645a9ed65aa9bb27e31ec4f8bc11cc53c531524c7d4170e69f3ba5 29500 
numactl_2.0.3~rc2-1_i386.deb
 263856df7692c6a099fbb87c68918ef27b520b1ac68270f6b58b759adcca3872 23774 
libnuma1_2.0.3~rc2-1_i386.deb
 9354029eeb16535d83cf53d0b56c6abf8a4f1272d836a7a0c614b93ac9b23183 37302 
libnuma-dev_2.0.3~rc2-1_i386.deb
 ab5d18026f35a8927976bb0121920dc8b9ca4ed81555b4a9c3a03d5435409f3a 50136 
libnuma-dbg_2.0.3~rc2-1_i386.deb
Files: 
 846aea0b6e6b83318871b806d20c318b 1090 admin optional numactl_2.0.3~rc2-1.dsc
 8696854273a9d404fff78e1a2d8bc600 70587 admin optional 
numactl_2.0.3~rc2.orig.tar.gz
 8baae23aecfc127421867da5429f10c5 5121 admin optional 
numactl_2.0.3~rc2-1.diff.gz
 258f9b1ae3eb199c6949340aa18dc0e5 29500 admin optional 
numactl_2.0.3~rc2-1_i386.deb
 1d826643fb71ba62a1cc90b1af9ecb04 23774 libs optional 
libnuma1_2.0.3~rc2-1_i386.deb
 3a268c6ebf06422146e35a61ddfa5ce5 37302 libdevel extra 
libnuma-dev_2.0.3~rc2-1_i386.deb
 788cf90d7bda3983a8128b1936e2c6c5 50136 libdevel extra 
libnuma-dbg_2.0.3~rc2-1_i386.deb

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

iEYEARECAAYFAknt2o8ACgkQWDlSU/gp6edYLQCg5a1yLnHY40T/Rfk1XaRnHn1A
CugAn2xlk0tXLyXIgyNDa5KYnASq3F7M
=VcqQ
-END PGP SIGNATURE-


Accepted:
libnuma-dbg_2.0.3~rc2-1_i386.deb
  to pool/main/n/numactl/libnuma-dbg_2.0.3~rc2-1_i386.deb
libnuma-dev_2.0.3~rc2-1_i386.deb
  to pool/main/n/numactl/libnuma-dev_2.0.3~rc2-1_i386.deb
libnuma1_2.0.3~rc2-1_i386.deb
  to pool/main/n/numactl/libnuma1_2.0.3~rc2-1_i386.deb
numactl_2.0.3~rc2-1.diff.gz
  to pool/main/n/numactl/numactl_2.0.3~rc2-1.diff.gz
numactl_2.0.3~rc2-1.dsc
  to pool/main/n/numactl/numactl_2.0.3~rc2-1.dsc
numactl_2.0.3~rc2-1_i386.deb
  to pool/main/n/numactl/numactl_2.0.3~rc2-1_i386.deb
numactl_2.0.3~rc2.orig.tar.gz
  to pool/main/n/numactl/numactl_2.0.3~rc2.orig.tar.gz


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



Accepted dballe 4.0.10-1 (source all amd64)

2009-04-21 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 13:39:38 +0100
Source: dballe
Binary: libdballe-dev libdballe-doc libdballe4 libdballef-dev libdballef4 
libdballepp-dev libdballepp4 python-dballe dballe-common dballe provami
Architecture: source all amd64
Version: 4.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini enr...@debian.org
Changed-By: Enrico Zini enr...@debian.org
Description: 
 dballe - Database for punctual meteorological data (Command line tools)
 dballe-common - Common data files for all DB-All.e modules
 libdballe-dev - DB-All.e C development library for weather research
 libdballe-doc - documentation for the DB-ALL.e C library for weather research
 libdballe4 - DB-ALL.e C shared library for weather research
 libdballef-dev - DB-All.e Fortran development library for weather research
 libdballef4 - DB-ALL.e Fortran shared library for weather research
 libdballepp-dev - DB-All.e C++ development library for weather research
 libdballepp4 - DB-ALL.e C++ shared library for weather research
 provami- Graphical interface to DB-All.e databases
 python-dballe - DB-ALL.e Python library for weather research
Closes: 515920 517607
Changes: 
 dballe (4.0.10-1) unstable; urgency=low
 .
   * New upstream version
  - Implemented dbamsg bisect to find messages with problems among large
message sets
  - ship direction and ship speed flags were swapped when reading from AOF
  - Ignore CREX data when loading tables for BUFR decoding/encoding
  - Handle negative heights in AOF aireps, somehow
   * libdballe-doc is now Architecture: all.  Closes: #517607
   * Updated Standard-Version (no change required)
   * Build-Depend on ghostscript instead of gs
   * Added missing ${misc:Depends}
   * Updated debhelper compatibility level
   * Move libdballe-doc to Section: doc.  Closes: #515920
Checksums-Sha1: 
 e0ff2acaab9f47890201b6c8e79178bb628df552 2126 dballe_4.0.10-1.dsc
 1db8153d75c6bc4cc6447d7b39e1562b06bd3e41 1686783 dballe_4.0.10.orig.tar.gz
 20f3a7e8558c9c3bb26cbb96a101de6df1c89c38 5244 dballe_4.0.10-1.diff.gz
 c91ea2c54a3a288b7d82c3f538e2ef4a8865036a 368360 libdballe-doc_4.0.10-1_all.deb
 f61fd381637f542fb9e713f0270e586079566746 239712 provami_4.0.10-1_all.deb
 789fec65a70ae0e542dbf90074603a54a5e244a4 253466 
libdballe-dev_4.0.10-1_amd64.deb
 566acd7fda47a1652b21001ffbbb9fec27c36a30 134432 libdballe4_4.0.10-1_amd64.deb
 dd440ca3624b1e470e97c290f6af6cca5060ae01 201566 
libdballef-dev_4.0.10-1_amd64.deb
 c41a41239c62091d79e2dee58dc4b00c1e5d264e 38864 libdballef4_4.0.10-1_amd64.deb
 8b28251ce43a22245fa2926f9bc570bc2d68598c 107412 
libdballepp-dev_4.0.10-1_amd64.deb
 9a9c404dfec12f88f339d8a06e27caa7b3bccbcd 30210 libdballepp4_4.0.10-1_amd64.deb
 137674b74e50ee8a613af3e473f11de77383f13c 475290 
python-dballe_4.0.10-1_amd64.deb
 b67cca7abeba222df90282d2df4b13223f5944e9 403606 
dballe-common_4.0.10-1_amd64.deb
 7a3efbf6d078c0d9651e0ddae5c2e43c63cee217 135462 dballe_4.0.10-1_amd64.deb
Checksums-Sha256: 
 8e8329c6025562ee7e80ea40f7bd35ad520393e9608d15d965c55ed175574a0b 2126 
dballe_4.0.10-1.dsc
 cbd11d13cecb930e41906931db244a29cefc47a9485836e3dfb3e821cfeee243 1686783 
dballe_4.0.10.orig.tar.gz
 2cbbe1080a882dd43e1cfdfd89508ce9b180bbc0d3f952eecf0d6005bd9d1ce0 5244 
dballe_4.0.10-1.diff.gz
 de2c7e5894bee5727572aa06a985f2050696984fa99c2955de5ba64a701942c6 368360 
libdballe-doc_4.0.10-1_all.deb
 b3ef709d1aeb1298b533fab6afeef971fc7ece53b7ccfa264add9ef9665818e2 239712 
provami_4.0.10-1_all.deb
 c5671b076b630b4b230a55402045389a4f22175c1a77f367cfb55f5dc59e63c8 253466 
libdballe-dev_4.0.10-1_amd64.deb
 fcb938f5e77f79b88e4b6db5b7d082f77326e959b5220b2633a303f65439e393 134432 
libdballe4_4.0.10-1_amd64.deb
 f136f9ff87e767c3cd09740141edf27ea9dcb07674b74e871d5ca6c9daf4a05a 201566 
libdballef-dev_4.0.10-1_amd64.deb
 58740dfc6f1580d2472c4f64f5fb324b9e9260b0ffa6e1f1463e81aa99c91d56 38864 
libdballef4_4.0.10-1_amd64.deb
 5536a3f5a3903c8e17bd65b345818372061bfa6210a7f9ed12dfed2e222c04a2 107412 
libdballepp-dev_4.0.10-1_amd64.deb
 eb08456ac4e62d658acd136bc3ef593b02f13c2831a99671264491ec49cfa827 30210 
libdballepp4_4.0.10-1_amd64.deb
 f102f9cc6d65576a0dd363e9631402a33990af32664ecd7eed237a8580db215e 475290 
python-dballe_4.0.10-1_amd64.deb
 b81ae1ee176a7e3b991a2e2aa9908302187471bacd36c27f1e8afd48777264e4 403606 
dballe-common_4.0.10-1_amd64.deb
 21a070ff4d3c6d3516e3354bf31e3368a9d22a0f035c9fde27bb99605db82f51 135462 
dballe_4.0.10-1_amd64.deb
Files: 
 61441723bd3553cc6156941f6fde4ce9 2126 misc optional dballe_4.0.10-1.dsc
 cca1b79e8890a4d8a6f0abb62ad60253 1686783 misc optional 
dballe_4.0.10.orig.tar.gz
 54a04d87f343cff01b1035bce3f44b78 5244 misc optional dballe_4.0.10-1.diff.gz
 0a96932d9d90c3fd11cba2e2fc2ed98d 368360 doc optional 
libdballe-doc_4.0.10-1_all.deb
 789105719f0dca75df0b1a663d487bcf 239712 misc optional provami_4.0.10-1_all.deb
 a833845921fd17ba7d1e14721a9ba955 253466 libdevel optional 
libdballe-dev_4.0.10-1_amd64.deb
 

Accepted libyaml-tiny-perl 1.36-1 (source all)

2009-04-21 Thread John Lightsey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Apr 2009 20:28:53 -0500
Source: libyaml-tiny-perl
Binary: libyaml-tiny-perl
Architecture: source all
Version: 1.36-1
Distribution: unstable
Urgency: low
Maintainer: John Lightsey light...@debian.org
Changed-By: John Lightsey light...@debian.org
Description: 
 libyaml-tiny-perl - Read/Write YAML files with as little code as possible
Changes: 
 libyaml-tiny-perl (1.36-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 1f9067560e840d471c33a26a84790af37792608c 1058 libyaml-tiny-perl_1.36-1.dsc
 2b7b44680f19ea2b85bbd2da290c020bf1c9b76f 33823 
libyaml-tiny-perl_1.36.orig.tar.gz
 518c4d065d4210e5040d54830dd220ce2e3d923c 2419 libyaml-tiny-perl_1.36-1.diff.gz
 4439eaf4627d5a770e3e446944a81704f368cb25 28582 libyaml-tiny-perl_1.36-1_all.deb
Checksums-Sha256: 
 78193dbbe61d176ac2e151a72d8802536c591c455a04c2350418bf46d5c17651 1058 
libyaml-tiny-perl_1.36-1.dsc
 e32d56eda7602e9130681882dbf74cddc109d61b0e6a124c3a7740871c0c55fa 33823 
libyaml-tiny-perl_1.36.orig.tar.gz
 4ab55b05e3ada181f8fdaae288c63728f51e0a9dc7d7166b3d680e72be2c5893 2419 
libyaml-tiny-perl_1.36-1.diff.gz
 c9933896f474adc3cdfcf3332982184d98b3116acc8118f812b2d083671c9107 28582 
libyaml-tiny-perl_1.36-1_all.deb
Files: 
 d656bc7ab2d3cb84d116d252dd00f267 1058 perl optional 
libyaml-tiny-perl_1.36-1.dsc
 4d2b19298e9f500b3fff961daf458a01 33823 perl optional 
libyaml-tiny-perl_1.36.orig.tar.gz
 a5066ebd852dbebc5922b1c5f9116eb9 2419 perl optional 
libyaml-tiny-perl_1.36-1.diff.gz
 26515fa58aa05328ca5ffeac175400dc 28582 perl optional 
libyaml-tiny-perl_1.36-1_all.deb

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

iEYEARECAAYFAknt0FAACgkQBYeybkXz+/knAACfVIP4zwnUArZ867R6ak4lsGDU
4WcAnAgE5Zdc3Mrrfkf9a1pyaDIZXS65
=O/cN
-END PGP SIGNATURE-


Accepted:
libyaml-tiny-perl_1.36-1.diff.gz
  to pool/main/liby/libyaml-tiny-perl/libyaml-tiny-perl_1.36-1.diff.gz
libyaml-tiny-perl_1.36-1.dsc
  to pool/main/liby/libyaml-tiny-perl/libyaml-tiny-perl_1.36-1.dsc
libyaml-tiny-perl_1.36-1_all.deb
  to pool/main/liby/libyaml-tiny-perl/libyaml-tiny-perl_1.36-1_all.deb
libyaml-tiny-perl_1.36.orig.tar.gz
  to pool/main/liby/libyaml-tiny-perl/libyaml-tiny-perl_1.36.orig.tar.gz


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



Accepted newsbeuter 2.0-1 (source amd64)

2009-04-21 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 14:06:18 +0200
Source: newsbeuter
Binary: newsbeuter
Architecture: source amd64
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Nico Golde n...@debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 newsbeuter - text mode rss feed reader with podcast support
Changes: 
 newsbeuter (2.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Remove dependeny on mrss and nxml and add libxml2, newsbeuter
   now comes with its own parser.
 - Remove debian/patches and quilt dependency.
   * Bump to policy 3.8.1, no changes needed.
   * debian/copyright: adjust years.
   * Remove dh_clean -k call as it is deprecated - dh_prep.
   * Change newsbeuter homepage, it now has an official one.
   * Fix watch file url, new upstream code location.
   * Add bookmark-scuttle.sh to installed contrib files.
Checksums-Sha1: 
 1c2255f8f5240952f1f02ee55a435c1f6c082e24 1091 newsbeuter_2.0-1.dsc
 b25fb3d742c3f975140365e64861e653026ca12d 335576 newsbeuter_2.0.orig.tar.gz
 427f0b21dcfd16e2e6243573377ea9a7d515922a 4823 newsbeuter_2.0-1.diff.gz
 202c31f4d4a8f981ebc046823231dfb6d73501b2 636372 newsbeuter_2.0-1_amd64.deb
Checksums-Sha256: 
 342143d1e4076b27db09c81e2ea0aaf14698bd22e62c5fe294934c248919af13 1091 
newsbeuter_2.0-1.dsc
 f170b0de2b84c736c45e4093dd2361ff512a2ebf4e533e43f0790e3d406a146c 335576 
newsbeuter_2.0.orig.tar.gz
 f5c9eef5a886b42b655d0290f4abeb0a5570e304111b0bb8ca5a733ceb901277 4823 
newsbeuter_2.0-1.diff.gz
 24fa7223575249a7c4684428a17b6647f94f2124ce9fa58f729424ecfe417bdb 636372 
newsbeuter_2.0-1_amd64.deb
Files: 
 075cbe2b4751519f6c61dd0980e9df80 1091 net optional newsbeuter_2.0-1.dsc
 3b506b0c87f6e306917b7732d56eecf1 335576 net optional newsbeuter_2.0.orig.tar.gz
 a46425cddf0614544a6eda7a8fa90a02 4823 net optional newsbeuter_2.0-1.diff.gz
 7969aa7de65f0720d69cc740028e37c2 636372 net optional newsbeuter_2.0-1_amd64.deb

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

iEYEARECAAYFAknt4csACgkQHYflSXNkfP+8wQCfQV/t5qv7X6bCSQfw5Tq3XIR3
ArUAnRh08+U1eshjOoBxfjxH9J8B+cOb
=9KCY
-END PGP SIGNATURE-


Accepted:
newsbeuter_2.0-1.diff.gz
  to pool/main/n/newsbeuter/newsbeuter_2.0-1.diff.gz
newsbeuter_2.0-1.dsc
  to pool/main/n/newsbeuter/newsbeuter_2.0-1.dsc
newsbeuter_2.0-1_amd64.deb
  to pool/main/n/newsbeuter/newsbeuter_2.0-1_amd64.deb
newsbeuter_2.0.orig.tar.gz
  to pool/main/n/newsbeuter/newsbeuter_2.0.orig.tar.gz


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



Accepted kernel-wedge 2.55 (source all)

2009-04-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 14:19:42 -0300
Source: kernel-wedge
Binary: kernel-wedge
Architecture: source all
Version: 2.55
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 kernel-wedge - udeb package builder for Debian-Installer
Closes: 524531
Changes: 
 kernel-wedge (2.55) unstable; urgency=low
 .
   [ Samuel Thibault ]
   * Add sound-modules. Closes: #524531.
Checksums-Sha1: 
 f9642cd3286e6a8f734e255fd7012e9e0d7dbe9c 921 kernel-wedge_2.55.dsc
 660f56c15116156927a9448acbc242f93d7764e3 40607 kernel-wedge_2.55.tar.gz
 5d88fef1bc51676c196da8b17c00b8e103e9bd4f 45904 kernel-wedge_2.55_all.deb
Checksums-Sha256: 
 c1b2272d5b3793f19fe3abf5a6ec19edc2dc918a5dad81a13d3ec64afa7cdfd2 921 
kernel-wedge_2.55.dsc
 b763a4e7fa1dfe05a6f416c2dd7d02b35576bb400930250b92d8f06950dca687 40607 
kernel-wedge_2.55.tar.gz
 afc9bc2770f82908362e02e590ad604fb42ce864fb396c1d12b816dc72e14cb0 45904 
kernel-wedge_2.55_all.deb
Files: 
 6fc3d871d295d05fab38eaca6e00ffa1 921 utils optional kernel-wedge_2.55.dsc
 3d197615ca32fa40652be7a1b25f5379 40607 utils optional kernel-wedge_2.55.tar.gz
 6126d43284ca0588c21f6a7950a5de6c 45904 utils optional kernel-wedge_2.55_all.deb

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

iEYEARECAAYFAknuAPAACgkQLqiZQEml+FV5vQCeKqwOCnchCslOgCjpN8KiDtVp
cTEAnjJr7A+w6eAdGnUc31mCWvZ8G5/g
=+Nlv
-END PGP SIGNATURE-


Accepted:
kernel-wedge_2.55.dsc
  to pool/main/k/kernel-wedge/kernel-wedge_2.55.dsc
kernel-wedge_2.55.tar.gz
  to pool/main/k/kernel-wedge/kernel-wedge_2.55.tar.gz
kernel-wedge_2.55_all.deb
  to pool/main/k/kernel-wedge/kernel-wedge_2.55_all.deb


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



Accepted tryton-client 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 19:23:00 +0200
Source: tryton-client
Binary: tryton-client
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-client - Tryton Application Platform (Client)
Changes: 
 tryton-client (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Removing own desktop file, using newly added one from upstream.
   * Tidy rules files.
   * Updating version information in manpage.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 cba77af40f5745261544cc33aeda7cb73eb30237 1264 tryton-client_1.2.0-1.dsc
 bc73b8683a71a0d662469583c00a4d1afca4fb17 488175 tryton-client_1.2.0.orig.tar.gz
 d6e5de6853cad82d9d133481f9203c8f88eac62e 3699 tryton-client_1.2.0-1.diff.gz
 6b4c4305be4d2fb58f535dbd70181d072b141ab3 477366 tryton-client_1.2.0-1_all.deb
Checksums-Sha256: 
 d1c7c3fba57359a8d9798ed9cb6c74f372b9bd1fbafb5af07344577ba08d0177 1264 
tryton-client_1.2.0-1.dsc
 cb8e7b7d84336fbf3012522b9550d53a13a70adca1c8d2d9e2e7e2310cdc7cdf 488175 
tryton-client_1.2.0.orig.tar.gz
 7ea728395d6f714dc409cd8094a009c2e7f8672e3d8df4ad0ccf6d715bb6c72b 3699 
tryton-client_1.2.0-1.diff.gz
 8fd7bdd1aa2a55b3997d399744e9c68e957dad1777f61fe7c9bd50389cc2d507 477366 
tryton-client_1.2.0-1_all.deb
Files: 
 30211492ab38aa1e66978399bcae6023 1264 python optional tryton-client_1.2.0-1.dsc
 e345a7da011dd14108ebbd6188fd31de 488175 python optional 
tryton-client_1.2.0.orig.tar.gz
 92fbd240a84f64ab825f54657cfe6ce7 3699 python optional 
tryton-client_1.2.0-1.diff.gz
 328b28a2e8dd71ee8ac371feb2543d8a 477366 python optional 
tryton-client_1.2.0-1_all.deb

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

iEYEARECAAYFAknuAbIACgkQ+C5cwEsrK55mnACgyiLKQpYWG0TElIzEvshDwd9u
VTIAn0pNNQVB6g4iVqcVVEOTn0V4h6ej
=YPOf
-END PGP SIGNATURE-


Accepted:
tryton-client_1.2.0-1.diff.gz
  to pool/main/t/tryton-client/tryton-client_1.2.0-1.diff.gz
tryton-client_1.2.0-1.dsc
  to pool/main/t/tryton-client/tryton-client_1.2.0-1.dsc
tryton-client_1.2.0-1_all.deb
  to pool/main/t/tryton-client/tryton-client_1.2.0-1_all.deb
tryton-client_1.2.0.orig.tar.gz
  to pool/main/t/tryton-client/tryton-client_1.2.0.orig.tar.gz


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



Accepted tryton-server 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 19:27:00 +0200
Source: tryton-server
Binary: tryton-server
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-server - Tryton Application Platform (Server)
Changes: 
 tryton-server (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules files.
   * Updating version information in manpage.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 f5791a4a30bba044d0af368a543f7c44e43b 1264 tryton-server_1.2.0-1.dsc
 7065098af2859ce92e466d4f38f9592fae1694ee 224183 tryton-server_1.2.0.orig.tar.gz
 cd3012d0439ec929fc10ce860220e3beacda1b11 5682 tryton-server_1.2.0-1.diff.gz
 f4099abfd2037538e94b70dc55b3ca2411cd0872 215694 tryton-server_1.2.0-1_all.deb
Checksums-Sha256: 
 b019b10c320c65e7774bcb29f37fbc69fadfe0b24391a55c2677038e206a400a 1264 
tryton-server_1.2.0-1.dsc
 37e9d9fbfe0d92326ec3044ce20789d99a76514e2885a42700ee45874c4816c6 224183 
tryton-server_1.2.0.orig.tar.gz
 06aa73f9c38e08c951265d4c9aa048af05d1a4f5aed30b383224784e1b3328ea 5682 
tryton-server_1.2.0-1.diff.gz
 85f3c3a9323faa77cbf6519d97df34d9d5acf1931c4b9b6ea075ccc2c989ad20 215694 
tryton-server_1.2.0-1_all.deb
Files: 
 5d83efaf9d0c2a6e9a07242113b55ce2 1264 python optional tryton-server_1.2.0-1.dsc
 a45ff748a03512e6168ba303c66e350b 224183 python optional 
tryton-server_1.2.0.orig.tar.gz
 6e7bfae2eeec2ecd112303681c728e5f 5682 python optional 
tryton-server_1.2.0-1.diff.gz
 b6b48ef12939339c74f12e4da2220f6e 215694 python optional 
tryton-server_1.2.0-1_all.deb

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

iEYEARECAAYFAknuAjUACgkQ+C5cwEsrK556JgCfcSx/gpu7yzpR1kHUdVJ7k6YB
5XgAn3D/GfxfLpleIm443jklCssgFuGo
=DdDA
-END PGP SIGNATURE-


Accepted:
tryton-server_1.2.0-1.diff.gz
  to pool/main/t/tryton-server/tryton-server_1.2.0-1.diff.gz
tryton-server_1.2.0-1.dsc
  to pool/main/t/tryton-server/tryton-server_1.2.0-1.dsc
tryton-server_1.2.0-1_all.deb
  to pool/main/t/tryton-server/tryton-server_1.2.0-1_all.deb
tryton-server_1.2.0.orig.tar.gz
  to pool/main/t/tryton-server/tryton-server_1.2.0.orig.tar.gz


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



Accepted apt-dater 0.7.0-2 (source all amd64)

2009-04-21 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 19:26:06 +0200
Source: apt-dater
Binary: apt-dater apt-dater-dbg apt-dater-host
Architecture: source all amd64
Version: 0.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 apt-dater  - terminal-based remote package update manager
 apt-dater-dbg - terminal-based remote package update manager (dbg symbols)
 apt-dater-host - host helper application for apt-dater
Changes: 
 apt-dater (0.7.0-2) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.1 (no changes needed).
   * Change section of apt-dater-dbg to debug.
   * Change my email address.
   * Remove DM-Upload-Allowed control field.
   * Refresh debian/copyright and add my own copyright for the packaging.
   * Refer to the GPL-2 file instead of the GPL link.
   * Install the upstreams changelog.
   * Move apt-dater-dbg to the new section debug.
Checksums-Sha1: 
 ee75c70d2f2d0bb82d19164949cd7db87bf1f527  apt-dater_0.7.0-2.dsc
 80270136b311f1481bd567b709e845b945302446 3998 apt-dater_0.7.0-2.diff.gz
 69f35f5db3f2a5d7429386ced75433dfe6f2c4ba 7604 apt-dater-host_0.7.0-2_all.deb
 8bf314be2a8fbff3f62e3f9b418845c2298e8c10 48890 apt-dater_0.7.0-2_amd64.deb
 4d7e5b57bd939bbfd703325c6b77a65bcd3c523d 53482 apt-dater-dbg_0.7.0-2_amd64.deb
Checksums-Sha256: 
 826d38fd85c2ecbd9f072512230ff6c1703b450b23cd747a9c66bda0dcc23e44  
apt-dater_0.7.0-2.dsc
 b4f5b15bb1956aaf5aa6f36f5afd76e727e7f371e9738a175a476477b26c5159 3998 
apt-dater_0.7.0-2.diff.gz
 2693c0df0f47fddfc0bf7cbc428885ff9e64f68a12baa395415d3ecf2f6d4b1b 7604 
apt-dater-host_0.7.0-2_all.deb
 af3b0cb8d1362407c00a418f1474ccea0cdeb3bfc74d415e2b0e232313dc224b 48890 
apt-dater_0.7.0-2_amd64.deb
 a55b8b419dcea918bc46baac490fdca6be688bb5a4169161624e302749f9f7a9 53482 
apt-dater-dbg_0.7.0-2_amd64.deb
Files: 
 bca92965b9b20ededa4dedac41a08232  admin optional apt-dater_0.7.0-2.dsc
 cf0a3e8fe776e5dab8e89405b82e1b8f 3998 admin optional apt-dater_0.7.0-2.diff.gz
 ce1fe28f86dda5998d83e3daf0a854e6 7604 admin optional 
apt-dater-host_0.7.0-2_all.deb
 da2dd4df1671bf5dd6121698b68d0be3 48890 debug optional 
apt-dater_0.7.0-2_amd64.deb
 99b0f042447eda81bc196aff200ad962 53482 debug extra 
apt-dater-dbg_0.7.0-2_amd64.deb

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

iEYEARECAAYFAknuBkgACgkQ2XA5inpabMf/ygCbBAHe3fHbgqKuLI/26L3kSrje
wrwAniYGTD/1pn/FgeSpxQxS54tH+tQf
=A/Hu
-END PGP SIGNATURE-


Accepted:
apt-dater-dbg_0.7.0-2_amd64.deb
  to pool/main/a/apt-dater/apt-dater-dbg_0.7.0-2_amd64.deb
apt-dater-host_0.7.0-2_all.deb
  to pool/main/a/apt-dater/apt-dater-host_0.7.0-2_all.deb
apt-dater_0.7.0-2.diff.gz
  to pool/main/a/apt-dater/apt-dater_0.7.0-2.diff.gz
apt-dater_0.7.0-2.dsc
  to pool/main/a/apt-dater/apt-dater_0.7.0-2.dsc
apt-dater_0.7.0-2_amd64.deb
  to pool/main/a/apt-dater/apt-dater_0.7.0-2_amd64.deb


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



Accepted cuetools 1.3.1-5 (source amd64)

2009-04-21 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Apr 2009 19:44:43 +0200
Source: cuetools
Binary: cuetools
Architecture: source amd64
Version: 1.3.1-5
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 cuetools   - tools for manipulating CUE/TOC files
Changes: 
 cuetools (1.3.1-5) unstable; urgency=low
 .
   * Add get-orig-source target.
   * Upgrade to Standards-Version 3.8.1 (no changes needed).
   * Change my email address.
   * Remove DM-Upload-Allowed control field.
   * Add my own copyright for the packaging.
   * Refer to the GPL-2 file instead of the GPL link.
Checksums-Sha1: 
 bf87739e94e68fa5a9dc4baf35ea09dfd95909b5 1035 cuetools_1.3.1-5.dsc
 660e045e33161ac5bdc1280d7c5da5ffe2d8a8a8 12732 cuetools_1.3.1-5.diff.gz
 a7c22512295d1ae929b021e096bc8e6180a79463 92948 cuetools_1.3.1-5_amd64.deb
Checksums-Sha256: 
 2e4ec8652315cbb2a32fb5bdf8f2c450dbc4efa2a45a492b091ea2226c607ea6 1035 
cuetools_1.3.1-5.dsc
 021f4a34aabe54888f6d7524ba1467dc806918a494cd9b51d8a583991d62430a 12732 
cuetools_1.3.1-5.diff.gz
 741685b29064a4f0dad8288611a58b2d663f29cf46bccf8bbf42ac17ea23d10c 92948 
cuetools_1.3.1-5_amd64.deb
Files: 
 065e278530cc60b37f3dfa5a3a00094e 1035 utils optional cuetools_1.3.1-5.dsc
 4b571e19f2fc2f8c555adbb3fc0455ea 12732 utils optional cuetools_1.3.1-5.diff.gz
 6dd52a511af0ae35aff9a23d8c63b359 92948 utils optional 
cuetools_1.3.1-5_amd64.deb

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

iEYEARECAAYFAknuBkgACgkQ2XA5inpabMdj1ACeN3IK6kbWViywotwV3aK+kAm6
5dkAn2bCSSHw7kHkR4Y72aWA1jG2vNsv
=39Mp
-END PGP SIGNATURE-


Accepted:
cuetools_1.3.1-5.diff.gz
  to pool/main/c/cuetools/cuetools_1.3.1-5.diff.gz
cuetools_1.3.1-5.dsc
  to pool/main/c/cuetools/cuetools_1.3.1-5.dsc
cuetools_1.3.1-5_amd64.deb
  to pool/main/c/cuetools/cuetools_1.3.1-5_amd64.deb


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



Accepted python-tempita 0.4-1 (source all)

2009-04-21 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 19:50:54 +0200
Source: python-tempita
Binary: python-tempita
Architecture: source all
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-tempita - very small text templating language
Changes: 
 python-tempita (0.4-1) unstable; urgency=low
 .
   * New upstream release
   * Bump Standards-Version to 3.8.1 (no changes needed)
Checksums-Sha1: 
 66dafe182e1d9aec12d411047762dc881437dc58 1415 python-tempita_0.4-1.dsc
 9528be505141f6b8454a4c5fefceeccf4dc7e28b 21531 python-tempita_0.4.orig.tar.gz
 dd0e82e18e24c9dcf49fb38f8c5c89779812cb6b 2452 python-tempita_0.4-1.diff.gz
 e61ad73181ebbc7200f593242065b2a60ba6df24 47308 python-tempita_0.4-1_all.deb
Checksums-Sha256: 
 3735337d5105b33f7a47717175dd956f1b3574a11e8893f744c2e3bad904064b 1415 
python-tempita_0.4-1.dsc
 abf66d20932f1875a9c290345f19f35dad9031d4a9397de242a2b34e87ccddb5 21531 
python-tempita_0.4.orig.tar.gz
 61b7864f45fd0f8608d3968f91e7a0398110ca1961cc1b1b7e6468eb3360f27e 2452 
python-tempita_0.4-1.diff.gz
 6f8927ef0e20d9bf92db773646b3a0b97c36337939c7ee6fc83644429f8593ba 47308 
python-tempita_0.4-1_all.deb
Files: 
 2d04136d9dde4e197f7ad143d0a720ff 1415 python optional python-tempita_0.4-1.dsc
 0abe015a72e748d0c6284679a497426c 21531 python optional 
python-tempita_0.4.orig.tar.gz
 af84233d63d8be721a4f83198e13e552 2452 python optional 
python-tempita_0.4-1.diff.gz
 28a581e7cb7258b49b210143edff6612 47308 python optional 
python-tempita_0.4-1_all.deb

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

iEYEARECAAYFAknuC3kACgkQB01zfu119ZmDTACfY5fP0nhp2NLt++kBitky9sYK
ZyYAoKoVdhyYsJuOUFXDMpu/2KCO+X0t
=q+lV
-END PGP SIGNATURE-


Accepted:
python-tempita_0.4-1.diff.gz
  to pool/main/p/python-tempita/python-tempita_0.4-1.diff.gz
python-tempita_0.4-1.dsc
  to pool/main/p/python-tempita/python-tempita_0.4-1.dsc
python-tempita_0.4-1_all.deb
  to pool/main/p/python-tempita/python-tempita_0.4-1_all.deb
python-tempita_0.4.orig.tar.gz
  to pool/main/p/python-tempita/python-tempita_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



Accepted nighthawk 2.3+dfsg1-2 (source i386)

2009-04-21 Thread Peter De Wachter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 19:23:06 +0200
Source: nighthawk
Binary: nighthawk
Architecture: source i386
Version: 2.3+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Peter De Wachter pdewa...@gmail.com
Description: 
 nighthawk  - strategic shoot 'em up inspired by Paradroid
Closes: 525013
Changes: 
 nighthawk (2.3+dfsg1-2) unstable; urgency=low
 .
   * Ensure /var/games exists before trying to move the old score file there.
 (Closes: #525013)
Checksums-Sha1: 
 39a42e439ecf2f43dcc85a5eacf86cc88d9b329d 1258 nighthawk_2.3+dfsg1-2.dsc
 7153ad01f344ae2ffd5c806dd7059ca5726807c9 5676 nighthawk_2.3+dfsg1-2.diff.gz
 c5258402b45aadc1bb044a1bd7f05981c0f5b6a7 114410 nighthawk_2.3+dfsg1-2_i386.deb
Checksums-Sha256: 
 dfe56d59952f41e9c76a1ad761d51581ae1e004d9261383b04f6380c1492abdf 1258 
nighthawk_2.3+dfsg1-2.dsc
 99d40a59a632d0d534f293a090a8c7e28cf8e73ed299bbff888382267f849153 5676 
nighthawk_2.3+dfsg1-2.diff.gz
 867890dbf50d2f13377e90ce988027c772dbe0ded3f1b7c1f8e2e37255fc94ad 114410 
nighthawk_2.3+dfsg1-2_i386.deb
Files: 
 e591f16da3ce357e7ba61b15c5eb31e5 1258 games optional nighthawk_2.3+dfsg1-2.dsc
 61ff5092e98e28f1cf2c75bf0b715456 5676 games optional 
nighthawk_2.3+dfsg1-2.diff.gz
 222c46c85c3edf3ebb3683eea76871aa 114410 games optional 
nighthawk_2.3+dfsg1-2_i386.deb

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

iEYEARECAAYFAknuD2EACgkQ5ItltUs5T36X3ACfR/bkGxM3kJzc4mLpQ8u5vbig
DcAAn2RPh6HXT1Jbz89eKm5ssxYEFq8J
=16Qv
-END PGP SIGNATURE-


Accepted:
nighthawk_2.3+dfsg1-2.diff.gz
  to pool/main/n/nighthawk/nighthawk_2.3+dfsg1-2.diff.gz
nighthawk_2.3+dfsg1-2.dsc
  to pool/main/n/nighthawk/nighthawk_2.3+dfsg1-2.dsc
nighthawk_2.3+dfsg1-2_i386.deb
  to pool/main/n/nighthawk/nighthawk_2.3+dfsg1-2_i386.deb


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



Accepted tryton-modules-account 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:16:00 +0200
Source: tryton-modules-account
Binary: tryton-modules-account
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-account - Tryton Application Platform (Financial and Accounting 
Module)
Changes: 
 tryton-modules-account (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 a5f7309ace21e9f8b2cb6016c4a2ebd27e1def96 1354 
tryton-modules-account_1.2.0-1.dsc
 fe8b5fcbbd6bc5c9e46b03cae27805214c6455ab 166559 
tryton-modules-account_1.2.0.orig.tar.gz
 2e6c8ca8bcbfdda38e1e12cc20d286213003d1fb 2051 
tryton-modules-account_1.2.0-1.diff.gz
 b49e32fd4ad8a3fc1a28b1f50e3c0759bc087b0c 157266 
tryton-modules-account_1.2.0-1_all.deb
Checksums-Sha256: 
 2d0e4702b678023ac63546e3e107ca24945521bec81a9e3513aacc1983eb1246 1354 
tryton-modules-account_1.2.0-1.dsc
 34fa65cf3de6d6dbf1437b29609c6c636f859fdcceae2e548e87a5fa31b37d9e 166559 
tryton-modules-account_1.2.0.orig.tar.gz
 d8ad26709ce7b00dc1badecfcc9fe6ab8fac4f751766d8c3dcd7d4cab1e9da04 2051 
tryton-modules-account_1.2.0-1.diff.gz
 ddb196f7453f765157b22cd2dd99c03ca670499199b48c1da8c8736885466dad 157266 
tryton-modules-account_1.2.0-1_all.deb
Files: 
 248f67ee8e21c4ab700bc5d9f2ae0261 1354 python optional 
tryton-modules-account_1.2.0-1.dsc
 c97673da2f36535d6be55c19049e0e90 166559 python optional 
tryton-modules-account_1.2.0.orig.tar.gz
 53c3bbcc6a0fd163a722c677c8e4cc1d 2051 python optional 
tryton-modules-account_1.2.0-1.diff.gz
 bd5b8e48b71ad632a2380a7773836f5a 157266 python optional 
tryton-modules-account_1.2.0-1_all.deb

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

iEYEARECAAYFAknuDdIACgkQ+C5cwEsrK554ygCeKgTMiAVATMkHMiVwQVWwC8r2
hgQAn27xzPqukvBEy9KcOMr+pzqN2hQ3
=f688
-END PGP SIGNATURE-


Accepted:
tryton-modules-account_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-account/tryton-modules-account_1.2.0-1.diff.gz
tryton-modules-account_1.2.0-1.dsc
  to pool/main/t/tryton-modules-account/tryton-modules-account_1.2.0-1.dsc
tryton-modules-account_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-account/tryton-modules-account_1.2.0-1_all.deb
tryton-modules-account_1.2.0.orig.tar.gz
  to pool/main/t/tryton-modules-account/tryton-modules-account_1.2.0.orig.tar.gz


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



Accepted tryton-modules-account-invoice 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:19:00 +0200
Source: tryton-modules-account-invoice
Binary: tryton-modules-account-invoice
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-account-invoice - Tryton Application Platform (Financial and 
Accounting Module)
Changes: 
 tryton-modules-account-invoice (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 206371d637eec13db53e9c285d4b759e90ade662 1431 
tryton-modules-account-invoice_1.2.0-1.dsc
 c8307b602bc7a49fab8c7bbb16e134569e53fe01 63466 
tryton-modules-account-invoice_1.2.0.orig.tar.gz
 08d5cff76f837aba596cfe246ae72c6c8562d7bf 2078 
tryton-modules-account-invoice_1.2.0-1.diff.gz
 11e8ea77f533acbb2dce1b51980ebf5eaee7aaea 57888 
tryton-modules-account-invoice_1.2.0-1_all.deb
Checksums-Sha256: 
 2bbdeeb5857916c5e2538d16d5853f9db92e9349a214bd37aa711ef416cbf7df 1431 
tryton-modules-account-invoice_1.2.0-1.dsc
 b8efe085787c0e4b0e8f934091a72bf9d2a17985b23038d5d2e191d4b132bbbd 63466 
tryton-modules-account-invoice_1.2.0.orig.tar.gz
 900d2ea957b4e4b089cb3ec912fbb22ad325d12085c848bf86c24fadfb07bb7b 2078 
tryton-modules-account-invoice_1.2.0-1.diff.gz
 4836b15cc09f473166794a797674eafe17af210ff07d5219cff90e42d8abc890 57888 
tryton-modules-account-invoice_1.2.0-1_all.deb
Files: 
 ce315cdddc0aa57c66f391ad179db9de 1431 python optional 
tryton-modules-account-invoice_1.2.0-1.dsc
 770cdbfdff444c2c1a67e7c66b77a71d 63466 python optional 
tryton-modules-account-invoice_1.2.0.orig.tar.gz
 56651481aa9e11b483c557a568d1821c 2078 python optional 
tryton-modules-account-invoice_1.2.0-1.diff.gz
 99759a186daf68b01d413113d95addc4 57888 python optional 
tryton-modules-account-invoice_1.2.0-1_all.deb

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

iEYEARECAAYFAknuDkkACgkQ+C5cwEsrK54JBwCeIz/X4lMiqVSiASM+NiORS+ao
c/YAoNLRU1zV1BODsQwI4WnzgKMBWE5/
=PLfU
-END PGP SIGNATURE-


Accepted:
tryton-modules-account-invoice_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-account-invoice/tryton-modules-account-invoice_1.2.0-1.diff.gz
tryton-modules-account-invoice_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-account-invoice/tryton-modules-account-invoice_1.2.0-1.dsc
tryton-modules-account-invoice_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-account-invoice/tryton-modules-account-invoice_1.2.0-1_all.deb
tryton-modules-account-invoice_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-account-invoice/tryton-modules-account-invoice_1.2.0.orig.tar.gz


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



Accepted tryton-modules-company 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:40:00 +0200
Source: tryton-modules-company
Binary: tryton-modules-company
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-company - Tryton Application Platform (Company Module)
Changes: 
 tryton-modules-company (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 0ffef9ca0cf03266423147b465d1128138720c0b 1351 
tryton-modules-company_1.2.0-1.dsc
 6e908b8788e8dcdc14551db67ff731f36bb414b5 44084 
tryton-modules-company_1.2.0.orig.tar.gz
 58224d9c38585cb9c77640d5f74040e748a3253f 1954 
tryton-modules-company_1.2.0-1.diff.gz
 e08ef07520025924b116bd0aff9eb829fbe4d25b 31982 
tryton-modules-company_1.2.0-1_all.deb
Checksums-Sha256: 
 83aea2fcb447b3dd081b6ef87ecc82fb3bf2b62115ad050dec40c3306889e6cc 1351 
tryton-modules-company_1.2.0-1.dsc
 e02c73dceb251df453d682d63b7222c7f7a24be7953da4e89da73c6d44edf52e 44084 
tryton-modules-company_1.2.0.orig.tar.gz
 ac7ee9948e1b5b99ec08ea7e6a39a7741e53bcfa4b5a5e843283a2070f870f39 1954 
tryton-modules-company_1.2.0-1.diff.gz
 354637266bdfdaf3d1b1dc0a08399d80db1bda6fc014b580a9d1f1bd9b2c27fd 31982 
tryton-modules-company_1.2.0-1_all.deb
Files: 
 d465d95ea53066cd6106b396d7be9fbf 1351 python optional 
tryton-modules-company_1.2.0-1.dsc
 54d3fc43a7e933f8307410cdd7fe5258 44084 python optional 
tryton-modules-company_1.2.0.orig.tar.gz
 0274d6a6ad92d11de12f97a0b0e5abb9 1954 python optional 
tryton-modules-company_1.2.0-1.diff.gz
 ba397281c23d972273c2a53bce1639a3 31982 python optional 
tryton-modules-company_1.2.0-1_all.deb

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

iEYEARECAAYFAknuEyQACgkQ+C5cwEsrK56ItwCfS54au2wRK5m/uyH8olgKp9rd
FkIAoKjgS6/vOcZtxlRUPp34cpFwdxL3
=IQsO
-END PGP SIGNATURE-


Accepted:
tryton-modules-company_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-company/tryton-modules-company_1.2.0-1.diff.gz
tryton-modules-company_1.2.0-1.dsc
  to pool/main/t/tryton-modules-company/tryton-modules-company_1.2.0-1.dsc
tryton-modules-company_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-company/tryton-modules-company_1.2.0-1_all.deb
tryton-modules-company_1.2.0.orig.tar.gz
  to pool/main/t/tryton-modules-company/tryton-modules-company_1.2.0.orig.tar.gz


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



Accepted tryton-modules-stock 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:55:00 +0200
Source: tryton-modules-stock
Binary: tryton-modules-stock
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-stock - Tryton Application Platform (Stock Module)
Changes: 
 tryton-modules-stock (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 ec6662a422074751f5b1bb3e732459ec04aa9155 1334 tryton-modules-stock_1.2.0-1.dsc
 6097218410c8f6a3940c40f1474af5a71d063df1 107683 
tryton-modules-stock_1.2.0.orig.tar.gz
 243e80d3df8e62cb218fc214fca5f666ffdd1f9e 2039 
tryton-modules-stock_1.2.0-1.diff.gz
 7e938ec5ad5208830710727373979b149e780992 100578 
tryton-modules-stock_1.2.0-1_all.deb
Checksums-Sha256: 
 bfa8df3eaff78a025e0eb9d1d9721897e0cd65b1db36aff8e6bac9fc61ebc1b8 1334 
tryton-modules-stock_1.2.0-1.dsc
 f10fe43ff7972f92c413344edc8d8084104e0e1857cdcba7fbe486a174160036 107683 
tryton-modules-stock_1.2.0.orig.tar.gz
 0ac50ae8d798e661073916b0d0645d5865ce1e085dcea511b2cc2adf998d8b31 2039 
tryton-modules-stock_1.2.0-1.diff.gz
 470d3001482db799d6a78439e95f96c26a36282a37e42c64ba238bd0b0fd475d 100578 
tryton-modules-stock_1.2.0-1_all.deb
Files: 
 353e3b805bad541d15836a344b88bccf 1334 python optional 
tryton-modules-stock_1.2.0-1.dsc
 fe6d630e03b0b5da4476d375351cd2c6 107683 python optional 
tryton-modules-stock_1.2.0.orig.tar.gz
 acbae52075c94ba40ca3cdc276c85e76 2039 python optional 
tryton-modules-stock_1.2.0-1.diff.gz
 5a94d9f7cd2b79dd5ace6c6c44ffeb60 100578 python optional 
tryton-modules-stock_1.2.0-1_all.deb

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

iEYEARECAAYFAknuFtAACgkQ+C5cwEsrK57RZQCdFWxvNGXY3C6KqXl809HsaaFZ
99AAmgO1Ngj7oFVUFzXZcUvJq8euyHR0
=iu6h
-END PGP SIGNATURE-


Accepted:
tryton-modules-stock_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-stock/tryton-modules-stock_1.2.0-1.diff.gz
tryton-modules-stock_1.2.0-1.dsc
  to pool/main/t/tryton-modules-stock/tryton-modules-stock_1.2.0-1.dsc
tryton-modules-stock_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-stock/tryton-modules-stock_1.2.0-1_all.deb
tryton-modules-stock_1.2.0.orig.tar.gz
  to pool/main/t/tryton-modules-stock/tryton-modules-stock_1.2.0.orig.tar.gz


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



Accepted tryton-modules-analytic-account 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:33:00 +0200
Source: tryton-modules-analytic-account
Binary: tryton-modules-analytic-account
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-analytic-account - Tryton Application Platform (Financial and 
Accounting Module)
Changes: 
 tryton-modules-analytic-account (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 6b8a0cfcfe3c41c3c435d9246d4a2896d198ad81 1441 
tryton-modules-analytic-account_1.2.0-1.dsc
 58bec8b8d39540858007099f09410aa7c9c4d03d 25014 
tryton-modules-analytic-account_1.2.0.orig.tar.gz
 ac9ceee22ff72f5c14b615a6b4d5d5a4d899aaf7 1933 
tryton-modules-analytic-account_1.2.0-1.diff.gz
 0eb734a56bef19729094106085fb170a8e27a3d3 13750 
tryton-modules-analytic-account_1.2.0-1_all.deb
Checksums-Sha256: 
 ae205707e3164e15775552d3d0762093509a22038e0105d6bea1b0016c042629 1441 
tryton-modules-analytic-account_1.2.0-1.dsc
 eaedca8c9386a430529fa314e473ca894fcc449e2b6075801c4ec02c58ffc17b 25014 
tryton-modules-analytic-account_1.2.0.orig.tar.gz
 3c9f5652f574591c77d5307d7337e9530a5b4f8a2408e518a9445d11ea8b44d8 1933 
tryton-modules-analytic-account_1.2.0-1.diff.gz
 840f4e67bd27c4e3013c1782006c6523adcac37521abc0ae9ad24b7f44026299 13750 
tryton-modules-analytic-account_1.2.0-1_all.deb
Files: 
 a43e65e5162454024c8fd414aec65ba2 1441 python optional 
tryton-modules-analytic-account_1.2.0-1.dsc
 7438e131d6616ed9529e082b2656ad74 25014 python optional 
tryton-modules-analytic-account_1.2.0.orig.tar.gz
 74c4a0de390c46e54a7c8e1a71f46077 1933 python optional 
tryton-modules-analytic-account_1.2.0-1.diff.gz
 0d91c1f4482da43458aad2b982b8134c 13750 python optional 
tryton-modules-analytic-account_1.2.0-1_all.deb

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

iEYEARECAAYFAknuEbEACgkQ+C5cwEsrK55sNQCggnCDXL4xR5mGmupILleuomG2
8sIAoIesnALz6EczkP6D++eWKW8cqATB
=12y7
-END PGP SIGNATURE-


Accepted:
tryton-modules-analytic-account_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-analytic-account/tryton-modules-analytic-account_1.2.0-1.diff.gz
tryton-modules-analytic-account_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-analytic-account/tryton-modules-analytic-account_1.2.0-1.dsc
tryton-modules-analytic-account_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-analytic-account/tryton-modules-analytic-account_1.2.0-1_all.deb
tryton-modules-analytic-account_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-analytic-account/tryton-modules-analytic-account_1.2.0.orig.tar.gz


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



Accepted tryton-modules-sale 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:54:00 +0200
Source: tryton-modules-sale
Binary: tryton-modules-sale
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-sale - Tryton Application Platform (Sale Module)
Changes: 
 tryton-modules-sale (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 df12e73f3fd160ac81d3fcaf7f56c3d0a8199942 1321 tryton-modules-sale_1.2.0-1.dsc
 f0440a185ca001aafb8eee039451c8d0acefcbff 50098 
tryton-modules-sale_1.2.0.orig.tar.gz
 6aadc70386f97033d2301badbc6635d24f91b771 2068 
tryton-modules-sale_1.2.0-1.diff.gz
 7757c6de262c322eb90cfc826b84d4420e59ab9f 42276 
tryton-modules-sale_1.2.0-1_all.deb
Checksums-Sha256: 
 de3a1051e4d593e47cbb08e837f48b90d7bb0d7877f8f460f97e392beb392341 1321 
tryton-modules-sale_1.2.0-1.dsc
 e9c27a9a4c57801a570424630202089bc7c18434a5b5213ed8673866ef82bfe6 50098 
tryton-modules-sale_1.2.0.orig.tar.gz
 4d241f3b0e5601afa2a9f839f5aaa7fa0faee3501490544209bffc3463e1204e 2068 
tryton-modules-sale_1.2.0-1.diff.gz
 82989f8a9ab9bbfcd60df1a1abadfce1446a319462632c7a226cfb5a6e6f8bd8 42276 
tryton-modules-sale_1.2.0-1_all.deb
Files: 
 b6a3d5d3af48b7409d001610cf598750 1321 python optional 
tryton-modules-sale_1.2.0-1.dsc
 44730897b2a2c860bbf2be654c1d2ca0 50098 python optional 
tryton-modules-sale_1.2.0.orig.tar.gz
 57dd59d0ac2ee4c58340c28f27dcdba5 2068 python optional 
tryton-modules-sale_1.2.0-1.diff.gz
 3179f87323327239916ffbf347135836 42276 python optional 
tryton-modules-sale_1.2.0-1_all.deb

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

iEYEARECAAYFAknuFocACgkQ+C5cwEsrK542XACfXcYBsQ4xHwI4sVz29/385a1F
GdcAnRvqO4b7HEAt9LeSKCvUcMcYZXdk
=ZxBY
-END PGP SIGNATURE-


Accepted:
tryton-modules-sale_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-sale/tryton-modules-sale_1.2.0-1.diff.gz
tryton-modules-sale_1.2.0-1.dsc
  to pool/main/t/tryton-modules-sale/tryton-modules-sale_1.2.0-1.dsc
tryton-modules-sale_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-sale/tryton-modules-sale_1.2.0-1_all.deb
tryton-modules-sale_1.2.0.orig.tar.gz
  to pool/main/t/tryton-modules-sale/tryton-modules-sale_1.2.0.orig.tar.gz


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



Accepted tryton-modules-google-maps 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:49:00 +0200
Source: tryton-modules-google-maps
Binary: tryton-modules-google-maps
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-google-maps - Tryton Application Platform (Google Maps Module)
Changes: 
 tryton-modules-google-maps (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 86dd1865ad9a77a8ae24436cf35f81b22f946079 1391 
tryton-modules-google-maps_1.2.0-1.dsc
 2530f5e322e1a38dd2556ead0cadff44c265 17040 
tryton-modules-google-maps_1.2.0.orig.tar.gz
 695bb73d1cf06e046700979b3adb84cc389f41ad 1859 
tryton-modules-google-maps_1.2.0-1.diff.gz
 8c55d033fff43a34ca752b65b04f4bc0e655a069 5850 
tryton-modules-google-maps_1.2.0-1_all.deb
Checksums-Sha256: 
 58f97a1c03a3f7172e14a007d43844549a73d0ea792c0c2b371551b5d678b91d 1391 
tryton-modules-google-maps_1.2.0-1.dsc
 43e9805dd1d9708746ee22dcfcc960e933d2c8f546dc7ed4fed4abb6cedb3911 17040 
tryton-modules-google-maps_1.2.0.orig.tar.gz
 dad648cdeafd35a2508020479b0f08bd21a036a1802c2b6192485f4fd2e529d2 1859 
tryton-modules-google-maps_1.2.0-1.diff.gz
 42fc919c5537b38a8dcd1fbee82954bf00f0f3762e97760c9f6905ef3ff3 5850 
tryton-modules-google-maps_1.2.0-1_all.deb
Files: 
 137ef73983114779d14f1e1cf0607ed7 1391 python optional 
tryton-modules-google-maps_1.2.0-1.dsc
 14bf1b3bb5e1e4a406c5549fa585f45a 17040 python optional 
tryton-modules-google-maps_1.2.0.orig.tar.gz
 3bb3a751154e2728d26f4177247a9625 1859 python optional 
tryton-modules-google-maps_1.2.0-1.diff.gz
 1648b0b6ef8ce639ab08772203a618c5 5850 python optional 
tryton-modules-google-maps_1.2.0-1_all.deb

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

iEYEARECAAYFAknuFUIACgkQ+C5cwEsrK56Q6wCfYUwwSbgT5P2xZeZshZDKepNI
1PYAni2Qu/MJIrpQ8B0gAf+nVGV6xNKU
=o3CI
-END PGP SIGNATURE-


Accepted:
tryton-modules-google-maps_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-google-maps/tryton-modules-google-maps_1.2.0-1.diff.gz
tryton-modules-google-maps_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-google-maps/tryton-modules-google-maps_1.2.0-1.dsc
tryton-modules-google-maps_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-google-maps/tryton-modules-google-maps_1.2.0-1_all.deb
tryton-modules-google-maps_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-google-maps/tryton-modules-google-maps_1.2.0.orig.tar.gz


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



Accepted tryton-modules-product 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:51:00 +0200
Source: tryton-modules-product
Binary: tryton-modules-product
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-product - Tryton Application Platform (Product Module)
Changes: 
 tryton-modules-product (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 ca72af8222d7b522bc03672eadfe31c052648295 1351 
tryton-modules-product_1.2.0-1.dsc
 87af8b5776ceaaad1ea542cc78c8d677ee25061b 28254 
tryton-modules-product_1.2.0.orig.tar.gz
 0cd197a1e0477c758b0a094fbd559540d7cbc7de 1879 
tryton-modules-product_1.2.0-1.diff.gz
 2c01023033406398de2235d481dc41635248d227 17360 
tryton-modules-product_1.2.0-1_all.deb
Checksums-Sha256: 
 84eddd75dd6ad21e55fdc2ed3b418bd5b10192848924959be96fa646c67cbbf6 1351 
tryton-modules-product_1.2.0-1.dsc
 9a246ea7d12c4c954b77e933abea446eb40e44814b7e5ef57bd0bed0bf8d74ce 28254 
tryton-modules-product_1.2.0.orig.tar.gz
 a95b45b616a544f1084909d70938d0eb6a1d5be05d07ca36c4abaaaea9e015aa 1879 
tryton-modules-product_1.2.0-1.diff.gz
 2811d27f1c1a32dae49eb3575c89d41378a517c57b6af1e9a1c2de7b03df1ea3 17360 
tryton-modules-product_1.2.0-1_all.deb
Files: 
 0dfbc5d879d9e32dde1a8d19683c935d 1351 python optional 
tryton-modules-product_1.2.0-1.dsc
 9b3c842d2268518d3ed3da9e70104194 28254 python optional 
tryton-modules-product_1.2.0.orig.tar.gz
 ca702a8d48dbc43f14d46aaa1e693dc0 1879 python optional 
tryton-modules-product_1.2.0-1.diff.gz
 26aea23aaa7908503e34c37888b23ff8 17360 python optional 
tryton-modules-product_1.2.0-1_all.deb

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

iEYEARECAAYFAknuFcYACgkQ+C5cwEsrK57nhQCfa0J95pg1Ls6/Px22ds4KimSt
IfgAnRES3Ucc1HvoUUm8uT9qqK4Qt4Pr
=zHFU
-END PGP SIGNATURE-


Accepted:
tryton-modules-product_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-product/tryton-modules-product_1.2.0-1.diff.gz
tryton-modules-product_1.2.0-1.dsc
  to pool/main/t/tryton-modules-product/tryton-modules-product_1.2.0-1.dsc
tryton-modules-product_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-product/tryton-modules-product_1.2.0-1_all.deb
tryton-modules-product_1.2.0.orig.tar.gz
  to pool/main/t/tryton-modules-product/tryton-modules-product_1.2.0.orig.tar.gz


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



Accepted rinse 1.7-1 (source all)

2009-04-21 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 19:18:17 -
Source: rinse
Binary: rinse
Architecture: source all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Steve Kemp s...@debian.org
Changed-By: Steve Kemp s...@debian.org
Description: 
 rinse  - RPM installation environment
Closes: 524486
Changes: 
 rinse (1.7-1) unstable; urgency=low
 .
   * Added missing packages so that Centos 5.x will install.
 (Closes: #524486)
   * Avoid hardwired mirrors in the post-install scripts.
Checksums-Sha1: 
 30ce2da96878ada97e987bff3cc2887a79875fbf 952 rinse_1.7-1.dsc
 b34e0e0471cad2a07d34e4c23817cd47bd401fca 19565 rinse_1.7.orig.tar.gz
 1191fe81273c7c7b720da33095daafca368b9164 2643 rinse_1.7-1.diff.gz
 03b679ddc2158943e6afaa2102dec62a11d7f6f6 20536 rinse_1.7-1_all.deb
Checksums-Sha256: 
 33c476e4a17c1aa0c287b3889438ddc0c58929c9ab719f2972c283863606099c 952 
rinse_1.7-1.dsc
 947d3015d36c57fcb6a9be3aea1455b663b3b67af03155f12af0bf3c982bdc32 19565 
rinse_1.7.orig.tar.gz
 e7a0bc53ccfd417b58574649f780c18b998d097532149b7f69c8126384a3c292 2643 
rinse_1.7-1.diff.gz
 aa268451d32f9e8a80cfa305c3a443c675e941c95ab56f1f080515fce3c3030e 20536 
rinse_1.7-1_all.deb
Files: 
 4f1f9f174afa072831da7b2801a866e1 952 admin extra rinse_1.7-1.dsc
 a3f1fea64475099e2ae8599f0ef0030a 19565 admin extra rinse_1.7.orig.tar.gz
 31ac095cf9fe27ff77393eab621e13f8 2643 admin extra rinse_1.7-1.diff.gz
 2434d434310c45dd3ce1514bebdc3ed6 20536 admin extra rinse_1.7-1_all.deb

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

iEYEARECAAYFAknuEugACgkQwM/Gs81MDZ1LnwCdHY1paKV3m330FWHKqdo4OcO6
2sAAn1s4WwPjgLJKVFChY9pz0iUTSmL/
=Eqys
-END PGP SIGNATURE-


Accepted:
rinse_1.7-1.diff.gz
  to pool/main/r/rinse/rinse_1.7-1.diff.gz
rinse_1.7-1.dsc
  to pool/main/r/rinse/rinse_1.7-1.dsc
rinse_1.7-1_all.deb
  to pool/main/r/rinse/rinse_1.7-1_all.deb
rinse_1.7.orig.tar.gz
  to pool/main/r/rinse/rinse_1.7.orig.tar.gz


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



Accepted tryton-modules-purchase 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:52:00 +0200
Source: tryton-modules-purchase
Binary: tryton-modules-purchase
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-purchase - Tryton Application Platform (Purchase Module)
Changes: 
 tryton-modules-purchase (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 72cd651b16c675cccd2cb847eea1a9353af8 1361 
tryton-modules-purchase_1.2.0-1.dsc
 6829edc3c4909aaa0f4ad8eeeae1702966c40f8b 52250 
tryton-modules-purchase_1.2.0.orig.tar.gz
 dbd9529dee8eb79a7d4f2f54d4c906b2a90b2285 2063 
tryton-modules-purchase_1.2.0-1.diff.gz
 4e26e6799ae4d38c1ef6057d77b79aa55cacb36b 42770 
tryton-modules-purchase_1.2.0-1_all.deb
Checksums-Sha256: 
 83e277af49eafcbb1485a154566b2ce479ee2c31ae6b9ec509d99f60a2623c85 1361 
tryton-modules-purchase_1.2.0-1.dsc
 c3db44299a55cb44f050baab7cf227419d47f8bc951d1595e49bb13decb41b15 52250 
tryton-modules-purchase_1.2.0.orig.tar.gz
 e586520b646d5299c703e3d208934d271753592575717292567c54d22aa4100e 2063 
tryton-modules-purchase_1.2.0-1.diff.gz
 7183db39553edf99423766cfb0adbae04cdd3bbbc1a46492668f9a3347be475d 42770 
tryton-modules-purchase_1.2.0-1_all.deb
Files: 
 23af5c6b3c02d6de19a82c2d6cf6e989 1361 python optional 
tryton-modules-purchase_1.2.0-1.dsc
 8a76a20269d57eb3226c5faeeb7bbe8a 52250 python optional 
tryton-modules-purchase_1.2.0.orig.tar.gz
 d8d44706080641c957e7afc54f678604 2063 python optional 
tryton-modules-purchase_1.2.0-1.diff.gz
 a456a460da63c428a4dc23ddc27e94fb 42770 python optional 
tryton-modules-purchase_1.2.0-1_all.deb

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

iEYEARECAAYFAknuFi8ACgkQ+C5cwEsrK57QSwCfet0Sosl6emSCrsavoF46ULBY
piAAoIT3DXDPLGt87w/HUQzwRtQ9xtNr
=lxeZ
-END PGP SIGNATURE-


Accepted:
tryton-modules-purchase_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-purchase/tryton-modules-purchase_1.2.0-1.diff.gz
tryton-modules-purchase_1.2.0-1.dsc
  to pool/main/t/tryton-modules-purchase/tryton-modules-purchase_1.2.0-1.dsc
tryton-modules-purchase_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-purchase/tryton-modules-purchase_1.2.0-1_all.deb
tryton-modules-purchase_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-purchase/tryton-modules-purchase_1.2.0.orig.tar.gz


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



Accepted tryton-modules-account-product 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:29:00 +0200
Source: tryton-modules-account-product
Binary: tryton-modules-account-product
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-account-product - Tryton Application Platform (Financial and 
Accounting Module)
Changes: 
 tryton-modules-account-product (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 0b2f96c925651686b3be42dced46a1beb4571539 1431 
tryton-modules-account-product_1.2.0-1.dsc
 572f3af932a5b1f861c7cbeb6ea99508e377f753 19422 
tryton-modules-account-product_1.2.0.orig.tar.gz
 1b0ee395ec682796067b19f603e9bcc3a062fe48 1930 
tryton-modules-account-product_1.2.0-1.diff.gz
 7c3504335e6cf4756b796a585c96e9aef7d16cf5 8314 
tryton-modules-account-product_1.2.0-1_all.deb
Checksums-Sha256: 
 4c81fbb17612bbefc30633b5c93c8a9021814b898bafd52d81d92b2d59b6df2b 1431 
tryton-modules-account-product_1.2.0-1.dsc
 eee8eb031c268e2b8252e41fc3a9251b8299a2766d679e180e1c3ce2a180da6e 19422 
tryton-modules-account-product_1.2.0.orig.tar.gz
 c4f3844034c88605a3698a70d2faaeda95fab45d7a0d570c94418e7c9d41ffa4 1930 
tryton-modules-account-product_1.2.0-1.diff.gz
 bae472cba3feaa371d94bfb1e2658292bf016cdc7ceeec59fc204344bf6da5b0 8314 
tryton-modules-account-product_1.2.0-1_all.deb
Files: 
 669dbe79e3562a04cc5ec064ec69e54f 1431 python optional 
tryton-modules-account-product_1.2.0-1.dsc
 7d81cb7acf6b37c73edef1b61a09ea93 19422 python optional 
tryton-modules-account-product_1.2.0.orig.tar.gz
 a2b63d910a75e09c98194c3d31ca337b 1930 python optional 
tryton-modules-account-product_1.2.0-1.diff.gz
 8d53d7c99cb739475eb4970f295be934 8314 python optional 
tryton-modules-account-product_1.2.0-1_all.deb

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

iEYEARECAAYFAknuEMYACgkQ+C5cwEsrK57c9wCfe9+LVDXohOPZ+PQqp+sF6KZq
ICgAnjSmpj6k3AbuGemTpjTBtHPuqTvl
=/xOv
-END PGP SIGNATURE-


Accepted:
tryton-modules-account-product_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-account-product/tryton-modules-account-product_1.2.0-1.diff.gz
tryton-modules-account-product_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-account-product/tryton-modules-account-product_1.2.0-1.dsc
tryton-modules-account-product_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-account-product/tryton-modules-account-product_1.2.0-1_all.deb
tryton-modules-account-product_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-account-product/tryton-modules-account-product_1.2.0.orig.tar.gz


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



Accepted tryton-modules-party 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:50:00 +0200
Source: tryton-modules-party
Binary: tryton-modules-party
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-party - Tryton Application Platform (Party Module)
Changes: 
 tryton-modules-party (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 47c4a468864eb2b0570470411e3a1a8eda9b3332 1331 tryton-modules-party_1.2.0-1.dsc
 ce3e1dd822fd7abdc15eec19a297801832ace03e 39032 
tryton-modules-party_1.2.0.orig.tar.gz
 394ccf99a66222ec8a4971cc4b57be35739966d5 1931 
tryton-modules-party_1.2.0-1.diff.gz
 59c8a6fe2a786124ac0ef43c3698cdab94e50364 27916 
tryton-modules-party_1.2.0-1_all.deb
Checksums-Sha256: 
 f2cb2389945cc1f8f48f361891e64c8ec95ee81be674f9cbe087741315732f68 1331 
tryton-modules-party_1.2.0-1.dsc
 9074bd1f37068c5a936d735d479b067735295ab2b73eb4ae7806b0dc24a886c9 39032 
tryton-modules-party_1.2.0.orig.tar.gz
 24b3a427317ba90cf8d47378e296a662ede2a8368e5df912e8f9f875209cfadc 1931 
tryton-modules-party_1.2.0-1.diff.gz
 168e8568662bb5357b4fb01878ecdbe415a89276490eaef9e819322f74edde7c 27916 
tryton-modules-party_1.2.0-1_all.deb
Files: 
 28cebc462eb495efa9482b5a89cd536f 1331 python optional 
tryton-modules-party_1.2.0-1.dsc
 6f3e6ece9293400690d5b979ab35ff85 39032 python optional 
tryton-modules-party_1.2.0.orig.tar.gz
 0085fcfd73b0f273062873e62d0757c9 1931 python optional 
tryton-modules-party_1.2.0-1.diff.gz
 2dff621e9c7019a7fb08217b2c091431 27916 python optional 
tryton-modules-party_1.2.0-1_all.deb

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

iEYEARECAAYFAknuFYMACgkQ+C5cwEsrK549gACgrQk1MaB/W1gJm2OyYCSQGo1r
ovoAoMu6428pkktjTcAC2d2jh/EvGmq0
=Sx3U
-END PGP SIGNATURE-


Accepted:
tryton-modules-party_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-party/tryton-modules-party_1.2.0-1.diff.gz
tryton-modules-party_1.2.0-1.dsc
  to pool/main/t/tryton-modules-party/tryton-modules-party_1.2.0-1.dsc
tryton-modules-party_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-party/tryton-modules-party_1.2.0-1_all.deb
tryton-modules-party_1.2.0.orig.tar.gz
  to pool/main/t/tryton-modules-party/tryton-modules-party_1.2.0.orig.tar.gz


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



Accepted tryton-modules-analytic-purchase 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:37:00 +0200
Source: tryton-modules-analytic-purchase
Binary: tryton-modules-analytic-purchase
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-analytic-purchase - Tryton Application Platform (Financial and 
Accounting Module)
Changes: 
 tryton-modules-analytic-purchase (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 aa3e9d890146261bdbd9df51db8bc83fcc34544e 1453 
tryton-modules-analytic-purchase_1.2.0-1.dsc
 467d324f61297a1a921c2a905483626f40fbcc76 20037 
tryton-modules-analytic-purchase_1.2.0.orig.tar.gz
 83c42aacbfb9270426844ae83c33fc102aa4b31d 1875 
tryton-modules-analytic-purchase_1.2.0-1.diff.gz
 d607b5cadb8477d56fc59a6e4464430ba0c97b3c 8798 
tryton-modules-analytic-purchase_1.2.0-1_all.deb
Checksums-Sha256: 
 30a8f328d8df71d27a7386268c10076d5b3c6281966bdaac7549988df32f08cc 1453 
tryton-modules-analytic-purchase_1.2.0-1.dsc
 7c53cbec942087ab9dc3a552b2eb3c7748bd765fe1215a451064dfc4fb1d6282 20037 
tryton-modules-analytic-purchase_1.2.0.orig.tar.gz
 6a3f8c32cdd7912cc28202dc8fdfc74d7cba09aa18f3ba446f64283383dcd858 1875 
tryton-modules-analytic-purchase_1.2.0-1.diff.gz
 096e491e28182dabd8c1c427f43f1303a7af73c8e1c21d2d953115c6418a874b 8798 
tryton-modules-analytic-purchase_1.2.0-1_all.deb
Files: 
 18c0ccbb39a010bce2ea27cce9461da2 1453 python optional 
tryton-modules-analytic-purchase_1.2.0-1.dsc
 6791bf0392d4426010523543ae27e840 20037 python optional 
tryton-modules-analytic-purchase_1.2.0.orig.tar.gz
 4833f3ad4e04de6c85905730f47e16a9 1875 python optional 
tryton-modules-analytic-purchase_1.2.0-1.diff.gz
 dc4ae90c9eb3ad25155e4a1d4fe81a01 8798 python optional 
tryton-modules-analytic-purchase_1.2.0-1_all.deb

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

iEYEARECAAYFAknuEnYACgkQ+C5cwEsrK56gsgCguSKKsV9Yg0v2OYsnDaIkBdSW
JUIAoLTMq/vEiNkPZ8vWfz82MF5Djakl
=nl/j
-END PGP SIGNATURE-


Accepted:
tryton-modules-analytic-purchase_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-analytic-purchase/tryton-modules-analytic-purchase_1.2.0-1.diff.gz
tryton-modules-analytic-purchase_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-analytic-purchase/tryton-modules-analytic-purchase_1.2.0-1.dsc
tryton-modules-analytic-purchase_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-analytic-purchase/tryton-modules-analytic-purchase_1.2.0-1_all.deb
tryton-modules-analytic-purchase_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-analytic-purchase/tryton-modules-analytic-purchase_1.2.0.orig.tar.gz


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



Accepted atftp 0.7.dfsg-7 (source i386)

2009-04-21 Thread Ludovic Drolez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Apr 2009 17:03:07 +0200
Source: atftp
Binary: atftp atftpd
Architecture: source i386
Version: 0.7.dfsg-7
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez ldro...@debian.org
Changed-By: Ludovic Drolez ldro...@debian.org
Description: 
 atftp  - advanced TFTP client
 atftpd - advanced TFTP server
Closes: 366632 484739 503348 514521 516407
Changes: 
 atftp (0.7.dfsg-7) unstable; urgency=low
 .
   * Crash fix. Closes: #514521
   * Updated sv.po. Closes: #503348
   * Added support for logging to stdout. Closes: #484739
   * Added the --listen-local patch. Closes: #366632
   * Recommends inet-superserver. Closes: #516407
Checksums-Sha1: 
 3da5e86cc4a4f3ada24cf920d5de05167efe6dcf 1022 atftp_0.7.dfsg-7.dsc
 c6a7d8c9b332a66071922b992b9f8eda14a396ae 35716 atftp_0.7.dfsg-7.diff.gz
 63ac8ebaf76db85339c8db7a5644aabddd860caf 28680 atftp_0.7.dfsg-7_i386.deb
 ab371cc60e2732d6b7de792ebe6b0a0d1210ebc0 58886 atftpd_0.7.dfsg-7_i386.deb
Checksums-Sha256: 
 e57297c8799b397e61018d0ee87f3540d3f2a2cda27b482c704de0f0b3d5b16b 1022 
atftp_0.7.dfsg-7.dsc
 61b658a2445309178f7d7d1ab25088c1fdedb9cd955431350d159edc4e5e3d36 35716 
atftp_0.7.dfsg-7.diff.gz
 7514202059b6467fe025c82efe1df26acff6b3dd34e0aaceba010df1fbabcce1 28680 
atftp_0.7.dfsg-7_i386.deb
 0fe0dc7fc8c3c448cd05e353ccbd9d2a85a6e541525be1adc04071a8036b45f4 58886 
atftpd_0.7.dfsg-7_i386.deb
Files: 
 3f68822a48e985b0bc790df2934eec27 1022 net extra atftp_0.7.dfsg-7.dsc
 bfd9a6196a017ff58896ca014cd8d0a7 35716 net extra atftp_0.7.dfsg-7.diff.gz
 ca35e930a827f3ff8d3d6b872989dc49 28680 net extra atftp_0.7.dfsg-7_i386.deb
 f7e32652f56e44e2ce1dbcc7225b26c4 58886 net extra atftpd_0.7.dfsg-7_i386.deb

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

iEYEARECAAYFAknuFGYACgkQsRlQAP1GppjARQCggQDNTMOeI/w/tJIBGOV1GR8C
EQYAn34Dzyi4OINUZB4yerFNnl2ORbFo
=shqv
-END PGP SIGNATURE-


Accepted:
atftp_0.7.dfsg-7.diff.gz
  to pool/main/a/atftp/atftp_0.7.dfsg-7.diff.gz
atftp_0.7.dfsg-7.dsc
  to pool/main/a/atftp/atftp_0.7.dfsg-7.dsc
atftp_0.7.dfsg-7_i386.deb
  to pool/main/a/atftp/atftp_0.7.dfsg-7_i386.deb
atftpd_0.7.dfsg-7_i386.deb
  to pool/main/a/atftp/atftpd_0.7.dfsg-7_i386.deb


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



Accepted tryton-modules-country 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:41:00 +0200
Source: tryton-modules-country
Binary: tryton-modules-country
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-country - Tryton Application Platform (Country Module)
Changes: 
 tryton-modules-country (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 3caa8dcd370722da0e1be7015a8379e4fdd994b9 1354 
tryton-modules-country_1.2.0-1.dsc
 2acf657f3a2da0956017471211c26b9c8c87ca21 101931 
tryton-modules-country_1.2.0.orig.tar.gz
 34f1c2e3288c2b8fc436c4313663be33a222d7ca 1842 
tryton-modules-country_1.2.0-1.diff.gz
 bb548de37734856e407735a9c1bbe871ef34a26c 94876 
tryton-modules-country_1.2.0-1_all.deb
Checksums-Sha256: 
 ea9993c16716380c23bc2cd7653104284e9ce4f396d49d73326e2f9a1fc00684 1354 
tryton-modules-country_1.2.0-1.dsc
 347cd98e746c3b297941db0d92105d958a43860a217d70f0d1dfc2a444ef9005 101931 
tryton-modules-country_1.2.0.orig.tar.gz
 aa2727f4653975977e40c9ef9cba1569ca87fc1b4a460d826f11cef391c09556 1842 
tryton-modules-country_1.2.0-1.diff.gz
 90dd40cf5290845959cf85921e8ce7f9f5fb83258b5300ebca6b81f6420fdca8 94876 
tryton-modules-country_1.2.0-1_all.deb
Files: 
 c0f4c23220018eded004662611a1d5bf 1354 python optional 
tryton-modules-country_1.2.0-1.dsc
 ddb71d262cc948aa53f018078f325c5d 101931 python optional 
tryton-modules-country_1.2.0.orig.tar.gz
 22f43530f95d9eafaad4d72174ab75e5 1842 python optional 
tryton-modules-country_1.2.0-1.diff.gz
 e3a95d8a0a392ebb15e85927f3ea6d1c 94876 python optional 
tryton-modules-country_1.2.0-1_all.deb

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

iEYEARECAAYFAknuE2wACgkQ+C5cwEsrK56HKQCfXMTFPZY/ELS52/55KB6oeeng
BmkAnRkxfMPb8ozRRzY79RxoLrK5eJ5V
=UlK4
-END PGP SIGNATURE-


Accepted:
tryton-modules-country_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-country/tryton-modules-country_1.2.0-1.diff.gz
tryton-modules-country_1.2.0-1.dsc
  to pool/main/t/tryton-modules-country/tryton-modules-country_1.2.0-1.dsc
tryton-modules-country_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-country/tryton-modules-country_1.2.0-1_all.deb
tryton-modules-country_1.2.0.orig.tar.gz
  to pool/main/t/tryton-modules-country/tryton-modules-country_1.2.0.orig.tar.gz


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



Accepted tryton-modules-analytic-invoice 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:35:00 +0200
Source: tryton-modules-analytic-invoice
Binary: tryton-modules-analytic-invoice
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-analytic-invoice - Tryton Application Platform (Financial and 
Accounting Module)
Changes: 
 tryton-modules-analytic-invoice (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 25b5f087ab8a88a3385d7add2b0808b9f2464996 1441 
tryton-modules-analytic-invoice_1.2.0-1.dsc
 d9be5e571095987d824e67cecdbd9d3da3366500 18213 
tryton-modules-analytic-invoice_1.2.0.orig.tar.gz
 44a842405026fbaf0a71f929ecaae215efe1832b 1896 
tryton-modules-analytic-invoice_1.2.0-1.diff.gz
 85e0309717cff935da51ea5f0ef46129772c298c 6992 
tryton-modules-analytic-invoice_1.2.0-1_all.deb
Checksums-Sha256: 
 f4e82198f14bdcabd9faec79a91f92eb103f48f760b85dd7b657ca94796d5875 1441 
tryton-modules-analytic-invoice_1.2.0-1.dsc
 fc86e1fcedc897ae07e6b87d4a503345c661964e490f260603e832de82bfd805 18213 
tryton-modules-analytic-invoice_1.2.0.orig.tar.gz
 93a34f925e5c121b308175f33c05a58ed60a6d60e6e64c0e95649143f5477303 1896 
tryton-modules-analytic-invoice_1.2.0-1.diff.gz
 f2d4686227335f85694443a632c672e830d7eeb05d5fe128103e655d1c41c89e 6992 
tryton-modules-analytic-invoice_1.2.0-1_all.deb
Files: 
 38ee1f6783aedb3a1d38b28fa11a9ffc 1441 python optional 
tryton-modules-analytic-invoice_1.2.0-1.dsc
 0adcbacc7980b5d2a4172f94a3f4c51f 18213 python optional 
tryton-modules-analytic-invoice_1.2.0.orig.tar.gz
 03ca299c9efda846f876119b3dacdd81 1896 python optional 
tryton-modules-analytic-invoice_1.2.0-1.diff.gz
 053c9e68e1b971e21473c1ab7ad0632c 6992 python optional 
tryton-modules-analytic-invoice_1.2.0-1_all.deb

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

iEYEARECAAYFAknuEiEACgkQ+C5cwEsrK561eQCgq32qbwjiZWMzouAmvA09Y8/m
I2kAnRP0NOV0fFhBxGJBbQ1icrMWigja
=HgNC
-END PGP SIGNATURE-


Accepted:
tryton-modules-analytic-invoice_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-analytic-invoice/tryton-modules-analytic-invoice_1.2.0-1.diff.gz
tryton-modules-analytic-invoice_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-analytic-invoice/tryton-modules-analytic-invoice_1.2.0-1.dsc
tryton-modules-analytic-invoice_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-analytic-invoice/tryton-modules-analytic-invoice_1.2.0-1_all.deb
tryton-modules-analytic-invoice_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-analytic-invoice/tryton-modules-analytic-invoice_1.2.0.orig.tar.gz


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



Accepted tryton-modules-analytic-sale 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:38:00 +0200
Source: tryton-modules-analytic-sale
Binary: tryton-modules-analytic-sale
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-analytic-sale - Tryton Application Platform (Financial and 
Accounting Module)
Changes: 
 tryton-modules-analytic-sale (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 ba647be29ad0e27ea36c822355b4b2e0af7fd882 1411 
tryton-modules-analytic-sale_1.2.0-1.dsc
 eb62f15d1daaf14368368c4fd6039db4963ed51c 19313 
tryton-modules-analytic-sale_1.2.0.orig.tar.gz
 36036ef4821983d6b84ca6ab921c54116e530e12 1884 
tryton-modules-analytic-sale_1.2.0-1.diff.gz
 9264cb49f36674768019c38a8ab75cdf6a17bf19 8184 
tryton-modules-analytic-sale_1.2.0-1_all.deb
Checksums-Sha256: 
 9f3b60ffb9cb24869b0aef2826a90fff2c75d3a02c23c6bcf602c7e616b8ec3a 1411 
tryton-modules-analytic-sale_1.2.0-1.dsc
 df605731d556bde63c5c5304c1feec72f3b6047505622a136500aaf6c99a6fa9 19313 
tryton-modules-analytic-sale_1.2.0.orig.tar.gz
 a5ad448461927b4ca724389095a798d19a063ebbe7de873dc14c6768af239af3 1884 
tryton-modules-analytic-sale_1.2.0-1.diff.gz
 9370b5cee0036b62be8275ccf46bf3614d0d2e2ed0ea3b099107cc8664c99249 8184 
tryton-modules-analytic-sale_1.2.0-1_all.deb
Files: 
 7c14cdc925286ebc3af4ce92a5e54fa0 1411 python optional 
tryton-modules-analytic-sale_1.2.0-1.dsc
 4b82c2ec55064b2c2a95d4679675c459 19313 python optional 
tryton-modules-analytic-sale_1.2.0.orig.tar.gz
 be4ad6fea07badb71cf47b364b1f53cd 1884 python optional 
tryton-modules-analytic-sale_1.2.0-1.diff.gz
 bb046a65005874b62e5ab81dec3a6da9 8184 python optional 
tryton-modules-analytic-sale_1.2.0-1_all.deb

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

iEYEARECAAYFAknuEt0ACgkQ+C5cwEsrK57zCwCdHW1+jWkltNRRddIMXz4xgSiS
DP8An27o1iseWREuU106WFwMB0HLH2jr
=jppj
-END PGP SIGNATURE-


Accepted:
tryton-modules-analytic-sale_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-analytic-sale/tryton-modules-analytic-sale_1.2.0-1.diff.gz
tryton-modules-analytic-sale_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-analytic-sale/tryton-modules-analytic-sale_1.2.0-1.dsc
tryton-modules-analytic-sale_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-analytic-sale/tryton-modules-analytic-sale_1.2.0-1_all.deb
tryton-modules-analytic-sale_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-analytic-sale/tryton-modules-analytic-sale_1.2.0.orig.tar.gz


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



Accepted tryton-modules-currency 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:47:00 +0200
Source: tryton-modules-currency
Binary: tryton-modules-currency
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-currency - Tryton Application Platform (Currency Module)
Changes: 
 tryton-modules-currency (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
   * Including TODO file in docs.
 .
   [ Mathias Behrle ]
   * Updating application and package description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 6fadf21754b401c929913a5de646a46fb878c02f 1361 
tryton-modules-currency_1.2.0-1.dsc
 8955ac8c1f8e5722ad4fd0596ffb3e9c4bcd5081 25760 
tryton-modules-currency_1.2.0.orig.tar.gz
 92ea5729cfb821b0196432fdd4dd46ff19db59aa 1885 
tryton-modules-currency_1.2.0-1.diff.gz
 2fa69791e2aceb04d4a3745f2bb345ea62e98a09 15496 
tryton-modules-currency_1.2.0-1_all.deb
Checksums-Sha256: 
 f6df1e9e0ea57087176bb793c4b3794581bbaede04d4911f99050c4e2d31ff43 1361 
tryton-modules-currency_1.2.0-1.dsc
 8388ec6fe2a9876ee8833b8e8045a99953f216bfc74c24784d53d9568f4d31a2 25760 
tryton-modules-currency_1.2.0.orig.tar.gz
 370a48ca12a88cbb59e706e47a2b61cf737b87675e3cab7e1ffea44ed3312432 1885 
tryton-modules-currency_1.2.0-1.diff.gz
 97e3b3b25c29f8cb7225d814e52b58e6a31845e63ccc685a998f276414eec6d2 15496 
tryton-modules-currency_1.2.0-1_all.deb
Files: 
 1daa2b4ee2361a35e45001bd76a2c6db 1361 python optional 
tryton-modules-currency_1.2.0-1.dsc
 3b7460fb3ea782c12ec631d84dbdf541 25760 python optional 
tryton-modules-currency_1.2.0.orig.tar.gz
 05191483503571252ed8356aa7d588c9 1885 python optional 
tryton-modules-currency_1.2.0-1.diff.gz
 39fbcc585938b4c062fbdf94cd9bc165 15496 python optional 
tryton-modules-currency_1.2.0-1_all.deb

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

iEYEARECAAYFAknuFP4ACgkQ+C5cwEsrK56/qwCggPCbn8rs2OYXzLfFhPcMgkhS
KjwAn311Q0WMWvbdfvbkXSOgCFXvbxSl
=xv8s
-END PGP SIGNATURE-


Accepted:
tryton-modules-currency_1.2.0-1.diff.gz
  to pool/main/t/tryton-modules-currency/tryton-modules-currency_1.2.0-1.diff.gz
tryton-modules-currency_1.2.0-1.dsc
  to pool/main/t/tryton-modules-currency/tryton-modules-currency_1.2.0-1.dsc
tryton-modules-currency_1.2.0-1_all.deb
  to pool/main/t/tryton-modules-currency/tryton-modules-currency_1.2.0-1_all.deb
tryton-modules-currency_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-currency/tryton-modules-currency_1.2.0.orig.tar.gz


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



Accepted tryton-modules-account-statement 1.2.0-1 (source all)

2009-04-21 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 20:31:00 +0200
Source: tryton-modules-account-statement
Binary: tryton-modules-account-statement
Architecture: source all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tryton-modules-account-statement - Tryton Application Platform (Financial and 
Accounting Module)
Changes: 
 tryton-modules-account-statement (1.2.0-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Merging upstream version 1.2.0.
   * Tidy rules file.
   * Updating copyright file for new upstream release.
 .
   [ Mathias Behrle ]
   * Updating application description.
 .
   [ Daniel Baumann ]
   * Correcting wrapping of control file.
Checksums-Sha1: 
 d81abb435b1e433ebf4b147bb3aa1752548842e4 1455 
tryton-modules-account-statement_1.2.0-1.dsc
 e3e7ab60963b6d31263891cd56c53db8d0ed4633 24707 
tryton-modules-account-statement_1.2.0.orig.tar.gz
 70cc3e3bbaadd2490ad4d38aff47838abe82581f 1913 
tryton-modules-account-statement_1.2.0-1.diff.gz
 d7ada96773d54fa1fddfb788d4e79ece584cad73 13906 
tryton-modules-account-statement_1.2.0-1_all.deb
Checksums-Sha256: 
 7bd358d1c992bc8c4f8cf468a0059b831c1d61a3e0b70902750961312953cfcc 1455 
tryton-modules-account-statement_1.2.0-1.dsc
 9707a5e7cf24ec3d9699830be70c74e86c9a73357511e1fbe98b5444ebb3197f 24707 
tryton-modules-account-statement_1.2.0.orig.tar.gz
 4f2437dbdf8b6814579c5b471e7485e771c81c381108bf5267b5fc88a39a9997 1913 
tryton-modules-account-statement_1.2.0-1.diff.gz
 70712b863c0e4cb05e4ed693c2cac38083f552c6d1054c7843fec495af720f70 13906 
tryton-modules-account-statement_1.2.0-1_all.deb
Files: 
 25fbc1ff81e7756dc706fb95f8a4e21e 1455 python optional 
tryton-modules-account-statement_1.2.0-1.dsc
 a6dd5a94a2f1ad8cea40e4448a5c397d 24707 python optional 
tryton-modules-account-statement_1.2.0.orig.tar.gz
 90f8c3f98fb1bfdffd0297c54ed2e148 1913 python optional 
tryton-modules-account-statement_1.2.0-1.diff.gz
 91c1fc3132cf2c9a10e13740b301800e 13906 python optional 
tryton-modules-account-statement_1.2.0-1_all.deb

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

iEYEARECAAYFAknuEUUACgkQ+C5cwEsrK54H9ACdHptWVvWodFzncsspbMeYmbeb
ab8AnixKD5HpoCzlPrMWObHjmfSpjFZL
=47q9
-END PGP SIGNATURE-


Accepted:
tryton-modules-account-statement_1.2.0-1.diff.gz
  to 
pool/main/t/tryton-modules-account-statement/tryton-modules-account-statement_1.2.0-1.diff.gz
tryton-modules-account-statement_1.2.0-1.dsc
  to 
pool/main/t/tryton-modules-account-statement/tryton-modules-account-statement_1.2.0-1.dsc
tryton-modules-account-statement_1.2.0-1_all.deb
  to 
pool/main/t/tryton-modules-account-statement/tryton-modules-account-statement_1.2.0-1_all.deb
tryton-modules-account-statement_1.2.0.orig.tar.gz
  to 
pool/main/t/tryton-modules-account-statement/tryton-modules-account-statement_1.2.0.orig.tar.gz


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



Accepted python-avc 0.7.1-1 (source all)

2009-04-21 Thread Fabrizio Pollastri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Apr 2009 12:28:35 +0100
Source: python-avc
Binary: python-avc
Architecture: source all
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Fabrizio Pollastri f.pollas...@inrim.it
Changed-By: Fabrizio Pollastri f.pollas...@inrim.it
Description: 
 python-avc - live connection among widgets and application variables
Changes: 
 python-avc (0.7.1-1) unstable; urgency=low
 .
   * New upstream
   * Standards-Version bumped to 3.8.1 (no changes needed)
   * Removed license.odt file from doc/
Checksums-Sha1: 
 90f39b78aa7bb7034c84063daae1cfcbedddc940 1317 python-avc_0.7.1-1.dsc
 e9cd415aa14873de7b0bbf4c955e6c6e1c7a3cad 1417567 python-avc_0.7.1.orig.tar.gz
 77c4a8e19c473f9f8a45178747c220d5ab0b0b2c 2048 python-avc_0.7.1-1.diff.gz
 72dee9fe84d1d35bbb0fa895bb03b6ef335a5edd 997034 python-avc_0.7.1-1_all.deb
Checksums-Sha256: 
 4664377785bdc7fc483daab3d7991df2cdf2afd9cb25be6c8c9945b4d1faddbf 1317 
python-avc_0.7.1-1.dsc
 a049318bc6985cad791d3c955a5ee8abd7f68a3d7ddb8453cacdd0dde2bc2736 1417567 
python-avc_0.7.1.orig.tar.gz
 24057e4fd8c5e0de81210f91d4ca069932ed558453498656cea00f41d69baf06 2048 
python-avc_0.7.1-1.diff.gz
 f1af51b42a96e652f953ba4fb043868383393575edadb6ba133afed361ec8745 997034 
python-avc_0.7.1-1_all.deb
Files: 
 73a54536a436d4a013917d4a697b0924 1317 python optional python-avc_0.7.1-1.dsc
 489e86318afe03b94bbf04d93e6d6a80 1417567 python optional 
python-avc_0.7.1.orig.tar.gz
 c2d631e67800df94f241266cd1e8bc32 2048 python optional 
python-avc_0.7.1-1.diff.gz
 6495b1d99caf35134bd8b2f4e4c17fd8 997034 python optional 
python-avc_0.7.1-1_all.deb

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

iEYEARECAAYFAknuFukACgkQB01zfu119ZmxygCgt+nnsvS6eQWIfXW1e7dnapc8
FOkAnjEXVzZCebewOS2ANvKdEcObqg89
=wKoZ
-END PGP SIGNATURE-


Accepted:
python-avc_0.7.1-1.diff.gz
  to pool/main/p/python-avc/python-avc_0.7.1-1.diff.gz
python-avc_0.7.1-1.dsc
  to pool/main/p/python-avc/python-avc_0.7.1-1.dsc
python-avc_0.7.1-1_all.deb
  to pool/main/p/python-avc/python-avc_0.7.1-1_all.deb
python-avc_0.7.1.orig.tar.gz
  to pool/main/p/python-avc/python-avc_0.7.1.orig.tar.gz


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



Accepted nevow 0.9.33-4 (source all)

2009-04-21 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Apr 2009 21:14:21 +0200
Source: nevow
Binary: python-nevow
Architecture: source all
Version: 0.9.33-4
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 python-nevow - Web application templating system for Python and Twisted
Closes: 525034
Changes: 
 nevow (0.9.33-4) unstable; urgency=low
 .
   * Don't ship dropin.cache. Closes: #525034.
Checksums-Sha1: 
 234485f50873c68beed97680b7febc8c49cf72f7 1456 nevow_0.9.33-4.dsc
 85af1669c45e2ac9ebb3615aaa9616b593f04307 6227 nevow_0.9.33-4.diff.gz
 df51b9be783dd590e18d2997d29c3cea1d0bf75e 566350 python-nevow_0.9.33-4_all.deb
Checksums-Sha256: 
 fa0f75933894ac258f6df705e7f4043b725b0563dcaedfb7a16d29a07d89495e 1456 
nevow_0.9.33-4.dsc
 caa46f6c5d220aa732b304ea6e18b1e22daf7257f4971f0070bcf18fb37ee583 6227 
nevow_0.9.33-4.diff.gz
 5d4a22ea5c2f4b3be39a743b0c83569ba31f5ae61654b9f06b211ce75e33bebe 566350 
python-nevow_0.9.33-4_all.deb
Files: 
 99b4a651028cf3b79346a548a244ac94 1456 python optional nevow_0.9.33-4.dsc
 8372cd5c3dd56b7be115b2464b4ea841 6227 python optional nevow_0.9.33-4.diff.gz
 cf7da61cf657485d7e1c5f7e07f3fe6c 566350 python optional 
python-nevow_0.9.33-4_all.deb

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

iEYEARECAAYFAknuHMAACgkQKFvXofIqeU5j2gCgl7ar8flM6ZAw9gadaN69blvA
HjwAn3uRbaOnZm6rqFaq0+sdipnzepeJ
=qllU
-END PGP SIGNATURE-


Accepted:
nevow_0.9.33-4.diff.gz
  to pool/main/n/nevow/nevow_0.9.33-4.diff.gz
nevow_0.9.33-4.dsc
  to pool/main/n/nevow/nevow_0.9.33-4.dsc
python-nevow_0.9.33-4_all.deb
  to pool/main/n/nevow/python-nevow_0.9.33-4_all.deb


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



  1   2   >