Re: Miroir DEBIAN : Signat ure + Mise à jour du repository

2010-05-04 Thread Raphael Hertzog
On Mon, 03 May 2010, smain...@free.fr wrote:
 Mais les paquets ajoutés ne peuvent malheureusement pas être installés par les
 clients. La seule procédure qui fonctionne est de régénérer la clef :

Quelle est l'erreur ?

Est-ce que les clients on fait un apt-get update qui a réussi ?

Est-ce que les fichiers /var/lib/apt/lists/...Release{,.gpg}
sur les clients correspondent bien aux fichiers sur ton serveur ?
(md5sum par exemple pour vérifier)

Cordialement,
-- 
Raphaël Hertzog

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


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



pid file security

2010-05-04 Thread Joey Hess
Take a look in /var/run. Find a pid file that is owned by a non-root
user. Now, look at the corresponding init script. What does it stop if
that non-root user edited the pid file to contain '1'?

I surveyed 20-odd daemons, and found 5 with this problem. This is
a pity, because start-stop-daemon has been able to guard against this
problem since its inception, by using the --exec or --name switches to
ensure that the process it stops is actually the daemon in question.

Of the scripts surveyed, one used start-stop-daemon without either
switch; others used things like pidofproc from the LSB init functions,
which does not do such checks, or asked the daemon to kill itself, and
it didn't check.

As security problems go, being able to DOS a system by killing targeted
processes, slowly, is not very bad. After all, it could be fork bombed
or OOMed just as effectively. Security aside, there's an overall correctness
issue: There's the chance that a daemon will unexpectly die, and its PID
be reused by an unrelated process, which is later incorrectly stopped.

There is room for improvement here; perhaps the developer's reference
should document best practices of using start-stop-daemon --stop --exec
or --name.

-- 
see shy jo, who has the feeling he wrote something similar a decade ago, *sigh*


signature.asc
Description: Digital signature


Re: pid file security

2010-05-04 Thread Yves-Alexis Perez
On mar., 2010-05-04 at 02:25 -0400, Joey Hess wrote:
 As security problems go, being able to DOS a system by killing targeted
 processes, slowly, is not very bad. After all, it could be fork bombed
 or OOMed just as effectively. Security aside, there's an overall correctness
 issue: There's the chance that a daemon will unexpectly die, and its PID
 be reused by an unrelated process, which is later incorrectly stopped. 

And you usually need root access for invoke-rc.d or /etc/init.d scripts
(unless you have some kind of specific sudo permissions for that). So
you might be able to kill other process as well.

(it's still safer to test though)

Cheers,
-- 
Yves-Alexis


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


Re: Bug#579796: ITP: othman -- electronic Quran browser in Python

2010-05-04 Thread Andreas Tille
Hi,

could you plese change

 othman -- electronic Quran browser in Python

into

 othman -- electronic Quran browser

or is there any reason that the Quran can better browsed with Python
than any other programming language?

Thanks

Andreas.

-- 
http://fam-tille.de


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



Re: pid file security

2010-05-04 Thread Stéphane Glondu
Yves-Alexis Perez a écrit :
 And you usually need root access for invoke-rc.d or /etc/init.d scripts
 (unless you have some kind of specific sudo permissions for that). So
 you might be able to kill other process as well.

I guess one (be it a human operator or a monit-like daemon) can be
easily fooled into restarting a service without checking.


Cheers,

-- 
Stéphane


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



Re: Proposed changes to the Debian Machine Usage Policy (DMUP)

2010-05-04 Thread Peter Palfrader
On Tue, 04 May 2010, Stephen Gran wrote:

 This one time, at band camp, Florian Weimer said:
  * Martin Zobel-Helas:
  
  Using Debian machines for reading mail is OK, please
  choose a lightly loaded machine [ie not master]. We do not
  
  master is not heavily loaded anymore, isn't it?  So this is probably
  outdated.
 
 Correct, although I think the broader point that resources are shared,
 so please don't use up disk space, cpu, ram, I/O, etc for things that
 could be done elsewhere still stands.

Also, most of these paragraphs should probably be dropped from the DMUP
itself and moved to a guidelines/best practices document.

I think the plan is first to fix the largest issue, which is the whole
DSA - DAM area of responsibility thing.  Once that's done we should
take on the other issues which might well involve rewriting this thing
entirely.

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


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



Re: pid file security

2010-05-04 Thread Salvo Tomaselli
On Tuesday 04 May 2010 08:25:25 Joey Hess wrote:
 Take a look in /var/run. Find a pid file that is owned by a non-root
 user. Now, look at the corresponding init script. What does it stop if
 that non-root user edited the pid file to contain '1'?

The fact that they are not owned by root doesn't mean you can edit them, they 
would probably be owned by a specific user for that daemon and will not have 
write access for others.
Have you found some with write permissions set to all?

Bye
-- 
Salvo Tomaselli


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



Re: Confused by .la file removal vs static linking support

2010-05-04 Thread Emilio Pozuelo Monfort
On 03/05/10 10:46, Tollef Fog Heen wrote:
 ]] Mikhail Gusarov 
 | And GNOME developers insistance (so applications developers may
 | blindly include gtk+2.0.pc and get all the stack).
 
 Yes, historical baggage, basically.

Sorry I don't know what you're talking about. If you can explain it I'll try to
look at the problem.

Cheers,
Emilio


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



Re: Bug#579796: ITP: othman -- electronic Quran browser in Python

2010-05-04 Thread Adam Borowski
On Mon, May 03, 2010 at 10:24:54PM -0500, Gunnar Wolf wrote:
 Without getting deeper in the licensing of Othman itself, would you
 consider the text of the Coran itself to be DFSG-free? I _think_ that
 any religious text can only be distributed verbatim, not modified in
 any way - That is completely legitimate, as it has been debated over
 and over regarding the IETF RFCs. 

The Koran is definitely out of copyright, and thus in the public domain. 
While altering the actual text may be pointless (and disrespectful for the
religion in question), it is still allowed, at least in a vast majority of
countries.  And taking excerpts or adding commentary is a damn popular thing
to do.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


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



Re: Confused by .la file removal vs static linking support

2010-05-04 Thread Tollef Fog Heen
]] Paul Wise 

| On Mon, May 3, 2010 at 4:46 PM, Tollef Fog Heen tfh...@err.no wrote:
| 
|  | And GNOME developers insistance (so applications developers may
|  | blindly include gtk+2.0.pc and get all the stack).
| 
|  Yes, historical baggage, basically.
| 
| So this is being fixed for GTK+ 3.0?

I don't believe so, and while pkg-config originated from the gnome
project, it no longer has any ties to GNOME and there might well be
projects out there that rely on the current behaviour.

If we're going to get away from that, the only way would be to add a
file version field to the pc files that'd tell pkg-config what each
package expected.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/878w80c89k@qurzaw.linpro.no



Re: pid file security

2010-05-04 Thread Philipp Kern
On 2010-05-04, Salvo Tomaselli tipos...@tiscali.it wrote:
 On Tuesday 04 May 2010 08:25:25 Joey Hess wrote:
 Take a look in /var/run. Find a pid file that is owned by a non-root
 user. Now, look at the corresponding init script. What does it stop if
 that non-root user edited the pid file to contain '1'?
 The fact that they are not owned by root doesn't mean you can edit them, they 
 would probably be owned by a specific user for that daemon and will not have 
 write access for others.

So if I trick the daemon to write 1 to that file it's ok?

Sure, tricking a program into doing something the admin didn't
intend is a bug in itself, still we shouldn't leave that hole
open.  (Putting the PID file a-w might help with that, though,
no?)

Kind regards,
Philipp Kern


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnhtvr9r.m67.tr...@kelgar.0x539.de



Bug#580216: ITP: libhtml-formhandler-perl -- Form handler written in Moose

2010-05-04 Thread Antony Gelberg
Package: wnpp
Severity: wishlist
Owner: Antony Gelberg antony.gelb...@wayforth.com
Owner: Antony Gelberg antony.gelb...@wayforth.com

  Package name: libhtml-formhandler-perl
  Version : 0.31002
  Upstream Author : Gerda Shank gsh...@cpan.org et al
  URL : http://search.cpan.org/perldoc?HTML::FormHandler
  License : GPL / Artistic (as for Perl)
  Programming Lang: Perl
  Description : Form handler written in Moose

HTML::FormHandler maintains a clean separation between form construction and
form rendering. It allows you to define your forms and fields in a number of
flexible ways. Although it provides renderers for HTML, you can define custom
renderers for any kind of presentation.



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



perl: 64-bit integers and long doubles

2010-05-04 Thread Niko Tyni
(sent to -devel and -perl; followups to -devel only, please)

Hi,

unlike earlier versions, perl 5.12.0-1 in experimental is configured with
the use64bitint and uselongdouble options on all architectures. I'm
looking for input on whether this is the right choice for sid.

For reference, quoting the upstream INSTALL file:

 The use64bitint option does only as much as is required to get 64-bit
 integers into Perl (this may mean, for example, using long longs)
 while your memory may still be limited to 2 gigabytes (because your
 pointers could still be 32-bit).  Note that the name 64bitint does
 not imply that your C compiler will be using 64-bit ints (it might,
 but it doesn't have to).  The use64bitint simply means that you will
 be able to have 64 bit-wide scalar values.
 
 In some systems you may be able to use long doubles to enhance the
 range and precision of your double precision floating point numbers
 (that is, Perl's numbers). Use Configure -Duselongdouble to enable
 this support (if it is available)

The benefits are obviously improved numeric range and precision. The
downside is presumably increased memory usage. I have no measurement
data on this; suggestions on suitable tests would be welcome.

There's a short upstream discussion on the topic starting at
 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2010-04/msg00757.html
with the conclusion that you can't please everybody.

It would be possible to choose these settings separately for each architecture.
Should I exclude the 'smaller' architectures (armel, mips*?)

It looks like powerpc won't get long doubles anyway, see #578295.


My test rebuilds have turned out just one package breaking due to
use64bitint (#579450) and a dozen due to the uselongdouble setting.

 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=perl-long-double;users=debian-p...@lists.debian.org
 

The longdouble failures are mostly equivalence comparisons of floating
point values, which is normally a bug even when it works.

A complication is that it's hard to change these settings after an upload
to unstable because they change the binary interface. The perlapi-*
dependencies specified in the Perl policy only allow for ABI breaks when
the upstream version changes, so the transition would be a mess. 

See #579457 for an idea of how to make a cleaner transition possible;
even with that, it would be very much preferrable to get this right
the first time.
-- 
Niko Tyni   nt...@debian.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100504125419.ga8...@madeleine.local.invalid



Bug#580221: ITP: python-libssh2 -- python-libssh2 is a python binding for libssh2 library.

2010-05-04 Thread fabien . dot . boucher
Package: wnpp
Severity: wishlist
Owner: fabien.dot.bouc...@gmail.com


* Package name: python-libssh2
  Version : 1.0.0
  Upstream Author : Wallix s...@wallix.com
* URL : http://pypi.python.org/pypi/pylibssh2/1.0.0
* License : (LGPL, BSD)
  Programming Lang: (C, Python)
  Description : python-libssh2 is a python binding for libssh2 library.

python-libssh2 is a python binding for libssh2 library.
It was forked and rewrote from scratch using old org.keyphrene
(http://sourceforge.net/projects/orgkeyphrene/) bindings.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100504134716.7061.87136.report...@wlb2-fbo.ifr.lan



Re: perl: 64-bit integers and long doubles

2010-05-04 Thread Florian Weimer
* Niko Tyni:

 The benefits are obviously improved numeric range and precision. The
 downside is presumably increased memory usage. I have no measurement
 data on this; suggestions on suitable tests would be welcome.

I have run into several incompatibilities between i386 and amd64 due
to different Perl integer sizes, so I'm definitely in favor of 64-bit
integers.

I'm not sure if long doubles are a win.  The rest of the world runs on
64 bit floating point numbers, so this would introduce additional
incompatibilities.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87iq73u1mo@mid.deneb.enyo.de



RFC: ubuntudiff.debian.net

2010-05-04 Thread Mehdi Dogguy

Hi all,

Sometimes, I need to see what happens to my packages in Ubuntu. To see
quickly the changes of a given package, I open its PTS page, search for
the Ubuntu box, and then click on Patches….

I find this really painful and not really helpful when you want to inspect
a set of packages (but I do appreciate the work done on that). What I
really missed was a way to see quickly the list of changes for a given
package. The best way to see that is to extract from Ubuntu's changelog
only the relevant part.

I'm aware of other solutions like [0] and [-1] but they have the same
drawbacks as the Ubuntu box.

[0] http://people.debian.org/~bartm/borg/outdated.html : Utnubu provides
other kind of informations, but for other matters.

[-1] http://qa.ubuntuwire.org/multidistrotools/ : not really configurable…
e.g. they don't list changes for OCaml packages and I don't know how to
add that. In any case, it doesn't show the changelog diff.

So, I tried to come up with a solution and wrote a small program that
generates a nice website: http://ubuntudiff.debian.net

(In case you want to dig into the source code, the program that generates
the website is called Maddie and it's main source file and is maddie.ml…
yes, it's written in OCaml :)).

So, to see Ubuntu differences wrt. to Debian, you have to write down a
grep-dctrl query¹ identifying the packages you're interested in and then
click on the Search button. In case you have a very simple query (using
a single filter), you can use the following shortcut:

- http://ubuntudiff.debian.net/q/package/linux-ntfs
- http://ubuntudiff.debian.net/q/maintainer/pkg-java
- or, http://ubuntudiff.debian.net/q/$field_name/$filter_argument

You can also perform quick exact queries by replacing the q by x
(like -X grep-dctrl's option):

- http://ubuntudiff.debian.net/x/package/linux-ntfs
- http://ubuntudiff.debian.net/x/maintainer/pkg-java
- or, http://ubuntudiff.debian.net/x/$field_name/$filter_argument

When it says no changes found, it means that no package satisfying the
query has changes in Ubuntu.

Maddie could also generate a static html page like:

http://ubuntudiff.debian.net/java.html

That could be used (e.g.) within a team or for your own set of packages.

Now that I explained what it's about and how it works, I have a couple of
questions:

- Do you think that such a service is interesting?
- Do you have any ideas on how to improve the tool?
- Any other comments are also welcome…

(If you observe some bug, I'll be happy to fix it).

Possible integration with the PTS:
==

The links listed above could be added directly to the Ubuntu box. [1]
lists all modified packages that ubuntudiff is aware of, and can be used
to see if some changes are available and pick them from [2].

[1] http://ubuntudiff.debian.net/packages/list.txt
[2] http://ubuntudiff.debian.net/packages/$source_package.html

But, one could think of a tighter integration: You can imagine a big
Ubuntu box which shows all these informations like in the following example:

http://ubuntudiff.debian.net/linux-ntfs.html

(Of course, that box would be visible *only* when there are changes).

Let me repeat slowly here:

It's only an idea. Don't scream too loud! Wait… wait… don't run away!

:)

¹: Any empty query or a query containing ; or \ or / or  or
--help (and similar) is nor processed.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
me...@{dogguy.org,debian.org}


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



Re: pid file security

2010-05-04 Thread brian m. carlson
On Tue, May 04, 2010 at 02:25:25AM -0400, Joey Hess wrote:
 Take a look in /var/run. Find a pid file that is owned by a non-root
 user. Now, look at the corresponding init script. What does it stop if
 that non-root user edited the pid file to contain '1'?

On Linux, nothing.  From kill(2):

  The only signals that can be sent to process ID 1, the init process,
  are those for which init has explicitly installed signal handlers.
  This is done to assure the system is not brought down accidentally.

Nevertheless, this could be a problem with other pids or on kfreebsd,
where the kernel will happily kill init and cause a panic.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: pid file security

2010-05-04 Thread Salvo Tomaselli
On Tuesday 04 May 2010 18:14:07 brian m. carlson wrote:
 Nevertheless, this could be a problem with other pids or on kfreebsd,
 where the kernel will happily kill init and cause a panic.
And the pid could still be set to something else than 1 and bring down 
something important.

-- 
Salvo Tomaselli


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



Re: Confused by .la file removal vs static linking support

2010-05-04 Thread Josselin Mouette
Le mardi 04 mai 2010 à 10:31 +0200, Emilio Pozuelo Monfort a écrit : 
 Sorry I don't know what you're talking about. If you can explain it I'll try 
 to
 look at the problem.

It’s not a problem, it’s a disagreement over a design choice.

When you do that:
#include gtk/gtk.h

you’re able to use gtk_* functions, but also g_* and pango_* functions,
because the headers are designed so.

Therefore, when you link to GTK+, you need to link explicitly to Pango
and GLib. This is why Pango and GLib are in the Requires field for 
gtk+-2.0.pc, and not in Requires.private.

Because of that, you often end up with too many things in NEEDED, unless
you use --as-needed.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Re: pid file security

2010-05-04 Thread brian m. carlson
On Tue, May 04, 2010 at 07:02:23PM +0200, Salvo Tomaselli wrote:
 On Tuesday 04 May 2010 18:14:07 brian m. carlson wrote:
  Nevertheless, this could be a problem with other pids or on kfreebsd,
  where the kernel will happily kill init and cause a panic.
 And the pid could still be set to something else than 1 and bring down 
 something important.

Which is exactly what I said: this could be a problem with other pids.
I understand the implications that Joey was talking about, but I was
just pointing out that the particular example he gave was not the best
for his argument.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: Bug#579675: ITP: goban -- Goban screensaver / copyright issue

2010-05-04 Thread Tollef Fog Heen
]] Frank Lin PIAT 

| The records are retrieved from [1], but the website mention:
|   « The databases on this site are a service to the Go Community:The
| databases have been compiled by Jan van Rongen and are his
| copyright. They can be distributed freely, as long as this 
| copyright statement is distributed with them. The databases 
| shall not be made part of any [non] commercially available 
| database collection of games of go without the written 
| permission of Jan van Rongen. »
| 
| 1. Do you think Jan van Rongen actually owns some copyright on 
|those files (I am not sure if he played any of those games)

That's probably not relevant.  Even if they're not copyrightable by
themselves, there are database rights to be taken into consideration.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87r5lrbj80@qurzaw.linpro.no



Re: Bug#579796: ITP: othman -- electronic Quran browser in Python

2010-05-04 Thread Frank Lin PIAT
On Fri, 2010-04-30 at 23:18 +0300, أحمد المحمودي wrote:
 * Package name: othman
 * License : Waqf Public License
   Description : electronic Quran browser
 
  Othman electronic Quran browser displays Quranic text in Othmani script style
  as written under authority of Othman ibn Affan the companion of prophet
  Muhammad (Peace Be Upon Him).

Regarding the long description,

Not everyone knows that Othmani script is a script for Arabic. (I
didn't know it anyway;) So it might be worth mentioning that the text is
in Arabic only (is it?).

 Othman project features fast search, autoscrolling
I suggest Othman brower features fast search and autoscrolling

 copy Quranic text to clipboard.

Copy/Paste is a trivial feature. You might want to drop it from the
description (except if this feature is fairly unique for Quran readers)

I wonder who many people use the word Coran for Qur'an in English. If
this is quite frequent, you might want insert this synonym somewhere in
the description.

My 2 cents,

Franklin


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



Re: Bug#580221: ITP: python-libssh2 -- python-libssh2 is a python binding for libssh2 library.

2010-05-04 Thread Frank Lin PIAT
On Tue, 2010-05-04 at 15:47 +0200, fabien.dot.bouc...@gmail.com wrote:
 
 * Package name: python-libssh2
   Description : python-libssh2 is a python binding for libssh2 library.

The short description should not contain the package name, so:
  python binding for libssh2 library.

 python-libssh2 is a python binding for libssh2 library.
 It was forked and rewrote from scratch using old org.keyphrene
 (http://sourceforge.net/projects/orgkeyphrene/) bindings.

It is usually a good idea to insert the original library's description,
so I suggest the following long description:

-
 libssh2 is the thin library implementing client side of SSH2 protocol
 as defined by Internet Drafts SECSH-TRANS, SECSH-USERAUTH,
 SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX,
 SECSH-NUMBERS, and SECSH-PUBLICKEY
 .
 This boils down to the regular terminal, scp and SFTP sessions; port
 forwarding; password, key-based and keyboard-interactive
 authentication.
 .
 This package contains the python bindings libssh2. It is a fork and
 rewrite of org.keyphrene.
-

Note that the two first paragraph are a pristine copy of libssh2
description... the I18N teams should appreciate ;)

Regards

Frankli n


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



Re: Bug#580176: ITP: obdgpslogger -- Suite of tools to log OBDII and GPS data

2010-05-04 Thread Frank Lin PIAT
On Mon, 2010-05-03 at 20:39 -0700, Gary Briggs wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Gary Briggs chu...@icculus.org
 
 * Package name: obdgpslogger
 * URL : http://icculus.org/obdgpsloger/
wrong URL: http://icculus.org/obdgpslogger/

   Description : Suite of tools to log OBDII and GPS data
 
  Tools to log OBDII and GPS data in your car and convert to CSV or google 
 earth
  Includes a modular OBDII Simulator


This package contain a suite of tools to log OBDII and GPS data in your
car and convert to CSV or google earth KML file.

OBD-II (On-Board Diagnostics) are vehicle's self-diagnostic and
reporting capability, which can be use to monitor vehicle speed, engine
RPM, throttle position, oil temperatures and much more.

The package also includes a modular OBDII Simulator


The description could certainly be described further.


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



Re: Bug#579871: ITP: libnet-https-any-perl -- A perl module for HTTPS GET and POST using any available SSL module

2010-05-04 Thread Frank Lin PIAT
On Sat, 2010-05-01 at 15:25 -0700, Ivan Kohler wrote:
 
 * Package name: libnet-https-any-perl
   Description : A perl module for HTTPS GET and POST using any available 
 SSL module

Short description is too long. May be just:
  Perl module for HTTPS GET and POST

 This is a simple wrapper around either of the two available SSL
 modules. It offers a unified API for sending GET and POST requests
 over HTTPS and receiving responses.

I suggest a few improvements:
 Net::HTTPS::Any library is a simple wrapper around either of 
  the two available SSL/TLS perl modules. It offers a unified API
  for sending simple GET and POST requests over HTTPS and 
  receiving responses.

 It depends on Net::SSLeay _or_ ( Crypt::SSLeay and LWP::UserAgent ).

I suppose that this last sentence is not part of the description.

My two cents,

Franklin


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



Re: Bug#579796: ITP: othman -- electronic Quran browser in Python

2010-05-04 Thread brian m. carlson
On Tue, May 04, 2010 at 09:39:02PM +0200, Frank Lin PIAT wrote:
 I wonder who many people use the word Coran for Qur'an in English. If
 this is quite frequent, you might want insert this synonym somewhere in
 the description.

In my experience, it's either Qur'an or Koran.  I think Gunnar used
Coran because TTBOMK that's the term that's used in Spanish (except
with an accent: Corán).

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: Bug#579796: ITP: othman -- electronic Quran browser in Python

2010-05-04 Thread أحمد المحمودي
On Tue, May 04, 2010 at 09:39:02PM +0200, Frank Lin PIAT wrote:
 On Fri, 2010-04-30 at 23:18 +0300, أحمد المحمودي wrote:
  * Package name: othman
  * License : Waqf Public License
Description : electronic Quran browser
  
   Othman electronic Quran browser displays Quranic text in Othmani script 
  style
   as written under authority of Othman ibn Affan the companion of prophet
   Muhammad (Peace Be Upon Him).
 
 Regarding the long description,
 
 Not everyone knows that Othmani script is a script for Arabic. (I
 didn't know it anyway;) So it might be worth mentioning that the text is
 in Arabic only (is it?).
 
  Othman project features fast search, autoscrolling
 I suggest Othman brower features fast search and autoscrolling

Thanks for the above suggestions.

 Copy/Paste is a trivial feature. You might want to drop it from the
 description (except if this feature is fairly unique for Quran readers)

Yes, the uniqueness is that copy/paste can actually copy the text in 
the non-Othmani arabic script (called Imla'i script, that's an arabic 
word transliterated, I dunno the proper translation unfortunately). This 
is because usually text processors ( fonts) do not support the Othmani 
script, hence pasting the verse in a text processor for example would 
give un-readable result.

 I wonder who many people use the word Coran for Qur'an in English. If
 this is quite frequent, you might want insert this synonym somewhere in
 the description.

I realized that people using the word Coran have french background.

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100504201502.gh2...@ants.dhis.net



Re: Bug#580221: ITP: python-libssh2 -- python-libssh2 is a python binding for libssh2 library.

2010-05-04 Thread Frank Lin PIAT
On Tue, 2010-05-04 at 22:40 +0200, Simon Josefsson wrote:
 Frank Lin PIAT fp...@klabs.be writes:
 
  Note that the two first paragraph are a pristine copy of libssh2
  description... the I18N teams should appreciate ;)
 
 On the other hand, I don't think the libssh2 description is particularly
 useful for a user.  The uppercase acronyms aren't friendly.  How about
 something like this:
 
   libssh2 is a client-side C library implementing the SSH2 protocol
   with support for regular terminal, scp and SFTP sessions; port
   forwarding; password, key-based and keyboard-interactive
   authentication.

Yes, it looks better.
We could file a bug against libssh2 now ;)

   This package contains the python bindings libssh2. It is a fork and
   rewrite of org.keyphrene.

Regards,

Franklin


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



Re: Bug#580221: ITP: python-libssh2 -- python-libssh2 is a python binding for libssh2 library.

2010-05-04 Thread Simon Josefsson
Frank Lin PIAT fp...@klabs.be writes:

 -
  libssh2 is the thin library implementing client side of SSH2 protocol
  as defined by Internet Drafts SECSH-TRANS, SECSH-USERAUTH,
  SECSH-CONNECTION, SECSH-ARCH, SECSH-FILEXFER, SECSH-DHGEX,
  SECSH-NUMBERS, and SECSH-PUBLICKEY
  .
  This boils down to the regular terminal, scp and SFTP sessions; port
  forwarding; password, key-based and keyboard-interactive
  authentication.
  .
  This package contains the python bindings libssh2. It is a fork and
  rewrite of org.keyphrene.
 -

 Note that the two first paragraph are a pristine copy of libssh2
 description... the I18N teams should appreciate ;)

On the other hand, I don't think the libssh2 description is particularly
useful for a user.  The uppercase acronyms aren't friendly.  How about
something like this:

  libssh2 is a client-side C library implementing the SSH2 protocol
  with support for regular terminal, scp and SFTP sessions; port
  forwarding; password, key-based and keyboard-interactive
  authentication.
  .
  This package contains the python bindings libssh2. It is a fork and
  rewrite of org.keyphrene.

/Simon


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



Re: Bug#579796: ITP: othman -- electronic Quran browser in Python

2010-05-04 Thread Filippo Rusconi
On Tue, May 04, 2010 at 08:25:33PM +, brian m. carlson wrote:
 On Tue, May 04, 2010 at 09:39:02PM +0200, Frank Lin PIAT wrote:
  I wonder who many people use the word Coran for Qur'an in English. If
  this is quite frequent, you might want insert this synonym somewhere in
  the description.
 
 In my experience, it's either Qur'an or Koran.  I think Gunnar used
 Coran because TTBOMK that's the term that's used in Spanish (except
 with an accent: Corán).
 

Well, in fact, in French that is Le Coran, with a 'C' and not a
'K'. In Italian that is Il Corano. Interestingly , the word is
always accompanied by the definite article in both languages, although
I do not know if the article should be necessarily be capitalized.

-- 
Best regards,
 Filippo

-- 
Filippo Rusconi, PhD - CNRS - public key C78F687C
Author of ``massXpert'' at http://www.massxpert.org


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



Bug#580275: ITP: liblingua-en-tagger-perl -- Part-of-speech tagger for English natural language processing.

2010-05-04 Thread Chris Butler
Package: wnpp
Owner: Chris Butler chr...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblingua-en-tagger-perl
  Version : 0.15
  Upstream Author : Aaron Coburn aa...@coburncuadrado.com
* URL : http://search.cpan.org/dist/Lingua-EN-Tagger/
* License : GPL-3+
  Programming Lang: Perl
  Description : Part-of-speech tagger for English natural language 
processing.

Lingua::EN::Tagger is a perl module which implements a probability based,
corpus-trained tagger that assigns POS tags to English text based on a lookup
dictionary and a set of probability values. The tagger assigns appropriate
tags based on conditional probabilities - it examines the preceding tag to
determine the appropriate tag for the current word. Unknown words are
classified according to word morphology or can be set to be treated as nouns
or other parts of speech.

The tagger also extracts as many nouns and noun phrases as it can, using a
set of regular expressions.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1o9qsz-7mw...@crustynet.org.uk



Bug#580276: ITP: liblingua-en-inflect-phrase-perl -- Inflect short English Phrases

2010-05-04 Thread Chris Butler
Package: wnpp
Owner: Chris Butler chr...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblingua-en-inflect-phrase-perl
  Version : 0.04
  Upstream Author : Rafael Kitover rkito...@cpan.org
* URL : http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Inflect short English Phrases

Lingua::EN::Inflect is a perl module which can be used to pluralize or
singularize short English phrases.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1o9qtd-7of...@crustynet.org.uk



Re: bindv6only again

2010-05-04 Thread Vincent Danjean
On 27/04/2010 13:43, Marco d'Itri wrote:
 On Apr 27, Simon Huggins hug...@earth.li wrote:
 Anyway, is there a reason that #560238 isn't blocked by #560044 given it
 breaks that package or are you not bothered about breaking non-free
 software?
 Nobody bothered to register this in the BTS, I did now.
 I am not a java user, so I am unable to evaluate the practical impact of
 this implementation being still broken.

  From now, you can expect lots of French squeeze users being hit by
this bug.
  The French government allows to declare your incomes (I'm not sure
of this term) to calculate your taxes by Internet. It is a web site
with java (so that some crypto can be used to digitally sign your
declaration).
  I just tried to make my declaration this evening. When using Iceweasel,
during the initial process (the site trying to install missing classes),
I get a stalled web page. No error message. No log.
  Then, I tried with mozilla. This time, I got (in the java console) a
message about a problem about the network (I did not write the exact
message). For me, this has been enough to remember this thread and try
to change the bindv6only setup.
  And indeed, putting it to 0 makes the website working (both in mozilla
and iceweasel).

  So, with the current setting in sqeeze, the current practical impact
will be a very hard to diagnose bug for most of French Debian users (and a
bad publicity for Debian as it will be the only one Linux distribution
that will not work).

  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 packages: 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
Archive: http://lists.debian.org/4be0a947.3070...@free.fr



Re: perl: 64-bit integers and long doubles

2010-05-04 Thread Brendan O'Dea
On 4 May 2010 22:54, Niko Tyni nt...@debian.org wrote:
 unlike earlier versions, perl 5.12.0-1 in experimental is configured with
 the use64bitint and uselongdouble options on all architectures. I'm
 looking for input on whether this is the right choice for sid.

Sounds like a good idea to me.  I had intended to do this for 5.10, as
noted in #310995, but it appears to have slipped through the cracks at
the time.

 It would be possible to choose these settings separately for each 
 architecture.
 Should I exclude the 'smaller' architectures (armel, mips*?)

You could ask debian-...@lists.debian.org and the other ports lists,
but it seems reasonable to include 64bit support only on those
architectures where there is native 64 bit support in the chipset.

 A complication is that it's hard to change these settings after an upload
 to unstable because they change the binary interface. The perlapi-*
 dependencies specified in the Perl policy only allow for ABI breaks when
 the upstream version changes, so the transition would be a mess.

 See #579457 for an idea of how to make a cleaner transition possible;
 even with that, it would be very much preferrable to get this right
 the first time.

I suspect that you may be over-thinking this.  More comments in that
bug shortly.

--bod


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



Bug#580301: ITP: ibus-table-yinma -- ibus-table-xingma provide structure tables for IBus-Table on IBus framework

2010-05-04 Thread Asias He
Package: wnpp
Severity: wishlist
Owner: Asias He asias.he...@gmail.com
Owner: Asias He asias.he...@gmail.com


* Package name: ibus-table-yinma
  Version : 1.2.0.20100305
* URL : http://code.google.com/p/ibus/
* License : GPLv3
  Programming Lang: Python
  Description : ibus-table-xingma provide structure tables for IBus-Table 
on IBus framework:

  - Erbi and Erbi QS (二笔、二笔青松) 
  - Wu (五笔) 
  - Yong (永码) 
  - ZhuYin and ZhuYin Big (注音、注音大字集) 
  - ZiRanMa (自然码) 



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



Re: Bug#580176: ITP: obdgpslogger -- Suite of tools to log OBDII and GPS data

2010-05-04 Thread Gary Briggs
On Tue, May 04, 2010 at 10:05:39PM +0200, Frank Lin PIAT wrote:
 On Mon, 2010-05-03 at 20:39 -0700, Gary Briggs wrote:
  Package: wnpp
  Severity: wishlist
  Owner: Gary Briggs chu...@icculus.org
  
  * Package name: obdgpslogger
  * URL : http://icculus.org/obdgpsloger/
 wrong URL: http://icculus.org/obdgpslogger/

I have checked that the URL is correct in my package, it was a tpyo in
the bug report.

Description : Suite of tools to log OBDII and GPS data
  
   Tools to log OBDII and GPS data in your car and convert to CSV or google 
  earth
   Includes a modular OBDII Simulator
 
 
 This package contain a suite of tools to log OBDII and GPS data in your
 car and convert to CSV or google earth KML file.
 
 OBD-II (On-Board Diagnostics) are vehicle's self-diagnostic and
 reporting capability, which can be use to monitor vehicle speed, engine
 RPM, throttle position, oil temperatures and much more.
 
 The package also includes a modular OBDII Simulator
 

I had modified my description in the control file thus, before I saw
this email:

-
Description: Suite of tools to log OBDII and GPS data
 OBDII is a standard for getting diagnostic information from your car.
 The main tool, obdgpslogger, is a command-line tool to log that data,
 with your gps position, to a sqlite database. Provided alongside are
 various tools used to convert logs to formats such as CSV or Google
 Earth KML.
 Also contained in the package is an OBDII and ELM327 simulator, obdsim,
 that uses plugins to generate data.


Thanks,
Gary


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



Bug#580302: ITP: ibus-table-xingma -- ibus-table-xingma provide structure tables for IBus-Table on IBus framework

2010-05-04 Thread Asias He
Package: wnpp
Severity: wishlist
Owner: Asias He asias.he...@gmail.com
Owner: Asias He asias.he...@gmail.com


* Package name: ibus-table-xingma
  Version : 1.2.0.20100305
* URL : http://code.google.com/p/ibus/
* License : GPLv3
  Programming Lang: Python
  Description : ibus-table-xingma provide structure tables for IBus-Table 
on IBus framework

  - Stroke5 (筆順五碼) 
  - Wubi86 (五笔86) 
  - Xinhua (新华) 
  - Zhengma (郑码) 
 



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



Bug#580303: ITP: ibus-table-cyrillic -- provides Transit, Translit Ukrainian, Russian Traditional, Yawerty input method on IBus-Table on IBus framework

2010-05-04 Thread Asias He
Package: wnpp
Severity: wishlist
Owner: Asias He asias.he...@gmail.com
Owner: Asias He asias.he...@gmail.com


* Package name: ibus-table-cyrillic
  Version : 1.2.0.20100305
* URL : http://code.google.com/p/ibus/
* License : GPLv3
  Programming Lang: Python
  Description : provides Transit, Translit Ukrainian, Russian Traditional, 
Yawerty input method on IBus-Table on IBus framework

ibus-table-cyrillic provides Transit, Translit Ukrainian, Russian Traditional, 
Yawerty input method
on IBus-Table on IBus framework.

Translit, Translit Ukrainian, Russian Traditional, Yawerty tables are released 
under GNU Public
License version 3.



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



Accepted omake 0.9.8.5-3-8 (source all amd64)

2010-05-04 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 May 2010 22:37:34 +0200
Source: omake
Binary: omake omake-doc
Architecture: source amd64 all
Version: 0.9.8.5-3-8
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 omake  - build system with automated dependency analysis
 omake-doc  - documentation for OMake
Closes: 580091
Changes: 
 omake (0.9.8.5-3-8) unstable; urgency=low
 .
   * Add 0004-Disable-warnings-introduced-in-OCaml-3.12.patch
 (Closes: #580091)
   * Bump Standards-Version to 3.8.4 (no changes)
   * Switch source package format to 3.0 (quilt)
   * Reformat debian/NEWS to please Lintian
Checksums-Sha1: 
 19bde9a75436ea9bbc486bfe95b6b771a6680d6a 2006 omake_0.9.8.5-3-8.dsc
 14327784595dc4e6b9a12b2cb269dda1e50066f0 6846 omake_0.9.8.5-3-8.debian.tar.gz
 5ee55724690510341e3e2fe7eac4f57133e62fb4 924998 omake_0.9.8.5-3-8_amd64.deb
 7c8fb94cac499beba3665519bf4c95e0d0126bec 949776 omake-doc_0.9.8.5-3-8_all.deb
Checksums-Sha256: 
 cea261009372f7f317e73559ce9dc1b6359c2a8eb63d872c58be55f436a3ef80 2006 
omake_0.9.8.5-3-8.dsc
 8903f0dc696aae5c27e4537b4944291512c1a410c1c08a43d4009344e68bcda8 6846 
omake_0.9.8.5-3-8.debian.tar.gz
 713027c51bc8198b47b4eec845a9f8e5de5d846c85c4754035a2351ac145a400 924998 
omake_0.9.8.5-3-8_amd64.deb
 33a9da06a87f7653d8e1e92f801f733004a9cb293c26bf9616acdabd277f0900 949776 
omake-doc_0.9.8.5-3-8_all.deb
Files: 
 a1d3d6f389ee636808bbb4aac4c4c45b 2006 ocaml optional omake_0.9.8.5-3-8.dsc
 2547d5ef4b315fbc94f465a1bad6078f 6846 ocaml optional 
omake_0.9.8.5-3-8.debian.tar.gz
 bb3abfbc90d3fef0bb173992076515f9 924998 ocaml optional 
omake_0.9.8.5-3-8_amd64.deb
 53f6b083c9586736b9cc12df26b011df 949776 doc optional 
omake-doc_0.9.8.5-3-8_all.deb

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

iQIcBAEBCgAGBQJL3zW7AAoJEHhT2k1JiBrTWfIP+wYtPzQOMXWjhNKviFXOfv76
Yxv4QH6nqEdycE8VCxcD0xuFPCI+2IGUmdkaJoYF33TfQfAW38+7xvf3DF09K2oa
nCQUGErjE8IDVY4gtbGD+kHkBH4PNiWkzT7vfTqMlwj0BVePO+Xmaj/4ggXyFada
+1rPzZJY9esrMLw+YABXbN3jiDY6OvfbPVxG+A1ks73pl/OWW8sy7vpIssbDe1Ix
JX0xNvHlg8XgEBvMzH+xWEwfrjN6sHeNhuRnGVWSyyCdSwF+2FuqLAxhV18Z0Kr+
G0pf2H4ZudA3ZP7Gjkea9oCA1BgDZhwS2I0FmuzsHgO9H9Irx5dW9OGNURQji0BM
To0BTsfkRMxZLLi7yVNkmpRuQmVbcO+Lvm0R5uXthV3gzMdpsH2OT+aFEfAtBAQC
ZZfLzwWLBDZ7IqLULnbug1Y7oQUvbrEWPE0JAPrlxi8iQud+2CtrN/MNKiiS2fiw
y9m4aPn6df/MoyoiOIj6WEvUthdAuy6eoJ4m/ARjAc56TPOBWCfXHLhInaVlv7ss
E/oPrrRBrCehoclau6pjhu+/kgkB90sSP/MG+0dhMq6YbMKvv0Py8hyRrSFtLrlU
8KJ9F1Rg2hPE+UrQVxLE3ph9tNZ5fSNVd4/2/kVJ/SvT9LWCW8fe6Wrgb7FUCiMZ
hPlEyqIqoa6fs5c7zgNz
=xYuj
-END PGP SIGNATURE-


Accepted:
omake-doc_0.9.8.5-3-8_all.deb
  to main/o/omake/omake-doc_0.9.8.5-3-8_all.deb
omake_0.9.8.5-3-8.debian.tar.gz
  to main/o/omake/omake_0.9.8.5-3-8.debian.tar.gz
omake_0.9.8.5-3-8.dsc
  to main/o/omake/omake_0.9.8.5-3-8.dsc
omake_0.9.8.5-3-8_amd64.deb
  to main/o/omake/omake_0.9.8.5-3-8_amd64.deb


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



Accepted kdevplatform 1.0.0-1 (source all amd64)

2010-05-04 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 22:24:13 +0200
Source: kdevplatform
Binary: kdevplatform1-libs kdevplatform-dev kdevplatform-dbg libsublime1 
libsublime-dev kdevplatform-l10n-ca kdevplatform-l10n-cavalencia 
kdevplatform-l10n-da kdevplatform-l10n-de kdevplatform-l10n-engb 
kdevplatform-l10n-es kdevplatform-l10n-et kdevplatform-l10n-fr 
kdevplatform-l10n-gl kdevplatform-l10n-it kdevplatform-l10n-nds 
kdevplatform-l10n-pt kdevplatform-l10n-ptbr kdevplatform-l10n-sv 
kdevplatform-l10n-tr kdevplatform-l10n-uk kdevplatform-l10n-zhcn 
kdevplatform-l10n-zhtw
Architecture: source all amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Jeremy Lainé jeremy.la...@m4x.org
Description: 
 kdevplatform-dbg - debugging symbols for the KDevelop platform
 kdevplatform-dev - development files for the KDevelop platform
 kdevplatform-l10n-ca - Catalan (ca) localization files for the KDevelop 
platform
 kdevplatform-l10n-cavalencia - Southern Catalan (Valencian) (c...@valencia) 
files for the KDevelop
 kdevplatform-l10n-da - Danish (da) localization files for the KDevelop platform
 kdevplatform-l10n-de - German (de) localization files for the KDevelop platform
 kdevplatform-l10n-engb - British English (en_GB) localization files for the 
KDevelop platf
 kdevplatform-l10n-es - Spanish (es) localization files for the KDevelop 
platform
 kdevplatform-l10n-et - Estonian (et) localization files for the KDevelop 
platform
 kdevplatform-l10n-fr - French (fr) localization files for the KDevelop platform
 kdevplatform-l10n-gl - Galician (gl) localization files for the KDevelop 
platform
 kdevplatform-l10n-it - Italian (it) localization files for the KDevelop 
platform
 kdevplatform-l10n-nds - Low Saxon (nds) localization files for the KDevelop 
platform
 kdevplatform-l10n-pt - Portugese (pt) localization files for the KDevelop 
platform
 kdevplatform-l10n-ptbr - Brazilian Portugese (pt_BR) localization files for 
the KDevelop p
 kdevplatform-l10n-sv - Swedish (sv) localization files for the KDevelop 
platform
 kdevplatform-l10n-tr - Turkish (tr) localization files for the KDevelop 
platform
 kdevplatform-l10n-uk - Ukrainian (uk) localization files for the KDevelop 
platform
 kdevplatform-l10n-zhcn - Chinese Simplified (zh_CN) localization files for the 
KDevelop pl
 kdevplatform-l10n-zhtw - Chinese Traditional (zh_TW) localization files for 
the KDevelop p
 kdevplatform1-libs - shared libraries for the KDevelop platform
 libsublime-dev - development files for the sublime user interface library
 libsublime1 - an user interface library
Changes: 
 kdevplatform (1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 d61aacc7a3ecbc0ad04bcc56d6978e40e6c05722 1949 kdevplatform_1.0.0-1.dsc
 bfacefd26e7eba6b393a2394e13cb2eaee8949bf 2317607 kdevplatform_1.0.0.orig.tar.gz
 2fb77e9e4443a7e89901f46f05e38b439381b307 6369 
kdevplatform_1.0.0-1.debian.tar.gz
 32c1733c53991d3940dc98becd46eac58074880d 54424 
kdevplatform-l10n-ca_1.0.0-1_all.deb
 4667d40f637c278954c9a481a8be3e61bd7293d8 54106 
kdevplatform-l10n-cavalencia_1.0.0-1_all.deb
 6b3471d692a8bba82e7b574f89d37daac541d406 53158 
kdevplatform-l10n-da_1.0.0-1_all.deb
 4cf3c6d637019b25a3d6467aacafda60669fd9ce 39010 
kdevplatform-l10n-de_1.0.0-1_all.deb
 9985f7f31062d541e9629799a58dfd305fc53934 39360 
kdevplatform-l10n-engb_1.0.0-1_all.deb
 b6c9cbf17e4796d06636ba4df53400d976825256 54290 
kdevplatform-l10n-es_1.0.0-1_all.deb
 ed715665bd5b6c4dee9857940a413b69743f3e81 53496 
kdevplatform-l10n-et_1.0.0-1_all.deb
 29b663801012119f8bb5991b8bb983c0462e827d 55904 
kdevplatform-l10n-fr_1.0.0-1_all.deb
 f6e85a6aefbe0987f53720224fc9e351db2e5df8 49262 
kdevplatform-l10n-gl_1.0.0-1_all.deb
 6af4e13afe1b98a7e8fbd593b19a7d532a9685ce 53674 
kdevplatform-l10n-it_1.0.0-1_all.deb
 399e7753d93342fca6da990fcc94286b44a94ba6 53178 
kdevplatform-l10n-nds_1.0.0-1_all.deb
 9d621ad15eacbe57dcbbec050638148966d72545 55852 
kdevplatform-l10n-pt_1.0.0-1_all.deb
 95c68ef4def6b578d13dae9c17458f4e811dd12d 54886 
kdevplatform-l10n-ptbr_1.0.0-1_all.deb
 1a5e6585e8922a39d98be4fe72a39066cf7f 53600 
kdevplatform-l10n-sv_1.0.0-1_all.deb
 27434dd917dba454beb044d48d00a8b56c182590 29712 
kdevplatform-l10n-tr_1.0.0-1_all.deb
 e0997c900dd49493ec9fc160e4efc109cd6b3616 60536 
kdevplatform-l10n-uk_1.0.0-1_all.deb
 97585a78b44f672286a9dd768660e8bd06329dfa 44104 
kdevplatform-l10n-zhcn_1.0.0-1_all.deb
 d63dcbe601a9aef60aefd613a5813bbdc54bef7d 50470 
kdevplatform-l10n-zhtw_1.0.0-1_all.deb
 2f5e112573348a86f88430df2145fd022310cf76 2772642 
kdevplatform1-libs_1.0.0-1_amd64.deb
 55be575c15f1e11d4881a6f3b209d9afec6b03c3 340180 
kdevplatform-dev_1.0.0-1_amd64.deb
 40a4890ac6b5d7cec62593407edb5e89eec15835 25825088 
kdevplatform-dbg_1.0.0-1_amd64.deb
 13519baf2b198ad3d1efef1d3cc0b082124916fe 129842 libsublime1_1.0.0-1_amd64.deb
 68034516a8b8b90d2260825bb1f2128d2f4e83e0 17644 

Accepted konq-plugins 4:4.4.0-1 (source all amd64)

2010-05-04 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 14:46:58 +0200
Source: konq-plugins
Binary: konq-plugins konq-plugins-l10n
Architecture: source all amd64
Version: 4:4.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Didier Raboud did...@raboud.com
Description: 
 konq-plugins - plugins for Konqueror, the KDE file/web/document browser
 konq-plugins-l10n - plugins for Konqueror, the KDE file/web/doc browser 
(localisation
Closes: 551920
Changes: 
 konq-plugins (4:4.4.0-1) unstable; urgency=low
 .
   [ Xavier Vello ]
   * New upstream release 4.4.0 (Closes: #551920)
   * Removed l10n_fr_update_adblock_4_3_0.patch, integrated upstream
   * Upgraded to standards 3.8.4
   * Moved to version 3.0 (quilt) packaging
   * Corrected versionned conflict for konq-plugins-l10n
   * Add DM-Upload-Allowed bit
   * s/KDE/KDE SC/
 .
   [ Pino Toscano ]
   * Tweak the descriptions a bit.
 .
   [ Didier Raboud ]
   * Add Vcs-* fields to debian/control
Checksums-Sha1: 
 1ea289a8f29bee1c27bf85bcf2d427262ff5cf39 1400 konq-plugins_4.4.0-1.dsc
 d352fa8b01998182187d0220ecca0d68d7fff919 1123983 
konq-plugins_4.4.0.orig.tar.bz2
 adc716c899502dfdf6999c6e1fad109a08aa276b 8471 
konq-plugins_4.4.0-1.debian.tar.gz
 c5c8fb08d76cc2f00b39e8bfdf5aa75cc4542705 1591030 
konq-plugins-l10n_4.4.0-1_all.deb
 2fea97b591e9851fcca7db3797313e84370db26f 773666 konq-plugins_4.4.0-1_amd64.deb
Checksums-Sha256: 
 a010a0c497874cc1586ea43eef0a4fd10d27e7f2652f50bf53b2d0cffb0f5145 1400 
konq-plugins_4.4.0-1.dsc
 71d52edc6903cd2987be03916a896e0f35b2c4dd362764ad8395b3c6b210c7c2 1123983 
konq-plugins_4.4.0.orig.tar.bz2
 3413f7689723bab247fa93e4feaeab0e47f79b5f4f5f96c2f41003caab3b2a0e 8471 
konq-plugins_4.4.0-1.debian.tar.gz
 8249b64e3d80d55ef109239dba50ce121c4b576bc6446f98ab9893d0f4d437c6 1591030 
konq-plugins-l10n_4.4.0-1_all.deb
 bd30970d26478cee87c45a38102df98835fdf4f421823c6d47e44bfa7bf1f0fb 773666 
konq-plugins_4.4.0-1_amd64.deb
Files: 
 c3ab0a9d429b71b5e51a49e1c64db530 1400 utils extra konq-plugins_4.4.0-1.dsc
 7eb163f429adf035c1495d1cbb05d4d2 1123983 utils extra 
konq-plugins_4.4.0.orig.tar.bz2
 959e2aa11acefbcc60edd0ef8e539699 8471 utils extra 
konq-plugins_4.4.0-1.debian.tar.gz
 cb076890df08c8400214e519f466ac51 1591030 localization extra 
konq-plugins-l10n_4.4.0-1_all.deb
 ac5f15d1431af0cfbd57d86e238570a4 773666 utils extra 
konq-plugins_4.4.0-1_amd64.deb

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

iEYEARECAAYFAkvfSygACgkQnMvaFgH6i0oq3wCfcxsirmd0zyVAHbRcvB4l9gza
uwQAoKRYQqPCeg8mGWBihL8gii3LAq6q
=MTTA
-END PGP SIGNATURE-


Accepted:
konq-plugins-l10n_4.4.0-1_all.deb
  to main/k/konq-plugins/konq-plugins-l10n_4.4.0-1_all.deb
konq-plugins_4.4.0-1.debian.tar.gz
  to main/k/konq-plugins/konq-plugins_4.4.0-1.debian.tar.gz
konq-plugins_4.4.0-1.dsc
  to main/k/konq-plugins/konq-plugins_4.4.0-1.dsc
konq-plugins_4.4.0-1_amd64.deb
  to main/k/konq-plugins/konq-plugins_4.4.0-1_amd64.deb
konq-plugins_4.4.0.orig.tar.bz2
  to main/k/konq-plugins/konq-plugins_4.4.0.orig.tar.bz2


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



Accepted krb5-auth-dialog 0.16~rc1-1 (source i386)

2010-05-04 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 08:56:09 +0200
Source: krb5-auth-dialog
Binary: krb5-auth-dialog
Architecture: source i386
Version: 0.16~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 krb5-auth-dialog - tray applet for reauthenticating kerberos tickets
Changes: 
 krb5-auth-dialog (0.16~rc1-1) experimental; urgency=low
 .
   * [29320e2] Imported Upstream version 0.16~rc1
   * [d6b65b8] Enable PAM plugin
   * [c5a9652] Don't run dh_makeshlibs on plugins and remove .la and .a files.
Checksums-Sha1: 
 1d72022c0a156a7b96c89f1c2a20ec908ad2e6f4 1515 krb5-auth-dialog_0.16~rc1-1.dsc
 362d4c6a730dd6ceb0fae405fd1890cc501bf183 812236 
krb5-auth-dialog_0.16~rc1.orig.tar.gz
 3ee9f14e817870e33422fa22f65bab4ddea01ef2 4300 
krb5-auth-dialog_0.16~rc1-1.diff.gz
 3b3793df42592e2513baf5ced28579d0ba56dbf9 332182 
krb5-auth-dialog_0.16~rc1-1_i386.deb
Checksums-Sha256: 
 2d3d0864109e2bd3e3bd04a01d7d18c4c3f9553575ab3031742feafc6b20b2bb 1515 
krb5-auth-dialog_0.16~rc1-1.dsc
 08e4c33c11e75fba978d4923644bdf0f14f1b9fdccf91e814fb82af6a09fc753 812236 
krb5-auth-dialog_0.16~rc1.orig.tar.gz
 9fd31772081461c544f9b83691bedae6f4ab1f78edc4ff280056e35c91ffe3b0 4300 
krb5-auth-dialog_0.16~rc1-1.diff.gz
 f62cc76aad35f9f0608c701240af3bbb801ee3aca3f488f7decc6fa3f6c6fee8 332182 
krb5-auth-dialog_0.16~rc1-1_i386.deb
Files: 
 1b7269df7077a4d7e02fc9bf73364120 1515 gnome optional 
krb5-auth-dialog_0.16~rc1-1.dsc
 dd02dbe4a7f9849b29ccb3f465b9b3f2 812236 gnome optional 
krb5-auth-dialog_0.16~rc1.orig.tar.gz
 282b71543527ef1117d8aca8fb25eeea 4300 gnome optional 
krb5-auth-dialog_0.16~rc1-1.diff.gz
 8d202d19d569c7c42c984e461e397168 332182 gnome optional 
krb5-auth-dialog_0.16~rc1-1_i386.deb

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

iD8DBQFL38Zdn88szT8+ZCYRAk/FAJ48a43QFABZ1tIFzTmaVzxkMePr+ACfY6WS
IR1Y3M5PSsntCyOjCb7J8R0=
=Knlz
-END PGP SIGNATURE-


Accepted:
krb5-auth-dialog_0.16~rc1-1.diff.gz
  to main/k/krb5-auth-dialog/krb5-auth-dialog_0.16~rc1-1.diff.gz
krb5-auth-dialog_0.16~rc1-1.dsc
  to main/k/krb5-auth-dialog/krb5-auth-dialog_0.16~rc1-1.dsc
krb5-auth-dialog_0.16~rc1-1_i386.deb
  to main/k/krb5-auth-dialog/krb5-auth-dialog_0.16~rc1-1_i386.deb
krb5-auth-dialog_0.16~rc1.orig.tar.gz
  to main/k/krb5-auth-dialog/krb5-auth-dialog_0.16~rc1.orig.tar.gz


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



Accepted xfce4-weather-plugin 0.7.3-3 (source amd64)

2010-05-04 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 May 2010 08:46:43 +0200
Source: xfce4-weather-plugin
Binary: xfce4-weather-plugin
Architecture: source amd64
Version: 0.7.3-3
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-weather-plugin - weather information plugin for the Xfce4 panel
Closes: 579972
Changes: 
 xfce4-weather-plugin (0.7.3-3) unstable; urgency=low
 .
   * debian/patches:
 - 01_support-ipv6-only-proxies added, fix support for proxies with only
   IPv6 addresses. Thanks Roman Mamedov. closes: #579972
   * debian/control:
 - update standards version to 3.8.4.
Checksums-Sha1: 
 4daeb5ce33679e94abf8730b2c1ffb44153cb30d 2110 xfce4-weather-plugin_0.7.3-3.dsc
 6da1a704ca2d959fbee00ba3bf31a478fb6c2502 3584 
xfce4-weather-plugin_0.7.3-3.diff.gz
 7643a088b526bbc03d034f7f42d97a3f303945d3 484334 
xfce4-weather-plugin_0.7.3-3_amd64.deb
Checksums-Sha256: 
 20d68e376a195eab9b58000b8525ad6e360c4d70056e0eec9670fce14026719e 2110 
xfce4-weather-plugin_0.7.3-3.dsc
 b92cc105dc77f4247d57257e11d9c30a9072a738bddb09c06a047a12730238b8 3584 
xfce4-weather-plugin_0.7.3-3.diff.gz
 e21ff7647c907806fdbef130567b1f261ad0d29ebc4a5f81fb9b46691388c2d5 484334 
xfce4-weather-plugin_0.7.3-3_amd64.deb
Files: 
 ad209cad275dafb1b1cde10ae9b46e65 2110 xfce optional 
xfce4-weather-plugin_0.7.3-3.dsc
 47f7562938edb32aa54d22c63ce99325 3584 xfce optional 
xfce4-weather-plugin_0.7.3-3.diff.gz
 c6c7b20f6213a08fc25db7cff15f384c 484334 xfce optional 
xfce4-weather-plugin_0.7.3-3_amd64.deb

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

iQIcBAEBCgAGBQJL38PiAAoJEDBVD3hx7wuoPlYP/As3NCECZ7TthMFD9swtt3Ix
nBIk+hy4I/p+NWPncJRIPTePPQxUzStEy4q0DI56Rkt+WTHVK24QcHssU9s+QR0N
dM3m9CbfkvJis2I4Vwsst2buL+D8XUiZQtYN4jQyFvEUNZJPUliC8P9wjADohIGX
5lkJNjbAx52AaxKR/VHuwta63a+Sai4+wZvOkPW1rUdHOniQxSXkJOhL+TAUSZqi
jkokoak8l3+4g5aTmcdvTW4zf3pNmAxRmx0VpL+92BGDJmplRgl1ErhYtVVAVtoa
JycP2KSEXPXxcYCrAbq7DhJN/72sbLCuHPyqgLVH8Jl4tAnE7ISwFBikk/TJ8YrI
hUMJTbWhy9q6RMAeJsw71XEoWXiTpHjL2KGOOyrln6bCe6f3w0IFGgjIiQAFQXDc
I5ReISarQGIXy3dKk1pl9LLIngnhA4/UFgrkG0jfN9f80n3x4buLXP/ab2prWX8H
zBqr+Ne5NHFAAutLjpq6mEVoxYulDHmknf2X4nO02SE+7ECJQ8Oz2t67qeaonp7D
QfQl3vdw3QBJ+AdpN+wdYjOZH3niK40zWgqVIXW5kzhPBUwUe/hNtbFCh/I1drAf
++oMVdcuf+ARXvwNFtFvbVVzYsrGiVyU3cRexAGmLD+EOyTnDCal7MiYCiaNgTBB
meHmTOtd3sT3ClmkHYhG
=GAYD
-END PGP SIGNATURE-


Accepted:
xfce4-weather-plugin_0.7.3-3.diff.gz
  to main/x/xfce4-weather-plugin/xfce4-weather-plugin_0.7.3-3.diff.gz
xfce4-weather-plugin_0.7.3-3.dsc
  to main/x/xfce4-weather-plugin/xfce4-weather-plugin_0.7.3-3.dsc
xfce4-weather-plugin_0.7.3-3_amd64.deb
  to main/x/xfce4-weather-plugin/xfce4-weather-plugin_0.7.3-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
Archive: http://lists.debian.org/e1o9ci3-0005k9...@ries.debian.org



Accepted vte 1:0.24.1-1 (source all amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 20:11:29 +0200
Source: vte
Binary: libvte9 libvte9-udeb libvte-dev libvte-common python-vte libvte-doc
Architecture: source all amd64
Version: 1:0.24.1-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libvte-common - Terminal emulator widget for GTK+ 2.0 - common files
 libvte-dev - Terminal emulator widget for GTK+ 2.0 - development files
 libvte-doc - Terminal emulator widget for GTK+ 2.0 - documentation
 libvte9- Terminal emulator widget for GTK+ 2.0 - runtime files
 libvte9-udeb - Terminal emulator widget for GTK+ 2.0 - minimal runtime (udeb)
 python-vte - Python bindings for the VTE widget set
Changes: 
 vte (1:0.24.1-1) unstable; urgency=low
 .
   * New upstream bugfix release:
 + debian/patches/01_transparent_crash.patch:
   - Dropped, fixed upstream.
 + debian/patches/25_optional-ncurses.patch:
   - Updated to apply cleanly again.
 + debian/patches/90_autoreconf.patch:
   - Regenerated for the new version.
 + debian/control.in:
   - Update build dependencies and dependencies of the -dev package.
Checksums-Sha1: 
 b5c6041c5be0917f0365be0711b5a6226cf4a042 1660 vte_0.24.1-1.dsc
 01447a610a1da7b4ff52a8dbe87336a683979894 1671081 vte_0.24.1.orig.tar.gz
 c6edab277ed8b9ff673b842d235ff888d0224e74 91612 vte_0.24.1-1.debian.tar.gz
 8c4648e5ad1124795e81fd08b51d9b4785e3bb14 414430 libvte-common_0.24.1-1_all.deb
 a0b7f3c185bf273363b312746d04809eb82cc4e3 394820 libvte-doc_0.24.1-1_all.deb
 3dac60d17329a743d6ade77c6880507537903660 914612 libvte9_0.24.1-1_amd64.deb
 ddbcb67aaedb9cd7dfd93e36b88a9738ce13bb81 323446 
libvte9-udeb_0.24.1-1_amd64.udeb
 49f59812ad7af0925e4f7ea816becf9cd2983313 720924 libvte-dev_0.24.1-1_amd64.deb
 f8179d3733a631da0fb7473b9bb1d2bde3df6f38 387108 python-vte_0.24.1-1_amd64.deb
Checksums-Sha256: 
 67111ba222c0a5c2806e9c30b4fac38e8187255e1206254dd66a3814ffd622aa 1660 
vte_0.24.1-1.dsc
 719d0aadf9e51d7b608f02e735bdfe51904c7889cc5af80664b8c32a4fe24f91 1671081 
vte_0.24.1.orig.tar.gz
 e5471545c11dea6894dbc79d74f2914f1ba901f019a5df075a538cea64f3986a 91612 
vte_0.24.1-1.debian.tar.gz
 a3150d8f366fe0dfe0edb10e6767d3abc5edf553fd5f505c79c9396623ec7be9 414430 
libvte-common_0.24.1-1_all.deb
 d172e50678bb8939b5af4fb5b76bbc5a2554abe822ee40f0ac63cea7d73859c2 394820 
libvte-doc_0.24.1-1_all.deb
 9467dbcfbe9a07a3ae55a22f762d185d4a199ccdd2c3e3ad218eb421ae897b25 914612 
libvte9_0.24.1-1_amd64.deb
 9331fc1bf0f6b52a708f4d7128e6341f63a0281da6adff67cf6454a778ffc842 323446 
libvte9-udeb_0.24.1-1_amd64.udeb
 e3331aecbb64947837015a0b52ddc13e85406a35a99b516ad29296731ccc2aed 720924 
libvte-dev_0.24.1-1_amd64.deb
 2e63973117f732e50fc42fa0be40964614a32a7c809a41f6565c3b72dfb37909 387108 
python-vte_0.24.1-1_amd64.deb
Files: 
 b29bdd51a2fc801bb403d6a3b1f8b546 1660 libs optional vte_0.24.1-1.dsc
 01e99fa947b8dd7794e6cb1f5a21b068 1671081 libs optional vte_0.24.1.orig.tar.gz
 8ebdfa909311692d71f6d37adf33a6c5 91612 libs optional vte_0.24.1-1.debian.tar.gz
 5685e2ca7432f347317610fad433b235 414430 libs optional 
libvte-common_0.24.1-1_all.deb
 9788bfebc91273049f8346a6d4a76005 394820 doc optional 
libvte-doc_0.24.1-1_all.deb
 8772f32360cc1d764686f0ada4fc08f1 914612 libs optional 
libvte9_0.24.1-1_amd64.deb
 cd5ba0a40c6d361241c510b989da3fc7 323446 debian-installer extra 
libvte9-udeb_0.24.1-1_amd64.udeb
 3f7461cb11c3dfafd3c27b147d3fb29e 720924 libdevel optional 
libvte-dev_0.24.1-1_amd64.deb
 c97597b2f9efabb0ccdecda30a7225ab 387108 python optional 
python-vte_0.24.1-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAkvfzoAACgkQBsBdh1vkHyE4kQCfYzg4IQGlt4AFWeVYKqmq4q2O
/WwAn1pNI4DFofPNwM5nKMwl7VMrmYG9
=3Z4j
-END PGP SIGNATURE-


Accepted:
libvte-common_0.24.1-1_all.deb
  to main/v/vte/libvte-common_0.24.1-1_all.deb
libvte-dev_0.24.1-1_amd64.deb
  to main/v/vte/libvte-dev_0.24.1-1_amd64.deb
libvte-doc_0.24.1-1_all.deb
  to main/v/vte/libvte-doc_0.24.1-1_all.deb
libvte9-udeb_0.24.1-1_amd64.udeb
  to main/v/vte/libvte9-udeb_0.24.1-1_amd64.udeb
libvte9_0.24.1-1_amd64.deb
  to main/v/vte/libvte9_0.24.1-1_amd64.deb
python-vte_0.24.1-1_amd64.deb
  to main/v/vte/python-vte_0.24.1-1_amd64.deb
vte_0.24.1-1.debian.tar.gz
  to main/v/vte/vte_0.24.1-1.debian.tar.gz
vte_0.24.1-1.dsc
  to main/v/vte/vte_0.24.1-1.dsc
vte_0.24.1.orig.tar.gz
  to main/v/vte/vte_0.24.1.orig.tar.gz


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



Accepted git-buildpackage 0.4.66 (source all)

2010-05-04 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 09:08:40 +0200
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.66
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 577394 577731 579997
Changes: 
 git-buildpackage (0.4.66) unstable; urgency=low
 .
   [ Paul Menzel ]
   * [1072473] docs/manpages/git-dch.sgml: Consistency fixes and typo.
  • Start sentences with capital letter and end them with a full stop.
  • s/enty/entry/
 .
   [ David Paleino ]
   * [49e31b1] Add --uscan command-line option Launch uscan and use the
 tarball, if there's a new upstream version. (Closes: #577394)
 .
   [ Guido Günther ]
   * [0826409] Bump standards version
   * [6646d63] Depend on git | git-core (Closes: #577731)
   * [f7a085a] Make --uscan more robust by not throwing exceptions onto the
 console and catching download errors.
   * [9521e6c] Fix typo - thanks to Paul Menzel
   * [a2dd58d] gbp-pull: Requests for non fast-forward updates should exit with
 a non-zero result (Closes: #579997)
   * [b0100b6] Add simple Zeitgist data provider
   * [5aefe29] Add 'Git-Dch: Short' tag to changelog parser This omits
 the long description of the commit from the changelog.
Checksums-Sha1: 
 260df9b4420a076abfcab4e1e088a6aadff5d2c4 1080 git-buildpackage_0.4.66.dsc
 c08c28304449790c48fead2bbe0e99264af2ab0c 70098 git-buildpackage_0.4.66.tar.gz
 c1775feb86adf56a24245e5259240f81a2acf889 88926 git-buildpackage_0.4.66_all.deb
Checksums-Sha256: 
 bdb77d6665b64098ef3b7b23e1eca5ea16d5fb5a4db454dabe341e48c24d8782 1080 
git-buildpackage_0.4.66.dsc
 3e152be83fe97e13f4e62e1dad52e346a25f4dc499dc763268a90b40821b64c9 70098 
git-buildpackage_0.4.66.tar.gz
 0cf503d9af57ef67618034467c9684d6688cf8846f6efcd1ccc8c6ca4334b9c3 88926 
git-buildpackage_0.4.66_all.deb
Files: 
 9081122622177668a9693f13a9c10ef2 1080 vcs optional git-buildpackage_0.4.66.dsc
 a53fb78f60b6a1bf9321e4ba72c2b947 70098 vcs optional 
git-buildpackage_0.4.66.tar.gz
 5b1210d809764782f724e89dfc79e2ae 88926 vcs optional 
git-buildpackage_0.4.66_all.deb

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

iD8DBQFL3+ROn88szT8+ZCYRAunIAJ45rcaZ+/7w8AVzGGrXq+c5pI8AvACfQwPg
vgpqLBZV9qDtMN1kV/3D8bI=
=3O/p
-END PGP SIGNATURE-


Accepted:
git-buildpackage_0.4.66.dsc
  to main/g/git-buildpackage/git-buildpackage_0.4.66.dsc
git-buildpackage_0.4.66.tar.gz
  to main/g/git-buildpackage/git-buildpackage_0.4.66.tar.gz
git-buildpackage_0.4.66_all.deb
  to main/g/git-buildpackage/git-buildpackage_0.4.66_all.deb


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



Accepted glibmm2.4 2.24.2-1 (source all amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 09:48:25 +0200
Source: glibmm2.4
Binary: libglibmm-2.4-1c2a libglibmm-2.4-dev libglibmm-2.4-dbg libglibmm-2.4-doc
Architecture: source all amd64
Version: 2.24.2-1
Distribution: unstable
Urgency: low
Maintainer: Deng Xiyue manphiz-gu...@users.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libglibmm-2.4-1c2a - C++ wrapper for the GLib toolkit (shared libraries)
 libglibmm-2.4-dbg - C++ wrapper for the GLib toolkit (debug symbols)
 libglibmm-2.4-dev - C++ wrapper for the GLib toolkit (development files)
 libglibmm-2.4-doc - C++ wrapper for the GLib toolkit (documentation)
Changes: 
 glibmm2.4 (2.24.2-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 c2bf3dad4fc79de2b732f78edabb45a5f2b4dfcf 1503 glibmm2.4_2.24.2-1.dsc
 5270df5face158299054f223416070e2d0c78e3f 5506480 glibmm2.4_2.24.2.orig.tar.gz
 8dc4971662f94b3add70b164530fb6078e3cab15 7180 glibmm2.4_2.24.2-1.diff.gz
 53ae298396bb6d2e72ebd26204e24ce99e22eea4 4024534 
libglibmm-2.4-doc_2.24.2-1_all.deb
 be110368491257e04e0d58a9c32e0f5f0e09024b 396546 
libglibmm-2.4-1c2a_2.24.2-1_amd64.deb
 fe1e3a42944afdf67bdde004edffbf454a71a99c 780004 
libglibmm-2.4-dev_2.24.2-1_amd64.deb
 2462c918ba272c68d051875500fe17acb33de123 1951528 
libglibmm-2.4-dbg_2.24.2-1_amd64.deb
Checksums-Sha256: 
 ab6ade072e9523005188d09679bdc6249df1e8a6d98d3c31c91ac6eb6cb3ce36 1503 
glibmm2.4_2.24.2-1.dsc
 9b14e6d27e0bc591ea8dbce865e9d857e234b53b1d0d09e9cc23e4714b2e5a0f 5506480 
glibmm2.4_2.24.2.orig.tar.gz
 85add9bbc5f34aac4ac1701fb04f0894e071152029b124aa23514c2ef49812c4 7180 
glibmm2.4_2.24.2-1.diff.gz
 354e5ba76c7a80a42951386515e9145f05e2cd5a7f6dbfafdedc5a12d8b04b7a 4024534 
libglibmm-2.4-doc_2.24.2-1_all.deb
 505204367835108568019d72ad8fbdd50d76d75985f8021a48c32e5182815e1c 396546 
libglibmm-2.4-1c2a_2.24.2-1_amd64.deb
 e32fa26198fb5e207e8c948c053eafce27e9a719dd08fe35df8774b01b34da55 780004 
libglibmm-2.4-dev_2.24.2-1_amd64.deb
 ede9f0e632ab86e1c83c0032f89caf3bd9284ad2b730caf62209f9b6320d2d39 1951528 
libglibmm-2.4-dbg_2.24.2-1_amd64.deb
Files: 
 3404add2fc7326a7a58190572ce2cd30 1503 libs optional glibmm2.4_2.24.2-1.dsc
 ddcfb4654404fa96b2a1d3412510003d 5506480 libs optional 
glibmm2.4_2.24.2.orig.tar.gz
 84b54df193fbd7d5e1474f0bcdb71d11 7180 libs optional glibmm2.4_2.24.2-1.diff.gz
 01c5f801f7c8291fa771d2b194cf8ed4 4024534 doc optional 
libglibmm-2.4-doc_2.24.2-1_all.deb
 e7c6d46903283988cbbb1c9fa13fda9c 396546 libs optional 
libglibmm-2.4-1c2a_2.24.2-1_amd64.deb
 9c9c01d6605499101f183a545859e480 780004 libdevel optional 
libglibmm-2.4-dev_2.24.2-1_amd64.deb
 5e116ecf0895259c8b2d066bb4385ba4 1951528 debug extra 
libglibmm-2.4-dbg_2.24.2-1_amd64.deb

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

iEYEARECAAYFAkvf0t4ACgkQBsBdh1vkHyFetgCaAt4ADCUhTOA5ae3Fjofs+38J
7wgAn29XgZaACTYaTU/jx1eDMM6BViLr
=WZIZ
-END PGP SIGNATURE-


Accepted:
glibmm2.4_2.24.2-1.diff.gz
  to main/g/glibmm2.4/glibmm2.4_2.24.2-1.diff.gz
glibmm2.4_2.24.2-1.dsc
  to main/g/glibmm2.4/glibmm2.4_2.24.2-1.dsc
glibmm2.4_2.24.2.orig.tar.gz
  to main/g/glibmm2.4/glibmm2.4_2.24.2.orig.tar.gz
libglibmm-2.4-1c2a_2.24.2-1_amd64.deb
  to main/g/glibmm2.4/libglibmm-2.4-1c2a_2.24.2-1_amd64.deb
libglibmm-2.4-dbg_2.24.2-1_amd64.deb
  to main/g/glibmm2.4/libglibmm-2.4-dbg_2.24.2-1_amd64.deb
libglibmm-2.4-dev_2.24.2-1_amd64.deb
  to main/g/glibmm2.4/libglibmm-2.4-dev_2.24.2-1_amd64.deb
libglibmm-2.4-doc_2.24.2-1_all.deb
  to main/g/glibmm2.4/libglibmm-2.4-doc_2.24.2-1_all.deb


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



Accepted gnome-screensaver 2.30.0-1 (source amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 10:01:30 +0200
Source: gnome-screensaver
Binary: gnome-screensaver
Architecture: source amd64
Version: 2.30.0-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gnome-screensaver - GNOME screen saver and locker
Changes: 
 gnome-screensaver (2.30.0-1) unstable; urgency=low
 .
   * New upstream stable release:
 + debian/control.in:
   - Update build dependencies.
Checksums-Sha1: 
 7c789bf13f488082eed9ceaf9a53aca1bc4bcf19 1943 gnome-screensaver_2.30.0-1.dsc
 4728d873f2113ae5452c2e348d49c8fb5d06604c 5065929 
gnome-screensaver_2.30.0.orig.tar.gz
 98275a4b41af2c9d4ac538fa4e6c754f59691905 12519 
gnome-screensaver_2.30.0-1.diff.gz
 11b7718ca030b7fcba6d99b5a1461368af5e39c4 4727666 
gnome-screensaver_2.30.0-1_amd64.deb
Checksums-Sha256: 
 f3c882d6604a18244617bfe05b0f3b1fd26c1edeaa680a5117bd21734d56428b 1943 
gnome-screensaver_2.30.0-1.dsc
 ec04d957054fa417c9c2917b6978e9c55d804ff85a145b50ba5201e3d73e48e0 5065929 
gnome-screensaver_2.30.0.orig.tar.gz
 fe6220f8f1781718b36b35fcd25ce77d85aeea58a84457aff1ce7c32004429d7 12519 
gnome-screensaver_2.30.0-1.diff.gz
 544fde82cc9af5667bd99a064db93aeaa2694161ee2e6a3b07a9b2cb1c3da2c5 4727666 
gnome-screensaver_2.30.0-1_amd64.deb
Files: 
 36b2669038c6761135ac211b764ba07f 1943 gnome optional 
gnome-screensaver_2.30.0-1.dsc
 5fcadbdbc0c9f0222e178cfaa802a555 5065929 gnome optional 
gnome-screensaver_2.30.0.orig.tar.gz
 cf67c63190bc0ecd7ba0c798ca959d04 12519 gnome optional 
gnome-screensaver_2.30.0-1.diff.gz
 393d73295dbc5d0a1907c0924e5fc952 4727666 gnome optional 
gnome-screensaver_2.30.0-1_amd64.deb

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

iEYEARECAAYFAkvf26EACgkQBsBdh1vkHyG/xACfW3+2ojX6Kdky1ye/SqmOMqji
C5kAoI562Ti15OnPKj8ffpXb0lRV8LlJ
=1iTk
-END PGP SIGNATURE-


Accepted:
gnome-screensaver_2.30.0-1.diff.gz
  to main/g/gnome-screensaver/gnome-screensaver_2.30.0-1.diff.gz
gnome-screensaver_2.30.0-1.dsc
  to main/g/gnome-screensaver/gnome-screensaver_2.30.0-1.dsc
gnome-screensaver_2.30.0-1_amd64.deb
  to main/g/gnome-screensaver/gnome-screensaver_2.30.0-1_amd64.deb
gnome-screensaver_2.30.0.orig.tar.gz
  to main/g/gnome-screensaver/gnome-screensaver_2.30.0.orig.tar.gz


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



Accepted gnome-terminal 2.30.1-1 (source all amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 09:37:18 +0200
Source: gnome-terminal
Binary: gnome-terminal gnome-terminal-data
Architecture: source all amd64
Version: 2.30.1-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gnome-terminal - The GNOME terminal emulator application
 gnome-terminal-data - Data files for the GNOME terminal emulator
Changes: 
 gnome-terminal (2.30.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 bcaab514615b63b33467017cf525ac6445b04250 1537 gnome-terminal_2.30.1-1.dsc
 0e74c4eade4d8e9ba9a99196f5b5fc8a30d0ecda 3490531 
gnome-terminal_2.30.1.orig.tar.gz
 64821daee2beee9e5dd1b3b1d5b3e5b03b780049 23582 gnome-terminal_2.30.1-1.diff.gz
 b403c420884593e5742a98240504ef2f8adedd0c 3144504 
gnome-terminal-data_2.30.1-1_all.deb
 a167994122f8908ffcd81d2da7bdb411c0bf0e25 478136 
gnome-terminal_2.30.1-1_amd64.deb
Checksums-Sha256: 
 5b6bada8dc651aa4ffc6a9710b550c776c0eb6a67dadfe8813645ad85feded56 1537 
gnome-terminal_2.30.1-1.dsc
 171a696f5c1006c2d9057b0f2e5637a2c3742538b22a4aff05e763b4324bfed5 3490531 
gnome-terminal_2.30.1.orig.tar.gz
 63acfea9a0f0e7ebd35479c7614903140f48e350246c36f64936284b0f5391b1 23582 
gnome-terminal_2.30.1-1.diff.gz
 7a0bcfc3519591f34675050dec07d647b60720b1d871d2a3ff68fe82b3b445ba 3144504 
gnome-terminal-data_2.30.1-1_all.deb
 1ef62b853c3f458f719a256eeb9db2058c76b2ab250cd8766c905849316480ce 478136 
gnome-terminal_2.30.1-1_amd64.deb
Files: 
 7dc267079af1d7c0d6097b64ff0b8933 1537 gnome optional 
gnome-terminal_2.30.1-1.dsc
 ef8350622fed8ee746786f28ecf68acb 3490531 gnome optional 
gnome-terminal_2.30.1.orig.tar.gz
 0e7efa0abf8b0170e0769841047082fb 23582 gnome optional 
gnome-terminal_2.30.1-1.diff.gz
 f85aaee72c31082484ec82a8df828589 3144504 gnome optional 
gnome-terminal-data_2.30.1-1_all.deb
 8548c93255bda00d6d4637576fce16d1 478136 gnome optional 
gnome-terminal_2.30.1-1_amd64.deb

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

iEYEARECAAYFAkvf0XMACgkQBsBdh1vkHyFoqwCglLKcZHP3aV/FbERx2vgckMZu
DyIAoJ70LCrSn47IR6gTZjmmfFt4GxAE
=ymjO
-END PGP SIGNATURE-


Accepted:
gnome-terminal-data_2.30.1-1_all.deb
  to main/g/gnome-terminal/gnome-terminal-data_2.30.1-1_all.deb
gnome-terminal_2.30.1-1.diff.gz
  to main/g/gnome-terminal/gnome-terminal_2.30.1-1.diff.gz
gnome-terminal_2.30.1-1.dsc
  to main/g/gnome-terminal/gnome-terminal_2.30.1-1.dsc
gnome-terminal_2.30.1-1_amd64.deb
  to main/g/gnome-terminal/gnome-terminal_2.30.1-1_amd64.deb
gnome-terminal_2.30.1.orig.tar.gz
  to main/g/gnome-terminal/gnome-terminal_2.30.1.orig.tar.gz


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



Accepted gtksourceview2 2.10.1-1 (source all amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 09:57:37 +0200
Source: gtksourceview2
Binary: libgtksourceview2.0-0 libgtksourceview2.0-common 
libgtksourceview2.0-dev libgtksourceview2.0-doc
Architecture: source all amd64
Version: 2.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libgtksourceview2.0-0 - shared libraries for the GTK+ syntax highlighting 
widget
 libgtksourceview2.0-common - common files for the GTK+ syntax highlighting 
widget
 libgtksourceview2.0-dev - development files for the GTK+ syntax highlighting 
widget
 libgtksourceview2.0-doc - documentation for the GTK+ syntax highlighting widget
Changes: 
 gtksourceview2 (2.10.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 ae35268badab8fc5c2702cb30fe7606f99111233 1795 gtksourceview2_2.10.1-1.dsc
 9975826cb72041ed47fe99246accf358f873d984 2028237 
gtksourceview2_2.10.1.orig.tar.gz
 41f15409b613a87474c895a43ef23c4e632e0f53 9241 
gtksourceview2_2.10.1-1.debian.tar.gz
 fcdc9695af343a3a407dfdd0c088f63f3f073024 928626 
libgtksourceview2.0-common_2.10.1-1_all.deb
 27d9470ffd17815c866c928fd7f4aef0043fc17e 146102 
libgtksourceview2.0-doc_2.10.1-1_all.deb
 8097615fe419fba6e1dac73816b07216953f33db 224220 
libgtksourceview2.0-0_2.10.1-1_amd64.deb
 90eec3c4e317238ac18040b0b79219c5b7c7c97e 287402 
libgtksourceview2.0-dev_2.10.1-1_amd64.deb
Checksums-Sha256: 
 f32634babb929ffd87dccf5027dc0266df5f66eceef9dbca075098ae12ea93af 1795 
gtksourceview2_2.10.1-1.dsc
 68e722bbd34bcb5730ebbd300b30162b956c7506940f709389c7518e5e103c66 2028237 
gtksourceview2_2.10.1.orig.tar.gz
 f24c14e6867109d903a6517aa2a31e270cdaa916bee59d5bae5549a3b4c15ba3 9241 
gtksourceview2_2.10.1-1.debian.tar.gz
 79f387ec7f4e93ebc57a282227cadb2205cdda22c6d9306a8687539a8b75b201 928626 
libgtksourceview2.0-common_2.10.1-1_all.deb
 52ebd37feb182c91e27495705bd97f3f0b8209e9446e2c252106eb391055adcc 146102 
libgtksourceview2.0-doc_2.10.1-1_all.deb
 bde9b0406e00b3b123ae521f4c6d94c06d88ddb7aeba163deea33c15004d4447 224220 
libgtksourceview2.0-0_2.10.1-1_amd64.deb
 6740a5648986321d264a079a204f4ab585e3b6bad5ffe8403f1fd617033541fe 287402 
libgtksourceview2.0-dev_2.10.1-1_amd64.deb
Files: 
 60d6033a060925a87421c6bec048930c 1795 libs optional gtksourceview2_2.10.1-1.dsc
 e608536438929f1dd2cf5a15e4e86d27 2028237 libs optional 
gtksourceview2_2.10.1.orig.tar.gz
 d23293830002c3e33e22f1a364b75136 9241 libs optional 
gtksourceview2_2.10.1-1.debian.tar.gz
 df4f3207d0557cd2ff4cb14b788bdeb0 928626 libs optional 
libgtksourceview2.0-common_2.10.1-1_all.deb
 35dcba03fa064d51380152462833b245 146102 doc optional 
libgtksourceview2.0-doc_2.10.1-1_all.deb
 e9aa8eb6943cd1b90a417fb9af40a610 224220 libs optional 
libgtksourceview2.0-0_2.10.1-1_amd64.deb
 98c18d9018da9988feed2ef502725aaa 287402 libdevel optional 
libgtksourceview2.0-dev_2.10.1-1_amd64.deb

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

iEYEARECAAYFAkvf23wACgkQBsBdh1vkHyEFPwCgk9eMLTL/sTV7WSwHNi55rMse
YeIAmwZci/UL7l9eMtCupqtAFLB9UOKb
=G6KA
-END PGP SIGNATURE-


Accepted:
gtksourceview2_2.10.1-1.debian.tar.gz
  to main/g/gtksourceview2/gtksourceview2_2.10.1-1.debian.tar.gz
gtksourceview2_2.10.1-1.dsc
  to main/g/gtksourceview2/gtksourceview2_2.10.1-1.dsc
gtksourceview2_2.10.1.orig.tar.gz
  to main/g/gtksourceview2/gtksourceview2_2.10.1.orig.tar.gz
libgtksourceview2.0-0_2.10.1-1_amd64.deb
  to main/g/gtksourceview2/libgtksourceview2.0-0_2.10.1-1_amd64.deb
libgtksourceview2.0-common_2.10.1-1_all.deb
  to main/g/gtksourceview2/libgtksourceview2.0-common_2.10.1-1_all.deb
libgtksourceview2.0-dev_2.10.1-1_amd64.deb
  to main/g/gtksourceview2/libgtksourceview2.0-dev_2.10.1-1_amd64.deb
libgtksourceview2.0-doc_2.10.1-1_all.deb
  to main/g/gtksourceview2/libgtksourceview2.0-doc_2.10.1-1_all.deb


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



Accepted hamster-applet 2.30.1-1 (source amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 09:55:20 +0200
Source: hamster-applet
Binary: hamster-applet
Architecture: source amd64
Version: 2.30.1-1
Distribution: unstable
Urgency: low
Maintainer: Pedro Fragoso em...@ubuntu.com
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 hamster-applet - time tracking applet for GNOME
Changes: 
 hamster-applet (2.30.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 19b6f6ccae1c6fc40484f64922f757b98bc174ca 1758 hamster-applet_2.30.1-1.dsc
 e2bd6b53bce4b8c4a7c1b37ab897ae480dfe32bb 791849 
hamster-applet_2.30.1.orig.tar.gz
 d2e3e8496f4ecaf9acb6aada2c8a8111e97e015a 4322 hamster-applet_2.30.1-1.diff.gz
 2aa4ec5a1abc5a0a7a85c354ab5baa5a9cf9dd1e 405116 
hamster-applet_2.30.1-1_amd64.deb
Checksums-Sha256: 
 1e896cdff3b95684d234883516ccce818f233e8f8f93fd374cb2939c89dd0105 1758 
hamster-applet_2.30.1-1.dsc
 0872775ca51a33606392c1482e0430fd159ba2655a274f42922e1ab0bda6ef4e 791849 
hamster-applet_2.30.1.orig.tar.gz
 9503f6f12b5e1a65762bed40b27a97d25a1a10a64262b8c44ba2c8b516d2f321 4322 
hamster-applet_2.30.1-1.diff.gz
 6246fc402265949073629e65066b974269e34dfb8b3d01210f0c31bddf44dd08 405116 
hamster-applet_2.30.1-1_amd64.deb
Files: 
 4c4f3f174ef4fdf3ae83d61efc2c7032 1758 gnome optional 
hamster-applet_2.30.1-1.dsc
 0247cc6b2a5702960b7d344c015bfd42 791849 gnome optional 
hamster-applet_2.30.1.orig.tar.gz
 97880a106cc5b51b86f71fe73f0d21f9 4322 gnome optional 
hamster-applet_2.30.1-1.diff.gz
 8f9bda52d93024eeb9d11a7c9832ddc6 405116 gnome optional 
hamster-applet_2.30.1-1_amd64.deb

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

iEYEARECAAYFAkvf244ACgkQBsBdh1vkHyG/egCgghsMp0DwJcksDB+qHGmL3EL7
4dQAn2igr4HHckttLbPajyK1ywkqOddE
=jAVC
-END PGP SIGNATURE-


Accepted:
hamster-applet_2.30.1-1.diff.gz
  to main/h/hamster-applet/hamster-applet_2.30.1-1.diff.gz
hamster-applet_2.30.1-1.dsc
  to main/h/hamster-applet/hamster-applet_2.30.1-1.dsc
hamster-applet_2.30.1-1_amd64.deb
  to main/h/hamster-applet/hamster-applet_2.30.1-1_amd64.deb
hamster-applet_2.30.1.orig.tar.gz
  to main/h/hamster-applet/hamster-applet_2.30.1.orig.tar.gz


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



Accepted haskell-testpack 2.0.0-3 (source all amd64)

2010-05-04 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 21:47:10 +0200
Source: haskell-testpack
Binary: libghc6-testpack-dev libghc6-testpack-prof libghc6-testpack-doc
Architecture: source all amd64
Version: 2.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc6-testpack-dev - Haskell Test Utility Pack for HUnit and QuickCheck
 libghc6-testpack-doc - Documentation for Haskell Test Utility Pack
 libghc6-testpack-prof - Haskell Test Utility Pack for HUnit and QuickCheck
Changes: 
 haskell-testpack (2.0.0-3) unstable; urgency=low
 .
   * Quick FTBFS fix due to minor QuickCheck API change
Checksums-Sha1: 
 896c9e7ff1d028c63847f0f0027afb239035 1651 haskell-testpack_2.0.0-3.dsc
 0e6af0b6c02d329501b425caef7034ba3b5491fa 8570 haskell-testpack_2.0.0-3.diff.gz
 1d87ac99a8ebc355999502ce81dc1fc33e328b97 23738 
libghc6-testpack-doc_2.0.0-3_all.deb
 46dcfbe44639361745afd03fc5cfa89a4001e38f 48684 
libghc6-testpack-dev_2.0.0-3_amd64.deb
 34d6f56c220dc2dd0ee48b39e8cd778b6617a24c 43250 
libghc6-testpack-prof_2.0.0-3_amd64.deb
Checksums-Sha256: 
 71b0188769e8b1703aaa9026ff004c38d2f1d8c24fc92ad48f9087349ba6cfd6 1651 
haskell-testpack_2.0.0-3.dsc
 58ece81222dc693207ebb0c79dacb45b013b2b042588edda93994cdb228af2b5 8570 
haskell-testpack_2.0.0-3.diff.gz
 5af786f0f081eaa49a7c42ae40fd42130e414cc4f53b3acdb57b3294214a6dc4 23738 
libghc6-testpack-doc_2.0.0-3_all.deb
 676698bd24e061d75c3108eb7cb381bae6b0c8e070a1c9c18ed5447a2fdf7e42 48684 
libghc6-testpack-dev_2.0.0-3_amd64.deb
 603081205949e68d953285227e135cb6d20492670896eaa2dbdcb0840f8da03e 43250 
libghc6-testpack-prof_2.0.0-3_amd64.deb
Files: 
 b06611e2a9b9b6cd9064622ddb0ab379 1651 haskell extra 
haskell-testpack_2.0.0-3.dsc
 4d2a94a3854422337fc54e0d4f66779f 8570 haskell extra 
haskell-testpack_2.0.0-3.diff.gz
 2d10340ab13090083bf5e611c9af4c4f 23738 doc extra 
libghc6-testpack-doc_2.0.0-3_all.deb
 d1b4c86e79d1ab02582936035a45bf01 48684 haskell extra 
libghc6-testpack-dev_2.0.0-3_amd64.deb
 8ef31ff508b74703bc24ac9d7e4f7119 43250 haskell extra 
libghc6-testpack-prof_2.0.0-3_amd64.deb

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

iEYEARECAAYFAkvf5XsACgkQ9ijrk0dDIGyCxgCgsXKbo5lbZ7yYeXXKEFNs8xvZ
n2AAn1QIFsOgIFfa+pOZFq6JUglhv2Nd
=PaKl
-END PGP SIGNATURE-


Accepted:
haskell-testpack_2.0.0-3.diff.gz
  to main/h/haskell-testpack/haskell-testpack_2.0.0-3.diff.gz
haskell-testpack_2.0.0-3.dsc
  to main/h/haskell-testpack/haskell-testpack_2.0.0-3.dsc
libghc6-testpack-dev_2.0.0-3_amd64.deb
  to main/h/haskell-testpack/libghc6-testpack-dev_2.0.0-3_amd64.deb
libghc6-testpack-doc_2.0.0-3_all.deb
  to main/h/haskell-testpack/libghc6-testpack-doc_2.0.0-3_all.deb
libghc6-testpack-prof_2.0.0-3_amd64.deb
  to main/h/haskell-testpack/libghc6-testpack-prof_2.0.0-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
Archive: http://lists.debian.org/e1o9evr-0007wn...@ries.debian.org



Accepted librcd 0.1.13-2 (source amd64)

2010-05-04 Thread Ivan Borzenkov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 16 Apr 2010 23:35:45 +0400
Source: librcd
Binary: librcd0 librcd-dev
Architecture: source amd64
Version: 0.1.13-2
Distribution: unstable
Urgency: low
Maintainer: Ivan Borzenkov ivan1...@list.ru
Changed-By: Ivan Borzenkov ivan1...@list.ru
Description: 
 librcd-dev - Library for autodection charset of Russian text - dev files
 librcd0- Library for autodection charset of Russian text
Changes: 
 librcd (0.1.13-2) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.4
 - add misc:Depends
   * change rules to new debhelper
   * chande source format to 3.0(quilt)
   * fix watch file
Checksums-Sha1: 
 732d9f03115706a162548577df3b07af6db19ad0 1052 librcd_0.1.13-2.dsc
 10ba40e7c33e19301ec1af3c7d27673037206af1 2381 librcd_0.1.13-2.debian.tar.gz
 8656bbf672756d9cf1cb9b598ef01b12a60b03fb 65398 librcd0_0.1.13-2_amd64.deb
 cd1fe941d88f1c8887c9ede34f1ace2005fdc888 66028 librcd-dev_0.1.13-2_amd64.deb
Checksums-Sha256: 
 05f75d48a8dc5ca942a3d6a1f299b9ba2fa63f1c753a13820818b87cdee45657 1052 
librcd_0.1.13-2.dsc
 e395d4db443e024578acaefd97678b72b27dc811d384e035ef3d8bd4618212ec 2381 
librcd_0.1.13-2.debian.tar.gz
 46c8c6753fc98179e8c676687fb8ff0801598fa3c7827df940f8b63b1aab9ffc 65398 
librcd0_0.1.13-2_amd64.deb
 f50f051b1cbed837e0f04e04ad9ca23b32f7a4e83ba1e95f5c458c1679d565b2 66028 
librcd-dev_0.1.13-2_amd64.deb
Files: 
 d62f2a8e06400c10cba531cf3fc4cb40 1052 libs extra librcd_0.1.13-2.dsc
 2802eba25971e733cffde7c51ece32e6 2381 libs extra librcd_0.1.13-2.debian.tar.gz
 3418d0a8dc4167dcb7e5583f502f752d 65398 libs extra librcd0_0.1.13-2_amd64.deb
 1e3558ff4d26c08685894dfd76ab9025 66028 libdevel extra 
librcd-dev_0.1.13-2_amd64.deb

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

iEYEAREDAAYFAkvf45wACgkQq4wAz/jiZTffswCfbZ6Ty5x7lIvv5RTFQ/Oeq6PE
1WUAoKHvLNJU4lSq6I610W/8B791RsC5
=U0MD
-END PGP SIGNATURE-


Accepted:
librcd-dev_0.1.13-2_amd64.deb
  to main/libr/librcd/librcd-dev_0.1.13-2_amd64.deb
librcd0_0.1.13-2_amd64.deb
  to main/libr/librcd/librcd0_0.1.13-2_amd64.deb
librcd_0.1.13-2.debian.tar.gz
  to main/libr/librcd/librcd_0.1.13-2.debian.tar.gz
librcd_0.1.13-2.dsc
  to main/libr/librcd/librcd_0.1.13-2.dsc


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



Accepted ltrace 0.5.3-2.1 (source i386)

2010-05-04 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 May 2010 10:27:16 +0200
Source: ltrace
Binary: ltrace
Architecture: source i386
Version: 0.5.3-2.1
Distribution: unstable
Urgency: low
Maintainer: Juan Cespedes cespe...@debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 ltrace - Tracks runtime library calls in dynamically linked programs
Closes: 574114
Changes: 
 ltrace (0.5.3-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add missing includes in sysdeps/linux-gnu/ppc/plt.c to fix FTBFS on
 powerpc (closes: #574114). Thanks to Javi Merino for the bug report.
Checksums-Sha1: 
 09539424e6cabb090c95520a2ff06cbfdea14e1e 1698 ltrace_0.5.3-2.1.dsc
 4cc0a042a01a31e14b22ffe20824685fa38ea12b 1463 ltrace_0.5.3-2.1.diff.gz
 a80c888d1ae594bdb7f5a560fe1f1c453d9b64b9 79596 ltrace_0.5.3-2.1_i386.deb
Checksums-Sha256: 
 846a858b8d053d54150bc7dc34971c94dad55fc27a55247ebabfdec90ab90f8f 1698 
ltrace_0.5.3-2.1.dsc
 4c57df94020f2bed90d948f757ca7786796ca9218274764b24f61c502d9ef4f6 1463 
ltrace_0.5.3-2.1.diff.gz
 842448e672fc78aca4af22617236a4c19657b597613345829c9c618e545e0b0c 79596 
ltrace_0.5.3-2.1_i386.deb
Files: 
 0adb7f9865b9ab395ba747902cfe0d91 1698 utils optional ltrace_0.5.3-2.1.dsc
 38bc944c53ab602a7854aa4fa71c1f46 1463 utils optional ltrace_0.5.3-2.1.diff.gz
 71362a4abb5fb80458b8ea78f3b7a1ae 79596 utils optional ltrace_0.5.3-2.1_i386.deb

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

iQIcBAEBCAAGBQJL3Te5AAoJEC1Os6YBVHX1ouMP/0WV+vPmGAI/VlCdi2t5OsRR
Zn9YssZCSdfDEHUpEfVe7AfFKHAUbGvq+7XW0ZEbmXYYSol4lymrVVZzn7Ntkr8c
/W4pVwFSXu91ymraJF2jrQm1hUAqgj3MIY0FD4TSxpXBthObiAoXPUXFlFHx6vvb
pYy2UOAJ7P3hDPJlheqCKBoL9nDpCq5R/493deiXaZ0yPC7tDLhDy9FASPnhs1qo
L8ahW970jwyPw5sDkLXfBIhosGfVdHhWLaJEUSK5sUd/8dSlIECjyBYgKNDWHflt
N7XpPBeIdQ/SrX716WxZWR/GwAJ8D0PBzkhR9L6octTsWYfb9efdXBeL/GgoyN44
+JrY9dBir0vyUYn7+za0SKIclWwv+Fahj6CuifYkdrqmYYEzN8ivoLHhVbWur2Sd
CtATqU0SNY7oD7nJRQfhpU8nZCQETyHflWt370hkVkC9EQR2SaMr0Z0n9QrWvLMg
UzlUQ6MUeubP3WFNLzQED0Q+VLI/XlW9p7LIxL+PXe67pvz2e+TChIcA2Vpkedoy
xexmemHZvLx96ojCrBRZvNT0oaEQdAPYhYq20EhA++Aijdbjg039hLSqEllSe/0h
Be+e70MyxOZ5BKevKjOmHst/K3X4X3+8g3C+HiMY3UVo/CASi2q7L34kJ6FUYMFY
MVGFWDo1+P0IiYZx4VFI
=xp0M
-END PGP SIGNATURE-


Accepted:
ltrace_0.5.3-2.1.diff.gz
  to main/l/ltrace/ltrace_0.5.3-2.1.diff.gz
ltrace_0.5.3-2.1.dsc
  to main/l/ltrace/ltrace_0.5.3-2.1.dsc
ltrace_0.5.3-2.1_i386.deb
  to main/l/ltrace/ltrace_0.5.3-2.1_i386.deb


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



Accepted squid3 3.1.3-2 (source all i386)

2010-05-04 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 11:15:49 +0200
Source: squid3
Binary: squid3 squid3-dbg squid3-common squidclient squid-cgi
Architecture: source all i386
Version: 3.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano lu...@debian.org
Changed-By: Luigi Gangitano lu...@debian.org
Description: 
 squid-cgi  - A full featured Web Proxy cache (HTTP proxy) - control CGI
 squid3 - A full featured Web Proxy cache (HTTP proxy)
 squid3-common - A full featured Web Proxy cache (HTTP proxy) - common files
 squid3-dbg - A full featured Web Proxy cache (HTTP proxy) - Debug symbols
 squidclient - A full featured Web Proxy cache (HTTP proxy) - control utility
Changes: 
 squid3 (3.1.3-2) unstable; urgency=low
 .
   * debian/rules
 - Actually enable IPv6 (how did I miss this?)
Checksums-Sha1: 
 d91e2360978c7258fd6e050759215123caafdf36 1245 squid3_3.1.3-2.dsc
 7c499a02e2cb235399f40f01944b4f27c6dd7bec 17647 squid3_3.1.3-2.diff.gz
 4dbceed25e822f3c40c17da27b1a8e80dc23d17d 191802 squid3-common_3.1.3-2_all.deb
 0542a996347cc2d4dce381e20657b2844ed1bf0c 1446998 squid3_3.1.3-2_i386.deb
 081d4e6acfd8175dfaf0bd109b2b83962c23c5be 5459986 squid3-dbg_3.1.3-2_i386.deb
 28c50f575303161bd20404bb6694b68eb8838ace 100926 squidclient_3.1.3-2_i386.deb
 28df0e3a34536b1dfc404986a80042c33ba52935 103124 squid-cgi_3.1.3-2_i386.deb
Checksums-Sha256: 
 151b13aad2b9ed2b5ddc0aa0680aa867c1c076b96275f6a97c5baaafeb16815d 1245 
squid3_3.1.3-2.dsc
 d5cc6ac131da0acc20bd26002c987c6376d1ad36622100613209d0d29025153b 17647 
squid3_3.1.3-2.diff.gz
 1a458aa3cb3877be5fc74567c7053e51cb4160bfe934560d69ed4e40d5e3e8d2 191802 
squid3-common_3.1.3-2_all.deb
 07b0ff9d8089f4f104dfe9c02bbfd0f5e2d39496277c50f31c1a4c1e7884cc7a 1446998 
squid3_3.1.3-2_i386.deb
 30c378557b97e699da97ae47aafdc1dc7259d487aa6bd422f81f2a529cb5511d 5459986 
squid3-dbg_3.1.3-2_i386.deb
 828c054867901dfe51d09326af2bab12fe73ec86920f8d2c38e6995b439a1c03 100926 
squidclient_3.1.3-2_i386.deb
 c3dcc5ae3238079c197f985e8ef8c93482511538e8e3b2745c4bd33ef9479397 103124 
squid-cgi_3.1.3-2_i386.deb
Files: 
 62179c62975c81e1c360da438352ed75 1245 web optional squid3_3.1.3-2.dsc
 6aa6830e7a1a0af13711d11ba43cfec3 17647 web optional squid3_3.1.3-2.diff.gz
 026845ca813d481d26d14ef42da0939a 191802 web optional 
squid3-common_3.1.3-2_all.deb
 a6221661cd20a6382c89e2d2d7f36f00 1446998 web optional squid3_3.1.3-2_i386.deb
 b10ef6946959509887c82fe7ea8dbdd7 5459986 debug extra 
squid3-dbg_3.1.3-2_i386.deb
 ba0a0befbb954574df6ee29e994d54cb 100926 web optional 
squidclient_3.1.3-2_i386.deb
 6db4cf2028edb1b0c0d4f1e9155a248d 103124 web optional squid-cgi_3.1.3-2_i386.deb

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

iEYEARECAAYFAkvf9NQACgkQ8ZumGJJMDCap5QCfdTSvMsHcLREdZdoRKhdnYvH+
e8gAn3HTpN1ZSpvCx1r6NfHCM8CfIQes
=l7mr
-END PGP SIGNATURE-


Accepted:
squid-cgi_3.1.3-2_i386.deb
  to main/s/squid3/squid-cgi_3.1.3-2_i386.deb
squid3-common_3.1.3-2_all.deb
  to main/s/squid3/squid3-common_3.1.3-2_all.deb
squid3-dbg_3.1.3-2_i386.deb
  to main/s/squid3/squid3-dbg_3.1.3-2_i386.deb
squid3_3.1.3-2.diff.gz
  to main/s/squid3/squid3_3.1.3-2.diff.gz
squid3_3.1.3-2.dsc
  to main/s/squid3/squid3_3.1.3-2.dsc
squid3_3.1.3-2_i386.deb
  to main/s/squid3/squid3_3.1.3-2_i386.deb
squidclient_3.1.3-2_i386.deb
  to main/s/squid3/squidclient_3.1.3-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
Archive: http://lists.debian.org/e1o9fus-0005ja...@ries.debian.org



Accepted linux-latest-2.6 26 (source i386)

2010-05-04 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 May 2010 02:10:04 +0100
Source: linux-latest-2.6
Binary: linux-source-2.6 linux-doc-2.6 linux-image-alpha-generic 
linux-image-2.6-alpha-generic linux-headers-2.6-alpha-generic 
linux-image-alpha-smp linux-image-2.6-alpha-smp linux-headers-2.6-alpha-smp 
linux-image-alpha-legacy linux-image-2.6-alpha-legacy 
linux-headers-2.6-alpha-legacy linux-image-amd64 linux-image-2.6-amd64 
linux-headers-2.6-amd64 linux-image-openvz-amd64 linux-image-2.6-openvz-amd64 
linux-headers-2.6-openvz-amd64 linux-image-vserver-amd64 
linux-image-2.6-vserver-amd64 linux-headers-2.6-vserver-amd64 
linux-image-xen-amd64 linux-image-2.6-xen-amd64 linux-headers-2.6-xen-amd64 
linux-image-iop32x linux-image-2.6-iop32x linux-headers-2.6-iop32x 
linux-image-ixp4xx linux-image-2.6-ixp4xx linux-headers-2.6-ixp4xx 
linux-image-kirkwood linux-image-2.6-kirkwood linux-headers-2.6-kirkwood 
linux-image-orion5x linux-image-2.6-orion5x linux-headers-2.6-orion5x 
linux-image-versatile linux-image-2.6-versatile linux-headers-2.6-versatile 
linux-image-parisc linux-image-2.6-p
 arisc
 linux-headers-2.6-parisc linux-image-parisc-smp linux-image-2.6-parisc-smp 
linux-headers-2.6-parisc-smp linux-image-parisc64 linux-image-2.6-parisc64 
linux-headers-2.6-parisc64 linux-image-parisc64-smp 
linux-image-2.6-parisc64-smp linux-headers-2.6-parisc64-smp linux-image-486 
linux-image-2.6-486 linux-headers-2.6-486 linux-image-686 linux-image-2.6-686 
linux-headers-2.6-686 linux-image-686-bigmem linux-image-2.6-686-bigmem 
linux-headers-2.6-686-bigmem linux-image-openvz-686 linux-image-2.6-openvz-686 
linux-headers-2.6-openvz-686 linux-image-vserver-686 
linux-image-2.6-vserver-686 linux-headers-2.6-vserver-686 
linux-image-vserver-686-bigmem linux-image-2.6-vserver-686-bigmem 
linux-headers-2.6-vserver-686-bigmem linux-image-xen-686 
linux-image-2.6-xen-686 linux-headers-2.6-xen-686 linux-image-itanium 
linux-image-2.6-itanium linux-headers-2.6-itanium linux-image-mckinley 
linux-image-2.6-mckinley linux-headers-2.6-mckinley linux-image-vserver-itanium 
linux-image-2.6-vserver-ita
 nium
 linux-headers-2.6-vserver-itanium linux-image-vserver-mckinley 
linux-image-2.6-vserver-mckinley linux-headers-2.6-vserver-mckinley 
linux-image-amiga linux-image-2.6-amiga linux-headers-2.6-amiga 
linux-image-atari linux-image-2.6-atari linux-headers-2.6-atari 
linux-image-bvme6000 linux-image-2.6-bvme6000 linux-headers-2.6-bvme6000 
linux-image-mac linux-image-2.6-mac linux-headers-2.6-mac linux-image-mvme147 
linux-image-2.6-mvme147 linux-headers-2.6-mvme147 linux-image-mvme16x 
linux-image-2.6-mvme16x linux-headers-2.6-mvme16x linux-image-r4k-ip22 
linux-image-2.6-r4k-ip22 linux-headers-2.6-r4k-ip22 linux-image-r5k-ip32 
linux-image-2.6-r5k-ip32 linux-headers-2.6-r5k-ip32 linux-image-sb1-bcm91250a 
linux-image-2.6-sb1-bcm91250a linux-headers-2.6-sb1-bcm91250a 
linux-image-sb1a-bcm91480b linux-image-2.6-sb1a-bcm91480b 
linux-headers-2.6-sb1a-bcm91480b linux-image-4kc-malta 
linux-image-2.6-4kc-malta linux-headers-2.6-4kc-malta linux-image-5kc-malta 
linux-image-2.6-5kc-malta linux-head
 ers-2.6-5kc-malta
 linux-image-r5k-cobalt linux-image-2.6-r5k-cobalt linux-headers-2.6-r5k-cobalt 
linux-image-powerpc linux-image-2.6-powerpc linux-headers-2.6-powerpc 
linux-image-powerpc-smp linux-image-2.6-powerpc-smp 
linux-headers-2.6-powerpc-smp linux-image-powerpc64 linux-image-2.6-powerpc64 
linux-headers-2.6-powerpc64 linux-image-vserver-powerpc 
linux-image-2.6-vserver-powerpc linux-headers-2.6-vserver-powerpc 
linux-image-vserver-powerpc64 linux-image-2.6-vserver-powerpc64 
linux-headers-2.6-vserver-powerpc64 linux-image-s390x linux-image-2.6-s390x 
linux-headers-2.6-s390x linux-image-s390x-tape linux-image-2.6-s390x-tape 
linux-image-vserver-s390x linux-image-2.6-vserver-s390x 
linux-headers-2.6-vserver-s390x linux-image-sh7751r linux-image-2.6-sh7751r 
linux-headers-2.6-sh7751r linux-image-sh7785lcr linux-image-2.6-sh7785lcr 
linux-headers-2.6-sh7785lcr linux-image-sparc64 linux-image-2.6-sparc64 
linux-headers-2.6-sparc64 linux-image-sparc64-smp linux-image-2.6-sparc64-smp 
linux-headers-2.6-
 sparc64-smp
 linux-image-vserver-sparc64 linux-image-2.6-vserver-sparc64 
linux-headers-2.6-vserver-sparc64
Architecture: source i386
Version: 26
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 linux-doc-2.6 - Linux kernel specific documentation for version 2.6 
(meta-package
 linux-headers-2.6-486 - Header files for Linux 2.6-486 (meta-package)
 linux-headers-2.6-4kc-malta - Header files for Linux 2.6-4kc-malta 
(meta-package)
 linux-headers-2.6-5kc-malta - Header files for Linux 2.6-5kc-malta 
(meta-package)
 linux-headers-2.6-686 - Header files for Linux 2.6-686 (meta-package)
 linux-headers-2.6-686-bigmem - Header files for Linux 2.6-686-bigmem 
(meta-package)
 linux-headers-2.6-alpha-generic - 

Accepted linux-latest-2.6 27 (source all i386)

2010-05-04 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 May 2010 02:23:44 +0100
Source: linux-latest-2.6
Binary: linux-source-2.6 linux-doc-2.6 linux-image-alpha-generic 
linux-image-2.6-alpha-generic linux-headers-2.6-alpha-generic 
linux-image-alpha-smp linux-image-2.6-alpha-smp linux-headers-2.6-alpha-smp 
linux-image-alpha-legacy linux-image-2.6-alpha-legacy 
linux-headers-2.6-alpha-legacy linux-image-amd64 linux-image-2.6-amd64 
linux-headers-2.6-amd64 linux-image-openvz-amd64 linux-image-2.6-openvz-amd64 
linux-headers-2.6-openvz-amd64 linux-image-vserver-amd64 
linux-image-2.6-vserver-amd64 linux-headers-2.6-vserver-amd64 
linux-image-xen-amd64 linux-image-2.6-xen-amd64 linux-headers-2.6-xen-amd64 
linux-image-iop32x linux-image-2.6-iop32x linux-headers-2.6-iop32x 
linux-image-ixp4xx linux-image-2.6-ixp4xx linux-headers-2.6-ixp4xx 
linux-image-kirkwood linux-image-2.6-kirkwood linux-headers-2.6-kirkwood 
linux-image-orion5x linux-image-2.6-orion5x linux-headers-2.6-orion5x 
linux-image-versatile linux-image-2.6-versatile linux-headers-2.6-versatile 
linux-image-parisc linux-image-2.6-p
 arisc
 linux-headers-2.6-parisc linux-image-parisc-smp linux-image-2.6-parisc-smp 
linux-headers-2.6-parisc-smp linux-image-parisc64 linux-image-2.6-parisc64 
linux-headers-2.6-parisc64 linux-image-parisc64-smp 
linux-image-2.6-parisc64-smp linux-headers-2.6-parisc64-smp linux-image-486 
linux-image-2.6-486 linux-headers-2.6-486 linux-image-686 linux-image-2.6-686 
linux-headers-2.6-686 linux-image-686-bigmem linux-image-2.6-686-bigmem 
linux-headers-2.6-686-bigmem linux-image-openvz-686 linux-image-2.6-openvz-686 
linux-headers-2.6-openvz-686 linux-image-vserver-686 
linux-image-2.6-vserver-686 linux-headers-2.6-vserver-686 
linux-image-vserver-686-bigmem linux-image-2.6-vserver-686-bigmem 
linux-headers-2.6-vserver-686-bigmem linux-image-xen-686 
linux-image-2.6-xen-686 linux-headers-2.6-xen-686 linux-image-itanium 
linux-image-2.6-itanium linux-headers-2.6-itanium linux-image-mckinley 
linux-image-2.6-mckinley linux-headers-2.6-mckinley linux-image-vserver-itanium 
linux-image-2.6-vserver-ita
 nium
 linux-headers-2.6-vserver-itanium linux-image-vserver-mckinley 
linux-image-2.6-vserver-mckinley linux-headers-2.6-vserver-mckinley 
linux-image-amiga linux-image-2.6-amiga linux-headers-2.6-amiga 
linux-image-atari linux-image-2.6-atari linux-headers-2.6-atari 
linux-image-bvme6000 linux-image-2.6-bvme6000 linux-headers-2.6-bvme6000 
linux-image-mac linux-image-2.6-mac linux-headers-2.6-mac linux-image-mvme147 
linux-image-2.6-mvme147 linux-headers-2.6-mvme147 linux-image-mvme16x 
linux-image-2.6-mvme16x linux-headers-2.6-mvme16x linux-image-r4k-ip22 
linux-image-2.6-r4k-ip22 linux-headers-2.6-r4k-ip22 linux-image-r5k-ip32 
linux-image-2.6-r5k-ip32 linux-headers-2.6-r5k-ip32 linux-image-sb1-bcm91250a 
linux-image-2.6-sb1-bcm91250a linux-headers-2.6-sb1-bcm91250a 
linux-image-sb1a-bcm91480b linux-image-2.6-sb1a-bcm91480b 
linux-headers-2.6-sb1a-bcm91480b linux-image-4kc-malta 
linux-image-2.6-4kc-malta linux-headers-2.6-4kc-malta linux-image-5kc-malta 
linux-image-2.6-5kc-malta linux-head
 ers-2.6-5kc-malta
 linux-image-r5k-cobalt linux-image-2.6-r5k-cobalt linux-headers-2.6-r5k-cobalt 
linux-image-powerpc linux-image-2.6-powerpc linux-headers-2.6-powerpc 
linux-image-powerpc-smp linux-image-2.6-powerpc-smp 
linux-headers-2.6-powerpc-smp linux-image-powerpc64 linux-image-2.6-powerpc64 
linux-headers-2.6-powerpc64 linux-image-vserver-powerpc 
linux-image-2.6-vserver-powerpc linux-headers-2.6-vserver-powerpc 
linux-image-vserver-powerpc64 linux-image-2.6-vserver-powerpc64 
linux-headers-2.6-vserver-powerpc64 linux-image-s390x linux-image-2.6-s390x 
linux-headers-2.6-s390x linux-image-s390x-tape linux-image-2.6-s390x-tape 
linux-image-vserver-s390x linux-image-2.6-vserver-s390x 
linux-headers-2.6-vserver-s390x linux-image-sh7751r linux-image-2.6-sh7751r 
linux-headers-2.6-sh7751r linux-image-sh7785lcr linux-image-2.6-sh7785lcr 
linux-headers-2.6-sh7785lcr linux-image-sparc64 linux-image-2.6-sparc64 
linux-headers-2.6-sparc64 linux-image-sparc64-smp linux-image-2.6-sparc64-smp 
linux-headers-2.6-
 sparc64-smp
 linux-image-vserver-sparc64 linux-image-2.6-vserver-sparc64 
linux-headers-2.6-vserver-sparc64
Architecture: source all i386
Version: 27
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 linux-doc-2.6 - Linux kernel specific documentation for version 2.6 
(meta-package
 linux-headers-2.6-486 - Header files for Linux 2.6-486 (meta-package)
 linux-headers-2.6-4kc-malta - Header files for Linux 2.6-4kc-malta 
(meta-package)
 linux-headers-2.6-5kc-malta - Header files for Linux 2.6-5kc-malta 
(meta-package)
 linux-headers-2.6-686 - Header files for Linux 2.6-686 (meta-package)
 linux-headers-2.6-686-bigmem - Header files for Linux 2.6-686-bigmem 
(meta-package)
 linux-headers-2.6-alpha-generic 

Accepted cluster-glue 1.0.5-2 (source amd64)

2010-05-04 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 20:05:32 +0200
Source: cluster-glue
Binary: libcluster-glue libcluster-glue-dev cluster-glue cluster-glue-dev
Architecture: source amd64
Version: 1.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Frederik Schüler f...@debian.org
Description: 
 cluster-glue - The reusable cluster components for Linux HA
 cluster-glue-dev - Development files for the cluster glue components
 libcluster-glue - The reusable cluster components for Linux HA (libraries)
 libcluster-glue-dev - The reusable cluster components for Linux HA (library 
dev files)
Changes: 
 cluster-glue (1.0.5-2) unstable; urgency=low
 .
   * Add build dependency on docbook-xml.
Checksums-Sha1: 
 22772cc29d49258f840780616f65c9a2f401 1794 cluster-glue_1.0.5-2.dsc
 2337fb17b26375d6f20fc1de5e524160dea09fe4 8553 
cluster-glue_1.0.5-2.debian.tar.gz
 8028550f0fcec604466ab1d418b2e7492a0cdd7d 127200 
libcluster-glue_1.0.5-2_amd64.deb
 246bd812556f1bb22eb19f7247f2637d6d86c322 194506 
libcluster-glue-dev_1.0.5-2_amd64.deb
 7fdd39093063a1afa434c9dd157c63904573fa1e 316552 cluster-glue_1.0.5-2_amd64.deb
 7b0a43ed7d107a22c2887563bbe1e08d5dfb5a6b 1647894 
cluster-glue-dev_1.0.5-2_amd64.deb
Checksums-Sha256: 
 d0c9b11673e34a75c6be1c880f7ea6ffbe08ccad96bef1096893061ee755dbda 1794 
cluster-glue_1.0.5-2.dsc
 2c1ad36828b32c5a70a6b074541853466f0db7cfd6d4f2191556a84b8735b9c3 8553 
cluster-glue_1.0.5-2.debian.tar.gz
 4c78d75587e89c1fc038c97e679c940c341eddad9ebbf064ce576085a27c7321 127200 
libcluster-glue_1.0.5-2_amd64.deb
 54b8b2853415c505a63193638d563862b382008957d474d642f8690da371f51d 194506 
libcluster-glue-dev_1.0.5-2_amd64.deb
 fbf6b77de92a74af8b72768bc59908b2d5a426001d02d4f194570330ce649502 316552 
cluster-glue_1.0.5-2_amd64.deb
 c3bebb83ef71c754101c05c13e94a76d9bdaabc4c4541b62bc00e0e136b7bb24 1647894 
cluster-glue-dev_1.0.5-2_amd64.deb
Files: 
 c210185e7ec6bfc5f2d5f8d603711193 1794 admin optional cluster-glue_1.0.5-2.dsc
 229bf59d81bd2ed579529dbce9c849dc 8553 admin optional 
cluster-glue_1.0.5-2.debian.tar.gz
 8a0853b4252141563ef093495c326c84 127200 admin optional 
libcluster-glue_1.0.5-2_amd64.deb
 912c067c1a25934090aba8bfafb8368b 194506 libdevel optional 
libcluster-glue-dev_1.0.5-2_amd64.deb
 a62fc705fab9258cd8e2cbb8718cf8e8 316552 admin optional 
cluster-glue_1.0.5-2_amd64.deb
 4fa7bea9e55d41270920310b2a646095 1647894 admin optional 
cluster-glue-dev_1.0.5-2_amd64.deb

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

iEYEARECAAYFAkvgAmMACgkQ6n7So0GVSSBGZgCfZP0o+Uii+ra+Mui+JX1nnX+a
GhEAoKpYaegFrquU2R0xp4Bog5Lqw5Oe
=aqF+
-END PGP SIGNATURE-


Accepted:
cluster-glue-dev_1.0.5-2_amd64.deb
  to main/c/cluster-glue/cluster-glue-dev_1.0.5-2_amd64.deb
cluster-glue_1.0.5-2.debian.tar.gz
  to main/c/cluster-glue/cluster-glue_1.0.5-2.debian.tar.gz
cluster-glue_1.0.5-2.dsc
  to main/c/cluster-glue/cluster-glue_1.0.5-2.dsc
cluster-glue_1.0.5-2_amd64.deb
  to main/c/cluster-glue/cluster-glue_1.0.5-2_amd64.deb
libcluster-glue-dev_1.0.5-2_amd64.deb
  to main/c/cluster-glue/libcluster-glue-dev_1.0.5-2_amd64.deb
libcluster-glue_1.0.5-2_amd64.deb
  to main/c/cluster-glue/libcluster-glue_1.0.5-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
Archive: http://lists.debian.org/e1o9gbh-0007ep...@ries.debian.org



Accepted dans-gdal-scripts 0.16-3 (source i386)

2010-05-04 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 13:13:05 +0200
Source: dans-gdal-scripts
Binary: dans-gdal-scripts
Architecture: source i386
Version: 0.16-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 dans-gdal-scripts - GDAL contributed tools by Geographic Information Network 
of Alask
Changes: 
 dans-gdal-scripts (0.16-3) unstable; urgency=low
 .
   * Now build-deps on libboost1.42-dev.
   * Added debian/README.source file.
Checksums-Sha1: 
 5e427d1f2de74e2478726edb9cafa62f1453dc4d 1371 dans-gdal-scripts_0.16-3.dsc
 6279b63ad7d5ee23e3f17497c5793480bdacb47a 4612 dans-gdal-scripts_0.16-3.diff.gz
 bfe4ab85b69518f77cad148e756ae060a7d35098 154464 
dans-gdal-scripts_0.16-3_i386.deb
Checksums-Sha256: 
 31a003093d3c48c28b444dbc270a25e44959dbfe7abd9d980bdadbf98a61 1371 
dans-gdal-scripts_0.16-3.dsc
 6ddaf07bed1cfde80924d6e8f3518644868228fef7bf31070174b260094c7f1d 4612 
dans-gdal-scripts_0.16-3.diff.gz
 c46c9ca3492a42a1a6e214b5d69b1f2dff964e6446afb35212ec93d92260b25b 154464 
dans-gdal-scripts_0.16-3_i386.deb
Files: 
 57508eb73045c6a719bf6be5bcb6b4e2 1371 science extra 
dans-gdal-scripts_0.16-3.dsc
 706870a468856a570ce051df599ea65d 4612 science extra 
dans-gdal-scripts_0.16-3.diff.gz
 2a7d08352c1b93d7b36e8b8cc4e6ae7d 154464 science extra 
dans-gdal-scripts_0.16-3_i386.deb

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

iEYEARECAAYFAkvgAkcACgkQpFNRmenyx0cnGwCfffHiH0l/jpKnlbXc5lVjFMDQ
KRMAn101SjPAtJ87BVt33cQclmNmhhA+
=87Av
-END PGP SIGNATURE-


Accepted:
dans-gdal-scripts_0.16-3.diff.gz
  to main/d/dans-gdal-scripts/dans-gdal-scripts_0.16-3.diff.gz
dans-gdal-scripts_0.16-3.dsc
  to main/d/dans-gdal-scripts/dans-gdal-scripts_0.16-3.dsc
dans-gdal-scripts_0.16-3_i386.deb
  to main/d/dans-gdal-scripts/dans-gdal-scripts_0.16-3_i386.deb


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



Accepted netgen 4.9.12.dfsg-2 (source all amd64)

2010-05-04 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 06:41:35 -0400
Source: netgen
Binary: netgen netgen-doc libnglib-dev libnglib-4.9.12
Architecture: source all amd64
Version: 4.9.12.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Adam C. Powell, IV hazel...@debian.org
Description: 
 libnglib-4.9.12 - Automatic 3d tetrahedral mesh generator development files
 libnglib-dev - Automatic 3d tetrahedral mesh generator development files
 netgen - Automatic 3d tetrahedral mesh generator
 netgen-doc - Automatic 3d tetrahedral mesh generator documentation
Closes: 578292
Changes: 
 netgen (4.9.12.dfsg-2) unstable; urgency=low
 .
   [ Christophe Trophime ]
   * debian/control : added autoconf (Closes: #578292)
   * debian/watch : added dversionmangle
   * Change netgen icon
 .
   [ Adam C. Powell, IV ]
   * Changed netgen.desktop to set NETGENDIR variable.
Checksums-Sha1: 
 643fb87b21d4b4e32dc769ed8bb16b9a6e965932 1807 netgen_4.9.12.dfsg-2.dsc
 e22aadda789abc8e450fb64d41df67379be456b3 23141 
netgen_4.9.12.dfsg-2.debian.tar.gz
 38b8798253afa8fb6b74e65af40a73e99d886dd6 151468 
netgen-doc_4.9.12.dfsg-2_all.deb
 09b8e8e0f6130d9d377840c82c36e5237e9fe390 1596798 netgen_4.9.12.dfsg-2_amd64.deb
 4abbd2cf6eb92c592343f6255eff3f27bd700949 15304 
libnglib-dev_4.9.12.dfsg-2_amd64.deb
 fc3da995e229bdddc40d98bda199d1784d847ae9 1362454 
libnglib-4.9.12_4.9.12.dfsg-2_amd64.deb
Checksums-Sha256: 
 da7dc3e25bf16a08d16352465219dd1b6dde014c661beac6123c5c7d87882c17 1807 
netgen_4.9.12.dfsg-2.dsc
 af6fd8087aab74572a015e795ff75cbfb00b8a8833567093af6c2da2a0f935f1 23141 
netgen_4.9.12.dfsg-2.debian.tar.gz
 06fe9e5c44850d5a0ee7ef25283c084d49f5d74c544464a4fa03276ddab6dc0b 151468 
netgen-doc_4.9.12.dfsg-2_all.deb
 c66f7836a8c7453505badc645e1eae1b7d96be16a7725db2ada58bb9c89ad731 1596798 
netgen_4.9.12.dfsg-2_amd64.deb
 07b23a7cdcc40862025530b6b715b3bec96efcb686c2e6c9c347711003cc83be 15304 
libnglib-dev_4.9.12.dfsg-2_amd64.deb
 82a5cf3f9c49be496f2549f918ef276915ee942dba7ef547f70a0cc1b2e39510 1362454 
libnglib-4.9.12_4.9.12.dfsg-2_amd64.deb
Files: 
 b728b7b0c5cc46578f82ca45dbfdd8a2 1807 math optional netgen_4.9.12.dfsg-2.dsc
 cb365bf38e43c2757de8b1adaef6e304 23141 math optional 
netgen_4.9.12.dfsg-2.debian.tar.gz
 8dcc3d5b5d727708dc48d2a874a1afa9 151468 doc optional 
netgen-doc_4.9.12.dfsg-2_all.deb
 29f1695543a0dd23208902f79f3ba4e6 1596798 math optional 
netgen_4.9.12.dfsg-2_amd64.deb
 21e3819bdc4e1951a974edcc38e5ea7a 15304 libdevel optional 
libnglib-dev_4.9.12.dfsg-2_amd64.deb
 b1b523a20ae558d6f6267927ba9c5a18 1362454 libs optional 
libnglib-4.9.12_4.9.12.dfsg-2_amd64.deb

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

iEYEARECAAYFAkvf/U8ACgkQUm8B6FZO5LZ/vACcCebHy5wWCwle/EzBNT54S8wo
KrcAn2hX80iq8jaDcJpwjBtNPvfJzFZC
=/BT7
-END PGP SIGNATURE-


Accepted:
libnglib-4.9.12_4.9.12.dfsg-2_amd64.deb
  to main/n/netgen/libnglib-4.9.12_4.9.12.dfsg-2_amd64.deb
libnglib-dev_4.9.12.dfsg-2_amd64.deb
  to main/n/netgen/libnglib-dev_4.9.12.dfsg-2_amd64.deb
netgen-doc_4.9.12.dfsg-2_all.deb
  to main/n/netgen/netgen-doc_4.9.12.dfsg-2_all.deb
netgen_4.9.12.dfsg-2.debian.tar.gz
  to main/n/netgen/netgen_4.9.12.dfsg-2.debian.tar.gz
netgen_4.9.12.dfsg-2.dsc
  to main/n/netgen/netgen_4.9.12.dfsg-2.dsc
netgen_4.9.12.dfsg-2_amd64.deb
  to main/n/netgen/netgen_4.9.12.dfsg-2_amd64.deb


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



Accepted purple-plugin-pack 2.6.3-1 (source amd64)

2010-05-04 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 16 Apr 2010 20:54:08 +0200
Source: purple-plugin-pack
Binary: pidgin-plugin-pack
Architecture: source amd64
Version: 2.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Felix Geyer debfx-...@fobos.de
Changed-By: Felix Geyer debfx-...@fobos.de
Description: 
 pidgin-plugin-pack - Collection of Pidgin plugins
Closes: 471679 475915 479599 566593 567751
Changes: 
 purple-plugin-pack (2.6.3-1) unstable; urgency=low
 .
   * New maintainer. (Closes: #566593)
   * New upstream version. (Closes: #475915)
   * Merge changes from Ubuntu, closes the following bugs:
 - Missing the switchspell plugin. (Closes: #471679)
 - Please do not use tab in package description. (Closes: #479599)
   * Bump debhelper to dh 7.
 - Increase debian/compat to 7.
 - Simplify debian/rules.
   * Update and convert debian/copyright to DEP-5.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Bump Standards-Version to 3.8.4, no changes needed.
   * Use dh_lintian to install overrides.
   * In irssi plugin: Disable New Year easter egg by default.
 (Closes: #567751, LP: #502948)
 - add debian/patches/01_irssi_disable_easter_egg.patch
   * Prevent the package from failing to build because intltool doesn't ignore
 files in quilt's .pc folder.
 - add debian/patches/02_disable_po_check.patch
Checksums-Sha1: 
 0ca8fb1225a937ec8f257f75d19749f4cc2542bf 1216 purple-plugin-pack_2.6.3-1.dsc
 d8a185dcec70d328eef78f8c58f14f4f5322ff1e 1006185 
purple-plugin-pack_2.6.3.orig.tar.gz
 4eb9497a454037177b567418dcdff2955f485075 8167 
purple-plugin-pack_2.6.3-1.debian.tar.gz
 42b0e1b7c00fed6d53a1d0fb5102267b1a57c610 335544 
pidgin-plugin-pack_2.6.3-1_amd64.deb
Checksums-Sha256: 
 1d4cebd40e79d8b386adb7b7fe2b1cc4c62b8836ce24f17c242c47f620065dfb 1216 
purple-plugin-pack_2.6.3-1.dsc
 348eb7fa07f63c00ff897d61534164270589ebe4880d5f56fbda1612e73d5ed2 1006185 
purple-plugin-pack_2.6.3.orig.tar.gz
 90112db86bf978539ffce8353b359b56648c21dbfd684316772d12e79d314f5c 8167 
purple-plugin-pack_2.6.3-1.debian.tar.gz
 b62242f67ede498ae5ae3ca658ba1c059d360ab8588fd4c24b18d22192279377 335544 
pidgin-plugin-pack_2.6.3-1_amd64.deb
Files: 
 a676e0170cba2db4685bfab0fe2089b6 1216 net optional 
purple-plugin-pack_2.6.3-1.dsc
 12810f4dfd52e2d259f8e8841de462ad 1006185 net optional 
purple-plugin-pack_2.6.3.orig.tar.gz
 18d1c0d3ce4d85d7e6960888b0d64b60 8167 net optional 
purple-plugin-pack_2.6.3-1.debian.tar.gz
 bf462fba75acd949b0409e331a169dea 335544 net optional 
pidgin-plugin-pack_2.6.3-1_amd64.deb

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

iD8DBQFL4AGCx2zlrBLK36URAlSdAJ497VeQneS1ujEktD3AKo2XPaES5ACdFf4/
FvW2rY6U/3A+oIN4xQCfTrs=
=Y56j
-END PGP SIGNATURE-


Accepted:
pidgin-plugin-pack_2.6.3-1_amd64.deb
  to main/p/purple-plugin-pack/pidgin-plugin-pack_2.6.3-1_amd64.deb
purple-plugin-pack_2.6.3-1.debian.tar.gz
  to main/p/purple-plugin-pack/purple-plugin-pack_2.6.3-1.debian.tar.gz
purple-plugin-pack_2.6.3-1.dsc
  to main/p/purple-plugin-pack/purple-plugin-pack_2.6.3-1.dsc
purple-plugin-pack_2.6.3.orig.tar.gz
  to main/p/purple-plugin-pack/purple-plugin-pack_2.6.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
Archive: http://lists.debian.org/e1o9gcy-0007yj...@ries.debian.org



Accepted firmware-nonfree 0.24 (source all)

2010-05-04 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 May 2010 23:19:05 +0100
Source: firmware-nonfree
Binary: firmware-linux firmware-bnx2 firmware-bnx2x firmware-intelwimax 
firmware-ipw2x00 firmware-ivtv firmware-iwlwifi firmware-linux-nonfree 
firmware-qlogic firmware-ralink firmware-realtek
Architecture: source all
Version: 0.24
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 firmware-bnx2 - Binary firmware for Broadcom NetXtremeII
 firmware-bnx2x - Binary firmware for Broadcom NetXtreme II 10Gb
 firmware-intelwimax - Binary firmware for Intel WiMAX Connection
 firmware-ipw2x00 - Binary firmware for Intel Pro Wireless 2100, 2200 and 2915
 firmware-ivtv - Binary firmware for iTVC15-family MPEG codecs (ivtv and 
pvrusb2 d
 firmware-iwlwifi - Binary firmware for Intel Wireless 3945, 4965 and 
5000-series car
 firmware-linux - Binary firmware for various drivers in the Linux kernel 
(meta-pac
 firmware-linux-nonfree - Binary firmware for various drivers in the Linux 
kernel
 firmware-qlogic - Binary firmware for QLogic IBA7220, QLA1xxx, ISP2xxx and 
SP2x2
 firmware-ralink - Binary firmware for Ralink RT2561, RT2571, RT2661 and RT2671 
wire
 firmware-realtek - Binary firmware for Realtek RTL8192 wireless cards
Closes: 573950 574145 576104 579694
Changes: 
 firmware-nonfree (0.24) unstable; urgency=low
 .
   * Update to linux-support-2.6.32-5.
   * Add firmware-realtek package containing:
 - Realtek RTL8192E firmware for use with rtl8192e driver, thanks to
   Geoff Simmons (Closes: #573950)
 - Realtek RTL8192SU firmware for use with rtl8192su driver, thanks to
   Stefan Lippers-Hollmann (Closes: #579694)
   * Update iwlwifi-6000 to 9.193.4.1.
   * Add copyright and licence text for radeon/R{6,7}00_rlc.bin to
 firmware-linux-nonfree (Closes: #576104)
   * Merge preinstallation license note and question (Closes: #574145)
   * Bump standards to 3.8.4, no changes required.
Checksums-Sha1: 
 c6a7550a54b9b9be84648446cfd1c6f7c10e139a 1957 firmware-nonfree_0.24.dsc
 637e81654d439a1de5fe9ad32864dbb78afa5036 4501200 firmware-nonfree_0.24.tar.gz
 780e6f1b9ee13781cf620dc7f1368ba849af5bed 5064 firmware-linux_0.24_all.deb
 32dc253caa4098a009f0b6a398dabd3de4b50263 402642 firmware-bnx2_0.24_all.deb
 d42221660d24c83002149a3a84448c1c8881cd10 683118 firmware-bnx2x_0.24_all.deb
 cb38f4b59e4f70ed32cf200546bbf8ef790890d1 741164 
firmware-intelwimax_0.24_all.deb
 47699703d507162ea5e08f0c39971c15d7e449da 520916 firmware-ipw2x00_0.24_all.deb
 eb0bb2f23dd15ee386bf374394fc9539e42a238c 135286 firmware-ivtv_0.24_all.deb
 ecc1d663a0fe343bfa7a25c1fc946edb44ad3c45 1214562 firmware-iwlwifi_0.24_all.deb
 a11b2f398dd745c32aeaaaea79c1b4bad1db0f2b 252952 
firmware-linux-nonfree_0.24_all.deb
 7d00354be872de49e10b880d03d1184536a5674a 478698 firmware-qlogic_0.24_all.deb
 9733b645d744c2f0cead0f7c77bf690e19de6963 18808 firmware-ralink_0.24_all.deb
 2f5c701e83ff3390fc36e1b2828ac6de24c1562d 66752 firmware-realtek_0.24_all.deb
Checksums-Sha256: 
 9a5a6d4a58efd1d868c7f13406e3ef5d261f41e423efc67067977a10f1f5b74f 1957 
firmware-nonfree_0.24.dsc
 1e6cab2e5d507f4a7bcc224d9a8cfaef71f74efdc24af802d1735e3690aa92d6 4501200 
firmware-nonfree_0.24.tar.gz
 9aad3ed2c820634a79075793dfd58211596fa5c2df5d8c8d0e3460cb345dbeb9 5064 
firmware-linux_0.24_all.deb
 9198d68769bb0a1e62dc733cdeb5f424861c8c79f24890fd083f4fa2376a306e 402642 
firmware-bnx2_0.24_all.deb
 3b5819ccffd40e2557f8382a32d40dc1301f5422df5ebb4b2a39c9e1f3c6f813 683118 
firmware-bnx2x_0.24_all.deb
 6284bbf10301d92dfd50e6ff7c3440daff87fc6b486821e50cc75c4e740b4197 741164 
firmware-intelwimax_0.24_all.deb
 8b47215c6aa959812634571e7557217f4b881eafdce0dbc14846353c98e594d5 520916 
firmware-ipw2x00_0.24_all.deb
 87d63bc3a9f4a42c2c278d67c54962c47b177007922cfe2faf8b93d5af16bf51 135286 
firmware-ivtv_0.24_all.deb
 82795c70a2adcbcc42937a15eb8f3ba97791177dc2c789637b277d2bc52d9c14 1214562 
firmware-iwlwifi_0.24_all.deb
 774c2682b17fa3732e23155111cfb491d6b742937a16b98ca5e4014b388c4e43 252952 
firmware-linux-nonfree_0.24_all.deb
 2e7b3f871f9d965d0748387ee3ba280b7986d025dad9046919141f0562ee8e88 478698 
firmware-qlogic_0.24_all.deb
 d469e71f27939f3ca17cc4f82cd4b4d3e6b95f6f6625e9a4ab43468caa1ca2ff 18808 
firmware-ralink_0.24_all.deb
 5e50523334f0a0609855124d5fb34234008773c101788ffd47c6e4e45e6e3550 66752 
firmware-realtek_0.24_all.deb
Files: 
 a8f0845ae1789793a167be7ccf03902a 1957 non-free/kernel optional 
firmware-nonfree_0.24.dsc
 c8c982a56c1fe6c81839ca20637967a8 4501200 non-free/kernel optional 
firmware-nonfree_0.24.tar.gz
 bcd1999f9582b011deeb485c0176c755 5064 non-free/kernel optional 
firmware-linux_0.24_all.deb
 e2f9cf8e064caa0b6183a0080470313d 402642 non-free/kernel optional 
firmware-bnx2_0.24_all.deb
 f4d582182ead4499da666c33c3210cb7 683118 non-free/kernel optional 
firmware-bnx2x_0.24_all.deb
 cc45d220c263bd8203a3f575ddecfd98 741164 non-free/kernel optional 

Accepted insighttoolkit 3.18.0-1 (source all amd64)

2010-05-04 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 11:16:41 -0500
Source: insighttoolkit
Binary: libinsighttoolkit3.18 libinsighttoolkit3-java libinsighttoolkit3-jni 
python-insighttoolkit3 tcl8.5-insighttoolkit3 libinsighttoolkit3-dev 
insighttoolkit3-examples
Architecture: source all amd64
Version: 3.18.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 insighttoolkit3-examples - Image processing toolkit for registration and 
segmentation - exam
 libinsighttoolkit3-dev - Image processing toolkit for registration and 
segmentation - deve
 libinsighttoolkit3-java - Image processing toolkit for registration and 
segmentation - Java
 libinsighttoolkit3-jni - Image processing toolkit for registration and 
segmentation - JNI
 libinsighttoolkit3.18 - Image processing toolkit for registration and 
segmentation - runt
 python-insighttoolkit3 - Image processing toolkit for registration and 
segmentation - Pyth
 tcl8.5-insighttoolkit3 - Image processing toolkit for registration and 
segmentation - Tcl
Changes: 
 insighttoolkit (3.18.0-1) unstable; urgency=low
 .
   * New upstream.
 - patches/use_system_vxl.patch: Remove, applied upstream.
 .
   * rules: Override lintian errors embedded-libjpeg and
 embedded-libopenjpeg.  ITK has extensively modified versions of these
 libraries, including building libjpeg in 8, 12, and 16-bit versions.
 Need to investigate feasibility of incorporating such changes into
 system libjpeg before removing.
 .
   * rules: Override lintian warnings postinst-has-useless-call-to-ldconfig
 and postrm-has-useless-call-to-ldconfig for the JNI package, until bug
 #205142 is fixed.
 .
   * copyright: Note that ITK is GPL v2, due to linking with FFTW.
Checksums-Sha1: 
 a49e693a3c2e61b1c5fb6a869b9852a98faeeb4b 1910 insighttoolkit_3.18.0-1.dsc
 06f63248e020d51c6bf85514e78bffaa4af75e96 35189958 
insighttoolkit_3.18.0.orig.tar.gz
 36e6ee8536fcb6dc99bb9fbc177128aa0d338db0 21732 insighttoolkit_3.18.0-1.diff.gz
 83926cb616a8b73e2da4351864037353bd6bf365 8752276 
libinsighttoolkit3-java_3.18.0-1_all.deb
 aee77211dc62e0fed86311e4231cd2ae45bf6423 2498746 
insighttoolkit3-examples_3.18.0-1_all.deb
 a8f2f9e692e3f01457269d310349d5de69e82914 4329354 
libinsighttoolkit3.18_3.18.0-1_amd64.deb
 7e33a3f3a53a8f44716d9ac32bf36414d8fe3461 10767154 
libinsighttoolkit3-jni_3.18.0-1_amd64.deb
 5946522ac966d1747ffb07fdc42bdf375d3be783 16348124 
python-insighttoolkit3_3.18.0-1_amd64.deb
 f7e6bc394c0dbf91bef07744a6a3e42e0d395831 16192588 
tcl8.5-insighttoolkit3_3.18.0-1_amd64.deb
 4006b0497ab401410f08fc0d2a6ba7f5112436a5 3534498 
libinsighttoolkit3-dev_3.18.0-1_amd64.deb
Checksums-Sha256: 
 6852ae68eb534c1e55d564daa0b8890e6fca6d92503711aadfb9fa40a4354d27 1910 
insighttoolkit_3.18.0-1.dsc
 e80fab22bc8c28874363002ad26de5ec29a9db92dbeb48f2d52c0e1352c0dcc9 35189958 
insighttoolkit_3.18.0.orig.tar.gz
 938eade24c8bfd945f6101d084d31ecc949ebc30de195b6aa79d18d85230d4fd 21732 
insighttoolkit_3.18.0-1.diff.gz
 f05e27f9f7af87b92f21df3fa4fc6583a269171cda4ddb53edd59ade68aa894b 8752276 
libinsighttoolkit3-java_3.18.0-1_all.deb
 b27a0a1c6fa2c2ea183e121417524114106fb81d42a9102f0dd90550916a61d0 2498746 
insighttoolkit3-examples_3.18.0-1_all.deb
 43753c9b6554a34ec98c948f809c2fb5a127cdb4e6ff93614ad9a20fa421eeb9 4329354 
libinsighttoolkit3.18_3.18.0-1_amd64.deb
 8ec64bac2c7e236df24a9f0189d6de102573a2b798a5c872b6db7e2da1a252a3 10767154 
libinsighttoolkit3-jni_3.18.0-1_amd64.deb
 2a45195cf4e5cf2b4cba423417e09250b69010ca8dfc7a938867aedfc8f392e8 16348124 
python-insighttoolkit3_3.18.0-1_amd64.deb
 53a8692d0a4cfbca5e13111f67424b230495493078ee6420b66bd3b81db07178 16192588 
tcl8.5-insighttoolkit3_3.18.0-1_amd64.deb
 dc6b1a4b8f94152ee8e6b61d2b088a85eeec62b8eb3a225f4678f95de1b21d5b 3534498 
libinsighttoolkit3-dev_3.18.0-1_amd64.deb
Files: 
 63645761e53021fa124908f881420b53 1910 science optional 
insighttoolkit_3.18.0-1.dsc
 7ef66959d2cee64ecc83fe737a0e47cc 35189958 science optional 
insighttoolkit_3.18.0.orig.tar.gz
 d79508cffe894f7a6d39a1e6a228fe79 21732 science optional 
insighttoolkit_3.18.0-1.diff.gz
 6447ddf0d34ec0957cff4581753deef4 8752276 java optional 
libinsighttoolkit3-java_3.18.0-1_all.deb
 838f0e6af7cb85dd342ab38440bd2bd7 2498746 devel optional 
insighttoolkit3-examples_3.18.0-1_all.deb
 b8a635ee8cba7519f19d1de36269e737 4329354 libs optional 
libinsighttoolkit3.18_3.18.0-1_amd64.deb
 39256db89d69d8433926648cee95e67e 10767154 java optional 
libinsighttoolkit3-jni_3.18.0-1_amd64.deb
 ce596f4a3a9dd5557d5a1058ad3b12a8 16348124 python optional 
python-insighttoolkit3_3.18.0-1_amd64.deb
 aec456fa35c5488b1a81c749e55c854a 16192588 interpreters optional 
tcl8.5-insighttoolkit3_3.18.0-1_amd64.deb
 84c647da6e5bc97b76faa6b5b814f87b 3534498 libdevel optional 
libinsighttoolkit3-dev_3.18.0-1_amd64.deb

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

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

2010-05-04 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 May 2010 11:36:15 -0400
Source: pion-net
Binary: libpion-net-dev libpion-common-dev libpion-net-plugins libpion-net-3.0 
libpion-common-3.0 libpion-net-dbg libpion-common-dbg libpion-net-plugins-dbg 
libpion-net-doc
Architecture: source i386 all
Version: 3.0.9+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Athena Capital Research acr-deb...@athenacr.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 libpion-common-3.0 - lightweight HTTP interface library - common runtime files
 libpion-common-dbg - lightweight HTTP interface library - common debug files
 libpion-common-dev - lightweight HTTP interface library - common development 
files
 libpion-net-3.0 - lightweight HTTP interface library - runtime files
 libpion-net-dbg - lightweight HTTP interface library - debug files
 libpion-net-dev - lightweight HTTP interface library - development files
 libpion-net-doc - lightweight HTTP interface library - documentation
 libpion-net-plugins - lightweight HTTP interface library - plugins
 libpion-net-plugins-dbg - lightweight HTTP interface library - plugins debug 
files
Changes: 
 pion-net (3.0.9+dfsg-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6a6ee70778c3d1ab0a64ccb81aa65e1ba8d7a56e 1657 pion-net_3.0.9+dfsg-1.dsc
 ca7f05e268e8c9f61379bed2b4b891acb5b8eaf2 2039425 
pion-net_3.0.9+dfsg.orig.tar.gz
 ee60eb2069f8c954ca1eeec5b636caa0b70462b8 6061 
pion-net_3.0.9+dfsg-1.debian.tar.gz
 7a7749585fe414fd71020473a82849966d868b25 164672 
libpion-net-dev_3.0.9+dfsg-1_i386.deb
 8e4ec764d0c5567147cb94ddf9b6496e544ff400 38396 
libpion-common-dev_3.0.9+dfsg-1_i386.deb
 6ad82e753da87ed3907a785e1ba69ff5e4b8e8e5 618868 
libpion-net-plugins_3.0.9+dfsg-1_i386.deb
 f8c12c67bc7bd6b031e124df4cddf204f9d3a464 302118 
libpion-net-3.0_3.0.9+dfsg-1_i386.deb
 27421dec51c933530314d1cb4b6eab0b2424e2b1 88118 
libpion-common-3.0_3.0.9+dfsg-1_i386.deb
 871e2316c2a4401abe579c234bdbc6ffb2a2b070 3455126 
libpion-net-dbg_3.0.9+dfsg-1_i386.deb
 145698e3f37d120c5d6c161432e66557bdd72a81 344044 
libpion-common-dbg_3.0.9+dfsg-1_i386.deb
 110580183a4cb4dbffb1f02903f0924351e2ba88 3055192 
libpion-net-plugins-dbg_3.0.9+dfsg-1_i386.deb
 7365cee46f5adcf61f0f92d7be8a82813df98ec3 656978 
libpion-net-doc_3.0.9+dfsg-1_all.deb
Checksums-Sha256: 
 5535c207f1e473ca5ea085f2b7a95b7eadeae6c673f7e1854f8f935dc4944484 1657 
pion-net_3.0.9+dfsg-1.dsc
 be32c163444997dce1cc6d5fdd5f7c68e54d91bd82cc317fdffecb9b3f38f8fc 2039425 
pion-net_3.0.9+dfsg.orig.tar.gz
 08ee58ab2c495799e995392d8b75feb36ed2b3a965a93be93d1c1da7fe03cc93 6061 
pion-net_3.0.9+dfsg-1.debian.tar.gz
 80e47c96b81ad0752fed39afd03463ce18e423d4bd1af1a3a9be8d6a046f99e7 164672 
libpion-net-dev_3.0.9+dfsg-1_i386.deb
 e17a9b511a1ac7126b8ccaeed2f115250adce6e6f445d2bca72e6773f3e3b629 38396 
libpion-common-dev_3.0.9+dfsg-1_i386.deb
 db064c4a09be4493cafd1c2ffd0705f0244b5f4306271cbf07c21fff8aed0cce 618868 
libpion-net-plugins_3.0.9+dfsg-1_i386.deb
 38421ca1c5e491e0d795eb0e42b410723b4a582cc690fd3a4ba1d86502544f14 302118 
libpion-net-3.0_3.0.9+dfsg-1_i386.deb
 5540fa94e1ba4b431c5e590da235487a6ea359188a5d7949f26495a9e74ea349 88118 
libpion-common-3.0_3.0.9+dfsg-1_i386.deb
 54e916104657eda150dc3f4f246d7fe306d884de2e5cd3c41dcbf4f8352e896d 3455126 
libpion-net-dbg_3.0.9+dfsg-1_i386.deb
 343dc8acdd2cb15e02a50baab098f45b230a8cab5f8c81f6041d016fb2b51eb9 344044 
libpion-common-dbg_3.0.9+dfsg-1_i386.deb
 2b42ff2742729f0474446d4229a7565813c4834e0e5d7a1898e5be0d76ddd519 3055192 
libpion-net-plugins-dbg_3.0.9+dfsg-1_i386.deb
 2baf586ffbc932864002f2e05ae94c65d164d5bf4c5476493038f46ade865fd4 656978 
libpion-net-doc_3.0.9+dfsg-1_all.deb
Files: 
 1505b0125243f62d3baefadd29341d7c 1657 libs extra pion-net_3.0.9+dfsg-1.dsc
 75808a98c8def2c91832d02bf58e6035 2039425 libs extra 
pion-net_3.0.9+dfsg.orig.tar.gz
 2e3b91e758bb00927d55d4ad8bab3dd2 6061 libs extra 
pion-net_3.0.9+dfsg-1.debian.tar.gz
 18c3517fc3b07ad2da29a79907aeb416 164672 libdevel extra 
libpion-net-dev_3.0.9+dfsg-1_i386.deb
 f6aa578e8bc995e1cb4e89b0f7315d2c 38396 libdevel extra 
libpion-common-dev_3.0.9+dfsg-1_i386.deb
 f3a30bd6d33e9235a223b7218e3b4ed0 618868 libs extra 
libpion-net-plugins_3.0.9+dfsg-1_i386.deb
 e3607c1096e3fbfe2ccad5d112171922 302118 libs extra 
libpion-net-3.0_3.0.9+dfsg-1_i386.deb
 84f18fc4b9de9bb9ccf034a30f2b867a 88118 libs extra 
libpion-common-3.0_3.0.9+dfsg-1_i386.deb
 ef6de8e63114bcca289d8a81ccee57cd 3455126 debug extra 
libpion-net-dbg_3.0.9+dfsg-1_i386.deb
 5c33c1c7527bcbb96a6bc0dd53ffcf7f 344044 debug extra 
libpion-common-dbg_3.0.9+dfsg-1_i386.deb
 d5d6d9ab7ffd8f2c90a34e78048184e1 3055192 debug extra 
libpion-net-plugins-dbg_3.0.9+dfsg-1_i386.deb
 f443841dcd9eae1ce4222a1268e06f4f 656978 doc extra 
libpion-net-doc_3.0.9+dfsg-1_all.deb

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

iEYEARECAAYFAkvfPaIACgkQ5SXWIKfIlGSLngCfe57ura8nrhO1x0gA1BRBZi6V
th0Ani7H7GgCuAAUnss68Z2pae2hM1rc
=1Wgb
-END PGP 

Accepted psi-plus 0.15~svn2289-1 (source all amd64)

2010-05-04 Thread Ivan Borzenkov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 01 May 2010 17:58:08 +0400
Source: psi-plus
Binary: psi-plus psi-plus-plugins psi-plus-icons psi-plus-skins
Architecture: source amd64 all
Version: 0.15~svn2289-1
Distribution: unstable
Urgency: low
Maintainer: Ivan Borzenkov ivan1...@list.ru
Changed-By: Ivan Borzenkov ivan1...@list.ru
Description: 
 psi-plus   - Jabber client using Qt
 psi-plus-icons - Icons for Psi+
 psi-plus-plugins - Plugins for Psi+
 psi-plus-skins - Skins for Psi+
Changes: 
 psi-plus (0.15~svn2289-1) unstable; urgency=low
 .
   * New upstream release
 - new roster
   * Bump Standards-Version to 3.8.4
   * update psibuild.sh
   * change rules to new debhelper
   * chande source format to 3.0(quilt)
   * get description from english site
   * separate icons and skins
Checksums-Sha1: 
 4aefa352597ad0d37834fc4b5a81378ee79bd33b 1239 psi-plus_0.15~svn2289-1.dsc
 8061bbaaeb49a736b7d757a944ea1c970f0eba06 9699007 
psi-plus_0.15~svn2289.orig.tar.bz2
 c222b7ab30ab626f9446df8676d634533a1757a1 15575 
psi-plus_0.15~svn2289-1.debian.tar.gz
 f7de31d419a085f84b8193807315e4668bca6b6c 4552902 
psi-plus_0.15~svn2289-1_amd64.deb
 5be840b0f2202e90294d9ed4e9fd883893ff898b 1070590 
psi-plus-plugins_0.15~svn2289-1_amd64.deb
 150c245a9572e66a8bcab59edbdea2b85acc91b9 4106414 
psi-plus-icons_0.15~svn2289-1_all.deb
 4a3513a180081e857532a781ed18d5fe199dd9e3 2093288 
psi-plus-skins_0.15~svn2289-1_all.deb
Checksums-Sha256: 
 743f5e2861153b1e579d1ccc199df7560195c7bacbae999284f9275e3f5b7396 1239 
psi-plus_0.15~svn2289-1.dsc
 fc04c5f107743004846c49d9db4445e98d6b84157c7a714a3eedbb6fe3967820 9699007 
psi-plus_0.15~svn2289.orig.tar.bz2
 d1671521b51743b518d43b0937b01ba6740f55bcea36f568b6100a338dfd965b 15575 
psi-plus_0.15~svn2289-1.debian.tar.gz
 46598acd91873b39ba6c28551f602274a42454afcf7866d5125a633ca5c6b734 4552902 
psi-plus_0.15~svn2289-1_amd64.deb
 ce604be27de1a51a5e61790a1faaf44915e1fcc2976f795c47b3bf2cb7f0 1070590 
psi-plus-plugins_0.15~svn2289-1_amd64.deb
 7f7243e61d7e288c5ad35b930c197227e69d76c25d296a0e4670a66eec47fa60 4106414 
psi-plus-icons_0.15~svn2289-1_all.deb
 81dcc492abc6e9f396b14f646e2df8b90a99abe0f75585ca9bd77a0ec7d7b830 2093288 
psi-plus-skins_0.15~svn2289-1_all.deb
Files: 
 d2ef105c46dcebbfac4ff0e8f31d85bf 1239 net optional psi-plus_0.15~svn2289-1.dsc
 de26e41f93986d598840546e3afdc1b2 9699007 net optional 
psi-plus_0.15~svn2289.orig.tar.bz2
 6bc0adac6f9362dea17e81e0f09e2fea 15575 net optional 
psi-plus_0.15~svn2289-1.debian.tar.gz
 62be5d45bf0e35a3e77b1e2c8eb497dd 4552902 net optional 
psi-plus_0.15~svn2289-1_amd64.deb
 afeaef7ba003213603a16ab3ba710bf7 1070590 net optional 
psi-plus-plugins_0.15~svn2289-1_amd64.deb
 3035c6b4f158ba53c226b3600c701c15 4106414 net optional 
psi-plus-icons_0.15~svn2289-1_all.deb
 a7878208209aa4ad64bf1289fcaf7001 2093288 net optional 
psi-plus-skins_0.15~svn2289-1_all.deb

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

iEYEAREDAAYFAkvf+TIACgkQq4wAz/jiZTdlqwCdED9ssuVcCYidFk/OMIilvl2f
xWgAn2Yb1OSv8TbNQqTLJwdpnz0foS/u
=0CU8
-END PGP SIGNATURE-


Accepted:
psi-plus-icons_0.15~svn2289-1_all.deb
  to main/p/psi-plus/psi-plus-icons_0.15~svn2289-1_all.deb
psi-plus-plugins_0.15~svn2289-1_amd64.deb
  to main/p/psi-plus/psi-plus-plugins_0.15~svn2289-1_amd64.deb
psi-plus-skins_0.15~svn2289-1_all.deb
  to main/p/psi-plus/psi-plus-skins_0.15~svn2289-1_all.deb
psi-plus_0.15~svn2289-1.debian.tar.gz
  to main/p/psi-plus/psi-plus_0.15~svn2289-1.debian.tar.gz
psi-plus_0.15~svn2289-1.dsc
  to main/p/psi-plus/psi-plus_0.15~svn2289-1.dsc
psi-plus_0.15~svn2289-1_amd64.deb
  to main/p/psi-plus/psi-plus_0.15~svn2289-1_amd64.deb
psi-plus_0.15~svn2289.orig.tar.bz2
  to main/p/psi-plus/psi-plus_0.15~svn2289.orig.tar.bz2


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



Accepted sunflow 0.07.2.svn396+dfsg-2 (source all)

2010-05-04 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 20:33:03 +0200
Source: sunflow
Binary: sunflow libsunflow-java libsunflow-java-doc
Architecture: source all
Version: 0.07.2.svn396+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Gabriele Giacone 1o5g4...@gmail.com
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 libsunflow-java - rendering system for photo-realistic image synthesis
 libsunflow-java-doc - rendering system for photo-realistic image synthesis 
(javadoc)
 sunflow- rendering system for photo-realistic image synthesis (GUI)
Changes: 
 sunflow (0.07.2.svn396+dfsg-2) unstable; urgency=low
 .
   * sunflow binary splits among sunflow, libsunflow-java, libsunflow-java-doc.
   * Back to imagemagick for image conversion.
   * Added watchfile.
   * Added get-orig-source target.
   * Removed d/README.Debian.
Checksums-Sha1: 
 482625638da336e9aa3d377275f94529230a331a 1397 sunflow_0.07.2.svn396+dfsg-2.dsc
 219f3380290966f5db7ca24a0fb14d05f008be24 13149 
sunflow_0.07.2.svn396+dfsg-2.debian.tar.gz
 f48c9eab16aca7d2d3043c187f386d154d4d59c7 419720 
sunflow_0.07.2.svn396+dfsg-2_all.deb
 566605463e8db3e9770e2b00c073718b26e9e01a 596014 
libsunflow-java_0.07.2.svn396+dfsg-2_all.deb
 470cd92414629417f7f6c5f85405d1781c18bc0a 437680 
libsunflow-java-doc_0.07.2.svn396+dfsg-2_all.deb
Checksums-Sha256: 
 d55e059763a6477ac23d327a31b4b1096918eb985847e3f5d571734e065df56e 1397 
sunflow_0.07.2.svn396+dfsg-2.dsc
 d6f0dae18e748c131bec1ae68fca36cd33f40b0af0e9552d119c9cabfe9c1878 13149 
sunflow_0.07.2.svn396+dfsg-2.debian.tar.gz
 7e33e93d45b2fe617586a711445e9c08ee021f1eb91d810cbd6d0ece4c83680d 419720 
sunflow_0.07.2.svn396+dfsg-2_all.deb
 106d5e181bbb9f1fc7a617388aa38e1b0d29784b63c6d7e38c6df182432e1549 596014 
libsunflow-java_0.07.2.svn396+dfsg-2_all.deb
 b15f3e2467057fba5633ccd8342570c4d0f2669f91b7c83a1e99a24bea6a635d 437680 
libsunflow-java-doc_0.07.2.svn396+dfsg-2_all.deb
Files: 
 89dfeffb06c09a02c2dc9bff14d4b67a 1397 graphics extra 
sunflow_0.07.2.svn396+dfsg-2.dsc
 d8ced38a23052d5cc673eec3995d1794 13149 graphics extra 
sunflow_0.07.2.svn396+dfsg-2.debian.tar.gz
 c36a9856a911198445b3ebf84c51435b 419720 graphics extra 
sunflow_0.07.2.svn396+dfsg-2_all.deb
 3e11765429f249fb74ce48704f4a5d30 596014 java extra 
libsunflow-java_0.07.2.svn396+dfsg-2_all.deb
 cd02dfbaa56c8e5a081037ba5c19d35d 437680 doc extra 
libsunflow-java-doc_0.07.2.svn396+dfsg-2_all.deb

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

iEYEARECAAYFAkvfMosACgkQyIFXyIXHk4nQ6QCfemOEdM470rn+EJFyvcgL2X6n
W5UAnRJwLcC9UukpuA7MjV4A1HZ2vcXp
=QALe
-END PGP SIGNATURE-


Accepted:
libsunflow-java-doc_0.07.2.svn396+dfsg-2_all.deb
  to main/s/sunflow/libsunflow-java-doc_0.07.2.svn396+dfsg-2_all.deb
libsunflow-java_0.07.2.svn396+dfsg-2_all.deb
  to main/s/sunflow/libsunflow-java_0.07.2.svn396+dfsg-2_all.deb
sunflow_0.07.2.svn396+dfsg-2.debian.tar.gz
  to main/s/sunflow/sunflow_0.07.2.svn396+dfsg-2.debian.tar.gz
sunflow_0.07.2.svn396+dfsg-2.dsc
  to main/s/sunflow/sunflow_0.07.2.svn396+dfsg-2.dsc
sunflow_0.07.2.svn396+dfsg-2_all.deb
  to main/s/sunflow/sunflow_0.07.2.svn396+dfsg-2_all.deb


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



Accepted vxl 1.14.0-1 (source amd64)

2010-05-04 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 17:56:56 +0200
Source: vxl
Binary: libvxl1.14 libvxl1-dev
Architecture: source amd64
Version: 1.14.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libvxl1-dev - C++ Libraries for Computer Vision Research
 libvxl1.14 - C++ Libraries for Computer Vision Research
Changes: 
 vxl (1.14.0-1) unstable; urgency=low
 .
   [Mathieu Malaterre]
   * New upstream
   * Update standard version to 3.8.4 (no change needed)
 .
   [Andreas Tille]
   * Using Dpkg source format version ‘3.0 (quilt)’ (debian/source/format)
Checksums-Sha1: 
 96789b563cf9424dcd53c0bc3b8ad63f5705d852 1380 vxl_1.14.0-1.dsc
 815fc810659584829b896e84c54c4dc00291ca84 30299750 vxl_1.14.0.orig.tar.gz
 a84e1632b75404ccd0918e84072b96d621077a62 7060 vxl_1.14.0-1.debian.tar.gz
 17d0b0ef3a24e71e2a543642357eb86a4f9b7d79 1868828 libvxl1.14_1.14.0-1_amd64.deb
 b230816aba7cb882526a9e2b79b500800f7fcde5 449732 libvxl1-dev_1.14.0-1_amd64.deb
Checksums-Sha256: 
 a7b662f53d31a1f58df87bfcb79ce67499fa3916a401aa9bc2bdbc6b777e191c 1380 
vxl_1.14.0-1.dsc
 8663d400e74e97a4ce305509cc40a86372d4172c7c80d4a395ca12b869b8b49b 30299750 
vxl_1.14.0.orig.tar.gz
 649a4676b040d23dbfd2b85f6d6cbb49cbeeb0aa983290e3c965ac45a261ee82 7060 
vxl_1.14.0-1.debian.tar.gz
 5ec744ac498611a0c3580946e8ec18f54f9f2bba5e24b87c617ecd4b414d 1868828 
libvxl1.14_1.14.0-1_amd64.deb
 63bf8ef2a2d61c6abd9748333cec0cbfbc306a908ff43eeb0df3513b6adeca1b 449732 
libvxl1-dev_1.14.0-1_amd64.deb
Files: 
 f1a1030f686878f9e34746a19fa9e932 1380 science optional vxl_1.14.0-1.dsc
 8f8ac6ad3858f21b18919d2d88b1bb52 30299750 science optional 
vxl_1.14.0.orig.tar.gz
 d6b28e2c51830d515183f0bec5e96ac7 7060 science optional 
vxl_1.14.0-1.debian.tar.gz
 d4d0790812064f64e15a0f3331105234 1868828 libs optional 
libvxl1.14_1.14.0-1_amd64.deb
 165ea9c5d3f96ab3859544ef34d04c42 449732 libdevel optional 
libvxl1-dev_1.14.0-1_amd64.deb

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

iD4DBQFL3+oTYDBbMcCf01oRAmR5AKCp8c6jSPZgqrcBRIUIQvbEoPZLcQCYl1QS
g78dabOel6QU0mFVWQvjzw==
=ps0F
-END PGP SIGNATURE-


Accepted:
libvxl1-dev_1.14.0-1_amd64.deb
  to main/v/vxl/libvxl1-dev_1.14.0-1_amd64.deb
libvxl1.14_1.14.0-1_amd64.deb
  to main/v/vxl/libvxl1.14_1.14.0-1_amd64.deb
vxl_1.14.0-1.debian.tar.gz
  to main/v/vxl/vxl_1.14.0-1.debian.tar.gz
vxl_1.14.0-1.dsc
  to main/v/vxl/vxl_1.14.0-1.dsc
vxl_1.14.0.orig.tar.gz
  to main/v/vxl/vxl_1.14.0.orig.tar.gz


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



Accepted xneur 0.9.8-1 (source i386)

2010-05-04 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 31 Mar 2010 18:18:58 +0400
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.9.8-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.8-1) unstable; urgency=low
 .
   * New Upstream releas 0.9.8
   * debian/control: recommends gxneur (= 0.9.8).
   * debian/control: Vcs-* fields updated.
   * debian/watch updated.
   * debian/patches: 05_nonewline_fix and 06_fix_ftbfs removed: fixed
 upstream. 03_xneurrc replaced with build-time patch
 debian/xneurrc.sed.
   * debian/control: bump standatd's version, no changes needed.
   * 01_shared_libxneur.patch: build libxneur as shared library.
   * 11_fix_ftbfs.patch: fix FTBFS on some gcc versions.
   * Packages libxnconfig* were renamed to libxneur\1 due to upstream
 changes.
   * debian/rules: workaround to keep on clean some crap exists in
 orig.tar.gz
Checksums-Sha1: 
 f32751d12e473c3ee0af48cf2442427dd1a23bbc 1570 xneur_0.9.8-1.dsc
 972e72a5b81164ed65769fa1cba6328a5f984814 1594469 xneur_0.9.8.orig.tar.gz
 7de9134edca9d3bc0a46c82ec1fc2f6c06715d8f 10244 xneur_0.9.8-1.debian.tar.gz
 18df3b691bed33d844bcea68c4db1039b2597034 1001694 xneur_0.9.8-1_i386.deb
 c37bf0c72e8269a48cbd3f66209cba0e97586eb9 61178 libxneur_0.9.8-1_i386.deb
 c1d8d4a2292ccfd78d3335c988310abc4452ea91 74126 libxneur-dev_0.9.8-1_i386.deb
 5fa82078aa45806f896c0960fba47f0ebc8968a4 142746 xneur-dbg_0.9.8-1_i386.deb
Checksums-Sha256: 
 d5011749738a7016193b4eb3ff2b6332e4cd6c8c556d1f4623e7ed1f17f2c183 1570 
xneur_0.9.8-1.dsc
 edb6fc5f2a9f0fed4e9bc88f1255732e976231c1e3eaf7ed1225ab006072b5b0 1594469 
xneur_0.9.8.orig.tar.gz
 5ce46baba1fad1c9682d212f500cb7f9d18130f73c90ff8b358b1ee03ad0324b 10244 
xneur_0.9.8-1.debian.tar.gz
 2335c447a6dede6ccc63633c95ffa5e51bf3cb97e0ccb8db0c49aeaba191bc71 1001694 
xneur_0.9.8-1_i386.deb
 51991a4a273755bfbcfa24a1591ebc99d998a294fe71ecb6773a6bf913201628 61178 
libxneur_0.9.8-1_i386.deb
 715f795965d63aab61602421f3eefa636d496ac199eaaf5b9fe6d544c90985b8 74126 
libxneur-dev_0.9.8-1_i386.deb
 8fe4a7859265c8ff4db5367f8d3b93466c3785c06f21afaf0594a0661a38ee30 142746 
xneur-dbg_0.9.8-1_i386.deb
Files: 
 127298b7f87def37083fd2cb2eeb51f5 1570 x11 optional xneur_0.9.8-1.dsc
 fc9eaf5e46c4fe2eb2f89556b2d76a28 1594469 x11 optional xneur_0.9.8.orig.tar.gz
 c4a7f7dc3438fc6350d21263b8e445dd 10244 x11 optional xneur_0.9.8-1.debian.tar.gz
 bf3c574155f7c17a09071567dcf7db28 1001694 x11 optional xneur_0.9.8-1_i386.deb
 ebdadf108a61ad1cfee19f3044420fdf 61178 libs optional libxneur_0.9.8-1_i386.deb
 c4260061c7e43d71fff147b3b0d741b0 74126 libdevel optional 
libxneur-dev_0.9.8-1_i386.deb
 195bad708cd201f805457c0728623e11 142746 debug extra xneur-dbg_0.9.8-1_i386.deb

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

iQEcBAEBCAAGBQJL3y6+AAoJEMqH6egqrDPxln4IAKEElhOBaUaZbW6Sj12ySWxT
+qYz14tE8tYjfIsVGHCis/6MHqTfBgMmHzHhzK6aKHLSWIynSVowhvUopxoB3XzG
0H13Lec2moRIhuQ0JWhwBAkuTISNWgW3aJqswwE70D+EwVjf5GgJ6Hu4MtF4slnC
Q/uh96cnXGYwZ+CK1WYGAkC+u/VmjPoRte3/DwzPFHeNUSzHQFDqFzxtkiHLraZc
IJOHHCzrc8uQ2o2+xMSv8kGyVth+qqOrXQel+whFouUHWGk4c0f0bweNNBM58JZJ
vxvzzrkfXuaZP7SErMvkPHDAtNgyz0Z6Jq5PR9BvxYpu2x3PCHcW8vnH8yIsswg=
=fbKX
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.9.8-1_i386.deb
  to main/x/xneur/libxneur-dev_0.9.8-1_i386.deb
libxneur_0.9.8-1_i386.deb
  to main/x/xneur/libxneur_0.9.8-1_i386.deb
xneur-dbg_0.9.8-1_i386.deb
  to main/x/xneur/xneur-dbg_0.9.8-1_i386.deb
xneur_0.9.8-1.debian.tar.gz
  to main/x/xneur/xneur_0.9.8-1.debian.tar.gz
xneur_0.9.8-1.dsc
  to main/x/xneur/xneur_0.9.8-1.dsc
xneur_0.9.8-1_i386.deb
  to main/x/xneur/xneur_0.9.8-1_i386.deb
xneur_0.9.8.orig.tar.gz
  to main/x/xneur/xneur_0.9.8.orig.tar.gz


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



Accepted gdcm 2.0.14-7 (source amd64)

2010-05-04 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 10:17:25 +0200
Source: gdcm
Binary: libgdcm2.0 libgdcm-tools libgdcm2-dev libgdcm2.0-dbg libgdcm-cil 
libgdcm-java python-gdcm libvtkgdcm2.0 libvtkgdcm2-dev libvtkgdcm-cil 
libvtkgdcm-java python-vtkgdcm libvtkgdcm-tools
Architecture: source amd64
Version: 2.0.14-7
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libgdcm-cil - Grassroots DICOM CLI bindings
 libgdcm-java - Grassroots DICOM Java bindings
 libgdcm-tools - Grassroots DICOM tools and utilities
 libgdcm2-dev - Grassroots DICOM development libraries and headers
 libgdcm2.0 - Grassroots DICOM runtime libraries
 libgdcm2.0-dbg - Grassroots DICOM runtime libraries, debug version
 libvtkgdcm-cil - Grassroots DICOM VTK CLI bindings
 libvtkgdcm-java - Grassroots DICOM VTK Java bindings
 libvtkgdcm-tools - Grassroots DICOM VTK tools and utilities
 libvtkgdcm2-dev - Grassroots DICOM VTK development libraries and headers
 libvtkgdcm2.0 - Grassroots DICOM VTK runtime libraries
 python-gdcm - Grassroots DICOM Python bindings
 python-vtkgdcm - Grassroots DICOM VTK/Python bindings
Changes: 
 gdcm (2.0.14-7) unstable; urgency=low
 .
   * FTBFS on hppa. Enhance the local findjni.cmake to search in hppa subdir
Checksums-Sha1: 
 241f64d4afc01c118e181bc37e7e12b287248afd 2105 gdcm_2.0.14-7.dsc
 6bd6b187053f157fe7f2c6fc2c6e69c5025fdd8a 18303 gdcm_2.0.14-7.diff.gz
 444f04a5fda0aa6490e815a5c5c26a8a2ff05b05 1660914 libgdcm2.0_2.0.14-7_amd64.deb
 71a4f54c0796f6ee568b1ca4e57ffaf3a63a6a40 219726 
libgdcm-tools_2.0.14-7_amd64.deb
 d6ec3ae80247dde2c60ce93a9f553b33d983ab17 305762 libgdcm2-dev_2.0.14-7_amd64.deb
 9f21f60ec51d77d60a7da7fa9c24af81e5d5f2f8 9386568 
libgdcm2.0-dbg_2.0.14-7_amd64.deb
 bad424dd7bd5bb709b2bd7045c38422fae621fe1 248512 libgdcm-cil_2.0.14-7_amd64.deb
 2736203ade8b4ad791c7b47b06b1dd079a4756df 402850 libgdcm-java_2.0.14-7_amd64.deb
 422c1e517dcacf28551da564dc2ac0131ae57670 504490 python-gdcm_2.0.14-7_amd64.deb
 2f5819820a36df4dfa52385d44d29cb94fb771ed 199458 
libvtkgdcm2.0_2.0.14-7_amd64.deb
 df531e043c3bebe81013d1f1642638869280ef3c 25886 
libvtkgdcm2-dev_2.0.14-7_amd64.deb
 21ccaa11ecdb8e098031265d56770d55a2b4387c 111914 
libvtkgdcm-cil_2.0.14-7_amd64.deb
 8a3571b12fd0a66f30411e40aeb62496245e1c25 43368 
libvtkgdcm-java_2.0.14-7_amd64.deb
 5fb3d99a13f55a32541e03eb49708e2622431eb0 67508 
python-vtkgdcm_2.0.14-7_amd64.deb
 e154db943f556dd9dedecebe21ebfd10be456fb1 42872 
libvtkgdcm-tools_2.0.14-7_amd64.deb
Checksums-Sha256: 
 6fdc17671b40b4a986c6bcfc849a22e0bc9a72c4da9044317ea49719d7482d68 2105 
gdcm_2.0.14-7.dsc
 2187305d09ff9ffce50316961be49ffd9d8555bfe0335d099484b3e5f9a8f73a 18303 
gdcm_2.0.14-7.diff.gz
 f7ed3ea7950f8bb9333e0df9ade9bad2a09079b5a00a1bbaf0025289141ad8a5 1660914 
libgdcm2.0_2.0.14-7_amd64.deb
 523d5de3602544dd92b53dbaa400b54be6f4770c911fc977e5617c22d4106cc2 219726 
libgdcm-tools_2.0.14-7_amd64.deb
 e1b1dca4a29f899757210cef18138af12fe0bbb5f9b731e60cf8e32ff58e96a8 305762 
libgdcm2-dev_2.0.14-7_amd64.deb
 65c0248e22dfe06b72aa16c982fe0856965f69c83961eafb05eadb1e5adc6e8f 9386568 
libgdcm2.0-dbg_2.0.14-7_amd64.deb
 8b9f16c376f9b3b9e868bbaea4e5a60d67609ef9fd83d5915df0c1655d1d5351 248512 
libgdcm-cil_2.0.14-7_amd64.deb
 e10f9b49f841236e85bdc96a2b8804e3ccc04e7f90dc72e63e0a5e89c940fcce 402850 
libgdcm-java_2.0.14-7_amd64.deb
 6b2ac4c69c72d6384db2b033efb8f103f1f9a1c176ccb43351a17817fcef0fc5 504490 
python-gdcm_2.0.14-7_amd64.deb
 525d3976fd53d8f80ce156d2bd7e5da3087121f58aeed0e9360bf529b1155733 199458 
libvtkgdcm2.0_2.0.14-7_amd64.deb
 a9b1c52467da41c9ac3ebfac2b8b4728e2a08a17e93919db2608d85e97aae1d1 25886 
libvtkgdcm2-dev_2.0.14-7_amd64.deb
 54c736da1a79d7f870b462bcd07dd7012fdd8f2d1e0955d2cc68b8412572fd44 111914 
libvtkgdcm-cil_2.0.14-7_amd64.deb
 d2fc7415ddac4625e61db90377f6772ea0cbfb146017879d88b7103663fa7433 43368 
libvtkgdcm-java_2.0.14-7_amd64.deb
 4b041f440f441b966ccbcaa9200f6429998dd54999fd2b9ec03391ffc8992824 67508 
python-vtkgdcm_2.0.14-7_amd64.deb
 757d0ff5120eb10e193f46f2d73c80489fc8b0d4baa819d35463c3815e5b496d 42872 
libvtkgdcm-tools_2.0.14-7_amd64.deb
Files: 
 98720cea1810568b22739f6f21b0b8fb 2105 libs optional gdcm_2.0.14-7.dsc
 6a558942eb1076ccf5feced74306e9f5 18303 libs optional gdcm_2.0.14-7.diff.gz
 eae3cbda66f3dc8dd86465427d8e77c2 1660914 libs optional 
libgdcm2.0_2.0.14-7_amd64.deb
 4b07c4e38dc60d87d65322fa046179f8 219726 utils optional 
libgdcm-tools_2.0.14-7_amd64.deb
 402066c21dc4243b435aa18a7d94afa6 305762 libdevel optional 
libgdcm2-dev_2.0.14-7_amd64.deb
 2532f5df98f0db4ceddf985096c8bb91 9386568 debug extra 
libgdcm2.0-dbg_2.0.14-7_amd64.deb
 e377f4d9cd17c67305c44aeb9e172430 248512 cli-mono optional 
libgdcm-cil_2.0.14-7_amd64.deb
 1006f43fae485a1ec9e37ab555117117 402850 java optional 
libgdcm-java_2.0.14-7_amd64.deb
 e5eb85010454a82a7d6a03900484dbe3 504490 python optional 
python-gdcm_2.0.14-7_amd64.deb

Accepted pacemaker 1.0.8+hg15494-4 (source amd64)

2010-05-04 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 20:10:48 +0200
Source: pacemaker
Binary: pacemaker pacemaker-dev
Architecture: source amd64
Version: 1.0.8+hg15494-4
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Frederik Schüler f...@debian.org
Description: 
 pacemaker  - HA cluster resource manager
 pacemaker-dev - HA cluster resource manager (development files)
Changes: 
 pacemaker (1.0.8+hg15494-4) unstable; urgency=low
 .
   * run dh_installdeb *after* dh_perl and dh_pycentral.
Checksums-Sha1: 
 2544c60e4bd74ea885c999dcb9c35657db112874 1790 pacemaker_1.0.8+hg15494-4.dsc
 cd4356ca1ccacfedd8dac96e5572f2fd0b06e7f9 86298 
pacemaker_1.0.8+hg15494-4.debian.tar.gz
 6f260b16f6e4f75c7eeb96f6b879fe5cc2573da4 913206 
pacemaker_1.0.8+hg15494-4_amd64.deb
 95c4401ea16adfc503a6697006d5418521da8957 1188252 
pacemaker-dev_1.0.8+hg15494-4_amd64.deb
Checksums-Sha256: 
 82ec9a93c7547e4bfb6e5d4ed698d509b37c6165db52a1bf4c36e66398bb11a4 1790 
pacemaker_1.0.8+hg15494-4.dsc
 809b8cac86f610dc3353a7127f9a25c45a2b5bb6b607cd076366c5b7674eff14 86298 
pacemaker_1.0.8+hg15494-4.debian.tar.gz
 9c419ba32b6aa11d7a656d62bd4b1cc5b8e6d2a1218987973b0fadcd3c97b25c 913206 
pacemaker_1.0.8+hg15494-4_amd64.deb
 0350b4e4fd7cce8d3c76f24ce8e5aa7f21977e00ee2ce79df7ee897cb2fb3656 1188252 
pacemaker-dev_1.0.8+hg15494-4_amd64.deb
Files: 
 d3db1abd650da1588a951d0a20650fa6 1790 admin optional 
pacemaker_1.0.8+hg15494-4.dsc
 6feca4c9b22a1dbce158a94dc091 86298 admin optional 
pacemaker_1.0.8+hg15494-4.debian.tar.gz
 b3f5ec7d4e82a1250a8185e0f6826980 913206 admin optional 
pacemaker_1.0.8+hg15494-4_amd64.deb
 2b476af19debd9a36b50cd47b793f52a 1188252 devel optional 
pacemaker-dev_1.0.8+hg15494-4_amd64.deb

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

iEYEARECAAYFAkvgAr0ACgkQ6n7So0GVSSA6lACgnqwVXrBpREvzb5e5GXk1Etb3
KmEAnRoBXgoGJWeMvJPrUGsy9GkkaU5x
=vFXY
-END PGP SIGNATURE-


Accepted:
pacemaker-dev_1.0.8+hg15494-4_amd64.deb
  to main/p/pacemaker/pacemaker-dev_1.0.8+hg15494-4_amd64.deb
pacemaker_1.0.8+hg15494-4.debian.tar.gz
  to main/p/pacemaker/pacemaker_1.0.8+hg15494-4.debian.tar.gz
pacemaker_1.0.8+hg15494-4.dsc
  to main/p/pacemaker/pacemaker_1.0.8+hg15494-4.dsc
pacemaker_1.0.8+hg15494-4_amd64.deb
  to main/p/pacemaker/pacemaker_1.0.8+hg15494-4_amd64.deb


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



Accepted procps 1:3.2.8-9 (source amd64)

2010-05-04 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 May 2010 21:06:06 +1000
Source: procps
Binary: procps libproc-dev
Architecture: source amd64
Version: 1:3.2.8-9
Distribution: unstable
Urgency: low
Maintainer: Craig Small csm...@debian.org
Changed-By: Craig Small csm...@debian.org
Description: 
 libproc-dev - library for accessing process information from /proc
 procps - /proc file system utilities
Closes: 579824
Changes: 
 procps (1:3.2.8-9) unstable; urgency=low
 .
   * Fix for patch on cgroup crash Closes: #579824
Checksums-Sha1: 
 d9f4e3067d800392a2190ea7a455979bab48f119 1166 procps_3.2.8-9.dsc
 4775620d0f38f125d9e6baf20634f2ab3ed534cd 86599 procps_3.2.8-9.debian.tar.gz
 d03e3e9b67c1aae4d6a42cb62fd4ddb523a097b3 248770 procps_3.2.8-9_amd64.deb
 b9d5af48fe3462e2030731f641a1c4ecf1ff2a48 65134 libproc-dev_3.2.8-9_amd64.deb
Checksums-Sha256: 
 e627ec72cc0ae8f44caf5099878ed070899c562668bf64ff1175378648b2bf80 1166 
procps_3.2.8-9.dsc
 51bf049cb9f5cc740f68ba8a63a4755e9d401a9aadd84f6a44e1b6afd1527336 86599 
procps_3.2.8-9.debian.tar.gz
 e4aa1464d5b5a8429c6e11b68a225659116ab4becdeda32114c724e2b080b2bb 248770 
procps_3.2.8-9_amd64.deb
 5dcbd6871f5a7121ca6762f65af027b68a9eb6c211276f10dad4ee5a5209a3a0 65134 
libproc-dev_3.2.8-9_amd64.deb
Files: 
 e410449416a3359b7968a421832f624f 1166 admin important procps_3.2.8-9.dsc
 5bb4b1c27925023f98012c91b02d62b7 86599 admin important 
procps_3.2.8-9.debian.tar.gz
 8be296e333fc4a06504c22a419bbe248 248770 admin important 
procps_3.2.8-9_amd64.deb
 e73e41781326ab6831163271a975f14b 65134 libdevel optional 
libproc-dev_3.2.8-9_amd64.deb

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

iD8DBQFL4ASBx2zlrBLK36URAsuRAJ4mpnLfFfVXoEUtRwud88901+7zngCdFV83
ISgEez4m6MSiArysoeT6z2A=
=SKpM
-END PGP SIGNATURE-


Accepted:
libproc-dev_3.2.8-9_amd64.deb
  to main/p/procps/libproc-dev_3.2.8-9_amd64.deb
procps_3.2.8-9.debian.tar.gz
  to main/p/procps/procps_3.2.8-9.debian.tar.gz
procps_3.2.8-9.dsc
  to main/p/procps/procps_3.2.8-9.dsc
procps_3.2.8-9_amd64.deb
  to main/p/procps/procps_3.2.8-9_amd64.deb


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



Accepted guidance-power-manager 4.4.0-1 (source all amd64)

2010-05-04 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 13:25:20 +0200
Source: guidance-power-manager
Binary: guidance-power-manager kde-guidance-powermanager
Architecture: source amd64 all
Version: 4.4.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 guidance-power-manager - A frontend to HAL's power features for KDE
 kde-guidance-powermanager - A frontend to HAL's power features for KDE (dummy 
package)
Closes: 571410
Changes: 
 guidance-power-manager (4.4.0-1) experimental; urgency=low
 .
   * New Upstream version 4.4.0
   * Bumped Standards-Version to 3.8.4, no changes needed.
   * Added source/format file.
   * Make sure program is executed with python 2.6.
   * Rewrote rules file.
   * Updated build dependencies.
   * Rebuild closes: #571410
Checksums-Sha1: 
 e67a4d34b406711a82054b7ce8b8f968cfc96ecf 1633 
guidance-power-manager_4.4.0-1.dsc
 f90d408b9465d734fe74eae39764e60e72f0d04c 95975 
guidance-power-manager_4.4.0.orig.tar.gz
 89c936d33acc94832bb78ad6f165b964f773 5015 
guidance-power-manager_4.4.0-1.debian.tar.gz
 7802a8960866cc089030dc907a6be3e6b7592f6d 80716 
guidance-power-manager_4.4.0-1_amd64.deb
 e4dd1c0e07fef67b441ae6d5d4961050870af153 5382 
kde-guidance-powermanager_4.4.0-1_all.deb
Checksums-Sha256: 
 8d2b276c89042bb8e7ac84ea7c98e1d4fff15a8e0f16f802127492358e1780cb 1633 
guidance-power-manager_4.4.0-1.dsc
 597d8fdf8fa4ab616c37206f9dd61802b99ab12c0d46a92edbe22e812c54f0bb 95975 
guidance-power-manager_4.4.0.orig.tar.gz
 e956c4e50f2d5a38f68ffeb0e1db0e1c74f6512262c0ccabd8dbf71908fe1b8e 5015 
guidance-power-manager_4.4.0-1.debian.tar.gz
 60a2f317e690ef3c37bb273d56b0e2e221212c345cffef50edade3e3d6b4dbec 80716 
guidance-power-manager_4.4.0-1_amd64.deb
 daea250883438956a3b1e3036a38fd2c70127d2a148220df09980cbe78d5415b 5382 
kde-guidance-powermanager_4.4.0-1_all.deb
Files: 
 bcdc57846c1773528c9effa48a19ae6d 1633 kde optional 
guidance-power-manager_4.4.0-1.dsc
 1ee7c86c43dd7fe56052bd8ca79208ab 95975 kde optional 
guidance-power-manager_4.4.0.orig.tar.gz
 409407f63c638c16c1371609ab3d4f0a 5015 kde optional 
guidance-power-manager_4.4.0-1.debian.tar.gz
 297ea380b2df1da1a4bfece7cc6d4fad 80716 kde optional 
guidance-power-manager_4.4.0-1_amd64.deb
 f0b0e70ce27ac322bcfce33880a1ceaf 5382 kde optional 
kde-guidance-powermanager_4.4.0-1_all.deb

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

iD8DBQFL4AYZVkEm8inxm9ERAtjBAJ9u2dRaf2L1IfYGnTCNhLA3D+QH0ACfWG7Z
42p+X8ZsdPq+cRpo1jS3hcw=
=A+Bu
-END PGP SIGNATURE-


Accepted:
guidance-power-manager_4.4.0-1.debian.tar.gz
  to main/g/guidance-power-manager/guidance-power-manager_4.4.0-1.debian.tar.gz
guidance-power-manager_4.4.0-1.dsc
  to main/g/guidance-power-manager/guidance-power-manager_4.4.0-1.dsc
guidance-power-manager_4.4.0-1_amd64.deb
  to main/g/guidance-power-manager/guidance-power-manager_4.4.0-1_amd64.deb
guidance-power-manager_4.4.0.orig.tar.gz
  to main/g/guidance-power-manager/guidance-power-manager_4.4.0.orig.tar.gz
kde-guidance-powermanager_4.4.0-1_all.deb
  to main/g/guidance-power-manager/kde-guidance-powermanager_4.4.0-1_all.deb


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



Accepted acpi-support 0.136-3 (source all amd64)

2010-05-04 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 14:02:16 +0200
Source: acpi-support
Binary: acpi-support acpi-support-base acpi-fakekey
Architecture: source all amd64
Version: 0.136-3
Distribution: unstable
Urgency: low
Maintainer: Debian Acpi Team pkg-acpi-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 acpi-fakekey - tool to generate fake key events
 acpi-support - scripts for handling many ACPI events
 acpi-support-base - scripts for handling base ACPI events such as the power 
button
Closes: 580019
Changes: 
 acpi-support (0.136-3) unstable; urgency=low
 .
   * Do not complain if daemon is already running.
   * Do not recommend hal because it doesn't seem to be needed anymore.
 (Closes: #580019)
Checksums-Sha1: 
 921973e0d86ba640526d7f09227b470f390494e3 1234 acpi-support_0.136-3.dsc
 869e13c183e779779e881621f2036ee9037e7a5c 42229 acpi-support_0.136-3.diff.gz
 d4022149cbda30037e622faa2c74e77616b24fd0 50840 acpi-support_0.136-3_all.deb
 e605b108939215b2924f522608d9054a99d26175 18448 
acpi-support-base_0.136-3_all.deb
 15b77d0a2aaf8396b8461a2d34fe0570b66022d8 21244 acpi-fakekey_0.136-3_amd64.deb
Checksums-Sha256: 
 4f87beaf00ab2a3f67cf95a712c043fff68d39420340da970c249f226883a848 1234 
acpi-support_0.136-3.dsc
 8f918341df498a79ad04b6fa72e518ee98609b369cd71fb6b7434c322ccaacb7 42229 
acpi-support_0.136-3.diff.gz
 eea172527883d692dd45f5baae0f8325a3eedc1eb1744b249182408edda8907d 50840 
acpi-support_0.136-3_all.deb
 cd54366dbfd452eadcc7ff26aca032a543693b65fa8385fc21231674017aa2ac 18448 
acpi-support-base_0.136-3_all.deb
 2a909aea7612d32e3d987d1f536a391034e09ef524c22a9e19b71003e3495e35 21244 
acpi-fakekey_0.136-3_amd64.deb
Files: 
 7f141744d0b4cff10d02d214b3cfcf95 1234 admin optional acpi-support_0.136-3.dsc
 53670223fac35d559cea98187a133822 42229 admin optional 
acpi-support_0.136-3.diff.gz
 8d2eb7858c6881899757ced0e9287a6b 50840 admin optional 
acpi-support_0.136-3_all.deb
 a1d298faab4778f44692a3368e3a6e52 18448 admin optional 
acpi-support-base_0.136-3_all.deb
 61874e67995f91303128770c3e852bf0 21244 admin optional 
acpi-fakekey_0.136-3_amd64.deb

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

iD8DBQFL4AzrVkEm8inxm9ERAp7cAJ97TqWbWPJ8X8XRlk9ZX7nq0pfBVwCffv33
M0ysnhX7YnhTg7IfZKqXa9w=
=YnQS
-END PGP SIGNATURE-


Accepted:
acpi-fakekey_0.136-3_amd64.deb
  to main/a/acpi-support/acpi-fakekey_0.136-3_amd64.deb
acpi-support-base_0.136-3_all.deb
  to main/a/acpi-support/acpi-support-base_0.136-3_all.deb
acpi-support_0.136-3.diff.gz
  to main/a/acpi-support/acpi-support_0.136-3.diff.gz
acpi-support_0.136-3.dsc
  to main/a/acpi-support/acpi-support_0.136-3.dsc
acpi-support_0.136-3_all.deb
  to main/a/acpi-support/acpi-support_0.136-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
Archive: http://lists.debian.org/e1o9h3n-0004wh...@ries.debian.org



Accepted strace 4.5.20-2 (source amd64)

2010-05-04 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 14:31:46 +0200
Source: strace
Binary: strace strace64 strace-udeb
Architecture: source amd64
Version: 4.5.20-2
Distribution: unstable
Urgency: low
Maintainer: Frederik Schüler f...@debian.org
Changed-By: Frederik Schüler f...@debian.org
Description: 
 strace - A system call tracer
 strace-udeb - A system call tracer (udeb)
 strace64   - A system call tracer for 64bit binaries
Changes: 
 strace (4.5.20-2) unstable; urgency=low
 .
   * Add missing sparc syscall defines to fix FTBFS on sparc.
Checksums-Sha1: 
 ea9883bb42d68a8ab3bfbe92a1c11abde4cf734e 1262 strace_4.5.20-2.dsc
 f0ef05005aed439c58639a1a1f6b732fb55bec4e 11790 strace_4.5.20-2.debian.tar.gz
 0eff7872d83599eba0fe19477e16404947f59d75 139650 strace_4.5.20-2_amd64.deb
 399e4f134b248cd3d8c158a7d02edbad4125759e 105014 strace-udeb_4.5.20-2_amd64.udeb
Checksums-Sha256: 
 3176f4432d863aba07c93356a29bee46112aa19d0942b3bb3d6134472e342231 1262 
strace_4.5.20-2.dsc
 cfb5cfb8e9dae21e52bed07c6999a969938903fc55652913255aff05ae48a16b 11790 
strace_4.5.20-2.debian.tar.gz
 12b40c082dd61867ad234f29c982dff7d254d83cf0a9cc47f1dc4bcd2bf57c61 139650 
strace_4.5.20-2_amd64.deb
 346182798a20cf6501d9711c4aecb9c01912973de8d11f29c40dcb949d5f980e 105014 
strace-udeb_4.5.20-2_amd64.udeb
Files: 
 bc37dd2754c4e0b46fb1b983a7f1607c 1262 utils optional strace_4.5.20-2.dsc
 8aa437ad5cf4e89b0806c737c3420758 11790 utils optional 
strace_4.5.20-2.debian.tar.gz
 794058fa248e6996b3c3c86c0563b3fa 139650 utils optional 
strace_4.5.20-2_amd64.deb
 aafec7d7404f0cbcbfff598de0270b57 105014 debian-installer extra 
strace-udeb_4.5.20-2_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkvgFB0ACgkQ6n7So0GVSSARFACeLrnDFB4JCbNR5/tUxhJNJYts
RAAAniwe4JHsWgwbW/DGgHI8IRFxTI8Q
=ELkI
-END PGP SIGNATURE-


Accepted:
strace-udeb_4.5.20-2_amd64.udeb
  to main/s/strace/strace-udeb_4.5.20-2_amd64.udeb
strace_4.5.20-2.debian.tar.gz
  to main/s/strace/strace_4.5.20-2.debian.tar.gz
strace_4.5.20-2.dsc
  to main/s/strace/strace_4.5.20-2.dsc
strace_4.5.20-2_amd64.deb
  to main/s/strace/strace_4.5.20-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
Archive: http://lists.debian.org/e1o9hx7-000641...@ries.debian.org



Accepted tangerine 0.3.2.2-4 (source amd64)

2010-05-04 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 May 2010 12:45:35 +0100
Source: tangerine
Binary: tangerine tangerine-dbg
Architecture: source amd64
Version: 0.3.2.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team 
pkg-cli-apps-t...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 tangerine  - music server using DAAP
 tangerine-dbg - music server using DAAP (debug symbols)
Closes: 580009
Changes: 
 tangerine (0.3.2.2-4) unstable; urgency=low
 .
   * debian/patches/kfreebsd_use_assemblyrefs_in_configure.ac.patch,
 debian/rules,
 debian/control:
 + Make sure configure check pulls in assembly refs on things like
   NDesk.Glib on non-Linux platforms (Closes: #580009)
Checksums-Sha1: 
 0988df5cfe0522f30247699c207a36a6f3f94ec0 1977 tangerine_0.3.2.2-4.dsc
 e9a2f21f6d0959b2a6d51f7436de04eabfb3be49 5380 tangerine_0.3.2.2-4.diff.gz
 b2cd7ac0cc706e287df3992339bca2ef4e07186f 90302 tangerine_0.3.2.2-4_amd64.deb
 457080231fa5b08d64cf8e4b47dd32e95df0fc55 34974 
tangerine-dbg_0.3.2.2-4_amd64.deb
Checksums-Sha256: 
 cbef990112861e9c376202654610af1e813482727714de5058283359ccd0bdd3 1977 
tangerine_0.3.2.2-4.dsc
 6da6e7d691e027fbb7cb010b92d14828d7be4d4c09b0bcb2c17a304de72710dc 5380 
tangerine_0.3.2.2-4.diff.gz
 25c57877944d92e15778556d364220e62f9d371c4bf2fcee8bd1c995e05ffe78 90302 
tangerine_0.3.2.2-4_amd64.deb
 9e52794494c0b36794aed6c3074cbf47502ce5f8b4bd916f4c6763141643224b 34974 
tangerine-dbg_0.3.2.2-4_amd64.deb
Files: 
 b8ab012b7afc355e4c9a1efbc6e67d0f 1977 gnome optional tangerine_0.3.2.2-4.dsc
 617de86cd3366582e00a4c9baca54c76 5380 gnome optional 
tangerine_0.3.2.2-4.diff.gz
 74cf7d035e444dc93d764254061a84fa 90302 gnome optional 
tangerine_0.3.2.2-4_amd64.deb
 7aa7f3b511253d87b31d747c2c10f27d 34974 debug extra 
tangerine-dbg_0.3.2.2-4_amd64.deb

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

iQEcBAEBCAAGBQJL4BTbAAoJEMkPnLkOH60MY78H/iJmB+f+pV2mOQQvRbhr9lGN
3J0sGYxd86R5LE8fPzhADVle9RyUBu8RNCgFCq3PGUuOXG25OGaGFwZ5fB03JsDH
qgL6fyLT9AlvQaeqWierO/O0ntlOUmj9lcj922cjUd43DvfYaTjUmZ1CmTTyZq7M
xdM2iM4OpB5FcIucLo8D9OIdIN51DuMRJzHWChwb0K9+pzcYgdvMxfVAPxz71yvV
OGBDuV7k2DmQfoqALg4EMzNq7gDbS+pZoqcg/+u3fRVCaVNbcBsEcp28oWq+oZCH
IXwiv8nJ5TLahqh+CX23ZEg/mxCpgR7wzt27aMBf4ewgYztPufyAGvS8MYV/wpM=
=rYxS
-END PGP SIGNATURE-


Accepted:
tangerine-dbg_0.3.2.2-4_amd64.deb
  to main/t/tangerine/tangerine-dbg_0.3.2.2-4_amd64.deb
tangerine_0.3.2.2-4.diff.gz
  to main/t/tangerine/tangerine_0.3.2.2-4.diff.gz
tangerine_0.3.2.2-4.dsc
  to main/t/tangerine/tangerine_0.3.2.2-4.dsc
tangerine_0.3.2.2-4_amd64.deb
  to main/t/tangerine/tangerine_0.3.2.2-4_amd64.deb


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



Accepted cluster-agents 1:1.0.3-3 (source all amd64)

2010-05-04 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 20:00:49 +0200
Source: cluster-agents
Binary: cluster-agents ldirectord
Architecture: source all amd64
Version: 1:1.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Frederik Schüler f...@debian.org
Description: 
 cluster-agents - The reusable cluster components for Linux HA
 ldirectord - Monitors virtual services provided by LVS
Closes: 579623
Changes: 
 cluster-agents (1:1.0.3-3) unstable; urgency=low
 .
   * Add build dependency on docbook-xml. (Closes: #579623)
Checksums-Sha1: 
 730e8049dec56fa40a1bf084adb42c361a234abf 1446 cluster-agents_1.0.3-3.dsc
 6a5ed1b55389d9d5f81d69393f9c721b9f8fb8b8 9682 
cluster-agents_1.0.3-3.debian.tar.gz
 083cdef4d0f21d7a57f43322e33e328cad09cfec 59304 ldirectord_1.0.3-3_all.deb
 687a52c3313e2805a2b8e0bb3b737ef342110839 333756 
cluster-agents_1.0.3-3_amd64.deb
Checksums-Sha256: 
 e0a7b54193594df1ef85205501621387e671b56cff1e9c5c22dbb176c0c891d8 1446 
cluster-agents_1.0.3-3.dsc
 a9946f29b32f9a7883d601191ad5342d59df3e241c3a690030350674f26b7a8e 9682 
cluster-agents_1.0.3-3.debian.tar.gz
 f19f4838d7ccd793e61fac213680bb4d93282ac32d678f5448b24dbc1fcc7202 59304 
ldirectord_1.0.3-3_all.deb
 c4d20d5c82d32d8a46a5b8d84566d8a396b4fbad240754b91eac3d357220a66e 333756 
cluster-agents_1.0.3-3_amd64.deb
Files: 
 2f6964d8ce79d4349e48d2a141734ccb 1446 admin optional cluster-agents_1.0.3-3.dsc
 a0549a16135e64abdaae6757672c6796 9682 admin optional 
cluster-agents_1.0.3-3.debian.tar.gz
 ada7d1143e79270a4c856047e9db2a5b 59304 admin extra ldirectord_1.0.3-3_all.deb
 eb51cafd227401be2a8ecdaee2f4a71b 333756 admin optional 
cluster-agents_1.0.3-3_amd64.deb

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

iEYEARECAAYFAkvgHMwACgkQ6n7So0GVSSBJVACgg/2ZmDxRXrsfD0BiwthMJheU
eYEAnjxyCNsaWu1xHzY/AJFYBaRyDt47
=RVZI
-END PGP SIGNATURE-


Accepted:
cluster-agents_1.0.3-3.debian.tar.gz
  to main/c/cluster-agents/cluster-agents_1.0.3-3.debian.tar.gz
cluster-agents_1.0.3-3.dsc
  to main/c/cluster-agents/cluster-agents_1.0.3-3.dsc
cluster-agents_1.0.3-3_amd64.deb
  to main/c/cluster-agents/cluster-agents_1.0.3-3_amd64.deb
ldirectord_1.0.3-3_all.deb
  to main/c/cluster-agents/ldirectord_1.0.3-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
Archive: http://lists.debian.org/e1o9hzs-0007ph...@ries.debian.org



Accepted stardict-english-czech 20100501-1 (source all)

2010-05-04 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 15:09:28 +0200
Source: stardict-english-czech
Binary: stardict-english-czech
Architecture: source all
Version: 20100501-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 stardict-english-czech - Stardict package for English-Czech dictionary
Changes: 
 stardict-english-czech (20100501-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 4d2dea8aae5d9e2fd869a7ec6d553b4c7bb9c69d 1300 
stardict-english-czech_20100501-1.dsc
 8eb4aeb234b79af395689ff8e7ecb43a95e27560 4237256 
stardict-english-czech_20100501.orig.tar.gz
 5821c9c5841b852e37d126aadc8e2a1341896cc2 9216 
stardict-english-czech_20100501-1.debian.tar.gz
 cc22113efd58164c2ca7b471fcc0e15867bffa31 4234224 
stardict-english-czech_20100501-1_all.deb
Checksums-Sha256: 
 5f98c159197d80371aee62781fa8d2ec06fb260081460af674c813cad46cf126 1300 
stardict-english-czech_20100501-1.dsc
 84846bf6731416f4cc2b2e7028165b455166d6255d9f98b21f47d9d3e6343d4d 4237256 
stardict-english-czech_20100501.orig.tar.gz
 ad8b2dd8566798aeed0c56b64f2ebf0d80263338a7975b04cb412fed52f57810 9216 
stardict-english-czech_20100501-1.debian.tar.gz
 08ec86fa1e8ad823c20b352a142ac604ad12eaf6988460c250060c750960a3dc 4234224 
stardict-english-czech_20100501-1_all.deb
Files: 
 abb9a638c99981cfe4588ef19e70abfb 1300 non-free/text optional 
stardict-english-czech_20100501-1.dsc
 596c211b295e2be71117e71b257585de 4237256 non-free/text optional 
stardict-english-czech_20100501.orig.tar.gz
 6a346b893d2c5dc423f3c6f0f5ffc1fd 9216 non-free/text optional 
stardict-english-czech_20100501-1.debian.tar.gz
 0fcbff3dc69324a078b30ef4e5082c2c 4234224 non-free/text optional 
stardict-english-czech_20100501-1_all.deb

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

iEYEARECAAYFAkvgHPEACgkQ3DVS6DbnVgRlyACg5MossOrxki7TaxS7v4nZE9/q
tFkAniJvhZj+Gv6wYwkMbNwHhJdDDgdc
=8pA5
-END PGP SIGNATURE-


Accepted:
stardict-english-czech_20100501-1.debian.tar.gz
  to 
non-free/s/stardict-english-czech/stardict-english-czech_20100501-1.debian.tar.gz
stardict-english-czech_20100501-1.dsc
  to non-free/s/stardict-english-czech/stardict-english-czech_20100501-1.dsc
stardict-english-czech_20100501-1_all.deb
  to non-free/s/stardict-english-czech/stardict-english-czech_20100501-1_all.deb
stardict-english-czech_20100501.orig.tar.gz
  to 
non-free/s/stardict-english-czech/stardict-english-czech_20100501.orig.tar.gz


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



Accepted heartbeat 1:3.0.3-2 (source amd64)

2010-05-04 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 May 2010 20:09:52 +0200
Source: heartbeat
Binary: heartbeat heartbeat-dev libheartbeat2 libheartbeat2-dev
Architecture: source amd64
Version: 1:3.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Frederik Schüler f...@debian.org
Description: 
 heartbeat  - Subsystem for High-Availability Linux
 heartbeat-dev - Subsystem for High-Availability Linux - development files
 libheartbeat2 - Subsystem for High-Availability Linux (libraries)
 libheartbeat2-dev - Subsystem for High-Availability Linux (development files)
Changes: 
 heartbeat (1:3.0.3-2) unstable; urgency=low
 .
   * Add build dependency on docbook-xml.
Checksums-Sha1: 
 03e28455485dd04d9295eec9583836948b1bbb88 1746 heartbeat_3.0.3-2.dsc
 43d1269ed7bc91a835fb2e93bc1e1203ff7f802a 26902 heartbeat_3.0.3-2.debian.tar.gz
 52c52a5646f7f18589d850ebc1db63e25c8560b6 389354 heartbeat_3.0.3-2_amd64.deb
 852af8a406ef164611a36b7bc097c4bfa5c5379c 1142960 
heartbeat-dev_3.0.3-2_amd64.deb
 d6297e150805e9a05ebe2938465e183bb513a29a 72368 libheartbeat2_3.0.3-2_amd64.deb
 d9807df429b81fca1bfbed61799e76b7959a7f74 97376 
libheartbeat2-dev_3.0.3-2_amd64.deb
Checksums-Sha256: 
 21630d1a64ab83edd3a7552665dc327cd5b95f794300c362044bc8b74da25527 1746 
heartbeat_3.0.3-2.dsc
 356c433484c2144c3aa8b9c62c7cc3ad8f847cc2daf4c8802edae36e75479d97 26902 
heartbeat_3.0.3-2.debian.tar.gz
 29ac0a0dbfd77a4604b039704b1430d409b9a9a7a03da67bbd39b27234f97ad0 389354 
heartbeat_3.0.3-2_amd64.deb
 6434679f226cac318c579e499b7bc73ffdb59f9d33c83873ff0fe54742b8b2d6 1142960 
heartbeat-dev_3.0.3-2_amd64.deb
 56202d52a0ffbc486323a770c6feed447c52b75f775b5a2fae920e67642ba238 72368 
libheartbeat2_3.0.3-2_amd64.deb
 57473df7731b9ca43d3dcbf79bd55260997d27a4534ec30ec866e9fbda6f1f8d 97376 
libheartbeat2-dev_3.0.3-2_amd64.deb
Files: 
 f0271d5f8f3ff57d67d81c385d88996d 1746 admin optional heartbeat_3.0.3-2.dsc
 a6811573504d0675f74db9b28dc59f61 26902 admin optional 
heartbeat_3.0.3-2.debian.tar.gz
 44b919c01476083a9f012098872bdc6b 389354 admin optional 
heartbeat_3.0.3-2_amd64.deb
 fb2daa4815b154c228c6595a091673ca 1142960 devel optional 
heartbeat-dev_3.0.3-2_amd64.deb
 47c4aa7304e2675ae244e017e2382ba6 72368 libs optional 
libheartbeat2_3.0.3-2_amd64.deb
 cf83365471ba3aace6e57b04ef53501f 97376 libdevel optional 
libheartbeat2-dev_3.0.3-2_amd64.deb

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

iEYEARECAAYFAkvgHn4ACgkQ6n7So0GVSSBtiwCfecEL+3nL0/HpjBQIGz+dPcyh
nqcAoIoxRsqUlxMDsIeLrPQIGilGUSza
=MkO4
-END PGP SIGNATURE-


Accepted:
heartbeat-dev_3.0.3-2_amd64.deb
  to main/h/heartbeat/heartbeat-dev_3.0.3-2_amd64.deb
heartbeat_3.0.3-2.debian.tar.gz
  to main/h/heartbeat/heartbeat_3.0.3-2.debian.tar.gz
heartbeat_3.0.3-2.dsc
  to main/h/heartbeat/heartbeat_3.0.3-2.dsc
heartbeat_3.0.3-2_amd64.deb
  to main/h/heartbeat/heartbeat_3.0.3-2_amd64.deb
libheartbeat2-dev_3.0.3-2_amd64.deb
  to main/h/heartbeat/libheartbeat2-dev_3.0.3-2_amd64.deb
libheartbeat2_3.0.3-2_amd64.deb
  to main/h/heartbeat/libheartbeat2_3.0.3-2_amd64.deb


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



Accepted ibus-pinyin 1.3.5-1 (source all amd64)

2010-05-04 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 20:57:41 +0800
Source: ibus-pinyin
Binary: ibus-pinyin ibus-pinyin-db-open-phrase ibus-pinyin-db-android
Architecture: source all amd64
Version: 1.3.5-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-pinyin - pinyin engine for ibus
 ibus-pinyin-db-android - pinyin engine for ibus, android database
 ibus-pinyin-db-open-phrase - pinyin engine for ibus, open-phrase database
Changes: 
 ibus-pinyin (1.3.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 854be6f9ea665aa09b6f05258eccd17db8068e41 1447 ibus-pinyin_1.3.5-1.dsc
 09fd407486815022432a49bad89f108b4957ef11 1609682 ibus-pinyin_1.3.5.orig.tar.gz
 a4f9793534baa9bf14a55164d2ddc0fd69440b91 3788 ibus-pinyin_1.3.5-1.debian.tar.gz
 6246320fb9630bfd47721ee9f2ed2966f73456f4 31832 
ibus-pinyin-db-open-phrase_1.3.5-1_all.deb
 18036904e3243f46e048f90512a10589a308078f 1358558 
ibus-pinyin-db-android_1.3.5-1_all.deb
 57aa86ee1dbf7b06f73fd4e164bf1b762761927e 251166 ibus-pinyin_1.3.5-1_amd64.deb
Checksums-Sha256: 
 193c0e2779e65d10418c2176553a47df169349edd023e76ecb22a7dde9d6eb69 1447 
ibus-pinyin_1.3.5-1.dsc
 c5383c0ab72989b8428a1c41ada1d12e0cf8216312007c4d4243b6d7925fee01 1609682 
ibus-pinyin_1.3.5.orig.tar.gz
 071d3686d242974f01da37bb47f0e318472a58cf88b50582de2b652666ad3c05 3788 
ibus-pinyin_1.3.5-1.debian.tar.gz
 bc6f08a2138caafae9d5017cd0c255845f5d1e0b6a7042a2c3f87ac401efb6fe 31832 
ibus-pinyin-db-open-phrase_1.3.5-1_all.deb
 5372fec81c279907579040961e1b173dab8494734da75d0002d543468808f99d 1358558 
ibus-pinyin-db-android_1.3.5-1_all.deb
 8b3ecfff889219a656a6d3edf67e66f2232e12f56784fb216d34cd6ae90fd859 251166 
ibus-pinyin_1.3.5-1_amd64.deb
Files: 
 9a39eb025bd6d1b3027ad935ea4e1832 1447 utils optional ibus-pinyin_1.3.5-1.dsc
 690b1fdac295415a30aff50c0f77336b 1609682 utils optional 
ibus-pinyin_1.3.5.orig.tar.gz
 dc9c7877ff695d7326c9f55d42fa1ff5 3788 utils optional 
ibus-pinyin_1.3.5-1.debian.tar.gz
 9cbabf5b31f2784720ccab00a9efe2bf 31832 utils optional 
ibus-pinyin-db-open-phrase_1.3.5-1_all.deb
 da1c21ec3b0173d56720fb9697e16aea 1358558 utils optional 
ibus-pinyin-db-android_1.3.5-1_all.deb
 2494b8f7782c395487c801428e26dadd 251166 utils optional 
ibus-pinyin_1.3.5-1_amd64.deb

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

iEYEARECAAYFAkvgHYYACgkQ5TUK4GCH0vjlBACffS5mRx5Z54VkUP9ELNPUZX6d
kb0AoJflh+QNoJ2NBQ/RiUNeCTMZF5aQ
=v+Ff
-END PGP SIGNATURE-


Accepted:
ibus-pinyin-db-android_1.3.5-1_all.deb
  to main/i/ibus-pinyin/ibus-pinyin-db-android_1.3.5-1_all.deb
ibus-pinyin-db-open-phrase_1.3.5-1_all.deb
  to main/i/ibus-pinyin/ibus-pinyin-db-open-phrase_1.3.5-1_all.deb
ibus-pinyin_1.3.5-1.debian.tar.gz
  to main/i/ibus-pinyin/ibus-pinyin_1.3.5-1.debian.tar.gz
ibus-pinyin_1.3.5-1.dsc
  to main/i/ibus-pinyin/ibus-pinyin_1.3.5-1.dsc
ibus-pinyin_1.3.5-1_amd64.deb
  to main/i/ibus-pinyin/ibus-pinyin_1.3.5-1_amd64.deb
ibus-pinyin_1.3.5.orig.tar.gz
  to main/i/ibus-pinyin/ibus-pinyin_1.3.5.orig.tar.gz


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



Accepted librestclient-ruby 1.5.0-1 (source all)

2010-05-04 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 14:37:32 +0200
Source: librestclient-ruby
Binary: librestclient-ruby1.8 librestclient-ruby
Architecture: source all
Version: 1.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Lucas Nussbaum lu...@lucas-nussbaum.net
Changed-By: Lucas Nussbaum lu...@lucas-nussbaum.net
Description: 
 librestclient-ruby - simple REST client for Ruby
 librestclient-ruby1.8 - simple REST client for Ruby
Changes: 
 librestclient-ruby (1.5.0-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 88bc31aa90825a9a74a27046ce2bc29d1defc238 1427 librestclient-ruby_1.5.0-1.dsc
 c171c4181fdf955d86b7755e4bc58a2b4c23d3fe 49188 
librestclient-ruby_1.5.0.orig.tar.gz
 bef380610e5f5d72bfc7e86dbf33e18115eaceb2 2181 
librestclient-ruby_1.5.0-1.diff.gz
 5ded55df32c5ade82b41c238ef5bec635906e16d 17824 
librestclient-ruby1.8_1.5.0-1_all.deb
 ab45b9eae8c8d778d02fe34e9270a1a9b0a57604 6448 
librestclient-ruby_1.5.0-1_all.deb
Checksums-Sha256: 
 cc0a610a068626300291410551f7cae125cf97fcbd19a76b9c176a2c454220eb 1427 
librestclient-ruby_1.5.0-1.dsc
 c8768641d36ece7005e863242b1d6ecbdb479b6c0f590f32bfac7535bf51e3ac 49188 
librestclient-ruby_1.5.0.orig.tar.gz
 6d94bd8c0d269697936b959fa4fe95693b72474584aa22324c9ffc33253898d0 2181 
librestclient-ruby_1.5.0-1.diff.gz
 c9a335bb9b27909bb3c4c545cf9124c276818fccd50e2e36de965c0fac0cb12b 17824 
librestclient-ruby1.8_1.5.0-1_all.deb
 268be07e2696a4c3cdb29fd705279eb9c6bdab35bd3f19989bdb99e16ebbc72e 6448 
librestclient-ruby_1.5.0-1_all.deb
Files: 
 c6fd63e812287582bc72750bb1d24dc9 1427 ruby extra librestclient-ruby_1.5.0-1.dsc
 d847c63323c2e511245ba5187b8ee512 49188 ruby extra 
librestclient-ruby_1.5.0.orig.tar.gz
 0823469234c8ef272180eec54995320a 2181 ruby extra 
librestclient-ruby_1.5.0-1.diff.gz
 dfcd6c8ff2f5f4900093640cf93b2c4d 17824 ruby extra 
librestclient-ruby1.8_1.5.0-1_all.deb
 bff87d465df56da9dfc6feb2d0e65ce7 6448 ruby extra 
librestclient-ruby_1.5.0-1_all.deb

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

iD8DBQFL4CD62hliNwI7P08RAkmFAKCVJomM9KYunmJb/4NduZP3Rl0oBgCfQP7T
v+M6IW3r+M8MR3qj37fOc/g=
=n0q/
-END PGP SIGNATURE-


Accepted:
librestclient-ruby1.8_1.5.0-1_all.deb
  to main/libr/librestclient-ruby/librestclient-ruby1.8_1.5.0-1_all.deb
librestclient-ruby_1.5.0-1.diff.gz
  to main/libr/librestclient-ruby/librestclient-ruby_1.5.0-1.diff.gz
librestclient-ruby_1.5.0-1.dsc
  to main/libr/librestclient-ruby/librestclient-ruby_1.5.0-1.dsc
librestclient-ruby_1.5.0-1_all.deb
  to main/libr/librestclient-ruby/librestclient-ruby_1.5.0-1_all.deb
librestclient-ruby_1.5.0.orig.tar.gz
  to main/libr/librestclient-ruby/librestclient-ruby_1.5.0.orig.tar.gz


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



Accepted adblock-plus 1.2-1 (source all)

2010-05-04 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 May 2010 14:45:07 +0200
Source: adblock-plus
Binary: xul-ext-adblock-plus adblock-plus
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Benjamin Drung bdr...@ubuntu.com
Description: 
 adblock-plus - transitional dummy package
 xul-ext-adblock-plus - Advertisement blocking extension for web browsers
Changes: 
 adblock-plus (1.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.8.4 (no changes required).
Checksums-Sha1: 
 1157f99352631802b15907a4a6f68c9eb50fe9b5 2040 adblock-plus_1.2-1.dsc
 e2942022f0f9b8aa24e7aa29b5258f7d0b84f767 572554 adblock-plus_1.2.orig.tar.bz2
 0f4df0807af9f92f4823d23d15bd3a482235c59c 12125 
adblock-plus_1.2-1.debian.tar.bz2
 3252e3ede6f43378d0454e433565a50286526ff9 320852 
xul-ext-adblock-plus_1.2-1_all.deb
 ae760447ce05ab4efd0fa1d2df8f0e241a2f95c4 13556 adblock-plus_1.2-1_all.deb
Checksums-Sha256: 
 23bc4e116c85c88721983b47cdb316d7f397feecc5216343be873c179d4fd633 2040 
adblock-plus_1.2-1.dsc
 a7a064e0b9aa92f098aea366e2d27806d952f56eeba9744a00d1121ec2915cfa 572554 
adblock-plus_1.2.orig.tar.bz2
 e6e7e912466b50efb53f619bb3553478b14d02284eee9248a16c3bfa0f6c3fd7 12125 
adblock-plus_1.2-1.debian.tar.bz2
 e290a28612ea643e328088be606bb3c7c6c107796b110aad23aa4540ef870b18 320852 
xul-ext-adblock-plus_1.2-1_all.deb
 da0b88f4887d30f4f9f7def41b7bf250363969169798bb73c0b12e0b7b0fdbbb 13556 
adblock-plus_1.2-1_all.deb
Files: 
 d4f81c231102e1ece1f83b949a60e2ba 2040 web optional adblock-plus_1.2-1.dsc
 7a791278902f7067ddc02640be6225b5 572554 web optional 
adblock-plus_1.2.orig.tar.bz2
 d900be24af415852492ae2a1f932dcbb 12125 web optional 
adblock-plus_1.2-1.debian.tar.bz2
 3b05a3b3f253f835f3245795440d194a 320852 web optional 
xul-ext-adblock-plus_1.2-1_all.deb
 4df200b61b1f9442d5e626f4ae330ad9 13556 web optional adblock-plus_1.2-1_all.deb

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

iQIcBAEBCgAGBQJL4CZYAAoJEBWetcTvyHdMM5AQAJ9aXor0oqYdo4tv8XmDDgEZ
mRrtJSvTH8TQiTwcij8NSC0qemuWwz5MseqfGRycfZWOs/Jx8rXCGSnbI9GjpHKl
3dtmVjH7h854Z7To6yJtMXLgCCJIQylKFdtZ4fLeGltwX/av10s/DXl3rWay+rr0
7/14Bmocp2SKz4WEraJhV0IRan3iqwQeGO9ME0tinCNzRtTJx1wFgmoWyZz83AEZ
B/RPqFVZbj33S4OT3RBWTUcnzgBjT6uPb9QVYP0Nb8eq0jmAT3kzJxyohQ86D36D
+Dv1h20BSXHgcinUuMrJwBvevO5zKsJJqWYerd04aSOB+eIuhUbSDYimx6KZY49j
ytdgpG02XBVOy+IDqAxLEg/0RucrdUO4Uj13hjNMaj9AorrkiJA3nIsK2L3GigJL
lEmWX8CxANpbTdA3rXWHY6im+F6yquP99ya/pVyfMlG5dA66+aO1ytGqxssG1PVt
c857rRmiJslQl2sfcLOW0gvkqpZAUqxPHHwPVQTXdIUK3gUtAPqbrs/4LizIgDe+
F0i1Y6j6EQGNa4BdEkiKat4q2He9KYBK9kZEFKkKf++fk9pVIGzDMt6206Pn7B71
k612It1vzAtQE6kTP1KD5D6PRZnFRLadJA7nj+Dhp/8wPIceCrO74AIFNpoBfucW
bcSyBOrFjLNMiqZS16/D
=7Sg1
-END PGP SIGNATURE-


Accepted:
adblock-plus_1.2-1.debian.tar.bz2
  to main/a/adblock-plus/adblock-plus_1.2-1.debian.tar.bz2
adblock-plus_1.2-1.dsc
  to main/a/adblock-plus/adblock-plus_1.2-1.dsc
adblock-plus_1.2-1_all.deb
  to main/a/adblock-plus/adblock-plus_1.2-1_all.deb
adblock-plus_1.2.orig.tar.bz2
  to main/a/adblock-plus/adblock-plus_1.2.orig.tar.bz2
xul-ext-adblock-plus_1.2-1_all.deb
  to main/a/adblock-plus/xul-ext-adblock-plus_1.2-1_all.deb


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



Accepted bobcat 2.08.00-1 (source amd64)

2010-05-04 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 12:15:12 +0200
Source: bobcat
Binary: libbobcat2 libbobcat-dev
Architecture: source amd64
Version: 2.08.00-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken f.b.brok...@rug.nl
Changed-By: Frank B. Brokken f.b.brok...@rug.nl
Description: 
 libbobcat-dev - headers and documentation for the Bobcat library
 libbobcat2 - run-time (shared) Bobcat library
Changes: 
 bobcat (2.08.00-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 dded87faf89017f2475d1b38463b5ee4886be603 1821 bobcat_2.08.00-1.dsc
 7df7469461ba090e4c346e9288d49bcaf21244aa 645368 bobcat_2.08.00.orig.tar.gz
 49c1b02b1f7e85f85a201ba09d3e380e793beebc 10087 bobcat_2.08.00-1.diff.gz
 76ade88a0e5557086d3f69d8e6f9db36f9b8da29 226574 libbobcat2_2.08.00-1_amd64.deb
 c61f05bed97112cc78dce1f8e458fcc38ffa60d4 1115864 
libbobcat-dev_2.08.00-1_amd64.deb
Checksums-Sha256: 
 fc33df5ff33644acae911db57c8e00d594ba4f5a512569d093eb4c5162d06e30 1821 
bobcat_2.08.00-1.dsc
 f5b0e708fb0167423a5028107379aa7884c441d031408d8f3dd157132b444e34 645368 
bobcat_2.08.00.orig.tar.gz
 a39c576837e36c901efb9d3de0f2438a2357255ee12011cae1419878c67a2b36 10087 
bobcat_2.08.00-1.diff.gz
 d134f1e6f87d2ca3af0c7b212f7fbb241dcf84e1f96b4253750a9cb8b10b35c5 226574 
libbobcat2_2.08.00-1_amd64.deb
 c09542343c29398cadbf0042088c9e705b55e295425be9447ccf2bcf7a8c28af 1115864 
libbobcat-dev_2.08.00-1_amd64.deb
Files: 
 5b242b3429db99bc0642d5a47c193e73 1821 libs optional bobcat_2.08.00-1.dsc
 49e7286b0aeb6338c233b45787ae5209 645368 libs optional 
bobcat_2.08.00.orig.tar.gz
 0b1215372b71f8c0f5870ec6bd13 10087 libs optional bobcat_2.08.00-1.diff.gz
 4c14202ae848c66f9bd4bed1b5bf9a01 226574 libs optional 
libbobcat2_2.08.00-1_amd64.deb
 6aab6c153dcda7cce63fc9dc4071882d 1115864 libdevel optional 
libbobcat-dev_2.08.00-1_amd64.deb

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

iQIcBAEBAgAGBQJL4D1HAAoJEBxXDIkOS9CrQo0P/RV1uuWo1NxE97DE1+Dk+0cL
71DgbLRZPZfUvzvhfAGWr9bnMtKDYK5h+HIlomnrXNF64yXL1xtpUsJySUJj1FGO
U/+KWes/jYtxH0ijW440Gqegot3e0S9gtXe0ZBJpoEMeNIkeXQoDzbLHqkkdZdwu
KoLhQdYwAFfIqDh7cjXZfKUAn1Dw9hXpjUC7k/uH5qtZ8fR+OZKgL6BnDY9viL1u
VxQYHlPBqxMS1GJVueORvPkYRo7S50m22RULJW8PZ7NSff/UzzczL7btT8HxuxoV
KlzBkFQHSmbAD7Vxi8tH3BqHfZtgdOppaXeQUqKscbX1+hTZkP6NSE47Cta1UlDn
yUBlzkJ81n2eQEbW4NpY8d2UpTo2vLOJ8hfSuT/6ml245MP9yjC8PIV91oApXfXm
z+WgbGyfmgASN55OPjjn4ke8BKINRTRz2cJRq1LUMVm3rOAYnkgxstMJ9Xo89XsM
T6Qrc2wLY32hT9fAifYPt7tITC6hy7ZRE0LOppHAWbvYR1JF8dWxZraMtCD2ySSm
2yswiml3Qje2z5wNXf0DmsPr9VhSE03yJOAMV4oQwbGeyffO/p3bck3jolAo++2v
YkZfMmRmnVya/2NLneq206zcP6l5EsfpqMBNAuxSdOXKSgC6R3vN1ffdUnaHDeBl
xnszcDLbQWjF00fnBA4t
=n9J8
-END PGP SIGNATURE-


Accepted:
bobcat_2.08.00-1.diff.gz
  to main/b/bobcat/bobcat_2.08.00-1.diff.gz
bobcat_2.08.00-1.dsc
  to main/b/bobcat/bobcat_2.08.00-1.dsc
bobcat_2.08.00.orig.tar.gz
  to main/b/bobcat/bobcat_2.08.00.orig.tar.gz
libbobcat-dev_2.08.00-1_amd64.deb
  to main/b/bobcat/libbobcat-dev_2.08.00-1_amd64.deb
libbobcat2_2.08.00-1_amd64.deb
  to main/b/bobcat/libbobcat2_2.08.00-1_amd64.deb


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



Accepted dh-make-perl 0.68-1 (source all)

2010-05-04 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 May 2010 09:43:18 +0300
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.68-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 dh-make-perl - helper for creating Debian packages from perl modules
Closes: 580025 580101
Changes: 
 dh-make-perl (0.68-1) unstable; urgency=low
 .
   * make: fix a typo (DpkgList - DpkgLists). Thanks to Dominic Hargreaves
 Closes: #580101
   * make: fix problems with --refresh
   * DpkgLists.t: do not insist that '/bin/perl' (or the corresponding regex) is
 only in perl-base. Instead, ensure that 'perl-base' is present in the
 returned list. Closes: #580025 -- FTBFS with perl-debug installed
Checksums-Sha1: 
 996ba9e2e2693e24fcb24caf7e01e097217e9525 2841 dh-make-perl_0.68-1.dsc
 f906c5d5cc8e2e51265768028d7ba640fdec18f3 126387 dh-make-perl_0.68.orig.tar.gz
 82a8ac47bae193bb6a2b313f5b0abe25ad3b3564 19563 dh-make-perl_0.68-1.diff.gz
 adbca0a23aa00315416fad7c56983e148c2401e6 155592 dh-make-perl_0.68-1_all.deb
Checksums-Sha256: 
 a9afa5a37989091d4285f79ef3e5817fdc523dc459388d14c42cf3347c140445 2841 
dh-make-perl_0.68-1.dsc
 1a296601f7b80c57da44dc5c2d562d8bfea04928c8a7ef31db19a0a5503fbb29 126387 
dh-make-perl_0.68.orig.tar.gz
 6bbf2f81c433df07b52b7baafb346a555f8ddfc011a41649c283d6b4710477b3 19563 
dh-make-perl_0.68-1.diff.gz
 7409927967603fcbd0c14c0a837b47b4689c89f8d7f2610923bcdbd34a6ade44 155592 
dh-make-perl_0.68-1_all.deb
Files: 
 15a322f0a7c6e7f1b3e6366797fd7944 2841 perl optional dh-make-perl_0.68-1.dsc
 4e8bf8fc0b4e41ceb14c5de99b9a2a63 126387 perl optional 
dh-make-perl_0.68.orig.tar.gz
 990ce74f6bcd6c752cd8985da7f0982f 19563 perl optional 
dh-make-perl_0.68-1.diff.gz
 63c9be749d0e37bc511a7ec3b76b1472 155592 perl optional 
dh-make-perl_0.68-1_all.deb

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

iQIcBAEBCAAGBQJL38NYAAoJEOQbTFV/DYC+53gQAJfHNl3YyoVlo9aTtR0dr8bY
wXslwiDE0l0Cy8BZkLhsvEDtXm5OHPxe96LbWqUeV6DTGhs4UvL7OfQ26V4hm7Ks
cUUGaBj+SW916yyjDLPUM8EhhtxmsQffAshHCp6HxY49yLTgFqNCQ7qlxNke84ro
TwZa5kVQTEQovzLVKw1GRmsoJlShgz+K/RWhm36JPeMBgbY6Dw0HNo0p4K2FIVUd
oJW7qXSnXCkaGqyaO9GY3LKRqvJ67aDiau744lyDU7rkn2Qq2SaLu2s329BElIWm
evqWubBdmXYb3SVn98NIwjCHc5922yKxt3ZLgz8oLxaXQBm2J1Jxp/ahi4Kgk8X6
dWLeVYHImTGAMJZY0nkOuSgwRBePAo/8oUMxIavKXCf9FTQEu5cxssezR0VJwRDU
UPIL+lGwvBqv5rlp0oI8n+c0mLxwHkGUk1XHILuTeWGYeKwRaa1Q1XpNZASPxi7B
/GYgWXPjtmEOjtY4E063JBv71k52JlMZKUM0UrZd5KXB8KQnDile/2gva5wn+Fk3
ZEbaIAKmkko8X7FxJMZsbYbTqjViwotu1C3B+2ht2psQrzJvBtOBTZ3Npj8vtuOB
h43ZxwjGcCw7eMUOeOQ9jZEaM/niMM5dHxrNLlZS6CmJqN7HMqMj1CAld2rz+avs
Dm11GyDWL6GwIHyYyo1E
=AYqF
-END PGP SIGNATURE-


Accepted:
dh-make-perl_0.68-1.diff.gz
  to main/d/dh-make-perl/dh-make-perl_0.68-1.diff.gz
dh-make-perl_0.68-1.dsc
  to main/d/dh-make-perl/dh-make-perl_0.68-1.dsc
dh-make-perl_0.68-1_all.deb
  to main/d/dh-make-perl/dh-make-perl_0.68-1_all.deb
dh-make-perl_0.68.orig.tar.gz
  to main/d/dh-make-perl/dh-make-perl_0.68.orig.tar.gz


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



Accepted foomatic-db-engine 4.0-20090509-2.1 (source i386 all)

2010-05-04 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 May 2010 13:01:55 +0200
Source: foomatic-db-engine
Binary: foomatic-db-engine foomatic-filters-ppds
Architecture: source i386 all
Version: 4.0-20090509-2.1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence lawre...@debian.org
Changed-By: Didier Raboud did...@raboud.com
Description: 
 foomatic-db-engine - OpenPrinting printer support - programs
 foomatic-filters-ppds - OpenPrinting printer support - prebuilt PPD files
Closes: 533452
Changes: 
 foomatic-db-engine (4.0-20090509-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Use the built binaries to build the arch-indep ppds. Closes: #533452
 Thanks to Slávek Banko for the patch!
Checksums-Sha1: 
 4d02e854b41826a35a08300d4caa5469cb65f0fe 1915 
foomatic-db-engine_4.0-20090509-2.1.dsc
 21212bbd3a7578307f8b38073a6d4fb8fb6eb24f 12370 
foomatic-db-engine_4.0-20090509-2.1.diff.gz
 a237c79205d9325694012cbf55b4b46a9fabc570 298208 
foomatic-db-engine_4.0-20090509-2.1_i386.deb
 3a00cb57fc7f2b54440e06e4d586e3f42d3079a9 2982 
foomatic-filters-ppds_4.0-20090509-2.1_all.deb
Checksums-Sha256: 
 5368c031023ec9c3d9978ed74003a5d35c91489efd09c0714754e1e292402752 1915 
foomatic-db-engine_4.0-20090509-2.1.dsc
 33f612974fa0e1045572b04c059444a802806e15281d13bd6bb620bfa765d071 12370 
foomatic-db-engine_4.0-20090509-2.1.diff.gz
 62f38853e6aa7db6a7081cda6a423b154c7e36364a7f2dc22c7e7deafb5495ff 298208 
foomatic-db-engine_4.0-20090509-2.1_i386.deb
 cfdf9d01052cb08ae6637baf5509ce743c0649968711bfda73bdab93dc90df6b 2982 
foomatic-filters-ppds_4.0-20090509-2.1_all.deb
Files: 
 e464e97afef3dbab9b7939709c94ed13 1915 text optional 
foomatic-db-engine_4.0-20090509-2.1.dsc
 bf22ee3de03ffa66b8d62e4e4302f04a 12370 text optional 
foomatic-db-engine_4.0-20090509-2.1.diff.gz
 d527743a8915ee438d7fcd40f7352dae 298208 text optional 
foomatic-db-engine_4.0-20090509-2.1_i386.deb
 cb1579334b669bcfd751d42387d82875 2982 text optional 
foomatic-filters-ppds_4.0-20090509-2.1_all.deb

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

iQIcBAEBCAAGBQJL3YxQAAoJEC1Os6YBVHX1/xUQALfxTlNtzHswX2mGBPYpnbQl
6byGs9tA+tbIwbQpYwxX0KTazDk0gHeTdAYQkDXlg6cp1Z9JcBDNd6ihGQ3hQRvu
49gOFJyUqd6JMLLRke0ENoNRYWqFI5P83HiVKB4mphcUUy0vPYRV7KAFwfjfSuCy
dNFxYzddaVRiTAHRCMyUEmaBk5x2PmGv06psZeZh1kJHThQzIm6iPGEx9MEe4G9t
chCYQtxLqbsAoXdhRlk6JJDmA3O0SjokfKZ/Vlp1dbWPFZCFf5Rf0hfULUqvoMxQ
VWVvDzAjpH5N75IUlKUW2rLIeNmJimgDR5E6eNv/FjL5zMNspasDEy2YLjs1LUVz
1DjBK7Y5NaC1ojhEjnBCeKeSyaOHY4YG1pubLdEBJfR04v2RnZdfa0206zcjklqW
IcBjkoiXSu6HXwCx93ONXRZDZwtw3Yt8gCubTZ7fh3/0C9AJkDxDSdhw538ajlcV
Zv/O9E58hCG6mvirQKsgg/23Dpnjooy+8vdYXQ6a2i8msb7TBic8lwN/CfGHIQ1o
HaB23HhUCBwIdlFtgwSgN59iDnu9QgzXxtTiS7/40TGXsfX/zcYrlEjeiTAbaluh
6x/R2yM6tj2ABk6lUOyI3x9m70/yyL706ZEIvDM9SzduauIdCGCRop/MgcNrxE+d
oKNyiHB7f0NEEGlEU+MA
=R5W+
-END PGP SIGNATURE-


Accepted:
foomatic-db-engine_4.0-20090509-2.1.diff.gz
  to main/f/foomatic-db-engine/foomatic-db-engine_4.0-20090509-2.1.diff.gz
foomatic-db-engine_4.0-20090509-2.1.dsc
  to main/f/foomatic-db-engine/foomatic-db-engine_4.0-20090509-2.1.dsc
foomatic-db-engine_4.0-20090509-2.1_i386.deb
  to main/f/foomatic-db-engine/foomatic-db-engine_4.0-20090509-2.1_i386.deb
foomatic-filters-ppds_4.0-20090509-2.1_all.deb
  to main/f/foomatic-db-engine/foomatic-filters-ppds_4.0-20090509-2.1_all.deb


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



Accepted gdcm 2.0.14-8 (source amd64)

2010-05-04 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 16:24:41 +0200
Source: gdcm
Binary: libgdcm2.0 libgdcm-tools libgdcm2-dev libgdcm2.0-dbg libgdcm-cil 
libgdcm-java python-gdcm libvtkgdcm2.0 libvtkgdcm2-dev libvtkgdcm-cil 
libvtkgdcm-java python-vtkgdcm libvtkgdcm-tools
Architecture: source amd64
Version: 2.0.14-8
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libgdcm-cil - Grassroots DICOM CLI bindings
 libgdcm-java - Grassroots DICOM Java bindings
 libgdcm-tools - Grassroots DICOM tools and utilities
 libgdcm2-dev - Grassroots DICOM development libraries and headers
 libgdcm2.0 - Grassroots DICOM runtime libraries
 libgdcm2.0-dbg - Grassroots DICOM runtime libraries, debug version
 libvtkgdcm-cil - Grassroots DICOM VTK CLI bindings
 libvtkgdcm-java - Grassroots DICOM VTK Java bindings
 libvtkgdcm-tools - Grassroots DICOM VTK tools and utilities
 libvtkgdcm2-dev - Grassroots DICOM VTK development libraries and headers
 libvtkgdcm2.0 - Grassroots DICOM VTK runtime libraries
 python-gdcm - Grassroots DICOM Python bindings
 python-vtkgdcm - Grassroots DICOM VTK/Python bindings
Changes: 
 gdcm (2.0.14-8) unstable; urgency=low
 .
   * FTBFS on hppa. Fix the local findjni.cmake to search include dir properly
Checksums-Sha1: 
 1eb507d8f969d7c1b74d0c88ca834835e2e0ab15 2105 gdcm_2.0.14-8.dsc
 4da741b14a2eb39a5f56e915229fdc22d52ebfa2 18335 gdcm_2.0.14-8.diff.gz
 58ea14050e483a202ad3d403dcfb3f189d7b849c 1660924 libgdcm2.0_2.0.14-8_amd64.deb
 728b74ee4d66c324c567c3c2b20fb4f6328e3616 219756 
libgdcm-tools_2.0.14-8_amd64.deb
 68dae667a002ddc00a6210d6bba8bb2dbffa29b7 305796 libgdcm2-dev_2.0.14-8_amd64.deb
 68ec4aca8dfbe5f01aa12b8b515b31dfc612ae9d 9386582 
libgdcm2.0-dbg_2.0.14-8_amd64.deb
 4ff90a219327fdf7288a3cfc5f397af8764866c8 248544 libgdcm-cil_2.0.14-8_amd64.deb
 869d559d7eebb20039c4bce9900266ccee315b07 402786 libgdcm-java_2.0.14-8_amd64.deb
 c63cdf765a1f506922aaea85a1b917fcd3033dc0 504554 python-gdcm_2.0.14-8_amd64.deb
 0d2da90c30d755b6b739db8ed74536c1c287d383 199506 
libvtkgdcm2.0_2.0.14-8_amd64.deb
 4c40c95592c0a0eed84b40b19be78309950dd96f 25922 
libvtkgdcm2-dev_2.0.14-8_amd64.deb
 f1fd06edf904a1537d289de4f722d8c8a5b53fd3 111938 
libvtkgdcm-cil_2.0.14-8_amd64.deb
 2375ff8a44eb208a58138beea3bc979ebe4f9268 43398 
libvtkgdcm-java_2.0.14-8_amd64.deb
 1cdcc6d25ad4ae727788f4d6b6afb66221749948 67558 
python-vtkgdcm_2.0.14-8_amd64.deb
 e23ee62a01b113689345ecbc8c5b2f00c2e59e56 42902 
libvtkgdcm-tools_2.0.14-8_amd64.deb
Checksums-Sha256: 
 26a1d769e31a78712da94f9f8eea4107fcc5b290ab8119704ede0c17dc857c55 2105 
gdcm_2.0.14-8.dsc
 dd2a5adb1b41f1777cb18960b80b9fd348f971e00d28b00dbace5376cc34a14a 18335 
gdcm_2.0.14-8.diff.gz
 fcb36f1f5e3991574b51c6a0b86aa98d7eecad7ac7214b67472ed50a0d19e8c9 1660924 
libgdcm2.0_2.0.14-8_amd64.deb
 cbf26aab7a05386406779022b5a16f446beee2b7ec6f9a06afd8c3d154c4f951 219756 
libgdcm-tools_2.0.14-8_amd64.deb
 6b2bc994b1e3e8b04bbb4b214aaca61b8d67054ef04f626914a7b04c08787f13 305796 
libgdcm2-dev_2.0.14-8_amd64.deb
 172001a66ae7150e2f4f09919ba481ba6a4d3dfe60e601e6ca028f5193de3fcd 9386582 
libgdcm2.0-dbg_2.0.14-8_amd64.deb
 5d203723daaca66fb947b3017a1dee2a776b2c7ca6dadb409d1a853ebbe182aa 248544 
libgdcm-cil_2.0.14-8_amd64.deb
 19e6e8a7a14e96f388515b1a37ed8ecab6beba4db2e689ef5b040bc2265b1a96 402786 
libgdcm-java_2.0.14-8_amd64.deb
 2ad168348ef54bbfcc773028287d753901057142c530ce657dbb3e644b02b628 504554 
python-gdcm_2.0.14-8_amd64.deb
 16eafa65074cb8bbcfcf6dad53726dc6c9f5aa15dbca4267e10904ba493cd9ae 199506 
libvtkgdcm2.0_2.0.14-8_amd64.deb
 f58cdd1158f9f3d8ca6a3bd1830f0b6fbfeeaa850c9dacbc42ba1c6857e443f9 25922 
libvtkgdcm2-dev_2.0.14-8_amd64.deb
 d10ee59199a0bfed4e60603c17b6ebf37f45efdbee6ec8fc9b7c3f00339acd53 111938 
libvtkgdcm-cil_2.0.14-8_amd64.deb
 e1a04922ed5a3016e51c3526d7bf1f305e0605f9a527418bab1d3678344facee 43398 
libvtkgdcm-java_2.0.14-8_amd64.deb
 7f5d475b29ee4bb6eafda0023baf4d4be66ff348a3d680b02d09cf42032c5a16 67558 
python-vtkgdcm_2.0.14-8_amd64.deb
 9a90de54e7135031a679a33942d49aaea3e5224bbb2e3adeb6677c9c1ee1 42902 
libvtkgdcm-tools_2.0.14-8_amd64.deb
Files: 
 13115a9da18f69d14d0ae7d48159d07c 2105 libs optional gdcm_2.0.14-8.dsc
 4f38f2d9b1dfccc479b06c2bce00048d 18335 libs optional gdcm_2.0.14-8.diff.gz
 1eabd71ec924736e3607c5d8ae41914d 1660924 libs optional 
libgdcm2.0_2.0.14-8_amd64.deb
 859ee8b7bfa1a7a1a64d0f9bdd731904 219756 utils optional 
libgdcm-tools_2.0.14-8_amd64.deb
 b0174ea26b058a94ae34e684b70523c6 305796 libdevel optional 
libgdcm2-dev_2.0.14-8_amd64.deb
 18c8cd6b05a6212efb7131028131fff6 9386582 debug extra 
libgdcm2.0-dbg_2.0.14-8_amd64.deb
 10b360e3b2c7206f58d8645878a735d6 248544 cli-mono optional 
libgdcm-cil_2.0.14-8_amd64.deb
 97c7cb6a587fe254207dc058f374296c 402786 java optional 
libgdcm-java_2.0.14-8_amd64.deb
 b86a02869abe9c071d12eacb8fd7de1e 504554 python optional 

Accepted gtkmm2.4 1:2.20.3-1 (source all amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 17:01:12 +0200
Source: gtkmm2.4
Binary: libgtkmm-2.4-dev libgtkmm-2.4-1c2a libgtkmm-2.4-dbg libgtkmm-2.4-doc
Architecture: source all amd64
Version: 1:2.20.3-1
Distribution: unstable
Urgency: low
Maintainer: Deng Xiyue manphiz-gu...@users.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libgtkmm-2.4-1c2a - C++ wrappers for GTK+ (shared libraries)
 libgtkmm-2.4-dbg - C++ wrappers for GTK+ (debug symbols)
 libgtkmm-2.4-dev - C++ wrappers for GTK+ (development files)
 libgtkmm-2.4-doc - C++ wrappers for GTK+ (documentation)
Changes: 
 gtkmm2.4 (1:2.20.3-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 d776f0dbb2c694994e0cb3b75d128604a0a84dcc 1603 gtkmm2.4_2.20.3-1.dsc
 a0e4180546646a998712452e9afe0986172ce952 16078468 gtkmm2.4_2.20.3.orig.tar.gz
 474a240fa5e5cc739909167c8c1598ff122f1d1a 7169 gtkmm2.4_2.20.3-1.diff.gz
 f565d46bd2805dc24c855145663b90a095d6aa80 13270494 
libgtkmm-2.4-doc_2.20.3-1_all.deb
 4b961383b3bce0815731041f3b91982a3dc5f04e 977544 
libgtkmm-2.4-dev_2.20.3-1_amd64.deb
 0b843c1ad57b55a6cd98d71f0842d275d2577aa9 1249450 
libgtkmm-2.4-1c2a_2.20.3-1_amd64.deb
 06ae1b30d7033e014b303ab535413e757b2c6551 6390938 
libgtkmm-2.4-dbg_2.20.3-1_amd64.deb
Checksums-Sha256: 
 1ed1a9bc313269992388a3b10db85795007113161d0a7cc4b043240ddff96353 1603 
gtkmm2.4_2.20.3-1.dsc
 e5dd03ee5aa2c46b332e7a9a3887061b61c7ed927dd04c9b5b0408462aabc093 16078468 
gtkmm2.4_2.20.3.orig.tar.gz
 f9dcad099796ffa515673c4c71dfafebd2efcc7eb8fe473401b962a0de22f541 7169 
gtkmm2.4_2.20.3-1.diff.gz
 f9d3bf258ca7be074a888e5fa549c19644c297132ad035cf01953b01cb8486ba 13270494 
libgtkmm-2.4-doc_2.20.3-1_all.deb
 70361bd7415d7c687e7273bae0d4d25585a9eec8a71da44d78076b4f88b1095c 977544 
libgtkmm-2.4-dev_2.20.3-1_amd64.deb
 9cd37bebf93505d94efb4f83019597485e0ce8f2e202630aae0f43a5fb911c2d 1249450 
libgtkmm-2.4-1c2a_2.20.3-1_amd64.deb
 30e79250d8a5089495e4a11bfac49c84d793afe938dd3c656d5f837e0e33fc03 6390938 
libgtkmm-2.4-dbg_2.20.3-1_amd64.deb
Files: 
 a5095705a9fc259fb4ad052b66dcb936 1603 libs optional gtkmm2.4_2.20.3-1.dsc
 28f3dc5cef12bb4a4c762b579896801a 16078468 libs optional 
gtkmm2.4_2.20.3.orig.tar.gz
 0f2633a81741081131e98be04aa652b9 7169 libs optional gtkmm2.4_2.20.3-1.diff.gz
 0a9a804de40b0c53e3774c324ff90abd 13270494 doc optional 
libgtkmm-2.4-doc_2.20.3-1_all.deb
 7a65fcf1101af1728ec403263aacde8f 977544 libdevel optional 
libgtkmm-2.4-dev_2.20.3-1_amd64.deb
 384d839ae2cfa6bd3f6e654bd6dc9b02 1249450 libs optional 
libgtkmm-2.4-1c2a_2.20.3-1_amd64.deb
 1372ad5d689f850e2d8c64eb1f3e8532 6390938 debug extra 
libgtkmm-2.4-dbg_2.20.3-1_amd64.deb

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

iEYEARECAAYFAkvgOoYACgkQBsBdh1vkHyEERgCdFuXNYAjHzGkspKiAbKN4vORy
flsAoLDun6l3OJb3PCYKqv6B0qmNbYIU
=LfVh
-END PGP SIGNATURE-


Accepted:
gtkmm2.4_2.20.3-1.diff.gz
  to main/g/gtkmm2.4/gtkmm2.4_2.20.3-1.diff.gz
gtkmm2.4_2.20.3-1.dsc
  to main/g/gtkmm2.4/gtkmm2.4_2.20.3-1.dsc
gtkmm2.4_2.20.3.orig.tar.gz
  to main/g/gtkmm2.4/gtkmm2.4_2.20.3.orig.tar.gz
libgtkmm-2.4-1c2a_2.20.3-1_amd64.deb
  to main/g/gtkmm2.4/libgtkmm-2.4-1c2a_2.20.3-1_amd64.deb
libgtkmm-2.4-dbg_2.20.3-1_amd64.deb
  to main/g/gtkmm2.4/libgtkmm-2.4-dbg_2.20.3-1_amd64.deb
libgtkmm-2.4-dev_2.20.3-1_amd64.deb
  to main/g/gtkmm2.4/libgtkmm-2.4-dev_2.20.3-1_amd64.deb
libgtkmm-2.4-doc_2.20.3-1_all.deb
  to main/g/gtkmm2.4/libgtkmm-2.4-doc_2.20.3-1_all.deb


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



Accepted kbuild 1:0.1.98svn2318-6 (source amd64)

2010-05-04 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 16:16:46 +0200
Source: kbuild
Binary: kbuild
Architecture: source amd64
Version: 1:0.1.98svn2318-6
Distribution: unstable
Urgency: low
Maintainer: Debian Virtualbox Team 
pkg-virtualbox-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 kbuild - framework for writing simple makefiles for complex tasks
Closes: 577604
Changes: 
 kbuild (1:0.1.98svn2318-6) unstable; urgency=low
 .
   [ Felix Geyer ]
   * Replaced bintuils-gold patch by new one not breaking compilation on
 hppa. (Closes: #577604)
 .
   [ Michael Meskes ]
   * Added source/format file.
Checksums-Sha1: 
 e81b83440b1c685fe8f15faadafcccb8aa89e729 1360 kbuild_0.1.98svn2318-6.dsc
 cbc4424b094f0697e9da3a5ebb1e8dc7c84668be 11392 kbuild_0.1.98svn2318-6.diff.gz
 362986b07cbbb4483249f43cc9eeff2ef7e1866e 772518 
kbuild_0.1.98svn2318-6_amd64.deb
Checksums-Sha256: 
 29747c41264c0b3ea554db621fc63ffa6c8d67ed9befe0a82b257db8722f 1360 
kbuild_0.1.98svn2318-6.dsc
 c7696e4a78250dd5bae1ad8f7d23a4eff31a642d4b23604586ee1ea7314587b2 11392 
kbuild_0.1.98svn2318-6.diff.gz
 38fc3ad68c1a1d07ef2d013e1cd1f492950c6d3f584c2467a518a9ab053d0cc7 772518 
kbuild_0.1.98svn2318-6_amd64.deb
Files: 
 709d66ef09cd518a91578c4ce87ca011 1360 devel extra kbuild_0.1.98svn2318-6.dsc
 b58deaa8521359cda40bbf22c214122a 11392 devel extra 
kbuild_0.1.98svn2318-6.diff.gz
 f18ba9de00cdb7dfefcd5b66197dfc56 772518 devel extra 
kbuild_0.1.98svn2318-6_amd64.deb

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

iD8DBQFL4C8AVkEm8inxm9ERAqS2AKCIzZI+rzBusosPDeKBqnRgQXjougCdHFxF
cSmY9Eb9UkTmS7XpNYrR+oA=
=GOtK
-END PGP SIGNATURE-


Accepted:
kbuild_0.1.98svn2318-6.diff.gz
  to main/k/kbuild/kbuild_0.1.98svn2318-6.diff.gz
kbuild_0.1.98svn2318-6.dsc
  to main/k/kbuild/kbuild_0.1.98svn2318-6.dsc
kbuild_0.1.98svn2318-6_amd64.deb
  to main/k/kbuild/kbuild_0.1.98svn2318-6_amd64.deb


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



Accepted pangomm 2.26.2-1 (source all amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 17:00:54 +0200
Source: pangomm
Binary: libpangomm-1.4-1 libpangomm-1.4-dev libpangomm-1.4-doc 
libpangomm-1.4-dbg
Architecture: source all amd64
Version: 2.26.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Casadevall sonicmcta...@gmail.com
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libpangomm-1.4-1 - C++ Wrapper for pango (shared libraries)
 libpangomm-1.4-dbg - C++ Wrapper for pango (debugging symbols)
 libpangomm-1.4-dev - C++ Wrapper for pango (development files)
 libpangomm-1.4-doc - C++ Wrapper for pango (documentation)
Changes: 
 pangomm (2.26.2-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 7bdd16d050c2343cb32070eaba0370c34f6e1843 1548 pangomm_2.26.2-1.dsc
 c17d43dcf1de45e08ac86dc0d0f0d5165a6edde0 1298543 pangomm_2.26.2.orig.tar.gz
 bc09b5d4bb076e6115400a72d9914b5574813c42 4032 pangomm_2.26.2-1.diff.gz
 42c8e3f87a555897e39b539784c8ebcf61eb839a 723286 
libpangomm-1.4-doc_2.26.2-1_all.deb
 2497477a6a53471a5f5b4d47a3422ff49dab436f 66878 
libpangomm-1.4-1_2.26.2-1_amd64.deb
 329179095819f7a42d3521308dc7a6ecbb7a8527 66422 
libpangomm-1.4-dev_2.26.2-1_amd64.deb
 76c80b5c1fc5f89d75841d95a07fd9fb56328fcb 418978 
libpangomm-1.4-dbg_2.26.2-1_amd64.deb
Checksums-Sha256: 
 4be1e3db336d4a8894f36c7073ed6711395001f79dcd659d1155b8eefb67192c 1548 
pangomm_2.26.2-1.dsc
 05adb49fd6453d3e4b6d9cc0f5f5bc41358b6625781c2c18778eb1d70d7ad5e4 1298543 
pangomm_2.26.2.orig.tar.gz
 2b5eaaff8ec8ec18c61a2d556ac058a7fc79beff5adc76f792d2f2a69bebb24d 4032 
pangomm_2.26.2-1.diff.gz
 f9c9b87def21df18ee047ff06a802d4adabd52f7e3be0f8a30ed92530dd2f548 723286 
libpangomm-1.4-doc_2.26.2-1_all.deb
 1b6ad650a68a1d4775a053924cf85ac0a56cd9aad1ace2c0dc7c1a1d9202724f 66878 
libpangomm-1.4-1_2.26.2-1_amd64.deb
 e437e52f8d3fb5676232a0e02f6940b118dda2d65762c328bea5b09930552708 66422 
libpangomm-1.4-dev_2.26.2-1_amd64.deb
 4a9b3511a4273e38f993897f6689e0bb4a0e49021cdaafb29a88f8a90c0278fd 418978 
libpangomm-1.4-dbg_2.26.2-1_amd64.deb
Files: 
 966ac5bdeb36113f5faafb3a36e57242 1548 libs optional pangomm_2.26.2-1.dsc
 2ccc1a5e271d90d4d1a414e0e234329a 1298543 libs optional 
pangomm_2.26.2.orig.tar.gz
 3e57ba2257f3e93b78e1b470e59317db 4032 libs optional pangomm_2.26.2-1.diff.gz
 a47b19373ed4359c12ead86d15cce14d 723286 doc optional 
libpangomm-1.4-doc_2.26.2-1_all.deb
 4efceacf5dd27947067a1f7d8a6b9b5e 66878 libs optional 
libpangomm-1.4-1_2.26.2-1_amd64.deb
 ecb37b7f6140a1c7e36bfdf95de9eeac 66422 libdevel optional 
libpangomm-1.4-dev_2.26.2-1_amd64.deb
 2abd183991ac80b0b0e40f0e39bd9d13 418978 debug extra 
libpangomm-1.4-dbg_2.26.2-1_amd64.deb

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

iEYEARECAAYFAkvgOpkACgkQBsBdh1vkHyFIuQCgnzGy+X1fhqrgxy2r5JQcT4gR
b68Ani0/7fFTgRtTqnbGHVVFDh1R0Xnc
=cMVy
-END PGP SIGNATURE-


Accepted:
libpangomm-1.4-1_2.26.2-1_amd64.deb
  to main/p/pangomm/libpangomm-1.4-1_2.26.2-1_amd64.deb
libpangomm-1.4-dbg_2.26.2-1_amd64.deb
  to main/p/pangomm/libpangomm-1.4-dbg_2.26.2-1_amd64.deb
libpangomm-1.4-dev_2.26.2-1_amd64.deb
  to main/p/pangomm/libpangomm-1.4-dev_2.26.2-1_amd64.deb
libpangomm-1.4-doc_2.26.2-1_all.deb
  to main/p/pangomm/libpangomm-1.4-doc_2.26.2-1_all.deb
pangomm_2.26.2-1.diff.gz
  to main/p/pangomm/pangomm_2.26.2-1.diff.gz
pangomm_2.26.2-1.dsc
  to main/p/pangomm/pangomm_2.26.2-1.dsc
pangomm_2.26.2.orig.tar.gz
  to main/p/pangomm/pangomm_2.26.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
Archive: http://lists.debian.org/e1o9kzi-0002tt...@ries.debian.org



Accepted vinagre 2.30.1-1 (source amd64)

2010-05-04 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 15:35:42 +0200
Source: vinagre
Binary: vinagre vinagre-dev
Architecture: source amd64
Version: 2.30.1-1
Distribution: unstable
Urgency: low
Maintainer: Emilio Pozuelo Monfort po...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 vinagre- remote desktop client for the GNOME Desktop
 vinagre-dev - remote desktop client for the GNOME Desktop (devel)
Closes: 579693
Changes: 
 vinagre (2.30.1-1) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Switch to dpkg-source v3.
   * 01_missing_symbol.patch: stolen upstream. Fix a crash in the SSH
 plugin. Closes: #579693.
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release:
 + debian/patches/01_missing_symbol.patch:
   - Dropped, merged upstream.
 + debian/control.in:
   - Update telepathy-glib build dependency to = 0.9.0.
Checksums-Sha1: 
 c37116be32acc4217d2a8d6a04d42e59a9843027 1833 vinagre_2.30.1-1.dsc
 6e438de303b61c91c80a3f6d235873f1311ed340 2930301 vinagre_2.30.1.orig.tar.gz
 ed2aaac291b39781cf183d5421bbf4a7bfc02f56 6305 vinagre_2.30.1-1.debian.tar.gz
 d4c7892c75afc2818696b1553c0bdb0d2135c421 2371970 vinagre_2.30.1-1_amd64.deb
 e4aaf49f8e93b610d6033a7649781165a7341db4 32242 vinagre-dev_2.30.1-1_amd64.deb
Checksums-Sha256: 
 9a204df3cdc3dcc6ac13d4fc5ce276bd63c8e8ac91710b7475dac7bc0c0f0471 1833 
vinagre_2.30.1-1.dsc
 e4db69ee1498e0a37216e93c1e8c69050b79585487dd6da09b717113f75dbbdc 2930301 
vinagre_2.30.1.orig.tar.gz
 3606f464dde107faf00b8f04dce69f9faeeed57afd5913e357c2baa4f10e80c4 6305 
vinagre_2.30.1-1.debian.tar.gz
 4bb94b9736c1da4534c1218bc37340f6b8a40b2015dd15df36f75a632cac1acb 2371970 
vinagre_2.30.1-1_amd64.deb
 2aa8c7518b30d338c9cd866b878d8f167885de34252bb65c67fe7edec9d10480 32242 
vinagre-dev_2.30.1-1_amd64.deb
Files: 
 3da30eb677ab0a20cc644024a9a0c346 1833 gnome optional vinagre_2.30.1-1.dsc
 9242d3827e712377cd35dd58bc0780c6 2930301 gnome optional 
vinagre_2.30.1.orig.tar.gz
 dc3fb8767b0f8e25fde968e478b0a44a 6305 gnome optional 
vinagre_2.30.1-1.debian.tar.gz
 0158a57dbc6280a3df6318d50a5adc33 2371970 gnome optional 
vinagre_2.30.1-1_amd64.deb
 1c108e1cd40c5b8d1e4e6ec13cc1ea60 32242 devel optional 
vinagre-dev_2.30.1-1_amd64.deb

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

iEYEARECAAYFAkvgKFoACgkQBsBdh1vkHyG7YgCfWeRQzeynd6hlnSc7wHU+Xh23
CYsAniLDHN1BZWEJBAH7GjzCzHezAgxi
=5vDb
-END PGP SIGNATURE-


Accepted:
vinagre-dev_2.30.1-1_amd64.deb
  to main/v/vinagre/vinagre-dev_2.30.1-1_amd64.deb
vinagre_2.30.1-1.debian.tar.gz
  to main/v/vinagre/vinagre_2.30.1-1.debian.tar.gz
vinagre_2.30.1-1.dsc
  to main/v/vinagre/vinagre_2.30.1-1.dsc
vinagre_2.30.1-1_amd64.deb
  to main/v/vinagre/vinagre_2.30.1-1_amd64.deb
vinagre_2.30.1.orig.tar.gz
  to main/v/vinagre/vinagre_2.30.1.orig.tar.gz


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



Accepted xapian-bindings 1.2.0-3 (source amd64)

2010-05-04 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 May 2010 14:36:05 +
Source: xapian-bindings
Binary: tclxapian python-xapian libxapian-ruby1.8 libxapian-ruby1.9.1
Architecture: source amd64
Version: 1.2.0-3
Distribution: experimental
Urgency: low
Maintainer: Olly Betts o...@survex.com
Changed-By: Olly Betts o...@survex.com
Description: 
 libxapian-ruby1.8 - Xapian search engine interface for Ruby 1.8
 libxapian-ruby1.9.1 - Xapian search engine interface for Ruby 1.9.1
 python-xapian - Xapian search engine interface for Python
 tclxapian  - Xapian search engine interface for Tcl
Changes: 
 xapian-bindings (1.2.0-3) experimental; urgency=low
 .
   * Removing the call to autoreconf means we need libxapian-dev = 1.2.0-2.
   * Update to require dh7 and use dh compact level 7.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Drop unused build-dependency on po-debconf.
   * Drop version from Python dependency - even etch and dapper have a new
 enough Python.  Drop out-dated fallback if pyversions isn't installed.
Checksums-Sha1: 
 27d8fb30426caa1372a5000dc588167013d582b4 2074 xapian-bindings_1.2.0-3.dsc
 338ad730dc22740c0da09a31569c6a2ebc0db573 15759 
xapian-bindings_1.2.0-3.debian.tar.gz
 f8faff0469a2a5f619bd3c466fe418441616479f 240690 tclxapian_1.2.0-3_amd64.deb
 cae317c0a07e9910c51c6e9d771f8b4e2823537d 593862 python-xapian_1.2.0-3_amd64.deb
 0eb60ca62eb13fb322b53eda981f26217c8f43e0 264738 
libxapian-ruby1.8_1.2.0-3_amd64.deb
 7ddd0692667d2f0ace2d9c1c06136a467b2bd81d 265062 
libxapian-ruby1.9.1_1.2.0-3_amd64.deb
Checksums-Sha256: 
 7cbecc36473672f1756261caef45b3cdf575595e79d17f248f78771c49badac6 2074 
xapian-bindings_1.2.0-3.dsc
 4610a63081c741c164d3728a900ee25faf5c080ee8922cb436b89b18f5776eac 15759 
xapian-bindings_1.2.0-3.debian.tar.gz
 ff12316d47621821e98e28f8a4b7ea6bd93238078f1085b9d58622d7b6b8a0e0 240690 
tclxapian_1.2.0-3_amd64.deb
 aba9449b8dbd1fee715aa4df06d4f947e5f0a99a849412be27100658154612af 593862 
python-xapian_1.2.0-3_amd64.deb
 8f39bc90a7be2f727d66438023754d9e202859d2c9cce4c586118832017a1ebd 264738 
libxapian-ruby1.8_1.2.0-3_amd64.deb
 892f228fa4af45aaf1a451394056401a97b7e5010d63fe1b5ef140a770c159a5 265062 
libxapian-ruby1.9.1_1.2.0-3_amd64.deb
Files: 
 b18aef9dd94ee6452b4303bc45c3e0d4 2074 libs optional xapian-bindings_1.2.0-3.dsc
 f95ea77ad21c1ab0540393c4c64d21b9 15759 libs optional 
xapian-bindings_1.2.0-3.debian.tar.gz
 d4010f0092224089019d0782590fd84d 240690 libs optional 
tclxapian_1.2.0-3_amd64.deb
 c0156e8e1c6fd022ebb1adf71f33b2ba 593862 python optional 
python-xapian_1.2.0-3_amd64.deb
 e22e298b7426406767d97e219bcd25f5 264738 ruby optional 
libxapian-ruby1.8_1.2.0-3_amd64.deb
 445d4577f3a2989e5228e679611e5be6 265062 ruby optional 
libxapian-ruby1.9.1_1.2.0-3_amd64.deb

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

iQIcBAEBCAAGBQJL4DcRAAoJEBgUewc7rSsHztoQANsg67sTXFwkrjOnQrJ/jhbb
bCnFeYoSsmT0f2MGzlgOFRhQLH6fytQ85RR2+RxPvQ3zqbgWDX4alDf/piU6lc6o
RaGr5U03ZB51WHAAdLRrbgSZalhsdJI4PJpGzkDnwSeLuBpGw4RgKKtijAeuN9Iv
FzElnrMSrqcLawl/jakYw9LIkUV6mVzD/nXNm936Pr7qtF1ZufVOPaabx1PFSUTf
/cdmIX91ktEIFDqhyW/TOBTgyYs26I5IAObusUgvtF3vvRgNPTa9cwS9JEj5Sm0z
ypcpJZHSIe4SFN/FOglicyFuIbh3zmA+c+I1YU3/MOfDhTlbPgnqt6TrqySNWR8b
LMTB3w9cwFN3w77lmChr1ZeLMWANe4iZEtwvmtMb0QbInbuJMVgfZhPchnURRjSx
+9x0JbFbrghVCypJRG+kX17V2lRnAMFFsW6hTsxsktkJQW0u7+wMtulyA9vAN1/W
+o4wU7Z2FUIi5padKd0+X4AuWLi/EwhZ8TX60JaWS0dgVjj1kDI7KMZGHt6cgBU3
IwFqQZSG7lgKU+Dd47xIecN1V14R1OQGrvUbpY4fmuznxRFaYYMotPmU5I9uYatb
nI7ORMVIoN6dCZwlwqsbFFnTfByhl42fF/8tBtRGhKzC+Hiu+HHrpDTogVjpxh2e
3nln9XWwJcr55pA3kTs/
=JdrP
-END PGP SIGNATURE-


Accepted:
libxapian-ruby1.8_1.2.0-3_amd64.deb
  to main/x/xapian-bindings/libxapian-ruby1.8_1.2.0-3_amd64.deb
libxapian-ruby1.9.1_1.2.0-3_amd64.deb
  to main/x/xapian-bindings/libxapian-ruby1.9.1_1.2.0-3_amd64.deb
python-xapian_1.2.0-3_amd64.deb
  to main/x/xapian-bindings/python-xapian_1.2.0-3_amd64.deb
tclxapian_1.2.0-3_amd64.deb
  to main/x/xapian-bindings/tclxapian_1.2.0-3_amd64.deb
xapian-bindings_1.2.0-3.debian.tar.gz
  to main/x/xapian-bindings/xapian-bindings_1.2.0-3.debian.tar.gz
xapian-bindings_1.2.0-3.dsc
  to main/x/xapian-bindings/xapian-bindings_1.2.0-3.dsc


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



Accepted xapian-omega 1.2.0-3 (source amd64)

2010-05-04 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 May 2010 12:33:37 +
Source: xapian-omega
Binary: xapian-omega
Architecture: source amd64
Version: 1.2.0-3
Distribution: experimental
Urgency: low
Maintainer: Olly Betts o...@survex.com
Changed-By: Olly Betts o...@survex.com
Description: 
 xapian-omega - CGI search interface and indexers using Xapian
Changes: 
 xapian-omega (1.2.0-3) experimental; urgency=low
 .
   * Removing the call to autoreconf means we need libxapian-dev = 1.2.0-2.
   * Improve package long description.
   * Update to require dh7 and use dh compact level 7.
   * Switch to dpkg-source 3.0 (quilt) format.
Checksums-Sha1: 
 93a648b9b68732626689ef84044e3035d4a4bf00 1903 xapian-omega_1.2.0-3.dsc
 e45c27c761df2dba9ca90c553834213edbf9f29c 11850 
xapian-omega_1.2.0-3.debian.tar.gz
 e143ce361a5215f5d6fc9f7e403bb92d0388d85e 277010 xapian-omega_1.2.0-3_amd64.deb
Checksums-Sha256: 
 346c295d3a21fe09e71757f7e73f382d1c53b2780c22ee19f5d1b17d2b2dc08f 1903 
xapian-omega_1.2.0-3.dsc
 077ded8008532b3a563e488c43d8b47bcd8525cf3bc9ff39453a927265f5327a 11850 
xapian-omega_1.2.0-3.debian.tar.gz
 583c3f281a4c33ad9dc3e0e15010aacfa7bfe617797d128fddf8493d9daa34d4 277010 
xapian-omega_1.2.0-3_amd64.deb
Files: 
 ab6ec5b7c75e57b29996432f756eb161 1903 web optional xapian-omega_1.2.0-3.dsc
 68c77136ba32e96615300bcb48d68916 11850 web optional 
xapian-omega_1.2.0-3.debian.tar.gz
 7165bba9b51d5ac342e5732d2c6972f1 277010 web optional 
xapian-omega_1.2.0-3_amd64.deb

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

iQIcBAEBCAAGBQJL4Cg+AAoJEBgUewc7rSsHeoUP/2MQgLrWaU42XgCmHU9MFHv3
YIlQd/h/JOb/gBMJTwZ9KiWCYU5ULQO8nsiBhxGZdf059AqBanh171VaSN7e9Rqv
AzNZoyVglx593mfwN7kt2tXxk3BS/WLg7bafCJmawUD0OpxTxnFa7Xecn2loZOvh
R8A80P2NdCmP/EBpzn3W/ehi41GmlfHBxRZrkqEaBSPhGhdlZ+8xSBZoEoT5FiDM
g5X668suhTBSuaPSjtpqA2oXxDKnBgNdMku3iUd40Hq/c4eB6wYqECZVK1L938Da
VecP189Xe3AhCNfz4QNyzxYstZsAxZ8lyf/vr9ixWqPUJSG+/jUjzNE6S9yVwZQZ
T7tqcY1PuCwQRArOMo1hN4UaaB7NNHWpfIgpjBtemI0p0OVmyMfXe15RPpgsx9Ut
UqEETdMc0covMfCo94+jKulPs10asZs6j71uh/kLvMOBQFA/+3yTujGSTCbkaUTd
ncUzOxpkuCpJGA0HCZefGgtvtiZJET3RuhQbOgKD/QSWKHYxIjrYurdd5pXEYzX0
qCRtzIQJpD8Y1KmKnV1NkPmVhKgr/CZG7BiTVk6NF5E+yMiX4eyIEQeb56M+0sqh
58MEqzbR0B9KC5l3e9BxByyLWqhoUtfh8qPFxYqavX2nD3IniJkwvFdLCaBlF0q3
xdvOw7yTgXxwJLNPzF85
=PJOC
-END PGP SIGNATURE-


Accepted:
xapian-omega_1.2.0-3.debian.tar.gz
  to main/x/xapian-omega/xapian-omega_1.2.0-3.debian.tar.gz
xapian-omega_1.2.0-3.dsc
  to main/x/xapian-omega/xapian-omega_1.2.0-3.dsc
xapian-omega_1.2.0-3_amd64.deb
  to main/x/xapian-omega/xapian-omega_1.2.0-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
Archive: http://lists.debian.org/e1o9kbr-0003gg...@ries.debian.org



Accepted xorg-server 2:1.7.7-1 (source all i386)

2010-05-04 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 May 2010 15:17:59 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all i386
Version: 2:1.7.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 567677 575905 576656 579130
Changes: 
 xorg-server (2:1.7.7-1) unstable; urgency=low
 .
   [ Timo Aaltonen ]
   * Update patch 17; Add missing __datadir__ to cpprules.in.
 .
   [ Cyril Brulebois ]
   * Add listing files under /etc/X11/xorg.conf.d in bug script.
   * Fix typo in 10-mouse.conf: s/Mouse/Pointer/ (Closes: #579130).
 .
   [ Julien Cristau ]
   * Drop the GLX 1.4 patches to fix server crashes with DRI2 (closes:
 #567677).
   * Change driver ABI Conflicts to Breaks.  Drop old Conflicts/Replaces on
 pre-modular xserver packages.
   * Unset PRERELEASE to avoid the prerelease warning in the log.
   * New upstream release:
 - fixes Xvfb crash with XI2 (closes: #575905)
 - EXA: Check sys_ptr isn't NULL before passing it to the UploadToScreen
   hook (closes: #576656)
   * 19-exa-handle-pixmap-create-destroy-in-lower-layers.diff is now upstream,
 remove it.
   * Drop mention of input_id from debian/copyright since we stopped shipping
 it a while back.
Checksums-Sha1: 
 d50a4ef0e34206d74a115cf609131a75b319e06d 4199 xorg-server_1.7.7-1.dsc
 c391e4a13b04fdd2fe4d135c4758e09f35b8f5c0 6621190 xorg-server_1.7.7.orig.tar.gz
 6459f7db55087e8639f1573152033d32a1e4f1c8 363263 xorg-server_1.7.7-1.diff.gz
 b6bd199c46b825e95d3e8def77bccf4a1865570a 55866 xserver-common_1.7.7-1_all.deb
 1403c5b1045aa2b9544d3cdaa45ec38d38c0bcf6 2392208 
xserver-xorg-core_1.7.7-1_i386.deb
 71133ce02752f743d59f6b181151b7f73f48bdb0 929360 
xserver-xorg-core-udeb_1.7.7-1_i386.udeb
 c6db7501e291b4392933cc0651cdab78493ca9d0 1192302 
xserver-xorg-dev_1.7.7-1_i386.deb
 713c0df6c143dbba715470efbc8670b7af9b83b3 1688292 xdmx_1.7.7-1_i386.deb
 516201dc69f34353b1a8cb93e16b05a59738c93f 1007790 xdmx-tools_1.7.7-1_i386.deb
 533831e9c6ac520afc710b363d268921062050b2 1601380 xnest_1.7.7-1_i386.deb
 b7c036ebe22fd419db897a2f931a315baebe98b8 1714678 xvfb_1.7.7-1_i386.deb
 35f81ab7b5395b188a53a672450a39125a0df9b4 1791394 
xserver-xephyr_1.7.7-1_i386.deb
 b586e726d27c25e0cb768e05a3fc9b539c106e14 1737256 
xserver-xfbdev_1.7.7-1_i386.deb
 443595300d0a877cc7555ef4b108129679de53f8 5921454 
xserver-xorg-core-dbg_1.7.7-1_i386.deb
Checksums-Sha256: 
 c851d8b7917001b13099e990211a813f606f46aeb41a88149db857bce44f01fc 4199 
xorg-server_1.7.7-1.dsc
 92e00fa8fc6723c7e0629de1e6a4b87fee34383967d36b6ae1e648f8a06cafd8 6621190 
xorg-server_1.7.7.orig.tar.gz
 90447fc042641e84b1baae2e983d740c60115d8cc0616c50d3551bb462eb61ee 363263 
xorg-server_1.7.7-1.diff.gz
 fd2b5f6595b834d1c8288fc011152ba7b2619de380924d1530bcd7d1209f4439 55866 
xserver-common_1.7.7-1_all.deb
 04f6b815946a7c999b9cb1f7c89cdc829aa0d4c0397865e9d4069a2577a96547 2392208 
xserver-xorg-core_1.7.7-1_i386.deb
 c84768a6a43b3fca1c1bd41f41b0e0b03a03b0aba732072cd698dd7689aa6c3f 929360 
xserver-xorg-core-udeb_1.7.7-1_i386.udeb
 7cc93bc7dd32d4ea9f9cf566d0827fe5c3a52eb496e481567494c299a052b96a 1192302 
xserver-xorg-dev_1.7.7-1_i386.deb
 e992ac86f7910fad42e91fd2bd3779f0ce714fa2fa80541183b1908ee64393ab 1688292 
xdmx_1.7.7-1_i386.deb
 ebcba62a1ba072f406acd46242a8bebb7de5cd04f695738e11906713e1800d70 1007790 
xdmx-tools_1.7.7-1_i386.deb
 95a81f2e4c3bf9602084b858821412e0f30042b1cd6c2e2f4fed6cbda1d19084 1601380 
xnest_1.7.7-1_i386.deb
 684ba1114e26a82f275bc5f8cef9c17d2490c45672f42688af8bd061081f93e2 1714678 
xvfb_1.7.7-1_i386.deb
 a33144040f5a8752b9ab54ef42d360266837f46358530c7ae31f64c6f7884394 1791394 
xserver-xephyr_1.7.7-1_i386.deb
 0eaa4794997aa21abc25cbd2900e2b4048d0ba37fa00a3e408d10a97284d1f24 1737256 
xserver-xfbdev_1.7.7-1_i386.deb
 2b00f69b6b50e83060c694583c6d85fd3304aaf4d5fe363a95ede6149ac6637c 5921454 
xserver-xorg-core-dbg_1.7.7-1_i386.deb
Files: 
 fb362782068979b8464546a0f32759a2 4199 x11 optional xorg-server_1.7.7-1.dsc
 a88ab769d163a08ef77eda465206c890 6621190 x11 optional 
xorg-server_1.7.7.orig.tar.gz
 ea6df2a5eee75a547f2c3f2825bae246 363263 x11 optional 
xorg-server_1.7.7-1.diff.gz
 d345adef54d2f75fc5e01d9d48272f82 55866 x11 optional 

Accepted libpmount 0.0.13 (source amd64)

2010-05-04 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 17:06:11 +0200
Source: libpmount
Binary: libpmount-dev libpmount0.0
Architecture: source amd64
Version: 0.0.13
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover guil...@debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 libpmount-dev - portable mount library - development files
 libpmount0.0 - portable mount library - shared library
Changes: 
 libpmount (0.0.13) unstable; urgency=low
 .
   * Switch to source format “3.0 (native)”.
   * Now using Standards-Version 3.8.4 (no changes needed).
   * Add ${misc:Depends} to all Depends fields.
   * Remove duplicate from source Section field in libpmount0.0 binary stanza.
   * Add Vcs-Browser and Vcs-Git fields.
Checksums-Sha1: 
 db97f79ac6919cb7cc85d81e921edbd6ae676dd2 834 libpmount_0.0.13.dsc
 bf0f3415de5ffef27a8bb466c920c7f40ec3d65f 9979 libpmount_0.0.13.tar.gz
 fc34c5e0cf140b75fac9321fcb5cd4a338c8b357 7256 libpmount-dev_0.0.13_amd64.deb
 ec6449f400350c406a3ed6fcf69823934849ec92 7694 libpmount0.0_0.0.13_amd64.deb
Checksums-Sha256: 
 a51e422ec6f9646ee71cbbf8f6c1c1d10037f8355fa74a6d4d45717c25ce8209 834 
libpmount_0.0.13.dsc
 c9dac30f090eaeeb521fa14e6d9123602c34a9280b89c30d70a2f32a82eff1d7 9979 
libpmount_0.0.13.tar.gz
 b02b74490f0b44dbd2b41d7079ce2471432709b088a157b698176d41b1b3f3eb 7256 
libpmount-dev_0.0.13_amd64.deb
 0715c025291e704182fca61999a400e55320d3df190a932b7d9a5a984613d3c7 7694 
libpmount0.0_0.0.13_amd64.deb
Files: 
 fd7f836e0e8afee81426aa31bbe4d144 834 libs optional libpmount_0.0.13.dsc
 a7cb3fd077b160e738aa4fa28b942d1f 9979 libs optional libpmount_0.0.13.tar.gz
 a1faa310562aa7670cff9dd5c4da0715 7256 libdevel optional 
libpmount-dev_0.0.13_amd64.deb
 5e576b7649085f725053afd97fb64599 7694 libs optional 
libpmount0.0_0.0.13_amd64.deb

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

iEYEARECAAYFAkvgPGYACgkQuW9ciZ2SjJvKhQCeKISXG4Y3LczpRkKzc3FZz1iz
iQgAoLcteEByP/7ASFVMisdRQoWdth2E
=KwVk
-END PGP SIGNATURE-


Accepted:
libpmount-dev_0.0.13_amd64.deb
  to main/libp/libpmount/libpmount-dev_0.0.13_amd64.deb
libpmount0.0_0.0.13_amd64.deb
  to main/libp/libpmount/libpmount0.0_0.0.13_amd64.deb
libpmount_0.0.13.dsc
  to main/libp/libpmount/libpmount_0.0.13.dsc
libpmount_0.0.13.tar.gz
  to main/libp/libpmount/libpmount_0.0.13.tar.gz


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



Accepted utidylib 0.2-4 (source all)

2010-05-04 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 17:35:13 +0200
Source: utidylib
Binary: python-utidylib
Architecture: source all
Version: 0.2-4
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 python-utidylib - Python wrapper for TidyLib
Closes: 580215
Changes: 
 utidylib (0.2-4) unstable; urgency=low
 .
   * New maintainer.
   * Remove depdency on python-ctypes (Closes: #580215).
   * Convert patch to quilt and use 3.0 source format.
   * Switch build system to dh from cdbs.
   * Bump standards to 3.8.4.
   * Add ${misc:Depends}.
   * Change section to python.
   * Add homepage control field.
   * Add Vcs-* control fields.
   * No need to ship source readme in binary package.
Checksums-Sha1: 
 3d3f9963b9f187b64d1453e1c5a43ed0c46626df 1309 utidylib_0.2-4.dsc
 e7256c4bbb3476d37ea1c52bd011366be2239cdc 3761 utidylib_0.2-4.debian.tar.gz
 a7a6ffb2c2c574e27d660cfd15eb299fefb6693e 8798 python-utidylib_0.2-4_all.deb
Checksums-Sha256: 
 751afa8e1331c3f1c6002ef65bf9cd4f93840f05f77aaf18fc6c2218a3387ee6 1309 
utidylib_0.2-4.dsc
 c2c0fef958c8735416d89ed51cffae5c4ae37ef2cd58a269fe85b4b32ce4395b 3761 
utidylib_0.2-4.debian.tar.gz
 9fd346ff24d3fc266d7eb0b92940a46721f9206a41fcb47a9594fbac8562c144 8798 
python-utidylib_0.2-4_all.deb
Files: 
 2b734da268044dad19c820b135b80217 1309 python optional utidylib_0.2-4.dsc
 ce624c888e2ffd24c26307dfed720d4d 3761 python optional 
utidylib_0.2-4.debian.tar.gz
 153e026407891159cd3ea5fc779e83b9 8798 python optional 
python-utidylib_0.2-4_all.deb

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

iEYEARECAAYFAkvgQlIACgkQ3DVS6DbnVgRkAgCgiA25wd7yEMYG+E1m6VJmhBDB
2jEAn1vyFfuYDlf3KSjXL6BbzeXYXkKr
=1KnK
-END PGP SIGNATURE-


Accepted:
python-utidylib_0.2-4_all.deb
  to main/u/utidylib/python-utidylib_0.2-4_all.deb
utidylib_0.2-4.debian.tar.gz
  to main/u/utidylib/utidylib_0.2-4.debian.tar.gz
utidylib_0.2-4.dsc
  to main/u/utidylib/utidylib_0.2-4.dsc


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



Accepted xulrunner 1.9.2.4~build2-2 (source all amd64)

2010-05-04 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 16:32:35 +0200
Source: xulrunner
Binary: xulrunner-1.9.2 libmozjs3d libmozjs-dev libmozjs3d-dbg spidermonkey-bin 
xulrunner-dev xulrunner-1.9.2-dbg libmozillainterfaces-java
Architecture: source amd64 all
Version: 1.9.2.4~build2-2
Distribution: experimental
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs3d - The Mozilla SpiderMonkey JavaScript library
 libmozjs3d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9.2 - XUL + XPCOM application runner
 xulrunner-1.9.2-dbg - Debugging symbols for the Gecko engine library
 xulrunner-dev - Development files for the Gecko engine library
Closes: 580104
Changes: 
 xulrunner (1.9.2.4~build2-2) experimental; urgency=low
 .
   * debian/rules:
 - Strip symbols in the spidermonkey-bin package.
 - Disable IPC support (for OOPP) on unsupported architectures. Fixes
   FTBFS on anything but armel, i386 and amd64.
   * toolkit/components/satchel/test/unit/test_autocomplete.js: Fix race
 condition. bz#525394.
   * debian/test.mk: Enable test_autocomplete.js.
   * debian/control*:
 - xulrunner-1.9.x needs to depend on a strict version of libmozjs.
 - libmozjs3d 1.9.2.4 breaks xulrunner-1.9.2 before that version.
 Closes: #580104.
Checksums-Sha1: 
 a15339bcc6838cea0fd1da9fbe8770f973282ee4 2120 xulrunner_1.9.2.4~build2-2.dsc
 a7d316c2505092ca0f89440d227c96342c01d72b 199531 
xulrunner_1.9.2.4~build2-2.debian.tar.gz
 18d4941e5a99a961984adfb657a93791434ae4b7 9026196 
xulrunner-1.9.2_1.9.2.4~build2-2_amd64.deb
 f0d69ed5f1fb8c14a4f717c229f36151c6f08f48 732604 
libmozjs3d_1.9.2.4~build2-2_amd64.deb
 762da2c7775790320c9c673839eab65d1e9390d7 321084 
libmozjs-dev_1.9.2.4~build2-2_amd64.deb
 b06050c3238973323d8fd263a06ba37672a73f1d 2451080 
libmozjs3d-dbg_1.9.2.4~build2-2_amd64.deb
 75ca14fae3eec8d7c3113dc0faf954b20ba0831c 84676 
spidermonkey-bin_1.9.2.4~build2-2_amd64.deb
 e60de72181e4ff7d32ac0752b1c78b50da3d8a27 3508136 
xulrunner-dev_1.9.2.4~build2-2_amd64.deb
 6393b3aa98c223b341716d3ab1f3dd5a678dcac2 59811746 
xulrunner-1.9.2-dbg_1.9.2.4~build2-2_amd64.deb
 d9ed1ea854bcda59d92e407e63fc8b52ebeb1769 1578198 
libmozillainterfaces-java_1.9.2.4~build2-2_all.deb
Checksums-Sha256: 
 85eb09050f83de0bae721de7f41822fa4911c9d5f81238dab7302bc07ff7ec60 2120 
xulrunner_1.9.2.4~build2-2.dsc
 c6019cb468bccbc5c7e11a60de471dfa63649bfcdfd7b77ef42bed64aa6eac82 199531 
xulrunner_1.9.2.4~build2-2.debian.tar.gz
 e539beeb6199e0245af90aac8a5c1a381a5280b6a81dbae438a00e586e004073 9026196 
xulrunner-1.9.2_1.9.2.4~build2-2_amd64.deb
 d11f5959b98cb5adab39fe6949d7598946e83959344f58e55483b6876966a291 732604 
libmozjs3d_1.9.2.4~build2-2_amd64.deb
 cc5fc8e97ff9bfbd549c6283960a07689bcdb542663285f10e8c28bf06f88a48 321084 
libmozjs-dev_1.9.2.4~build2-2_amd64.deb
 a635c69c7687426e372443f18658d1bfbbff67fd4dfc9d389991788e2e3e19e8 2451080 
libmozjs3d-dbg_1.9.2.4~build2-2_amd64.deb
 71058f465c8444bf954cbedfc1b8d3b64b789c132b671ec3954caa7a047e5dc0 84676 
spidermonkey-bin_1.9.2.4~build2-2_amd64.deb
 169261b877dfc1895c834c37cad93be657bccd32d87392bcb0d5793d32fbce71 3508136 
xulrunner-dev_1.9.2.4~build2-2_amd64.deb
 15234922ea8b77a279ac2ac4fca550b22a6205c08a886da5f21d28b4bdd57d82 59811746 
xulrunner-1.9.2-dbg_1.9.2.4~build2-2_amd64.deb
 49ca77555af2d6f906d18ef6ec5860ce7723f6705a5e11d75b41b05686ac59ad 1578198 
libmozillainterfaces-java_1.9.2.4~build2-2_all.deb
Files: 
 252a50a9b9fbe5a46f2440f55f49adf3 2120 devel optional 
xulrunner_1.9.2.4~build2-2.dsc
 ccda9c88950e8ae6231fea5b2416cdd7 199531 devel optional 
xulrunner_1.9.2.4~build2-2.debian.tar.gz
 49f9461349062dc0dfca4790cf8a88b6 9026196 libs optional 
xulrunner-1.9.2_1.9.2.4~build2-2_amd64.deb
 623d4550fc53f167305c903faed64026 732604 libs optional 
libmozjs3d_1.9.2.4~build2-2_amd64.deb
 089f759383307742efc895c651a3b18f 321084 libdevel optional 
libmozjs-dev_1.9.2.4~build2-2_amd64.deb
 8401f719d0d8cf1e5de7f78288664c6a 2451080 debug extra 
libmozjs3d-dbg_1.9.2.4~build2-2_amd64.deb
 ff633fe25cf5aa42b73729eebfd5b572 84676 interpreters optional 
spidermonkey-bin_1.9.2.4~build2-2_amd64.deb
 2c01ebebfe015714036c51ce4e50d7e1 3508136 libdevel optional 
xulrunner-dev_1.9.2.4~build2-2_amd64.deb
 76f6ae9905b37fbcb73103dff391a457 59811746 debug extra 
xulrunner-1.9.2-dbg_1.9.2.4~build2-2_amd64.deb
 7073f40c2a345a1885de54b3be93eb0a 1578198 java extra 
libmozillainterfaces-java_1.9.2.4~build2-2_all.deb

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

iD8DBQFL4D403kvaLFT9KlgRAvWfAKCDxr5K9ZdQPHvZtWV0J2imHdH77gCfYMVW
9BhZnGtQ8pE/Bl0s6Jb6Ly8=
=Nuhf
-END PGP SIGNATURE-


Accepted:

Accepted file-roller 2.30.1.1-1 (source i386)

2010-05-04 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 18:17:28 +0200
Source: file-roller
Binary: file-roller
Architecture: source i386
Version: 2.30.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Clément Stenac zorg...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 file-roller - an archive manager for GNOME
Changes: 
 file-roller (2.30.1.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
   * Switch to source format 3.0 (quilt)
 - Add debian/source/format.
 - Drop Build-Depends on quilt.
 - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
   * debian/patches/01_nodbus_build.patch
 - Removed, merged upstream.
   * debian/control.in
 - Bump Standards-Version to 3.8.4. No further changes.
 - Add Vcs-* fields.
Checksums-Sha1: 
 cb8349beeecc6fef20c48f21b4ba58bb5069fc26 1687 file-roller_2.30.1.1-1.dsc
 652440cb6b01bb6ecc9c376629158fee00fe8ce9 2738101 
file-roller_2.30.1.1.orig.tar.gz
 82cff7520cf160bb5d8e85c6e7bea32fff28fed6 13711 
file-roller_2.30.1.1-1.debian.tar.gz
 46da94a457dc936afa51ca723cbfe33f6f7a6adc 1693872 
file-roller_2.30.1.1-1_i386.deb
Checksums-Sha256: 
 62c89f78d9c1e11056b7e6ff9a9407f7dc22ba8ad191fb7d03b5c013865cdbba 1687 
file-roller_2.30.1.1-1.dsc
 ee6a215cbe75bd18f99239861da9f89167889853532f0e836423e62945ebdc20 2738101 
file-roller_2.30.1.1.orig.tar.gz
 ab1876d9aadf12a1ff0572da578f972d8bd901a0a45ab4f56c8c550d5d55d683 13711 
file-roller_2.30.1.1-1.debian.tar.gz
 85ea1008f1cc93636529c471b15b98cf227e2df16c7cd05ab6d099779c94985e 1693872 
file-roller_2.30.1.1-1_i386.deb
Files: 
 f12ce33ab05457a00d95de92ae3640e5 1687 gnome optional file-roller_2.30.1.1-1.dsc
 9f955062b7d0d58f96eee15b0602c8f5 2738101 gnome optional 
file-roller_2.30.1.1.orig.tar.gz
 969ce033e589300eacda3c4c4ab75098 13711 gnome optional 
file-roller_2.30.1.1-1.debian.tar.gz
 e3b1679e016522de95935e1cd5c7bedb 1693872 gnome optional 
file-roller_2.30.1.1-1_i386.deb

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

iEYEARECAAYFAkvgSyUACgkQh7PER70FhVRHbgCcD5dOummjUqTvAeLwrx8zyZ7C
Xd8An2y6jWPQeKSWMy/Rp28/ukEr1mKr
=HuYh
-END PGP SIGNATURE-


Accepted:
file-roller_2.30.1.1-1.debian.tar.gz
  to main/f/file-roller/file-roller_2.30.1.1-1.debian.tar.gz
file-roller_2.30.1.1-1.dsc
  to main/f/file-roller/file-roller_2.30.1.1-1.dsc
file-roller_2.30.1.1-1_i386.deb
  to main/f/file-roller/file-roller_2.30.1.1-1_i386.deb
file-roller_2.30.1.1.orig.tar.gz
  to main/f/file-roller/file-roller_2.30.1.1.orig.tar.gz


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



Accepted gcin 1.4.6-3 (source all amd64)

2010-05-04 Thread Kan-Ru Chen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 May 2010 00:20:58 +0800
Source: gcin
Binary: gcin gcin-dev gcin-qt3-immodule gcin-qt4-immodule
Architecture: source amd64 all
Version: 1.4.6-3
Distribution: unstable
Urgency: low
Maintainer: Kan-Ru Chen kos...@debian.org
Changed-By: Kan-Ru Chen kos...@debian.org
Description: 
 gcin   - an GTK+ based input method platform for Chinese users
 gcin-dev   - an GTK+ based input method platform - development files
 gcin-qt3-immodule - an QT3 input method module with gcin as backend
 gcin-qt4-immodule - an QT4 input method module with gcin as backend
Closes: 577377
Changes: 
 gcin (1.4.6-3) unstable; urgency=low
 .
   * Fix FTBFS with gtk2 2.20 due to deprecated Gtk+ macros. (Closes: #577377)
   * Bump libgtk2.0-dev build-deps to 2.20.0.
   * Disable --new_gtk_im. Too unstable with mozilla browser.
   * Add back README.html.
   * Update im-switch script also checks qt4 path.
   * Update Maintainer, Vcs-Git and Vcs-Browser. Migrating to DD account.
Checksums-Sha1: 
 7a65c769033b8fc6166cfbb1217c1ab4f56af215 1262 gcin_1.4.6-3.dsc
 7a0b20a70b383dac1e641c6bbd0d679ab8c74023 15603 gcin_1.4.6-3.debian.tar.gz
 b5c82f609e0ea3921099671045b18dd38c5ebd5b 2187076 gcin_1.4.6-3_amd64.deb
 0e1c6f0ca86d74769859ec969ffe1b624e9fb689 65974 gcin-dev_1.4.6-3_all.deb
 6b78e8474efec4d31bacad86d7c53283b6bd5483 76700 
gcin-qt3-immodule_1.4.6-3_amd64.deb
 17e63de7f79200dafcf206e1bbc9e45bfec5b67b 77848 
gcin-qt4-immodule_1.4.6-3_amd64.deb
Checksums-Sha256: 
 c8cea931a0fe1ae8d355e2fa1418cdaf9381c0513eb9c56d63f2890e264acfd6 1262 
gcin_1.4.6-3.dsc
 e95b3293962766433ff56869cff7c23100f35a05e0d3e70615265e1158dbf10d 15603 
gcin_1.4.6-3.debian.tar.gz
 c9a13e3b08a7691239c5ced3b26cb792d52c4f277796b1cf88bc151ca3fbd8c2 2187076 
gcin_1.4.6-3_amd64.deb
 e4167d3f896ff671b7ee0c3aff91b4f58f0fe47a1600fd3a7d1f3a5c886858ef 65974 
gcin-dev_1.4.6-3_all.deb
 88b365b85f951ea9bd41cd27bcb1e87bb68a12cc43451d86203c7d5c5b6832b0 76700 
gcin-qt3-immodule_1.4.6-3_amd64.deb
 6cdb78b4a9d9e0fa162ba782bc123dcf72e615ebc6ec745d3dad19f71d82c02e 77848 
gcin-qt4-immodule_1.4.6-3_amd64.deb
Files: 
 4f083b4b9a6549b4069bcb8180e114c7 1262 utils optional gcin_1.4.6-3.dsc
 fe70aaa95f63c05a3b563335eb1bef43 15603 utils optional 
gcin_1.4.6-3.debian.tar.gz
 369bbefaa7cd5e187022da8292ed1ce9 2187076 utils optional gcin_1.4.6-3_amd64.deb
 1d57cc1711322a346f53af8ba6d365da 65974 devel optional gcin-dev_1.4.6-3_all.deb
 16042d4a798683c6d98c9ded8c934470 76700 utils optional 
gcin-qt3-immodule_1.4.6-3_amd64.deb
 4fcaf8dec134c8f15e4d18b362879329 77848 utils optional 
gcin-qt4-immodule_1.4.6-3_amd64.deb

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

iEYEARECAAYFAkvgTBgACgkQsbdbXzZcx6I2wACeOKshCU38jH6ddcu14ChJMUTI
VGUAnjHuwV/2aBh4RSMHziswQwj7trUE
=cC3L
-END PGP SIGNATURE-


Accepted:
gcin-dev_1.4.6-3_all.deb
  to main/g/gcin/gcin-dev_1.4.6-3_all.deb
gcin-qt3-immodule_1.4.6-3_amd64.deb
  to main/g/gcin/gcin-qt3-immodule_1.4.6-3_amd64.deb
gcin-qt4-immodule_1.4.6-3_amd64.deb
  to main/g/gcin/gcin-qt4-immodule_1.4.6-3_amd64.deb
gcin_1.4.6-3.debian.tar.gz
  to main/g/gcin/gcin_1.4.6-3.debian.tar.gz
gcin_1.4.6-3.dsc
  to main/g/gcin/gcin_1.4.6-3.dsc
gcin_1.4.6-3_amd64.deb
  to main/g/gcin/gcin_1.4.6-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
Archive: http://lists.debian.org/e1o9lkt-0007xo...@ries.debian.org



Accepted libextutils-xspp-perl 0.11-1 (source all)

2010-05-04 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 May 2010 22:39:51 +0900
Source: libextutils-xspp-perl
Binary: libextutils-xspp-perl
Architecture: source all
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libextutils-xspp-perl - helper module to use Perl XS with C++ code
Changes: 
 libextutils-xspp-perl (0.11-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 fe4d8080035ce12d707bb5e766568228378cda24 2265 libextutils-xspp-perl_0.11-1.dsc
 59f34230365b7f036d41821005ac8cb6336cad1c 107506 
libextutils-xspp-perl_0.11.orig.tar.gz
 7445546302962fb0e8cc818dce0fbc062ccb4ead 2376 
libextutils-xspp-perl_0.11-1.debian.tar.gz
 0424d608a2e17f0c54d71ac7977ab9426e7c7b24 129460 
libextutils-xspp-perl_0.11-1_all.deb
Checksums-Sha256: 
 2b4a63f899db3d8f3f592c11a40e43c0aa74c243ad916105cfcd63016708dd77 2265 
libextutils-xspp-perl_0.11-1.dsc
 58580e090f214db581b2f2c11997945db1b2098a0d74f2c0d713e4a002d1d07f 107506 
libextutils-xspp-perl_0.11.orig.tar.gz
 7530393032dfc5b090adda4cc49e1a19d4c394519ab332d29f43563ff00d9be5 2376 
libextutils-xspp-perl_0.11-1.debian.tar.gz
 9bf594597f66fb9ba07097e7ef42f2fb1d073d895a4ab1faf0f75822c51d7041 129460 
libextutils-xspp-perl_0.11-1_all.deb
Files: 
 96a28d18d47899d85f82267c1b8a37b4 2265 perl optional 
libextutils-xspp-perl_0.11-1.dsc
 aed841f1a71979694d8125bd7d7a8386 107506 perl optional 
libextutils-xspp-perl_0.11.orig.tar.gz
 7f5b420476000116e3ff2c746b17e496 2376 perl optional 
libextutils-xspp-perl_0.11-1.debian.tar.gz
 7a47ff76aaf427f4bf7e8d5598893d3f 129460 perl optional 
libextutils-xspp-perl_0.11-1_all.deb

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

iQIcBAEBCAAGBQJL4EqhAAoJELs6aAGGSaoG2JIP/0eRTsENoU9KuGWfHXrvQCDL
XRhhgYysQW+5394zQd/zrMD9NaKu+9+OrUrAlQComFxONfn+XuI74R4HeJkWlozL
AqJ1d1j9ISo8Y0dYbOypT8zBfgUQ4hBF4v0mueuEAd3z9dgqHwHQDexfjuxyknfo
RD4CiURF1FbNwTmcXLZlCJZJ1Vr0VXyW5olZRxCHPHMeQGDx+IBsJ5L3DWhnxY22
6imw+rTlfl7hd70Q572HKE9mX1+Rgu3ki96gWjUCp8buAC3SlKy/3l/lQPUI1u3C
aljfFIugtcyTgV6b4K14BvXcW5xLXmzAyirqOOBz9mXpp1jsM5Ahbk2bIGVCctq1
fxUTPb2MBqxDVS7zI7c92XgQdimP0wXfeFBtT1tP1ROcYJy5LYckf+NTrrr7gcdp
K+QsdFgsDXk6kxRMonYYHiqg4OqTzzPWdHS+M0odeiuResJ96H8eJ3AShv3FEpVH
Owp6RCcEM0cM4SVmSzeZIsbOs1f+ak+cJ9RPhzzP7LPlXjSyLezm4/60vHoM8uh5
hQoq6CQ5rfSnAYGAcbXgvozRJWIOQ3AVl/FcHBWS9HCw5YBgYt6OOTUSLd5Y9/ET
MT390ukq4Oyw7JEnA4IlXVeQiewWrapj6veXtWQ/HF1THRMh6OiTEzcb8/dijuBt
Tu6cTPdOR8Smy6Mqp155
=TmCd
-END PGP SIGNATURE-


Accepted:
libextutils-xspp-perl_0.11-1.debian.tar.gz
  to main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.11-1.debian.tar.gz
libextutils-xspp-perl_0.11-1.dsc
  to main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.11-1.dsc
libextutils-xspp-perl_0.11-1_all.deb
  to main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.11-1_all.deb
libextutils-xspp-perl_0.11.orig.tar.gz
  to main/libe/libextutils-xspp-perl/libextutils-xspp-perl_0.11.orig.tar.gz


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



Accepted libisofs 0.6.32-1 (source all amd64)

2010-05-04 Thread George Danchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 18:56:29 +0300
Source: libisofs
Binary: libisofs6 libisofs-dbg libisofs-doc libisofs-dev
Architecture: source all amd64
Version: 0.6.32-1
Distribution: unstable
Urgency: low
Maintainer: Debian Libburnia packagers 
pkg-libburnia-de...@lists.alioth.debian.org
Changed-By: George Danchev danc...@spnet.net
Description: 
 libisofs-dbg - debugging symbols for libisofs
 libisofs-dev - development package for libisofs
 libisofs-doc - API documentation for libisofs library
 libisofs6  - library to create ISO9960 images
Changes: 
 libisofs (0.6.32-1) unstable; urgency=low
 .
   * New upstream release.
   * Added debian/source/format
   * Standards-Version 3.8.4 (no changes needed)
Checksums-Sha1: 
 89e68d7b940ea49de73ea88ec1d3764a313e8ace 2061 libisofs_0.6.32-1.dsc
 88bc919877e57918dcfee0fede8698a18d732c58 656460 libisofs_0.6.32.orig.tar.gz
 5229b26441a9a57145c8bfa6b800eceab74e2b10 5903 libisofs_0.6.32-1.diff.gz
 28006b9840fcd88c17d855f69b0b5fe8e3990394 370078 libisofs-doc_0.6.32-1_all.deb
 96c3064dbe648ec31101eba7a6290c8c6e098ee0 143080 libisofs6_0.6.32-1_amd64.deb
 9ddb72a50d94d5144350baab9f4b18be796f4dda 241244 libisofs-dbg_0.6.32-1_amd64.deb
 fd231ee1c0e0781b946b080fa8b56176b2cfa8da 210912 libisofs-dev_0.6.32-1_amd64.deb
Checksums-Sha256: 
 fbd49187a8855f6abc93312c1589012c868d01ad201dc1af92da17d84d771aaa 2061 
libisofs_0.6.32-1.dsc
 fd9acfd236849b1946b31aba274ca3430981733f337820a869bc160a78c1012c 656460 
libisofs_0.6.32.orig.tar.gz
 8020ad7901ba0b8e11f2c725b247414503eaaf447bffe5799bcbc95ce8434fd6 5903 
libisofs_0.6.32-1.diff.gz
 a3f5ce7e6a12b2a70e23d5828b7939d54fa281ab060b52d6435a3de19acac8bc 370078 
libisofs-doc_0.6.32-1_all.deb
 10aba0b3868882cb7e9cd73b747fd08622949ab48a4de353ca94f1ba76b378a3 143080 
libisofs6_0.6.32-1_amd64.deb
 e46b2c8bd4a7d6b9f379f4f779ee10d5c034799e85f92f655085ad90db11a142 241244 
libisofs-dbg_0.6.32-1_amd64.deb
 b4213afab980d2494502418e403c66aa34b423cf8bb92bf12b48718682a8b7bf 210912 
libisofs-dev_0.6.32-1_amd64.deb
Files: 
 f7161ceef45f1f0bf14ce8d192ed7652 2061 libs optional libisofs_0.6.32-1.dsc
 2b02cb446ade385c04e58a64cd0e4c23 656460 libs optional 
libisofs_0.6.32.orig.tar.gz
 75d42aa9bcc6307bf6c69ee93c4ce479 5903 libs optional libisofs_0.6.32-1.diff.gz
 3f9676aedd0b8ddf1166c2402864317c 370078 doc optional 
libisofs-doc_0.6.32-1_all.deb
 756b6234e00d995c41cafce2e70ed7fe 143080 libs optional 
libisofs6_0.6.32-1_amd64.deb
 d5064212d9ef99aad346e6315e053a23 241244 debug extra 
libisofs-dbg_0.6.32-1_amd64.deb
 8e59886c9455beea958e92447eefeab1 210912 libdevel optional 
libisofs-dev_0.6.32-1_amd64.deb

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

iQIcBAEBAgAGBQJL4EnUAAoJEBxXDIkOS9Crz98P/jH45z7DhB+LGX6ucphBh4Oy
0wljYXcLT/3NFhxg+vxnxvw4fBPss9ku+7jezP95v8PSU2TkdbVMMR5kz345FeOE
S3LL6hDuM1dlIgS5O/QV9fu8teBvk3CO0vNMRUyTW06gt629Ffw3YFK35wVQnhti
7O4nL+6LHx2fScgUXpxSd9F8r/FQl7qCFgvn64FVhhiupiRSFSRg0Ug3U/aptPXX
B1FdtMk4EJ9hyhxaTBGrI5Y8EAuqLF/38RcCt5PUqfzFZQx2uQS7ECeP3jQ7KDHF
cgJ0XeTnnM0v8oPIAXHj3o1Txgrs9PpX0bcokLt5m27FbxX/QrwlGDObyTvAKpBj
vvCxwmx+VJFHhAuFulr4BLpiRaoMigSbk75n3vfz5po/0CD4naKeJtc6SteMLLzc
CRUyatxHgTWz5OUWbqov438ZzH3Nlz2W4gTs/Z0znre9T8IVZLtKuCC9lRkjRhEq
HYYJFkYVj33bMh4HZxSuyHm5Kw5jBIjoUasToambaE9OfaVnJ8rkFvIJ63bZ/Pvn
1Alk7OdBLoSDHOU6BoGilTkRNowNHF/GhsW+EcsEQ/oMAa8zo6gYgRmT+RG6h1hd
eFx5e9a4gc/9iWeJXGHRJL64ehutiA+tlU/zKGdz2RdWQ5B1oWw/vQK6yJyr0UqV
ZROtImnMBvce09KVwd2e
=iIoW
-END PGP SIGNATURE-


Accepted:
libisofs-dbg_0.6.32-1_amd64.deb
  to main/libi/libisofs/libisofs-dbg_0.6.32-1_amd64.deb
libisofs-dev_0.6.32-1_amd64.deb
  to main/libi/libisofs/libisofs-dev_0.6.32-1_amd64.deb
libisofs-doc_0.6.32-1_all.deb
  to main/libi/libisofs/libisofs-doc_0.6.32-1_all.deb
libisofs6_0.6.32-1_amd64.deb
  to main/libi/libisofs/libisofs6_0.6.32-1_amd64.deb
libisofs_0.6.32-1.diff.gz
  to main/libi/libisofs/libisofs_0.6.32-1.diff.gz
libisofs_0.6.32-1.dsc
  to main/libi/libisofs/libisofs_0.6.32-1.dsc
libisofs_0.6.32.orig.tar.gz
  to main/libi/libisofs/libisofs_0.6.32.orig.tar.gz


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



Accepted spooles 2.2-7 (source all amd64)

2010-05-04 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 09:24:45 -0400
Source: spooles
Binary: libspooles-dev libspooles2.2 spooles-doc
Architecture: source all amd64
Version: 2.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Adam C. Powell, IV hazel...@debian.org
Description: 
 libspooles-dev - SPOOLES SParse Object Oriented Linear Equations Solver 
developmen
 libspooles2.2 - SPOOLES SParse Object Oriented Linear Equations Solver shared 
lib
 spooles-doc - SPOOLES numerical simulation pre- and post-processor documentatio
Closes: 562304
Changes: 
 spooles (2.2-7) unstable; urgency=low
 .
   [ Hideki Yamane ]
   * debian/patches
 - sed -i s/usepackage{psfig}/usepackage{epsfig}/g *.patch to avoid FTBFS
  (Closes: #562304)
 .
   [ Adam C. Powell, IV ]
   * Removed texlive-generic-extra from Build-Depends-Indep because it was only
 needed for psfig.
   * Changed to source format 3.0 (quilt) and updated debian/rules accordingly.
   * Bumped Standards-Version and added ${misc:Depends}.
Checksums-Sha1: 
 bf88e2ef1ddb646e13161bd1944039eca90b1c1f 1342 spooles_2.2-7.dsc
 056574197e9ae8cf496263604ca3aecaf130a461 7027 spooles_2.2-7.debian.tar.gz
 4b496f0597123103067d065d1d11d4f0df4687fe 8236758 spooles-doc_2.2-7_all.deb
 36fa7419f33ac6aec1da40aeec9ff1ec80072221 798496 libspooles-dev_2.2-7_amd64.deb
 df53f631ccc093b27340f4c4b10a7304cded47a7 565822 libspooles2.2_2.2-7_amd64.deb
Checksums-Sha256: 
 9fe869bbbc4ceaf016dfd843ae7b0d8c1d09d8c81607e3fe3845c0d79fcfe1a7 1342 
spooles_2.2-7.dsc
 49baff8c92405dfa126a2c0587a1ccf3f80eb1d236db69961ef3639e0e050c8a 7027 
spooles_2.2-7.debian.tar.gz
 90099e9ed6a55ef8aa9737cd44c60419ce76997f72a33144a10e8e2420897ec4 8236758 
spooles-doc_2.2-7_all.deb
 ab34a6233f54c1999e86205796cc3c68fbb6bc1f15cc83dbf2180add1b1f3019 798496 
libspooles-dev_2.2-7_amd64.deb
 caeec1b600ac63b3fa2a351bd8b691cfdd78cbc4cab5461c02fe213e397a356e 565822 
libspooles2.2_2.2-7_amd64.deb
Files: 
 f28534239b157847fefbddfcfc202f04 1342 math extra spooles_2.2-7.dsc
 d77871c31eb1d6442d8c052ad672efb8 7027 math extra spooles_2.2-7.debian.tar.gz
 c3878a7ac1abbea39461e2ff196e6ede 8236758 doc extra spooles-doc_2.2-7_all.deb
 f01fec43512c985b0578c8fa10f95567 798496 libdevel extra 
libspooles-dev_2.2-7_amd64.deb
 190fa0c23a2cbe8efb54d7252ab71803 565822 libs extra 
libspooles2.2_2.2-7_amd64.deb

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

iEYEARECAAYFAkvgSKsACgkQUm8B6FZO5LaYiwCfe0woXsfL1AG6d+SZn/eh/AHv
QTwAn12iZPgnIatP2SpA9CeHAeI5RxHZ
=mWx9
-END PGP SIGNATURE-


Accepted:
libspooles-dev_2.2-7_amd64.deb
  to main/s/spooles/libspooles-dev_2.2-7_amd64.deb
libspooles2.2_2.2-7_amd64.deb
  to main/s/spooles/libspooles2.2_2.2-7_amd64.deb
spooles-doc_2.2-7_all.deb
  to main/s/spooles/spooles-doc_2.2-7_all.deb
spooles_2.2-7.debian.tar.gz
  to main/s/spooles/spooles_2.2-7.debian.tar.gz
spooles_2.2-7.dsc
  to main/s/spooles/spooles_2.2-7.dsc


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



Accepted libisoburn 0.5.6.pl00-1 (source all amd64)

2010-05-04 Thread George Danchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 May 2010 19:30:30 +0300
Source: libisoburn
Binary: libisoburn1 libisoburn-dbg libisoburn-doc libisoburn-dev xorriso
Architecture: source all amd64
Version: 0.5.6.pl00-1
Distribution: unstable
Urgency: low
Maintainer: Debian Libburnia packagers 
pkg-libburnia-de...@lists.alioth.debian.org
Changed-By: George Danchev danc...@spnet.net
Description: 
 libisoburn-dbg - debugging symbols for libisoburn and xorriso
 libisoburn-dev - development package for libisoburn
 libisoburn-doc - Development package for libisofs
 libisoburn1 - library to enable creation and expansion of ISO-9660 filesystems
 xorriso- command line iso9660+RR manipulation tool
Changes: 
 libisoburn (0.5.6.pl00-1) unstable; urgency=low
 .
   * New upstream release.
   * Build-depends on libburn = 0.8.0, libisofs = 0.6.32
   * Added debian/source/format
   * Standards-Version 3.8.4 (no changes needed)
Checksums-Sha1: 
 c7e246859f1b5898b495c0bea2f54805ca512f83 2229 libisoburn_0.5.6.pl00-1.dsc
 bec2465690f95964a1f05b9a0e4ef96bb00b44a0 947426 
libisoburn_0.5.6.pl00.orig.tar.gz
 6e6d976cf4104b620bac4c61d11d695623cff89d 4041 libisoburn_0.5.6.pl00-1.diff.gz
 375a3db48bd076cfe266eeb6d7d1381dd38b0726 605296 
libisoburn-doc_0.5.6.pl00-1_all.deb
 b835d59499793472bff2ee734d016454aa615bc2 35070 
libisoburn1_0.5.6.pl00-1_amd64.deb
 c51d6ba69b2b6bb6a9ac2526ee28c01feb18ea71 305704 
libisoburn-dbg_0.5.6.pl00-1_amd64.deb
 b5d8f0c4d84ef89670b4685a9db1cb5613f01d57 51952 
libisoburn-dev_0.5.6.pl00-1_amd64.deb
 194143a7203a23393eceef9b8af8fb9ecaff776a 313304 xorriso_0.5.6.pl00-1_amd64.deb
Checksums-Sha256: 
 bcb130140643e8b08af91bc98f15526f694430303d4ce08e15a8bd9328bd9a19 2229 
libisoburn_0.5.6.pl00-1.dsc
 da5abc346f340dbd73cd0ae1b2646b248af7944dfa87bf7b09841c72d5dab75e 947426 
libisoburn_0.5.6.pl00.orig.tar.gz
 419ea49627a9d7cf580f86625c9437610f20e02871a94efa93bd7b1a398c7e5b 4041 
libisoburn_0.5.6.pl00-1.diff.gz
 98eb3ef4063fd5bc4156969a2befbb5dae5cfd53b05fcce79252dfc2c94d1a3d 605296 
libisoburn-doc_0.5.6.pl00-1_all.deb
 5c6f4f66272da33383aeb9c1cd1208dbba4df3f94584da95465f56292271acb9 35070 
libisoburn1_0.5.6.pl00-1_amd64.deb
 6153b46202d014a33bb4e2b4e52369c2796480354f93ce07af92d4e000818734 305704 
libisoburn-dbg_0.5.6.pl00-1_amd64.deb
 e6dc5c35fd167c477febab19bbceb44c69fc5b95791329c9ccf0cb51ccf10a6b 51952 
libisoburn-dev_0.5.6.pl00-1_amd64.deb
 8647677470f5847dfe78a07d20fca0f119ccba6cc5b7641eca3cc95de4aadf39 313304 
xorriso_0.5.6.pl00-1_amd64.deb
Files: 
 e3fa74687c45ecffb1cd4b21ffbd0524 2229 libs optional libisoburn_0.5.6.pl00-1.dsc
 732558995da81cea01dcd14a36ce52fe 947426 libs optional 
libisoburn_0.5.6.pl00.orig.tar.gz
 c129f3a399731c77438f5a2ae3864f5b 4041 libs optional 
libisoburn_0.5.6.pl00-1.diff.gz
 fb374f1567324ca8406168fdede73e92 605296 doc optional 
libisoburn-doc_0.5.6.pl00-1_all.deb
 c55783e4797bce5fdfb9a8c260f6db61 35070 libs optional 
libisoburn1_0.5.6.pl00-1_amd64.deb
 44fea6b7bc0b863efbdb2916f09b2b76 305704 debug extra 
libisoburn-dbg_0.5.6.pl00-1_amd64.deb
 c6bddf16280ed7007231156775829f60 51952 libdevel optional 
libisoburn-dev_0.5.6.pl00-1_amd64.deb
 84a0e1a9fb431c72bec9b24080bba745 313304 otherosfs optional 
xorriso_0.5.6.pl00-1_amd64.deb

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

iQIcBAEBAgAGBQJL4FKgAAoJEBxXDIkOS9CrOwYP/Ahc0yY+6gOLls0ZDDKznxQZ
5t7fv9TzYltq/gPh6eG+WeSLEvo/AwCeRt9rAovN2OYVjVeanq4xtnnUiyVG5HIE
TlTeNzLnbm2XjfDEgZiL2JplstQsYOGrbvVPrp2XlwnBIVH5vNjnWrfNKUuctSWz
EGzkkoh8Vf6bNZwC3mL/6CFMmwX/dpBxdHo12l3J96Srg4aynOiuYGTn9CsGYTxK
wuSQnwipCVMOC0TL8klt2QOdIO8jQhkR80uEW0TuQKmU2I2KWyN7WcDNsLOcf6qg
LILVCQftM351cL4lAvnQbIX1fCtPNNFtSUT4/EL2mWrpGhQs6tPbx8VpHG+jrhFM
nqTiOMfk4qDnHfDP8To2cAB1Tiakvct/BruniXbQy2omaCOtDtsi9qUZjZbi3PDA
ZBQJwt3xV0B9GIJfaYLAll6FhsqMvrGruFvggX4BrMqHZGlPllM0LrOyfoEOhhdI
MWDkwL3ISoQDd1XiUDMhZUcgsf68u8swc+cgRu/ME5jvjgW+iGy7K21pgglNlztF
Bl8RLkzuVCEdbbeXXu0ISgPZIr1LvPuEkN0gAz13uXKPR5Pz93TZYMaWyBDW2AG4
NSyljomYqXsWXWUWJ8/EYFTW07U7a6dkUqaTu0eyE8NXaqndm26RiAam3lzJZLfW
gK0Hnrp/5E16nlwO0oCA
=JZpL
-END PGP SIGNATURE-


Accepted:
libisoburn-dbg_0.5.6.pl00-1_amd64.deb
  to main/libi/libisoburn/libisoburn-dbg_0.5.6.pl00-1_amd64.deb
libisoburn-dev_0.5.6.pl00-1_amd64.deb
  to main/libi/libisoburn/libisoburn-dev_0.5.6.pl00-1_amd64.deb
libisoburn-doc_0.5.6.pl00-1_all.deb
  to main/libi/libisoburn/libisoburn-doc_0.5.6.pl00-1_all.deb
libisoburn1_0.5.6.pl00-1_amd64.deb
  to main/libi/libisoburn/libisoburn1_0.5.6.pl00-1_amd64.deb
libisoburn_0.5.6.pl00-1.diff.gz
  to main/libi/libisoburn/libisoburn_0.5.6.pl00-1.diff.gz
libisoburn_0.5.6.pl00-1.dsc
  to main/libi/libisoburn/libisoburn_0.5.6.pl00-1.dsc
libisoburn_0.5.6.pl00.orig.tar.gz
  to main/libi/libisoburn/libisoburn_0.5.6.pl00.orig.tar.gz
xorriso_0.5.6.pl00-1_amd64.deb
  to main/libi/libisoburn/xorriso_0.5.6.pl00-1_amd64.deb


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

  1   2   >