[RMLL] Pub le 08/07 au soir

2009-06-17 Thread chaica
Bonsoir à tous,

Venant de réserver mon billet pour les RMLL, je me demandais si certains
Debianeux seraient assez courageux pour courir les rues de Nantes au
soir du 08/07 à la recherche d'un pub pour se boire une petite bière
afin de discuter de Debian comme il se doit. Ne connaissant pas la
ville, je suis à l'écoute de toute suggestion :D

++
Carl Chenet


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



Re: RFC: DEP-3: Patch Tagging Guidelines

2009-06-17 Thread Ben Finney
Raphael Hertzog hert...@debian.org writes:

   * `Origin` (required)
 
 This field should document the origin of the patch. It can have the
 following standard values: upstream (in the case of a patch 
 cherry-picked
 from the upstream VCS), backport (in the case of an upstream patch
 that had to be modified to apply on the current version). Any other
 value is supposed to be free-form text describing the origin of the
 patch.

This field specification makes it problematic to introduce additional
standard values later, without potentially colliding with existing
free-form text values already in use before the new value was
introduced.

Suggestion for improving this field specification:

  * `Origin` (required)

This field should document the origin of the patch. It must be of
the following forms::

keyword
keyword : description

The description is free-form text giving more information about the
origin of the patch. The keyword is one of the following:

* `upstream`, for a patch cherry-picked from the upstream VCS
  and applied directly.

* `backport`, for an upstream patch modified to apply to the
  current version of the source.

* `other`, for an origin not covered by any of the above
  keywords.

Perhaps that could be made more concise, but I hope the intent is clear
this way.

-- 
 \“The errors of great men are venerable because they are more |
  `\ fruitful than the truths of little men.” —Friedrich Nietzsche |
_o__)  |
Ben Finney


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



Re: RFC: DEP-3: Patch Tagging Guidelines

2009-06-17 Thread Raphael Hertzog
On Mon, 15 Jun 2009, Lucas Nussbaum wrote:
* `Bug-Vendor` or `Bug` (optional)
  
  It contains one or more URLs (space separated) pointing to the related 
  bugs
  (possibly fixed by the patch). The `Bug` field is reserved
  for the bug URL(s) in the upstream bug tracker.
 
 What about using Debian: (like Ubuntu's Patch Tagging Guidelines) to
 indicate which Debian bug is fixed by this patch?

The reason I wanted a common prefix is that we don't have an authoritative
list of vendors and as such it would be best if the content of the field
could be validated based on the common prefix.

* `Status` (optional)
 
 Why optional?

Because there are cases where its value is implicit. If we have Origin:
upstream (or backport) then it's not needed. That said, it looks like
several people would like to not have both field in the current form. I'll
try to come up with a proposal to merge both in some meaningful way. If
you have an idea, feel free to propose it.

* `Signed-off-by` (optional)
 
 I don't think that this field is necessary. If people want to credit
 other people in their patches, they can do so in the Description:.

It's not (only) about credit here, it's about knowing if the patch has been
reviewed and by whom.

 I Think that there's one field missing: DebianSpecific. This field would
 indicate why the patch is Debian-specific, and should not be forwarded
 upstream.

Re-read the description of Status, it already contains this:
| The first line should consist of a single keyword among
| lt;vendorgt;-specific (the patch must not be forwarded as it is
| specific to a vendor, ex: branding patches), [...]
| Supplementary lines can be used to explain in more details the status of
| the patch.  It should be used for example to explain why the patch has
| been rejected, or why this change is only meaningful for the vendor.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/


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



Re: RFC: DEP-3: Patch Tagging Guidelines

2009-06-17 Thread Raphael Hertzog
On Tue, 16 Jun 2009, Felipe Sateler wrote:
 If the idea is to standarize metainformation, I would suggest standarizing 
 filenaming scheme too. What I do in some packages is to name the patches as 
 follows:
 
 0xxx-name.patch  - Grabbed from upstream VCS
 1xxx-name.patch  - Interesting for submission upstream
 2xxx-name.patch  - Debian-specific

I don't want to go in that direction. I don't want to impose too many
restrictions on the way patch are managed inside the package. That would
simply create one more unnecessary obstacle to its widespread adoption.

Many people use directories for that, other uses prefixes, other simply do
not care as long as the information is available in the comment inside the
patch.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/


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



Re: RFC: DEP-3: Patch Tagging Guidelines

2009-06-17 Thread Lucas Nussbaum
On 17/06/09 at 09:04 +0200, Raphael Hertzog wrote:
 On Mon, 15 Jun 2009, Lucas Nussbaum wrote:
 * `Bug-Vendor` or `Bug` (optional)
   
   It contains one or more URLs (space separated) pointing to the 
   related bugs
   (possibly fixed by the patch). The `Bug` field is reserved
   for the bug URL(s) in the upstream bug tracker.
  
  What about using Debian: (like Ubuntu's Patch Tagging Guidelines) to
  indicate which Debian bug is fixed by this patch?
 
 The reason I wanted a common prefix is that we don't have an authoritative
 list of vendors and as such it would be best if the content of the field
 could be validated based on the common prefix.

We could have Debian: for the Debian bug, and Bug-(Gnome|KDE|..) for
other projects.

  I Think that there's one field missing: DebianSpecific. This field would
  indicate why the patch is Debian-specific, and should not be forwarded
  upstream.
 
 Re-read the description of Status, it already contains this:
 | The first line should consist of a single keyword among
 | lt;vendorgt;-specific (the patch must not be forwarded as it is
 | specific to a vendor, ex: branding patches), [...]
 | Supplementary lines can be used to explain in more details the status of
 | the patch.  It should be used for example to explain why the patch has
 | been rejected, or why this change is only meaningful for the vendor.

I think that this information is important enough not to be inside
supplementary lines of an optional tag...
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


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



Bug#533414: ITP: vite -- Efficient visual trace explorer

2009-06-17 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault sthiba...@debian.org


* Package name: vite
  Version : 1.0
  Upstream Author : vite-developpe...@lists.gforge.inria.fr
* URL : http://vite.gforge.inria.fr/
* License : GPL
  Programming Lang: C++
  Description : Efficient visual trace explorer

ViTE is a powerful portable and open source profiling tool to visualize
the behaviour of parallel applications. Thanks to its scalable design,
ViTE helps programmers to efficiently analyze the performance of
potentially large applications.

ViTE currently enables the visualisation of traces using the Paj? format
(open format, see http://www-id.imag.fr/Logiciels/paje/) and has various
functionnalities such as exporting a view in a svg format to integrate
the results easily in a report, or viewing statistics.



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



Re: RFC: DEP-3: Patch Tagging Guidelines

2009-06-17 Thread Raphael Hertzog
Hello everybody,

I'll try to do some new proposals based on your feedback. But first let
me address the topic of the usefulness of the proposal. While there are
currently no tools making use of this format, I can imagine many
interesting usage for this information. It starts with the simple stats
(how many debian specific patch do we use?) and goes on to providing
a nice web interface where people can browse all patches:
- check all non-forwarded patches and help forwarding them
- let upstream developers browse all patches which are not backports
- let other distributions check all patches which are not debian-specific
In any case, it's a required step IMO if we want to increase the visibility
of our patches and ensure they are better reviewed.

As you have noted, the format is quite simple and you don't have to use
everything it can offer at the start if you feel it would take too much
time. Only Description and Origin are required. The requirement is not
enforced but it's the minimum needed to make it DEP3-compliant. :)

While a formal process is not needed to start using something like this in
my own packages (and I already did), I believe it's important to have this
discussion so that we have something broadly accepted to build upon.
Otherwise I keep reinventing field names and it's more difficult to
integrate it in the Debian ecosystem (lintian, dpkg-dev, etc.).

I hope we can all agree that it can be useful, that we can make it
lightweight enough so that it's not a big pain for maintainers and as
such that's it's a step in the right direction.

Now let's go back to the content of the proposal.

On Mon, 15 Jun 2009, Sune Vuorela wrote:
 Wouldn't a better first goal be to have just a freeform text field ?
 With the current amount of comments in the patches of random packages I
 touch, just a oneliner would be a significatn improvement.
 
 AS long as not a major part of debian people comment their patches, the
 format really doesn't matter.

I agree that one sentence is better than nothing, however I don't see why
this would forbid other maintainers to use something more elaborated.
Furthermore the format allows for simple things like:

Description: Change the pid file path
Origin: Debian

So hopefully the format will not make maintainers run away because it's
too complex.

On Mon, 15 Jun 2009, Mark Brown wrote:
 On Mon, Jun 15, 2009 at 06:12:49PM +0200, Raphael Hertzog wrote:
* `Signed-off-by` (optional)
  
  This field can be used to document the fact that the patch has been
  reviewed by one or more persons. It should list their names and
  emails in the standard format (similar to the example given for
  the `Origin` field), separated by commas if needed.
 
 For the avoidance of confusion I would suggest that this be changed to
 Reviewed-by - the normal Linux/git Signed-off-by has a specific meaning
 that needn't include actually doing a code review.

I started first with Reviewed-by and then thought that it was stupid to
not reuse the name that is already vastly used for a similar purpose. What
do other people think? I'm fine with both names.

On Tue, 16 Jun 2009, Charles Plessy wrote:
 The dh_make template for debian/copyright induces many developers to put their
 packaging work under the GPL, and I have already seen packages whose license 
 is
 otherwise BSD-ish with such patches. If the maintainer suddenly goes MIA and
 the patch is non-trivial, then in theory if we want to respect what is 
 written,
 we are stuck with a GPL'ed patch. Therefore, we have an optional License field
 to make things crystal clear if necessary.

I have no opposition against an optional License field. Can you try to word a
description for it?

On the other side, I'm also not convinced it's really useful... if a patch
author wants some specific licence different from upstream's license, he
should make that explicit in the patch itself when he adds his own
copyright notice.

 for your effort to unifiy the format. Personally, I do not mind changing our
 local format for the DEP3 format as long as we have one release cycle to do 
 it.
 Some of our packages have a very slow turnover.

There's no forced switch planned... it has not technical impact on the
distribution, so I don't mind if not all packages are converted, after
it's up to you to see if new lintian warnings annoy you enough or not to
live with it. :)



Now I'll switch to the discussion about the Origin/Status/Patch fields.
It seems that this set of fields is not as optimized as it could be.

On Mon, 15 Jun 2009, Josselin Mouette wrote:
 Le lundi 15 juin 2009 à 18:12 +0200, Raphael Hertzog a écrit :
* `Patch` (optional)
 
 Maintaining this information up-to-date can be troublesome.
 
* `Status` (optional)
 
 Same here. At the moment a package is uploaded, it can be
 must-be-forwarded, then later it becomes forwarded and later on it can
 change again. Which means a lot of additional commits, and that the
 version in sid can be 

Re: [DebianGIS-dev] maps / coastline files within Debian

2009-06-17 Thread Francesco P. Lovergine
On Tue, Jun 16, 2009 at 10:12:02PM +0100, Alastair McKinstry wrote:

 Does anyone know this code? It appears as though the gmt-coast-low is  
 not sufficient for zyGrib and magics++,
 and I'm not familiar with the history of gmt beyond the README.  Any  
 ideas or recommendations as to how to proceed?


Just for note, the downloading script can be used in non interactive
way so a debconf based postinst step to download at installation 
(or any later) time the required files could be considered. I'm too 
lazy to provide that myself, but a patch for that could be considered for 
the gmt data package could be useful. 

That said, the whole arch-indep 
data set is probably much less a concerning for storage of some years
ago, but that could be confirmed only by ftp-masters and mirror
maintainers. There were some discussions in the past about a data
providing infrastructure, but I missed the whole thread conclusion
(if any).

-- 
Francesco P. Lovergine


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



Re: [DebianGIS-dev] maps / coastline files within Debian

2009-06-17 Thread Francesco P. Lovergine
On Tue, Jun 16, 2009 at 10:12:02PM +0100, Alastair McKinstry wrote:
 Hi,

 I am working on some packages for Debian Meteorology  
 (http://wiki.debian.org/DebianScience/Meteorology):
 magics++ , a plotting / graphics library / scripting system , and  
 zyGrib, a GRIB (met. format) file viewer.
 They both include some coastline maps from gshhs   
 (http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html),
 the Global Self-Consistent Heirarchical High-Resolution Shoreline  
 database. This data is GPL'd,
 created by the same people as gmt.

 zyGrib contains 23M of low-res maps, with an additional package of 101  
 MB optional high-res maps.
 magics++ has 21 MB in one file from this set; the files are in their own  
 .b format. It makes sense to build these
 files into their own shared package.

 Now, it appears that these are the same data files in 'gmt' (Generic  
 Mapping Tools) a lower-res version of the coast files are provided
 in netCDF format in gmt-coast-low (5.5 MB worth). There was a  
 higher-resolution package gmt-coast-high, but this was removed as
 it took up too much space in Debian.

 Does anyone know this code? It appears as though the gmt-coast-low is  
 not sufficient for zyGrib and magics++,
 and I'm not familiar with the history of gmt beyond the README.  Any  
 ideas or recommendations as to how to proceed?


I don't know the cited programs, but gmt-coast-low currently includes a 
tiny script gmt-coastline-download to download and install medium and high-res 
coast
lines. If both programs use the same format for GSHHS you could simply
suggest downloading by the same script in your documentation. Note
that GMT coastlines format is quite known and used so i'm quite sure
you can provide eventually some helper script for possible format
conversions. 

-- 
Francesco P. Lovergine


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



Re: Bug#533414: ITP: vite -- Efficient visual trace explorer

2009-06-17 Thread Samuel Thibault
Samuel Thibault, le Wed 17 Jun 2009 11:56:04 +0200, a écrit :
 Package: wnpp
 Severity: wishlist
 Owner: Samuel Thibault sthiba...@debian.org
 
 
 * Package name: vite
   Version : 1.0
   Upstream Author : vite-developpe...@lists.gforge.inria.fr
 * URL : http://vite.gforge.inria.fr/
 * License : GPL

Oops, sorry, it's CeCILL-A actually.

   Programming Lang: C++
   Description : Efficient visual trace explorer

Samuel


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



Intel Atom Poulsbo chipset Xorg driver in Debian

2009-06-17 Thread Kushal Koolwal

It seems that the support for Intel's Poulsbo chipset (Graphics GMA 500) for 
Atom processor (US15) is sparse [1].
So far I have been able to find a driver package in Ubuntu Hardy [2].

I was wondering if anyone has ideas as to if Debian will get the support for 
Poulsbo chipset.

If this is not the correct mailing list to ask this question, please let me 
know where to go.

[1] 
http://www.happyassassin.net/2009/01/30/intel-gma-500-poulsbo-graphics-on-linux-a-precise-and-comprehensive-summary-as-to-why-youre-screwed/



[2] http://packages.ubunut.com/hardy/x11/xserver-xorg-video-psb

Kushal Koolwal

I do blog at http://blogs.koolwal.net/




_
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage_062009

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



Re: Intel Atom Poulsbo chipset Xorg driver in Debian

2009-06-17 Thread Jonathan Wiltshire
On Wed, Jun 17, 2009 at 10:42:55AM -0700, Kushal Koolwal wrote:
 
 It seems that the support for Intel's Poulsbo chipset (Graphics GMA 500) for 
 Atom processor (US15) is sparse [1].
 So far I have been able to find a driver package in Ubuntu Hardy [2].
 
 I was wondering if anyone has ideas as to if Debian will get the support for 
 Poulsbo chipset.

From a brief look at the package in Hardy, the license would be
considered free, so I suggest you file a Request for Packaging [1] and
hopefully somebody will take you up on it.

You could also package it yourself, see [2].

[1] http://www.debian.org/devel/wnpp/
[2] http://www.debian.org/doc/maint-guide/

-- 
Jonathan Wiltshire

PGP/GPG: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52


signature.asc
Description: Digital signature


Bug#533450: ITP: xserver-xorg-video-psb -- Xorg Graphics driver for Intel Poulsbo chipset (GMA 500)

2009-06-17 Thread Kushal Koolwal
Package: wnpp
Severity: wishlist
Owner: Kushal Koolwal kushalkool...@hotmail.com


* Package name: xserver-xorg-video-psb
  Version : 1.0
  Upstream Author : Intel Moblin
* URL : http://www.intel.com/products/mid/
* License : GPL
  Programming Lang: C/C++
  Description : Xorg Graphics driver for Intel Poulsbo chipset (GMA 500)

http://lists.debian.org/debian-devel/2009/06/msg00515.html

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)



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



Re: RFC: DEP-3: Patch Tagging Guidelines

2009-06-17 Thread Frank Küster
Raphael Hertzog hert...@debian.org wrote:

 Hello everybody,

 I'll try to do some new proposals based on your feedback. But first let
 me address the topic of the usefulness of the proposal. While there are
 currently no tools making use of this format, [...]
 In any case, it's a required step IMO if we want to increase the visibility
 of our patches and ensure they are better reviewed.

I think that one important aspect of that format would be that it also
says which content should be given. And having that content in more
patches in Debian would be very useful even for non-tools (read:
people). 

When adding a new patch, empty fields remind you to write *something*
instead of just dropping the diff into debian/patches...

Regards, Frank

-- 
Dr. Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg


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



Re: Intel Atom Poulsbo chipset Xorg driver in Debian

2009-06-17 Thread Daniel Moerner
On Wed, Jun 17, 2009 at 10:49 AM, Jonathan
Wiltshiredeb...@jwiltshire.org.uk wrote:
 On Wed, Jun 17, 2009 at 10:42:55AM -0700, Kushal Koolwal wrote:

 It seems that the support for Intel's Poulsbo chipset (Graphics GMA 500) for 
 Atom processor (US15) is sparse [1].
 So far I have been able to find a driver package in Ubuntu Hardy [2].

 I was wondering if anyone has ideas as to if Debian will get the support for 
 Poulsbo chipset.

 From a brief look at the package in Hardy, the license would be
 considered free, so I suggest you file a Request for Packaging [1] and
 hopefully somebody will take you up on it.

Is the driver in better shape than it was in January?

http://www.happyassassin.net/2009/01/30/intel-gma-500-poulsbo-graphics-on-linux-a-precise-and-comprehensive-summary-as-to-why-youre-screwed/

Ubuntu even requested to have it removed from their archive because it
was obsolete and broken:

https://launchpad.net/ubuntu/+source/xserver-xorg-video-psb/0.2.1-1ubuntu3

I'm not sure if this is something that would be wanted in the archive
unless support has improved (which is a legitimate possibility, given
that Dell purports to support this chipset in the Mini 12).

Cheers,
Daniel

-- 
Daniel Moerner dmoer...@gmail.com


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



Re: Bug#533450: ITP: xserver-xorg-video-psb -- Xorg Graphics driver for Intel Poulsbo chipset (GMA 500)

2009-06-17 Thread Daniel Moerner
I originally just sent this to debian-devel since I didn't see the bug
report on it, here are my comments on the bug report for posterity.
I'll keep debian-devel on CC. I've attached the forwarded message at
the end.

On Wed, Jun 17, 2009 at 11:20 AM, Kushal
Koolwalkushalkool...@hotmail.com wrote:
 * Package name    : xserver-xorg-video-psb
  Version         : 1.0

I only see version 0.2.1 on various websites, the upstream git repo on
moblin.org no longer exists.

  Upstream Author : Intel Moblin
 * URL             : http://www.intel.com/products/mid/
 * License         : GPL

It looks like MIT to me.

  Programming Lang: C/C++
  Description     : Xorg Graphics driver for Intel Poulsbo chipset (GMA 500)

 http://lists.debian.org/debian-devel/2009/06/msg00515.html

 -- System Information:
 Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
 Architecture: amd64 (x86_64)



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



Here was my original message that I sent out before I saw the bug report:

-- Forwarded message --
From: Daniel Moerner dmoer...@gmail.com
Date: Wed, Jun 17, 2009 at 11:42 AM
Subject: Re: Intel Atom Poulsbo chipset Xorg driver in Debian
To: debian-devel@lists.debian.org


On Wed, Jun 17, 2009 at 10:49 AM, Jonathan
Wiltshiredeb...@jwiltshire.org.uk wrote:
 On Wed, Jun 17, 2009 at 10:42:55AM -0700, Kushal Koolwal wrote:

 It seems that the support for Intel's Poulsbo chipset (Graphics GMA 500) for 
 Atom processor (US15) is sparse [1].
 So far I have been able to find a driver package in Ubuntu Hardy [2].

 I was wondering if anyone has ideas as to if Debian will get the support for 
 Poulsbo chipset.

 From a brief look at the package in Hardy, the license would be
 considered free, so I suggest you file a Request for Packaging [1] and
 hopefully somebody will take you up on it.

Is the driver in better shape than it was in January?

http://www.happyassassin.net/2009/01/30/intel-gma-500-poulsbo-graphics-on-linux-a-precise-and-comprehensive-summary-as-to-why-youre-screwed/

Ubuntu even requested to have it removed from their archive because it
was obsolete and broken:

https://launchpad.net/ubuntu/+source/xserver-xorg-video-psb/0.2.1-1ubuntu3

I'm not sure if this is something that would be wanted in the archive
unless support has improved (which is a legitimate possibility, given
that Dell purports to support this chipset in the Mini 12).

Cheers,
Daniel

-- 
Daniel Moerner dmoer...@gmail.com


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



Re: Removal of fc-cache calls in postinsts

2009-06-17 Thread jidanni
Or at least nice(1) those calls.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533019


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



Bug#533485: ITP: lshell -- limited shell configurable per user

2009-06-17 Thread Carl Chenet
Package: wnpp
Severity: wishlist
Owner: Carl Chenet cha...@ohmytux.com


* Package name: lshell
  Version : 0.9.4
  Upstream Author : Ignace Mouzannar ghant...@ghantoos.org
* URL : http://lshell.ghantoos.org/
* License : GPL
  Programming Lang: Python
  Description : limited shell configurable per user

Limited Shell (lshell) lets you restrict users to limited sets of
commands, choose to enable/disable any command over SSH (e.g. SCP,
SFTP, rsync, etc.), log user's commands, implement timing
restrictions, and more.



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



default gfortran in debian

2009-06-17 Thread Kamaraju S Kusumanchi
[I posted this on debian-gcc before. I have not gotten any reply there. So I
am trying my luck here]

Currently the default gfortran in Debian Sid points to 4:4.3.3-9 . The
gfortran-4.4 is already available, quite stable. Is there any reason why
gfortran 4.4 not the default?

The reason is that the gfortran's upstream does not backport the patches to
older versions. They only fix bugs in the latest versions (for ex:-
http://gcc.gnu.org/ml/fortran/2009-06/msg00116.html ) So, it is always
better to have the default gfortran point to the latest released version.

Is there anyway I can possibly help to make this transition?

thanks
raju
-- 
Kamaraju S Kusumanchi
http://malayamaarutham.blogspot.com/


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



Accepted erlang 1:13.b.1-dfsg-2 (source all i386)

2009-06-17 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 08:49:38 +0400
Source: erlang
Binary: erlang-base erlang-base-hipe erlang-appmon erlang-asn1 
erlang-common-test erlang-corba erlang-crypto erlang-debugger erlang-dialyzer 
erlang-docbuilder erlang-edoc erlang-et erlang-eunit erlang-gs erlang-ic 
erlang-inets erlang-inviso erlang-megaco erlang-mnesia erlang-observer 
erlang-odbc erlang-os-mon erlang-parsetools erlang-percept erlang-pman 
erlang-public-key erlang-reltool erlang-runtime-tools erlang-snmp erlang-ssh 
erlang-ssl erlang-syntax-tools erlang-test-server erlang-toolbar erlang-tools 
erlang-tv erlang-typer erlang-webtool erlang-wx erlang-xmerl erlang-dev 
erlang-src erlang-examples erlang-mode erlang-nox erlang-x11 erlang
Architecture: source all i386
Version: 1:13.b.1-dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Erlang Packagers erlang-pkg-de...@lists.berlios.de
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 erlang - Concurrent, real-time, distributed functional language
 erlang-appmon - Erlang/OTP application monitor
 erlang-asn1 - Erlang/OTP modules for ASN.1 support
 erlang-base - Erlang/OTP virtual machine and base applications
 erlang-base-hipe - Erlang/OTP HiPE enabled virtual machine and base 
applications
 erlang-common-test - Erlang/OTP application for automated testing
 erlang-corba - Erlang/OTP applications for CORBA support
 erlang-crypto - Erlang/OTP cryprographic modules
 erlang-debugger - Erlang/OTP application for debugging and testing
 erlang-dev - Erlang/OTP development libraries and headers
 erlang-dialyzer - Erlang/OTP discrepancy analyzer application
 erlang-docbuilder - Erlang/OTP application for building HTML documentation
 erlang-edoc - Erlang/OTP module for generating documentation
 erlang-et  - Erlang/OTP event tracer application
 erlang-eunit - Erlang/OTP module for unit testing
 erlang-examples - Erlang/OTP application examples
 erlang-gs  - Erlang/OTP graphics system
 erlang-ic  - Erlang/OTP IDL compiler
 erlang-inets - Erlang/OTP Internet clients and servers
 erlang-inviso - Erlang/OTP trace tool
 erlang-megaco - Erlang/OTP implementation of Megaco/H.248 protocol
 erlang-mnesia - Erlang/OTP distributed relational/object hybrid database
 erlang-mode - Erlang major editing mode for Emacs
 erlang-nox - Erlang/OTP applications that don't require X Window System
 erlang-observer - Erlang/OTP application for investigating distributed systems
 erlang-odbc - Erlang/OTP interface to SQL databases
 erlang-os-mon - Erlang/OTP operating system monitor
 erlang-parsetools - Erlang/OTP parsing tools
 erlang-percept - Erlang/OTP concurrency profiling tool
 erlang-pman - Erlang/OTP process manager
 erlang-public-key - Erlang/OTP public key infrastructure
 erlang-reltool - Erlang/OTP release management tool
 erlang-runtime-tools - Erlang/OTP runtime tracing/debugging tools
 erlang-snmp - Erlang/OTP SNMP applications
 erlang-src - Erlang/OTP applications sources
 erlang-ssh - Erlang/OTP implementation of SSH protocol
 erlang-ssl - Erlang/OTP implementation of SSL
 erlang-syntax-tools - Erlang/OTP modules for handling abstract Erlang syntax 
trees
 erlang-test-server - Erlang/OTP server for automated application testing
 erlang-toolbar - Erlang/OTP graphical toolbar
 erlang-tools - Erlang/OTP various tools
 erlang-tv  - Erlang/OTP table viewer
 erlang-typer - Erlang/OTP code type annotator
 erlang-webtool - Erlang/OTP helper for web-based tools
 erlang-wx  - Erlang/OTP bindings to wxWidgets
 erlang-x11 - Erlang/OTP applications that require X Window System
 erlang-xmerl - Erlang/OTP XML tools
Closes: 532757
Changes: 
 erlang (1:13.b.1-dfsg-2) unstable; urgency=low
 .
   * Updated manpages for section 1.
   * Applied patch by James Henstridge, which sets ERL_COMPILE_FLAGS based on
 DEB_BUILD_OPTIONS. By default slim runtime without debug info is built.
 To remove slim option set DEB_BUILD_OPTION to 'nostrip', to add debug_info
 compiler option set DEB_BUILD_OPTION to 'debug'. Or it may be set to
 'nostrip,debug' to return to the previous level ob debug information
 (closes: #532757).
   * Added a few words about building Erlang packages with debug info included
 to README.Debian.
Checksums-Sha1: 
 8bdb201fbaaba42f9d902b625a31cca7e142b7ca 2297 erlang_13.b.1-dfsg-2.dsc
 fa04004c6f83b0492b4ac63e309366b659626d11 76012 erlang_13.b.1-dfsg-2.diff.gz
 376e2f77a71db057b88576eb1ec62e56429791a7 7904370 
erlang-src_13.b.1-dfsg-2_all.deb
 3dc133be2b40fcafd6d1c4c641fb778da8e525ae 446584 
erlang-examples_13.b.1-dfsg-2_all.deb
 af233c9d04d9905bc2dd0342a4e39fe6bf00 87102 
erlang-mode_13.b.1-dfsg-2_all.deb
 0e4267672ba4164287162c3d362bc4aecd8e9b08 33350 erlang_13.b.1-dfsg-2_all.deb
 99d041abd7472496ef9259eb5b161c0f2cdecb68 3461526 
erlang-base_13.b.1-dfsg-2_i386.deb
 a3c61118ecae288f20d7e06cc439ec42d382be5c 86964 
erlang-appmon_13.b.1-dfsg-2_i386.deb
 a513c7f7d8437c62f6594e721ad569f2bc6cdd93 363542 

Accepted aspell-gu 0.03-0-3 (source all)

2009-06-17 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 11:39:32 +0530
Source: aspell-gu
Binary: aspell-gu
Architecture: source all
Version: 0.03-0-3
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-gu  - Gujarati (gu) dictionary for GNU aspell
Changes: 
 aspell-gu (0.03-0-3) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/control:
 + Updated Standards-Version to 3.8.1
 + Updated my maintainer email address
 + Added ${misc:Depends} for debhelper dependency
   * debian/copyright:
 + [Lintian] Updated for correct copyright symbol
Checksums-Sha1: 
 4910555853e11e7cfd051a13a8b1c4429e67b1d7 1325 aspell-gu_0.03-0-3.dsc
 d3dc6f6f4ab547cefeca1ef29f8bf0aa226bff6a 2741 aspell-gu_0.03-0-3.diff.gz
 9430a8cce82cbd18a6601d41bf8d1aa95adeb1f7 204798 aspell-gu_0.03-0-3_all.deb
Checksums-Sha256: 
 550af841bbb08b39881222b5fe7bcdd1206b37d6f1280680626843df4ad992d3 1325 
aspell-gu_0.03-0-3.dsc
 0e74431b50a6d8028ba5dcea3f821473a9da64b2d799398dbd73e58cd5315026 2741 
aspell-gu_0.03-0-3.diff.gz
 cf1f3b62b69b9d83062e999f0af220ea41fa4b1087359fc76b64fe6a963d 204798 
aspell-gu_0.03-0-3_all.deb
Files: 
 6cc08953dbe466e71ed7dcc573fe5711 1325 text optional aspell-gu_0.03-0-3.dsc
 3a7b634589aadb900b2dbc38c0f7ed98 2741 text optional aspell-gu_0.03-0-3.diff.gz
 7898ccfcc47e529b05d800fb7f29b0b7 204798 text optional 
aspell-gu_0.03-0-3_all.deb

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

iEYEARECAAYFAko4jaAACgkQoRg/jtECjI0s3ACfYyDBlINefV0XZy4gBiZ4YmuZ
58MAnA3CnwvX+2br5uv82EdweRK9TfQW
=MMU7
-END PGP SIGNATURE-


Accepted:
aspell-gu_0.03-0-3.diff.gz
  to pool/main/a/aspell-gu/aspell-gu_0.03-0-3.diff.gz
aspell-gu_0.03-0-3.dsc
  to pool/main/a/aspell-gu/aspell-gu_0.03-0-3.dsc
aspell-gu_0.03-0-3_all.deb
  to pool/main/a/aspell-gu/aspell-gu_0.03-0-3_all.deb


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



Accepted pkglab 1.4.2-1 (source amd64)

2009-06-17 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Jun 2009 20:14:37 +0200
Source: pkglab
Binary: pkglab edos-distcheck
Architecture: source amd64
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 edos-distcheck - Checks whether dependencies of packages can be satisfied
 pkglab - interactive environment to explore package repositories
Closes: 532771 532828
Changes: 
 pkglab (1.4.2-1) unstable; urgency=low
 .
   * New Upstream Version
   * Merge in dql/help.ml and doc/pkglab.ml from upstream svn to fix
 missing quote before version strings (closes: #532771).
   * This package now supersedes the edos-[reb,rpm}check packages:
 - Add symlinks for /usr/bin/edos-{deb,rpm}check.
 - Replaces, Conflicts and Provides edos-{rpm,deb}check
 - Add manpages for edos-{deb,rpm}check
 - Add edos-builddebcheck
   * Patch distcheck/common.ml to accept the -checkonly option. Add a note
 on this to debian/NEW.Debian.
   * Add dependency on python-debian and python (closes: #532828)
Checksums-Sha1: 
 19b5aaba12d846f18939196fa7cd500e7be0e556 1353 pkglab_1.4.2-1.dsc
 7df170dc508b1401f28fefc13a549f320520d63b 48325 pkglab_1.4.2.orig.tar.gz
 7ce3e50d40d5e23b766635aebc658b387445d71d 10425 pkglab_1.4.2-1.diff.gz
 150ebccee4ff7f59c93332667f4817248b7c2818 557152 pkglab_1.4.2-1_amd64.deb
 26c4a750f85d56bb618dd2cf5fb8fa7c6d648cbd 457222 
edos-distcheck_1.4.2-1_amd64.deb
Checksums-Sha256: 
 c11f4c9cc9ae912fd2c7106455dd5e39a03b422e208d41d82433b86da1a6b40a 1353 
pkglab_1.4.2-1.dsc
 4ab8297e587db2e543fdb0c64586071eb200b9136b649d1c802e79ef04f7912d 48325 
pkglab_1.4.2.orig.tar.gz
 a85afc07103d2df8bceb0c0c5be3900d329d8e83b5160f26eb9d5ead64291eb6 10425 
pkglab_1.4.2-1.diff.gz
 6960f3775e8aac3ce562e7c67f0e475a60d343b1da01ddb9e57e5300e1356a83 557152 
pkglab_1.4.2-1_amd64.deb
 05f00478504b0264ec8cc032e49eb534603dcd4290575d0cd220980a6d9be7de 457222 
edos-distcheck_1.4.2-1_amd64.deb
Files: 
 d31d9763e9d572cbcfc57a6376c954ab 1353 devel optional pkglab_1.4.2-1.dsc
 1bbf3f60f9cc829c39cda79826a4847f 48325 devel optional pkglab_1.4.2.orig.tar.gz
 c407ccfc4a6a4acbcc0189b624b24851 10425 devel optional pkglab_1.4.2-1.diff.gz
 16f72b6fb8df4e2121fef3dde1205234 557152 devel optional pkglab_1.4.2-1_amd64.deb
 2200c2c85dccbf414fff8ad9910e1ea9 457222 devel optional 
edos-distcheck_1.4.2-1_amd64.deb

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

iD8DBQFKOJ+ptzWmSeC6BMERAsJbAJ4rE0qwySa1PpP6zT1hB1FehWc1iwCgwwXv
AjzL9EgC7rOZvN+DlI9lWtA=
=F1pf
-END PGP SIGNATURE-


Accepted:
edos-distcheck_1.4.2-1_amd64.deb
  to pool/main/p/pkglab/edos-distcheck_1.4.2-1_amd64.deb
pkglab_1.4.2-1.diff.gz
  to pool/main/p/pkglab/pkglab_1.4.2-1.diff.gz
pkglab_1.4.2-1.dsc
  to pool/main/p/pkglab/pkglab_1.4.2-1.dsc
pkglab_1.4.2-1_amd64.deb
  to pool/main/p/pkglab/pkglab_1.4.2-1_amd64.deb
pkglab_1.4.2.orig.tar.gz
  to pool/main/p/pkglab/pkglab_1.4.2.orig.tar.gz


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



Accepted system-config-printer 1.0.0-6 (source all)

2009-06-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 10:50:17 +0200
Source: system-config-printer
Binary: system-config-printer python-cupsutils
Architecture: source all
Version: 1.0.0-6
Distribution: unstable
Urgency: low
Maintainer: Otavio Salvador ota...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 python-cupsutils - Python utility modules around the CUPS printing system
 system-config-printer - graphical interface to configure the printing system
Closes: 525714
Changes: 
 system-config-printer (1.0.0-6) unstable; urgency=low
 .
   * The “We’ll deal with the rest later” release.
   * Move smburi.py to python-cupsutils.
   * This allows system-config-printer-kde to not depend on
 system-config-printer. Closes: #525714.
   * Update 13_python_paths.patch accordingly.
Checksums-Sha1: 
 64641de60ea2f433ba5fd65fe1898c1016689288 1357 system-config-printer_1.0.0-6.dsc
 65f2d0b45a09d4d0710233780f46de9f0160f4c1 146664 
system-config-printer_1.0.0-6.diff.gz
 fff55aae3d3da75c081186f996ec49d705324cd4 656648 
system-config-printer_1.0.0-6_all.deb
 fee1477835583db40ef21cd93eb68eb81b32de73 62876 python-cupsutils_1.0.0-6_all.deb
Checksums-Sha256: 
 ddb5984888fa7d8e8a5666cba7e017459f22e68767f997017f1b0e59d90254e9 1357 
system-config-printer_1.0.0-6.dsc
 1fa220bd9002408cfc6af64579cc0b211bbac4d51a131d40cebd61790f1a3d6c 146664 
system-config-printer_1.0.0-6.diff.gz
 5f652d8268c8f1d16af1fb7372617f9bd16446eca1e161527063bc52a20d9aa2 656648 
system-config-printer_1.0.0-6_all.deb
 1e26003764852ad594b02583ec9b54fbc89a8906a7f49bdba7cad9ac2567ab10 62876 
python-cupsutils_1.0.0-6_all.deb
Files: 
 4a31ce9e6cda405e880cafad4509e047 1357 python optional 
system-config-printer_1.0.0-6.dsc
 74bc8d84172a61907d60680357f7266a 146664 python optional 
system-config-printer_1.0.0-6.diff.gz
 7b10dccef87760de4e1173c0c4d934df 656648 python optional 
system-config-printer_1.0.0-6_all.deb
 e3736ca59ef7e79348a50d553719ee7e 62876 python optional 
python-cupsutils_1.0.0-6_all.deb

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

iD8DBQFKOLBsrSla4ddfhTMRAnBIAJ4uyrZMrcRxqaH9QhnNd3vQKWuHXgCg1i1i
uUaa2fMuw062BTcZocJiSEQ=
=wGnv
-END PGP SIGNATURE-


Accepted:
python-cupsutils_1.0.0-6_all.deb
  to pool/main/s/system-config-printer/python-cupsutils_1.0.0-6_all.deb
system-config-printer_1.0.0-6.diff.gz
  to pool/main/s/system-config-printer/system-config-printer_1.0.0-6.diff.gz
system-config-printer_1.0.0-6.dsc
  to pool/main/s/system-config-printer/system-config-printer_1.0.0-6.dsc
system-config-printer_1.0.0-6_all.deb
  to pool/main/s/system-config-printer/system-config-printer_1.0.0-6_all.deb


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



Accepted redis 1:0.900-1 (source all amd64)

2009-06-17 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 10:39:57 +0100
Source: redis
Binary: redis-server redis-doc python-redis erlang-redis libphp-redis 
libredis-perl
Architecture: source amd64 all
Version: 1:0.900-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 erlang-redis - Persistent key-value database with network interface (Erlang 
clie
 libphp-redis - Persistent key-value database with network interface (PHP 
client 
 libredis-perl - Persistent key-value database with network interface (Perl 
client
 python-redis - Persistent key-value database with network interface (Python 
clie
 redis-doc  - Persistent key-value database with network interface (Documentati
 redis-server - Persistent key-value database with network interface
Changes: 
 redis (1:0.900-1) unstable; urgency=low
 .
   * New upstream release.
 - Update debian/redis.conf
   * Update versionmangle in debian/watch.
   * /proc/sys/vm/overcommit_memory message:
 - Recommend modifying /etc/sysctl.conf instead of using boot scripts
 - Warn after daemonising to avoid message being spammed on every boot.
Checksums-Sha1: 
 ad892f2a2455edeb6fde4f8e415333fc246bcbfc 1238 redis_0.900-1.dsc
 2d84ce062deba50bfdee5f2b4dbaccbb358f7a04 191386 redis_0.900.orig.tar.gz
 1e74fd60181aa06c826f7a0762f021047d53e28a 7957 redis_0.900-1.diff.gz
 08d8bd41bfe37e37c6a1c449ea96f4d6b2420619 56626 redis-server_0.900-1_amd64.deb
 c4a88f968c5ee8c3276f2b1dcb9fc0812eed3540 61040 redis-doc_0.900-1_all.deb
 a9c7b0fcf0938f64761febec93404e6c6eec0da3 14234 python-redis_0.900-1_all.deb
 0abc2c09986b516f462661bc26b00130662f6756 21900 erlang-redis_0.900-1_amd64.deb
 f7dc5b6685278fa201705f1ed477ef437643a62f 11126 libphp-redis_0.900-1_amd64.deb
 5908830cb21c229acc9d6bbd1cbfd84bdafd0028 20024 libredis-perl_0.900-1_amd64.deb
Checksums-Sha256: 
 7b9162423bc6bf409e89d47dd2a37f83e287a5bf2d5819d996718b313bb8 1238 
redis_0.900-1.dsc
 a2e5baaae0943b0d1cc2f09b8afbf40f5a6f361b968938f277ed0883dfcbadda 191386 
redis_0.900.orig.tar.gz
 bedd347282a6a4ac575fd94ec66dbfe135f4be515f56eda7506e1d68f3517006 7957 
redis_0.900-1.diff.gz
 f736bedbca09946cae92aa9624f3090737819eae5017a6669876b3e6699f9bac 56626 
redis-server_0.900-1_amd64.deb
 249accba2b918b8f8b9002ca951471358d982bb52189c68b14d2bc0d227a499f 61040 
redis-doc_0.900-1_all.deb
 bb711061c7071d67c69b65d6cd1dbbdebfb7e2bedeff97c7ae395506ccc335e0 14234 
python-redis_0.900-1_all.deb
 f8e36a7f4d127dea0ae56a034a8eaf020c146cce2911b069e32bb876df7bfa48 21900 
erlang-redis_0.900-1_amd64.deb
 8f38760ca326e9a79e7dab1d882a4a391a270858b0c7a01c830f6ee2515c500a 11126 
libphp-redis_0.900-1_amd64.deb
 c1e27fba1d59d5f67f77668ec484b390a599d99446119480674b299a30cf67c2 20024 
libredis-perl_0.900-1_amd64.deb
Files: 
 7aada0194561d6aad21ef63f6a69d80b 1238 misc optional redis_0.900-1.dsc
 15ecbb37ba74b455ddfd5995730506bc 191386 misc optional redis_0.900.orig.tar.gz
 699dd3d06cf8a62d067310cd651f339c 7957 misc optional redis_0.900-1.diff.gz
 e97444d627e81f40216b3b0ef3a88970 56626 misc optional 
redis-server_0.900-1_amd64.deb
 e5f86b5370bc9a3923321318dea6b222 61040 doc optional redis-doc_0.900-1_all.deb
 558778f7283ea8e4057248bf97bcec26 14234 python optional 
python-redis_0.900-1_all.deb
 1232cda848a1937cee79a85e469c13dd 21900 misc optional 
erlang-redis_0.900-1_amd64.deb
 f5ed517488e53443c6084a769a9b5633 11126 php optional 
libphp-redis_0.900-1_amd64.deb
 e169b1b228eecba03e0193ed1a4de1fe 20024 perl optional 
libredis-perl_0.900-1_amd64.deb

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

iEYEARECAAYFAko4ujAACgkQ5/8uW2NPmiAWoQCgpfOjJufGCrHoE1bmP1OL5orC
UA0AoJKmO6YALU7Qx8/t015G77cE00t6
=zBDp
-END PGP SIGNATURE-


Accepted:
erlang-redis_0.900-1_amd64.deb
  to pool/main/r/redis/erlang-redis_0.900-1_amd64.deb
libphp-redis_0.900-1_amd64.deb
  to pool/main/r/redis/libphp-redis_0.900-1_amd64.deb
libredis-perl_0.900-1_amd64.deb
  to pool/main/r/redis/libredis-perl_0.900-1_amd64.deb
python-redis_0.900-1_all.deb
  to pool/main/r/redis/python-redis_0.900-1_all.deb
redis-doc_0.900-1_all.deb
  to pool/main/r/redis/redis-doc_0.900-1_all.deb
redis-server_0.900-1_amd64.deb
  to pool/main/r/redis/redis-server_0.900-1_amd64.deb
redis_0.900-1.diff.gz
  to pool/main/r/redis/redis_0.900-1.diff.gz
redis_0.900-1.dsc
  to pool/main/r/redis/redis_0.900-1.dsc
redis_0.900.orig.tar.gz
  to pool/main/r/redis/redis_0.900.orig.tar.gz


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



Accepted foomatic-db-engine 4.0-20090509-2 (source all amd64)

2009-06-17 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Jun 2009 23:18:18 -0500
Source: foomatic-db-engine
Binary: foomatic-db-engine foomatic-filters-ppds
Architecture: source all amd64
Version: 4.0-20090509-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence lawre...@debian.org
Changed-By: Chris Lawrence lawre...@debian.org
Description: 
 foomatic-db-engine - OpenPrinting printer support - programs
 foomatic-filters-ppds - OpenPrinting printer support - prebuilt PPD files
Closes: 532977
Changes: 
 foomatic-db-engine (4.0-20090509-2) unstable; urgency=low
 .
   * Fix build outside of chroot.  (Closes: #532977)
   + Use subprocess module to trap errors properly in build_ppds.
Checksums-Sha1: 
 cb60d2dce670573fce46cd1cc3805ebc370377d6 1266 
foomatic-db-engine_4.0-20090509-2.dsc
 602e1184b57573c4bccef8fd28ca7b2112deccde 12228 
foomatic-db-engine_4.0-20090509-2.diff.gz
 243d8920ac852393fcd81468003f341d2f820b20 28172640 
foomatic-filters-ppds_4.0-20090509-2_all.deb
 250884acbebcbed68ef9f712aad6e0e16b407d3c 299632 
foomatic-db-engine_4.0-20090509-2_amd64.deb
Checksums-Sha256: 
 fd4e6028b1645751170f3beba70efe2095b2fe2bd50bb3efbf6c7ce1c145c922 1266 
foomatic-db-engine_4.0-20090509-2.dsc
 6e8a1d7daf1ad811dbd1976d82e5c20c5758e2eb9639e3d3218b427ef34b6bd3 12228 
foomatic-db-engine_4.0-20090509-2.diff.gz
 65cba7077d49802f76b30715abf6b3f596b63247b42dea74dfcb0c31e6f8fc97 28172640 
foomatic-filters-ppds_4.0-20090509-2_all.deb
 2313be6b3c0e99c6eb4bf6df82ff9b34b82753745f6c9808df2fd8ac1c811186 299632 
foomatic-db-engine_4.0-20090509-2_amd64.deb
Files: 
 039278523434b645655334b70abf5030 1266 text optional 
foomatic-db-engine_4.0-20090509-2.dsc
 6a13be0b0413591a5bb3f018a3429678 12228 text optional 
foomatic-db-engine_4.0-20090509-2.diff.gz
 868da9dab0e755062d485d3b7f37d168 28172640 text optional 
foomatic-filters-ppds_4.0-20090509-2_all.deb
 af9a68430ee6e26f33c64715a76c0cca 299632 text optional 
foomatic-db-engine_4.0-20090509-2_amd64.deb

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

iEYEARECAAYFAko4uykACgkQ2wQKE6PXubwT6ACgohdV0sxC1qMsWPlMo0Fjj3Fh
xvgAn2HtSYn2tkqK1iejqgtZR6IMTJXF
=hhCg
-END PGP SIGNATURE-


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


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



Accepted foomatic-db 20090616-1 (source all)

2009-06-17 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Jun 2009 23:07:01 -0500
Source: foomatic-db
Binary: foomatic-db openprinting-ppds
Architecture: source all
Version: 20090616-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence lawre...@debian.org
Changed-By: Chris Lawrence lawre...@debian.org
Description: 
 foomatic-db - OpenPrinting printer support - database
 openprinting-ppds - OpenPrinting printer support - PostScript PPD files
Closes: 532914
Changes: 
 foomatic-db (20090616-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix build problems.  (Closes: #532914)
Checksums-Sha1: 
 21f2a003c008df75ebc060b94c27196bf7b07b3c 1061 foomatic-db_20090616-1.dsc
 d95ca308a02ced523da853ef539b718c88b72fcb 20175515 
foomatic-db_20090616.orig.tar.gz
 e2bf3fe69613a7fb5a49a2c02c72d6db5e5624b4 5678 foomatic-db_20090616-1.diff.gz
 54854ef5ce1836ed1f3d217493f98ede5e5a5c5e 1188014 foomatic-db_20090616-1_all.deb
 fad25d727aea1171937f739a2935847ee904837e 20600150 
openprinting-ppds_20090616-1_all.deb
Checksums-Sha256: 
 e4f519a094f864cafc3704e3e434f051c840e03640ee1085374d93b631e486d5 1061 
foomatic-db_20090616-1.dsc
 c9951f199651b2243030cd00ab75adf822bffeb57eab6682ee2cf1fc65f90ee6 20175515 
foomatic-db_20090616.orig.tar.gz
 55d1c10f90a482804cef540b8cb0d8d62115c05fa960e079ddd66ca802971ef1 5678 
foomatic-db_20090616-1.diff.gz
 0ac1dca289dc1e52c6a53d3f3e34aae1ed85bf96248eae4e0593dba560fcac90 1188014 
foomatic-db_20090616-1_all.deb
 439a8930a3b02a0f728bbdbb4f1cc3944399c4ab5f058675cbc0a85b04737ee7 20600150 
openprinting-ppds_20090616-1_all.deb
Files: 
 adea0bd589f545aca20556459e11d042 1061 text optional foomatic-db_20090616-1.dsc
 4ac5274359e6741cb2e83134c2e963b0 20175515 text optional 
foomatic-db_20090616.orig.tar.gz
 1588fde6cf87f33895f9a8776950 5678 text optional 
foomatic-db_20090616-1.diff.gz
 d6fb558051f4b26a83fc68d7357c3de1 1188014 text optional 
foomatic-db_20090616-1_all.deb
 e107730bffcbab1d6947f7ccd0349b6d 20600150 text optional 
openprinting-ppds_20090616-1_all.deb

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

iEYEARECAAYFAko4u0kACgkQ2wQKE6PXubwhTACdH5iVmoPs1vgAuDt6nzx4A5WZ
IvoAnRVuNEufymX5s3C1uNuQxTkn+l34
=lzzj
-END PGP SIGNATURE-


Accepted:
foomatic-db_20090616-1.diff.gz
  to pool/main/f/foomatic-db/foomatic-db_20090616-1.diff.gz
foomatic-db_20090616-1.dsc
  to pool/main/f/foomatic-db/foomatic-db_20090616-1.dsc
foomatic-db_20090616-1_all.deb
  to pool/main/f/foomatic-db/foomatic-db_20090616-1_all.deb
foomatic-db_20090616.orig.tar.gz
  to pool/main/f/foomatic-db/foomatic-db_20090616.orig.tar.gz
openprinting-ppds_20090616-1_all.deb
  to pool/main/f/foomatic-db/openprinting-ppds_20090616-1_all.deb


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



Accepted whois 4.7.34 (source i386)

2009-06-17 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 11:59:51 +0200
Source: whois
Binary: whois
Architecture: source i386
Version: 4.7.34
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 whois  - an intelligent whois client
Closes: 526143 527605
Changes: 
 whois (4.7.34) unstable; urgency=medium
 .
   * Added new IPv4 allocations.
   * Fixed the disclaimer suppression data for .mobi. (Closes: #526143)
   * Updated the French translation. (Closes: #527605)
   * Updated the .bd TLD server.
Checksums-Sha1: 
 739a7251652d2e5fee712b3f68b72f4876a9f769 702 whois_4.7.34.dsc
 bf706efc0b85e180e2cd5d2fa265c6015f7b791d 71941 whois_4.7.34.tar.gz
 29ecedf1b32776ab3fb002e6f67e4065bbb5b207 56078 whois_4.7.34_i386.deb
Checksums-Sha256: 
 a217e1aa4fdaa3f27dac187b9aa10528395e7a9a8b03af5c83cb12dd6f027226 702 
whois_4.7.34.dsc
 4ab43d1b638cf3603c8117cdfce25b76e15ab828a1e762ba25ec924cb080e299 71941 
whois_4.7.34.tar.gz
 b38edd19432812b7b3ceb2778ea73ed7cb77c199e2eb916222fb1391a781566a 56078 
whois_4.7.34_i386.deb
Files: 
 2288a9cfc9cd08cf9fd076876f1859bf 702 net standard whois_4.7.34.dsc
 c2d83431a8fd050bc0a3d6a4544f6870 71941 net standard whois_4.7.34.tar.gz
 8281f3b757e71ac3f5dbbdd2a2c8af30 56078 net standard whois_4.7.34_i386.deb

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

iEYEARECAAYFAko4yLwACgkQFGfw2OHuP7EmNgCgosMlCT0rHuJIU6eBwXLnTU1e
sAwAoITdnaiNOUvU3lwVpOf3ivcbSUrj
=uvYM
-END PGP SIGNATURE-


Accepted:
whois_4.7.34.dsc
  to pool/main/w/whois/whois_4.7.34.dsc
whois_4.7.34.tar.gz
  to pool/main/w/whois/whois_4.7.34.tar.gz
whois_4.7.34_i386.deb
  to pool/main/w/whois/whois_4.7.34_i386.deb


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



Accepted aolserver4-nsimap 3.2.3-2 (source i386)

2009-06-17 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 10:33:33 +0200
Source: aolserver4-nsimap
Binary: aolserver4-nsimap
Architecture: source i386
Version: 3.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 aolserver4-nsimap - This is AOLserver 4 module that implements IMAP4 interface
Changes: 
 aolserver4-nsimap (3.2.3-2) unstable; urgency=low
 .
   * Policy bumped to 3.8.1.
   * New depedency on AOLserver versioned API+ABI interface introduced.
   * Debhelper level set to 7.
   * Now using provided Makefile to be coherent with the whole building system.
Checksums-Sha1: 
 b1d6b45057d87c545c3d4c8b36225ffb0dbc7089 1163 aolserver4-nsimap_3.2.3-2.dsc
 4368d7113547ae9642a8c8660391ebf67c968c6a 2623 aolserver4-nsimap_3.2.3-2.diff.gz
 9a5b560d46d6f01dabdc2c0cd5b1e70d9fc490fa 25934 
aolserver4-nsimap_3.2.3-2_i386.deb
Checksums-Sha256: 
 43ea2fcfecfe4e4e99e7109b68077eb4da3f687de846f890e3fd16dd972dea1b 1163 
aolserver4-nsimap_3.2.3-2.dsc
 bd019b0b688bd8422e2def191425d5d5861862fd0ff96551b28024bd4fe6e9e9 2623 
aolserver4-nsimap_3.2.3-2.diff.gz
 feef7b9186f71a809508096f935a6554882a5a4b9979e2b017bc7c8e07d28c59 25934 
aolserver4-nsimap_3.2.3-2_i386.deb
Files: 
 aa5b52fc1c2f27e524e24d1ad99e8be0 1163 net optional 
aolserver4-nsimap_3.2.3-2.dsc
 451b1001a3f8442706651a6792979802 2623 net optional 
aolserver4-nsimap_3.2.3-2.diff.gz
 796657535048453b9f9695782126e35f 25934 net optional 
aolserver4-nsimap_3.2.3-2_i386.deb

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

iEYEARECAAYFAko4zI4ACgkQpFNRmenyx0dEAgCfT9OCSqBA4VNyEff0tLr4FYtx
50EAoMwC5KLpALRXA21E1CAyHZR58PdK
=qwX3
-END PGP SIGNATURE-


Accepted:
aolserver4-nsimap_3.2.3-2.diff.gz
  to pool/main/a/aolserver4-nsimap/aolserver4-nsimap_3.2.3-2.diff.gz
aolserver4-nsimap_3.2.3-2.dsc
  to pool/main/a/aolserver4-nsimap/aolserver4-nsimap_3.2.3-2.dsc
aolserver4-nsimap_3.2.3-2_i386.deb
  to pool/main/a/aolserver4-nsimap/aolserver4-nsimap_3.2.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



Accepted padre 0.36-2 (source all)

2009-06-17 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Jun 2009 14:04:05 -0700
Source: padre
Binary: padre libwx-perl-dialog-perl
Architecture: source all
Version: 0.36-2
Distribution: unstable
Urgency: low
Maintainer: Damyan Ivanov d...@debian.org
Changed-By: Ryan Niebur ryanrya...@gmail.com
Description: 
 libwx-perl-dialog-perl - abstract dialog class for simple dialog creation
 padre  - Perl Application Development and Refactoring Environment
Closes: 532997
Changes: 
 padre (0.36-2) unstable; urgency=low
 .
   * don't require libfile-path-perl (Closes: #532997)
   * Add myself to Uploaders
Checksums-Sha1: 
 812e2ca958d58afea7c1e642643a63b737695e42 2483 padre_0.36-2.dsc
 22ef2eb903e6eb588520e16669683c6add1a98c6 8255 padre_0.36-2.diff.gz
 9bcde1bbcb14a5d4c9564d0a400e5bf18ad6ffc4 614158 padre_0.36-2_all.deb
 b22231e7429fcf8d6d1e798f1949a9c7721e0b0a 33376 
libwx-perl-dialog-perl_0.36-2_all.deb
Checksums-Sha256: 
 9e8b25c1b5188e785e732f43f25d97598b1462fe94886737dc268afb50bd215b 2483 
padre_0.36-2.dsc
 365c3cd611083f41d6bd42d0885c02cca366996f6ed1f5c650bd644e765cf1cc 8255 
padre_0.36-2.diff.gz
 c77c453054712a6476ad66cda6596825c6357a305df12e6e4209c0dcd20e1c6d 614158 
padre_0.36-2_all.deb
 a9803c5aaff649c757ae4ab64e179d36d8bc37009a4862115ab4b5d4e1481f07 33376 
libwx-perl-dialog-perl_0.36-2_all.deb
Files: 
 fc697506defe1f7256bfd047008b607c 2483 perl optional padre_0.36-2.dsc
 da229b18d1a63b58df13ff73fdc7b903 8255 perl optional padre_0.36-2.diff.gz
 3556ff8ccef35ee9dc4d89b8da073d0d 614158 perl optional padre_0.36-2_all.deb
 3aa6a3f006b40f28bfa049cf19876396 33376 perl optional 
libwx-perl-dialog-perl_0.36-2_all.deb

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

iEYEARECAAYFAko43LsACgkQHqjlqpcl9jv1ggCdEJ5r5D9JFIOnEYed85KxycqK
1zYAoLClN+vy/DfWPtuI7NS+vSTUU2p5
=7oqM
-END PGP SIGNATURE-


Accepted:
libwx-perl-dialog-perl_0.36-2_all.deb
  to pool/main/p/padre/libwx-perl-dialog-perl_0.36-2_all.deb
padre_0.36-2.diff.gz
  to pool/main/p/padre/padre_0.36-2.diff.gz
padre_0.36-2.dsc
  to pool/main/p/padre/padre_0.36-2.dsc
padre_0.36-2_all.deb
  to pool/main/p/padre/padre_0.36-2_all.deb


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



Accepted rpm 4.7.0-5 (source all amd64)

2009-06-17 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 13:50:10 +0200
Source: rpm
Binary: rpm rpm-i18n lsb-rpm librpm-dbg librpm0 librpmio0 librpmbuild0 
librpm-dev python-rpm
Architecture: source all amd64
Version: 4.7.0-5
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 librpm-dbg - debugging symbols for RPM
 librpm-dev - RPM shared library, development kit
 librpm0- RPM shared library
 librpmbuild0 - RPM build shared library
 librpmio0  - RPM IO shared library
 lsb-rpm- RPM Package Manager for LSB package building
 python-rpm - Python bindings for RPM
 rpm- package manager for RPM
 rpm-i18n   - localization and localized man pages for rpm
Changes: 
 rpm (4.7.0-5) unstable; urgency=low
 .
   * Remake symbol files, default is for 32-bit systems and add exceptions for
 64-bit ones, there are fewer of them (fixes FTBFS on armel).
   * Add missing include pthread.h (should fix FTBFS on hurd-i386).
   * Fix more errors in man page.
Checksums-Sha1: 
 227c1fcef3424422fdff045ecb0d5ee18991cee4 1609 rpm_4.7.0-5.dsc
 cc09016ad3a161e47090febc81b7944eef3eab04 485099 rpm_4.7.0-5.diff.gz
 370c5d35e9aa887df85d9e5a6db662876d7e3232 1132518 rpm-i18n_4.7.0-5_all.deb
 aff2c5faff0f638d0afd40fcc86c9b5cbb9dd4b5 801658 rpm_4.7.0-5_amd64.deb
 18b7b0cebd0b4f510b29ffa40db3ac89495ae2c2 1182476 lsb-rpm_4.7.0-5_amd64.deb
 f30944a631c75f9a585938415c40b38a5d325e6d 2821404 librpm-dbg_4.7.0-5_amd64.deb
 d8bcebb26d06d2843193e9d2e3c11dc3cc8d0a8e 839120 librpm0_4.7.0-5_amd64.deb
 c2ba7bc7c8a29b7a97ebbec3f0e02daf702fff19 699896 librpmio0_4.7.0-5_amd64.deb
 3eeb16f01ec443b8dc5633c552b639c28bf2e9eb 702468 librpmbuild0_4.7.0-5_amd64.deb
 38c73182e9007da569e3a038ba275a186f6195a4 699834 librpm-dev_4.7.0-5_amd64.deb
 22808eaaa63829aad3efc8fc86699a1d6159d946 712848 python-rpm_4.7.0-5_amd64.deb
Checksums-Sha256: 
 917d90658ffea656714d615da5bc4f24d8b8c7ab11af18a2cbf85a45c616937c 1609 
rpm_4.7.0-5.dsc
 5c99055cb74500b966f0673a0b991c21c51d459b8bd864a72e6c4a6f131dc711 485099 
rpm_4.7.0-5.diff.gz
 23df6cbcd04754f362d28f2b72ed96522438a2b77e4dcd067a3d94ef99ebeca1 1132518 
rpm-i18n_4.7.0-5_all.deb
 442f36a4aa73340419589c40d68a260715685dee69e82e2abee6d5959ab0e18a 801658 
rpm_4.7.0-5_amd64.deb
 d84a0c3926d4f6dfe99d3b12d9395f733af0eb5f65ddc8939afd6817df781a20 1182476 
lsb-rpm_4.7.0-5_amd64.deb
 9232c54a9863bc9554f08b8c71887894d0d5f85589b57ddc968c85794e692120 2821404 
librpm-dbg_4.7.0-5_amd64.deb
 4628cf2ebcf711b38c445c9cefbcaaf3f20777bfa019be492716f11d2abd7d16 839120 
librpm0_4.7.0-5_amd64.deb
 760709a5bf28a96f775080c220afa203df1336fb8341f6340fdbd02791f61f87 699896 
librpmio0_4.7.0-5_amd64.deb
 28d75aaed3a225da9f77730612cb05db739f98fd6339b52025c7ad142a1ff9ed 702468 
librpmbuild0_4.7.0-5_amd64.deb
 5a8047cf67e5c9a158a4accf5cdb7b509ad911d57a1e62e28617db569f981ffb 699834 
librpm-dev_4.7.0-5_amd64.deb
 b316e20611f6f82c67ad424f9c791e2e827e3fcf327f0e42fb0b8ef5407b6adb 712848 
python-rpm_4.7.0-5_amd64.deb
Files: 
 8bd944ce7c0ab9e83e2e641479116eef 1609 admin optional rpm_4.7.0-5.dsc
 3cd67f91e907ca7c90d3c8b3a5b887fc 485099 admin optional rpm_4.7.0-5.diff.gz
 593cd1ab602f66ecd4d361aba41960fc 1132518 localization optional 
rpm-i18n_4.7.0-5_all.deb
 b4f082eda72be0575a7435124f864c0e 801658 admin optional rpm_4.7.0-5_amd64.deb
 480933678d4466bab830ce7e56612cd3 1182476 devel optional 
lsb-rpm_4.7.0-5_amd64.deb
 753f226d7269b3d1ac31e3bafec205b6 2821404 debug extra 
librpm-dbg_4.7.0-5_amd64.deb
 1cf030ebad13e1bbb61be74a184fa3a0 839120 libs optional librpm0_4.7.0-5_amd64.deb
 47cddd17c499f1fc999db269948237a3 699896 libs optional 
librpmio0_4.7.0-5_amd64.deb
 d265751804fdf2b0d56f9f93d2fad5e5 702468 libs optional 
librpmbuild0_4.7.0-5_amd64.deb
 a9022efbde64eec8e31d8c634dc9fa05 699834 libdevel extra 
librpm-dev_4.7.0-5_amd64.deb
 cb574b4a99cdc4c95dac588ebf8e7e1a 712848 python extra 
python-rpm_4.7.0-5_amd64.deb

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

iEYEARECAAYFAko42T8ACgkQ3DVS6DbnVgQq/QCdHeGHMusilTFir0zwpgAMKiIg
f50AoKhmMVhm/nAngjcMplptwnxhYcVI
=ZJhc
-END PGP SIGNATURE-


Accepted:
librpm-dbg_4.7.0-5_amd64.deb
  to pool/main/r/rpm/librpm-dbg_4.7.0-5_amd64.deb
librpm-dev_4.7.0-5_amd64.deb
  to pool/main/r/rpm/librpm-dev_4.7.0-5_amd64.deb
librpm0_4.7.0-5_amd64.deb
  to pool/main/r/rpm/librpm0_4.7.0-5_amd64.deb
librpmbuild0_4.7.0-5_amd64.deb
  to pool/main/r/rpm/librpmbuild0_4.7.0-5_amd64.deb
librpmio0_4.7.0-5_amd64.deb
  to pool/main/r/rpm/librpmio0_4.7.0-5_amd64.deb
lsb-rpm_4.7.0-5_amd64.deb
  to pool/main/r/rpm/lsb-rpm_4.7.0-5_amd64.deb
python-rpm_4.7.0-5_amd64.deb
  to pool/main/r/rpm/python-rpm_4.7.0-5_amd64.deb
rpm-i18n_4.7.0-5_all.deb
  to pool/main/r/rpm/rpm-i18n_4.7.0-5_all.deb
rpm_4.7.0-5.diff.gz
  to pool/main/r/rpm/rpm_4.7.0-5.diff.gz
rpm_4.7.0-5.dsc
  to pool/main/r/rpm/rpm_4.7.0-5.dsc
rpm_4.7.0-5_amd64.deb
  to pool/main/r/rpm/rpm_4.7.0-5_amd64.deb


-- 
To UNSUBSCRIBE, email to 

Accepted ttf-ipafont-jisx0208 00103-10 (source all)

2009-06-17 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 04:20:00 +0900
Source: ttf-ipafont-jisx0208
Binary: ttf-ipafont-jisx0208
Architecture: source all
Version: 00103-10
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-ipafont-jisx0208 - Japanese TrueType font, IPAfont (JISX0208)
Changes: 
 ttf-ipafont-jisx0208 (00103-10) unstable; urgency=low
 .
   * debian/postinst: remove fc-cache
Checksums-Sha1: 
 aac383d100f69dfb35d1723f0712e65453f4e645 1423 ttf-ipafont-jisx0208_00103-10.dsc
 0eb8c78abbc1ea66c045a9b9c7cae65cb8f52873 9085 
ttf-ipafont-jisx0208_00103-10.diff.gz
 c5872abad0018df8911bcf20a304fca34352fc83 9500628 
ttf-ipafont-jisx0208_00103-10_all.deb
Checksums-Sha256: 
 f40ff8488435d6827d76c536eae31706f6ef6d20a774bc28c12630e4a079200d 1423 
ttf-ipafont-jisx0208_00103-10.dsc
 6c6539472e338290f15a6ce14d32dd8516c1a4def87e15b59b433a7da0c1db6a 9085 
ttf-ipafont-jisx0208_00103-10.diff.gz
 e36b631dcc13840a2124b375fa1b690521eb61d1e326fb7beaae9b840e138fd6 9500628 
ttf-ipafont-jisx0208_00103-10_all.deb
Files: 
 f9c5f26b5341f5ffc0c9c3404f57ba25 1423 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-10.dsc
 4cf90ce207c68fba3528c1cac4225850 9085 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-10.diff.gz
 566d27b68c9500103783a2facef1e40b 9500628 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-10_all.deb

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

iEYEARECAAYFAko44i0ACgkQIu0hy8THJktwFwCdFznvx5nNdsYsutsuTZ+sK8Qd
6rIAni18UGQage75V/ixyQj0ZQk/uJcN
=sBWy
-END PGP SIGNATURE-


Accepted:
ttf-ipafont-jisx0208_00103-10.diff.gz
  to pool/non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-10.diff.gz
ttf-ipafont-jisx0208_00103-10.dsc
  to pool/non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-10.dsc
ttf-ipafont-jisx0208_00103-10_all.deb
  to pool/non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-10_all.deb


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



Accepted rsync 3.0.6-1 (source amd64)

2009-06-17 Thread Paul Slootman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 13:43:12 +0200
Source: rsync
Binary: rsync
Architecture: source amd64
Version: 3.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Paul Slootman p...@debian.org
Changed-By: Paul Slootman p...@debian.org
Description: 
 rsync  - fast remote file copy program (like rcp)
Closes: 472767 476368 492138 520330
Changes: 
 rsync (3.0.6-1) unstable; urgency=low
 .
   * new upstream release.
   * Manpage now states that MD5 is used for protocol version 30 and higher.
 closes:#520330
   * Updated to standards version 3.8.2. Added debian/README.source .
   * Added lintian override for embedded-zlib, as this is a modified version
 optimized for the rsync protocol. I.e. the standard zlib version will not
 work as well.
   * Added a 'status' option to the init.d script.
 closes:#492138
   * Manpage now declares --delete-during to be the default in the summary.
 closes:#472767,#476368
Checksums-Sha1: 
 0c10463e4358223f2108a53df01648ce9e7a818c 940 rsync_3.0.6-1.dsc
 8853dfd291b3850aafa60169d2eea8601498f713 778927 rsync_3.0.6.orig.tar.gz
 9264dc9404ff7adb683301c99da264380c417671 18663 rsync_3.0.6-1.diff.gz
 beeb542a4b17f5e504ccfee9eb4e7eb09065e57f 355374 rsync_3.0.6-1_amd64.deb
Checksums-Sha256: 
 7b7b855b82e57546288706cb2d0009c62efa8a2da882db2fdfb4bdd2dd4b76e7 940 
rsync_3.0.6-1.dsc
 33cc969364cb66b3e345fa7db2c651a8e07de0e58743ec03899c4ba86953e1b3 778927 
rsync_3.0.6.orig.tar.gz
 a60490124fea71debc93c37fc3ef82b82838ef643c764a3711f30d777cf697e9 18663 
rsync_3.0.6-1.diff.gz
 bb6a5fe82a4a142a3847df4234ff4244f6695d53d9c54630bb6da7f5c2bdbcc7 355374 
rsync_3.0.6-1_amd64.deb
Files: 
 fc7c85b03654387a6a2546bc501d0dd7 940 net optional rsync_3.0.6-1.dsc
 e9865d093a18e4668b9d31b635dc8e99 778927 net optional rsync_3.0.6.orig.tar.gz
 e17d2df70328cacf7026568069bb4979 18663 net optional rsync_3.0.6-1.diff.gz
 0775cf1f560b30a562fcdb29c2c84083 355374 net optional rsync_3.0.6-1_amd64.deb

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

iD8DBQFKOOeUutvvqbTW3hMRAk0QAJ4oxwtqwGax2yjqXmGuZaK5Ijs0+ACfU0vu
vhR1uoUKwN5farEL+UR1xnA=
=/e18
-END PGP SIGNATURE-


Accepted:
rsync_3.0.6-1.diff.gz
  to pool/main/r/rsync/rsync_3.0.6-1.diff.gz
rsync_3.0.6-1.dsc
  to pool/main/r/rsync/rsync_3.0.6-1.dsc
rsync_3.0.6-1_amd64.deb
  to pool/main/r/rsync/rsync_3.0.6-1_amd64.deb
rsync_3.0.6.orig.tar.gz
  to pool/main/r/rsync/rsync_3.0.6.orig.tar.gz


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



Accepted ttf-ipafont 00203-9 (source all)

2009-06-17 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 21:32:23 +0900
Source: ttf-ipafont
Binary: ttf-ipafont
Architecture: source all
Version: 00203-9
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-ipafont - Japanese TrueType font, IPAfont
Changes: 
 ttf-ipafont (00203-9) unstable; urgency=low
 .
   * debian/control:
 - add conflicts: otf-ipafont
 - Suggests: fontconfig (2.6.0-4)
   * debian/postinst:
 - remove fc-cache
Checksums-Sha1: 
 a8602b8186b5f4201b3a41a72c9069fd003caac2 1325 ttf-ipafont_00203-9.dsc
 3f59b62f4481080606abf780e542d2f4cdccce33 9465 ttf-ipafont_00203-9.diff.gz
 dfbd67a6ea65e191b4d469e8aabc03a25c6bf6a1 15991590 ttf-ipafont_00203-9_all.deb
Checksums-Sha256: 
 cf368f5201e725ff6f9076828773aa013661cb832c6ccb4af20f6a26e7726026 1325 
ttf-ipafont_00203-9.dsc
 646db990fea8817743607f25533b670a3ca42ebc189e607c8416c2e26df4ace0 9465 
ttf-ipafont_00203-9.diff.gz
 e11efa54cd0e3239384d4423f4bc64a05d2a9afec7d2d71f56f0e90f44f8dfd6 15991590 
ttf-ipafont_00203-9_all.deb
Files: 
 cd9c7824db4cbeb64a7d53e914f7e743 1325 non-free/fonts optional 
ttf-ipafont_00203-9.dsc
 16ef845b0d90709e64dafa427dadaf8f 9465 non-free/fonts optional 
ttf-ipafont_00203-9.diff.gz
 21f0923694d0593c53679e61f812df72 15991590 non-free/fonts optional 
ttf-ipafont_00203-9_all.deb

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

iEYEARECAAYFAko44ocACgkQIu0hy8THJksN0QCfamIiiBsKd6p/RInoxvTMXXcL
GsgAn2p/nbUrHdhCR7iK9SbP5iODhZkd
=K3NU
-END PGP SIGNATURE-


Accepted:
ttf-ipafont_00203-9.diff.gz
  to pool/non-free/t/ttf-ipafont/ttf-ipafont_00203-9.diff.gz
ttf-ipafont_00203-9.dsc
  to pool/non-free/t/ttf-ipafont/ttf-ipafont_00203-9.dsc
ttf-ipafont_00203-9_all.deb
  to pool/non-free/t/ttf-ipafont/ttf-ipafont_00203-9_all.deb


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



Accepted telepathy-butterfly 0.3.4-1 (source all)

2009-06-17 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 15:03:35 +0200
Source: telepathy-butterfly
Binary: telepathy-butterfly
Architecture: source all
Version: 0.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 telepathy-butterfly - MSN connection manager for telepathy
Changes: 
 telepathy-butterfly (0.3.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 - Bump Standards-Version to 3.8.1
 - Drop XS-Dm-Upload-Allowed: yes
   * debian/copyright: Update copyright file
Checksums-Sha1: 
 bdeb085d2d5fb5d4fecf9e6739952bb50e5978fa 1686 telepathy-butterfly_0.3.4-1.dsc
 9a5b35aaeb662fe45f5594b0c5b2482bb8511d27 125358 
telepathy-butterfly_0.3.4.orig.tar.gz
 efe83e83a4aa1396820491eec43226a84e2f4d93 3842 
telepathy-butterfly_0.3.4-1.diff.gz
 a0fbdeb1e01977a55ce182f82c0f5cac06ad65d4 19932 
telepathy-butterfly_0.3.4-1_all.deb
Checksums-Sha256: 
 ee3a6b31c1e9c53f934a207d32e40833baa2189648d0f3a8699a413637279753 1686 
telepathy-butterfly_0.3.4-1.dsc
 74e392d66563560a470b1a0c140ce4f58af5ef7cf4173938f4eb7bdee85c6391 125358 
telepathy-butterfly_0.3.4.orig.tar.gz
 e226cd0c09534dcac9e76a96ac70056df14682be8a9ae2a67b4428c4b9df27c3 3842 
telepathy-butterfly_0.3.4-1.diff.gz
 04db46fb4b8ba7ca7677a0d171443e34f0092955ad9b3c6282ed569fbb3b34c1 19932 
telepathy-butterfly_0.3.4-1_all.deb
Files: 
 9a994bfc13d280a5a8ceffb255bd5955 1686 net optional 
telepathy-butterfly_0.3.4-1.dsc
 932557c19e619dc6327f52a76e71e46d 125358 net optional 
telepathy-butterfly_0.3.4.orig.tar.gz
 fde05a9b8a2e9222c72bbe4a190b6409 3842 net optional 
telepathy-butterfly_0.3.4-1.diff.gz
 132c991c1063b39da1dedfe149683b24 19932 net optional 
telepathy-butterfly_0.3.4-1_all.deb

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

iEYEARECAAYFAko46h8ACgkQdkeBByM7nqBQGQCfUDA19i6yMmN+owS3Nu8pPFNa
y4EAnA9dLtNUUaNUNGHmXqf8bXPZuBVU
=EBFi
-END PGP SIGNATURE-


Accepted:
telepathy-butterfly_0.3.4-1.diff.gz
  to pool/main/t/telepathy-butterfly/telepathy-butterfly_0.3.4-1.diff.gz
telepathy-butterfly_0.3.4-1.dsc
  to pool/main/t/telepathy-butterfly/telepathy-butterfly_0.3.4-1.dsc
telepathy-butterfly_0.3.4-1_all.deb
  to pool/main/t/telepathy-butterfly/telepathy-butterfly_0.3.4-1_all.deb
telepathy-butterfly_0.3.4.orig.tar.gz
  to pool/main/t/telepathy-butterfly/telepathy-butterfly_0.3.4.orig.tar.gz


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



Accepted aolserver4 4.5.1-4 (source all i386)

2009-06-17 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 14:39:25 +0200
Source: aolserver4
Binary: aolserver4-daemon aolserver4-core-4.5.1 aolserver4-dev aolserver4-doc 
aolserver4-core
Architecture: source all i386
Version: 4.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 aolserver4-core - AOL Web Server 4 - transitional package
 aolserver4-core-4.5.1 - AOL Web Server 4 - core libraries
 aolserver4-daemon - AOL Web Server 4 - program
 aolserver4-dev - AOL Web Server 4 - development tools
 aolserver4-doc - AOL Web Server 4 - documentation
Changes: 
 aolserver4 (4.5.1-4) unstable; urgency=low
 .
   * Changed sections: web, devel - httpd as by override file.
   * Now removes any residual aolserver4.conf still around.
   * Now debian.mak introduce a standard rule for debian/control to facilitate
 module maintainance. Use a build-dep on this version to use it.
Checksums-Sha1: 
 ae88e0608f997fad2f76168adcec8d6b08284b32 1162 aolserver4_4.5.1-4.dsc
 fc10b645c01b465098edf0ac3279baffdd64f4c1 93158 aolserver4_4.5.1-4.diff.gz
 e3bae9e9d29bc66304fd097deacca9b661050694 3324488 aolserver4-doc_4.5.1-4_all.deb
 251740042e224c24c2f6a3c9581d4b5b00813d0d 69502 aolserver4-core_4.5.1-4_all.deb
 4f2c2d7976ce54153266337b4184c26c22f6cd57 166150 
aolserver4-daemon_4.5.1-4_i386.deb
 4a2fc0c30c337bafd900eb005e8c1e5a0a7db8fa 304896 
aolserver4-core-4.5.1_4.5.1-4_i386.deb
 ec8c1e35944d5b4feaaa86fc804a60261d39a7f9 953620 aolserver4-dev_4.5.1-4_i386.deb
Checksums-Sha256: 
 8d2e5ef962f5750afb3790c20fdb60aa81fb8034c4dec6d3305f3d2c2988389f 1162 
aolserver4_4.5.1-4.dsc
 df8e3e33cb798128297980b6e2bf0dcf65ba547f0193f257c4fd91363d7c0cab 93158 
aolserver4_4.5.1-4.diff.gz
 9faef62e899e9a801fe2d7721772ed7e74a47b5f8674fa04bcd737ba436d729b 3324488 
aolserver4-doc_4.5.1-4_all.deb
 9b176e5c9372f8b4394be224a957afa3c4a6164486a0ef212fc15998b5b0e81f 69502 
aolserver4-core_4.5.1-4_all.deb
 18daa33f3e8910d7565be3b1ef8917a65fbb7e9ff1a33d74300bcd6664c81588 166150 
aolserver4-daemon_4.5.1-4_i386.deb
 d43b94b2d34ede0d8dc3d52d7e86649d0f26123d4d5840d17590627cf6cd9b76 304896 
aolserver4-core-4.5.1_4.5.1-4_i386.deb
 c648daf6e65040e2030c7628f9d55110248eb6537c877245f60d27824162b106 953620 
aolserver4-dev_4.5.1-4_i386.deb
Files: 
 acb9dfe1ed041630d9ff0de0bff5fa99 1162 web optional aolserver4_4.5.1-4.dsc
 27740e3ad08fb5a8703d97200d2a50a1 93158 web optional aolserver4_4.5.1-4.diff.gz
 82283e95d11aabc712c4998638f6642f 3324488 doc optional 
aolserver4-doc_4.5.1-4_all.deb
 17074a42b23ca182df8f432a5b86a161 69502 web optional 
aolserver4-core_4.5.1-4_all.deb
 d6e9e94f782f2851febf047c918380f2 166150 web optional 
aolserver4-daemon_4.5.1-4_i386.deb
 52266c8ce671ac45207e4a146976f060 304896 web optional 
aolserver4-core-4.5.1_4.5.1-4_i386.deb
 53a9274e40c577346462381e5a44661f 953620 devel optional 
aolserver4-dev_4.5.1-4_i386.deb

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

iEYEARECAAYFAko46GEACgkQpFNRmenyx0fLPwCfboTpKwsmLpmGaG0OmiH5xYLd
icwAn3xvjlhVjGz8HinMwvWC0sQrQDdm
=rSKS
-END PGP SIGNATURE-


Accepted:
aolserver4-core-4.5.1_4.5.1-4_i386.deb
  to pool/main/a/aolserver4/aolserver4-core-4.5.1_4.5.1-4_i386.deb
aolserver4-core_4.5.1-4_all.deb
  to pool/main/a/aolserver4/aolserver4-core_4.5.1-4_all.deb
aolserver4-daemon_4.5.1-4_i386.deb
  to pool/main/a/aolserver4/aolserver4-daemon_4.5.1-4_i386.deb
aolserver4-dev_4.5.1-4_i386.deb
  to pool/main/a/aolserver4/aolserver4-dev_4.5.1-4_i386.deb
aolserver4-doc_4.5.1-4_all.deb
  to pool/main/a/aolserver4/aolserver4-doc_4.5.1-4_all.deb
aolserver4_4.5.1-4.diff.gz
  to pool/main/a/aolserver4/aolserver4_4.5.1-4.diff.gz
aolserver4_4.5.1-4.dsc
  to pool/main/a/aolserver4/aolserver4_4.5.1-4.dsc


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



Accepted mdetect 0.5.2.2 (source i386)

2009-06-17 Thread LIU Qi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 12 Jun 2009 11:48:25 +0800
Source: mdetect
Binary: mdetect
Architecture: source i386
Version: 0.5.2.2
Distribution: unstable
Urgency: low
Maintainer: LIU Qi liuq...@gmail.com
Changed-By: LIU Qi liuq...@gmail.com
Description: 
 mdetect- mouse device autodetection tool
Closes: 395751 522258
Changes: 
 mdetect (0.5.2.2) unstable; urgency=low
 .
   * New maintainer. (Closes: #522258)
   * Fixed many lintian warnings and an error. (Closes: #395751)
Checksums-Sha1: 
 955dd319365c046bb418d682891d5d960c851b01 823 mdetect_0.5.2.2.dsc
 074de2bd806f4ff34d52e87e1bf04f3b0c3e788c 16321 mdetect_0.5.2.2.tar.gz
 0ccee5181b216b00d91f568c5432ea51aa6a4d23 16434 mdetect_0.5.2.2_i386.deb
Checksums-Sha256: 
 bd83140653dcf3a0c8ade473a64371e6dea121429c117f1386d837371d197ec9 823 
mdetect_0.5.2.2.dsc
 01da4d823150fde85dc359b71b2b60120c143de3866d78ebe56623b761e36778 16321 
mdetect_0.5.2.2.tar.gz
 07b62d0c7beed74df3260c662a6e5dbb9f4935aeef06186dbc1aa3d38963c4a9 16434 
mdetect_0.5.2.2_i386.deb
Files: 
 98d9dda386cb4a0b7fdbdef13e51a2d2 823 utils optional mdetect_0.5.2.2.dsc
 cf24c6ce9ebcc03ee513b089af38b8c9 16321 utils optional mdetect_0.5.2.2.tar.gz
 3bcc1db1a495d928801a96de9dc6f96f 16434 utils optional mdetect_0.5.2.2_i386.deb

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

iEYEARECAAYFAko46iUACgkQ5TUK4GCH0vjORACdGrRHi0+BTKEhu8nz7+G+hCYq
hCUAniZJp5uXmNezy0/S9fRRzruMnBFN
=T5zP
-END PGP SIGNATURE-


Accepted:
mdetect_0.5.2.2.dsc
  to pool/main/m/mdetect/mdetect_0.5.2.2.dsc
mdetect_0.5.2.2.tar.gz
  to pool/main/m/mdetect/mdetect_0.5.2.2.tar.gz
mdetect_0.5.2.2_i386.deb
  to pool/main/m/mdetect/mdetect_0.5.2.2_i386.deb


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



Accepted gnote 0.5.0-1 (source amd64)

2009-06-17 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 15:20:29 +0200
Source: gnote
Binary: gnote
Architecture: source amd64
Version: 0.5.0-1
Distribution: experimental
Urgency: low
Maintainer: Robert Millan rmh.deb...@aybabtu.com
Changed-By: Robert Millan rmh.deb...@aybabtu.com
Description: 
 gnote  - desktop note taking program using Wiki style links
Changes: 
 gnote (0.5.0-1) experimental; urgency=low
 .
   * New upstream release.
 - control (Build-Depends): Replace libxml++2.6-dev with libxml2-dev,
   and libboost-regex-dev with libpcre++-dev.
 - patches/01_boost_m4.diff: Remove.
 - patches/02_fix_date_conversion.diff: Remove.
Checksums-Sha1: 
 2e6bf9d33c5e7cdeec20f253b418a2149fff840a 1368 gnote_0.5.0-1.dsc
 6c2ccd285e4cfa75fc037f03959bde6a6ba42ad9 1134364 gnote_0.5.0.orig.tar.gz
 8f8fce4b7cd210f468e4735b0d4cd7203e40dd52 15074 gnote_0.5.0-1.diff.gz
 3f533359f2129d3e14eb2489a119ce172481daf6 1532052 gnote_0.5.0-1_amd64.deb
Checksums-Sha256: 
 73f6e232179ee540b1ae39c91d5a1ddf29e7383361d34564bf591157bcfa8471 1368 
gnote_0.5.0-1.dsc
 0d52afdea60e8f36c362fb5e63c44719a1504a14d71b0065c4255a19881e3ae1 1134364 
gnote_0.5.0.orig.tar.gz
 486871a9ad13d35610ae45c436b42a3850f30822443269d0fea1c726d99cb837 15074 
gnote_0.5.0-1.diff.gz
 fa119cb004c26b9140848b9d7766743946628b3ef95c660892585c8e05ed8369 1532052 
gnote_0.5.0-1_amd64.deb
Files: 
 0441e34eca6044667fc5134d4fd57ea0 1368 gnome optional gnote_0.5.0-1.dsc
 59e5d29198e204cbfc692be8b068e5eb 1134364 gnome optional gnote_0.5.0.orig.tar.gz
 85c66e22707012b627c13f0948833be5 15074 gnome optional gnote_0.5.0-1.diff.gz
 72f4a716cae6dbbae4dc189a1400bf22 1532052 gnome optional gnote_0.5.0-1_amd64.deb

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

iEYEARECAAYFAko49LwACgkQC19io6rUCv+ADwCfWUa5CCaV9mRbqFJy8LyIg+V9
qL4An1xDYLFgEyCwQaNUjVkrJ42imZct
=ljAF
-END PGP SIGNATURE-


Accepted:
gnote_0.5.0-1.diff.gz
  to pool/main/g/gnote/gnote_0.5.0-1.diff.gz
gnote_0.5.0-1.dsc
  to pool/main/g/gnote/gnote_0.5.0-1.dsc
gnote_0.5.0-1_amd64.deb
  to pool/main/g/gnote/gnote_0.5.0-1_amd64.deb
gnote_0.5.0.orig.tar.gz
  to pool/main/g/gnote/gnote_0.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



Accepted aspectc++ 1.0pre4~svn.20090615-1 (source i386 all)

2009-06-17 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 10:17:02 +0200
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source i386 all
Version: 1.0pre4~svn.20090615-1
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler siret...@tauware.de
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers, development packages
 libpuma-doc - documentation for the PUMA Scanner and Parsers
Changes: 
 aspectc++ (1.0pre4~svn.20090615-1) unstable; urgency=low
 .
   * New upstream release.
   * don't ignore errors in the postrm script
   * avoid spurious creation of empty dir ./usr/sbin/
   * improve short descriptions of libpuma-doc and libpuma-dev
   * bump Standards-Version to 3.8.1
   * bump debhelper compat level to level 7 (latest in stable)
Checksums-Sha1: 
 23e2119df0bc6cd3adc3033799c3ce99dd6ced5e 1490 
aspectc++_1.0pre4~svn.20090615-1.dsc
 e811f7a48f015e34a54700f377229aa8e6aabd3f 10993616 
aspectc++_1.0pre4~svn.20090615.orig.tar.gz
 9d4e133c87c27f3f2b66f6d70ba5f726ad71ee71 11965 
aspectc++_1.0pre4~svn.20090615-1.diff.gz
 177b3068836dc6bcba8863374a90371e1f9e906f 651634 
aspectc++_1.0pre4~svn.20090615-1_i386.deb
 a7f314f312dc660746fe5db62fcf5a8cc39c3035 1432872 
libpuma-dev_1.0pre4~svn.20090615-1_i386.deb
 f15c18c77f8392bc5d3dbe504453e8d071353baa 2007802 
libpuma-doc_1.0pre4~svn.20090615-1_all.deb
Checksums-Sha256: 
 a6f177be83b5e4af5e2deedcfcd0a05af307b906147fda1dc64fd58f5ea87223 1490 
aspectc++_1.0pre4~svn.20090615-1.dsc
 b699bf34fcfa7652ef593c9f15b54f6a38602ee625241b602ffe1acf751b5ebf 10993616 
aspectc++_1.0pre4~svn.20090615.orig.tar.gz
 65030ba95c781d246810b0c4a8e8cfdd8dfceb055cd438da9bc400c6640e4b5c 11965 
aspectc++_1.0pre4~svn.20090615-1.diff.gz
 7b18de26278c9781ef719fa0bfeddef7e30d0cb46a01a6917c60f0ce543262d7 651634 
aspectc++_1.0pre4~svn.20090615-1_i386.deb
 120f2ca9068e901c2c506a22855a315dd10c30c1d3d23de7cef3aefc1a4093df 1432872 
libpuma-dev_1.0pre4~svn.20090615-1_i386.deb
 091da271fe5c3fe05f598b9b2b2d453737fc2cb88539741ffa90b54f11303508 2007802 
libpuma-doc_1.0pre4~svn.20090615-1_all.deb
Files: 
 88d7c4985f2d1fd693f357cb8e6dc320 1490 devel optional 
aspectc++_1.0pre4~svn.20090615-1.dsc
 cc0809865b604ae8c588e0334fe5c100 10993616 devel optional 
aspectc++_1.0pre4~svn.20090615.orig.tar.gz
 3d08f4a0a89d0b2235f19fee7c14a659 11965 devel optional 
aspectc++_1.0pre4~svn.20090615-1.diff.gz
 24eb0c12700614a9b3227729c28067f8 651634 devel optional 
aspectc++_1.0pre4~svn.20090615-1_i386.deb
 f5cf0d28c8e44821a93e184e1ab47e8a 1432872 libdevel optional 
libpuma-dev_1.0pre4~svn.20090615-1_i386.deb
 ec54d9ad28b6c54490c4c76f4b788465 2007802 doc optional 
libpuma-doc_1.0pre4~svn.20090615-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian Powered!

iJwEAQECAAYFAko47YsACgkQ78RAoABp8o8HhgP+J+lYuTbVTuXErd4mWU9jrJtK
l6jGx6dBf9TCfhgeynhUlRcjyXoqqSMQlY5M885xsRsI90zfU6NilwCKdIYq9FJi
M7796t5D6FPLFmhmOzk+BEwB0fK/+Kg+6hiu4WOzU5QD55Mh8CQZzKZYm6bjniDm
id9fqphFEQEeUiYA6VE=
=9p1Q
-END PGP SIGNATURE-


Accepted:
aspectc++_1.0pre4~svn.20090615-1.diff.gz
  to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20090615-1.diff.gz
aspectc++_1.0pre4~svn.20090615-1.dsc
  to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20090615-1.dsc
aspectc++_1.0pre4~svn.20090615-1_i386.deb
  to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20090615-1_i386.deb
aspectc++_1.0pre4~svn.20090615.orig.tar.gz
  to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20090615.orig.tar.gz
libpuma-dev_1.0pre4~svn.20090615-1_i386.deb
  to pool/main/a/aspectc++/libpuma-dev_1.0pre4~svn.20090615-1_i386.deb
libpuma-doc_1.0pre4~svn.20090615-1_all.deb
  to pool/main/a/aspectc++/libpuma-doc_1.0pre4~svn.20090615-1_all.deb


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



Accepted nautilus-share 0.7.2-8 (source i386)

2009-06-17 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 16:07:41 +0800
Source: nautilus-share
Binary: nautilus-share
Architecture: source i386
Version: 0.7.2-8
Distribution: unstable
Urgency: low
Maintainer: Chow Loong Jin hyper...@ubuntu.com
Changed-By: Chow Loong Jin hyper...@ubuntu.com
Description: 
 nautilus-share - Nautilus extension to share folder using Samba
Changes: 
 nautilus-share (0.7.2-8) unstable; urgency=low
 .
   * debian/patches/10_fix-writable-detection.patch:
 + Fix parsing of share writability from the output of net (LP: #280480)
   * debian/rules:
 + Add -Wl,-z,defs to LDFLAGS
Checksums-Sha1: 
 8b4f8cfddc1580ee289cf753172be749420f24fb 1228 nautilus-share_0.7.2-8.dsc
 f8e4797de7939e786c126906a630ce109ca70c22 12958 nautilus-share_0.7.2-8.diff.gz
 e159806c67a11beb68fc849d650979095f629c35 40234 nautilus-share_0.7.2-8_i386.deb
Checksums-Sha256: 
 e7b86c11b19062b6fd2775b3a7432bd826650dd0cf339c36107c9df64da52fd2 1228 
nautilus-share_0.7.2-8.dsc
 80b0cb2339957b858588a4ab3c68ca7e9ceec240f26939c82cda1538d339733b 12958 
nautilus-share_0.7.2-8.diff.gz
 cc03faa8c068ef75646d72ca336ea734031f31660ce9a789e854014d05446a3b 40234 
nautilus-share_0.7.2-8_i386.deb
Files: 
 774c368d4673fa65ba873409eff71102 1228 gnome optional nautilus-share_0.7.2-8.dsc
 c95a235ab07372e56f72baac21eb9b43 12958 gnome optional 
nautilus-share_0.7.2-8.diff.gz
 6a3a91506dda5acd3634b3187fcdaaf6 40234 gnome optional 
nautilus-share_0.7.2-8_i386.deb

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

iEYEARECAAYFAko48WMACgkQ5ItltUs5T37yNgCfb46LOLM4thYtkVIX4mX+lY+C
0pcAnAwGS4fz9b76oX3f9mQiei8miU5v
=+HfY
-END PGP SIGNATURE-


Accepted:
nautilus-share_0.7.2-8.diff.gz
  to pool/main/n/nautilus-share/nautilus-share_0.7.2-8.diff.gz
nautilus-share_0.7.2-8.dsc
  to pool/main/n/nautilus-share/nautilus-share_0.7.2-8.dsc
nautilus-share_0.7.2-8_i386.deb
  to pool/main/n/nautilus-share/nautilus-share_0.7.2-8_i386.deb


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



Accepted gengetopt 2.22.2-1 (source amd64)

2009-06-17 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 12:40:58 +0200
Source: gengetopt
Binary: gengetopt
Architecture: source amd64
Version: 2.22.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 gengetopt  - skeleton main.c generator
Changes: 
 gengetopt (2.22.2-1) unstable; urgency=low
 .
   * QA upload, orphaning this package.
   * New upstream release.
   * Repackaged upstream tarball, and related to that:
 + removed texinfo from Build-Depends in debian/control,
 + mentioned repackaged tarball in debian/copyright,
 + removed debian/info,
 + removed debian/patches/02info.diff,
 + and added debian/patches/03repack.diff.
   * debian/copyright: Updated.
   * debian/watch: Updated.
Checksums-Sha1: 
 e785d236c40460f259a81d99f2c97e5e9a71a72c 1047 gengetopt_2.22.2-1.dsc
 6a2e520460301f61e3810b731961a3a59cad37ab 861209 gengetopt_2.22.2.orig.tar.gz
 cc03c4ade8038eda1be7e3e344ec8344473c5b77 8934 gengetopt_2.22.2-1.diff.gz
 92afae6d0ba1098fae439a97a54d567914441039 244076 gengetopt_2.22.2-1_amd64.deb
Checksums-Sha256: 
 53ea6dde0c7f12d1ff746c2085bbcdc9cce7bda50f7aae14fed859c408793be6 1047 
gengetopt_2.22.2-1.dsc
 dbaed1c20703d7c623dacf763cb68c3737675ca028fb244960240102fc941cb8 861209 
gengetopt_2.22.2.orig.tar.gz
 aae78d7db4803dcf9cc1a260cee58787854e885f82876aed94145090ffb6c4e3 8934 
gengetopt_2.22.2-1.diff.gz
 c11d44bde7060eb6bdf64526de50da90caa5025bcd5732fdefb508b960a1bee6 244076 
gengetopt_2.22.2-1_amd64.deb
Files: 
 ee96b3c5025f5ff75744ace4742f6212 1047 devel optional gengetopt_2.22.2-1.dsc
 899fb14080f10ebfd1342674c04f2e1c 861209 devel optional 
gengetopt_2.22.2.orig.tar.gz
 b92cfdcb8ba850cb6baf815196bd71a8 8934 devel optional gengetopt_2.22.2-1.diff.gz
 10146f0f325eb07de545d0e1dd8694d4 244076 devel optional 
gengetopt_2.22.2-1_amd64.deb

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

iEYEARECAAYFAko495IACgkQbMaawmho9B+DbgCfaRW8VE3CZBuQ6BbvCV4w/l9r
4gIAn2WhayDLXLX4R4GuqAHaxaXFYr97
=QIJz
-END PGP SIGNATURE-


Accepted:
gengetopt_2.22.2-1.diff.gz
  to pool/main/g/gengetopt/gengetopt_2.22.2-1.diff.gz
gengetopt_2.22.2-1.dsc
  to pool/main/g/gengetopt/gengetopt_2.22.2-1.dsc
gengetopt_2.22.2-1_amd64.deb
  to pool/main/g/gengetopt/gengetopt_2.22.2-1_amd64.deb
gengetopt_2.22.2.orig.tar.gz
  to pool/main/g/gengetopt/gengetopt_2.22.2.orig.tar.gz


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



Accepted gtalk 0.99.10-13 (source all i386)

2009-06-17 Thread Christoph Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 16 Jun 2009 16:11:16 +0200
Source: gtalk
Binary: gtalk etalk
Architecture: source all i386
Version: 0.99.10-13
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin christoph.mar...@uni-mainz.de
Changed-By: Christoph Martin mar...@uni-mainz.de
Description: 
 etalk  - talk client for the Emacs editor
 gtalk  - plug-in replacement for standard talk
Closes: 522195
Changes: 
 gtalk (0.99.10-13) unstable; urgency=low
 .
   * Fix build process to not use gtk but athena
   * remove doodle and testkbd (Closes: #522195)
Checksums-Sha1: 
 80d51523818ba461332b1a21461546f70f8794f7 1049 gtalk_0.99.10-13.dsc
 33baba36443c324e8af1a3d1b41e5dba22c8b001 639935 gtalk_0.99.10.orig.tar.gz
 4d9ab7c9bc1da61af2031d02632269cb69062795 9101 gtalk_0.99.10-13.diff.gz
 a8d0eb4340b5f69a8f9ea14843575efa915eb5bf 174650 etalk_0.99.10-13_all.deb
 5d99c47abcda7d92529839182f1acbb97b13d5da 135844 gtalk_0.99.10-13_i386.deb
Checksums-Sha256: 
 5bba023e5745e3aa2359a92c5e5de4eb0a5e5022bd3739df90e66538bd7dd19b 1049 
gtalk_0.99.10-13.dsc
 5467c7dd35090d08caa8c155f883c1cb15f96b96061b18f523a19cce201e655a 639935 
gtalk_0.99.10.orig.tar.gz
 3cfe5ad5f048cb935f7c77c9eab9519aab0479879b5f3c66bd440015291eac26 9101 
gtalk_0.99.10-13.diff.gz
 aed523d910b92374c61db68d6aceae405adf4c6a6321d93d777cbf725b2580bc 174650 
etalk_0.99.10-13_all.deb
 fd66761777367b948fbf1bd961055a51687672440f411229fbcb41778dd50444 135844 
gtalk_0.99.10-13_i386.deb
Files: 
 5923cc3a6d72fc0acf87583bf620c3d4 1049 net optional gtalk_0.99.10-13.dsc
 471219e523cb05428e8945fdc65f3a02 639935 net optional gtalk_0.99.10.orig.tar.gz
 12289541998e87856c47744bde13861a 9101 net optional gtalk_0.99.10-13.diff.gz
 401b0c9522728d7d9b11d796f859ae23 174650 editors optional 
etalk_0.99.10-13_all.deb
 c10503df22999ff43a4475b304da0390 135844 net optional gtalk_0.99.10-13_i386.deb

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

iD8DBQFKOOxjgeVih7XOVJcRA+VxAJ9OjLwYHfOmp+jYyfqemXP9JUU+qACfd0hP
VU2KcAC5d12ogCm5fx3sKNU=
=ZQXl
-END PGP SIGNATURE-


Accepted:
etalk_0.99.10-13_all.deb
  to pool/main/g/gtalk/etalk_0.99.10-13_all.deb
gtalk_0.99.10-13.diff.gz
  to pool/main/g/gtalk/gtalk_0.99.10-13.diff.gz
gtalk_0.99.10-13.dsc
  to pool/main/g/gtalk/gtalk_0.99.10-13.dsc
gtalk_0.99.10-13_i386.deb
  to pool/main/g/gtalk/gtalk_0.99.10-13_i386.deb


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



Accepted eglibc 2.9-16 (source all amd64)

2009-06-17 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 07:32:47 +0200
Source: eglibc
Binary: glibc-doc eglibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 
libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.9-16
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - GNU C Library: Documentation
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-prof - GNU C Library: Profiling Libraries
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-prof - GNU C Library: Profiling Libraries
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390x - GNU C Library: 64bit Development Libraries for IBM zSeries
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-s390x - GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-sparcv9b - GNU C Library: Shared libraries [v9b optimized]
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-prof - GNU C Library: Profiling Libraries
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 533364
Changes: 
 eglibc (2.9-16) unstable; urgency=low
 .
   * Restore /lib/ld-linux.so.2 symlink. Closes: #533364.
   * control.in/i386: tighten a bit the conflicts given the recent uploads.
Checksums-Sha1: 
 94f684b9ad9a2d9e3e3eb508ebdcbfb911fc5168 2662 eglibc_2.9-16.dsc
 e6bdba0a6004557c0ccc96830cc71d2a8fb82168 771514 eglibc_2.9-16.diff.gz
 c338a0c5653c00d6999d4f50fff386bc03eafc1c 1671608 glibc-doc_2.9-16_all.deb
 bb080a0859b02aee434f971c345fcac78eaa1e25 11219094 eglibc-source_2.9-16_all.deb
 83f24b7c5b62cf3f29312c2699925a5f681a83b1 4662484 locales_2.9-16_all.deb
 b32144edbf4742a709670698d7fc8d52bb33f158 4930322 

Accepted gnu-efi 3.0e-3 (source amd64)

2009-06-17 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 16:41:26 +0200
Source: gnu-efi
Binary: gnu-efi
Architecture: source amd64
Version: 3.0e-3
Distribution: unstable
Urgency: low
Maintainer: Nigel Croxon nigel.cro...@hp.com
Changed-By: Julien BLACHE jbla...@debian.org
Description: 
 gnu-efi- Library for developing EFI applications
Closes: 533003
Changes: 
 gnu-efi (3.0e-3) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's consent.
 .
   * debian/rules:
 + Move files from /emul/ia32-linux to /usr/lib32 (closes: #533003).
 .
   * debian/control:
 + Bump Standards-Version to 3.8.1 (no changes).
Checksums-Sha1: 
 3a531eb7351d48bf1b62500841fba019ad974d0a 1034 gnu-efi_3.0e-3.dsc
 6c089861614da26bcd5d74538c2a54f1c7feb7f6 5285 gnu-efi_3.0e-3.diff.gz
 422ddc45d8d8b3527852c5d0e31123284eeed1e8 143056 gnu-efi_3.0e-3_amd64.deb
Checksums-Sha256: 
 8f166e885a299b2d8bfa5d95e949de551ddee989996c6da97824a82ddf6d8824 1034 
gnu-efi_3.0e-3.dsc
 343a2bc29b6daf5944641bc0f2d333a63d49fa9a295907ca968c735847f449ad 5285 
gnu-efi_3.0e-3.diff.gz
 56947b827c03529e7608dec1a38920344f81a94348bfe5c9497e52cfea941875 143056 
gnu-efi_3.0e-3_amd64.deb
Files: 
 875ea17bd2cb7d4d8e2cae6451d27356 1034 devel optional gnu-efi_3.0e-3.dsc
 9d8845d645b214733a6547967d38b85a 5285 devel optional gnu-efi_3.0e-3.diff.gz
 9ad89bc17e566a091cbd80d848585fd3 143056 devel optional gnu-efi_3.0e-3_amd64.deb

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

iD8DBQFKOQC9zWFP1/XWUWkRAsbuAJsFLXv6vMTXzp/bGJNNYw7sSpAoFgCgqCH3
bIrvk7orCCF2+vfNVGzEvB0=
=0GAL
-END PGP SIGNATURE-


Accepted:
gnu-efi_3.0e-3.diff.gz
  to pool/main/g/gnu-efi/gnu-efi_3.0e-3.diff.gz
gnu-efi_3.0e-3.dsc
  to pool/main/g/gnu-efi/gnu-efi_3.0e-3.dsc
gnu-efi_3.0e-3_amd64.deb
  to pool/main/g/gnu-efi/gnu-efi_3.0e-3_amd64.deb


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



Accepted cairo 1.8.8-1 (source all amd64)

2009-06-17 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 16:47:55 +0200
Source: cairo
Binary: libcairo2-dev libcairo2 libcairo2-dbg libcairo2-doc 
libcairo-directfb2-udeb libcairo-directfb2 libcairo-directfb2-dev
Architecture: source all amd64
Version: 1.8.8-1
Distribution: experimental
Urgency: low
Maintainer: Dave Beckett daj...@debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libcairo-directfb2 - The Cairo 2D vector graphics library DirectFB build 
(dummy packag
 libcairo-directfb2-dev - Development files for Cairo graphics library DirectFB 
build (dumm
 libcairo-directfb2-udeb - The Cairo 2D vector graphics library DirectFB build 
(udeb)
 libcairo2  - The Cairo 2D vector graphics library
 libcairo2-dbg - The Cairo 2D vector graphics library (debugging symbols)
 libcairo2-dev - Development files for the Cairo 2D graphics library
 libcairo2-doc - Documentation for the Cairo Multi-platform 2D graphics library
Changes: 
 cairo (1.8.8-1) experimental; urgency=low
 .
   [ Loïc Minier ]
   * Use udeb consistently to describe this flavor
   * Rename CFLAGS to CFLAGS_MAIN for consistency
   * Rename %-flavor-stamp targets to %-stamp-flavor
   * Also strip dependency_libs in DEB_DIST_DIR
   * Always lowercase the flavor name in vars
   * Drop unused configure-main and udeb targets
   * Drop dangerous configure target listed in .PHONY
   * Drop build-main and build-udeb targets
   * Make the build and configure rules implicit ones
   * Define builddir using the current_flavor
   * Split flavors installation into a install-% target
   * Move debian/build-* and /dist-* to nicer places
   * Misc cleanups
   * Factor configure flags
   * Fix --host and --build handling
   * Remove useless cleanups
   * Factor touch calls
   * Save and restore config.guess and .sub
   * Drop INSTALL_PROGRAM, not needed with dh_strip
   * Factor CFLAGS; add -Wall
   * Implement an optional optimized flavor
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release.
   * Update Standards-Version to 3.8.2.
   * Update sections of binary packages
Checksums-Sha1: 
 304a08c4143c78908223ba09bd7269f658d48a9f 1481 cairo_1.8.8-1.dsc
 e4b8b219427d1ca3dc95f5f44914dce1ae0c3766 6646082 cairo_1.8.8.orig.tar.gz
 c1b870608f811049cd85a06ff00af3ffc4e32152 22906 cairo_1.8.8-1.diff.gz
 3a933b39549bad9968842886b2d6b2e649f25518 422372 libcairo2-doc_1.8.8-1_all.deb
 e9c58cacff58df3dfeffed7acdfe44dc716f5fc5 622992 libcairo2-dev_1.8.8-1_amd64.deb
 762c63266af8699aed1646d1addcc598d7aa7f00 521302 libcairo2_1.8.8-1_amd64.deb
 cb68ff25931d8310a6a7d09a3f62f43e5d4d89a2 883716 libcairo2-dbg_1.8.8-1_amd64.deb
 073a20e73daf89c47f0f447ba04998d1239e3245 205676 
libcairo-directfb2-udeb_1.8.8-1_amd64.udeb
 5272cb1540fb4f44342e6fd932fa91abdc41d781 271706 
libcairo-directfb2_1.8.8-1_amd64.deb
 e71a8cf2e8465398dcf51b5a3b031a9d29840310 271924 
libcairo-directfb2-dev_1.8.8-1_amd64.deb
Checksums-Sha256: 
 97fd008746a315329ef300251bda37065f18c8de066d5cb8f3ae46f17a773ed0 1481 
cairo_1.8.8-1.dsc
 3c51d3de5dc4596e01a6675acd3c86c2c99c00f02e8fad5493758a29fe451c90 6646082 
cairo_1.8.8.orig.tar.gz
 2bef017cc0cd80b392404f78c57fbaeee71eb886f62c51fa88e95a7697605a16 22906 
cairo_1.8.8-1.diff.gz
 efc6f807764d119cfeb521ede31dc4fd243f10d83dde64d43e597c9bb0e5df78 422372 
libcairo2-doc_1.8.8-1_all.deb
 d62f7d23698b004e87d2a043d7bb3354c084ab35b2511cc7160e5aeffacdf31a 622992 
libcairo2-dev_1.8.8-1_amd64.deb
 6de262bbf876522802ad6028af29da9f9e2a6058a9dcccf3c00323f284491b76 521302 
libcairo2_1.8.8-1_amd64.deb
 22cb7b4799e73a44947d902910459bde2bfc1ff6b6fbb83862fc609f77507635 883716 
libcairo2-dbg_1.8.8-1_amd64.deb
 ef76dec319086cfa4d407fdbb43397f73c5de96928b915de0ee71a0622dc011a 205676 
libcairo-directfb2-udeb_1.8.8-1_amd64.udeb
 5c94bf52b96e8752feb3513715220343e3484127f19a050089841a0073c40a16 271706 
libcairo-directfb2_1.8.8-1_amd64.deb
 d0bf5fe527c051479457a7771b0e8bf6ad064b762067bb43d832023262fe1f0c 271924 
libcairo-directfb2-dev_1.8.8-1_amd64.deb
Files: 
 e9a81eeaf33ede221cde6eabdbaa510f 1481 libs optional cairo_1.8.8-1.dsc
 d3e1a1035ae563812d4dd44a74fb0dd0 6646082 libs optional cairo_1.8.8.orig.tar.gz
 66150d78e9ede47a8ac68c238c4047f9 22906 libs optional cairo_1.8.8-1.diff.gz
 6166613f47fa91c1cf94c91aad138666 422372 doc optional 
libcairo2-doc_1.8.8-1_all.deb
 9efaf305ffe612db1a9bddd54778525c 622992 libdevel optional 
libcairo2-dev_1.8.8-1_amd64.deb
 44f32cd8ae2b7f7de230df9ec0787c8a 521302 libs optional 
libcairo2_1.8.8-1_amd64.deb
 5777d6b5d97f6cf67172f68ca8dd3933 883716 debug extra 
libcairo2-dbg_1.8.8-1_amd64.deb
 7afc03710e90d2e08be662c307dbbb70 205676 debian-installer optional 
libcairo-directfb2-udeb_1.8.8-1_amd64.udeb
 1e19188115add702bdc40730514b5169 271706 libs optional 
libcairo-directfb2_1.8.8-1_amd64.deb
 8be060581b3d830ddc728a1349d5d56d 271924 libdevel optional 
libcairo-directfb2-dev_1.8.8-1_amd64.deb
Package-Type: udeb

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


Accepted gstreamer0.10 0.10.23-2 (source all amd64)

2009-06-17 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 16:31:46 +0200
Source: gstreamer0.10
Binary: libgstreamer0.10-0 libgstreamer0.10-0-dbg libgstreamer0.10-dev 
gstreamer0.10-doc gstreamer0.10-tools gstreamer-tools
Architecture: source all amd64
Version: 0.10.23-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer-tools - Tools for use with GStreamer
 gstreamer0.10-doc - GStreamer core documentation and manuals
 gstreamer0.10-tools - Tools for use with GStreamer
 libgstreamer0.10-0 - Core GStreamer libraries and elements
 libgstreamer0.10-0-dbg - Core GStreamer libraries and elements
 libgstreamer0.10-dev - GStreamer core development files
Changes: 
 gstreamer0.10 (0.10.23-2) unstable; urgency=low
 .
   * debian/control.in:
 + (Build-) depend on libxml2-doc and libglib2.0-doc to get correct
   cross references in the docs.
 + Add ${misc:Depends} everywhere.
   * debian/gstreamer-doc.links:
 + Add links to /usr/share/gtk-doc to allow cross references to
   the gstreamer core docs.
Checksums-Sha1: 
 10199099f4df9c121dbc6007659602d59e11a64e 1940 gstreamer0.10_0.10.23-2.dsc
 5e40ae912a468cef4a8fd3e71e92a6c8c75336d1 38511 gstreamer0.10_0.10.23-2.diff.gz
 8267f9dd9d501cf433f6390bfd58995257354f89 3704134 
gstreamer0.10-doc_0.10.23-2_all.deb
 c3647d44c6362a2282c8de3380898675773fe204 1176548 
libgstreamer0.10-0_0.10.23-2_amd64.deb
 1334bbc03fc0745c1a8223f29a718b52da25a12b 1690470 
libgstreamer0.10-0-dbg_0.10.23-2_amd64.deb
 4bfe7f9c331bb55946e526626493e0cc91425734 1154394 
libgstreamer0.10-dev_0.10.23-2_amd64.deb
 e16c0da58e92fedc99b1128992bb6c5fada52e81 460152 
gstreamer0.10-tools_0.10.23-2_amd64.deb
 b66772a82d467c2bc9cbfc02317edb6ceacb7c71 411870 
gstreamer-tools_0.10.23-2_amd64.deb
Checksums-Sha256: 
 f5e13f55762024523efc284aa9706ccf432a663b3d1204c920b11be29d689d79 1940 
gstreamer0.10_0.10.23-2.dsc
 1cf037a3d02e313223d52a34b5d41beeeb3547ac352ef3d88ce8d74b06f081c7 38511 
gstreamer0.10_0.10.23-2.diff.gz
 d93c14d2637bed20d35492e20e6c34b07d3e704ee330f52255d3735a203fae68 3704134 
gstreamer0.10-doc_0.10.23-2_all.deb
 c14f767ca4c5183fda19e267e8d493f433f4f5790025dc6e71574bba3f4e957b 1176548 
libgstreamer0.10-0_0.10.23-2_amd64.deb
 c639b8c116a00fb340545355765e18dd809959e590c42a4df3d7c43e6e01066d 1690470 
libgstreamer0.10-0-dbg_0.10.23-2_amd64.deb
 0632a3e83e3ed69911d21b25c6e0bd846d442ddce454ade6ecfba5ff7528dd5e 1154394 
libgstreamer0.10-dev_0.10.23-2_amd64.deb
 b71c55deb4b0a09aec721e1018e5bbaa46bd35708c6df50c69325c0ea1ba5f47 460152 
gstreamer0.10-tools_0.10.23-2_amd64.deb
 92600ff769ec58ef02eee63d22d262a47c80685101a62c96075ca910b8cc9674 411870 
gstreamer-tools_0.10.23-2_amd64.deb
Files: 
 3d7a3a13973ffc3fa629df3af6a65d06 1940 libs optional gstreamer0.10_0.10.23-2.dsc
 20cff2d27d853f1b9074afda4117b05a 38511 libs optional 
gstreamer0.10_0.10.23-2.diff.gz
 8d83255c6be6ea185c2eed325e8f988b 3704134 doc optional 
gstreamer0.10-doc_0.10.23-2_all.deb
 227888417ff8ce7cb0759c1d76827a18 1176548 libs optional 
libgstreamer0.10-0_0.10.23-2_amd64.deb
 edfb194b687daa97e695ea9204a1ffc2 1690470 libdevel extra 
libgstreamer0.10-0-dbg_0.10.23-2_amd64.deb
 a1cd46dc9a9ba8eb50b991078b2502f0 1154394 libdevel optional 
libgstreamer0.10-dev_0.10.23-2_amd64.deb
 9e99f2d7ce52034732a46f34d779f8f1 460152 utils optional 
gstreamer0.10-tools_0.10.23-2_amd64.deb
 811276066c7940c0b3d7a337dd7a8312 411870 utils optional 
gstreamer-tools_0.10.23-2_amd64.deb

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

iEYEARECAAYFAko5BvkACgkQBsBdh1vkHyGifgCgi/qmVEEf+xxob9BCzC9nHeRG
cdQAn3wVgwZlRa3VW31ElowuWrzBgjdQ
=P5if
-END PGP SIGNATURE-


Accepted:
gstreamer-tools_0.10.23-2_amd64.deb
  to pool/main/g/gstreamer0.10/gstreamer-tools_0.10.23-2_amd64.deb
gstreamer0.10-doc_0.10.23-2_all.deb
  to pool/main/g/gstreamer0.10/gstreamer0.10-doc_0.10.23-2_all.deb
gstreamer0.10-tools_0.10.23-2_amd64.deb
  to pool/main/g/gstreamer0.10/gstreamer0.10-tools_0.10.23-2_amd64.deb
gstreamer0.10_0.10.23-2.diff.gz
  to pool/main/g/gstreamer0.10/gstreamer0.10_0.10.23-2.diff.gz
gstreamer0.10_0.10.23-2.dsc
  to pool/main/g/gstreamer0.10/gstreamer0.10_0.10.23-2.dsc
libgstreamer0.10-0-dbg_0.10.23-2_amd64.deb
  to pool/main/g/gstreamer0.10/libgstreamer0.10-0-dbg_0.10.23-2_amd64.deb
libgstreamer0.10-0_0.10.23-2_amd64.deb
  to pool/main/g/gstreamer0.10/libgstreamer0.10-0_0.10.23-2_amd64.deb
libgstreamer0.10-dev_0.10.23-2_amd64.deb
  to pool/main/g/gstreamer0.10/libgstreamer0.10-dev_0.10.23-2_amd64.deb


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



Accepted tdb 1.1.5-1 (source i386)

2009-06-17 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 16:57:30 +0200
Source: tdb
Binary: libtdb1 tdb-tools tdb-dev python-tdb
Architecture: source i386
Version: 1.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libtdb1- Trivial Database - shared library
 python-tdb - Python bindings for TDB
 tdb-dev- Trivial Database - development files
 tdb-tools  - Trivial Database - bundled binaries
Changes: 
 tdb (1.1.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 ea040a106778f746dc2ebd115e938533df10e973 1227 tdb_1.1.5-1.dsc
 7f50263b4f025883c96c959231199dfa53bee964 473771 tdb_1.1.5.orig.tar.gz
 89784090a209c33a65e7f2044647ba34b0a0c5b8 8956 tdb_1.1.5-1.diff.gz
 196745549eceba496fbc9f195692b949f1896f79 26970 libtdb1_1.1.5-1_i386.deb
 f88e25a3788641c2cd575d3f36d8c1b103a3a3bd 68128 tdb-tools_1.1.5-1_i386.deb
 bfd3a79ec32fa9a724d16957cd40f61399e753b6 44382 tdb-dev_1.1.5-1_i386.deb
 628bfa9bd8ebe0df0bb9071411f23639ee875dd5 10282 python-tdb_1.1.5-1_i386.deb
Checksums-Sha256: 
 f285675fef005894aab3fb8e4789b5b85152386a4c2066f000936fe32b659adc 1227 
tdb_1.1.5-1.dsc
 e00e1f11d479fccd23df20dc3d96bce8960d8eccd0599c4c2eab5e959d0d5d0c 473771 
tdb_1.1.5.orig.tar.gz
 be95fbe21130f2a26f0fcc429fe0e65dd7604512451986726c07f341da61c016 8956 
tdb_1.1.5-1.diff.gz
 9c0916b56a6c6f89a9b5e82447398dcabc31de286544e158f38bf0384fc64914 26970 
libtdb1_1.1.5-1_i386.deb
 c861a0bee9b4e2d651ec3b291aba2c38eec226637f7dec4da60bcd4088a33180 68128 
tdb-tools_1.1.5-1_i386.deb
 e115809a069493208df2bd59fef07732c76ded60c39eaf0d172ddbd92795f114 44382 
tdb-dev_1.1.5-1_i386.deb
 ba9903baa0d122580ac5162a92208ef5379f56578528ce2274007222a4e12118 10282 
python-tdb_1.1.5-1_i386.deb
Files: 
 389a41857fcb21fafdfee23ff76959e1 1227 devel optional tdb_1.1.5-1.dsc
 0df203715c00e09a9fd27ed27ac2f455 473771 devel optional tdb_1.1.5.orig.tar.gz
 b8c85d16b3c3758d217adddf9ca4d046 8956 devel optional tdb_1.1.5-1.diff.gz
 eba846038d60869dc511a5b8c01a61c5 26970 libs optional libtdb1_1.1.5-1_i386.deb
 42b6bb2d00396610ec2b91e9a4ec931d 68128 utils optional 
tdb-tools_1.1.5-1_i386.deb
 f3f866999d1146855572cbec33087b19 44382 libdevel optional 
tdb-dev_1.1.5-1_i386.deb
 eb2f8a9f1cff3094390abcf92b1102c1 10282 python optional 
python-tdb_1.1.5-1_i386.deb

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

iJwEAQECAAYFAko5BggACgkQDLQl4QYPZuV7RwQAmuO+CSdqCpbKRjVr6cXGIWIL
2oID1o4rT4k6wOR33IuSYf9eK4xTf+/J4On/POrKZGu24y+X6fmmsEzdO3HiaHym
FnkoQb8rRl+OL3+SgH8b9I8l72SUAcw8sWGs+CQfEPt9QpZy4zUWKHhwhaVlmkzi
at2xDUU/kwP5UQNeE0g=
=qOJt
-END PGP SIGNATURE-


Accepted:
libtdb1_1.1.5-1_i386.deb
  to pool/main/t/tdb/libtdb1_1.1.5-1_i386.deb
python-tdb_1.1.5-1_i386.deb
  to pool/main/t/tdb/python-tdb_1.1.5-1_i386.deb
tdb-dev_1.1.5-1_i386.deb
  to pool/main/t/tdb/tdb-dev_1.1.5-1_i386.deb
tdb-tools_1.1.5-1_i386.deb
  to pool/main/t/tdb/tdb-tools_1.1.5-1_i386.deb
tdb_1.1.5-1.diff.gz
  to pool/main/t/tdb/tdb_1.1.5-1.diff.gz
tdb_1.1.5-1.dsc
  to pool/main/t/tdb/tdb_1.1.5-1.dsc
tdb_1.1.5.orig.tar.gz
  to pool/main/t/tdb/tdb_1.1.5.orig.tar.gz


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



Accepted pymsn 0.3.3-4 (source all)

2009-06-17 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 16:35:40 +0200
Source: pymsn
Binary: python-msn
Architecture: source all
Version: 0.3.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 python-msn - Python client library for the MSN protocol
Changes: 
 pymsn (0.3.3-4) unstable; urgency=low
 .
   * debian/update-patches.mk: Fix script to work with newer git version
   * Fix avatar bug with newer verion of Live Messenger 2009
 (Thanks to Nicolò Chieffo) (LP: #382498)
   * debian/copyright: Update copyright file
Checksums-Sha1: 
 468f44030cca36c3898e7d7a128f360ef101ecf8 1645 pymsn_0.3.3-4.dsc
 3b3f1c448853db6cfe930cc5460b1005139a9cb2 4702 pymsn_0.3.3-4.diff.gz
 6b3731172a538ead4b29fe137b05f4510e53f720 115960 python-msn_0.3.3-4_all.deb
Checksums-Sha256: 
 e55ad760684d9a19ef3b94e711f96c3078d27c2cf51b496f5b538d47f9f4934d 1645 
pymsn_0.3.3-4.dsc
 c19b1430fefb4d55949cdf5578ec0a8d01fb5822b74fb6bb77f061d17c4a13dd 4702 
pymsn_0.3.3-4.diff.gz
 330e791b119e7a8a1dab16fdc31f5c0d9020c08a5e203a66b542d28972181597 115960 
python-msn_0.3.3-4_all.deb
Files: 
 f3da7bc48bad57ba452c79a64495df4f 1645 python optional pymsn_0.3.3-4.dsc
 266c61db4e31f539d1880f1c334c75ea 4702 python optional pymsn_0.3.3-4.diff.gz
 9b3fb304e0ca24a059a3c355cc1056bc 115960 python optional 
python-msn_0.3.3-4_all.deb

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

iEYEARECAAYFAko5AAwACgkQdkeBByM7nqCLZgCeJh2XjK1VGTd9r5MIo2I4cLrD
XBIAmwePzbVrYK9euY4znT8qEkrVHyxq
=ZGhE
-END PGP SIGNATURE-


Accepted:
pymsn_0.3.3-4.diff.gz
  to pool/main/p/pymsn/pymsn_0.3.3-4.diff.gz
pymsn_0.3.3-4.dsc
  to pool/main/p/pymsn/pymsn_0.3.3-4.dsc
python-msn_0.3.3-4_all.deb
  to pool/main/p/pymsn/python-msn_0.3.3-4_all.deb


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



Accepted talloc 1.3.1-1 (source i386)

2009-06-17 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 17:07:03 +0200
Source: talloc
Binary: libtalloc1 libtalloc-dev
Architecture: source i386
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libtalloc-dev - hierarchical pool based memory allocator - development files
 libtalloc1 - hierarchical pool based memory allocator
Closes: 526069
Changes: 
 talloc (1.3.1-1) unstable; urgency=low
 .
   * New upstream release.
+ Fixes build on non-Linux GNU systems. (Closes: #526069)
Checksums-Sha1: 
 dbac4419d18d8ace14169288e3d170ba13bc8e77 1262 talloc_1.3.1-1.dsc
 53ff2ea6a5f1ae580eeec52ae65265919cf82024 347327 talloc_1.3.1.orig.tar.gz
 2a1c2a5ee6699e62c9baba988129daba9c505426 2898 talloc_1.3.1-1.diff.gz
 961bc1b9b51c874ca4479c22fc50bb00336b0f0c 15914 libtalloc1_1.3.1-1_i386.deb
 2e207d732e5b8b24dfc743d0195d4e012215f6bb 26598 libtalloc-dev_1.3.1-1_i386.deb
Checksums-Sha256: 
 d815141e4581329b53482dd11df138bded51122783790c53be7c80356f1e4c6a 1262 
talloc_1.3.1-1.dsc
 b3617c5f8be1a869eae7272123bcfedfd1108d2ff0bcef09ee5f595000b65788 347327 
talloc_1.3.1.orig.tar.gz
 bbae05c02cd7ed62ddfa788512afd396dc6734cf42044d267aa72139ea202563 2898 
talloc_1.3.1-1.diff.gz
 15ad8c55caa78dc5660acdb5e41219d04c0a408f6ea003165687e80d59a192e4 15914 
libtalloc1_1.3.1-1_i386.deb
 4c6edb38ab2db33a83274fabed537a6be98ade3a2af68c563a08f333eb5da962 26598 
libtalloc-dev_1.3.1-1_i386.deb
Files: 
 905bb8ce504ff605119c64d4926e1883 1262 devel optional talloc_1.3.1-1.dsc
 1f8ee9b87b65699a0047a0b842b500aa 347327 devel optional talloc_1.3.1.orig.tar.gz
 97f21ed8c4f97ba11caef0c47b00d339 2898 devel optional talloc_1.3.1-1.diff.gz
 8d4f09e498f3def05d605298dca16f6d 15914 libs optional 
libtalloc1_1.3.1-1_i386.deb
 064a99fdc4c01cc50a15e34b5405ed9c 26598 libdevel optional 
libtalloc-dev_1.3.1-1_i386.deb

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

iJwEAQECAAYFAko5B7QACgkQDLQl4QYPZuWKUQP8Cv1Nj9unIbKFvP32KVBo79Rk
pytf9l6u2DJcJ7a2jOoU/fm6fq6wEX/ywoQ4WnpAKTTExirjK2Xtca0TblUX9K7R
UO2gdIf0B7NKI3bHKY3UFeUZl3f3IosX5xOfOjgQPv+D92qn7UBtG3HWhM2Hjskl
JH3SCHmhBKlXWWzE//Q=
=/Gbk
-END PGP SIGNATURE-


Accepted:
libtalloc-dev_1.3.1-1_i386.deb
  to pool/main/t/talloc/libtalloc-dev_1.3.1-1_i386.deb
libtalloc1_1.3.1-1_i386.deb
  to pool/main/t/talloc/libtalloc1_1.3.1-1_i386.deb
talloc_1.3.1-1.diff.gz
  to pool/main/t/talloc/talloc_1.3.1-1.diff.gz
talloc_1.3.1-1.dsc
  to pool/main/t/talloc/talloc_1.3.1-1.dsc
talloc_1.3.1.orig.tar.gz
  to pool/main/t/talloc/talloc_1.3.1.orig.tar.gz


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



Accepted malaga 7.12-2 (source i386 all)

2009-06-17 Thread Timo Jyrinki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 15:13:11 +0300
Source: malaga
Binary: malaga-bin libmalaga7 libmalaga-dev malaga-doc malaga-mode
Architecture: source i386 all
Version: 7.12-2
Distribution: unstable
Urgency: low
Maintainer: Timo Jyrinki t...@debian.org
Changed-By: Timo Jyrinki t...@debian.org
Description: 
 libmalaga-dev - Developer's library for automatic language analysis
 libmalaga7 - An automatic language analysis library
 malaga-bin - A system for automatic language analysis
 malaga-doc - Documentation for an automatic language analysis system
 malaga-mode - A system for automatic language analysis - emacs mode
Changes: 
 malaga (7.12-2) unstable; urgency=low
 .
   * Update maintainer address to my Debian address
   * Update compat level to 7
   * Update Standards-Version to 3.8.2
   * Update install scripts
   * Add malaga-rename-map_file.diff via quilt to prevent name clash
   - https://bugzilla.redhat.com/show_bug.cgi?id=502546
   * Convert earlier Makefile.in/malaga.el changes to patches as well
Checksums-Sha1: 
 700ba15047724a878f086920266f6c2f15fcd4c4 1112 malaga_7.12-2.dsc
 412f5a77926a3fcab868e482d9a3a83694d6174e 10813 malaga_7.12-2.diff.gz
 36c379752ec22a00bd0423c1016c0d876148dfbc 184208 malaga-bin_7.12-2_i386.deb
 f1a7056719a52183395f3728e33963dfa40f333e 79164 libmalaga7_7.12-2_i386.deb
 fc540ee52af6deb52f128018296d6ad799f38f67 87804 libmalaga-dev_7.12-2_i386.deb
 3ffa4ed81aa7e46156b8e211bf49355f4a79aa40 563450 malaga-doc_7.12-2_all.deb
 2dd7b45761cacb7badfd08542b4b9870c77166b5 30574 malaga-mode_7.12-2_all.deb
Checksums-Sha256: 
 9681b7743b598169d8ec8f0e0f46c185cfbb4bbd2f8d885fe0adf5fb9f264934 1112 
malaga_7.12-2.dsc
 8bbd3b66f7f395ca80e2abfa976ce48c1c6003646e4f5c1649812343317a24d4 10813 
malaga_7.12-2.diff.gz
 1bddce4903d6c7c82a67e1e270661c5f8e3c5a5b3286a116928642c79c8273e6 184208 
malaga-bin_7.12-2_i386.deb
 e9fb9894773fbafb16554049a2d13ae6beafda5226e40857efc8e9679acfc0cc 79164 
libmalaga7_7.12-2_i386.deb
 da582c6576d13f4cef17359bc6170db638c77db0cf1da6acbfa283b8d747c07f 87804 
libmalaga-dev_7.12-2_i386.deb
 13df276873cc2345c710dcee369f4904605cfb4a5157f9c025ecf93291f54ec7 563450 
malaga-doc_7.12-2_all.deb
 794a88683a6b86ca814663f5e74052b35e4908eb768215867e552c44be7d30aa 30574 
malaga-mode_7.12-2_all.deb
Files: 
 c998be81114db39cbd50ef8ce31cb2a2 1112 misc optional malaga_7.12-2.dsc
 c033a41a0a7220748647f7e0c5230b2e 10813 misc optional malaga_7.12-2.diff.gz
 b000de5b93aa9b7b70cc6ae4f73635dd 184208 misc optional 
malaga-bin_7.12-2_i386.deb
 cd83e6a3c2c49721c1be6eb8416f61c8 79164 libs optional libmalaga7_7.12-2_i386.deb
 9ef4ed157796baea42f3cb430a218d58 87804 libdevel optional 
libmalaga-dev_7.12-2_i386.deb
 f49daf59ed5d8646acd34684d828380a 563450 doc optional malaga-doc_7.12-2_all.deb
 1c4af7c20f216eefc3a2d23eb4fffada 30574 editors optional 
malaga-mode_7.12-2_all.deb

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

iEYEARECAAYFAko5DLUACgkQgtffbfx/bQ+DYgCgmEoOM3KtH2kIvl05bg9Vt17V
4o4AoISRKsITr4CFzzCpTI0BSh/P2Mn4
=dB+c
-END PGP SIGNATURE-


Accepted:
libmalaga-dev_7.12-2_i386.deb
  to pool/main/m/malaga/libmalaga-dev_7.12-2_i386.deb
libmalaga7_7.12-2_i386.deb
  to pool/main/m/malaga/libmalaga7_7.12-2_i386.deb
malaga-bin_7.12-2_i386.deb
  to pool/main/m/malaga/malaga-bin_7.12-2_i386.deb
malaga-doc_7.12-2_all.deb
  to pool/main/m/malaga/malaga-doc_7.12-2_all.deb
malaga-mode_7.12-2_all.deb
  to pool/main/m/malaga/malaga-mode_7.12-2_all.deb
malaga_7.12-2.diff.gz
  to pool/main/m/malaga/malaga_7.12-2.diff.gz
malaga_7.12-2.dsc
  to pool/main/m/malaga/malaga_7.12-2.dsc


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



Accepted phpmyadmin 4:3.2.0-1 (source all)

2009-06-17 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 16:37:11 +0200
Source: phpmyadmin
Binary: phpmyadmin
Architecture: source all
Version: 4:3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst th...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 phpmyadmin - MySQL web administration tool
Closes: 499399
Changes: 
 phpmyadmin (4:3.2.0-1) unstable; urgency=low
 .
   [ Thijs Kinkhorst ]
   * New upstream release.
 - Warns when gc_maxlifetime is less than cookie validity
   (closes: #499399).
 .
   [ Michal Čihař ]
   * Adjust patches to make use of new upstream vendor configuration.
   * Switch to quilt from dpatch.
   * Update to policy 3.8.2 (no changes needed).
Checksums-Sha1: 
 6d4421348d5d67974f6499ba63477b2c5fa3b391 1215 phpmyadmin_3.2.0-1.dsc
 d0929b89fd7fed05e6f98655942881d6d9925959 3640323 phpmyadmin_3.2.0.orig.tar.gz
 7c102ac475785c7747f9b18d8a756aa5eb135842 35342 phpmyadmin_3.2.0-1.diff.gz
 23dc98cf0fd6970f5b062c57106525620d4926a3 3656528 phpmyadmin_3.2.0-1_all.deb
Checksums-Sha256: 
 bc45dd83936c6e5793df598dea1c699d9b266f31e0ed277bc08076d636013c65 1215 
phpmyadmin_3.2.0-1.dsc
 a5aff736dcb7e80552696af2bdbf7e92cf62e750780fdbb88f36f302961e9caa 3640323 
phpmyadmin_3.2.0.orig.tar.gz
 7406e47fe51260472d6256ae1098f04048bcc6d11befb8f6781389de364e184c 35342 
phpmyadmin_3.2.0-1.diff.gz
 fbe907221043b82a23b9d5ef9fbaf89fa8fb95ca1784246d90f24e42ada68789 3656528 
phpmyadmin_3.2.0-1_all.deb
Files: 
 22b77f0a66e5fb484a750d31e8153498 1215 web extra phpmyadmin_3.2.0-1.dsc
 ee92ca3c2e7e978a8d032be84e47237d 3640323 web extra phpmyadmin_3.2.0.orig.tar.gz
 2889bf8502ceeead5b5c2a08e372a1b2 35342 web extra phpmyadmin_3.2.0-1.diff.gz
 dc7c716fb7bb1ac13fd430310c1bcacb 3656528 web extra phpmyadmin_3.2.0-1_all.deb

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

iEYEARECAAYFAko5AQ8ACgkQ3DVS6DbnVgQGjwCgkm0kfhhrVXI0NO63cCz1f3G/
id0AoIkIIg2aljlSK8GSHapX+ArM8Y3x
=gneq
-END PGP SIGNATURE-


Accepted:
phpmyadmin_3.2.0-1.diff.gz
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0-1.diff.gz
phpmyadmin_3.2.0-1.dsc
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0-1.dsc
phpmyadmin_3.2.0-1_all.deb
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0-1_all.deb
phpmyadmin_3.2.0.orig.tar.gz
  to pool/main/p/phpmyadmin/phpmyadmin_3.2.0.orig.tar.gz


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



Accepted webkit 1.1.10-1 (source all i386)

2009-06-17 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 16 Jun 2009 18:52:32 -0300
Source: webkit
Binary: libwebkit-1.0-2 libwebkit-dev libwebkit-1.0-common libwebkit-1.0-2-dbg
Architecture: source all i386
Version: 1.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian WebKit Maintainers 
pkg-webkit-maintain...@lists.alioth.debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 libwebkit-1.0-2 - Web content engine library for Gtk+
 libwebkit-1.0-2-dbg - Web content engine library for Gtk+ - Debugging symbols
 libwebkit-1.0-common - Web content engine library for Gtk+ - data files
 libwebkit-dev - Web content engine library for Gtk+ - Development files
Changes: 
 webkit (1.1.10-1) unstable; urgency=low
 .
   * debian/copyright:
   - updated with the changes up to the current release
   * debian/libwebkit-1.0-2.symbols:
   - updated with new symbols
   * debian/control:
   - Build-Depend on libgail-dev
Checksums-Sha1: 
 6cd635bbe7a4c1e2eb16f23c0d4c9ab9c4a3e030 1858 webkit_1.1.10-1.dsc
 cbb6b32dfa7d303982930d5f42ee68d02c25cb55 6086613 webkit_1.1.10.orig.tar.gz
 5275cc952fc749fc9a6dce74de0b66769aed3b45 18869 webkit_1.1.10-1.diff.gz
 372f11b36d815cd8c87cd02f0f5a386b757a3273 86308 libwebkit-dev_1.1.10-1_all.deb
 1d759f77b56e597cf0482fb2597dc0335851094a 521490 
libwebkit-1.0-common_1.1.10-1_all.deb
 d0eb0bd0b0e6ec41e671e8adb3d5e8968b05bdf3 3952462 
libwebkit-1.0-2_1.1.10-1_i386.deb
 cf4cb5dc37b153d52de65d08aa6bdb4e11903f53 100923692 
libwebkit-1.0-2-dbg_1.1.10-1_i386.deb
Checksums-Sha256: 
 9012ea20d18404150ea9b27b7472f6cc49cf8371db7524241af41e8d13c3ef15 1858 
webkit_1.1.10-1.dsc
 ad964ecdba1196c48bd3989bb7ea09365ebad9443c8790a0eb86b4c86270cd22 6086613 
webkit_1.1.10.orig.tar.gz
 498cfa027f1ed22d13f0421970de46734dde4b845f033ebd81b1b20e973a231b 18869 
webkit_1.1.10-1.diff.gz
 66ce795ac4c39b2458014227be8a6b9790dac9177672cc5c481de85cd7599cd0 86308 
libwebkit-dev_1.1.10-1_all.deb
 560eacbd028349915f86ebd7daf775ae177b91e90290715b90d03b74d00360a9 521490 
libwebkit-1.0-common_1.1.10-1_all.deb
 f7b436f86340831ce24ae3d5b9e113ad24d4b7cd9555e83242ad2f00cad93f97 3952462 
libwebkit-1.0-2_1.1.10-1_i386.deb
 b70d84545e53e1d2a816e6c4c5f4335773907e577505433681a090c4fbc8 100923692 
libwebkit-1.0-2-dbg_1.1.10-1_i386.deb
Files: 
 09e8718a90e2b2484a62da8a7eae61c6 1858 web optional webkit_1.1.10-1.dsc
 9ce6d9a0bc5dd4ebf587e0013e65516c 6086613 web optional webkit_1.1.10.orig.tar.gz
 0ac8a579e855bcf4243ea3a30f91a1c1 18869 web optional webkit_1.1.10-1.diff.gz
 40163dfa338555de3dc0bdcf873d10c7 86308 libdevel extra 
libwebkit-dev_1.1.10-1_all.deb
 ba5d6f1b8eddf0faed48056435736e84 521490 libs optional 
libwebkit-1.0-common_1.1.10-1_all.deb
 54d1e7579e4a4f7b6e58ed2b6295ffaa 3952462 libs optional 
libwebkit-1.0-2_1.1.10-1_i386.deb
 772dfb3d6c8b2d505e88186286a21287 100923692 debug extra 
libwebkit-1.0-2-dbg_1.1.10-1_i386.deb

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

iQEcBAEBCAAGBQJKOD//AAoJENIA6zCg+12mnuwH/3d+93il5ESV+ySslXC+szqi
Bxau0On6/se9eGjp6+nsJF+ZxtGTrouQCpMIzSICltyiE56u2Jwz6HiX872vvVyt
pBLFqxxI0J7m/TtWs1tbeSLU4K94CX8zrIH/KzICPTyAMbqW6F3tkt7B+h/xutTL
VW6PheIxNIhctvGCIqMLcpG2+gWGCee5RZNLpq+MAX0csQvNiFj3V0r3RwPoCiz4
OVNoI1E99TrfX/aXKZ9Kuf7oUW8L7sO5yOVCR3G1OsXJlXpjVZbxFuzedtgxtX2Z
EJA+/d9SfGG1TwzqjKExLcioN93t5TdK5p/PrIYIFYk2nkePlLxEwbOoZA8cH9k=
=3wc7
-END PGP SIGNATURE-


Accepted:
libwebkit-1.0-2-dbg_1.1.10-1_i386.deb
  to pool/main/w/webkit/libwebkit-1.0-2-dbg_1.1.10-1_i386.deb
libwebkit-1.0-2_1.1.10-1_i386.deb
  to pool/main/w/webkit/libwebkit-1.0-2_1.1.10-1_i386.deb
libwebkit-1.0-common_1.1.10-1_all.deb
  to pool/main/w/webkit/libwebkit-1.0-common_1.1.10-1_all.deb
libwebkit-dev_1.1.10-1_all.deb
  to pool/main/w/webkit/libwebkit-dev_1.1.10-1_all.deb
webkit_1.1.10-1.diff.gz
  to pool/main/w/webkit/webkit_1.1.10-1.diff.gz
webkit_1.1.10-1.dsc
  to pool/main/w/webkit/webkit_1.1.10-1.dsc
webkit_1.1.10.orig.tar.gz
  to pool/main/w/webkit/webkit_1.1.10.orig.tar.gz


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



Accepted cherokee 0.99.17-1 (source all amd64)

2009-06-17 Thread Leonel Nunez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2009 15:03:18 -0600
Source: cherokee
Binary: cherokee libcherokee-base0 libcherokee-base0-dev libcherokee-client0 
libcherokee-client0-dev libcherokee-config0 libcherokee-config0-dev 
libcherokee-server0 libcherokee-server0-dev libcherokee-mod-admin 
libcherokee-mod-server-info libcherokee-mod-mysql libcherokee-mod-ldap 
libcherokee-mod-libssl libcherokee-mod-streaming libcherokee-mod-geoip cget 
cherokee-doc
Architecture: source amd64 all
Version: 0.99.17-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf gw...@debian.org
Changed-By: Leonel Nunez leo...@enelserver.com
Description: 
 cget   - web page downloader
 cherokee   - Very fast, flexible and easy to configure web server
 cherokee-doc - Very fast, flexible and easy to configure web server
 libcherokee-base0 - Cherokee web server - Base libraries
 libcherokee-base0-dev - Cherokee web server - base libraries' development files
 libcherokee-client0 - Cherokee web server - Client libraries
 libcherokee-client0-dev - Cherokee web server - Client libraries' development 
files
 libcherokee-config0 - Cherokee web server - Configuration libraries
 libcherokee-config0-dev - Cherokee web server - Configuration libraries' 
development files
 libcherokee-mod-admin - Cherokee web server - Administrative plugin
 libcherokee-mod-geoip - Cherokee web server - Media streaming functions plugin
 libcherokee-mod-ldap - Cherokee web server - LDAP user validator plugin
 libcherokee-mod-libssl - Cherokee web server - SSL crypto functions plugin
 libcherokee-mod-mysql - Cherokee web server - MySQL user validator plugin
 libcherokee-mod-server-info - Cherokee web server - Server information plugin
 libcherokee-mod-streaming - Cherokee web server - Media streaming functions 
plugin
 libcherokee-server0 - Cherokee web server - Server libraries
 libcherokee-server0-dev - Cherokee web server - Server librardevelopment files
Changes: 
 cherokee (0.99.17-1) unstable; urgency=low
 .
   * New Upstream Version
   * Removed recommends php5-cgi since upstream removed
 the default config
   * Added Recommends  spawn-fcgi as RoR needs it
Checksums-Sha1: 
 47ac1bb6f5730c634dd9d7b996a431742367f42c 1774 cherokee_0.99.17-1.dsc
 d70cdb0cb285c75e966fb5b7779415193150a01f 4842829 cherokee_0.99.17.orig.tar.gz
 b82cae227ab8c11a522a5f0aa9f8cb865cc5a2ce 36065 cherokee_0.99.17-1.diff.gz
 ba6b0f44be5c782f2669b5444d754de24f71c011 337770 cherokee_0.99.17-1_amd64.deb
 7eb5135bec4f3003a8af1aee25e888a8f942c72b 256272 
libcherokee-base0_0.99.17-1_amd64.deb
 73f982554c9cf46cc66877fb8bfad76612ed811b 298708 
libcherokee-base0-dev_0.99.17-1_amd64.deb
 b5d96cf3593d2f7a444393471fe3cf4c99fd7f3c 184084 
libcherokee-client0_0.99.17-1_amd64.deb
 354124d699547db57063f9234fe6f976e051222c 183248 
libcherokee-client0-dev_0.99.17-1_amd64.deb
 d853ad941e6db094945fa1fc23e5cc834cc6dc35 539210 
libcherokee-config0_0.99.17-1_amd64.deb
 90385d0a36841871ac872f8b53963178de27be39 180622 
libcherokee-config0-dev_0.99.17-1_amd64.deb
 4141262296239b1a3cb261fe0b9ff3e61a1fc4c6 572428 
libcherokee-server0_0.99.17-1_amd64.deb
 8f00140f5b33dd780d1c24e219048983c723bbae 249150 
libcherokee-server0-dev_0.99.17-1_amd64.deb
 a966b7f94a5de4d4b3337f40aa1906edbe6baefd 191360 
libcherokee-mod-admin_0.99.17-1_amd64.deb
 2982fda4699c3011eb573ee2757383ee5d298b5f 199068 
libcherokee-mod-server-info_0.99.17-1_amd64.deb
 545180b04e506c2cef382f6c2332dea4c4fc79ab 181952 
libcherokee-mod-mysql_0.99.17-1_amd64.deb
 70c220814b2c2ce62e8986a8320d83c253ca40ed 182120 
libcherokee-mod-ldap_0.99.17-1_amd64.deb
 ff7d81de38cf42c176f52b6cdc605a91679835e7 189036 
libcherokee-mod-libssl_0.99.17-1_amd64.deb
 99b3f5752cd1ce196c94f00d70f24c8d22d84df5 182360 
libcherokee-mod-streaming_0.99.17-1_amd64.deb
 0268525059b73fd316a899880122129b69ffcbdd 179550 
libcherokee-mod-geoip_0.99.17-1_amd64.deb
 5c3bd81d508f93de85cf68e8d7a3a32decd86fed 181982 cget_0.99.17-1_amd64.deb
 e044617a43e1a29cf128d8fe634a9ce2dadb3ac2 3118392 cherokee-doc_0.99.17-1_all.deb
Checksums-Sha256: 
 51cbc6ff02b13ffc5a6c9b17ee7c8f207742ec74143d1b7409af991e89845c2c 1774 
cherokee_0.99.17-1.dsc
 bd5ab4ba6bdecd5ccbdcadb6122d9851ecd6ea2a269176b844397f93e16e1e8a 4842829 
cherokee_0.99.17.orig.tar.gz
 09b1b757392aa7a4faf534205f9055f1875de4266c303b9ce0e07011b3a5f05a 36065 
cherokee_0.99.17-1.diff.gz
 c8f3f7447894e73891776f34d0d7e6b2b2088a97987d002a8653761580c51b68 337770 
cherokee_0.99.17-1_amd64.deb
 451969de326fbb1f8591b7333ba92e37fb9ed83f0a37d1a99ccf84074a1790ef 256272 
libcherokee-base0_0.99.17-1_amd64.deb
 3195c212112383903fc7b47aaad6b79f2d441a32de1df07bc13dfa34d71b48a6 298708 
libcherokee-base0-dev_0.99.17-1_amd64.deb
 034f41c19e5c81a5565a0042d9a00f02020ec02a1c88acdbf6b024b402014b39 184084 
libcherokee-client0_0.99.17-1_amd64.deb
 9aca8fed1d1978205a8d5db1a6b3bee7d6807a7021ea02061941110a29bf3099 183248 
libcherokee-client0-dev_0.99.17-1_amd64.deb
 c29e162c5afa981046a03c0f7d6c0cd8b7dc13b24682047570a5eb12ffd6fcd0 

Accepted ltsp 5.1.76-1 (source all i386)

2009-06-17 Thread Vagrant Cascadian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 10:03:42 -0700
Source: ltsp
Binary: ltsp-server ltsp-server-standalone ltsp-client-core ltsp-client 
ltsp-client-builder
Architecture: source all i386
Version: 5.1.76-1
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian/Ubuntu Maintainers 
pkg-ltsp-de...@lists.alioth.debian.org
Changed-By: Vagrant Cascadian vagr...@freegeek.org
Description: 
 ltsp-client - LTSP client environment
 ltsp-client-builder - build an LTSP environment in the installer target (udeb)
 ltsp-client-core - LTSP client environment
 ltsp-server - basic LTSP server environment
 ltsp-server-standalone - complete LTSP server environment
Changes: 
 ltsp (5.1.76-1) unstable; urgency=low
 .
   * new upstream version:
 - ltsp-localapps:
   + fix situations where the case doesn't match between what the user
 entered as login and the name given by getent on the server.
   + if the Xauthority is in its own directory, then chown it to the user so
 the localapps can lock it.
 - ensure wrapper for xinitrc passes quoted arguments proeprly.
 - add the quoted argument of -u '' to the rdesktop screen script so that it
   defaults to no username.
 - don't hardcode /opt/ltsp in ltsp-update-kernels.  thanks to Duncan Sands.
 - do not mess with /etc/adjtime when syncing the hardware clock after
   ntpdate.
 - use 'nc -z' to test that the XFS port is open, otherwise nc simply hangs.
   thanks to Peter Stein.
 .
   * remove largely un-used code to generate debian/control.
Checksums-Sha1: 
 586140171bf64162814aadd4faa2a2cac59f40ed 1576 ltsp_5.1.76-1.dsc
 dc7470c8b73f7969aa2ae770a327d0092f746de2 347951 ltsp_5.1.76.orig.tar.gz
 8c1197e28df3d4041dd00ade7467dfc179f47f3c 70273 ltsp_5.1.76-1.diff.gz
 0d5d6216593f79ae98890752a6ed5e2ed24bee6e 116854 ltsp-server_5.1.76-1_all.deb
 27864fb0241828167c63ad4384c8dfd852a66c9a 44126 
ltsp-server-standalone_5.1.76-1_all.deb
 282e4724196b131ab8a98a0b3f93b162331dcbf9 8470 
ltsp-client-builder_5.1.76-1_all.udeb
 209fdf30aad455c9f8604e6e06ba5134f7be457f 98050 
ltsp-client-core_5.1.76-1_i386.deb
 c752e0b6ceec3bd87d5c3f6231f7dcbe7551d4fe 43482 ltsp-client_5.1.76-1_i386.deb
Checksums-Sha256: 
 5722c544af6cd21a00c9f234b1974ffc2d82b3666846e6e58dc75d7c68e907cf 1576 
ltsp_5.1.76-1.dsc
 e67d9fd1e0a8eb4ffa6c2ac476b7487977d7b8015e69accb13a7cf5f8f78f48a 347951 
ltsp_5.1.76.orig.tar.gz
 12535719c5c5fd1bd7020dc038352bb792d1ad1dd6b1e3fb8c6bbb78cee648e2 70273 
ltsp_5.1.76-1.diff.gz
 3198d3c59986fbf4ab448779a9134c1f3a7218c5180251d7904bf508c36e1bab 116854 
ltsp-server_5.1.76-1_all.deb
 8607f69f29a7527953f6240c1264885d37296f4f4075f6bbd586c72484da6da0 44126 
ltsp-server-standalone_5.1.76-1_all.deb
 700b349a6956e556f986c21c00ab687a3068c88d53ff9563e5995a670ee9072e 8470 
ltsp-client-builder_5.1.76-1_all.udeb
 ed6941d4d9d6751680b3cd664707c50c5a415f49c3f86d6407c1e2b94c714ce6 98050 
ltsp-client-core_5.1.76-1_i386.deb
 f7bb4cdef0c5654647b459f459abcf49c0abb7fa2ed9dad77791f0709c5d2052 43482 
ltsp-client_5.1.76-1_i386.deb
Files: 
 1fb8d716c06dc1e2b39b6e8d2f041df5 1576 misc extra ltsp_5.1.76-1.dsc
 7f73852fd8671ebe2c89efb9e67bcce1 347951 misc extra ltsp_5.1.76.orig.tar.gz
 9f8cb600df81c7c7f90daa227cda57d5 70273 misc extra ltsp_5.1.76-1.diff.gz
 79a7accd840de3f91d69647b6a63fa28 116854 misc extra ltsp-server_5.1.76-1_all.deb
 35941dfbc19398af812de495b79b3661 44126 misc extra 
ltsp-server-standalone_5.1.76-1_all.deb
 27ea15159c953a84bcaf2d49a8a2f17f 8470 debian-installer extra 
ltsp-client-builder_5.1.76-1_all.udeb
 6de5ac192128d39330f320ea36aaef7e 98050 misc extra 
ltsp-client-core_5.1.76-1_i386.deb
 5e915886e7a735112282592e9646f4a9 43482 misc extra ltsp-client_5.1.76-1_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAko5LY4ACgkQlPc63BPWGpnghwCdEpvbnmHrYwgIxCfuboJ4jSo6
Eh4An2+JzI5XxU6WGKUrNGZwnWP4dG99
=xeud
-END PGP SIGNATURE-


Accepted:
ltsp-client-builder_5.1.76-1_all.udeb
  to pool/main/l/ltsp/ltsp-client-builder_5.1.76-1_all.udeb
ltsp-client-core_5.1.76-1_i386.deb
  to pool/main/l/ltsp/ltsp-client-core_5.1.76-1_i386.deb
ltsp-client_5.1.76-1_i386.deb
  to pool/main/l/ltsp/ltsp-client_5.1.76-1_i386.deb
ltsp-server-standalone_5.1.76-1_all.deb
  to pool/main/l/ltsp/ltsp-server-standalone_5.1.76-1_all.deb
ltsp-server_5.1.76-1_all.deb
  to pool/main/l/ltsp/ltsp-server_5.1.76-1_all.deb
ltsp_5.1.76-1.diff.gz
  to pool/main/l/ltsp/ltsp_5.1.76-1.diff.gz
ltsp_5.1.76-1.dsc
  to pool/main/l/ltsp/ltsp_5.1.76-1.dsc
ltsp_5.1.76.orig.tar.gz
  to pool/main/l/ltsp/ltsp_5.1.76.orig.tar.gz


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



Accepted pkglab 1.4.2-2 (source amd64)

2009-06-17 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 19:53:06 +0200
Source: pkglab
Binary: pkglab edos-distcheck
Architecture: source amd64
Version: 1.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 edos-distcheck - Checks whether dependencies of packages can be satisfied
 pkglab - interactive environment to explore package repositories
Changes: 
 pkglab (1.4.2-2) unstable; urgency=low
 .
   * Weaken conflict with edos-{rpm,deb}check to (= 1.0-8) in order to
 allow for transitional packages for edos-{rpm,deb}check to depend
 on edos-distcheck.
   * Standards-Version 3.8.2 (no change).
Checksums-Sha1: 
 ce00061f392d91b54eeb67de9414e291ddef4733 1353 pkglab_1.4.2-2.dsc
 e876e3f336a096dab3c60fd57ac247deb29bf28f 10517 pkglab_1.4.2-2.diff.gz
 a53b0da9ee08e867105149b802ba1d651b840ef9 557250 pkglab_1.4.2-2_amd64.deb
 849abf63f5c8a7e9d442790e822cc62d18010161 457328 
edos-distcheck_1.4.2-2_amd64.deb
Checksums-Sha256: 
 31cf2262318ee04cc3c8ba00cebd7e3251d1bc5d139bb58d20346cbe1682cb8b 1353 
pkglab_1.4.2-2.dsc
 2d69110ff9a4a7952861d829296c4d55ed27f2d4219b5f221c24d6b8e692074c 10517 
pkglab_1.4.2-2.diff.gz
 e6cede9b596e59ad9dcccebca2051084411da4e8addaf4ec50d42100ac66b19b 557250 
pkglab_1.4.2-2_amd64.deb
 7692402c928e5d5a031da5dd0d13d8323d6f43ac656e60835e80255917a7e9b7 457328 
edos-distcheck_1.4.2-2_amd64.deb
Files: 
 d4c3660d629e684dbd3f0268490f02cb 1353 devel optional pkglab_1.4.2-2.dsc
 8aff41bc3ef1464f90e7c94eba9d3eee 10517 devel optional pkglab_1.4.2-2.diff.gz
 3428aeda433568de30dd033f7d1c3d4e 557250 devel optional pkglab_1.4.2-2_amd64.deb
 85149d481a8285b945e822b020ef3e82 457328 devel optional 
edos-distcheck_1.4.2-2_amd64.deb

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

iD8DBQFKOTHltzWmSeC6BMERAi/9AJ0bOO7znd48fPN/Eb6ipI1wTr4NiACeL8V0
DfcauuWA4EdO4zT0fQbdCgU=
=cbFF
-END PGP SIGNATURE-


Accepted:
edos-distcheck_1.4.2-2_amd64.deb
  to pool/main/p/pkglab/edos-distcheck_1.4.2-2_amd64.deb
pkglab_1.4.2-2.diff.gz
  to pool/main/p/pkglab/pkglab_1.4.2-2.diff.gz
pkglab_1.4.2-2.dsc
  to pool/main/p/pkglab/pkglab_1.4.2-2.dsc
pkglab_1.4.2-2_amd64.deb
  to pool/main/p/pkglab/pkglab_1.4.2-2_amd64.deb


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



Accepted sphinx 0.6.2-1 (source all)

2009-06-17 Thread Debian Python Modules Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 19:32:26 +0200
Source: sphinx
Binary: python-sphinx
Architecture: source all
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Gusarov dotted...@dottedmag.net
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 python-sphinx - tool for producing documentation for Python projects
Closes: 527538
Changes: 
 sphinx (0.6.2-1) unstable; urgency=low
 .
   [ Piotr Ożarowski ]
   * New upstream release (Closes: #527538)
 - add_missing_sphinx-autogen and rfind-invocation patches removed, no
   longer needed
 - move_static_files_outside_site-packages.patch updated
   * Standards-Version bumped to 3.8.2, no changes needed.
Checksums-Sha1: 
 66aed47d2520d68399bd7eaf21eadbd3de1bcb67 1428 sphinx_0.6.2-1.dsc
 d4da9d09f2df184dc010f9d78faaa76af90f748d 961608 sphinx_0.6.2.orig.tar.gz
 cd66850cae6f65246942b9f2fad9e92c6895c85b 7824 sphinx_0.6.2-1.diff.gz
 2cec04407df60e2496f11ea368580e26e4b5bf79 525110 python-sphinx_0.6.2-1_all.deb
Checksums-Sha256: 
 2c84b9a1aefec819a406651cbcc60efb47e87e59bd0c1d54eea8a60aea87e3de 1428 
sphinx_0.6.2-1.dsc
 0b9e3d63ec791cfa056c3539c1ed0973fc69f86a8e2d968c67988092bcaa0bf6 961608 
sphinx_0.6.2.orig.tar.gz
 3c25db350ccfc058e69e72a974f3c648ebee601ae3f52140dcccdc05e9dd3f43 7824 
sphinx_0.6.2-1.diff.gz
 4a831ec8b3e9f6af9f35bbe1f2970d02a2d59b009330d6cd259cff719e8f3f7a 525110 
python-sphinx_0.6.2-1_all.deb
Files: 
 77d1ff42db657b124327da90e35d6ce7 1428 python optional sphinx_0.6.2-1.dsc
 c8f79e171addc73342cc2e775dc78880 961608 python optional 
sphinx_0.6.2.orig.tar.gz
 7954c2928fdcc11e113d9cd2b458c06c 7824 python optional sphinx_0.6.2-1.diff.gz
 7e812e515de4b127d0d24b127c5d58a9 525110 python optional 
python-sphinx_0.6.2-1_all.deb

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

iEYEARECAAYFAko5NKkACgkQB01zfu119Zk6GwCgoeU66jlveTBKffWuv37ytrTS
6YUAnjv/fmCn8zIHmDr0Ekkb6ozVT+Zv
=GDeN
-END PGP SIGNATURE-


Accepted:
python-sphinx_0.6.2-1_all.deb
  to pool/main/s/sphinx/python-sphinx_0.6.2-1_all.deb
sphinx_0.6.2-1.diff.gz
  to pool/main/s/sphinx/sphinx_0.6.2-1.diff.gz
sphinx_0.6.2-1.dsc
  to pool/main/s/sphinx/sphinx_0.6.2-1.dsc
sphinx_0.6.2.orig.tar.gz
  to pool/main/s/sphinx/sphinx_0.6.2.orig.tar.gz


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



Accepted ttf-konatu 24-1 (source all)

2009-06-17 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jun 2009 03:03:55 +0900
Source: ttf-konatu
Binary: ttf-konatu
Architecture: source all
Version: 24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-konatu - TrueType Font originally for BeOS
Changes: 
 ttf-konatu (24-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 - Update to Standards-Version: 3.8.2 with no change
 - Suggests: fontconfig (= 2.6.0-4)
   * debian/postinst:
 - remove fc-cache
   * debian/watch:
 - fix it.
Checksums-Sha1: 
 a32375a2918c1291f374e00ef57bed79da0d5d0f 1292 ttf-konatu_24-1.dsc
 a15247010bceb4c527ffe9df000127928f76c124 8064158 ttf-konatu_24.orig.tar.gz
 69cbb359009042e31206857687137af0387eae05 10086 ttf-konatu_24-1.diff.gz
 5ceb8afd86c4539cbfb16a8354357b54865e1f50 8044166 ttf-konatu_24-1_all.deb
Checksums-Sha256: 
 e22ea9210d517a0644a527f45ae3735181c3d9b6ad9adc175516841cfb8f80aa 1292 
ttf-konatu_24-1.dsc
 85398b45661385c7e813d4d676ba35bad2367a0cfb77ab5172210eed95acd533 8064158 
ttf-konatu_24.orig.tar.gz
 3cb08bb8fa0cbda57ac5ee19c1802003f81eab489c5577601af4ed525a0884cf 10086 
ttf-konatu_24-1.diff.gz
 f2a71e14e92a0e7f4b99cc479bd3620db832c2b227f415a590555d9bf50efb30 8044166 
ttf-konatu_24-1_all.deb
Files: 
 2be0c1efc5c1af1edf71c4b10d5eacd6 1292 fonts optional ttf-konatu_24-1.dsc
 c6bcb86d3df6412bd34b828c92c7bf70 8064158 fonts optional 
ttf-konatu_24.orig.tar.gz
 db0d84f91c9423844b011dd65b51171c 10086 fonts optional ttf-konatu_24-1.diff.gz
 efb036674fb46dbf76ac46dfcfa58b9e 8044166 fonts optional ttf-konatu_24-1_all.deb

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

iEYEARECAAYFAko5MDsACgkQIu0hy8THJku43gCggC+GLTTVzNYV3UOBGjwbxgbV
rqYAn2ew7R1o5bwKIrC4kdO5epdUrs71
=AYEA
-END PGP SIGNATURE-


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


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



Accepted edos-debcheck 1.0-9 (source all)

2009-06-17 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 20:27:43 +0200
Source: edos-debcheck
Binary: edos-debcheck edos-rpmcheck
Architecture: source all
Version: 1.0-9
Distribution: unstable
Urgency: low
Maintainer: Ralf Treinen trei...@debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 edos-debcheck - Check package dependencies (transitional package)
 edos-rpmcheck - Check package dependencies (transitional package)
Changes: 
 edos-debcheck (1.0-9) unstable; urgency=low
 .
   * Make this is a transitional package for transition to edos-distcheck.
 As a consequence, this package is now architecture=all.
   * Standards-version 3.8.2 (no change).
Checksums-Sha1: 
 a47bae976fccb5e39d4af956eea5b28443f81d3d 1278 edos-debcheck_1.0-9.dsc
 0cdceb1e1c9d3a42645ed2197eaea8f2187c05b5 6721 edos-debcheck_1.0-9.diff.gz
 29a7bc39292b141469aca224b004cf290eaa2f82 3176 edos-debcheck_1.0-9_all.deb
 efc1382b477eb61dad3e0e6da2a5c10847e3104a 3182 edos-rpmcheck_1.0-9_all.deb
Checksums-Sha256: 
 7cf5d098187ff7533dcbef312e8396e72069786058df9d584e331f81f9b96ae4 1278 
edos-debcheck_1.0-9.dsc
 e86c0943c6949091afc05117ee21d7050a8d5381abf31a2667a284f9d5217a8e 6721 
edos-debcheck_1.0-9.diff.gz
 263053a7c0cd6e8de3ec65e83e9875cc34f6a3af68d3502d8ac485423ad9 3176 
edos-debcheck_1.0-9_all.deb
 7084f4703e8d2ce1cde7095fb450b9aa338d0d6341814fdd55794e9e315df140 3182 
edos-rpmcheck_1.0-9_all.deb
Files: 
 e412f4289e6efc0edc64032207b199d7 1278 devel optional edos-debcheck_1.0-9.dsc
 d54184e8f294ad9512cbdd7ba718b4d1 6721 devel optional 
edos-debcheck_1.0-9.diff.gz
 d58f5b356423b5843a2af205bebb4889 3176 devel optional 
edos-debcheck_1.0-9_all.deb
 c9277b8791f372beed7ba2800c10c889 3182 devel optional 
edos-rpmcheck_1.0-9_all.deb

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

iD8DBQFKOTbHtzWmSeC6BMERAt7AAJsEjhtg53sj8i4qBDxkWq1EuGwWaQCgigEj
aAIhZZSxEj7ib1Q7JsYzk0o=
=PhNF
-END PGP SIGNATURE-


Accepted:
edos-debcheck_1.0-9.diff.gz
  to pool/main/e/edos-debcheck/edos-debcheck_1.0-9.diff.gz
edos-debcheck_1.0-9.dsc
  to pool/main/e/edos-debcheck/edos-debcheck_1.0-9.dsc
edos-debcheck_1.0-9_all.deb
  to pool/main/e/edos-debcheck/edos-debcheck_1.0-9_all.deb
edos-rpmcheck_1.0-9_all.deb
  to pool/main/e/edos-debcheck/edos-rpmcheck_1.0-9_all.deb


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



Accepted freedoom 0.6.4-1 (source all)

2009-06-17 Thread Jon Dowland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 14 Jun 2009 18:05:07 +0100
Source: freedoom
Binary: freedoom freedm
Architecture: source all
Version: 0.6.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jon Dowland j...@alcopop.org
Description: 
 freedm - multiplayer-oriented maps for Doom
 freedoom   - free game files for the 3D game DOOM
Closes: 521922 531619 533135
Changes: 
 freedoom (0.6.4-1) unstable; urgency=low
 .
   * Add Build-Depends-Indep: on python. Thanks Daniel Schepler
 and Peter Green. Closes: #521922
   * new upstream version, removing some non-free files.
 Closes: #533135
   * fixed watch file, thanks Marco Rodrigues. Closes: #531619
   * bump standards version.
Checksums-Sha1: 
 55197c8585b7628764e4e6572f38453d1ac2f9c3 1358 freedoom_0.6.4-1.dsc
 d488d9434205dde0856d018dc562385e3a87fa00 11742845 freedoom_0.6.4.orig.tar.gz
 d086a701f39eafc347aefc75af5ef458bb6c26c4 4627 freedoom_0.6.4-1.diff.gz
 413cd1838eef9d57ea2edef71ddefc8266b30cea 7443258 freedoom_0.6.4-1_all.deb
 e1c78b13fcc43c169d0af76096b2302672383b90 3872846 freedm_0.6.4-1_all.deb
Checksums-Sha256: 
 acac4a265cec56632141107e1cdb941242de3145b12321b8f0556c7a83a12cb4 1358 
freedoom_0.6.4-1.dsc
 2ed4f7222589f3e7900401595fb53da646b21a72796de11ad868dae2699f2186 11742845 
freedoom_0.6.4.orig.tar.gz
 0fdaa9b5a4108624256584cd270e143c0db0184a3836cd08f9aba1fab0a35617 4627 
freedoom_0.6.4-1.diff.gz
 7404ce766ac813a04209ce876a7fe1cc56c22ced465c0edea001cc35ae3f067d 7443258 
freedoom_0.6.4-1_all.deb
 c8136fd2a15e610e8cb09d350fd9ca5ba4f785ecb431e449d2dd3c72b51ad41b 3872846 
freedm_0.6.4-1_all.deb
Files: 
 102b53c14909f4e6503c521f9c86950f 1358 games optional freedoom_0.6.4-1.dsc
 b7d70a8d191461e1c5f86c1f80ccbcda 11742845 games optional 
freedoom_0.6.4.orig.tar.gz
 55247066795679c1ba6b7429b91ec964 4627 games optional freedoom_0.6.4-1.diff.gz
 1a8f9a74872120bfd74147448e28c218 7443258 games optional 
freedoom_0.6.4-1_all.deb
 4b82fea6dd3565516d7770ada149e416 3872846 games optional freedm_0.6.4-1_all.deb

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

iEYEARECAAYFAko5OBoACgkQFotOcXAy8jjRcQCeKspMMwhqE9tGBMQf338jAZ6Z
PUMAniOzr1SNWsbsPmI52tCXs4dZ+/F2
=xkop
-END PGP SIGNATURE-


Accepted:
freedm_0.6.4-1_all.deb
  to pool/main/f/freedoom/freedm_0.6.4-1_all.deb
freedoom_0.6.4-1.diff.gz
  to pool/main/f/freedoom/freedoom_0.6.4-1.diff.gz
freedoom_0.6.4-1.dsc
  to pool/main/f/freedoom/freedoom_0.6.4-1.dsc
freedoom_0.6.4-1_all.deb
  to pool/main/f/freedoom/freedoom_0.6.4-1_all.deb
freedoom_0.6.4.orig.tar.gz
  to pool/main/f/freedoom/freedoom_0.6.4.orig.tar.gz


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



Accepted deskbar-applet 2.26.2-1 (source amd64)

2009-06-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 20:34:55 +0200
Source: deskbar-applet
Binary: deskbar-applet
Architecture: source amd64
Version: 2.26.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 deskbar-applet - universal search and navigation bar for GNOME
Changes: 
 deskbar-applet (2.26.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop useless Provides:.
   * Bump pygobject requirements.
Checksums-Sha1: 
 fd8a58074d2e3e55f227a0eb0041f27e2cb08a3c 1591 deskbar-applet_2.26.2-1.dsc
 1df8ad4a861d49c48a004d0b493c33bec9041ff3 1650397 
deskbar-applet_2.26.2.orig.tar.gz
 9303055626270a51c20d4ba5add3bc35d80ba668 6805 deskbar-applet_2.26.2-1.diff.gz
 e5b07adbb82ff50506a36e6f758b44e317a3041c 1129136 
deskbar-applet_2.26.2-1_amd64.deb
Checksums-Sha256: 
 0a8ebdecbab6e20a88382bc49a7896a9afb3a9ce81bb36f5250bbb2aa6811b6c 1591 
deskbar-applet_2.26.2-1.dsc
 67d796350d27e15cf9d7997be1552de04e8a5c24d92e931649074dfbbc5180a7 1650397 
deskbar-applet_2.26.2.orig.tar.gz
 2a80e1796c9f6bcc41ee70c8696911c76314408d9aeec07bed54e0be72c9 6805 
deskbar-applet_2.26.2-1.diff.gz
 909cbbea214baec046cc972a357a6ab25d33fb681810450813e81939f70c51a9 1129136 
deskbar-applet_2.26.2-1_amd64.deb
Files: 
 6213ca4acee151ccdfec4b33ceb2d944 1591 gnome optional 
deskbar-applet_2.26.2-1.dsc
 f142616367fa85f221816357a5093e13 1650397 gnome optional 
deskbar-applet_2.26.2.orig.tar.gz
 deca168006fe66f251d7347c3bb23e61 6805 gnome optional 
deskbar-applet_2.26.2-1.diff.gz
 c1dbba0c3ab3cbfcb5a639b416c46390 1129136 gnome optional 
deskbar-applet_2.26.2-1_amd64.deb

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

iD8DBQFKOTwrrSla4ddfhTMRAoSAAKCTqFgrFTStc/vkB8P20WudGufxzQCfdjr0
BJd+HItt06kmS+FEWDMun1s=
=SYOB
-END PGP SIGNATURE-


Accepted:
deskbar-applet_2.26.2-1.diff.gz
  to pool/main/d/deskbar-applet/deskbar-applet_2.26.2-1.diff.gz
deskbar-applet_2.26.2-1.dsc
  to pool/main/d/deskbar-applet/deskbar-applet_2.26.2-1.dsc
deskbar-applet_2.26.2-1_amd64.deb
  to pool/main/d/deskbar-applet/deskbar-applet_2.26.2-1_amd64.deb
deskbar-applet_2.26.2.orig.tar.gz
  to pool/main/d/deskbar-applet/deskbar-applet_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



Accepted devscripts 2.10.52 (source amd64)

2009-06-17 Thread Adam D. Barratt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 19:39:33 +0100
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.10.52
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team pkg-devscri...@teams.debian.net
Changed-By: Adam D. Barratt a...@adam-barratt.org.uk
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 533415
Changes: 
 devscripts (2.10.52) unstable; urgency=low
 .
   * debdiff: Make --diffstat work again; accidentally broken in 2.10.48.
   * uupdate: Fix invocation of *cat when attempting to apply diffs.
 Thanks, Yannick Roehlly.  (Closes: #533415)
   * debian/control: Update Standards-Version to 3.8.2 (no changes needed)
Checksums-Sha1: 
 283da2247f4bc5216852fe3362189143cb005dbb 1363 devscripts_2.10.52.dsc
 0c9909c6e9d894b4cc62ec0c160026c9bdea2537 662634 devscripts_2.10.52.tar.gz
 2d9d4e3c6fda3b519f870792b0d117889486c4d7 566974 devscripts_2.10.52_amd64.deb
Checksums-Sha256: 
 5d705869cb7ab1fe862b34f97934f7d66c0067a705d2cf00694801a53359c683 1363 
devscripts_2.10.52.dsc
 4f0d136a530ee4b150298d1772ab7f5a005fa693a63979a9233398463be16708 662634 
devscripts_2.10.52.tar.gz
 2d02eb0803f605b1392631d7ec362ac4680e21245828cd3e56dd28d9267cbac7 566974 
devscripts_2.10.52_amd64.deb
Files: 
 fb5189b01bf0e0d03e46480bfad142e4 1363 devel optional devscripts_2.10.52.dsc
 53214f2a87927f1809ec81b34e7b8496 662634 devel optional 
devscripts_2.10.52.tar.gz
 796bbcab8a7582e0b2d36ddc01ded8cc 566974 devel optional 
devscripts_2.10.52_amd64.deb

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

iEYEARECAAYFAko5OgUACgkQokcE1TReOoVZAwCfQBJdkX9sGcQ+CCG9rHg/rLru
wbgAmgIth3iEvOdBRtMna7Pr/8cvo+Wo
=j024
-END PGP SIGNATURE-


Accepted:
devscripts_2.10.52.dsc
  to pool/main/d/devscripts/devscripts_2.10.52.dsc
devscripts_2.10.52.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.52.tar.gz
devscripts_2.10.52_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.52_amd64.deb


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



Accepted sdm 0.4.0b-4 (source all)

2009-06-17 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 17 Jun 2009 21:17:14 +0200
Source: sdm
Binary: sdm sdm-terminal
Architecture: source all
Version: 0.4.0b-4
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 sdm- Secure Display Manager - secure remote access to X11
 sdm-terminal - Secure Display Manager - terminal files
Closes: 449973 462094 473691 533252
Changes: 
 sdm (0.4.0b-4) unstable; urgency=low
 .
   * Add README.source.
   * Update local CDBS snippets:
 + Minor updates to buildinfo.mk
 + Major rewrite of copyright-check.mk
 + Add new snippet package-relations.mk
 + Drop auto-update.mk (define DEB_MAINTAINER_MODE instead)
   * Improve dependency handling and cleanup dependencies:
 + Handle all dependencies in debian/rules
 + Use Build-Depends (not Build-Depends-Indep)
 + Depend on x11-utils, x11-xserver-utils and xinit (not
   xbase-clients)
 + Drop fallbacks for ssh-server and ssh-client
 + Drop xfree86-related fallbacks
   * Rewrite copyright to use DEP5 r59 proposed machine-readable format.
   * Packaging moved to Git in collab-maint group at Alioth:
 + Add Vcs-* stanzas
 + Add git-buildpackage configfile, enabling signed tags and
   pristine-tar
   * Upstream project is no more: Drop watch file, and remove Homepage
 stanza from control file and contact email from copyright file. This
 closes: bug#462094, #449973.
   * Use zenity instead of Xdialog: Use patchsys-quilt.mk, add patch 1001
 to replace Xdialog with zenity, and build-depend on zenity (not
 xdialog). This closes: bug#533252.
   * Add patch 1002 to fix bashism in sdm-autokeys. Closes: bug#473691.
   * Bump policy compliance to standards-version 3.8.2.
   * Bump dephelper compatibility level to 6. Tighten build-dependency.
Checksums-Sha1: 
 8bf4b181d5dac25b8f0322012a3cb412f5ea12b8 1143 sdm_0.4.0b-4.dsc
 5076645097ab2511b43746f9a2b724526dd745ea 10715 sdm_0.4.0b-4.diff.gz
 9458289004306bf320e0586aa2d783d9a6ce63cc 15124 sdm_0.4.0b-4_all.deb
 dc8e7f1a67b9001723a10a9107d1a730b0c07021 14388 sdm-terminal_0.4.0b-4_all.deb
Checksums-Sha256: 
 4dae4304069d40e504df52d9eb7a5547b5edd4fde5e18433b536f3be697274c1 1143 
sdm_0.4.0b-4.dsc
 541165835f47a752f40a49712911bd0bdc9fe34a5cb70650dd70f80c9bbe107e 10715 
sdm_0.4.0b-4.diff.gz
 abc70f8ae923ec811dbfc4e1d98af961a2ede21a41f30b691756882c3221b21c 15124 
sdm_0.4.0b-4_all.deb
 fb67a8774c00fe8a07f8f3042ac94d37f62c7ed92c22989476726b9e94104828 14388 
sdm-terminal_0.4.0b-4_all.deb
Files: 
 9dff0ecc50a8d1c4d879e030eaa4c591 1143 x11 optional sdm_0.4.0b-4.dsc
 83a257dee0655f79c7eed942c209bceb 10715 x11 optional sdm_0.4.0b-4.diff.gz
 ad073ff447e76097ab4db0718b614df6 15124 x11 optional sdm_0.4.0b-4_all.deb
 4c161f36c434dc73b7964b8804a16d46 14388 x11 optional 
sdm-terminal_0.4.0b-4_all.deb

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

iEYEAREDAAYFAko5QfUACgkQn7DbMsAkQLgJuwCdE1szCkHRxa9dyUv/hWd9TsSD
M7YAn22KyvLZj/bFzrh4tdsS0xCEB/OK
=uC16
-END PGP SIGNATURE-


Accepted:
sdm-terminal_0.4.0b-4_all.deb
  to pool/main/s/sdm/sdm-terminal_0.4.0b-4_all.deb
sdm_0.4.0b-4.diff.gz
  to pool/main/s/sdm/sdm_0.4.0b-4.diff.gz
sdm_0.4.0b-4.dsc
  to pool/main/s/sdm/sdm_0.4.0b-4.dsc
sdm_0.4.0b-4_all.deb
  to pool/main/s/sdm/sdm_0.4.0b-4_all.deb


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



Accepted evolution-webcal 2.26.0-1 (source amd64)

2009-06-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 21:19:24 +0200
Source: evolution-webcal
Binary: evolution-webcal
Architecture: source amd64
Version: 2.26.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 evolution-webcal - webcal: URL handler for GNOME and Evolution
Changes: 
 evolution-webcal (2.26.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop libgnomeui requirement.
Checksums-Sha1: 
 aa5a760d96ed553f7967a8010b2a08a154bd4788 1575 evolution-webcal_2.26.0-1.dsc
 105caefb8f604043ac16d3d9d7e1cb229865e2d3 190631 
evolution-webcal_2.26.0.orig.tar.gz
 522bec7028bed699976fd22afca1ddabe40f925a 2755 evolution-webcal_2.26.0-1.diff.gz
 8d72f1a568ce463c0982be075b9f0b76a081e471 100912 
evolution-webcal_2.26.0-1_amd64.deb
Checksums-Sha256: 
 b36909020b6a25a9bae3b855a392498aa46804700faf3bf9e04168e7ee96edab 1575 
evolution-webcal_2.26.0-1.dsc
 1ee0097572f6e74f9ab3e1722047336659140f7a541833fc7f0433854a13d885 190631 
evolution-webcal_2.26.0.orig.tar.gz
 dc1a153266d3d3110f5508e4eec0cb75e96efbf8a24d88dd75d87728492a2da3 2755 
evolution-webcal_2.26.0-1.diff.gz
 45dc44bc6ba2dcbfe9d8f49708f10681708fe973b991bf301324f6919eadc26c 100912 
evolution-webcal_2.26.0-1_amd64.deb
Files: 
 2465cbb4abdf7f44df4df2ba1e3a7f44 1575 gnome optional 
evolution-webcal_2.26.0-1.dsc
 76c17cf79f4712641bc387e701a877e5 190631 gnome optional 
evolution-webcal_2.26.0.orig.tar.gz
 123a332d7dd9249468163217a6851037 2755 gnome optional 
evolution-webcal_2.26.0-1.diff.gz
 561e21e11a3d4aa2d88d8001a402be80 100912 gnome optional 
evolution-webcal_2.26.0-1_amd64.deb

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

iD8DBQFKOUMfrSla4ddfhTMRAo0mAJ0X5p0AWdrgkd11qUA6dDMco/fxwACgpND4
lnJVihDarLfcbmrLZQvBbyA=
=yTXD
-END PGP SIGNATURE-


Accepted:
evolution-webcal_2.26.0-1.diff.gz
  to pool/main/e/evolution-webcal/evolution-webcal_2.26.0-1.diff.gz
evolution-webcal_2.26.0-1.dsc
  to pool/main/e/evolution-webcal/evolution-webcal_2.26.0-1.dsc
evolution-webcal_2.26.0-1_amd64.deb
  to pool/main/e/evolution-webcal/evolution-webcal_2.26.0-1_amd64.deb
evolution-webcal_2.26.0.orig.tar.gz
  to pool/main/e/evolution-webcal/evolution-webcal_2.26.0.orig.tar.gz


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



Accepted dbus 1.2.14-3 (source all i386)

2009-06-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 21:03:57 +0200
Source: dbus
Binary: dbus dbus-x11 libdbus-1-3 dbus-1-doc libdbus-1-dev
Architecture: source all i386
Version: 1.2.14-3
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 dbus   - simple interprocess messaging system
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 528145
Changes: 
 dbus (1.2.14-3) unstable; urgency=low
 .
   * debian/dbus.postinst
 - Suppress output from adduser.
   * debian/dbus.postrm
 - Cleanup /var/lib/dbus on purge.
   * debian/rules
 - Compile dbus-daemon without -pie on mipsen. This is a workaround for a
   toolchain bug on mipsen (#532821) which causes dbus-daemon to segfault.
   (Closes: #528145)
Checksums-Sha1: 
 0dcd39be2ad29b6b42b6d1e552e15ef515edab80 1587 dbus_1.2.14-3.dsc
 56031342de9bae5817491e8793b5574cd6a81c64 27302 dbus_1.2.14-3.diff.gz
 2e4853e5f38da53014c60b463a3953aa44a45eff 1823964 dbus-1-doc_1.2.14-3_all.deb
 fe72ccbdd85fec165bbf2e3c4ac2665f6a888a82 207238 dbus_1.2.14-3_i386.deb
 67c567c2262d5e9ec2e82042f825ab9e668b143a 40598 dbus-x11_1.2.14-3_i386.deb
 e8e8dfd424441ff6bf929e787b56152b63500ed4 125888 libdbus-1-3_1.2.14-3_i386.deb
 f4716da20b1d137ea36eb5de3586b437cded81cc 215656 libdbus-1-dev_1.2.14-3_i386.deb
Checksums-Sha256: 
 dd1dcd68c02d631e417aaa0ddeb02bf3c562e3d8828b09529ed7748d10df2f78 1587 
dbus_1.2.14-3.dsc
 9244cbdde56956ac178d4d0221df80e1e4dfa4e5cfe79d89062c440cc0fea0b1 27302 
dbus_1.2.14-3.diff.gz
 30fb18b7674e99b06c34391691943d7262ab2485fc8d43fc487f07b2bf9fc9ec 1823964 
dbus-1-doc_1.2.14-3_all.deb
 f475da932bf2e27e19ad38f472a8d1bc7656d5a9cb301ee5941fd5118fd699d3 207238 
dbus_1.2.14-3_i386.deb
 48b0b1380f4d160cf0de6f462fe541d126414e78c6e8b0e50935fd5cd4cf8e89 40598 
dbus-x11_1.2.14-3_i386.deb
 a5b5996fa7926aee72daebeb6e87a966b7c1af76e43279501646928afd7d68a0 125888 
libdbus-1-3_1.2.14-3_i386.deb
 bcafdcadc6a7690caa9bca50ce32a61cdd833d851cf5b15df87000ea3cfd8629 215656 
libdbus-1-dev_1.2.14-3_i386.deb
Files: 
 302e538266ae096e21c8a28f2f91a5c3 1587 devel optional dbus_1.2.14-3.dsc
 7860205509812a95e34f0be11b4dd520 27302 devel optional dbus_1.2.14-3.diff.gz
 39711f13d74676604a2bc4e0eb602390 1823964 doc optional 
dbus-1-doc_1.2.14-3_all.deb
 3abddf7427688a121708b15eac90451d 207238 devel optional dbus_1.2.14-3_i386.deb
 ad7ed7b7f80ba5ef3ceaa9998592cb64 40598 x11 optional dbus-x11_1.2.14-3_i386.deb
 751bb433e0abee88c07393ebc4ccb29d 125888 libs optional 
libdbus-1-3_1.2.14-3_i386.deb
 c5f7fd6dc313ac1c5bfbe7d1130c9ffc 215656 libdevel optional 
libdbus-1-dev_1.2.14-3_i386.deb

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

iEYEARECAAYFAko5QncACgkQh7PER70FhVQQnQCeJI5Ib72DYG5wtwYNz8RwSThk
J5sAoIHfrCLvJiJ4lBxgL7c+nZhVEBoT
=Clay
-END PGP SIGNATURE-


Accepted:
dbus-1-doc_1.2.14-3_all.deb
  to pool/main/d/dbus/dbus-1-doc_1.2.14-3_all.deb
dbus-x11_1.2.14-3_i386.deb
  to pool/main/d/dbus/dbus-x11_1.2.14-3_i386.deb
dbus_1.2.14-3.diff.gz
  to pool/main/d/dbus/dbus_1.2.14-3.diff.gz
dbus_1.2.14-3.dsc
  to pool/main/d/dbus/dbus_1.2.14-3.dsc
dbus_1.2.14-3_i386.deb
  to pool/main/d/dbus/dbus_1.2.14-3_i386.deb
libdbus-1-3_1.2.14-3_i386.deb
  to pool/main/d/dbus/libdbus-1-3_1.2.14-3_i386.deb
libdbus-1-dev_1.2.14-3_i386.deb
  to pool/main/d/dbus/libdbus-1-dev_1.2.14-3_i386.deb


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



Accepted pysparse 1.0.1-5.1 (source i386 all)

2009-06-17 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 01 May 2009 20:56:39 +0200
Source: pysparse
Binary: python-sparse python-sparse-examples
Architecture: source i386 all
Version: 1.0.1-5.1
Distribution: unstable
Urgency: low
Maintainer: Adam C. Powell, IV hazel...@debian.org
Changed-By: Thomas Viehmann t...@beamnet.de
Description: 
 python-sparse - Sparse linear algebra extension for Python
 python-sparse-examples - Sparse linear algebra extension for Python: 
documentation
Closes: 526527
Changes: 
 pysparse (1.0.1-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pysparse.superlu module port to superlu 3 based on reading
 the docs. Closes: #526527
Checksums-Sha1: 
 0a7ef5e00a1149efc5d039155318f80ca6d51060 1263 pysparse_1.0.1-5.1.dsc
 abf05b22df367d3450a3162eaa3e06ac739ae50a 8212 pysparse_1.0.1-5.1.diff.gz
 0eaa6d71993b2b67acc75e02622c65c2bd55ab8b 171534 
python-sparse_1.0.1-5.1_i386.deb
 644c1e070231b61483ef513cb3c6d69ae6637126 153670 
python-sparse-examples_1.0.1-5.1_all.deb
Checksums-Sha256: 
 f8e2979593d65d4e9b586bb023b40ca7602d34172e05f290bc39c3894a9ffb24 1263 
pysparse_1.0.1-5.1.dsc
 5522be2a5897601e42091e995640eed91b82c51faa070a3aedc43ede891152f7 8212 
pysparse_1.0.1-5.1.diff.gz
 022e3bc615483bb0d9fdac575092ac3df0febdd6479eca9e2eaa4e3bdd1a08ae 171534 
python-sparse_1.0.1-5.1_i386.deb
 275c7d96617a15fee0d2ba4d243c3f94f2a34268ba282ae4b014a1a2ea3a2cf7 153670 
python-sparse-examples_1.0.1-5.1_all.deb
Files: 
 8a2828148411e79046445a884e59ccf3 1263 python optional pysparse_1.0.1-5.1.dsc
 0b5ac839ad35d0a81f000794ad6704e7 8212 python optional 
pysparse_1.0.1-5.1.diff.gz
 3b06c1e0992d9130ebb5ac37cf12d408 171534 python optional 
python-sparse_1.0.1-5.1_i386.deb
 a0a08b9426b1d75f55f07fcdeaa73783 153670 python optional 
python-sparse-examples_1.0.1-5.1_all.deb

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

iEYEARECAAYFAko5RtEACgkQ5ItltUs5T35MoACg9j/KbXuJr6vGfLOwxRR3im5M
Vz4AoK8s9CQkxDzngosyDtCDOrM2LO6O
=XoEu
-END PGP SIGNATURE-


Accepted:
pysparse_1.0.1-5.1.diff.gz
  to pool/main/p/pysparse/pysparse_1.0.1-5.1.diff.gz
pysparse_1.0.1-5.1.dsc
  to pool/main/p/pysparse/pysparse_1.0.1-5.1.dsc
python-sparse-examples_1.0.1-5.1_all.deb
  to pool/main/p/pysparse/python-sparse-examples_1.0.1-5.1_all.deb
python-sparse_1.0.1-5.1_i386.deb
  to pool/main/p/pysparse/python-sparse_1.0.1-5.1_i386.deb


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



Accepted freedoom 0.6.4-2 (source all)

2009-06-17 Thread Jon Dowland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:05:07 +0100
Source: freedoom
Binary: freedoom freedm
Architecture: source all
Version: 0.6.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jon Dowland j...@alcopop.org
Description: 
 freedm - multiplayer-oriented maps for Doom
 freedoom   - free game files for the 3D game DOOM
Changes: 
 freedoom (0.6.4-2) experimental; urgency=low
 .
   * use python-minimal instead of python.
   * require boom-engine instead of doom-engine.
Checksums-Sha1: 
 302985bc84ac736c1db39e40366a0fe6ec484dc5 1358 freedoom_0.6.4-2.dsc
 3f4992b75aa5f9a7889505f14420c151877612b4 4674 freedoom_0.6.4-2.diff.gz
 47da2b1c5319bc04276c12837037fb60c75330c6 7443312 freedoom_0.6.4-2_all.deb
 1676ee88c2e371ae0b8e899949d66ede60e19587 3872982 freedm_0.6.4-2_all.deb
Checksums-Sha256: 
 55bd539b0fa934f28d166023a1d53cf14bb33821fb8cb53ac843b9bc0adceab3 1358 
freedoom_0.6.4-2.dsc
 1a3da0ffe878ad7c4ebce066a205e51c37d1065e98be3e6465b1c3ab3f0c0885 4674 
freedoom_0.6.4-2.diff.gz
 4e05271a90c4614cc474e9d7e72f10744070db2f2bceae262aa6dc057b0ed2f2 7443312 
freedoom_0.6.4-2_all.deb
 e55e07866fde373a8578505fd2dc8b7084aafc2fa5ba1f8727e4ea4c0739e77c 3872982 
freedm_0.6.4-2_all.deb
Files: 
 3fe0fb82d49aebc122f535f2d5bd416c 1358 games optional freedoom_0.6.4-2.dsc
 16e51c2a50afdf2c2a29b0b19295cdd0 4674 games optional freedoom_0.6.4-2.diff.gz
 fa0691cf056d5494e44d4774357aeb83 7443312 games optional 
freedoom_0.6.4-2_all.deb
 0874c9727a3742257cf4293d75216832 3872982 games optional freedm_0.6.4-2_all.deb

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

iEYEARECAAYFAko5WuUACgkQFotOcXAy8jivrgCdEyHcBAXLdbj+3Du+NKC2+RBt
ISQAn09GX0zoPWLgUhWRoHk5XziOvkB6
=subV
-END PGP SIGNATURE-


Accepted:
freedm_0.6.4-2_all.deb
  to pool/main/f/freedoom/freedm_0.6.4-2_all.deb
freedoom_0.6.4-2.diff.gz
  to pool/main/f/freedoom/freedoom_0.6.4-2.diff.gz
freedoom_0.6.4-2.dsc
  to pool/main/f/freedoom/freedoom_0.6.4-2.dsc
freedoom_0.6.4-2_all.deb
  to pool/main/f/freedoom/freedoom_0.6.4-2_all.deb


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



Accepted gnome-applets 2.26.1-1 (source all amd64)

2009-06-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:13:18 +0200
Source: gnome-applets
Binary: gnome-applets-data gnome-applets gnome-applets-dbg
Architecture: source all amd64
Version: 2.26.1-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-applets - Various applets for the GNOME panel - binary files
 gnome-applets-data - Various applets for the GNOME panel - data files
 gnome-applets-dbg - Various applets for the GNOME panel - binary files with 
debugging
Closes: 439829 446248
Changes: 
 gnome-applets (2.26.1-1) unstable; urgency=low
 .
   * New upstream release.
 + Hide sticky notes when clicking the applet. Closes: #446248.
 + Text displays when switching cpufreq from graphics only to text
   only. Closes: #439829.
   * Update build-dependencies.
   * Enable mixer applet explicitly.
   * 01_depend_on_gnomeui_directly.patch: dropped, obsolete.
   * 02_selector_crash.patch: dropped, merged upstream.
   * 09_modemlights_use_new_gst.patch: updated to apply cleanly.
   * 98_autoreconf.patch, 99_ltmain_as-needed.patch: updated accordingly.
Checksums-Sha1: 
 5fbf86e7415bc9f9d01db979e64cb63afd811956 2501 gnome-applets_2.26.1-1.dsc
 e61c5bdc71c9c6adf27fca2d2ea8f871fc35ef9c 11324129 
gnome-applets_2.26.1.orig.tar.gz
 c121b562a9637cb8be95802bbc5fb5ce14cc56c3 180167 gnome-applets_2.26.1-1.diff.gz
 d0c30746bb853d66305b14a2113b720a3afcd8c3 8994268 
gnome-applets-data_2.26.1-1_all.deb
 7720fe532858ef43a0d9d9fdf601f08e8787c1aa 356810 
gnome-applets_2.26.1-1_amd64.deb
 e23de7093add109360273421c81287c0e0746403 781004 
gnome-applets-dbg_2.26.1-1_amd64.deb
Checksums-Sha256: 
 3f2dd5ab5aa5ee38b29f0ae119272949de31857c4e154e736c9f807f40a9b8b7 2501 
gnome-applets_2.26.1-1.dsc
 0d2eca6f3beab0f319acb568b729f0d5ef84fd21f67178e064d2dcae5ee29b05 11324129 
gnome-applets_2.26.1.orig.tar.gz
 6d704daf31dd338ffe2d3c7d2042e2126b47f126961d3a490c6bea0c2a7be1a9 180167 
gnome-applets_2.26.1-1.diff.gz
 1372930e1034486ed8578840e75ac481ad7ed4f51632cf1e9c516af5a9f31e1d 8994268 
gnome-applets-data_2.26.1-1_all.deb
 446ce0f1900ec40ac3baac6250a2db9942c37ee2f7410d34c129d0deec83d9c6 356810 
gnome-applets_2.26.1-1_amd64.deb
 18e52771b64272e9a5328139d09cc1ac2ffcd5b1edb27d0b1edbd5bbc2501e3f 781004 
gnome-applets-dbg_2.26.1-1_amd64.deb
Files: 
 07397b7c51ba3b942bf8ac14dd000894 2501 gnome optional gnome-applets_2.26.1-1.dsc
 d1efa9f53998108af2d3c50f868259d8 11324129 gnome optional 
gnome-applets_2.26.1.orig.tar.gz
 646c8f1e31579b1a47859863174b1bf4 180167 gnome optional 
gnome-applets_2.26.1-1.diff.gz
 4f2f25746fc57985a7e91d8804eda880 8994268 gnome optional 
gnome-applets-data_2.26.1-1_all.deb
 57145ba78e0986061a5b05aa0201d5a2 356810 gnome optional 
gnome-applets_2.26.1-1_amd64.deb
 2e36c619dc7a2b3ce180cddcc0e54a5a 781004 debug extra 
gnome-applets-dbg_2.26.1-1_amd64.deb

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

iD8DBQFKOVV3rSla4ddfhTMRApcKAJ9ah96Jh+NljYCMFbdiXDViADJQ4wCdE/Hp
xgcLP2WDlvFOsXIEoHHOND0=
=JENS
-END PGP SIGNATURE-


Accepted:
gnome-applets-data_2.26.1-1_all.deb
  to pool/main/g/gnome-applets/gnome-applets-data_2.26.1-1_all.deb
gnome-applets-dbg_2.26.1-1_amd64.deb
  to pool/main/g/gnome-applets/gnome-applets-dbg_2.26.1-1_amd64.deb
gnome-applets_2.26.1-1.diff.gz
  to pool/main/g/gnome-applets/gnome-applets_2.26.1-1.diff.gz
gnome-applets_2.26.1-1.dsc
  to pool/main/g/gnome-applets/gnome-applets_2.26.1-1.dsc
gnome-applets_2.26.1-1_amd64.deb
  to pool/main/g/gnome-applets/gnome-applets_2.26.1-1_amd64.deb
gnome-applets_2.26.1.orig.tar.gz
  to pool/main/g/gnome-applets/gnome-applets_2.26.1.orig.tar.gz


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



Accepted haskell-devscripts 0.6.15+nmu11 (source all)

2009-06-17 Thread Marco Túlio Gontijo e Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Jun 2009 14:38:59 -0300
Source: haskell-devscripts
Binary: haskell-devscripts
Architecture: source all
Version: 0.6.15+nmu11
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting ar...@debian.org
Changed-By: Marco Túlio Gontijo e Silva mar...@holoscopio.com
Description: 
 haskell-devscripts - Tools to help Debian developers build Haskell packages
Closes: 532381
Changes: 
 haskell-devscripts (0.6.15+nmu11) unstable; urgency=low
 .
   [Marco Túlio Gontijo e Silva]
   * Non-maintainer upload.
   * Create haskell:Recommends and haskell:Suggests.
   * dh_haskell_prep: Don't create haskell:Depends for documentation
 packages. Closes: #532381.
   * hlibrary.mk: Use --make instead of -package Cabal to build Setup.hs.
   * dh_haskell_depends: Includes -dev package in -prof Depends.
   * dh_haskell.pod: Recommend using CDBS and hlibrary.mk.
   * debian/control: Use Section: haskell.
 .
   [Joachim Breitner]
   * debian/control: add ${perl:Depends}
Checksums-Sha1: 
 181ef8f657c1faeb17230d0ba48776e4bbcf6c28 1014 
haskell-devscripts_0.6.15+nmu11.dsc
 be54dbf6af556e43375199fd6b83fcb950ae0114 29859 
haskell-devscripts_0.6.15+nmu11.tar.gz
 408eb7094bb47380030d63b21e6eb6b8a5331462 45440 
haskell-devscripts_0.6.15+nmu11_all.deb
Checksums-Sha256: 
 83737c4e8dc38d5e865ac4653b61cdc9242806f2e35fbc017ca19d886a2e1632 1014 
haskell-devscripts_0.6.15+nmu11.dsc
 b3fc53469cf79a2ffe21b872b9a4ad083e88151dfd28622325d32787400f18f4 29859 
haskell-devscripts_0.6.15+nmu11.tar.gz
 a237ee0c990f8c08edafba3115754d931ffbf203a0f27b332478f80d5303de49 45440 
haskell-devscripts_0.6.15+nmu11_all.deb
Files: 
 0074c11812740135c201f86b9f14a0c6 1014 haskell optional 
haskell-devscripts_0.6.15+nmu11.dsc
 019af66befd626ee81e2f645fa23419b 29859 haskell optional 
haskell-devscripts_0.6.15+nmu11.tar.gz
 d6f2c09b44e66d8fd0e6bda92e961683 45440 haskell optional 
haskell-devscripts_0.6.15+nmu11_all.deb

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

iEYEARECAAYFAko5ThwACgkQ9ijrk0dDIGy+cwCaAodcEryGJ9EnypWm+EDjkdRP
VSkAn0yIgpkLh/VXTLVFQeFNOjtFJfCQ
=AqGu
-END PGP SIGNATURE-


Accepted:
haskell-devscripts_0.6.15+nmu11.dsc
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.15+nmu11.dsc
haskell-devscripts_0.6.15+nmu11.tar.gz
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.15+nmu11.tar.gz
haskell-devscripts_0.6.15+nmu11_all.deb
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.15+nmu11_all.deb


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



Accepted ddclient 3.8.0-3 (source all)

2009-06-17 Thread Torsten Landschoff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 21:49:48 +0200
Source: ddclient
Binary: ddclient
Architecture: source all
Version: 3.8.0-3
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff tors...@debian.org
Changed-By: Torsten Landschoff tors...@debian.org
Description: 
 ddclient   - address updating utility for dynamic DNS services
Closes: 212862 516282 516548 517515 517766 531594
Changes: 
 ddclient (3.8.0-3) unstable; urgency=low
 .
   * Add upstream changeset 110 as patch which fixes the abuse message
 (closes: #531594).
   * Use dh_installppp for installing our ip-up script (closes: #212862).
   * debian/control: Increase Standards-Version to 3.8.1 (checked against
 upgrading-checklist, no changes required).
   * Fix handling of backslashes in password (every other character should
 already be fine, at least in 8 bit charsets) by escaping all backslashes
 with another backslash in the configuration file (closes: #516282).
   * Apply Basque translation update (closes: #516548).
   * Apply Spanish translation update (closes: #517766).
   * Merge Galician translation update (closes: #517515).
Checksums-Sha1: 
 033bccc6f3c1b3477d71fe950490aab172ad0858 1051 ddclient_3.8.0-3.dsc
 c68d07767a527f273f22e6328daefb11a2e422ee 42695 ddclient_3.8.0-3.diff.gz
 cc5984a99f30384dc5529796c8a8f062e741 61788 ddclient_3.8.0-3_all.deb
Checksums-Sha256: 
 75c74aa5eefa23a2ddf2c873724c746e0c7ca22f7994f3295415151db3dba7ac 1051 
ddclient_3.8.0-3.dsc
 2290418e98bf990cc2c45941a61c799a4d7dee247884af0a43bfc487de867f56 42695 
ddclient_3.8.0-3.diff.gz
 111a4389540c224c5fa7525efe7d6120b3de25fa5bb58d99950af6c089d5652a 61788 
ddclient_3.8.0-3_all.deb
Files: 
 e3c5bfdedeffb016a4014d68a47773f6 1051 net extra ddclient_3.8.0-3.dsc
 e1838266835d90fb4f65082aa98bd32c 42695 net extra ddclient_3.8.0-3.diff.gz
 92fea485a703fb685694fb3ab4e26d42 61788 net extra ddclient_3.8.0-3_all.deb

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

iD8DBQFKOUuOdQgHtVUb5EcRApuYAJ95WIXQA814fAICDpMr4ppVKtnGqQCeP9k0
sPQIXmnYllT4DFsRY6fpyoY=
=QgOu
-END PGP SIGNATURE-


Accepted:
ddclient_3.8.0-3.diff.gz
  to pool/main/d/ddclient/ddclient_3.8.0-3.diff.gz
ddclient_3.8.0-3.dsc
  to pool/main/d/ddclient/ddclient_3.8.0-3.dsc
ddclient_3.8.0-3_all.deb
  to pool/main/d/ddclient/ddclient_3.8.0-3_all.deb


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



Accepted pfstmo 1.4-1 (source powerpc)

2009-06-17 Thread Sebastian Harl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 20:57:42 +0200
Source: pfstmo
Binary: pfstmo
Architecture: source powerpc
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: Sebastian Harl tok...@debian.org
Description: 
 pfstmo - set of tone mapping operators
Changes: 
 pfstmo (1.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 - Added libgsl0-dev to the build-dependencies - this is required for the
   new mantiuk08 operator.
 - Updated standards-version to 3.8.2 - no changes.
   * debian/rules:
 - Pass appropriate CFLAGS and CXXFLAGS to configure.
   * debian/patches:
 - Added CXXFLAGS.dpatch to remove -O3 from CXXFLAGS.
 - Added missing-includes.dpatch to add missing include files.
Checksums-Sha1: 
 69705678d2ee8680aa1b8f71b8ed79bc4b37f72e 1276 pfstmo_1.4-1.dsc
 2c220be494a0cb136b99cbbf56835cf19c0672ee 444684 pfstmo_1.4.orig.tar.gz
 5f6efa2b51142c39fd43d7e2e6080a61e6288ab8 4189 pfstmo_1.4-1.diff.gz
 668a19233cca7016f6b02cf8863c00b57958a37e 130392 pfstmo_1.4-1_powerpc.deb
Checksums-Sha256: 
 29c502a579e4d86fb821fbaf3009cf8ea035fbc01bf70792f91a46e294781cea 1276 
pfstmo_1.4-1.dsc
 079ff31396111524027ea71b8c335d3a3ef8ee3721b89de37d184779fd6354ea 444684 
pfstmo_1.4.orig.tar.gz
 2be805ccf4e72fa6f8f0449b04855a02d786f41f87c53e47594695d15321aec1 4189 
pfstmo_1.4-1.diff.gz
 af49629b31a6167189dafce2ea8eb865355ba94c51e7eb5f16a368e88df882f0 130392 
pfstmo_1.4-1_powerpc.deb
Files: 
 c4857ad487b3a060b88b4e84aaff25a7 1276 graphics optional pfstmo_1.4-1.dsc
 90409a9adda70f59001c04cafcdab8d6 444684 graphics optional 
pfstmo_1.4.orig.tar.gz
 e5e1542f2edef8cb4d7e1d518b56c321 4189 graphics optional pfstmo_1.4-1.diff.gz
 d4fc5415f2c6d81cae494e17cf1eb99f 130392 graphics optional 
pfstmo_1.4-1_powerpc.deb

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

iEYEARECAAYFAko5Rp4ACgkQEFEKc4UBx/w2nwCeJJavqBwqCyhwvwpVrPh4Kaik
EKsAnj8UWmcCVSSHZeRslLynF+P+uO9m
=obSL
-END PGP SIGNATURE-


Accepted:
pfstmo_1.4-1.diff.gz
  to pool/main/p/pfstmo/pfstmo_1.4-1.diff.gz
pfstmo_1.4-1.dsc
  to pool/main/p/pfstmo/pfstmo_1.4-1.dsc
pfstmo_1.4-1_powerpc.deb
  to pool/main/p/pfstmo/pfstmo_1.4-1_powerpc.deb
pfstmo_1.4.orig.tar.gz
  to pool/main/p/pfstmo/pfstmo_1.4.orig.tar.gz


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



Accepted libjfreechart-java 1.0.13-1 (source all)

2009-06-17 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:31:09 +0200
Source: libjfreechart-java
Binary: libjfreechart-java libjfreechart-java-doc
Architecture: source all
Version: 1.0.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 libjfreechart-java - Chart library for Java
 libjfreechart-java-doc - Chart library for Java - documentation
Closes: 533374
Changes: 
 libjfreechart-java (1.0.13-1) unstable; urgency=low
 .
   * New upstream release (closes: #533374)
   * Added myself to uploaders
   * Moved to Section: java
   * Already conforms to standards 3.8.2
   * Add ${misc:Depends} to dependencies for potential debhelper-induced
 dependencies
   * Adapted debian/rules to the new location of the generated jar
Checksums-Sha1: 
 c84ea8d3c5ee87533278a94f817d55d2c14ec88f 1587 libjfreechart-java_1.0.13-1.dsc
 e6c97c1c1757c9686df7d9433aeff5fec2b8d89e 2395914 
libjfreechart-java_1.0.13.orig.tar.gz
 297049de1966b7c2c4e47edae955dd6db43b935d 4266 
libjfreechart-java_1.0.13-1.diff.gz
 ee0683eff3d3358a90159b0a5a63d3f8b60b9fe7 1459354 
libjfreechart-java_1.0.13-1_all.deb
 1acab6066de372a39daca58493bf5881a723903b 7423816 
libjfreechart-java-doc_1.0.13-1_all.deb
Checksums-Sha256: 
 d254281204a6b181d6647b3a8d97d3d60b9e5e951c0d091d56e43fa54219dcaf 1587 
libjfreechart-java_1.0.13-1.dsc
 48995041558b68d5fd071ca22e6242ef0eefe95eee7993513d522607fe98859b 2395914 
libjfreechart-java_1.0.13.orig.tar.gz
 a7d54ee3b15f11cb080662282941aca767633b3019538877ef43ab67cf50b6dc 4266 
libjfreechart-java_1.0.13-1.diff.gz
 0689f48af39f77d3038ee24c8c26fcb57691de76d65d7f7c35bdeceebd670450 1459354 
libjfreechart-java_1.0.13-1_all.deb
 cf63d4a0f426a873b15d9444fd875353198eaebf141ebad4c385cc2178b330c5 7423816 
libjfreechart-java-doc_1.0.13-1_all.deb
Files: 
 3f6269ad1a9cc106d8f4f5dfa9ef7563 1587 java optional 
libjfreechart-java_1.0.13-1.dsc
 788755592335e6521cf8023dc4d266d6 2395914 java optional 
libjfreechart-java_1.0.13.orig.tar.gz
 d28b79ffab875706592fd024a1a91932 4266 java optional 
libjfreechart-java_1.0.13-1.diff.gz
 84f8094262ada2ae448ab9c3fd29b244 1459354 java optional 
libjfreechart-java_1.0.13-1_all.deb
 fa3af49d3320348433c7b205374ffebf 7423816 doc optional 
libjfreechart-java-doc_1.0.13-1_all.deb

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

iEYEARECAAYFAko5VPQACgkQx/UhwSKygsrViQCfWF0cCg2Sh1nVMw0pJCgvy1eA
Sh0AoIBWIHmkIF9LiwqC9Jm9dzximM29
=seQZ
-END PGP SIGNATURE-


Accepted:
libjfreechart-java-doc_1.0.13-1_all.deb
  to pool/main/libj/libjfreechart-java/libjfreechart-java-doc_1.0.13-1_all.deb
libjfreechart-java_1.0.13-1.diff.gz
  to pool/main/libj/libjfreechart-java/libjfreechart-java_1.0.13-1.diff.gz
libjfreechart-java_1.0.13-1.dsc
  to pool/main/libj/libjfreechart-java/libjfreechart-java_1.0.13-1.dsc
libjfreechart-java_1.0.13-1_all.deb
  to pool/main/libj/libjfreechart-java/libjfreechart-java_1.0.13-1_all.deb
libjfreechart-java_1.0.13.orig.tar.gz
  to pool/main/libj/libjfreechart-java/libjfreechart-java_1.0.13.orig.tar.gz


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



Accepted pcscada 0.5-4 (source i386)

2009-06-17 Thread Reto Buerki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 23:00:39 +0200
Source: pcscada
Binary: libpcscada0 libpcscada-dev pcscada-dbg
Architecture: source i386
Version: 0.5-4
Distribution: unstable
Urgency: low
Maintainer: Reto Buerki r...@codelabs.ch
Changed-By: Reto Buerki r...@codelabs.ch
Description: 
 libpcscada-dev - Ada bindings to PC/SC middleware (development)
 libpcscada0 - Ada bindings to PC/SC middleware
 pcscada-dbg - Ada bindings to PC/SC middleware (debug)
Closes: 533157
Changes: 
 pcscada (0.5-4) unstable; urgency=low
 .
   * Fix wrong-section-according-to-package-name warning.
 - pcscada-dbg: devel - debug.
   * Remove unused pcscada-dbg lintian override.
   * Remove section field from libpcscada0 package.
   * libpcscada-dev: Add dependency to gnat-4.3 (Closes: #533157).
   * Don't dh_compress .ads and .adb files.
   * Update to Standards-Version 3.8.2 (no changes).
Checksums-Sha1: 
 c36e584e248a279b277cdd94d52fc46b2ea5e615 1169 pcscada_0.5-4.dsc
 c7191138d55f3335f5db6d621b91f3f42d9267f4 2820 pcscada_0.5-4.diff.gz
 a3ffae3a1d0f6d4c530528106790a3d1a7cd468e 173206 libpcscada0_0.5-4_i386.deb
 b5016c041718d5060914a40411c00c2fb9993279 97430 libpcscada-dev_0.5-4_i386.deb
 4489c16b32bf4f20f9a55372b4893315a066d25e 143856 pcscada-dbg_0.5-4_i386.deb
Checksums-Sha256: 
 3aa27630508affc541036c72042514ad14fc212dba0813c331285d9e9b9791ed 1169 
pcscada_0.5-4.dsc
 838920bb56868977a77e38828a1d9175c037c14c953517cfbc93d8b72e2621b9 2820 
pcscada_0.5-4.diff.gz
 ebbaad36ef680d1f3244235a322859ad46cf2c842150f57639451b2176ff0d6e 173206 
libpcscada0_0.5-4_i386.deb
 3dbb46a549144ece27d6b974c1dc688e17c3c7dae3e790038d8f39fe53a3 97430 
libpcscada-dev_0.5-4_i386.deb
 6eb60664d7ba5e172f498410eeb8415f3858ec1cbb0d0e40f73635d30c4961b0 143856 
pcscada-dbg_0.5-4_i386.deb
Files: 
 0e1060989c592772c70ea3381d8398f3 1169 libs optional pcscada_0.5-4.dsc
 e703684f254692fd2637a6b8d110ae39 2820 libs optional pcscada_0.5-4.diff.gz
 b05cfb86362741508aab7d7a2496cf7a 173206 libs optional 
libpcscada0_0.5-4_i386.deb
 32d633e6a9d88161a679f8af82a98e09 97430 libdevel optional 
libpcscada-dev_0.5-4_i386.deb
 224751f0be2ed70d629c13420dca8633 143856 debug extra pcscada-dbg_0.5-4_i386.deb

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

iEYEARECAAYFAko5Wv0ACgkQ+C5cwEsrK55EwwCeKTNreVWLAVBvSzwGCIFESTH3
T7MAoJmbzZ6aU+TDgdmldrA/qnY0Lwlt
=gxmd
-END PGP SIGNATURE-


Accepted:
libpcscada-dev_0.5-4_i386.deb
  to pool/main/p/pcscada/libpcscada-dev_0.5-4_i386.deb
libpcscada0_0.5-4_i386.deb
  to pool/main/p/pcscada/libpcscada0_0.5-4_i386.deb
pcscada-dbg_0.5-4_i386.deb
  to pool/main/p/pcscada/pcscada-dbg_0.5-4_i386.deb
pcscada_0.5-4.diff.gz
  to pool/main/p/pcscada/pcscada_0.5-4.diff.gz
pcscada_0.5-4.dsc
  to pool/main/p/pcscada/pcscada_0.5-4.dsc


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



Accepted libchart-strip-perl 1.07-1 (source all)

2009-06-17 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:19:36 +0100
Source: libchart-strip-perl
Binary: libchart-strip-perl
Architecture: source all
Version: 1.07-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libchart-strip-perl - Draw strip chart type graphs
Changes: 
 libchart-strip-perl (1.07-1) unstable; urgency=low
 .
   * New upstream release
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 2e32fd2541426501771dedd572f7e88f48ca38f5 1129 libchart-strip-perl_1.07-1.dsc
 a4ab87b87f8b962a3687bda59fc5ab62752d47e9 50988 
libchart-strip-perl_1.07.orig.tar.gz
 025d849cde570c31ffcae7881c3a4ffb40ad790f 2149 
libchart-strip-perl_1.07-1.diff.gz
 a47247dd0f7da29592d8ec4a7f9aaf0cb98e643c 52126 
libchart-strip-perl_1.07-1_all.deb
Checksums-Sha256: 
 f2adc7a99b6ac43c816f32b323834064eff54aaaba133feb74c973c9f17c335c 1129 
libchart-strip-perl_1.07-1.dsc
 88e92e19c62d56aa2023c984a10cbdc2b3ee364704ce3d24bf8d7cb8d82daaf2 50988 
libchart-strip-perl_1.07.orig.tar.gz
 9cc3b2bacc524ca97a4e98da94cdd39c2f4acdc533e1efddfff09a3e5bc9de3f 2149 
libchart-strip-perl_1.07-1.diff.gz
 cf809b2485a8535d47797eac4e28b6aefbc53b2df8f8bc55f7c73fca208312ac 52126 
libchart-strip-perl_1.07-1_all.deb
Files: 
 c6095241b04f72947ee1fcecadae20b8 1129 perl optional 
libchart-strip-perl_1.07-1.dsc
 2b14bd6b9b743d437b9cce35f9d82dd5 50988 perl optional 
libchart-strip-perl_1.07.orig.tar.gz
 109145f2c75697bf6d9c951b50a70a28 2149 perl optional 
libchart-strip-perl_1.07-1.diff.gz
 10cc8d74ddd56d2aab9c5ffcb02f2c12 52126 perl optional 
libchart-strip-perl_1.07-1_all.deb

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

iD8DBQFKOV5DYzuFKFF44qURAjPZAKDjQvFfn9IxaOYqUSBesflza29EZgCfUHJ0
+uMOj7BMBILRTYRyHgobjo4=
=Ju6K
-END PGP SIGNATURE-


Accepted:
libchart-strip-perl_1.07-1.diff.gz
  to pool/main/libc/libchart-strip-perl/libchart-strip-perl_1.07-1.diff.gz
libchart-strip-perl_1.07-1.dsc
  to pool/main/libc/libchart-strip-perl/libchart-strip-perl_1.07-1.dsc
libchart-strip-perl_1.07-1_all.deb
  to pool/main/libc/libchart-strip-perl/libchart-strip-perl_1.07-1_all.deb
libchart-strip-perl_1.07.orig.tar.gz
  to pool/main/libc/libchart-strip-perl/libchart-strip-perl_1.07.orig.tar.gz


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



Accepted gnome-menus 2.26.1-1 (source amd64)

2009-06-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:54:01 +0200
Source: gnome-menus
Binary: gnome-menus libgnome-menu2 libgnome-menu-dev python-gmenu
Architecture: source amd64
Version: 2.26.1-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-menus - an implementation of the freedesktop menu specification for GNOME
 libgnome-menu-dev - an implementation of the freedesktop menu specification 
for GNOME
 libgnome-menu2 - an implementation of the freedesktop menu specification for 
GNOME
 python-gmenu - an implementation of the freedesktop menu specification for 
GNOME
Changes: 
 gnome-menus (2.26.1-1) unstable; urgency=low
 .
   * New upstream release.
   * python-gmenu.examples: add gnome-menus-ls.py.
   * gnome-menus.install: don’t ship the example in here.
   * 03_kde-legacydirs.patch: refreshed.
Checksums-Sha1: 
 e1d400fd4f142b85cf26ebb05f84431501644c68 1370 gnome-menus_2.26.1-1.dsc
 4a4bdf10d2389fa4b86cda7f6058fb3b94b97ddd 617619 gnome-menus_2.26.1.orig.tar.gz
 495ff0723d9ec63311de09c47ba9fdba1a2f8f8b 50418 gnome-menus_2.26.1-1.diff.gz
 1c5272748377bb0d3213b86bd2f8358cd08b06b9 214876 gnome-menus_2.26.1-1_amd64.deb
 028d1d870bd8fe9ea7ef22ebefc7684e0c747165 78004 
libgnome-menu2_2.26.1-1_amd64.deb
 f2dc495d4484935daec6348b6a8730ba4225a3c5 90828 
libgnome-menu-dev_2.26.1-1_amd64.deb
 66b759413417ae9faa68de27a5b3cfd1969c66ff 56378 python-gmenu_2.26.1-1_amd64.deb
Checksums-Sha256: 
 14e168efdcd2eefa71b4c815317bdd91dbec645d9bdf3b6f016b3ab40c64b98c 1370 
gnome-menus_2.26.1-1.dsc
 3f8012909422386aabc0f71b75d2d70883bb2a2ea5638697fa0dfd2e4efacc78 617619 
gnome-menus_2.26.1.orig.tar.gz
 e4461b2a093d5afba8d1d3c56d774377822ecab21ed012ef3ca048680d0f743d 50418 
gnome-menus_2.26.1-1.diff.gz
 26ca9d97d6cf9fa21097780c7fae866937d896417515981f4eca1f8c8616f7f8 214876 
gnome-menus_2.26.1-1_amd64.deb
 78967eaa05b2760f0fd247f99f05bd03c76d70b00095edcf6c32bea2a4afd62e 78004 
libgnome-menu2_2.26.1-1_amd64.deb
 4f4f165b65464d11d003c8adac125e745adf6f442134d4015ddfa05c8faae188 90828 
libgnome-menu-dev_2.26.1-1_amd64.deb
 3ee3460887256116959e1706cd393f6c00445669f5c2b12afa56439d1388 56378 
python-gmenu_2.26.1-1_amd64.deb
Files: 
 553d778058f9642a4cbe1e9cfff6257a 1370 gnome optional gnome-menus_2.26.1-1.dsc
 47439c549b23fec62f3d29af42b96b8e 617619 gnome optional 
gnome-menus_2.26.1.orig.tar.gz
 68d3967e5a6de31ce19302d9ae9693ee 50418 gnome optional 
gnome-menus_2.26.1-1.diff.gz
 069a6c5790c22f549d99f23851feb9a0 214876 gnome optional 
gnome-menus_2.26.1-1_amd64.deb
 8ec26d8a2ab67559513c2b74d7f891b9 78004 gnome optional 
libgnome-menu2_2.26.1-1_amd64.deb
 914c4f41d5c03192dacbc8ac672dff4a 90828 libdevel optional 
libgnome-menu-dev_2.26.1-1_amd64.deb
 ac44cf8c6d53230eb5fb9523ed84367c 56378 python optional 
python-gmenu_2.26.1-1_amd64.deb

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

iD8DBQFKOVyorSla4ddfhTMRAmDsAKDn6Tk4za/DOj+0dFY75rDdmAjAbwCgxsoy
MCxMHPi0JfRZdCpxqV5SQR4=
=cKU4
-END PGP SIGNATURE-


Accepted:
gnome-menus_2.26.1-1.diff.gz
  to pool/main/g/gnome-menus/gnome-menus_2.26.1-1.diff.gz
gnome-menus_2.26.1-1.dsc
  to pool/main/g/gnome-menus/gnome-menus_2.26.1-1.dsc
gnome-menus_2.26.1-1_amd64.deb
  to pool/main/g/gnome-menus/gnome-menus_2.26.1-1_amd64.deb
gnome-menus_2.26.1.orig.tar.gz
  to pool/main/g/gnome-menus/gnome-menus_2.26.1.orig.tar.gz
libgnome-menu-dev_2.26.1-1_amd64.deb
  to pool/main/g/gnome-menus/libgnome-menu-dev_2.26.1-1_amd64.deb
libgnome-menu2_2.26.1-1_amd64.deb
  to pool/main/g/gnome-menus/libgnome-menu2_2.26.1-1_amd64.deb
python-gmenu_2.26.1-1_amd64.deb
  to pool/main/g/gnome-menus/python-gmenu_2.26.1-1_amd64.deb


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



Accepted liboxford-calendar-perl 2.03-1 (source all)

2009-06-17 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:25:33 +0100
Source: liboxford-calendar-perl
Binary: liboxford-calendar-perl
Architecture: source all
Version: 2.03-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 liboxford-calendar-perl - University of Oxford calendar conversion routines
Changes: 
 liboxford-calendar-perl (2.03-1) unstable; urgency=low
 .
   * New upstream release
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 25532b217b9d4e33a64c60d8afe8bc13e3b64a52 1237 
liboxford-calendar-perl_2.03-1.dsc
 017cc2b80c2a0ec9a9df5ab1b2103cd0bcceb555 9079 
liboxford-calendar-perl_2.03.orig.tar.gz
 25665bcd368bc13c1d7b8867dfb4066470eb7b44 2339 
liboxford-calendar-perl_2.03-1.diff.gz
 164aabb01ac3ddea104a4c1062cc536533ce7da4 14184 
liboxford-calendar-perl_2.03-1_all.deb
Checksums-Sha256: 
 ec5a41a10d440f8809eecd282d91f0e4245c04bdfffc9fa31b77dd4dfb2144b5 1237 
liboxford-calendar-perl_2.03-1.dsc
 b7b541dfa14188a915facd213e7648a18d5b62aaf6eae0d4d229d9edcd5beebe 9079 
liboxford-calendar-perl_2.03.orig.tar.gz
 552250535a9b0c374ff9e4727f1911520f9b26a67dff9d553bbbac935cc60ebe 2339 
liboxford-calendar-perl_2.03-1.diff.gz
 f7a36e5c9723894504c37a086c104165ea6965f7d6b9e88ae6d68a153fdc7c13 14184 
liboxford-calendar-perl_2.03-1_all.deb
Files: 
 f1c27cac835fae2611f0af49b90ee078 1237 perl optional 
liboxford-calendar-perl_2.03-1.dsc
 de897f53ce596dd345952272350d203e 9079 perl optional 
liboxford-calendar-perl_2.03.orig.tar.gz
 622a35c49c3664262338c15381e86160 2339 perl optional 
liboxford-calendar-perl_2.03-1.diff.gz
 f2304fea5cf4bcd5b2968d2ee4c9688e 14184 perl optional 
liboxford-calendar-perl_2.03-1_all.deb

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

iD8DBQFKOV+oYzuFKFF44qURArwWAJ9noN0o71b3jrt0JgP3HN+o0q+eIgCggHrY
xuW/E+90YPmQpOeSLBMYF2g=
=F9aC
-END PGP SIGNATURE-


Accepted:
liboxford-calendar-perl_2.03-1.diff.gz
  to 
pool/main/libo/liboxford-calendar-perl/liboxford-calendar-perl_2.03-1.diff.gz
liboxford-calendar-perl_2.03-1.dsc
  to pool/main/libo/liboxford-calendar-perl/liboxford-calendar-perl_2.03-1.dsc
liboxford-calendar-perl_2.03-1_all.deb
  to 
pool/main/libo/liboxford-calendar-perl/liboxford-calendar-perl_2.03-1_all.deb
liboxford-calendar-perl_2.03.orig.tar.gz
  to 
pool/main/libo/liboxford-calendar-perl/liboxford-calendar-perl_2.03.orig.tar.gz


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



Accepted libnet-openid-server-perl 1.02-1 (source all)

2009-06-17 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:38:08 +0100
Source: libnet-openid-server-perl
Binary: libnet-openid-server-perl
Architecture: source all
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libnet-openid-server-perl - library for servers of OpenID identities
Changes: 
 libnet-openid-server-perl (1.02-1) unstable; urgency=low
 .
   * New upstream release
   * Update Standards-Version (no changes)
   * Newer debhelper compat version
Checksums-Sha1: 
 4b9e4236af385a754e7b0945b302cd19d9669a87 1215 
libnet-openid-server-perl_1.02-1.dsc
 eacf2dd9c576f12a4e79afd93470de7104988003 16996 
libnet-openid-server-perl_1.02.orig.tar.gz
 b228f49b646473d3842bc568183e471a950425f8 2504 
libnet-openid-server-perl_1.02-1.diff.gz
 576f69b04dd7c2ac2e94a9b614bfed0448c9cde6 23192 
libnet-openid-server-perl_1.02-1_all.deb
Checksums-Sha256: 
 64187c0c9a3acee594d0a6039b7e2ea1dbc5e49983c71c0bbd797affb0ec8682 1215 
libnet-openid-server-perl_1.02-1.dsc
 8c9a6b4d008203b295be94aa3113c67211942e8869a11fe3089047ab138f08a0 16996 
libnet-openid-server-perl_1.02.orig.tar.gz
 f91de524884ae09483c880b30990cdbe268a8162dae154ff6b031c41d0675dce 2504 
libnet-openid-server-perl_1.02-1.diff.gz
 87f5aa1cf5db423849fa605e09f69a653a32e6155ed8201c8905dc32ea682539 23192 
libnet-openid-server-perl_1.02-1_all.deb
Files: 
 03164cebf809b1cb3d25220082c68f3a 1215 perl optional 
libnet-openid-server-perl_1.02-1.dsc
 4d10a813ce253fab608c9f490c340009 16996 perl optional 
libnet-openid-server-perl_1.02.orig.tar.gz
 1504348793903b51de25acecdaf91065 2504 perl optional 
libnet-openid-server-perl_1.02-1.diff.gz
 52f0ed3591246e12da12be2824b9dbd4 23192 perl optional 
libnet-openid-server-perl_1.02-1_all.deb

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

iD8DBQFKOWJmYzuFKFF44qURAvEuAJwOLu/CzNbT+rZkkNMfakvXHUJg5wCg2AJ0
igXG59hCfjCp8Zu+vQsD/3c=
=S0tL
-END PGP SIGNATURE-


Accepted:
libnet-openid-server-perl_1.02-1.diff.gz
  to 
pool/main/libn/libnet-openid-server-perl/libnet-openid-server-perl_1.02-1.diff.gz
libnet-openid-server-perl_1.02-1.dsc
  to 
pool/main/libn/libnet-openid-server-perl/libnet-openid-server-perl_1.02-1.dsc
libnet-openid-server-perl_1.02-1_all.deb
  to 
pool/main/libn/libnet-openid-server-perl/libnet-openid-server-perl_1.02-1_all.deb
libnet-openid-server-perl_1.02.orig.tar.gz
  to 
pool/main/libn/libnet-openid-server-perl/libnet-openid-server-perl_1.02.orig.tar.gz


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



Accepted libfwbuilder 3.0.5-1 (source i386)

2009-06-17 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jun 2009 00:23:58 +0200
Source: libfwbuilder
Binary: libfwbuilder-dev libfwbuilder8 libfwbuilder8-dbg
Architecture: source i386
Version: 3.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru sylvestre.le...@inria.fr
Changed-By: Sylvestre Ledru sylvestre.le...@inria.fr
Description: 
 libfwbuilder-dev - Firewall Builder API library development files
 libfwbuilder8 - Firewall Builder API library
 libfwbuilder8-dbg - Firewall Builder API library (debugging version)
Changes: 
 libfwbuilder (3.0.5-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 a3108d7cb175baf98fd3d2a28af52c6a4dff8391 1373 libfwbuilder_3.0.5-1.dsc
 8f5321cc5901c5378331cccff0600d976f52ebb8 542609 libfwbuilder_3.0.5.orig.tar.gz
 369c748ad39d50b9dbcc76062f8b057021522489 5393 libfwbuilder_3.0.5-1.diff.gz
 27a97dcdf20fc23e87173d88335642ff0f11aa18 127488 
libfwbuilder-dev_3.0.5-1_i386.deb
 e2480d41329aed21ea791e9815716e744f6fbd14 577166 libfwbuilder8_3.0.5-1_i386.deb
 7deea5bdc878e9eef36a1815cbc3bb2a47cb5b69 2125240 
libfwbuilder8-dbg_3.0.5-1_i386.deb
Checksums-Sha256: 
 8d7e8004f59bdd6252f92a93033c4d5672832d6211affb94b261dcd387dc28b6 1373 
libfwbuilder_3.0.5-1.dsc
 e183f9ea02ccf9dccb016201fdc3b2b904eb680d4c3dabc5e26a5c86bb02 542609 
libfwbuilder_3.0.5.orig.tar.gz
 1bd3b12029bad1eed3fc48458aaa0a91ada3d4ae1318cb4743695403bd94b385 5393 
libfwbuilder_3.0.5-1.diff.gz
 a9527fdb0d2e1edb60618cab1579a313f401463afa51245d60804eb8122e1500 127488 
libfwbuilder-dev_3.0.5-1_i386.deb
 05702cc6f73c2e4ccd247645a87110ef5bbc4427e65a77e4a0dd8138ea62dbf8 577166 
libfwbuilder8_3.0.5-1_i386.deb
 9479f65a7a0034501df65aafa31cf03f9921d35fcc94afed1bd0a0fc1145bf60 2125240 
libfwbuilder8-dbg_3.0.5-1_i386.deb
Files: 
 891f9ba98f59644ce323cf18ecd27dd8 1373 libs optional libfwbuilder_3.0.5-1.dsc
 628697fb834b30c3ae5cfc37dbea3a3c 542609 libs optional 
libfwbuilder_3.0.5.orig.tar.gz
 bddb622a2076e4af81ac4a3cabe50bf4 5393 libs optional 
libfwbuilder_3.0.5-1.diff.gz
 634ad5f8096d7a31846f5ab9623b02f3 127488 libdevel optional 
libfwbuilder-dev_3.0.5-1_i386.deb
 dfe6eb510652394039d994a3c920cf3b 577166 libs optional 
libfwbuilder8_3.0.5-1_i386.deb
 3deb3bfb3c91b367626158c93735fa4d 2125240 libs extra 
libfwbuilder8-dbg_3.0.5-1_i386.deb

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

iEYEARECAAYFAko5bcgACgkQiOXXM92JlhABeQCgvr/cP4kPM3Z9WOvKxQdGFz8F
3WQAn0/QZHvFY0mGMVfjaDYlO/H6c1Kt
=Z5IV
-END PGP SIGNATURE-


Accepted:
libfwbuilder-dev_3.0.5-1_i386.deb
  to pool/main/libf/libfwbuilder/libfwbuilder-dev_3.0.5-1_i386.deb
libfwbuilder8-dbg_3.0.5-1_i386.deb
  to pool/main/libf/libfwbuilder/libfwbuilder8-dbg_3.0.5-1_i386.deb
libfwbuilder8_3.0.5-1_i386.deb
  to pool/main/libf/libfwbuilder/libfwbuilder8_3.0.5-1_i386.deb
libfwbuilder_3.0.5-1.diff.gz
  to pool/main/libf/libfwbuilder/libfwbuilder_3.0.5-1.diff.gz
libfwbuilder_3.0.5-1.dsc
  to pool/main/libf/libfwbuilder/libfwbuilder_3.0.5-1.dsc
libfwbuilder_3.0.5.orig.tar.gz
  to pool/main/libf/libfwbuilder/libfwbuilder_3.0.5.orig.tar.gz


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



Accepted inn2 2.5.0-1 (source i386)

2009-06-17 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 23:50:43 +0200
Source: inn2
Binary: inn2 inn2-lfs inn2-inews inn2-dev
Architecture: source i386
Version: 2.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 inn2   - 'InterNetNews' news server
 inn2-dev   - The libinn.a library, headers and man pages
 inn2-inews - NNTP client news injector, from InterNetNews (INN)
 inn2-lfs   - 'InterNetNews' news server (LFS version)
Closes: 511101 511735 517069 517615 517618 517655 533285
Changes: 
 inn2 (2.5.0-1) unstable; urgency=low
 .
   * New upstream release. Fixes:
 + makehistory(8) and storage.conf(5) man pages.
   (Closes: #511101, #511735)
 + mailpost exit status. (Closes: #517069)
   * Suggest the Kerberos libraries instead of depending on them.
   * Suggest libgd-gd2-noxpm-perl. (Closes: #517655)
   * Removed the logcheck files. (Closes: #517615, #517618)
   * Added patches changeset_r8493: misc backported fixes.
   * Added patch changeset_r8518: fixes HDR/XHDR/XPAT when the overview
 database is inconsistent. (Closes: #533285)
Checksums-Sha1: 
 7ac365c841218d8a3ca096160c8fbe9ac8029b89 1103 inn2_2.5.0-1.dsc
 f009da670e2594d9079e7fb26f32d10c640d24e6 2380748 inn2_2.5.0.orig.tar.gz
 32ee315807075d65e7aaa9c2e858ced48d34d4c6 32328 inn2_2.5.0-1.diff.gz
 193adbf34965b85b360e0e575c5729be528bf13a 3687830 inn2_2.5.0-1_i386.deb
 0a26e2e5d212b61c720f07b27ca7dc5d9503d104 3806008 inn2-lfs_2.5.0-1_i386.deb
 13d8a2babccce98ca824bff69ab52b17f25035d6 135082 inn2-inews_2.5.0-1_i386.deb
 fb94c303f996200c1db340c3e49db7094360ee88 268702 inn2-dev_2.5.0-1_i386.deb
Checksums-Sha256: 
 3c66cefff0995bcd2a8fb3b11ae3211c35120c5d07e130d7b8ea20ef9e3b4ffe 1103 
inn2_2.5.0-1.dsc
 0bfcc9e1b232804a5a6bd5bf8574a37092e6f80aadbef7b8aec5c4a50def4791 2380748 
inn2_2.5.0.orig.tar.gz
 d11bd6c89484ff372e168dc26ccb894c9c40e4b93608dfd1fb7d130743087157 32328 
inn2_2.5.0-1.diff.gz
 db79389c2186a4a3afed9195f7730916b0a622cc1341cc4080abb420f7161858 3687830 
inn2_2.5.0-1_i386.deb
 ea0154cf203bafa99c0647623fd11d6d07a6e0daa76aa602f446e3b055f54606 3806008 
inn2-lfs_2.5.0-1_i386.deb
 c8d0c4cf7828fba86e1a9efd1d91b63916a696348ee7b878296311d1a0e39d4a 135082 
inn2-inews_2.5.0-1_i386.deb
 0c680bdc871bfefbb03ef6e507669369617aae9a9568b9b4ce9d0f89a03245bd 268702 
inn2-dev_2.5.0-1_i386.deb
Files: 
 6fa47332fffa5929164600dda6caa9fa 1103 news extra inn2_2.5.0-1.dsc
 be60e463b2c21286eca45e994df307b2 2380748 news extra inn2_2.5.0.orig.tar.gz
 6e0681f20e7b3da95a086fdaea2e3221 32328 news extra inn2_2.5.0-1.diff.gz
 1056bdf3cd1d1c867684d8fd9b1a0d58 3687830 news extra inn2_2.5.0-1_i386.deb
 8e6956f307e3a059a2ce2794968725a9 3806008 news extra inn2-lfs_2.5.0-1_i386.deb
 68814320cae874d63979b71235f5e9c1 135082 news extra inn2-inews_2.5.0-1_i386.deb
 93cde8efadc5b695bdbe20af3a23fa29 268702 devel extra inn2-dev_2.5.0-1_i386.deb

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

iEYEARECAAYFAko5Z8IACgkQFGfw2OHuP7FlEwCgl9auChlhQE3LreWRaxCRLT+1
LoUAn13Aju4PT4JBxG0f1kePPzMb4l8a
=Cu23
-END PGP SIGNATURE-


Accepted:
inn2-dev_2.5.0-1_i386.deb
  to pool/main/i/inn2/inn2-dev_2.5.0-1_i386.deb
inn2-inews_2.5.0-1_i386.deb
  to pool/main/i/inn2/inn2-inews_2.5.0-1_i386.deb
inn2-lfs_2.5.0-1_i386.deb
  to pool/main/i/inn2/inn2-lfs_2.5.0-1_i386.deb
inn2_2.5.0-1.diff.gz
  to pool/main/i/inn2/inn2_2.5.0-1.diff.gz
inn2_2.5.0-1.dsc
  to pool/main/i/inn2/inn2_2.5.0-1.dsc
inn2_2.5.0-1_i386.deb
  to pool/main/i/inn2/inn2_2.5.0-1_i386.deb
inn2_2.5.0.orig.tar.gz
  to pool/main/i/inn2/inn2_2.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



Accepted moin 1.8.4-1 (source all)

2009-06-17 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 18 Jun 2009 00:14:44 +0200
Source: moin
Binary: python-moinmoin
Architecture: source all
Version: 1.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 python-moinmoin - Python clone of WikiWiki - library
Closes: 533062
Changes: 
 moin (1.8.4-1) unstable; urgency=low
 .
   [ Frank Lin PIAT ]
   * New Upstream Version
   * Define VirtualHost port number in Apache2 examples, Closes:
 bug#533062.
 .
   [ Jonas Smedegaard ]
   * Update URL to draft DEP5 format in copyright-check.mk output.
   * Sync local patched licensecheck script with devscript 2.10.51.
Checksums-Sha1: 
 b42761128f0cfc60cea4adb96ba6456173fec215 1240 moin_1.8.4-1.dsc
 1c411d7312ca184666732ca3a37758cdd2ad561e 5959517 moin_1.8.4.orig.tar.gz
 8b40bac4c12659862c0c63a992b7713392e89dc7 97994 moin_1.8.4-1.diff.gz
 0716a61c2b5fd023007a77cbbd1963d42af87f2f 3921086 
python-moinmoin_1.8.4-1_all.deb
Checksums-Sha256: 
 cd3fa72024fa7486237747e7e2c71f6f075db9c5fa931d6834beff51bea55626 1240 
moin_1.8.4-1.dsc
 7e664d96cde9eb5b8d01fddcab58b903760a55e56e7959dd97f2711a5fc3b48c 5959517 
moin_1.8.4.orig.tar.gz
 dbe156ae989991615678acbd53a1b0e9b8e0d79c5981e037dfe66fad1b03a211 97994 
moin_1.8.4-1.diff.gz
 8e81cc0e980157fecf98634a28788c1300aa58519a9889a5fdd65d517baa90e7 3921086 
python-moinmoin_1.8.4-1_all.deb
Files: 
 4ca3355af61ebbe18abf81930df6 1240 net optional moin_1.8.4-1.dsc
 6a91a62f5c0dd5379f3c2411c6629496 5959517 net optional moin_1.8.4.orig.tar.gz
 5d366793e768ebcdb6c484ccd8795fc4 97994 net optional moin_1.8.4-1.diff.gz
 03969bc8e78be3ab774d44d4bc2e0bc6 3921086 python optional 
python-moinmoin_1.8.4-1_all.deb

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

iEYEAREDAAYFAko5bGQACgkQn7DbMsAkQLiB1QCglVX+Etmh0y81D63FhikZ0MKD
kqwAoKPJllzjbyExlo3oHE9AXPhDDlTI
=m+8t
-END PGP SIGNATURE-


Accepted:
moin_1.8.4-1.diff.gz
  to pool/main/m/moin/moin_1.8.4-1.diff.gz
moin_1.8.4-1.dsc
  to pool/main/m/moin/moin_1.8.4-1.dsc
moin_1.8.4.orig.tar.gz
  to pool/main/m/moin/moin_1.8.4.orig.tar.gz
python-moinmoin_1.8.4-1_all.deb
  to pool/main/m/moin/python-moinmoin_1.8.4-1_all.deb


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



Accepted transmission 1.72-1 (source all amd64)

2009-06-17 Thread Leo Costela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:47:27 +0200
Source: transmission
Binary: transmission transmission-common transmission-cli transmission-gtk 
transmission-daemon
Architecture: source all amd64
Version: 1.72-1
Distribution: unstable
Urgency: low
Maintainer: Leo costela Antunes cost...@debian.org
Changed-By: Leo Costela cost...@debian.org
Description: 
 transmission - lightweight BitTorrent client
 transmission-cli - lightweight BitTorrent client (command line interface)
 transmission-common - lightweight BitTorrent client (common files)
 transmission-daemon - lightweight BitTorrent client (daemon)
 transmission-gtk - lightweight BitTorrent client (graphical interface)
Closes: 500195 517872 533423
Changes: 
 transmission (1.72-1) unstable; urgency=low
 .
   * new upstream release: (closes:#533423)
 - Can now sort the file list by priority, download, and completeness
   (closes: #517872)
 - fixed race condition adding file from browser (closes: #500195)
   * debian/control: policy 3.8.2 (no changes)
Checksums-Sha1: 
 e8348a86eec0c93c535a61127c447c1285aac666 1471 transmission_1.72-1.dsc
 d8d9dbf7dbf598c15f2ce0e1ad7e6d9f7063ec04 6428633 transmission_1.72.orig.tar.gz
 6e515eb7ebf5dd90766d02d6ed992dea866f7b77 14592 transmission_1.72-1.diff.gz
 f8cb0a49fb980f1674bbec76a012eeff306bafaf 848 transmission_1.72-1_all.deb
 aaa7d8eea438709bc60c39aba5cc3cf72ef70e45 164558 
transmission-common_1.72-1_all.deb
 5529271c0add6db968c23ced2b0ff8b281ccbb69 423788 
transmission-cli_1.72-1_amd64.deb
 cff2388bd1adb9a4ab09db59830f0890d13040d4 691692 
transmission-gtk_1.72-1_amd64.deb
 d62dff115d947dd84f1ca4098412a3e3690c502c 208048 
transmission-daemon_1.72-1_amd64.deb
Checksums-Sha256: 
 34ec19ed5fc912eecb1abf03f9fc4bf690a35e3df80fac79a392acfc8530b503 1471 
transmission_1.72-1.dsc
 1169ed5dcc953ac1a4d67c3cb881c6c4492b34ee7c0cf17fde4d01f7e3f3a97f 6428633 
transmission_1.72.orig.tar.gz
 01e2f5a2c4248fba969be2edc2b238efc3fc9aeeaa0d49fa802aacbfef7b94e7 14592 
transmission_1.72-1.diff.gz
 302dfc3504c5e964e2827a756f6a7882e6e9b9fa941407d75549d06544186e74 848 
transmission_1.72-1_all.deb
 26b34fc7b1d55a384861676eae52df9452483b40174e5b275db2caafbec4bc3e 164558 
transmission-common_1.72-1_all.deb
 d5978429429f8c449dab0e0a1a6ca546a176d46e9428b9b22f1846359664cf2a 423788 
transmission-cli_1.72-1_amd64.deb
 445d32eaabfe1e27ad41d7e0e79639ed18f1646bfa31239f53767e59f963a461 691692 
transmission-gtk_1.72-1_amd64.deb
 5e6571f7ee7ab25e1188efb57a6301545ce587cba52fb89a1883e75cc1c42c70 208048 
transmission-daemon_1.72-1_amd64.deb
Files: 
 02a92d841549f5e23bb9315377420bb0 1471 net optional transmission_1.72-1.dsc
 2dff39d20b0e6807107df474c0a838e3 6428633 net optional 
transmission_1.72.orig.tar.gz
 a3c141a108189615c39b313423c89c82 14592 net optional transmission_1.72-1.diff.gz
 931466d50d87a57ce0b0a008a6ac35ac 848 net optional transmission_1.72-1_all.deb
 532c8f1eed68b600504f016af7dab635 164558 net optional 
transmission-common_1.72-1_all.deb
 00e2ae53f7a7e4f48c8633ce1f209056 423788 net optional 
transmission-cli_1.72-1_amd64.deb
 a19e045dcc238f5a841bb7e756bfaf59 691692 net optional 
transmission-gtk_1.72-1_amd64.deb
 3adfe45c0a34e47d97d5770afa71d59a 208048 net optional 
transmission-daemon_1.72-1_amd64.deb

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

iEYEARECAAYFAko5bZMACgkQImLTb3rflGYWEQCfTXABwbi2+2bsXkKTC+Kcg6Vk
T4AAnAvxBLPKy/SEuaHdmRxHKzDPP/0N
=BLUm
-END PGP SIGNATURE-


Accepted:
transmission-cli_1.72-1_amd64.deb
  to pool/main/t/transmission/transmission-cli_1.72-1_amd64.deb
transmission-common_1.72-1_all.deb
  to pool/main/t/transmission/transmission-common_1.72-1_all.deb
transmission-daemon_1.72-1_amd64.deb
  to pool/main/t/transmission/transmission-daemon_1.72-1_amd64.deb
transmission-gtk_1.72-1_amd64.deb
  to pool/main/t/transmission/transmission-gtk_1.72-1_amd64.deb
transmission_1.72-1.diff.gz
  to pool/main/t/transmission/transmission_1.72-1.diff.gz
transmission_1.72-1.dsc
  to pool/main/t/transmission/transmission_1.72-1.dsc
transmission_1.72-1_all.deb
  to pool/main/t/transmission/transmission_1.72-1_all.deb
transmission_1.72.orig.tar.gz
  to pool/main/t/transmission/transmission_1.72.orig.tar.gz


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



Accepted kildclient 2.9.0-1 (source all i386)

2009-06-17 Thread Eduardo M Kalinowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 May 2009 18:37:42 -0300
Source: kildclient
Binary: kildclient kildclient-doc
Architecture: source all i386
Version: 2.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Eduardo M Kalinowski edua...@kalinowski.com.br
Changed-By: Eduardo M Kalinowski edua...@kalinowski.com.br
Description: 
 kildclient - Powerful MUD client with a built-in Perl interpreter
 kildclient-doc - Powerful MUD client with a built-in Perl interpreter - manual
Closes: 529905
Changes: 
 kildclient (2.9.0-1) unstable; urgency=low
 .
   * New upstram version: 2.9.0.
 - The way the presence of gnutls is checked has been changed to use
   pkg-config. (Closes: #529905).
 .
   * control: Updated policy compliance to 3.8.1; no changes were necessary
 in the packaging.
 .
   * changelog: Do not use the symlinks /GPL and /LGPL anymore, explicit
 versions are used.
Checksums-Sha1: 
 073147c11b376a846f0a7f28a9e1f29b4d0e56a3 1360 kildclient_2.9.0-1.dsc
 c23c542ec3f625c5145b4d9067f7954953f03971 1671444 kildclient_2.9.0.orig.tar.gz
 eb1b5c8dfc0a1ce20b181a13638c4eedf15cf284 8722 kildclient_2.9.0-1.diff.gz
 5c80be6bce883e94b4b6a95e3f1995be06c04a19 1047224 kildclient-doc_2.9.0-1_all.deb
 afb1bcb893fa76fcbb5883973b8187e965a8416a 310878 kildclient_2.9.0-1_i386.deb
Checksums-Sha256: 
 70bf8673f7f18aefd55490839685e9dc881650c92dba9c840b091d9d8baef898 1360 
kildclient_2.9.0-1.dsc
 1332d8bb083d88fdad04e06a6ffaa30e6c1c0e03e3463934761aa407abb8b544 1671444 
kildclient_2.9.0.orig.tar.gz
 f9b915de0646b062bc49c91ebc0f742df516decbbd673dfeae670b2ed914e27b 8722 
kildclient_2.9.0-1.diff.gz
 f97af749f572aafdbb383fb1afbe6888c2b847134dd981b43b078aad0ac52e12 1047224 
kildclient-doc_2.9.0-1_all.deb
 55f37bd28455d47a1c9e0722eb6d8b1cc42fa9ed8e1338e213728d47fa781b36 310878 
kildclient_2.9.0-1_i386.deb
Files: 
 9581388911ac68bb73aeb273948da513 1360 games optional kildclient_2.9.0-1.dsc
 55d2d1e7d16954bea9277fe47ac01e8f 1671444 games optional 
kildclient_2.9.0.orig.tar.gz
 2007d4f785f2ec4dafee91371451cf3e 8722 games optional kildclient_2.9.0-1.diff.gz
 02dedca56a4f173e0b2bf4ff424b250b 1047224 doc optional 
kildclient-doc_2.9.0-1_all.deb
 e1fe4b6a5fdf1bc9d35c5fe1eb0f697d 310878 games optional 
kildclient_2.9.0-1_i386.deb

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

iEYEARECAAYFAko5aUEACgkQCV53xXnMZYb53wCgytnxiz/p+ZTLxWOYhhypAqpt
fksAoNSEMK9XFQC4wDCHRF4HMhrUqPoi
=OD2T
-END PGP SIGNATURE-


Accepted:
kildclient-doc_2.9.0-1_all.deb
  to pool/main/k/kildclient/kildclient-doc_2.9.0-1_all.deb
kildclient_2.9.0-1.diff.gz
  to pool/main/k/kildclient/kildclient_2.9.0-1.diff.gz
kildclient_2.9.0-1.dsc
  to pool/main/k/kildclient/kildclient_2.9.0-1.dsc
kildclient_2.9.0-1_i386.deb
  to pool/main/k/kildclient/kildclient_2.9.0-1_i386.deb
kildclient_2.9.0.orig.tar.gz
  to pool/main/k/kildclient/kildclient_2.9.0.orig.tar.gz


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



Accepted fwbuilder 3.0.5-1 (source all i386)

2009-06-17 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Jun 2009 17:33:45 +0200
Source: fwbuilder
Binary: fwbuilder fwbuilder-common fwbuilder-doc fwbuilder-dbg
Architecture: source all i386
Version: 3.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru sylvestre.le...@inria.fr
Changed-By: Sylvestre Ledru sylvestre.le...@inria.fr
Description: 
 fwbuilder  - Firewall administration tool GUI
 fwbuilder-common - Firewall administration tool GUI (common files)
 fwbuilder-dbg - Firewall administration tool GUI (debugging symbols)
 fwbuilder-doc - Firewall administration tool GUI documentation
Changes: 
 fwbuilder (3.0.5-1) unstable; urgency=low
 .
   * Artificial separation of fwbuilder-{linux,bsd,cisco} removed on the
 advice of upstream
   * New upstream version
Checksums-Sha1: 
 a34e1fe0b88ee8471ac747c1dee3f79ed8035bd2 1420 fwbuilder_3.0.5-1.dsc
 72f235cc1b522a7eb3d5b3e15bcc93a77d1750b5 2466047 fwbuilder_3.0.5.orig.tar.gz
 e36aac5e91537a534b595a33f09b8ac7d37bacf7 8790 fwbuilder_3.0.5-1.diff.gz
 964c7e76b550babc9e3afb4cef0efa4c95d9bbf9 284656 
fwbuilder-common_3.0.5-1_all.deb
 3201e2d0825ccacdce18cd011964329cfb7c8e1a 168586 fwbuilder-doc_3.0.5-1_all.deb
 0f368547327dae8d8f5354895592f4a7909a1d82 2984258 fwbuilder_3.0.5-1_i386.deb
 93fd486bc8b20ef3a59e908d5f36ed5492544412 17283730 
fwbuilder-dbg_3.0.5-1_i386.deb
Checksums-Sha256: 
 6e477a531150dcb25727278f878526ef37c8d96a755b94328016af68c2fde9b8 1420 
fwbuilder_3.0.5-1.dsc
 b8efbec32786f3e213f68fe3d79d4bc51924a83a98149789f552c67ad5b33dcc 2466047 
fwbuilder_3.0.5.orig.tar.gz
 2954d0814bf2ded0b1e1d091b75cc9501f3afe014fd21963c7e7c58ff9902024 8790 
fwbuilder_3.0.5-1.diff.gz
 053b83c96207556c94b72ff71d9a50f87b905edc878bac12bc6e338d35e75337 284656 
fwbuilder-common_3.0.5-1_all.deb
 5b6fdc810ea2ffb145bfec5f2343d8a6f5f176c18457790d9dae231a0666826a 168586 
fwbuilder-doc_3.0.5-1_all.deb
 d27b6df6aff3cfa40afb084e23247c0912c7b84336ebf6e06d95ac162be406e6 2984258 
fwbuilder_3.0.5-1_i386.deb
 a79fe29d62d41660939add7b81a06a4946c6af697a4b8530ecaeae784ced43fd 17283730 
fwbuilder-dbg_3.0.5-1_i386.deb
Files: 
 859a85774c2aefb51a1e4c59a1375c3a 1420 net optional fwbuilder_3.0.5-1.dsc
 826cd7eb84dbd3faa9e4f99f3595999c 2466047 net optional 
fwbuilder_3.0.5.orig.tar.gz
 f0829951da725fc119a8c83b8826a576 8790 net optional fwbuilder_3.0.5-1.diff.gz
 1c05ca1c163f706b82668733ea733f1b 284656 net optional 
fwbuilder-common_3.0.5-1_all.deb
 a48699d06f39963ac5b8d6f1045e65ba 168586 doc optional 
fwbuilder-doc_3.0.5-1_all.deb
 848c542af285425416dfcb07e7e6bf42 2984258 net optional 
fwbuilder_3.0.5-1_i386.deb
 baffc01afbf559b9de334e5cdb6211de 17283730 net extra 
fwbuilder-dbg_3.0.5-1_i386.deb

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

iEYEARECAAYFAko5ctIACgkQiOXXM92JlhAgVwCglxgdAQ5CEHnujRVHbLtjaQPk
N9UAnAuCuePc6dCMrUsdYya7heGs2FMz
=tnSD
-END PGP SIGNATURE-


Accepted:
fwbuilder-common_3.0.5-1_all.deb
  to pool/main/f/fwbuilder/fwbuilder-common_3.0.5-1_all.deb
fwbuilder-dbg_3.0.5-1_i386.deb
  to pool/main/f/fwbuilder/fwbuilder-dbg_3.0.5-1_i386.deb
fwbuilder-doc_3.0.5-1_all.deb
  to pool/main/f/fwbuilder/fwbuilder-doc_3.0.5-1_all.deb
fwbuilder_3.0.5-1.diff.gz
  to pool/main/f/fwbuilder/fwbuilder_3.0.5-1.diff.gz
fwbuilder_3.0.5-1.dsc
  to pool/main/f/fwbuilder/fwbuilder_3.0.5-1.dsc
fwbuilder_3.0.5-1_i386.deb
  to pool/main/f/fwbuilder/fwbuilder_3.0.5-1_i386.deb
fwbuilder_3.0.5.orig.tar.gz
  to pool/main/f/fwbuilder/fwbuilder_3.0.5.orig.tar.gz


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



Accepted sympa 5.4.7-1 (source amd64)

2009-06-17 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 18 Jun 2009 00:40:04 +0200
Source: sympa
Binary: sympa
Architecture: source amd64
Version: 5.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Sympa team pkg-sy...@ithilieninc.com
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 sympa  - Modern mailing list manager
Closes: 404208 518736
Changes: 
 sympa (5.4.7-1) unstable; urgency=low
 .
   * New upstream release:
 + Fixes crash when fetching RSS-feeds; closes: bug#518736
 .
   [ Tim Retout ]
   * Fix maintainer address to be pkg-sympa@ (not sympa@) in
 debian/control.in and debian/control.
 .
   [ Jonas Smedegaard ]
   * Add NEWS item about dropped parser.pl script.
   * Update patches:
 + Update patch 1007 to match currently supported languaged
 + Drop patch 1008 adding a missing DESTDIR (applied upstream)
 + Unfuzz patches 1001, 1002 and 2001
   * Update git-buildpackage configfile, enabling signed tags.
   * Update local CDBS snippets:
 + Handle most package-relations (not just depends and build-depends)
 + Fix copyright years of copyright-check.mk
 + Internal restructuing of upstream-tarball.mk
 + Implement fail-source-not-repackaged rule in upstream-tarball.mk
 + Update URL to draft DEP5 format in copyright-check.mk output
   * Add README.source.
   * Drop custom CDBS hints.
   * Add proper copyright header to debian/rules.
   * Drop doc-base registration: PDF documentation no longer shipped
 upstream.
   * Drop README.debian: outdated info (needs complete rewrite).
   * Drop bogus (since 3.3.6b3) dependency on libmd5-perl.
   * Improve logrotate setup to allow missing logfile and not rotate if
 empty.
   * Use invoke-rc.d when possible.
   * Create /var/run/sympa at daemon start if missing. Closes:
 bug#404208, thanks to Jean Charles Delepine.
   * Bump dephelper compatibility level to 6. Tighten build-dependency.
   * Rewrite copyright to use DEP5 r54 proposed machine-readable format.
   * Use local CDBS snippet copyright-check.mk.
Checksums-Sha1: 
 811cbdad9e81d6d7934b3217fcaf3b8c16316bf6 1934 sympa_5.4.7-1.dsc
 4f0bf781a3fd0a6755f6438d19dc4ed96d94bfeb 6621657 sympa_5.4.7.orig.tar.gz
 6c97aec85904825bd49e5cc6060eac52fbc39c78 111513 sympa_5.4.7-1.diff.gz
 55db0d9d63e964b6a0fa4953a7f7b2462fa44120 2504304 sympa_5.4.7-1_amd64.deb
Checksums-Sha256: 
 21953964c87fb2c50f162da516bede573f75d45f6f10758b2c5bfd02afa1e1e5 1934 
sympa_5.4.7-1.dsc
 23e98b450d3e1e8aa2bc684b4bc64c8ed7d7cef19ddbab8b4a9ead579b4f2cd2 6621657 
sympa_5.4.7.orig.tar.gz
 6e14d11dbf666be52dc79a795c7980fc3ed1883dcdc993a33bf5aa46e3ca8004 111513 
sympa_5.4.7-1.diff.gz
 2aeb3698e24812b79f1a901af4b4597b018d3b07b5448919c22d5ce07d8fc50f 2504304 
sympa_5.4.7-1_amd64.deb
Files: 
 c92a1549a1d0edd57a62e23372827770 1934 mail optional sympa_5.4.7-1.dsc
 9a21be191b956540bd76832da6f78f97 6621657 mail optional sympa_5.4.7.orig.tar.gz
 feb8b359e123c927c930d1c4b37415a8 111513 mail optional sympa_5.4.7-1.diff.gz
 3ec5deee752124f64ce0fde1e0c04739 2504304 mail optional sympa_5.4.7-1_amd64.deb

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

iEYEAREDAAYFAko5ce0ACgkQn7DbMsAkQLiqfgCfWR8krkFogfWV3JCaaBZlRr4y
btoAn37PqzwQtQwOHfIJzZL6j1dalw9q
=jB9d
-END PGP SIGNATURE-


Accepted:
sympa_5.4.7-1.diff.gz
  to pool/main/s/sympa/sympa_5.4.7-1.diff.gz
sympa_5.4.7-1.dsc
  to pool/main/s/sympa/sympa_5.4.7-1.dsc
sympa_5.4.7-1_amd64.deb
  to pool/main/s/sympa/sympa_5.4.7-1_amd64.deb
sympa_5.4.7.orig.tar.gz
  to pool/main/s/sympa/sympa_5.4.7.orig.tar.gz


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



Accepted fwbuilder 3.0.5-2 (source all i386)

2009-06-17 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jun 2009 00:57:05 +0200
Source: fwbuilder
Binary: fwbuilder fwbuilder-common fwbuilder-doc fwbuilder-dbg
Architecture: source all i386
Version: 3.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru sylvestre.le...@inria.fr
Changed-By: Sylvestre Ledru sylvestre.le...@inria.fr
Description: 
 fwbuilder  - Firewall administration tool GUI
 fwbuilder-common - Firewall administration tool GUI (common files)
 fwbuilder-dbg - Firewall administration tool GUI (debugging symbols)
 fwbuilder-doc - Firewall administration tool GUI documentation
Changes: 
 fwbuilder (3.0.5-2) unstable; urgency=low
 .
   * One more time, I forgot to update the version of the libfwbuilder-dev dep
Checksums-Sha1: 
 5c4dbef2836b27c5d5e62eb0edfaa320ff207132 1420 fwbuilder_3.0.5-2.dsc
 53c9685ad95a836a83d55233b14d52e73dfbc416 8837 fwbuilder_3.0.5-2.diff.gz
 de872b3ed393f3f4a1b35842453c3eb02a8714cc 284694 
fwbuilder-common_3.0.5-2_all.deb
 8db5124bea9d8406c90cc00e0b4b76ee106d334e 168618 fwbuilder-doc_3.0.5-2_all.deb
 28d24683030c3a1d3379b00ed373ca3540e75d47 2984284 fwbuilder_3.0.5-2_i386.deb
 3a5b4f6b056aee44a1c1a3ac098f0553f71c9a4b 17283772 
fwbuilder-dbg_3.0.5-2_i386.deb
Checksums-Sha256: 
 edbd49900a1278c3e9954f7e49ea8e10e2adbf8fb88ceb65bc5308d91a4eba44 1420 
fwbuilder_3.0.5-2.dsc
 ab7b9fe3eb82d62c069433980ee01a676014ac39e3b4524f121c1bb83f082937 8837 
fwbuilder_3.0.5-2.diff.gz
 d2aa991090a58e2e6c3db3492697741fb9f4d17c3eb36e20509b505a40f30b58 284694 
fwbuilder-common_3.0.5-2_all.deb
 5ed44ad3566220ef9f548898806798a82de3f7c308b0962498fcfc41f17885f3 168618 
fwbuilder-doc_3.0.5-2_all.deb
 6c04faa70dcf525079c830ee99b054b6acea8ae7cfaa80a8241c5da87c553c0f 2984284 
fwbuilder_3.0.5-2_i386.deb
 da0014cd450a6b3c6cdf25a4ab5897dd223e1fbc0a9b0630e29b849efefe9ad4 17283772 
fwbuilder-dbg_3.0.5-2_i386.deb
Files: 
 4918ec60f7a1091a8ed38f1ea6f151d6 1420 net optional fwbuilder_3.0.5-2.dsc
 2e99345824890443d0d51dca39b7e3de 8837 net optional fwbuilder_3.0.5-2.diff.gz
 332860f157349f6d4243da691c514b8c 284694 net optional 
fwbuilder-common_3.0.5-2_all.deb
 7a8f35b1d544d85bcb7f11a41c65c15a 168618 doc optional 
fwbuilder-doc_3.0.5-2_all.deb
 0832ef6957e238312cd595419c7e6092 2984284 net optional 
fwbuilder_3.0.5-2_i386.deb
 2e52d63915e664c731960370b365091c 17283772 net extra 
fwbuilder-dbg_3.0.5-2_i386.deb

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

iEYEARECAAYFAko5dkIACgkQiOXXM92JlhCcVwCgr1W3cJhGiZLFzVliGcm6BST4
S+AAoLBNKRzNb4kEkTwHqilSGL9UwaoX
=lSB/
-END PGP SIGNATURE-


Accepted:
fwbuilder-common_3.0.5-2_all.deb
  to pool/main/f/fwbuilder/fwbuilder-common_3.0.5-2_all.deb
fwbuilder-dbg_3.0.5-2_i386.deb
  to pool/main/f/fwbuilder/fwbuilder-dbg_3.0.5-2_i386.deb
fwbuilder-doc_3.0.5-2_all.deb
  to pool/main/f/fwbuilder/fwbuilder-doc_3.0.5-2_all.deb
fwbuilder_3.0.5-2.diff.gz
  to pool/main/f/fwbuilder/fwbuilder_3.0.5-2.diff.gz
fwbuilder_3.0.5-2.dsc
  to pool/main/f/fwbuilder/fwbuilder_3.0.5-2.dsc
fwbuilder_3.0.5-2_i386.deb
  to pool/main/f/fwbuilder/fwbuilder_3.0.5-2_i386.deb


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



Accepted gpsd 2.39-2 (source amd64)

2009-06-17 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jun 2009 01:37:34 +0200
Source: gpsd
Binary: gpsd gpsd-clients python-gps libgps18 libgps-dev
Architecture: source amd64
Version: 2.39-2
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gpsd   - GPS (Global Positioning System) daemon
 gpsd-clients - Clients for the GPS daemon
 libgps-dev - C library for communicating with GPS devices (development files)
 libgps18   - C library for communicating with GPS devices
 python-gps - Python interface to gpsd and testing environment
Closes: 528688
Changes: 
 gpsd (2.39-2) unstable; urgency=low
 .
   * [765fde7b] Calculate soname and library version properly.
   * [1da6bffd] Support the status action in the init.d script.
 (Closes: #528688) - thanks to Peter Eisentraut
   * [634d40b0] Make gpsd.hotplug.wrapper work with Ubuntu. (LP: #367197)
   * [1a66eb21] Start gpsd after bluetooth. (LP: #359352)
   * [1e5ffb92] Adding patch to fix a crash in libgpsmm.
   * [ba4e66a1] Updating symbols file after fixing libgpsmm.
Checksums-Sha1: 
 55eb1a03a7d905683c9408bcc560f3f4b2c947f8 1278 gpsd_2.39-2.dsc
 5d6478137d3e724d9c8a8e8c2e5abb9f4c700f67 34960 gpsd_2.39-2.diff.gz
 5a3d198b6d9d5b21fec4a67b1f317e724ee00042 83498 gpsd_2.39-2_amd64.deb
 5fa6600cd4e517cad108b45c6c640332c5c98c1b 118132 gpsd-clients_2.39-2_amd64.deb
 b46d5013f4fb2aaa66b4e405f4b1a487255b55b3 99578 python-gps_2.39-2_amd64.deb
 d259b1b5a51556c6f7570654ad985225e092fc3f 128170 libgps18_2.39-2_amd64.deb
 bf79ec8ba4d0f4d26481d5bf9e1d6c6941bfcf55 181710 libgps-dev_2.39-2_amd64.deb
Checksums-Sha256: 
 6c59746becf90c31c525b79a3fbaccb641f204af630d1d69c6b7dff7b3a47168 1278 
gpsd_2.39-2.dsc
 fe5158ece56c6a81952282e7f96ab329f74a01256cbd3fe8c52f7a3ae27ba834 34960 
gpsd_2.39-2.diff.gz
 58109b3201bb386460f651aa3cd66b8a6c4c30b94c14a17e1ece137b86b8deec 83498 
gpsd_2.39-2_amd64.deb
 b3203389973c84430a2da2781e8693cf9f9d5f11b282b0b12c105efcf7309568 118132 
gpsd-clients_2.39-2_amd64.deb
 9dc4afb72c92a3e07a6d7c17b59ecd04270780b01a3265958ff4a32f2ec42b52 99578 
python-gps_2.39-2_amd64.deb
 9b0aa2cb7259e125b7d815b16495891098a0f9bc3bc416151cc9b949e59b408b 128170 
libgps18_2.39-2_amd64.deb
 568aa9754f8f4e1ea2bb4426a64581c21b0a47751172809e2cb2fca1a7c6f288 181710 
libgps-dev_2.39-2_amd64.deb
Files: 
 fe3d04eb66bb3cb06ce87df1473300e0 1278 misc optional gpsd_2.39-2.dsc
 151185976728894a0968c3831dd4037f 34960 misc optional gpsd_2.39-2.diff.gz
 37ef6d29b3d66395db40b91efa431514 83498 misc optional gpsd_2.39-2_amd64.deb
 e1e9571c206b3d66a48d87a317bcc7c1 118132 misc optional 
gpsd-clients_2.39-2_amd64.deb
 3af643766308f51a635af10f2a9509f9 99578 python optional 
python-gps_2.39-2_amd64.deb
 40c8061ea5a63919691d1fa97284e69a 128170 libs optional libgps18_2.39-2_amd64.deb
 e857ce31d7d65030f431f39b349b632a 181710 libdevel optional 
libgps-dev_2.39-2_amd64.deb

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

iEYEARECAAYFAko5fxYACgkQBnqtBMk7/3mWYwCfeiF5RIfxU2CnXt8XN6gYO+mV
x1YAni1d+VZbnGX6q3bxbI3GNgig871k
=JB+N
-END PGP SIGNATURE-


Accepted:
gpsd-clients_2.39-2_amd64.deb
  to pool/main/g/gpsd/gpsd-clients_2.39-2_amd64.deb
gpsd_2.39-2.diff.gz
  to pool/main/g/gpsd/gpsd_2.39-2.diff.gz
gpsd_2.39-2.dsc
  to pool/main/g/gpsd/gpsd_2.39-2.dsc
gpsd_2.39-2_amd64.deb
  to pool/main/g/gpsd/gpsd_2.39-2_amd64.deb
libgps-dev_2.39-2_amd64.deb
  to pool/main/g/gpsd/libgps-dev_2.39-2_amd64.deb
libgps18_2.39-2_amd64.deb
  to pool/main/g/gpsd/libgps18_2.39-2_amd64.deb
python-gps_2.39-2_amd64.deb
  to pool/main/g/gpsd/python-gps_2.39-2_amd64.deb


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



Accepted misc3d 0.6-3-1 (source all)

2009-06-17 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 19:24:30 -0500
Source: misc3d
Binary: r-cran-misc3d
Architecture: source all
Version: 0.6-3-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-misc3d - GNU R collection of 3d plot functions and rgl-based isosurfaces
Changes: 
 misc3d (0.6-3-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Changed Section: to new section 'gnu-r'
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version 3.8.1
Checksums-Sha1: 
 c1144f84c2fad6560def796b987491608e7dc9e7 969 misc3d_0.6-3-1.dsc
 ab9bfa7da114fb9121feea097d6ee91f6e6690d3 58576 misc3d_0.6-3.orig.tar.gz
 cc79413718923cea85d27717baa5e8dc0ee17d29 2045 misc3d_0.6-3-1.diff.gz
 6a1bdbfa7b330e25d660255b72b59c314859d481 132012 r-cran-misc3d_0.6-3-1_all.deb
Checksums-Sha256: 
 2fe4395933d6e46c3322ef63d8e6a19f70f65ca0182a951ea9f851cce009ad31 969 
misc3d_0.6-3-1.dsc
 99294077bd5ad733ee84b512433937ac1b31e1ca2f287bbefa7a7942d71a8085 58576 
misc3d_0.6-3.orig.tar.gz
 0768da478a59f19a4f7a0120724508e03fd992d1211673123a891fe83778e6cd 2045 
misc3d_0.6-3-1.diff.gz
 c11d775fea7fdfdc65d01c993a26913865b5938d54e8e39b88d9da23c182a24b 132012 
r-cran-misc3d_0.6-3-1_all.deb
Files: 
 412be05de0787910f27291ca3d3982e9 969 gnu-r optional misc3d_0.6-3-1.dsc
 2261210c0468f1a669181aa03065590b 58576 gnu-r optional misc3d_0.6-3.orig.tar.gz
 c6c06d9d31a86573a9439eff719b6f51 2045 gnu-r optional misc3d_0.6-3-1.diff.gz
 263059d812364c7193a0ed92c389aa54 132012 gnu-r optional 
r-cran-misc3d_0.6-3-1_all.deb

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

iD8DBQFKOYnbCZSR95Gw07cRAgjgAKCXC7o3bymrcIZCaYDVzpoDHuV8hQCfemHh
hrOwN4ILO8srfJhmLaBRFaQ=
=Jbzn
-END PGP SIGNATURE-


Accepted:
misc3d_0.6-3-1.diff.gz
  to pool/main/m/misc3d/misc3d_0.6-3-1.diff.gz
misc3d_0.6-3-1.dsc
  to pool/main/m/misc3d/misc3d_0.6-3-1.dsc
misc3d_0.6-3.orig.tar.gz
  to pool/main/m/misc3d/misc3d_0.6-3.orig.tar.gz
r-cran-misc3d_0.6-3-1_all.deb
  to pool/main/m/misc3d/r-cran-misc3d_0.6-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



Accepted ldb 1:0.9.5~git20090617-1 (source i386)

2009-06-17 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jun 2009 00:32:05 +0200
Source: ldb
Binary: libldb0 ldb-tools libldb-dev python-ldb
Architecture: source i386
Version: 1:0.9.5~git20090617-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 ldb-tools  - LDAP-like embedded database - tools
 libldb-dev - LDAP-like embedded database - development files
 libldb0- LDAP-like embedded database - shared library
 python-ldb - Python bindings for LDB
Changes: 
 ldb (1:0.9.5~git20090617-1) unstable; urgency=low
 .
   * New upstream snapshot.
   * Bump standards version to 3.8.1.
Checksums-Sha1: 
 90f80984bf122e6aeabb19f11c2efc7f3162b747 1465 ldb_0.9.5~git20090617-1.dsc
 00bdfeec32cb7bc6e7a44bcfe40f77a66b48a7d3 667001 
ldb_0.9.5~git20090617.orig.tar.gz
 0b543f02327a83db1375abe7a09406c7e3494eff 3457 ldb_0.9.5~git20090617-1.diff.gz
 94785f336362ebeb1c8be19b635a47f4ad075306 76766 
libldb0_0.9.5~git20090617-1_i386.deb
 e3d7c030221544da2dcea3b69bd8b366c1eb3372 32972 
ldb-tools_0.9.5~git20090617-1_i386.deb
 3fb867c7ba17438ff6647a3f8cef5499d5546370 119134 
libldb-dev_0.9.5~git20090617-1_i386.deb
 71d07d20794ef4a56e6d149a49bba12a6df31125 18772 
python-ldb_0.9.5~git20090617-1_i386.deb
Checksums-Sha256: 
 d99292c8f418ee0890c5bc372cc18db99332bd2b4049589d2ca8987261d59e6d 1465 
ldb_0.9.5~git20090617-1.dsc
 dcbb33c6b347288779b0dc804e877a549602675a091591be3541b2d6a6d8ae85 667001 
ldb_0.9.5~git20090617.orig.tar.gz
 9bc6c32b82c5a21f07015261403bdf2a161767def4e1dedc10d871e7badaa8ae 3457 
ldb_0.9.5~git20090617-1.diff.gz
 3b193d2df2baf4cec626e6dd05a6f1a8368889905c6b3281e16c20213cbd1605 76766 
libldb0_0.9.5~git20090617-1_i386.deb
 67db43c21b6c16783f60fe61b8b2d02ab02a89dfd3885de1b32edb2180a0181d 32972 
ldb-tools_0.9.5~git20090617-1_i386.deb
 3315b79e8b568287bf73b5b9cf9eeb16417252ac3122c26afd7c8b004d7b7570 119134 
libldb-dev_0.9.5~git20090617-1_i386.deb
 93eea595587f2d260821bb542fde8a65f201757b041d55a7d7afe611696edcfb 18772 
python-ldb_0.9.5~git20090617-1_i386.deb
Files: 
 09195d8ba269e09933347c17d237c348 1465 devel optional 
ldb_0.9.5~git20090617-1.dsc
 e93fcc0655f95f33e0bf266847369e8b 667001 devel optional 
ldb_0.9.5~git20090617.orig.tar.gz
 f732143591f3c6a45a0c5ede4373fc4b 3457 devel optional 
ldb_0.9.5~git20090617-1.diff.gz
 537234c445c26575549a6fdc7865463c 76766 libs optional 
libldb0_0.9.5~git20090617-1_i386.deb
 df155f004af33fdbb3665d422907384a 32972 utils optional 
ldb-tools_0.9.5~git20090617-1_i386.deb
 8038f10f7637ed5d8f8a963c731cd3c6 119134 libdevel optional 
libldb-dev_0.9.5~git20090617-1_i386.deb
 8b53ae924f71ff97e9f797f1b1b1b72e 18772 python optional 
python-ldb_0.9.5~git20090617-1_i386.deb

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

iJwEAQECAAYFAko5cNEACgkQDLQl4QYPZuUCmQP7B7cBvt90ueBNxga7DhBpWw30
8eMhvc7+LsmgkbzRD6EwtmaOSPyyEa4ZYje0Rs0RqVunXo+DfnYGMM1gt05sXaa5
GRdFJYVcBuilJxx7DYnMKA9EX0LxJKfTabl8i+oPyZ1a5WWE6JwTYDQWRNzwKkWt
873jXMC0nOHyN+1epy0=
=Jc0M
-END PGP SIGNATURE-


Accepted:
ldb-tools_0.9.5~git20090617-1_i386.deb
  to pool/main/l/ldb/ldb-tools_0.9.5~git20090617-1_i386.deb
ldb_0.9.5~git20090617-1.diff.gz
  to pool/main/l/ldb/ldb_0.9.5~git20090617-1.diff.gz
ldb_0.9.5~git20090617-1.dsc
  to pool/main/l/ldb/ldb_0.9.5~git20090617-1.dsc
ldb_0.9.5~git20090617.orig.tar.gz
  to pool/main/l/ldb/ldb_0.9.5~git20090617.orig.tar.gz
libldb-dev_0.9.5~git20090617-1_i386.deb
  to pool/main/l/ldb/libldb-dev_0.9.5~git20090617-1_i386.deb
libldb0_0.9.5~git20090617-1_i386.deb
  to pool/main/l/ldb/libldb0_0.9.5~git20090617-1_i386.deb
python-ldb_0.9.5~git20090617-1_i386.deb
  to pool/main/l/ldb/python-ldb_0.9.5~git20090617-1_i386.deb


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



Accepted puppet 0.24.8-2 (source all)

2009-06-17 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 16 Jun 2009 23:37:22 -0700
Source: puppet
Binary: puppet puppetmaster
Architecture: source all
Version: 0.24.8-2
Distribution: unstable
Urgency: high
Maintainer: Puppet Package Maintainers 
pkg-puppet-de...@lists.alioth.debian.org
Changed-By: Andrew Pollock apoll...@debian.org
Description: 
 puppet - centralised configuration management for networks
 puppetmaster - centralised configuration management control daemon
Closes: 527381 528068 530752
Changes: 
 puppet (0.24.8-2) unstable; urgency=high
 .
   [ Micah Anderson ]
   * Cherry-pick upstream versioncmp fix (redmine:#2110)
 .
   [ Andrew Pollock ]
   * Enable waiting for certificates for the default value (upstream default
 that was previously disabled or enabled with a 5 second value)
   * Re-ship the vim syntax file in the correct location (it fell out after the
 0.24.5-3 upload) (closes: #530752)
   * Re-add the 0.24.5-3 changelog entry
   * debian/puppet.postrm: don't delete the user or group (closes: #528068,
 #527381)
   * debian/puppet.{preinst,postinst}: Applied modified patch from Stig
 Sandbeck Mathisen to call conditionally call adduser in the postinst, if
 it's available
 .
   [ Nigel Kersten ]
   * Switched to use install.rb, primarily to stop shebangs using /usr/bin/env
   * Stopped using dh_movefiles, moved to dh_install
   * debian/rules greatly cleaned up due to above two changes
 .
   [ Andrew Pollock ]
   * debian/control: add rdoc, libopenssl-ruby and facter to build dependencies
   * debian/control: depend on ruby1.8 instead of ruby to placate Lintian
   * debian/puppet.install: brown paper bag release averted; install
 /usr/lib/ruby/1.8
   * debian/rules: ensure permissions on everything under /usr/lib/ruby/1.8 is
 correct
Checksums-Sha1: 
 8b6e18517b1b1a1451b4ceb17eb6b1068020687e 1387 puppet_0.24.8-2.dsc
 ff7f0dd2701d5b2685b5005a1e3bf6b37c9ba641 12446 puppet_0.24.8-2.diff.gz
 fd78e74262d6298761eb03f2bca17c7faa838914 519198 puppet_0.24.8-2_all.deb
 62ebddb1fc5e25bbeb15638c7651e40910de9d8a 46950 puppetmaster_0.24.8-2_all.deb
Checksums-Sha256: 
 a15da5b00f05296d3575645e30097aef97e4c6aba633a48783a9c501211e73d1 1387 
puppet_0.24.8-2.dsc
 3787a25d682afec6dfdbaf6adb425e524c004cc6f8966d5c7ccc76e628376bc2 12446 
puppet_0.24.8-2.diff.gz
 cf3b6617f8bd69417a091044c0045a4cd2f72523f4b93676786afbe6213a7072 519198 
puppet_0.24.8-2_all.deb
 fffacc3d27c5cf053f5a8dd4f72b7fca4f9f77839614263a572c032d7d528406 46950 
puppetmaster_0.24.8-2_all.deb
Files: 
 e2e41356e405ef175bc72accaf6c4214 1387 admin optional puppet_0.24.8-2.dsc
 c6ca251e1734b109be76f22232d4a129 12446 admin optional puppet_0.24.8-2.diff.gz
 fe7f6588f10acdf775d845a0e17620b3 519198 admin optional puppet_0.24.8-2_all.deb
 6c41cab136ac97c75bf29148263f01f2 46950 admin optional 
puppetmaster_0.24.8-2_all.deb

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

iEYEARECAAYFAko5vhYACgkQIblXXKfZFgLZnACfW+avzBhUj6az8X7rnKBBetcx
4E8AnioUKskhVxefAZHHJ039tr+Y5dGV
=aM9T
-END PGP SIGNATURE-


Accepted:
puppet_0.24.8-2.diff.gz
  to pool/main/p/puppet/puppet_0.24.8-2.diff.gz
puppet_0.24.8-2.dsc
  to pool/main/p/puppet/puppet_0.24.8-2.dsc
puppet_0.24.8-2_all.deb
  to pool/main/p/puppet/puppet_0.24.8-2_all.deb
puppetmaster_0.24.8-2_all.deb
  to pool/main/p/puppet/puppetmaster_0.24.8-2_all.deb


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



Accepted lockfile-progs 0.1.12 (source i386)

2009-06-17 Thread Rob Browning
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 21:38:54 -0700
Source: lockfile-progs
Binary: lockfile-progs
Architecture: source i386
Version: 0.1.12
Distribution: unstable
Urgency: low
Maintainer: Rob Browning r...@defaultvalue.org
Changed-By: Rob Browning r...@defaultvalue.org
Description: 
 lockfile-progs - Programs for locking and unlocking files and mailboxes
Closes: 439745 464297 464297
Changes: 
 lockfile-progs (0.1.12) unstable; urgency=low
 .
   * Fix manpage typos.  Thanks to A. Costa agco...@gis.net.
 (closes: #439745)
 .
   * Remove duplicate priority field from the control file.
 (closes: #464297)
 .
   * Add a --use-pid option which adds L_PID to the underlying liblockfile
 call.  Users should note the caveats in lockfile_create(3).
 .
   * Add a lockfile-check program (see lockfile_check(3)).
 .
   * Remove duplicate priority and section fields from debian/control.
 Thanks to Lucas Nussbaum lu...@lucas-nussbaum.net and Patrick
 Winnertz win...@debian.org. (closes: #464297)
Checksums-Sha1: 
 f50b9a30177e13de0337eb02eb3f689d17a0fe27 735 lockfile-progs_0.1.12.dsc
 a54af87b87e03739a8ec66397bac74f5a769c578 101079 lockfile-progs_0.1.12.tar.gz
 83724f723696f89dc08e9f3513eeb8e47f7bc3af 9008 lockfile-progs_0.1.12_i386.deb
Checksums-Sha256: 
 d64d10964a0da8f25cd2fa174aa9f6bbd5ee64bf3e7d28c9f47cd3ae66c94837 735 
lockfile-progs_0.1.12.dsc
 d7cf81e31534f103e2d6ca69c50cc6d370ca8e44393e4097d44a3b0bc22aaf72 101079 
lockfile-progs_0.1.12.tar.gz
 20ec16347be05010dfa4bdf694751253fb1c412f1f967d5381d3117d2c33e3cf 9008 
lockfile-progs_0.1.12_i386.deb
Files: 
 5a23a7cc0825cae4c20f2a9801bdf7a4 735 misc optional lockfile-progs_0.1.12.dsc
 98835a6ce88b87dcc649795f98ab2488 101079 misc optional 
lockfile-progs_0.1.12.tar.gz
 488e21542ac68c8c49e5c6242a0472b9 9008 misc optional 
lockfile-progs_0.1.12_i386.deb

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

iEYEARECAAYFAko5xtsACgkQJcjTd4x+c6T9FQCgwjQnJc7BwTq5M8h482mW6S5R
mBQAoO96DkBo7BqOUf2Ei9CKVaujqPie
=ejw1
-END PGP SIGNATURE-


Accepted:
lockfile-progs_0.1.12.dsc
  to pool/main/l/lockfile-progs/lockfile-progs_0.1.12.dsc
lockfile-progs_0.1.12.tar.gz
  to pool/main/l/lockfile-progs/lockfile-progs_0.1.12.tar.gz
lockfile-progs_0.1.12_i386.deb
  to pool/main/l/lockfile-progs/lockfile-progs_0.1.12_i386.deb


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



Accepted logilab-astng 0.19.0-2 (source all)

2009-06-17 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Jun 2009 07:14:21 +0200
Source: logilab-astng
Binary: python-logilab-astng
Architecture: source all
Version: 0.19.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-logilab-astng - extend Python's abstract syntax tree (AST)
Closes: 528458 530607 533282
Changes: 
 logilab-astng (0.19.0-2) unstable; urgency=medium
 .
   [ Sandro Tosi ]
   * debian/python-logilab-astng.preinst
 - added to remove leftover files after migration to python-support; thanks
   to Helmut Grohne and Yaroslav Halchenko for the reports; Closes: #533282,
   #528458
   * urgency=medium because it fixes RC bugs
   * debian/control
 - bump Standards-Version 3.8.2 (no changes needed)
 .
   [ Julien Lavergne ]
   * debian/{control, rules}
 - prepare for the upcoming Python 2.6 transition; thanks to Alessio Treglia
   for the report and patch; Closes: #530607
   + added versioned depend on python and debhelper to have functions we 
need
   + used --install-layout=deb to setup.py install
   + replaced site-packages by *-packages
Checksums-Sha1: 
 41fea3cd67b903e1065547b392bd8745b8e57f6d 1476 logilab-astng_0.19.0-2.dsc
 bf335658dd68fd50dcd98f0dc7dc1714607ec9ec 4498 logilab-astng_0.19.0-2.diff.gz
 636fc48860776bb2bb6fc2956f39353d497e43a1 84152 
python-logilab-astng_0.19.0-2_all.deb
Checksums-Sha256: 
 189d895e3de156091323a0f7c44f298641fd01381150c948e180e615a0c232a6 1476 
logilab-astng_0.19.0-2.dsc
 45c5f859bebe078486536855d60faf8d274f593ea6631f4e282707d0ffa3a277 4498 
logilab-astng_0.19.0-2.diff.gz
 f3016dafa088b017109ba22ae62448b18e337a4e86e376e8705239b74acea6da 84152 
python-logilab-astng_0.19.0-2_all.deb
Files: 
 8ee6b610a5b014e36f953be1023bd889 1476 python optional 
logilab-astng_0.19.0-2.dsc
 80cd612ce6ea0f9356cbaee74b901109 4498 python optional 
logilab-astng_0.19.0-2.diff.gz
 30f55fec8cf8108add4ca55a42b943ff 84152 python optional 
python-logilab-astng_0.19.0-2_all.deb

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

iEYEARECAAYFAko5zqkACgkQAukwV0RN2VDv9wCgj9zr6i4+PXGpR7OqMKlo7Iij
lqcAniA+tuBC6YceG7O7L4SY4P84vN2v
=vGkY
-END PGP SIGNATURE-


Accepted:
logilab-astng_0.19.0-2.diff.gz
  to pool/main/l/logilab-astng/logilab-astng_0.19.0-2.diff.gz
logilab-astng_0.19.0-2.dsc
  to pool/main/l/logilab-astng/logilab-astng_0.19.0-2.dsc
python-logilab-astng_0.19.0-2_all.deb
  to pool/main/l/logilab-astng/python-logilab-astng_0.19.0-2_all.deb


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



Accepted openmpi 1.3.2-2.1 (source all amd64)

2009-06-17 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 22:03:31 -0500
Source: openmpi
Binary: openmpi-bin libopenmpi-dev libopenmpi1.3 openmpi-common openmpi-doc 
libopenmpi-dbg
Architecture: source amd64 all
Version: 1.3.2-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenMPI Maintainers 
pkg-openmpi-maintain...@lists.alioth.debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 libopenmpi-dbg - high performance message passing library -- debug library
 libopenmpi-dev - high performance message passing library -- header files
 libopenmpi1.3 - high performance message passing library -- shared library
 openmpi-bin - high performance message passing library -- binaries
 openmpi-common - high performance message passing library -- common files
 openmpi-doc - high performance message passing library -- man pages
Closes: 531522
Changes: 
 openmpi (1.3.2-2.1) unstable; urgency=low
 .
   * NMU
   * opal/mca/memory/ptmalloc2/hooks.c: Add check for environment variable
 OMPI_MCA_disable_memory_allocator.  If set, avoid setting up malloc
 hooks and avoid stat() calls from the malloc init hook.
 Closes: #531522.
Checksums-Sha1: 
 b005208fce05862958478b565e8fbc7b07e3ec98 1544 openmpi_1.3.2-2.1.dsc
 2b4166168f1cc54282ed7be1eb04c6b589baeb44 20572 openmpi_1.3.2-2.1.diff.gz
 af8d7ac8bbe7bd6d6b50281ec5ccbb62a8fec20f 136200 openmpi-bin_1.3.2-2.1_amd64.deb
 a221bb2cb7afada6268c726f4869ad1e1158b547 2566282 
libopenmpi-dev_1.3.2-2.1_amd64.deb
 69e4413166336d41db44d3b4f80ce8a0c9a1e083 1251992 
libopenmpi1.3_1.3.2-2.1_amd64.deb
 94d72bf92cc588a2dfac4ae0213e304e14c5a529 5311632 
libopenmpi-dbg_1.3.2-2.1_amd64.deb
 343bff71a9247b095b932ae97c444f4596857e92 77044 openmpi-common_1.3.2-2.1_all.deb
 1d09e1376593ceb1f3e33656a7e6f2b76f43b5cc 461922 openmpi-doc_1.3.2-2.1_all.deb
Checksums-Sha256: 
 eb1dab6211724d4e908c6536f399b9724fe1fa08e3a7f74a84880a4901d90fe6 1544 
openmpi_1.3.2-2.1.dsc
 3156c932a7586fe3b5b4f70d1cc15be4587a675e4853b92c8264d5d378443ec7 20572 
openmpi_1.3.2-2.1.diff.gz
 0b757c62b8c36dd0167bfabd46b6a7c41fc1bc65a7e7ae94cc07d0574800ce8f 136200 
openmpi-bin_1.3.2-2.1_amd64.deb
 eea4e22aa7344a4cbb7704d0f2f3911286d058985f4af46ec8100a21c66f2788 2566282 
libopenmpi-dev_1.3.2-2.1_amd64.deb
 712e1f1687187a1a31028432716700cf4a2c6d6d8ba26802752a1ef4d1ad0445 1251992 
libopenmpi1.3_1.3.2-2.1_amd64.deb
 94f2b8f62aa5d123509fe4656c8f8da3a838645534923ce21e06b249a911fbb7 5311632 
libopenmpi-dbg_1.3.2-2.1_amd64.deb
 927fa9064379244273046caf455e25cf372e672811598db57f235ee321e3a2cc 77044 
openmpi-common_1.3.2-2.1_all.deb
 1b645de6a47afc8c3c03d25836b80bd544898c0382663f30c36722a41dd2c7e7 461922 
openmpi-doc_1.3.2-2.1_all.deb
Files: 
 6633af4595819fe8133f4da6578f72ca 1544 net extra openmpi_1.3.2-2.1.dsc
 f0b17362d84843a45287a053cf5becaa 20572 net extra openmpi_1.3.2-2.1.diff.gz
 13ea5db75a123706a3b33fb82308c1f8 136200 net extra 
openmpi-bin_1.3.2-2.1_amd64.deb
 32844c6d062ca07ea376f9c5733c53a3 2566282 libdevel extra 
libopenmpi-dev_1.3.2-2.1_amd64.deb
 78dd9f37fb269df1f19e8d6519233058 1251992 libs extra 
libopenmpi1.3_1.3.2-2.1_amd64.deb
 e951c830289612c97654b4d8dd45eb02 5311632 debug extra 
libopenmpi-dbg_1.3.2-2.1_amd64.deb
 6c55fc474f1ad32f1ef110343383a311 77044 net extra 
openmpi-common_1.3.2-2.1_all.deb
 10ab2c4643ca020eb7766b8b169088d4 461922 doc extra openmpi-doc_1.3.2-2.1_all.deb

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

iD8DBQFKOcvQ0i2bPSHbMcURAh1YAKCCahC3lOwq9s5TAuWGfr07b3MxPwCeKdVf
b/ppJkaHRexmQcaA1pY9lt0=
=PkA8
-END PGP SIGNATURE-


Accepted:
libopenmpi-dbg_1.3.2-2.1_amd64.deb
  to pool/main/o/openmpi/libopenmpi-dbg_1.3.2-2.1_amd64.deb
libopenmpi-dev_1.3.2-2.1_amd64.deb
  to pool/main/o/openmpi/libopenmpi-dev_1.3.2-2.1_amd64.deb
libopenmpi1.3_1.3.2-2.1_amd64.deb
  to pool/main/o/openmpi/libopenmpi1.3_1.3.2-2.1_amd64.deb
openmpi-bin_1.3.2-2.1_amd64.deb
  to pool/main/o/openmpi/openmpi-bin_1.3.2-2.1_amd64.deb
openmpi-common_1.3.2-2.1_all.deb
  to pool/main/o/openmpi/openmpi-common_1.3.2-2.1_all.deb
openmpi-doc_1.3.2-2.1_all.deb
  to pool/main/o/openmpi/openmpi-doc_1.3.2-2.1_all.deb
openmpi_1.3.2-2.1.diff.gz
  to pool/main/o/openmpi/openmpi_1.3.2-2.1.diff.gz
openmpi_1.3.2-2.1.dsc
  to pool/main/o/openmpi/openmpi_1.3.2-2.1.dsc


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