Bug#616520: ITP: libgetopt-simple-perl -- provide a simple wrapper around Getopt::Long

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libgetopt-simple-perl
  Version : 1.52
  Upstream Author : Ron Savage r...@savage.net.au
* URL : http://search.cpan.org/dist/Getopt-Simple/
* License : Artistic
  Programming Lang: Perl
  Description : provide a simple wrapper around Getopt::Long

 The Getopt::Simple module provides a simple way of specifying:
  * Command line switches
  * Type information for switch values
  * Default values for the switches
  * Help text per switch



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



Bug#616521: ITP: libhtml-html5-sanity-perl -- make HTML5 DOM trees less insane

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libhtml-html5-sanity-perl
  Version : 0.101
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/HTML-HTML5-Sanity/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : make HTML5 DOM trees less insane

 HTML::HTML5::Sanity is a Perl library tidying HTML::HTML5::Parser.
 .
 The Document Object Model (DOM) generated by HTML::HTML5::Parser meets
 the requirements of the HTML5 spec, but will probably catch a lot of
 people by surprise.
 .
 The main oddity is that elements and attributes which appear to be
 namespaced are not really. For example, the following element:
 .
  div xml:lang=fr.../div
 .
 Looks like it should be parsed so that it has an attribute lang in
 the XML namespace. Not so. It will really be parsed as having the
 attribute xml:lang in the null namespace.



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



Bug#616524: ITP: libgeo-distance-perl -- calculate distances and closest locations

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libgeo-distance-perl
  Version : 0.16
  Upstream Author : Aran Clary Deltac bluef...@cpan.org
* URL : http://search.cpan.org/dist/Geo-Distance/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : calculate distances and closest locations

 Geo::Distance is a Perl library aiming to provide as many tools to make
 it as simple as possible to calculate distances between geographic
 points, and anything that can be derived from that. Currently there is
 support for finding the closest locations within a specified distance,
 to find the closest number of points to a specified point, and to do
 basic point-to-point distance calculations.
 .
 NB! The alternative GIS::Distance module is being worked on as a
 replacement for this module. In the near future Geo::Distance will
 become a lightweight wrapper around GIS::Distance so that legacy code
 benefits from fixes to GIS::Distance through the old Geo::Distance API.
 For any new developement it is recommended to try use GIS::Distance.



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



Pre-Depends: dpkg (= 1.15.7.2) for dpkg-maintscript-helper okay?

2011-03-05 Thread Anders Kaseorg
According to dpkg-maintscript-helper(1), “using it unconditionally 
requires a pre-dependency to ensure that the required version of dpkg has 
been unpacked before.  The required version depends on the command used, 
for rm_conffile and mv_conffile it is 1.15.7.2:
Pre-Depends: dpkg (= 1.15.7.2)”

However, according to Debian Policy §3.5, “You should not specify a 
Pre-Depends entry for a package before this has been discussed on the 
debian-devel mailing list and a consensus about doing that has been 
reached.”

I see 4 packages currently in squeeze that declare ‘Pre-Depends: dpkg (= 
1.15.7.2)’ (cron e16-data ntp ntpdate) and 9 in sid (apticron ccal cron 
lilo midori mozplugger ntp ntpdate usb-modeswitch), but I can’t find any 
discussion about this on debian-devel.

So, is it the consensus of debian-devel that adding a versioned 
Pre-Depends on dpkg as documented in dpkg-maintscript-helper(1) is okay?

The present context is that I’d like this Pre-Depends also added to git, 
which in the next upload will be using dpkg-maintscript-helper 
rm_conffile, but the maintainers are reluctant unless Debian Policy is 
strictly followed.

Thanks,
Anders


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.02.1103050345130.4...@dr-wily.mit.edu



Bug#616526: ITP: libmath-complex-perl -- complex numbers and associated mathematical functions

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libmath-complex-perl
  Version : 1.56
  Upstream Author : Daniel S. Lewart lew...@uiuc.edu
Jarkko Hietaniemi j...@iki.fi
Raphael Manfredi raphael_manfr...@pobox.com
* URL : http://search.cpan.org/dist/Math-Complex/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : complex numbers and associated mathematical functions

 Math::Complex is a Perl library letting you create and manipulate
 complex numbers. By default,Perl limits itself to real numbers, but an
 extra use statement brings full complex support, along with a full
 set of mathematical functions typically associated with and/or extended
 to complex numbers.
 .
 Also included is Math::Trig providing trigonometric functions beyond
 what is provided by Perl itself.



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



Re: Pre-Depends: dpkg (= 1.15.7.2) for dpkg-maintscript-helper okay?

2011-03-05 Thread Steve Langasek
Hi there,

On Sat, Mar 05, 2011 at 04:05:07AM -0500, Anders Kaseorg wrote:
 According to dpkg-maintscript-helper(1), “using it unconditionally 
 requires a pre-dependency to ensure that the required version of dpkg has 
 been unpacked before.  The required version depends on the command used, 
 for rm_conffile and mv_conffile it is 1.15.7.2:
 Pre-Depends: dpkg (= 1.15.7.2)”

 However, according to Debian Policy §3.5, “You should not specify a 
 Pre-Depends entry for a package before this has been discussed on the 
 debian-devel mailing list and a consensus about doing that has been 
 reached.”

 I see 4 packages currently in squeeze that declare ‘Pre-Depends: dpkg (= 
 1.15.7.2)’ (cron e16-data ntp ntpdate) and 9 in sid (apticron ccal cron 
 lilo midori mozplugger ntp ntpdate usb-modeswitch), but I can’t find any 
 discussion about this on debian-devel.

 So, is it the consensus of debian-devel that adding a versioned 
 Pre-Depends on dpkg as documented in dpkg-maintscript-helper(1) is okay?

 The present context is that I’d like this Pre-Depends also added to git, 
 which in the next upload will be using dpkg-maintscript-helper 
 rm_conffile, but the maintainers are reluctant unless Debian Policy is 
 strictly followed.

Thanks for asking!  Unfortunately too many maintainers overlook this bit of
Policy when adding Pre-Depends; pre-depends are tricksy things that can have
an impact on the whole system, especially where upgrades are concerned, and
it's important to get a lot of eyeballs on them.

My personal take here is:

For packages in squeeze, it's appropriate.

For packages in wheezy/sid, it's redundant because the versioned dependency
is already satisfied by the version of dpkg in squeeze, i.e., it's met even
before upgrading to wheezy or sid.  So in this case the pre-dependency
should *not* be set, as it only serves to complicate the upgrade path.

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


signature.asc
Description: Digital signature


Bug#616532: ITP: librdf-rdfa-parser-perl -- flexible RDFa parser

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-rdfa-parser-perl
  Version : 1.094
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/RDF-RDFa-Parser/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : flexible RDFa parser

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDFa is a collection of attributes and processing rules for extending
 XHTML to support RDF.
 .
 RDF::RDFa::Parser is a Perl library providing a flexible RDFa parser
 for e.g:
  * working with an RDF::Trine::Model that can be queried with SPARQL
  * dealing with local data
  * working with Open Graph Protocol data



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



Re: Disable ZeroConf: how to ?

2011-03-05 Thread Sujit Karatparambil
All in all, I donot agree with bubble talk we are getting here. I
donot think people
who are just talking with sheer imagination with computer illiteracy
to come here.
This is high volume site. People over here do some real work. It cannot be used
to malice a set of people.

 [~]# netstat -ap|grep avahi
 udp        0      0 *:mdns            *:*        1622/avahi-daemon:
 udp        0      0 *:45282           *:*        1622/avahi-daemon:
 udp6       0      0 [::]:mdns         [::]:*     1622/avahi-daemon:
 udp6       0      0 [::]:58036        [::]:*     1622/avahi-daemon:

Down Comment.

 I admit I didn't notice this before, as I would never expect a _client_
 system to have some crap listening by default.  And it is world-reachable
 -- am I supposed to ensure the top s1kr3t address
 2001:6a0:118:0:22cf:30ff:fec3:d4b7 never leaks out?  (oops...)

Where is the client in this? I donot get what you mean by a client.
Could you tell
me in Avahi what is a client.

 And why does it open this security hole?  To make it slightly easier to

What security hole?

 configure link-local instant messages.  Who exactly is going to need that
 these days?  The times of local networks disconnected from the world are

Donot get what you mean.

 mostly over.  You have some non-networked machines here and there, but if
 there's a network of some kind, it almost always is globally connected.
 These few places that do have airwalled networks definitely don't want to
 run link-local chat...

what do you mean by airwalled network? could you give some specific example.

 So, any gain is infinitessimally small, and the risk is real.  Even daemons
 coded by most security-minded people that have seen a lot of review do have
 exploitable holes once in a while, so I expect Avahi to fare no better.

Could you get specific with the security holes to be looked for ?


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



Bug#616544: ITP: qmidiarp -- MIDI arpeggiator for ALSA

2011-03-05 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: qmidiarp
  Version : 0.3.9
  Upstream Author : Frank Kober goemu...@yahoo.fr
* URL : http://qmidiarp.sourceforge.net/
* License : GPL
  Programming Lang: C++
  Description : MIDI arpeggiator for ALSA

 QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer
 and LFO for the ALSA sequencer. It can hold any number of arpeggiator,
 sequencer, or LFO modules running in parallel. 
 .
 Arpeggiator modules produce sequences depending on the notes sent
 to their input port, which is typically connected to a keyboard or
 another sequencer. 
 .
 Step sequencer modules allow to create simple linear, monophonic
 and globally transposable sequences similar to the first analog
 sequencers.
 .
 MIDI LFO modules independently produce MIDI controller data of
 adjustable waveform, time resolution, amplitude and duration. 
 .
 For each module, an input note filter is available, and the output
 port and channel can be set independently. Since the modules use a
 common sequencer queue, they are automatically in sync with each other.
 QMidiArp works with an internal tick resolution of 192 ticks per beat.
 The queue can be synchronized to an incoming MIDI realtime clock or as
 a JACK transport client. Most of the relevant control elements are
 accessible via MIDI controller through a MIDI-learn infrastructure.
 QMidiArp also has a log tool displaying the history of incoming MIDI
 events in colors depending on their type. QMidiArp is based on the Qt4
 toolkit.



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



Bug#616556: ITP: librdf-trineshortcuts-perl -- totally unauthorised module for cheats and charlatans

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-trineshortcuts-perl
  Version : 0.104
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/RDF-TrineShortcuts/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : totally unauthorised module for cheats and charlatans

 RDF::TrineShortcuts is a Perl library exporting three functions which
 simplify frequently performed tasks using RDF::Trine and RDF::Query. (A
 number of other functions are also available but not exported by
 default.)
 .
  * rdf_parse($data)
  * rdf_string($model, $format)
  * rdf_query($sparql, $endpoint_or_model)
 .
 In addition, because it calls use RDF::Trine, use RDF::Query, and
 use RDF::Query::Client, your code doesn't need to.



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



Bug#616558: ITP: libgeo-distance-xs-perl -- calculate distances and closest locations (XS version)

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libgeo-distance-xs-perl
  Version : 0.08
  Upstream Author : gray g...@cpan.org
* URL : http://search.cpan.org/dist/Geo-Distance-XS/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : calculate distances and closest locations (XS version)

 Geo::Distance is a Perl library aiming to provide as many tools to make
 it as simple as possible to calculate distances between geographic
 points, and anything that can be derived from that. Currently there is
 support for finding the closest locations within a specified distance,
 to find the closest number of points to a specified point, and to do
 basic point-to-point distance calculations.
 .
 NB! The alternative GIS::Distance module is being worked on as a
 replacement for this module. In the near future Geo::Distance will
 become a lightweight wrapper around GIS::Distance so that legacy code
 benefits from fixes to GIS::Distance through the old Geo::Distance API.
 For any new developement it is recommended to try use GIS::Distance.
 .
 This package provides the faster XS implementation.



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



Bug#616562: ITP: librdf-query-perl -- RDF query implementation of SPARQL/RDQL in Perl

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-query-perl
  Version : 2.905
  Upstream Author : Gregory Todd Williams gwilli...@cpan.org
* URL : http://search.cpan.org/dist/RDF-Query/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : RDF query implementation of SPARQL/RDQL in Perl

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::Query is a Perl library allowing RDQL and SPARQL queries to be run
 against an RDF::TRINE RDF model, returning rows of matching results.



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



Re: Disable ZeroConf: how to ?

2011-03-05 Thread Osamu Aoki
Hi,

On Fri, Mar 04, 2011 at 08:10:01PM +0100, Adam Borowski wrote:
 On Fri, Mar 04, 2011 at 08:56:46PM +0200, Andrei Popescu wrote:
  On Vi, 04 mar 11, 19:29:36, Bastien ROUCARIES wrote:
   Except in a workstation place.
...
  If you have trouble un-installing avahi-daemon from those systems feel 
  free to contact debian-user for support ;)
 
 You'll then have to install every bit of gnome by hand, since the
 meta-packages depend on avahi.

By *hand* is not really a trouble if you have handy *hand* like aptitude
(few key strokes).  If you think to do this only via apt-get, it is a
trouble you may not wish to deal with.  This is really a user
configuration issue of an user with special itch to the detail.  Use the
right tool.

Osamu


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



Bug#616580: ITP: libxml-atom-owl-perl -- parse an Atom file into RDF

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libxml-atom-owl-perl
  Version : 0.101
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/XML-Atom-OWL/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : parse an Atom file into RDF

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 XML::Atom::OWL reads Atom feeds and writes RDF.



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



Bug#616585: ITP: libxrd-parser-perl -- parse XRD and host-meta files into RDF::Trine models

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libxrd-parser-perl
  Version : 0.101
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/XRD-Parser/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : parse XRD and host-meta files into RDF::Trine models

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 Extensible Resource Descriptor (XRD) is an XML format for discovery of
 metadata about a resource – in particular discovery of services
 associated with the resource.  It is commonly used in relation to
 OpenID, YADIS and OAuth.
 .
 While XRD has a rather different history, it turns out it can mostly be
 thought of as a serialisation format for a limited subset of RDF.
 .
 This package ignores the order of Link elements, as RDF is a graph
 format with no concept of statements coming in an order. The XRD spec
 says that grokking the order of Link elements is only a SHOULD. That
 said, if you're concerned about the order of Link elements, the
 callback routines allowed by this package may be of use.
 .
 This package aims to be roughly compatible with RDF::RDFa::Parser's
 interface.



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



Bug#616588: ITP: librdf-query-client-perl -- get data from W3C SPARQL Protocol 1.0 servers

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-query-client-perl
  Version : 0.105
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/RDF-Query-Client/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : get data from W3C SPARQL Protocol 1.0 servers

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::Query::Client helps query data from W3C SPARQL Protocol 1.0
 servers.



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



Re: Disable ZeroConf: how to ?

2011-03-05 Thread Maximiliano Curia
Bastien ROUCARIES roucaries.bast...@gmail.com wrote:
 Does avahi could be disable (using kernel level firewalling is not from my
 point of view a solution) ?

# update-rc.d avahi-daemon disable

Does the job for me.. :)

Anyway, I'll need a puppet (or similar) rule to maintain this for my users, on
upgrades, etc.

-- 
Saludos,
Maxy


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/a8ka48-as3@freak.gnuservers.com.ar



Re: Lintian check for missing desktop files?

2011-03-05 Thread Andreas Tille
On Fri, Mar 04, 2011 at 06:52:39PM -0800, Manoj Srivastava wrote:
  I was a fan of fvwm for years and I even have configured my xfce with
  fvwm keycodes to have the same handling.  However, if you ask me the
  typical fvwm user (if something like this exists at all) is most
  probably ignoring the menu and has rather configured his environment
  to fire up applications via key codes or fires up an xterm and types
  the command for an application.  So while I do not really want to
 
 I would be surprised if that were indeed the case.  If you look
  at the exemplar configuration file providedat fvwm.org, there is
  extensive use of menus -- and for non debian folk, yes, they tend to
  manually hard code application paths in menus; for Debian folks
  upstream even ships the default system.fvwm2rc with:
 Test (f  /etc/X11/fvwm/menudefs.hook) + Debian Menu Popup /Debian
 Test (f  /etc/X11/fvwm/menudefs.hook) + Re-read System Menu Read 
 /etc/X11/fvwm/menudefs.hook
 Test (f  /etc/X11/fvwm/menudefs.hook) + Update My Debian Menu PipeRead 
 'update-menus   echo Read $./menudefs.hook'

I do not question that these files *exist*.  I simply question that they
are *used* in real life.
 
Kind regards

 Andreas. 

-- 
http://fam-tille.de


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



Bug#616593: ITP: librdf-rdfa-generator-perl -- generate some data in RDFa

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-rdfa-generator-perl
  Version : 0.101
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/RDF-RDFa-Generator/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : generate some data in RDFa

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDFa is a collection of attributes and processing rules for extending
 XHTML to support RDF.
 .
 RDF::RDFa::Generator is a Perl library for generating XHTML output with
 embedded RDFa hints.



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



Bug#616597: ITP: libicon-famfamfam-silk-perl -- embed these famous icons in your code

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libicon-famfamfam-silk-perl
  Version : 0.001.001.003
  Upstream Author : Mark James of http://famfamfam.com/
* URL : http://search.cpan.org/dist/Icon-FamFamFam-Silk/
* License : CC-BY-3.0
  Programming Lang: Perl
  Description : embed these famous icons in your code

 Icon::FamFamFam::Silk is a Perl library holding a set of PNG icons.



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



Re: Bug#615056: ITP: wolf4sdl -- SDL-Port of Wolfenstein 3-D and Spear of Destiny

2011-03-05 Thread Michael Goetze
Hi,

On 02/25/2011 12:19 PM, Fabian Greffrath wrote:
 The upstream license is unfortunately non-free, but allows for distribution, 
 so
 it should be fine for Debian's non-free section. Please find a copy of
 debian/copyright attached. If people are interested, I'd like to maintain the
 package within the pkg-games team.

regardless of the license it may be illegal to distribute this in Germany.

Regards,
Michael


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



Bug#616599: ITP: librdf-prefixes-perl -- simple way to turn URIs into QNames

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-prefixes-perl
  Version : 0.001
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/RDF-Prefixes/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : simple way to turn URIs into QNames

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::Prefixes is a Perl library for converting URIs into Qualified
 Names (QNames).



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



Re: Pre-Depends: dpkg (= 1.15.7.2) for dpkg-maintscript-helper okay?

2011-03-05 Thread Joachim Wiedorn
Anders Kaseorg ande...@mit.edu wrote on 2011-03-05 04:05:

 I see 4 packages currently in squeeze that declare ‘Pre-Depends: dpkg (= 
 1.15.7.2)’ (cron e16-data ntp ntpdate) and 9 in sid (apticron ccal cron 
 lilo midori mozplugger ntp ntpdate usb-modeswitch), but I can’t find any 
 discussion about this on debian-devel.

I got the hint for use the Pre-Depends of dpkg with version in LILO from 
my sponsor. How Steve Langasek wrote For packages in wheezy/sid, it's
redundant I will remove the Pre-Depends of dpkg in the next upload. Is
that o.k.?

---
Have a nice day.

Joachim (Germany)


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



Re: Bug#615056: ITP: wolf4sdl -- SDL-Port of Wolfenstein 3-D and Spear of Destiny

2011-03-05 Thread Philipp Kern
On 2011-03-05, Michael Goetze mgoe...@mgoetze.net wrote:
 On 02/25/2011 12:19 PM, Fabian Greffrath wrote:
 The upstream license is unfortunately non-free, but allows for distribution, 
 so
 it should be fine for Debian's non-free section. Please find a copy of
 debian/copyright attached. If people are interested, I'd like to maintain the
 package within the pkg-games team.
 regardless of the license it may be illegal to distribute this in Germany.

Only if it ships with game content.  If it's just the engine I guess it should
be fine.

Kind regards
Philipp Kern


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



Bug#616611: ITP: librdf-trin3-perl -- notation 3 extensions for RDF::Trine

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-trin3-perl
  Version : 0.129
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/RDF-TriN3/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : notation 3 extensions for RDF::Trine

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::TriN3 extends RDF::Trine in three ways:
 .
  *   Adds a Notation 3 parser.
  *   Adds a Notation 3 serializer.
  *   Provides a subclass of literals to represent Notation 3 formulae.
 .
 In addition, a parser is provided for Notation 3 extended with
 ShorthandRDF notation - http://esw.w3.org/ShorthandRDF.



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



Bug#616615: ITP: librdf-trineshortcuts-perl -- totally unauthorised module for cheats and charlatans

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: librdf-trineshortcuts-perl
  Version : 0.104
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/RDF-TrineShortcuts/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : totally unauthorised module for cheats and charlatans

 RDF::TrineShortcuts is a Perl library exporting three functions which
 simplify frequently performed tasks using RDF::Trine and RDF::Query. (A
 number of other functions are also available but not exported by
 default.)
 .
  * rdf_parse($data)
  * rdf_string($model, $format)
  * rdf_query($sparql, $endpoint_or_model)
 .
 In addition, because it calls use RDF::Trine, use RDF::Query, and
 use RDF::Query::Client, your code doesn't need to.



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



Re: Lintian check for missing desktop files?

2011-03-05 Thread Manoj Srivastava
On Sat, Mar 05 2011, Andreas Tille wrote:

 On Fri, Mar 04, 2011 at 06:52:39PM -0800, Manoj Srivastava wrote:
  I was a fan of fvwm for years and I even have configured my xfce with
  fvwm keycodes to have the same handling.  However, if you ask me the
  typical fvwm user (if something like this exists at all) is most
  probably ignoring the menu and has rather configured his environment
  to fire up applications via key codes or fires up an xterm and types
  the command for an application.  So while I do not really want to
 
 I would be surprised if that were indeed the case.  If you look
  at the exemplar configuration file providedat fvwm.org, there is
  extensive use of menus -- and for non debian folk, yes, they tend to
  manually hard code application paths in menus; for Debian folks
  upstream even ships the default system.fvwm2rc with:
 Test (f  /etc/X11/fvwm/menudefs.hook) + Debian Menu Popup /Debian
 Test (f  /etc/X11/fvwm/menudefs.hook) + Re-read System Menu Read 
 /etc/X11/fvwm/menudefs.hook
 Test (f  /etc/X11/fvwm/menudefs.hook) + Update My Debian Menu PipeRead 
 'update-menus   echo Read $./menudefs.hook'

 I do not question that these files *exist*.  I simply question that they
 are *used* in real life.

Fair enough. Would you, then, be satisfied by my answer that
 they are used? I am a current real life user of fvwm, and I am on the
 mailing lists for the fvwm project with other real life users and
 developers; and my expeirnces, and the chatter on the list, do not lead
 me to believe that menus are unused.

Do you have concrete data to add here, apart from speculation? I
 would be interested in such data (as the once and perhaps future
 maintainer of fvwm in Debian).

manoj
-- 
If I can have honesty, it's easier to overlook mistakes. Kirk, Space
Seed, stardate 3141.9
Manoj Srivastava sriva...@acm.org http://www.golden-gryphon.com/  
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87fwr16qty@anzu.internal.golden-gryphon.com



Re: Pre-Depends: dpkg (= 1.15.7.2) for dpkg-maintscript-helper okay?

2011-03-05 Thread Jonathan Nieder
Hi,

Steve Langasek wrote:

 So in this case the pre-dependency
 should *not* be set, as it only serves to complicate the upgrade path.

I think this example might deserve a closer look.  Documentating the
required dpkg version seems useful for backporters and others who
would use the package in unusual situations.

What dpkg does:

  Since depisok() is called with allowunconfigd == true, to dpkg a
  Pre-Depends is just like a Depends, except that at unpack time dpkg
  checks that the depended-on package:

  - has been configured before
  - satisfied the version relation the last time it was configured
  - has not been removed since then.

  These conditions are trivially satisfied when unpacking a package in
  wheezy.  The pre-dependency would have no effect beyond a Depends
  relation (and in particular, would be safe).

What apt, aptitude do:

  I don't know.  Do they allow an already satisfied Pre-Depends to
  complicate the upgrade path?  IIRC dpkg, as an essential package,
  always gets upgraded first anyway, but I am not so familiar with this
  code.

What policy allows package managers to do:

  Policy is aligned with what dpkg currently does.

What future policy allows:

  Bug#593177 brings the possibility of change.  In the extreme case the
  meaning of Pre-Depends could change to the depended-on package and
  its dependencies must be configured at the currently unpacked
  version, which would make upgrade impossible in the following case.

  - libc6: Pre-Depends: dpkg (= ancient).
  - dpkg: Pre-Depends: libc6.

  Luckily, bug#593177 can probably be addressed with less dramatic
  changes.

Conclusions:

  I could go either way on this.  On one hand, versioned Pre-Depends
  on essential packages in the previous release's version seem to be
  harmless with current tools.  On the other hand, as Steve mentioned,
  decreasing the number of pre-dependencies in the archive is good for
  everyone's sanity.

Hope that helps,
Jonathan


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



Bug#616617: ITP: libhttp-lrdd-perl -- link-based resource descriptor discovery

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libhttp-lrdd-perl
  Version : 0.103
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/HTTP-LRDD/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : link-based resource descriptor discovery

 HTTP::LRDD is a Perl library to handle Link-based Resource Descriptor
 Discovery (LRRD - pronounced lard).
 .
 Note: the LRDD specification has ceased to be, with some parts being
 merged into the host-meta Internet Draft. This CPAN module will go in
 its own direction, bundling up best-practice techniques for discovering
 links and descriptors for a given URI.



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



Bug#616618: ITP: libwww-finger-perl -- get useful data from e-mail addresses

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libwww-finger-perl
  Version : 0.101
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/WWW-Finger/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : get useful data from e-mail addresses

 This module is *not* an implementation of the finger protocol (RFC
 1288). Use Net::Finger for that. Instead it is a set of implementations
 of *other* methods for getting information from an e-mail address, or
 e-mail-like identifier. This package includes four such
 implementations, and it's pretty easy to create your own additional
 implementations:
 .
  * WebFinger
  * Fingerpoint
  * cpan.org scraper (for u...@cpan.org)
  * Unnamed finger protocol described on bitworking.org
 .
 Only the first two implementations are enabled by default. See
 IMPLEMENTATIONS on how to enable others, and for more details.



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



Bug#616622: ITP: libcgi-auth-foaf-ssl-perl -- authentication using FOAF+SSL (WebID)

2011-03-05 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libcgi-auth-foaf-ssl-perl
  Version : 1.000
  Upstream Author : Toby Inkster toby...@cpan.org
* URL : http://search.cpan.org/dist/CGI-Auth-FOAF_SSL/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : authentication using FOAF+SSL (WebID)

 FOAF+SSL (a.k.a. WebID) is a simple authentication scheme described at
 http://esw.w3.org/topic/foaf+ssl. This module provides FOAF+SSL
 authentication for CGI scripts written in Perl.
 .
 This requires the web server to be using HTTPS and to be configured to
 request client certificates and to pass the certificate details on as
 environment variables for scripts.



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



Bug#616626: ITP: pcb2gcode -- command-line tool for engraving PCBs using CNCs

2011-03-05 Thread chrysn
Package: wnpp
Severity: wishlist
Owner: chrysn chr...@fsfe.org

* Package name: pcb2gcode
  Version : 1.1.0
  Upstream Author : Patrick Birnzain pbirnz...@users.sourceforge.net
* URL : http://sourceforge.net/apps/mediawiki/pcb2gcode/
* License : GPL-3+
  Programming Lang: C++
  Description : command-line tool for engraving PCBs using CNCs

 pcp2gcode is a command-line tool for isolation routing and
 drilling PCBs that provides full support for both single- and
 double-sided boards. It generates G-code (RS-274 code) for
 engraving and drilling from Gerber and Excellon files.

i have packaged this program half a year ago (forgot to file an itp) and
have been building updated packages several times since then.

the packaging relies heavily on dh-autoreconf; apart from that, its
debian/rules includes the necessary provisions for building a -dbg
package and solving the rpath issue [1] brutally using chrpath.
concerning dependencies, the program links against boost, gtk (for image
operations and saving) and gerbv (the gerber viewer for file loading).
it is lintian clean up to --pedantic.

collaboration with upstream works well, there are numerous patches i've
either written myself or relayed from other users that are now
integrated.

the package is about to be uploaded to mentors [2] (will be uploaded as
soon as i get a bug number for this). please review the package; i'm
about to submit it to debian-mentors@l.d.o with RFS.

[1] http://wiki.debian.org/RpathIssue
[2] http://mentors.debian.net/debian/pool/main/p/pcb2gcode/


signature.asc
Description: Digital signature


Bug#616628: ITP: libmoosex-insideout-perl -- Moose extension for non-intrusive subclassing

2011-03-05 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libmoosex-insideout-perl
  Version : 0.105
  Upstream Author : Hans Dieter Pearcey h...@cpan.org
* URL : http://search.cpan.org/dist/MooseX-InsideOut/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Moose extension for non-intrusive subclassing

MooseX::InsideOut is a Perl module that enables non-intrusive subclassing of
non-Moose classes with Moose. By setting up attribute slot storage somewhere
other than $self, you can extend classes whose internals are not hash-based.

NOTE: this package is needed for the upgrading of libpoe-filter-xml-perl



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



Please confirm your request to join aabusiness

2011-03-05 Thread Yahoo! Groups

Hello debian-devel@lists.debian.org,

We have received your request to join the aabusiness 
group hosted by Yahoo! Groups, a free, easy-to-use community service.

This request will expire in 7 days.

TO BECOME A MEMBER OF THE GROUP: 

1) Go to the Yahoo! Groups site by clicking on this link:
   
http://groups.yahoo.com/i?i=55ayls2oi3tqeqjs3exspsp2nzaruoo4e=debian-devel%40lists%2Edebian%2Eorg
 

  (If clicking doesn't work, Cut and Paste the line above into your 
   Web browser's address bar.)

-OR-

2) REPLY to this email by clicking Reply and then Send
   in your email program

If you did not request, or do not want, a membership in the
aabusiness group, please accept our apologies
and ignore this message.

Regards,

Yahoo! Groups Customer Care

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

 



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



Yahoo! Groups: Welcome to aabusiness. Visit today!

2011-03-05 Thread aabusiness Moderator

PLEASE SAVE THIS IMPORTANT MESSAGE. IT CONTAINS INSTRUCTIONS IN REGARD TO 
PUBLISHING AND SUBMITTING ARTICLES.

Dear New Subscriber:

Thank you for subscribing to Article Announce Business.

Article Announce Business Writer  Publisher Exchange is an article 
announcement list providing free content to hundreds of ezines, newsletters, 
magazines and web sites. 

Before publishing these copyrighted articles, make sure that you reply to the 
article author and let them know where and when the article will be published 
and send them a courtesy copy of your publication (if appropriate). In 
addition, you MUST include the author's bylines.

You can view our archive of articles available for publication by visiting:
http://www.egroups.com/messages/aabusiness

In addition, visit our Article Announce article directory:
http://www.web-source.net/articles/

Writers may announce their articles free.

To submit your articles and review the submission guidelines, visit: 
http://www.web-source.net/articlesub.htm

Additional Article Announcement Lists:

Article Announce - All articles
http://www.egroups.com/group/article_announce
Subscribe: article_announce-subscr...@egroups.com

Article Announce Home - Home and Family oriented articles
http://www.egroups.com/group/aahome
Subscribe: mailto:aahome-subscr...@egroups.com

Article Announce Health - Health and Fitness oriented articles
http://www.egroups.com/group/aahealth
Subscribe: mailto:aahealth-subscr...@egroups.com

Article Announce General - General Interest oriented articles
http://www.egroups.com/group/aageneral
Subscribe: mailto:aageneral-subscr...@egroups.com

Article Announce Internet - Internet oriented articles
http://www.egroups.com/group/aainet
Subscribe: mailto:aainet-subscr...@egroups.com

Warmest Regards,

Shelley Lowery
Article Announce Moderator
Web-Source.net
http://www.web-source.net

Article Announce Directory - http://www.web-source.net/articles/

Archive - http://www.egroups.com/messages/aabusiness

Subscribe - mailto:aabusiness-subscr...@egroups.com

Unsubscribe - mailto:aabusiness-unsubscr...@egroups.com

List Owner - mailto:aabusiness-ow...@egroups.com
 

Complete your Yahoo! Groups account:
--
Your email address has been added to the email list of a Yahoo! Group.
To gain access to all of your group's web features (previous messages,
photos, files, calendar, etc.) and easier control of your message
delivery options, we highly recommend that you complete your account
by connecting your email address to Yahoo account. It is easy and free.
Please visit:
http://groups.yahoo.com/convacct?email=debian-devel%40lists.debian.orglist=aabusiness

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

 



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



Accepted desktopcouch 0.6.8-2 (source all)

2011-03-05 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 10:01:07 +0100
Source: desktopcouch
Binary: desktopcouch desktopcouch-tools
Architecture: source all
Version: 0.6.8-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 desktopcouch - Desktop CouchDB Framework instance
 desktopcouch-tools - Desktop CouchDB Framework (tools)
Changes: 
 desktopcouch (0.6.8-2) unstable; urgency=low
 .
   * Upload to unstable
   * debian/control, debian/rules:
 - use ${dist:Depends} to depend on couchdb or couchdb-bin,
   depending on the distribution
   * 02-fix_couchdb_futon.patch removed, fixed upstream
   * Depend on debhelper = 7.0.50 to use debhelper overrides
   * Dropped python-desktopcouch-{extra,records} packages
Checksums-Sha1: 
 ef3a5f7d6769fcb0acbb4edb053d64ecc5b6ad1d 1342 desktopcouch_0.6.8-2.dsc
 b9a175f1ec7661ecb6acdc31fbe2260ce9c7909e 8542 
desktopcouch_0.6.8-2.debian.tar.gz
 2b3875bdda51f064d724d52cd192f779e27a8809 80302 desktopcouch_0.6.8-2_all.deb
 6879bf2a67cb5585f09379159581396183b83612 17994 
desktopcouch-tools_0.6.8-2_all.deb
Checksums-Sha256: 
 ba4136701cac16317e061d870f7d0ba9766622d293edd24957893b483610cc38 1342 
desktopcouch_0.6.8-2.dsc
 7e4d9d92ab58b90da093798f0bc7ec914a1f363e7d79832644fbdfd953502035 8542 
desktopcouch_0.6.8-2.debian.tar.gz
 0de2085a152bf877db4a593fcc038a504ae6760da98e144b2f3852c2e3c3c16c 80302 
desktopcouch_0.6.8-2_all.deb
 3b39d6bdecefed3fe921840049d1038b4e0099700f55c699ff7fd5fcf869ff74 17994 
desktopcouch-tools_0.6.8-2_all.deb
Files: 
 10e001e7e584bd6b30fd22acc3a2caad 1342 python optional desktopcouch_0.6.8-2.dsc
 e430bdf0a25445424c7b0d380e28b7cc 8542 python optional 
desktopcouch_0.6.8-2.debian.tar.gz
 1af9926dfed1cf5c2e0111ed8eed7d0a 80302 python optional 
desktopcouch_0.6.8-2_all.deb
 a9b86cba4eb033f1d9c22d12b4249f0e 17994 python optional 
desktopcouch-tools_0.6.8-2_all.deb

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

iEYEARECAAYFAk1x/rEACgkQ5qqQFxOSsXQ0SACeKHpeImOII+hrmPxxW4g9VeAG
PCkAn2hAjGvt7DNeOlQAQWF8dW0VQ1oz
=PFoo
-END PGP SIGNATURE-


Accepted:
desktopcouch-tools_0.6.8-2_all.deb
  to main/d/desktopcouch/desktopcouch-tools_0.6.8-2_all.deb
desktopcouch_0.6.8-2.debian.tar.gz
  to main/d/desktopcouch/desktopcouch_0.6.8-2.debian.tar.gz
desktopcouch_0.6.8-2.dsc
  to main/d/desktopcouch/desktopcouch_0.6.8-2.dsc
desktopcouch_0.6.8-2_all.deb
  to main/d/desktopcouch/desktopcouch_0.6.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
Archive: http://lists.debian.org/e1pvnqk-0001za...@franck.debian.org



Accepted djvusmooth 0.2.10-1 (source all)

2011-03-05 Thread Daniel Stender
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Mar 2011 09:25:11 +0100
Source: djvusmooth
Binary: djvusmooth
Architecture: source all
Version: 0.2.10-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Stender dan...@danielstender.com
Changed-By: Daniel Stender dan...@danielstender.com
Description: 
 djvusmooth - graphical editor for DjVu
Changes: 
 djvusmooth (0.2.10-1) unstable; urgency=low
 .
   * New upstream release.
   * Change of debian/copyright.
 + Extended copyrights to 2011.
 + Extra blank lines after check of DEP-5 with libconfig-model-perl.
Checksums-Sha1: 
 ddccf0c40feefbc606fab70fcbf44ffcdbbd7764 2017 djvusmooth_0.2.10-1.dsc
 853ea10a2c0f0373bce07bdece80d9676a74e8c2 54222 djvusmooth_0.2.10.orig.tar.gz
 7d3de6eb4e67478b4752fca92d735257c70e91c5 3124 djvusmooth_0.2.10-1.debian.tar.gz
 b46566de3eeb7b46613468d68869eef0b40f07df 51490 djvusmooth_0.2.10-1_all.deb
Checksums-Sha256: 
 4cb219211f476063a5bd5e68b17ef0cd01ae2332b2243993b15e444021a9a4d3 2017 
djvusmooth_0.2.10-1.dsc
 258fd0a015d419c919e44d5aa4047e4380e6a993721af763763dc0ca2c564531 54222 
djvusmooth_0.2.10.orig.tar.gz
 fb79ffb926483411296902636e42e523ea34cfb42d3ddc343cba205a3df4af6d 3124 
djvusmooth_0.2.10-1.debian.tar.gz
 af36a58001d6a16a00fc733ea2f9c7fc3aa33083879de42b9c778ac6ca061d2f 51490 
djvusmooth_0.2.10-1_all.deb
Files: 
 a3cbafd3ee3dbd3c56a9f492ae400a0b 2017 text optional djvusmooth_0.2.10-1.dsc
 b5551490f7ca2975f8859f12150a1888 54222 text optional 
djvusmooth_0.2.10.orig.tar.gz
 98939a196cbfa7b2dfa937f2180e3d56 3124 text optional 
djvusmooth_0.2.10-1.debian.tar.gz
 018e51337d5c49e3964f0bac26669bdf 51490 text optional 
djvusmooth_0.2.10-1_all.deb

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

iQIcBAEBCAAGBQJNcf+HAAoJEC1Os6YBVHX1lLgP/2VHe1tTi/yzzQX57hCnqlcW
e9VNA/ZEK3SZ788oTKGASZnBJDAzNF4YuwnWG6Juz7pziU6GQtUCI5xNIrd4Vr4s
AGwMi1nF7GZozfIa+UNUfvnd761Wi/wesQamonYKpEWYmu4KGdtY9ul+KVNELt1B
NZRhzCIJ4iGt/Qs8RGP+5AdYD4opMXN673Y7IybfaHZrwLlOk7nwdpwOPaaupGtM
r6ZSPPF+ZZ66RbJEmDpv8oYQ5bIksxksH9gc9UJCbwjvZzZKalbzFLnSWZcihLWK
0ChFmWwEXqNn38KPJz0DdHkXIY6p/sSeDkLlvuTgK/Q8A9a2rXYCn1wNxwTacYtE
pkkYJ8oqv3Kb7b29K9caaJ6Cuwvnvh+4r9SX1zNZYBNnA/IKXHJcmya+AFfKYV0G
nlPrgg6PD9TSiKlJX959m4laqX2tKomOU9m0ReVXRxYNGNsHFsOAohcFMPiUr5f1
eNQQP9ZpPlME0dGvJIgKV6B8rLayUp1XiWx/D4qpnyMGjoXS/lqISsYtbFJeAlEi
PUqr7kEzXHaiqsATfK1yIy+hNEyril0ZMX2Yq/OzDvKTMJDT82uTIPH6n1loVEzp
UpHVHjxwdDpAS4OnPIZMkkEQU4ls1BLlvlSQbU19kX0Qr8SBbOgiuL72VGuBA57s
AdhYmfbdlwxnoGN0sEaj
=psov
-END PGP SIGNATURE-


Accepted:
djvusmooth_0.2.10-1.debian.tar.gz
  to main/d/djvusmooth/djvusmooth_0.2.10-1.debian.tar.gz
djvusmooth_0.2.10-1.dsc
  to main/d/djvusmooth/djvusmooth_0.2.10-1.dsc
djvusmooth_0.2.10-1_all.deb
  to main/d/djvusmooth/djvusmooth_0.2.10-1_all.deb
djvusmooth_0.2.10.orig.tar.gz
  to main/d/djvusmooth/djvusmooth_0.2.10.orig.tar.gz


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



Accepted gedit-valencia-plugin 0.3.0-2 (source i386)

2011-03-05 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 10:12:45 +0100
Source: gedit-valencia-plugin
Binary: gedit-valencia-plugin
Architecture: source i386
Version: 0.3.0-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 gedit-valencia-plugin - Vala plugin for gedit
Changes: 
 gedit-valencia-plugin (0.3.0-2) unstable; urgency=low
 .
   * Package moved to section devel
   * Port to vala-0.10 (01-fix_vala_dependencies.patch)
   * Bump dependencies to use vala-0.10
Checksums-Sha1: 
 1d1798f47b01042f37681043ad8f48be215ec1a5 1342 gedit-valencia-plugin_0.3.0-2.dsc
 5975016701e62c09e5e564cd615ce8f97deb1a22 5455 
gedit-valencia-plugin_0.3.0-2.debian.tar.gz
 92d53cd12664ac62833a8124f7d0b766d9b98ef7 103658 
gedit-valencia-plugin_0.3.0-2_i386.deb
Checksums-Sha256: 
 10c784374b2d11568246785f7d647226b98e12670b0b35594fad6de0a031c0f1 1342 
gedit-valencia-plugin_0.3.0-2.dsc
 e1a96e21d03514201a600c765602edec31d49234fd495de3ff79a7cfba696968 5455 
gedit-valencia-plugin_0.3.0-2.debian.tar.gz
 fb8823c49e666e2dda79e1a0bf51a9e5c5ee6717e55a0de1d15431955002495d 103658 
gedit-valencia-plugin_0.3.0-2_i386.deb
Files: 
 8d27f97a64b7b4104775910035428962 1342 devel optional 
gedit-valencia-plugin_0.3.0-2.dsc
 5ee244899e241afc303fe8b740886c39 5455 devel optional 
gedit-valencia-plugin_0.3.0-2.debian.tar.gz
 0fb7facf4d81dbf09ae1decc162c2ef9 103658 devel optional 
gedit-valencia-plugin_0.3.0-2_i386.deb

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

iEYEARECAAYFAk1x/9wACgkQ5qqQFxOSsXQmmwCgmEAOrNwaC0m7DUZFxFDc1804
ICwAnAqT/mQ/1tE6IF+a/akp1EUPUXxK
=CgBf
-END PGP SIGNATURE-


Accepted:
gedit-valencia-plugin_0.3.0-2.debian.tar.gz
  to main/g/gedit-valencia-plugin/gedit-valencia-plugin_0.3.0-2.debian.tar.gz
gedit-valencia-plugin_0.3.0-2.dsc
  to main/g/gedit-valencia-plugin/gedit-valencia-plugin_0.3.0-2.dsc
gedit-valencia-plugin_0.3.0-2_i386.deb
  to main/g/gedit-valencia-plugin/gedit-valencia-plugin_0.3.0-2_i386.deb


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



Accepted compiz-fusion-plugins-extra 0.9.2.1+git20110224.e621355c-2 (source i386)

2011-03-05 Thread Sean Finney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 10:54:09 +0100
Source: compiz-fusion-plugins-extra
Binary: compiz-fusion-plugins-extra
Architecture: source i386
Version: 0.9.2.1+git20110224.e621355c-2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Sean Finney sean...@debian.org
Description: 
 compiz-fusion-plugins-extra - Compiz Fusion plugins - extra collection
Changes: 
 compiz-fusion-plugins-extra (0.9.2.1+git20110224.e621355c-2) experimental; 
urgency=low
 .
   * Fix an FTBFS by adding a Build-Dep on libglibmm-2.4-dev
Checksums-Sha1: 
 98815055712e373e7a0daa441980c98666b42e45 1872 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.dsc
 6c10ae5044120b3f820106d801ee57fe9125bde8 4375 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.debian.tar.gz
 0e5a49d452cfaddd3ce6459ea450f57b72c0a87d 3045776 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2_i386.deb
Checksums-Sha256: 
 5e70afb7034ddb1f74ee393552121d848dc3ffb16566b4e99df03e8fb92a97f5 1872 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.dsc
 63373628cc310ff02ce87edac33025f5d94fb05fb312bf323791c6b4cd04cfaa 4375 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.debian.tar.gz
 0610515c776b2f034845eafbb009020849e2073116d1728efb2fe7517422c028 3045776 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2_i386.deb
Files: 
 45dfeac7b44a5651bd027282e218b47c 1872 x11 extra 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.dsc
 9847e79537c363d172aceadfc563b779 4375 x11 extra 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.debian.tar.gz
 b4dd963988868f72e7821b0e81ac3d9f 3045776 x11 extra 
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2_i386.deb

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

iEYEARECAAYFAk1yCZIACgkQynjLPm522B1mxwCbBrTF1KsCtb/U/1EnMNEzHqXA
vSsAniH9VQHYV8YgMz8W/ezPoYZCxHTf
=TKcP
-END PGP SIGNATURE-


Accepted:
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.debian.tar.gz
  to 
main/c/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.debian.tar.gz
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.dsc
  to 
main/c/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2.dsc
compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2_i386.deb
  to 
main/c/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2_i386.deb


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



Accepted ibus 1.3.9-1 (source all amd64)

2011-03-05 Thread Asias He
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Dec 2010 15:44:16 +0800
Source: ibus
Binary: ibus libibus2 libibus-dev ibus-gtk python-ibus
Architecture: source all amd64
Version: 1.3.9-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Asias He asias.he...@gmail.com
Description: 
 ibus   - New input method framework using dbus
 ibus-gtk   - New input method framework using dbus
 libibus-dev - New input method framework using dbus
 libibus2   - New input method framework using dbus
 python-ibus - New input method framework using dbus
Changes: 
 ibus (1.3.9-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 8ca557ffe4f5e3055bddc45b0b1356f41ef52fc6 1497 ibus_1.3.9-1.dsc
 3eaa95bd2a86c9fae23fdc80dd70d27f0efb7138 1380081 ibus_1.3.9.orig.tar.gz
 8adb0aca7deeabcfb9be3d2d81252abf6512c7a9 12862 ibus_1.3.9-1.debian.tar.gz
 1ef7453e0a01dc12df46fadcac2d2ee406235b8e 152524 python-ibus_1.3.9-1_all.deb
 56f452ece2adb09c223742dd49563a9f13f6544a 593670 ibus_1.3.9-1_amd64.deb
 aac838b3a6a0ca520d8aee3e7b0232eeb13e527b 230426 libibus2_1.3.9-1_amd64.deb
 c838d6751d5e7d904751a2f1869d5d53c4f5a002 328040 libibus-dev_1.3.9-1_amd64.deb
 fca66ca58b66fdd4067195a94f672821486c0d09 131892 ibus-gtk_1.3.9-1_amd64.deb
Checksums-Sha256: 
 ef12637bb77b68dddfe08df839aec48839ae50722e446836f3050567e0d4fb1f 1497 
ibus_1.3.9-1.dsc
 b2784a668666efa8ae04e6f1cff5749917cd18add0a39a1d020ecc9f3df5285d 1380081 
ibus_1.3.9.orig.tar.gz
 4ac56ad01506de2daced56f11d6f28ad46af38b2531626bafa2538dc2cfc4f7d 12862 
ibus_1.3.9-1.debian.tar.gz
 98e304cd612a6c6548e382431336ceb1e8dfc34857c7967e99ebbebc1ea28a35 152524 
python-ibus_1.3.9-1_all.deb
 7dca7006531791f7e10f8903244c320c7a4390466265944845ba3e8f1189f431 593670 
ibus_1.3.9-1_amd64.deb
 730bb796eb136b9a4fec48b970ed41d6bc85dbaa4d6c2d0fa58f817bbec466be 230426 
libibus2_1.3.9-1_amd64.deb
 f63fb23590cb0ec6edc16d1c97574aefb68d2dd97f8abd9e1b9d63c4c5d81303 328040 
libibus-dev_1.3.9-1_amd64.deb
 49a527338636b082aa6defb063adbe529287312ae1f9cb3e15846b5a95b9cc24 131892 
ibus-gtk_1.3.9-1_amd64.deb
Files: 
 c9ee810329131e184f4062ff33a11700 1497 utils optional ibus_1.3.9-1.dsc
 57345a3c1cfe37ce3825f6221676dcfe 1380081 utils optional ibus_1.3.9.orig.tar.gz
 58a633b5002f29c9df57cc9823b3780c 12862 utils optional 
ibus_1.3.9-1.debian.tar.gz
 9583fcf12544d50bfdec3fa4520dd4a6 152524 python optional 
python-ibus_1.3.9-1_all.deb
 2ae41af795e94074fe0d39f02a78f8c3 593670 utils optional ibus_1.3.9-1_amd64.deb
 e067c45ba128453ac17e7a72d064d2e6 230426 libs optional 
libibus2_1.3.9-1_amd64.deb
 96bc709845482cff2a50be1b6e11f8c5 328040 libdevel optional 
libibus-dev_1.3.9-1_amd64.deb
 8e9fd8a9c63ba5528feda47d97accd9c 131892 utils optional 
ibus-gtk_1.3.9-1_amd64.deb

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

iEYEARECAAYFAk1yAYkACgkQ5TUK4GCH0vgxzwCcC8HJhUKDG3wbg4lN/6eJ5AHc
OnMAn2zWmxVP9n+krkyGk2kH03JkMBWO
=T+fX
-END PGP SIGNATURE-


Accepted:
ibus-gtk_1.3.9-1_amd64.deb
  to main/i/ibus/ibus-gtk_1.3.9-1_amd64.deb
ibus_1.3.9-1.debian.tar.gz
  to main/i/ibus/ibus_1.3.9-1.debian.tar.gz
ibus_1.3.9-1.dsc
  to main/i/ibus/ibus_1.3.9-1.dsc
ibus_1.3.9-1_amd64.deb
  to main/i/ibus/ibus_1.3.9-1_amd64.deb
ibus_1.3.9.orig.tar.gz
  to main/i/ibus/ibus_1.3.9.orig.tar.gz
libibus-dev_1.3.9-1_amd64.deb
  to main/i/ibus/libibus-dev_1.3.9-1_amd64.deb
libibus2_1.3.9-1_amd64.deb
  to main/i/ibus/libibus2_1.3.9-1_amd64.deb
python-ibus_1.3.9-1_all.deb
  to main/i/ibus/python-ibus_1.3.9-1_all.deb


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



Accepted libstring-formatter-perl 0.102082-1 (source all)

2011-03-05 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 05 Mar 2011 10:59:55 +0100
Source: libstring-formatter-perl
Binary: libstring-formatter-perl
Architecture: source all
Version: 0.102082-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libstring-formatter-perl - module to build sprintf-like formatting routines
Changes: 
 libstring-formatter-perl (0.102082-1) unstable; urgency=low
 .
   * New upstream release
   * Bump Debhelper compat level to 8.
   * debian/control: Bump versioned Build-Depends on debhelper to (= 8).
   * Email change: Ansgar Burchardt - ans...@debian.org
   * Email change: Salvatore Bonaccorso - car...@debian.org
   * debian/copyright: Update copyright years for debian/* packaging
 stanza.
Checksums-Sha1: 
 2bca57f7d1b9abec05af7824b3e1778aef5e8475 2339 
libstring-formatter-perl_0.102082-1.dsc
 93824d4c2bdf77eaeecdcd67e6c2567bb20897e5 17608 
libstring-formatter-perl_0.102082.orig.tar.gz
 bed0df80d99b81e329d335f527862f6eb212db3f 2622 
libstring-formatter-perl_0.102082-1.debian.tar.gz
 f156684fe93f312c71fa1be168cc43363d2c1710 22192 
libstring-formatter-perl_0.102082-1_all.deb
Checksums-Sha256: 
 d6f76c02a733a34a84dd8cf0b404c9e1c3319be6623487d20d5580377f2fa9b2 2339 
libstring-formatter-perl_0.102082-1.dsc
 93d787dd8f13832a3683d219e086eaf4eb6c5391e396bfcc364c414423b0051a 17608 
libstring-formatter-perl_0.102082.orig.tar.gz
 ec2e481880beb95fb7caf12d66b5fe7ea620156bc3ce6c0a0da52820989822d5 2622 
libstring-formatter-perl_0.102082-1.debian.tar.gz
 c04a695662f89eae2ce49af935dabfcd16df2956ff44017e1b7a57c52d6f24e4 22192 
libstring-formatter-perl_0.102082-1_all.deb
Files: 
 7eea269875a523b2f62d35d1dacd14e1 2339 perl optional 
libstring-formatter-perl_0.102082-1.dsc
 c51083f6c299e991909c8146e775efc2 17608 perl optional 
libstring-formatter-perl_0.102082.orig.tar.gz
 2d2cd0942abb2cdc1beac424c0f501a6 2622 perl optional 
libstring-formatter-perl_0.102082-1.debian.tar.gz
 95bab33b5259a5ba504ec274a57e1329 22192 perl optional 
libstring-formatter-perl_0.102082-1_all.deb

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

iQIcBAEBCAAGBQJNchNeAAoJEHidbwV/2GP+DxwP/2+C7nQgerEEttHy0siwPP35
7vF11cvwts25BVGBLZJyxN7zKfmZTfAp3wBFF2tK4QycIezPTdtw6WcFHo1oDDJs
fIlSLstDsjyCE2iwT9ZILWeYvPvDccCJAQnveut5HbeOHb6zke3wq5vZVxmWGeGu
El5SNEXdjXfgOULYKAsXDsuEYSfDaQliJZzkF/t7No8rksOq9FXZDeQrHUfAJG0i
NhoHdeqnCtqIr9yvdvgRe3ULQmJEMoyS44oieAHC1wmNX5TJiwGGMACGHvc4lxVh
uXNtbR9aMb+XIhJXX2sNo7/Cg0PxVIFefbRJ8plihZkrsYvGGeGLstLAW2dFsAxs
PkFGLu11duHJPOms4dwxHx6Kcd5bN8OKqEI8hRQl0XVLP5/Xckk2zlMWLVKSW3K2
FEDvq9W3a3+sBPOjMRoYxP8lqnVZHBhwQ6yPG9ocjUz6AgP3fTO3qFXamc5UOjht
2N78GUdYFemHWLTCM6AAjcZpt8zOeoXo58ie2iEzrvZ6BAOpzbZnLujp4Mt/L9Rz
kYsAqTyxMObTvSrPth4/9m55DI78Zo+jrnz0RykX4U99B32XtDf/HDL/z9aBa79T
7yDi+5TMP4NyxShRXxGsAXIySWlmFHNW7HI43huMGSlKu+DrsPXVE+urySO2ISyq
bKp1Pv8K11WIPzYq+0lB
=xsTm
-END PGP SIGNATURE-


Accepted:
libstring-formatter-perl_0.102082-1.debian.tar.gz
  to 
main/libs/libstring-formatter-perl/libstring-formatter-perl_0.102082-1.debian.tar.gz
libstring-formatter-perl_0.102082-1.dsc
  to main/libs/libstring-formatter-perl/libstring-formatter-perl_0.102082-1.dsc
libstring-formatter-perl_0.102082-1_all.deb
  to 
main/libs/libstring-formatter-perl/libstring-formatter-perl_0.102082-1_all.deb
libstring-formatter-perl_0.102082.orig.tar.gz
  to 
main/libs/libstring-formatter-perl/libstring-formatter-perl_0.102082.orig.tar.gz


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



Accepted google-glog 0.3.1-1 (source amd64)

2011-03-05 Thread Daigo Moriwaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 16:43:39 +0900
Source: google-glog
Binary: libgoogle-glog0 libgoogle-glog0-dbg libgoogle-glog-dev
Architecture: source amd64
Version: 0.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 libgoogle-glog-dev - a library that implements application-level logging.
 libgoogle-glog0 - a library that implements application-level logging.
 libgoogle-glog0-dbg - a library that implements application-level logging.
Changes: 
 google-glog (0.3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: replaced debianized.
   * debian/control: Bumped up Standards-Version to 3.9.1.
Checksums-Sha1: 
 7451c6cf0c76804f330a5d75a39f8f802fdc87da 1305 google-glog_0.3.1-1.dsc
 14e3f6d6f2ecceac1ee6a66a1d28ddbc32a2b4ab 491798 google-glog_0.3.1.orig.tar.gz
 d3ecae88fc5bb2d2c1ef88f3d6e5a080642b5e78 3302 google-glog_0.3.1-1.debian.tar.gz
 e73ab9df282ef2131442acf17df53513c01c3ac6 62016 
libgoogle-glog0_0.3.1-1_amd64.deb
 fe4f5471f144e2098208dd2ffb7cdf32d18b8e92 159262 
libgoogle-glog0-dbg_0.3.1-1_amd64.deb
 2c23fbe365df3f497dd9595bc427933a4de59673 26648 
libgoogle-glog-dev_0.3.1-1_amd64.deb
Checksums-Sha256: 
 e60deae3a32defea9bb2f7ee85364895e7b6e86c30567f9ff6a52f0829d15389 1305 
google-glog_0.3.1-1.dsc
 0a5ce945aaa5c64cb3889bf4844a0459263c06a77ad549042230dfea316787cb 491798 
google-glog_0.3.1.orig.tar.gz
 e01e21a397f7bef58beda53af0cbdaca96174bad326114fdf120f9db080fb1b7 3302 
google-glog_0.3.1-1.debian.tar.gz
 d50923c03b06e43399252dfc99b376697f2cf35e47e84e27ed0d14c64d4518a1 62016 
libgoogle-glog0_0.3.1-1_amd64.deb
 913a7ff640078f4158cb2556e85b0a6ec29debd0ad78f45e869e3d6559b5c89c 159262 
libgoogle-glog0-dbg_0.3.1-1_amd64.deb
 505d752e12033f9aaa23513186c94b9de50e8055bc0e483e82b0a015c254250b 26648 
libgoogle-glog-dev_0.3.1-1_amd64.deb
Files: 
 6d64ca981184046fcfd067aef1e77c6c 1305 libs optional google-glog_0.3.1-1.dsc
 06f525c117fc37b19d12a527c65eab1d 491798 libs optional 
google-glog_0.3.1.orig.tar.gz
 297a137094f0db7dc86ebc0790151723 3302 libs optional 
google-glog_0.3.1-1.debian.tar.gz
 1236e300c967d1c49d527ff5b2e0792a 62016 libs optional 
libgoogle-glog0_0.3.1-1_amd64.deb
 32004920449af7b0fc98d7166a64cbb2 159262 debug extra 
libgoogle-glog0-dbg_0.3.1-1_amd64.deb
 0f694677fe2870e733069e67600e37f3 26648 libdevel optional 
libgoogle-glog-dev_0.3.1-1_amd64.deb

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

iEYEARECAAYFAk1yF5MACgkQNcPj+ukc0lA63wCZAQ/ys4xo6z+PFWQUvEmnnqfd
MNMAnRzDZ9r1VRcHu43pG9g1HfQLyRLB
=+SM1
-END PGP SIGNATURE-


Accepted:
google-glog_0.3.1-1.debian.tar.gz
  to main/g/google-glog/google-glog_0.3.1-1.debian.tar.gz
google-glog_0.3.1-1.dsc
  to main/g/google-glog/google-glog_0.3.1-1.dsc
google-glog_0.3.1.orig.tar.gz
  to main/g/google-glog/google-glog_0.3.1.orig.tar.gz
libgoogle-glog-dev_0.3.1-1_amd64.deb
  to main/g/google-glog/libgoogle-glog-dev_0.3.1-1_amd64.deb
libgoogle-glog0-dbg_0.3.1-1_amd64.deb
  to main/g/google-glog/libgoogle-glog0-dbg_0.3.1-1_amd64.deb
libgoogle-glog0_0.3.1-1_amd64.deb
  to main/g/google-glog/libgoogle-glog0_0.3.1-1_amd64.deb


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



Accepted phonon-backend-vlc 0.3.2-2 (source amd64)

2011-03-05 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 12:39:04 +0200
Source: phonon-backend-vlc
Binary: phonon-backend-vlc phonon-backend-vlc-dbg
Architecture: source amd64
Version: 0.3.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 phonon-backend-vlc - Phonon VLC backend
 phonon-backend-vlc-dbg - Phonon VLC backend debugging symbols
Closes: 616534
Changes: 
 phonon-backend-vlc (0.3.2-2) experimental; urgency=low
 .
   * Require phonon 4:4.6.0really4.4.4. (Closes: #616534)
Checksums-Sha1: 
 5a016d561204ffd1bfc7e892f856bf5bffef5e00 1571 phonon-backend-vlc_0.3.2-2.dsc
 6372ef9fdae916e5f31fe170881e0bec29dc1eb5 3822 
phonon-backend-vlc_0.3.2-2.debian.tar.gz
 8c6734c54f891de2722a8bfd61ac6cfe7e7e9a65 77926 
phonon-backend-vlc_0.3.2-2_amd64.deb
 879dfd2b7ca2e7120516bca84fe7e396c6684e1e 1119398 
phonon-backend-vlc-dbg_0.3.2-2_amd64.deb
Checksums-Sha256: 
 e41845b170d2b586e8c9f32d57a6cb36527774445e9c70b1720bca2f06da2343 1571 
phonon-backend-vlc_0.3.2-2.dsc
 47b13184924a2781b59dc4b9a163dc352b5e2360beb82c533ab5b7bf84e1be91 3822 
phonon-backend-vlc_0.3.2-2.debian.tar.gz
 79801d287fe655bb02bb9a323d7cca20ecfe130b4ef7ab4b966adb8cb15170ed 77926 
phonon-backend-vlc_0.3.2-2_amd64.deb
 f536313050d9bc596b85468ac3053f23acdf97faa1a26721081880ecf02fbdbf 1119398 
phonon-backend-vlc-dbg_0.3.2-2_amd64.deb
Files: 
 b0e171ad0880887e458cde5aa4f05902 1571 sound optional 
phonon-backend-vlc_0.3.2-2.dsc
 11ba9fa0301096c066b3cfe6dd124ae6 3822 sound optional 
phonon-backend-vlc_0.3.2-2.debian.tar.gz
 d6390aada370d6aa09a7397cb361cb5c 77926 sound optional 
phonon-backend-vlc_0.3.2-2_amd64.deb
 e011d3fb5c4daa06dc7cd2abfb770c4f 1119398 debug extra 
phonon-backend-vlc-dbg_0.3.2-2_amd64.deb

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

iEYEARECAAYFAk1yE90ACgkQHO9JRnPq4hTIawCgsrJYco6kBU1p5TdRB1rzF/T/
pv8AoIRb0Ftl6aN1cPWBAR3fCRyHIF7u
=P5RB
-END PGP SIGNATURE-


Accepted:
phonon-backend-vlc-dbg_0.3.2-2_amd64.deb
  to main/p/phonon-backend-vlc/phonon-backend-vlc-dbg_0.3.2-2_amd64.deb
phonon-backend-vlc_0.3.2-2.debian.tar.gz
  to main/p/phonon-backend-vlc/phonon-backend-vlc_0.3.2-2.debian.tar.gz
phonon-backend-vlc_0.3.2-2.dsc
  to main/p/phonon-backend-vlc/phonon-backend-vlc_0.3.2-2.dsc
phonon-backend-vlc_0.3.2-2_amd64.deb
  to main/p/phonon-backend-vlc/phonon-backend-vlc_0.3.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
Archive: http://lists.debian.org/e1pvpuy-0002ws...@franck.debian.org



Accepted hugin 2011.0.0+dfsg~beta2-1 (source i386 all)

2011-03-05 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 05 Mar 2011 11:23:30 +0100
Source: hugin
Binary: hugin hugin-tools hugin-data
Architecture: source i386 all
Version: 2011.0.0+dfsg~beta2-1
Distribution: experimental
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 hugin  - panorama photo stitcher - GUI tools
 hugin-data - panorama photo stitcher - common data files
 hugin-tools - panorama photo stitcher - commandline tools
Changes: 
 hugin (2011.0.0+dfsg~beta2-1) experimental; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 8cda6612505c75b28a6138fe89e9a484173fafe8 1744 hugin_2011.0.0+dfsg~beta2-1.dsc
 203cf711b0368c0924e472917f81c6e95327020e 10522748 
hugin_2011.0.0+dfsg~beta2.orig.tar.bz2
 5a67dc96b7401b2f3432217e0de5672a2e23fed7 31868 
hugin_2011.0.0+dfsg~beta2-1.debian.tar.gz
 4a33e0cd7aad83d903b8d90a2c7e28249387f818 1451136 
hugin_2011.0.0+dfsg~beta2-1_i386.deb
 f748d4bb1283d9af1cfe4aff0b2fab7a1a7ed51f 4389138 
hugin-tools_2011.0.0+dfsg~beta2-1_i386.deb
 2ef1a17de5397eef4a959097c046647b3d70d5dc 9334296 
hugin-data_2011.0.0+dfsg~beta2-1_all.deb
Checksums-Sha256: 
 57b8e99203d700a17e1095ebd8fae7b4fa53c6c403e0967787497b3e1eeb2752 1744 
hugin_2011.0.0+dfsg~beta2-1.dsc
 c3461094eeb4ff177421e240bceca3826f3ed77b62f370e6d026eee9e61017b3 10522748 
hugin_2011.0.0+dfsg~beta2.orig.tar.bz2
 7d0f231554c07cbdcc319d2f9d5c02e0474dffd97ef8c68c4da3f61cd982af4a 31868 
hugin_2011.0.0+dfsg~beta2-1.debian.tar.gz
 e280391392429e8ce54eca7994a760a73d3c6552fa2a2fe6cc499b5c87a83b2a 1451136 
hugin_2011.0.0+dfsg~beta2-1_i386.deb
 40bc13c923479a02dfffef27f395681cf790c128072798c7fecf310edc174bd7 4389138 
hugin-tools_2011.0.0+dfsg~beta2-1_i386.deb
 f59338879067f23bc33261c34dd205757e4efabca234da3a2c27a9ac1f3c87ee 9334296 
hugin-data_2011.0.0+dfsg~beta2-1_all.deb
Files: 
 9819a027634f6a12f7e12f0c964c40db 1744 graphics optional 
hugin_2011.0.0+dfsg~beta2-1.dsc
 0f98743162beed5c8b6ade74c0b8da91 10522748 graphics optional 
hugin_2011.0.0+dfsg~beta2.orig.tar.bz2
 3efc600a08678e4babf278b13c7c6b9d 31868 graphics optional 
hugin_2011.0.0+dfsg~beta2-1.debian.tar.gz
 ff7ab50c4f6307f1906c66bab81b6198 1451136 graphics optional 
hugin_2011.0.0+dfsg~beta2-1_i386.deb
 ea96d3509e744aa6dc0b9d3b7ca19d1c 4389138 graphics optional 
hugin-tools_2011.0.0+dfsg~beta2-1_i386.deb
 befe4db2a15ceaee244c5e11c785e740 9334296 graphics optional 
hugin-data_2011.0.0+dfsg~beta2-1_all.deb

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

iEYEAREDAAYFAk1yGUYACgkQHTOcZYuNdmNbzQCgj/bB7qnipvZi1/rf+sntrOnA
POAAoICVzynVUB8RE5BCbio5nMfL68FG
=kQn8
-END PGP SIGNATURE-


Accepted:
hugin-data_2011.0.0+dfsg~beta2-1_all.deb
  to main/h/hugin/hugin-data_2011.0.0+dfsg~beta2-1_all.deb
hugin-tools_2011.0.0+dfsg~beta2-1_i386.deb
  to main/h/hugin/hugin-tools_2011.0.0+dfsg~beta2-1_i386.deb
hugin_2011.0.0+dfsg~beta2-1.debian.tar.gz
  to main/h/hugin/hugin_2011.0.0+dfsg~beta2-1.debian.tar.gz
hugin_2011.0.0+dfsg~beta2-1.dsc
  to main/h/hugin/hugin_2011.0.0+dfsg~beta2-1.dsc
hugin_2011.0.0+dfsg~beta2-1_i386.deb
  to main/h/hugin/hugin_2011.0.0+dfsg~beta2-1_i386.deb
hugin_2011.0.0+dfsg~beta2.orig.tar.bz2
  to main/h/hugin/hugin_2011.0.0+dfsg~beta2.orig.tar.bz2


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



Accepted unoconv 0.4-1 (source all)

2011-03-05 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 12:28:32 +0100
Source: unoconv
Binary: unoconv
Architecture: source all
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 unoconv- converter between LibreOffice document formats
Closes: 569160
Changes: 
 unoconv (0.4-1) unstable; urgency=low
 .
   * New upstream version.
   + Drop patch to support Impress templates which is included upstream.
   + Fix manpage with invalid option. Closes: #569160.
   * Switch to 3.0 (quilt) format.
   * Bump Standards-Version to 3.9.1.
   * Depends on LibreOffice packages instead of OpenOffice.org ones.
   * Switch to debhelper 7.
Checksums-Sha1: 
 10c8925bc7a47d77aa062419be89297a00b7942b 1161 unoconv_0.4-1.dsc
 78ac3eb784fa8f7e3e79df92fcbd761b6f4a29b0 66441 unoconv_0.4.orig.tar.gz
 4e12c3a33b77ca8ebae38e88b5bec7a22479b682 2719 unoconv_0.4-1.debian.tar.gz
 79588e2b927e42eaabe2392c289f72ae630f8000 42116 unoconv_0.4-1_all.deb
Checksums-Sha256: 
 f8d2c808a2c16478d342141725fbfec7c9f7a2bd355d1ef0bde3023a1b1a8e34 1161 
unoconv_0.4-1.dsc
 daf2162a81a4f7562a05190ba2934b0f91d29621876533463cda6751efedd5e4 66441 
unoconv_0.4.orig.tar.gz
 ff401e4b0c5bcc945aa07facde75b2edde22277391659c9ebe0d09716a9b9b0c 2719 
unoconv_0.4-1.debian.tar.gz
 af66482155bdeab72b41659b055c85a7da9859e127ef528eb4c5c127900a024a 42116 
unoconv_0.4-1_all.deb
Files: 
 66ef28a3b631b1a7d6b763690d6b80b9 1161 text extra unoconv_0.4-1.dsc
 ddb0b34065d8529f13a0f591aa7726e6 66441 text extra unoconv_0.4.orig.tar.gz
 9cee006da1c80cd417ee65fb758068da 2719 text extra unoconv_0.4-1.debian.tar.gz
 cadb1184c6a0a62f63fee6984efd16ca 42116 text extra unoconv_0.4-1_all.deb

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

iEYEARECAAYFAk1yHvoACgkQKFvXofIqeU54KQCgqyam1nGBRehuTb5Aq/Vb4bUc
xjkAn1MxJW5HVLPmVQO/H/nGTOs+UnXY
=t1/Y
-END PGP SIGNATURE-


Accepted:
unoconv_0.4-1.debian.tar.gz
  to main/u/unoconv/unoconv_0.4-1.debian.tar.gz
unoconv_0.4-1.dsc
  to main/u/unoconv/unoconv_0.4-1.dsc
unoconv_0.4-1_all.deb
  to main/u/unoconv/unoconv_0.4-1_all.deb
unoconv_0.4.orig.tar.gz
  to main/u/unoconv/unoconv_0.4.orig.tar.gz


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



Accepted bitcoin 0.3.20.01~dfsg-1 (source amd64)

2011-03-05 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Mar 2011 15:55:04 +0100
Source: bitcoin
Binary: bitcoind
Architecture: source amd64
Version: 0.3.20.01~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 bitcoind   - peer-to-peer network based anonymous digital currency - CLI tools
Closes: 614025 615619
Changes: 
 bitcoin (0.3.20.01~dfsg-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Micah Anderson ]
   * Add myself as uploader.
 .
   [ Jonas Smedegaard ]
   * Add wrapper for bitcoind to ease initial startup.
   * Update patches:
 + Drop patch 2002: Applied upstream.
 + Add patch 1005 to add phtread linker option.
   Closes: bug#615619. Thanks to Shane Wegner.
 + Refresh patches.
   * Extend copyright years in rules file header.
   * Rewrite copyright file using draft svn166 of DEP5 format.
   * Rename binary package to bitcoind (from bincoin-cli).
 Closes: bug#614025. Thanks to Luke-Jr.
Checksums-Sha1: 
 d12818dc17e370ae2bbc1427cec6c5e8d1869992 2243 bitcoin_0.3.20.01~dfsg-1.dsc
 7af12ea00271d431246fc3abb52b660c8d1a15cc 382316 
bitcoin_0.3.20.01~dfsg.orig.tar.gz
 cf0c4e1253090fc4cb7f1af4756fc4ee76e983f5 15918 
bitcoin_0.3.20.01~dfsg-1.debian.tar.gz
 e3687acafaba73099974fafe87cd8a78cae955b7 526084 
bitcoind_0.3.20.01~dfsg-1_amd64.deb
Checksums-Sha256: 
 11f6fea8c3b99f54ef0f19540a35c4acd1c73d06e479095fbfe85a49cc3e0289 2243 
bitcoin_0.3.20.01~dfsg-1.dsc
 05f779f5a76023ace9b5145edea8ab4854dbda97a852d2b3265ffb11deb8a25d 382316 
bitcoin_0.3.20.01~dfsg.orig.tar.gz
 522910709e110f78168f7575e549410d1a71f8582262e20f4943849c70db0bd0 15918 
bitcoin_0.3.20.01~dfsg-1.debian.tar.gz
 88585e47dd995066f56ddb69890105b25364b0e915b1d1bcbd263602123c5197 526084 
bitcoind_0.3.20.01~dfsg-1_amd64.deb
Files: 
 272f57321be765f5e5935d0dda151d92 2243 utils optional 
bitcoin_0.3.20.01~dfsg-1.dsc
 bb55b32e1445b8439b680c7dcf2e3b8f 382316 utils optional 
bitcoin_0.3.20.01~dfsg.orig.tar.gz
 bce25a7fff0212220bc7daf8794b1ac9 15918 utils optional 
bitcoin_0.3.20.01~dfsg-1.debian.tar.gz
 07acb6ddb2faf5205046f0fae5871462 526084 utils optional 
bitcoind_0.3.20.01~dfsg-1_amd64.deb

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

iQIcBAEBCgAGBQJNbQpPAAoJECx8MUbBoAEhtHsP/2711Oopt4cN1gmoTCCFo+da
RqKRsmDDF7X3i9IfLWc/S1ZM6u94BN/YNKHQKY5h4rVkS3wCwHzBUMZ2QjJuW8d4
x5jodgSI0o9TFsUODro7Sk898CBi5NB3LpvsiEn4FRmt/F8CGAYOJ4NfzcGSYKIs
Lxm8yxrvK2E4atJyT8BiUD9RX3SeRhjOXaxhkaTeTbTqch+cF6EtuFI+0Zquj1T0
O75WrHOW4Io72X+dQX7EqlIhCpP5WuTxrftPBFW8CMVc9KBmeC1oFVHNqn6hfUZn
TRPsKdhqvrufsRgpQq7d9tIIOD/8j7Pmp3j7d1Mn5aFfXZtHuHCQm9SIoPXAnpa4
Jm7tNHmjyBTBvJiX8pcuo24o2Rx5XzXExK7dkpdj0U4fwKvWqxLDTaXe+gvkCrVj
MCFxuc7n27CEq0SMOz+7w3zCEaUD6ntZOvESQ8RksKn3XYYMq/Noz2dqoWRAtty6
tHArRq+EZmOdRcLXfWS7Yeyglzd1d2IAlHn9dKzOufcePP2daccxZwTKtyQm/cml
4JBJ2JIyoy4QD4FbfacuCICFWq7EUw4lZYTmm4kCyT4KhJL3F1x7jhy3QH2HEigx
wVd4ru0CqZa3R+HhZCYqtXIBi3ELnD1nAPyKMD+1B09CFq25A9ZLbMTPr3Rbnd12
O64YfvS6+aOx8FNAZp8/
=2Hz7
-END PGP SIGNATURE-


Accepted:
bitcoin_0.3.20.01~dfsg-1.debian.tar.gz
  to main/b/bitcoin/bitcoin_0.3.20.01~dfsg-1.debian.tar.gz
bitcoin_0.3.20.01~dfsg-1.dsc
  to main/b/bitcoin/bitcoin_0.3.20.01~dfsg-1.dsc
bitcoin_0.3.20.01~dfsg.orig.tar.gz
  to main/b/bitcoin/bitcoin_0.3.20.01~dfsg.orig.tar.gz
bitcoind_0.3.20.01~dfsg-1_amd64.deb
  to main/b/bitcoin/bitcoind_0.3.20.01~dfsg-1_amd64.deb


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



Accepted bognor-regis 0.6.12+git20101007.02c25268-1 (source i386)

2011-03-05 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Mar 2011 23:58:49 +0800
Source: bognor-regis
Binary: bognor-regis libbognor-regis-0.6-0 libbognor-regis-dev 
libbognor-regis-0.6-0-dbg
Architecture: source i386
Version: 0.6.12+git20101007.02c25268-1
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 bognor-regis - Media daemon and play queue manager
 libbognor-regis-0.6-0 - Media daemon and play queue manager library
 libbognor-regis-0.6-0-dbg - Media daemon and play queue manager library (debug 
symbols)
 libbognor-regis-dev - Media daemon and play queue manager library (development 
files)
Changes: 
 bognor-regis (0.6.12+git20101007.02c25268-1) unstable; urgency=low
 .
   * New upstream release
   * Change upstream from moblin to meego
 - debian/control: Modify Homepage field to meego.com
 - debian/copyright: point to meego website
   * drop quilt Build-Depends
Checksums-Sha1: 
 2cb06a95627c4957c69b61c3f4b1ecc31cacf9a4 2120 
bognor-regis_0.6.12+git20101007.02c25268-1.dsc
 130c9f482a9c4068d1bdd7f13353aca45a24632d 70787 
bognor-regis_0.6.12+git20101007.02c25268.orig.tar.gz
 283637c6b15059fd4a0cdf3ef4af524b108f095e 3937 
bognor-regis_0.6.12+git20101007.02c25268-1.debian.tar.gz
 cada6ad0a8d66da80c5de1483c541d367b3881c0 38534 
bognor-regis_0.6.12+git20101007.02c25268-1_i386.deb
 2846c0a9da1a362d549b75748a23a5daacba0734 12640 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-1_i386.deb
 508e07f1b6c51b6941c2e97fa43b66c877f2f1eb 14240 
libbognor-regis-dev_0.6.12+git20101007.02c25268-1_i386.deb
 7c15f8fa0b34ac2fda8882cb93fac48e58fa76c9 89834 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-1_i386.deb
Checksums-Sha256: 
 e5788383298d6ec12a173037079bd876ffe549f965c20a0a522a4ffbd3187134 2120 
bognor-regis_0.6.12+git20101007.02c25268-1.dsc
 f3f380726ac64a0251fbc0caf2a55a9c001bf5fca25a786ad86276f490443fe9 70787 
bognor-regis_0.6.12+git20101007.02c25268.orig.tar.gz
 6608d4fd26f62116721ad191f9e65c34fabbdfc3cdd6b88151a5eb6fa154 3937 
bognor-regis_0.6.12+git20101007.02c25268-1.debian.tar.gz
 fbd9f6370f3e7c3f0268826b8e6900aba5ee154b0ea55c3bd2fd5e83fa73d245 38534 
bognor-regis_0.6.12+git20101007.02c25268-1_i386.deb
 bf7def736cbe707f916850f7895f2c47c050545475a47d95ed5086e37e901f86 12640 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-1_i386.deb
 a5d04a15723bfb03eb1096d7cc0e91aeb537250c5690943b714d1ac0fc4a6978 14240 
libbognor-regis-dev_0.6.12+git20101007.02c25268-1_i386.deb
 fd6d4041e47f5174f192cef7bbb35659c9ccc8e810e6717809883df213794fbf 89834 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-1_i386.deb
Files: 
 258d42d2f378f054786f2fa696abec71 2120 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-1.dsc
 1d9e9833417e95322a1976702a1315ce 70787 libs optional 
bognor-regis_0.6.12+git20101007.02c25268.orig.tar.gz
 0fae401b6bf5db3f5e7f379e76ffa4ef 3937 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-1.debian.tar.gz
 d4756865675a2a3ccec1a1e2f4100949 38534 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-1_i386.deb
 0c634c29ddbd5991bf5e72ea42f12026 12640 libs optional 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-1_i386.deb
 08689b29d6e18933fdd8719884e2fe62 14240 libdevel optional 
libbognor-regis-dev_0.6.12+git20101007.02c25268-1_i386.deb
 4fdd4c55674413c4063cfb3e3c04d828 89834 debug extra 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-1_i386.deb

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

iQIcBAEBCgAGBQJNb9RkAAoJEPgLgUbQQog2yeoP/15+ubC8TFSTvlJTU3azyWVt
ug0QUmJfkDAkGFKTgjkez671iJNcrRK+jSpXah9Aq8gUxshvQ/AVNO46bGznrGfE
KVXGv2WWagsiR7TdnOCH2fR0CQllRDjTXbLDWmDuP1zmRRvlFZQxcVRQEilXk5D0
OWLaaPXF2OE13tXqDiaq9T6IZqn2p5Jp+2WkyhjHfUqotHiRDb5ai83hmQQOvrcI
yI8s/9hXyWa8OsvShi9HDBT3tyrwedSpKAaXAx3Gr7OTbejLbfq9G0hOeeEDhKk6
TcGh24cC97WYMPYXLSKieIub4eiBFHd7HKTkpIF0bAcBTpx2RJ+awzZdpqv82obc
RuvJ1uo2qeISKHp6Q/DjpJXdkyY4PWzLt7YVq515q4Liawo1AdVvivoDfl0QCjX1
Y8fWR+I21luY/OoxU7Ng+DUawrHAdHlm2O4tLXQd6pafCV0sApGW/FHbCff5mzDP
U/Vh9c8o1osFpk0Xnbr/dTsTHNgeUvJfJk52amJs/vTWWvP/F9XurvAmFxBxwfDg
XZZ3j4cqaXrGXKH1u2jCT6ZgZXxxep7o97SAtQXM4d5DKlpsZ4HP/sPj/N7zgu2i
8u+ORDeYvYiILAHP9IJrvBBLK2LHlBZIp5fbJdoKQq+fFBpH5blALnGv/8aLwYG+
daD6FZ7x8DqakpUlDS1g
=KFRo
-END PGP SIGNATURE-


Accepted:
bognor-regis_0.6.12+git20101007.02c25268-1.debian.tar.gz
  to 
main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-1.debian.tar.gz
bognor-regis_0.6.12+git20101007.02c25268-1.dsc
  to main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-1.dsc
bognor-regis_0.6.12+git20101007.02c25268-1_i386.deb
  to main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-1_i386.deb
bognor-regis_0.6.12+git20101007.02c25268.orig.tar.gz
  to main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268.orig.tar.gz
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-1_i386.deb
  to 

Accepted chromium-browser 10.0.648.114~r75702-1 (source all i386)

2011-03-05 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Mar 2011 11:36:53 +0100
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all i386
Version: 10.0.648.114~r75702-1
Distribution: experimental
Urgency: low
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 chromium   - Chromium browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - chromium-browser debug symbols
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Closes: 611725
Changes: 
 chromium-browser (10.0.648.114~r75702-1) experimental; urgency=low
 .
   * New beta version
   * Refreshed pathces
   * Renamed binary packages, new names: chromium, chromium-l10n,
 chromium-inspector, chromium-dbg
   * Removed SMULBB instructions (Closes: 611725) Thanks to Jérémy Lal
   * Move /etc/chromium-browser/{default,master_preferences} to
 /etc/chromium/{default,master_preferences}
   * Remove mips from archs
   * Use in-source v8
   * Added binutils-gold in build-depends to use the experimental gold linker
   * debian/rules: Force $DEBIAN_NAME to chromium
   * Fixed the webkit version parser. Patch from Ubuntu, thanks to Fabien Tassin
   * Do not install anymore xdg-settings and xdg-mime copy
   * Install libppGoogleNaClPluginChrome.so
Checksums-Sha1: 
 82a5b36cdbab3a39228980ff5353f3ea8b54fe71 2444 
chromium-browser_10.0.648.114~r75702-1.dsc
 3b7ddc0c1fab982277aea74c11f902360e7597cb 232270507 
chromium-browser_10.0.648.114~r75702.orig.tar.bz2
 b716d162fb1d72db9037392887f368e246705f1b 233317 
chromium-browser_10.0.648.114~r75702-1.debian.tar.gz
 d705b1e40fdedf17d223f3328c66de0da60ebe4b 169498 
chromium-browser_10.0.648.114~r75702-1_all.deb
 f7a112a416de275f6fb7b5e796c01cda86c8c0a0 168860 
chromium-browser-dbg_10.0.648.114~r75702-1_all.deb
 01fff554a18c736a61574ff2efbe1e71281e8833 169014 
chromium-browser-l10n_10.0.648.114~r75702-1_all.deb
 706e74c1d66472b7fc6c87f6cea7877ed419d6b7 168884 
chromium-browser-inspector_10.0.648.114~r75702-1_all.deb
 4a71c164dff9c388c816862d1767d070d4a95b1e 3558070 
chromium-l10n_10.0.648.114~r75702-1_all.deb
 1625353b1f898f07e9ab480e7ee44e2ca6c78fa2 798338 
chromium-inspector_10.0.648.114~r75702-1_all.deb
 8b9cb628c9b67bfc8ddf9f690300f7c9674d13fc 18025198 
chromium_10.0.648.114~r75702-1_i386.deb
 768bb6db1b28c98030706e671b005c7f88642c34 245783752 
chromium-dbg_10.0.648.114~r75702-1_i386.deb
Checksums-Sha256: 
 71e9344189110da1f9d02487e100a47c2b278e34317972076c845895b4089d97 2444 
chromium-browser_10.0.648.114~r75702-1.dsc
 2d574cf8920848b1b72ecd4d2fdf3a125c8d9f9960aaedbee426d9e0f6a80c4f 232270507 
chromium-browser_10.0.648.114~r75702.orig.tar.bz2
 bf3e65e64c4e9062b5bff51dca768dba8df3e10fd490b65a6306e237b0c41cd6 233317 
chromium-browser_10.0.648.114~r75702-1.debian.tar.gz
 be93ab5ce2ef09c969f4cca32f93dab10f217e1e3f694216b5aef1886faa7109 169498 
chromium-browser_10.0.648.114~r75702-1_all.deb
 42f38b9e0514a229dbdb654dae2dee9eb3e8217316f11155b07111bc988ae5e1 168860 
chromium-browser-dbg_10.0.648.114~r75702-1_all.deb
 9ca71020c2394adcca440cc1759c5242f4c7a42241878a2eb3b0b1af34358176 169014 
chromium-browser-l10n_10.0.648.114~r75702-1_all.deb
 026303ce6793eb36a0eaaf89fa8f8f88b48050b48f838e8798ca44ce2aedb6e9 168884 
chromium-browser-inspector_10.0.648.114~r75702-1_all.deb
 027585d1908cee0dc9f013de41831fab51ff1e0923438512f62a9cf6fe12dc1a 3558070 
chromium-l10n_10.0.648.114~r75702-1_all.deb
 e4d381386ae198fd88c73f9a62430af2a3e7b504f9ec3dccedbfaa44dbc77300 798338 
chromium-inspector_10.0.648.114~r75702-1_all.deb
 fb5210e0eaa8ebe03d5366220b1cf81889d252d2b28c4d55a19ae525aaece08f 18025198 
chromium_10.0.648.114~r75702-1_i386.deb
 0a0603b38810cf998fe306c4ecac1e8e9955e4e3fa1778780812191fcbe3ad19 245783752 
chromium-dbg_10.0.648.114~r75702-1_i386.deb
Files: 
 13797a5ff3cd28a13b3b0a961d4b7b5a 2444 web optional 
chromium-browser_10.0.648.114~r75702-1.dsc
 14b9831b05cf99bc50722ef2abb5dbd4 232270507 web optional 
chromium-browser_10.0.648.114~r75702.orig.tar.bz2
 cd230c14dfdb221a0707e5651807a412 233317 web optional 
chromium-browser_10.0.648.114~r75702-1.debian.tar.gz
 014177494513018251bbcaae2830d906 169498 oldlibs optional 
chromium-browser_10.0.648.114~r75702-1_all.deb
 d128a4b1b9a70f9de461d26c46aa8792 168860 oldlibs optional 
chromium-browser-dbg_10.0.648.114~r75702-1_all.deb
 130bd01a2c55a472ba47eb52d479eaea 169014 oldlibs optional 
chromium-browser-l10n_10.0.648.114~r75702-1_all.deb
 708b19d86f44141cbd91dd03b29a1334 

Accepted gem2deb 0.1.0 (source all)

2011-03-05 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Mar 2011 09:59:56 +0100
Source: gem2deb
Binary: gem2deb
Architecture: source all
Version: 0.1.0
Distribution: experimental
Urgency: low
Maintainer: Lucas Nussbaum lu...@lucas-nussbaum.net
Changed-By: Lucas Nussbaum lu...@lucas-nussbaum.net
Description: 
 gem2deb- Debian Ruby packaging suite
Changes: 
 gem2deb (0.1.0) experimental; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 d8b75f52205b1d6367d5a33ef42581be1440b609 892 gem2deb_0.1.0.dsc
 d26b25d2abe57119759289fddbdd0c8cf9f323ec 22409 gem2deb_0.1.0.tar.gz
 90685df9e2d4e96659b99ce16300c495144c7509 23268 gem2deb_0.1.0_all.deb
Checksums-Sha256: 
 1b0eb890e0c883bd4603a6e11cea706bf4f2b29ffa1a0afa5f2053ab84cac069 892 
gem2deb_0.1.0.dsc
 4cf5bd236433a69f4dd268cef0ee907382e1b6ab92b6d63fbeb60a049a0c07a4 22409 
gem2deb_0.1.0.tar.gz
 52ba67ced55381d0ff122cad9191e6f360bb2cfc347ce605b4ae9cf1516066ce 23268 
gem2deb_0.1.0_all.deb
Files: 
 4f3dab6d65ad14454a8939c5b1490ff7 892 ruby optional gem2deb_0.1.0.dsc
 02546d47bd878aa2df5fb3ac9285b889 22409 ruby optional gem2deb_0.1.0.tar.gz
 c0f055815447a4339a4d714182f7371b 23268 ruby optional gem2deb_0.1.0_all.deb

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

iD8DBQFNcLH22hliNwI7P08RAgaaAKCVX4ajG8vGluBIEkSYFU/G8HntYwCgox2E
Gk7u0nEmL/KuosiH/XUFWVw=
=lsvs
-END PGP SIGNATURE-


Accepted:
gem2deb_0.1.0.dsc
  to main/g/gem2deb/gem2deb_0.1.0.dsc
gem2deb_0.1.0.tar.gz
  to main/g/gem2deb/gem2deb_0.1.0.tar.gz
gem2deb_0.1.0_all.deb
  to main/g/gem2deb/gem2deb_0.1.0_all.deb


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



Accepted geos 3.2.2-1 (source all i386)

2011-03-05 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Mar 2011 13:40:04 +0100
Source: geos
Binary: libgeos-dev libgeos-c1 libgeos-3.2.2 libgeos-doc libgeos-ruby1.8 
libgeos-dbg
Architecture: source all i386
Version: 3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libgeos-3.2.2 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - GEOS bindings for Ruby
Closes: 582273
Changes: 
 geos (3.2.2-1) unstable; urgency=low
 .
   [ Alan Boudreault ]
   * New upstream release.
 .
   [ Francesco Paolo Lovergine ]
   * Policy set to 3.9.1, without changes.
   * Merged log for post squeeze release.
   * Repository moved to git and changed Vcs-* fields as required.
   * Source format moved to 3.0 with quilt support.
   * Policy changed to 3.9.1, without changes.
   * Added ${misc:Depends} to bin pkgs due to dh use.
   * Added -dbg package for debugging symbols.
 (closes: #582273)
Checksums-Sha1: 
 ea823bed3e8e4140eccff1df31ac971848ce24dc 1337 geos_3.2.2-1.dsc
 faed71ae1b2b4ffa4d8e1d20d0ab0cfc049cf079 2343062 geos_3.2.2.orig.tar.gz
 f32d91295dcecc7df97fc0fabcdc1439bdf40edb 7779 geos_3.2.2-1.debian.tar.gz
 3ede5c6caccd388733820eb11756a0e032d4ffae 1475618 libgeos-doc_3.2.2-1_all.deb
 a2440dda2eea3650515b4aaa804eb4d866a8a4cd 1309530 libgeos-dev_3.2.2-1_i386.deb
 b21b12c011aea9469fd23717ce83bfe8c4af85a2 133622 libgeos-c1_3.2.2-1_i386.deb
 ccd7e20ddff4d46e703a5fe8e57ed03c20f37663 624856 libgeos-3.2.2_3.2.2-1_i386.deb
 670d933e50b618a2a7acc32dde5d49e09cc45809 264708 
libgeos-ruby1.8_3.2.2-1_i386.deb
 5e7d77923a1315e3714d21dc14d6b650d359e5ae 4547546 libgeos-dbg_3.2.2-1_i386.deb
Checksums-Sha256: 
 74997d4f71830f12653d80584a4fec8b7d94a5e6941eb0704ab7dcc3a33e3f20 1337 
geos_3.2.2-1.dsc
 8afb2f8109453f8c658320f095f6528e93e63dd79accaeec55e1352133aac23f 2343062 
geos_3.2.2.orig.tar.gz
 c5395973ea5b314785a4a0febe6e855bdd7f945d26d34211743493c45beb785c 7779 
geos_3.2.2-1.debian.tar.gz
 437052ffd3375688ccc49873d480ab616ed8aa19edee7b5de428bd7081df9431 1475618 
libgeos-doc_3.2.2-1_all.deb
 24de12e9b23a97d10359a9e1b06750f982f3b096eb1831713b27807d5d3398a4 1309530 
libgeos-dev_3.2.2-1_i386.deb
 eedfc645ba186c87963204d360af8748269561118b6f8e51086baea4c84e229b 133622 
libgeos-c1_3.2.2-1_i386.deb
 0dade14e098b7ac3d3043d54eeff2d403adf67625817fd820dc09777f77c09fa 624856 
libgeos-3.2.2_3.2.2-1_i386.deb
 9962c06e28b7093ac9a1e3695069d8caf967b85886e8c4d438f3e6f832845016 264708 
libgeos-ruby1.8_3.2.2-1_i386.deb
 1bbb2f9977ebd678c84531e079d92d5e05c9eb1ae1eaf979930f6e50fd8d248b 4547546 
libgeos-dbg_3.2.2-1_i386.deb
Files: 
 d9e7145c93673e14d066712016be67ab 1337 science optional geos_3.2.2-1.dsc
 5610b3f144f853cd44bbf899b7824096 2343062 science optional 
geos_3.2.2.orig.tar.gz
 a46e80434c7d40a62301bc1b3c83c25a 7779 science optional 
geos_3.2.2-1.debian.tar.gz
 76c7e5a83cb6f1a6b0bf45bfd8ec1608 1475618 doc optional 
libgeos-doc_3.2.2-1_all.deb
 060d141a690e88723f9b438a083091e4 1309530 libdevel optional 
libgeos-dev_3.2.2-1_i386.deb
 dfdea95c3448bd583d52efc6e4f38c42 133622 libs optional 
libgeos-c1_3.2.2-1_i386.deb
 5b7c16f1b1738b686ed56b0797e64987 624856 libs optional 
libgeos-3.2.2_3.2.2-1_i386.deb
 4fcab5b7bc533f1fa00b86d10d47ed6f 264708 ruby optional 
libgeos-ruby1.8_3.2.2-1_i386.deb
 9061473323df3180703681a1c49c941f 4547546 debug extra 
libgeos-dbg_3.2.2-1_i386.deb

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

iEYEARECAAYFAk1voWEACgkQpFNRmenyx0crZwCgxAAIUIqctCbXqIovhFlf9tp6
ki8AoJbpAfEz01bUN43y6/YDePfuBAzf
=bb88
-END PGP SIGNATURE-


Accepted:
geos_3.2.2-1.debian.tar.gz
  to main/g/geos/geos_3.2.2-1.debian.tar.gz
geos_3.2.2-1.dsc
  to main/g/geos/geos_3.2.2-1.dsc
geos_3.2.2.orig.tar.gz
  to main/g/geos/geos_3.2.2.orig.tar.gz
libgeos-3.2.2_3.2.2-1_i386.deb
  to main/g/geos/libgeos-3.2.2_3.2.2-1_i386.deb
libgeos-c1_3.2.2-1_i386.deb
  to main/g/geos/libgeos-c1_3.2.2-1_i386.deb
libgeos-dbg_3.2.2-1_i386.deb
  to main/g/geos/libgeos-dbg_3.2.2-1_i386.deb
libgeos-dev_3.2.2-1_i386.deb
  to main/g/geos/libgeos-dev_3.2.2-1_i386.deb
libgeos-doc_3.2.2-1_all.deb
  to main/g/geos/libgeos-doc_3.2.2-1_all.deb
libgeos-ruby1.8_3.2.2-1_i386.deb
  to main/g/geos/libgeos-ruby1.8_3.2.2-1_i386.deb


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



Accepted iceweasel-l10n 1:4.0~b12+debian1-1 (source all)

2011-03-05 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 02 Mar 2011 17:03:31 +0300
Source: iceweasel-l10n
Binary: iceweasel-l10n-all iceweasel-l10n-as iceweasel-l10n-ak 
iceweasel-l10n-bn-bd iceweasel-l10n-bs iceweasel-l10n-br iceweasel-l10n-es-cl 
iceweasel-l10n-es-mx iceweasel-l10n-fa iceweasel-l10n-hr iceweasel-l10n-hy-am 
iceweasel-l10n-kk iceweasel-l10n-ml iceweasel-l10n-or iceweasel-l10n-rm 
iceweasel-l10n-ta-lk iceweasel-l10n-ta iceweasel-l10n-vi iceweasel-l10n-af 
iceweasel-l10n-ar iceweasel-l10n-be iceweasel-l10n-bg iceweasel-l10n-bn-in 
iceweasel-l10n-ca iceweasel-l10n-cs iceweasel-l10n-cy iceweasel-l10n-da 
iceweasel-l10n-de iceweasel-l10n-el iceweasel-l10n-en-gb iceweasel-l10n-en-us 
iceweasel-l10n-en-za iceweasel-l10n-eo iceweasel-l10n-es-ar 
iceweasel-l10n-es-es iceweasel-l10n-et iceweasel-l10n-eu iceweasel-l10n-fi 
iceweasel-l10n-fr iceweasel-l10n-fy-nl iceweasel-l10n-ga-ie iceweasel-l10n-gl 
iceweasel-l10n-gu-in iceweasel-l10n-he iceweasel-l10n-hi-in iceweasel-l10n-hu 
iceweasel-l10n-id iceweasel-l10n-is iceweasel-l10n-it iceweasel-l10n-ja 
iceweasel-l10n-ka
 iceweasel-l10n-kn iceweasel-l10n-ko iceweasel-l10n-ku iceweasel-l10n-lg 
iceweasel-l10n-lt iceweasel-l10n-lv iceweasel-l10n-mai iceweasel-l10n-mk 
iceweasel-l10n-mn iceweasel-l10n-mr iceweasel-l10n-nso iceweasel-l10n-nb-no 
iceweasel-l10n-nl iceweasel-l10n-nn-no iceweasel-l10n-oc iceweasel-l10n-pa-in 
iceweasel-l10n-pl iceweasel-l10n-pt-br iceweasel-l10n-pt-pt iceweasel-l10n-ro 
iceweasel-l10n-ru iceweasel-l10n-si iceweasel-l10n-sk iceweasel-l10n-sl 
iceweasel-l10n-son iceweasel-l10n-sq iceweasel-l10n-sr iceweasel-l10n-sv-se 
iceweasel-l10n-te iceweasel-l10n-th iceweasel-l10n-tr iceweasel-l10n-uk 
iceweasel-l10n-zh-cn iceweasel-l10n-zh-tw iceweasel-l10n-zu iceweasel-l10n-gd 
iceweasel-l10n-ast iceweasel-l10n-dz-bt iceweasel-l10n-fa-ir 
iceweasel-l10n-fur-it
 iceweasel-l10n-ne-np
Architecture: source all
Version: 1:4.0~b12+debian1-1
Distribution: experimental
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 iceweasel-l10n-af - Afrikaans language package for Iceweasel
 iceweasel-l10n-ak - Akan language package for Iceweasel
 iceweasel-l10n-all - All language packages for Iceweasel (meta)
 iceweasel-l10n-ar - Arabic language package for Iceweasel
 iceweasel-l10n-as - Assamese language package for Iceweasel
 iceweasel-l10n-ast - Asturian language package for Iceweasel
 iceweasel-l10n-be - Belarusian language package for Iceweasel
 iceweasel-l10n-bg - Bulgarian language package for Iceweasel
 iceweasel-l10n-bn-bd - Bengali language package for Iceweasel
 iceweasel-l10n-bn-in - Bengali language package for Iceweasel
 iceweasel-l10n-br - Breton language package for Iceweasel
 iceweasel-l10n-bs - Bosnian language package for Iceweasel
 iceweasel-l10n-ca - Catalan/Valencian language package for Iceweasel
 iceweasel-l10n-cs - Czech language package for Iceweasel
 iceweasel-l10n-cy - Welsh language package for Iceweasel
 iceweasel-l10n-da - Danish language package for Iceweasel
 iceweasel-l10n-de - German language package for Iceweasel
 iceweasel-l10n-dz-bt - Dzongkha language package for Iceweasel
 iceweasel-l10n-el - Greek language package for Iceweasel
 iceweasel-l10n-en-gb - English (Great Britain) language package for Iceweasel
 iceweasel-l10n-en-us - English (US) language package for Iceweasel
 iceweasel-l10n-en-za - English (South Africa) language package for Iceweasel
 iceweasel-l10n-eo - Esperanto language package for Iceweasel
 iceweasel-l10n-es-ar - Spanish (Argentina) language package for Iceweasel
 iceweasel-l10n-es-cl - Spanish language package for Iceweasel
 iceweasel-l10n-es-es - Spanish (Spain) language package for Iceweasel
 iceweasel-l10n-es-mx - Spanish language package for Iceweasel
 iceweasel-l10n-et - Estonian language package for Iceweasel
 iceweasel-l10n-eu - Basque language package for Iceweasel
 iceweasel-l10n-fa - Persian language package for Iceweasel
 iceweasel-l10n-fa-ir - Persian language package for Iceweasel
 iceweasel-l10n-fi - Finnish language package for Iceweasel
 iceweasel-l10n-fr - French language package for Iceweasel
 iceweasel-l10n-fur-it - Furlan language package for Iceweasel
 iceweasel-l10n-fy-nl - Frisian language package for Iceweasel
 iceweasel-l10n-ga-ie - Irish (Ireland) language package for Iceweasel
 iceweasel-l10n-gd - Gaelic (Scotland) language package for Iceweasel
 iceweasel-l10n-gl - Galician language package for Iceweasel
 iceweasel-l10n-gu-in - Gujarati (India) language package for Iceweasel
 iceweasel-l10n-he - Hebrew language package for Iceweasel
 iceweasel-l10n-hi-in - Hindi language package for Iceweasel
 iceweasel-l10n-hr - Croatian language package for Iceweasel
 iceweasel-l10n-hu - Hungarian language package for Iceweasel
 iceweasel-l10n-hy-am - Armenian language package for Iceweasel
 iceweasel-l10n-id - Indonesian language package for Iceweasel
 iceweasel-l10n-is - Icelandic language 

Accepted libzorpll 3.9.0.1-1 (source i386)

2011-03-05 Thread SZALAY Attila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Feb 2011 23:19:37 +0100
Source: libzorpll
Binary: libzorpll3.9-0 libzorpll-dev libzorpll3.9-0-dbg libzorpll3.9-0-memtrace
Architecture: source i386
Version: 3.9.0.1-1
Distribution: experimental
Urgency: low
Maintainer: SZALAY Attila s...@debian.org
Changed-By: SZALAY Attila s...@debian.org
Description: 
 libzorpll-dev - Low level library functions for Zorp, development files
 libzorpll3.9-0 - Low level library functions for Zorp
 libzorpll3.9-0-dbg - Low level library functions for Zorp, debug version
 libzorpll3.9-0-memtrace - Low level library functions for Zorp, debug version
Changes: 
 libzorpll (3.9.0.1-1) experimental; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 01a12ed2650ed22fd6f0129c8a5e9c723ef9c33b 1155 libzorpll_3.9.0.1-1.dsc
 ac583c71850a37e7311bb4303959e1b20dee2511 757742 libzorpll_3.9.0.1.orig.tar.gz
 a8cfaf786297646d16a4e06063eca44a6a360feb 2950 libzorpll_3.9.0.1-1.diff.gz
 5705e9ca3f242d2c13a80291703b88e2abf91413 89414 
libzorpll3.9-0_3.9.0.1-1_i386.deb
 76d1e228736b380661e81fcb1bab457772b7c87c 121358 
libzorpll-dev_3.9.0.1-1_i386.deb
 0657a399e4718cfc8023f10d34c816df8ae6a4c3 196988 
libzorpll3.9-0-dbg_3.9.0.1-1_i386.deb
 3d6867eca545d720383f5fe6b23f1d96a31bf7a2 273082 
libzorpll3.9-0-memtrace_3.9.0.1-1_i386.deb
Checksums-Sha256: 
 f56c9716af9a907ff08e798d45ba396325113b4ecf3f1323e74a0929063469d5 1155 
libzorpll_3.9.0.1-1.dsc
 784dd68673d26660f885fa1626665d591c7c9ec21c8763d3e2444ad9cb7e7480 757742 
libzorpll_3.9.0.1.orig.tar.gz
 071d0be6d3844ff6a63ebf4a08652a2c36a5625d02addb088d535b5625b77d0b 2950 
libzorpll_3.9.0.1-1.diff.gz
 17bb9bf0b485e77160897b5a6f60e1e4a7313692809feb30ca2befbc132b51f5 89414 
libzorpll3.9-0_3.9.0.1-1_i386.deb
 d1b403efafef1c3d566259a02839f333c548ea3deb18c0e4c701036efc3ad3dd 121358 
libzorpll-dev_3.9.0.1-1_i386.deb
 c457cc57de98b9c294ca628e0307b437e951f697d4a8202c0713226e514f6614 196988 
libzorpll3.9-0-dbg_3.9.0.1-1_i386.deb
 65c03fbaf0fbb60e64bbea023cc70357770cc09642ee0b22eeb6285b1932bdc5 273082 
libzorpll3.9-0-memtrace_3.9.0.1-1_i386.deb
Files: 
 f6709da933694c357341a71b14db2362 1155 libs optional libzorpll_3.9.0.1-1.dsc
 3de3de41aee25db75d9338261be47beb 757742 libs optional 
libzorpll_3.9.0.1.orig.tar.gz
 6c2623c6d5f4543dda215071a24749be 2950 libs optional libzorpll_3.9.0.1-1.diff.gz
 5be3a4d75a40483b5dfb891d26285f4c 89414 libs optional 
libzorpll3.9-0_3.9.0.1-1_i386.deb
 7be35886f79a013a85631a1e73376f9d 121358 libdevel optional 
libzorpll-dev_3.9.0.1-1_i386.deb
 d3df4b931e7e969a67f558b307760714 196988 debug extra 
libzorpll3.9-0-dbg_3.9.0.1-1_i386.deb
 47adc5c0176fce8dfd59031b0faa966c 273082 debug extra 
libzorpll3.9-0-memtrace_3.9.0.1-1_i386.deb

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

iD8DBQFNbCQD23Gu/Kug6LIRAsKfAKCNFgC3QYxy4ZJ/37RQLwWPMh3A7QCfbP0z
HyGKeS/aYtReQfn8R8ThoJk=
=9i1C
-END PGP SIGNATURE-


Accepted:
libzorpll-dev_3.9.0.1-1_i386.deb
  to main/libz/libzorpll/libzorpll-dev_3.9.0.1-1_i386.deb
libzorpll3.9-0-dbg_3.9.0.1-1_i386.deb
  to main/libz/libzorpll/libzorpll3.9-0-dbg_3.9.0.1-1_i386.deb
libzorpll3.9-0-memtrace_3.9.0.1-1_i386.deb
  to main/libz/libzorpll/libzorpll3.9-0-memtrace_3.9.0.1-1_i386.deb
libzorpll3.9-0_3.9.0.1-1_i386.deb
  to main/libz/libzorpll/libzorpll3.9-0_3.9.0.1-1_i386.deb
libzorpll_3.9.0.1-1.diff.gz
  to main/libz/libzorpll/libzorpll_3.9.0.1-1.diff.gz
libzorpll_3.9.0.1-1.dsc
  to main/libz/libzorpll/libzorpll_3.9.0.1-1.dsc
libzorpll_3.9.0.1.orig.tar.gz
  to main/libz/libzorpll/libzorpll_3.9.0.1.orig.tar.gz


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



Accepted mx 1.1.8-1 (source all i386)

2011-03-05 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Feb 2011 23:14:10 +0800
Source: mx
Binary: libmx-1.0-2 libmx-dev libmx-doc libmx-1.0-2-dbg gir1.2-mx-1.0
Architecture: source all i386
Version: 1.1.8-1
Distribution: experimental
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 gir1.2-mx-1.0 - GObject introspection data for the libmx library
 libmx-1.0-2 - toolkit for the Moblin user experience
 libmx-1.0-2-dbg - toolkit for the Moblin user experience (debug symbols)
 libmx-dev  - toolkit for the Moblin user experience (development files)
 libmx-doc  - toolkit for the Moblin user experience (documentation)
Closes: 615534 615755
Changes: 
 mx (1.1.8-1) experimental; urgency=low
 .
   * New upstream release.
 - Fixed FTBFS with gold or ld --no-add-needed (Closes: #615755)
   * Change upstream to clutter (Closes: #615534)
 - Update debian/control, debian/watch, debian/copyright
   * Add gir1.2 packages.
   * Use dh-autoreconf in debian/rule
   * Bump Standards-Version to 3.9.1: nothing needs to be changed.
Checksums-Sha1: 
 cb3bcbb314513290a8f476bd8f942cdd8bc37894 2054 mx_1.1.8-1.dsc
 dc2b0e72d989189f4524ceaf60087068d68c599b 1206527 mx_1.1.8.orig.tar.bz2
 0f6d07f6664263fedc72b73384af1f2d026dce70 5865 mx_1.1.8-1.debian.tar.gz
 32566100c575c241d295f5c491ef50905ea4a263 456466 libmx-doc_1.1.8-1_all.deb
 cbcb24cd59f6ae8b88063f376ad83d7af4ed2ccc 594054 libmx-1.0-2_1.1.8-1_i386.deb
 06a4183d9ac4ef7b68fbba8dadf37ed4e5cd8721 360066 libmx-dev_1.1.8-1_i386.deb
 83c74e79514175fb6f45b7b7e7a716b2cb15 947542 
libmx-1.0-2-dbg_1.1.8-1_i386.deb
 81100ef4dccd9d270dbb40b2142535eb9a99e9a2 310972 gir1.2-mx-1.0_1.1.8-1_i386.deb
Checksums-Sha256: 
 ff277caf61e273c7e4f4eac49715346921563355e1edc477c1f5bd40a8091214 2054 
mx_1.1.8-1.dsc
 5282af787c26586a1fdc3295b96b806d50c15820dbe1ffdf35cbbd2d4fdb40c4 1206527 
mx_1.1.8.orig.tar.bz2
 d333eacd1991a2152de61ccfdb5e91143e5506e250e2ef4820ff20bd823e36e9 5865 
mx_1.1.8-1.debian.tar.gz
 2061b6f0dc8b31a4769dce04bfcdbc17a6b457cc80eb4453a157f69e69e5536b 456466 
libmx-doc_1.1.8-1_all.deb
 7d2e0051a62f0e6dccfc23d27d3aeb20937088dc433d3f5ceb02dcbf43af36a6 594054 
libmx-1.0-2_1.1.8-1_i386.deb
 05d5271201f5ae852d95667c71e12e4c8f5e847c510b6282b2eca3b7c89bb4a9 360066 
libmx-dev_1.1.8-1_i386.deb
 94353dc3de639b6054e19430f5ff5c5986dc756cedc59fb2bcb486f5ff1af876 947542 
libmx-1.0-2-dbg_1.1.8-1_i386.deb
 2169812c1eb37fc0f37401904270f3326e26fb69a5451c56df4251c053ae5e3a 310972 
gir1.2-mx-1.0_1.1.8-1_i386.deb
Files: 
 875f84ddb0251a7e162a66acf9e0df1a 2054 libs optional mx_1.1.8-1.dsc
 5a7c934c5a444f6ad05e922cf54abb38 1206527 libs optional mx_1.1.8.orig.tar.bz2
 e601b4a5c8ac253731e00649a1248189 5865 libs optional mx_1.1.8-1.debian.tar.gz
 45353fda71c5f50662751521fba1c73c 456466 doc optional libmx-doc_1.1.8-1_all.deb
 4ac23b62653006b3c0908f508e0bbcdc 594054 libs optional 
libmx-1.0-2_1.1.8-1_i386.deb
 e4466775fa221787e4e3510e616b0033 360066 libdevel optional 
libmx-dev_1.1.8-1_i386.deb
 ae4374fb002111949abe3453f221637a 947542 debug extra 
libmx-1.0-2-dbg_1.1.8-1_i386.deb
 e7f111a929acdf6bb357b23c571026a1 310972 libs optional 
gir1.2-mx-1.0_1.1.8-1_i386.deb

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

iQIcBAEBCgAGBQJNbQiMAAoJEPgLgUbQQog2E64P/A8Hl+w1HH9sAjlEgYBMFWHR
To460AqDQ2+dkK1YO1ZGq+SZPFUxO6Ee6OxWzt2XtJKGDIz9yzyDEY1rZ1FkDXhb
KuuNJZpiQ7ymsG2rSGptnzdmdCC8pJ58u/A+F0NGvOixiAHelS2j2/TE9ckIsHz3
1asrjXunlu2ro7g9iv3WRsySh762//e9UcO2LyLwoCZshPPOISdtvPZvOvd3om/n
JiF58DYMuwpyz48N+5DH/7x+Ja/NuN5lFCwlf2i4hr0Ws3YnzM/AqUfVGBYAy6mC
pIOxejzg8WcUWCbPS5itE9fhmlMRIxR7hFWkerU3MYd/CUTlbYv9brfGBXRRyR3n
1ZOad2zgdU+PH+mNlHIhl2ZktELnZ3/3Vmv7wBmG2JEnIYa575G/OG89qxExcASx
SmegQdC02SLGcnRjIE51zUa1oBL4z7qAVIdTlYqP7K9TxkovoLj2VAQb0E0pmrB/
QsJFQLaLf2wJUFYKYuVbEe1Xn/QnDWo4yucKcyrKZ2HWgOPOIPiQQulRvoihtkFW
jnXGWaHTl+AqJj6/Sj0bOTqyk7JHmvH1rwUkCVcuIt6QVutKsmIeGn1rDc+2gPXN
n5q6+I2H9T90nG5l9OMFVQh3sxiP66lREVGzXaiCP4oUB/HlVVWtD/zH6ZnAlxyh
pTUsIEvgoyGySqbNOrWU
=5qJp
-END PGP SIGNATURE-


Accepted:
gir1.2-mx-1.0_1.1.8-1_i386.deb
  to main/m/mx/gir1.2-mx-1.0_1.1.8-1_i386.deb
libmx-1.0-2-dbg_1.1.8-1_i386.deb
  to main/m/mx/libmx-1.0-2-dbg_1.1.8-1_i386.deb
libmx-1.0-2_1.1.8-1_i386.deb
  to main/m/mx/libmx-1.0-2_1.1.8-1_i386.deb
libmx-dev_1.1.8-1_i386.deb
  to main/m/mx/libmx-dev_1.1.8-1_i386.deb
libmx-doc_1.1.8-1_all.deb
  to main/m/mx/libmx-doc_1.1.8-1_all.deb
mx_1.1.8-1.debian.tar.gz
  to main/m/mx/mx_1.1.8-1.debian.tar.gz
mx_1.1.8-1.dsc
  to main/m/mx/mx_1.1.8-1.dsc
mx_1.1.8.orig.tar.bz2
  to main/m/mx/mx_1.1.8.orig.tar.bz2


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



Accepted opal 3.8.4~dfsg-1 (source all amd64)

2011-03-05 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Mar 2011 06:08:40 +1100
Source: opal
Binary: libopal3.8.4 libopal-dev simpleopal libopal-dbg libopal-doc
Architecture: source amd64 all
Version: 3.8.4~dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 libopal-dbg - OPAL library debug symbols
 libopal-dev - OPAL library header files
 libopal-doc - OPAL library documentation files
 libopal3.8.4 - Open Phone Abstraction Library - successor of OpenH323
 simpleopal - Simple example from the OPAL project
Changes: 
 opal (3.8.4~dfsg-1) experimental; urgency=low
 .
   * New Upstream Release
   * NEW package libopal3.8.4 - soname bump
Checksums-Sha1: 
 2943440d4aef17e0c9db4453849a0c39c5e459aa 1612 opal_3.8.4~dfsg-1.dsc
 099cb85b8254faa2399abccdd20b224d5279420a 11765515 opal_3.8.4~dfsg.orig.tar.gz
 d96acd8944dbf3a2ae638148c323e5b3f6845b99 18046 opal_3.8.4~dfsg-1.diff.gz
 0c5d2797df612f245927be1b52003bb45118d261 3578358 
libopal3.8.4_3.8.4~dfsg-1_amd64.deb
 40ecc0af4ec715605255f7b121b4449ab0499e5d 5427988 
libopal-dev_3.8.4~dfsg-1_amd64.deb
 83de81f434ffcc9d302ef2ed8f37f4a73299361b 71498 
simpleopal_3.8.4~dfsg-1_amd64.deb
 5ff2302c1cd0f35ffc45a699289c30ca662fe0ce 5738 
libopal-dbg_3.8.4~dfsg-1_amd64.deb
 6892d16e51dbd0d4a1eb4a2541421d81eeeae02a 4899068 
libopal-doc_3.8.4~dfsg-1_all.deb
Checksums-Sha256: 
 d44be74524ec133b232bcf5cd7d82ff0d13abff654c660777609f22248ed3384 1612 
opal_3.8.4~dfsg-1.dsc
 eff2666368df59bba9114e75d0eaa9dc8e3eca6dc62e3d5761de808229a1699a 11765515 
opal_3.8.4~dfsg.orig.tar.gz
 ba7ee730f32cc07219ea92390c7ab098137a8fe01d26b6de542f7e727f8c17d4 18046 
opal_3.8.4~dfsg-1.diff.gz
 8d68220482be140274bb5ea3d2832ab333a7287b281f5f2b2007d523b3bdcbff 3578358 
libopal3.8.4_3.8.4~dfsg-1_amd64.deb
 1e03c4628500fbff03439a7674d3e33b818dc426bde1d2cbd4e69aaf16f20410 5427988 
libopal-dev_3.8.4~dfsg-1_amd64.deb
 1c0f219e5ad77c7aabe83ffdff2a298c6322af32ce6cfd29c944957d8c6dee37 71498 
simpleopal_3.8.4~dfsg-1_amd64.deb
 4d3bf123278a155104c749dfa0d3d0419ef9adc3b51410ddc8d2edbdf0c4d039 5738 
libopal-dbg_3.8.4~dfsg-1_amd64.deb
 4edf63c2a78dd6e34b3943948b9301017960f4962418e305f355e43b56e3777b 4899068 
libopal-doc_3.8.4~dfsg-1_all.deb
Files: 
 3592434e7a3da87b5137f0443b82094d 1612 libs optional opal_3.8.4~dfsg-1.dsc
 8303d21accf544d71f458ebaf041dc89 11765515 libs optional 
opal_3.8.4~dfsg.orig.tar.gz
 2c584918dcf0c21619eed455caaa6091 18046 libs optional opal_3.8.4~dfsg-1.diff.gz
 721f0d176ae6db62d499c444fe513ef6 3578358 libs optional 
libopal3.8.4_3.8.4~dfsg-1_amd64.deb
 9b71ad28c4956dc9f6675cb21be3493f 5427988 libdevel optional 
libopal-dev_3.8.4~dfsg-1_amd64.deb
 4e0bb265bef5ed76a4596d180b59df6a 71498 comm optional 
simpleopal_3.8.4~dfsg-1_amd64.deb
 9470c2630eefd2d789aac968431b2a1d 5738 debug extra 
libopal-dbg_3.8.4~dfsg-1_amd64.deb
 4facd39fe544c960fc880ecc51575e88 4899068 doc extra 
libopal-doc_3.8.4~dfsg-1_all.deb

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

iEYEARECAAYFAk1uKA4ACgkQoCzanz0IthKNmgCeINX7Tm2t0tOYEFrLClx5I4/g
2NoAoIAiUjYPH8S/yu64O05KtQbF6/JD
=eAoR
-END PGP SIGNATURE-


Accepted:
libopal-dbg_3.8.4~dfsg-1_amd64.deb
  to main/o/opal/libopal-dbg_3.8.4~dfsg-1_amd64.deb
libopal-dev_3.8.4~dfsg-1_amd64.deb
  to main/o/opal/libopal-dev_3.8.4~dfsg-1_amd64.deb
libopal-doc_3.8.4~dfsg-1_all.deb
  to main/o/opal/libopal-doc_3.8.4~dfsg-1_all.deb
libopal3.8.4_3.8.4~dfsg-1_amd64.deb
  to main/o/opal/libopal3.8.4_3.8.4~dfsg-1_amd64.deb
opal_3.8.4~dfsg-1.diff.gz
  to main/o/opal/opal_3.8.4~dfsg-1.diff.gz
opal_3.8.4~dfsg-1.dsc
  to main/o/opal/opal_3.8.4~dfsg-1.dsc
opal_3.8.4~dfsg.orig.tar.gz
  to main/o/opal/opal_3.8.4~dfsg.orig.tar.gz
simpleopal_3.8.4~dfsg-1_amd64.deb
  to main/o/opal/simpleopal_3.8.4~dfsg-1_amd64.deb


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



Accepted python-cogent 1.5-2 (source amd64)

2011-03-05 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Mar 2011 11:30:18 +0100
Source: python-cogent
Binary: python-cogent
Architecture: source amd64
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 python-cogent - framework for genomic biology
Changes: 
 python-cogent (1.5-2) unstable; urgency=low
 .
   * debian/copyright: Clarified license of two single non-free files
 - package can go to main
   * debian/control:
 - Added myself to uploaders
 - python-central - python-support
 - Build-Depends: python-sphinx to create doc in HTML format
 - Depends: libjs-jquery to enable using Debian packaged version
   of this JS library
   * debian/rules:
 - Short dh syntax to simplyfy the following tasks
 - Build html doc from rst
 - avoid compressing used files
   * Removed README.Debian because the non-free issue is solved
   * debian/links: Link against Debian's jquery.js
Checksums-Sha1: 
 097958c77459e443ed9db2201410761f6b974eb8 1478 python-cogent_1.5-2.dsc
 6d54d41add9b871857b7829c2b172218b52358ce 4925 python-cogent_1.5-2.debian.tar.gz
 91b8bef2ca5f41598163f10c9845b4e5ad183d48 1866096 python-cogent_1.5-2_amd64.deb
Checksums-Sha256: 
 5df86d9ee57822ee6f7f71f0d0187c3eee474bcb1972b8f50df10b924bb69b02 1478 
python-cogent_1.5-2.dsc
 b8acb3fa6aef917f70f1b51c3ead9ea7149e2ca7d56c0aca614293a377847b96 4925 
python-cogent_1.5-2.debian.tar.gz
 16b2fcc5e3c74396a71c0b4a934adf9d6122125602af19bd8d8bb15901623710 1866096 
python-cogent_1.5-2_amd64.deb
Files: 
 38388b48e6861f7a571a9147d29fb585 1478 python extra python-cogent_1.5-2.dsc
 b39a3eb324102e3cb657f12dfbfbf1f7 4925 python extra 
python-cogent_1.5-2.debian.tar.gz
 0e880e2f4e44e32cd5363328f87fdeec 1866096 python extra 
python-cogent_1.5-2_amd64.deb

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

iEYEARECAAYFAk1s8SEACgkQYDBbMcCf01rutwCghvZSKkGyFIaWHmKW6Oy40Pks
g1UAoJnX09nUBU1ZVhBjansZwqQoNNiz
=0jFl
-END PGP SIGNATURE-


Accepted:
python-cogent_1.5-2.debian.tar.gz
  to main/p/python-cogent/python-cogent_1.5-2.debian.tar.gz
python-cogent_1.5-2.dsc
  to main/p/python-cogent/python-cogent_1.5-2.dsc
python-cogent_1.5-2_amd64.deb
  to main/p/python-cogent/python-cogent_1.5-2_amd64.deb


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



Accepted scilab 5.3.1-1 (source all i386)

2011-03-05 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Mar 2011 15:37:03 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg libscilab-java 
libscilab2-java scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja 
scilab-test
Architecture: source all i386
Version: 5.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libscilab-java - Scientific software package for numerical computations (Java 
API)
 libscilab2-java - Scientific software package for numerical computations (Java 
API)
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (english documentations)
 scilab-doc-fr - Scientific software package (french documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-full-bin-dbg - Scientific software package (scilab debugging symbols)
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-minimal-bin-dbg - Scientific software package (scilab-cli debugging 
symbols)
 scilab-test - Scientific software package for numerical computations (test file
Changes: 
 scilab (5.3.1-1) unstable; urgency=low
 .
   * New upstream release
   * Japanese documentation added (package scilab-doc-ja)
   * Switch to dpkg-source 3.0 (quilt) format
   * Aurélien removed from uploader (MIA)
   * Updated description with Xcos
Checksums-Sha1: 
 0f628bc0d6b8e1ca995a96e22cbf4367d4d5fe8d 2202 scilab_5.3.1-1.dsc
 4539c71bbf59cf0bd289955709328b586476bcba 57559829 scilab_5.3.1.orig.tar.gz
 1e9f72230d363108695193a9a27a8ea4bcb56642 38861 scilab_5.3.1-1.debian.tar.gz
 941f0d4994cb85842b207bdf7856eaf170fc2c2f 39886 scilab-cli_5.3.1-1_all.deb
 a429b76575d64382234573abfed17dafa8b9dff7 222040 scilab_5.3.1-1_all.deb
 ca40ae5a96dda88ac1e62b31fc53f7740fb3eae2 12533468 scilab-data_5.3.1-1_all.deb
 fd7e0672f79f07d2115da23d069a8009d0a92ee4 10623734 scilab-doc_5.3.1-1_all.deb
 590f624713ecaef747545781d2860c48d6733cac 9530408 scilab-doc-fr_5.3.1-1_all.deb
 96af154fb1ae63c27ee13e3bb0271b46fd0c6f6d 8505482 
scilab-doc-pt-br_5.3.1-1_all.deb
 015fdcccd09c51ec0efc6901dfe3c301ac59be38 9121918 scilab-doc-ja_5.3.1-1_all.deb
 1e3b085ff669d9a351d4a631751c392188beb8a4 33179474 scilab-test_5.3.1-1_all.deb
 e8363b34edc062db33de88f5607d208d3b88b2c2 99784 scilab-include_5.3.1-1_i386.deb
 d4af52c5a1e6eab67139f21c8d714d800d658355 2552480 
scilab-minimal-bin_5.3.1-1_i386.deb
 002ce2d29bf5cb46da08162abe5ca1c2b79ee32c 1926628 
scilab-full-bin_5.3.1-1_i386.deb
 42e2165f0065d1c68a8be8407a446695d9363924 3318406 
scilab-minimal-bin-dbg_5.3.1-1_i386.deb
 9cda1b3173e666f651a437d65db6764f70eb2499 4685802 
scilab-full-bin-dbg_5.3.1-1_i386.deb
 547520cf5791454cf99d39113cf35f7aa231d634 55470 libscilab-java_5.3.1-1_i386.deb
 0bf9ca3a1d446c02de7527676bf6ff7e1cb61a4c 49478 libscilab2-java_5.3.1-1_i386.deb
Checksums-Sha256: 
 6d688387a8147b30428aa02f17f13a140e536c6fba45709a0a8b0b4e3207f025 2202 
scilab_5.3.1-1.dsc
 24819e0f580f3aa9afb4c81e0d853ca0b80b271ca1b5cd818a14cb54f669e1c7 57559829 
scilab_5.3.1.orig.tar.gz
 ca94ad2327e5cba5e499dd163dfa995b1c2009420c6fa7be22f471e5cdf59382 38861 
scilab_5.3.1-1.debian.tar.gz
 7db69a16a502cf963f899065b54d648cc7b530ed6d7f332086cf7d170d18 39886 
scilab-cli_5.3.1-1_all.deb
 4fd674ac3bc3231a839f38bd416d13495a113b960e33e6b62cf04b407b8c728a 222040 
scilab_5.3.1-1_all.deb
 51c57a32488869d1eed354e3f65f0cfb325e788c7b79c866cbc8be6099324a33 12533468 
scilab-data_5.3.1-1_all.deb
 c34a9db6817913e5d6bddec0f3a6c4ee355ca9adf20127b5004832c479016650 10623734 
scilab-doc_5.3.1-1_all.deb
 17bac156157bac7542662eaed77ab3a9160d4cc296bf9e0d873696ad729b85dd 9530408 
scilab-doc-fr_5.3.1-1_all.deb
 5bfbf373e340fe736b54dae16fde2c75762fe574605950de76e301a6a6804557 8505482 
scilab-doc-pt-br_5.3.1-1_all.deb
 788a2f1c0035c81ab8c227d50e51afc444b2c45e818a54af16f29e618e9b8a21 9121918 
scilab-doc-ja_5.3.1-1_all.deb
 80cdd1bbe1c3cec6a99ac34d4041409c0e9b8f8980c91f8b7739c664e04bb266 33179474 
scilab-test_5.3.1-1_all.deb
 cc6fab062c05f173d8c129bac092d0c8627dbcaaa02b21446ae3bbbf185aff9c 99784 
scilab-include_5.3.1-1_i386.deb
 dae4f4a0c1e55028ba0fa3046008a4910be45b1d3371e0bcb1a7f36b10c8a499 2552480 
scilab-minimal-bin_5.3.1-1_i386.deb
 a2b41e2158c8d5406c0206dc2ba95b33a2a726e6bfa788b7ded51776de78d9c9 1926628 
scilab-full-bin_5.3.1-1_i386.deb
 

Accepted telepathy-logger 0.2.4-1 (source all amd64)

2011-03-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Mar 2011 09:26:10 +
Source: telepathy-logger
Binary: telepathy-logger libtelepathy-logger2 libtelepathy-logger-dev 
libtelepathy-logger2-dbg libtelepathy-logger-doc gir1.2-telepathylogger-0.2
Architecture: source amd64 all
Version: 0.2.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-telepathylogger-0.2 - Telepathy logger service - introspection
 libtelepathy-logger-dev - Telepathy logger service -- utility library (headers)
 libtelepathy-logger-doc - Telepathy logger service -- documentation
 libtelepathy-logger2 - Telepathy logger service - utility library
 libtelepathy-logger2-dbg - Telepathy logger service -- debug symbols
 telepathy-logger - Telepathy logger service - Daemon
Changes: 
 telepathy-logger (0.2.4-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/control:
   - Remove build dependency on gnome-doc-utils.
 + debian/control,
   debian/rules:
   - Enable introspection support.
Checksums-Sha1: 
 f17941cb32ec581fd1b46a0366f7a5c3a217ff71 2001 telepathy-logger_0.2.4-1.dsc
 d647363836936d41d75f14bb83de3b80d12441f4 466479 
telepathy-logger_0.2.4.orig.tar.bz2
 87310710ec41cfabcff41745b32dc5e9072a7ebc 4981 
telepathy-logger_0.2.4-1.debian.tar.gz
 e2616341b4a0eeb5f0a996e03fc050d90112c69c 8124 
telepathy-logger_0.2.4-1_amd64.deb
 942dfbf2ecc54916d75e63bb97101f16e6f40edd 76700 
libtelepathy-logger2_0.2.4-1_amd64.deb
 e00b195f7a6e6a7ba02953941f6d851a7ec14da4 104598 
libtelepathy-logger-dev_0.2.4-1_amd64.deb
 ffbed7567a3875db41a3b52faca9be8a43f38e01 155056 
libtelepathy-logger2-dbg_0.2.4-1_amd64.deb
 9dca350e51972e54e5299b006bb7853c391233bf 20134 
libtelepathy-logger-doc_0.2.4-1_all.deb
 bc9ad25bf1682c88b430442e94e8f1f950a365f0 5202 
gir1.2-telepathylogger-0.2_0.2.4-1_amd64.deb
Checksums-Sha256: 
 5152839275355cc90e530f89f04e992c521e21a1925291d2f893ad5a2d1d8b06 2001 
telepathy-logger_0.2.4-1.dsc
 f1fc53dbd8a6916057e109f788fea0a3777e8423d33baf60cb4e6fe51fc8d70c 466479 
telepathy-logger_0.2.4.orig.tar.bz2
 1b67e4528d1c08c80e89c40aa2d5a1843ff9eafe41c452eae66f368bb06298c2 4981 
telepathy-logger_0.2.4-1.debian.tar.gz
 88c0ee2347474382269361e9a11258d21358d3e0a6f2e27d801a42c6e2853bbe 8124 
telepathy-logger_0.2.4-1_amd64.deb
 1bf830342c199c2dae4a8c7421165d099ef9c7a7548d741366509c9f06868d7a 76700 
libtelepathy-logger2_0.2.4-1_amd64.deb
 6b96055a00679f076cc9aace2eca7876072d52c16639bfaf92f06b9b33f0bc91 104598 
libtelepathy-logger-dev_0.2.4-1_amd64.deb
 084fde277a11a2b4320c1a4070880991ce7273fc988796a52c109621b76de5fb 155056 
libtelepathy-logger2-dbg_0.2.4-1_amd64.deb
 00c8a60c6061556eacfd62af076f60aa6c859efe90f6a865abe08762f634fd46 20134 
libtelepathy-logger-doc_0.2.4-1_all.deb
 196a389b12b0aaec08d0c977eb1d785b6f853167331f8aa56d8ee401db773a76 5202 
gir1.2-telepathylogger-0.2_0.2.4-1_amd64.deb
Files: 
 5f86ef1c5b24c6579b98d9a8b872f0a2 2001 libs optional 
telepathy-logger_0.2.4-1.dsc
 f0e0560d52340aa5d367577c1c1db081 466479 libs optional 
telepathy-logger_0.2.4.orig.tar.bz2
 6ec45f60b7dece7e54876cff729b5d02 4981 libs optional 
telepathy-logger_0.2.4-1.debian.tar.gz
 e70d2d5b9292a8eb5dd1ead4e934eb2d 8124 libs optional 
telepathy-logger_0.2.4-1_amd64.deb
 9a6ac3baf41ce99bf32c648529cea8ac 76700 libs optional 
libtelepathy-logger2_0.2.4-1_amd64.deb
 ae57d177200f895db08caeada54ecc15 104598 libdevel optional 
libtelepathy-logger-dev_0.2.4-1_amd64.deb
 4744d4c6320602a3fdd7f476902a2de1 155056 debug extra 
libtelepathy-logger2-dbg_0.2.4-1_amd64.deb
 e5bbf232311fe445516b21ae8522f016 20134 doc optional 
libtelepathy-logger-doc_0.2.4-1_all.deb
 015b29c852adb13aa35b64216419bf2e 5202 libs optional 
gir1.2-telepathylogger-0.2_0.2.4-1_amd64.deb

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

iEYEARECAAYFAk1uDc0ACgkQhTV17EoIsv5zxACfbD8r41FfitPWzzbnoTEsahMY
T1gAn3AmmbuWpIe2//fgWparNqsF12zE
=AqnM
-END PGP SIGNATURE-


Accepted:
gir1.2-telepathylogger-0.2_0.2.4-1_amd64.deb
  to main/t/telepathy-logger/gir1.2-telepathylogger-0.2_0.2.4-1_amd64.deb
libtelepathy-logger-dev_0.2.4-1_amd64.deb
  to main/t/telepathy-logger/libtelepathy-logger-dev_0.2.4-1_amd64.deb
libtelepathy-logger-doc_0.2.4-1_all.deb
  to main/t/telepathy-logger/libtelepathy-logger-doc_0.2.4-1_all.deb
libtelepathy-logger2-dbg_0.2.4-1_amd64.deb
  to main/t/telepathy-logger/libtelepathy-logger2-dbg_0.2.4-1_amd64.deb
libtelepathy-logger2_0.2.4-1_amd64.deb
  to main/t/telepathy-logger/libtelepathy-logger2_0.2.4-1_amd64.deb
telepathy-logger_0.2.4-1.debian.tar.gz
  to main/t/telepathy-logger/telepathy-logger_0.2.4-1.debian.tar.gz
telepathy-logger_0.2.4-1.dsc
  to main/t/telepathy-logger/telepathy-logger_0.2.4-1.dsc
telepathy-logger_0.2.4-1_amd64.deb
  to main/t/telepathy-logger/telepathy-logger_0.2.4-1_amd64.deb
telepathy-logger_0.2.4.orig.tar.bz2
  to 

Accepted iptables-persistent 0.5.1 (source all)

2011-03-05 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Mar 2011 10:18:07 +
Source: iptables-persistent
Binary: iptables-persistent
Architecture: source all
Version: 0.5.1
Distribution: unstable
Urgency: low
Maintainer: Jonathan Wiltshire j...@debian.org
Changed-By: Jonathan Wiltshire j...@debian.org
Description: 
 iptables-persistent - boot-time loader for iptables rules
Closes: 608531 610169 610264 610277 610325 610643 610646 610677 611150 611437 
611714 613368
Changes: 
 iptables-persistent (0.5.1) unstable; urgency=low
 .
   * [f62ef8] Depend on lsb-base (Closes: #608531)
   * [82ba5d] Improve package description
   * [90bce5] Only autosave rules on first package installation, not on
 upgrades
   * [f60a5e] Debconf templates and debian/control reviewed by the
 debian-l10n-english team as part of the Smith review project.
 (Closes: #610169)
   * [f542f6] Debconf translation to Danish (Closes: #610264)
 - thanks to Joe Dalton
   * [f7b486] Debconf translation to Portugese (Closes: #610277)
 - thanks to Américo Monteiro
   * [f73645] Debconf translation to Czech (Closes: #610325)
 - thanks to Michal Simunek
   * [3ac07a] Debconf translation to Italian- thanks to Vincenzo
 Campanella
   * [1677c1] Debconf translation to Russian (Closes: #610643)
 - thanks to Yuri Kozlov
   * [c4a068] Debconf translation to French (Closes: #610677)
 - thanks to Steve Petruzzello
   * [70cfba] Debconf translation to German (Closes: #610646)
 - thanks to Chris Leick
   * [d0a8f6] Debconf translation to Swedish (Closes: #611150)
 - thanks to Martin Bagge
   * [cbdac5] Debconf translation to Brazillian Portugese
 (Closes: #611437)- thanks to Adriano Rafael Gomes
   * [1d3bf1] Debconf translation to Spanish (Closes: #611714)
 - thanks to Ricardo Fraile
   * [0eb3ca] Correctly save IPv6 rules during startup (Closes: #613368)
Checksums-Sha1: 
 180bc233f584d733e1d4d2b6679e933d95bf742a 1566 iptables-persistent_0.5.1.dsc
 84c3d36c3633dc696f3db6e889552230b0da6eaa 9892 iptables-persistent_0.5.1.tar.gz
 cb7c3b01a707731e03855e9904252d89df989b30 7022 iptables-persistent_0.5.1_all.deb
Checksums-Sha256: 
 1222e8fd53a242b8b1faae9464221932ab3105e4fcd58cd2ddd5f07a64f8097a 1566 
iptables-persistent_0.5.1.dsc
 cf6d7f5b1fcff0f1c7af8218126c7d71152bb661c4ad803c856313ee8316d54f 9892 
iptables-persistent_0.5.1.tar.gz
 7fad28b4926ea2974d1cbdf19ef80195b4e89df3dfe6850f57dd12f7c16e14e6 7022 
iptables-persistent_0.5.1_all.deb
Files: 
 1864eed9bf9e80a917f381b63a4a4a64 1566 admin optional 
iptables-persistent_0.5.1.dsc
 e8ed539ed795e61369f206727b09d5f7 9892 admin optional 
iptables-persistent_0.5.1.tar.gz
 aa39f77db0e59febfb5dd8513f1aa8ea 7022 admin optional 
iptables-persistent_0.5.1_all.deb

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

iQIcBAEBAgAGBQJNcipqAAoJEFOUR53TUkxRqyYP/ipuzEFJnFepmQbW8b8J+acF
dVGihItbnSCZHYJNpIhQk3/tPyYLp5rzHUCDjsvM7TlwgVukPzEj5MuOad3a3HzH
16Ea1N7fnNkStOYNLaAtmyIm7Viz2fw3Fy4HwzPfBlCJvtMWDvuM3+W0p5ER44oQ
R7Q5PVlBxKmiXQYrBqmDjK5yZwzgZvNcVoWQJ3xnx04xu0ASyo4OzbemYgv9NVI/
X10qcQ8xC5La7oC8VsGYd2+DEmAjhQkl/pByBcK+fh4WVk2BspwsYXVw3EE7PPS+
pdyu8pdMirpKM0YgoxBT65SU/WfvSq6HwmKOmHQxR8tCNvEZvFvzaFJv1yWWdWDu
tPGaFXGw5R+twNSJycVtfSX10xxUWezLj35wMJHRPIZY1KcN2BrWYQwX0tsWaCd1
YHpNQxp79djUW9gYhEB4m48IvEZ8cb++NB2uzIBupROMYvRDGDYvXWA2jKFHcMCD
zfMfW9ZLibI1ePn03213Tvs04r5Te1riE7NjeTw98Tlyr8F+k0LJog4c2UQq+WhY
YJoV9P+BSU+0E/qQEkN84Hidv8DWkMp5NczPssQhdjKObbHdAq7Pk9DrECMBb03S
sT46yGzZj4BGD0pZY2u4saXuZO+4DuPeuWRHyDAuTsU0YbqqAt8lqnXpSsASvIOk
lzqdgj9z51K6lkSL7OfM
=0RKf
-END PGP SIGNATURE-


Accepted:
iptables-persistent_0.5.1.dsc
  to main/i/iptables-persistent/iptables-persistent_0.5.1.dsc
iptables-persistent_0.5.1.tar.gz
  to main/i/iptables-persistent/iptables-persistent_0.5.1.tar.gz
iptables-persistent_0.5.1_all.deb
  to main/i/iptables-persistent/iptables-persistent_0.5.1_all.deb


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



Accepted portaudio19 19+svn20110302-1 (source all amd64)

2011-03-05 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 13:02:48 +0100
Source: portaudio19
Binary: libportaudio2 libportaudiocpp0 portaudio19-dev portaudio19-doc
Architecture: source amd64 all
Version: 19+svn20110302-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 libportaudio2 - Portable audio I/O - shared library
 libportaudiocpp0 - Portable audio I/O C++ bindings - shared library
 portaudio19-dev - Portable audio I/O - development files
 portaudio19-doc - Portable audio I/O - documentation
Changes: 
 portaudio19 (19+svn20110302-1) unstable; urgency=low
 .
   * New upstream stable release candidate.
   * Drop patches that were accepted upstream.
   * Refresh audacity-portmixer.patch.
   * Add new PaAlsa_SetLibraryPathName@Base to libportaudio2 symbols.
Checksums-Sha1: 
 e595c9ad36573b1d832d3dbdbd2354d6264d33f3 2269 portaudio19_19+svn20110302-1.dsc
 3fdee017aa198b5b9c726b190367633fc611c4fa 1382158 
portaudio19_19+svn20110302.orig.tar.gz
 7d7af90c382c1d9d0fb8b461eec096b7aa50b1c7 8661 
portaudio19_19+svn20110302-1.debian.tar.gz
 7ffbc01c93cb7e3ead8013ef2d0310bd45985f90 74400 
libportaudio2_19+svn20110302-1_amd64.deb
 049f66f48f49667476910dbbde42a5102a38f63a 24028 
libportaudiocpp0_19+svn20110302-1_amd64.deb
 a8b10a682b4faa2f63f56bd31f8df784f6f58e9f 50660 
portaudio19-dev_19+svn20110302-1_amd64.deb
 7cf90a40f948ccdcfd5b9e31f6f6200ad601411e 2664188 
portaudio19-doc_19+svn20110302-1_all.deb
Checksums-Sha256: 
 161c774f117b623c49d97d2446f253eae55d2cf5f4cfa5a13bc711de6cd79d79 2269 
portaudio19_19+svn20110302-1.dsc
 f5a0bb4fda7d3bdf747025c3b4e52e7ea653ee2323399d58105cf1e7b86e26ed 1382158 
portaudio19_19+svn20110302.orig.tar.gz
 de9de7784c91869678bbb3ec6998df348ef220b9c2b3c56e53d3d995345a62a7 8661 
portaudio19_19+svn20110302-1.debian.tar.gz
 259cf8d415ac0ae022d83dba56f1a72955769a36b21188a8754b1bc03840349b 74400 
libportaudio2_19+svn20110302-1_amd64.deb
 d458be465c6bcc6ea776309ea58d4c35fc346f8fb3950446c84ce251f19f42af 24028 
libportaudiocpp0_19+svn20110302-1_amd64.deb
 9808d1a5fa4b26c0c81472d41d01670277dc7c49d8ac5fbc6029cd62afc13eaf 50660 
portaudio19-dev_19+svn20110302-1_amd64.deb
 3e8b8a2aade201db0c0484936e36d50420db1f2f768e08f8fb3b3bb56ac038ef 2664188 
portaudio19-doc_19+svn20110302-1_all.deb
Files: 
 199a2d26674c760f770f1e8841784a24 2269 sound optional 
portaudio19_19+svn20110302-1.dsc
 389098a66654bec0c264de5894c34a32 1382158 sound optional 
portaudio19_19+svn20110302.orig.tar.gz
 6270936a42c303bfde508bca45cf52eb 8661 sound optional 
portaudio19_19+svn20110302-1.debian.tar.gz
 2fb2288eb44ced1e175d4c96197f82cb 74400 libs optional 
libportaudio2_19+svn20110302-1_amd64.deb
 11b02f47e9c9d9cc4c7386ff1085751d 24028 libs optional 
libportaudiocpp0_19+svn20110302-1_amd64.deb
 88f54b8522f83eb6dfa4fbff23b6f6ed 50660 devel optional 
portaudio19-dev_19+svn20110302-1_amd64.deb
 aa3aec10c2efa9fbfff33c833c53db0d 2664188 doc optional 
portaudio19-doc_19+svn20110302-1_all.deb

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

iQIcBAEBCgAGBQJNcim7AAoJEBWetcTvyHdMOhcP/i+isg5uTsWCWQ3uSEsdfUtF
cvXL1U4xdgGZirK+CDhMJpvslVZ1U56RdAYJl7UV6RqorzqcFBvoNBJ1GcQHEV5y
ZlLfIp11H07vjDP4S7Zaq06bI+VNjvOf6+IEgqJ1dvICwOc2Z9aWuNxz5dQfY1JD
aQ07OfwoayQLTJK10HaxpnnIS0bRiS3FAb8niyyKoou20JRcd3NIW62NWmR6q2xJ
TCmg7o8qR15iaQjcHXS4xLCvEAbjT7wxuF+JTT6SdL4kwCntTCzIhfe6FigBHBNN
+VRQaDr/qrQukCym8oS+MZU0b/c4+ZF4Zi27HVtt7SwDYmDyeSjRBmgTVyZGv03V
P5Js9rDsqRlCkmV1MzvEREfLhs+yWDk2wvT7qnElhevrUXCcALc2Muh3OkH1wWeP
4kkiDWiXztoF8hQJ2wdmI8TbfF34AMOz/oNmBM7GtdZWH4dNjgF6Uq+p59x3ZeOO
8/s0szUd5vB1l9hxqBdJ5/+QUJupWYi+tkpXqn7RoceuvWJvbiz3aDkHQVuLSmBX
UuAS1wTq8IjMDU0Tlfn74WqaRVDkopblqE6i9IL+gcL2zDhkCRj3jUoRq167S4K6
OInoUFr3snqHL20qv7NoQfW8seLZm8tpl2KlbUhTfhomBQD+/TDJDC9sAWCEn9bb
aBYs7iB/Do1NLdElhWTc
=YtSP
-END PGP SIGNATURE-


Accepted:
libportaudio2_19+svn20110302-1_amd64.deb
  to main/p/portaudio19/libportaudio2_19+svn20110302-1_amd64.deb
libportaudiocpp0_19+svn20110302-1_amd64.deb
  to main/p/portaudio19/libportaudiocpp0_19+svn20110302-1_amd64.deb
portaudio19-dev_19+svn20110302-1_amd64.deb
  to main/p/portaudio19/portaudio19-dev_19+svn20110302-1_amd64.deb
portaudio19-doc_19+svn20110302-1_all.deb
  to main/p/portaudio19/portaudio19-doc_19+svn20110302-1_all.deb
portaudio19_19+svn20110302-1.debian.tar.gz
  to main/p/portaudio19/portaudio19_19+svn20110302-1.debian.tar.gz
portaudio19_19+svn20110302-1.dsc
  to main/p/portaudio19/portaudio19_19+svn20110302-1.dsc
portaudio19_19+svn20110302.orig.tar.gz
  to main/p/portaudio19/portaudio19_19+svn20110302.orig.tar.gz


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



Accepted typo3-src 4.5.2+dfsg1-1 (source all)

2011-03-05 Thread Christian Welzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 2 Mar 2011 22:00:00 +0100
Source: typo3-src
Binary: typo3-src-4.5 typo3-database typo3-dummy typo3
Architecture: source all
Version: 4.5.2+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Christian Welzel gaw...@camlann.de
Changed-By: Christian Welzel gaw...@camlann.de
Description: 
 typo3  - The enterprise level open source WebCMS (Meta)
 typo3-database - TYPO3 - The enterprise level open source WebCMS (Database)
 typo3-dummy - web content management system
 typo3-src-4.5 - TYPO3 - The enterprise level open source WebCMS (Core)
Changes: 
 typo3-src (4.5.2+dfsg1-1) unstable; urgency=low
 .
   * New upstream release.
   * Moved php5-xcache to Recommends and added php-apc as alternative.
   * Removed 07-fix-beforeWrap-of-TMENU.patch (now included in upstream).
   * Removed swiftmailer from typo3/contrib, added depend on libphp-swiftmailer.
   * Added /usr/share/php/Swift/ to open_basedir in apache config.
Checksums-Sha1: 
 10b00b2615b9ac4875ff9f06a057feede954f8f1 1361 typo3-src_4.5.2+dfsg1-1.dsc
 09324eb48a50e7e7e9c9796848e17268f528d76c 9227 
typo3-src_4.5.2+dfsg1.orig-dummy.tar.gz
 dc8158b668fdbfeaf1edbcd108173ac6bc93cfe9 19086868 
typo3-src_4.5.2+dfsg1.orig.tar.gz
 67d5e1931f8302802e15954830314701902ac626 149175 
typo3-src_4.5.2+dfsg1-1.debian.tar.gz
 c03d6d29f33b9110c7516f4ea48f714e3ba88651 18766220 
typo3-src-4.5_4.5.2+dfsg1-1_all.deb
 e5ea0ad7ba531be1acdb842f59eedc49ed75033c 257114 
typo3-database_4.5.2+dfsg1-1_all.deb
 2b1ed33c063145720020bb2679195ec178b8514d 263598 
typo3-dummy_4.5.2+dfsg1-1_all.deb
 4eb3a3ddafc6af9f17f49178fc6d7b6f45bb2782 1250 typo3_4.5.2+dfsg1-1_all.deb
Checksums-Sha256: 
 f0463e6ea3d2e840ebfe72ff78f39871427c140e0179ac21db888abf5e696245 1361 
typo3-src_4.5.2+dfsg1-1.dsc
 4776148d7d1caff088b58f7eac905540022f07be9eea52077f4a2abdde688e23 9227 
typo3-src_4.5.2+dfsg1.orig-dummy.tar.gz
 698577284b8ea009ca21e49786ce60dd447bbe9ebdfa6cacf748fd04d7b5efb8 19086868 
typo3-src_4.5.2+dfsg1.orig.tar.gz
 b249779567fa776abf7d49a67694f2b05d3b97c2057ee2e36f9cc3f5b99b803e 149175 
typo3-src_4.5.2+dfsg1-1.debian.tar.gz
 8ad1c0816e51f16d3219e629dd0dbe30ba10d6f8a9bc54b3b42381af89cb76e2 18766220 
typo3-src-4.5_4.5.2+dfsg1-1_all.deb
 d758fa3663e23765254c6eed8223db97561e4c5873f5414b7065204e3c974898 257114 
typo3-database_4.5.2+dfsg1-1_all.deb
 5becba7dfdf7e2ed9e9434266cbc248bfa71b1e551e85a3c29a1c0cf55efd7c9 263598 
typo3-dummy_4.5.2+dfsg1-1_all.deb
 2544d4db3f52c72342123ea57fd39ba98fddecf8ca1623129821d4568ea71b73 1250 
typo3_4.5.2+dfsg1-1_all.deb
Files: 
 059c924df4841faa43108c607bae3095 1361 web optional typo3-src_4.5.2+dfsg1-1.dsc
 cad7fa2b4a4169e25318ae7f9f1a3e31 9227 web optional 
typo3-src_4.5.2+dfsg1.orig-dummy.tar.gz
 08eb0e263c466a7c96958680c84dc17a 19086868 web optional 
typo3-src_4.5.2+dfsg1.orig.tar.gz
 2d3aeba0744e2fb8a1ab05b22b44862c 149175 web optional 
typo3-src_4.5.2+dfsg1-1.debian.tar.gz
 0c207201d00bcc101e6910540f18c44f 18766220 web optional 
typo3-src-4.5_4.5.2+dfsg1-1_all.deb
 06066786612ba10070e3da36868044c2 257114 web optional 
typo3-database_4.5.2+dfsg1-1_all.deb
 2250e29fa015984cee16ca05755ec36d 263598 web optional 
typo3-dummy_4.5.2+dfsg1-1_all.deb
 427f85a7f9931898c7552ed96e794f06 1250 web optional typo3_4.5.2+dfsg1-1_all.deb

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

iD8DBQFNciPwUHLQNqxYNSARAkEMAKDSiSGDTXjrH4B1S1wadFdFEDJpTwCgr0BN
eh36R/xbVuNmSoIH5qQ+14w=
=kMKQ
-END PGP SIGNATURE-


Accepted:
typo3-database_4.5.2+dfsg1-1_all.deb
  to main/t/typo3-src/typo3-database_4.5.2+dfsg1-1_all.deb
typo3-dummy_4.5.2+dfsg1-1_all.deb
  to main/t/typo3-src/typo3-dummy_4.5.2+dfsg1-1_all.deb
typo3-src-4.5_4.5.2+dfsg1-1_all.deb
  to main/t/typo3-src/typo3-src-4.5_4.5.2+dfsg1-1_all.deb
typo3-src_4.5.2+dfsg1-1.debian.tar.gz
  to main/t/typo3-src/typo3-src_4.5.2+dfsg1-1.debian.tar.gz
typo3-src_4.5.2+dfsg1-1.dsc
  to main/t/typo3-src/typo3-src_4.5.2+dfsg1-1.dsc
typo3-src_4.5.2+dfsg1.orig-dummy.tar.gz
  to main/t/typo3-src/typo3-src_4.5.2+dfsg1.orig-dummy.tar.gz
typo3-src_4.5.2+dfsg1.orig.tar.gz
  to main/t/typo3-src/typo3-src_4.5.2+dfsg1.orig.tar.gz
typo3_4.5.2+dfsg1-1_all.deb
  to main/t/typo3-src/typo3_4.5.2+dfsg1-1_all.deb


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



Accepted c-icap-modules 1:0.1.3-1 (source sparc)

2011-03-05 Thread Tim Weippert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Jan 2011 11:23:39 +0100
Source: c-icap-modules
Binary: libc-icap-mod-clamav libc-icap-mod-urlcheck
Architecture: source sparc
Version: 1:0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Tim Weippert we...@weiti.org
Changed-By: Tim Weippert we...@weiti.org
Description: 
 libc-icap-mod-clamav - C-ICAP Antivirus Service for c-icap (libclamav)
 libc-icap-mod-urlcheck - C-ICAP URL Check Service for c-icap
Closes: 607836
Changes: 
 c-icap-modules (1:0.1.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #607836)
   * Added Depend to clamav, without no scanning can occur
   * Bump Standards version to 3.9.1
   * Restructure rules file to use override_
   * Added onupdate script to recognize clamav pattern updates.
 .
 c-icap-modules (1:0.1.2-1) unstable; urgency=low
 .
   * Upstream splits modules and server
Checksums-Sha1: 
 e2fcdd1ad8e7feacd132fef480d37059599e1bee 1179 c-icap-modules_0.1.3-1.dsc
 f12f92d5971188582dbd0a899f0e907a7ac08ee5 319762 
c-icap-modules_0.1.3.orig.tar.gz
 54b8911c1ff68606ed61fd17e6d7b934381c1b82 3502 
c-icap-modules_0.1.3-1.debian.tar.gz
 407a88df77449f7500d2a2cb4eebe77974c37d97 18998 
libc-icap-mod-clamav_0.1.3-1_sparc.deb
 94772f60f24edcace511565495972d784cb61501 11712 
libc-icap-mod-urlcheck_0.1.3-1_sparc.deb
Checksums-Sha256: 
 fff8810f7d3912f6f4cb58fe7cc54f21c3c4247edc00ac59efa8681ce2931be5 1179 
c-icap-modules_0.1.3-1.dsc
 4762669c978588d236ee655cb6b99b0bb3c525b64698001fe5cd3d26411862e2 319762 
c-icap-modules_0.1.3.orig.tar.gz
 9243113a7a8b0c0a3601a9038fa65aa6c6d65ee7a50cdbacc196a6e7222e533b 3502 
c-icap-modules_0.1.3-1.debian.tar.gz
 775273e04a25886b271bbc88aef4f830f1792ae843811305fd8735e5a672a8a2 18998 
libc-icap-mod-clamav_0.1.3-1_sparc.deb
 7765b63e1adf2ee3f3043adde9139c041f856b188578f27887e1396887f1a740 11712 
libc-icap-mod-urlcheck_0.1.3-1_sparc.deb
Files: 
 e64f32bcb8832c2e09f930688be8ce19 1179 net extra c-icap-modules_0.1.3-1.dsc
 e1ced11a487495d621c2db3a11a5262f 319762 net extra 
c-icap-modules_0.1.3.orig.tar.gz
 5a5277e6671c719770e656b26136a934 3502 net extra 
c-icap-modules_0.1.3-1.debian.tar.gz
 b69dd47e59a8db4929157d2e6f69e11e 18998 net extra 
libc-icap-mod-clamav_0.1.3-1_sparc.deb
 f4b208f30492d2d9fb79e96bc8cf6a5f 11712 net extra 
libc-icap-mod-urlcheck_0.1.3-1_sparc.deb

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

iD8DBQFNJGUy0fhX0Y/ocz0RAq9OAJ0W+21tYaoqMvhOGFYowAHyfTBn7wCfZ1gB
wGHCSfvwdfYnMfVeTlMphjM=
=hg+H
-END PGP SIGNATURE-


Accepted:
c-icap-modules_0.1.3-1.debian.tar.gz
  to main/c/c-icap-modules/c-icap-modules_0.1.3-1.debian.tar.gz
c-icap-modules_0.1.3-1.dsc
  to main/c/c-icap-modules/c-icap-modules_0.1.3-1.dsc
c-icap-modules_0.1.3.orig.tar.gz
  to main/c/c-icap-modules/c-icap-modules_0.1.3.orig.tar.gz
libc-icap-mod-clamav_0.1.3-1_sparc.deb
  to main/c/c-icap-modules/libc-icap-mod-clamav_0.1.3-1_sparc.deb
libc-icap-mod-urlcheck_0.1.3-1_sparc.deb
  to main/c/c-icap-modules/libc-icap-mod-urlcheck_0.1.3-1_sparc.deb


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



Accepted comixcursors 0.7.2-1 (source all)

2011-03-05 Thread Ben Finney
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Feb 2011 09:36:21 +1100
Source: comixcursors
Binary: comixcursors comixcursors-righthanded comixcursors-lefthanded 
comixcursors-righthanded-opaque comixcursors-lefthanded-opaque
Architecture: source all
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Ben Finney ben+deb...@benfinney.id.au
Changed-By: Ben Finney ben+deb...@benfinney.id.au
Description: 
 comixcursors - transitional dummy package
 comixcursors-lefthanded - X11 mouse pointer themes with a comic art feeling 
(LH, translucen
 comixcursors-lefthanded-opaque - X11 mouse pointer themes with a comic art 
feeling (LH, opaque)
 comixcursors-righthanded - X11 mouse pointer themes with a comic art feeling 
(RH, translucen
 comixcursors-righthanded-opaque - X11 mouse pointer themes with a comic art 
feeling (RH, opaque)
Closes: 591595 593890
Changes: 
 comixcursors (0.7.2-1) unstable; urgency=low
 .
   * New upstream version.
   * Remove patches applied upstream:
 + debian/patches/02-qt-cursor-links.patch
 .
 comixcursors (0.7.1-1) unstable; urgency=low
 .
   * The “Mackie Messer” release.
   * New upstream version.
   * debian/patches/02-qt-cursor-links.patch:
 + Add all missing cursor links from Qt4 documentation.
   (Closes: Bug#593890).
   * debian/control:
 + Produce a dummy transitional ‘comixcursors’ binary package.
   * Produce many per-binary-package Debian packaging files from templates.
   * debian/copyright:
 + Update information and format to current DEP-5 candidate format.
 .
 comixcursors (0.7-3) unstable; urgency=low
 .
   * The “Celtissisme” release.
   * debian/rules:
 + We manage the build area manually, so use the ‘clean’ target to
   manually clean up.
 .
 comixcursors (0.7-2) unstable; urgency=low
 .
   * The “Les sanglots longs” release.
   * debian/patches/01-custom-destdir.patch:
 + Use standard ‘DESTDIR’ variable for customising top-level install
   directory.
   * debian/control:
 + Update Homepage to descriptive URL.
 + Remove “Depends: ${shlibs:Depends}”, there are no executable files.
   * debian/control, debian/rules, debian/*.install, debian/*.docs:
 + Conform to “Standards-Version: 3.9.1”. No further changes needed.
 + Install documentation.
 + Split into multiple binary packages, aligned with upstream's
   groupings (RH translucent, LH translucent, RH opaque, LH opaque).
   * debian/preinst:
 + Handle the case where no cursor themes are yet installed
   (Closes: Bug#591595).
 .
 comixcursors (0.7-1) unstable; urgency=low
 .
   * The “Gourou” release.
   * New upstream version. Highlights since previous release:
 + Build “Opaque” and “Left Handed” variants from one source package.
 + License changed to GPLv3 or later.
   * debian/copyright:
 + Update copyright information and upstream identities.
   * debian/patches/:
 + Remove, all existing patches incorporated upstream in this version.
   * debian/control:
 + Declare VCS-Browser URL for Debian packaging source.
 + Update description for currently-included variants.
   * debian/compat:
 + Declare ‘debhelper’ compatibility version 7.
   * debian/postinst, debian/prerm:
 + Handle all of the cursor themes installed by this package.
   * debian/rules:
 + Use new names for upstream files.
 + Adjust for changes in upstream build system.
Checksums-Sha1: 
 a0c5bedfef09a6ddc33f2ac230033e0aa7d66530 1424 comixcursors_0.7.2-1.dsc
 172c389c965124f8a585cf7e7b26dfaa61c721ed 60656 comixcursors_0.7.2.orig.tar.bz2
 92cff97601b3eafdde95486e45f3354997f6c0d8 8315 
comixcursors_0.7.2-1.debian.tar.gz
 4d2e489e5cef7434c1b7adb9b6d18940c3baeb86 5556 comixcursors_0.7.2-1_all.deb
 9d25976e72aec99eb7492137add9bfe2e2a21e41 3606690 
comixcursors-righthanded_0.7.2-1_all.deb
 7779d02246d61543f9d2bbb2c156b40781e54fae 3598470 
comixcursors-lefthanded_0.7.2-1_all.deb
 3c86aedd4f325cae766c7bf7828d7c7622d5c144 3225094 
comixcursors-righthanded-opaque_0.7.2-1_all.deb
 9c4245f57b7598662024f218660017751caafa4a 3236828 
comixcursors-lefthanded-opaque_0.7.2-1_all.deb
Checksums-Sha256: 
 78dc794fa3c54372860398989a388c25a99df23f7fdd2e5020d17bef2a7cef97 1424 
comixcursors_0.7.2-1.dsc
 085705734b6369136c74ab781a534ff3195848926238e228c238a003ee8a7f2b 60656 
comixcursors_0.7.2.orig.tar.bz2
 7583eea97621b751bcd105bb1301180937e200b95c69dad7bc43b91f437064c7 8315 
comixcursors_0.7.2-1.debian.tar.gz
 a4ee0619f00f922a40f1569646520c8bbe617439a2fb375a984c29402631a572 5556 
comixcursors_0.7.2-1_all.deb
 6b9381791233b6ef0c736c42364042691402bc55350d6d78dfb3b022766b3df5 3606690 
comixcursors-righthanded_0.7.2-1_all.deb
 b0702fde39a703bb327157e6051bb097a72488958aa9225aff1a9e52224fa5ee 3598470 
comixcursors-lefthanded_0.7.2-1_all.deb
 1a0dc2a9a30923c856d34b22a84f13d14b8d759671bd1f1f44351ef895b3e202 3225094 
comixcursors-righthanded-opaque_0.7.2-1_all.deb
 e683ad2112fd6b558b6bd8b6792282283ed8a1394b63e3a3c77d80514780f1fb 3236828 

Accepted gauche 0.9.1-3 (source i386 all)

2011-03-05 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Mar 2011 17:38:45 +0900
Source: gauche
Binary: gauche libgauche-0.9-0 gauche-gdbm gauche-zlib gauche-dev gauche-doc
Architecture: source i386 all
Version: 0.9.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Gauche Maintainers pkg-gauche-de...@lists.alioth.debian.org
Changed-By: NIIBE Yutaka gni...@fsij.org
Description: 
 gauche - A Scheme implementation designed for script writing
 gauche-dev - Development files for Gauche
 gauche-doc - Reference manual of Gauche
 gauche-gdbm - gdbm binding for Gauche
 gauche-zlib - zlib binding for Gauche
 libgauche-0.9-0 - Gauche runtime shared library
Changes: 
 gauche (0.9.1-3) unstable; urgency=low
 .
   * debian/patches/19_nettest_skip.patch: Added again to fix FTBFS on
 hurd-i386, armhf and powerpcspe.
   * debian/libgauche-0.9-0.symbols: Updated for mips, mipsel and s390.
   * debian/control (Package): Renamed libgauche-0.9-0.
   * debian/libgauche-0.9-0.{postinst,postrm}: New.
   * debian/libgauche-0.9-0.{install,symbols}: Renamed.
   * debian/patches/27_libgc_fix__data_start.patch: Renamed and include
 similar change for mips/mipsel.
Checksums-Sha1: 
 97a6072741d295468de95bd2087bbea3751bf532 1681 gauche_0.9.1-3.dsc
 8196f529f05bee61b7b1953680eedda1f370b253 34039 gauche_0.9.1-3.debian.tar.gz
 e9badd32304eeeb29273716105741f681c363ace 1134344 gauche_0.9.1-3_i386.deb
 4fd268721cd27e51647787156f6d6332634a2587 1242492 
libgauche-0.9-0_0.9.1-3_i386.deb
 8436123d8206df85644a8b4be696508c6a45141b 200928 gauche-gdbm_0.9.1-3_i386.deb
 5fb633283f97a5e33829256191c4d08845178c46 174550 gauche-zlib_0.9.1-3_i386.deb
 03e4259976df90e8e0400ade62b8994826c04b10 311006 gauche-dev_0.9.1-3_i386.deb
 001db9eb861de2519e86c80e5425f4460883a53e 1138214 gauche-doc_0.9.1-3_all.deb
Checksums-Sha256: 
 9382cb01df99983895bf9235793c6c30d2a93309e992ea36ea12db8510f75c2e 1681 
gauche_0.9.1-3.dsc
 98512548004a17918300ee57f2bab178f5b25b9302509e3e0fe3911ac645367c 34039 
gauche_0.9.1-3.debian.tar.gz
 8ecbc48fefc44e626c88ee8b718516c030f410ed9515e20419f6a1f0330e7ebf 1134344 
gauche_0.9.1-3_i386.deb
 263dd4ebb8e5720e0e1883abce9a17cfb54e00c654b4dcd76353321b690049ba 1242492 
libgauche-0.9-0_0.9.1-3_i386.deb
 7c551072ca4e31b2ca02734b64df466a039e9c7ef224cd1f1ddf9f58dc55076d 200928 
gauche-gdbm_0.9.1-3_i386.deb
 6cbe1bd540d19e69d7b5e4c4851068dc0b6a6643118d6a9c961dbc1cb7ec003c 174550 
gauche-zlib_0.9.1-3_i386.deb
 0f308fe1fb2fc8a99fab9e9e9cfba8d62f93e186553fb725d256c4ad344c7c90 311006 
gauche-dev_0.9.1-3_i386.deb
 d5669396eabe9ee29d10e6b9b3cf1c416a421e7bf64d290e60a9b0907f567d70 1138214 
gauche-doc_0.9.1-3_all.deb
Files: 
 3891d27e20a9fba3e25dfc62f9939b86 1681 lisp optional gauche_0.9.1-3.dsc
 736abe40f19cf05528d2f0416cc93159 34039 lisp optional 
gauche_0.9.1-3.debian.tar.gz
 d9e6e89611943df521b3eec792fd7a11 1134344 lisp optional gauche_0.9.1-3_i386.deb
 22fb11b5ee0e46727114db08247134dd 1242492 libs optional 
libgauche-0.9-0_0.9.1-3_i386.deb
 8ca79717fa8edd28eea9e2dea133c57b 200928 lisp optional 
gauche-gdbm_0.9.1-3_i386.deb
 d50d7267f568aed8253263d2740b424f 174550 lisp optional 
gauche-zlib_0.9.1-3_i386.deb
 63290a4ae5cfbea67361bc7b884e2d0c 311006 lisp optional 
gauche-dev_0.9.1-3_i386.deb
 0c27a48812f29c2ad4e9e9d2e8ca2fce 1138214 doc optional 
gauche-doc_0.9.1-3_all.deb

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

iQEcBAEBCAAGBQJNcKzjAAoJEAC0Xr1Mp7q+yNMIALVIOp1ZLD2/oJjXWjWKDLux
ZijRntqY7Es8vZ1s6/g8Olf/niVGOuJgGo16pcH6/ESSmHWgrk1hsaePEK6zUtMj
ONH2/2OPneGjqqmnMw1/+27vCT0QhW8YnIA+uIrxSzGywahptfvmM9+SiyEKnMRe
aNb6nPoMRxaRE+JSyGcL7S3gBcX2cAnrfPoozdDeAR3Imc1H8acIjTWV5kV6CwkO
LabETakkpOWSC2ULIYWskAFkaCvm6XEupE0uEAAmVb2vyqB373vUY4sfzEYbmt0D
zzVO5yVl+3CiMAPxpLInzGP0U+UXadD1LnOafT5sgGAfrc/RtT1XvNaMukYXFjA=
=QzNI
-END PGP SIGNATURE-


Accepted:
gauche-dev_0.9.1-3_i386.deb
  to main/g/gauche/gauche-dev_0.9.1-3_i386.deb
gauche-doc_0.9.1-3_all.deb
  to main/g/gauche/gauche-doc_0.9.1-3_all.deb
gauche-gdbm_0.9.1-3_i386.deb
  to main/g/gauche/gauche-gdbm_0.9.1-3_i386.deb
gauche-zlib_0.9.1-3_i386.deb
  to main/g/gauche/gauche-zlib_0.9.1-3_i386.deb
gauche_0.9.1-3.debian.tar.gz
  to main/g/gauche/gauche_0.9.1-3.debian.tar.gz
gauche_0.9.1-3.dsc
  to main/g/gauche/gauche_0.9.1-3.dsc
gauche_0.9.1-3_i386.deb
  to main/g/gauche/gauche_0.9.1-3_i386.deb
libgauche-0.9-0_0.9.1-3_i386.deb
  to main/g/gauche/libgauche-0.9-0_0.9.1-3_i386.deb


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



Accepted grub-imageboot 0.5 (source all)

2011-03-05 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 10 Jan 2011 22:40:39 +0100
Source: grub-imageboot
Binary: grub-imageboot
Architecture: source all
Version: 0.5
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt formo...@debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 grub-imageboot - boot iso and floppy images with grub2 and syslinux memdisk
Changes: 
 grub-imageboot (0.5) unstable; urgency=low
 .
   * Update copyright
   * Depend on syslinux-common instead of syslinux
   * Explicitly use format 1.0
Checksums-Sha1: 
 753a11dee83663a14b222d205846b62b2981478c 720 grub-imageboot_0.5.dsc
 989e44e9db83f96097cab3bae7609a98002dcabc 3679 grub-imageboot_0.5.tar.gz
 3c625323d8347da386a7222492a56f570219cecb 3878 grub-imageboot_0.5_all.deb
Checksums-Sha256: 
 a138489eede4c0a2c1491c4ca62f2cf1c1cb6913d3116cceb5ad5f5b89974ee6 720 
grub-imageboot_0.5.dsc
 4e6e33aaf2b773f7327ffb020b7ade43f357a59c0db3aafede9e5f1a9d359607 3679 
grub-imageboot_0.5.tar.gz
 759deb519c0e72bad756cede0c6932b252d23cac065e110179eae24b4271d082 3878 
grub-imageboot_0.5_all.deb
Files: 
 f70c63d9b154bad3ee646521fa233b29 720 admin extra grub-imageboot_0.5.dsc
 595a0ae42a3c6915a40aecc902194c81 3679 admin extra grub-imageboot_0.5.tar.gz
 aca35c322cf3b4d0c3a3baf8deca25d4 3878 admin extra grub-imageboot_0.5_all.deb

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

iEYEARECAAYFAk0rfuoACgkQ01u8mbx9AgoliwCgislGU7IgHR4U3xLMil6dgysT
F/gAnRJ+040gRl7HUijaCJYJ1A/CMzSE
=/KxV
-END PGP SIGNATURE-


Accepted:
grub-imageboot_0.5.dsc
  to main/g/grub-imageboot/grub-imageboot_0.5.dsc
grub-imageboot_0.5.tar.gz
  to main/g/grub-imageboot/grub-imageboot_0.5.tar.gz
grub-imageboot_0.5_all.deb
  to main/g/grub-imageboot/grub-imageboot_0.5_all.deb


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



Accepted haskell-mtl 2.0.1.0-1 (source all i386)

2011-03-05 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Mar 2011 10:33:06 +0530
Source: haskell-mtl
Binary: libghc-mtl-dev libghc-mtl-prof libghc-mtl-doc
Architecture: source all i386
Version: 2.0.1.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-mtl-dev - Haskell monad transformer library for GHC
 libghc-mtl-doc - Haskell monad transformer library for GHC; documentation
 libghc-mtl-prof - Haskell monad transformer library for GHC; profiling 
libraries
Changes: 
 haskell-mtl (2.0.1.0-1) experimental; urgency=low
 .
   [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
   * Use ghc instead of ghc6
 .
   [ Joachim Breitner ]
   * New upstream version (for haskell-platform 2011.1.0.0)
   * Bump standards version, no change
   * Depend on transformers
Checksums-Sha1: 
 12181d7d66b7916db1b0469e47e3cbf645c98a09 1509 haskell-mtl_2.0.1.0-1.dsc
 ecb67ee33aebe5877f07c69767c6a4906e9ff024 14124 haskell-mtl_2.0.1.0.orig.tar.gz
 e9cc1513ac4d2c725e730210e95f479c8a7f86b8 3500 
haskell-mtl_2.0.1.0-1.debian.tar.gz
 153e17a74f29ce77b615bbb5a37567eb10c5d4dc 89898 libghc-mtl-doc_2.0.1.0-1_all.deb
 ffd3e03347ad149084b43d67b28d17ac19bf89b9 92634 
libghc-mtl-dev_2.0.1.0-1_i386.deb
 ccea5b614e7c00cdf2d7de6b8ecd7144daf87b45 118226 
libghc-mtl-prof_2.0.1.0-1_i386.deb
Checksums-Sha256: 
 3ef234ae88faa436b71cc07ca0f68ca77e72d1975223110374fd82a1b0fcab8b 1509 
haskell-mtl_2.0.1.0-1.dsc
 f36be461a0952905b60e750322b20105273f28e3fd99669f8db92240fdbfd2f0 14124 
haskell-mtl_2.0.1.0.orig.tar.gz
 93206486282690f2daebfb4a5c826926496175bca9343c68eaa819865f9cb1a4 3500 
haskell-mtl_2.0.1.0-1.debian.tar.gz
 6c5d60cf6756ba20bfa49f1fb8a0b66ff4c980060b824e38da13297f1d0e48bd 89898 
libghc-mtl-doc_2.0.1.0-1_all.deb
 bffefb33a12bf6d24d92a29ed729c61942e9d44fc4597ac98fa9ddad49872584 92634 
libghc-mtl-dev_2.0.1.0-1_i386.deb
 65d2d5b55af4fef2f0a630c8c305cd0019d745b42ec5d9462b8444cda4d4608a 118226 
libghc-mtl-prof_2.0.1.0-1_i386.deb
Files: 
 c8934dae7f4fd242ef8b57fe6b024ab0 1509 haskell extra haskell-mtl_2.0.1.0-1.dsc
 934fa813625ef7e88a6a96a09815ff95 14124 haskell extra 
haskell-mtl_2.0.1.0.orig.tar.gz
 dbc794b6cb4d6af816dfa2d26bd690f3 3500 haskell extra 
haskell-mtl_2.0.1.0-1.debian.tar.gz
 35ef0e0b4e6e47c9b28016791f8734c9 89898 doc extra 
libghc-mtl-doc_2.0.1.0-1_all.deb
 720a1817fa9f05ab793b5432d929e4a4 92634 haskell extra 
libghc-mtl-dev_2.0.1.0-1_i386.deb
 977109baefb378d2d6775d7652595983 118226 haskell extra 
libghc-mtl-prof_2.0.1.0-1_i386.deb

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

iEYEARECAAYFAk1wcqsACgkQ9ijrk0dDIGwg7wCeIu9T06imyoWOBpeDxfzlqSSU
K0kAn03CIkamb5MDuYiNZgPuj+XDU0OL
=MfPO
-END PGP SIGNATURE-


Accepted:
haskell-mtl_2.0.1.0-1.debian.tar.gz
  to main/h/haskell-mtl/haskell-mtl_2.0.1.0-1.debian.tar.gz
haskell-mtl_2.0.1.0-1.dsc
  to main/h/haskell-mtl/haskell-mtl_2.0.1.0-1.dsc
haskell-mtl_2.0.1.0.orig.tar.gz
  to main/h/haskell-mtl/haskell-mtl_2.0.1.0.orig.tar.gz
libghc-mtl-dev_2.0.1.0-1_i386.deb
  to main/h/haskell-mtl/libghc-mtl-dev_2.0.1.0-1_i386.deb
libghc-mtl-doc_2.0.1.0-1_all.deb
  to main/h/haskell-mtl/libghc-mtl-doc_2.0.1.0-1_all.deb
libghc-mtl-prof_2.0.1.0-1_i386.deb
  to main/h/haskell-mtl/libghc-mtl-prof_2.0.1.0-1_i386.deb


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



Accepted haskell-transformers 0.2.2.0-1 (source all i386)

2011-03-05 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Mar 2011 10:31:47 +0530
Source: haskell-transformers
Binary: libghc-transformers-dev libghc-transformers-prof libghc-transformers-doc
Architecture: source all i386
Version: 0.2.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-transformers-dev - Haskell monad transformer library
 libghc-transformers-doc - Haskell monad transformer library; documentation
 libghc-transformers-prof - Haskell monad transformer library; profiling 
libraries
Changes: 
 haskell-transformers (0.2.2.0-1) experimental; urgency=low
 .
   [ Marco Silva ]
   * Use ghc instead of ghc6
 .
   [ Joachim Breitner ]
   * New upstream relase (proposed platform version)
   * Bump standards version, no change
Checksums-Sha1: 
 530895b2d208852da676be21c1cadc5a2a8ab51b 1525 
haskell-transformers_0.2.2.0-1.dsc
 69361d6afeef9eb7cc0c759c34844db367a64f89 17148 
haskell-transformers_0.2.2.0.orig.tar.gz
 337b78dfbf61dee1383156eb158311b4c2cc4944 3142 
haskell-transformers_0.2.2.0-1.debian.tar.gz
 288be9233218dc957b1324c853a47ec7d599b5ea 115510 
libghc-transformers-doc_0.2.2.0-1_all.deb
 db32ea7d327d1abdb99b8ceca4421b7e12b1a244 271008 
libghc-transformers-dev_0.2.2.0-1_i386.deb
 5cd3440b314929e8bb6ac3b233a4be45b3e8c3db 344322 
libghc-transformers-prof_0.2.2.0-1_i386.deb
Checksums-Sha256: 
 bbcecf65a7b3fc263242fbad4b36b4116dac2a70a9fc065bb3fbb5093b266e7a 1525 
haskell-transformers_0.2.2.0-1.dsc
 bf2d197dbcad9cf964f537b926719b41510b286134bc6d4e5385832b7cff6ada 17148 
haskell-transformers_0.2.2.0.orig.tar.gz
 d45e57043f90aa8ef0d813e3a27129a8b89b18024023ec897b75a6f47b56a57d 3142 
haskell-transformers_0.2.2.0-1.debian.tar.gz
 8ebc7456046f0ec259d898dbb099ad1bacf29c92f75eb7e303f5b72ab77c9129 115510 
libghc-transformers-doc_0.2.2.0-1_all.deb
 f4fa7ce9db27456488bbe171ff68962b1222f8d5c4f9e8e3820f90519de8db98 271008 
libghc-transformers-dev_0.2.2.0-1_i386.deb
 f685329f4dc117adbfeaa6cc1166ffc636c114ecfeba3efed08bdaec791314b6 344322 
libghc-transformers-prof_0.2.2.0-1_i386.deb
Files: 
 209632d7899aa2cc67e70e5aa91c7cca 1525 haskell extra 
haskell-transformers_0.2.2.0-1.dsc
 3470ac66116900cd1ba84d3744474e49 17148 haskell extra 
haskell-transformers_0.2.2.0.orig.tar.gz
 85306d87e04e4f665c294eb74ffb71ac 3142 haskell extra 
haskell-transformers_0.2.2.0-1.debian.tar.gz
 992430d34624f966b555a8d745e5cddd 115510 doc extra 
libghc-transformers-doc_0.2.2.0-1_all.deb
 6ad6bde325a4eb2e51d636db2fa9794c 271008 haskell extra 
libghc-transformers-dev_0.2.2.0-1_i386.deb
 ecd5b5722adb684dfae26af966882aa9 344322 haskell extra 
libghc-transformers-prof_0.2.2.0-1_i386.deb

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

iEYEARECAAYFAk1wcoAACgkQ9ijrk0dDIGyWTgCdFF6tqedamiEByzMNkWfQPkf1
0hcAniVDgBlK/nDaQyPadxLy87aM0HrA
=gntr
-END PGP SIGNATURE-


Accepted:
haskell-transformers_0.2.2.0-1.debian.tar.gz
  to main/h/haskell-transformers/haskell-transformers_0.2.2.0-1.debian.tar.gz
haskell-transformers_0.2.2.0-1.dsc
  to main/h/haskell-transformers/haskell-transformers_0.2.2.0-1.dsc
haskell-transformers_0.2.2.0.orig.tar.gz
  to main/h/haskell-transformers/haskell-transformers_0.2.2.0.orig.tar.gz
libghc-transformers-dev_0.2.2.0-1_i386.deb
  to main/h/haskell-transformers/libghc-transformers-dev_0.2.2.0-1_i386.deb
libghc-transformers-doc_0.2.2.0-1_all.deb
  to main/h/haskell-transformers/libghc-transformers-doc_0.2.2.0-1_all.deb
libghc-transformers-prof_0.2.2.0-1_i386.deb
  to main/h/haskell-transformers/libghc-transformers-prof_0.2.2.0-1_i386.deb


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



Accepted irrlicht 1.7.2+dfsg1-1 (source all mipsel)

2011-03-05 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 20 Feb 2011 14:38:31 +0100
Source: irrlicht
Binary: libirrlicht-dev libirrlicht1.7a libirrlicht1.7a-dbg libirrlicht-doc
Architecture: source all mipsel
Version: 1.7.2+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 libirrlicht-dev - High performance realtime 3D engine development library
 libirrlicht-doc - High performance realtime 3D engine (API documentation)
 libirrlicht1.7a - High performance realtime 3D engine
 libirrlicht1.7a-dbg - debugging symbols for irrlicht
Changes: 
 irrlicht (1.7.2+dfsg1-1) unstable; urgency=low
 .
   * New upstream release (LP: #715700)
   * Debian specific new soname
   * Bump Policy version to 3.9.1 -- no changes
Checksums-Sha1: 
 c9f017051a03758cd6bdec661d02c5ff4ed288e6 2127 irrlicht_1.7.2+dfsg1-1.dsc
 e65de98abf50c9f837b719604e057ea9b7e3a84f 4413186 
irrlicht_1.7.2+dfsg1.orig.tar.gz
 2732207833b20e91711feddc41cd5e3146d8d39f 9640 
irrlicht_1.7.2+dfsg1-1.debian.tar.gz
 c67d7ad27e1cfbb3e84bdbf79529606a907f16bb 3589658 
libirrlicht-doc_1.7.2+dfsg1-1_all.deb
 ea071675b08c870c7d39357d143edcf18ac26593 3675970 
libirrlicht-dev_1.7.2+dfsg1-1_mipsel.deb
 93d4d672a81b6cef25b2fe3c38d9b5a2a93046da 1818554 
libirrlicht1.7a_1.7.2+dfsg1-1_mipsel.deb
 3c4841da8626d5b7db041add21003dc7ddad935d 6624068 
libirrlicht1.7a-dbg_1.7.2+dfsg1-1_mipsel.deb
Checksums-Sha256: 
 f99f0232dc8b3cd1d41031d088ea03ae7ced34e2fdfac4149fea512f370b4cf4 2127 
irrlicht_1.7.2+dfsg1-1.dsc
 a5f280484e8b1bc452bfe6f27532607c2bcd03eff85e1b813b07c2be1b49 4413186 
irrlicht_1.7.2+dfsg1.orig.tar.gz
 7b1941b661c095cb1790e38db621610d617726289ea59bc243a22ee5cc9f45a3 9640 
irrlicht_1.7.2+dfsg1-1.debian.tar.gz
 7a2a8b2b7b7e87328cea88dfbfbe048a89fdef1d3d5161e411c66f9e00989deb 3589658 
libirrlicht-doc_1.7.2+dfsg1-1_all.deb
 cdd6a36dc7982b7f60008be03fd3785de4f5fad81f5375a41a32044bb51f4b05 3675970 
libirrlicht-dev_1.7.2+dfsg1-1_mipsel.deb
 704c0d2ab5bef97c6e6baa070a50bbeac102be6352981f3cd584d831c8c9b4ae 1818554 
libirrlicht1.7a_1.7.2+dfsg1-1_mipsel.deb
 cd3c434e3297b97a9280505910f12d5b6322c2affc1c6d8d6ec55c0dae3d862e 6624068 
libirrlicht1.7a-dbg_1.7.2+dfsg1-1_mipsel.deb
Files: 
 946471ceb4e3182396b84e3ca4723e97 2127 libs optional irrlicht_1.7.2+dfsg1-1.dsc
 f902f1c6c6047bc64aeabcb140590e5d 4413186 libs optional 
irrlicht_1.7.2+dfsg1.orig.tar.gz
 6416a3b83012395a09ea7733d0b91d8f 9640 libs optional 
irrlicht_1.7.2+dfsg1-1.debian.tar.gz
 86e9c7634b24f3414bfb9898e379c9bc 3589658 doc optional 
libirrlicht-doc_1.7.2+dfsg1-1_all.deb
 cce93513f9642a85727c0fafae49cbde 3675970 libdevel optional 
libirrlicht-dev_1.7.2+dfsg1-1_mipsel.deb
 2b4b35653f386ffc9b0f82d1e3c8270b 1818554 libs optional 
libirrlicht1.7a_1.7.2+dfsg1-1_mipsel.deb
 0a95056eef935a0e17a6430427f01bbf 6624068 debug extra 
libirrlicht1.7a-dbg_1.7.2+dfsg1-1_mipsel.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/kFreeBSD)

iQIcBAEBAgAGBQJNcQw5AAoJEKv/7bJACMb52LcP/2I3Q4Ro4NCMhZ97DcmCGBzn
hSR1tQ9TQsUf2ekCY9lgJg8x4C6zh7I5Cc7gZTunGqrkPn1C3L9URPwe4uJpco1B
43UFotKJXAtp5r+H5T3M0l5RnN/TuEu9vf6L2Q/uPYCyBLwSWoYqbxZ5NNKM0kkG
iYdg3d5a2pwgRf+halq4GjAOEcY+PqeKkLkl6XXqueD4O4ejzpOXBAV8O9LOjgGB
hU4ujq/E3srAkll/7KZ5W5IngDN/SXqLUHGhjHOlAqvIWyWDPCkNMEofsEM4SdbA
sUaQGwQ/NoUjaQ+zKTHI9+H/3cvd43oW9pxp5BoHv7ZLEkRRJKqJ+rVyiCQYe/Hv
rlT4YM4AiylhXAza/nnLoBGY6JH/l9cKCdr+VulbQlDFf7D/eyzUNTcMQVts7eq+
tbPL1G5wjhhSg+BtW1IG0ABjZUtQnGQSFSlE/Z7H+oeVa58DE6lrUZyxG5OLCdrI
IyZd0f4ZPhPOgfAyaChqqETZpK0v3PYHWce91LMPg5s1MGxg1x/gMcHhrqbWxSPy
zIR+5sqLSz7U4Eze2hSVHWCLgWdGQ91/15m1oYf3Izl8+Y3kRXG3GfCaLD+hgMF9
auEvGoBHSIiIF5GQaXRqqEh9TawVy2BUo4w9gLd1nCS+7EWuYnUTbdXdt/UBK7Jj
54b08nXnjKTB4KLVkLUr
=Q0QZ
-END PGP SIGNATURE-


Accepted:
irrlicht_1.7.2+dfsg1-1.debian.tar.gz
  to main/i/irrlicht/irrlicht_1.7.2+dfsg1-1.debian.tar.gz
irrlicht_1.7.2+dfsg1-1.dsc
  to main/i/irrlicht/irrlicht_1.7.2+dfsg1-1.dsc
irrlicht_1.7.2+dfsg1.orig.tar.gz
  to main/i/irrlicht/irrlicht_1.7.2+dfsg1.orig.tar.gz
libirrlicht-dev_1.7.2+dfsg1-1_mipsel.deb
  to main/i/irrlicht/libirrlicht-dev_1.7.2+dfsg1-1_mipsel.deb
libirrlicht-doc_1.7.2+dfsg1-1_all.deb
  to main/i/irrlicht/libirrlicht-doc_1.7.2+dfsg1-1_all.deb
libirrlicht1.7a-dbg_1.7.2+dfsg1-1_mipsel.deb
  to main/i/irrlicht/libirrlicht1.7a-dbg_1.7.2+dfsg1-1_mipsel.deb
libirrlicht1.7a_1.7.2+dfsg1-1_mipsel.deb
  to main/i/irrlicht/libirrlicht1.7a_1.7.2+dfsg1-1_mipsel.deb


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



Accepted libconcurrentlinkedhashmap-java 1.1~jdk5-1 (source all)

2011-03-05 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Dec 2010 19:21:00 -0430
Source: libconcurrentlinkedhashmap-java
Binary: libconcurrentlinkedhashmap-java libconcurrentlinkedhashmap-java-doc
Architecture: source all
Version: 1.1~jdk5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libconcurrentlinkedhashmap-java - Implementation of java.util.LinkedHashMap 
with concurrency suppor
 libconcurrentlinkedhashmap-java-doc - Documentation for 
libconcurrentlinkedhashmap-java
Closes: 608285
Changes: 
 libconcurrentlinkedhashmap-java (1.1~jdk5-1) unstable; urgency=low
 .
   * Initial release. (Closes: #608285).
Checksums-Sha1: 
 65b756886bf5433fa4f2293e7adfdc6e6465b621 2251 
libconcurrentlinkedhashmap-java_1.1~jdk5-1.dsc
 d5788cfbcf418082befda293b9f97912043c53ee 58049 
libconcurrentlinkedhashmap-java_1.1~jdk5.orig.tar.gz
 9883094c740b358d2fd651781bf78cdd5597402e 11582 
libconcurrentlinkedhashmap-java_1.1~jdk5-1.debian.tar.gz
 0a8d3c16649e595c9387f39c3f2daae04f9197cd 48786 
libconcurrentlinkedhashmap-java_1.1~jdk5-1_all.deb
 9edf8f408ed63df7ebb340ed104842f833ad8e87 31776 
libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1_all.deb
Checksums-Sha256: 
 0a24f090949cba6302c5b2fcde129c02713b3cb60b03f9afdf799412633f3879 2251 
libconcurrentlinkedhashmap-java_1.1~jdk5-1.dsc
 3ff8431fe4dbcd9650c44dfc083f8fa3d8b72ef21c55eb3e9295f2bf58ae9d0d 58049 
libconcurrentlinkedhashmap-java_1.1~jdk5.orig.tar.gz
 e2d2683d46d78a2dccb2fe2c82b7adaa14196671c86f253619b8ba4876331278 11582 
libconcurrentlinkedhashmap-java_1.1~jdk5-1.debian.tar.gz
 7c626c21dd0d559bbe0c490be1237cd459d9579bba9bc40cb1d74a53ae18dfef 48786 
libconcurrentlinkedhashmap-java_1.1~jdk5-1_all.deb
 883d3ebf14ab11c0ccd1694f7c3685236fdfcfb384ea4d573ec8c69f42953cb3 31776 
libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1_all.deb
Files: 
 fa444f25c78854b17c2bf90bcaac8bf6 2251 java optional 
libconcurrentlinkedhashmap-java_1.1~jdk5-1.dsc
 984db110511575fd058bbb6e4599fe12 58049 java optional 
libconcurrentlinkedhashmap-java_1.1~jdk5.orig.tar.gz
 e9602395c36d8f582b41d42dba6f52ff 11582 java optional 
libconcurrentlinkedhashmap-java_1.1~jdk5-1.debian.tar.gz
 f29207e0dfab2e6cb900b2717c812bb7 48786 java optional 
libconcurrentlinkedhashmap-java_1.1~jdk5-1_all.deb
 1a4c36ddcd69fe779d090b180800d7e3 31776 doc optional 
libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1_all.deb

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

iQIcBAEBCAAGBQJNJACsAAoJECHSBYmXSz6WjsYP/i7kagPZOyelN3YLGkrC+hGQ
zzVMWU7NLNgzgXS1/6Zg+ux1LreVDeAnZEqSoIPXoBySt9T3oJaqXVwrTWdaEd0f
oouvG4UBSYVp1FzHB4HJFPB1Jr9aYo4XM+f5n9tt+ekairSOQqqukeiuPkscco7r
HrLYfVVoqNTikMFFUha1z8M/AkpPLisbpVoitk+6EK+aV7/2MwaMX0Ky3OsFQAye
a7ynBdWl2z9EjYAB6JTWXTr78vui4jLn9GT7BGgj+5qnltZ9lOzvByfSIsl66gby
0/vzFSGkANx91RWXaiyTOJo9/B0WzYXlFRfl80ptmrA1rmv/kor8AHtPRFB9KuLU
YsrXxwoKf/1ggVW/ggi2PH/V1z7+nz6luTj+7LpL0UjAagCzpZh/hd5XYST6Asvr
fgUI5O6SoMy5ZdIcvgTa1tTiysqk2bj82sZd5mPwQt0nNuDwqkVi3xvPxKUI0AGe
pfBNjPOc1CqPG1GYDOErWMJDIvmau8/nyU1jMB3XunzwT+LY10aqcSHXLcRizK1a
027LK4RPr55KUZ0MzCpXTyvDNP3Oc9+ZUt2LhWbOzAm8TU2N3OTEl267gBGdVFi4
y5NKp/ee2SggY0tekv1cSDOzMbSFaSSZPs9ebTuI/IAGaCxDz2lzXB5KDCXwooY5
KWSGu8V2p2IcQyS2xf2R
=bUG4
-END PGP SIGNATURE-


Accepted:
libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1_all.deb
  to 
main/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1_all.deb
libconcurrentlinkedhashmap-java_1.1~jdk5-1.debian.tar.gz
  to 
main/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java_1.1~jdk5-1.debian.tar.gz
libconcurrentlinkedhashmap-java_1.1~jdk5-1.dsc
  to 
main/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java_1.1~jdk5-1.dsc
libconcurrentlinkedhashmap-java_1.1~jdk5-1_all.deb
  to 
main/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java_1.1~jdk5-1_all.deb
libconcurrentlinkedhashmap-java_1.1~jdk5.orig.tar.gz
  to 
main/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java_1.1~jdk5.orig.tar.gz


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



Accepted libxtst 2:1.2.0-2 (source amd64)

2011-03-05 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Feb 2011 16:47:44 +0100
Source: libxtst
Binary: libxtst6 libxtst6-udeb libxtst6-dbg libxtst-dev
Architecture: source amd64
Version: 2:1.2.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 libxtst-dev - X11 Record extension library (development headers)
 libxtst6   - X11 Testing -- Record extension library
 libxtst6-dbg - X11 Record extension library (debug package)
 libxtst6-udeb - X11 Testing -- Record extension library (udeb)
Closes: 592504
Changes: 
 libxtst (2:1.2.0-2) experimental; urgency=low
 .
   * Add libxtst6-udeb, thanks to Thibaut GIRKA (Closes: #592504). This is
 a prerequisite for on-screen keyboard support.
   * Update Uploaders list. Thanks, David, Andres, and Brice!
Checksums-Sha1: 
 efe5b5bd5e0f3785ab6914e22a458f3142736664 1434 libxtst_1.2.0-2.dsc
 ccd5efd0e4c01a4a71b5f71d06e795da0ab6 16029 libxtst_1.2.0-2.diff.gz
 3362b7fc31fb9b9d07fc18526f4bfe308cd856a2 23676 libxtst6_1.2.0-2_amd64.deb
 40703b4228d818575776d4dc8c049a62beb12b42 10190 libxtst6-udeb_1.2.0-2_amd64.udeb
 160886e7f3cf247cb1861a58e14aeaa15e0e85ce 51788 libxtst6-dbg_1.2.0-2_amd64.deb
 a74e11f8d6c45f8ad89d7d7b92cc4871333da5ed 71896 libxtst-dev_1.2.0-2_amd64.deb
Checksums-Sha256: 
 b8fb79533fb4bddb4fef7a5b4fa386791c6b9181d4e7869857549c4e5b70c7c3 1434 
libxtst_1.2.0-2.dsc
 46ce37a284f9247cea3003b36d88851500b180a7a82b2f65d353c96bf1c30abd 16029 
libxtst_1.2.0-2.diff.gz
 b73f444817717758e8b506bba3451ec3fe82b2f12e6c4123f038e6e7b934094a 23676 
libxtst6_1.2.0-2_amd64.deb
 25a15db233104b9d7295651eabdba5dc5d1e475f0af1052bb52c807efdc40c41 10190 
libxtst6-udeb_1.2.0-2_amd64.udeb
 8c38f63e86795a59389a25f417287f45bfbe9817f086f91e4eec54fe953ed04a 51788 
libxtst6-dbg_1.2.0-2_amd64.deb
 bd153318383cc574467842dfb8769253e6e0a849952ff39f5f2cccfb4ad2a2fd 71896 
libxtst-dev_1.2.0-2_amd64.deb
Files: 
 d39459285fc4b59d0ef4dfb3c7f78f7a 1434 x11 optional libxtst_1.2.0-2.dsc
 9c9560260667990247bc0aaa9ddc0d3a 16029 x11 optional libxtst_1.2.0-2.diff.gz
 8b5ca6f92c1aba84beed9944017a02ec 23676 libs optional libxtst6_1.2.0-2_amd64.deb
 61ff8832131e1800b6aab45ef1cb23c7 10190 debian-installer optional 
libxtst6-udeb_1.2.0-2_amd64.udeb
 069cf2b00c0db2a5ab2c69734b9fe1b4 51788 debug extra 
libxtst6-dbg_1.2.0-2_amd64.deb
 cc5a9db5f781b210f79ce49c94a7e509 71896 libdevel optional 
libxtst-dev_1.2.0-2_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAk1wSFUACgkQeGfVPHR5Nd3WwgCfYfrTMUcVg03XtgVjlSf3EN2Z
M7EAoJrA+44LShPw5RplDw9GV1AsnJPX
=wvpN
-END PGP SIGNATURE-


Accepted:
libxtst-dev_1.2.0-2_amd64.deb
  to main/libx/libxtst/libxtst-dev_1.2.0-2_amd64.deb
libxtst6-dbg_1.2.0-2_amd64.deb
  to main/libx/libxtst/libxtst6-dbg_1.2.0-2_amd64.deb
libxtst6-udeb_1.2.0-2_amd64.udeb
  to main/libx/libxtst/libxtst6-udeb_1.2.0-2_amd64.udeb
libxtst6_1.2.0-2_amd64.deb
  to main/libx/libxtst/libxtst6_1.2.0-2_amd64.deb
libxtst_1.2.0-2.diff.gz
  to main/libx/libxtst/libxtst_1.2.0-2.diff.gz
libxtst_1.2.0-2.dsc
  to main/libx/libxtst/libxtst_1.2.0-2.dsc


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



Accepted multipath-tools 0.4.9-2 (source all amd64)

2011-03-05 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 03:22:32 +0530
Source: multipath-tools
Binary: multipath-tools multipath-tools-dbg kpartx multipath-tools-boot 
multipath-udeb
Architecture: source amd64 all
Version: 0.4.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team pkg-lvm-maintain...@lists.alioth.debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 kpartx - create device mappings for partitions
 multipath-tools - maintain multipath block device access
 multipath-tools-boot - Support booting from multipath devices
 multipath-tools-dbg - maintain multipath block device access - debugging 
symbols
 multipath-udeb - maintain multipath block device access - udeb package (udeb)
Closes: 504678 607911 609068
Changes: 
 multipath-tools (0.4.9-2) unstable; urgency=low
 .
   * [2544655] wait harder for multipath init. Thanks to Serge Hallyn for
 the patch
   * [eb87e52] switch to 3.0 quilt source format
   * [e55a306] explictly mention license copyright
   * [52db82f] update vcs headers
   * [8313f77] with dpkg  1.15.7 we now don't need XC
   * [8fdf077] update short description for multipath udeb package
   * [c409ef3] add misc:Depends for multipath-udeb
   * [c890181] take maintenance of package (Closes: #607911)
   * [09bbbc8] add debugging symbols package. Thanks to Craig Magina.
 (Closes: #609068)
   * [2e6f8a7] spelling/hyphen fixes
   * [97e02e7] add manpage for read-only mappings
   * [5419352] add-r-to-make-resulting-device-read-only. Thanks to Wakko Warner
 for the patch (Closes: #504678)
Checksums-Sha1: 
 fc5c22086a113fb458e2af575143e5c8c4683bec 2102 multipath-tools_0.4.9-2.dsc
 c6619f4c659b283cd045e5df0e3d993bb1cead75 25414 
multipath-tools_0.4.9-2.debian.tar.gz
 6746a4b79139c53fe01f1653e33d8bb41e6f21df 175440 
multipath-tools_0.4.9-2_amd64.deb
 38adce8ba17d9300044c878890b0c5222ee9ed14 223124 
multipath-tools-dbg_0.4.9-2_amd64.deb
 0e085e560eb7b1678bbd661f39230c242bc17145 30322 kpartx_0.4.9-2_amd64.deb
 f71848b6ee38fbe23ad2d0406a7aa4784c677cfa 14446 
multipath-tools-boot_0.4.9-2_all.deb
 f1fd9c7a4a37e0bdb94ba8b2118635dfebb527c6 140074 
multipath-udeb_0.4.9-2_amd64.udeb
Checksums-Sha256: 
 cbc1423fd4031f3a75c674cee6cbb289d256389430c0d61a9d28a47452197fea 2102 
multipath-tools_0.4.9-2.dsc
 750c6de0355d65f5ed0b13bdf39886b90d86d15b38b1504959ae893cc21f4993 25414 
multipath-tools_0.4.9-2.debian.tar.gz
 3e83862005af57052b22731f7f54faf2cf76134bb263cd50d5bb00777e457814 175440 
multipath-tools_0.4.9-2_amd64.deb
 d0c17d7c691f00a6c06645fd24937d753cb22781fcb979f5e9f0d350dd989b83 223124 
multipath-tools-dbg_0.4.9-2_amd64.deb
 b84fbd84de3220f8d82d02f655b54c4e8b6909551b41fdbd3c915525ee084aee 30322 
kpartx_0.4.9-2_amd64.deb
 a9331185fa29dcfd575c59facfee719b93b68152d9d88dd744301662986bd2ad 14446 
multipath-tools-boot_0.4.9-2_all.deb
 273c09cca73ad440d258be040b402170cc5c5481848c3580f4ac975510a76d46 140074 
multipath-udeb_0.4.9-2_amd64.udeb
Files: 
 e21c4bfdeda0d62fecc3e8c507a2346f 2102 admin extra multipath-tools_0.4.9-2.dsc
 abc6a7bb2193ab4b718f34b3de076dcb 25414 admin extra 
multipath-tools_0.4.9-2.debian.tar.gz
 70881c9c2402cfab1d1003cb4cb1d4ce 175440 admin extra 
multipath-tools_0.4.9-2_amd64.deb
 b1c83e547ec4f01100ab920029a330d7 223124 debug extra 
multipath-tools-dbg_0.4.9-2_amd64.deb
 9c3b0523bbadfe805f40485bb6454716 30322 admin extra kpartx_0.4.9-2_amd64.deb
 c278b12a206f55ce2ca0bca5983c32ad 14446 admin extra 
multipath-tools-boot_0.4.9-2_all.deb
 29866d30b29c773a52f4479d69e7cb5d 140074 debian-installer extra 
multipath-udeb_0.4.9-2_amd64.udeb

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

iQIcBAEBCgAGBQJNcWIsAAoJEKY6WKPy4XVphlYP/RsDocNbOZSLWqN53v9QwFyR
vHvb6rRBBQgXtia+c4/sZ31hLCvy711e1RotsCLwgHcSM2uT2qGl7UhQg2nyLylk
VYz6Rqi8PyxTZ0MPjhWjz+ds8Aigw/iXWUi+zq3MqqR+2ty08OqsdWc4WjPGiAZA
SKBM/M32vAFR3wNc3Wh46ITjdLicoJBk27cWEXcus3rx9cGLTYTzr3WwzGAOI9RU
kNsPeN+Y4eH/YJ8w6isyUzkYhkjA/2uBbLW6e9YPYOPjN9J3WFhIYtrPQk2dtEJz
lWWgnWM3RFRKu0C7VlCdtDZrUd2H4glRb6wa6eCof6PbMMjMPyxHVLk/rytI5ym8
q3p2dLhEZ7jVmXf9O7qSc4zr+f41M9k5DmKVoQSiktnJv8+i7sZzlYuo+1zCvvsF
w6UI8aoIcBq9PamwFTDnA7TzillTWW7ChCdSkdwA9TUa8wgBojiSvBKkHLFjA9QV
MSNrrGsWbtBIWU15zJ8jiAqZFgx1ZyDpGNMnzIEcFnzVoRBAHSz/nCHYIc/dgJTL
WL8r5OIAvEO4zKCfFqAxQG4ZqU8Isc30OWuo9kNocPu2RTXgOMZRrgESd//vXlAj
1/1alhV/mwt2c8N+7WK1MpEJzQcn+p53CPGYM8M320ff2olGXaBTUGZVG8a/ICDN
tDYcrV1f+u0FA3DX7XNl
=PG5v
-END PGP SIGNATURE-


Accepted:
kpartx_0.4.9-2_amd64.deb
  to main/m/multipath-tools/kpartx_0.4.9-2_amd64.deb
multipath-tools-boot_0.4.9-2_all.deb
  to main/m/multipath-tools/multipath-tools-boot_0.4.9-2_all.deb
multipath-tools-dbg_0.4.9-2_amd64.deb
  to main/m/multipath-tools/multipath-tools-dbg_0.4.9-2_amd64.deb
multipath-tools_0.4.9-2.debian.tar.gz
  to main/m/multipath-tools/multipath-tools_0.4.9-2.debian.tar.gz
multipath-tools_0.4.9-2.dsc
  to main/m/multipath-tools/multipath-tools_0.4.9-2.dsc
multipath-tools_0.4.9-2_amd64.deb
  to 

Accepted nginx 0.8.54-4 (source all amd64)

2011-03-05 Thread Michael Lustfield
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Mar 2011 23:39:07 +0530
Source: nginx
Binary: nginx nginx-doc nginx-common nginx-full nginx-full-dbg nginx-light 
nginx-light-dbg nginx-extras nginx-extras-dbg
Architecture: source all amd64
Version: 0.8.54-4
Distribution: unstable
Urgency: low
Maintainer: Jose Parrella bure...@debian.org
Changed-By: Michael Lustfield mtecknol...@ubuntu.com
Description: 
 nginx  - small, but very powerful and efficient web server and mail proxy
 nginx-common - small, but very powerful and efficient web server (common files)
 nginx-doc  - small, but very powerful and efficient web server (documentation)
 nginx-extras - nginx web server with full set of core modules and extras
 nginx-extras-dbg - Debugging symbols for nginx (extras)
 nginx-full - nginx web server with full set of core modules
 nginx-full-dbg - Debugging symbols for nginx (full)
 nginx-light - nginx web server with minimal set of core modules
 nginx-light-dbg - Debugging symbols for nginx (light)
Closes: 608983 609343 609797 610289 610290 610946 610983 612832 613175 613355 
613851 614980 614987
Changes: 
 nginx (0.8.54-4) unstable; urgency=low
 .
   [Micheal Lustfield]
   * debian/nginx-{full,light,extras}.default:
 + Added comment about alternative to ULIMIT.
   * debian/nginx-{full,light,extras}.init.d:
 + Added quotes around a test variable. (Closes: #610946, LP: #699736)
   * debian/patches/609343-log-time-iso8601.diff:
 + Added patch to add $time_iso8601 variable to logs. (Closes: #609343)
   * Clean up old logrotate files. (Closes: #608983, Closes: #610289)
 + Added Files:
   - debian/nginx-common.preinst
 + Modified Files:
   - debian/rules
 + Moved debian/nginx-common.logrotate to debian/logrotate.
   * Added common files to nginx-common package. (Closes: #610290)
 + Removed Files:
   - debian/nginx-full.dirs
   - debian/nginx-light.dirs
   - debian/nginx-full.install
   - debian/nginx-light.install
   - debian/nginx-extras.install
   - debian/nginx.*
 + Added Files:
   - debian/nginx-common.default
   - debian/nginx-common.dirs
   - debian/nginx-common.init.d
   - debian/nginx-common.install
   - debian/nginx-common.manpages
   - debian/logrotate
 + Modified Files:
   - debian/nginx-extras.dirs
   - debian/control
   - debian/rules
   * debian/nginx-*.install: (Closes: #609797)
 + Removed NEWS.Debian from nginx-{full,light,extras}.install.
 + Added NEWS.Debian to nginx-common.install.
   * nginx-common.postinst:
 + Enforce /var/log/nginx mode and user:group. (Closes: #610983)
 + Enforce /var/log/nginx/*.log mode and user:group. (Closes: #612832)
   * debian/rules:
 + Added --with-file-aio to nginx-extras. (Closes: #613175)
 + Removed split clients and user id modules from nginx-light.
   * debian/conf/sites-available/default:
 + Fixed a minor typo ( s/Quickstart/QuickStart/ ). (Closes: #613355)
   * debian/conf/mime.types:
 + Changed xml type to application/xhtml+xml. (Closes: #613851)
   * debian/help/docs/fcgiwrap:
 + Removed Ubuntu specific line in docs. (Closes: #614987)
   * debian/conf/sites-available/default:
 + Fixed a pointer to a file. (Closes: #614980)
 .
   [Kartik Mistry]
   * debian/*.lintian-overrides:
 + Add Lintian overrides for nginx man page. We've manpage in nginx-common
   binary
Checksums-Sha1: 
 047e377db22d18bf6bc3bd9d416a8af37103a9b4 1508 nginx_0.8.54-4.dsc
 eef2a8288f7c0d45e44f64bb3e2ad6fee96684fc 234099 nginx_0.8.54-4.debian.tar.gz
 2b3b123c60f4fd2884c8016d29be41b0cfddcf5f 49286 nginx_0.8.54-4_all.deb
 316065b619af57f2012b3bbdf2f3d1523df927eb 63422 nginx-doc_0.8.54-4_all.deb
 5f46de3fb6ea70474f5eb9d12c2c4e3b31d0a8c6 58838 nginx-common_0.8.54-4_all.deb
 05af2766c19fbf40aa945b34ace18bd2d8c745d7 376650 nginx-full_0.8.54-4_amd64.deb
 cb27d431eccde8d03b6c10294ff0fc75e69ec257 2117664 
nginx-full-dbg_0.8.54-4_amd64.deb
 f9a05d96561ff897eb0c3437abf66cf632e30e98 281848 nginx-light_0.8.54-4_amd64.deb
 b34706ec676a768b1417e7e8a98a237a797ac420 1646018 
nginx-light-dbg_0.8.54-4_amd64.deb
 bcfe35d1ff934e4e635d75b48865df56f9789250 460010 nginx-extras_0.8.54-4_amd64.deb
 af2bfc95709f9837ec20cb6531c7b64493675f39 2846748 
nginx-extras-dbg_0.8.54-4_amd64.deb
Checksums-Sha256: 
 faea00eb6779279f748dd65392183da151a781ace15a742b9e22adbff8f1d961 1508 
nginx_0.8.54-4.dsc
 6a7e5b34e04f5c871e1ed29824f90071e647f47a964109ba30c836f96054dd25 234099 
nginx_0.8.54-4.debian.tar.gz
 14d1c5665c26230ea7f50d1cc22ad6914a1b92074503e668d2d9b11019b5ece6 49286 
nginx_0.8.54-4_all.deb
 3e3a2283bc11098f9a0892445489614d72c5e49631afcf68afc25cc0b6e5cf02 63422 
nginx-doc_0.8.54-4_all.deb
 116703d17ffe6ca7bd063f4f72520c4b6b9c1a023f9e1e7556e2f872e61ad13e 58838 
nginx-common_0.8.54-4_all.deb
 16e68c4da5cb4f0057a76038dc8a7ae1f28bedb2ef80e71e2f5f5c288e8b3694 376650 
nginx-full_0.8.54-4_amd64.deb
 

Accepted pd-jmmmp 0.1.1-1 (source all)

2011-03-05 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Dec 2010 15:57:29 -0500
Source: pd-jmmmp
Binary: pd-jmmmp
Architecture: source all
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Hans-Christoph Steiner h...@eds.org
Description: 
 pd-jmmmp   - a collection of Pd GUI objects for musical performance
Closes: 591840
Changes: 
 pd-jmmmp (0.1.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #591840)
Checksums-Sha1: 
 09a679ee8906d7372f1b04e94a44097be8ecda91 1748 pd-jmmmp_0.1.1-1.dsc
 bb78b8dff770e7484ae443a444e26bfd5e5c7107 98397 pd-jmmmp_0.1.1.orig.tar.gz
 e4caef73fedefef1063eaf07e7bad84dc7e7313d 3541 pd-jmmmp_0.1.1-1.debian.tar.gz
 7119331838f746a0de468a8b57210c28c53b25c0 98398 pd-jmmmp_0.1.1-1_all.deb
Checksums-Sha256: 
 a86958754cd3a16cbbbddd5ad0f5a762c1bf2ec8fa05f9aeda4a8f9533fe6e94 1748 
pd-jmmmp_0.1.1-1.dsc
 a8317370b10f227a22a7c5bc805702e1d6aac6ebfbb3961f2732d9763ce3 98397 
pd-jmmmp_0.1.1.orig.tar.gz
 4c6e9cf1afd5c107b0cb2fd3d59357efc46ccba9708172d49af52cdec0d2b985 3541 
pd-jmmmp_0.1.1-1.debian.tar.gz
 264fdb37f6bf0111922679463e44c985e1900c6a3cdac0290b4f41c242f14890 98398 
pd-jmmmp_0.1.1-1_all.deb
Files: 
 cada5a977d6a1225f38146fcc5bde658 1748 sound optional pd-jmmmp_0.1.1-1.dsc
 ba175b782d6789f0615de16bf609a632 98397 sound optional 
pd-jmmmp_0.1.1.orig.tar.gz
 4e1cb7050c0410b28a9084b23f0db1d6 3541 sound optional 
pd-jmmmp_0.1.1-1.debian.tar.gz
 9e7ddc098f615d10d20300e4dd68d960 98398 sound optional pd-jmmmp_0.1.1-1_all.deb

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

iQIcBAEBCAAGBQJNH6liAAoJEKO6uuJAjdbPvkwP+QFuL2OAT5YoOQHeMkB3EXmF
4GiM1HOGgs6/izPVaLYnIS5vj4L/qwXfAwAThyGR7n2VrsLjU8d8ohcj/k62aDu+
JclaDLajj5jXcLsuPSkEed0J0juD8JWLKIy2c/fgfUrrcaO7oOwod1hPQUlo3zrW
kDPbA89tP+bJFBzKe9AwVNC+1zRvuLi93ilMzVXNM6lLXFf3iF3N8t7T2ypY1B4I
GQEDfPYlO2JvK9jcFtKmdZXVTH0rSCuF0kXv50KW1tr+3ZitzVxwRbXP2yhc/haR
Xf1nviBGtRk2FL6FFlNdQx+6p0Ki/w6g8iFvD3RzLcEGCLWWgjKekmdLTLaWS4L0
bPkXGbVC1L7q+1pIH7LmSPKsegDfo36dThmGl7Aai1n5SljdahmIasSTh1YcIpd5
oSF/m0LnjnTLRaNzWi/RVsOxpWwnqxOLewiadSr+tqV3ZtHdAzwGMwkqD3uqLuJL
jCioEVuiVr75souq5O2LWeDvx2kFuMSBld9dyG5cyQuslRHdqyK8bXhjr0MjIRIA
N1E/RCuffchAXeoRP/xkP/tlnhYZyl05amUd6UHg4wQanjZrTATaPaafZ9mfY+cy
x8QYQLTUVwv25RQ3NFC9QB99UgeyQobpIRk+8L9SXe5o2Ni0+BBO+98de7MgyEN9
ERFJXHwZdsEy8i83BOXD
=+sc4
-END PGP SIGNATURE-


Accepted:
pd-jmmmp_0.1.1-1.debian.tar.gz
  to main/p/pd-jmmmp/pd-jmmmp_0.1.1-1.debian.tar.gz
pd-jmmmp_0.1.1-1.dsc
  to main/p/pd-jmmmp/pd-jmmmp_0.1.1-1.dsc
pd-jmmmp_0.1.1-1_all.deb
  to main/p/pd-jmmmp/pd-jmmmp_0.1.1-1_all.deb
pd-jmmmp_0.1.1.orig.tar.gz
  to main/p/pd-jmmmp/pd-jmmmp_0.1.1.orig.tar.gz


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



Accepted phonon 4:4.6.0really4.4.4-1 (source all amd64)

2011-03-05 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 02:38:24 +0200
Source: phonon
Binary: phonon libphonon-dev libphonon4 libphononexperimental-dev 
libphononexperimental4 phonon-backend-null phonon-dbg
Architecture: source all amd64
Version: 4:4.6.0really4.4.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 libphonon-dev - development files for the Phonon multimedia framework
 libphonon4 - the core library of the Phonon multimedia framework
 libphononexperimental-dev - development files for the Phonon-Experimental 
library
 libphononexperimental4 - the Phonon Experimental library (internal)
 phonon - metapackage for the Phonon multimedia framework
 phonon-backend-null - Phonon null backend (no real backend)
 phonon-dbg - Phonon debugging symbols
Changes: 
 phonon (4:4.6.0really4.4.4-1) experimental; urgency=low
 .
   * New upstream release.
 .
   [ Pino Toscano ]
   * Do not install the header experimental/avcaptureinterface.h in
 libphonon-dev, as it experimental.
 .
   [ Modestas Vainius ]
   * Drop phonon-backend-xine and phonon-backend-gstreamer. They have been
 split off to their own source packages upstream. Only phonon-backend-null
 remains here.
   * Remove xine and gstreamer specific packages from Build-Depends.
   * Adapt 02_no_rpath.patch to upstream changes.
   * Refresh other debian patches.
   * Remove sequence number from debian patches filenames.
   * Update install files.
   * Switch default backend to phonon-backend-vlc (phonon metapackage).
   * Try to solve an issue with Phonon backends getting auto-installed on
 buildds. phonon-backend-null will be preferred if Phonon is installed via
 libphonon-dev (which normally won't be a case on user systems).
   * Add lintian override for phonon-backend-null: empty-binary-package.
   * Reshuffle backends in the Suggests of the phonon metapackage in the order 
of
 preferrence.
   * Drop README.source, no longer needed since switch to 3.0 (quilt).
   * Show a debconf warning to users who end up installing phonon-backend-null
 (probably unintentionally). The warning is displayed only if both phonon
 and phonon-backend-null packages end up being installed.
   * Update debian/copyright.
   * Point Homepage to http://phonon.kde.org/.
   * Add packages (libphononexperimental4 and libphononexperimental-dev) for the
 Phonon-Experimental library. It's needed by phonon-backend-gstreamer. The
 packages include disclaimers (in the README.Debian) about expected usage of
 this library.
   * Add libphononexperimental4 to phonon-dbg Suggests.
   * phonon-dbg: replace Conflicts: phonon-backends-dbg with Breaks.
Checksums-Sha1: 
 61911b2f7d07edc9163e25af134e8e3678a7dcc1 1574 phonon_4.6.0really4.4.4-1.dsc
 7f31752c20efecbe63c7b312ceb28819fa337943 362249 
phonon_4.6.0really4.4.4.orig.tar.bz2
 d5262677c064558082f1001a1daa66b0e4da607d 21908 
phonon_4.6.0really4.4.4-1.debian.tar.gz
 b436bc751b1396f51a639e6e6832e7a3f77069b7 10350 
phonon_4.6.0really4.4.4-1_all.deb
 d1ed170fa47fd45c93d35a4d9a58aa3334e3acee 10604 
phonon-backend-null_4.6.0really4.4.4-1_all.deb
 1667c49be289759840272aa01a3d56fd11a922b1 82918 
libphonon-dev_4.6.0really4.4.4-1_amd64.deb
 6071c5bb52ca58686caa016f3c9ed8143fe08358 177824 
libphonon4_4.6.0really4.4.4-1_amd64.deb
 62ebe0a55ed056f5f4c02f14708c72e3c85efaa3 22034 
libphononexperimental-dev_4.6.0really4.4.4-1_amd64.deb
 7fd3aae8f3c5bdd7b91d64650c96bd4e5ced1d71 40804 
libphononexperimental4_4.6.0really4.4.4-1_amd64.deb
 4dc05793f573761a5c478ea69d6832485ce120fa 2542296 
phonon-dbg_4.6.0really4.4.4-1_amd64.deb
Checksums-Sha256: 
 47cb706caf0056234cfe3ea70ab656b7c17dd8c5c39788ba4206182bb676328e 1574 
phonon_4.6.0really4.4.4-1.dsc
 4c1d74eb06d58757bd2d81c29a3e9e86ff2e0751c8b4beec5a3365dda34d85f6 362249 
phonon_4.6.0really4.4.4.orig.tar.bz2
 f19e86b6db060ef878358c61883abfe001b03d2dbb0535f59bab9e9e6f10cfb3 21908 
phonon_4.6.0really4.4.4-1.debian.tar.gz
 d004f2d4ff77ec8c1ad4427177bac253062324cf19afdbab8d8c1c2d1f4e5c15 10350 
phonon_4.6.0really4.4.4-1_all.deb
 0184603fa1d915ed21ed52d43ea0e1e35451f08cf5d9602bd887197f26a15b9e 10604 
phonon-backend-null_4.6.0really4.4.4-1_all.deb
 81800c9425e57caf7f3a1422892595cdbb5417b532f756576f17a3a25e28de2e 82918 
libphonon-dev_4.6.0really4.4.4-1_amd64.deb
 ea48146d642eeaea64519178c6af1667d6e89f26ff67835f5f40c58cfcd7e5b4 177824 
libphonon4_4.6.0really4.4.4-1_amd64.deb
 65346a600afeeb9a6cd5ee3742e8a931ba55822c3119ece4de2fac3db8001137 22034 
libphononexperimental-dev_4.6.0really4.4.4-1_amd64.deb
 99f464bd0c510ba5d571989c0d9532b9fa1e1b35b46e8b6ff8b1a4bddc1ff368 40804 
libphononexperimental4_4.6.0really4.4.4-1_amd64.deb
 448c936ea423c076d3623733f4ad35ced44aaa6cebabc9050fc5995257332bf2 2542296 
phonon-dbg_4.6.0really4.4.4-1_amd64.deb
Files: 
 328a3783f15ce307b6c80fa3b51c4cb0 1574 sound optional 
phonon_4.6.0really4.4.4-1.dsc
 

Accepted phonon-backend-gstreamer 4:4.6.0really4.4.4-2 (source amd64)

2011-03-05 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 03:17:08 +0200
Source: phonon-backend-gstreamer
Binary: phonon-backend-gstreamer phonon-backend-gstreamer-dbg
Architecture: source amd64
Version: 4:4.6.0really4.4.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 phonon-backend-gstreamer - Phonon GStreamer 0.10.x backend
 phonon-backend-gstreamer-dbg - debugging symbols fpr the Phonon GStreamer 
0.10.x backend
Changes: 
 phonon-backend-gstreamer (4:4.6.0really4.4.4-2) experimental; urgency=low
 .
   * Add phonon-backend-gstreamer-dbg package.
   * Improve phonon-backend-gstreamer package description.
Checksums-Sha1: 
 e7a603ed992a5ff2a1bf97672dc9ab5c49965bc4 1820 
phonon-backend-gstreamer_4.6.0really4.4.4-2.dsc
 4ede180e4d57e6d53baff3a1e5906aca96a08371 3209 
phonon-backend-gstreamer_4.6.0really4.4.4-2.debian.tar.gz
 b2f46b3a641c53fa027b2f416ad9bae6ea6469d7 115004 
phonon-backend-gstreamer_4.6.0really4.4.4-2_amd64.deb
 ad9ebaa9bc8ed8433e5887105c55e8062bdc0565 1340266 
phonon-backend-gstreamer-dbg_4.6.0really4.4.4-2_amd64.deb
Checksums-Sha256: 
 e25507d19531ec188e4334b18bf895f9833d8a25e34e4f9fb5dba29bb3d8fd53 1820 
phonon-backend-gstreamer_4.6.0really4.4.4-2.dsc
 39098672904346ad7b05c14937fa38299afd4f0c7530bdc11eced374c7b914a2 3209 
phonon-backend-gstreamer_4.6.0really4.4.4-2.debian.tar.gz
 7f3063a9bf9a1a48e1351763dc2efe802967f247be8e031537305f6691046067 115004 
phonon-backend-gstreamer_4.6.0really4.4.4-2_amd64.deb
 7844cdad0b0786e97b1f91031bb578c30c3ff252d6c8dfa676741da5d91934cf 1340266 
phonon-backend-gstreamer-dbg_4.6.0really4.4.4-2_amd64.deb
Files: 
 9849ef32894ca7747155dbbf1a81f5ad 1820 sound optional 
phonon-backend-gstreamer_4.6.0really4.4.4-2.dsc
 9354a8e16071e1f37613247571c018e1 3209 sound optional 
phonon-backend-gstreamer_4.6.0really4.4.4-2.debian.tar.gz
 71889252df49bca76481260ff4f5d8a0 115004 sound optional 
phonon-backend-gstreamer_4.6.0really4.4.4-2_amd64.deb
 96633811f39799729082a136f2c12a37 1340266 sound optional 
phonon-backend-gstreamer-dbg_4.6.0really4.4.4-2_amd64.deb

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

iEYEARECAAYFAk1xj9MACgkQHO9JRnPq4hQvGwCaA6ZmNfJetUJyJ5lmZD2tUiN9
WM8AnRxaHos4wCa6IXEO6Db91gNzy1jP
=NYGn
-END PGP SIGNATURE-


Accepted:
phonon-backend-gstreamer-dbg_4.6.0really4.4.4-2_amd64.deb
  to 
main/p/phonon-backend-gstreamer/phonon-backend-gstreamer-dbg_4.6.0really4.4.4-2_amd64.deb
phonon-backend-gstreamer_4.6.0really4.4.4-2.debian.tar.gz
  to 
main/p/phonon-backend-gstreamer/phonon-backend-gstreamer_4.6.0really4.4.4-2.debian.tar.gz
phonon-backend-gstreamer_4.6.0really4.4.4-2.dsc
  to 
main/p/phonon-backend-gstreamer/phonon-backend-gstreamer_4.6.0really4.4.4-2.dsc
phonon-backend-gstreamer_4.6.0really4.4.4-2_amd64.deb
  to 
main/p/phonon-backend-gstreamer/phonon-backend-gstreamer_4.6.0really4.4.4-2_amd64.deb


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



Accepted phonon-backend-xine 4:4.6.0really4.4.4-2 (source amd64)

2011-03-05 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 04:41:56 +0200
Source: phonon-backend-xine
Binary: phonon-backend-xine phonon-backend-xine-dbg
Architecture: source amd64
Version: 4:4.6.0really4.4.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 phonon-backend-xine - Phonon Xine 1.1.x backend
 phonon-backend-xine-dbg - debugging symbols for the Phonon Xine backend
Changes: 
 phonon-backend-xine (4:4.6.0really4.4.4-2) experimental; urgency=low
 .
   * Add phonon-backend-xine-dbg package.
Checksums-Sha1: 
 91ee1c5d7c617494f4b0830fbfef45f22ef5d8c0 1684 
phonon-backend-xine_4.6.0really4.4.4-2.dsc
 b3903f0187f95471ef240a9fbd9b35ff614cee5e 3828 
phonon-backend-xine_4.6.0really4.4.4-2.debian.tar.gz
 53c588a00b862be513f815bec6b550239e185556 180978 
phonon-backend-xine_4.6.0really4.4.4-2_amd64.deb
 cb74fc6988891848b3ec9a0f9e7fa4bea9e4f921 1455680 
phonon-backend-xine-dbg_4.6.0really4.4.4-2_amd64.deb
Checksums-Sha256: 
 d28f2cdbda70b5c88cb940dd77b9e8a2b12f53d3759ac9d228c99da80f1fa7b7 1684 
phonon-backend-xine_4.6.0really4.4.4-2.dsc
 42a549d77eed7e4ecb69745e8a64783c722068a92d4fcdb25d58ddc76ee9 3828 
phonon-backend-xine_4.6.0really4.4.4-2.debian.tar.gz
 1600d1868cad5bc349e76f866e65d4f1e988a3df460eecdc7379d0ee6e1c35cf 180978 
phonon-backend-xine_4.6.0really4.4.4-2_amd64.deb
 8b66a490c0eafdfc8b928982a5908abdf86b24544a4a1a58ed55c34cbcf9368e 1455680 
phonon-backend-xine-dbg_4.6.0really4.4.4-2_amd64.deb
Files: 
 a229c06aa48c510bf83d31e3c3f62817 1684 sound optional 
phonon-backend-xine_4.6.0really4.4.4-2.dsc
 009528a5fe135eb39bb29f757eb4ce89 3828 sound optional 
phonon-backend-xine_4.6.0really4.4.4-2.debian.tar.gz
 9b458ca6959530da756132c59ab5f631 180978 sound optional 
phonon-backend-xine_4.6.0really4.4.4-2_amd64.deb
 01280cfc23b74329441e942083611e3c 1455680 debug extra 
phonon-backend-xine-dbg_4.6.0really4.4.4-2_amd64.deb

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

iEYEARECAAYFAk1xo3QACgkQHO9JRnPq4hTsKACfcu0rpQGW6TrjMwDSk+RenoEq
Xc4AnRS4VvApCEm5YPQFn+K9I2i601GE
=4/cY
-END PGP SIGNATURE-


Accepted:
phonon-backend-xine-dbg_4.6.0really4.4.4-2_amd64.deb
  to 
main/p/phonon-backend-xine/phonon-backend-xine-dbg_4.6.0really4.4.4-2_amd64.deb
phonon-backend-xine_4.6.0really4.4.4-2.debian.tar.gz
  to 
main/p/phonon-backend-xine/phonon-backend-xine_4.6.0really4.4.4-2.debian.tar.gz
phonon-backend-xine_4.6.0really4.4.4-2.dsc
  to main/p/phonon-backend-xine/phonon-backend-xine_4.6.0really4.4.4-2.dsc
phonon-backend-xine_4.6.0really4.4.4-2_amd64.deb
  to main/p/phonon-backend-xine/phonon-backend-xine_4.6.0really4.4.4-2_amd64.deb


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



Accepted poppler 0.16.3-1 (source amd64)

2011-03-05 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Mar 2011 22:14:46 +0100
Source: poppler
Binary: libpoppler13 libpoppler-dev libpoppler-glib6 libpoppler-glib-dev 
libpoppler-qt4-3 libpoppler-qt4-dev libpoppler-cpp0 libpoppler-cpp-dev 
poppler-utils poppler-dbg
Architecture: source amd64
Version: 0.16.3-1
Distribution: experimental
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib6 - PDF rendering library (GLib-based shared library)
 libpoppler-qt4-3 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler13 - PDF rendering library
 poppler-dbg - PDF rendering library -- debugging symbols
 poppler-utils - PDF utilities (based on Poppler)
Closes: 463963 505147 506785 533138 533426 540582 558951 567817 578050 582527 
584503 585434 592534 601179 604370 611124 611259 611874 614831
Changes: 
 poppler (0.16.3-1) experimental; urgency=low
 .
   [ Pino Toscano ]
   * New upstream release: (Closes: #567817, #585434, #592534, #601179, #611874)
 - fixes thread-unsafe usage of strtok(). (Closes: #533426)
 - pdftohtml correctly rotates images. (Closes: #506785)
 - pdftoppm tests correctly for rotation. (Closes: #614831)
 - fixes text highlighting. (Closes: #463963)
 - fixes image rescaling with cairo. (Closes: #533138)
 - fixes/hides some Illegal entry in bfrange block in ToUnicode CMap
   errors. (Closes: #578050)
 - fixes a pdftotext crash. (Closes: #611124)
   * Update patches:
 - 01_revert_abi_change.patch: remove, obsolete
 - 02_autohinting_abi_compatibility.patch: remove, obsolete
 - 03_CVE-2009-3938.patch: add two DEP3 headers (with bug number)
 - 04_security.patch: remove, applied upstream
   * Drop Qt 3 frontend, unused in Debian (and will no more be provided with
 Poppler 0.18). (Closes: #604370, #558951)
   * Rename packages according to the new SONAMEs:
 - libpoppler5 - libpoppler13
 - libpoppler-glib4 - libpoppler-glib6
   * Update shlib depends for libpoppler-qt4-3.
   * Add packages for the new CPP frontend (libpoppler-cpp0).
   * Update build-dependencies and dependencies:
 - Bump libglib2.0-dev, libcairo2-dev, gtk-doc-tools, and libqt4-dev
   to the versions required upstream.
 - Remove obsolete B-D: libqt3-mt-dev, libglade2-dev.
 - libpoppler-glib-dev: add libgtk2.0-dev (Closes: #540582), remove
   libpango1.0-dev.
   * Update configure arguments:
 - Add: --enable-xpdf-headers
 - Remove: --enable-a4-paper
   * Update copyright, adding a small clarifying text that the Poppler license
 is GPL v2 only. (Closes: #611259)
   * Bump debhelper compatibility to 7:
 - Update .install files accordingly.
   * libpoppler-dev.install: Avoid installing all the poppler private headers
 (even those that will not work), but rely on what poppler installs
 and manually copy the few useful.
   * rules: include /usr/share/cdbs/1/rules/utils.mk for list-missing.
   * Add myself to the Uploaders.
   * Add Homepage field in control.
   * Improve descriptions of most of the packages.
 .
   [ Michael Gilbert ]
   * Recommend poppler-data (closes: #584503).
   * Fix a typo (closes: #582527).
   * Update to source format 3.0 (quilt).
 - Drop explicit quilt dependency.
   * Bump standards version to 3.8.4 (no changes required).
   * Add copyright dates to copyright file as stated in README-XPDF.
   * Add manpage for pdftoabw (closes: #505147).
Checksums-Sha1: 
 f3330898d7cf4a61e9adc7bd7779732518d36bb6 1662 poppler_0.16.3-1.dsc
 0da87a1c3dc11a2c1e31c5c6603d5479545354bb 1948009 poppler_0.16.3.orig.tar.gz
 d0d7fdb93585b334e3799d4d8c7a9599721dbe3a 16187 poppler_0.16.3-1.debian.tar.gz
 c30b6dc87833539240c5f8f431844d7f4b9c846c 1073334 
libpoppler13_0.16.3-1_amd64.deb
 44c4ba2bed4ee130a9ed2a68440439f16846b738 1394462 
libpoppler-dev_0.16.3-1_amd64.deb
 8c4cd52509f3de1f4c3690ea4a56dad02e293596 394396 
libpoppler-glib6_0.16.3-1_amd64.deb
 797eb1c6550e2697b4b40ffb385217338bebb7bc 507622 
libpoppler-glib-dev_0.16.3-1_amd64.deb
 f1b60ea6bb234e847ab2da01f17d9b58483e2f09 451196 
libpoppler-qt4-3_0.16.3-1_amd64.deb
 e1dadf9281142035076885227bb540a5f237dd43 499908 
libpoppler-qt4-dev_0.16.3-1_amd64.deb
 73bcd406f606011bdfac0f2995285431ab06d33b 338844 
libpoppler-cpp0_0.16.3-1_amd64.deb
 f88dc758368ba02556203b3ff79758030a894fd1 345542 
libpoppler-cpp-dev_0.16.3-1_amd64.deb
 78ecb4d0f1e51855cf76af334c2bdc74c432a724 389348 
poppler-utils_0.16.3-1_amd64.deb
 93abc651041c1c4a4604da2107e981eebf158429 4103384 poppler-dbg_0.16.3-1_amd64.deb
Checksums-Sha256: 
 

Accepted python3-chardet 2.0.1-1 (source all)

2011-03-05 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 06 Jan 2011 12:36:36 +0100
Source: python3-chardet
Binary: python3-chardet
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski pi...@debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python3-chardet - universal encoding detector
Changes: 
 python3-chardet (2.0.1-1) unstable; urgency=low
 .
   * Initial release for Python 3
Checksums-Sha1: 
 e043def54aab99bb2be6f71fd4c878855b6466ec 2022 python3-chardet_2.0.1-1.dsc
 91881e8ebb000f8955883ea751e4b5eaf2ba2a7c 178439 
python3-chardet_2.0.1.orig.tar.gz
 664f89a80b830a70f80660edf3bc62e95b012785 2928 
python3-chardet_2.0.1-1.debian.tar.gz
 b3d0e9d28af3dfed8c6af703e9a1ef62551ce04e 172588 python3-chardet_2.0.1-1_all.deb
Checksums-Sha256: 
 061df8c1a9680fd36451adf0d44f9abc5286c0d8284f516104bf2a600b765836 2022 
python3-chardet_2.0.1-1.dsc
 2b9a1e6a4e719ae3a3e19ccfe0b88cf2c74f3083c36ecac7451a64428a60a1af 178439 
python3-chardet_2.0.1.orig.tar.gz
 35de9d5586e0b40a05b9a0ab0827fe831d3a365477bf4a93b91ebb9dfc0e910b 2928 
python3-chardet_2.0.1-1.debian.tar.gz
 3dd786cd60a644772789a05e4a7230e989cb680d5083f8f5698dbd343a7b5245 172588 
python3-chardet_2.0.1-1_all.deb
Files: 
 4e2250761d108dbf2cf185641f227336 2022 python optional 
python3-chardet_2.0.1-1.dsc
 ce4314913675a504aeda6a95fefdf482 178439 python optional 
python3-chardet_2.0.1.orig.tar.gz
 246c74f3b64e98f5fe7e1e2ce11e0d14 2928 python optional 
python3-chardet_2.0.1-1.debian.tar.gz
 a0f16e5b0717a679fd50dcfd829fe28c 172588 python optional 
python3-chardet_2.0.1-1_all.deb

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

iQIcBAEBCAAGBQJNJjC0AAoJEK728aKnRXZFoVQQAIWlqFGeb030mzIDc5MzFHwy
ivJZCcqeLCCjHVjBiy6Ch/PLpxGIirKeuY20gZnCG6J41/5JRuO+sNZT9r0tMIWl
6+uXQJQFs3huayAAw3Jv7y6BzVgL3HCtzdh2TJ2zffriGWXyVXAFYteLdhSXi0jN
IxRMAJeAlDZj7oU86TBz7Za9Yzs64U8++UXRGlirRa9GyFuLIGGD+tFw1Oiu6aOn
FdA6Skm5LGPyByFdNg69J4F42eIqby5S8rM+DiUSrewmNqrZsAzlxa4pZBOeD+3R
7MdISNo6sGN3g5Nq94Gdik0EHwo3IsLfaymvpXhGwA35dmNBZ9IuANMa+Y/RRJOK
1YaJl6M6Q8Iy6Oli3LdInl1YglSCngsbOJr/1Y83eSGz9E5dlOQvwlKcjjHUdueg
rlijwAGKhKjkjaQz2rvzJo1eYcsRS4jT8dyK8/kXe0QOjQGnGJIyv1Be7I18mk3w
fwRQP8V+sadg8tN9MQIHQ+950KPKedIIIpnfWUZvM8YOpvXZJpCtMbv0n1luX5BF
Ai75WpIIOXKWMMERgSyT6MWm1cptbIdufu6XStU6P5YYtuRHk3/yjp3m7CU6VenK
KTkk4qRb4YgXQnc8dRy9GbHCHwIfhE1bFoW4uWodbok4GgKDh/5qdT7FHx/orhAT
dRfyKHLWhdLtggDbwvF4
=edCZ
-END PGP SIGNATURE-


Accepted:
python3-chardet_2.0.1-1.debian.tar.gz
  to main/p/python3-chardet/python3-chardet_2.0.1-1.debian.tar.gz
python3-chardet_2.0.1-1.dsc
  to main/p/python3-chardet/python3-chardet_2.0.1-1.dsc
python3-chardet_2.0.1-1_all.deb
  to main/p/python3-chardet/python3-chardet_2.0.1-1_all.deb
python3-chardet_2.0.1.orig.tar.gz
  to main/p/python3-chardet/python3-chardet_2.0.1.orig.tar.gz


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



Accepted speech-dispatcher 0.7.1-5 (source all amd64)

2011-03-05 Thread Boris Dušek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Mar 2011 11:30:12 +0100
Source: speech-dispatcher
Binary: speech-dispatcher libspeechd2 libspeechd-dev cl-speech-dispatcher 
python-speechd speech-dispatcher-festival speech-dispatcher-doc-cs 
speech-dispatcher-dbg
Architecture: source all amd64
Version: 0.7.1-5
Distribution: unstable
Urgency: low
Maintainer: Boris Dušek du...@brailcom.org
Changed-By: Boris Dušek du...@brailcom.org
Description: 
 cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
 libspeechd-dev - Speech Dispatcher: Development libraries and header files
 libspeechd2 - Speech Dispatcher: Shared libraries
 python-speechd - Python interface to Speech Dispatcher
 speech-dispatcher - Common interface to speech synthesizers
 speech-dispatcher-dbg - Speech Dispatcher debugging symbols
 speech-dispatcher-doc-cs - Speech Dispatcher documentation in Czech
 speech-dispatcher-festival - Festival support for Speech Dispatcher
Changes: 
 speech-dispatcher (0.7.1-5) unstable; urgency=low
 .
   * Add speech-dispatcher-dbg package with debugging symbols.
Checksums-Sha1: 
 eb309fa7be0562cadcf74fd1a0284df8c24480fb 1614 speech-dispatcher_0.7.1-5.dsc
 3aacdcf172bb106664a46d16eddabb34c88a6e5f 35857 
speech-dispatcher_0.7.1-5.debian.tar.gz
 a6b7179991bf6eaa8444a434dcb573e21b091936 22972 
cl-speech-dispatcher_0.7.1-5_all.deb
 fa7016a48e30b9a3442a2636b323f9217a63429f 53758 python-speechd_0.7.1-5_all.deb
 04faf5d6daf9cd1545e11fef6ce25953cbedd7d9 14250 
speech-dispatcher-festival_0.7.1-5_all.deb
 6d3adcecd036e488b009d3b82ee751416db06a40 40042 
speech-dispatcher-doc-cs_0.7.1-5_all.deb
 fc847e980a21d45d20fdca8d60a4a613ab9cfee9 531802 
speech-dispatcher_0.7.1-5_amd64.deb
 d66bdca54d1154c688cc478c9f01161f32b9eff7 20910 libspeechd2_0.7.1-5_amd64.deb
 36afb4317ba3ed268c96a935e01b8500d849040d 21466 libspeechd-dev_0.7.1-5_amd64.deb
 9e53369814226b48943bc058bf75a053ad016fef 381486 
speech-dispatcher-dbg_0.7.1-5_amd64.deb
Checksums-Sha256: 
 8d19826bc3ecf8151457ee493fde22b1b243d408286b3a23e922d7344329f1c9 1614 
speech-dispatcher_0.7.1-5.dsc
 cc01aa9ce6f7b448d18fc372ff107852f1b45616c8b66c410ea205f2dbd98dc6 35857 
speech-dispatcher_0.7.1-5.debian.tar.gz
 5b14d3cea859b3412144d6128b48f822872b8eba82b628756b1546a1a2567c30 22972 
cl-speech-dispatcher_0.7.1-5_all.deb
 ca877c44bdf3459cadb806c290e62e11474aceda8ec24d723d62a461af1a1dbe 53758 
python-speechd_0.7.1-5_all.deb
 e5607444a31235ce47b957c8ee0774e2daedcded86d2c9882c3e116b9d145561 14250 
speech-dispatcher-festival_0.7.1-5_all.deb
 ae8abf4f61982e933fa9f68f4b5f5815d3c1262a1fe968cf4fbc34f06e2e771f 40042 
speech-dispatcher-doc-cs_0.7.1-5_all.deb
 119f15f9a7fe75999c5ae42646d9b9e9e76820822302dafe5ceb9d243964095e 531802 
speech-dispatcher_0.7.1-5_amd64.deb
 15fde0fb0c63117f032c3366df5514fe152dd549edf08ffbe7cca20b271e6496 20910 
libspeechd2_0.7.1-5_amd64.deb
 53ea4c6936ab725793d5ffcad1457cfd1299291e902b34b6ad43a9b54da89e65 21466 
libspeechd-dev_0.7.1-5_amd64.deb
 6b3e457096aa636c8d89cc1edb8433274a40c51d07c76ec34aa7360be6f2c978 381486 
speech-dispatcher-dbg_0.7.1-5_amd64.deb
Files: 
 165c39de447bba4d9c02a960a4af2921 1614 sound optional 
speech-dispatcher_0.7.1-5.dsc
 0ab92c3d51863db76e0227fbd7e3e47b 35857 sound optional 
speech-dispatcher_0.7.1-5.debian.tar.gz
 a320e43db93ae13469ab243982355d3d 22972 lisp extra 
cl-speech-dispatcher_0.7.1-5_all.deb
 26aa8e8a06da7b13819786500a3f70f3 53758 python extra 
python-speechd_0.7.1-5_all.deb
 b1fd377eb65a055250b3afb316f0fa6d 14250 sound optional 
speech-dispatcher-festival_0.7.1-5_all.deb
 3727743e3d6d308429138e794ea1f236 40042 doc extra 
speech-dispatcher-doc-cs_0.7.1-5_all.deb
 f6cf9ed5887afaf8d5d44d86555bfd63 531802 sound optional 
speech-dispatcher_0.7.1-5_amd64.deb
 05f30fdfe641dd84029157800e10274d 20910 libs optional 
libspeechd2_0.7.1-5_amd64.deb
 f1161ad272cf045acd9aa1ee80ca1de8 21466 libdevel extra 
libspeechd-dev_0.7.1-5_amd64.deb
 8fd5af93036f99534ef65821bd233c05 381486 debug extra 
speech-dispatcher-dbg_0.7.1-5_amd64.deb

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

iEYEARECAAYFAk1w39kACgkQkSkk/j3Cm0FvgQCff78N+nMjzFwU762cikSktWqR
m+UAn2lb4q7lmSqv5rMcvCbDl/wL4Kr3
=p6EQ
-END PGP SIGNATURE-


Accepted:
cl-speech-dispatcher_0.7.1-5_all.deb
  to main/s/speech-dispatcher/cl-speech-dispatcher_0.7.1-5_all.deb
libspeechd-dev_0.7.1-5_amd64.deb
  to main/s/speech-dispatcher/libspeechd-dev_0.7.1-5_amd64.deb
libspeechd2_0.7.1-5_amd64.deb
  to main/s/speech-dispatcher/libspeechd2_0.7.1-5_amd64.deb
python-speechd_0.7.1-5_all.deb
  to main/s/speech-dispatcher/python-speechd_0.7.1-5_all.deb
speech-dispatcher-dbg_0.7.1-5_amd64.deb
  to main/s/speech-dispatcher/speech-dispatcher-dbg_0.7.1-5_amd64.deb
speech-dispatcher-doc-cs_0.7.1-5_all.deb
  to main/s/speech-dispatcher/speech-dispatcher-doc-cs_0.7.1-5_all.deb
speech-dispatcher-festival_0.7.1-5_all.deb
  to main/s/speech-dispatcher/speech-dispatcher-festival_0.7.1-5_all.deb
speech-dispatcher_0.7.1-5.debian.tar.gz
  to 

Accepted cia-clients 20110304 (source all)

2011-03-05 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 03:22:27 +0100
Source: cia-clients
Binary: cia-clients
Architecture: source all
Version: 20110304
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg m...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 cia-clients - clients scripts for CIA commit notification on IRC
Changes: 
 cia-clients (20110304) unstable; urgency=low
 .
   * Import new snapshot of Bazaar plugin.
+ Fixes test suite.
   * Bump standards version to 3.9.1 (no changes).
Checksums-Sha1: 
 bf6501660d537db316a9e835309c187e3a703fa9 995 cia-clients_20110304.dsc
 03451dc9ea8124ec58b98353e609f1b7b45d93b5 30782 cia-clients_20110304.tar.gz
 cdf8b22640749084768eb04a664d8690c800f95f 28122 cia-clients_20110304_all.deb
Checksums-Sha256: 
 1db8cf21dbc4c68c3edde3c8ced49e07794854ac620a08a1a68b4c59908d5f30 995 
cia-clients_20110304.dsc
 16e08331081392a7d760a80e3819226ff5a977053d397b5cbd0b5f9892de6298 30782 
cia-clients_20110304.tar.gz
 9ddea6243334ce33fdb69ebf79a0b70485c3ef2dd0390005fbdaa5b56a2b86a1 28122 
cia-clients_20110304_all.deb
Files: 
 0abce5c7f91bb48cfd9e2fdf60d971f1 995 net optional cia-clients_20110304.dsc
 82842313df3eb9e2faa987d249feee60 30782 net optional cia-clients_20110304.tar.gz
 00498ed48c58dcec4d0d9627c5d874d2 28122 net optional 
cia-clients_20110304_all.deb

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

iEYEARECAAYFAk1yKwAACgkQPa9Uoh7vUnZUVACfR8QYhTOjYRJQEuZ2NAYFT7hq
sh4An2ZACvMDlEWI0zJPBoWBYT8ppHw9
=+vB1
-END PGP SIGNATURE-


Accepted:
cia-clients_20110304.dsc
  to main/c/cia-clients/cia-clients_20110304.dsc
cia-clients_20110304.tar.gz
  to main/c/cia-clients/cia-clients_20110304.tar.gz
cia-clients_20110304_all.deb
  to main/c/cia-clients/cia-clients_20110304_all.deb


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



Accepted clive 2.2.23-1 (source all)

2011-03-05 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 13:26:58 +0100
Source: clive
Binary: clive
Architecture: all source
Version: 2.2.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 clive  - video extraction utility for YouTube, Google Video and others
Changes: 
 clive (2.2.23-1) unstable; urgency=low
 .
   * New upstream release.
   * Correct version of libversion-perl dependency.
Checksums-Sha1: 
 e0522030ca43564ef9b827c974348217ea5e03dc 2255 clive_2.2.23-1.dsc
 5704ab42f5c7b2b114de9d2f5e56b039bf8f9bcf 54858 clive_2.2.23.orig.tar.gz
 d613bd9c8d4ee6583258c90ffd60eb545d4078a9 7647 clive_2.2.23-1.debian.tar.gz
 99c07e5f2d2ada60121935b3fb9ee3dcd9205fba 44026 clive_2.2.23-1_all.deb
Checksums-Sha256: 
 b430988c2b19740bde3dab39fd6eb33ed3d90a9cffde1461974ced2f786ac756 2255 
clive_2.2.23-1.dsc
 6993e089bb0bdc22decf958a5163acb694441bc6b57ef40087287bc43f2748fb 54858 
clive_2.2.23.orig.tar.gz
 ca830acc54ab84314c0ba8ef5ccd40e9d7d022d050100c910aa1edb71d93df19 7647 
clive_2.2.23-1.debian.tar.gz
 2cae1dec3ae12fe0429d1915c8b3c2bef3080925dc80fbb6e7f5359cf14ff0e4 44026 
clive_2.2.23-1_all.deb
Files: 
 499ac358fa5831074cca18bf21764333 2255 utils optional clive_2.2.23-1.dsc
 b3fccb3cb54508f23f77e07ac61512c0 54858 utils optional clive_2.2.23.orig.tar.gz
 d7339687a8dead9bfabdf63c95d9be6a 7647 utils optional 
clive_2.2.23-1.debian.tar.gz
 f9c5bc4be003d1b85c34095d1c579095 44026 utils optional clive_2.2.23-1_all.deb

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

iQIcBAEBCgAGBQJNci8rAAoJEIATJTTdNH3ItvgP/jLePqNxF14tKP3b5frIO1xx
IBh0Yjt1rv20a0M0iHdqK5GnEKHkKFTvFiIjXZg1IfJojN6YaBOEEObiwutyPUyc
IhxYvL44+ur3VvBEV0JiV/1IZtwLYjEVKJejLkPmIsT0gbmPmdt+psygbF2iyVSR
ZPe2ammVSTUfRoEOdieoFDt0YiletOYZzrADD9HqD+usIagVw1d1fMjhpqiujSXE
UYP43enUGKQ45XZc1hEchFlsVC70l3pJuwEgX2carRN2/kNaZJavaDrcHh2I4wOq
3oAb4npIQeyqr7/bvGFJy7JuWnmhMdd6/KNcWbBx9w1/INLEtTvheADh/Jnfx5N7
AQiZ1Em5Br6qfWGXrshl5/4aYEBb65oDXlTxfilPM8zIPXjHziyKdWIgE0IgZu2V
j+JGLwY73yw4UD/wpS1JlOZ2pl5hwDXl3QERDLn7S9NmS2v120Y2Ndy3pCDeqgMO
mN4cCSartfPGlb7eyhVfwDxMXo2CZ1DdCNtIFHQXdXAJ06+TYcy/Lx2rVy7NK+rq
Tgn5ZQeaw0bqGaLUn/1uNVjzh1affEBf5dcFztkgoVWxdgfY97CAx4cT2XSEiFdH
89bQ8qA0ifx0ykXrhdAwoUeAB/E4x88xnpWEnIN5Ol/BQGs+AmwtvUWMd+cV/Km+
DzndMHUu9/SZx9m6kaft
=H5oF
-END PGP SIGNATURE-


Accepted:
clive_2.2.23-1.debian.tar.gz
  to main/c/clive/clive_2.2.23-1.debian.tar.gz
clive_2.2.23-1.dsc
  to main/c/clive/clive_2.2.23-1.dsc
clive_2.2.23-1_all.deb
  to main/c/clive/clive_2.2.23-1_all.deb
clive_2.2.23.orig.tar.gz
  to main/c/clive/clive_2.2.23.orig.tar.gz


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



Accepted xserver-xorg-video-openchrome 1:0.2.904+svn916-2 (source amd64)

2011-03-05 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Feb 2011 16:28:22 +0100
Source: xserver-xorg-video-openchrome
Binary: xserver-xorg-video-openchrome xserver-xorg-video-openchrome-dbg
Architecture: source amd64
Version: 1:0.2.904+svn916-2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 xserver-xorg-video-openchrome - X.Org X server -- VIA display driver
 xserver-xorg-video-openchrome-dbg - X.Org X server -- VIA display driver -- 
debugging symbols
Changes: 
 xserver-xorg-video-openchrome (1:0.2.904+svn916-2) experimental; urgency=low
 .
   [ Julien Viard de Galbert ]
   * Adding debug package
   * Removed the dummy transitional package -via
 .
   [ Cyril Brulebois ]
   * Add DM-Upload-Allowed: yes, Julien is doing a good job, let's allow
 him to perform uploads.
Checksums-Sha1: 
 a006a58faeb260ca1a5e54220cac7a313d13d8ea 1940 
xserver-xorg-video-openchrome_0.2.904+svn916-2.dsc
 a2db453707d99548a6d9408a4b1aeacdb68b452d 10262 
xserver-xorg-video-openchrome_0.2.904+svn916-2.diff.gz
 26d34c10edaf08722c5f4af0138abb48bfeb819a 201218 
xserver-xorg-video-openchrome_0.2.904+svn916-2_amd64.deb
 7cf471487ec579915491a1243a8caf20b72da8e2 850756 
xserver-xorg-video-openchrome-dbg_0.2.904+svn916-2_amd64.deb
Checksums-Sha256: 
 16408e1ec88074793829cc25babd112a685e33cd0260cc023112edf96503d327 1940 
xserver-xorg-video-openchrome_0.2.904+svn916-2.dsc
 6eaaf4ba027bbf66ba43d4c3504dc9a9a0823ec8330f3f732d2342dcf10383d1 10262 
xserver-xorg-video-openchrome_0.2.904+svn916-2.diff.gz
 e2a434bc0cd7589589ffdb9aeb429e830c795e7226d4ea642fd0d9b62dbaf9c9 201218 
xserver-xorg-video-openchrome_0.2.904+svn916-2_amd64.deb
 e25bdd35a20ffe7b4b5cd309acdca3b7d60c404c8e5e91a44e7ac9c462d7c300 850756 
xserver-xorg-video-openchrome-dbg_0.2.904+svn916-2_amd64.deb
Files: 
 732e43b837c6dfab1e7aeb803eead6d6 1940 x11 optional 
xserver-xorg-video-openchrome_0.2.904+svn916-2.dsc
 c34e3759080e9bb5e70e12151283c9a6 10262 x11 optional 
xserver-xorg-video-openchrome_0.2.904+svn916-2.diff.gz
 54cd7132597e795ca13ffd8faefeca33 201218 x11 optional 
xserver-xorg-video-openchrome_0.2.904+svn916-2_amd64.deb
 dec4292c3af37d4fc8bf339e2a3237ee 850756 debug extra 
xserver-xorg-video-openchrome-dbg_0.2.904+svn916-2_amd64.deb

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

iEYEARECAAYFAk1nzRcACgkQeGfVPHR5Nd12PACeIezwmB9Yyfe28/fzNTbLOR1v
dLkAnA2OCKxSmP8O2bkP/XUJ4+IoQIFD
=9A9u
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-openchrome-dbg_0.2.904+svn916-2_amd64.deb
  to 
main/x/xserver-xorg-video-openchrome/xserver-xorg-video-openchrome-dbg_0.2.904+svn916-2_amd64.deb
xserver-xorg-video-openchrome_0.2.904+svn916-2.diff.gz
  to 
main/x/xserver-xorg-video-openchrome/xserver-xorg-video-openchrome_0.2.904+svn916-2.diff.gz
xserver-xorg-video-openchrome_0.2.904+svn916-2.dsc
  to 
main/x/xserver-xorg-video-openchrome/xserver-xorg-video-openchrome_0.2.904+svn916-2.dsc
xserver-xorg-video-openchrome_0.2.904+svn916-2_amd64.deb
  to 
main/x/xserver-xorg-video-openchrome/xserver-xorg-video-openchrome_0.2.904+svn916-2_amd64.deb


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



Accepted zemberek-ooo 1.0~rc2-10.1 (source all)

2011-03-05 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Feb 2011 00:47:11 +0100
Source: zemberek-ooo
Binary: libreoffice-zemberek
Architecture: source all
Version: 1.0~rc2-10.1
Distribution: unstable
Urgency: low
Maintainer: Rail Aliev r...@i-rs.ru
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libreoffice-zemberek - Turkish spell checker extension for LibreOffice
Closes: 612332
Changes: 
 zemberek-ooo (1.0~rc2-10.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * update for LibreOffice (closes: #612332)
Checksums-Sha1: 
 b7a9795e42bb5cc675c018d3a6c70277141be6f9 1962 zemberek-ooo_1.0~rc2-10.1.dsc
 d7b12c61b111919f7e7e3c34990b698f40a306ac 2647 zemberek-ooo_1.0~rc2-10.1.diff.gz
 fd3b5e3a26f80dd60d173bdf9210ac30416ca745 24500 
libreoffice-zemberek_1.0~rc2-10.1_all.deb
Checksums-Sha256: 
 58bac393c8a44a62403c32ac5a8aea9b40d63075980b6f05e5983cd6bfc55c5f 1962 
zemberek-ooo_1.0~rc2-10.1.dsc
 2d328e32175ae2f5968c057f7efbe193d457b0d63ff9c210d514eefb7efc7659 2647 
zemberek-ooo_1.0~rc2-10.1.diff.gz
 5c79299ac7e6650831d52b4836214a04100490d0302441cb2ab7d2bc41270628 24500 
libreoffice-zemberek_1.0~rc2-10.1_all.deb
Files: 
 ff5633ccb62ad6b5188541d1b677f67f 1962 text optional 
zemberek-ooo_1.0~rc2-10.1.dsc
 9cc6234ba46474acf267af8ab30cc9ed 2647 text optional 
zemberek-ooo_1.0~rc2-10.1.diff.gz
 f3242cc043205c2dc355d23a9ebe78b5 24500 text optional 
libreoffice-zemberek_1.0~rc2-10.1_all.deb

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

iQIcBAEBCAAGBQJNXGKbAAoJEAqgRXHQPj5wVAsQAMtWLcZ9zD7mi8UMVnztNJrX
2c9r1FvMpbGgQwLEqj5rB5NxCLxEsBpfrytR3Kwcd4zlWsVdWqVQ7Y8KAD7yRYpu
k97zfZl4zMndqo4Wn+zCH0TmFgpCXHz90sU8aYOfmsKyld/6MSBJBPsRTeBCTCW1
V/fdgFfwTa1SxSS4uwXE9F4ZYzjewpWR4sEb3drtflvkZnnNka8p0i8IzMYN3jy0
7V/A7m7UhNVwSE80wKSpxcKhnGa8vTG8VHVrNF9ccFsEDaQmximHUrWm8Gmvv0yQ
7dXdfdTvqfiakzAT8lrHtq4UGCq1E43JDyDx/f/HUtFU6XOsi3JRdHDMGcyfXyGL
TTSeW7gj6p/qJvzIFY2/ZVJ7ynQc4aB6p5m2ZJCZ807dTLqr1nd4xF+2tmUKoZpG
FUTlRg9pXiOWN0gUz3t87P9y23R0LgwmjHdB+583FNpZCc9PKor6rTDlWb7N0zL2
oullAB4U8wnSyPaf71bHWJhm45bv1IIS+TBwJtpsJSbPX4pL7NkSeZwTk9uw58qi
ujxSehs04XNA1Vx2/dKnzpXkfNMKauaBaQ6ZNfn6gAgzJKbYsCd/7wPpcF4iAC0T
tIZc9n2Ee9VJvSaYSeiX1Iadym6vJDU0n9yjUIUR9nxk4KQB+TOab4YX1f5K/7X+
wEM27FvzUiWXyIlrJ2Ly
=qW3+
-END PGP SIGNATURE-


Accepted:
libreoffice-zemberek_1.0~rc2-10.1_all.deb
  to main/z/zemberek-ooo/libreoffice-zemberek_1.0~rc2-10.1_all.deb
zemberek-ooo_1.0~rc2-10.1.diff.gz
  to main/z/zemberek-ooo/zemberek-ooo_1.0~rc2-10.1.diff.gz
zemberek-ooo_1.0~rc2-10.1.dsc
  to main/z/zemberek-ooo/zemberek-ooo_1.0~rc2-10.1.dsc


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



Accepted cfitsio3 3.260-1 (source all amd64)

2011-03-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 06 Feb 2011 12:18:46 +0100
Source: cfitsio3
Binary: libcfitsio3-dev libcfitsio3-dbg libcfitsio3 libcfitsio3-doc
Architecture: source all amd64
Version: 3.260-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libcfitsio3 - shared library for I/O with FITS format data files
 libcfitsio3-dbg - library for I/O with FITS format data files (debugging 
symbols)
 libcfitsio3-dev - static library for I/O with FITS format data files
 libcfitsio3-doc - documentation for cfitsio
Closes: 613379 613383 613384 615612
Changes: 
 cfitsio3 (3.260-1) unstable; urgency=low
 .
   * New upstream version.  Closes: #615612.
   * Use system zlib instead of embedded copy.  Closes: #613383.
   * Use system cfortran header instead of embedded copy.  Closes: #613379.
   * Add zlib and cfortran licenses to debian/copyright, even if these
 files are not used to build the package.  Closes: #613384.
Checksums-Sha1: 
 f79a063afda0d471923069b55cfb517b1110d76c 1078 cfitsio3_3.260-1.dsc
 42b199dafae359473cf733f1197ad303053e072b 4651873 cfitsio3_3.260.orig.tar.gz
 c67fcfaf2e2e5c65f8ad8cdb69487f91d3c607d0 17182 cfitsio3_3.260-1.debian.tar.gz
 497e4ded78e869b42fa26f1b694981f431df38c2 1225888 
libcfitsio3-doc_3.260-1_all.deb
 d247411ad6ccde0e1914635728a89e92893e047a 748482 
libcfitsio3-dev_3.260-1_amd64.deb
 67656fd7a71ef456d114a990e3293728d0376edf 706490 
libcfitsio3-dbg_3.260-1_amd64.deb
 40d4f4855947c5d3a120a943dbd28e2bbde7406f 604466 libcfitsio3_3.260-1_amd64.deb
Checksums-Sha256: 
 fc186d377a1a0517630dd798ed2048626a8c8da7f801f261bac6ff63d2dc18f8 1078 
cfitsio3_3.260-1.dsc
 d42c2bf64aceef22fbaf4e715477582e4ffd7b01a8873da1730d0e9d4cabe92c 4651873 
cfitsio3_3.260.orig.tar.gz
 851253d01ef9f04b94896c1c5133f908778d9b15d77c751e3b2200a5476ae1d4 17182 
cfitsio3_3.260-1.debian.tar.gz
 774cafffec1331513261b1d13557171305755b014b6df2a70605a0bac7702165 1225888 
libcfitsio3-doc_3.260-1_all.deb
 fbb274138ccd06f1c49c0ea75ed9ff6f2785d375bb60d5ecfa46af06670920c3 748482 
libcfitsio3-dev_3.260-1_amd64.deb
 0b9dd9656852b78919de5200c25300698640f69c74a8be27ceb6458fa97b593f 706490 
libcfitsio3-dbg_3.260-1_amd64.deb
 3186edf5cfb28a49851b167c91fb17ad0e9af621b99199955b13ce5d7f7ceb55 604466 
libcfitsio3_3.260-1_amd64.deb
Files: 
 e2b2285b5847749a64a0020114a9245a 1078 devel optional cfitsio3_3.260-1.dsc
 2663d3486be2e0ba86977e0aea7a18d5 4651873 devel optional 
cfitsio3_3.260.orig.tar.gz
 00da675b00e1418dc9a74ca11239e0f3 17182 devel optional 
cfitsio3_3.260-1.debian.tar.gz
 3a2ab2f4757e31f7e5d12cf31e97c076 1225888 doc optional 
libcfitsio3-doc_3.260-1_all.deb
 30f161847c0918d95c5ea19cbb88e55c 748482 libdevel optional 
libcfitsio3-dev_3.260-1_amd64.deb
 5306c74a95c7d08836e8b771c1894cf7 706490 debug extra 
libcfitsio3-dbg_3.260-1_amd64.deb
 9ef60c03620f1577e1c80db999438f1c 604466 devel optional 
libcfitsio3_3.260-1_amd64.deb

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

iD8DBQFNcjbew3ao2vG823MRAoSvAJ9H6IzrOgaxWa4qRQEI1jBhRtBlbACfSmMD
i21XfeFJX8ZRn5ZVjpcNcwI=
=Um5J
-END PGP SIGNATURE-


Accepted:
cfitsio3_3.260-1.debian.tar.gz
  to main/c/cfitsio3/cfitsio3_3.260-1.debian.tar.gz
cfitsio3_3.260-1.dsc
  to main/c/cfitsio3/cfitsio3_3.260-1.dsc
cfitsio3_3.260.orig.tar.gz
  to main/c/cfitsio3/cfitsio3_3.260.orig.tar.gz
libcfitsio3-dbg_3.260-1_amd64.deb
  to main/c/cfitsio3/libcfitsio3-dbg_3.260-1_amd64.deb
libcfitsio3-dev_3.260-1_amd64.deb
  to main/c/cfitsio3/libcfitsio3-dev_3.260-1_amd64.deb
libcfitsio3-doc_3.260-1_all.deb
  to main/c/cfitsio3/libcfitsio3-doc_3.260-1_all.deb
libcfitsio3_3.260-1_amd64.deb
  to main/c/cfitsio3/libcfitsio3_3.260-1_amd64.deb


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



Accepted ike 2.1.7+dfsg-1 (source amd64)

2011-03-05 Thread Philipp Matthias Hahn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Feb 2011 11:42:11 +0100
Source: ike
Binary: ike ike-qtgui
Architecture: source amd64
Version: 2.1.7+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Matthias Hahn pmh...@debian.org
Changed-By: Philipp Matthias Hahn pmh...@debian.org
Description: 
 ike- Shrew Soft VPN client - Daemon and libraries
 ike-qtgui  - Shrew Soft VPN client - Connection manager
Closes: 566673 599947
Changes: 
 ike (2.1.7+dfsg-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/patches/0003_pktinfo.diff: Fix FTBFS on kfreebsd-*: error: 'void*'
is not a pointer-to-object type (Closes: #599947)
 This package still won't work with the Debians FreeBSD kernel, since it is
 missing IPSec / PFKEY support.
   * debian/patches/0004_select.diff, debian/patches/0006_terminate.diff:
 Fix iked.real wakes up every 500ms even on idle (Closes: #566673)
   * Switch to dpkg-source 3.0 (quilt) format
   * debian/control:
 - Standards-Version: 3.9.1: no changes required.
 - Add missing ${misc:Depends}
 - Although the FTBFS is now fixed, ike will not work on kFreeBSD, since it
   is missing PF_KEY support, switch to Architecture: linux-any.
Checksums-Sha1: 
 1091c31b3bdf0d690c9eb72116cb8698bcc68515 1113 ike_2.1.7+dfsg-1.dsc
 7e459eea674188e5b3bb8b6ba20a54d664aaba4a 260757 ike_2.1.7+dfsg.orig.tar.gz
 56f4d1458fd9800fc83e3fc1ec303771b4fde209 12949 ike_2.1.7+dfsg-1.debian.tar.gz
 a4d5922f33a27c429d9ef49bc98934a160a27595 236612 ike_2.1.7+dfsg-1_amd64.deb
 6fd02abf237aac391d519d32d99a1845b16b6ecb 203156 
ike-qtgui_2.1.7+dfsg-1_amd64.deb
Checksums-Sha256: 
 1ea8e6f6a41620f29b2cdf12b80ed3c30af623de196e5195834c28ce67daa2db 1113 
ike_2.1.7+dfsg-1.dsc
 c742e0ba770a239e6f86b3e0d47a71feb1fb4a4dacf87b3dfe106189b326b6d4 260757 
ike_2.1.7+dfsg.orig.tar.gz
 9dbf414ffe5d79eb170e1d1c4f5c0dd07ce47619f653c977d4c72f200c26d8bf 12949 
ike_2.1.7+dfsg-1.debian.tar.gz
 a343d8e2e78daf21deda60223f83ebbbfd496d3fa3edb78ca6de40a5f6634e32 236612 
ike_2.1.7+dfsg-1_amd64.deb
 ffb92cf2e5f8c48fe9aedc9ce6f1a4b5e782d2aa90ef99d3081224f3eee8c905 203156 
ike-qtgui_2.1.7+dfsg-1_amd64.deb
Files: 
 d576714758188515095db95fdac90e22 1113 net extra ike_2.1.7+dfsg-1.dsc
 268fe6bce560377071a06d268dae110b 260757 net extra ike_2.1.7+dfsg.orig.tar.gz
 4c9a9c8aab5a3003bd7262e247066e5b 12949 net extra ike_2.1.7+dfsg-1.debian.tar.gz
 50c0e12d92b8a95b4007b642e4b5ee58 236612 net extra ike_2.1.7+dfsg-1_amd64.deb
 f7d563a48f068c6ca433e42bc0ea72ec 203156 net extra 
ike-qtgui_2.1.7+dfsg-1_amd64.deb

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

iEYEARECAAYFAk1pF70ACgkQYPlgoZpUDjnpMACfWxBUl70q6DEbr0RrR57wctyn
Ab4AoLvMdaON/LroMeQzsQJCczMcwwja
=EHKp
-END PGP SIGNATURE-


Accepted:
ike-qtgui_2.1.7+dfsg-1_amd64.deb
  to main/i/ike/ike-qtgui_2.1.7+dfsg-1_amd64.deb
ike_2.1.7+dfsg-1.debian.tar.gz
  to main/i/ike/ike_2.1.7+dfsg-1.debian.tar.gz
ike_2.1.7+dfsg-1.dsc
  to main/i/ike/ike_2.1.7+dfsg-1.dsc
ike_2.1.7+dfsg-1_amd64.deb
  to main/i/ike/ike_2.1.7+dfsg-1_amd64.deb
ike_2.1.7+dfsg.orig.tar.gz
  to main/i/ike/ike_2.1.7+dfsg.orig.tar.gz


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



Accepted libksba 1.2.0-1 (source i386)

2011-03-05 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 05 Mar 2011 14:22:57 +0100
Source: libksba
Binary: libksba-dev libksba8
Architecture: source i386
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 libksba-dev - X.509 and CMS support library - development files
 libksba8   - X.509 and CMS support library
Changes: 
 libksba (1.2.0-1) unstable; urgency=low
 .
   * New upstream version.
   * Symbols added, bump shlibs.
Checksums-Sha1: 
 d5fbc73e18f4b32c95d3e38a73fd6c338e27cea2 1436 libksba_1.2.0-1.dsc
 0c4e593464b9dec6f53c728c375d54a095658230 588323 libksba_1.2.0.orig.tar.bz2
 b5567245fc69f749b09822ea65ed81c2e4dad982 5022 libksba_1.2.0-1.debian.tar.gz
 95bb581b670b4b19feb58356c1819f08b9d882fa 147246 libksba-dev_1.2.0-1_i386.deb
 0fc191d6d1ebdc0f23ee15660ab87ea65d5a398c 101840 libksba8_1.2.0-1_i386.deb
Checksums-Sha256: 
 bffb8c92f4ad91a4bc8423f14c5db405bc2c4f1a52e963b78c7e67f4bd2bbaa2 1436 
libksba_1.2.0-1.dsc
 09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b 588323 
libksba_1.2.0.orig.tar.bz2
 223cef6882b9670d82efe9d5399df4b123a30523715f6fd932c7871672d0c912 5022 
libksba_1.2.0-1.debian.tar.gz
 24c72896e3ba221bac26f9070679379a193d04094e86dfec2c692f9b768eb85c 147246 
libksba-dev_1.2.0-1_i386.deb
 793bdf6e55ac59b5759f88aee1920e733b6a6326bfa33715f0f45b7598164a40 101840 
libksba8_1.2.0-1_i386.deb
Files: 
 de0edc4856cc7b96eb42030a7685eeb9 1436 libs optional libksba_1.2.0-1.dsc
 e797f370b69b4dc776499d6a071ae137 588323 libs optional 
libksba_1.2.0.orig.tar.bz2
 3f93f4acd515d61ee5288b948c2f0cd3 5022 libs optional 
libksba_1.2.0-1.debian.tar.gz
 9370d4aa4420100f9d29e6f64a0b6555 147246 libdevel optional 
libksba-dev_1.2.0-1_i386.deb
 3e91be242f37967dbe73cb6ad6f730ce 101840 libs optional libksba8_1.2.0-1_i386.deb

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

iEYEAREDAAYFAk1yOZwACgkQHTOcZYuNdmOKoACfUNqJjVdDzBzzVWfaTjbwy2vh
oVQAn2ng7fIC4vE4A8KTfkoyBJlY/9fU
=nVSE
-END PGP SIGNATURE-


Accepted:
libksba-dev_1.2.0-1_i386.deb
  to main/libk/libksba/libksba-dev_1.2.0-1_i386.deb
libksba8_1.2.0-1_i386.deb
  to main/libk/libksba/libksba8_1.2.0-1_i386.deb
libksba_1.2.0-1.debian.tar.gz
  to main/libk/libksba/libksba_1.2.0-1.debian.tar.gz
libksba_1.2.0-1.dsc
  to main/libk/libksba/libksba_1.2.0-1.dsc
libksba_1.2.0.orig.tar.bz2
  to main/libk/libksba/libksba_1.2.0.orig.tar.bz2


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



Accepted libnet-stomp-perl 0.40-1 (source all)

2011-03-05 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 14:09:05 +0100
Source: libnet-stomp-perl
Binary: libnet-stomp-perl
Architecture: all source
Version: 0.40-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libnet-stomp-perl - Perl module providing a Streaming Text Orientated 
Messaging Proto
Changes: 
 libnet-stomp-perl (0.40-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 2c9a766eb64545b6dc63c3a30572e18d614d5376 2143 libnet-stomp-perl_0.40-1.dsc
 6dc70202cdd1754fcd77cbb2c1206db049cc3164 13282 
libnet-stomp-perl_0.40.orig.tar.gz
 e01199981cd8fe0d11306a5be10bc2547bb16a79 2907 
libnet-stomp-perl_0.40-1.debian.tar.gz
 7f48ea932ec1b5b703d27abb06eab480e66cc939 20406 libnet-stomp-perl_0.40-1_all.deb
Checksums-Sha256: 
 689f9d41b500382d552ad2e6974b02cd571c2a242b56f567d2af86ed508f547c 2143 
libnet-stomp-perl_0.40-1.dsc
 7fe9a55ebc6de23ad7f818770e68db2bf3562a84f5093cdedbd61bd3c08d380f 13282 
libnet-stomp-perl_0.40.orig.tar.gz
 411cbb63ac9eed0cedd378827eea71e36a68389152f998fb84c38bd9555d48e9 2907 
libnet-stomp-perl_0.40-1.debian.tar.gz
 9681ee0e3ff2113a9d558c0059a19c344c77bd50973c9526761263f6f61b9b59 20406 
libnet-stomp-perl_0.40-1_all.deb
Files: 
 5d297f4562e6ed37e4af52920ec8847c 2143 perl optional 
libnet-stomp-perl_0.40-1.dsc
 729fe26c7e07f30d0c4f85c4bb314ecb 13282 perl optional 
libnet-stomp-perl_0.40.orig.tar.gz
 25ecc2ce838aad60bf7cdb6e65b6acf2 2907 perl optional 
libnet-stomp-perl_0.40-1.debian.tar.gz
 3005ccf5c68957de7fa54dbbeb2424c6 20406 perl optional 
libnet-stomp-perl_0.40-1_all.deb

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

iQIcBAEBCgAGBQJNcjfrAAoJEIATJTTdNH3IVmIQAMEKNneYevGBkdCAiUz5GLDu
0oLzjs/mynQVknMujWcF8wAT79Oc7Vt9ZuNdXWzIublDe8nxOfFgA3e0FPvbiMGf
yR/mKfsjV3trne2l6M1rmWUuDZbQOTpPJRmVa1gcWoqYaB09A8eN5XRphhEDKUOO
frFn21XZyYg6P6DjS+TsxROwAWJKE7Y0vlo/afGu9pXVewf/+YbUufNY7454uW/e
L2WpXeN+nwleKjmqWerBLyUTIzLoun2GUi+Y1LlVnWolN8n1cNmWlrlvPPWNdVkP
QDggOIEDywH5OpnNNWgZ1Im9beqhVZ9TWQFmt4x69QUSf0s6CQ9rl2xFDn8YNpRm
cCduiEnCDtjCP8S7JJOqEFrjZTlh2UGaXnfzcjOnN0ho6cQHc5eElrWK01ZY3DNJ
U9bLAVsr63C502YlDr9+483di3fDcBKx8lffXW/7ZMn4selmPKWpTrPIMA/RGQx5
GRauM5PwSq5kMYN4N2QP4pf69H1f5aa8dLVSrV9jddDO7WnnSVZAbdfAr6MG9BnZ
exM01Fv4nthc9iyj/f6mPAPDuySTzXgDclmnuQ4z9X9/XmPz6F6cVE1rQ5g2wiUl
55tbVwsljDtLhb/EhEgenCs5ZFHO7PQY5f850JGWV/JKFIXRFQXoiZtnbey3sRBk
WlKv7qQZY7ASOMwMmKWq
=aeQH
-END PGP SIGNATURE-


Accepted:
libnet-stomp-perl_0.40-1.debian.tar.gz
  to main/libn/libnet-stomp-perl/libnet-stomp-perl_0.40-1.debian.tar.gz
libnet-stomp-perl_0.40-1.dsc
  to main/libn/libnet-stomp-perl/libnet-stomp-perl_0.40-1.dsc
libnet-stomp-perl_0.40-1_all.deb
  to main/libn/libnet-stomp-perl/libnet-stomp-perl_0.40-1_all.deb
libnet-stomp-perl_0.40.orig.tar.gz
  to main/libn/libnet-stomp-perl/libnet-stomp-perl_0.40.orig.tar.gz


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



Accepted libpackage-stash-xs-perl 0.22-1 (source amd64)

2011-03-05 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 13:50:41 +0100
Source: libpackage-stash-xs-perl
Binary: libpackage-stash-xs-perl
Architecture: amd64 source
Version: 0.22-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libpackage-stash-xs-perl - Perl module providing routines for manipulating 
stashes (XS versi
Changes: 
 libpackage-stash-xs-perl (0.22-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 8a0508afe45f6cd3679bb8fbc075dd5575d40e5c 2123 
libpackage-stash-xs-perl_0.22-1.dsc
 259214b2b506f92ee936a5b7cd2bf78688353973 65842 
libpackage-stash-xs-perl_0.22.orig.tar.gz
 e07d0a2a4aada39d04abcd25999f76e270b499ca 1825 
libpackage-stash-xs-perl_0.22-1.debian.tar.gz
 262433ce7859582e41c8510d6ee5bcf87636f92f 21900 
libpackage-stash-xs-perl_0.22-1_amd64.deb
Checksums-Sha256: 
 e4aac65dc1b4626b92ef22368fec8ad442efaa84d28d5be67710d6f3517a7ece 2123 
libpackage-stash-xs-perl_0.22-1.dsc
 f69c97276b3e00f3710db383e0bd4f5dcacec3760264d0927f409c80cea928ec 65842 
libpackage-stash-xs-perl_0.22.orig.tar.gz
 8d7c6d995677eef9f837bec8c045e1112e74148ffad594acd41f223f934a887a 1825 
libpackage-stash-xs-perl_0.22-1.debian.tar.gz
 50b12fbc832c074f625911e8c0d58a27edefcfc3878c4c1989d0d7f27ffbc4d7 21900 
libpackage-stash-xs-perl_0.22-1_amd64.deb
Files: 
 b9c2b5ea27d6116f93fa33f24b5c94c4 2123 perl optional 
libpackage-stash-xs-perl_0.22-1.dsc
 0c74faa792015e5e3eb852b10c9e1d72 65842 perl optional 
libpackage-stash-xs-perl_0.22.orig.tar.gz
 ea8b2500af652201dc321fd631284636 1825 perl optional 
libpackage-stash-xs-perl_0.22-1.debian.tar.gz
 9cb6dcd68aafd689d83fcef529a3ddee 21900 perl optional 
libpackage-stash-xs-perl_0.22-1_amd64.deb

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

iQIcBAEBCgAGBQJNcjfkAAoJEIATJTTdNH3IsEEP/1cTDg9H8SoWo2L4twCvtGQT
J0O7intH611CNEd5hDr+frXEvq541iZbyZmzW9L595UFwF7vdMuUSjzqg6GU1ol3
F4NmEUEajuAsVlaoQC2YSfkN/3QCNU/32JN75oHy7cYNZFzrELHuHeMcTCs09/c6
navuSc2ia3A4urakDPljUlQgSLkEuwn73KLzMCbchhOiJPX57Wud2JB4c35FUumC
OikGopDfFXSUG9+n2u7D7F7jcA25Hwo2pMZirxp+WF0/LFzB3MAJmzpAHLh5PxnS
Fbs0vDlpQj44t6x17cbFOI8UzXDsxqsXOz50lmaprHyJU3Lqptixf63ZDFhkVT/k
0vVAELp1pr7HTGFuZaiqYqC+R/fHQYIUDqCxmnJxcwi4kahYP3WXNTNYepKsH9sA
KtbKS7JXo7Rsx85lI34TSGB+8CxNG8SYC7m6A59dDyjOXs5z9haGFtci8/zb9jep
O3ww1tCgoNHNsSQ342VV82R/0x9+POTTpalPu5UtU3VDkOqX7ZH/Aek1pFDMszf5
TZoo+W559s6mgSI5RXBBAQB8wgbjBMW/MRgfGrrWfD3SaWZJbrgEc6RBATVwmo56
xolvpYSQQaZ/1dQZ39IHy8YeLRlihAe5n5U6Cg42glq9SXPC5+n9x5Wul/q6SmXa
Yw4QgyKWph8AYQmGAw11
=CKF5
-END PGP SIGNATURE-


Accepted:
libpackage-stash-xs-perl_0.22-1.debian.tar.gz
  to 
main/libp/libpackage-stash-xs-perl/libpackage-stash-xs-perl_0.22-1.debian.tar.gz
libpackage-stash-xs-perl_0.22-1.dsc
  to main/libp/libpackage-stash-xs-perl/libpackage-stash-xs-perl_0.22-1.dsc
libpackage-stash-xs-perl_0.22-1_amd64.deb
  to 
main/libp/libpackage-stash-xs-perl/libpackage-stash-xs-perl_0.22-1_amd64.deb
libpackage-stash-xs-perl_0.22.orig.tar.gz
  to 
main/libp/libpackage-stash-xs-perl/libpackage-stash-xs-perl_0.22.orig.tar.gz


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



Accepted squidclamav 6.1-2 (source sparc)

2011-03-05 Thread Tim Weippert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 Jan 2011 17:56:11 +0100
Source: squidclamav
Binary: libc-icap-mod-squidclamav
Architecture: source sparc
Version: 6.1-2
Distribution: unstable
Urgency: low
Maintainer: Tim Weippert we...@weiti.org
Changed-By: Tim Weippert we...@weiti.org
Description: 
 libc-icap-mod-squidclamav - ICAP Antivirus Service for c-icap
Closes: 604434
Changes: 
 squidclamav (6.1-2) unstable; urgency=low
 .
   * Fix clwarn.cgi.de_DE
   * Fix Build Deps, as c-icap reorg, only libicapapi-dev needed
   * Added Recommends httpd-cgi
   * Cleanup Manpage for lintian information
   * Restructure rules to override_dh_
 .
 squidclamav (6.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #604434)
   * Fix Build Deps: Added libicapapi-dev (=1:0.1.3), c-icap (=1:0.1.3)
Checksums-Sha1: 
 691a2b0a3ae8c3da24a7efb87b8f6d0fec8c3ebd 1125 squidclamav_6.1-2.dsc
 9e63ef4b34b8934a97dd5ae61706ca9a2bab276e 864708 squidclamav_6.1.orig.tar.gz
 07201f5b4ad2c67cc5170d3004dfb57a803c66a8 5118 squidclamav_6.1-2.debian.tar.gz
 3426ede3d5088d2fff986861ee18d7b50e62a006 40878 
libc-icap-mod-squidclamav_6.1-2_sparc.deb
Checksums-Sha256: 
 a868674d199ab2782bb10fd5a64188a67dcf59888062654316b9627d1ab3a48f 1125 
squidclamav_6.1-2.dsc
 7f85a45949444c56c3765092607c4d5c65ccc2f3abd168fef4ca3fe16e9270fc 864708 
squidclamav_6.1.orig.tar.gz
 72bba5476daf82a3790ec62da4ce25f392ec4f8d7e1ad1a8f07495c78ae7a3b1 5118 
squidclamav_6.1-2.debian.tar.gz
 d6b51e8da27d7f2cff17f3d52f85c9d68df630c5785789010b667cddbbd96d9d 40878 
libc-icap-mod-squidclamav_6.1-2_sparc.deb
Files: 
 5859a74284d47448cca182ab6d20b7c7 1125 net extra squidclamav_6.1-2.dsc
 8296d10ee7febb4c492c1e2659920b19 864708 net extra squidclamav_6.1.orig.tar.gz
 6d89e85c10114ef4f875996c013f5fec 5118 net extra squidclamav_6.1-2.debian.tar.gz
 be0b6f54b3f80446436437a60d65a7cb 40878 net extra 
libc-icap-mod-squidclamav_6.1-2_sparc.deb

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

iD8DBQFNK1Vz0fhX0Y/ocz0RAu/qAJwMejMrACrjC4DAe0oDcV2FlLH6awCgqYYG
Is39hf1kePeBpPiBxv69Iy8=
=Fvq8
-END PGP SIGNATURE-


Accepted:
libc-icap-mod-squidclamav_6.1-2_sparc.deb
  to main/s/squidclamav/libc-icap-mod-squidclamav_6.1-2_sparc.deb
squidclamav_6.1-2.debian.tar.gz
  to main/s/squidclamav/squidclamav_6.1-2.debian.tar.gz
squidclamav_6.1-2.dsc
  to main/s/squidclamav/squidclamav_6.1-2.dsc
squidclamav_6.1.orig.tar.gz
  to main/s/squidclamav/squidclamav_6.1.orig.tar.gz


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



Accepted termit 2.6.0-1 (source amd64)

2011-03-05 Thread Tomas Fasth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 11 Jan 2011 16:39:12 +0100
Source: termit
Binary: termit
Architecture: source amd64
Version: 2.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Tomas Fasth to...@debian.org
Changed-By: Tomas Fasth to...@debian.org
Description: 
 termit - Simple terminal emulator based on vte library, embedded lua
Closes: 576409
Changes: 
 termit (2.6.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #576409)
Checksums-Sha1: 
 7c0c1d3727b3ab673362cfcc2475328d313ec81b 1161 termit_2.6.0-1.dsc
 ef81af926159e3cebef58968dc042507bebbaf75 38706 termit_2.6.0.orig.tar.bz2
 3cce2e1831015776e6d497cea6514d921efeafa3 1853 termit_2.6.0-1.debian.tar.gz
 d2715400d6e950b8b8940f8348b8a70f82fba3bc 50980 termit_2.6.0-1_amd64.deb
Checksums-Sha256: 
 d084db48b2bc1a16dc1c0820314d133a4c788581976a229464de7adcc996a024 1161 
termit_2.6.0-1.dsc
 30f360c13c3e9373865ff9838ad7f95c0fcf4161b9e6f62922d4abef3c08daf1 38706 
termit_2.6.0.orig.tar.bz2
 1dac1daa9570bb51949622345f77871490f3bc09fffb0bfea215c98c888c 1853 
termit_2.6.0-1.debian.tar.gz
 fbb042efb4cf8f3c3cbcd1aa98f1e98c1a4d3fb9905bdbaaa182385b9d167e5b 50980 
termit_2.6.0-1_amd64.deb
Files: 
 3f2798ed81672fcaec6bc8f95e2407cf 1161 misc optional termit_2.6.0-1.dsc
 7944365cab92f30dadaf673249a6b0c2 38706 misc optional termit_2.6.0.orig.tar.bz2
 13e9fef2b1204c083ea30662863083a7 1853 misc optional 
termit_2.6.0-1.debian.tar.gz
 a4920906b9ded202b4bd5f36e3fd4afc 50980 misc optional termit_2.6.0-1_amd64.deb

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

iEYEARECAAYFAk0uNP0ACgkQwYdzVZ/o1QTcXwCcDEmXae1PrcYNbfPTFsxB0seL
Vy0An1TOwZ75IWijvm3lwk3CyesEokWJ
=DUwu
-END PGP SIGNATURE-


Accepted:
termit_2.6.0-1.debian.tar.gz
  to main/t/termit/termit_2.6.0-1.debian.tar.gz
termit_2.6.0-1.dsc
  to main/t/termit/termit_2.6.0-1.dsc
termit_2.6.0-1_amd64.deb
  to main/t/termit/termit_2.6.0-1_amd64.deb
termit_2.6.0.orig.tar.bz2
  to main/t/termit/termit_2.6.0.orig.tar.bz2


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



Accepted libmath-combinatorics-perl 0.09-4 (source all)

2011-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 05 Mar 2011 14:56:15 +0100
Source: libmath-combinatorics-perl
Binary: libmath-combinatorics-perl
Architecture: source all
Version: 0.09-4
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmath-combinatorics-perl - module for performing combinations and 
permutations on lists
Closes: 616509
Changes: 
 libmath-combinatorics-perl (0.09-4) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control:
 - add Vcs-Svn field (source stanza); Vcs-Browser field (source stanza);
   Homepage field (source stanza)
 - remove XS-Vcs-Svn fields
 - add ${misc:Depends} to Depends: field
 - improve short and long description
   * Switch to source format 3.0 (quilt).
   * Minimize debian/rules.
   * Don't install README anymore.
   * Email change: gregor herrmann - gre...@debian.org
   * Re-upload, this time really with 0.09 (the last upload had the 0.09
 .orig.tar.gz but the contents of 0.08); closes: #616509.
   * debian/watch: use dist-based URL.
   * Switch to debhelper 8.
   * Set Standards-Version to 3.9.1 (no changes).
   * Machine-readable debian/copyright.
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Joachim Breitner ]
   * Removed myself from uploaders.
 .
   [ Russ Allbery ]
   * Remove myself from Uploaders.
Checksums-Sha1: 
 94df8f233d31495be0844ed43cff71b311eafc0d 2140 
libmath-combinatorics-perl_0.09-4.dsc
 9038e5268b70274bf19306454fc03894ce9accd4 2440 
libmath-combinatorics-perl_0.09-4.debian.tar.gz
 807a2c50b00e46f5eb7b478f9ec300461f1cd67c 18874 
libmath-combinatorics-perl_0.09-4_all.deb
Checksums-Sha256: 
 5721636338f6d8075a63d217dc90d2a0940a9d87d048e1f5243bd06407458fa6 2140 
libmath-combinatorics-perl_0.09-4.dsc
 fd661da42308119cb3f0a1e33a68f6dacac154efd5851cf8e9c3782f5be7718f 2440 
libmath-combinatorics-perl_0.09-4.debian.tar.gz
 6b3844189eb18b6e63363b3f30a711d11f3d51a540dc7c78b0398791411325b0 18874 
libmath-combinatorics-perl_0.09-4_all.deb
Files: 
 10f55aed7a1322db9fa32dc41751f431 2140 perl optional 
libmath-combinatorics-perl_0.09-4.dsc
 042cae70644d38904c2657d94ff7d8fd 2440 perl optional 
libmath-combinatorics-perl_0.09-4.debian.tar.gz
 62ffa9bc969a36f9cdc836ef7a26a906 18874 perl optional 
libmath-combinatorics-perl_0.09-4_all.deb

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

iQIcBAEBCAAGBQJNckE/AAoJELs6aAGGSaoGIMMP/3zaRjJutzSgpUeSXfbGGYaM
wwYqGnQpQe78LKIDaSuvXRG+rwvBYyFpgccliXzFvyR5fDGT+XTpVv3Kh5K4muLG
i+21zAhYJsGEaWnQfG2uGDbcjokfmWG17Ivbbf96PeUBqGcJVhSfocWAKr7b7l/q
nrniMm1UJcZQSk2vueqTKl0MZ3JN9kpjxzI1NqD1EdhnZHtW2BXBqKS+dj5Qt5YJ
pcmIC9lE3Ed2IZtxIXIwFO9XqAt9Z7A/inhI/BkSnah/j0e53RFIDuIeYitp08FI
N9wKG846vlx4sxuNm7UrjNqzHnKJasrU//gjVMi3mEEqPnLmJ2ewGbPq+whHZWMH
Zs9OQgfJXRUVZSJJOBj5HoyfnLgfkG3J/BWRoha8vl360l7LykQUkJzbiogmfB6V
/UQpSlNnbdBAe/9Fg63HBDVLqQvfPzP1yR/zWrJxAw9VU7BWUSUFj0z62BMq6+58
DJB9ACdCjHQKd3lGyGuh43vxm0yysocgo9aV/mK3nRoDVwc6O9kcVGcgF+Lx4G85
8b7aSXzUl6TaPz4eh7T6ZYBZe8eOkbzRUzCbAkG9lBAIWORVqpP4fmXL3BqaLt7f
7XsqRDSIvK7CkmHlPlQuOqED8xClifIeh9Uh8rWY8MYIxGM6H+NqwgdcLr0odh42
6h6kajjkTmfIRtKhZnX+
=BYQB
-END PGP SIGNATURE-


Accepted:
libmath-combinatorics-perl_0.09-4.debian.tar.gz
  to 
main/libm/libmath-combinatorics-perl/libmath-combinatorics-perl_0.09-4.debian.tar.gz
libmath-combinatorics-perl_0.09-4.dsc
  to main/libm/libmath-combinatorics-perl/libmath-combinatorics-perl_0.09-4.dsc
libmath-combinatorics-perl_0.09-4_all.deb
  to 
main/libm/libmath-combinatorics-perl/libmath-combinatorics-perl_0.09-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
Archive: http://lists.debian.org/e1pvsp8-0007bz...@franck.debian.org



Accepted libxt 1:1.1.0-1 (source amd64)

2011-03-05 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 16:15:27 +0100
Source: libxt
Binary: libxt6 libxt6-dbg libxt-dev
Architecture: source amd64
Version: 1:1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 libxt-dev  - X11 toolkit intrinsics library (development headers)
 libxt6 - X11 toolkit intrinsics library
 libxt6-dbg - X11 toolkit intrinsics library (debug package)
Changes: 
 libxt (1:1.1.0-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * Delete libtool m4 files in clean.
 .
   [ Cyril Brulebois ]
   * New upstream release.
   * Update debian/copyright from upstream COPYING.
   * Update symbols file:
 + XtAsprintf
Checksums-Sha1: 
 6701a688cf706683db52d9846307f24068d7e612 1311 libxt_1.1.0-1.dsc
 269e4ca13af11f5dec588302c2635f4472ecfdf2 892858 libxt_1.1.0.orig.tar.gz
 bf9040307a3bfd80afc8a60f57616ce26f795a51 20258 libxt_1.1.0-1.diff.gz
 98701b02c5eac53a39bdc54f17898f54a47e38db 203780 libxt6_1.1.0-1_amd64.deb
 55aca12c88510ca97b40b1fbd16ed8f2ec2af1cd 514616 libxt6-dbg_1.1.0-1_amd64.deb
 8df69b7e3e00161281b91e9d4a4a029a60c7c3c1 509312 libxt-dev_1.1.0-1_amd64.deb
Checksums-Sha256: 
 605eb24b0f2421ceca1a65b2dced01cb183d31e6c0c716a16aa82d5024f8ce91 1311 
libxt_1.1.0-1.dsc
 e881e657fa0708ae8b5f5af73aaf5eb847ff64b97cb901625b86adbf1cbdd1d2 892858 
libxt_1.1.0.orig.tar.gz
 16f99ec3ed1dbf8ef136ae1b923523a8440b0ba2e3ed6995c43c4a52bc24a121 20258 
libxt_1.1.0-1.diff.gz
 f880e5293b5b155ef857f2fb77f1c32e6d3885c2033887d1da58b118bfc25ebc 203780 
libxt6_1.1.0-1_amd64.deb
 7c949df97f44f59907a66f70f082a9ca754f11901035dcac1d8c302c19c4743c 514616 
libxt6-dbg_1.1.0-1_amd64.deb
 610573fc69da763721263dca0b02fb5b94060191a9ff79315681c0df9d623fc7 509312 
libxt-dev_1.1.0-1_amd64.deb
Files: 
 d3d857c5bfa209ff933a462c8626b805 1311 x11 optional libxt_1.1.0-1.dsc
 0ec6ac942ff12359be59cb39d2d80ed6 892858 x11 optional libxt_1.1.0.orig.tar.gz
 d3bc6cf1323b71dfe26768466013b282 20258 x11 optional libxt_1.1.0-1.diff.gz
 1c87b5b7b6087403547d8713ba1233b6 203780 libs optional libxt6_1.1.0-1_amd64.deb
 8ff4d7badc722abf51a73204ba1d32f0 514616 debug extra 
libxt6-dbg_1.1.0-1_amd64.deb
 303077a0b19bf76e6d517f8cc4bbba3b 509312 libdevel optional 
libxt-dev_1.1.0-1_amd64.deb

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

iEYEARECAAYFAk1yVJ4ACgkQeGfVPHR5Nd24/gCfZpxmGEU8DlYJBB+c0nMxnA7w
xCMAnjOTht03WF4ZNB4+m6YEAWjDLrjz
=hxSb
-END PGP SIGNATURE-


Accepted:
libxt-dev_1.1.0-1_amd64.deb
  to main/libx/libxt/libxt-dev_1.1.0-1_amd64.deb
libxt6-dbg_1.1.0-1_amd64.deb
  to main/libx/libxt/libxt6-dbg_1.1.0-1_amd64.deb
libxt6_1.1.0-1_amd64.deb
  to main/libx/libxt/libxt6_1.1.0-1_amd64.deb
libxt_1.1.0-1.diff.gz
  to main/libx/libxt/libxt_1.1.0-1.diff.gz
libxt_1.1.0-1.dsc
  to main/libx/libxt/libxt_1.1.0-1.dsc
libxt_1.1.0.orig.tar.gz
  to main/libx/libxt/libxt_1.1.0.orig.tar.gz


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



Accepted telepathy-idle 0.1.8-1 (source amd64)

2011-03-05 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 15:12:07 +
Source: telepathy-idle
Binary: telepathy-idle
Architecture: source amd64
Version: 0.1.8-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 telepathy-idle - IRC connection manager for Telepathy
Changes: 
 telepathy-idle (0.1.8-1) experimental; urgency=low
 .
   [ Laurent Bigonville ]
   * New upstream release.
   * debian/control:
 - Bump Standards-Version to 3.9.1
 - Bump libtelepathy-glib-dev build-dependency
   * Switch to dpkg-source 3.0 (quilt) format
 .
   [ Sjoerd Simons ]
   * Upload to experimental for now as we need a newer telepathy-glib which is
 waiting on the gir transition
Checksums-Sha1: 
 6cd660857ec17af9d030a262c8cb98c0b8f04e97 1661 telepathy-idle_0.1.8-1.dsc
 29dde07537b392da2f29bf35599d78d772143c42 472927 
telepathy-idle_0.1.8.orig.tar.gz
 b56941b9b5daaf7063721f43e7be5d585e3af447 4952 
telepathy-idle_0.1.8-1.debian.tar.gz
 153d25dfba3d24c52b359d5047f57541247265d6 107190 
telepathy-idle_0.1.8-1_amd64.deb
Checksums-Sha256: 
 83a1bb81015ef177a14fc87eff6234cecaf1d5b108b000e16af51ef52e44e551 1661 
telepathy-idle_0.1.8-1.dsc
 384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9 472927 
telepathy-idle_0.1.8.orig.tar.gz
 b5664c589b2285be6a46e19f658213ffac77c68d7334ac99833eef4a6ed997f9 4952 
telepathy-idle_0.1.8-1.debian.tar.gz
 fa724e37fe59d5e4c36efbcfe3546debf8459984cfac78d3a73eab95f79a1789 107190 
telepathy-idle_0.1.8-1_amd64.deb
Files: 
 c222d6d9b3c2cada0b55db2c3db52392 1661 net optional telepathy-idle_0.1.8-1.dsc
 82f5eafa07df5e1abc785061143bbfd2 472927 net optional 
telepathy-idle_0.1.8.orig.tar.gz
 cf8b45c96d0db2391f7bbab8df75f837 4952 net optional 
telepathy-idle_0.1.8-1.debian.tar.gz
 4797b2e43c9b2ebd73da6e6d0013798b 107190 net optional 
telepathy-idle_0.1.8-1_amd64.deb

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

iEYEARECAAYFAk1yVBsACgkQgTd+SodosdJIGQCgoFnNEv0qc1l0sZSGVU1sSuR+
iGAAoN0NRtQacVV9ZgQa95X0N6F1jIvn
=hxDk
-END PGP SIGNATURE-


Accepted:
telepathy-idle_0.1.8-1.debian.tar.gz
  to main/t/telepathy-idle/telepathy-idle_0.1.8-1.debian.tar.gz
telepathy-idle_0.1.8-1.dsc
  to main/t/telepathy-idle/telepathy-idle_0.1.8-1.dsc
telepathy-idle_0.1.8-1_amd64.deb
  to main/t/telepathy-idle/telepathy-idle_0.1.8-1_amd64.deb
telepathy-idle_0.1.8.orig.tar.gz
  to main/t/telepathy-idle/telepathy-idle_0.1.8.orig.tar.gz


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



Accepted telepathy-spec 0.21.11-1 (source all)

2011-03-05 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 15:22:10 +
Source: telepathy-spec
Binary: telepathy-specification
Architecture: source all
Version: 0.21.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 telepathy-specification - Telepathy D-Bus specification
Changes: 
 telepathy-spec (0.21.11-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 9e6206776ad11fc6f7a87521ca923260aa54292a 1602 telepathy-spec_0.21.11-1.dsc
 4169109c0aea69f521761bf586ce9e08dd87878d 649792 
telepathy-spec_0.21.11.orig.tar.gz
 30674e16dd40fa62f1a8513ea396c88bfeafecbd 4454 
telepathy-spec_0.21.11-1.debian.tar.gz
 8dc46feb971813f7d08760f9cac7839087b7df89 702644 
telepathy-specification_0.21.11-1_all.deb
Checksums-Sha256: 
 38c081cd30fe4dd6ba2bcfc3a77d1944d7dc40d70ab686d29ef1d96b5f7f7b2a 1602 
telepathy-spec_0.21.11-1.dsc
 62d0a865a4df3b62c5931d6b1cc05fb4a331d8ff86bcc1a2a5aff4f727a0b888 649792 
telepathy-spec_0.21.11.orig.tar.gz
 14d2442a31b203744ec87764310bdd637fc58f27e0e39ebc576899bb6ce9068d 4454 
telepathy-spec_0.21.11-1.debian.tar.gz
 724c14426ba766f1ab9c9e1675be320c517810099ad2ae6c771607843eb5e779 702644 
telepathy-specification_0.21.11-1_all.deb
Files: 
 527c4bc184312954ff255b21732fc137 1602 doc optional telepathy-spec_0.21.11-1.dsc
 cdd77638ab5a81bcb5817d77efb9eda4 649792 doc optional 
telepathy-spec_0.21.11.orig.tar.gz
 1762edb49756b5d283ab577e23855b4a 4454 doc optional 
telepathy-spec_0.21.11-1.debian.tar.gz
 56b618ec0df437201dea5c0cafc3544a 702644 doc optional 
telepathy-specification_0.21.11-1_all.deb

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

iEYEARECAAYFAk1yVa4ACgkQgTd+SodosdI1FgCgjc5/txj6ysmtsFUBUbQMz+TK
khMAoI0/RQ3hqZomFm7rhyOcGFuxCpQr
=/SCM
-END PGP SIGNATURE-


Accepted:
telepathy-spec_0.21.11-1.debian.tar.gz
  to main/t/telepathy-spec/telepathy-spec_0.21.11-1.debian.tar.gz
telepathy-spec_0.21.11-1.dsc
  to main/t/telepathy-spec/telepathy-spec_0.21.11-1.dsc
telepathy-spec_0.21.11.orig.tar.gz
  to main/t/telepathy-spec/telepathy-spec_0.21.11.orig.tar.gz
telepathy-specification_0.21.11-1_all.deb
  to main/t/telepathy-spec/telepathy-specification_0.21.11-1_all.deb


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



Accepted kbackup 0.7.1-1 (source i386)

2011-03-05 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 09:47:07 -0500
Source: kbackup
Binary: kbackup
Architecture: source i386
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Scott Kitterman sc...@kitterman.com
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 kbackup- Easy to use backup program
Changes: 
 kbackup (0.7.1-1) unstable; urgency=low
 .
   * New upstream release
   * Updated watch file for new download location (thanks to Felix Geyer for
 the update)
   * Update copyright year in debian/copyright
Checksums-Sha1: 
 319d7d087d956c0680194b881035b0dc074cea0d 1142 kbackup_0.7.1-1.dsc
 2f02d6525ec9f654fdee6aa5b98d663c879631f8 504107 kbackup_0.7.1.orig.tar.bz2
 7bf63b48a2cb618e31a81cbb93e269928ee4247e 3919 kbackup_0.7.1-1.debian.tar.gz
 c74df3bf7c553e5d703816fb101ff8ccf7d3a7ce 587808 kbackup_0.7.1-1_i386.deb
Checksums-Sha256: 
 29a4118207d303abdefd75f9d9a865daa278137c026a51fdfaed776931153093 1142 
kbackup_0.7.1-1.dsc
 85f8f038b438064cac061b15dc7de5818629b286ef075fc9ca4078cfd8e1978d 504107 
kbackup_0.7.1.orig.tar.bz2
 84f3cf1deac54908679cdb15bd1cc040a8a98ec91836d1660ef7a7a0bc629972 3919 
kbackup_0.7.1-1.debian.tar.gz
 b1631299969b3d5441763fb27e942988c87c4e8fb9ab8e2b3115b5a5f2a162c9 587808 
kbackup_0.7.1-1_i386.deb
Files: 
 db24f795b6493b9a8b80b94491b06f66 1142 kde optional kbackup_0.7.1-1.dsc
 1697f6b9214fc90a05416c0211fe4368 504107 kde optional kbackup_0.7.1.orig.tar.bz2
 3e864e8b25171e98a237a43701f0c2a2 3919 kde optional 
kbackup_0.7.1-1.debian.tar.gz
 c1deee2782588e9ba1d0d2d8c7929b5b 587808 kde optional kbackup_0.7.1-1_i386.deb

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

iEYEARECAAYFAk1yWYEACgkQHajaM93NaGrrgACeNjdo9nd37viRWfpRAqsrrxhk
n2oAn1dqivbR9lmx27iHcHOIZ10fVfHo
=/8H4
-END PGP SIGNATURE-


Accepted:
kbackup_0.7.1-1.debian.tar.gz
  to main/k/kbackup/kbackup_0.7.1-1.debian.tar.gz
kbackup_0.7.1-1.dsc
  to main/k/kbackup/kbackup_0.7.1-1.dsc
kbackup_0.7.1-1_i386.deb
  to main/k/kbackup/kbackup_0.7.1-1_i386.deb
kbackup_0.7.1.orig.tar.bz2
  to main/k/kbackup/kbackup_0.7.1.orig.tar.bz2


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



Accepted libdatetime-format-w3cdtf-perl 0.06-1 (source all)

2011-03-05 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 15:46:32 +0100
Source: libdatetime-format-w3cdtf-perl
Binary: libdatetime-format-w3cdtf-perl
Architecture: all source
Version: 0.06-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libdatetime-format-w3cdtf-perl - module to parse and format W3CDTF datetime 
strings
Changes: 
 libdatetime-format-w3cdtf-perl (0.06-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Add (build-)dep on libdatetime-timezone-perl.
   * Use source format 3.0 (quilt).
   * debian/copyright: Formatting changes; refer to GPL-1; refer to Debian
 systems instead of Debian GNU/Linux systems.
Checksums-Sha1: 
 635993b9b9e540f2cdd2aae48f130ea0c31ae0c2 2229 
libdatetime-format-w3cdtf-perl_0.06-1.dsc
 974d2bbbdf110b80263274bf67478386f08bbe41 29825 
libdatetime-format-w3cdtf-perl_0.06.orig.tar.gz
 476a6e62e59e32c4e1ffb41bce7135a8f592102a 2502 
libdatetime-format-w3cdtf-perl_0.06-1.debian.tar.gz
 342dc453f506ad71b6126b0c99d0d717d66960b9 9010 
libdatetime-format-w3cdtf-perl_0.06-1_all.deb
Checksums-Sha256: 
 894a0afa0858e4e289e5a2c0231077e19dd3aa541a5752abebc37bffd64147cc 2229 
libdatetime-format-w3cdtf-perl_0.06-1.dsc
 b9a542bed9c52b0a89dd590a5184e38ee334c824bbe6bac842dd7dd1f88fbd7a 29825 
libdatetime-format-w3cdtf-perl_0.06.orig.tar.gz
 e5c87be6c8d9243bf88be8ba33713a28fee9ac4355fd198ba70c197981fc7dbf 2502 
libdatetime-format-w3cdtf-perl_0.06-1.debian.tar.gz
 11431ebbbf9a2b6c2263c0a7405dc56b6e37ad5016b6f463430cbf6aa35f2ee2 9010 
libdatetime-format-w3cdtf-perl_0.06-1_all.deb
Files: 
 b47fbd019ce1a757a440d3aee57d5607 2229 perl optional 
libdatetime-format-w3cdtf-perl_0.06-1.dsc
 7eb2a90b78e7e2232eddbd6dd6758a23 29825 perl optional 
libdatetime-format-w3cdtf-perl_0.06.orig.tar.gz
 e440486e58c16262de64da31ed242f79 2502 perl optional 
libdatetime-format-w3cdtf-perl_0.06-1.debian.tar.gz
 b4d9565779f27716f5683b066da0c9fa 9010 perl optional 
libdatetime-format-w3cdtf-perl_0.06-1_all.deb

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

iQIcBAEBCgAGBQJNcltlAAoJEIATJTTdNH3IabYQAIvs7SfLHCWyEipJiEINloKy
dJUgw97ryNK7k51e66xYtdzsxoxCrEbNNW5uQfoA/8nMJLRQyU/B/a6ScJG4IP3B
I/Ae/Zh5xv2kw+uq1hky+IXs4FSrl/tfCm675B0LON/CvYFxZz+atydVcrcOi82G
yLI5hPt7AxWXa8UNxQZ2+Hr1UNcqQ/Edo5WPhnPgUAlAzZY+D7di6nuUpSieBP6B
1Kal0cXoc2tkeIIqV98JTqTePypf4sEeP9ocdAHk4Sn+yCrwBhl6aUkz7U8NzGg5
+HwSgsTmXarR3j80wMKR8UB45mN42NAJLv5Cipl+FjmmX3QP4DmHQCGechKAyRAq
J2VPFL/h5S4zec4Cy34RUMgpp51i//FsicW/8oWbUYmK/DuwP4Ucy481d5M1eQI4
pLl/w8akCgCONcRLhdS4Zlqjqx5brdffeMp+HrsmRSoxKIKKt2ZxjQslAkXgNEus
EDYXwqjRIa1uz7B113AmGCKwdWr+imQ2/rjtIkQdz8an+OCR0o3z0WCSIbaY6FmJ
xmBF9vqblKVeYivtB5RddjZeDVo1CwcuP4j8/kOTyjVv85UAsJe6punB9KgyfAag
9AJZlVW6G2LIDh/6GE5wDd+kvKbTa+T1PIkxpmqd+KPvD+0nZrx4D5dGZZv1NG7i
puncsKPJKFhiJkY+rzQu
=BiR8
-END PGP SIGNATURE-


Accepted:
libdatetime-format-w3cdtf-perl_0.06-1.debian.tar.gz
  to 
main/libd/libdatetime-format-w3cdtf-perl/libdatetime-format-w3cdtf-perl_0.06-1.debian.tar.gz
libdatetime-format-w3cdtf-perl_0.06-1.dsc
  to 
main/libd/libdatetime-format-w3cdtf-perl/libdatetime-format-w3cdtf-perl_0.06-1.dsc
libdatetime-format-w3cdtf-perl_0.06-1_all.deb
  to 
main/libd/libdatetime-format-w3cdtf-perl/libdatetime-format-w3cdtf-perl_0.06-1_all.deb
libdatetime-format-w3cdtf-perl_0.06.orig.tar.gz
  to 
main/libd/libdatetime-format-w3cdtf-perl/libdatetime-format-w3cdtf-perl_0.06.orig.tar.gz


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



Accepted libgraphics-gnuplotif-perl 1.6-1 (source all)

2011-03-05 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 15:09:41 +0100
Source: libgraphics-gnuplotif-perl
Binary: libgraphics-gnuplotif-perl
Architecture: all source
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libgraphics-gnuplotif-perl - dynamic Perl interface to gnuplot
Changes: 
 libgraphics-gnuplotif-perl (1.6-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * Use debhelper compat level 8.
   * No longer install README.
Checksums-Sha1: 
 9b05cf352ed6b00abfb1b0aae4589f8304b33cd7 2131 
libgraphics-gnuplotif-perl_1.6-1.dsc
 a991a9741371fdd35543964922cc20a4ee174f1d 14657 
libgraphics-gnuplotif-perl_1.6.orig.tar.gz
 0886a27e2e99825399a2e987386531cdc103b2e1 2197 
libgraphics-gnuplotif-perl_1.6-1.debian.tar.gz
 de9b0b03f626f4b1bae1631ae2666da60caf72c2 21452 
libgraphics-gnuplotif-perl_1.6-1_all.deb
Checksums-Sha256: 
 4abd776e3005f9f3900de4a9edd93889175eff6e548891ef57c7d9718493fd7a 2131 
libgraphics-gnuplotif-perl_1.6-1.dsc
 049fcce25cc7db41f5f87bd93732de6d8f90463d4dc8a151b2def33b20328d62 14657 
libgraphics-gnuplotif-perl_1.6.orig.tar.gz
 1f1abc834ca4ace0aa9cdb5988fbd2025789fe9461386879b8f1b674d6add914 2197 
libgraphics-gnuplotif-perl_1.6-1.debian.tar.gz
 08f3a82559237c6baee6c3123929d2d888ddf4ff39c4c36cef319d3f0ab0c9ce 21452 
libgraphics-gnuplotif-perl_1.6-1_all.deb
Files: 
 166408aaeeadb6f3e43318cc30d4cd8e 2131 perl optional 
libgraphics-gnuplotif-perl_1.6-1.dsc
 53f80914a8729c554219a780a46205e4 14657 perl optional 
libgraphics-gnuplotif-perl_1.6.orig.tar.gz
 5321124d1332296558b0fcb8d3e7935b 2197 perl optional 
libgraphics-gnuplotif-perl_1.6-1.debian.tar.gz
 91bf5717a3f64aef6a019b7fa3845f31 21452 perl optional 
libgraphics-gnuplotif-perl_1.6-1_all.deb

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

iQIcBAEBCgAGBQJNclt5AAoJEIATJTTdNH3IPCIQALYG48VT0nEo8sEXwQT7Huip
hGSVFJRoOs7tPe/m66/s1yFBpjTSaquWgyihFNhIo84ddYcCksvytLlQCIjoePyV
rmdSzt8FRH7imiKLsqZHIvIQaYIWLGV+E4CLX9LeqhaUHR8ZAvdLLtfSfODx5nCj
FdwqmD1+8l91P0mwKjZ8nAL+qw1Jm0JTW3yZqq3CfCQz79C1F5hplWzm11XKer+3
eQTBs2Iru9KFbRYi43WLWiQkE3rOuYgWHkjaJ8aL4nnVjUvpqsi/23/YO76FNNaE
7/82JcGv4q9D5mtWAWxZMG5FZLCvxFu4o/KalV0WkSs2Ojhh27AlJgfLnksMdVB5
nlnvPBMrPOOQ0UEyuM7Ljw4oBFoNNU462PjVf+PGgHf8SjLCJftag5pD3/ZQILR9
RYOjuI2X9dFGwWxEYyWGs/IJaktMdRQXC4JE2ZYNzDEBnykrTOZjhtNwuJb2l+BB
UD/p8/3/IPc8Zrh83NX57cb9As6BjR2A+E5LAyddN7+rJ7l2Y+JnQd2h0G4nDLDd
V418DK6DKmIHyb63p/I3u2mEsHFUw38aJ44DQV0Lonr+nDWHD4OoK8WQbQMoGkIs
00jDvQwmxa7LYZpW/IsA/1fyzQe1RtqDgurxVI/qAN36fkSWjEUbgMyzZS1xwh6D
W7rx5WQsUJ7AHLp0uQbT
=7OAa
-END PGP SIGNATURE-


Accepted:
libgraphics-gnuplotif-perl_1.6-1.debian.tar.gz
  to 
main/libg/libgraphics-gnuplotif-perl/libgraphics-gnuplotif-perl_1.6-1.debian.tar.gz
libgraphics-gnuplotif-perl_1.6-1.dsc
  to main/libg/libgraphics-gnuplotif-perl/libgraphics-gnuplotif-perl_1.6-1.dsc
libgraphics-gnuplotif-perl_1.6-1_all.deb
  to 
main/libg/libgraphics-gnuplotif-perl/libgraphics-gnuplotif-perl_1.6-1_all.deb
libgraphics-gnuplotif-perl_1.6.orig.tar.gz
  to 
main/libg/libgraphics-gnuplotif-perl/libgraphics-gnuplotif-perl_1.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
Archive: http://lists.debian.org/e1pvtxf-0005ne...@franck.debian.org



Accepted libi18n-charset-perl 1.396-1 (source all)

2011-03-05 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 15:14:10 +0100
Source: libi18n-charset-perl
Binary: libi18n-charset-perl
Architecture: all source
Version: 1.396-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libi18n-charset-perl - Perl module for mapping character set names to IANA 
names
Changes: 
 libi18n-charset-perl (1.396-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * debian/copyright: Refer to GPL-1; refer to Debian systems instead of
 Debian GNU/Linux systems.
   * Bump Standards-Version to 3.9.1.
Checksums-Sha1: 
 4303e9f867cca1b42ffdf7f7d5b50f931eb535a3 2272 libi18n-charset-perl_1.396-1.dsc
 cc1aec7d9ac09871e5c3a14b1868cad9a5e8e712 45718 
libi18n-charset-perl_1.396.orig.tar.gz
 9eeae62de625e212c809ed4281583c8c6ede0218 4955 
libi18n-charset-perl_1.396-1.debian.tar.gz
 cc16c02e60273a04b57e7bf5ca1b13f70191994a 35640 
libi18n-charset-perl_1.396-1_all.deb
Checksums-Sha256: 
 3c3db72df1be58056f1b6e1b9a9efaee7bde19d83587b2e259f089bbfaf36fa3 2272 
libi18n-charset-perl_1.396-1.dsc
 6cf3580ef70f550f4b33860bfc836374d6a5dbbb9011ffbcf011751e1a0bc10e 45718 
libi18n-charset-perl_1.396.orig.tar.gz
 f5cad821545dd3c2f47d1a4894854f793b0b89265b6cd57abc68af14a5da68db 4955 
libi18n-charset-perl_1.396-1.debian.tar.gz
 96b895a1012e6d8376281419f6b29f38b5e8fac40fa79bb79b978c2199efecab 35640 
libi18n-charset-perl_1.396-1_all.deb
Files: 
 1342b19b1d48fb972fa340cc19661c54 2272 perl optional 
libi18n-charset-perl_1.396-1.dsc
 91db24200539c9fe8ce7ce30b0325cd7 45718 perl optional 
libi18n-charset-perl_1.396.orig.tar.gz
 a01ae4d69b9754ef8e0b963af112e44c 4955 perl optional 
libi18n-charset-perl_1.396-1.debian.tar.gz
 5a2088df6429804db44038573b5f2867 35640 perl optional 
libi18n-charset-perl_1.396-1_all.deb

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

iQIcBAEBCgAGBQJNclt9AAoJEIATJTTdNH3I0b8P/A6SgqRZR07S1BxSKMCqfs5l
7o7J1gUY4WtMaH6vohxx6C04YF2spLnsTpCeRzTdrmDiTcRf2QxkhYe4q0Yse6ho
c+Hxr3URNgnkhuIaYWwOm8kVe7QjU7mEdeeytOwo0WC+krwtX16waFGudOqh5qHO
Kvl2Yvlk8lA4A3kR3Mm4EFrJduhofRLzeKt+X3sJ1GoQuankaby2qkgwL/bFag1w
AZVvZvKSS33FQEH7JhhHWpIMTnRjDEPb3r6NcdlIkwXkl2frF9y7nxznrBkDmlsL
OsRe7eM/9xMj9n/xMuqUy5VxQcqW4IjZcou1Ag/QQE09s1s6TEhY0J9VfDV21/Q4
I7ZCJFHhXQI0HJ7hBIGQlVKkheBOswpQqXewjQKrBqZ+3OGEiBrM5XRI+wiGrtuH
3AgrOXsZO9vcrbMunOvw8zwM4pt5yR/8U1c/hkGpIpxLsEVqkYIgDi1o9UyZQDlK
xOycw+bhIeKlIKzX86SiGXVhbOKBN4Zbw63nHaqaNErPz39nSaWjmvpmZ3oWRaWV
Sl5Y+L5m3gVLQIK2oKzCk8usptAJt1EFXtLnf6ZlBJHYX1tH7uyKM9oxQyGskfsy
gnHLgL/Hq0iNon0IkvhboiNV6t+VnGY1KHa2yE6EqTzepg9Tj7DpuhInS5oDa8gH
/wNdUCrAg+0rHzbaKrzy
=tqMK
-END PGP SIGNATURE-


Accepted:
libi18n-charset-perl_1.396-1.debian.tar.gz
  to main/libi/libi18n-charset-perl/libi18n-charset-perl_1.396-1.debian.tar.gz
libi18n-charset-perl_1.396-1.dsc
  to main/libi/libi18n-charset-perl/libi18n-charset-perl_1.396-1.dsc
libi18n-charset-perl_1.396-1_all.deb
  to main/libi/libi18n-charset-perl/libi18n-charset-perl_1.396-1_all.deb
libi18n-charset-perl_1.396.orig.tar.gz
  to main/libi/libi18n-charset-perl/libi18n-charset-perl_1.396.orig.tar.gz


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



Accepted libtext-glob-perl 0.09-1 (source all)

2011-03-05 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Mar 2011 15:25:09 +0100
Source: libtext-glob-perl
Binary: libtext-glob-perl
Architecture: all source
Version: 0.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libtext-glob-perl - Perl module for matching globbing patterns against text
Changes: 
 libtext-glob-perl (0.09-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Ansgar Burchardt ]
   * New upstream release.
   * Drop patch 01_but_not_a.diff: fixed upstream.
   * Use source format 3.0 (quilt).
   * Use debhelper compat level 8.
   * debian/copyright: Formatting changes; refer to GPL-1; refer to Debian
 systems instead of Debian GNU/Linux systems.
   * Bump Standards-Version to 3.9.1.
   * Update my email address.
Checksums-Sha1: 
 ea8ad919e3500ad72822d4f9c32f4fe1a8f0fe9d 1970 libtext-glob-perl_0.09-1.dsc
 11145c455c6c75f4710c16c604880f9cea40dfd6 4171 
libtext-glob-perl_0.09.orig.tar.gz
 03446de935612e7e8e2423c03860834ae26d00e2 2557 
libtext-glob-perl_0.09-1.debian.tar.gz
 ac3a433c867992060486e3636c317901ad2e229b 8610 libtext-glob-perl_0.09-1_all.deb
Checksums-Sha256: 
 3a603a2ae4eff2078a2e84d8431bf5e201f5f6c8c72cdeb53c0b20f5bd446e5a 1970 
libtext-glob-perl_0.09-1.dsc
 a5a121da026fbc4cc8c1065cfbe76ab5110e88091f454e70ee8c23a933372753 4171 
libtext-glob-perl_0.09.orig.tar.gz
 9a0af6d608e3c0683a18e5d5e8478e9b5aca9d0726ee50a0373f4b0f51039f27 2557 
libtext-glob-perl_0.09-1.debian.tar.gz
 b6c5ff009ab553b9cb8bda1072cc8744767561f67e4ca90978eaf903606b 8610 
libtext-glob-perl_0.09-1_all.deb
Files: 
 3ce6a17c99644d70ae6ffbd03cccf198 1970 perl optional 
libtext-glob-perl_0.09-1.dsc
 1daa10e087f891c49b720a5c551a024b 4171 perl optional 
libtext-glob-perl_0.09.orig.tar.gz
 4bc9c677262e718e904a9b2f89f863b9 2557 perl optional 
libtext-glob-perl_0.09-1.debian.tar.gz
 939c76e6784f4b02f49e54e8f51cb3a7 8610 perl optional 
libtext-glob-perl_0.09-1_all.deb

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

iQIcBAEBCgAGBQJNcluCAAoJEIATJTTdNH3Iq0UP+wdSrhh5yRvONtcpVmJxXEKu
D1r5CnWmJlcPzbr+c3UNKF+t4Z7PBk5POExhxnwubzBwgW0clgIJs/uGUA5bsPE4
v5kCLKmRHe4ana9edq2YRTko3D5Ivw6qx2g2cJxyGe3JP50E4ZN1AmzKXo5s8L/X
Xt3Ft1Ifiv8O0N7LX4NyVJq/rOEDLGZsodtTQPs2pVVrRzRgcCRt0sDLaULhOIez
vQdOoyVlvumD84+MengQG8dLBXaO39jxil0F9dfVnUYfgy+SPiQvEFnIial3v51U
VEGNFJw5XoLrEUTMDnwTI3g0O6O1nKey+DC8Y2eT1wJ7TF6aZ08ut4AW8ryYj/hc
APafWesdW47mTcv+TtDB06TCbysOAZ8CtXI03rpaBjIt5G3L+R+qQpuT7s6hAnXt
k0jPHYfn94lhyVKnNja54T88oZH/ORpc2TMMbhZ1FQl+fUI/8RYToNUGgpoU8vzW
3lzh6M9EQTHdEGlHno9JWToYOtMX+mXaTa4CBxQwr5B7t7ZiSd3BMYaU4UMHHXf/
h+0xfI7Tf5SAwWuzIaewdLeeZ5oIAUTYEd3xmRnL3dCzXK7iFZ3uSToA0zwP6axa
sOSOBfuVJnKgbgltkgUH4eI8Rg/nj/wNvkrAXO/nFDMWosKgDbNb12XBDwwccXRd
qDNJlPYt67McnFmxcF5Y
=Cxl0
-END PGP SIGNATURE-


Accepted:
libtext-glob-perl_0.09-1.debian.tar.gz
  to main/libt/libtext-glob-perl/libtext-glob-perl_0.09-1.debian.tar.gz
libtext-glob-perl_0.09-1.dsc
  to main/libt/libtext-glob-perl/libtext-glob-perl_0.09-1.dsc
libtext-glob-perl_0.09-1_all.deb
  to main/libt/libtext-glob-perl/libtext-glob-perl_0.09-1_all.deb
libtext-glob-perl_0.09.orig.tar.gz
  to main/libt/libtext-glob-perl/libtext-glob-perl_0.09.orig.tar.gz


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



Accepted telepathy-logger 0.2.5-1 (source all amd64)

2011-03-05 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 15:30:48 +
Source: telepathy-logger
Binary: telepathy-logger libtelepathy-logger2 libtelepathy-logger-dev 
libtelepathy-logger2-dbg libtelepathy-logger-doc gir1.2-telepathylogger-0.2
Architecture: source amd64 all
Version: 0.2.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gir1.2-telepathylogger-0.2 - Telepathy logger service - introspection
 libtelepathy-logger-dev - Telepathy logger service -- utility library (headers)
 libtelepathy-logger-doc - Telepathy logger service -- documentation
 libtelepathy-logger2 - Telepathy logger service - utility library
 libtelepathy-logger2-dbg - Telepathy logger service -- debug symbols
 telepathy-logger - Telepathy logger service - Daemon
Changes: 
 telepathy-logger (0.2.5-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e9b0f558603fbb9ce9fbaa9079f9ea82b9f58426 2001 telepathy-logger_0.2.5-1.dsc
 9b4e1e56c9841c866af33955946461e74c89bc6d 466920 
telepathy-logger_0.2.5.orig.tar.bz2
 60f4476613d581c98e81cf83fc28a85e2f2b7e24 4950 
telepathy-logger_0.2.5-1.debian.tar.gz
 e87f8006ca3b32aa9b420814bfd574d976770f00 8144 
telepathy-logger_0.2.5-1_amd64.deb
 240ed7d15c962b6f987d0d8c1e63e2f1a5e95589 76654 
libtelepathy-logger2_0.2.5-1_amd64.deb
 a65fe2b13aee32083d9847eedaf3a82813a610bd 104588 
libtelepathy-logger-dev_0.2.5-1_amd64.deb
 010c12c4c7ed18d8b60120d6085207c03e16f471 154948 
libtelepathy-logger2-dbg_0.2.5-1_amd64.deb
 65d26559a6f07b819dbead7bd28b80e4cc79a745 19922 
libtelepathy-logger-doc_0.2.5-1_all.deb
 ec399ea167638ea3868184d1e856077682123228 5234 
gir1.2-telepathylogger-0.2_0.2.5-1_amd64.deb
Checksums-Sha256: 
 2550bc71dfd3e4c97d62e37da6d885fb9168cf60446776ffcc80a6e4c45ce393 2001 
telepathy-logger_0.2.5-1.dsc
 e7c1c705a4277c5a674becd6667096aec2de6df5bbf5985667a8dc589969a5ed 466920 
telepathy-logger_0.2.5.orig.tar.bz2
 2bc56030751f06f6fab85de1871354c0f1be2464c2a27dc0bb22d137a1611195 4950 
telepathy-logger_0.2.5-1.debian.tar.gz
 4f2931da16c8f4c6b604b06a0ef05cbb4da432957b5545187a46cf73b04568b8 8144 
telepathy-logger_0.2.5-1_amd64.deb
 4587c43e97bbe4ab125239ffb0aa0fd8355a44605cd8b904dc74c792d64dc603 76654 
libtelepathy-logger2_0.2.5-1_amd64.deb
 9af68a0228715fbe3be01d96368b22e4fac183d18f62134ba298e1761ac5ef3c 104588 
libtelepathy-logger-dev_0.2.5-1_amd64.deb
 4f218fd534996e826481e1ced0d3c2c833f63ce59a8d3cbab8c02172247d643b 154948 
libtelepathy-logger2-dbg_0.2.5-1_amd64.deb
 a0bdf974ee30829babe6cbfbef34d9b13ee07464335880d217b95d9af942e26f 19922 
libtelepathy-logger-doc_0.2.5-1_all.deb
 4b5e3df3017a75b78f435897c8a2e1c2e5723109f68a23485decf01c8af30dd4 5234 
gir1.2-telepathylogger-0.2_0.2.5-1_amd64.deb
Files: 
 b04f53f2ab08828e6b65c4120436f018 2001 libs optional 
telepathy-logger_0.2.5-1.dsc
 629791e89436933aa6a2c4bd8ce39898 466920 libs optional 
telepathy-logger_0.2.5.orig.tar.bz2
 5b115b25cdf094cb0ff6822880581864 4950 libs optional 
telepathy-logger_0.2.5-1.debian.tar.gz
 d2d784e80093c9f57d4214bd7ed26c96 8144 libs optional 
telepathy-logger_0.2.5-1_amd64.deb
 db50d7e9b56ef490fc5b678d6d037511 76654 libs optional 
libtelepathy-logger2_0.2.5-1_amd64.deb
 0079097dcacd1be6cab42ff87ef5dae2 104588 libdevel optional 
libtelepathy-logger-dev_0.2.5-1_amd64.deb
 92c07a2da316411df0efee7096238a94 154948 debug extra 
libtelepathy-logger2-dbg_0.2.5-1_amd64.deb
 546bcc3847b427f738902588f563e8b1 19922 doc optional 
libtelepathy-logger-doc_0.2.5-1_all.deb
 1ba21a314b829f2914a7122870bd2745 5234 libs optional 
gir1.2-telepathylogger-0.2_0.2.5-1_amd64.deb

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

iEYEARECAAYFAk1yWIgACgkQgTd+SodosdJ4zwCfWz0eGQYITrsPus0qBt1aS6IG
1mIAn2dhOqBFAZgZGl4z5dWmotsHl7jH
=Qy0Z
-END PGP SIGNATURE-


Accepted:
gir1.2-telepathylogger-0.2_0.2.5-1_amd64.deb
  to main/t/telepathy-logger/gir1.2-telepathylogger-0.2_0.2.5-1_amd64.deb
libtelepathy-logger-dev_0.2.5-1_amd64.deb
  to main/t/telepathy-logger/libtelepathy-logger-dev_0.2.5-1_amd64.deb
libtelepathy-logger-doc_0.2.5-1_all.deb
  to main/t/telepathy-logger/libtelepathy-logger-doc_0.2.5-1_all.deb
libtelepathy-logger2-dbg_0.2.5-1_amd64.deb
  to main/t/telepathy-logger/libtelepathy-logger2-dbg_0.2.5-1_amd64.deb
libtelepathy-logger2_0.2.5-1_amd64.deb
  to main/t/telepathy-logger/libtelepathy-logger2_0.2.5-1_amd64.deb
telepathy-logger_0.2.5-1.debian.tar.gz
  to main/t/telepathy-logger/telepathy-logger_0.2.5-1.debian.tar.gz
telepathy-logger_0.2.5-1.dsc
  to main/t/telepathy-logger/telepathy-logger_0.2.5-1.dsc
telepathy-logger_0.2.5-1_amd64.deb
  to main/t/telepathy-logger/telepathy-logger_0.2.5-1_amd64.deb
telepathy-logger_0.2.5.orig.tar.bz2
  to main/t/telepathy-logger/telepathy-logger_0.2.5.orig.tar.bz2


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

Accepted telepathy-mission-control-5 1:5.7.5-1 (source all amd64)

2011-03-05 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 05 Mar 2011 15:45:35 +
Source: telepathy-mission-control-5
Binary: telepathy-mission-control-5 telepathy-mission-control-5-dbg 
libmission-control-plugins0 libmission-control-plugins-dev 
libmission-control-plugins-doc
Architecture: source amd64 all
Version: 1:5.7.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 libmission-control-plugins-dev - management daemon for Telepathy (headers for 
plugins)
 libmission-control-plugins-doc - management daemon for Telepathy 
(documentation for plugins)
 libmission-control-plugins0 - management daemon for Telepathy (library for 
plugins)
 telepathy-mission-control-5 - management daemon for Telepathy real-time 
communication framework
 telepathy-mission-control-5-dbg - management daemon for Telepathy (debug 
symbols)
Changes: 
 telepathy-mission-control-5 (1:5.7.5-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 54ce5f5a4bc45b5671eebb313e516188cd3b3aef 1882 
telepathy-mission-control-5_5.7.5-1.dsc
 0405eabba30d94723b1f862f5e4951757c2f77d5 1095569 
telepathy-mission-control-5_5.7.5.orig.tar.gz
 4fec525b26b10915e42203d5988b99c89261ab1d 6735 
telepathy-mission-control-5_5.7.5-1.debian.tar.gz
 8d7be101fa1529c8b17e3018511b14f01b40d350 264654 
telepathy-mission-control-5_5.7.5-1_amd64.deb
 ce2a2dc2d87bcb8817d3dfaa73158e5d83f7df54 390752 
telepathy-mission-control-5-dbg_5.7.5-1_amd64.deb
 0c1ffc81c647caf6df330e85d29aaece9e2d34c0 88776 
libmission-control-plugins0_5.7.5-1_amd64.deb
 e5ddce4819b48eaa2b7bbb98cc86fd4ef827edbe 5630 
libmission-control-plugins-dev_5.7.5-1_amd64.deb
 cb9ef3969c0a857c36137756ed931a5331e81b11 110104 
libmission-control-plugins-doc_5.7.5-1_all.deb
Checksums-Sha256: 
 66c4374ecb283dde20bf943c7be1131722381468f1bd9de20afb0f90f4858bae 1882 
telepathy-mission-control-5_5.7.5-1.dsc
 ca39fff8acd1b1c475a92db628e68fd985910015942439863152a1da61dfe576 1095569 
telepathy-mission-control-5_5.7.5.orig.tar.gz
 fee072801c571cabb91252dfc5bfcc2a2a5a779e9ddd07c34b3cbda927ada34c 6735 
telepathy-mission-control-5_5.7.5-1.debian.tar.gz
 e0b5dc2c331c2879d86fd7f736d103aa5c36f916991be31a39e098b228c573f5 264654 
telepathy-mission-control-5_5.7.5-1_amd64.deb
 79ee08437e635f58b37300401693d15a5b0a0ed8ce6085cbb5f787927660f80e 390752 
telepathy-mission-control-5-dbg_5.7.5-1_amd64.deb
 aa1ffe47ba462cda7dc02bde9a99d3c6be85e722244777f5d55db96ac6879768 88776 
libmission-control-plugins0_5.7.5-1_amd64.deb
 c172181b4f8ae81136458d37509f8be57815878215c21c1bb6ea687ec919b8d0 5630 
libmission-control-plugins-dev_5.7.5-1_amd64.deb
 ed51cc00e27a8acbe647cfb4a46c7c22dbc433ef099cafadb2f306ab9f59cc3e 110104 
libmission-control-plugins-doc_5.7.5-1_all.deb
Files: 
 3e831b14e4acd41548f526f64800c8e1 1882 net optional 
telepathy-mission-control-5_5.7.5-1.dsc
 7a0ec83fd7f780b97f6078477f97cc9a 1095569 net optional 
telepathy-mission-control-5_5.7.5.orig.tar.gz
 f92e6511acfba692644135d3f3ce0c64 6735 net optional 
telepathy-mission-control-5_5.7.5-1.debian.tar.gz
 a8fc67373e2d2cad29c5272e95cbd90f 264654 net optional 
telepathy-mission-control-5_5.7.5-1_amd64.deb
 d3999e4f58d894811e00d8697bfdf5fb 390752 debug extra 
telepathy-mission-control-5-dbg_5.7.5-1_amd64.deb
 3257505c1796c59af223093a65782255 88776 libs optional 
libmission-control-plugins0_5.7.5-1_amd64.deb
 40699e131ff2c22af7a216a78b436b1f 5630 libdevel extra 
libmission-control-plugins-dev_5.7.5-1_amd64.deb
 64da9f69ec287468f31f6df96b781e62 110104 doc extra 
libmission-control-plugins-doc_5.7.5-1_all.deb

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

iEYEARECAAYFAk1yW0UACgkQgTd+SodosdIfGgCgo0ooJJASV+RwtePXVQ8zsDWe
TlwAn0aKZj7mcQPaeiuKKmonNPUlriHV
=EDZz
-END PGP SIGNATURE-


Accepted:
libmission-control-plugins-dev_5.7.5-1_amd64.deb
  to 
main/t/telepathy-mission-control-5/libmission-control-plugins-dev_5.7.5-1_amd64.deb
libmission-control-plugins-doc_5.7.5-1_all.deb
  to 
main/t/telepathy-mission-control-5/libmission-control-plugins-doc_5.7.5-1_all.deb
libmission-control-plugins0_5.7.5-1_amd64.deb
  to 
main/t/telepathy-mission-control-5/libmission-control-plugins0_5.7.5-1_amd64.deb
telepathy-mission-control-5-dbg_5.7.5-1_amd64.deb
  to 
main/t/telepathy-mission-control-5/telepathy-mission-control-5-dbg_5.7.5-1_amd64.deb
telepathy-mission-control-5_5.7.5-1.debian.tar.gz
  to 
main/t/telepathy-mission-control-5/telepathy-mission-control-5_5.7.5-1.debian.tar.gz
telepathy-mission-control-5_5.7.5-1.dsc
  to main/t/telepathy-mission-control-5/telepathy-mission-control-5_5.7.5-1.dsc
telepathy-mission-control-5_5.7.5-1_amd64.deb
  to 
main/t/telepathy-mission-control-5/telepathy-mission-control-5_5.7.5-1_amd64.deb
telepathy-mission-control-5_5.7.5.orig.tar.gz
  to 
main/t/telepathy-mission-control-5/telepathy-mission-control-5_5.7.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to 

  1   2   >