Re: Bug#644535: ITP: eclipse-autotools -- Eclipse Linux Tools: Autotools support for CDT

2011-10-07 Thread Miles Bader
Jakub Adam jakub.a...@ktknet.cz writes:
 With this additional support, a vast repository of C/C++ code can be
 checked out, built, and maintained under the CDT rather easily without
 having to resort to the command line.

Nice!

[Maybe having to resort is a bit judgemental in tone, though ...]

-miles

-- 
Logic, n. The art of thinking and reasoning in strict accordance with the
limitations and incapacities of the human misunderstanding.


-- 
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/buowrchjmn1@dhlpc061.dev.necel.com



Bug#644586: ITP: exodusII -- Finite element analysis storage library

2011-10-07 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry mckins...@debian.org

* Package name: exodusII
  Version : 5.1
  Upstream Author : Gregory Sjaardema gdsj...@users.sourceforge.net
* URL : http://sourceforge.net/projects/exodusii/
* License : BSD
  Programming Lang: C
  Description : Finite element analysis storage library

EXODUS II is a model developed to store and retrieve transient data for finite 
element analyses.
It is used for preprocessing, postprocessing, as well as code to code data 
transfer. 
ExodusII is based on netcdf. Includes the nemesis parallel extension.



-- 
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/20111007080348.32380.81086.report...@ailm.sceal.ie



Unix Time Zone Format

2011-10-07 Thread Weaver
This Intellectual property rubbish is beginning to make me angry.
What now?
Are we expected, each and everyone of us, supposed to pay a stipend to
some johnny-come-lately opportunist?

http://blog.joda.org/2011/10/today-time-zone-database-was-closed.html

Regards,

Weaver.


-- 
In a world without walls and fences, 
what need have we for Windows or Gates?
-Anon.


-- 
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/20111007201632.272f5302.wea...@riseup.net



Weird removal messages sent by britney without enough user friendly details - Was: Re: python 2.7 in wheezy

2011-10-07 Thread Olivier Berger
Hi.

Le jeudi 06 octobre 2011 à 21:26 -0400, David Prévot a écrit :
 Le 06/10/2011 20:43, Peter Samuelson a écrit :
  
  [Olivier Berger]
  For users, which don't read d-d-a and receive such emails (below),
  it's a bit unclear what's really happening, IMHO :-/
  
  Ummm ... don't we strongly encourage all package maintainers to read
  d-d-a?  If not, we should.  It is very low traffic and sometimes
  important.
 
 Sure: “All developers are expected to be subscribed to this list.” [0],
 but Oliver was referring to “users”. On the other hand, his example mail
 (To: duplic...@packages.debian.org) is obviously sent to developers, so
 I'd guess no harm is done for our users.
 

I may be wrong, but (advanced) users can also be notified of such
messages when they are subscribed to packages via the PTS.

Which is good advice, IMHO, to monitor packages in Debian when your
business depends on some volunteer maintainer work: you'd like to know
in advance such facts as a package being pulled out of Debian, early
enough ;)

Maybe I'm the only one doing that though (and particularly important, as
duplicity runs my backups)

Maybe I could file a wishlist on britney somewhere ?

 0:
 http://www.debian.org/doc/manuals/developers-reference/resources.html#core-devel-mailing-lists

Best regards,
-- 
Olivier BERGER olivier.ber...@it-sudparis.eu
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)


--
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/1317985373.3877.4.ca...@inf-8657.int-evry.fr



Bug#644622: ITP: libmojo-server-fastcgi-perl -- Mojolicious FastCGI Server

2011-10-07 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libmojo-server-fastcgi-perl
  Version : 0.1
  Upstream Author : Árpád Szász arpad.sz...@plenum.ro
* URL : http://search.cpan.org/dist/Mojo-Server-FastCGI/
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Mojolicious FastCGI Server

Mojo::Server::FastCGI is a portable pure-Perl FastCGI implementation as
described in the FastCGI Specification.

Mojolicious::Command::fastcgi is a command interface to
Mojo::Server::FastCGI.



-- 
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/20111007131654.ga12...@belanna.comodo.priv.at



debian/rules binary and build target dependencies clarification

2011-10-07 Thread Дмитрий Матросов
Hello.

Not sure this is correct maillist, though. I can't clearly understand
dependencies between debian/rules binary and build targets.

Let's assume, that both 'build-arch' and 'build-indep' targets provided.

In the Debian policy manual section 4.9 written:

 The build target should depend on those of the targets build-arch and
 build-indep that are provided in the rules file.
 ..
 binary may be (and commonly is) a target with no commands which simply
 depends on binary-arch and binary-indep.
 ..
 Both binary-* targets should depend on the build target, or on the
 appropriate build-arch or build-indep target, if provided,..

So, as i understand, this will look like

   binary : binary-arch  binary-indep
   binary-arch : build-arch
   binary-indep : build-indep
   build : build-arch  build-indep

But in the section 7.7 of Debian policy manual:
 clean, build-arch, and binary-arch
Only the Build-Depends and Build-Conflicts fields must be satisfied when
these targets are invoked.
 build, build-indep, binary, and binary-indep
The Build-Depends, Build-Conflicts, Build-Depends-Indep, and
Build-Conflicts-Indep fields must be satisfied when these targets are
invoked.

And footnote 55:
 Anyone building the build-indep and binary-indep targets is assumed to be
 building the whole package, and therefore installation of all build
 dependencies is required.

So, as i understand, in this case dependencies will look like

   binary : binary-arch  binary-indep
   binary-indep : build-indep build-arch   ?
   binary-arch : build-arch
   build : build-indep  build-arch
   build-indep : build-arch?

But the last one is wrong, isn't it?


Thanks,

Dmitriy Matrosov.


-- 
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/cafdvufnj2h+soj5wdwtsqzyf28hnfhwj75zb629bk6dpfkm...@mail.gmail.com



New package doesn't fix the problem in the old version

2011-10-07 Thread Raf Czlonka
Hi all,

Recently I filed a bug report against git-stuff[0] which itself been
closed with the explanation that it's a duplicate of an earlier bug[1]
which itself has been closed by the maintainer claiming it had been
fixed in version 5-1.

While the new package indeed does not contain the bug itself when
installed as a new package on a system which hadn't had it before,
it does not fix the bug if installed on a system with the older version.

As you can read in the first link, maintainer's not interested in 
including the fix for older versions.

Widely available link[2] reads:

Debian bug reports should be closed when the problem is fixed. Problems in
packages can only be considered fixed once a package that includes the
bug fix enters the Debian archive.

The way I read it is: the new version has to introduce the fix for
older ones. You shouldn't need to remove older version and installing
the new one after or even editing any files yourself if the new version
allegedly fixes the issue.

Since the new version doesn't override the file in question it cannot
possibly treated as a fix.

Unless I'm missing something?

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644017
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640016
[2] http://www.debian.org/Bugs/Developer#closing

Regards,
-- 
Raf


-- 
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/20111007151708.GA28182@thor.local



Re: Unix Time Zone Format

2011-10-07 Thread Russ Allbery
Weaver wea...@riseup.net writes:

 This Intellectual property rubbish is beginning to make me angry.  What
 now?  Are we expected, each and everyone of us, supposed to pay a
 stipend to some johnny-come-lately opportunist?

 http://blog.joda.org/2011/10/today-time-zone-database-was-closed.html

It's already back up and running at another site and a new release is
being planned.  I suspect the lawsuit will blow over in short order.  It's
obviously groundless and there are tons of expert witnesses who can
testify to that, but ado is a conservative sort of guy and will be
careful.

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


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



Re: python 2.7 in wheezy / removal messages without reason

2011-10-07 Thread Joachim Wiedorn
David Prévot taf...@debian.org wrote on 2011-10-06 21:26:

 Sure: “All developers are expected to be subscribed to this list.” [0],
 but Oliver was referring to “users”. On the other hand, his example mail
 (To: duplic...@packages.debian.org) is obviously sent to developers, so
 I'd guess no harm is done for our users.

It would be very helpful to be subscribed to debian-devel - and I am
subscribed.

But nevertheless I had to analyse the removing of my package (duply).
After a while I saw the reason was duplicity - but why? Until now I don't
know the deeper reason - and I haven't found the reason on debian-devel.
So I can only wildcatting.

---
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/20111007172801.1cf03...@jupiter.home



Re: debian/rules binary and build target dependencies clarification

2011-10-07 Thread Bernhard R. Link
* Дмитрий Матросов sgf@gmail.com [111007 16:27]:
 But in the section 7.7 of Debian policy manual:
  clean, build-arch, and binary-arch
 Only the Build-Depends and Build-Conflicts fields must be satisfied when
 these targets are invoked.
  build, build-indep, binary, and binary-indep
 The Build-Depends, Build-Conflicts, Build-Depends-Indep, and
 Build-Conflicts-Indep fields must be satisfied when these targets are
 invoked.

 And footnote 55:
  Anyone building the build-indep and binary-indep targets is assumed to be
  building the whole package, and therefore installation of all build
  dependencies is required.

 So, as i understand, in this case dependencies will look like

binary : binary-arch  binary-indep
binary-indep : build-indep build-arch   ?

What you write here looks like makefile dependencies, i.e. like
something written in debian/rules. In that sense it is obviously
wrong. Nothing says you must have called build-arch to be able
to run build-indep or binary-indep.

All it says is that people are not required to add things to
Build-Depends-Indep: which are already in Build-Depends:.

Bernhard R. Link

P.S: Note that currently Build-Depends-Indep is not working as
Debian is stalled in a decade old dream for a technical solution,
so one has to put everything in Build-Depends anyway...


-- 
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/20111007152239.ga4...@server.brlink.eu



Re: New package doesn't fix the problem in the old version

2011-10-07 Thread Bernhard R. Link
* Raf Czlonka rafal.czlo...@gmail.com [111007 17:17]:
 While the new package indeed does not contain the bug itself when
 installed as a new package on a system which hadn't had it before,
 it does not fix the bug if installed on a system with the older version.

As I had problems of understanding this first let me recap the
situation:

git-stuff before 5-1 created a buggy file when getting installed that
is still causing problems when git-stuff 7-1 is installed.

So it's not so much a bug in 7-1 but 7-1 not tidy up the mess left by
earlier versions.

As git-stuff was never released, those earlier buggy versions were
not released either, so only people installing unstable or testing
are effected.

For not too serious stuff in unstable it is usually widely accepted
that people sometimes might have to clean things up themselves.
(Any cleaning code means the package is bigger for everyone and
any fix could go wrong and introduce new bugs).

I'm not sure what the consensus for packages that were in testing
is (or if there was a consensus at all). I guess it mostly depends
on the time it was in testing and how complicated the fix is.

The bug was only in testing for either for 50 days or for 25 days,
so it might depend how complex the fix is.

Bernhard R. Link


-- 
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/20111007162603.gc4...@server.brlink.eu



Re: New package doesn't fix the problem in the old version

2011-10-07 Thread Daniel Baumann

the facts..

  * #640016 was introduced in version 2-1 on 2011-08-02.

  * #640016 was reported on 2011-09-01 and fixed on 2011-09-01 in
version 5-1.

  * version 4-1 with the bug migrated on 2011-08-23 to testing,
version 7-1 without the bug migrated on 2011-09-17 to testing.

  * testing was affected by the bug for 25 days.

  * the bug is by default not in the wild (git-repositories-repack
cronjob, priority low debconf question, defaults to no).

  * the bug is just that the wrongly called scripts fails by doing
nothing. worst case: user is annoyed by an error message that
nothing happened.

  * git-stuff was not yet part of a stable release.

my opinion..

  * everything that Bernhard already said.

  * adding preinst scripts that check for certain md5sums for files
sucks, in particular since in theory, you can only get rid of them
after stable+1. so not worth the hassle, in particulary not to
blow up the package considerably and unecessarily for everyone until
stable+1, just to mitigate a minor annoyance for a handful of
people.

  * unstable and *testing* users are supposed to be able to cope with
the one or other glitch, if they don't, they use stable.

  * this is a colossal waste of time.

Regards,
Daniel

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


--
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/4e8f323e.3030...@progress-technologies.net



Re: New package doesn't fix the problem in the old version

2011-10-07 Thread Raf Czlonka
On Fri, Oct 07, 2011 at 05:26:03PM BST, Bernhard R. Link wrote:
 As I had problems of understanding this first let me recap the
 situation:
 
 git-stuff before 5-1 created a buggy file when getting installed that
 is still causing problems when git-stuff 7-1 is installed.
 
 So it's not so much a bug in 7-1 but 7-1 not tidy up the mess left by
 earlier versions.

That's correct.

 As git-stuff was never released, those earlier buggy versions were
 not released either, so only people installing unstable or testing
 are effected.

 For not too serious stuff in unstable it is usually widely accepted
 that people sometimes might have to clean things up themselves.
 (Any cleaning code means the package is bigger for everyone and
 any fix could go wrong and introduce new bugs).

I've been using unstable exclusively for nearly 10 years.
Most if not all packages I reported bugs for DO fix the issues caused
by earlier versions, otherwise no one would use unstable if expected to
fix everything by hand.
I don't mind packages being broken, that's the reason why I use sid - to
help develop Debian, find and report bugs, etc.

 I'm not sure what the consensus for packages that were in testing
 is (or if there was a consensus at all). I guess it mostly depends
 on the time it was in testing and how complicated the fix is.
 
 The bug was only in testing for either for 50 days or for 25 days,
 so it might depend how complex the fix is.

It shouldn't matter that it's been in testing for so long, the bug's in
unstable, and should be fixed there, even if doesn't reach testing in a
long time.
Both the bug and a fix are trivial - it's simply an entry in a cron job
file - the links I've attached have all the relevant information.

Regards,
-- 
Raf


-- 
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/20111007172312.GA28774@thor.local



Re: Greaat disappointment

2011-10-07 Thread Yaroslav Halchenko
no problem Christian -- apologies accepted ;)
thanks for chiming in on the topic.

On Sat, 01 Oct 2011, Christian Brenner wrote:

 Hello Mr. Halchenko,

 I have to apologize to you for my last mail. It seems my mind was
 wandering somewhere else. As Mr. Biebl, was pointing out, you only
 responded to the initial mail.

 Sorry again,
 Christian
-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic


-- 
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/20111007173348.ga10...@onerussian.com



Re: New package doesn't fix the problem in the old version

2011-10-07 Thread Raf Czlonka
On Fri, Oct 07, 2011 at 06:09:18PM BST, Daniel Baumann wrote:
 my opinion..
[cut]
   * unstable and *testing* users are supposed to be able to cope with
 the one or other glitch, if they don't, they use stable.

I know that, thank you. I've been doing that for nearly a decade.

   * this is a colossal waste of time.

That might be true.
All I was trying to do was to establish was whether you're being
lazy/unhelpful or is there a policy which I've missed as, per my earlier
email, I can't remember last time I filed a bug which later version
hadn't corrected, no matter how trivial it was.

Cheers,
-- 
Raf


-- 
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/20111007174009.GA2944@thor.local



Re: New package doesn't fix the problem in the old version

2011-10-07 Thread Julien Cristau
On Fri, Oct  7, 2011 at 18:40:10 +0100, Raf Czlonka wrote:

 On Fri, Oct 07, 2011 at 06:09:18PM BST, Daniel Baumann wrote:
  my opinion..
 [cut]
* unstable and *testing* users are supposed to be able to cope with
  the one or other glitch, if they don't, they use stable.
 
 I know that, thank you. I've been doing that for nearly a decade.
 
* this is a colossal waste of time.
 
 That might be true.
 All I was trying to do was to establish was whether you're being
 lazy/unhelpful or is there a policy which I've missed as, per my earlier
 email, I can't remember last time I filed a bug which later version
 hadn't corrected, no matter how trivial it was.
 
Looks like it's the former.

Cheers,
Julien


-- 
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/20111007180017.gw2...@radis.liafa.jussieu.fr



Bug#644654: ITP: eclipse-cdt-pkg-config -- pkg-config support for Eclipse CDT

2011-10-07 Thread Jakub Adam

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: eclipse-cdt-pkg-config
Version: 0.5.2+svn195
Upstream Author: Petri Tuononen petri.tuono...@gmail.com
URL: http://code.google.com/p/pkg-config-support-for-eclipse-cdt/
License: EPL-1.0
Description: pkg-config support for Eclipse CDT

The aim of the Eclipse plug-in is to provide automation of configuration needed
for projects using pkg-config, such as GTK+ and gtkmm.

The plug-in will set options and switches automatically that gcc needs to add
in the selected packages - specifically the header file paths, the libraries,
and some other gcc switches.



--
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/4e8f5713.3080...@ktknet.cz



Unofficial Debian Monthly Testing Snapshot Release (version 2011.10)

2011-10-07 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

I am pleased to announce the unofficial Debian monthly testing snapshot
release for October 2011 (version 2011.10).  This release is currently
available for i386 and amd64 as iso images downloadable from:

http://alioth.debian.org/~gilbert-guest/snapshots/2011.10/debian-testing-snapshot-2011.10-i386-mini.iso
sha512sum:
01ff749fd76c84b2b60733b934d13597b85d26c80a01fec8486b56fa2d6be460378309ab8134b2ef8ea7b8eafa0f4fcfc57cb2c8997a161643ad2b350efad1a6
http://alioth.debian.org/~gilbert-guest/snapshots/2011.10/debian-testing-snapshot-2011.10-amd64-mini.iso
sha512sum:
a118e5bceeb457f536b9232b769f07fc86c421264c7c12b14d1c99696657c5f441fec291e4926e8a219a37bb769f1f22330856c5ce8b95aa43defb15f637260a

These files can be written to CD or DVD media or directly to a USB
stick. Instructions for USB installation can be found here:
http://www.debian.org/releases/squeeze/i386/ch04s03.html.en

IMPORTANT: There will be no inherent security support for these
snapshot releases.  The images do automatically set up testing-security
as an apt source during installation, so any DTSA's (Debian Testing
Security Advisories) will be automatically applied to snapshot
installations. However, the security team does not issue many updates
this way anymore (optioning instead to primarily use unstable uploads
as a means to fix testing). This is an area that could potentially be
improved if there are volunteers interested in this problem. For more
information on current testing security processes, see:
http://svn.debian.org/wsvn/secure-testing/doc/narrative_introduction

Ideally for those wishing to have a mostly security supported system,
the snapshot media will simply be a reliable stepping stone for
installation followed by an upgrade to testing proper, which does
receive quasi-official support from the security team (i.e. uploads to
unstable that transition to testing).

To upgrade from a previous snapshot, change your existing snapshot
entries in /etc/apt/sources.list to:

deb http://snapshot.debian.org/archive/debian/20110930T160956Z testing
main deb-src http://snapshot.debian.org/archive/debian/20110930T160956Z
testing main

Note that upgradability of individual packages isn't necessarily
guaranteed.

Note that this is an unofficial project since it does not come with the
backing or support from Debian as a team, but hopefully that will
change in the future as the concept is proven out.

Anyway, enjoy!

Best wishes,
Mike Gilbert
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQQcBAEBCAAGBQJOj1+2AAoJELjWss0C1vRzjokgAJdR1nWGde/EyQA83Y8ZLbCL
A+lt3T8NCjTiMf3N0zR35guGrzPDo23IbIUAz8lyRhmE2zDHkOeHSsf6r7p1mcJ8
s9IPncBd6ekgM7GYk1tTfHAjoobbkFEkBkNCYbM1UYvfQ1QHWl0lA159jnSj+Em1
HOvPDgN6i0IuRyvmzeDdSjBPhqM24zfp6CiVsNqyAMR24jQil3CV7FKlID0IM8Wf
uQzVcMVSqlda1Yq4ESlw+s/USo41z9M2+MPEwtFyPMmpgNb6Rt7JQSAFRKS3jvTG
7XCx8Nvxvw6n0ImnSG58Hj1032F3CfufgRZXOjIzJgBmgfLUxn31FfmwQd+iaPRw
nVjLoq/p9FqO5TNG16yMaf16nEPK/WbsG6DZEuTcrkr/l9J9eOCKQpVfnALVEOsG
DagcjnrgIdCkDWI7a1ld9kbny1Fseov12ZHArnl3QutFIMi6vA9iNl3FA6aD39je
n3av0hjDAdwqG0Jp1rfX5GioplogFs4PDTkWs8V7qgoDaKQvol84lmTBl48zCndv
TWeMkbfWx/AyGRrXf2bJovNuGnG6lW9Y4FND+u6LrZ5TbYRnNvcWWtqLfgkRodDG
1gh+UZLL2iRkELapJ9307O/qSOq9ZSRbYdyi1qcS9pPbdIVPSvU3Reh3ZqKY0+Xj
4iNbTlVmx6S8bWUV48JSLGJHDInlPHtAe0WqXP7GNXS0oZas/NBGrYce/Rbw9ebg
Nw61T///RN2tkb9OVRrT79q5JL6jPbY9XNCfobNJihw9f4VswtzpR99uuCT8YWC2
QQtlw7cw+Kkz13SgB5qRTfgan5FmDQk3yT1k8UIIF2xptqRUXfFB7ICzpPR3TZVX
3KIlCd33XJytNbHPm8APk38O93+qQDQlitcwRBXEDQW9NXUNOkcBsVTVpMmsZz2V
9qoj0kDDXzUuZSO9yxBhljyjBMr7sK1HftJNe+HAczk5l4DZ80pNf/vV94B82pzS
aIDC0AR8C+XJzlO3DMdO5+Ts166z0JsAWYY6DgiYCs0EIpCz7vs9+V87qVlqcxKy
C8oVdKKlvXmgEKwav+JQS2QFLYi3nDEa1upjlEahB9dOQNtNg4Stnczad+vkb1HN
tdNJzjMg0feipGwTzFLD8rQ95ytAzEmn44i69jLo/8HkOhSYKXi+aeAeIxsZ1c4E
aBt1ZuX/3iBgx9MqP4DEoMhX2Wl7qYjJGP4DY1qr+j/mvr1kCST/CKJ9kKXtJrDL
Z8kXDvmrE5GWAQzV9JEJeeuIVrAufJtwGITE+IJDmZNmoxMl/aEcnq4viCT4TrBC
myuggdqnWcvlV6efDxveJJ0Ie16/qbUC7vHtL7im1Oc8RAoEeJIFSkE9tBI/djc=
=MftZ
-END PGP SIGNATURE-


-- 
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/20111007162439.ffc8deb69f6e3a76e290d...@gmail.com



Re: New package doesn't fix the problem in the old version

2011-10-07 Thread Ian Jackson
Julien Cristau writes (Re: New package doesn't fix the problem in the old 
version):
 On Fri, Oct  7, 2011 at 18:40:10 +0100, Raf Czlonka wrote:
  On Fri, Oct 07, 2011 at 06:09:18PM BST, Daniel Baumann wrote:
 * this is a colossal waste of time.
  
  All I was trying to do was to establish was whether you're being
  lazy/unhelpful or is there a policy which I've missed as, [...]

There is a third possibility which is that the maintainer has made a
judgement that this bug is not worth going to special effort to fix in
the package.  Policy does not need to be involved.

The suggestion that someone is or might be lazy/unhelpful is not
appropriate.

 Looks like it's the former.

The suggestion that someone is or might be lazy/unhelpful is not
appropriate.

Ian.


-- 
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/20111.23271.215195.156...@chiark.greenend.org.uk



Re: Unix Time Zone Format

2011-10-07 Thread Ben Finney
Russ Allbery r...@debian.org writes:

 Weaver wea...@riseup.net writes:

  This Intellectual property rubbish is beginning to make me angry.  What
  now?  Are we expected, each and everyone of us, supposed to pay a
  stipend to some johnny-come-lately opportunist?

  http://blog.joda.org/2011/10/today-time-zone-database-was-closed.html

 It's already back up and running at another site and a new release is
 being planned.  I suspect the lawsuit will blow over in short order.

That will be good, but we still need to make a lot of noise about this.
It's ludicrous that any idiot with a lawyer can bring down a resource
like the site hosting Olsen timezone data, even temporarily.

-- 
 \“All persons, living and dead, are purely coincidental.” |
  `\   —_Timequake_, Kurt Vonnegut |
_o__)  |
Ben Finney


-- 
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/87obxszgtx@benfinney.id.au



Re: python 2.7 in wheezy / removal messages without reason

2011-10-07 Thread Ben Finney
Joachim Wiedorn ad_deb...@joonet.de writes:

 But nevertheless I had to analyse the removing of my package (duply).
 After a while

Why did it take so long? Aptitude shows immediately that ‘duply’ was to
be removed because ‘duplicity’ was to be removed; and looking one step
further, that ‘duplicity’ was to be removed because the available
version has a dependency on “python ( 2.7)”.

 I saw the reason was duplicity - but why? Until now I don't know the
 deeper reason - and I haven't found the reason on debian-devel.

The tools available on your system can show the reason. Is there another
question you have that I'm not getting?

-- 
 \   “As far as the laws of mathematics refer to reality, they are |
  `\not certain, and as far as they are certain, they do not refer |
_o__)  to reality.” —Albert Einstein, 1983 |
Ben Finney


-- 
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/87k48gzgjy@benfinney.id.au



Re: Unofficial Debian Monthly Testing Snapshot Release (version 2011.10)

2011-10-07 Thread Michael Gilbert
Correct gpg signature this time:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

I am pleased to announce the unofficial Debian monthly testing snapshot
release for October 2011 (version 2011.10).  This release is currently
available for i386 and amd64 as iso images downloadable from:

http://alioth.debian.org/~gilbert-guest/snapshots/2011.10/debian-testing-snapshot-2011.10-i386-mini.iso
sha512sum: 
01ff749fd76c84b2b60733b934d13597b85d26c80a01fec8486b56fa2d6be460378309ab8134b2ef8ea7b8eafa0f4fcfc57cb2c8997a161643ad2b350efad1a6
http://alioth.debian.org/~gilbert-guest/snapshots/2011.10/debian-testing-snapshot-2011.10-amd64-mini.iso
sha512sum: 
a118e5bceeb457f536b9232b769f07fc86c421264c7c12b14d1c99696657c5f441fec291e4926e8a219a37bb769f1f22330856c5ce8b95aa43defb15f637260a

These files can be written to CD or DVD media or directly to a USB
stick. Instructions for USB installation can be found here:
http://www.debian.org/releases/squeeze/i386/ch04s03.html.en

IMPORTANT: There will be no inherent security support for these
snapshot releases.  The images do automatically set up testing-security
as an apt source during installation, so any DTSA's (Debian Testing
Security Advisories) will be automatically applied to snapshot
installations. However, the security team does not issue many updates
this way anymore (optioning instead to primarily use unstable uploads
as a means to fix testing). This is an area that could potentially be
improved if there are volunteers interested in this problem. For more
information on current testing security processes, see:
http://svn.debian.org/wsvn/secure-testing/doc/narrative_introduction

Ideally for those wishing to have a mostly security supported system,
the snapshot media will simply be a reliable stepping stone for
installation followed by an upgrade to testing proper, which does
receive quasi-official support from the security team (i.e. uploads to
unstable that transition to testing).

To upgrade from a previous snapshot, change your existing snapshot entries
in /etc/apt/sources.list to:

deb http://snapshot.debian.org/archive/debian/20110930T160956Z testing main
deb-src http://snapshot.debian.org/archive/debian/20110930T160956Z testing main

Note that upgradability of individual packages isn't necessarily
guaranteed.

Note that this is an unofficial project since it does not come with the
backing or support from Debian as a team, but hopefully that will
change in the future as the concept is proven out.

Anyway, enjoy!

Best wishes,
Mike Gilbert
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQQcBAEBCAAGBQJOj2fNAAoJELjWss0C1vRzWGgf/itcKH4NRNVenguruzev3+XW
YoWxTd1Wzli0/TYdnXDPxVWEWxnT7j1ciTC00YRiam2Kd3FX01jtn0sbsRJPsd7U
6mUYqMYQnRwxg8hJUA4ZlgjwZ+OQxKQ3RsIAJvW/5v8uig9cN4EWtPtP6fhngBHW
xkRMAMoalrPY7AQMf0PGtEHPrtM2sFW8fSWbOKP58jQQJd/WbOkdkbJ6ho+ml/wI
rqHTMnPfLAmOes3Rb66krun7ZXVtn2NaRa2/ZlIYVs38kL6HGKoFCLFsmWE2Neaa
aBQnDZSnuCNwz6a7ZVGuDW3Xm8fV7jN/aZdpOznGThKXjnnQIOVNRQwu6YeUI1k+
enSswgPdowthDRIW+wI1ojcyCnueN7BUKy4zj8yQ4pWDQnF2krlN05pGymGYhlan
txUioAqwziir+iwbHqkqwarxQBzHa6BwFDjpqVphyq3tI9qZM9HmCdEK38PFw33V
mho95fN6yXFTTVAXzECN87ee6lOlONcc243LzsCeArkNKL9RfcE+SBwuckhKZKrW
12UYciEGOR+lm01Sb5gWBNpNs5FWQaxB6UWwLfKZSo4iJUbWeEejz6GWoorLoXPS
XRznuB3b8Bwdz63cLsC5vdepv6y6eDtmKOb7I7Z+lp5tXTzFGebKWbkmsL5btuER
+PZJoLd34lIKW+6TZ2AwfXIJuHPxHv3X6vY9Y7DN6TiPbZR8HMhgJQJAxcOVicUM
c6/g1xJUopLJqOeaTyZwCPuJlW7Y2wvox1QdGYW2iRwBmZCg8TaqGjRCIbi/aQf0
QvYlKV/OjeRCRbopzW71lqlwih7SJmb062aC1epvo+gRjPaRsSR4uCRnLwsOePro
7+yyMymzAKHybSUMkxdkkybP3It967RXT6mLQAKlvNB3b8PsPIZSnRXnUAca04YJ
/G9snGIAA1A9cFUdBRsmgUQ93xMZFIHNatqc87ue8ZwG5fWC+KoYwpzfp514Y4+4
bJGYFKE+HU4emGogrbRFooCHguaNdzllEZla5GtoARqm+2mLMGbBS+aPBDcNQAQ4
2SCgxQ5bmcnB7Zh+vgR9/qPKVI/O23kZn8Csq/5FRlDiWxxa9yCjfWFG9YRFDbZv
5jhw5wfpMcCKcz0B5B+Soh+qeedVjcnnka1a40ssyFLSBxhaVyrFvBnQocLSwmLg
OpbAreBMBL0doHS/pQwMH/Y7Cjs+x5ZoWq8Xe4wnrqUe9VQS0v+g0yMsAVh5ILxP
psZDysTtip1gam+pFVKD2q+rj3vfmX0zrk/X6pv2XJlPd3NFGbiTnpfSj1uL7+uN
L03EzWHAEeuggGUfLy+3jOtVqr6onl00ddl/XW1k/E74E1BjEgmSXKMYBAG7M70=
=nuw8
-END PGP SIGNATURE-


-- 
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/20111007165859.95f776249e10255ae52e1...@gmail.com



Re: python 2.7 in wheezy / removal messages without reason

2011-10-07 Thread Joachim Wiedorn
Ben Finney ben+deb...@benfinney.id.au wrote on 2011-10-08 07:34:

 Why did it take so long? Aptitude shows immediately that ‘duply’ was to
 be removed because ‘duplicity’ was to be removed; and looking one step
Usually I use Debian Stable as productive system. So aptitude would be
not a help. I looked on packages.qa.debian.org and further ... because of
the mail duply REMOVED from testing.

 further, that ‘duplicity’ was to be removed because the available
 version has a dependency on “python ( 2.7)”.
Inside the named site http://release.debian.org/britney/hints/jcristau
in the mail I could not found this information (and also not in the mail).

 The tools available on your system can show the reason. Is there another
 question you have that I'm not getting?
No.

---
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/20111008002009.436ce...@jupiter.home



Re: Unix Time Zone Format

2011-10-07 Thread Russ Allbery
Ben Finney ben+deb...@benfinney.id.au writes:

 That will be good, but we still need to make a lot of noise about this.
 It's ludicrous that any idiot with a lawyer can bring down a resource
 like the site hosting Olsen timezone data, even temporarily.

ado took the site down voluntarily (almost certainly), so there's really
nothing to protest other than the concept of damages for ongoing
infringment after notification, about which making a lot of noise will do
precisely zero.  It looks like the tz database was an innocent bystander
in a legal fight between two other companies and the whole thing will blow
over once that's sorted out and the actual nature of the tz database was
established.

All you're going to accomplish at this point by making a lot of noise is
to make life even more difficult for ado, so please don't.  Please
remember that he was using a server at his job for this (a US government
server, no less), so he's going to be maximally careful about not turning
this into a problem for his employers.

Once all the details are out and the case is either resolved or there's
some clear idea how we can help is the time to make noise if it's
appropriate then.  Right now, lawyers from the IETF are already involved
and the EFF has already been notified, and those of us who are
well-meaning but don't know how to properly handle the specific legal
situation should really just be quiet and let the lawyers handle it.

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


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



Re: python 2.7 in wheezy

2011-10-07 Thread peter green

Ummm ... don't we strongly encourage all package maintainers to read
d-d-a?  If not, we should.  It is very low traffic and sometimes
important.



Sure: “All developers are expected to be subscribed to this list.” [0],
but Oliver was referring to “users”. On the other hand, his example mail
(To: duplic...@packages.debian.org) is obviously sent to developers, so
I'd guess no harm is done for our users.
Remember the removal mails also end up in the history on packages.qa.debian.org 
which afaict is the main point of reference for those who are trying to find 
out what is going on with a package.


Not everyone who has an interest in why the package they rely on is suddenly
no longer in testing is a dd or a package maintainer.



--
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/4e8f9a4f.80...@p10link.net



Accepted cyrus-imapd-2.4 2.4.12-2 (source all amd64)

2011-10-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Oct 2011 21:53:28 +0200
Source: cyrus-imapd-2.4
Binary: cyrus-common-2.4 cyrus-doc-2.4 cyrus-imapd-2.4 cyrus-pop3d-2.4 
cyrus-admin-2.4 cyrus-murder-2.4 cyrus-replication-2.4 cyrus-nntpd-2.4 
cyrus-clients-2.4 cyrus-dev-2.4 cyrus-common libcyrus-imap-perl24 cyrus-clients 
cyrus-imapd cyrus-pop3d cyrus-admin cyrus-murder cyrus-replication cyrus-nntpd 
cyrus-doc cyrus-dev libcyrus-imap-perl cyrus-common-2.2 cyrus-doc-2.2 
cyrus-imapd-2.2 cyrus-pop3d-2.2 cyrus-admin-2.2 cyrus-murder-2.2 
cyrus-nntpd-2.2 cyrus-clients-2.2 cyrus-dev-2.2 libcyrus-imap-perl22
Architecture: source amd64 all
Version: 2.4.12-2
Distribution: unstable
Urgency: low
Maintainer: Debian Cyrus Team 
pkg-cyrus-imapd-debian-de...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 cyrus-admin - Cyrus mail system - administration tools (metapackage)
 cyrus-admin-2.2 - Transitional package for cyrus-admin-2.4
 cyrus-admin-2.4 - Cyrus mail system - administration tools
 cyrus-clients - Cyrus mail system - test clients (metapackage)
 cyrus-clients-2.2 - Transitional package for cyrus-clients-2.4
 cyrus-clients-2.4 - Cyrus mail system - test clients
 cyrus-common - Cyrus mail system - common files
 cyrus-common-2.2 - Transitional package for cyrus-common-2.4
 cyrus-common-2.4 - Cyrus mail system - common files
 cyrus-dev  - Cyrus mail system - developer files (metapackage)
 cyrus-dev-2.2 - Transitional package for cyrus-dev-2.4
 cyrus-dev-2.4 - Cyrus mail system - developer files
 cyrus-doc  - Cyrus mail system - documentation files (metapackage)
 cyrus-doc-2.2 - Transitional package for cyrus-doc-2.4
 cyrus-doc-2.4 - Cyrus mail system - documentation files
 cyrus-imapd - Cyrus mail system - IMAP support (metapackage)
 cyrus-imapd-2.2 - Transitional package for cyrus-imapd-2.4
 cyrus-imapd-2.4 - Cyrus mail system - IMAP support
 cyrus-murder - Cyrus mail system - proxies and aggregator (metapackage)
 cyrus-murder-2.2 - Transitional package for cyrus-murder-2.4
 cyrus-murder-2.4 - Cyrus mail system - proxies and aggregator
 cyrus-nntpd - Cyrus mail system - NNTP support (metapackage)
 cyrus-nntpd-2.2 - Transitional package for cyrus-nntpd-2.4
 cyrus-nntpd-2.4 - Cyrus mail system - NNTP support
 cyrus-pop3d - Cyrus mail system - POP3 support (metapackage)
 cyrus-pop3d-2.2 - Transitional package for cyrus-pop3d-2.4
 cyrus-pop3d-2.4 - Cyrus mail system - POP3 support
 cyrus-replication - Cyrus mail system - replication (metapackage)
 cyrus-replication-2.4 - Cyrus mail system - replication
 libcyrus-imap-perl - Interface to Cyrus imap client imclient library 
(metapackage)
 libcyrus-imap-perl22 - Transitional package for libcyrus-imap-perl24
 libcyrus-imap-perl24 - Interface to Cyrus imap client imclient library
Closes: 644503
Changes: 
 cyrus-imapd-2.4 (2.4.12-2) unstable; urgency=low
 .
   * Add versioned conflicts with *-2.2 (Closes: 644503)
Checksums-Sha1: 
 d159f0032f29f9ea710554cc91a251cd82f3f979 3375 cyrus-imapd-2.4_2.4.12-2.dsc
 3989ed97fb7c26cf1646c829e7c957517371eb1d 118884 
cyrus-imapd-2.4_2.4.12-2.debian.tar.gz
 dbe312dd06fb56d5ce44e10618b22076b07f1733 9396226 
cyrus-common-2.4_2.4.12-2_amd64.deb
 26f4a4747599d7fa9ef4bebd05f76aa71e715048 280642 cyrus-doc-2.4_2.4.12-2_all.deb
 48aece34395912fbf395bc652e9e47898ab3f0f9 1083862 
cyrus-imapd-2.4_2.4.12-2_amd64.deb
 bf91d602da0119f4987a8a98ff283e8b4b59e034 329442 
cyrus-pop3d-2.4_2.4.12-2_amd64.deb
 1bf222f4e95e79dd5c02ea17ecbc6ee846da1040 113148 
cyrus-admin-2.4_2.4.12-2_all.deb
 077e574470bddc0c8535d885ec8e1c0e153d6d66 1459394 
cyrus-murder-2.4_2.4.12-2_amd64.deb
 4ba087f3da03771d5b1616638d63a32290744b6f 1299694 
cyrus-replication-2.4_2.4.12-2_amd64.deb
 4df12296002a3f256e083421c43c25af87a782c3 692574 
cyrus-nntpd-2.4_2.4.12-2_amd64.deb
 5944cd34abb920237ccf82d2a268818b10959d9b 174532 
cyrus-clients-2.4_2.4.12-2_amd64.deb
 f0e0eed00a21f16ea4c16ee7b092e68c6a472108 278960 
cyrus-dev-2.4_2.4.12-2_amd64.deb
 ab25433e72f592406a2b9aab50c246e25f78ffec 138464 cyrus-common_2.4.12-2_all.deb
 3a78d31e8654bce2045e92fcda05f06b7d036a5d 185926 
libcyrus-imap-perl24_2.4.12-2_amd64.deb
 e3482175e58f1ecc2e6e53ba0a276ed1240384b7 926 cyrus-clients_2.4.12-2_all.deb
 42a8c2e53d640b7b2b2e9f2f10500c3ca5fb7168 922 cyrus-imapd_2.4.12-2_all.deb
 cedc6c281ad0db822277758c7fe27cf44e3a8b12 928 cyrus-pop3d_2.4.12-2_all.deb
 7dea6e78d39336e8d10954452db1266a6d297903 930 cyrus-admin_2.4.12-2_all.deb
 f71acc11644dc06080db9ad64e4fe819f9e14e2d 934 cyrus-murder_2.4.12-2_all.deb
 f948c52f8c215ac3d3e1f31dbab93cbc73a289bf 932 cyrus-replication_2.4.12-2_all.deb
 8aa91ae1d107b0f72eb6fe808389a5dd1aea68f1 928 cyrus-nntpd_2.4.12-2_all.deb
 c66808f185765a207583afb64e21afe0cba0b19c 924 cyrus-doc_2.4.12-2_all.deb
 af2716c46f1a2882ebd6dc334e7a5bd957c25675 926 cyrus-dev_2.4.12-2_all.deb
 e7c8b114225b604483e73e4798bd001c2cee5e7b 938 
libcyrus-imap-perl_2.4.12-2_all.deb
 3af0ce830ca8f3bcb644818321937c751ccac1a7 786 

Accepted libirc-utils-perl 0.12-1 (source all)

2011-10-07 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 07:39:49 +0200
Source: libirc-utils-perl
Binary: libirc-utils-perl
Architecture: source all
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libirc-utils-perl - collection of common utilities for IRC-related tasks
Changes: 
 libirc-utils-perl (0.12-1) unstable; urgency=low
 .
   * Team upload.
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
   * Imported Upstream version 0.12
Checksums-Sha1: 
 7b04050eed8d9c31298db70f4f64d94250fd4965 2046 libirc-utils-perl_0.12-1.dsc
 909c8fc2e8edf25d3055bb5aa29b703ffc2a5266 23214 
libirc-utils-perl_0.12.orig.tar.gz
 eb74e97d0eabb6c9bb8cb9743ac3fc6d06f8f0e5 1910 
libirc-utils-perl_0.12-1.debian.tar.gz
 1020f37e667146a98f2777d80f5226170833e58f 19414 libirc-utils-perl_0.12-1_all.deb
Checksums-Sha256: 
 f30113f52fce23d97ee45a18aecc65f80417688432a0a5526f911e44b668c024 2046 
libirc-utils-perl_0.12-1.dsc
 c7d6311eb6c79e983833c9e6b4e8d426d07a9874d20f4bc641b313b99c9bc8a0 23214 
libirc-utils-perl_0.12.orig.tar.gz
 02d8a5cc534efe3ab29a8b67dd7b4b8f07a22b3c5b809ec4af892345aaefc7f9 1910 
libirc-utils-perl_0.12-1.debian.tar.gz
 6a68992378e8f6ef97f29e692aa6f3f77506f4a3750e31155d20e75f100e11aa 19414 
libirc-utils-perl_0.12-1_all.deb
Files: 
 51b1cf597c676ec46a4bdafacb60612b 2046 perl optional 
libirc-utils-perl_0.12-1.dsc
 05e99007ca07dbb9b77e534c71d2a5c1 23214 perl optional 
libirc-utils-perl_0.12.orig.tar.gz
 7a10cd0a8275dc52f9c9e55780a03eaf 1910 perl optional 
libirc-utils-perl_0.12-1.debian.tar.gz
 506329f014c29f5bcc9665952a2172eb 19414 perl optional 
libirc-utils-perl_0.12-1_all.deb

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

iQIcBAEBCAAGBQJOjpHJAAoJEHidbwV/2GP+jZoQAInIgbIgc1AHtQEJdo5CBALb
9khKfb8L9qyuRdzO5uZV9W10eqziK4zVq2JLk6YnlXk6e4tdc+FMwts3mclxJwvf
ft1L+EEXNJCWFII1Ud2VOIhSlXYxMDHhZdq33cx2fEn7zj8Y5MBKYexlXL2Dx5LY
+LvT5HKe5CK1Yv0mvEuByZpEmFo9zDHFtQY7Y3RdWqgoeXJNq/SlzH335BIXPNTj
rgEFUryvhaTZuvu045puGK2wjpzdV0LjYJdMAagx5zdvNeDrnowEXmDENv/6Yqrb
wW+J55CqpI7At95WXxo2T95bqCgJXzELxowrO4yqKKJC9MOX2AjxAUfx1LH9SmTT
i1uR2/R3COZzzUOpcgc/qpm4H/kgPvX1yc2vhrrFwYytRP4nUFy5puC+aPsNWk6u
jn4MSIMzZTbXEfwheWFhssz/oSaDcbpN1SHB5aT6mkWnF4eTnMPw4cnVbKEZnGm0
y0EWiJ7nTNdzEl1VUY4FUmP/z7zmKFjTnHNxDhAql2477z8X2L1PX7A6fg6br9im
6zf856eApbbTsTtcK5G+IZoUDGgUR+8K4doybWTZQtjtXtXIASYC1Udp/t8xK+Sa
M4QcFwIB0HqTbsk2MzbIPaBhDUa8CorDKHIwjTq8ohHUgmHnXPd0ISAbME4bMO9X
829AH5f0Bj+04kzyEqwU
=uoPA
-END PGP SIGNATURE-


Accepted:
libirc-utils-perl_0.12-1.debian.tar.gz
  to main/libi/libirc-utils-perl/libirc-utils-perl_0.12-1.debian.tar.gz
libirc-utils-perl_0.12-1.dsc
  to main/libi/libirc-utils-perl/libirc-utils-perl_0.12-1.dsc
libirc-utils-perl_0.12-1_all.deb
  to main/libi/libirc-utils-perl/libirc-utils-perl_0.12-1_all.deb
libirc-utils-perl_0.12.orig.tar.gz
  to main/libi/libirc-utils-perl/libirc-utils-perl_0.12.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/e1rc3wc-pw...@franck.debian.org



Accepted starvoyager 0.4.4-5.1 (source all amd64)

2011-10-07 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 08:08:15 +0200
Source: starvoyager
Binary: starvoyager starvoyager-data
Architecture: source all amd64
Version: 0.4.4-5.1
Distribution: unstable
Urgency: low
Maintainer: Idan Sofer i...@idanso.dyndns.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 starvoyager - 2D space arcade game, themed around 'Star Trek' - binary
 starvoyager-data - 2D space arcade game, themed around 'Star Trek' - data files
Closes: 478941 556374 615191 615221
Changes: 
 starvoyager (0.4.4-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/02_undefined-reference.dpatch: Closes: #556374.
   * Added debian/starvoyager.desktop.  Closes: #478941.
   * Fixed description-contains-homepage.  Closes: #615191, #615221.
   * Fixed debhelper-but-no-misc-depends.
   * Fixed debian-rules-ignores-make-clean-error.
   * Fixed menu-item-creates-new-section.
Checksums-Sha1: 
 2b624e9e7bd941358066a47aa2c4bd69db2465cb 1823 starvoyager_0.4.4-5.1.dsc
 c3eb49a48ae437cfd37a42c89d8e1dedb1b138e9 5828 starvoyager_0.4.4-5.1.diff.gz
 33438df2520f7d37efb83bf6bb145440a145c657 393232 
starvoyager-data_0.4.4-5.1_all.deb
 94bc9444d67393f2fa9e6f3b412aa1ea3260c2eb 63922 starvoyager_0.4.4-5.1_amd64.deb
Checksums-Sha256: 
 03fec99166de45ca8e0445f045c832898c4d23371a5c43775c1614925c47b225 1823 
starvoyager_0.4.4-5.1.dsc
 2a5f1982902be93e89bceabf054827520841263d5b9709db790cbe890995e60f 5828 
starvoyager_0.4.4-5.1.diff.gz
 fffb0a5bd180acaf0ad997f05a7634d04e2bd4b17a47357aa39d5d89c70956c9 393232 
starvoyager-data_0.4.4-5.1_all.deb
 de2cf411c0b89b5fc248edc2d6a2ae4f4612eb6f74dae5c80a2f8735118bb2f6 63922 
starvoyager_0.4.4-5.1_amd64.deb
Files: 
 3dee8855ad07ff726d14e4aab2063acc 1823 games optional starvoyager_0.4.4-5.1.dsc
 faac641b3227c13f6974f8d1a5decb9a 5828 games optional 
starvoyager_0.4.4-5.1.diff.gz
 d77842f77029bc881a6b8a91eb000e1c 393232 games optional 
starvoyager-data_0.4.4-5.1_all.deb
 03225456977a5f127a6f3cafc42d4776 63922 games optional 
starvoyager_0.4.4-5.1_amd64.deb

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

iQIcBAEBCAAGBQJOjp/4AAoJEDNV9NY7WCHM/icP/37raRIakdOuB2FC5kx5QBHG
UsmjgXauYAOC+SwTxH1qM5kelD1kF71kgzKaInUspJO2PbH7oPDevXD3MSLj6Nec
yTIWa472vOoKIMSnQfb7CxmJUDhBjG0eVWee86yGNTVesqnci80F/Jk2V4oDXcLH
wxYznRcUdQS9cpgnv7RHGthRBNa32cZIIMRgtOhTVUhneHuhjGWAqbswtokrX1os
lVCFRNdcNOYSKp8rJvamoX/X3xtniLY43vS6j2uAjflMQvJRdb/wxwLDNTWCX4fs
A5nPZWkxn95y9/pcIrZRGxhktAQFfjjqTtijf4XTgHkInfH9T3i1mNsyydy/03zQ
5XnDjvaBXhvzqlGj4N2866SP0G2nO219Zb37Wih4mLyIazDZ+kbsYpWfUzx7KGGN
oN3N45SkH8y6Iyu1+yfOYse2sYUKsClyVVp/c3mV0TpsNkTfPMV/YlQv3phlO5+E
SMO+QF8ZNx8ZIiOEHgdTgaN2Tn8c7Gdk6xSNsoSFdFSA2PyduaH3yshPZpcoXykK
iiAmBsiX6055xCoeeXn7hEA9A4yfXHkHGQ52FrBs77nahpO/sO6CU3eqTzyA9ADa
N/HjQzm0Fd5x/wa9k5NAdYGGkH7DE2juyEtMTtNrOEJ7eiqOCRFEJSBnnNwXBRt9
BEccNufU9mhrcox3iFxH
=sSRW
-END PGP SIGNATURE-


Accepted:
starvoyager-data_0.4.4-5.1_all.deb
  to main/s/starvoyager/starvoyager-data_0.4.4-5.1_all.deb
starvoyager_0.4.4-5.1.diff.gz
  to main/s/starvoyager/starvoyager_0.4.4-5.1.diff.gz
starvoyager_0.4.4-5.1.dsc
  to main/s/starvoyager/starvoyager_0.4.4-5.1.dsc
starvoyager_0.4.4-5.1_amd64.deb
  to main/s/starvoyager/starvoyager_0.4.4-5.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/e1rc4dz-0004k0...@franck.debian.org



Accepted electric-fence 2.1.19 (source i386)

2011-10-07 Thread Matthew Vernon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 08:38:44 +0100
Source: electric-fence
Binary: electric-fence
Architecture: source i386
Version: 2.1.19
Distribution: unstable
Urgency: low
Maintainer: Matthew Vernon matt...@debian.org
Changed-By: Matthew Vernon matt...@debian.org
Description: 
 electric-fence - A malloc(3) debugger
Closes: 643866
Changes: 
 electric-fence (2.1.19) unstable; urgency=low
 .
   * patch from Petr Salinger to handle both SIGBUS and SIGSEGV in eftest.c
 on FreeBSD-based architectures (Closes: #643866)
Checksums-Sha1: 
 3e545c306325ae1a5ec82b4057c4851e1371b075 1361 electric-fence_2.1.19.dsc
 03add597aeed729d0a7fa6ebd3b04b40e89c875b 30894 electric-fence_2.1.19.tar.gz
 dec024d75644c16d292b226a0e33a44f6d27a7b1 22184 electric-fence_2.1.19_i386.deb
Checksums-Sha256: 
 20dc6d3735456bd0085a9a1e66cfb2570da9c1e92fac76e6c449ce52a2ea5649 1361 
electric-fence_2.1.19.dsc
 d19e257eff5e34722782dd5a0da81a9ff668759e113cd327a3e9600dda4ab055 30894 
electric-fence_2.1.19.tar.gz
 d8bec98e98de4f141b2f6e226c66c8121c421b60dea44a57ad508264ebdf8456 22184 
electric-fence_2.1.19_i386.deb
Files: 
 aff558164ae534aad23f6709ccc7b7ec 1361 devel extra electric-fence_2.1.19.dsc
 fa611217e8b2b832dbcf7e2cafd39d54 30894 devel extra electric-fence_2.1.19.tar.gz
 a79899523dc1f2a499c1d2c77cc0b6e2 22184 devel extra 
electric-fence_2.1.19_i386.deb

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

iQIVAwUBTo6s1BL00hyPamPIAQiUpA/9EYnNiAXEGeqbmON5N0NXExzlASdDI/Zv
UJQY+2ufAXIYGBuIFHFlY/RKLK/wqNZPpXYJMhEBSwNSFOdt6MxKi29OmUg8e8TR
njJdcPCBZY3KUS7lI+yYN36/b12Bh95FWrn9ueVCAxC1JpWeh6uXOcvq/6LL8qw3
E2SHnBu68RfIyyUzpf+YxIKHJS4fEaZSRKoDYdq1E9H0A7p0rkz87Uwa1SLAdy6J
iNbW/c6NQx+hAeMzjutxqhb0MBBEtykEM3V+PkITqhmN5wvcj9yolcGGHCZ6ZWgK
9MplAXldgwRmdfx6rHwzKxpd+rcVv+Ax5tTJI3lRUUE1h/rfRqIxX3bnzBBN0r3a
k3HgDGkxEUpKoXM4BM8nlC2Futr0MrFWKa//BZj4OrZ2mi+XaB4iB4DedUjVnq6Q
E1EJ1qoxbQgU0AzH6IfPTBmErh/uAwgqKIP0JXQUhTbHe3j7olxVGFbf+dFnxryX
eb0zHoHaPFXqzf8wSCKPczTumOr1phuFyUCz55jOi45RGkpZvmBcXGKKmSrD0bUL
kD0Rzzd64GTW6BW/uBXKs0i7hTaSes2DswfQIG+3uEK13oEW2scvkXAWii5WQtVR
nQwGKytREDcJ1rElEM3gerZjUiNSEpjKgmmYVmmRDrkLvjlmdcsfRFStiWXFFNmH
evQh2ls8sgU=
=OeFk
-END PGP SIGNATURE-


Accepted:
electric-fence_2.1.19.dsc
  to main/e/electric-fence/electric-fence_2.1.19.dsc
electric-fence_2.1.19.tar.gz
  to main/e/electric-fence/electric-fence_2.1.19.tar.gz
electric-fence_2.1.19_i386.deb
  to main/e/electric-fence/electric-fence_2.1.19_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/e1rc59a-0001nx...@franck.debian.org



Accepted libxml2 2.7.8.dfsg-5 (source all amd64)

2011-10-07 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 09:31:14 +0200
Source: libxml2
Binary: libxml2 libxml2-utils libxml2-dev libxml2-dbg libxml2-doc 
python-libxml2 python-libxml2-dbg
Architecture: source amd64 all
Version: 2.7.8.dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group debian-xml-sgml-p...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libxml2- GNOME XML library
 libxml2-dbg - Debugging symbols for the GNOME XML library
 libxml2-dev - Development files for the GNOME XML library
 libxml2-doc - Documentation for the GNOME XML library
 libxml2-utils - XML utilities
 python-libxml2 - Python bindings for the GNOME XML library
 python-libxml2-dbg - Python bindings for the GNOME XML library (debug 
extension)
Closes: 643648
Changes: 
 libxml2 (2.7.8.dfsg-5) unstable; urgency=low
 .
   * xpath.c, xpointer.c, include/libxml/xpath.h: Hardening of XPath evaluation.
 CVE-2011-2821.
   * xpath.c: Fix for undefined namespaces. CVE-2011-2834.
   * Both closes: #643648.
Checksums-Sha1: 
 5f196d9e6bae1def9f7e2ea08e45bbe12245d09f 2370 libxml2_2.7.8.dfsg-5.dsc
 81cf9777f6339d771ea9335c325d9cc289f79b70 117912 libxml2_2.7.8.dfsg-5.diff.gz
 c89b1f557605095094eed7522bde6e15d2cfd78d 891938 libxml2_2.7.8.dfsg-5_amd64.deb
 678105173f175c18b5c6fee453c8aa909af9065b 92564 
libxml2-utils_2.7.8.dfsg-5_amd64.deb
 83ea6720cc08390ed63b51140f7876d5367c9096 854392 
libxml2-dev_2.7.8.dfsg-5_amd64.deb
 bf4cad70e9451a4cfee9124eb786a17717b2cfa0 1118050 
libxml2-dbg_2.7.8.dfsg-5_amd64.deb
 40321fb296dba8af0aba852395bc8cebc69d8a2d 1377374 
libxml2-doc_2.7.8.dfsg-5_all.deb
 51466633578ebab5a830be5837d762e4b644a268 339494 
python-libxml2_2.7.8.dfsg-5_amd64.deb
 6efb0c1385d038ee725eac2b81d0305e5bbc02d8 855508 
python-libxml2-dbg_2.7.8.dfsg-5_amd64.deb
Checksums-Sha256: 
 47335864adb55c9111a06e966df333c0f848e377606ef4688c122886c530635c 2370 
libxml2_2.7.8.dfsg-5.dsc
 2f96c0ae319c9a518db05b342a967eeb4113e6fb93e3723ad3e668b588a87fd3 117912 
libxml2_2.7.8.dfsg-5.diff.gz
 fee426571bccbd9838584261be2063063e6cf9aca13f5aded51878df28950f75 891938 
libxml2_2.7.8.dfsg-5_amd64.deb
 365d5034f841527118855e56d273f94d95343d1920775157e32841e54dfad903 92564 
libxml2-utils_2.7.8.dfsg-5_amd64.deb
 65448c7386ad2e6c59327e6add82b5911d53e79825f31bba3a63c9ea2bf9ebf9 854392 
libxml2-dev_2.7.8.dfsg-5_amd64.deb
 5e6f698d4281091c8f5fb8630050eda89dd9d616bbd067bb414fb0219afe5ba4 1118050 
libxml2-dbg_2.7.8.dfsg-5_amd64.deb
 bd1d0dfd774da14132b5cd83c0724b34dc46f9053fc417d910bd4f97f7efe9b9 1377374 
libxml2-doc_2.7.8.dfsg-5_all.deb
 67218d7cb3d83d0df2d00be4bce77e588e6c8ec4de24fb2dcd221d85f8ea0e8d 339494 
python-libxml2_2.7.8.dfsg-5_amd64.deb
 4a9ef7fb5433bc071a6fd9e2525d03d64bfd85db570ddef028968cdc632f67e0 855508 
python-libxml2-dbg_2.7.8.dfsg-5_amd64.deb
Files: 
 b50b1eefb84c9cdc759bbf503cb998a5 2370 libs optional libxml2_2.7.8.dfsg-5.dsc
 f94d9e94e2b04c0b5f0646d82f339c09 117912 libs optional 
libxml2_2.7.8.dfsg-5.diff.gz
 0082ff7ec655477678174db912129884 891938 libs standard 
libxml2_2.7.8.dfsg-5_amd64.deb
 d7d1c423991ae187f377655eda5e954a 92564 text optional 
libxml2-utils_2.7.8.dfsg-5_amd64.deb
 176d2b30c570564e7ab5f2be7c9ae2be 854392 libdevel optional 
libxml2-dev_2.7.8.dfsg-5_amd64.deb
 9bb16ebc850599eb5811510ae31002cd 1118050 debug extra 
libxml2-dbg_2.7.8.dfsg-5_amd64.deb
 a509f1a2a2b2f48fd8eaadc6799b6b27 1377374 doc optional 
libxml2-doc_2.7.8.dfsg-5_all.deb
 5dfe849c3286faa0086d8a4a85692b9e 339494 python optional 
python-libxml2_2.7.8.dfsg-5_amd64.deb
 6bcab857662a8c2b8d5898f1b7f0bb5b 855508 debug extra 
python-libxml2-dbg_2.7.8.dfsg-5_amd64.deb

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

iQIVAwUBTo6tIuQqoE+mqoxyAQjAEg//U1+CIE+2EVv+09Kw32VfKqexTT642uau
72hlYTQYKzbegQDWTAwSa/k1xBb5mkXriySX+NI3ZGd5fWSyoSJEDF5qfZRU3NzS
vbVehMmrsfyO78vVyTV74ULcdLGFalzBYry+AKPs8wryOSTpGm6rZhh2TDlx1Uqu
RCnFHL/CEZxuF06uH6q3g4n2BtsMR66nB+LTMWbfei6/ZMdqqvm43RnIGst1H1cD
5vFhnGFnLDoeksvcFXLb8RGFHQJl8Js2KtNHzdwBqEmxEuiOhL0Z3aK2M8OP+05h
maRKGxWYCTjqDVC639F+yByOxLzELWzzsH0n9wL3Bds5rqxB7HNFolxdEp6bqtBK
bG326M77aqnMD0xj0qqOw2slbHkHJr6zR/LjYGOngyFGRWcweZr6+tyZljgi5D4i
sjKhkv/ZEdQvR39mXDeuDt0SobVFWJSNwGGPKE24ysd8Wvhx8jaiFGY9EJirpqLO
XCTtJJwL7N0shrfKX4cmaPI+iAz2jAoTL7K/Hd3tK2U1slX+8RzQNAYeLLZ3VytS
drzgjcaHvpL8AvXShElez1jEwVPpMZ0bui+ov6XemRixQ44wEF5reSfq+NsmF06n
1FesfYxPlz5J8Sh3+sOT/Q596gQlmIAtUEJYEXnPT+kfeQPfwSRaQWi1rQEuy+DH
ddNd22/SxLs=
=zJXR
-END PGP SIGNATURE-


Accepted:
libxml2-dbg_2.7.8.dfsg-5_amd64.deb
  to main/libx/libxml2/libxml2-dbg_2.7.8.dfsg-5_amd64.deb
libxml2-dev_2.7.8.dfsg-5_amd64.deb
  to main/libx/libxml2/libxml2-dev_2.7.8.dfsg-5_amd64.deb
libxml2-doc_2.7.8.dfsg-5_all.deb
  to main/libx/libxml2/libxml2-doc_2.7.8.dfsg-5_all.deb
libxml2-utils_2.7.8.dfsg-5_amd64.deb
  to main/libx/libxml2/libxml2-utils_2.7.8.dfsg-5_amd64.deb
libxml2_2.7.8.dfsg-5.diff.gz
  to main/libx/libxml2/libxml2_2.7.8.dfsg-5.diff.gz
libxml2_2.7.8.dfsg-5.dsc
  to 

Accepted pax-utils 0.2.3-1 (source amd64)

2011-10-07 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 06 Oct 2011 22:58:27 +0200
Source: pax-utils
Binary: pax-utils
Architecture: source amd64
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Yves-Alexis Perez yves-alexis.pe...@ssi.gouv.fr
Changed-By: Yves-Alexis Perez yves-alexis.pe...@ssi.gouv.fr
Description: 
 pax-utils  - Security-focused ELF files checking tool
Changes: 
 pax-utils (0.2.3-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/watch updated to track .xz tarballs.
Checksums-Sha1: 
 57eed6f81ba7b25ab8722acb0c2a52c58edebd84 1798 pax-utils_0.2.3-1.dsc
 72a06931bba7687b53109e5021d664d28b9fc1c9 76652 pax-utils_0.2.3.orig.tar.xz
 e8da35a9590310bcaf15708d83001a98ba17f044 2795 pax-utils_0.2.3-1.debian.tar.gz
 65bd64b08f7b7c0abb8d37ee14f77c6f15a2bce0 101440 pax-utils_0.2.3-1_amd64.deb
Checksums-Sha256: 
 a9670fec460186fec3b6b3c2105f63cf73364f13a7c817c1fedbd628c702f735 1798 
pax-utils_0.2.3-1.dsc
 b2cdc20a0c67b78753ff4c4cbaa84b8175b0e2eb926de7390daef34a19297285 76652 
pax-utils_0.2.3.orig.tar.xz
 9643501d09da4f519345a016d12f051665420425445778387b58edc8ba066bf2 2795 
pax-utils_0.2.3-1.debian.tar.gz
 612efbc44891685138cfe1fd0f8a1c2c2271774b6011353b3da5f52b9facf04b 101440 
pax-utils_0.2.3-1_amd64.deb
Files: 
 598e1dc2adfacbdb109c0a858f897b7e 1798 misc extra pax-utils_0.2.3-1.dsc
 d2d27891742d14d81b205cf4e42de28a 76652 misc extra pax-utils_0.2.3.orig.tar.xz
 9715f4d72935ca2f5872ee805a5e5a17 2795 misc extra 
pax-utils_0.2.3-1.debian.tar.gz
 07efb92c43ab64c2d3ee5a7b50c7d480 101440 misc extra pax-utils_0.2.3-1_amd64.deb

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

iQIcBAEBCgAGBQJOjqkYAAoJEDBVD3hx7wuo2a0P/iC7QYWAp7mk9DDjt8R8k0kJ
5OcTm7XPNBOAx3dD1y/yPynjam3FSUyBCVw6Y4QoyyMl2QAML+DK5yaILtvaWm1B
fdD3vXdoAkVuduw5J47+6bf+FEiLXjKeT3QdnlObIrV9HbdGC9ta15CLRQVpou6f
GMuma1ElOGuRngY6mYD9WapEJ0Hjt/zfEw5+U5+RdK+uiRJZATA4Pe/ZBVfg+Wb2
hu7l9Elfo/Jx/LetijZKhgFQY3xugOOkE0tLepzMSqEpeYIrBeX/BypQjiYJ72PV
hlWOfVLn4UKStLj6lZL7mDyzxxEvibZszDf+PidfFUdbSFz+GhQZqYPRVqdJ0crA
mgjozGzCtemNIWK0UbIMF4umE/ecnEpclFNKnJ9Annri1tjRfi1V2ORpkMH1IcPY
jHFi9A5FtvhNAL9wDd+0cLxHYPiykqcVcq9owy67U3pYJpLqpyxiC5ncvBegbrvV
Tl5iiph7lrZDPPqfcCbM3xZUxZWt7+4lbpn0BJPbc1EdOtT59S1xN3jZaqxhsm+U
Gil+/ZfNnBIFdyeVQYbS8z0J/SoNt3lh8WEznRVZixg/R0YTZ1b0KqXmiiq4IRY/
WpRtJBEq/zXr+Q89GUQvf5i3d5JWOYKGX59E2Lx4xg329U3nGqGg474EYMA153iY
BU1wwtbxOLBjaqBwQLgD
=iw+Z
-END PGP SIGNATURE-


Accepted:
pax-utils_0.2.3-1.debian.tar.gz
  to main/p/pax-utils/pax-utils_0.2.3-1.debian.tar.gz
pax-utils_0.2.3-1.dsc
  to main/p/pax-utils/pax-utils_0.2.3-1.dsc
pax-utils_0.2.3-1_amd64.deb
  to main/p/pax-utils/pax-utils_0.2.3-1_amd64.deb
pax-utils_0.2.3.orig.tar.xz
  to main/p/pax-utils/pax-utils_0.2.3.orig.tar.xz


-- 
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/e1rc59c-0001ze...@franck.debian.org



Accepted pcb 20110918-3 (source all amd64)

2011-10-07 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 03 Oct 2011 21:40:56 +0200
Source: pcb
Binary: pcb pcb-common pcb-gtk pcb-lesstif
Architecture: source all amd64
Version: 20110918-3
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 pcb- printed circuit board (pcb) design program - meta-package
 pcb-common - printed circuit board (pcb) design program - common files
 pcb-gtk- printed circuit board (pcb) design program - GTK+ interface
 pcb-lesstif - printed circuit board (pcb) design program - LessTif interface
Changes: 
 pcb (20110918-3) unstable; urgency=low
 .
   * debian/rules: Remove needlessly installed header file.
Checksums-Sha1: 
 037d2dd8e13323955cdf7c54ac53915fdcba411b 2030 pcb_20110918-3.dsc
 5e3d40efd992969c44234ab1467a7e0e5ce50796 13406 pcb_20110918-3.debian.tar.gz
 55e57b5c9a42dcde827f7edb6212536e983754e0 982 pcb_20110918-3_all.deb
 d1b99b05309a9823ea09194ddf2b92de9dfae28d 1980926 pcb-common_20110918-3_all.deb
 59effb6c6ecae3574ef61b92d660836c170122fb 684644 pcb-gtk_20110918-3_amd64.deb
 c235ab91ee95e9eef3f6b123694f8c368d2ac5c4 629530 
pcb-lesstif_20110918-3_amd64.deb
Checksums-Sha256: 
 cae61f2d75017a42bb33441e41e906980e672dd4a26b5d3886bf90fa0884e791 2030 
pcb_20110918-3.dsc
 ed8f582e7fb1797c9a4c6920bb9d643b83c2e837947e794b79bb2bd33c15e364 13406 
pcb_20110918-3.debian.tar.gz
 741d08d49bdabd3221962e6ed9dbe4954a34170abe1b16404c160cf4535e69ac 982 
pcb_20110918-3_all.deb
 6c7aef9a6dd92c60b2679e69e1b383672b059246f230effe051efce9bf1251aa 1980926 
pcb-common_20110918-3_all.deb
 c5f83b6ca3b8d89723893159e843089a7348f009123951531b8743a64658c3f9 684644 
pcb-gtk_20110918-3_amd64.deb
 a1f9f8f6791f1c18b8bb8319aa6def368264d2e73f6b64703ee4b1b0cbb05ba4 629530 
pcb-lesstif_20110918-3_amd64.deb
Files: 
 1416407c92611149fd73b8c2fa2d7871 2030 electronics optional pcb_20110918-3.dsc
 fdca7d3be481f44603911a9f6a2f2cc1 13406 electronics optional 
pcb_20110918-3.debian.tar.gz
 9c0c9c3cbed8f263697e045a2bcd1e51 982 electronics optional 
pcb_20110918-3_all.deb
 34011a061e8d335a6841501335afbcbb 1980926 electronics optional 
pcb-common_20110918-3_all.deb
 af2350c94601c23709abd1439bf8f020 684644 electronics optional 
pcb-gtk_20110918-3_amd64.deb
 ba6aa887f7dd240f95839361505a4a37 629530 electronics optional 
pcb-lesstif_20110918-3_amd64.deb

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

iQEcBAEBCAAGBQJOjqsKAAoJELwZapTt3aG3QtAIAIoMO626oQ1Ugnf+TNjvQ5uu
POtBQ8q7fsnsvR+9uVdAAg3txQkNDhspc589p2svS7Xeh3DGoNtmwWuyqt2yIeZD
R70XbU+S0foempUHylmq58a1zV0dYh+seC29PYSK0c7ovTwQrVD0W1NJsV0n+PmX
OgNGU76JLXObwXIsodpWM/GA5mJLDt3D6eTkFObMEKwe1bJyzdI09mkR/mV8umFE
wLPQs1v6FdURigp0F9AbrpsUxpGGKSPz9+qRV6G21dx0X7k6n6NpxdXoXRs7H5yl
pyzcBNQs+DV3c2Wu5qNMBi8LiCBbvlyWm5mDPhKf8+arau+7V8H06ghaDhlTbgU=
=2vMo
-END PGP SIGNATURE-


Accepted:
pcb-common_20110918-3_all.deb
  to main/p/pcb/pcb-common_20110918-3_all.deb
pcb-gtk_20110918-3_amd64.deb
  to main/p/pcb/pcb-gtk_20110918-3_amd64.deb
pcb-lesstif_20110918-3_amd64.deb
  to main/p/pcb/pcb-lesstif_20110918-3_amd64.deb
pcb_20110918-3.debian.tar.gz
  to main/p/pcb/pcb_20110918-3.debian.tar.gz
pcb_20110918-3.dsc
  to main/p/pcb/pcb_20110918-3.dsc
pcb_20110918-3_all.deb
  to main/p/pcb/pcb_20110918-3_all.deb


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



Accepted atanks 5.2-1 (source all amd64)

2011-10-07 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 19:13:16 +1100
Source: atanks
Binary: atanks atanks-data
Architecture: source amd64 all
Version: 5.2-1
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell m...@debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 atanks - tank-battling game
 atanks-data - data files for Atomic tanks
Changes: 
 atanks (5.2-1) unstable; urgency=low
 .
   * New upstream release
   * Refresh debian/copyright copyright-refers-to-symlink-license
   * Switch to dh
Checksums-Sha1: 
 1b99939cd6dbbb3981883ddbb18c97bda9689f3b 1242 atanks_5.2-1.dsc
 ad49d15ab8dcc0066fa88a6241e4454a5b37a444 3125456 atanks_5.2.orig.tar.gz
 b0ed7c406cfc6783dffb7301452196f4fd7b172b 6560 atanks_5.2-1.debian.tar.gz
 102991552f6afa489be70b07371d7be19958332b 184574 atanks_5.2-1_amd64.deb
 8d36130358b7ef3d60d2af5df7feed68e63862be 2250548 atanks-data_5.2-1_all.deb
Checksums-Sha256: 
 4aaa9de1b875098c21d13cbeef5e7d83b490b9d44556246549aeaf04f0f9d13c 1242 
atanks_5.2-1.dsc
 c086810db7661ba61e2b585c5d7fb3795924e978462b866fa05d5e6a00901a8e 3125456 
atanks_5.2.orig.tar.gz
 7be9a71a3f79e60d809e0493684df3f944b6bd15e53e6650bb0a7b3b8683b1f0 6560 
atanks_5.2-1.debian.tar.gz
 b9dcbc044d9cf302a47da253c6b7ecb130f6915935fb2c76a4e6f94995c104a6 184574 
atanks_5.2-1_amd64.deb
 cd7bf79a7fef9a502701e33799b6926ad75492dc1881fa0ba9bcdd81ae43d0e1 2250548 
atanks-data_5.2-1_all.deb
Files: 
 2fc747ab05f6b6c89f72a309545164e0 1242 games optional atanks_5.2-1.dsc
 05bedbb7b3f50831a30b47f7776c8c1a 3125456 games optional atanks_5.2.orig.tar.gz
 e3ee2e40e637e7a9015e1af7d1bb3613 6560 games optional atanks_5.2-1.debian.tar.gz
 24d937b5aebcda5ab30193f3fec699fb 184574 games optional atanks_5.2-1_amd64.deb
 a8fd7e8a687cad0062854017033544be 2250548 games optional 
atanks-data_5.2-1_all.deb

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

iEYEARECAAYFAk6Ot5gACgkQoCzanz0IthLHKQCgmI+vR23DPH89ZjM9af0c2pK6
dMoAn3IAvIxDdX+sLVODDqiecsF+t0Sh
=0vOT
-END PGP SIGNATURE-


Accepted:
atanks-data_5.2-1_all.deb
  to main/a/atanks/atanks-data_5.2-1_all.deb
atanks_5.2-1.debian.tar.gz
  to main/a/atanks/atanks_5.2-1.debian.tar.gz
atanks_5.2-1.dsc
  to main/a/atanks/atanks_5.2-1.dsc
atanks_5.2-1_amd64.deb
  to main/a/atanks/atanks_5.2-1_amd64.deb
atanks_5.2.orig.tar.gz
  to main/a/atanks/atanks_5.2.orig.tar.gz


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



Accepted nsis 2.46-6 (source all)

2011-10-07 Thread Thomas Gaugler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 10:28:21 +0200
Source: nsis
Binary: nsis nsis-common nsis-pluginapi nsis-doc
Architecture: source all
Version: 2.46-6
Distribution: unstable
Urgency: low
Maintainer: Thomas Gaugler tho...@dadie.net
Changed-By: Thomas Gaugler tho...@dadie.net
Description: 
 nsis   - Nullsoft Scriptable Install System (modified for Debian)
 nsis-common - Nullsoft Scriptable Install System stubs and plugins
 nsis-doc   - Nullsoft Scriptable Install System documentation
 nsis-pluginapi - Nullsoft Scriptable Install System plugin API
Changes: 
 nsis (2.46-6) unstable; urgency=low
 .
   * Corrected command line options passed to scons for build/NEWS target.
   * Use zmemcpy function of the same calling convention.
Checksums-Sha1: 
 09644bc5e0247f190f689d75631ab49e3e20f9a3 1758 nsis_2.46-6.dsc
 8f9efd2112a50b59a3e729ea70e93a2167e6f8a3 40196 nsis_2.46-6.debian.tar.gz
 341e1f74a987adfebc897fa11d1b7e3e87ec58c3 1025896 nsis-common_2.46-6_all.deb
 1509958f9d03c795d41ffaadf4704d79dd48db2a 219568 nsis-pluginapi_2.46-6_all.deb
 4786f90dab0f28892d39d374987063afb3d616ae 613004 nsis-doc_2.46-6_all.deb
Checksums-Sha256: 
 b49482f5c41253626010dd8b776373466c8f6c6cac2319993be5cbd0aaf8f093 1758 
nsis_2.46-6.dsc
 05b44347de13d84dc736704a5b634ff7c3e120684e2d110413adf9398b3c21ad 40196 
nsis_2.46-6.debian.tar.gz
 3c8dc0ac6f0f198ef85e445f0489b92bd979ca7b8c7ec709658a8ce2d55175db 1025896 
nsis-common_2.46-6_all.deb
 b7fecc3a11521d44b443a2762b80ae42e0fd0ff763e305addff9acb739c262cd 219568 
nsis-pluginapi_2.46-6_all.deb
 088ad75d0e9d248c47202c24a55a5b25d31668ee627fb1b8a622510374746de4 613004 
nsis-doc_2.46-6_all.deb
Files: 
 59704e00be01407f9030aafb679c41e4 1758 devel optional nsis_2.46-6.dsc
 be08b411d76bc020bd770144a2b878bf 40196 devel optional nsis_2.46-6.debian.tar.gz
 6a7714d51c69b731eafd4afffe2e5bec 1025896 devel optional 
nsis-common_2.46-6_all.deb
 f8e32e1142cee2df1710ab759ce784c8 219568 devel optional 
nsis-pluginapi_2.46-6_all.deb
 fb5cb8b86cf61c3ed1da21adc47c2eaa 613004 doc optional nsis-doc_2.46-6_all.deb

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

iQGcBAEBCAAGBQJOjr5rAAoJEIvPpx7KFjRVaBYL/iJ7Ii1Y8TSW9lSwtCL4pn+c
G5vEab01SwmKQFnbzn3tRIEYgkM9ImLsM5kAWSkY7MkZkQy34Rts5fhLDVjdTBm1
cK0Y9u98bAewppcWZv418QO+Ffo1j+k3aW1IhZ+NCGf6U60fIFKj44PFXOG0yKyt
j3eJUlnbjVjwFZYu8sxevCtMcBIpi232MlSKKcI63qEWavIgJ4HuMoIWpkrMmPO5
TzT09fONWNFUz6IdHTFlknx+j4ECAf9z//RHhXebKSuf+biwrbZfgM+jIwPT0ewi
kRkYlG8GtULl0zkj8wkZjF2QoZoxFw6UgpIejUA80w/JeZQJEseJDmC5CKoBXeaO
MXOdVusqYAubrNAeauBeZGoTAJ6dHXgcOLRQdz2GFjPTWbBviexbVPy9l5RkutWu
Ar0rK+mL7NZasDwDWIcpOLc/o/21C5QQJKHW4UwU3m0YS9zC6e1MG5kCiN9unkEa
CXzP4TSZi7HgBk2YAot19SQs5WtYi2eCdGRZFFWtxg==
=60xm
-END PGP SIGNATURE-


Accepted:
nsis-common_2.46-6_all.deb
  to main/n/nsis/nsis-common_2.46-6_all.deb
nsis-doc_2.46-6_all.deb
  to main/n/nsis/nsis-doc_2.46-6_all.deb
nsis-pluginapi_2.46-6_all.deb
  to main/n/nsis/nsis-pluginapi_2.46-6_all.deb
nsis_2.46-6.debian.tar.gz
  to main/n/nsis/nsis_2.46-6.debian.tar.gz
nsis_2.46-6.dsc
  to main/n/nsis/nsis_2.46-6.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/e1rc6k4-tn...@franck.debian.org



Accepted bootcd 3.26 (source all)

2011-10-07 Thread Bernd Schumacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Oct 2011 11:26:39 +0200
Source: bootcd
Binary: bootcd bootcd-i386 bootcd-ia64 bootcd-mkinitramfs bootcd-backup
Architecture: source all
Version: 3.26
Distribution: unstable
Urgency: low
Maintainer: Bernd Schumacher bernd.schumac...@hp.com
Changed-By: Bernd Schumacher bernd.schumac...@hp.com
Description: 
 bootcd - run your system from cd without need for disks
 bootcd-backup - tools to backup a Debian or alien Linux installation
 bootcd-i386 - bootcd extension to create images that can boot on i386
 bootcd-ia64 - bootcd extension to create images that can boot on ia64
 bootcd-mkinitramfs - initramfs extension for bootcd
Closes: 362231 382293 539213 622690 644309
Changes: 
 bootcd (3.26) unstable; urgency=low
 .
   * changed alioth repository from cvs to svn
   * bootcdwrite now mounts cdimage.iso with option -o ro to avoid a warning,
 that cdimage.iso is mounted read only.
   * I could not reproduce the image kernel panics bug. But with adding
 -o ro to the mount command in bootcdproberoot, the fix proposed by
 Igor Chubin i...@chub.in has been applied. Closes: #382293
   * automatically add a 2 MB post-MBR gap for grub-2 if SFDISK0=auto is
 configured
   * support /run and do not copy /run/* on bootcd
   * verified that /dev/.udev code in bootcd does not harm on systems
 with /run. The code listed in the bugreport only makes sure that bootcd
 does not copy /dev/.udev if it exists. Closes: #644309
   * changed Standards-Verstion from to 3.9.1
   * deleted dependency bootcd-i386:Depends bootcd and
 bootcd-ia64:Depends bootcd. Closes: #622690
   * tested bootcdwrite and bootcd2disk with actual version of wheezy and
 squeeze. The bug Error on /dev/loop/0 under amd64 reported by
 Alexander Sieck alexander.si...@web.de and the bug
 Kernel panic at boot /sbin/init reported by
 el jefe delito eljefedel...@gmail.com could not be reproduced with
 version 3.26. Closes: #362231 and Closes: #539213
Checksums-Sha1: 
 2ab36a4657ef36529af596f331fef37335a93a6f 770 bootcd_3.26.dsc
 d9cdbfe00ef6d7710b0ed03c1ed96087a61882bc 113547 bootcd_3.26.tar.gz
 e4d44842932b575eea1b5f68136b9ba4b1a6 84058 bootcd_3.26_all.deb
 ed0ed55dfcc85cc8a042a3667906af8f360f3693 15572 bootcd-i386_3.26_all.deb
 2e71fddeffa467a532b99be07a59e7be5e81be93 16262 bootcd-ia64_3.26_all.deb
 5e5c0a55b3e488387dcf01be31e624b6115029b5 18540 bootcd-mkinitramfs_3.26_all.deb
 f4082b5cfe81c3057c521ecdceec226a4cb9c1d2 51700 bootcd-backup_3.26_all.deb
Checksums-Sha256: 
 d9962217b42357c17cd6b12e5099dd1d29287817513b476d6ecffbe598dd7bf3 770 
bootcd_3.26.dsc
 d138937df1659ce68c760120d6ad5cb9b9ae7ba2f928dbd98ba3df1c15b619cf 113547 
bootcd_3.26.tar.gz
 8aa9bdd382616d85e7323536d7bf6cfbd8f9cdb76c4c12a77700907e13f21e0a 84058 
bootcd_3.26_all.deb
 6135b9ea713f2d4087f9485ffb7171fe5b06af60a709359cbaa999161b4c5f53 15572 
bootcd-i386_3.26_all.deb
 d16b85ae8d0d6d9c3be3bc60dbe4ede78abd030e1289c2e2262e4daa9523e4e5 16262 
bootcd-ia64_3.26_all.deb
 756b963a32e89c1e1b7e21f33cc5a5f0d460a6e73d21959eb081bca0a2baff51 18540 
bootcd-mkinitramfs_3.26_all.deb
 e5b72280544f27ae1e71154bfb52666b6152a4ff0fc1d9605ef1ce9e791fe038 51700 
bootcd-backup_3.26_all.deb
Files: 
 063133eeebfcdbc1bbc7a6e569ea530e 770 utils extra bootcd_3.26.dsc
 802c4b0a47fc39c0b177ca617c163598 113547 utils extra bootcd_3.26.tar.gz
 d239308f944cbaeefc92d1c30f0e3b9b 84058 utils extra bootcd_3.26_all.deb
 85dd53d8c2ce27eb81d5f5323a07cba6 15572 utils extra bootcd-i386_3.26_all.deb
 b5876c021a0768b488d4ef3e2ac4df8d 16262 utils extra bootcd-ia64_3.26_all.deb
 eb06b57178d41bef259255483c94ac3e 18540 utils extra 
bootcd-mkinitramfs_3.26_all.deb
 78e3ad9a4e50bd63f9a2600d775e6dc4 51700 utils extra bootcd-backup_3.26_all.deb

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

iEYEARECAAYFAk6Owi8ACgkQINZoglnvXbwwUACdFRQ7kWrmydjS69tgKS2xuTI5
vs0An2YfuF86C0YYv7J/lcgFZJEcyMVT
=gIXN
-END PGP SIGNATURE-


Accepted:
bootcd-backup_3.26_all.deb
  to main/b/bootcd/bootcd-backup_3.26_all.deb
bootcd-i386_3.26_all.deb
  to main/b/bootcd/bootcd-i386_3.26_all.deb
bootcd-ia64_3.26_all.deb
  to main/b/bootcd/bootcd-ia64_3.26_all.deb
bootcd-mkinitramfs_3.26_all.deb
  to main/b/bootcd/bootcd-mkinitramfs_3.26_all.deb
bootcd_3.26.dsc
  to main/b/bootcd/bootcd_3.26.dsc
bootcd_3.26.tar.gz
  to main/b/bootcd/bootcd_3.26.tar.gz
bootcd_3.26_all.deb
  to main/b/bootcd/bootcd_3.26_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/e1rc6yk-0002ik...@franck.debian.org



Accepted libobject-insideout-perl 3.83-1 (source all)

2011-10-07 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 11:01:48 +0200
Source: libobject-insideout-perl
Binary: libobject-insideout-perl
Architecture: source all
Version: 3.83-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libobject-insideout-perl - comprehensive inside-out object construction kit
Changes: 
 libobject-insideout-perl (3.83-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 3.83
Checksums-Sha1: 
 7ac77fcc837f5ac6b03fff54dead972a83c983e8 2260 
libobject-insideout-perl_3.83-1.dsc
 cc34b9fd3275d2806e17c46aa9d9d1c939fdb0be 118722 
libobject-insideout-perl_3.83.orig.tar.gz
 afd27f759bc8baf5d38be09aa47f474057797f5e 2065 
libobject-insideout-perl_3.83-1.debian.tar.gz
 881a25d94a04a7d9af318a1106dc75d9de102694 135308 
libobject-insideout-perl_3.83-1_all.deb
Checksums-Sha256: 
 e8da1d1004161410940030a5127fe067303527cc048d1de3da17a5a4cea0655f 2260 
libobject-insideout-perl_3.83-1.dsc
 94fe1b637a74e6f44c9b04996868aca77e9a128aed79f515dd7fa3532e931a64 118722 
libobject-insideout-perl_3.83.orig.tar.gz
 d02ac904db33dda133745c908f2ea8efc8dba80a90a969401ae1d0adde083173 2065 
libobject-insideout-perl_3.83-1.debian.tar.gz
 9c493880164c0699af64e2efe1b664d0084f7f827affccd24f958fbef3ae4958 135308 
libobject-insideout-perl_3.83-1_all.deb
Files: 
 8e298a1b8f4c49525d5f7ea5425bec72 2260 perl optional 
libobject-insideout-perl_3.83-1.dsc
 222e31794f45764c58195c5fc0bb0c2d 118722 perl optional 
libobject-insideout-perl_3.83.orig.tar.gz
 24f349f28afb0f7a89c6efac2b0a0ffd 2065 perl optional 
libobject-insideout-perl_3.83-1.debian.tar.gz
 5c3818b136b8c4284317ad62fc60ba4d 135308 perl optional 
libobject-insideout-perl_3.83-1_all.deb

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

iQIcBAEBCAAGBQJOjsCXAAoJEHidbwV/2GP+sCkQAKPuQ5k6sOlzgmhW5ESrAlFe
hcz5b7NFb0HviqUsYbopw2jaPYTSlEZWw/skcYsdj69pzLV25YZCumduuwO95gvv
MkhtKbUd2Se4c/b7iSfgrrCZyIwvRiBhFAzlVFHpca4PhoWYMCyVMLGvyxjzgUBz
8RLb/tSS5ETX386j79JkWNVORPpJLLDc+7qOfOUGND2mL2g3mLW6LwBIG1RyIb+t
wUbqe7EOnmmu72cM9UQo8Mbz1aycN/Os7Pt102/iHbImIhW7z/xayBACDrR2v8aF
4QcXcCwVQPfsR30r9QNF7J4yVz85kC0Dyp3hG2/va+uAuSdTFy1OMA9wZMTpWGiW
llDrnqsIW5CQ/UfVAHF2Jj+z4b17QkjfA8fMnfzGgQu5ZDB8DLrClTaMjYNj4gSK
wJO8jVf0uhQOBuHEiCF5F6dM2PoLYFCjkYPvr4X2BUu5e9s7V/wIjQuM9REbMngr
BqmgsZO3OCgxfL3J0ghEyGN1YIxKgjt2fEZOoPh69M+TiNEvofQHGD26JbRTzy/2
wnakFbLpgRsAeFn9rnBez37B/aJV3FqruvNz+eL2Fi88Q2dTpO53By7HQr2jU0HV
BbHUSP/ooww6w0f0khzWooen/mFAyNilRRpSfsMiKkuzKGt+5xQGK71aafmpW+oI
kLwgtnefFEXzJFpzGapC
=iTWu
-END PGP SIGNATURE-


Accepted:
libobject-insideout-perl_3.83-1.debian.tar.gz
  to 
main/libo/libobject-insideout-perl/libobject-insideout-perl_3.83-1.debian.tar.gz
libobject-insideout-perl_3.83-1.dsc
  to main/libo/libobject-insideout-perl/libobject-insideout-perl_3.83-1.dsc
libobject-insideout-perl_3.83-1_all.deb
  to main/libo/libobject-insideout-perl/libobject-insideout-perl_3.83-1_all.deb
libobject-insideout-perl_3.83.orig.tar.gz
  to 
main/libo/libobject-insideout-perl/libobject-insideout-perl_3.83.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/e1rc6yu-0002l3...@franck.debian.org



Accepted libqxt 0.6.1-4 (source all i386)

2011-10-07 Thread Thomas PIERSON
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Sep 2011 19:40:10 +0100
Source: libqxt
Binary: libqxt-doc libqxt-berkeley0 libqxt-core0 libqxt-gui0 libqxt-designer0 
libqxt-network0 libqxt-sql0 libqxt-web0 libqxt-zeroconf0 libqxt-dev
Architecture: source all i386
Version: 0.6.1-4
Distribution: unstable
Urgency: low
Maintainer: Thomas PIERSON web.pier...@gmail.com
Changed-By: Thomas PIERSON web.pier...@gmail.com
Description: 
 libqxt-berkeley0 - Berkeley databases module for Qt (LibQxt)
 libqxt-core0 - extensions to Qt core classes (LibQxt)
 libqxt-designer0 - LibQxt extensions to Qt Designer
 libqxt-dev - LibQxt development files
 libqxt-doc - LibQxt reference documentation
 libqxt-gui0 - extensions to Qt GUI classes (LibQxt)
 libqxt-network0 - extensions to Qt network classes (LibQxt)
 libqxt-sql0 - extensions to Qt SQL classes (LibQxt)
 libqxt-web0 - library to create web services using Qt (LibQxt)
 libqxt-zeroconf0 - library to use multicast DNS service discovery in Qt 
(LibQxt)
Changes: 
 libqxt (0.6.1-4) unstable; urgency=low
 .
   * Decrease the symbols check level to avoid build failures and get full
 logs.
   * Fix lintian warnings in copyright file.
Checksums-Sha1: 
 8e9b6c5cac522e69e18f4cc534482a620cfb08e0 2370 libqxt_0.6.1-4.dsc
 dc880bbb72e6acbe4cb0e563bb211257ffd45f39 35089 libqxt_0.6.1-4.debian.tar.gz
 9305ba178a86285605b8a28f46f8bbc2ffd7f093 2413068 libqxt-doc_0.6.1-4_all.deb
 de1f90bb6e8bb928d1953d2b1bdd7e015645af82 12188 
libqxt-berkeley0_0.6.1-4_i386.deb
 d6b90922090cfb17eb1780a339220bbf9481153a 234740 libqxt-core0_0.6.1-4_i386.deb
 021135f8e9c3be2a29b31c07079ff2dc8de2dd78 352690 libqxt-gui0_0.6.1-4_i386.deb
 18292e3c9fd04aa91530d4ecaf020264901fadbb 128122 
libqxt-designer0_0.6.1-4_i386.deb
 9d9610614d9406ad3ae6912c48759e35023973ee 101260 
libqxt-network0_0.6.1-4_i386.deb
 f5437134b70ce238d01a2326f016373b7fe28d10 22012 libqxt-sql0_0.6.1-4_i386.deb
 0a74018879ea749cc2d9cd5f80f5abf96d9a1a78 90346 libqxt-web0_0.6.1-4_i386.deb
 4a365f3510ae40b23465dd807b91ae8c5284fa07 42190 
libqxt-zeroconf0_0.6.1-4_i386.deb
 c142ef65eef97dba44af1a8b86b7ddb06aa5d55f 104112 libqxt-dev_0.6.1-4_i386.deb
Checksums-Sha256: 
 273374a371fb8df7c1639fbf0c4ac76f1494c9f46e413ea5149e9a111678b34c 2370 
libqxt_0.6.1-4.dsc
 ba8f44b7dae943fb3127f79bef27df5c847d6904ed6aab141e37942b1c9fd106 35089 
libqxt_0.6.1-4.debian.tar.gz
 d91a0e9fa8a6b059d9a11ed3d2e7dd1d3c061e9a80b25bdd3034ebb200b08350 2413068 
libqxt-doc_0.6.1-4_all.deb
 13ca172efb6e5f96999b99d20c2b1ba109a94e421c78a81120c988d60679abaa 12188 
libqxt-berkeley0_0.6.1-4_i386.deb
 5f15a44cdd31a73bb19b453d65bf05d1a4065c950806277563f1397888480496 234740 
libqxt-core0_0.6.1-4_i386.deb
 e7d70eb2b6bcfbdb4430f4c06283b940dbee8e2e2f8457ffbafc802998abb3ec 352690 
libqxt-gui0_0.6.1-4_i386.deb
 e406ef366b80332173b97d0ef8affbdbe163a6383822a8c1b087624bf81a2709 128122 
libqxt-designer0_0.6.1-4_i386.deb
 9a1152757dc8c9a1839b06d9d172f159a4c0dd0a5dbcf18b77bb9821c10087e0 101260 
libqxt-network0_0.6.1-4_i386.deb
 a0c36b9416ec882ff44724e8f178a0038f0be70c538b6caac71a9921602ce78f 22012 
libqxt-sql0_0.6.1-4_i386.deb
 a90a48f2cb78d74ce4508d754354a841aceb3710c92f75c5748564b6006def8c 90346 
libqxt-web0_0.6.1-4_i386.deb
 22ae9c9be5594aa9d6ee26ae080b83952d2efd6c8ccb1539a893b1ceef45df1a 42190 
libqxt-zeroconf0_0.6.1-4_i386.deb
 0c6e66ad7cc5f0713fbc7b63bc3af419fc7771dbfd1dad3e1d1ac6c6b6b2ce14 104112 
libqxt-dev_0.6.1-4_i386.deb
Files: 
 77c8152c5f297a156b438a49698f0c7d 2370 libs optional libqxt_0.6.1-4.dsc
 d584c874c032262e6520df3b5263bc77 35089 libs optional 
libqxt_0.6.1-4.debian.tar.gz
 f3e0ea36a2d943e4578389abff22eeaf 2413068 doc optional 
libqxt-doc_0.6.1-4_all.deb
 b5e927cc38ba3ed29086de6b0b132312 12188 libs optional 
libqxt-berkeley0_0.6.1-4_i386.deb
 8e33c23a837f13bc6a14e3f2eb140881 234740 libs optional 
libqxt-core0_0.6.1-4_i386.deb
 b50ddf9af6ae1dce14971e0a5c1b6f0c 352690 libs optional 
libqxt-gui0_0.6.1-4_i386.deb
 79d066efb8d096e91bf06553853a878d 128122 libs optional 
libqxt-designer0_0.6.1-4_i386.deb
 8103788536c0139c00b3421d918b23a6 101260 libs optional 
libqxt-network0_0.6.1-4_i386.deb
 77eccc3002204f126bbc7e34539df854 22012 libs optional 
libqxt-sql0_0.6.1-4_i386.deb
 076645b34e7043f851d33420c9e3509e 90346 libs optional 
libqxt-web0_0.6.1-4_i386.deb
 2bc65937b56e75b28c74e99790864f5d 42190 libs optional 
libqxt-zeroconf0_0.6.1-4_i386.deb
 4110f0d8e55396522073e15d4210167e 104112 libdevel optional 
libqxt-dev_0.6.1-4_i386.deb

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

iQIcBAEBCAAGBQJOjsDkAAoJEEgU3sIrMHw83esP/jlhARw+x1+Gv3IushWYO3V8
m8paxZZ564ODg/ubOP7pYfgi3kJF381IJ3yAIp7eBVVxbadqKZb7lS2lERyF+CLL
nV7h8YmJkyMwkfQVxHOhy38bltCR2N+fvV9BEB6rDX74Sv4DgwiaAUz2TkqFm52m
JwCgtU0DBaUKdS8nFAYvYPQwVqOrKDCTone1Uq05LABI2MwJCzAn513B78T+cUBq
TR/fZlXDSSxx1tQq3JiTfDwuX8X6iy4gJ6FAY5y1khnjqnvUxaDuIwq8X8ud8Aff
C6Wg0YQMNddWWWhr7phgKVz1XuxrAf0bQMR3kNBf9mXH0UWy47ObLv+wvrxh9eqQ
gM8OR34+5I4jb16hV/IKg/ZccbzFiIM/10GbGDh0oyIRdDxA2hGPY47X8+dXxyqt

Accepted zim 0.53-1 (source all)

2011-10-07 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 08:38:33 +0200
Source: zim
Binary: zim
Architecture: source all
Version: 0.53-1
Distribution: unstable
Urgency: low
Maintainer: Emfox Zhou em...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 zim- graphical text editor based on wiki technologies
Changes: 
 zim (0.53-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop again the XS-Python-Version field, python2.7 migration is over.
   * Define the HOME variable required by the build system. Make
 it point to an empty directory in the package build tree.
   * Drop python-support and switch to dh_python2.
   * Add debian/source/options to ignore changes on upstream files
 modified by the build process.
Checksums-Sha1: 
 6f28814f5f89dc4b8a39513e73f11006ad405160 1950 zim_0.53-1.dsc
 f5007ca2c6dc8397c15b2ef2b1c33a742d44b959 1293205 zim_0.53.orig.tar.gz
 ff4ab7ded0e70cf358a7c3151ab7a3f69a2a9bdf 10241 zim_0.53-1.debian.tar.gz
 b28e74df3472ddeaf1504fe61fc413b763672647 1026746 zim_0.53-1_all.deb
Checksums-Sha256: 
 3f25f075c125c28bc9865d132f05b92ae7b86ed71c2de03e9764f86b01797402 1950 
zim_0.53-1.dsc
 7dc0572abe8fafafb6ddc98377059d50a38ec65277d58448d08cc2f17806 1293205 
zim_0.53.orig.tar.gz
 434c046226664f188c0ec72b818c2869457ae109ad5e75237091a2ba875e0610 10241 
zim_0.53-1.debian.tar.gz
 be43b3e313b38b7bc52b3cdb12f24a8d4ec7a6acef350850714a2772fcf5af4e 1026746 
zim_0.53-1_all.deb
Files: 
 666acb2cd3ad41c3bf9a11b9846a3641 1950 x11 optional zim_0.53-1.dsc
 f100913a945a09bedf74f776a2d9bebd 1293205 x11 optional zim_0.53.orig.tar.gz
 21a3ee56248fa4291d93bba1b2a7e0a8 10241 x11 optional zim_0.53-1.debian.tar.gz
 a0ffd740cff0d32aa414e06933922dff 1026746 x11 optional zim_0.53-1_all.deb

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

iQIcBAEBCAAGBQJOjsP2AAoJEOYZBF3yrHKaDhYP/iEgP3dM/nd9JtHy+syxVa9M
IblJDBgLquCDABcbYwXhyd9ml6sJDigm6tr1sAHVYK0rhnp5SUipmfhSCDR/4tLl
o/3TPFWuAPzBSnXAQLG37a5h6Of2XRVy6dedhBKipHL2rCSZ2IHHZD9fGpG+J+CE
nbStyHus9xpNl5GqlSLaRXV9kRzXQXxH2kjOzC1pGXPUDWa5H6plSUCl5v6UHS8b
hFTd614rqQsbvuibRRGP1yWap42069DXtX41pEaLmLNQeHBtmNtECsyA2R49lAiU
oSW6D6iex0+M+eqCYls3NsjTaeAQwIFsN2PDvh4S9kCgj570fi9/RFyAzG8zQ0Cw
QKhcfHZsi1HethGHpkK8nhSsCweP/sHd7ODdnONiVBCZ/Pzjpc9wYEhAusGZWzMp
YkfrSQt4L6yFmL+KcjTXcMX9M1HCuBwcU1MnE62NBSO+oQ0Uw36i88JecioEGN5r
HLV+8OiB2Xy7IfKr14limC51cJn2ZB6dJr9B9hbmxl4Z5qwoMLUop+yGgr1uW2QX
UhA1nZA9HFow018l8ZUXfpZXsjwFfVD2uBniqsw+arcOIvVAUg4MsCu+oSoEqMRP
+RJbQzfcskDG02MGX+UCGpwHvggZ6rG9uObxf8JOCe/k8A9ymKkkM0pbjBMXNxr7
FtOznniJEd+haUU/qRBt
=fosw
-END PGP SIGNATURE-


Accepted:
zim_0.53-1.debian.tar.gz
  to main/z/zim/zim_0.53-1.debian.tar.gz
zim_0.53-1.dsc
  to main/z/zim/zim_0.53-1.dsc
zim_0.53-1_all.deb
  to main/z/zim/zim_0.53-1_all.deb
zim_0.53.orig.tar.gz
  to main/z/zim/zim_0.53.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/e1rc6oe-0004yb...@franck.debian.org



Accepted openttd-opengfx 0.3.6-1 (source all)

2011-10-07 Thread Matthijs Kooijman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 12:06:07 +0200
Source: openttd-opengfx
Binary: openttd-opengfx
Architecture: source all
Version: 0.3.6-1
Distribution: unstable
Urgency: low
Maintainer: Matthijs Kooijman matth...@stdin.nl
Changed-By: Matthijs Kooijman matth...@stdin.nl
Description: 
 openttd-opengfx - free graphics set for use with the OpenTTD game
Closes: 644434
Changes: 
 openttd-opengfx (0.3.6-1) unstable; urgency=low
 .
   * [10e3bbf] New upstream release 0.3.6. (Closes: #644434)
 .
 Note that 0.3.7 is already released at this time, but it requires an (as
 of yet) unreleased version of nforenum, so 0.3.7 will not be packaged yet.
Checksums-Sha1: 
 5148cd90ba4e886b53b4dd1496738f188ef020dd 1371 openttd-opengfx_0.3.6-1.dsc
 6fdeb6092c8f48c87c6faa98d5c73491bc4848e3 10118956 
openttd-opengfx_0.3.6.orig.tar.gz
 b913bdd4522a7643b2535aeba2fd4f4f2b33 3520 
openttd-opengfx_0.3.6-1.debian.tar.gz
 fdaa2f643f1e2699366a2c7838393d4a064d12af 3515428 
openttd-opengfx_0.3.6-1_all.deb
Checksums-Sha256: 
 540e9c31e62ddc45a74ed41b250d6a41879a4e2d0d7a719aeb8da318d62bdc0e 1371 
openttd-opengfx_0.3.6-1.dsc
 f8bfa8b39e53f47a50f21605e0eae79601848006f26b6481029e79f81d6dce78 10118956 
openttd-opengfx_0.3.6.orig.tar.gz
 13439cf6842c36ed2568d0b950afe888480ba25ce528b02a04a8083ae0f3 3520 
openttd-opengfx_0.3.6-1.debian.tar.gz
 6266574b505fb1b11c96493c6844c84216f8c499eded822aab8ec05c2859e9ef 3515428 
openttd-opengfx_0.3.6-1_all.deb
Files: 
 82c49818f8d471b309bc14954f1a44d5 1371 games extra openttd-opengfx_0.3.6-1.dsc
 5dd52dfa329b16c791695a1705f436c0 10118956 games extra 
openttd-opengfx_0.3.6.orig.tar.gz
 4856876e72565d7fb2a38b51becac2f2 3520 games extra 
openttd-opengfx_0.3.6-1.debian.tar.gz
 92be9c52de95f99cc81f2e34bbaa0dc7 3515428 games extra 
openttd-opengfx_0.3.6-1_all.deb

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

iEYEARECAAYFAk6O0agACgkQz0nQ5oovr7y38QCdEYjvZzyLFGIuvzGEIbx900L4
qzsAn2Mvz0QBdPr0CVcHgtgS6SRDjQUD
=jdco
-END PGP SIGNATURE-


Accepted:
openttd-opengfx_0.3.6-1.debian.tar.gz
  to main/o/openttd-opengfx/openttd-opengfx_0.3.6-1.debian.tar.gz
openttd-opengfx_0.3.6-1.dsc
  to main/o/openttd-opengfx/openttd-opengfx_0.3.6-1.dsc
openttd-opengfx_0.3.6-1_all.deb
  to main/o/openttd-opengfx/openttd-opengfx_0.3.6-1_all.deb
openttd-opengfx_0.3.6.orig.tar.gz
  to main/o/openttd-opengfx/openttd-opengfx_0.3.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/e1rc7kb-0003ly...@franck.debian.org



Accepted libdbd-ldap-perl 0.20-1 (source all)

2011-10-07 Thread Jonas Genannt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 Oct 2011 17:34:18 +0200
Source: libdbd-ldap-perl
Binary: libdbd-ldap-perl
Architecture: source all
Version: 0.20-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Genannt jonas.gena...@capi2name.de
Changed-By: Jonas Genannt jonas.gena...@capi2name.de
Description: 
 libdbd-ldap-perl - Perl extension for LDAP access via an SQL/Perl DBI interface
Changes: 
 libdbd-ldap-perl (0.20-1) unstable; urgency=low
 .
   * New Upstream Release
   * Bumped up Standards Version
   * Bumped up Debhelper compat version
   * d/control: added Homepage field
 - added ${misc:Depends}
 - removed version depend on perl
   * Switch to dpkg-source 3.0 (quilt) format
   * d/copyright: translation to DEP5
   * d/watch: added watch file
   * d/rules: reduced rules
Checksums-Sha1: 
 0bd9b7f6aef4b78e16ac678ea4f1719c3a503aca 1195 libdbd-ldap-perl_0.20-1.dsc
 11050cd8292804875fb9b45fb6cc9f819e8b05e5 32042 
libdbd-ldap-perl_0.20.orig.tar.gz
 e162575f6edcc66918d9f891cbab5b4f85f2b1f6 2479 
libdbd-ldap-perl_0.20-1.debian.tar.gz
 ec09c528f26ed217c5eb92c87722f109f3d96ac1 35454 libdbd-ldap-perl_0.20-1_all.deb
Checksums-Sha256: 
 ad26e4eda639c934a7dae9b3a85598cd55d155c6521701a225dcb69208f2e5f5 1195 
libdbd-ldap-perl_0.20-1.dsc
 947fb9e7bf3be2e3857c741296623f9a6f9c46f9067282fd2ee1a66480b7fcb7 32042 
libdbd-ldap-perl_0.20.orig.tar.gz
 677ee0a3af20c91cd994a1488e343b85eabc8c98fa1d2c0e17cfd6becdc79636 2479 
libdbd-ldap-perl_0.20-1.debian.tar.gz
 bada4d91085af65caee07a9ac9bae7c279356d83b181e98977066b16663fa686 35454 
libdbd-ldap-perl_0.20-1_all.deb
Files: 
 59c6911475114c7f9cbadccbfda60a2d 1195 perl optional libdbd-ldap-perl_0.20-1.dsc
 8b8e2214c9ec4d57ccb0dda8966c28fe 32042 perl optional 
libdbd-ldap-perl_0.20.orig.tar.gz
 7f87af38b92cd045511e2a0fb5a0e763 2479 perl optional 
libdbd-ldap-perl_0.20-1.debian.tar.gz
 12d6f7bb6a46e9ac98e79357c67c168e 35454 perl optional 
libdbd-ldap-perl_0.20-1_all.deb

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

iEYEARECAAYFAk6O33gACgkQ+C5cwEsrK572NQCgwtvZo89S7i4Y7buC6fMHuuy+
d5EAn1UfiMFPAK4gG5YqmVCgbq6CRrDY
=yPhP
-END PGP SIGNATURE-


Accepted:
libdbd-ldap-perl_0.20-1.debian.tar.gz
  to main/libd/libdbd-ldap-perl/libdbd-ldap-perl_0.20-1.debian.tar.gz
libdbd-ldap-perl_0.20-1.dsc
  to main/libd/libdbd-ldap-perl/libdbd-ldap-perl_0.20-1.dsc
libdbd-ldap-perl_0.20-1_all.deb
  to main/libd/libdbd-ldap-perl/libdbd-ldap-perl_0.20-1_all.deb
libdbd-ldap-perl_0.20.orig.tar.gz
  to main/libd/libdbd-ldap-perl/libdbd-ldap-perl_0.20.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/e1rc8gv-h7...@franck.debian.org



Accepted libmoosex-setonce-perl 0.200001-1 (source all)

2011-10-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 14:11:33 +0200
Source: libmoosex-setonce-perl
Binary: libmoosex-setonce-perl
Architecture: source all
Version: 0.21-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmoosex-setonce-perl - module providing write-once, read-many attributes for 
Moose
Changes: 
 libmoosex-setonce-perl (0.21-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ gregor herrmann ]
   * New upstream release.
   * Add newer perl as an alternative build dependency for Test::More.
Checksums-Sha1: 
 7121d47391615c0ffeff6530dc93612e4c3763aa 2321 
libmoosex-setonce-perl_0.21-1.dsc
 adc20129adec274b0df9953b1665e550b0bbc222 11289 
libmoosex-setonce-perl_0.21.orig.tar.gz
 904d19416d0df39707049daa7b883e239b6a84ee 2005 
libmoosex-setonce-perl_0.21-1.debian.tar.gz
 de41f4b9113fb88b347a6f9081603527130937cf 6816 
libmoosex-setonce-perl_0.21-1_all.deb
Checksums-Sha256: 
 a1c974ddef91225d3c274a648336654dc3cb14a86711642e6a946b6b1df9af3b 2321 
libmoosex-setonce-perl_0.21-1.dsc
 86d293ac6424c381cb4234e5370c2d365a64d44e6ac1f338c8c47ef10a894261 11289 
libmoosex-setonce-perl_0.21.orig.tar.gz
 e487de370f05ecb00877ac80b17307616123b0e5ec59c85d271a7fd2d7316c0c 2005 
libmoosex-setonce-perl_0.21-1.debian.tar.gz
 e0e0a588934b75957df1f0a7d72eb15c1a088c86c0d25b0a57c954516ab041d6 6816 
libmoosex-setonce-perl_0.21-1_all.deb
Files: 
 ff8bcafb3f6c9ac96c884b02ae1b5b49 2321 perl optional 
libmoosex-setonce-perl_0.21-1.dsc
 17d95fb1257f484ef3cd4fcaef2a1af6 11289 perl optional 
libmoosex-setonce-perl_0.21.orig.tar.gz
 c4be0df8c7a101613804b51976d88292 2005 perl optional 
libmoosex-setonce-perl_0.21-1.debian.tar.gz
 56afdc89508cfcf8a57b5c22b712d955 6816 perl optional 
libmoosex-setonce-perl_0.21-1_all.deb

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

iQIcBAEBCAAGBQJOjuzKAAoJELs6aAGGSaoGCoUQAIkfwmj6QvJM3oYmWFNp0+V1
ntzgt/TiPWIK8bFNth3TwObcEYwk/j3OmYGPv/n5SWpM91KNK3tfnDGQDprZX3U0
9GQxd1suVufIR8rI/HFO02vq/zkC+Pk9bC3ornaNO9qjMEmRiJHqRKPW9H/eCkiy
6A5PDIAIIzy3qMmxaHmCAyoym0cFLhzKll4g0BfZHQmXiWj4xpwCs5FHpMwAV5+f
BFAa2nKsT95hrkBwfHBUJlrDlMzHAbrHjV0zGaVwvkg6cPPtK1OQ/vtBQwudti4L
E56Hl5EdDXj0NvLvUt8CXhKPo6e12E0MOSKZ/bZU9siHgEpmVopfgDLvIXTxuKTe
fwXtt2GEBtufG8+cozOr2MRBh0rYOo1toYDbjWgSJmnyj/oGnPqzXbXZ82igbhhQ
JjK3MqtZ/o0pX44otFyDApJyWcTQC6lpFqg1Hdu7sOp3woAM1aqMLgJsoqzJrsrw
r6x5HRPFb0tzDnrZmxZtxNkqCrRj17Vf5clPKaeA/RGgJAumS0l15dA6o26KbIIF
Pjlov0kpvvq0lWYn49b0aUzK5fkhx3jkli05nd/usDz9rEsaD/R6eYL9wJqLzAOQ
e1hUUbrBuB9VkeJR4YLB9GDge8zJZ1d2Cy2JRcftoKipA67KUw9v5zfEI8hHWi/a
L2cffaGC860Rk864AirP
=fMYT
-END PGP SIGNATURE-


Accepted:
libmoosex-setonce-perl_0.21-1.debian.tar.gz
  to 
main/libm/libmoosex-setonce-perl/libmoosex-setonce-perl_0.21-1.debian.tar.gz
libmoosex-setonce-perl_0.21-1.dsc
  to main/libm/libmoosex-setonce-perl/libmoosex-setonce-perl_0.21-1.dsc
libmoosex-setonce-perl_0.21-1_all.deb
  to main/libm/libmoosex-setonce-perl/libmoosex-setonce-perl_0.21-1_all.deb
libmoosex-setonce-perl_0.21.orig.tar.gz
  to 
main/libm/libmoosex-setonce-perl/libmoosex-setonce-perl_0.21.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/e1rc9b5-000780...@franck.debian.org



Accepted libweb-simple-perl 0.010-1 (source all)

2011-10-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 14:18:49 +0200
Source: libweb-simple-perl
Binary: libweb-simple-perl
Architecture: source all
Version: 0.010-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libweb-simple-perl - simple web framework
Changes: 
 libweb-simple-perl (0.010-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: add additional upstream copyright holders.
   * Remove fix-pod.patch, applied upstream.
Checksums-Sha1: 
 cbddd9ba5d8bd18c6b04435e0be554d7fe1924e4 2240 libweb-simple-perl_0.010-1.dsc
 72e9d6cb640c9025fc63898141fef49227e9f252 36944 
libweb-simple-perl_0.010.orig.tar.gz
 5ffeed2bc3a27760d32e18a7574ca030f3cb0cc6 2890 
libweb-simple-perl_0.010-1.debian.tar.gz
 df916b6f49952d6b507fa156e2db7321cb13f476 42366 
libweb-simple-perl_0.010-1_all.deb
Checksums-Sha256: 
 949ef418878962a9a942d21bd303898f6784fe2a0a6007b2b07443162b3941ca 2240 
libweb-simple-perl_0.010-1.dsc
 71f2039c741168109f27a16fe390260d68b81dba797fb86b1f5076b1532feb70 36944 
libweb-simple-perl_0.010.orig.tar.gz
 085d49212a759a89bba41ec00b78807b298e0b2639bd7b222eae9c273876365b 2890 
libweb-simple-perl_0.010-1.debian.tar.gz
 cee534f778fdcf91121b353b0354657390a1c2c730db75785518dc913ba01768 42366 
libweb-simple-perl_0.010-1_all.deb
Files: 
 8358159844041aff6496eee0b6ba73dc 2240 perl optional 
libweb-simple-perl_0.010-1.dsc
 f15c92c4bc69ec5ad1e5849ae3b39292 36944 perl optional 
libweb-simple-perl_0.010.orig.tar.gz
 246253ec85ff56f26ce4bb6d84365915 2890 perl optional 
libweb-simple-perl_0.010-1.debian.tar.gz
 c403b973de5bd70e8cc05d33c269b8ca 42366 perl optional 
libweb-simple-perl_0.010-1_all.deb

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

iQIcBAEBCAAGBQJOju6aAAoJELs6aAGGSaoGMQYQAIbundE5oR8VcrRIZTcltu5B
Bcjcckt+l1eWzRV5rMYHVB4QH3SSp4TsTU2WTO+KJMTLj0a66QmqYOV7u8i2KVRb
aLBUFy7n9QLyUykExC2nNcWYRcVdyOpt5vMnWDAQJEuToP4GLms6NIAYteHRkM7l
kOwIfuK1eTor5Ay3+ZQcb1GDNM2NK98uODxycx4ZehmW8zqIBEfFB38s3RAIlU+Z
QhIjLD6jYfDlGyZPHbciYpaKrxVgzCj3mmZC/OvZCoTMs2GZxjHa+VCD+hjByZhq
+D0JUQtjpl4yaVmz8fYHwHGfC8t6AHn8V/9TyjMTTR4RBXBkABn6t8X0V6Ze4+Wm
FstJWFFl8VoCx3FYdtXc1/Xi1FKUlt61s8wK621atY/238pPF21EX0BLG4gumMgf
h3GFYuaXjInBZjZZWAt5Hnfqju08MgUeLSKcw/773HDNMVZAuRK3/QAg8LidKW/b
GKw/r+KI9Z4JyBFPAoFJxPWRKn0QCiWs99mf2wG+X4EOaG50qTYkJnvbjD+fmrRu
/72m7bUzNvwVRZoZd3D8q1jl6IHBKjQIg4AXo6+/aRa3DXnvt9IzgY3svMKPsGf/
c0uZq+JlZHnfCtEJ2xl332ITb6Uv1vBJCYwtlKE9DyJY2Wy0+Bq+0Sm12Pytnr1i
quLKFxb0MozUGv0xHp1/
=T5eE
-END PGP SIGNATURE-


Accepted:
libweb-simple-perl_0.010-1.debian.tar.gz
  to main/libw/libweb-simple-perl/libweb-simple-perl_0.010-1.debian.tar.gz
libweb-simple-perl_0.010-1.dsc
  to main/libw/libweb-simple-perl/libweb-simple-perl_0.010-1.dsc
libweb-simple-perl_0.010-1_all.deb
  to main/libw/libweb-simple-perl/libweb-simple-perl_0.010-1_all.deb
libweb-simple-perl_0.010.orig.tar.gz
  to main/libw/libweb-simple-perl/libweb-simple-perl_0.010.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/e1rc9bd-0007ah...@franck.debian.org



Accepted libnetaddr-ip-perl 4.047+dfsg-1 (source i386)

2011-10-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 14:34:38 +0200
Source: libnetaddr-ip-perl
Binary: libnetaddr-ip-perl
Architecture: source i386
Version: 4.047+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libnetaddr-ip-perl - IP address manipulation module
Changes: 
 libnetaddr-ip-perl (4.047+dfsg-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ gregor herrmann ]
   * New upstream release.
   * Update years of packaging copyright.
   * Bump debhelper compatibility level to 8.
   * Refresh lite_makefile.patch.
Checksums-Sha1: 
 6bedc7dd46e5ee667d3da8eedd7f9a00875521db 2311 
libnetaddr-ip-perl_4.047+dfsg-1.dsc
 8c706f9932434a55431c5b9df56793dc1b3a70a0 143883 
libnetaddr-ip-perl_4.047+dfsg.orig.tar.gz
 bed0b57cd3186484201efa6166a16a0d18dba1b2 8540 
libnetaddr-ip-perl_4.047+dfsg-1.debian.tar.gz
 e21d7125cc1ad8b70ff72778496652879f0b2c3e 108992 
libnetaddr-ip-perl_4.047+dfsg-1_i386.deb
Checksums-Sha256: 
 4a972d856fd0a65d3a1bdabf3fdbe35b9b3f61359d9cc6b9dd5bc8fddc4ef959 2311 
libnetaddr-ip-perl_4.047+dfsg-1.dsc
 3e94fc353aa35b87f627d07e28aabf91178a3200dba7d62bdd0fb586d03a5fa2 143883 
libnetaddr-ip-perl_4.047+dfsg.orig.tar.gz
 e0b0a979babb95f26a0800e6ab1bdc93ecbeac033876a8c925d0eb7ea5731135 8540 
libnetaddr-ip-perl_4.047+dfsg-1.debian.tar.gz
 6efcd0b468d94a295bcb69e6d9c9b34d69d96c48e7c85a485b0f0bfb3c08ff41 108992 
libnetaddr-ip-perl_4.047+dfsg-1_i386.deb
Files: 
 1570ff55f68d233ab981c01b44f047c4 2311 perl optional 
libnetaddr-ip-perl_4.047+dfsg-1.dsc
 1fd0d06c15dbff3ee2a0d0ee8e3ee5dc 143883 perl optional 
libnetaddr-ip-perl_4.047+dfsg.orig.tar.gz
 30a448f513b909bb70b5801fa4890a03 8540 perl optional 
libnetaddr-ip-perl_4.047+dfsg-1.debian.tar.gz
 2ff1ab4ece753516b0b44060e2e8f212 108992 perl optional 
libnetaddr-ip-perl_4.047+dfsg-1_i386.deb

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

iQIcBAEBCAAGBQJOjvKCAAoJELs6aAGGSaoGSrIP/0oGMLIXDJzxbBrkBQLzN+Lq
efALAVnogG/AEJxEpbKqxtFrYr5tH1Tke/CVrPbQE9u3O5g7EYmeYSY9vsaqOKHp
pm4jWIi+s1D3JYiVG47ZL2AYOuuR0jEeN82yu0GoWHPaZIwQB31ZPDA2A/snjMjE
xXRA0YCJVjlRQH3fFZD2FFQVCATr+zU+laZ2od59QKkikyHIMr7StKQBR9WfWLPl
Mb7lMJKN/1EJ9XmZfa7Raz33mCo7xHuhDZjJC1RV3iDvSPQL6xvNxs/quy+j07LH
xD+FPXT+f57bXJZAPA92hHq94k2tEtk1a3pTuY8EdAH6vJcOm4Dxdqud30houmbN
mjBapQwwkFwMB8jpWWCVP2SU6vc0N0S66Ymk+LZp7E+D4ZKnsiJ2G+7z9uFLrcPO
DrVui+xaddox+8q60912nqAbaPL3u5NQBpoi5Wbns4VUGTh4WG5SgofZL6Riqb7Y
dU88KTwNQWc7Pt44T24TZphArpROhZilbwZft9bARojbUNe4Aofaw1kQ5UE+Ys34
U0BLw95+IgxiBrKtQ4ELb8QcVDvJxDBe9mO3Q0zdsC3K2zKHXzdKns60JETDqxt3
8RvmQ11l748eK2uNmFNJNuQ077fczkcJqzkCS8e0HPm3NJH1OKjQLXazHmu8CnWC
2nTXZHXX273Jo6SRlwPN
=UIT+
-END PGP SIGNATURE-


Accepted:
libnetaddr-ip-perl_4.047+dfsg-1.debian.tar.gz
  to main/libn/libnetaddr-ip-perl/libnetaddr-ip-perl_4.047+dfsg-1.debian.tar.gz
libnetaddr-ip-perl_4.047+dfsg-1.dsc
  to main/libn/libnetaddr-ip-perl/libnetaddr-ip-perl_4.047+dfsg-1.dsc
libnetaddr-ip-perl_4.047+dfsg-1_i386.deb
  to main/libn/libnetaddr-ip-perl/libnetaddr-ip-perl_4.047+dfsg-1_i386.deb
libnetaddr-ip-perl_4.047+dfsg.orig.tar.gz
  to main/libn/libnetaddr-ip-perl/libnetaddr-ip-perl_4.047+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/e1rc9pa-0008cy...@franck.debian.org



Accepted mriconvert 2.0.217-3 (source amd64)

2011-10-07 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 07:32:29 -0500
Source: mriconvert
Binary: mriconvert
Architecture: source amd64
Version: 2.0.217-3
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 mriconvert - medical image file conversion utility
Changes: 
 mriconvert (2.0.217-3) unstable; urgency=low
 .
   * rules: Search for built binary in */release.
Checksums-Sha1: 
 5867c8156ba9ef6af0aca27f65e46f5e6ae3fce1 1430 mriconvert_2.0.217-3.dsc
 6374a8c18ffb7bed2dc9361044f69efa1e25620f 3544 mriconvert_2.0.217-3.diff.gz
 6eebbd676bb87144a3b0a64cf4428e58d932fb27 740974 mriconvert_2.0.217-3_amd64.deb
Checksums-Sha256: 
 1165b24f622eccb68af8b5fb0dcc1054e4f1ccdc3852f32b89d9cefe2f17b6b3 1430 
mriconvert_2.0.217-3.dsc
 2e3fdbf300a31431c81670fab74cac80ee3444905395f391f1b0b916635f7062 3544 
mriconvert_2.0.217-3.diff.gz
 825fcc1a102a984940a232d9f63d2c8565482a777d49773780a8ed212d2e798d 740974 
mriconvert_2.0.217-3_amd64.deb
Files: 
 2982cc1881174c241342a714f61eb104 1430 science optional mriconvert_2.0.217-3.dsc
 cab1375bbd42ff02bfd8468506a44ed4 3544 science optional 
mriconvert_2.0.217-3.diff.gz
 1cc98a7d2e7d58f39a1b34d0e175f165 740974 science optional 
mriconvert_2.0.217-3_amd64.deb

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

iD8DBQFOjvK70i2bPSHbMcURAjX2AJ4j4tnbOxgn/VzDMc6KIRnvg3BkTQCdFuVY
DvxMvdZLgC3BLUOq8rL9ZqU=
=A+/1
-END PGP SIGNATURE-


Accepted:
mriconvert_2.0.217-3.diff.gz
  to main/m/mriconvert/mriconvert_2.0.217-3.diff.gz
mriconvert_2.0.217-3.dsc
  to main/m/mriconvert/mriconvert_2.0.217-3.dsc
mriconvert_2.0.217-3_amd64.deb
  to main/m/mriconvert/mriconvert_2.0.217-3_amd64.deb


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



Accepted postgresql-common 123 (source all)

2011-10-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 14:10:27 +0200
Source: postgresql-common
Binary: postgresql-common postgresql-client-common postgresql-server-dev-all 
postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source all
Version: 123
Distribution: unstable
Urgency: medium
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 postgresql - object-relational SQL database (supported version)
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-common - manager for multiple PostgreSQL client versions
 postgresql-common - PostgreSQL database-cluster manager
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-server-dev-all - extension build tool for multiple PostgreSQL 
versions
Closes: 643850 644078 644477
Changes: 
 postgresql-common (123) unstable; urgency=medium
 .
   * Urgency medium, as bug 644078 slipped into testing, and is quite a nasty
 regression for people that it affects.
   * t/001_packages.t: Check that the -plpython3 package is installed for
 = 9.1.
   * t/020_create_sql_remove.t: Check that the plpython3u language works.
   * t/020_create_sql_remove.t: More thoroughly check PL/Perl and PL/PerlU.
   * PgCommon.pm, cluster_info(): If we have a PID file and can read it (i. e.
 as root), prefer doing this over probing the port. This delivers the
 correct result with e. g. pg_ctlcluster restart when the port got
 changed in the configuration file. (Closes: #643850)
   * pg_wrapper: Drop dpkg-architecture call; we don't want to introduce a
 dependency to dpkg-dev, and DEB_HOST_MULTIARCH also isn't available in
 backports. Just extend the libreadline.so globbing to cover multiarch
 paths as well. (Closes: #644078)
   * t/070_non_postgres_clusters.t: Test pg_upgradecluster. This reproduces
 #644477.
   * pg_upgradecluster: Supply socket argument for the tablespace test. Thanks
 to Piotr Szydełko for the patch! (Closes: #644477)
Checksums-Sha1: 
 316d0f7ece2450e4be946c641eaa0d97d8f28518 1949 postgresql-common_123.dsc
 c0c1cb3faa609b4b1872c8e968f5565294c51931 134509 postgresql-common_123.tar.gz
 5b561f38205283bba498c8c5260d962352b29934 43308 
postgresql-server-dev-all_123_all.deb
 1e9501f85e281cf9ed1703818e36ef2103af6150 39058 postgresql_9.1+123_all.deb
 417627e31a3bd6c198be055add985b5b98614b61 39044 
postgresql-client_9.1+123_all.deb
 6e17bb7076285d5bdf83241c16a793c7845c1d1e 38902 postgresql-doc_9.1+123_all.deb
 43bd8e06fe4055ed416c4894c3fb2ff30e6fb0cf 38940 
postgresql-contrib_9.1+123_all.deb
 cf367fd8c486cb208c2e1c92e07ee3fe096e856c 130770 postgresql-common_123_all.deb
 d777475eee7cf96bfff4995efbe276c724220a75 58820 
postgresql-client-common_123_all.deb
Checksums-Sha256: 
 deca83d311ca31c91eb3e130575b9cd6b633132b9499cb5ec76ab26bfe090367 1949 
postgresql-common_123.dsc
 4649593d96a6bea8a9207226c90e5d2d45d3d3720b71b78dd998d615b4bee502 134509 
postgresql-common_123.tar.gz
 933f917bb85faafdee94dc1bed4b440dce4d36ef3e05bdf4007481fe372bd1af 43308 
postgresql-server-dev-all_123_all.deb
 271741282734ae774b92afd580d59d68894a2e18544f0f37f86fd1a8e072d265 39058 
postgresql_9.1+123_all.deb
 e9b3872ff7d714b3729257929f6a18c286057dd01d6f29c12878f30c43531622 39044 
postgresql-client_9.1+123_all.deb
 f753499241c231c488829bc3b3580b2ff210268781a1746c7ac8c19a2044005a 38902 
postgresql-doc_9.1+123_all.deb
 a9fbafd01eaa66a94c08f68d2d5b15870d96ea8af0f69b174d12fd9c054604fa 38940 
postgresql-contrib_9.1+123_all.deb
 dd662c037a18b302a4b7eb0354eca526d820fecaf3e3521101d678a0fea97932 130770 
postgresql-common_123_all.deb
 67c7cdb5396899f61bc49fc186d131f986cba31b466f26886ecd3d6c0692f86c 58820 
postgresql-client-common_123_all.deb
Files: 
 909d6eb4b805bf6a0a51cb71462a29d3 1949 database optional 
postgresql-common_123.dsc
 da353ae1d9306a23f1c498f4fa4a2adf 134509 database optional 
postgresql-common_123.tar.gz
 fdfe95f6b36f0738d800c426a83c316e 43308 database optional 
postgresql-server-dev-all_123_all.deb
 c05c0816f61e1ae96f6354840d49cc28 39058 database optional 
postgresql_9.1+123_all.deb
 dbcd0aadfdb42824afcd25bf25ae0feb 39044 database optional 
postgresql-client_9.1+123_all.deb
 ed113df5403cfa182855e6b7dee712f6 38902 doc optional 
postgresql-doc_9.1+123_all.deb
 5540e639dedc7012019c48ebd37a4226 38940 database optional 
postgresql-contrib_9.1+123_all.deb
 a1083953836927629c648e165225c4db 130770 database optional 
postgresql-common_123_all.deb
 deaae8d7d94076060cf41e0ec385d8c9 58820 database optional 
postgresql-client-common_123_all.deb

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

iQIcBAEBCAAGBQJOjvQ1AAoJEPmIJawmtHuf6mQQAIsbxKeD3MPMVsG8EbF/ZA7L
AS/Q97i+V+Z3opr3H7c/kUkRjvD1OAyOd/NDxqg0lrT7+uOYNT8MD7KUnTcgOT8J
QC/joivcm+BK2WumESEHwi8idy5X4fW7S+s8ybdS5qkBU89iGdH7aTj2o0dyIC1K

Accepted rubygems 1.8.10-1 (source all)

2011-10-07 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Oct 2011 14:40:18 +0200
Source: rubygems
Binary: rubygems rubygems1.8 rubygems-doc
Architecture: source all
Version: 1.8.10-1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Lucas Nussbaum lu...@debian.org
Description: 
 rubygems   - package management framework for Ruby libraries/applications
 rubygems-doc - Transitional package for rubygems
 rubygems1.8 - Transitional package for rubygems
Changes: 
 rubygems (1.8.10-1) unstable; urgency=low
 .
   * debian/watch: point to rubygems.org
   * debian/copyright: change to a working url in Format: field
   * Add build-dependency on ruby-minitest.
   * switch to my @d.o email.
   * Refresh patches:
 + 08_tighter_search_regex.diff: drop.
 + 01_default_gem_path.diff: refresh.
 + disable-failing-tests.diff: refresh.
 + disable-tests-failing-as-root.diff: refresh.
   * Bump standards-version to 3.9.2. No changes needed.
   * disable-failing-tests.diff: add more failing tests.
Checksums-Sha1: 
 b6ebe44a08681e69c518e075b349808678284773 2148 rubygems_1.8.10-1.dsc
 d2e8c5d9f7a69ef2c6a98097ff192f238b0ce11f 249683 rubygems_1.8.10.orig.tar.gz
 f9847ec0f8fd5fd6ab62dce2e106f32fd4a7326a 26395 rubygems_1.8.10-1.debian.tar.gz
 7c5b25008c7c672d5274f02273f80a36d79206c4 467662 rubygems_1.8.10-1_all.deb
 9044d7896b8dae5ae467642293ccc71f252070ab 27568 rubygems1.8_1.8.10-1_all.deb
 aebb00ae770fbc3182f90259213602b6723dfb01 27568 rubygems-doc_1.8.10-1_all.deb
Checksums-Sha256: 
 f6b57d575739f6660cac8f6d504f654383d70c580600db4d62cc824a6ce2d325 2148 
rubygems_1.8.10-1.dsc
 38151bd62a88b8d0867f7acfd4aac83f2c4e6dfd9ec992ed5b96c44a1cd78552 249683 
rubygems_1.8.10.orig.tar.gz
 fec4e2d8e84951d4683e4b4084dc4dec05592d69797528c2c4b6e1a954fef317 26395 
rubygems_1.8.10-1.debian.tar.gz
 6fd41d235b9c4738f199a4ef79e2a94d415bb1bd6bf5c4e9dee247fc45728485 467662 
rubygems_1.8.10-1_all.deb
 ee575b3fe77f01f81b6236f3c33b54a569fa6467ce6e145f27b063cfd377932a 27568 
rubygems1.8_1.8.10-1_all.deb
 5ecfe08a036791b33163367c03ad74effab84e28ee2863afc8fecd3d931b79b8 27568 
rubygems-doc_1.8.10-1_all.deb
Files: 
 0e7819a0668fc9b0f3e65b43880db96f 2148 ruby optional rubygems_1.8.10-1.dsc
 5b08ee31740c9b0bd36f6c04d537e7d4 249683 ruby optional 
rubygems_1.8.10.orig.tar.gz
 6147a0fdcf7f899296ecfd5f609820e9 26395 ruby optional 
rubygems_1.8.10-1.debian.tar.gz
 1402fe72b422aacd3db9475ad792072a 467662 ruby optional rubygems_1.8.10-1_all.deb
 c102e373103c350747a6e8fbafbd0676 27568 oldlibs optional 
rubygems1.8_1.8.10-1_all.deb
 266ed02ca6a5751fe34b1fcf742167f9 27568 oldlibs optional 
rubygems-doc_1.8.10-1_all.deb

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

iQIVAwUBTo71xDkUtTL0376ZAQpqoA//bkQV+qQ/1OTlcAlF9JjNaneR33TgPOFN
eAnTZzxmsLwpTAf03GhdJfVKQszRC84ieDQlKqj5MZPyjqtPjJZf6bFLOqo8eh8N
Fz5xmjf46pIweAarRQusvptDW3vUeJ1XWeSTdwsLwxwalz09i1G8+p6ioy1ycX0X
uHHg0UYaNTBSEuuodom89ObB1C7XJhEeyhXYynQbO8y0prt+3OnpcQCK9R2D9H3D
zm/3msi/A4ZAqWtcizoByCzE7LHgLY2YuaT7E3y3iMlfdXc2kmfejwkfrajkK6He
B0ZdpfBA4mDg7f5swoSc5gxYJcb6TdU4Ho/T1WOwIRFLnnpKgI3jGY/lnp7CPRMo
lNLV5jaczC2XidS7lXT/pi7g0lTm+a5MGSoGyDzxTeb9hsLyJ7JanCCL2YUnI4pm
QdHLWvhhRmNzCeZqgbeTHJ9aVcAhMbaxelBlf+Wf4zwS/jhyQUH6LsWCZJqUFWAW
dUA1nN7gB4mtpOQLDStHY8UUiI/UeqiUNakcndQN6kfsNjPP/cYTRyKnC9XtVUUU
JHfXInxEyfehENaUIhgRzhMo8fBFxierC+IYulFLaatCFlTEjU/7+OfG18x03SfL
5UsyS3G5w4FtJMTyG+YvL6abhEjWuSSwkChBjh3PgeQPnZCxJpnZvZpxrahvLAKU
NIHb6JW4dCw=
=kMlL
-END PGP SIGNATURE-


Accepted:
rubygems-doc_1.8.10-1_all.deb
  to main/r/rubygems/rubygems-doc_1.8.10-1_all.deb
rubygems1.8_1.8.10-1_all.deb
  to main/r/rubygems/rubygems1.8_1.8.10-1_all.deb
rubygems_1.8.10-1.debian.tar.gz
  to main/r/rubygems/rubygems_1.8.10-1.debian.tar.gz
rubygems_1.8.10-1.dsc
  to main/r/rubygems/rubygems_1.8.10-1.dsc
rubygems_1.8.10-1_all.deb
  to main/r/rubygems/rubygems_1.8.10-1_all.deb
rubygems_1.8.10.orig.tar.gz
  to main/r/rubygems/rubygems_1.8.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/e1rca4i-0001pm...@franck.debian.org



Accepted cctools 3.3.4-2 (source all amd64)

2011-10-07 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 14:29:14 +0200
Source: cctools
Binary: coop-computing-tools coop-computing-tools-dev coop-computing-tools-doc
Architecture: source amd64 all
Version: 3.3.4-2
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Michael Hanke m...@debian.org
Description: 
 coop-computing-tools - cooperative computing tools
 coop-computing-tools-dev - libraries and header files for coop-computing-tools
 coop-computing-tools-doc - documentation for coop-computing-tools
Closes: 644578
Changes: 
 cctools (3.3.4-2) unstable; urgency=low
 .
   * Added missing build-dependency on ncurses (Closes: #644578).
Checksums-Sha1: 
 edddc0ee5d3b677fe2f4be292416654d02461664 2300 cctools_3.3.4-2.dsc
 9f52cfd9d0caafdab6d812cd31968bff0ae0b434 8111 cctools_3.3.4-2.debian.tar.gz
 3bc97c822ec0e9a599ead17f83ed3b74d50a9e2d 1332308 
coop-computing-tools_3.3.4-2_amd64.deb
 c4483fd5fd24341209e1e42e8a3ee15dd688 220240 
coop-computing-tools-dev_3.3.4-2_amd64.deb
 b6cc503e538aa5e4f785c2d2652cbdca5ed3ea6b 281838 
coop-computing-tools-doc_3.3.4-2_all.deb
Checksums-Sha256: 
 4d7214a7ef46cde6275e7ed731a6bcdee22513d26b175e83709cec5c1e371f90 2300 
cctools_3.3.4-2.dsc
 f3466bcd9d136b37397fb986253a1fab3897f06bebeffcdf828fd9904e2cfea2 8111 
cctools_3.3.4-2.debian.tar.gz
 1ba03adb11258196daad6cb02dae9560fbea1be5bd5508ce3e8c50137b4d0f0d 1332308 
coop-computing-tools_3.3.4-2_amd64.deb
 cb298e8776e71063e58de1ec2ad53e4323e66bd4cff17eecc5798181eb84e134 220240 
coop-computing-tools-dev_3.3.4-2_amd64.deb
 2411200435a17868e27870c8b5083376af043d65744219e8558165f091ab8727 281838 
coop-computing-tools-doc_3.3.4-2_all.deb
Files: 
 2fe19c9ce9df16aa2d4635b8e9b647d1 2300 utils extra cctools_3.3.4-2.dsc
 62dbfa5ba6caf3c5a97e81e3b4594b76 8111 utils extra cctools_3.3.4-2.debian.tar.gz
 be4f9e337f01e1c8024c0bd6b231d580 1332308 utils extra 
coop-computing-tools_3.3.4-2_amd64.deb
 d43023f13b9dbb061b8b03a3c47eeeb5 220240 libs extra 
coop-computing-tools-dev_3.3.4-2_amd64.deb
 b8ba0e02c856a2613fe0fbcefd84f671 281838 doc extra 
coop-computing-tools-doc_3.3.4-2_all.deb

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

iQIcBAEBAgAGBQJOjvkKAAoJEMBz0ih/+56bUSQP/114vvnWuhE69kYjefJ3Qe+8
r3mUm3y6L021ygQ389CbYQtj4cYuz2v61E5GgPLBpqKq1b4XjTJO9Xkw9U7PtlWQ
ABK2jqkpgzVkg8qLVD+GH5+GOuQusKdyHDVFwduueHg90X1PJQDOzGGyF4RBF9uT
vbvUAL1RYBxW1iKOUnlg7/rh7hCksCsFIfeQe9/qpr71fZpl41OuVYG/Z8Dxn4dM
xVZVfg9uBlpIYIVx4QV99R38zV2ppDvO8sRqXAjtu7YPyMa8Dr/GlYbkRoNuno8I
F38ZUTblecD5bRKyUl9wkQj33ZaVr2nIdQ04AAvj1XXoHFe8WC0nrg0LtDi+GK4p
tPxO8OsBtiPY+dNjSou4BtU8MTniEHlbQdmE10ETDZvLOmuHnyNq+NKuPPHTq7Hx
2XzetT5FKwLCxP8vMTEbMAnTXPvhtgT4BaN9zkfmgfMRXOwl8jy4lb2EfwqliWhd
Y9Y+rCqgYgFHIo1rG8DnYgH4riUYNQuPUUVh2KwUV63oGLHipuOg/uEBVd130tMB
0jkHXkKmftgpMO2YuUGn5xo8ZOgnRYRdYkEIdoS7IVLtW5TD/SssL1bwOd3aD/Qz
NzUEe+9ZEi7qD2NauRVC0oPIw1uTPfEodMtn9RvHE4UPt37HJWKe5eqQt4sXJOo7
A7G3VQh9ZUu3OPQy2ykF
=rnNY
-END PGP SIGNATURE-


Accepted:
cctools_3.3.4-2.debian.tar.gz
  to main/c/cctools/cctools_3.3.4-2.debian.tar.gz
cctools_3.3.4-2.dsc
  to main/c/cctools/cctools_3.3.4-2.dsc
coop-computing-tools-dev_3.3.4-2_amd64.deb
  to main/c/cctools/coop-computing-tools-dev_3.3.4-2_amd64.deb
coop-computing-tools-doc_3.3.4-2_all.deb
  to main/c/cctools/coop-computing-tools-doc_3.3.4-2_all.deb
coop-computing-tools_3.3.4-2_amd64.deb
  to main/c/cctools/coop-computing-tools_3.3.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/e1rcaic-00037y...@franck.debian.org



Accepted libmysql-diff-perl 0.43-1 (source all)

2011-10-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 14:58:13 +0200
Source: libmysql-diff-perl
Binary: libmysql-diff-perl
Architecture: source all
Version: 0.43-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmysql-diff-perl - module for comparing the table structure of two MySQL 
databases
Changes: 
 libmysql-diff-perl (0.43-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch to source format 3.0 (quilt).
   * Stop installing README.
   * Update upstream copyright information.
   * Bump debhelper compatibility level to 8.
   * Add libfile-slurp-perl to Depends.
   * Run tests that don't need a MySQL server.
   * Add /me to Uploaders.
   * Update short and long description.
Checksums-Sha1: 
 01b9cded9fc40c3fe0c9b17ee80242ca567474f7 2181 libmysql-diff-perl_0.43-1.dsc
 393deb38f7ebcf90aa9f838a89c3fa46e14ff8e4 22124 
libmysql-diff-perl_0.43.orig.tar.gz
 c981ca12b7e5ad193217cfee50c4c4c71c71fc1f 1838 
libmysql-diff-perl_0.43-1.debian.tar.gz
 94b98be66574b39ff27a9e04fe2ceabb657419d6 28120 
libmysql-diff-perl_0.43-1_all.deb
Checksums-Sha256: 
 35ed3622b4d473cf0bcbce5d42ca12f22bc81cef4ce5bc9abb2de0208208bec2 2181 
libmysql-diff-perl_0.43-1.dsc
 911f7542f9062768d0bda4d474e2ccb131036700d189b6aede1cb9adab1bc208 22124 
libmysql-diff-perl_0.43.orig.tar.gz
 3b65e35bbe456957059860bea8d78d2e8f9a3e54d4851d14e1272227a298c4bb 1838 
libmysql-diff-perl_0.43-1.debian.tar.gz
 54a2839be4d0b778f4b1c96f7ad8da71086fb0c63e8d1cbdae2eee2dee71d4ea 28120 
libmysql-diff-perl_0.43-1_all.deb
Files: 
 8627922ae3b8d13d6f612d5c240d2100 2181 perl optional 
libmysql-diff-perl_0.43-1.dsc
 5ca29ef5e07338fb5fa673fd298a000f 22124 perl optional 
libmysql-diff-perl_0.43.orig.tar.gz
 d3a2331812793ebf648a3507051c2dc6 1838 perl optional 
libmysql-diff-perl_0.43-1.debian.tar.gz
 c118e5632b56822dc87d934cd94b6fd0 28120 perl optional 
libmysql-diff-perl_0.43-1_all.deb

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

iQIcBAEBCAAGBQJOjve9AAoJELs6aAGGSaoG2KMP/jvz5Jkd/HmPi/98yCzhaaxF
S8jdXAyKdAVdFhqkb7dVF77S5WqfeM6QjGgFH34fNMbq4OGM9/TKatHtJE6ah0ei
+HlzIFzrqA+yK49oCC4yJSMr4DMKOJ2RRvnq59BmjbSE34MTrwHHwK8Q1n3gXtid
TrZ92GmuRMfQET96X2K+dZiXRBlop/7S0BHN62/MJE+/+2hg1yftb+DZ0ynbcku4
rqgUyjSHrA1n5jkiYAWdHOrnYPJevDCkKZLTzcJ6qw7RaLsh3n5VE8lAwS9Val24
wK/3BOsJkUu6bgofozrvVFRNB4LuPhU+TfjEoc8BFxX9W3dcO9O7am9IcIAglHl/
2NNkkc9iOre+06JBxzUAPvc5eOxkKWkzcz0ooORC1u4mt8cmdJjB9S0fjINmNw4m
uPbXu0NoJyfbXBmCtDiE+lk5m279Nfbhoy02ZWnGtqZh+ja1ytWLSJjR3eRZ1BV6
WZq+BjU9P37R7vvZl4FvMc5JonJwDW+GtsrzfJ6DUgbItmmjso+PWxy4Hky5CKcb
0M+OsCpq+fOGiTVga9WAFP+rhxypAv/ZLrwLFvS6sAcBLOrQTw9ZZgldqFiEP9UA
lzAXlKKxmp4Ij8iZw4Zm6IvnhiM6HhnLbXJPXAs09icD/DistCJbY2bsWy+zIL5y
MULoezD+WmyYriHngEFr
=2i1M
-END PGP SIGNATURE-


Accepted:
libmysql-diff-perl_0.43-1.debian.tar.gz
  to main/libm/libmysql-diff-perl/libmysql-diff-perl_0.43-1.debian.tar.gz
libmysql-diff-perl_0.43-1.dsc
  to main/libm/libmysql-diff-perl/libmysql-diff-perl_0.43-1.dsc
libmysql-diff-perl_0.43-1_all.deb
  to main/libm/libmysql-diff-perl/libmysql-diff-perl_0.43-1_all.deb
libmysql-diff-perl_0.43.orig.tar.gz
  to main/libm/libmysql-diff-perl/libmysql-diff-perl_0.43.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/e1rcaim-0003ad...@franck.debian.org



Accepted istgt 0.4~20110928-1 (source kfreebsd-amd64)

2011-10-07 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 10:54:47 -0400
Source: istgt
Binary: istgt
Architecture: source kfreebsd-amd64
Version: 0.4~20110928-1
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Arno Töll deb...@toell.net
Description: 
 istgt  - iSCSI userspace target daemon for Unix-like operating systems
Changes: 
 istgt (0.4~20110928-1) unstable; urgency=low
 .
   * New upstream release
   * Adapt to dpkg 1.16.1 API changes regarding build flags. This enables
 hardening build flags. This means, istgt is now being built with
 -fstack-protector and other security related build flags.
Checksums-Sha1: 
 70bd6892eadd2ea4fb1f4b834bc10435a53a754f 2037 istgt_0.4~20110928-1.dsc
 6756f4b55c864bdf36fa9049e82862cc990e75f9 234314 istgt_0.4~20110928.orig.tar.gz
 3fa866cb64b511c9f134147e9bb5147027031dca 5395 
istgt_0.4~20110928-1.debian.tar.gz
 88b7101adcec403619db623bc0bda4b12b40cf61 176132 
istgt_0.4~20110928-1_kfreebsd-amd64.deb
Checksums-Sha256: 
 2e9046daf330586b88285ac764e56e24687a96e3341e0991508064521f6cb6be 2037 
istgt_0.4~20110928-1.dsc
 2add885c857470de3d24ba157f5c9e82f8caa76957ce6d12775f848f84da48ed 234314 
istgt_0.4~20110928.orig.tar.gz
 56597a3f48af0e73affe3ff2cc49364e33aaa142f907d5c892475292c3af3ff8 5395 
istgt_0.4~20110928-1.debian.tar.gz
 bc010609f9cf9d508e4021067dce02bfcf4477859edff26721e6c62987fbe04b 176132 
istgt_0.4~20110928-1_kfreebsd-amd64.deb
Files: 
 98160ac9b78d635d27024fda9cdf4988 2037 admin extra istgt_0.4~20110928-1.dsc
 f7f75e48edfa88809b54f9c2427ab69b 234314 admin extra 
istgt_0.4~20110928.orig.tar.gz
 84f879069c8e0bc5d7d9d296a77477f5 5395 admin extra 
istgt_0.4~20110928-1.debian.tar.gz
 940af159e9aa5e7ef5a2746bba323bdc 176132 admin extra 
istgt_0.4~20110928-1_kfreebsd-amd64.deb

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

iQIcBAEBAgAGBQJOjvtzAAoJEMcrUe6dgPNtlqEQAMkoLeZxR8W+FyZa0jk1Ovm4
jew9VOXoQTqmnU9Ecipt/oIDu8Aj/bOKFwE3QXB+5Xu236QyWnChgftynyO+a/h1
bjzomYe6JfofWMT7frvLeYhzzIyTsB8/EfayP0WMOnOFIAvVkzOcgkZz/lHK3Dfx
NyKh32FUJRqiIavZ0fASgPWNwwCh00Cy+tJPHmIMZTKsOlCjpIyHlpndosm2Se+F
CBFAqZYVJJsHWqkwxE8xZR7er+bunbWYrWAmOZ4A7vVmDMzWNsInycEjNtJODKpd
RgVXd7mLdIEltnAGJv4uo28t2pn8N/RC3HA794bVwRi55/8gk+SWDsVe1wb9pkWv
DhUOr8rJrASYvrSVdbGMl+qhiT3O2TBfXUQx++wuLhIiQJOZuSlf5b+xfniQoRb9
XzXhUUi4P0Xu0TPP46a1zEbYpGDgo/olWHO+uBCP3uTKgouGQLCEm1HIOWgeNZTU
ndXaUqcLfaPg1Utn1//XI+JUWp/GIht2VB1+XxAYbdNTxd5iExOk2UwX6KTwuLMk
3TN/wEq1N3gfteZpJzKi2J9itDrvIC3f3m+2q+Tj2QLnJYgh1wpPEKhUJ4Lh/Vsr
hyRiyL36l257/2gTCoD6TvyjDXUvFy7QUj1QC4HSv6lTsW0Rc45SPLPpFO3N6Rms
0F+ggekSbIVJG2Mlbz4H
=v5bT
-END PGP SIGNATURE-


Accepted:
istgt_0.4~20110928-1.debian.tar.gz
  to main/i/istgt/istgt_0.4~20110928-1.debian.tar.gz
istgt_0.4~20110928-1.dsc
  to main/i/istgt/istgt_0.4~20110928-1.dsc
istgt_0.4~20110928-1_kfreebsd-amd64.deb
  to main/i/istgt/istgt_0.4~20110928-1_kfreebsd-amd64.deb
istgt_0.4~20110928.orig.tar.gz
  to main/i/istgt/istgt_0.4~20110928.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/e1rcax3-0004ph...@franck.debian.org



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

2011-10-07 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 15:14:23 +0200
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.9.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@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)
Closes: 644589
Changes: 
 telepathy-mission-control-5 (1:5.9.3-3) unstable; urgency=low
 .
   * d/p/0001-fix-build-with-UPower-but-no-NM-or-ConnMan.patch: Fix FTBFS when
 built with UPower but without NM support (Closes: #644589)
Checksums-Sha1: 
 871fde675904d582ddd3cbc0ea1fc62cda6fd0b3 2496 
telepathy-mission-control-5_5.9.3-3.dsc
 186616ce199f95871dd68e02dc5211c818403ece 7867 
telepathy-mission-control-5_5.9.3-3.debian.tar.gz
 c8207f3ad59b9c0531bfe74335832100cffd567f 292098 
telepathy-mission-control-5_5.9.3-3_amd64.deb
 0f18ac7f9ead8849b1d640fa88bc06dd51305c8e 419650 
telepathy-mission-control-5-dbg_5.9.3-3_amd64.deb
 27f1688d09488c8b7cc3f6966edbfc71d7af8b6b 120284 
libmission-control-plugins0_5.9.3-3_amd64.deb
 f8600c694f162c842b561657518933637bbbc338 6454 
libmission-control-plugins-dev_5.9.3-3_amd64.deb
 83ff909e9083df716a3bbd9e653a7efc9c8a3c95 139832 
libmission-control-plugins-doc_5.9.3-3_all.deb
Checksums-Sha256: 
 3aedd4fccb9f7e3ee63d70e153214160bb84e64f7d5da5736294d32206887043 2496 
telepathy-mission-control-5_5.9.3-3.dsc
 af7480354fab983bb7d5859cea4a7af30c66a0eb70dc9b936c5bb96fd75321bf 7867 
telepathy-mission-control-5_5.9.3-3.debian.tar.gz
 85a16fa61711d074469b7057bfb6b548cf8c8311643cdaeeb8d40651c12d2256 292098 
telepathy-mission-control-5_5.9.3-3_amd64.deb
 4e700b5ae62cf29ebf3d7116c27c581e207fb7153cac60d85da8f0ed7234fc4b 419650 
telepathy-mission-control-5-dbg_5.9.3-3_amd64.deb
 e3d9fe3d07867d6e9da0746e6b155ad186db718a5679f3515245a8f22dcd4f1c 120284 
libmission-control-plugins0_5.9.3-3_amd64.deb
 cb2fcbfc1930ca50520fc9f36850fe1bf6462af9935d14d8885c7461c2c1a9d8 6454 
libmission-control-plugins-dev_5.9.3-3_amd64.deb
 1018f6d63bf764706ca983e400ad91ec50b22f311fa3b38014cc550fa5a795d2 139832 
libmission-control-plugins-doc_5.9.3-3_all.deb
Files: 
 31dde297079a16d82d0ca586a54fe85e 2496 net optional 
telepathy-mission-control-5_5.9.3-3.dsc
 6e97231e12e1c892849d4214b14d8a5c 7867 net optional 
telepathy-mission-control-5_5.9.3-3.debian.tar.gz
 eef751ea253439c8c4b3a75deadf9193 292098 net optional 
telepathy-mission-control-5_5.9.3-3_amd64.deb
 af9138a130ebfe9b77485116460ba72d 419650 debug extra 
telepathy-mission-control-5-dbg_5.9.3-3_amd64.deb
 4458f4840a617c17d564a8cf964c47bf 120284 libs optional 
libmission-control-plugins0_5.9.3-3_amd64.deb
 1fef8f9b08e38a0eea3526181d4195e9 6454 libdevel extra 
libmission-control-plugins-dev_5.9.3-3_amd64.deb
 425d9c286df87c27ba763ea2f71144ff 139832 doc extra 
libmission-control-plugins-doc_5.9.3-3_all.deb

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

iQEcBAEBCAAGBQJOjvvTAAoJEB/FiR66sEPV++gH/3i0A56rSChM1pKXVpK0TXV3
qeOtiFRwqZ+lZntx+cD/xphLbfXnrbofx1gkuGTmhn1MDpMil6ZGfyLkA039n3nq
1M1Jp28dRJ7lEguiZo7IMhEM04CPNzwUs8ww1QBsXF/4PDlgua+1shwO7Ov0QuUr
oCmIfvlhpSaGIgMGqz15ybbaIOC7XuRlpAkjshbSE5hZEyiN/DIu5SzKrBUFbHcR
k76aya8EjSD+F2NTHBAhxUUOQfLrqdnTaUXZcqLzA2W+9crcvYWQKmC5GmX0T2HZ
IL6G/zWSFvD1GTfDJplAkJpiwg1CrSSQ9tNQ4QmSFiYz0c1y06+sNO0qZM9s3OY=
=IMFJ
-END PGP SIGNATURE-


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


-- 
To UNSUBSCRIBE, email to 

Accepted libmodule-runtime-perl 0.010-1 (source all)

2011-10-07 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 17:18:10 +0200
Source: libmodule-runtime-perl
Binary: libmodule-runtime-perl
Architecture: source all
Version: 0.010-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libmodule-runtime-perl - Perl module for runtime module handling
Changes: 
 libmodule-runtime-perl (0.010-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 0.010
Checksums-Sha1: 
 7da5e650bdc960db76c104a99dde9b7dc060be1a 2285 
libmodule-runtime-perl_0.010-1.dsc
 f4b826bf672cde0b85a586d8d30f9c2f946c3705 10684 
libmodule-runtime-perl_0.010.orig.tar.gz
 936f163019f1e44a85b187b4582ab2c6002fd55d 2373 
libmodule-runtime-perl_0.010-1.debian.tar.gz
 4cb50510d3b8c346dab5fb506f491915b6c471e6 13550 
libmodule-runtime-perl_0.010-1_all.deb
Checksums-Sha256: 
 515aba3431dd3c175c22b5ac75e3cdc9eff1028865919b3b3052b9caeade07ab 2285 
libmodule-runtime-perl_0.010-1.dsc
 51061c5256d1e49d8dce95257a33ef9d277cbd33ddb762f3f89ddd1ee527067c 10684 
libmodule-runtime-perl_0.010.orig.tar.gz
 6bdf32784743c86ecdca2842432c097167619be80592a9f4a103400731687acf 2373 
libmodule-runtime-perl_0.010-1.debian.tar.gz
 91d31490771052fbf24bdcdbed2722e7d912869921653765a945a90f7313f2e4 13550 
libmodule-runtime-perl_0.010-1_all.deb
Files: 
 4c9f73d702bfbad66b9fc13636b05214 2285 perl optional 
libmodule-runtime-perl_0.010-1.dsc
 069e890c996c99d283070e7aad3de10b 10684 perl optional 
libmodule-runtime-perl_0.010.orig.tar.gz
 31bd13cab45fa0a36aede0a7bc859ed2 2373 perl optional 
libmodule-runtime-perl_0.010-1.debian.tar.gz
 8ecf82f2e3f4d6e51dc5a489d7df6ea3 13550 perl optional 
libmodule-runtime-perl_0.010-1_all.deb

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

iQIcBAEBCAAGBQJOjxjhAAoJEHidbwV/2GP+caoP/iY2Ok9YH2Nja5bCdP05KgK8
EuUok6n9x7KcOgIZyvs+7p2+NrnrITiun2fSRiAUYq+S3cuORcxqfwI8K4d1GTqj
sYcb5YK7gYyMRUt9ypsUT3vOCzT3Ymh+OX8OsvPbOqEoEh4cdKEqWDsm1BCklfnu
ZyIBRUKc0H06A2CuTtl0+hNJ8w8ssLVa3fbw5acISXYwn3SljDiG76F7x1Rj9osw
lOi5S3JdFrOzBfh5VQN2M9pgCxD7PifG+dTV2qKQbllT2DGVaRFAg/bg1kmIPbJq
PRIoqIT9fmtEbc7Bsz9OORIQIwe5UwOsLl0f0krd4pzRXsZE1dVtwgQyDXTbraBj
p10mxIMmdN9U1kLDEY4ba35bmw/IVo0jK8kWkDPAlKrnUimLzMkH04L04rNN1HK5
HuEuQ9SpWJ3gYxVjRWK4N7Bn6OU3pCZ1qOl7K2Yt8GcOXtCD7OURmU2DPVZznXDn
8uH0K9HzFtFsIt2WvtJJIYdW21gIK7J8AGYzlcrQxE+sCdyHLzQMs/UHkqwvywgB
jGaT7Q+pR5PX4wkZtJF+KTG7ucBd1tprFtNDr7wXFsvcT51ayzt3v2eSMFJeQ3bg
ajJu+lrRMazgPERB3QoQzxgLjtPx+IH9ibV8K9ipvgmEyqAp18ubHFpHNVA0rUT+
vwFwEKiScIXXAz4bULn7
=NW3Q
-END PGP SIGNATURE-


Accepted:
libmodule-runtime-perl_0.010-1.debian.tar.gz
  to 
main/libm/libmodule-runtime-perl/libmodule-runtime-perl_0.010-1.debian.tar.gz
libmodule-runtime-perl_0.010-1.dsc
  to main/libm/libmodule-runtime-perl/libmodule-runtime-perl_0.010-1.dsc
libmodule-runtime-perl_0.010-1_all.deb
  to main/libm/libmodule-runtime-perl/libmodule-runtime-perl_0.010-1_all.deb
libmodule-runtime-perl_0.010.orig.tar.gz
  to main/libm/libmodule-runtime-perl/libmodule-runtime-perl_0.010.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/e1rccpc-0007gg...@franck.debian.org



Accepted libterm-readline-gnu-perl 1.20-2 (source i386)

2011-10-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 17:07:26 +0200
Source: libterm-readline-gnu-perl
Binary: libterm-readline-gnu-perl
Architecture: source i386
Version: 1.20-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libterm-readline-gnu-perl - Perl extension for the GNU ReadLine/History Library
Closes: 644423
Changes: 
 libterm-readline-gnu-perl (1.20-2) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ gregor herrmann ]
   * New patch 40terminfo.patch: check for -ltinfo in Makefile.PL. Thanks
 to Sven Joachim for the bug report and the proposals for the fix.
 (Closes: #644423)
   * debian/copyright: update license stanzas and list of debian/*
 contributors.
   * Bump debhelper compatibility level to 8.
   * Set Standards-Version to 3.9.2 (no changes).
Checksums-Sha1: 
 a13c673b2429345d311a5ddd4cd9fbaed756bd9c 2311 
libterm-readline-gnu-perl_1.20-2.dsc
 5d4dd8cce5a282362836b98e0c80fae2206041bf 7195 
libterm-readline-gnu-perl_1.20-2.debian.tar.gz
 7224fba10a7bc00cda2c64a46cff9fd5e6edee59 123444 
libterm-readline-gnu-perl_1.20-2_i386.deb
Checksums-Sha256: 
 8b4dee4f320060449b3334c219ee623b98fe34e1b7fd7105e6a96a72f69ba299 2311 
libterm-readline-gnu-perl_1.20-2.dsc
 64db209d4151f6aef72e6fc7e3754a5bc060788c2043f6e29bff39feb8788e26 7195 
libterm-readline-gnu-perl_1.20-2.debian.tar.gz
 3af8d16db5b2ddfc65eacc2697b6c9036ab06f5b8b2220ff107db17b61a4b120 123444 
libterm-readline-gnu-perl_1.20-2_i386.deb
Files: 
 d263e67dfbb1af5a3e6282c2ab25ad63 2311 perl optional 
libterm-readline-gnu-perl_1.20-2.dsc
 c14f7932b41329154bd1df726bf5dac6 7195 perl optional 
libterm-readline-gnu-perl_1.20-2.debian.tar.gz
 72b6b5b8206e115709fd9fa7d5b4bc01 123444 perl optional 
libterm-readline-gnu-perl_1.20-2_i386.deb

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

iQIcBAEBCAAGBQJOjxfgAAoJELs6aAGGSaoGnPQP/R1b0s0JEmSA04ztfmdkirbY
tQCsDn2STHsDZJD+rMppI589kAMByPIacYnqKFrhiB0GPck+v02dHDcfNcQgePGv
wgnxQSDTqskESEl+HbTPBC53AarVZK3NCN6t8KrXxoB4tSph6LK0gdkSwXsdkaiL
+5/HOZodHJOrWmCs5ZnZHokuH+Qs4pdy/mkIbjgod8ECHgJ4bjeB45IRJ+WcFye0
Yq9i3mfvLhfk2ZHiWQ4YBhBSVZco5dUfY4Fbpdw0oN9wQ5xbHCi8rxgqZQPDHsRt
q9SstyvLrRdmpUcCsjNPu9W15XEwiEobntEvmuNppBFD2Ug5pUH8UGMkNDd5I6m2
AY53C6Z2liReYuKtyKtxNmgJ82RCk/Adh2dNOC2UFKbyLKEnOWqOQqpeWe6UXbMy
Z4ryWZ1EMgYCcZ22KRzFQ1ps0N4RIrlU5JsCX/lVjp3NcslrvF6bPb/c/PcLxU02
e5LlcGIzCrm3RvIg9P2VnaraZVSfWAjzTf5mNvUZ/o+huVi7ofzv8wruDjaYD+QG
tSaLr532+KOGSlP+qSIUYLSC4H8ORE1iTEu58+6vS6Q8cT4Lhaqlhx98gAvwmzux
tj78s5kyrNApQcXyNNMvRzrHhisBl9nQ4VNTXbf5837AToAmxZ3iw0FtrO7IDgw+
/eQCvT0E48dXOoDh37aU
=wOn3
-END PGP SIGNATURE-


Accepted:
libterm-readline-gnu-perl_1.20-2.debian.tar.gz
  to 
main/libt/libterm-readline-gnu-perl/libterm-readline-gnu-perl_1.20-2.debian.tar.gz
libterm-readline-gnu-perl_1.20-2.dsc
  to main/libt/libterm-readline-gnu-perl/libterm-readline-gnu-perl_1.20-2.dsc
libterm-readline-gnu-perl_1.20-2_i386.deb
  to 
main/libt/libterm-readline-gnu-perl/libterm-readline-gnu-perl_1.20-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/e1rccpn-0007iu...@franck.debian.org



Accepted cdrdao 1:1.2.3-0.2 (source i386)

2011-10-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Oct 2011 16:59:54 +0200
Source: cdrdao
Binary: cdrdao gcdmaster
Architecture: source i386
Version: 1:1.2.3-0.2
Distribution: unstable
Urgency: low
Maintainer: Christian Hübschi huebschi.christ...@gmail.com
Changed-By: gregor herrmann gre...@debian.org
Description: 
 cdrdao - records CDs in Disk-At-Once (DAO) mode
 gcdmaster  - GNOME GUI for cdrdao
Closes: 625005
Changes: 
 cdrdao (1:1.2.3-0.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: ScsiIf-linux.cc:287:37: error: no matching function for
 call to 'stat::stat(const char [22], stat*)': add patch 14-stat.h.patch
 (include sys/stat.h) by brian m. carlson.
 Closes: #625005
Checksums-Sha1: 
 b56e3cbc8daa4bf4d0d930819f7ebc93ef18d23a 1851 cdrdao_1.2.3-0.2.dsc
 a910b9b182f39289407f0662804ea196bfebfb4c 16735 cdrdao_1.2.3-0.2.debian.tar.gz
 a29ed2f31d442ee47f14e663c081f6ab834f 429972 cdrdao_1.2.3-0.2_i386.deb
 5b191384c67e28935ccebb2780d10458535f3700 493952 gcdmaster_1.2.3-0.2_i386.deb
Checksums-Sha256: 
 1f4e7f2c624ef02962a9d6c78a3ed7c8a53f5b2ff4b68b638af75b1d672c0c86 1851 
cdrdao_1.2.3-0.2.dsc
 f98140c306c107b647cc4ddeb5efaf745dbfd088c5ba9cabb9bc9809b0e45984 16735 
cdrdao_1.2.3-0.2.debian.tar.gz
 8815b1160511176cd45de612e9eea5092831bf5a9676446c8b599bd8cca87508 429972 
cdrdao_1.2.3-0.2_i386.deb
 633e83553f4c3678697ca064d8b48eb9c830666cc6db34a0e13ff4c0a7b26a64 493952 
gcdmaster_1.2.3-0.2_i386.deb
Files: 
 c35984c0cbc7a17456ff07ba614f3093 1851 otherosfs optional cdrdao_1.2.3-0.2.dsc
 9a69b13f571f5ab4f6aa91d116e1ba9a 16735 otherosfs optional 
cdrdao_1.2.3-0.2.debian.tar.gz
 4d29e337b8cbca74ec7f93fc3dc52110 429972 otherosfs optional 
cdrdao_1.2.3-0.2_i386.deb
 cf5c6dce115c931cc57f797e34e6c191 493952 sound optional 
gcdmaster_1.2.3-0.2_i386.deb

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

iQIcBAEBCAAGBQJOjHfoAAoJELs6aAGGSaoG53wQALK0LXhxrrRKDZtkU/MroCmo
sNbkrwYbnojCNCCeRDw0VWGABYsHshU4DZn960UBHJNEINquseZEZDYimXs399Nc
5pHgP4PjsjA5A/VdLhb9YDO69Pbrs4SRmg4cf/n/JNrnTYHTbecFzyEFUDml9l81
OZzZZ2mR+Pb8satGgMh0B8Q9+erRsLS1J19bU6MyxcccyzwqXLLQaopzBgfuWgit
XZTtQD2BvpS3uLC/wyhrdIlhBruVFZzBNQ+q2WYmnP0jH6rkD5Mi4RQlJ3BCjF/O
jU9KsxiS1csdhQt0h9Fukn0KwE5EgvMp7V6B7xSQn1wZm58UC69iEK8cO3Z5Iv6l
sUvh4OQDzoZ5jg3ovCnoMZZ1QqmSqeN5zd0zMkKXJpKvcmYwciSoQcSkiRfrgbEc
akPdlx4BW55DZVFllGbVVmDU8Lh+JkpfxvfR9YIKN3zZlFSfahmJj1ONCFhJ08cD
zCQUPv9T6RCVifN4IIFtXyH9U2OYwHSCBdcDsL54oEfEPhP3GdO3LRq7zTLtcm8h
y7SGL4epMtQ+hdbm2ZwZMjROB6qhh4em1wZQ5WSIN+TyqeEoQ0iO0JHm9T9C7Vr6
Ht0avM5K3FCFGwKdep3wfA+C+tn+Jg3zMCyujM11pFgPb4qP0Y2iHgwJ841RS4DY
/JiW8jlIMhlGQS6XPXpJ
=rKRD
-END PGP SIGNATURE-


Accepted:
cdrdao_1.2.3-0.2.debian.tar.gz
  to main/c/cdrdao/cdrdao_1.2.3-0.2.debian.tar.gz
cdrdao_1.2.3-0.2.dsc
  to main/c/cdrdao/cdrdao_1.2.3-0.2.dsc
cdrdao_1.2.3-0.2_i386.deb
  to main/c/cdrdao/cdrdao_1.2.3-0.2_i386.deb
gcdmaster_1.2.3-0.2_i386.deb
  to main/c/cdrdao/gcdmaster_1.2.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/e1rccsh-00032d...@franck.debian.org



Accepted ukopp 4.0-1 (source amd64)

2011-10-07 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 18:06:07 +0200
Source: ukopp
Binary: ukopp
Architecture: source amd64
Version: 4.0-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 ukopp  - Full and incremental backup to disk or disk-like device
Changes: 
 ukopp (4.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches.
   * Drop 03-manpage.patch, applied upstream.
   * debian/copyright: Update to reflect DEP-5 changes.
Checksums-Sha1: 
 e02af9149dd248f605e3f7e21027e4b68101e430 1194 ukopp_4.0-1.dsc
 725f3c96171eb3f1001c442c92c525667ddc915a 523350 ukopp_4.0.orig.tar.gz
 a77a832a38df5ca20521ab4f13aff7fce35001b5 3225 ukopp_4.0-1.debian.tar.gz
 a1034fe29d00af6a6e2a13afdf592d4547dd8cfe 255086 ukopp_4.0-1_amd64.deb
Checksums-Sha256: 
 47b6c39ae6c23e615cdac091af64cd35b94ebc45b312f5220859b3334c8bb6af 1194 
ukopp_4.0-1.dsc
 4669b9c40d15c3b82b8126050ac04425ce72eeb4631ec64e3be764d9cd0287df 523350 
ukopp_4.0.orig.tar.gz
 099381df55d06bb5ecc8c88080145c683b9bbe717a93dbeb05c5d621da958e2a 3225 
ukopp_4.0-1.debian.tar.gz
 6b22e622878166bbc7fa3fb151bf354661b0ff3d90ffb3dd9185d052fe91 255086 
ukopp_4.0-1_amd64.deb
Files: 
 0d6ba0c542c813164dae4a5b327805c7 1194 admin optional ukopp_4.0-1.dsc
 de3b70014fcf2156430b2159d021e792 523350 admin optional ukopp_4.0.orig.tar.gz
 32af38338e4b6059a241fb96ccd7ad76 3225 admin optional ukopp_4.0-1.debian.tar.gz
 986f44f869a0ff4a7ef9057e3951ac39 255086 admin optional ukopp_4.0-1_amd64.deb

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

iEYEARECAAYFAk6PJEkACgkQRdSMfNz8P9DEkQCfaMPPIt56FYJJmvFhF3Jbk9mx
WoAAnjkczkUuW6Xxrt0oNTFXI+totH+H
=zs53
-END PGP SIGNATURE-


Accepted:
ukopp_4.0-1.debian.tar.gz
  to main/u/ukopp/ukopp_4.0-1.debian.tar.gz
ukopp_4.0-1.dsc
  to main/u/ukopp/ukopp_4.0-1.dsc
ukopp_4.0-1_amd64.deb
  to main/u/ukopp/ukopp_4.0-1_amd64.deb
ukopp_4.0.orig.tar.gz
  to main/u/ukopp/ukopp_4.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/e1rcd6i-00044a...@franck.debian.org



Accepted dos2unix 5.3.1-1 (source amd64)

2011-10-07 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 16:10:07 +0300
Source: dos2unix
Binary: dos2unix
Architecture: source amd64
Version: 5.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 dos2unix   - convert text file line endings between CRLF and LF
Changes: 
 dos2unix (5.3.1-1) unstable; urgency=low
 .
   * New upstream release.
 - The unix2dos .mo files are gone. The programs shares the dos2unix
   .mo files.
   * debian/copyright
 - (Format): Update URL (lintian).
   * debian/debian-save-restore.mk
 - New file.
   * debian/rules
 - (override_dh_clean): Clean up generated files.
Checksums-Sha1: 
 2d630bffc2f8f0bc9dff8fad893641f24961c3f6 1824 dos2unix_5.3.1-1.dsc
 df924653efb1f97f90c1017cb99d66b5e07ffc13 54967 dos2unix_5.3.1.orig.tar.gz
 055f4c1bcdc1f007b008fee7590d0d00dc7f9d09 4044 dos2unix_5.3.1-1.debian.tar.gz
 1ccae3edf05595a54cb92e4661210e9a45d31921 63696 dos2unix_5.3.1-1_amd64.deb
Checksums-Sha256: 
 a0a0850d0032499c5ab7a79fd0332d7611221afcd7f3269648e96ad43890d16b 1824 
dos2unix_5.3.1-1.dsc
 21322fd3ab3a542c36ea72072251610b3075ca2ebca7d1500f8e4810f9e0982f 54967 
dos2unix_5.3.1.orig.tar.gz
 bd42c076300bc6d3c1f2a4a2a9ce10648438c3b3f5644c112e792005e9b17dea 4044 
dos2unix_5.3.1-1.debian.tar.gz
 5391778ffe6ff2b628993973ecf2779c8fff655e0d0a5c1c5783060c8d047fb8 63696 
dos2unix_5.3.1-1_amd64.deb
Files: 
 969394ab0634dd02eccec705904a809b 1824 text extra dos2unix_5.3.1-1.dsc
 438c48ebd6891b80b58de14c022ca69e 54967 text extra dos2unix_5.3.1.orig.tar.gz
 861947e2d6cde5f733de57cd5b35da1b 4044 text extra dos2unix_5.3.1-1.debian.tar.gz
 12383c334fa394568e2888e7b2c5c25c 63696 text extra dos2unix_5.3.1-1_amd64.deb

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

iQIcBAEBAgAGBQJOjybuAAoJECHSBYmXSz6WtGoQALdEnf+pLO2Hs3j/n06APt8V
WxvIL9pe9gdN+sbPEa3CNUC7bloqM/as3X9mLsttb6U0UKAXpoPTO5iofhuefVDP
StahvmfZzpZLdEGRu4M8diZvHuHZES7YGJtiF+m7iOiLr2+1GCV3n9bs8mllLCxl
7PEAleG3x2KaoPGhUoh0owvIEuGZ3Iuv0kWrezIjSysFrg5BEzZ/8z/SJ4KZrsgC
p46vQeeUCxyNAkPSmV3UvhuVdUsTeUIGLybhr5JK1/C7D0Q8p75aNo/vJJnOXb+v
csdkXWNWeuwZuxXOViiBva1Po3EGm1IHCTP2VT6gwHtPiO9r6iUZQDtnx5UnyICN
t1PfgTfdwcu+L6y3TVezcRv0DgGFwmLuQ8QkxWjJfdH8e0tsNLyd9XegyfMdfeNa
xKg0QfmXhVUhXeKUvoMqSgNj3xraUB0d6HVI2AasdyQ5+FNeDhdX+7R9DQTff+qn
xeTH8Ettn5aw6hHIGUUS9JNQJ3rERlGRzh6O1hcKjxVh7fBGTq5yhVz1gw9Q00k/
3me8DFVmlK1U104rV3F5/ZZikHRKeYqlVMwQZghi2LFPapDfCLuMaQ5H4hGVSbda
bV8ABo9gLpb63uWIGlc3IOCuUHADj8cR6jOSqWrk/ZyPiKZN+LQnb4HkLYswCLql
2kp975/KhKfO9xHzTFwk
=crGc
-END PGP SIGNATURE-


Accepted:
dos2unix_5.3.1-1.debian.tar.gz
  to main/d/dos2unix/dos2unix_5.3.1-1.debian.tar.gz
dos2unix_5.3.1-1.dsc
  to main/d/dos2unix/dos2unix_5.3.1-1.dsc
dos2unix_5.3.1-1_amd64.deb
  to main/d/dos2unix/dos2unix_5.3.1-1_amd64.deb
dos2unix_5.3.1.orig.tar.gz
  to main/d/dos2unix/dos2unix_5.3.1.orig.tar.gz


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



Accepted simple-scan 3.2.0-1 (source amd64)

2011-10-07 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 18:14:05 +0200
Source: simple-scan
Binary: simple-scan
Architecture: source amd64
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 simple-scan - Simple Scanning Utility
Changes: 
 simple-scan (3.2.0-1) unstable; urgency=low
 .
   * Upload to unstable.
   * New upstream release
   * Fix watch file.
Checksums-Sha1: 
 785c9f61af66794833bfdb547f99a35945e677bf 1589 simple-scan_3.2.0-1.dsc
 4573f2a98ed9f2ca18c63817ffcd7ea19b1b74aa 369965 simple-scan_3.2.0.orig.tar.bz2
 7ffa7525b8f6dbaf9012ec33507001f4ddb7adc6 5190 simple-scan_3.2.0-1.debian.tar.gz
 38853d0d93765897b786af7d444ee5bd4059db36 231800 simple-scan_3.2.0-1_amd64.deb
Checksums-Sha256: 
 4dfc6454296c1c955b64a616e72f57fbabb6ed50197f6c1061ddb69429668cfd 1589 
simple-scan_3.2.0-1.dsc
 c676927b5367ddf49bf843bcfcd655a63dd37653877bd7beac6cbea2ac8967b2 369965 
simple-scan_3.2.0.orig.tar.bz2
 6efd6ab5d6c38e35b58296815752615ff37d6da5333efcce29b0254d32d2f300 5190 
simple-scan_3.2.0-1.debian.tar.gz
 a5604cd2a21c74a42bdee6c237b85a80eb4d79582762875e18e5df5e82d45197 231800 
simple-scan_3.2.0-1_amd64.deb
Files: 
 fb0389d3eb3a3a0df7cc8450b28d3334 1589 gnome optional simple-scan_3.2.0-1.dsc
 c59bf65e331d9d6017ab16ca13490397 369965 gnome optional 
simple-scan_3.2.0.orig.tar.bz2
 0224d1791f19eb3c1ceb461846f1e3e4 5190 gnome optional 
simple-scan_3.2.0-1.debian.tar.gz
 f1d9f10c64f101ba3c78ff8209228149 231800 gnome optional 
simple-scan_3.2.0-1_amd64.deb

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

iEYEARECAAYFAk6PJ3EACgkQRdSMfNz8P9DohACfae5O8KWlBRRrdx9QVCZx+Skw
spQAn2npGEv6xSgeph8r8kbQDJoaZzvH
=Gozc
-END PGP SIGNATURE-


Accepted:
simple-scan_3.2.0-1.debian.tar.gz
  to main/s/simple-scan/simple-scan_3.2.0-1.debian.tar.gz
simple-scan_3.2.0-1.dsc
  to main/s/simple-scan/simple-scan_3.2.0-1.dsc
simple-scan_3.2.0-1_amd64.deb
  to main/s/simple-scan/simple-scan_3.2.0-1_amd64.deb
simple-scan_3.2.0.orig.tar.bz2
  to main/s/simple-scan/simple-scan_3.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/e1rcdmg-0005g4...@franck.debian.org



Accepted dietlibc 0.33~cvs20110918-4 (source all amd64)

2011-10-07 Thread Hector Oron
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 17:33:34 +0100
Source: dietlibc
Binary: dietlibc-dev dietlibc-doc
Architecture: source all amd64
Version: 0.33~cvs20110918-4
Distribution: unstable
Urgency: low
Maintainer: Hector Oron zu...@debian.org
Changed-By: Hector Oron zu...@debian.org
Description: 
 dietlibc-dev - diet libc - a libc optimized for small size
 dietlibc-doc - diet libc documentation - a libc optimized for small size
Changes: 
 dietlibc (0.33~cvs20110918-4) unstable; urgency=low
 .
   * d/rules: disable tc523086.c test on ARM (segfaults on armhf)
Checksums-Sha1: 
 57e05ed152b207cbe4c786f682c39e6465403a4a 1960 dietlibc_0.33~cvs20110918-4.dsc
 5da526917b1532b19a3b499b37c4e6a1a4130e81 73411 
dietlibc_0.33~cvs20110918-4.debian.tar.gz
 d1b191fe12518ecaf520c86ffd01ca25a236a394 55356 
dietlibc-doc_0.33~cvs20110918-4_all.deb
 ac7fe5ff40ddc04383e93c6b4201dcadc8b09717 470410 
dietlibc-dev_0.33~cvs20110918-4_amd64.deb
Checksums-Sha256: 
 c10870a3a4108da523625194f69a01e02cb0a2b2a6484647b1f96f8c6f080609 1960 
dietlibc_0.33~cvs20110918-4.dsc
 b051fe048b1d317cf79e2e7830a0c0c2e96a95116d2ae6bc514a260fe5a1830b 73411 
dietlibc_0.33~cvs20110918-4.debian.tar.gz
 c92501c0c6ac5a19330e2e69ababa1f0142887686fa443506026c2a47cc05a22 55356 
dietlibc-doc_0.33~cvs20110918-4_all.deb
 a915a073b079d036830259c36ead28926c4f8f7688e1c3e7fdda76fd84577f50 470410 
dietlibc-dev_0.33~cvs20110918-4_amd64.deb
Files: 
 7bcd910863c41edfd5e07431b531ae80 1960 devel optional 
dietlibc_0.33~cvs20110918-4.dsc
 152732e2a0e22251a3be64bf9a9fafe4 73411 devel optional 
dietlibc_0.33~cvs20110918-4.debian.tar.gz
 ddbb7b040448d5b40599c36849cb4cdd 55356 doc optional 
dietlibc-doc_0.33~cvs20110918-4_all.deb
 d87a849ce91d2089810a691bbbfd472d 470410 libdevel optional 
dietlibc-dev_0.33~cvs20110918-4_amd64.deb

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

iQIcBAEBCAAGBQJOjyqDAAoJEK8ig6p24qx7MWgP/RXONBxVbVAYjKuuTXvwaOhd
tCsy6FpX9de3mqeWSUTJCfGBr7lg1FcBci6zaBP1zbwLa1yG+f/1ZbFWOLQzV2JG
X8pf5i8TI07bRe24nrw9+8mCe4dAj7Wdq1zFgnQDg9t2IcELe3qSAymy68c1Xb/S
O9jpFKi0bEtdDwSekeENnsOBB3M7zqKs7Mc1ngm8VXxEwKG6aigQOrLCdYnyzewW
h4ftb8x7yiR9+LgSJLPfDSRp17vF1/s26uiWfhMv1yPwjMjfTglV7EI79P2jkCsh
CI78lpW4yt2CuzJ92K+7enFNTgppaJf6KF+IiedwGHtpcrdp15n5VU3QlWZF6A0n
akJR7766b2cpJUrZBOVz/wpqyp27gDjMG20Efhd2EDYXgpdXAEHzILgwTk4L8xnD
14LZedc/NawSdPKC/Wkdt/NurjOU2c/12mLG9RA5WGdYCeQRWabyZMV1TxhHkBiU
w6OVtijJiU8K8cyQJCV/Tt4TBZuGM3glOIuJ6JDNpl3fwEbWfi+DD1CkC06kLq7l
U9u3mRFXR8AW4AvWaShfEl1Mbw202T+50SjEpltCOhZonWJXKTPPzCb/0n9SyjQo
i3fLAnGTUk25XavQI+RQ5Ll24Mdo7G7dZ3BZbxRWDua2stt54JaANSUc5k+p7BRe
vL/CbOhnRaYTzkBs9OxR
=PdO3
-END PGP SIGNATURE-


Accepted:
dietlibc-dev_0.33~cvs20110918-4_amd64.deb
  to main/d/dietlibc/dietlibc-dev_0.33~cvs20110918-4_amd64.deb
dietlibc-doc_0.33~cvs20110918-4_all.deb
  to main/d/dietlibc/dietlibc-doc_0.33~cvs20110918-4_all.deb
dietlibc_0.33~cvs20110918-4.debian.tar.gz
  to main/d/dietlibc/dietlibc_0.33~cvs20110918-4.debian.tar.gz
dietlibc_0.33~cvs20110918-4.dsc
  to main/d/dietlibc/dietlibc_0.33~cvs20110918-4.dsc


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



Accepted qtractor 0.5.1-1 (source amd64)

2011-10-07 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 18:43:05 +0200
Source: qtractor
Binary: qtractor qtractor-dbg
Architecture: source amd64
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 qtractor   - MIDI/Audio multi-track sequencer application
 qtractor-dbg - Debugging symbols for Qtractor
Changes: 
 qtractor (0.5.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b0e607c71f865124f9d522aeb7d738f56b93bef2 1705 qtractor_0.5.1-1.dsc
 3e4f3a8c06bee6cbe054581fd4db549c31f6f950 904068 qtractor_0.5.1.orig.tar.gz
 d024be332a9723a19f924a803e6731c35aa72e08 6327 qtractor_0.5.1-1.debian.tar.gz
 c3ed975fd384482073abd5b9c73ffc1b374c7985 1227110 qtractor_0.5.1-1_amd64.deb
 6e1283245e798ba3779018edfc53c5f1d08ead72 11096634 
qtractor-dbg_0.5.1-1_amd64.deb
Checksums-Sha256: 
 8962fce4d299d1a9d67b9d6f27c9273b546b7b653d01770674ee26479d89049b 1705 
qtractor_0.5.1-1.dsc
 16ef7a4fdd8c2f04af4219082a419b5db242763a967d36b0f6247761d4c2578a 904068 
qtractor_0.5.1.orig.tar.gz
 c0fef0bfa5825f3e9de29da3253c22ad59898087e5c70d2e85f16990edfad902 6327 
qtractor_0.5.1-1.debian.tar.gz
 98410eccbe339f877f737d3756c932900a1e2522a28584cc68e4d62dfd861467 1227110 
qtractor_0.5.1-1_amd64.deb
 ac9ce43ab0e53e3f3fa5eea226c25a1bd772bdba048b9caa3a7d006d612f2239 11096634 
qtractor-dbg_0.5.1-1_amd64.deb
Files: 
 4730bee13a38dd2bd29c1f2e501e506d 1705 sound optional qtractor_0.5.1-1.dsc
 c54adf974fd363a9f2151a802f170e6d 904068 sound optional 
qtractor_0.5.1.orig.tar.gz
 ffda05e2919fb637b548a5b3e756eaa1 6327 sound optional 
qtractor_0.5.1-1.debian.tar.gz
 69b98f8c79538eac6744043b0a200990 1227110 sound optional 
qtractor_0.5.1-1_amd64.deb
 150b68dc8e72cb0157512fc13f4e79c0 11096634 debug extra 
qtractor-dbg_0.5.1-1_amd64.deb

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

iEYEARECAAYFAk6PLkEACgkQRdSMfNz8P9C7ZQCdGyyvEiVqIQqnkihNq82FLfgo
jDQAniCTJvneQXZ1injhgDwn/+okWiU9
=Di5L
-END PGP SIGNATURE-


Accepted:
qtractor-dbg_0.5.1-1_amd64.deb
  to main/q/qtractor/qtractor-dbg_0.5.1-1_amd64.deb
qtractor_0.5.1-1.debian.tar.gz
  to main/q/qtractor/qtractor_0.5.1-1.debian.tar.gz
qtractor_0.5.1-1.dsc
  to main/q/qtractor/qtractor_0.5.1-1.dsc
qtractor_0.5.1-1_amd64.deb
  to main/q/qtractor/qtractor_0.5.1-1_amd64.deb
qtractor_0.5.1.orig.tar.gz
  to main/q/qtractor/qtractor_0.5.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/e1rcdpe-yp...@franck.debian.org



Accepted libsoftware-license-perl 0.103002-3 (source all)

2011-10-07 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 18:52:14 +0200
Source: libsoftware-license-perl
Binary: libsoftware-license-perl
Architecture: source all
Version: 0.103002-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libsoftware-license-perl - module providing templated software licenses
Changes: 
 libsoftware-license-perl (0.103002-3) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ Dominique Dumont ]
   + added Debian specific methods to get summary
   + added less specific classes for GPL-1+ and GPL-2+ licenses
   * debian/control: refreshed with config-edit
   * debian/copyright: refreshed with config-edit
   * removed unused override
Checksums-Sha1: 
 3cfd924d479eaf244d2781ef9d710df23e6f077c 2563 
libsoftware-license-perl_0.103002-3.dsc
 e3c591328a4f8b6e0415b3e2935727802e223ba8 5492 
libsoftware-license-perl_0.103002-3.debian.tar.gz
 20f80892b6e3713b019dd985ebdfa7ee9a229476 162586 
libsoftware-license-perl_0.103002-3_all.deb
Checksums-Sha256: 
 7b82e9683f3dcdb16adc85364f7fc4df8377f08b9039310932d9bd29a43eab21 2563 
libsoftware-license-perl_0.103002-3.dsc
 1ce474d2bba51d511c21a11a97563aee450e6c2b5ab3699d3a1dfa61757448c2 5492 
libsoftware-license-perl_0.103002-3.debian.tar.gz
 a34944a5a3ccba30a31032a1607ff6eaefca9887a76f2a9c2059c52842f6d96f 162586 
libsoftware-license-perl_0.103002-3_all.deb
Files: 
 bb22b4c478e277247b3312cb0744831c 2563 perl optional 
libsoftware-license-perl_0.103002-3.dsc
 f46b956c7e0d4a1abe8e59eff2c914fc 5492 perl optional 
libsoftware-license-perl_0.103002-3.debian.tar.gz
 a624fd0d3c5942ec6dc9fad299620d9c 162586 perl optional 
libsoftware-license-perl_0.103002-3_all.deb

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

iQIcBAEBAgAGBQJOjy9yAAoJEMMfT9lJqytsdpQQAJC70vwOLMRvWMuRaE8n9hPW
46DUKesF93vPgD2KXVdK0fx6uC26KsztdebgkksX9XffTM9PKFQA6pBSyrroEPrc
comi930AJtM87GhCx1Nq4/2nKunRqTlKGcF7zPJR1qgOQC+kAwFlXer5Rj8CyOgK
q8tnDxpgbKWioUjh8fwrH2+pGbhant+TbB4DFdBeRIirYvgxWTyeuv9SrAR0SBp8
05Uf7FlVif5jLQ8zcmpRfdCKhBiD8BjIKe9iCSfCCtnNvTxWxEPcn9dKGb37jGYt
W4GX37Q79sSPvqonnOqUTW/ZwJpVeYBfTVE3vqX8k50jpXgtJeJ035Bskd7xWAB+
K9USDo68Qy70QYAYLmNrUuNIbvefYJmf/ju2Sbynv/jImx9UT2oIzSASlvW1VZMg
3jZoxYvY8sm7HH4Rh9QkFlOMg19oNxyGLSahKdwoAe4yKnJwEDSG1vr+HIEa1xNN
Yao5RhYIFegVKYVlssggCLZjU0/1Mm8QvAsImHmtrw9R9RD8VDwkIIjQqp8qPh5/
aa8puGh+ldR2l6dKzrPF8ZJrQd6vUi+ZshnRJhcrcqGqO99PTZ5WHpTvmZRwlRut
PLV2hLDuA12RwAt4Dl8pFHTiie94rvBXvP9+MN2mqz0qKREY7jwUYC83xB8ZPu/M
mQhaTfSXQi5iU3svIkHn
=LHU0
-END PGP SIGNATURE-


Accepted:
libsoftware-license-perl_0.103002-3.debian.tar.gz
  to 
main/libs/libsoftware-license-perl/libsoftware-license-perl_0.103002-3.debian.tar.gz
libsoftware-license-perl_0.103002-3.dsc
  to main/libs/libsoftware-license-perl/libsoftware-license-perl_0.103002-3.dsc
libsoftware-license-perl_0.103002-3_all.deb
  to 
main/libs/libsoftware-license-perl/libsoftware-license-perl_0.103002-3_all.deb


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



Accepted mootools 1.4.1~debian1-1 (source all)

2011-10-07 Thread metal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 14:17:41 -0300
Source: mootools
Binary: libjs-mootools
Architecture: source all
Version: 1.4.1~debian1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Marcelo Jorge Vieira (metal) me...@debian.org
Description: 
 libjs-mootools - compact JavaScript framework
Changes: 
 mootools (1.4.1~debian1-1) unstable; urgency=low
 .
   * New Upstream Release
 - Core 1.4.1
Checksums-Sha1: 
 c2bf6fbbca557e07605321cac870d9c6a488fb2b 2012 mootools_1.4.1~debian1-1.dsc
 007007fc2285a22bd14ee28fbb0ef75870d8b523 134879 
mootools_1.4.1~debian1.orig.tar.gz
 fe7a220b3e3c6ff87e78a271eef9078d2be4b4c3 3355 
mootools_1.4.1~debian1-1.debian.tar.gz
 2fd86c9d9784c06a9cb79a14038f42072599c3df 236632 
libjs-mootools_1.4.1~debian1-1_all.deb
Checksums-Sha256: 
 1501e5d0241ceff406923fa96c646ef1789bdbf01c97137e14bb30c453adb30d 2012 
mootools_1.4.1~debian1-1.dsc
 2f7e6c1594110e158ecad32c6d460e5874301a9207021f707c390b4a81c01cec 134879 
mootools_1.4.1~debian1.orig.tar.gz
 0601d815b77aeeefecaefd1327c91c9c28dbfa79c6c63d0e2b119cf7e9d4f948 3355 
mootools_1.4.1~debian1-1.debian.tar.gz
 3b2d7451c17054ce47f8159ce78151d3c22e00513c753aa2cc31bc27ca7f 236632 
libjs-mootools_1.4.1~debian1-1_all.deb
Files: 
 4f4b2fc5c03d1ac3298a39b3e41130a6 2012 web optional mootools_1.4.1~debian1-1.dsc
 a30ae3e7d26bbc36303d63d66692e3c5 134879 web optional 
mootools_1.4.1~debian1.orig.tar.gz
 7707076026f9ed13de1c3038f5ce2f73 3355 web optional 
mootools_1.4.1~debian1-1.debian.tar.gz
 e0a8f50f78ab2cfa912e29db3a9909d2 236632 web optional 
libjs-mootools_1.4.1~debian1-1_all.deb

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

iQIcBAEBCAAGBQJOjzaoAAoJEAGffgcyZKXEtzUP+gKgcpKeO1KGQj8IKZFqiLnC
s9kBHl7n5sJYdhS42HcmYKY/Iq+tYDjDm5XUx5PO1QqHbSlXzo+1SKHsSAxYh2Sg
yY/UQbS++r5LegM4hd8JdpbEGiWtqH6xuUqgwJhVgbLeESTqmNYCFCXmhaolwm4s
/a/i1bI8A/oHIefEukbNq/IYdLaV1IWqXBFeX76VDYmi/vuDTqKcK6n3fI8nrnTy
6QS6u1+etVxATKzImDvuwQcl7HQRAn3Yf92LNarXLIlNTSmac9Ph7Z5p5P4FGLh8
TpPizIfrR+aVMlKL0ximiAo6zSV0dbh4/cgkuTKjfFhZYa5oVTnFAcTFuxxI1tSq
yicilnmhdNlNUSjGwPe10xzv3QZ1Fn0HglYEdtEYphFHIX0NCkHwtOlcuUvlhGS3
gGTwV5dZchHDwOxGZWmyvZVUND1HyLbIzf0dpRiBrtO+/+YFD3XMKbDWXZyR57fY
fWFgBA1eNrkVRTfowrljz9w/SFmTZISXKuXqlUL4pZk+kcrgY4O1AxBwGF4CkCWo
aZ/3nIthbl3yG0a4CvDlaIKEhaMJOwwsDHGEob02Rp6+FJtfXtYi0eHUjcDBj7JX
xt8XoOJtf26CaTKTGxTM5uHE3A55CpiAj0iW5jCfhxebW3696VU5nabTGY6qkezk
SvRoUfCSjM/wbs/gUNI8
=fw/n
-END PGP SIGNATURE-


Accepted:
libjs-mootools_1.4.1~debian1-1_all.deb
  to main/m/mootools/libjs-mootools_1.4.1~debian1-1_all.deb
mootools_1.4.1~debian1-1.debian.tar.gz
  to main/m/mootools/mootools_1.4.1~debian1-1.debian.tar.gz
mootools_1.4.1~debian1-1.dsc
  to main/m/mootools/mootools_1.4.1~debian1-1.dsc
mootools_1.4.1~debian1.orig.tar.gz
  to main/m/mootools/mootools_1.4.1~debian1.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/e1rcevo-0005dv...@franck.debian.org



Accepted fortunes-es 1.31 (source all)

2011-10-07 Thread Javier Fernández-Sanguino Peña
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 19:47:35 +0200
Source: fortunes-es
Binary: fortunes-es fortunes-es-off
Architecture: source all
Version: 1.31
Distribution: unstable
Urgency: low
Maintainer: Javier Fernández-Sanguino Peña j...@debian.org
Changed-By: Javier Fernández-Sanguino Peña j...@debian.org
Description: 
 fortunes-es - Spanish fortune database
 fortunes-es-off - Spanish fortune cookies (Offensive section)
Changes: 
 fortunes-es (1.31) unstable; urgency=low
 .
   [ The Steve Jobs release, in honor of the co-founder of Apple
   and Genius. Who passed away the 5th of October 2011 ]
   * Add famous Steve Jobs' quotes collected from the web and translated
 into Spanish to datfiles/famosos.fortunes
   * Use Debhelper compatibility version 5
   * Fix typos in debian/README.Debian
   * Change maintainer's email address
   * Remove Spanish content from debian/README.Debian as it is already
 in LEAME.Debian
Checksums-Sha1: 
 a6099eb7ca97ff16f016d4caa83dffd4331a963a 858 fortunes-es_1.31.dsc
 8dd57667dcf0863ebdfc2482bc56356a33a6c128 395372 fortunes-es_1.31.tar.gz
 b000162a0d600fdc5eea34b5ae320ed4bd2aea03 370634 fortunes-es_1.31_all.deb
 73113c347d220f96d247a353c9fff047f8178a22 40394 fortunes-es-off_1.31_all.deb
Checksums-Sha256: 
 e390507aed157e47ca12d4cda113526bbf9b0b283fd79341cd636bd79bbde55c 858 
fortunes-es_1.31.dsc
 2d58ac3330aca7dacf163ef33110d61a335d4b28aa1be57136d323b705d8fc8c 395372 
fortunes-es_1.31.tar.gz
 e4a4d5a71757e47a43b17562d10ae25694f2ef8cdb20c9be5e319bec180f307a 370634 
fortunes-es_1.31_all.deb
 497be88777fe6e0c8094033c4e20dc3c0479ff3e11953c479b41a4839759b590 40394 
fortunes-es-off_1.31_all.deb
Files: 
 0b17b327023afb3f5e42d15ca11a503b 858 games optional fortunes-es_1.31.dsc
 b6f5fed9a6969f4952530914e8be7a77 395372 games optional fortunes-es_1.31.tar.gz
 238250705ac9cd3fa22941e845d5994b 370634 games optional fortunes-es_1.31_all.deb
 348b744c9c084e71fea561050fc5e0c0 40394 games optional 
fortunes-es-off_1.31_all.deb

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

iD8DBQFOj0izsandgtyBSwkRAuIfAJwLYgSatvT51y2QYUpNwqrnRFHJ9QCeLl/g
+1sv3/JsykWEOsGf4t2xWOk=
=++vV
-END PGP SIGNATURE-


Accepted:
fortunes-es-off_1.31_all.deb
  to main/f/fortunes-es/fortunes-es-off_1.31_all.deb
fortunes-es_1.31.dsc
  to main/f/fortunes-es/fortunes-es_1.31.dsc
fortunes-es_1.31.tar.gz
  to main/f/fortunes-es/fortunes-es_1.31.tar.gz
fortunes-es_1.31_all.deb
  to main/f/fortunes-es/fortunes-es_1.31_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/e1rcfgq-0001lb...@franck.debian.org



Accepted ahven 1.9-1 (source i386)

2011-10-07 Thread Reto Buerki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Aug 2011 14:30:21 +0200
Source: ahven
Binary: libahven19.0 libahven2-dev ahven-dbg
Architecture: source i386
Version: 1.9-1
Distribution: unstable
Urgency: low
Maintainer: Reto Buerki r...@codelabs.ch
Changed-By: Reto Buerki r...@codelabs.ch
Description: 
 ahven-dbg  - Unit test library for Ada (debug)
 libahven19.0 - Unit test library for Ada
 libahven2-dev - Unit test library for Ada (development)
Changes: 
 ahven (1.9-1) unstable; urgency=low
 .
   * Merging upstream version 1.9.
   * Update library-kind-support.patch.
   * Rename libahven17.0 package to libahven19.0.
   * Bump dev package aliversion to 2.
   * Remove adabrowse from Build-Depends.
 - Not needed anymore because upstream now uses python-sphinx to generate
   docs.
   * Update to Standards-Version 3.9.2 (no changes).
   * Drop unneeded ahven-dbg.lintian-overrides.
   * Migrate to gnat-4.6.
   * Update to debhelper 8.
   * Switch to minimal debian/rules syntax.
   * Update debian/copyright file.
   * Exclude doc/manual from libahven2 docs.
 - The Sphinx Ada domain required to build the manual is not yet available
   in Debian.
Checksums-Sha1: 
 ab1fee38272a49f7d0c5d229e0f8af11bbca066b 1376 ahven_1.9-1.dsc
 09df784336ed5724954babb46efc846e8a84ceaa 290114 ahven_1.9.orig.tar.gz
 d97d69d7990d74ccb3c42b0e8a342210efb38994 6148 ahven_1.9-1.debian.tar.gz
 0ebe3abd345eb55f2aaa338892c587f9b4702b9d 75394 libahven19.0_1.9-1_i386.deb
 23f611a4d9d26b05d48453ab61e4fa0323749d87 148968 libahven2-dev_1.9-1_i386.deb
 4d841898f8343ffe355d34afc7681a0ef3196458 83682 ahven-dbg_1.9-1_i386.deb
Checksums-Sha256: 
 2b8e22daf8f883c4eb69082622610d6dedecaefbbf9198db132cdc9e671c3244 1376 
ahven_1.9-1.dsc
 b518680ace02770d7f303e9be97edbad9c20dae143fd8acb30a45a1d4fb37fec 290114 
ahven_1.9.orig.tar.gz
 320c5a4d681d0e8262c16ea67f1b88a10f8b3cf92ecbff298f7fdffedc9001fc 6148 
ahven_1.9-1.debian.tar.gz
 dd941617fd58d9428959220fb3b5db3c1daf3200b795a7364b94152058e25ef0 75394 
libahven19.0_1.9-1_i386.deb
 cd721f33fa4c34cc41520cd2ee2cce55ee7d83cc2c5c3bca6a71d88811a89a7f 148968 
libahven2-dev_1.9-1_i386.deb
 5fc7144ad3faf5af2d18e8f0823070e5956851de7fd3a248c387bdbaba5c1c5b 83682 
ahven-dbg_1.9-1_i386.deb
Files: 
 5a9d6a1c076bb40025315a93562db791 1376 libs optional ahven_1.9-1.dsc
 5e2088f03c152e3c03fe265c1e391d5d 290114 libs optional ahven_1.9.orig.tar.gz
 b3d926ba3f7b2291b46d8c999f54eb2d 6148 libs optional ahven_1.9-1.debian.tar.gz
 79447cd482fbb2a88002a94e551457be 75394 libs optional 
libahven19.0_1.9-1_i386.deb
 5cc8937c5e0846df2c51a5302119ab53 148968 libdevel optional 
libahven2-dev_1.9-1_i386.deb
 b07d0c3c47f6ed2aeb9534bef5dd8f1d 83682 debug extra ahven-dbg_1.9-1_i386.deb

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

iEYEARECAAYFAk6O4KoACgkQ+C5cwEsrK56fTACdE8yeLKbixsgxpNzCtgyAPCzx
7sMAoNr2/zg8u6q2cU8zGaHBS+z2Hsfe
=KNmD
-END PGP SIGNATURE-


Accepted:
ahven-dbg_1.9-1_i386.deb
  to main/a/ahven/ahven-dbg_1.9-1_i386.deb
ahven_1.9-1.debian.tar.gz
  to main/a/ahven/ahven_1.9-1.debian.tar.gz
ahven_1.9-1.dsc
  to main/a/ahven/ahven_1.9-1.dsc
ahven_1.9.orig.tar.gz
  to main/a/ahven/ahven_1.9.orig.tar.gz
libahven19.0_1.9-1_i386.deb
  to main/a/ahven/libahven19.0_1.9-1_i386.deb
libahven2-dev_1.9-1_i386.deb
  to main/a/ahven/libahven2-dev_1.9-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/e1rcg9s-0005po...@franck.debian.org



Accepted gdc-4.6 0.29.1-4.6.1-13 (source amd64)

2011-10-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Oct 2011 09:20:41 +0200
Source: gdc-4.6
Binary: gdc-4.6 libphobos2-4.6-dev libphobos2-4.6-dbg
Architecture: source amd64
Version: 0.29.1-4.6.1-13
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gdc-4.6- GNU D compiler, based on the GCC backend
 libphobos2-4.6-dbg - The Phobos D standard library (debug symbols)
 libphobos2-4.6-dev - Phobos D standard library
Changes: 
 gdc-4.6 (0.29.1-4.6.1-13) experimental; urgency=low
 .
   [ Iain Buclaw ]
   * Port gdc to GCC-4.6.
 .
   [ Matthias Klose ]
   * Configure with --disable-quadmath.
Checksums-Sha1: 
 1a885b805b17452e905c741303d2d7972dd597ab 3025 gdc-4.6_0.29.1-4.6.1-13.dsc
 72a4232b1706692c9164377894fd154b4466b67d 1952496 
gdc-4.6_0.29.1-4.6.1.orig.tar.gz
 de3d1b666e2a52f3c78d07e89d60201a6f563f67 6895083 
gdc-4.6_0.29.1-4.6.1-13.diff.gz
 f7b12d818929fed098435fcb441d7e83da448cdf 5463592 
gdc-4.6_0.29.1-4.6.1-13_amd64.deb
 6059898a9a4dba1108e0d288a3d56ff0eea95a9b 2152890 
libphobos2-4.6-dev_0.29.1-4.6.1-13_amd64.deb
Checksums-Sha256: 
 f1a6584b7a6546d89b0fd148d90cd6f52f4ef36c740f43892adba0656dc1c3d1 3025 
gdc-4.6_0.29.1-4.6.1-13.dsc
 054f457d4d522608a01782b5e7d81d9e4ebeaa00e586bf3d9a6bb14c3ac1c79c 1952496 
gdc-4.6_0.29.1-4.6.1.orig.tar.gz
 353cfaa7c7fa773df23689c62a6f62e9bdd160eb64f9076b13822a80d9eba847 6895083 
gdc-4.6_0.29.1-4.6.1-13.diff.gz
 a8d51b20cb5eda8b0f7b56b105e67d4b3b886dd262be2ab6b28ebf3476e7db3c 5463592 
gdc-4.6_0.29.1-4.6.1-13_amd64.deb
 4cdd500e4909bd3025378b8e9259337dd3d4064fd5537d5f9b49634ea882bd9e 2152890 
libphobos2-4.6-dev_0.29.1-4.6.1-13_amd64.deb
Files: 
 6a3d03f41d48a0e54747f1704fcfee5b 3025 devel optional 
gdc-4.6_0.29.1-4.6.1-13.dsc
 66cc46b1fc5c1a3537d456e05ac387f9 1952496 devel optional 
gdc-4.6_0.29.1-4.6.1.orig.tar.gz
 535df7772b807f6df12afb651028f9a6 6895083 devel optional 
gdc-4.6_0.29.1-4.6.1-13.diff.gz
 41d3e2e500105345adbb62d9e90e3cd6 5463592 devel optional 
gdc-4.6_0.29.1-4.6.1-13_amd64.deb
 2accb1bc4fe4a19397b226ca39fae68a 2152890 libdevel optional 
libphobos2-4.6-dev_0.29.1-4.6.1-13_amd64.deb

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

iEYEARECAAYFAk6MJIgACgkQStlRaw+TLJzEGwCdGYQBkQn5hLYnLGU5GXctQxvk
TZQAmwaZOH6+6utJsk2CkWPJ2Gk7ZevI
=ue2V
-END PGP SIGNATURE-


Accepted:
gdc-4.6_0.29.1-4.6.1-13.diff.gz
  to main/g/gdc-4.6/gdc-4.6_0.29.1-4.6.1-13.diff.gz
gdc-4.6_0.29.1-4.6.1-13.dsc
  to main/g/gdc-4.6/gdc-4.6_0.29.1-4.6.1-13.dsc
gdc-4.6_0.29.1-4.6.1-13_amd64.deb
  to main/g/gdc-4.6/gdc-4.6_0.29.1-4.6.1-13_amd64.deb
gdc-4.6_0.29.1-4.6.1.orig.tar.gz
  to main/g/gdc-4.6/gdc-4.6_0.29.1-4.6.1.orig.tar.gz
libphobos2-4.6-dev_0.29.1-4.6.1-13_amd64.deb
  to main/g/gdc-4.6/libphobos2-4.6-dev_0.29.1-4.6.1-13_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/e1rcg9t-0005t3...@franck.debian.org



Accepted ghex 3.0.0-1 (source i386)

2011-10-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 03:04:20 +0200
Source: ghex
Binary: libgtkhex-3-0 libgtkhex-3-dev ghex
Architecture: source i386
Version: 3.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 ghex   - GNOME Hex editor for files
 libgtkhex-3-0 - GNOME Hex editor for files (shared library)
 libgtkhex-3-dev - GNOME Hex editor for files (development headers)
Closes: 542554 643386
Changes: 
 ghex (3.0.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Fixes format string error. (Closes: #643386)
 - Ported to GNOME 3 / GTK 3 removing dependencies on deprecated libraries
   like libgnomeprint. (Closes: #542554)
   * Update watch file.
   * Switch to dpkg source format 3.0 (quilt).
 - Add debian/source/format.
 - Remove simple-patchsys.mk include.
   * Bump debhelper compatibility level to 8.
 - Bump Build-Depends on debhelper.
 - Strip debian/tmp/ from .install files.
   * debian/control.in:
 - Drop Build-Depends on libgnomeui-dev, libgnomeprintui2.2-dev,
   libpopt-dev and gconf2.
 - Update Build-Depends on libgtk2.0-dev to libgtk-3-dev (= 3.0.0).
 - Update Build-Depends on libgail-dev to libgail-3-dev.
 - Bump Build-Depends on intltool to (= 0.41.1).
 - Bump Build-Depends on gnome-doc-utils to (= 0.9.0).
 - Add Build-Depends on libglib2.0-dev (= 2.26).
 - Bump Standards-Version to 3.9.2.
 - Add Vcs-* fields.
 - Add Homepage field.
 - Set pkg-gnome-maintain...@lists.alioth.debian.org as Maintainer.
   * Update for libgtkhex SONAME bump.
 - Rename libgtkhex0 → libgtkhex-3-0.
 - Rename libgtkhex0-dev → libgtkhex-3-dev.
 - Bump minimum shlibs version to 3.0.0.
   * The main binary was renamed from ghex2 → ghex.
 - Rename and update manpage.
 - Update menu file.
   * debian/rules:
 - Remove some cruft which is no longer necessary.
Checksums-Sha1: 
 ad97e22a86e887f2bb16076b2d7a4f5fa4cdac13 2258 ghex_3.0.0-1.dsc
 91cadf98dbcac7949db8a2d5e88d100e576e2a8a 1490445 ghex_3.0.0.orig.tar.bz2
 8ec91b4bd2831776f98906075c63a84561949ea5 6617 ghex_3.0.0-1.debian.tar.gz
 f5281c276aca18340dcc0d5ca62294b2f42e27e3 66364 libgtkhex-3-0_3.0.0-1_i386.deb
 b704b9aa7dc5dc2c0fb9f6cf5156e28c5120de26 37170 libgtkhex-3-dev_3.0.0-1_i386.deb
 2f0766efdec93aad89095698dd8d8ee5bd4b4faa 1186322 ghex_3.0.0-1_i386.deb
Checksums-Sha256: 
 bba71560eadde1df4fffb800e96e322774f3fdf630f5fed05d96b8b5564a6e61 2258 
ghex_3.0.0-1.dsc
 36756b38838d3a590f9e433e15fce4bb982f655420686370425524ca89e69410 1490445 
ghex_3.0.0.orig.tar.bz2
 8ee5acc5a84e433dfef67c86d53de193d0af5d6011369427c801b107d4bce40e 6617 
ghex_3.0.0-1.debian.tar.gz
 8c391c6fc3fc55c0ec2689ccdce47e1c5bb8c57e6162d3a3e370e95c207c91de 66364 
libgtkhex-3-0_3.0.0-1_i386.deb
 b41a189f1c753605287ec117c80b6bb8d4e66cbc528180cbd86d936f0cf8f0cf 37170 
libgtkhex-3-dev_3.0.0-1_i386.deb
 9ead10f9657c4f56262493c8b3d4c7efb6dcf9c4ab73df86f6b87ee1fd90ba8c 1186322 
ghex_3.0.0-1_i386.deb
Files: 
 3269ffb7e0257bf9f4423ba1d636dadd 2258 gnome optional ghex_3.0.0-1.dsc
 1e8bee97f78346a62f8ec7faac599bee 1490445 gnome optional ghex_3.0.0.orig.tar.bz2
 7affdcadc3824621c5f87758add7dfbf 6617 gnome optional ghex_3.0.0-1.debian.tar.gz
 67f4d067a811c9e5c0e210984991979b 66364 libs optional 
libgtkhex-3-0_3.0.0-1_i386.deb
 00a26beb895c9cfee7e94c76b67af9ff 37170 libdevel optional 
libgtkhex-3-dev_3.0.0-1_i386.deb
 6d37fc0205c5fefd7de30290f9fda854 1186322 gnome optional ghex_3.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJOjlIDAAoJEGrh3w1gjyLcQjYP/jCWpKiWi/K6p80wxeffB8ba
4lqqTeSFuVNGL+hP7jjVcFlOhHOs6dV2U/HFp0+ublwIYpjffuzigaYYOa3c1iqg
gXSqYfTkl/3zKLA6oD3RZ6DUOwLapxNAAXD2FIcCoItnu1LBlkJd97N1UY2lKh0W
jh10162K9G4ZoFEHWf3bCFAak7CNKwf5QOoCMvcZAtE4FfA2n8uM5Y2xkAgZcsXn
Mmc59kADf33z1IlWFJ1aVfpHuX9o1fB5nIHuJKMqVHE4bc1Sf21GYn1AGGogabOO
qVEbxrRVRspqly/oR95GvKV9zUNzYb7/iqk/xE5Oh2P0O0bmh+/FepfDi9nt/x44
dneHkWbgR76tiiFWIgRgVcnqU5OyeGISXFbBqtiqaJcCKk7I4h6P7xVP1HNl01XK
t457XvUxZciSrAw2k5u513O+ThcbcDgmyf8BbwAYVXSMBJeSS+6XaTQ9fpx/Ij6T
jZlvpv7b7UJmIwdvwkMmK+DTIm4KXvSRuyGYtegIAv5/d4hDr0bG4szlRk9BoAOY
SVv8yl8zGKFX4jaOPVMljX5HV1KcDTLyfurLc/ZSNpznD77F2NoCc2/Oz4QwrBnz
9fbucqxfjuWa+4lvn5qFKx0FZWd72sI7c1tJ+MGDOPvk8btjY9IgA7rg8yvkzLY8
Ab6nIpINhTpvyRVh9NYW
=Q1+r
-END PGP SIGNATURE-


Accepted:
ghex_3.0.0-1.debian.tar.gz
  to main/g/ghex/ghex_3.0.0-1.debian.tar.gz
ghex_3.0.0-1.dsc
  to main/g/ghex/ghex_3.0.0-1.dsc
ghex_3.0.0-1_i386.deb
  to main/g/ghex/ghex_3.0.0-1_i386.deb
ghex_3.0.0.orig.tar.bz2
  to main/g/ghex/ghex_3.0.0.orig.tar.bz2
libgtkhex-3-0_3.0.0-1_i386.deb
  to main/g/ghex/libgtkhex-3-0_3.0.0-1_i386.deb
libgtkhex-3-dev_3.0.0-1_i386.deb
  to main/g/ghex/libgtkhex-3-dev_3.0.0-1_i386.deb


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

Accepted libgtksourceviewmm 3.0.0-1 (source all i386)

2011-10-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 07:07:28 +0200
Source: libgtksourceviewmm
Binary: libgtksourceviewmm-3.0-0 libgtksourceviewmm-3.0-dev 
libgtksourceviewmm-3.0-dbg libgtksourceviewmm-3.0-doc
Architecture: source all i386
Version: 3.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Dodji Seketeli do...@seketeli.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libgtksourceviewmm-3.0-0 - C++ binding of GtkSourceView
 libgtksourceviewmm-3.0-dbg - C++ binding of GtkSourceView - debugging symbols
 libgtksourceviewmm-3.0-dev - C++ binding of GtkSourceView - development files
 libgtksourceviewmm-3.0-doc - C++ binding of GtkSourceView
Changes: 
 libgtksourceviewmm (3.0.0-1) unstable; urgency=low
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control.in,
 debian/rules:
 + Remove the chrpath hack, it's been fixed in libtool.
 .
   [ Jeremy Bicha ]
   * New upstream stable release.
 - Ported to GTK 3
   * Bump Standard-Version to 3.9.2
   * Bump debhelper version to 8
   * Watch stable releases
   * Update dependencies for GTK 3
 .
   [ Michael Biebl ]
   * Upload to unstable, remove check-dist.mk include.
Checksums-Sha1: 
 b6bb3f69776aff4d8851da4c44ddcbda18cb78dc 2587 libgtksourceviewmm_3.0.0-1.dsc
 203b5b80b9b8de41811445f3cdc926c597a26f97 940243 
libgtksourceviewmm_3.0.0.orig.tar.bz2
 9b6bd907ed6343faa811c71aeb65195522b45739 4766 
libgtksourceviewmm_3.0.0-1.debian.tar.gz
 ca0a5de481c567bc8196482cef3076eeb478552b 695568 
libgtksourceviewmm-3.0-doc_3.0.0-1_all.deb
 43b9b28723782d6ec75c1a1e0517f85b0910f207 133500 
libgtksourceviewmm-3.0-0_3.0.0-1_i386.deb
 bf42b0bcbf720d1d708b2a06d101508af49d06dd 184224 
libgtksourceviewmm-3.0-dev_3.0.0-1_i386.deb
 9b3d4dd2fe309d9901f97b7baea9d891fd4019f2 711898 
libgtksourceviewmm-3.0-dbg_3.0.0-1_i386.deb
Checksums-Sha256: 
 a8187edb7eed55f39cf8a2882865ab35e69eee0b2a589d891ec3d75bb83253b6 2587 
libgtksourceviewmm_3.0.0-1.dsc
 4f5d2b68758483d37a462e4e19e31393fc072473b2c9dfc2cce275e2934ef7f0 940243 
libgtksourceviewmm_3.0.0.orig.tar.bz2
 c8f7f30e2b1d88795dcbad3b1cf627acb30cfef680d4f93d44970caf971d78b0 4766 
libgtksourceviewmm_3.0.0-1.debian.tar.gz
 3779df594d3d27ee4e9d8029cfcfb0ba98ba7739d0c97f09a12c21894a1c9084 695568 
libgtksourceviewmm-3.0-doc_3.0.0-1_all.deb
 0896e32afd80cc340d3d835bed592fb2f796ea0ce96ba30a74b73b3fb91694f6 133500 
libgtksourceviewmm-3.0-0_3.0.0-1_i386.deb
 dda8311026126900fc6a7a6e443a9ee31313a98c0fe7965d6cb14d44d93446a4 184224 
libgtksourceviewmm-3.0-dev_3.0.0-1_i386.deb
 0763f3b41ebe3fb245de495f223bf10835467b25d27306744ae84fd8bd74152e 711898 
libgtksourceviewmm-3.0-dbg_3.0.0-1_i386.deb
Files: 
 126b8f8c0cbad69710c2b4bbef4a7de9 2587 libs optional 
libgtksourceviewmm_3.0.0-1.dsc
 a3d6988555f39e59094612e40f0564b9 940243 libs optional 
libgtksourceviewmm_3.0.0.orig.tar.bz2
 90824a3464d4ff13afafe783c79b28e7 4766 libs optional 
libgtksourceviewmm_3.0.0-1.debian.tar.gz
 8be876dc61e296f18d899684fc0f6c0d 695568 doc optional 
libgtksourceviewmm-3.0-doc_3.0.0-1_all.deb
 3d6422939c1392b097d2b17a7515a366 133500 libs optional 
libgtksourceviewmm-3.0-0_3.0.0-1_i386.deb
 6fd34188df676962f864f4ba0df14410 184224 libdevel optional 
libgtksourceviewmm-3.0-dev_3.0.0-1_i386.deb
 e0b3abe67dc8c9024d572956a444189f 711898 debug extra 
libgtksourceviewmm-3.0-dbg_3.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJOjo0FAAoJEGrh3w1gjyLcBOgP/AtDRCf2LuMi+IK8rr+soNUb
TIfjN8uWT0A+f09KRQcPb2YzYYJdkEFQ2T2LzbJNwln60yVlA+NUWViMUjgcMDhk
12+d24uWIrB6bfo8xPJ40otlBjUXMX0wC3rs2j4ZZ2OujriPycp7wk7r1d9uFbbW
PSAi8R7XQsSNA15xysT2HrmL96c4azpbkeCgYQV49Us+g57o5XkpI8gOhqfiFTTd
TKZtfKv5hKJQiS2XYZ319QGdn7huv0T3CMLW9QkMKpt8NMyV0y89+7WKxH3SJhnD
CK/RIpwXBjYJbUvePUGc68rnkPUdeLcgTC4i95feO+OeImSRowo8VkLQ+A+fmxSV
3HrkAL/mfaZJaTdS0SzuLXndw4v6ByYjwioYZYaEO9taismSKMFk5gcq/exXk6GS
RCXvFt5deQlUISjQo6ttdhkc4LmHxH0uD+92GJC34Xs9nJxf/D42MRLvRSun5n/6
GetIvBzE05K3OncwljsV2ei+9+ksLTVzPr7hZiE6joXaBueEwGAulljyJ/0rb5T8
lgPmG0/sLIu62ncU9nLymzjCsLVILKNWjU+Xa/EAOj/J9ik/XuGy+itKf4HgaLDw
PZE6RkwUC4m1WwdlVtp/ImyAkoy/CMVOyh56K5ylW60ZOW4manHAXMl/JJweOvpV
yEv80F4/FpQnK96yXcnv
=rYu2
-END PGP SIGNATURE-


Accepted:
libgtksourceviewmm-3.0-0_3.0.0-1_i386.deb
  to main/libg/libgtksourceviewmm/libgtksourceviewmm-3.0-0_3.0.0-1_i386.deb
libgtksourceviewmm-3.0-dbg_3.0.0-1_i386.deb
  to main/libg/libgtksourceviewmm/libgtksourceviewmm-3.0-dbg_3.0.0-1_i386.deb
libgtksourceviewmm-3.0-dev_3.0.0-1_i386.deb
  to main/libg/libgtksourceviewmm/libgtksourceviewmm-3.0-dev_3.0.0-1_i386.deb
libgtksourceviewmm-3.0-doc_3.0.0-1_all.deb
  to main/libg/libgtksourceviewmm/libgtksourceviewmm-3.0-doc_3.0.0-1_all.deb
libgtksourceviewmm_3.0.0-1.debian.tar.gz
  to main/libg/libgtksourceviewmm/libgtksourceviewmm_3.0.0-1.debian.tar.gz
libgtksourceviewmm_3.0.0-1.dsc
  to main/libg/libgtksourceviewmm/libgtksourceviewmm_3.0.0-1.dsc
libgtksourceviewmm_3.0.0.orig.tar.bz2
  to main/libg/libgtksourceviewmm/libgtksourceviewmm_3.0.0.orig.tar.bz2


-- 
To 

Accepted mapnik 2.0.0+ds1-1 (source i386 all)

2011-10-07 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Oct 2011 13:02:49 +0200
Source: mapnik
Binary: libmapnik2-2.0 libmapnik-dev libmapnik2-dev mapnik-utils python-mapnik2 
mapnik-doc
Architecture: source i386 all
Version: 2.0.0+ds1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 libmapnik-dev - C++/Python toolkit for developing GIS applications (dummy)
 libmapnik2-2.0 - C++/Python toolkit for developing GIS applications (libraries)
 libmapnik2-dev - C++/Python toolkit for developing GIS applications (devel)
 mapnik-doc - C++/Python toolkit for developing GIS applications (doc)
 mapnik-utils - C++/Python toolkit for developing GIS applications (utilities)
 python-mapnik2 - C++/Python toolkit for developing GIS applications (Python)
Changes: 
 mapnik (2.0.0+ds1-1) unstable; urgency=low
 .
   * New upstream version
   * Debhelper compatibility bumped to 8
   * New input plugins compiled: geos, rasterlite
   * Package switch from pysupport to dh_python2
   * Package renamed from libmapnik0.7 to libmapnik2-2.0
   * Purge debian/copyright from non-(anymore)-existing files
Checksums-Sha1: 
 4b41bd7db07c89a8d26207bf0eef1e1c2bf62982 2122 mapnik_2.0.0+ds1-1.dsc
 f37d63fa8f7ba43e3cbc679d99d98fa9dd0c8924 8330746 mapnik_2.0.0+ds1.orig.tar.gz
 b751ba925b023576125632c6a1bcde7c9b5a1188 11902 mapnik_2.0.0+ds1-1.debian.tar.gz
 4cd9db341c6b9139c400f5e7a8bd58500b5fabf1 1852188 
libmapnik2-2.0_2.0.0+ds1-1_i386.deb
 ca6c27b79a5b1a42b5bc12fae9369681d480b182 13788 
libmapnik-dev_2.0.0+ds1-1_all.deb
 3df0638ce8c635f465ddb00d79556304c9c6001d 141492 
libmapnik2-dev_2.0.0+ds1-1_i386.deb
 9a598c72ec18be4712d330044cfb9b0a0cd5f75e 68172 
mapnik-utils_2.0.0+ds1-1_i386.deb
 c396267c09df19a23e0c4268ff316ca2ce74ece5 2013034 
python-mapnik2_2.0.0+ds1-1_i386.deb
 2f690ebdb21d53b5c8f3245b5da987aa376e0294 2287568 mapnik-doc_2.0.0+ds1-1_all.deb
Checksums-Sha256: 
 6e8a2d40ae986cd61c50783651d8cc6fcd846b5495293a3a36a0e86df76887f3 2122 
mapnik_2.0.0+ds1-1.dsc
 efc54762fe5b920787d92efe1f2d1fdde093605aa4e689bdef9eb5441d8d7ef6 8330746 
mapnik_2.0.0+ds1.orig.tar.gz
 4c5565a70e348920007e5d60d44dfb8866f55b88932c1adce00a66db4fc256f4 11902 
mapnik_2.0.0+ds1-1.debian.tar.gz
 cf9e090a6c8e75e98396ebdd9008fe07fd65ec08ed4921a4b2c6b3181b10bcfe 1852188 
libmapnik2-2.0_2.0.0+ds1-1_i386.deb
 2ee1ecd216f46504eed9fb88b9c8b82c18531195210e84c2c167f8eecc970fbb 13788 
libmapnik-dev_2.0.0+ds1-1_all.deb
 8cc43c026d95f8a481bda0e5c94964896d99054f314552b91460bae1f96ba5fe 141492 
libmapnik2-dev_2.0.0+ds1-1_i386.deb
 b5432df9370491fa08e10aac5b92ee989682fbf85ddaf6a23793f97976619d34 68172 
mapnik-utils_2.0.0+ds1-1_i386.deb
 72972182f8b2854921322c8664168237f82fb0a65f207626109d2faafcd9a8fd 2013034 
python-mapnik2_2.0.0+ds1-1_i386.deb
 9d9042f7549b880d7b432cdf4807598585132e2fe734f68e89e123140873c319 2287568 
mapnik-doc_2.0.0+ds1-1_all.deb
Files: 
 05da6ea4a58fb8d8610c02f2af89093d 2122 libs optional mapnik_2.0.0+ds1-1.dsc
 dd6c998343e7c413ad1bf50003c9ecb3 8330746 libs optional 
mapnik_2.0.0+ds1.orig.tar.gz
 b87ae9d8322e42fa8309bd238183f669 11902 libs optional 
mapnik_2.0.0+ds1-1.debian.tar.gz
 d0b3a3b0d48304a2fffd3c1f42a7add9 1852188 libs optional 
libmapnik2-2.0_2.0.0+ds1-1_i386.deb
 e84fd779d26b8e03052a1518518498b8 13788 oldlibs optional 
libmapnik-dev_2.0.0+ds1-1_all.deb
 ee1e17e564a5322f133eeed9142bff25 141492 libdevel optional 
libmapnik2-dev_2.0.0+ds1-1_i386.deb
 12b9bf63329ece318109ded34ff86f99 68172 utils optional 
mapnik-utils_2.0.0+ds1-1_i386.deb
 d8b86945cadde588b0f9b235c384f787 2013034 python optional 
python-mapnik2_2.0.0+ds1-1_i386.deb
 b6cd90e7672e55045cdf94c55a922b8f 2287568 doc optional 
mapnik-doc_2.0.0+ds1-1_all.deb

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

iEYEARECAAYFAk6Mb+wACgkQ5qqQFxOSsXSnIwCguKV76mRWrWPuYMUOYsOMTOHP
IGMAoIvV7OsQjtCCWQrVKeH/UIp87+XG
=wTor
-END PGP SIGNATURE-


Accepted:
libmapnik-dev_2.0.0+ds1-1_all.deb
  to main/m/mapnik/libmapnik-dev_2.0.0+ds1-1_all.deb
libmapnik2-2.0_2.0.0+ds1-1_i386.deb
  to main/m/mapnik/libmapnik2-2.0_2.0.0+ds1-1_i386.deb
libmapnik2-dev_2.0.0+ds1-1_i386.deb
  to main/m/mapnik/libmapnik2-dev_2.0.0+ds1-1_i386.deb
mapnik-doc_2.0.0+ds1-1_all.deb
  to main/m/mapnik/mapnik-doc_2.0.0+ds1-1_all.deb
mapnik-utils_2.0.0+ds1-1_i386.deb
  to main/m/mapnik/mapnik-utils_2.0.0+ds1-1_i386.deb
mapnik_2.0.0+ds1-1.debian.tar.gz
  to main/m/mapnik/mapnik_2.0.0+ds1-1.debian.tar.gz
mapnik_2.0.0+ds1-1.dsc
  to main/m/mapnik/mapnik_2.0.0+ds1-1.dsc
mapnik_2.0.0+ds1.orig.tar.gz
  to main/m/mapnik/mapnik_2.0.0+ds1.orig.tar.gz
python-mapnik2_2.0.0+ds1-1_i386.deb
  to main/m/mapnik/python-mapnik2_2.0.0+ds1-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/e1rcgdj-0006ov...@franck.debian.org



Accepted openbox 3.5.0-1 (source amd64)

2011-10-07 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 03 Oct 2011 22:59:30 +0200
Source: openbox
Binary: openbox gnome-panel-control libobt0 libobrender27 openbox-dev
Architecture: source amd64
Version: 3.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Nico Golde n...@debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 gnome-panel-control - command line utility to invoke GNOME panel run 
dialog/menu
 libobrender27 - rendering library for openbox themes
 libobt0- parsing library for openbox
 openbox- standards compliant, fast, light-weight, extensible window manage
 openbox-dev - development files for the openbox window manager
Closes: 563891 627912 638783
Changes: 
 openbox (3.5.0-1) unstable; urgency=low
 .
   [Nico Golde]
   * New upstream release (Closes: #638783).
 - Fix crashes in the menu code (Closes: #563891).
   * Add Brazilian translation to openbox.desktop,
 thanks Sérgio Cipolla (Closes: #627912).
   * Remove 06_fix_swap_byte_order.patch, applied upstream.
   * Bump debhelper dependency to = 7.0.50~ due to override.
   * Remove CHANGELOG from openbox.docs to prevent double installation.
   * Add 02_fix_freedesktop_compliance.dpatch desktop file to
 /usr/share/applications.
 .
   [Eugenio Paolantonio]
   * debian/patches:
 - Disabled 03_place_windows_in_quadrants.patch
 - Updated 01_rc.xml.patch and 06_fix_swap_byte_order.patch
 - Removed 04_fix_ftbfs_no-add-needed.patch and 20_24bits_support.patch
   * debian/control:
 - Added myself to the Uploaders.
 - Build-Depends: removed libxau-dev, libxft-dev and python-xdg;
   added libimlib2-dev
 - openbox Suggests: added python-xdg
 - libobrender21 renamed to libobrender27
 - libobparser21 renamed to libobt0
   * debian/rules:
 - Rewrote using a simpler debhelper syntax
 - Moved the install pass to openbox.install
   * debian/*.{install,links,dirs}:
 - Updated.
   * debian/openbox.xsession:
 - Removed. Openbox now ships it by default.
Checksums-Sha1: 
 dbcd3abd66ac5ef440b86abbc4a1b727c7eece8a 1633 openbox_3.5.0-1.dsc
 3c3b8d2bc4f4e229871254e92d6b18639be00302 911834 openbox_3.5.0.orig.tar.gz
 0cc9e3865bfb955d41d5fc00d44b98c8862ec4c2 33222 openbox_3.5.0-1.debian.tar.gz
 37167f7a3b722921d170123581d05a1c2035b1b5 335318 openbox_3.5.0-1_amd64.deb
 617648f968c3616cf66f61467c050973c225c28f 40152 
gnome-panel-control_3.5.0-1_amd64.deb
 fa2ad8cbbb831dd28fe09313b4d748b4693b8c67 64320 libobt0_3.5.0-1_amd64.deb
 4ad9ed2bdb577b03cdda9f928db36b71509f41cc 75454 libobrender27_3.5.0-1_amd64.deb
 62bdf6de1718b34532dd4c1686dbd5b62044787c 121538 openbox-dev_3.5.0-1_amd64.deb
Checksums-Sha256: 
 e0a70bbd95ce5126073c32f3be2c41372e3242990cf1cd2d55f0759fe5c80275 1633 
openbox_3.5.0-1.dsc
 6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a 911834 
openbox_3.5.0.orig.tar.gz
 7b0abbd36e198145e1ebc021cb5bbe859dea942b71ca93417987145b61a05639 33222 
openbox_3.5.0-1.debian.tar.gz
 99237d78c541cf8bfe19306f40860c016c64d9983474280a99f5fe0940683795 335318 
openbox_3.5.0-1_amd64.deb
 58fe8cc888a9a94ee00664f1db1031bea306f9f8469d5f4d9b998342e463d3f9 40152 
gnome-panel-control_3.5.0-1_amd64.deb
 fe8efe677fa1095a7b73f9e947fb094a52bab3f1c796ad222a98dbb7e3aba336 64320 
libobt0_3.5.0-1_amd64.deb
 1c41007e7cfe6ce9cea28e35182570a7f2831b97652894da9767577560cc1c30 75454 
libobrender27_3.5.0-1_amd64.deb
 02b6057870480c21037649892fbcb157eb48b2b64e0d31aba86bd4eb9072dd27 121538 
openbox-dev_3.5.0-1_amd64.deb
Files: 
 bf798be28126c87e5a676539cb4d5077 1633 x11 optional openbox_3.5.0-1.dsc
 00441b53cf14c03566c8e82643544ff9 911834 x11 optional openbox_3.5.0.orig.tar.gz
 ed666ae4584058311e77c314e5616a3e 33222 x11 optional 
openbox_3.5.0-1.debian.tar.gz
 a802eaec80e418231c1e1de96387757e 335318 x11 optional openbox_3.5.0-1_amd64.deb
 7569f9fde737d1d0313f8f1f753a9bf0 40152 x11 optional 
gnome-panel-control_3.5.0-1_amd64.deb
 43b1dcffb918694ddb5ff58090fdc866 64320 libs optional libobt0_3.5.0-1_amd64.deb
 243123f0f121ac092aba99ad6ac0a5be 75454 libs optional 
libobrender27_3.5.0-1_amd64.deb
 88185ce99b8c8a056b947325fd429d51 121538 libdevel optional 
openbox-dev_3.5.0-1_amd64.deb

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

iEYEARECAAYFAk6MfPoACgkQHYflSXNkfP9BvACfb6VCa/k/PGyFY17FbWPMWDor
C2QAnimmUKoMUqptGdDyXqPBXmlwA45E
=B5yo
-END PGP SIGNATURE-


Accepted:
gnome-panel-control_3.5.0-1_amd64.deb
  to main/o/openbox/gnome-panel-control_3.5.0-1_amd64.deb
libobrender27_3.5.0-1_amd64.deb
  to main/o/openbox/libobrender27_3.5.0-1_amd64.deb
libobt0_3.5.0-1_amd64.deb
  to main/o/openbox/libobt0_3.5.0-1_amd64.deb
openbox-dev_3.5.0-1_amd64.deb
  to main/o/openbox/openbox-dev_3.5.0-1_amd64.deb
openbox_3.5.0-1.debian.tar.gz
  to main/o/openbox/openbox_3.5.0-1.debian.tar.gz
openbox_3.5.0-1.dsc
  to main/o/openbox/openbox_3.5.0-1.dsc
openbox_3.5.0-1_amd64.deb
  to main/o/openbox/openbox_3.5.0-1_amd64.deb
openbox_3.5.0.orig.tar.gz
  to main/o/openbox/openbox_3.5.0.orig.tar.gz



Accepted pgmemcache 2.0.6-1 (source amd64)

2011-10-07 Thread Marco Nenciarini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 31 Aug 2011 00:14:22 +0200
Source: pgmemcache
Binary: postgresql-9.1-pgmemcache
Architecture: source amd64
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Marco Nenciarini mnen...@debian.org
Changed-By: Marco Nenciarini mnen...@debian.org
Description: 
 postgresql-9.1-pgmemcache - PostgreSQL interface to memcached
Closes: 621729
Changes: 
 pgmemcache (2.0.6-1) unstable; urgency=low
 .
   * Initial release (Closes: #621729)
Checksums-Sha1: 
 cf791a55af6ae863fd7a9aa7a44f28f638b39c70 1330 pgmemcache_2.0.6-1.dsc
 e6321bb007e25df7b7a06f1d024df7d45454c8cf 18630 pgmemcache_2.0.6.orig.tar.bz2
 08979a16e6f6e76f1a6217a4e88abc9865a68ffd 3931 pgmemcache_2.0.6-1.debian.tar.gz
 cc2536510caf4191eb3f7c9a48d943cc40b7ed01 15034 
postgresql-9.1-pgmemcache_2.0.6-1_amd64.deb
Checksums-Sha256: 
 42fbf35e41cdd70e5efe7656f466f8d944984ef54b0b22c1f08c5c801f8027b1 1330 
pgmemcache_2.0.6-1.dsc
 eb64059bbb2b7659768f2c654580a972b39e4bc8842dc8fc960e7d97c582a78c 18630 
pgmemcache_2.0.6.orig.tar.bz2
 18702988e1a9154d6ea1c6c2f9b0bc8f63721ae0daf8925a21f45e0257dc3c9f 3931 
pgmemcache_2.0.6-1.debian.tar.gz
 db9e470314fb10893f84777654cba02a99219513aec88798c2a113a3bc3d5e08 15034 
postgresql-9.1-pgmemcache_2.0.6-1_amd64.deb
Files: 
 058f559ababc2be0f3f6fc769f7afd79 1330 database extra pgmemcache_2.0.6-1.dsc
 aa10ce52d2c14ce55af1f793aae12a7f 18630 database extra 
pgmemcache_2.0.6.orig.tar.bz2
 a9a93cefb5d890dfadfb6a88aa62c357 3931 database extra 
pgmemcache_2.0.6-1.debian.tar.gz
 0359b9001e66f4f34c96b321518ac0cd 15034 database extra 
postgresql-9.1-pgmemcache_2.0.6-1_amd64.deb

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

iEYEARECAAYFAk6MbvIACgkQaGRzDfCV5eSt5ACfShb4kukQskwNK1mWT8wjRU6C
lV4AoICkBT/QjwUqE3qY0aBds7ikkCHp
=Ezsf
-END PGP SIGNATURE-


Accepted:
pgmemcache_2.0.6-1.debian.tar.gz
  to main/p/pgmemcache/pgmemcache_2.0.6-1.debian.tar.gz
pgmemcache_2.0.6-1.dsc
  to main/p/pgmemcache/pgmemcache_2.0.6-1.dsc
pgmemcache_2.0.6.orig.tar.bz2
  to main/p/pgmemcache/pgmemcache_2.0.6.orig.tar.bz2
postgresql-9.1-pgmemcache_2.0.6-1_amd64.deb
  to main/p/pgmemcache/postgresql-9.1-pgmemcache_2.0.6-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/e1rcge5-00071x...@franck.debian.org



Accepted postgresql-9.1 9.1.1-2 (source all amd64)

2011-10-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 18:52:55 +0200
Source: postgresql-9.1
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.1 postgresql-9.1-dbg postgresql-client-9.1 
postgresql-server-dev-9.1 postgresql-doc-9.1 postgresql-contrib-9.1 
postgresql-plperl-9.1 postgresql-plpython-9.1 postgresql-plpython3-9.1 
postgresql-pltcl-9.1
Architecture: source amd64 all
Version: 9.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.1
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-9.1 - object-relational SQL database, version 9.1 server
 postgresql-9.1-dbg - debug symbols for postgresql-9.1
 postgresql-client-9.1 - front-end programs for PostgreSQL 9.1
 postgresql-contrib-9.1 - additional facilities for PostgreSQL
 postgresql-doc-9.1 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.1 - PL/Perl procedural language for PostgreSQL 9.1
 postgresql-plpython-9.1 - PL/Python procedural language for PostgreSQL 9.1
 postgresql-plpython3-9.1 - PL/Python 3 procedural language for PostgreSQL 9.1
 postgresql-pltcl-9.1 - PL/Tcl procedural language for PostgreSQL 9.1
 postgresql-server-dev-9.1 - development files for PostgreSQL 9.1 server-side 
programming
Closes: 643645 643646
Changes: 
 postgresql-9.1 (9.1.1-2) unstable; urgency=low
 .
   [ Peter Eisentraut ]
   * Fix FTBFS twice with dpkg-dev = 1.16.1, because of leftover file
 src/backend/gettext-files.  Clean that one explicitly. (Closes: #643645)
   * Fix lintian reports: (Closes: #643646)
 - brace-expansion-in-debhelper-config-file
 - maintainer-script-without-set-e
 .
   [ Martin Pitt ]
   * debian/*.install, debian/rules: Compress manpages in debian/tmp instead of
 just two binary packages and forgetting the others.
   * Build a new postgresql-plpython3-9.1 package for Python 3 support. This
 requires some reorganization of debian/rules to do multiple builds.
   * debian/postgresql-9.1.postrm: Clean up /var/log/postgresql/ on purge.
 Spotted by piuparts.
Checksums-Sha1: 
 5c14ad97315d0c545dbe46b173611d48a2603b87 3069 postgresql-9.1_9.1.1-2.dsc
 cc90bf1857bc292b178ba7558a995bb99e3b1d49 21091 
postgresql-9.1_9.1.1-2.debian.tar.gz
 82b49926509b2fcb727d83b4e14e5786fc1629e1 558302 libpq-dev_9.1.1-2_amd64.deb
 d4a2b45d5e22bdf52f015b38410f4b1ebc04dd91 477432 libpq5_9.1.1-2_amd64.deb
 f8609042ca1293e866e571a6ffbfdadd5d2d2487 416282 libecpg6_9.1.1-2_amd64.deb
 0f187cc6989fc6d28c1fcf7548574b84aa96a5d3 595186 libecpg-dev_9.1.1-2_amd64.deb
 37aeb7912148ed1228d242d10e2c7df1334b1b36 340262 
libecpg-compat3_9.1.1-2_amd64.deb
 5f9114d5f19384a0b65576e3ac377e45d5bf1898 362716 libpgtypes3_9.1.1-2_amd64.deb
 4c9ca83eb11a66d2e3674781ef41cc85292c263d 6036214 
postgresql-9.1_9.1.1-2_amd64.deb
 e68088758bcc650e4375a8330c010365d4d8851f 6263540 
postgresql-9.1-dbg_9.1.1-2_amd64.deb
 44b72728ff85e4498f00bea70905b055f9164729 1811030 
postgresql-client-9.1_9.1.1-2_amd64.deb
 5cffd90c5d52da2a9913355ba84a19d78de05ca5 999006 
postgresql-server-dev-9.1_9.1.1-2_amd64.deb
 207d236ef534471890fcde31408eecdfc0eee0cf 2833830 
postgresql-doc-9.1_9.1.1-2_all.deb
 875775ad3f9d64b2bec23458cc2f21ded62c8db2 788394 
postgresql-contrib-9.1_9.1.1-2_amd64.deb
 4cda2d67ace6160970bc8cd58ff9c258f9fda7c1 383934 
postgresql-plperl-9.1_9.1.1-2_amd64.deb
 88a4c78c0cdef95fada5706977ec6d0e1afb1721 392800 
postgresql-plpython-9.1_9.1.1-2_amd64.deb
 f76f1562c5989e3f9197b17e311d1ed455a08825 369742 
postgresql-plpython3-9.1_9.1.1-2_amd64.deb
 ce31a342220cda9f8039b16fa71212997588fe3a 357022 
postgresql-pltcl-9.1_9.1.1-2_amd64.deb
Checksums-Sha256: 
 16bf56ab8613adc21aa7a0c8cc7a8e53663b68acdc01ebd7103f6fc88362b3d6 3069 
postgresql-9.1_9.1.1-2.dsc
 bcdd73a1b47bf690621e3e639b77d383154d9f702999ca6993a3b5be7190ae04 21091 
postgresql-9.1_9.1.1-2.debian.tar.gz
 36c9828308f43d633ecded2b7033209c6e1994f6d9cd66896081780daa0278f9 558302 
libpq-dev_9.1.1-2_amd64.deb
 14cb1034c217f1b1282dc4e8b3c730382825d2ee2773ef64f77695cfada71ebc 477432 
libpq5_9.1.1-2_amd64.deb
 68f5cf4dbe5ad2e379f78c5af4600a0f6dcd028a004cfb1770fc1a2e940fbc4a 416282 
libecpg6_9.1.1-2_amd64.deb
 99c32a2d691dd254efc26c2612a52b0a143420ad09b25f5e4554952c5f0a017f 595186 
libecpg-dev_9.1.1-2_amd64.deb
 3469dc44a5fb0883e84b309b9c6d9fd04fbe5f64af858fc0eb40a579f96ae3e1 340262 
libecpg-compat3_9.1.1-2_amd64.deb
 c62bfc842558e381349b8f4efb2232400c25e789a1f8ba3832f2ec4cc89a1734 362716 
libpgtypes3_9.1.1-2_amd64.deb
 bf042dc539b1b921a9b9e91dda0151ed9b44eaf38fdd730cf8876181de863b62 6036214 
postgresql-9.1_9.1.1-2_amd64.deb
 

Accepted ruby-stomp 1.1.9-1 (source all)

2011-10-07 Thread Paul van Tilburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Oct 2011 16:20:49 +0200
Source: ruby-stomp
Binary: ruby-stomp libstomp-ruby libstomp-ruby1.8 libstomp-ruby1.9.1 
libstomp-ruby-doc
Architecture: source all
Version: 1.1.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Paul van Tilburg pau...@debian.org
Description: 
 libstomp-ruby - Transitional package for ruby-stomp
 libstomp-ruby-doc - Transitional package for ruby-stomp
 libstomp-ruby1.8 - Transitional package for ruby-stomp
 libstomp-ruby1.9.1 - Transitional package for ruby-stomp
 ruby-stomp - Ruby client for the stomp messaging protocol
Closes: 598564
Changes: 
 ruby-stomp (1.1.9-1) unstable; urgency=low
 .
   [ Jonas Genannt ]
   * New upstream release (Closes: #598564).
   * Remove Ruby 1.9 patches, upstream supports 1.9 now.
   * d/copyright: move to DEP5
   * gem2deb translation
   * d/manpages: added man pages for catstomp and stompcat
   * d/p/debian/patches/01_bin_remove_rubygems.patch: added to prevent
 unnecessary load of rubygems
 .
   [ Paul van Tilburg ]
   * debian/control:
 - Switched the maintainer with the uploaders field as per new
   convention the team is the default maintainer.
 - Added myself and Jonas Genannt to the uploaders.
Checksums-Sha1: 
 eea7909dbced10c3c6075e6a98dcff3b39450c32 1708 ruby-stomp_1.1.9-1.dsc
 7e0a935ca7c05582c57108142cb0b152de4a04b9 28337 ruby-stomp_1.1.9.orig.tar.gz
 e9cac1ad5ea65304ff9a4c38dda5c2afac04a561 3799 ruby-stomp_1.1.9-1.debian.tar.gz
 3dcb1938de36920a6edd03e2e9708f0e27f6ed8d 16804 ruby-stomp_1.1.9-1_all.deb
 3500ea05b8cc9a8be2cf03c8c66fddc8bbafb290 2578 libstomp-ruby_1.1.9-1_all.deb
 2c83548bbfd23ae02d791d03cd209cb623ecab27 2576 libstomp-ruby1.8_1.1.9-1_all.deb
 62c814818d24989afbc4b69b515d86255fc26efa 2582 
libstomp-ruby1.9.1_1.1.9-1_all.deb
 2fc2fe26f6fb2dde97488fde196a18e0d0a2b5d9 2578 libstomp-ruby-doc_1.1.9-1_all.deb
Checksums-Sha256: 
 83d5e44c976a48fc0e7327eb4587593f416f5b4c0d474ab7546404004fd82629 1708 
ruby-stomp_1.1.9-1.dsc
 7d4bf88bdcdcd86c792dbe93e132c59c6ec4d48e208ebb4c4e2677b851cb0773 28337 
ruby-stomp_1.1.9.orig.tar.gz
 3ca38b2450b68845375a8a607d03eb047718aa373afc8b6e1fccf38a79cac7f3 3799 
ruby-stomp_1.1.9-1.debian.tar.gz
 de67516dfed4369c9bacd17c76ce38a8a819cb1911a9fbc42b6ba3eb3685c915 16804 
ruby-stomp_1.1.9-1_all.deb
 08086fd9c54ac03c6538d4ddde551b9572ce0a0fde69421f08f2161bb26291bb 2578 
libstomp-ruby_1.1.9-1_all.deb
 9ac0b6199e56fd22106572c572995636545d88f03ba877bacc5da96445049654 2576 
libstomp-ruby1.8_1.1.9-1_all.deb
 c7632cac3bae8884bbd54eef47fc442861b2f33a6d4af22a71fe161e9f033bca 2582 
libstomp-ruby1.9.1_1.1.9-1_all.deb
 d86401b78f060f3af03b4dace898444b5c8988b3af9e12a2425acb85ef99020f 2578 
libstomp-ruby-doc_1.1.9-1_all.deb
Files: 
 8c6fb7a378fc5e08a8e2fa463f9a7b74 1708 ruby optional ruby-stomp_1.1.9-1.dsc
 8bce4023f78afdbfa2cb701c55040814 28337 ruby optional 
ruby-stomp_1.1.9.orig.tar.gz
 96b66c09ae1df8597a2860cf3231cd61 3799 ruby optional 
ruby-stomp_1.1.9-1.debian.tar.gz
 fe5f91127f8d3fca81f37a8a00ebb810 16804 ruby optional ruby-stomp_1.1.9-1_all.deb
 8ca437290513573eafaa158984a14819 2578 oldlibs optional 
libstomp-ruby_1.1.9-1_all.deb
 b3a5764e112ab19b55c69f980bcd8f48 2576 oldlibs optional 
libstomp-ruby1.8_1.1.9-1_all.deb
 79550618fc5e26d404088aff679f8cd2 2582 oldlibs optional 
libstomp-ruby1.9.1_1.1.9-1_all.deb
 1275c3fdbbd7e4512558a15bf178c054 2578 oldlibs optional 
libstomp-ruby-doc_1.1.9-1_all.deb

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

iEYEARECAAYFAk6MaPYACgkQJBBhylAGQYEUMgCgiRW5tShWGLoePWwKF6ly8N6+
Nh8AoIH9vslg099DIX2AlQ9f1hi/Sq0W
=eWsb
-END PGP SIGNATURE-


Accepted:
libstomp-ruby-doc_1.1.9-1_all.deb
  to main/r/ruby-stomp/libstomp-ruby-doc_1.1.9-1_all.deb
libstomp-ruby1.8_1.1.9-1_all.deb
  to main/r/ruby-stomp/libstomp-ruby1.8_1.1.9-1_all.deb
libstomp-ruby1.9.1_1.1.9-1_all.deb
  to main/r/ruby-stomp/libstomp-ruby1.9.1_1.1.9-1_all.deb
libstomp-ruby_1.1.9-1_all.deb
  to main/r/ruby-stomp/libstomp-ruby_1.1.9-1_all.deb
ruby-stomp_1.1.9-1.debian.tar.gz
  to main/r/ruby-stomp/ruby-stomp_1.1.9-1.debian.tar.gz
ruby-stomp_1.1.9-1.dsc
  to main/r/ruby-stomp/ruby-stomp_1.1.9-1.dsc
ruby-stomp_1.1.9-1_all.deb
  to main/r/ruby-stomp/ruby-stomp_1.1.9-1_all.deb
ruby-stomp_1.1.9.orig.tar.gz
  to main/r/ruby-stomp/ruby-stomp_1.1.9.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/e1rcgf0-0008bw...@franck.debian.org



Accepted zorp 3.9.2-3 (source all amd64)

2011-10-07 Thread SZALAY Attila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Oct 2011 22:45:36 +0200
Source: zorp
Binary: zorp zorp-dbg libzorp3.9-0 libzorp-dev zorp-modules zorp-modules-dbg 
python-kzorp
Architecture: source all amd64
Version: 3.9.2-3
Distribution: unstable
Urgency: low
Maintainer: SZALAY Attila s...@debian.org
Changed-By: SZALAY Attila s...@debian.org
Description: 
 libzorp-dev - Development files needed to compile Zorp modules
 libzorp3.9-0 - Runtime library of Zorp
 python-kzorp - Python bindings for kzorp.
 zorp   - Advanced protocol analyzing firewall
 zorp-dbg   - Advanced protocol analyzing firewall
 zorp-modules - Default proxy modules for Zorp
 zorp-modules-dbg - Default proxy modules for Zorp
Closes: 644494
Changes: 
 zorp (3.9.2-3) unstable; urgency=low
 .
   * Fixed some compilation problem caused by python2.7. Closes: #644494
Checksums-Sha1: 
 5289d66de1f1c56c47bb8ae28b32f2385ec23c32 1396 zorp_3.9.2-3.dsc
 e6b3821ecc97b77fefe77623395f999f4d7b3aee 28721 zorp_3.9.2-3.debian.tar.gz
 65ccad52a324ab5d75ca239ed1ede33701ce44fc 45952 python-kzorp_3.9.2-3_all.deb
 5abe54d4ff04d4c7324168de5304523ab1633fcb 185192 zorp_3.9.2-3_amd64.deb
 bbca7437f4b172cc4a2ed60d47d067cf6b98b23f 77614 zorp-dbg_3.9.2-3_amd64.deb
 4c90fb16c62bb3e06ed8ec7a6fc33e1d98e1fbfe 157412 libzorp3.9-0_3.9.2-3_amd64.deb
 798828bd8e113126fbfc2579180aa1b8afca20d8 62924 libzorp-dev_3.9.2-3_amd64.deb
 97a2c4cce2d1f40027bf067faa9f458bdc9d540d 258238 zorp-modules_3.9.2-3_amd64.deb
 2226d7c2d152f3528f4d9fc434200d083b53651d 687716 
zorp-modules-dbg_3.9.2-3_amd64.deb
Checksums-Sha256: 
 31fda99c89082a34127e2827a51b0a9406315c234d1befb85240d76bea7b1a81 1396 
zorp_3.9.2-3.dsc
 1c7351f6037f825070805910b12fff29f632f885214e3d5589fad6e3ed17c29e 28721 
zorp_3.9.2-3.debian.tar.gz
 0c3affaec3a4076e4eec4cfebe943fa9195765d466879662b70033176f1d7931 45952 
python-kzorp_3.9.2-3_all.deb
 19bfa37648da7bbbf33384ec9079808f425cc9f4e98ad996dc6163345ecbbff5 185192 
zorp_3.9.2-3_amd64.deb
 9e0f44725df29909e2105487ff3b3dfdefe0d139288d88c4551bb74251179dd0 77614 
zorp-dbg_3.9.2-3_amd64.deb
 1b332d5be739bb2493d1bc2d88b63c569200b3634db74fbb0520e25dab6661ad 157412 
libzorp3.9-0_3.9.2-3_amd64.deb
 95befa8d18611a5cff17d8f95d171a3c0ab097f96d072e2364096af95c9d45c4 62924 
libzorp-dev_3.9.2-3_amd64.deb
 74a32812e0cab9221cbb4e09f5a6bfb11079164ada81af626899dde64f2862f6 258238 
zorp-modules_3.9.2-3_amd64.deb
 8cee0cd0fbea206fc1d8abe30ee100deca9c256b03269903a3bcef863c208f5f 687716 
zorp-modules-dbg_3.9.2-3_amd64.deb
Files: 
 3d307b4dfb60a1154d3af9249188e464 1396 net optional zorp_3.9.2-3.dsc
 ec6fe9c2b1ef10f4faab8b67472d5fef 28721 net optional zorp_3.9.2-3.debian.tar.gz
 4b0d1a460695a4c5b18e321e4731edb9 45952 python optional 
python-kzorp_3.9.2-3_all.deb
 2274651ec952f324c335f63b306ce997 185192 net optional zorp_3.9.2-3_amd64.deb
 214ce36c08c590cbccb48b3ec97d1c52 77614 debug extra zorp-dbg_3.9.2-3_amd64.deb
 f34df51e8b79b32d82062d2695395914 157412 libs optional 
libzorp3.9-0_3.9.2-3_amd64.deb
 f00ed403fd3a3e8d036ae975f84515a3 62924 libdevel optional 
libzorp-dev_3.9.2-3_amd64.deb
 4e4aa85a540b464079a8ec64eb2bb796 258238 net optional 
zorp-modules_3.9.2-3_amd64.deb
 552f89d9385402c2ae3a322ddc103219 687716 debug extra 
zorp-modules-dbg_3.9.2-3_amd64.deb

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

iD8DBQFOj1CP23Gu/Kug6LIRAooEAJ9aw5W93Qk2btMPYb7ON+6OMt8zAQCdFq/z
6kjg2P0K0LDQd14JGWxDzRE=
=zFB+
-END PGP SIGNATURE-


Accepted:
libzorp-dev_3.9.2-3_amd64.deb
  to main/z/zorp/libzorp-dev_3.9.2-3_amd64.deb
libzorp3.9-0_3.9.2-3_amd64.deb
  to main/z/zorp/libzorp3.9-0_3.9.2-3_amd64.deb
python-kzorp_3.9.2-3_all.deb
  to main/z/zorp/python-kzorp_3.9.2-3_all.deb
zorp-dbg_3.9.2-3_amd64.deb
  to main/z/zorp/zorp-dbg_3.9.2-3_amd64.deb
zorp-modules-dbg_3.9.2-3_amd64.deb
  to main/z/zorp/zorp-modules-dbg_3.9.2-3_amd64.deb
zorp-modules_3.9.2-3_amd64.deb
  to main/z/zorp/zorp-modules_3.9.2-3_amd64.deb
zorp_3.9.2-3.debian.tar.gz
  to main/z/zorp/zorp_3.9.2-3.debian.tar.gz
zorp_3.9.2-3.dsc
  to main/z/zorp/zorp_3.9.2-3.dsc
zorp_3.9.2-3_amd64.deb
  to main/z/zorp/zorp_3.9.2-3_amd64.deb


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



Accepted fonts-hanazono 20110516-2 (source all)

2011-10-07 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 02 Sep 2011 06:22:44 +0900
Source: fonts-hanazono
Binary: fonts-hanazono ttf-hanazono
Architecture: source all
Version: 20110516-2
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 fonts-hanazono - Japanese TrueType mincho font by KAGE system and FontForge
 ttf-hanazono - Transitional dummy package
Changes: 
 fonts-hanazono (20110516-2) unstable; urgency=low
 .
   * Rename source and binary package from ttf- to fonts-.
   * Update debian/control
 - Add Conflicts and Replaces for ttf-hanazono.
 - Update description.
 - Add dummy package of ttf-hanazono.
   * Update debian/copyright.
 lintian clean.
Checksums-Sha1: 
 10939e09a097e1eb2d3378c78bd1d966a13f3315 2055 fonts-hanazono_20110516-2.dsc
 0cc15ab744a5cb8d65c2977bb2c40b5241696ebb 22238631 
fonts-hanazono_20110516.orig.tar.gz
 04cfe8630fd5e3c93b10e6a6c3cfc43acc56a427 5658 
fonts-hanazono_20110516-2.debian.tar.gz
 3d2306051774636135a8a7604f0a398998a0e6c1 22263082 
fonts-hanazono_20110516-2_all.deb
 ae17bb5e985f091c088b008629099483a6e373a3 4996 ttf-hanazono_20110516-2_all.deb
Checksums-Sha256: 
 71817ab2d4861a4cc7aeab6ea06a02937f94dc25723c01d2306451661cd33367 2055 
fonts-hanazono_20110516-2.dsc
 05a7d3aa40aa2d53e2d1811f9ed15d036fe487b8b56193df4a930b66d03bb467 22238631 
fonts-hanazono_20110516.orig.tar.gz
 547af7b4217cec54476f899803f7fc66e92687d94f108b820ad4388ee3028916 5658 
fonts-hanazono_20110516-2.debian.tar.gz
 81613194a66f6d5194ddcede0f09f7038453b91bffefa6ef5b1ca7f22aa52cc9 22263082 
fonts-hanazono_20110516-2_all.deb
 1a67a1d9464dc529ec12d3302fc7d8336698afb7b34800c5e9854bc56257369e 4996 
ttf-hanazono_20110516-2_all.deb
Files: 
 849bec3311b0bd73698a13ce9779572d 2055 fonts optional 
fonts-hanazono_20110516-2.dsc
 76dc7abcf84f54d00c6b7bab5ea6152f 22238631 fonts optional 
fonts-hanazono_20110516.orig.tar.gz
 3776fc423c36f6d691aa9e85d1ef5403 5658 fonts optional 
fonts-hanazono_20110516-2.debian.tar.gz
 f5c39f016d70b6d8a47a458726974bdb 22263082 fonts optional 
fonts-hanazono_20110516-2_all.deb
 8b7d06bc8b1880dfd4d95d61687c4414 4996 oldlibs optional 
ttf-hanazono_20110516-2_all.deb

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

iQIcBAEBCAAGBQJOjVazAAoJEDIkf7tArR+mPacP/1Rm3ImiSwPQotai7eGhASPE
SWodyRcqwgFR5hA5UROAAU2s7KuaqaFf2dRnhMwZ+zSN4TKuyIBvS57+8YRznf9W
WD9dH5MdKIUcJnFmmzr72l95HuzQIbfi1y3C/p79p+rsIr3jt3GOgG2DH+5tuPqx
1eAUCHBUmwGzhBn+94Uu47Ag7ThtTYvhREK3ebf0+x9hRw/pjKax7PmjDVRuU/7N
9IqJXIckMNVZIZ8y7CuU7szr25rQgsJy4L6E3Yk6yNoZFpju8f1Rd1P0OIOeHRAj
c6DKXwIca+T0/3OQ/PG8X/pKGgrG2leVAQzpVktz8RBAp4KoR4+8pucToPgu8tvQ
TavXPngRUxfBEdF3YknWgysSfgTcVhaFT/hVemEWg8zy8aTTlSXbutZpI8Baxq8L
0W8qgHno0Z637HcjgXO/A2rXRLDjxdXCdUoeQNFzOmfI/M+9vIuppjANrxUTh6d+
8m1pfNsnOJtddpNWChI65Ukgh5vqRBLyVjl+l5YwL1a5W3SkLJxKqxitFMMUxBgR
DPpaTJhv+OUKp/GJEm075qN1XS+aXidtVhrz2xTWroov7l4Eoq1PfUYxpLTgSx64
7fDwI02ZovwefzU0s4K7PEuvnA3Db0tiEAbKFY3UH8CVo3sOI2fzk8f+c46TGcod
MtVPUIHIG1TfEpN5Ocem
=AYHw
-END PGP SIGNATURE-


Accepted:
fonts-hanazono_20110516-2.debian.tar.gz
  to main/f/fonts-hanazono/fonts-hanazono_20110516-2.debian.tar.gz
fonts-hanazono_20110516-2.dsc
  to main/f/fonts-hanazono/fonts-hanazono_20110516-2.dsc
fonts-hanazono_20110516-2_all.deb
  to main/f/fonts-hanazono/fonts-hanazono_20110516-2_all.deb
fonts-hanazono_20110516.orig.tar.gz
  to main/f/fonts-hanazono/fonts-hanazono_20110516.orig.tar.gz
ttf-hanazono_20110516-2_all.deb
  to main/f/fonts-hanazono/ttf-hanazono_20110516-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/e1rcgo0-00014e...@franck.debian.org



Accepted libmoosex-hasdefaults-perl 0.03-1 (source all)

2011-10-07 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Oct 2011 13:10:56 +
Source: libmoosex-hasdefaults-perl
Binary: libmoosex-hasdefaults-perl
Architecture: source all
Version: 0.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting fschl...@zedat.fu-berlin.de
Description: 
 libmoosex-hasdefaults-perl - Moose module to default is to ro or rw for 
all attributes
Closes: 644334
Changes: 
 libmoosex-hasdefaults-perl (0.03-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #644334)
Checksums-Sha1: 
 ee1f3ce517807bec0b1a0c2e78e1e9957623e407 2213 
libmoosex-hasdefaults-perl_0.03-1.dsc
 2efc18da17e1de5bc2ae9438377ecac3de9fc20c 18890 
libmoosex-hasdefaults-perl_0.03.orig.tar.gz
 0a932afcbf88670a76ad299f91b8e24f97145f75 1528 
libmoosex-hasdefaults-perl_0.03-1.debian.tar.gz
 b5b7380cc05033db023870fbb06e1d731e20a5c9 6064 
libmoosex-hasdefaults-perl_0.03-1_all.deb
Checksums-Sha256: 
 4fcc12e9c22796c3a3eea4875fa48e7e850c4dd930dba345167c884a9776a1d4 2213 
libmoosex-hasdefaults-perl_0.03-1.dsc
 1efe4b6639ee8f8f9f57c4c56dd1d65b596819a82c7ac0f8a3046a80d2e51f83 18890 
libmoosex-hasdefaults-perl_0.03.orig.tar.gz
 18ddae124e30679232e81258ed9508e8b1fb959f7e6de9b6ec63db0904211f93 1528 
libmoosex-hasdefaults-perl_0.03-1.debian.tar.gz
 b505e203aaf12ed33cac665d993efef4d2b07b07141c7e5c797e212cae7d58f0 6064 
libmoosex-hasdefaults-perl_0.03-1_all.deb
Files: 
 20a31973f1fbd4141a464c1a36fed063 2213 perl optional 
libmoosex-hasdefaults-perl_0.03-1.dsc
 589eb4d7a841e8824d8a24fa92ade369 18890 perl optional 
libmoosex-hasdefaults-perl_0.03.orig.tar.gz
 89e485276b984c0bf728377a2077baaa 1528 perl optional 
libmoosex-hasdefaults-perl_0.03-1.debian.tar.gz
 9ebe28af938fec48151afac24c1ae002 6064 perl optional 
libmoosex-hasdefaults-perl_0.03-1_all.deb

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

iQIcBAEBCAAGBQJOjHviAAoJELs6aAGGSaoGfi4P/iN4uXiCSrzrboSULlPhd3jd
E5ZO3sPhgAPMJgshwra9/OYC5pIh6w/+2jAlHRnIvcCnG8nLiFf2IiT6uqEr5Zch
QbbVa4hnnd+X0bWKDjUaKFJZzQXFnCRM9lioGAbyqkWm//+Xz80TGjtlHQHD4o/W
bNbd7RdArVNmPos+07ut38093/T1YYBAAGS62z+6j8DQGuY43kClkCnq11AzuyDT
jCgMa4SHOFjHz+jn0hiQ2MJj9yg1CDNy2NNZalW0ZKRLd+JDIzyAMTUJcynH1cTI
qnsnjj8wdnxKYz4sr0ORIac/nP2jCZf9GoIiu6ymL6GZ2F423EWCUNuD6/qO4pmm
aiInooJnmCUJjwqKJDP2C3y2qKZBDeHs7ZORArssgY0/2c/6m7650o9S1KnxuJy+
htXyQLjWYsLklTkb6faMq8YRAJukfXeZ5TuBxISuMB+xif5Za+mm2YYInM168o3/
JCb2mL3VO5rV5TQlJAD0CyV8ab/V12gqb3JFIyWgtY3TMurks9QVyuFjfxMo9mk0
8wO/2vYiNytGdynj54P+69cV/bNjUpBO5dofDDXU42Bxuj7xKntRstRXIvwVkofE
I9tlv+ccDkG9ZiuwWa/v8d9jp5dNRtKhl01WrzkmMqybjiZcmlKN721TH6A+N78B
Uo0uZORzO5f08MfferH3
=r0/T
-END PGP SIGNATURE-


Accepted:
libmoosex-hasdefaults-perl_0.03-1.debian.tar.gz
  to 
main/libm/libmoosex-hasdefaults-perl/libmoosex-hasdefaults-perl_0.03-1.debian.tar.gz
libmoosex-hasdefaults-perl_0.03-1.dsc
  to main/libm/libmoosex-hasdefaults-perl/libmoosex-hasdefaults-perl_0.03-1.dsc
libmoosex-hasdefaults-perl_0.03-1_all.deb
  to 
main/libm/libmoosex-hasdefaults-perl/libmoosex-hasdefaults-perl_0.03-1_all.deb
libmoosex-hasdefaults-perl_0.03.orig.tar.gz
  to 
main/libm/libmoosex-hasdefaults-perl/libmoosex-hasdefaults-perl_0.03.orig.tar.gz


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



Accepted libtest-class-most-perl 0.05-1 (source all)

2011-10-07 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Oct 2011 12:47:36 +
Source: libtest-class-most-perl
Binary: libtest-class-most-perl
Architecture: source all
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting fschl...@zedat.fu-berlin.de
Description: 
 libtest-class-most-perl - module to reduce boilerplate when testing classes
Closes: 644331
Changes: 
 libtest-class-most-perl (0.05-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #644331)
Checksums-Sha1: 
 79b8821531b4db51e7032a6af8927ee78976f1fe 2174 
libtest-class-most-perl_0.05-1.dsc
 72d744a62c59eba0479428885b44fa62f118718a 6329 
libtest-class-most-perl_0.05.orig.tar.gz
 7697db4972428ce3da0a040f6cb12d9ffec98f63 1390 
libtest-class-most-perl_0.05-1.debian.tar.gz
 a7ec57a7825dbc37af9fddf5749d0ba9b7439607 9574 
libtest-class-most-perl_0.05-1_all.deb
Checksums-Sha256: 
 c62f0b55d4ae2d18c103d55245520299a92edd9e048025aa89a5229ee8cd72c9 2174 
libtest-class-most-perl_0.05-1.dsc
 38c0a666903b6950aebf2b011e5af4c9c93a25cb845bdff40305c62930de88a3 6329 
libtest-class-most-perl_0.05.orig.tar.gz
 efd9806b7779451a38b9d6e50823a517b2b82080fd931bb89b11caad0b2fec8f 1390 
libtest-class-most-perl_0.05-1.debian.tar.gz
 0297b608a44bfe0b98d8b6d666e53f185a45b86e48b30decf8ff2a051b8f8a45 9574 
libtest-class-most-perl_0.05-1_all.deb
Files: 
 cc3d3d6edd711848a2a89ee2129f7f44 2174 perl optional 
libtest-class-most-perl_0.05-1.dsc
 925a9837f29f78d88b5d1cbe6d62bdff 6329 perl optional 
libtest-class-most-perl_0.05.orig.tar.gz
 7b9dcb7c0dfdb671eb85104d6f8a3356 1390 perl optional 
libtest-class-most-perl_0.05-1.debian.tar.gz
 d400e96d66127d0da3d73552c524da2e 9574 perl optional 
libtest-class-most-perl_0.05-1_all.deb

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

iQIcBAEBCAAGBQJOjH0RAAoJELs6aAGGSaoGrCIQAJbDvVu/vwZTwsSR7ZBBv31I
SJY72edkScfw2UifKwBC5kaWnQIGj/rbx6fSJJo+QunX9uGZNNyiaEd7sdYN3WW0
M/rHRFKrWaBe9RrphbrzjORqjwwHRtWAKcV+OmWq6kUlhOSpm5aRBnU4SDipOZ0u
cgmY+qLHI18kUk4jvlsoy/uQD57DHovVD/PEqJPZ5FzarJrUl7vjWQceSxhUlnVW
MOzUljgiuCspomoRhHxzh5LuOOJLM//jtSe+uAXxFTgncZ+QPCnDTQjf9Fi3miU6
H80PL4IhiBvU8txPp5s9N3YSnEHv90CT38fC67vS2b52MWRgeLil1sixIi4wznzu
RozOFcU7qraRxNnvMoLAB2lIMQrOeH38+TRut0wZdEItl2WnglVv6YRAo1XwPR9X
sz0ueLX0tizk6kPMb7ECHzPJxOMdE78vFQdoEXO5g/EJ1REAUQ8dfV2hYGcHhudj
LcVVUeaESyKWwo3WxSIjUOULwwiqiecJbAjMBZxWPeRiEvfvpuE8Eg24DSiDfx/C
04zta11yaU5w2SwoOjdH0Qwcq7KtJ5xJVPq7cWbu2jVb5247scKOHPT1FakHnc5+
0CR1kyDZWxgg4NsvQhw9BygArQAxIIaiuIDKPIOFZgpRgq2yC7gRxT3hZig5JVXm
/anKbe3KnvBSc3dEGq1R
=8BGN
-END PGP SIGNATURE-


Accepted:
libtest-class-most-perl_0.05-1.debian.tar.gz
  to 
main/libt/libtest-class-most-perl/libtest-class-most-perl_0.05-1.debian.tar.gz
libtest-class-most-perl_0.05-1.dsc
  to main/libt/libtest-class-most-perl/libtest-class-most-perl_0.05-1.dsc
libtest-class-most-perl_0.05-1_all.deb
  to main/libt/libtest-class-most-perl/libtest-class-most-perl_0.05-1_all.deb
libtest-class-most-perl_0.05.orig.tar.gz
  to main/libt/libtest-class-most-perl/libtest-class-most-perl_0.05.orig.tar.gz


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



Accepted qxw 20110818-1 (source amd64)

2011-10-07 Thread Mark Owen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 18 Aug 2011 14:30:08 +0100
Source: qxw
Binary: qxw
Architecture: source amd64
Version: 20110818-1
Distribution: unstable
Urgency: low
Maintainer: Mark Owen deb...@quinapalus.com
Changed-By: Mark Owen deb...@quinapalus.com
Description: 
 qxw- advanced interactive crossword construction tool
Closes: 638465
Changes: 
 qxw (20110818-1) unstable; urgency=low
 .
   * Initial release (Closes: #638465)
Checksums-Sha1: 
 217fe401a6e1d8a8c24e393b6be54ec8bbe9bc87 1141 qxw_20110818-1.dsc
 e452a8b23f1dd90c2cd074b316ef962ba4f08dbb 72028 qxw_20110818.orig.tar.gz
 3f4bdd08d64edef38168db0470ae749726c8b956 2887 qxw_20110818-1.debian.tar.gz
 0fa74543f978b1d6fdb5ec01d2eefd0eb4d06902 104372 qxw_20110818-1_amd64.deb
Checksums-Sha256: 
 58415b683a704ebee116e8ed48fcabc865250b6501c5e4b570014fb3066e24dd 1141 
qxw_20110818-1.dsc
 57b16d9e5837dca52228b19229e320b89641f9f5b30ddd2f659168af2e1d1d7a 72028 
qxw_20110818.orig.tar.gz
 a2a4e483fc1d80d0a957e718a4ebede54fb9d904ae472f501dc379a991d2f7ae 2887 
qxw_20110818-1.debian.tar.gz
 c6154c6c6be83f20db2e0634463bf9be202ae46dcf6fd11e89e82808835033e4 104372 
qxw_20110818-1_amd64.deb
Files: 
 39d2fe04dd73000bee815031ca382180 1141 games optional qxw_20110818-1.dsc
 0eafc50e791cfff06afb8be10a19db28 72028 games optional qxw_20110818.orig.tar.gz
 b37b2e3c407218dcc6eeff57d92ce00e 2887 games optional 
qxw_20110818-1.debian.tar.gz
 d088f51b4e5c60963d569796844008e2 104372 games optional qxw_20110818-1_amd64.deb

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

iEYEARECAAYFAk6OCfUACgkQpD5tJxKCh+jl7wCfTPnW0Tu9Bs+9XYCtduf1YlR2
148An2SXHwe8tWPc2TFrsFMWcXurVF+J
=zUvP
-END PGP SIGNATURE-


Accepted:
qxw_20110818-1.debian.tar.gz
  to main/q/qxw/qxw_20110818-1.debian.tar.gz
qxw_20110818-1.dsc
  to main/q/qxw/qxw_20110818-1.dsc
qxw_20110818-1_amd64.deb
  to main/q/qxw/qxw_20110818-1_amd64.deb
qxw_20110818.orig.tar.gz
  to main/q/qxw/qxw_20110818.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/e1rcgop-0001bo...@franck.debian.org



Accepted ruby-contest 0.1.3-1 (source all)

2011-10-07 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 03 Oct 2011 23:27:11 +0200
Source: ruby-contest
Binary: ruby-contest
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier cedric.boutill...@gmail.com
Description: 
 ruby-contest - Ruby library to write declarative tests using nested contexts
Closes: 644249
Changes: 
 ruby-contest (0.1.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #644249)
Checksums-Sha1: 
 b56117fec52ffeabf4ebfbb51f2590cc79c82e48 1421 ruby-contest_0.1.3-1.dsc
 bf34b2cb091453e6443e05287a04e5f51322bf84 3915 ruby-contest_0.1.3.orig.tar.gz
 34b2a043ebdf514befbeb4e3e3c633ee935f5451 2117 
ruby-contest_0.1.3-1.debian.tar.gz
 94ebf544cee4e571a90341b1996f2a36c5239e8d 3846 ruby-contest_0.1.3-1_all.deb
Checksums-Sha256: 
 d43a3857654c240b1cba8c5968a7401b4a38c9fe19ea6ed852b7a9141e4c33a7 1421 
ruby-contest_0.1.3-1.dsc
 84044ab7cb8b1d29b4d0d5eb431a5a7a622c394783b32a754c6ef929aa8b 3915 
ruby-contest_0.1.3.orig.tar.gz
 bd631b2283b37e317c8eb8cf6aa06ca5b918ff9a080f1d1bd22c679ee00cae94 2117 
ruby-contest_0.1.3-1.debian.tar.gz
 450023679cff696829be628e2af89862194f04d915e72e474b7f116bf7f54a61 3846 
ruby-contest_0.1.3-1_all.deb
Files: 
 bd3b491cedf0a2b43b5f65341305e7e6 1421 ruby optional ruby-contest_0.1.3-1.dsc
 b4ddb00abdc1b51fe92282b150ddb511 3915 ruby optional 
ruby-contest_0.1.3.orig.tar.gz
 f829e5c323a5527d7274df47f9ae6ef1 2117 ruby optional 
ruby-contest_0.1.3-1.debian.tar.gz
 797b82ec0944818c032eb728a4f971cf 3846 ruby optional 
ruby-contest_0.1.3-1_all.deb

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

iEYEARECAAYFAk6MzFQACgkQJBBhylAGQYElnACeI9ELy0l9R68t90z8fIs8JLZr
upcAn2dZEI1eivk9nsq1UNQImowcxQH8
=ymgQ
-END PGP SIGNATURE-


Accepted:
ruby-contest_0.1.3-1.debian.tar.gz
  to main/r/ruby-contest/ruby-contest_0.1.3-1.debian.tar.gz
ruby-contest_0.1.3-1.dsc
  to main/r/ruby-contest/ruby-contest_0.1.3-1.dsc
ruby-contest_0.1.3-1_all.deb
  to main/r/ruby-contest/ruby-contest_0.1.3-1_all.deb
ruby-contest_0.1.3.orig.tar.gz
  to main/r/ruby-contest/ruby-contest_0.1.3.orig.tar.gz


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



Accepted widemargin 1.0.11-1 (source all)

2011-10-07 Thread Daniel Hughes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 3 Oct 2011 20:48:00 +1200
Source: widemargin
Binary: widemargin
Architecture: source all
Version: 1.0.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team 
pkg-cli-apps-t...@lists.alioth.debian.org
Changed-By: Daniel Hughes tramps...@gmail.com
Description: 
 widemargin - bible reading and study application
Changes: 
 widemargin (1.0.11-1) unstable; urgency=low
 .
   * Initial release
Checksums-Sha1: 
 a28bb0699bee527ddfcf40c109c21e7f7604673f 2116 widemargin_1.0.11-1.dsc
 58e44f4b06c0f008661b0c76d17f48ba23a60382 1470552 widemargin_1.0.11.orig.tar.gz
 b42eab5d91cdacef1ded2ffd39aee19f73918738 2027 widemargin_1.0.11-1.debian.tar.gz
 77ebe30587725decb0b9686e23d43172c830467f 145 widemargin_1.0.11-1_all.deb
Checksums-Sha256: 
 66beb2768d5c0df7719398b39a8c1b2da75703ca3f84a019b948e3673a088c55 2116 
widemargin_1.0.11-1.dsc
 e597c171872b1fa7c72621d5ad463c77ffd4955a58d48221495316e1a4083357 1470552 
widemargin_1.0.11.orig.tar.gz
 1806834e11ace98f0b53a996f9e110bfd182ffcd4018f745cfcb7e47a2a14334 2027 
widemargin_1.0.11-1.debian.tar.gz
 8ca2bf113873977983b7950705240a11a02cbe22d9f77ee0a2e1a0ea44a84073 145 
widemargin_1.0.11-1_all.deb
Files: 
 2aa01573c1a95bacf6d569e5a89b5b58 2116 gnome extra widemargin_1.0.11-1.dsc
 ecca5f43c97814d78636e70741ace77d 1470552 gnome extra 
widemargin_1.0.11.orig.tar.gz
 0cff2e53f17b20adcdfd086a2126f72e 2027 gnome extra 
widemargin_1.0.11-1.debian.tar.gz
 2cc0f9b4cc1a05d24d61656a2160f6fb 145 gnome extra 
widemargin_1.0.11-1_all.deb

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

iQIcBAEBCAAGBQJOjYYIAAoJEONS1cUcUEHUH0IP/1S37JxLaBj9Vb8RK9luSWp+
l3kjlUR6op+w9txbuWUu4IDrI/6DtMzH37bFGNSoV0CneprANnhOxgyBbpr8mgW+
gq+5fr4X7t476CMVIU8p4fjfM14klROfXFS5AzmHCEGnLAZX3ENuvlcyty1xraTu
wTi9eTGLoWCwsObtmO292jtu5Nrfct0uAO3RoDC2XcbqdU8NOD7fltpALTbLi57V
GOcfzz2j6QZ/DZ4v4KklHTyB8biiU1j8JdVi2v7BD/Luy8WyVvR5EQRhQRa8moeE
2rX2tnMPJgFC+CKszgT2rXl6eNtOIgOvF4wL+7PRNoqI97e+w2jMMw4uaTGaG2WH
dDxirzMuDMfw3KcYlVrmlZYuCMjErBYdfNOfpWakw9Fx8ZBLTN5DSGdiakNQ9jpB
jE3/q9wYn5KRRaRvXaMw9+6AIul1p5808ut8y9nM0EHQoTiOmRxasGlbZ0AX5aEP
DkMD/JKsKfSDutOPwmf2tyElcMoOhZY+Kp1t2IBqPr5eU/CxXjt12gFZvQJgHn6N
M8a0alRy6XEqM8NLD6/as3cPbG/YIqFnzCVw+97m14Hwgo2nh+0C0aWYfKkNybYC
4ER/sXNWAydHYPNFlT3Xjjy6Cx4q6cRswn09Ar5rCUgVjnZfXBL2DRXpa0TNo6gr
dMiqtV80i+gWASDUj4C2
=y8NO
-END PGP SIGNATURE-


Accepted:
widemargin_1.0.11-1.debian.tar.gz
  to main/w/widemargin/widemargin_1.0.11-1.debian.tar.gz
widemargin_1.0.11-1.dsc
  to main/w/widemargin/widemargin_1.0.11-1.dsc
widemargin_1.0.11-1_all.deb
  to main/w/widemargin/widemargin_1.0.11-1_all.deb
widemargin_1.0.11.orig.tar.gz
  to main/w/widemargin/widemargin_1.0.11.orig.tar.gz


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



Accepted yafaray-blender2.5-exporter 0.1.2~beta2.1-1 (source all)

2011-10-07 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 24 Sep 2011 10:45:00 +0200
Source: yafaray-blender2.5-exporter
Binary: yafaray-blender2.5-exporter
Architecture: source all
Version: 0.1.2~beta2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi m.vesc...@revese.it
Description: 
 yafaray-blender2.5-exporter - modern, xml-speaking raytracing-based rendering 
system
Closes: 641364
Changes: 
 yafaray-blender2.5-exporter (0.1.2~beta2.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #641364)
Checksums-Sha1: 
 3f5d5707522bbad78c78f23fee4d6bb4831005d2 1595 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.dsc
 0bf26e19801a2162cbb46d0e399291c60c3c975b 54421 
yafaray-blender2.5-exporter_0.1.2~beta2.1.orig.tar.gz
 7e07600e2944435c5dccc23873265659b2013f84 2291 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.debian.tar.gz
 35b44a5af57f4fcaf84afb0b21792b1be0f6a6ea 49960 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1_all.deb
Checksums-Sha256: 
 6ff4fb38b3ac3256c2d2eed9b9fa7ca8716b4641f45094f88f7b09b690e8b1a2 1595 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.dsc
 7c02a012ce68f090ae3326aefe66affc1404002d63a9e2eb6a34f54ca56d13a5 54421 
yafaray-blender2.5-exporter_0.1.2~beta2.1.orig.tar.gz
 0cf663da4f70798f1630bf9dc5f244fe5502c8b126c82b7e8bc3bb603289bb32 2291 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.debian.tar.gz
 b9de8f0e281416a98d188474c1340caa07a4384f54f360ec9b1a48155e1dab7f 49960 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1_all.deb
Files: 
 e75efee2a3206ba74e67e86bc79a8c88 1595 graphics optional 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.dsc
 7d7b36c7ffd119b85ff501959b9d1d6c 54421 graphics optional 
yafaray-blender2.5-exporter_0.1.2~beta2.1.orig.tar.gz
 f593aad7591d5a020dadd5d7060e07a5 2291 graphics optional 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.debian.tar.gz
 2aa8555ddb79d2ae49038808f5045477 49960 graphics optional 
yafaray-blender2.5-exporter_0.1.2~beta2.1-1_all.deb

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

iEYEARECAAYFAk6MeDEACgkQRdSMfNz8P9BiXwCeOQofCmR9qi6p5crJfJkShe2Z
NNAAniBg27TEGLbs5t1vGj4bx31Xfqqy
=Ntsu
-END PGP SIGNATURE-


Accepted:
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.debian.tar.gz
  to 
main/y/yafaray-blender2.5-exporter/yafaray-blender2.5-exporter_0.1.2~beta2.1-1.debian.tar.gz
yafaray-blender2.5-exporter_0.1.2~beta2.1-1.dsc
  to 
main/y/yafaray-blender2.5-exporter/yafaray-blender2.5-exporter_0.1.2~beta2.1-1.dsc
yafaray-blender2.5-exporter_0.1.2~beta2.1-1_all.deb
  to 
main/y/yafaray-blender2.5-exporter/yafaray-blender2.5-exporter_0.1.2~beta2.1-1_all.deb
yafaray-blender2.5-exporter_0.1.2~beta2.1.orig.tar.gz
  to 
main/y/yafaray-blender2.5-exporter/yafaray-blender2.5-exporter_0.1.2~beta2.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/e1rcgor-0001hz...@franck.debian.org



Accepted djview4 4.8-2 (source all amd64)

2011-10-07 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 20:28:47 +0100
Source: djview4
Binary: djview4 djview-plugin djvulibre-plugin
Architecture: source amd64 all
Version: 4.8-2
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 djview-plugin - Browser plugin for the DjVu image format
 djview4- Viewer for the DjVu image format
 djvulibre-plugin - Transition package, djvulibre-plugin to djview-plugin
Closes: 643093
Changes: 
 djview4 (4.8-2) unstable; urgency=low
 .
   * single debian patch source option (closes: #643093)
   * ensure rsvg in build dependencies
   * silence lintian regarding duplicate sections
   * silence lintian regarding unneeded encoding in desktop file
Checksums-Sha1: 
 bb0b9f3f7fffab322c3199ed38802505677a7be1 1501 djview4_4.8-2.dsc
 4d984e3fb958820775b7900fb53f8929a036ce7d 64831 djview4_4.8-2.debian.tar.gz
 e6aa4c7965073248ab87c129aaa6c28aa0490269 679770 djview4_4.8-2_amd64.deb
 2d652ab29d79f4b9eefd00cc38e118ff53004781 28974 djview-plugin_4.8-2_amd64.deb
 bf38e7a64bf0d278f4bf687a0c6ad938ccd324eb 4932 djvulibre-plugin_4.8-2_all.deb
Checksums-Sha256: 
 5acfb9fdbf46e5a8b8676fbf23877beda3afaa7fd5ed59a633f8a7f41ccc44ec 1501 
djview4_4.8-2.dsc
 26c97a8fcd25c002402fe2d227ec5a43bcc4940cf167baaee0c87f9928ce00ba 64831 
djview4_4.8-2.debian.tar.gz
 07c7fe51f778b7f4c23647b84184b3a97de58d45729a9c558455bb28ee8acbd7 679770 
djview4_4.8-2_amd64.deb
 1412612de51c68898db1d6992184f00a3177aae591e3b6c038ed9fc25ce89cbf 28974 
djview-plugin_4.8-2_amd64.deb
 97aba6586c7039bf4e2b57b7df740ed538baf7ab1fd37c968f3df101897b9ebd 4932 
djvulibre-plugin_4.8-2_all.deb
Files: 
 4af455dd6e2fa6b01e77ef6665881793 1501 graphics optional djview4_4.8-2.dsc
 6d63077a422c7b97c6598a153d6fcb7b 64831 graphics optional 
djview4_4.8-2.debian.tar.gz
 f0788ae55160ed747b909f3154d9deac 679770 graphics optional 
djview4_4.8-2_amd64.deb
 630f0e6615209a719234244e6d9f7aaa 28974 web optional 
djview-plugin_4.8-2_amd64.deb
 1496257b0d55bd3ad1203ccc83f8c7d5 4932 web optional 
djvulibre-plugin_4.8-2_all.deb

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

iEYEARECAAYFAk6PV18ACgkQLz4Gnv7CP7JEJACgstcU+D5ID4vKWLdipVNGOLyT
8P4AoLBZxgbctYyn3u7bs81DTlQsn3r7
=1uK3
-END PGP SIGNATURE-


Accepted:
djview-plugin_4.8-2_amd64.deb
  to main/d/djview4/djview-plugin_4.8-2_amd64.deb
djview4_4.8-2.debian.tar.gz
  to main/d/djview4/djview4_4.8-2.debian.tar.gz
djview4_4.8-2.dsc
  to main/d/djview4/djview4_4.8-2.dsc
djview4_4.8-2_amd64.deb
  to main/d/djview4/djview4_4.8-2_amd64.deb
djvulibre-plugin_4.8-2_all.deb
  to main/d/djview4/djvulibre-plugin_4.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/e1rchal-vw...@franck.debian.org



Accepted libgssglue 0.3-3.1 (source amd64)

2011-10-07 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 21:33:03 +0200
Source: libgssglue
Binary: libgssglue-dev libgssglue1
Architecture: source amd64
Version: 0.3-3.1
Distribution: unstable
Urgency: emergency
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libgssglue-dev - header files and docs for libgssglue
 libgssglue1 - mechanism-switch gssapi library
Closes: 643950
Changes: 
 libgssglue (0.3-3.1) unstable; urgency=emergency
 .
   * Non-maintainer upload.
   * Don't use bzip2 compression for the debs (closes: 643950).
 No thanks, Anibal.
Checksums-Sha1: 
 e0f6245c952f6bdd1f1733fec7cbe0b60a570a3d 1829 libgssglue_0.3-3.1.dsc
 f8c0f39ccf07cff449fd368f5cf4d5420a0141da 7470 libgssglue_0.3-3.1.debian.tar.bz2
 ac5e6dcbe562a3e73868829b34382fb1ee9a76f4 33884 libgssglue-dev_0.3-3.1_amd64.deb
 bb17d396c85b9728122faf4321ebc73c5b435245 24322 libgssglue1_0.3-3.1_amd64.deb
Checksums-Sha256: 
 a766497f947bc49295d9231776c8e94e2b5d956121d78c5a3ce2bff6fa3535d2 1829 
libgssglue_0.3-3.1.dsc
 cb9e06c994271d2235d9e441f889d1937cccd941d5b08f565e79179d7fbea51b 7470 
libgssglue_0.3-3.1.debian.tar.bz2
 99d2e4d7c8ea22ce193d28fb892429590e5f1772f50aed16dc43d3d12cead571 33884 
libgssglue-dev_0.3-3.1_amd64.deb
 970340b6052e6cb3721079d43b2a9ced73db5b6c554300bee14839b83b662551 24322 
libgssglue1_0.3-3.1_amd64.deb
Files: 
 21152578aaffee919d1f98343ff27712 1829 libs optional libgssglue_0.3-3.1.dsc
 6e9708b7fd6a8f773e2093761f8fd001 7470 libs optional 
libgssglue_0.3-3.1.debian.tar.bz2
 3887d88e8911af48e66436baa1d08ab6 33884 libdevel optional 
libgssglue-dev_0.3-3.1_amd64.deb
 26f0c188236915da46fc6be718ebdf7d 24322 libs standard 
libgssglue1_0.3-3.1_amd64.deb

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

iQIcBAEBCAAGBQJOj2bAAAoJEDEBgAUJBeQMlV0P/AhY0DIdvGvAvKrrKg+ztIKf
90AWmKSfSn96S6L4vWs/68qgXKaOfP+nxY9x1reJmR5lfC9+qMT9Q/MKaeReue+6
Asy7Au2IJwYqb7SQw5jqdqEuMWmTkUrITHWKXJYkO9Ccfm0dHB2F0m6TUhbQ8y6r
k/yKEusKy4GGg/DEkPFX6fyXojOJa2ocX8iiHMQibaVSu14dzG62tcgY+oOAoAiw
ZEK7QJXg1+Lih800SxXoOGkCenDP0kyPXxCakiPJt7kvat0xgLzYMPQocbl8Eusv
YZ1KJ++oK9Y1zLZ1pXCxuMyEnWqKJxH8btcnryuRGFYTI7U0MmPX1SmFauk8wklz
owV6DI83lb3qQpXYLZ5lRLj2qYyIXg5qzMHFf1Aw3J0YKrVgcF1KTK7V1HeOzOrd
0mJc8yhAJdupTPgnKS+ceMOGxgPT+gpyB3BHa948JD0fmQWketM2Q+WthbDpjR0G
r49bXx2RBNQ0PtTrHZXtqkSvawbsZ+sK7wEiOxEXaD67hY77YOwrbw5l/sOfFbhc
ax4QcHCFL4ASV4g9aJvqrBRgibVzXugN98rHJn+MN7BEKgQUo/4cKK55GOWBjZIf
RKkyZBs826iv78sY+nMcyU+0cBlanGgH+aFrlGoE0+jeaDlaEU143UUmLkyXBekT
nBPQNjWo8nE/3402AVWK
=HnCo
-END PGP SIGNATURE-


Accepted:
libgssglue-dev_0.3-3.1_amd64.deb
  to main/libg/libgssglue/libgssglue-dev_0.3-3.1_amd64.deb
libgssglue1_0.3-3.1_amd64.deb
  to main/libg/libgssglue/libgssglue1_0.3-3.1_amd64.deb
libgssglue_0.3-3.1.debian.tar.bz2
  to main/libg/libgssglue/libgssglue_0.3-3.1.debian.tar.bz2
libgssglue_0.3-3.1.dsc
  to main/libg/libgssglue/libgssglue_0.3-3.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/e1rchcf-00018q...@franck.debian.org



Accepted ristretto 0.1.1-1 (source amd64)

2011-10-07 Thread Lionel Le Folgoc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Oct 2011 22:19:37 +0200
Source: ristretto
Binary: ristretto
Architecture: source amd64
Version: 0.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Lionel Le Folgoc mrpo...@gmail.com
Description: 
 ristretto  - lightweight picture-viewer for the Xfce desktop environment
Changes: 
 ristretto (0.1.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 601135a277167e04bb7ca51de21f15aff7a35f5f 2124 ristretto_0.1.1-1.dsc
 26def89ffc2bf3ced2c422f08bf22213fee0b439 359153 ristretto_0.1.1.orig.tar.bz2
 eaf3bc1dedf36229508b9c4a4eeff255d178cbc4 3370 ristretto_0.1.1-1.debian.tar.gz
 a81d321c9e36917bd47391baf7822d643daff20f 181834 ristretto_0.1.1-1_amd64.deb
Checksums-Sha256: 
 01e1a7a7c9f42cddb98f884848bbee3f097549c9ce307d8dde3c960c738897e0 2124 
ristretto_0.1.1-1.dsc
 8f4986a646460b24282cc95cc30f03484a5c8e0f1c568a9f4ef5749a66ec62da 359153 
ristretto_0.1.1.orig.tar.bz2
 047a0d80e3e0671d5168ffe0fcb52d0e6f15bc6c5c3dad3dde3995c759204fbe 3370 
ristretto_0.1.1-1.debian.tar.gz
 f06b182163b74dcf46e0f880088722f52ab0f9331631c1562d7a2644ec0f930c 181834 
ristretto_0.1.1-1_amd64.deb
Files: 
 555a0a4ad9333b239a284600cedfcde3 2124 xfce optional ristretto_0.1.1-1.dsc
 4b0f58c00ef99f13ebf134979ee76980 359153 xfce optional 
ristretto_0.1.1.orig.tar.bz2
 483cdcbf96a8996d60aad1cde3fada05 3370 xfce optional 
ristretto_0.1.1-1.debian.tar.gz
 388718f64b9813a86cbe907453d6af30 181834 xfce optional 
ristretto_0.1.1-1_amd64.deb

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

iQIcBAEBCgAGBQJOj19SAAoJEDBVD3hx7wuoNFkQAIk5w9x1b7DHBXd4xTLBLyj3
yaC7n6/B9jjy6BVCq4uKGt4EVZQnx3VzjP7HShMHLR9s5WiZlizN39DYqUnwvJqf
m3fzj8va8NL00eUp5ZemtOiF3ZZs1sUpMkMbQivYhKYqb6HqaU4OOd52aVBAL+Am
EWF8njJnBFGED4f+alWGz0WlKh0JcMlqiCMt1vWFopBEyEHa7CL+llHr7js9D1Ov
HDS1RQdKhU+8YE5vwutj8m0AU+BDDfJiEohqi0r7ooYk3BxBn3VurjQ4nfPYZH4F
U5AwbA7mq/zFEdPiECnDBWe7zCZqIl3eoBEs1fGptUeOqOpbn5aCiVMUz1F6nI/I
w89r59qCtaJVFMGslcCA7FFXr4DuWJvLCwNpN4o4EBw+Tuo/LpykES90a8FdZayW
JQSbyd5y1rDDIJTgfMAfYh2fDfjxJbwAB76FnNwn9qRqD3vnjkvQ+5PBgT9TtQ8+
lcSwYequdwhytyxpX9VX5ShMRrpyhaLcXQI24MvD1/dIyRt9bBTrAeusm3rYU2vD
4gRpxLi+8XjaxCF0CWYBvD+s3L173SdLGqHKJSOjlRh/m86qH3inuR3lTGag0vdI
7fSrAuNVGtnVIXGQ9lLRrygv6rY4Wb85OW8zinEg5bz+/5e254TtzbgsH9aNShSx
rCIANYtPFwpdAW6te1S/
=R2J0
-END PGP SIGNATURE-


Accepted:
ristretto_0.1.1-1.debian.tar.gz
  to main/r/ristretto/ristretto_0.1.1-1.debian.tar.gz
ristretto_0.1.1-1.dsc
  to main/r/ristretto/ristretto_0.1.1-1.dsc
ristretto_0.1.1-1_amd64.deb
  to main/r/ristretto/ristretto_0.1.1-1_amd64.deb
ristretto_0.1.1.orig.tar.bz2
  to main/r/ristretto/ristretto_0.1.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/e1rchh9-00020w...@franck.debian.org



Accepted oidua 0.16.1-7 (source i386)

2011-10-07 Thread Erik Wenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 22:44:48 +0200
Source: oidua
Binary: oidua
Architecture: source i386
Version: 0.16.1-7
Distribution: unstable
Urgency: low
Maintainer: Erik Wenzel e...@debian.org
Changed-By: Erik Wenzel e...@debian.org
Description: 
 oidua  - audio file metadata lister
Closes: 627416
Changes: 
 oidua (0.16.1-7) unstable; urgency=low
 .
   * [a3fb3c76] [rules] remove DEB_PYTHON_INSTALL_ARGS_ALL
 Closes: #627416 Thanks: Jakub Wilk jw...@debian.org
   * [6d70fd80] build package using dh_python2
   * [0cd8b32c] [debian/control] bumped stardard version to 3.9.2
Checksums-Sha1: 
 b4fb8f24b0d3caa16be3db740f407f39ed37b65e 1184 oidua_0.16.1-7.dsc
 dc617b9d6fc2184d623c0029a9f0a67c5d9f9e39 4702 oidua_0.16.1-7.debian.tar.gz
 760587f5f9fe9c665269b28453e57523233a26ed 20646 oidua_0.16.1-7_i386.deb
Checksums-Sha256: 
 058302a985c9a7aa662eafce8a694237de235c2322acdb3d1288cb4825baa154 1184 
oidua_0.16.1-7.dsc
 c4ccbf3f8b6017c162bb622baef5609e15e5bf60c28a7c3f6bde2ff095ee6642 4702 
oidua_0.16.1-7.debian.tar.gz
 4caf42e2cc3b3dc19f2ed4517a25b2bd92497d7c857dd1bd92e7f916dd13f91f 20646 
oidua_0.16.1-7_i386.deb
Files: 
 e8cd3fc3db2a309ac78a9e450cdb5529 1184 sound optional oidua_0.16.1-7.dsc
 ea58c8bdaab27b703661021eea4bec6e 4702 sound optional 
oidua_0.16.1-7.debian.tar.gz
 180bfdbf758bff7512ed3582104760cc 20646 sound optional oidua_0.16.1-7_i386.deb

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

iEYEARECAAYFAk6PZWgACgkQmMmei9uJhBALFQCfXvehRB3caLuQOCuzZgcewOjp
eVIAoKfL9hRWJFjFeL6OCceejiw2FVa2
=RuH/
-END PGP SIGNATURE-


Accepted:
oidua_0.16.1-7.debian.tar.gz
  to main/o/oidua/oidua_0.16.1-7.debian.tar.gz
oidua_0.16.1-7.dsc
  to main/o/oidua/oidua_0.16.1-7.dsc
oidua_0.16.1-7_i386.deb
  to main/o/oidua/oidua_0.16.1-7_i386.deb


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



Accepted parcimonie 0.6-1 (source all)

2011-10-07 Thread Intri Geri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Oct 2011 19:59:10 +0200
Source: parcimonie
Binary: parcimonie
Architecture: source all
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Intri Geri intrigeri+deb...@boum.org
Changed-By: Intri Geri intrigeri+deb...@boum.org
Description: 
 parcimonie - privacy-friendly helper to refresh a GnuPG keyring
Closes: 642732
Changes: 
 parcimonie (0.6-1) unstable; urgency=low
 .
   * Imported Upstream version 0.6:
 - Don't send NEWNYM nor talk to the Tor control port/socket anymore:
   sleeping long enough for the previously used Tor circuit to expire
   (MaxCircuitDirtiness) is enough.
 - Drastic memory savings:
 · 75% (RSS) for the parcimonie daemon (58MB - 15MB)
 · 50% (RSS) for the parcimonie applet (54MB - 28MB)
 - Add an About dialog to the applet.
   * Add missing {Build-,}dependency on liblocale-gettext-perl. (Closes: 
#642732)
   * Update dependencies for 0.6.
Checksums-Sha1: 
 2029379d4cf4f59653b28b4d6c4203e65655880a 2748 parcimonie_0.6-1.dsc
 fb9ac39070c9967774576a01b7b78d5f37af2440 55367 parcimonie_0.6.orig.tar.gz
 b1d88f977d791d6a3811da0bb7e9860bf0be676e 4402 parcimonie_0.6-1.debian.tar.gz
 5f9d365fc053728dbf62de34115aa7f2421503f3 39882 parcimonie_0.6-1_all.deb
Checksums-Sha256: 
 6b43af50f941bc2e08328ca6477152359d5b060942d6f1bebe342ae802191b60 2748 
parcimonie_0.6-1.dsc
 b5dc3262d56cff58cd6e4fa99976d53cc3de0f7af2c27396e5877498a0cc23fc 55367 
parcimonie_0.6.orig.tar.gz
 6d7b72cab7c8ce454afb5ad05b2b5e769e9f877ace81efb0a533f4895aae9840 4402 
parcimonie_0.6-1.debian.tar.gz
 f71130202af4cba30c96e321e9444723d7513633a6d3e54f38162b9e52f10161 39882 
parcimonie_0.6-1_all.deb
Files: 
 8c2206f697c6639480f38c2083dfd507 2748 perl optional parcimonie_0.6-1.dsc
 6efda3738d925ac9a80f13bcd8f71059 55367 perl optional parcimonie_0.6.orig.tar.gz
 80bd31c656622dfd608065ebfeb315a3 4402 perl optional 
parcimonie_0.6-1.debian.tar.gz
 5903fb6be3596684d2ab8b1fb42585c3 39882 perl optional parcimonie_0.6-1_all.deb

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

iQIcBAEBCAAGBQJOj3jlAAoJEEgU3sIrMHw8pPsQAIBKPFTQp1sz+ksuzE5M1tc2
dHH/Jil+WqFmGVgTqD5RcRLF6FgHyMD7nUNJvGO1Qc84Y/LA0YPuxDoL7ly1bize
awpoDjGMxj/Dfj6ZV/BJzIWuPexAPG5Ax0ZiwBSDMAMOJJqkp9V2RSnA/fzJCvod
cQeaU47xE9qEQcA8D+sP98XspCQz5QVd9JGJ9e2rbdej7oYnFPKfYQKNkgiApNIs
a1uyFhFXxTvJ9d0zHoypShTEl+Xh0WNfJcB089JEsfXz/4+B5eBqrtMcAtVLdwK2
f4mFZa0MyWKycY6f5yHF2ScQWvObZzbVwSS09bJeZD5ZiBEp/q6gUBGp9Zcd9J2v
DdIUg/MpfRg7O/EFl6BUaYwoqoJAEwOKil4UYa2HFWvv1um3ilboBcRGsfij1ksk
Evu2ZQKotVIGgAI5HultkHxnsRgnCf1Y7VBugjF7Dc+2lBV61yGf+HPGJcXkP0Rb
j0Sk95+ZPRAJ4HyzIXUAuZ2Zpv4vWanKXRiSz5LzN9jRsMfkj9wa39Xk4TanZuao
SiMISP+ZXvl01I1r12zcshur5RuOy4eNSa6LAo4ALtOyxdpVrtAvl6f4MZHz14qn
toUF1MX85CbLRbgGQEEld2tg288Tj4OVQqIffcjr1zVXbBVI5pRc0NytrKiJY3xt
LUpF80+hJUGSNu1M5rtU
=sbho
-END PGP SIGNATURE-


Accepted:
parcimonie_0.6-1.debian.tar.gz
  to main/p/parcimonie/parcimonie_0.6-1.debian.tar.gz
parcimonie_0.6-1.dsc
  to main/p/parcimonie/parcimonie_0.6-1.dsc
parcimonie_0.6-1_all.deb
  to main/p/parcimonie/parcimonie_0.6-1_all.deb
parcimonie_0.6.orig.tar.gz
  to main/p/parcimonie/parcimonie_0.6.orig.tar.gz


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



Accepted distro-info 0.2.3 (source all)

2011-10-07 Thread Stefano Rivera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 22:24:08 +0200
Source: distro-info
Binary: distro-info
Architecture: source all
Version: 0.2.3
Distribution: unstable
Urgency: low
Maintainer: Benjamin Drung bdr...@debian.org
Changed-By: Stefano Rivera stefa...@debian.org
Description: 
 distro-info - provides information about the distributions' releases
Changes: 
 distro-info (0.2.3) unstable; urgency=low
 .
   * old is not a Debian suite alias, but oldstable is.
   * Add myself to Uploaders.
Checksums-Sha1: 
 7d1494b1f2ffd5f09995b5657d2b8adc62ba0cf5 1654 distro-info_0.2.3.dsc
 75db1705887a5fc893296eb9f539dc525703b991 8608 distro-info_0.2.3.tar.gz
 7aaa03dbf8bc9870fee23fc901ea7e4b36d0320c 12612 distro-info_0.2.3_all.deb
Checksums-Sha256: 
 727e2ebc9607ac0e42391fdf13c9b669b114c785b0f86461e6839129fb609d21 1654 
distro-info_0.2.3.dsc
 2548e366a70d234e9d19f5a5ca75b26ea23ba528a8fbc18e7470bbdf96e57ac8 8608 
distro-info_0.2.3.tar.gz
 384c0197755173e78b80515f2bc55598b39a1cc6863c1e838d5e017bb9701d7e 12612 
distro-info_0.2.3_all.deb
Files: 
 6024d964b49cb52a0e222d0aaf033436 1654 devel optional distro-info_0.2.3.dsc
 65ba3bf3e7319bd4c8ef8947744ef64a 8608 devel optional distro-info_0.2.3.tar.gz
 d2768348bee2c77ef88d007833513568 12612 devel optional distro-info_0.2.3_all.deb

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

iQIcBAEBAgAGBQJOj4ZHAAoJEACQ/CG1zRrMv38QAJg7jdWr62UyS9/kLH3rc1ua
AhkZG1FcnGfDzl/TJoTnrLV/76PM9GxvODwWRORYVqM2E6QEG+IRkNs50dbFZfxn
9cfl1I/xAmkbfndxi5AzPEKIvyZXQZ2eWHUfQYAmyGqusqwP432rHVxEk3ev+wf2
4rIHi2u2lTSJXZWnH0C4kkjTbugz3IGVMw5YzPGkAkrKSiP8utKUElCWVQBFvcSs
UCM9TkOY6L9SrP1+cydxqV72JP2Raf8pNTU7K+VSZP828FJ0pZStJBctqyJ+CCpF
IZ9Wez6pzUZLBlG9LWoadCPIHNRVAfc56gRiuNFhAc+kLDn6GTlP/PWWBDVqvcCu
UyVB7R7QAavJr5/CIf0xKv7QAsihOQc4EkVHkelbHRvM9Q90HuKnmsGWK9PcZhqq
mXGgj+fBMRA/i4QAhW38cPUBH70l+FK9EFhJtjLM4wk17CyDLYMeYwcHV/1AdicX
8h5V3HUik9JhFtyAdUEZ9ixJtQ25PdxjZWCPzr219+SYklKpFVuJ/WqZcaB89Fe5
wCNvxiir9XXEoh22wEs9+ONJFn57JGTCiGpwFxb892HTeNGEKjHrUyTuOzz5LRQr
z4Tc+bd7dQgy05bDmESi8P0266mcDAOM+votdyK26KRTq1qvQ/3YfwBhJoDsT0xU
s/XJpngGPLc35QKSDteE
=hdGS
-END PGP SIGNATURE-


Accepted:
distro-info_0.2.3.dsc
  to main/d/distro-info/distro-info_0.2.3.dsc
distro-info_0.2.3.tar.gz
  to main/d/distro-info/distro-info_0.2.3.tar.gz
distro-info_0.2.3_all.deb
  to main/d/distro-info/distro-info_0.2.3_all.deb


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



Accepted digikam 2:2.2.0-1 (source all amd64)

2011-10-07 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 22:30:40 +1100
Source: digikam
Binary: digikam showfoto digikam-dbg digikam-data digikam-doc kipi-plugins 
kipi-plugins-common
Architecture: source amd64 all
Version: 2:2.2.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 digikam- digital photo management application for KDE
 digikam-data - digikam architecture-independant data
 digikam-dbg - debugging symbols for digikam
 digikam-doc - handbook for digikam and showfoto in several languages
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Closes: 628019
Changes: 
 digikam (2:2.2.0-1) experimental; urgency=low
 .
   * New upstream release
 - Fixes new upstream version: 2.0 (Closes: #628019)
   * Upstream have now merged the following packages:
 - digikam, digikam-doc, kipi-plugins
   * Add Build-Depends: chrpath, libboost-graph-dev, libcv-dev (= 2.2) - 
experimental
   * Add patches/highgui_c.h to account for different layout
   * Add chrpath to strip binary-or-shlib-defines-rpath
   * lintian-overrides embedded-library reported upstream:
   https://bugs.kde.org/show_bug.cgi?id=237037
   * Add relevant files to debian/digikam.docs
   * Update debian/control Description:
 .
   * digikam 2.0.0 uses features from kdegraphics 4.7  ships a private
   version of the kdegraphics libs - this is not the Debian way :-(
   * Unsatisfactory Conflicts: libkexiv2-dev kipi-plugins-common libkdcraw-dev
   libkipi-dev kdegraphics-libs-data  libkipi8
Checksums-Sha1: 
 6a83bf51599ab2a0c9067a6ee64cf041c8ab5dbe 2519 digikam_2.2.0-1.dsc
 3c2f2fedb730a607d6b97356bc8aa452f9f67905 59342310 digikam_2.2.0.orig.tar.gz
 84f72f564f83ee8a5cecb3ab88f83db75072f914 35515 digikam_2.2.0-1.debian.tar.gz
 a9acd79f21b119368b9011265c4ff86e948f70ab 9952216 digikam_2.2.0-1_amd64.deb
 e250d84e8c89abb29800b5a055d6a237b60150e6 1954624 showfoto_2.2.0-1_amd64.deb
 cc463b9fa4d5b08ec02cf9e6182b6fc24135f00e 112858226 
digikam-dbg_2.2.0-1_amd64.deb
 16fe857c7150a23782453a0370f076ccda4af071 10906038 digikam-data_2.2.0-1_all.deb
 86f927bd8708e606cb2a79a775deb96aa4ec569a 18760926 digikam-doc_2.2.0-1_all.deb
 4a9f0e1c342f0357e8434362831b482a0c71c8ab 4566992 kipi-plugins_2.2.0-1_amd64.deb
 b27b536cc87ae6fd558a55735d86af7e1d12b9e8 7074934 
kipi-plugins-common_2.2.0-1_all.deb
Checksums-Sha256: 
 c99d95d4826d0766108d9ebe956c05ce53c1500489bb01684565f380d45a609a 2519 
digikam_2.2.0-1.dsc
 c51c34a0575e2b28d8d4e8feeea4f059eac6da691de4c02d68bd858f209ade6c 59342310 
digikam_2.2.0.orig.tar.gz
 74c1377bbd75d34c4d342b0b491e4cb146d70b8e686157058aafcde1afdd68b7 35515 
digikam_2.2.0-1.debian.tar.gz
 23aaef39d8844ea6e6b7dbc37d475f6bfbce38c5e0012e32f23e96cc177a6b76 9952216 
digikam_2.2.0-1_amd64.deb
 0b2833bb84e0192a3f25e8f32297a09c400fda045d062520f6bc5227b99a09ed 1954624 
showfoto_2.2.0-1_amd64.deb
 923d16157150015a6efce251672070c74ceca547b4f0e2f534c151e89aff9d5c 112858226 
digikam-dbg_2.2.0-1_amd64.deb
 b8aa0fd4b2ea45eb1d9447b4135a1fd2dabd0ea3a852ef4028b73d47e390508d 10906038 
digikam-data_2.2.0-1_all.deb
 f5d853e1176ae32cbf928f40380d6527cd3eca7085a5bf70a4be55d287f375e7 18760926 
digikam-doc_2.2.0-1_all.deb
 88399f3820bd02982faa00d3d665e26d8b4fbfa28aaf8ca678444d0b0e3bdb87 4566992 
kipi-plugins_2.2.0-1_amd64.deb
 d5fa13041d1cf4cda0e9a994d786ef5478a7f378986c8a89f3ff11f772be338e 7074934 
kipi-plugins-common_2.2.0-1_all.deb
Files: 
 03e1544d815da47211645e58bd407450 2519 graphics optional digikam_2.2.0-1.dsc
 05ab2bf110dd074b94dff6ff21d9fd48 59342310 graphics optional 
digikam_2.2.0.orig.tar.gz
 fd41f09c55d6deb564adbb5df9b5896a 35515 graphics optional 
digikam_2.2.0-1.debian.tar.gz
 265a33d74e1dcd02763ba037d92f887b 9952216 graphics optional 
digikam_2.2.0-1_amd64.deb
 19e829d224cc3808abbeb1fbd88c48e9 1954624 graphics optional 
showfoto_2.2.0-1_amd64.deb
 36b65ed29f182ab014beaa6e61b95e02 112858226 debug extra 
digikam-dbg_2.2.0-1_amd64.deb
 264cf9f88e12e04055a5fb3e885a5c09 10906038 graphics optional 
digikam-data_2.2.0-1_all.deb
 cf2f71745ab0cd91810333f3cdeaa9b5 18760926 graphics optional 
digikam-doc_2.2.0-1_all.deb
 fb30734a63174c86d9ce81c11d5cce1d 4566992 graphics optional 
kipi-plugins_2.2.0-1_amd64.deb
 4bddf34a6fdce9b8ce7ddbbbe1721990 7074934 graphics optional 
kipi-plugins-common_2.2.0-1_all.deb

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

iEYEARECAAYFAk6PiFwACgkQoCzanz0IthJ6dACeKO45kCyk8Pbb5kZkWl0WH5eS
NbMAnjpAj8AeO1h4c+yu+61p+e6dqyjq
=g9Ej
-END PGP SIGNATURE-


Accepted:
digikam-data_2.2.0-1_all.deb
  to main/d/digikam/digikam-data_2.2.0-1_all.deb
digikam-dbg_2.2.0-1_amd64.deb
  to main/d/digikam/digikam-dbg_2.2.0-1_amd64.deb
digikam-doc_2.2.0-1_all.deb
  to main/d/digikam/digikam-doc_2.2.0-1_all.deb
digikam_2.2.0-1.debian.tar.gz
  to 

Accepted turpial 1.6.5~b6-1 (source all)

2011-10-07 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Oct 2011 20:04:36 -0430
Source: turpial
Binary: turpial
Architecture: source all
Version: 1.6.5~b6-1
Distribution: unstable
Urgency: low
Maintainer: Miguel Landaeta mig...@miguel.cc
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 turpial- Light, fast, and fully functional Twitter client written in Pytho
Changes: 
 turpial (1.6.5~b6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 bf06de172c2112132d5952394d8b6baccf58bb06 2044 turpial_1.6.5~b6-1.dsc
 8026aced7bb4e32789f2871b1071b9cd7a5d2719 649561 turpial_1.6.5~b6.orig.tar.gz
 40ad66ffb28c85c72f202211b2d4684643f38a83 4382 turpial_1.6.5~b6-1.debian.tar.gz
 3ffd501e157a25f1eecd67ada448e870ace94747 565680 turpial_1.6.5~b6-1_all.deb
Checksums-Sha256: 
 6b1c1cbaec3ceaf194ffc9f85b7bf612c4179766f15b7c6b8b995b7aef7ce1f0 2044 
turpial_1.6.5~b6-1.dsc
 aa6b888729487c6e1ac36bf9ad43e46a9b154075a8db761f74532d43459ef408 649561 
turpial_1.6.5~b6.orig.tar.gz
 22954fd69a2e92940fb7ecda3db177eca84f67411197f8b59142c0a22aeade94 4382 
turpial_1.6.5~b6-1.debian.tar.gz
 fe168a822e5cf2a65f0a96e9cdf08a8efa8004c8ce0ec87db34b3c2579d3674a 565680 
turpial_1.6.5~b6-1_all.deb
Files: 
 923070a5ec85d5994f899114a9ff7d85 2044 python optional turpial_1.6.5~b6-1.dsc
 fe4c79c70dbef525cf3ce8005ca5522a 649561 python optional 
turpial_1.6.5~b6.orig.tar.gz
 601ce0fb0c7ac392981b238a09e19c3e 4382 python optional 
turpial_1.6.5~b6-1.debian.tar.gz
 23d4e0e3d4cb718d3abbc572fa67f2f9 565680 python optional 
turpial_1.6.5~b6-1_all.deb

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

iQIcBAEBCgAGBQJOj6TaAAoJELFtKbCWPtJkQA8P/1RM7t4SEEr9N3jVliTfyJz3
8HsXzIxkOD1Jl3sNYFXQeESYEazf4d0kQKuI9hYuZv4mNxfHAMXSuTA5W2ubJjkL
Z8xu9YXZcZ2In92yCbynMqDxxxMG9zyjaxJN6uRcGlmr2N4KaVAn1bcM9a66fqQM
7RvTmXIDijou86f167VdgGFNHwrShCK3R3IsxjPwCGUn7h4ioJqZioXRTcv10898
m+YCvuMOE3sdDzPut39vWC2ZcDmHN8n4XcyXVDZ5/yJwYnWUz1PTottwTu43mUOX
IJXYOXw+dz807lzcTdpzW1Y+H0JEIPseGIltvYvP6Vhy6uQTVlugV+EGRl9/xfT3
9DkzC6uiJ7lBXRK59SMyfxjlPcsW4GW2VpSk/CHx02+gXxKJYMSk2rlg3GyZv3My
MeB3UEtIMU6pfCTS/tCI38OH+gT5BYa5/DQXJr2ChinQRdPXdXbc2fdG2x9DlXLn
TYKqXUC9wfLW1dK/ZNyZVLwlp02BYcKAJtaB/XRlSINiy7Jh+B3I99NOsBflV5wn
1xrVOFBXVReF8XLSFX/N7Fsb+q+awK6nVsbMMcAyD5PMllCQUnZUVG06MQ7AExsr
VZv86V9lv+8AkYpYOvT+w9kggQTan/FQ+FaRSA8R9sZYheU1zE/uw5t8och5yuxZ
+woJ7sHxCkYRO3Un1krl
=ouuK
-END PGP SIGNATURE-


Accepted:
turpial_1.6.5~b6-1.debian.tar.gz
  to main/t/turpial/turpial_1.6.5~b6-1.debian.tar.gz
turpial_1.6.5~b6-1.dsc
  to main/t/turpial/turpial_1.6.5~b6-1.dsc
turpial_1.6.5~b6-1_all.deb
  to main/t/turpial/turpial_1.6.5~b6-1_all.deb
turpial_1.6.5~b6.orig.tar.gz
  to main/t/turpial/turpial_1.6.5~b6.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/e1rcn8g-0001ax...@franck.debian.org



Accepted ipsec-tools 1:0.8.0-9 (source amd64)

2011-10-07 Thread Matthew Grant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Oct 2011 16:30:22 +1300
Source: ipsec-tools
Binary: ipsec-tools racoon
Architecture: source amd64
Version: 1:0.8.0-9
Distribution: unstable
Urgency: low
Maintainer: Matthew Grant matthewgra...@gmail.com
Changed-By: Matthew Grant matthewgra...@gmail.com
Description: 
 ipsec-tools - IPsec tools for Linux
 racoon - IPsec IKE keying daemon
Closes: 617859 629828 639970 642926
Changes: 
 ipsec-tools (1:0.8.0-9) unstable; urgency=low
 .
   * Apply new patchs which enable GNU/kfreebsd build.
 Thanks to Mats Erik Andersson. (Closes: #617859, #639970)
   * Put removing of config.log at end of dh_clean to stop file changed
 problems during git-buildpackage
   * Fix lots of minor lintian warnings.
   * LSB-fy init scripts. (Closes: #629828)
   * Fix spelling error in racoon.conf.5 manpage.
   * Fix typo in libipsec_strerror.h (Closes: #642926)
   * Updated racoon-tool.conf.5 manpage, minor regexps.
   * New racoon-tool, Multi relation SPD code.
   * debian/control: Add Vcs-* stanzas.
Checksums-Sha1: 
 5583612e4f7aa6ee866ebdbef02914d5606d3567 2036 ipsec-tools_0.8.0-9.dsc
 8929138122469cefdbe4edfd0069fc9b2980a553 64323 
ipsec-tools_0.8.0-9.debian.tar.gz
 748c6c2fff38338d9c35aa141e48025c0496d3e2 101800 ipsec-tools_0.8.0-9_amd64.deb
 d961cfd300f981e4e7d73f6f4f998319af14e4c7 451136 racoon_0.8.0-9_amd64.deb
Checksums-Sha256: 
 2bd107ebf910d67116381fb6886a1724f8cfca895165affa1debb1a380dcc3f8 2036 
ipsec-tools_0.8.0-9.dsc
 c31da3cab2f263a59edec1772d3af8fef80b0766d7c64041512b0ee9e1a806ce 64323 
ipsec-tools_0.8.0-9.debian.tar.gz
 03a497c178d9b1fc09645fed1a7e02a0ad8bac33586b7131012f0a976daa4c0c 101800 
ipsec-tools_0.8.0-9_amd64.deb
 b2fcedc0b4941f3bfb7db042fa324fcbec7303a9b45c9b8e32e8c8079e4cf60e 451136 
racoon_0.8.0-9_amd64.deb
Files: 
 1cf3d99aed6cb9eddfe0404a9d7e4cac 2036 net extra ipsec-tools_0.8.0-9.dsc
 7c0dc0d03612b152701bc0bcefba8588 64323 net extra 
ipsec-tools_0.8.0-9.debian.tar.gz
 612f3381dcf736d8a8a51aa2082276ac 101800 net extra ipsec-tools_0.8.0-9_amd64.deb
 98b0a62ba52abee06b4df00125a86fc7 451136 net extra racoon_0.8.0-9_amd64.deb

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

iQIcBAEBCAAGBQJOj8d0AAoJELx+7lmFzmQ/tcMQAJdgAxLCRONijxrwqLH2prL3
0JmE8uk/+9vA8Jlm6yu/ZIywtsUiRmSMhitPbmGcJyJJYlfhc7KtXrCP9v7JdNz4
gqRtCiPCIfIJBYxinFqIu1XWjk8EQXlXvpM0sjN77V0YuBgGmpyGcQjDpN53NqmA
I1Je8Pwshpf+YWt0DtZ2yq7XpUuH+pRM7kY43EWsoo002qkGlYYuCT804MmPcReK
Y3r8hJH+PDZGWaqARqWojZe5ztL0VzpUuIldJkKBqZCV6WiytvJx6JJJPodojzY5
Rpvne+BbsNR/gd147cS3TpSh8ip2hiVS/D7UqA/p2dlsPBVZ2flvNYWqNqRbJ4Zi
RHiDtGjnjh+pvhUVrfWSFoeHPZIHDAz76931PCfZPz26O5xQz1ewCEbcZhTSsVPj
2bxtLuTfpgOgsSfZkGFTolzustAruPkjG3WLLtPGGd5opHa1gKqIVxU0KGJM0KyD
xAgEBbCUl4cQaRad3hKtM890LOVJ+BhZ1U6Byzg6QQCwjwK0ffBs1xwIJnc7zbNV
GdNtiZCo9xQgpnDzkenCAATDL6v5Q8/bhNrnQ3akGoPfeQfpJVJ+AfKaSVuuW13u
PO4HvzqwLk8KYwy5s9EXIWTvXMDu8UdkX0QCEvY59XoG8iE2Ke0zWClJy0roeuRk
dMVMMvqSICVKwcpS9o61
=pNep
-END PGP SIGNATURE-


Accepted:
ipsec-tools_0.8.0-9.debian.tar.gz
  to main/i/ipsec-tools/ipsec-tools_0.8.0-9.debian.tar.gz
ipsec-tools_0.8.0-9.dsc
  to main/i/ipsec-tools/ipsec-tools_0.8.0-9.dsc
ipsec-tools_0.8.0-9_amd64.deb
  to main/i/ipsec-tools/ipsec-tools_0.8.0-9_amd64.deb
racoon_0.8.0-9_amd64.deb
  to main/i/ipsec-tools/racoon_0.8.0-9_amd64.deb


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



Accepted mousetweaks 3.2.0-1 (source i386)

2011-10-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Oct 2011 05:28:38 +0200
Source: mousetweaks
Binary: mousetweaks
Architecture: source i386
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 mousetweaks - mouse accessibility enhancements for the GNOME desktop
Closes: 638088
Changes: 
 mousetweaks (3.2.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Disable panel applets by default for GNOME 3. Closes: #638088
   * debian/watch: Switch to .bz2 tarballs.
   * Switch to dpkg source format 3.0 (quilt).
   * Bump Standards-Version to 3.9.2. No further changes.
   * Bump debhelper compatibility level to 8.
   * debian/control.in:
 - Small format fixes.
 - Add Homepage: field.
 - Add Depends on gsettings-desktop-schemas (= 0.1.0).
   * Update build dependencies:
 - Drop libgconf2-dev, libpanel-applet2-dev, libatspi-dev and
   libdbus-glib-1-dev.
 - Update libgtk2.0-dev to libgtk-3-dev (= 3.0.0).
 - Add libglib2.0-dev (= 2.25.3) and
   gsettings-desktop-schemas-dev (= 0.1.0).
Checksums-Sha1: 
 e0b812128f263cd7d4390ca86672bd9a8bd16ec1 2346 mousetweaks_3.2.0-1.dsc
 35ece36a4c4dedc8de00854e9d793e28668941a2 2240894 mousetweaks_3.2.0.orig.tar.bz2
 a1e0405226d596c8cc3e8284cf18ab95a20715ba 3300 mousetweaks_3.2.0-1.debian.tar.gz
 eb80b4ffa72348e56eb007101ae2b9746b11cdf5 2021878 mousetweaks_3.2.0-1_i386.deb
Checksums-Sha256: 
 212f5c61a398e0a1572511ac003526703c681c88fe2e88a9a3d05eab25e5adc4 2346 
mousetweaks_3.2.0-1.dsc
 37307b25af7cc63e1cfae1b10ba6f7fe7e6d85990d4fbaf4f6a7176ce43b2aa9 2240894 
mousetweaks_3.2.0.orig.tar.bz2
 1d50461cb2778cd5e64e4974e2f963cc4ddf5c4591de55d5da8489fd0a969968 3300 
mousetweaks_3.2.0-1.debian.tar.gz
 ead1b583ca57af31cd64b1f2f15474b42e271a6fb96cdcccfc41cabf7ce83ac5 2021878 
mousetweaks_3.2.0-1_i386.deb
Files: 
 3a0e90cb80b27b03edb3c6317aee3af7 2346 gnome optional mousetweaks_3.2.0-1.dsc
 51be31fb48afd92ca4543dbd4ad35dad 2240894 gnome optional 
mousetweaks_3.2.0.orig.tar.bz2
 c4d847d6b9d0e55f5f3241886ac83cca 3300 gnome optional 
mousetweaks_3.2.0-1.debian.tar.gz
 24147182088538d4d894f98e926144b3 2021878 gnome optional 
mousetweaks_3.2.0-1_i386.deb

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

iQIcBAEBCAAGBQJOj8fVAAoJEGrh3w1gjyLcrgoP/34XUYaw9ruYGiBHQxxpUHZ4
7rwVFK4GmT4Ovv3yHh+ex4Af3U0CT3kvw0SuwyDsQ4Rw0fiRgsWpbwvY/3/1CtRK
5syjIVPj6UJoCLZtmb9rv4Frr+rkpTPm0rBgUFWeZGeZ3ojjChSzPPT8yR/x7qSB
x3Sw0p51ZVT4f2UHc+M/MuqFfJA7ec0DUk/Q40gvm/xcTUuA7ou///WRyOTP+yAu
ZDgzF+3RicOzPWUsphdJsonT1vzHvrkpjJE+YEFSnZXxb6N2APSOyB09TCzCjTAF
R63SCNNoUZul777G0EIwhd8ZfaRiuIk7NNmeScquwXUTvo4ShjNPLZFfNTC7eXnj
wcjTb8bx0D3Ic6lkNaXxU2Z/4OmFxLiembrAG7yzFslbR913dywd1j7ay5gbn0Vh
ROd1nTRnRaAN/mQFJiLjvMNksQPyqA630dLaNJ9UnY7o++st1wUonPMJKxMYfQ/A
Ywb/TJGeF5XCeEeCltoggu8ki1v5BesL+STOSk2/hgn2SsAgWUtU5jde+4OqLpne
gnY/Rn40ogceJoKqv2i/XqV8ZvWCCXjft9GfHaGYdQDzLQa/CwQYcjITNI6dcPX0
IlftOefJsh41UDt/gjiFULWuQK6RSo1ZFKciBuVy4hGaNPE7K0aL4SsQmXJHivK2
zLmC96sVySfHNxIAxLGY
=MeZJ
-END PGP SIGNATURE-


Accepted:
mousetweaks_3.2.0-1.debian.tar.gz
  to main/m/mousetweaks/mousetweaks_3.2.0-1.debian.tar.gz
mousetweaks_3.2.0-1.dsc
  to main/m/mousetweaks/mousetweaks_3.2.0-1.dsc
mousetweaks_3.2.0-1_i386.deb
  to main/m/mousetweaks/mousetweaks_3.2.0-1_i386.deb
mousetweaks_3.2.0.orig.tar.bz2
  to main/m/mousetweaks/mousetweaks_3.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/e1rco7q-0002id...@franck.debian.org



Accepted dpkg-repack 1.36 (source all)

2011-10-07 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Oct 2011 00:08:54 -0400
Source: dpkg-repack
Binary: dpkg-repack
Architecture: source all
Version: 1.36
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 dpkg-repack - puts an unpacked .deb file back together
Closes: 644619
Changes: 
 dpkg-repack (1.36) unstable; urgency=low
 .
   * Fix check for non-installed packages to not misfire on a package that
 has no dpkg control files. Closes: #644619
Checksums-Sha1: 
 05df1fd36c65096c39b1f2bd9bb2ad9d4e35d554 1496 dpkg-repack_1.36.dsc
 8479f4b8dc7be23e481f40a239ad55e9dff1580d 16689 dpkg-repack_1.36.tar.gz
 13537bb9992ce94be1f48e923fead49c500144de 12190 dpkg-repack_1.36_all.deb
Checksums-Sha256: 
 27dc9439807cc282f55d3c43d1c636bd365737a64cd5625b7576f308d199b7a3 1496 
dpkg-repack_1.36.dsc
 d1f80761e29873e675d4430c91977c65e3c850734f9222ce156e4de25e08b225 16689 
dpkg-repack_1.36.tar.gz
 db5a580f890e30a48ea9de5c27136b5c5238afe1fa0691efee4dfd431e951e34 12190 
dpkg-repack_1.36_all.deb
Files: 
 a0505232d2ee73c2d539334e6cfc5958 1496 admin optional dpkg-repack_1.36.dsc
 54af23dab1ee451233cb0638be079c47 16689 admin optional dpkg-repack_1.36.tar.gz
 b03f1fc90f1532105a868e43f0046555 12190 admin optional dpkg-repack_1.36_all.deb

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

iQIVAwUBTo/NX8kQ2SIlEuPHAQh5jQ//Vp40tke5WfP2yG3whmD4GoKTxlxwTal9
RAweNZg7uwlrD3zcHQzhit8YoP9hGLFiSsNOGujwMjS67RFogYCsCzbZll4macRY
UFWUQJsqR4ppyCNqcAk66xoMme0bYWoKfFoaW7g+3yaGnK9v4YCqj6fZaNHFep0Q
DgXO1qGoX2moXjyJ+QOF4SWs6QW8dKDjsgilOsQrJPKs/WuZdQ3dtbBB4m7vorDn
b+hz0baALXb+sn+xeJ0618ppOu9CW6cKSmcx1iyz0mbihR54N3cQYIa0VjvuOwMN
gB1O+ZDLci+B7WCRpIiHYkNvEA1LIn19XUYw3rVYGtCi6RGMGIMYqMQIfDdO2URc
OvB/3j3jWF97IBSTwWRz/P8glJ8vgrDEFDrwx/XxU6fSYgOWnpWqX9Uie0FpJr/u
LDEzR1Bl6nGp/7PEZUQQCycZ1Ut+K7CbpJWGDR29j1U15JJdxd0HqNL5bNBrOeNk
lIIo8aNqqOK3Llaak+E+vPQKVkhntLjHU7aOYb2pw7dA/1gR/RwmeB+tD0nuxUo0
QwJdPWpM6rVJ73fSAyCslAYWGZLnieSl2YWqvDnoYIzMokw+OV+Z60+OFWKbbGbu
3Zp35YwpUQOPM4+SpR8aadG6IhqLRJKmzWkEDE8nKwLsQuGiKEF3zLMn2W6+VdZr
gPjJ124J/l4=
=qBtm
-END PGP SIGNATURE-


Accepted:
dpkg-repack_1.36.dsc
  to main/d/dpkg-repack/dpkg-repack_1.36.dsc
dpkg-repack_1.36.tar.gz
  to main/d/dpkg-repack/dpkg-repack_1.36.tar.gz
dpkg-repack_1.36_all.deb
  to main/d/dpkg-repack/dpkg-repack_1.36_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/e1rcolu-0003nd...@franck.debian.org



Accepted e2fsprogs 1.42~WIP-2011-10-05-2 (source i386)

2011-10-07 Thread Theodore Y. Ts'o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Oct 2011 18:27:06 -0400
Source: e2fsprogs
Binary: e2fsck-static libcomerr2 comerr-dev libss2 ss-dev e2fsprogs-udeb 
e2fslibs e2fslibs-dev e2fsprogs e2fsprogs-dbg e2fslibs-dbg libcomerr2-dbg 
libss2-dbg
Architecture: source i386
Version: 1.42~WIP-2011-10-05-2
Distribution: unstable
Urgency: low
Maintainer: Theodore Y. Ts'o ty...@mit.edu
Changed-By: Theodore Y. Ts'o ty...@mit.edu
Description: 
 comerr-dev - common error description library - headers and static libraries
 e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem 
checke
 e2fslibs   - ext2/ext3/ext4 file system libraries
 e2fslibs-dbg - debugging information for e2fslibs
 e2fslibs-dev - ext2/ext3/ext4 file system libraries - headers and static 
librari
 e2fsprogs  - ext2/ext3/ext4 file system utilities
 e2fsprogs-dbg - debugging information for e2fsprogs
 e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer 
(udeb)
 libcomerr2 - common error description library
 libcomerr2-dbg - debugging information for libcomerr2
 libss2 - command-line interface parsing library
 libss2-dbg - debugging information for libss2
 ss-dev - command-line interface parsing library - headers and static libra
Closes: 644425 644502 644584
Changes: 
 e2fsprogs (1.42~WIP-2011-10-05-2) unstable; urgency=low
 .
   * Fix portability issues with non-Linux platforms and for the mips
 platform, which does some really strange things vis-a-vis
 32/64-bit support without actually having a 64-bit version of
 the architecture (Closes: #644502)
   * Fix dependency problem which causes the newer version of libcom_err2
 to get pulled in when upgrading to e2fsprogs, which needs the new
 interface exported by libcom_err2.  (Closes: #644425, #644584)
Checksums-Sha1: 
 72fea20a4e1d20986cffcf536949a9583bb3f39d 1883 
e2fsprogs_1.42~WIP-2011-10-05-2.dsc
 e08621c1f6ac2987ec5121bfc4c07305bef0fb91 4841 
e2fsprogs_1.42~WIP-2011-10-05-2.diff.gz
 aff6c4e3615ead65f6bcafb95311e5eb0482c701 480164 
e2fsck-static_1.42~WIP-2011-10-05-2_i386.deb
 b69d824d6d7fda5cc77cbf978e96d67a0ba6dadc 52686 
libcomerr2_1.42~WIP-2011-10-05-2_i386.deb
 946f39c65cce00985fcf9080bff995f6978b37ea 57232 
libss2_1.42~WIP-2011-10-05-2_i386.deb
 036abceab0248a47274f1b6f852e75157799aae5 185178 
e2fslibs_1.42~WIP-2011-10-05-2_i386.deb
 6f635fff980199dcf0cd4f0ae9b3de28c2dede2b 222910 
e2fslibs-dev_1.42~WIP-2011-10-05-2_i386.deb
 61ba9047cced54c42c4061de78b746b1aa8584c9 890668 
e2fsprogs_1.42~WIP-2011-10-05-2_i386.deb
 a968fe253898e0f334b0840d56eebf9efc0abd6a 153204 
e2fsprogs-dbg_1.42~WIP-2011-10-05-2_i386.deb
 d8d99c818fa1a910149329e8f2d0633328c8fecb 63440 
e2fslibs-dbg_1.42~WIP-2011-10-05-2_i386.deb
 542a0b33a1707e98374a82cd95194c8c43ee063e 48806 
libcomerr2-dbg_1.42~WIP-2011-10-05-2_i386.deb
 cabd708da0ae98f89372a099469ac80635985462 49516 
libss2-dbg_1.42~WIP-2011-10-05-2_i386.deb
 86d4a1913e0ea79577400bab3fdd2fc34550887b 43054 
comerr-dev_2.1-1.42~WIP-2011-10-05-2_i386.deb
 5238853f90b6c92b37871d9308fcf44f60049ec5 17894 
ss-dev_2.0-1.42~WIP-2011-10-05-2_i386.deb
 585ef422accd719074b67a3058290d9430967056 322486 
e2fsprogs-udeb_1.42~WIP-2011-10-05-2_i386.udeb
Checksums-Sha256: 
 47db607d6e9233fdc4abc4044702b4aa489545f890a36ba7bb64f4c2f1aad248 1883 
e2fsprogs_1.42~WIP-2011-10-05-2.dsc
 66db1e4a1ad1a8e393b59facd28675376889b4fcccbf2283db9a285a743f6f8a 4841 
e2fsprogs_1.42~WIP-2011-10-05-2.diff.gz
 5d817f2ebf8b52a898079a347e8bc4352d991abfeaafa90546e758cba434a1e3 480164 
e2fsck-static_1.42~WIP-2011-10-05-2_i386.deb
 c78c4a015321571e7ebee1066df642b97517aeed7c3f4827e19c1aede508c446 52686 
libcomerr2_1.42~WIP-2011-10-05-2_i386.deb
 38a85be6c508b4fcd8f47fece1b091151971db72c8440a8ae68199a9de24aa61 57232 
libss2_1.42~WIP-2011-10-05-2_i386.deb
 1aeb9009b14954fd5b1885dbfba23d138cd480a122366726c15aeebab60afecd 185178 
e2fslibs_1.42~WIP-2011-10-05-2_i386.deb
 3858c0fbb29342ba7f1d62f0453634427a4e03aade31859788a60955ef17fcf1 222910 
e2fslibs-dev_1.42~WIP-2011-10-05-2_i386.deb
 2c2173574beecd6966e1dc88f8ac76912dbaccce8b170fab203bfd6b3823dca4 890668 
e2fsprogs_1.42~WIP-2011-10-05-2_i386.deb
 51da73072da44ffb4e028216cc86b4fcd80600d190848e0fd15d2f4e55b74dc7 153204 
e2fsprogs-dbg_1.42~WIP-2011-10-05-2_i386.deb
 312920c216c34f5565f9b4618673c3a491bb51a9c46b539951709f2a55dd8c10 63440 
e2fslibs-dbg_1.42~WIP-2011-10-05-2_i386.deb
 b68ed759e4f66376408a9d1f0b4f556068580affa38d72311d20514ffdf81c98 48806 
libcomerr2-dbg_1.42~WIP-2011-10-05-2_i386.deb
 0a2bb5f728ee2838adc26442b82cfaa4a79c51c4846d53fe90b6da992b657d95 49516 
libss2-dbg_1.42~WIP-2011-10-05-2_i386.deb
 d3ab65909829df8ac03255ab8ca044e217770fb28b499ea3fd8571c74921fa00 43054 
comerr-dev_2.1-1.42~WIP-2011-10-05-2_i386.deb
 66cc8e2e3071623df6733c68fddfbfc9da6a9da0fc01cc5621891eedde194856 17894 
ss-dev_2.0-1.42~WIP-2011-10-05-2_i386.deb
 97ecea116ecc0d2a1d4be4759866c6bb0f8827abc10cb4aaa07fd6dd995d98a5 322486 
e2fsprogs-udeb_1.42~WIP-2011-10-05-2_i386.udeb
Files: 
 

Accepted eigen3 3.0.3-1 (source all i386)

2011-10-07 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Oct 2011 23:32:41 +0200
Source: eigen3
Binary: libeigen3-dev libeigen3-doc
Architecture: source all i386
Version: 3.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gladky.an...@gmail.com
Description: 
 libeigen3-dev - lightweight C++ template library for linear algebra
 libeigen3-doc - eigen3 API docmentation
Closes: 640700
Changes: 
 eigen3 (3.0.3-1) unstable; urgency=low
 .
   * [66ba545] Move Eigen3 API documentation to the Programming/C++
   doc-base section. (Closes: #640700)
   * [97cefd7] Update copyright-file. Clean lintian-warning.
   * [c10884b] Imported Upstream version 3.0.3
   * [3a0e6e1] Remove patch, applied by upstream (eigen2-support
   in geometry-module).
   * [ac77708] Fix pkgconfig path. Did not work in clean environment.
Checksums-Sha1: 
 680aac324409bb46ed534d7bf3281d5c65c081d6 2106 eigen3_3.0.3-1.dsc
 eff65146d6d6d4c99ca11191fb08de07858fa1ea 955653 eigen3_3.0.3.orig.tar.bz2
 c4db4d578a5f5f74f834f33bd91fa160b2922f9e 8780 eigen3_3.0.3-1.debian.tar.gz
 ec66933c3c55a233e0d5052b16980601bbb0ce69 2223396 libeigen3-doc_3.0.3-1_all.deb
 eb0300d9a7c318d145e7d799498d4ac13afd8040 518054 libeigen3-dev_3.0.3-1_i386.deb
Checksums-Sha256: 
 bc1b403ef6d21020450ad58b06c157b9e4531435348c9c0024ebb464cdae14d5 2106 
eigen3_3.0.3-1.dsc
 1397d4153baffae2d7a3fe80a620e21bcd4ee5a8f4ac5de47157763206253d75 955653 
eigen3_3.0.3.orig.tar.bz2
 1598dc279d2389fee59957fc7aa1305637cfadf35af4e9b6f60540a24b3f88ef 8780 
eigen3_3.0.3-1.debian.tar.gz
 bebbfc5d3f1c56c1bdf7ea6e9c1a25baf4f5022644adf33f685332f013ce6782 2223396 
libeigen3-doc_3.0.3-1_all.deb
 058ca064266e05a59b1c9c847535d67cd7fb62f6a87fea0ea5a8f99c9e242c94 518054 
libeigen3-dev_3.0.3-1_i386.deb
Files: 
 8775389d3489daa7a972c019e4ea710f 2106 libdevel extra eigen3_3.0.3-1.dsc
 bfe750809b54a012a402034a650b4c62 955653 libdevel extra 
eigen3_3.0.3.orig.tar.bz2
 b8e020f80d8336b6eb8405622ee19709 8780 libdevel extra 
eigen3_3.0.3-1.debian.tar.gz
 ca7c4d042e3621c721399bddc885f32f 2223396 doc extra 
libeigen3-doc_3.0.3-1_all.deb
 ab985e9be74e4da27c6b7de4167608bd 518054 libdevel extra 
libeigen3-dev_3.0.3-1_i386.deb

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

iQIcBAEBAgAGBQJOj2gmAAoJENPhc4PPp/8GzZcP/jEeul2RzbNlrNbnAAkKKlZi
5XV2l+/YMIDHC5xbK9zqglfXHtbdFS1nRWf7kniUFzWmruXc3W1cBB9IwE6Hdpbm
yRhI0KzjimnDT+HgMcwpa97jzGAI5M4yPDsDr5lUUG1+l1IoJ0eLXyDFwsrLYf0b
H/NkfguWdMSbcdnQs/vIpzrxb3XZV7eU55/gMaQ5hy8YAsHZLRCGoWr7vCUsw7jX
R3BSu3q0R2bWqlirBOdDBQjgWKHgEUF3XF6HAFY5pMBhpxtjy8OZP0o0Gx5gp3Ue
9lkcvGX+C9oEyGpZfMU/o4lVFnX1oTbfzXIcoAd5vDqwJWq7p0oYqttvr2MtKffe
av54eR4jlBQE25JgREItU38RwJhnykp/c7PVLYhvdNyQdyd7nK4dZsoJGwYZZdcN
tKERZzcT9W3bbdr4jptzhKqBUNa2BlB3QYSDzAE9jLTexaOYt7IRFXnX9j3h7Wic
ifloQoSpaSKss23ZRVsFkWQNLwBlF1Ml1t8Hf7U7ROn1QZaJI+RAkttzhJ1UuaS5
sgg9saBTjuLlOfLkIrmVIj60zu+a//6CIrO61/DtaVsUfsLZpEZ4KUvpu6Y5Wts7
UmlwbDU9jbger9dUK6tifBqyWyVcOH/tqCT8VMlsUI4XUALFwu9hhXabLFo8Yh/C
l70E6LIawwopq5/1A0Bp
=Q4v4
-END PGP SIGNATURE-


Accepted:
eigen3_3.0.3-1.debian.tar.gz
  to main/e/eigen3/eigen3_3.0.3-1.debian.tar.gz
eigen3_3.0.3-1.dsc
  to main/e/eigen3/eigen3_3.0.3-1.dsc
eigen3_3.0.3.orig.tar.bz2
  to main/e/eigen3/eigen3_3.0.3.orig.tar.bz2
libeigen3-dev_3.0.3-1_i386.deb
  to main/e/eigen3/libeigen3-dev_3.0.3-1_i386.deb
libeigen3-doc_3.0.3-1_all.deb
  to main/e/eigen3/libeigen3-doc_3.0.3-1_all.deb


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



Accepted samba 2:3.5.11~dfsg-2 (source all amd64)

2011-10-07 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 21:36:43 -0700
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat 
samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind 
samba-dbg libwbclient0 libwbclient-dev
Architecture: source amd64 all
Version: 2:3.5.11~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 libpam-smbpass - pluggable authentication module for Samba
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libwbclient-dev - Samba winbind client library - development files
 libwbclient0 - Samba winbind client library
 samba  - SMB/CIFS file, print, and login server for Unix
 samba-common - common files used by both the Samba server and client
 samba-common-bin - common files used by both the Samba server and client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation in PDF format
 samba-tools - Samba testing utilities
 smbclient  - command-line SMB/CIFS clients for Unix
 swat   - Samba Web Administration Tool
 winbind- Samba nameservice integration server
Changes: 
 samba (2:3.5.11~dfsg-2) unstable; urgency=low
 .
   * Don't export DEB_HOST_ARCH_OS in debian/rules, this is only used locally.
   * Use dh_links instead of manually creating directories and symlinks from
 debian/rules.
   * Switch from dh_movefiles to dh_install and adjust for debhelper compat
 level 7, in preparation for moving to dh(1).
   * Where possible, use dh_installman and dh_install's support for target
 directories instead of moving files around in debian/rules.
   * We don't need to mess with perms on usr/include/libsmbclient.h anymore
 in debian/rules, the upstream install target gets it right
   * Use debian/clean instead of removing left-behind files by hand in the
 clean target
   * Convert debian/rules to dh(1).
   * Don't run debconf-updatepo on clean; not worth the divergence in
 debian/rules anymore :)
   * Don't install debian/README.build in the package; this is really only
 relevant in the source.
   * Bump to debhelper compat level 9 and build libraries for multiarch.
   * Drop Makefile.internal from libsmbclient-dev examples so that we can mark
 libsmbclient-dev Multi-Arch: same.
   * Bump build-depends on debhelper to 8.9.4, so we ensure we have
 dpkg-buildflags by default and get full build hardening enabled out of
 the box - critical for a server like samba.
   * Use DH_ALWAYS_EXCLUDE instead of passing override options to
 dh_installexamples.
   * Pass --sourcedirectory=source3 to dh instead of having to pass it to each
 dh_auto_* command.
   * Ironically, this means that we have to manually disable dh_auto_test,
 which now finds the makefile targets but doesn't work unless we build an
 extra wrapper library into our binaries that we don't want.
   * Drop a few configure options from debian/rules that shadow the built-in
 defaults.
   * debian/libsmbclient.lintian-overrides: yes, we know the package name
 doesn't match the soname - and it never should until there's an ABI
 change.
Checksums-Sha1: 
 30cc9b2c6afa6fb6c5d4dbfb01fca0900c675e47 3061 samba_3.5.11~dfsg-2.dsc
 e48887c72c090bf2f57c701806c821df36c81c47 270012 
samba_3.5.11~dfsg-2.debian.tar.gz
 0a931a33b4657b64af7abc094e41152d6764cda7 8365058 samba_3.5.11~dfsg-2_amd64.deb
 65408c106c882fdd7a35ee5c409287d2db10de92 6451498 
samba-common-bin_3.5.11~dfsg-2_amd64.deb
 915d121601c09e36f712ba9f8e1c1ad3842660a1 388910 
samba-common_3.5.11~dfsg-2_all.deb
 16e3731c4eba5871fd26328cb5aed870428485a1 11670112 
samba-tools_3.5.11~dfsg-2_amd64.deb
 3fe37e360d4408fc834f3b164954a8b44dbbbaca 15447920 
smbclient_3.5.11~dfsg-2_amd64.deb
 6d66621fccec9f8d33b9b5e15d8021e388cf958d 2519104 swat_3.5.11~dfsg-2_amd64.deb
 379cac9e2d8b49904db5d5200d4a70cc7bac36af 1744720 
samba-doc_3.5.11~dfsg-2_all.deb
 41458af916d8416c73e2c6e650ccb1ea8b3f25d1 7058252 
samba-doc-pdf_3.5.11~dfsg-2_all.deb
 a460962711343992b8e6118265a37651eb2b5838 896002 
libpam-smbpass_3.5.11~dfsg-2_amd64.deb
 66ee7477dad1e0236e389b061031839d502a4473 2215708 
libsmbclient_3.5.11~dfsg-2_amd64.deb
 1cb0d626bfb456b6b055105ef5d5c14cf8474af0 3201720 
libsmbclient-dev_3.5.11~dfsg-2_amd64.deb
 7f3ba4bf761da65569ea1c214ff886024d7fe315 5850188 
winbind_3.5.11~dfsg-2_amd64.deb
 06710863c7972bb58638d1baf81379757faa89e3 65371324 
samba-dbg_3.5.11~dfsg-2_amd64.deb
 5d517b57c02d47d09a66537e424c9ab4499c4110 114478 
libwbclient0_3.5.11~dfsg-2_amd64.deb
 198cf0a3651b4124891efee332290ddbbaa299c1 79784 
libwbclient-dev_3.5.11~dfsg-2_amd64.deb
Checksums-Sha256: 
 acfb6cb1aeffce5a2a2e0f346ab31df629398aa819c0e34bf80ede6dc286c18f 3061 
samba_3.5.11~dfsg-2.dsc