Re: Recommends for metapackages

2012-07-13 Thread Gergely Nagy
Wouter Verhelst wou...@debian.org writes:

 On Tue, Jul 10, 2012 at 04:18:17PM +0200, Gergely Nagy wrote:
 Eugene V. Lyubimkin jac...@debian.org writes:
 
  On 2012-07-10 15:32, Josselin Mouette wrote:
  Le mardi 10 juillet 2012 à 17:38 +0900, Miles Bader a écrit : 
   What's wrong with Recommends: in that case?  It seems to perfectly
   match the makes life easier for common but not universal use-case
   XXX scenario you describe.
  
  Recommends is wrong for metapackages because it gets upgrades very
  wrong. This is why it is used very marginally.
 
  Standards should not depend on implementation details. I see zero
  reasons why metapackages are (or should be) specific here. Whatever $it
  that gets upgrades wrong should be fixed instead.
 
 But the purpose of the meta-package is to pull stuff in. Depends does
 that, Recommends does not, therefore Recommends is not appropriate for
 the task.

 Of course it does. Five years ago, when apt didn't install recommends by
 default, recommends might not have been appropriate, but these days it
 is.

Does it pull in recommends on upgrade? No? Just how useful are they
then, for following the changes in the meta?

Does Recommends guarantee that the platform will stay intact, unless I
explicitly remove a recommended package? No? That'll be fun! I
installed gnome, but an upgrade wants to remove totem! What's up with
that?? Is no better than I installed gnome, but an upgrade wants to
remove it altogether, except the former is more dangerous, as it wants
to remove a package you didn't install by hand, and may not know what it
does. For novice users, the former is far more dangerous, because they
may not know what the removed package is for. At least with Depends, the
same upgrade would want to remove the Gnome metapackage, and they'd know
what THAT is, and can stop the upgrade.

No, recommends are a terrible idea for meta-packages.

-- 
|8], who still doesn't like being CC'd on list mail.


--
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/87a9z4tcbd@luthien.mhp



Re: Recommends for metapackages

2012-07-13 Thread Gergely Nagy
Tollef Fog Heen tfh...@err.no writes:

 ]] Gergely Nagy 

 Instead of fighting for Recommends, which would break your system in
 various interesting ways later on[1], there's a third solution: noone
 stops anyone from uploading a gnome-minimal package, which depends on
 gnome-session and a few selected other parts, without n-m.

 I would think it quite rude to trample on the gnome-* namespace unless
 this is well coordinated with the GNOME packagers.  If they're happy
 with it, that's a different situation.

I agree. But from what I've seen so far, it seems to me that it would be
far easier to persuade the relevant people to accept a new meta, than to
downgrade anything to Recommends.

(Also a much better idea than Recommends :)

-- 
|8]


-- 
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/87629stc7k@luthien.mhp



Re: Recommends for metapackages

2012-07-13 Thread Gergely Nagy
Andrei POPESCU andreimpope...@gmail.com writes:

 On Jo, 12 iul 12, 15:46:05, Gergely Nagy wrote:
 
 X) Downgrade stuff to recommends
 
 
 I do not consider this a solution, for reasons explained elsewhere,
 where my main concern is that it breaks the assumption that installing a
 platform (in this case, gnome) will install the whole thing, and it will
 be available for my use at any time.

 Well, it will, in all but unusual installations :)

No. See below.

 With recommends, there's a fair chance that a distinctly related package
 forces part of the platform off, and the package manager will happily
 remove them. Once the breakage is fixed, it will not reinstall them.

 Could you please elaborate on that? The only thing I can think of that 
 would force some packages to not be installed (or removed) is a 
 Conflicts (or unsatisfiable Depends, but this shouldn't happen in 
 stable).

As far as stable is concerned, a conflict, yes. For unstable, where
package releations are more interesting, unsatisfiable Depends too.

 With Recommends you get a simple prompt that a specific package will be 
 uninstalled and comparing the descriptions will probably give a hint to 
 any user that those packages might conflict (assuming they don't look at 
 the Conflicts).

So, on each upgrade, the user would need to:

- Double guess the system, to not botch an upgrade
- Read N number of package descriptions to figure out wtf that thing it
  wants to remove is.

How is that user friendly and good?

 With Depends aptitude will suddenly want to remove a whole bunch of 
 packages (that may or may not look related) and apt-get will suggest you 
 to do this via autoremove. Then you have go hunting with apt-mark,
 yay!

With Depends, I will instantly know something is botched. With
recommends, it will happily remove half the platform unless I stop it
manually. Which I most likely wont, as I'm doing unattended
upgrades. And I do unattended upgrades, because I trust the system to do
the right thing, and not remove stuff from under me that it should not.

I *hate* doing things manually, that's why I'm using a bloody high-level
package manager. If it forces me to double-guess it, check a lot of
things during upgrades, I might aswell go back to downloading packages
by hand and using dpkg directly myself.

 This can be worked around by removing the auto-installed flag from those
 parts of the platform that I want to keep at all times, but then what is
 the use of Recommends, when I have to cherry pick anyway? I could just
 skip installing the meta, the net effect is the same (except, that
 without the meta, there are no expectations to break).

 Are you talking about testing or sid?

Either.

 I still don't see the problem with installing a subset by hand. Advanced
 users can script it, novices will only need to hand pick once. Done. 10
 minutes job.

 IMO the main problem is:

 # aptitude remove package
 Following packages will be removed:
 [Big list with 100+ packages]

How is that better than:

# aptitude upgrade
Following packages will be removed:
[A list of 10+ packages you have no clue about]

A novice user will answer no to the former, and keep his system
intact. He will answer yes to the latter, because he never heard of
those packages before, and trusts the package manager to do the right
thing.

Hi, you have a broken system.

But, it can also happen when you remove a dependency of a recommended
package:

# aptitude remove dependency-of-a-recommended-package
[ List of 10+ packages you have no clue about ]

There goes your video player, your audio player and probably a bunch of
other things.

Unless the user double-checks what those 10+ packages are, which most
likely he won't.

 Compare that to the hours wasted trying to figure out what forced part
 of the platform off my system and when, during an unattended
 upgrade.. Yes, I do those, because I want to trust the system doing the
 right thing, and keeping stuff I installed intact and complete.

 Sorry, I thought we were talking about stable, why would something like 
 that happen.

If we're talking about stable only, there's even less reason for
Recommends.

-- 
|8]


-- 
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/87y5morx0a@luthien.mhp



Re: Recommends for metapackages

2012-07-13 Thread Gergely Nagy
Andrei POPESCU andreimpope...@gmail.com writes:

 On Jo, 12 iul 12, 12:10:29, Gergely Nagy wrote:
 
 Erm, how have I broken my system? I did not. (Turning Install-Recommends
 off is definitely not breaking my system, FYI.)

 It means you are running with a non-default configuration and you should 
 be aware of the side-effects.

I am aware of side-effects, thank you. I turn it off because of the
side-effects. That does not make my system broken, however.

 Please don't forget that a Recommends will pull in packages in all but 
 unusual installations :)

But also keep in mind, that once a package is installed, adding new
recommends will not pull those new things in on an upgrade.

I do not think upgrade is an unusual situation, fwiw. For stable, it is,
for everything else, not so much. But half the arguments for Recommends
(with regards to meta-packages) are invalid for stable anyway.

The only valid argument for stable is that apt-get remove gnome will
want to remove a whole bunch of stuff. My counter argument is that doing
so is safer than screwing up the user's system.

-- 
|8]


-- 
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/87txxcrwu3@luthien.mhp



Re: Recommends for metapackages

2012-07-13 Thread Gergely Nagy
Andrei POPESCU andreimpope...@gmail.com writes:

 On Jo, 12 iul 12, 17:44:52, Gergely Nagy wrote:
 
  Then some time later during upgrade it'll upgrade all packages
  but will not install N-M; at the same time it'll install
  new package that was added to Recommends in that new version.
 
 As far as I remember, it will not install new recommends.
  
 http://lists.debian.org/caaz6_fdtaydt1ubp08yf0d8l0jusffy1rzyhvmvztfcjeoc...@mail.gmail.com

Hmm, right. dist-upgrade will pull new recommends in, indeed. Well,
there goes one argument against Recommends. The rest still stands,
though.

 But, the problem I'm talking about is not related to this. The problem I
 see is when I have a gnome meta-package, that recommends, say,
 totem. Now, lets suppose I'm also running unstable, for one reason or
 the other, and a transition comes along, and something has a breaks on
 stuff totem depends on, and the package manager decides to remove totem.
 
 Weeks later, when I want to watch a movie, at the end of the world, with
 no network connectivify, I realize that something pulled my movie player
 out of me.
 
 I would be very, very sad.
 
 Of course, silly me, why do I run unstable? And why don't I pay
 attention to what my upgrades do? Well, I run unstable because I work
 with it, and it has up-to-date stuff I have to work with. And running
 unstable is far easier than running testing and cherry-picking (did I
 mention I hate manual bookkeeping?). I do unattended upgrades, because I
 trust the system to keep everything I installed, installed. I installed
 the gnome meta-package because I want the full thing, bells, whistles
 and crap included.

 Sorry, but IMNSHO running sid with unattended upgrades just asks for 
 trouble. But then again IANADD, if Debian wants to optimize for this use 
 case who am I to disagree? :)

Similar issues can happen in stable, less often, and for different
reasons, but the possibility still exists.

Also - and this easily happens in stable too -, there's the problem of
trying to remove a dependency of a recommended package.

That will happily remove the recommended package, and keep the meta. A
user may or may not know what those strangely named packages that get
removed are, and making him look it up, and watch every upgrade like a
hawk isn't exactly friendly.

 I could, of course, mark totem manually installed, but then I'm back to
 manual bookkeeping, could've installed the whole stuff by cherry-picking
 each component, and that makes the meta-package useless for me, and
 destroys the argument that recommends would result in less bookkeeping.
 
 Thus, here's an example where Recommends *will break* an existing
 system.
 
 Oh, and since apt won't install new recommends on upgrade, to the best
 of my knowledge, I won't get totem back once the
 transition/breakage/whatever is fixed, either. While if it would be a
 dependency, the upgrade would abort, because it'd try to remove a
 package marked as manually installed.
 
 But similarly, if I ran stable, and one of the meta packages I installed
 had a recommends on a piece of software, and I try to install something
 that conflicts with it (either directly, or indirectly, via another meta
 package, for example), then this piece of software gets removed. I may
 or may not notice that - I might not even know wtf totem is, a novice
 user who first sees Linux certainly won't - so it gets removed.

 Well, if the purpose of the Depends are to protect a novice from 
 removing packages by mistake that surely a package manager offering to 
 remove 100+ packages should definitely sound an alarm.

Yep, and it sounds an alarm: do you want to remove all this stuff,
*including* the meta?

Vs do you want to remove 1/10 of that stuff, most of which you never
heard of so who cares?

 But with apt-get you will get only two packages uninstalled (the package 
 with the conflict and the metapackage depending on it). The big surprise 
 will come only later, when apt-get suddenly suggest you should run 
 'autoremove' to get rid of some 100+ packages that look like not needed 
 anymore.

Yes. But it's easier to notice the removal of gnome (and stop it), than
the removal of one of the components of the platform, of which one
possibly never even heard of before, just uses, as it's part of the
platform.

On one hand, you have, in the depends case:

# apt-get remove gstreamer-plugins-good

Which will try to remove the whole world, including the meta, and that
will ring alarm bells.

Or in the recommends case:

# apt-get remove gstreamer-plugin-good

Which will remove a bunch of stuff, but leave the meta installed.

In the latter case, you have gnome installed, without a video or audio
player. Gnome sucks.

Similarly, depends protects the novice from removing parts of the
platform, it provides a guaranteed set of packages. For the advanced,
there are ways around the Depends, easy ways. Recommends does not
protect the novice, and offers very little advantage for the advanced.


Re: Recommends for metapackages

2012-07-13 Thread Gergely Nagy
Gergely Nagy alger...@madhouse-project.org writes:

 Please don't forget that a Recommends will pull in packages in all but 
 unusual installations :)

 But also keep in mind, that once a package is installed, adding new
 recommends will not pull those new things in on an upgrade.

I've been corrected, that this statement is not valid, and a
dist-upgrade will pull them in. Sorry about that.

However, Recommends: will not keep them installed, so if the meta is a
platform, which should be intact and complete, recommends is still not
an option.

-- 
|8]


-- 
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/87liiorvax@luthien.mhp



Re: Recommends for metapackages

2012-07-13 Thread Miles Bader
Jeremy Bicha jbi...@ubuntu.com writes:
 I don't claim to be a networking expert, but I believe half the
 conversation here is based on wrong or outdated information.

My (personal) complaint about NM is that it doesn't correct correctly
work with NFS mounts, I believe because it doesn't run at the right
time during bootup.

That's perhaps illustrative of more general practical and conceptual
issues with NM:  it doesn't seem to be tested with much in the way of
non-standard setups, and in general seems to assume too many low-level
and central system tasks that arguably aren't appropriate for software
associated with a specific desktop (even if Gnome is installed on a
system to make some users happy, other users of the same system may
use some other desktop).

 GNOME considers NM to be part of GNOME Core, therefore gnome-core
 depends on it.

Debian need not slavishly follow how upstream thinks about things.

Plenty of upstreams have downright bizarre opinions about various
issues (often related to the not playing nice with others), but
nevertheless still make useful software.  In such cases I think one of
the proper tasks of a distribution is to act as a buffer between
upstream and the users, installing the software in a way that works
well in the actual distribution, for actual users (as opposed to the
imaginary distribution and users upstream may be targeting).

Obviously this can be a lot of work, which is why it's generally a
good idea to defer to upstream's views when they are sane -- but that
isn't always the case...

-miles

-- 
Friendship, n. A ship big enough to carry two in fair weather, but only one
in foul.


-- 
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/87txxcp15z@catnip.gol.com



Re: Recommends for metapackages

2012-07-13 Thread Timo Juhani Lindfors
Miles Bader mi...@gnu.org writes:
 issues with NM:  it doesn't seem to be tested with much in the way of
 non-standard setups

My personal feeling is that this happens because people who use
non-standard setups usually start by purging NM instead of trying to
spend weeks reading the source code to contribute to it.


-- 
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/84bojk3ybc@sauna.l.org



Re: Recommends for metapackages

2012-07-13 Thread Miles Bader
Gergely Nagy alger...@balabit.hu writes:
 if upstream considers a package a core part of a platform,
 recommends *is* wrong.

Er, no.

Upstreams are not infallible, and are often quite fallible...

Upstream's view is a good _default_, but such judgements should be
made based on the reality on the ground.

-miles

-- 
Non-combatant, n. A dead Quaker.


-- 
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/87obnkp0sx@catnip.gol.com



Re: Recommends for metapackages

2012-07-13 Thread Josselin Mouette
Le vendredi 13 juillet 2012 à 07:27 +0200, Tollef Fog Heen a écrit : 
 ]] Gergely Nagy 
 
  Instead of fighting for Recommends, which would break your system in
  various interesting ways later on[1], there's a third solution: noone
  stops anyone from uploading a gnome-minimal package, which depends on
  gnome-session and a few selected other parts, without n-m.
 
 I would think it quite rude to trample on the gnome-* namespace unless
 this is well coordinated with the GNOME packagers.  If they're happy
 with it, that's a different situation.

FWIW, I’m not opposed to a new “gnome-minimal” metapackage if some
people deem it useful (although I remain unconvinced), but in the
meta-gnome3 source. I still don’t get what you would put in it except
gnome-session.

I’ve been seriously unimpressed by alternate metapackages effort such as
brdesktop-gnome, which always end up with obsolete or wrong
dependencies.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


--
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/1342166566.10559.560.camel@pi0307572



Re: Recommends for metapackages

2012-07-13 Thread Gergely Nagy
Miles Bader mi...@gnu.org writes:

 Gergely Nagy alger...@balabit.hu writes:
 if upstream considers a package a core part of a platform,
 recommends *is* wrong.

 Er, no.

 Upstreams are not infallible, and are often quite fallible...

 Upstream's view is a good _default_, but such judgements should be
 made based on the reality on the ground.

In that case, recommends still is wrong. Either split the package then
(and then both parties win), or drop a component completely (or demote
to suggests).

-- 
|8]


-- 
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/874npc6ooa.fsf@algernon.balabit



Fixing the mime horror ini Debian

2012-07-13 Thread Norbert Preining
Hi everyone,

can we somehome make $subject a target for the *next* release?
It is ridiculous that it is in fact completely arbitrary what
program is used to open files. Currently in my gnome-shell
pdfs are opened with a file-manager, as well as .txt files, as
well as anything.

That is when using xdg-open or gnome-open of gvfs-open.
When I try see, in contrast the funny okular from KDE
is started, together with these very useful services of KDE.

So maybe someone can explain what are the problems, that these
things are simply not fixd. Cannot be so complicated, right?

Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

TIDPIT (n.)
The corner of a toenail from which satisfying little black deposits
may be sprung.
--- Douglas Adams, The Meaning of Liff


-- 
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/20120713091343.ga8...@gamma.logic.tuwien.ac.at



Re: Work-needing packages report for Jul 13, 2012

2012-07-13 Thread Juhana Sadeharju

Is there a list of software which should
be used instead of some old software?
That is, should orphaned packages stay orphaned
for a good reason.

Also, are people wasting time in packaging
oldies which should be orphaned?

However, I checked that openscenegraph (OSG).
Seems like it is not used much, but as
scenegraph fan myself, I don't know better
alternative if I need one.

Juhana


-- 
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/S1157705Ab2GMJVGVFeq8/20120713092106z+...@nic.funet.fi



Re: Work-needing packages report for Jul 13, 2012

2012-07-13 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 13/07/12 11:21, Juhana Sadeharju a écrit :
 Is there a list of software which should be used instead of some
 old software? That is, should orphaned packages stay orphaned for a
 good reason.
 
 Also, are people wasting time in packaging oldies which should be
 orphaned?
 
 However, I checked that openscenegraph (OSG). Seems like it is not
 used much, but as scenegraph fan myself, I don't know better 
 alternative if I need one.
 
 Juhana
 
 

If you like OSG and it's orphaned, by all means adopt it. If it had
been deemed completely useless and broken by the previous maintainer,
he would have asked for its removal rather than orphaning it.

Regards, Thibaut.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk//62oACgkQ+37NkUuUiPGX0ACeM+YBc6DqlzW6XOe/W5ZqKEs6
KsAAn2o229whZb0r94WwPVhCOT6Ea0T7
=S4kn
-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/4fffeb6a.1090...@users.sourceforge.net



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Jean-Christophe Dubacq
On 13/07/2012 11:13, Norbert Preining wrote:
 Hi everyone,
 
 can we somehome make $subject a target for the *next* release?
 It is ridiculous that it is in fact completely arbitrary what
 program is used to open files. Currently in my gnome-shell
 pdfs are opened with a file-manager, as well as .txt files, as
 well as anything.
 
 That is when using xdg-open or gnome-open of gvfs-open.
 When I try see, in contrast the funny okular from KDE
 is started, together with these very useful services of KDE.
 
 So maybe someone can explain what are the problems, that these
 things are simply not fixd. Cannot be so complicated, right?

As a comparison point, when I use xdg-open or gnome-open, the Gnome PDF
viewer is launched. When I use see, xpdf is launched (okular not installed).

Sincerly,
-- 
Jean-Christophe Dubacq



signature.asc
Description: OpenPGP digital signature


Re: Fixing the mime horror ini Debian

2012-07-13 Thread Josselin Mouette
Hi,

Le vendredi 13 juillet 2012 à 18:13 +0900, Norbert Preining a écrit : 
 can we somehome make $subject a target for the *next* release?
 It is ridiculous that it is in fact completely arbitrary what
 program is used to open files. Currently in my gnome-shell
 pdfs are opened with a file-manager, as well as .txt files, as
 well as anything.
 
 That is when using xdg-open or gnome-open of gvfs-open.

The freedesktop MIME system (which applies for GNOME, Xfce and LXDE)
allows to specify defaults for every given MIME type.  However, it is
not realistic to agree in Debian as a whole on a set of defaults.

This is why GNOME sets default associations for GNOME sessions: this is
the /etc/gnome/defaults.list file. Therefore the behavior you describe
should not happen in a GNOME session – unless you start it through a
custom .xsession.

That’s for GNOME.


For other environments using the freedesktop MIME system, they can do
the same as we do for GNOME, but their respective maintainers have
decided not to. However, there’s been an addition to the MIME system
that allows to envision a Debian-wide solution: now you can specify
several defaults, and the system will pick the first one available.

So *if* we manage to agree on a list of defaults and on an order in
which they should appear, for each affected MIME type, we could ship
this file system-wide in shared-mime-info.

Note that the GNOME file alone lists no less than 355 MIME types, so
that makes quite some work.


For KDE I’ve been told the MIME system is different so this is yet
another story.

 When I try see, in contrast the funny okular from KDE
 is started, together with these very useful services of KDE.

see is obsolete. Maybe the target for the next release could be to get
rid of it.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


--
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/1342174395.18031.15.camel@pi0307572



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Per Olofsson

Hi,

2012-07-13 11:13, Norbert Preining skrev:

Hi everyone,

can we somehome make $subject a target for the*next*  release?
It is ridiculous that it is in fact completely arbitrary what
program is used to open files. Currently in my gnome-shell
pdfs are opened with a file-manager, as well as .txt files, as
well as anything.

That is when using xdg-open or gnome-open of gvfs-open.
When I try see, in contrast the funny okular from KDE
is started, together with these very useful services of KDE.

So maybe someone can explain what are the problems, that these
things are simply not fixd. Cannot be so complicated, right?



I think the most viable solution would be to:

1. Rewrite xdg-utils so that it is robust and always works. Instead of 
relying on desktop environments, it should do the needed work by itself. 
Currently it's something of a hack, especially when running in generic 
mode. It should probably be written in another language than shell (e.g. 
Perl, Python, C). A nicer user interface for the command line wouldn't 
hurt either.


2. Make all other packages either use xdg-utils or follow the 
freedesktop.org MIME specs.


I'm not planning on doing it myself though.

--
Pelle


--
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/45dc.1000...@dsv.su.se



Re: Work-needing packages report for Jul 13, 2012

2012-07-13 Thread Alberto Fuentes

On 07/13/2012 02:25 AM, w...@debian.org wrote:

The following packages have been orphaned:

ginspector (#681284), orphaned today
  Installations reported by Popcon: 52
...


For the following packages help is requested:

apt-xapian-index (#567955), requested 892 days ago
  Description: maintenance tools for a Xapian index of Debian packages
  Installations reported by Popcon: 55290

 ...

These lists should be ordered by age... or rather by popcon instead of 
name... you know so the packages that need more help show up first...


In case some just picked the mail and can read the important stuff 
first. Packages showing first are more likely to get love just because 
they have more exposition.


I know, you can go to the web and order them yourself... but so can you 
regarding this remainder mail :)


my 0.02 €
Greets!


--
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/439a.4040...@qindel.com



Re: Work-needing packages report for Jul 13, 2012

2012-07-13 Thread Alberto Luaces
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Thibaut Paumard writes:

 Le 13/07/12 11:21, Juhana Sadeharju a écrit :
 Is there a list of software which should be used instead of some
 old software? That is, should orphaned packages stay orphaned for a
 good reason.
 
 Also, are people wasting time in packaging oldies which should be
 orphaned?
 
 However, I checked that openscenegraph (OSG). Seems like it is not
 used much, but as scenegraph fan myself, I don't know better 
 alternative if I need one.
 
 Juhana
 
 

 If you like OSG and it's orphaned, by all means adopt it. If it had
 been deemed completely useless and broken by the previous maintainer,
 he would have asked for its removal rather than orphaning it.

Hi, this is just a heads up to say that OSG is not orphaned nor
abandoned — quite the opposite, if you watch upstream's and Debian QA
pages [1], [2].  It's only listed on wnpp because there is a request for
help.


Footnotes: 
[1]  http://www.openscenegraph.org/projects/osg 

[2]  http://packages.qa.debian.org/o/openscenegraph.html

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

iQIcBAEBCAAGBQJP//uEAAoJEJsua4J1LbA7JpMP/3goDdIZ1TbRA0JReTOoC0R0
U3KWaGXC9KoPKryV2v3IGkEgDYML08+kaY1lViGjLesbaamAUfnUMGjJ5ySbNknO
vC8NubY/BH37fBMEklGkTmj54rZ4u/p7BurtyGpqquDwXxn3sRRxkKCHxnYeVDPd
E7a1hmWf71ldhYDio1JNl8hClIdE4P6QuS7ShgWziVthFIJ54JnxKx0Ev3cb/6nK
aDQK/KXSCRCTv9JsaV1bFGFPmvbsneDXvqrXP7mq6lELU0oEaVEYCNGO0sX9r7BV
wG1VHITI9clQ9ep10rkd64zrxFB/4JChRSxcb1v2MPCwhVjgEWAN0tHgMrETh6V4
oMYNprJu6YGDuiWFlUJ9JkMIifNlu+1jxH/5uIDMkX88eoOiiNLiG1l27uzQjOhO
38UOskAEx+tFyYs91XgCPIvvhi30duQaT4IkFGdiVCGLg9YoGvVPExqH1OqRLg6T
/xd6gtPJA+Ui/+ROaFpWZOPZ3AkRVKGRIpG0on0twlVLKPlVG08S2ikV1w3PNUZW
qJWw6lS7wtGA2LXcehBNPZMzJ95uK6+4hKoz9KEL+UwQRA+l0XOoRLgfTHLas552
PAfPAtCrZSWvvu9xtVrlexWprTjuWMTqKTIO0zmOQeFgB0Qnase0u7QBH1rXFG1/
Eg4gv2axnNPgpzbHE0XS
=QM1o
-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/87bojkq6ws@eps142.cdf.udc.es



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 13/07/12 12:13, Josselin Mouette a écrit :

 see is obsolete. Maybe the target for the next release could be to
 get rid of it.

Please don't.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk///jcACgkQ+37NkUuUiPEiDgCbB8/vGc7MnIi3zuP7/rdHKNtb
8+QAn1I5Wjvf37U8EuQcRYULlDXadW5m
=SJSr
-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/4e37.7020...@users.sourceforge.net



Re: Work-needing packages report for Jul 13, 2012

2012-07-13 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 13/07/12 12:41, Alberto Luaces a écrit :
 Thibaut Paumard writes:
 
 Le 13/07/12 11:21, Juhana Sadeharju a écrit :
 However, I checked that openscenegraph (OSG). Seems like it is
 not used much, but as scenegraph fan myself, I don't know
 better alternative if I need one.
 
 If you like OSG and it's orphaned, by all means adopt it.
 
 Hi, this is just a heads up to say that OSG is not orphaned nor 
 abandoned —

My bad. So Juhana: if you care for OSG, for which there is a request
for help, by all means lend a hand to the current maintainer(s) ;-)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk///3EACgkQ+37NkUuUiPHKLgCeOMFG82TbDZSD9+nHmgPixoKr
5pkAnir3NYbSVA6qbIY7fq0O/E+t/6Lm
=Wr+W
-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/4f71.1040...@users.sourceforge.net



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Bernhard R. Link
* Per Olofsson pe...@dsv.su.se [120713 12:18]:
 1. Rewrite xdg-utils so that it is robust and always works.

It you want to make xdg-open useable for everything, please also
add a way to specify the mime type as option. Without that using
it for opening mail attachements or stuff downloaded (i.e. things
that already show a mime type before you open it) is simply
introducing a security bug.

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/20120713114519.ga2...@client.brlink.eu



Re: Fixing the mime horror ini Debian

2012-07-13 Thread George Danchev
On Friday 13 July 2012 13:45:19 Bernhard R. Link wrote:
 * Per Olofsson pe...@dsv.su.se [120713 12:18]:
  1. Rewrite xdg-utils so that it is robust and always works.
 
 It you want to make xdg-open useable for everything, please also
 add a way to specify the mime type as option. Without that using
 it for opening mail attachements or stuff downloaded (i.e. things
 that already show a mime type before you open it) is simply
 introducing a security bug.

It appears that this has been done already, at least kfmclient accepts 
mimetype as an option. However, for such sensitive use cases, I'd rather skip 
the yet another level of indirection of having to second-guess an opener 
app, being it xdg-open, kfmclient or any other, by mimetype hints, and just 
inspect/dissect/open the suspicious thing as I find it most appropriate 
depending on the circumstances (available inspection apps, time, etc)

-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu


-- 
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/201207131426.42227.danc...@spnet.net



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Josselin Mouette
Le vendredi 13 juillet 2012 à 14:26 +0200, George Danchev a écrit : 
  It you want to make xdg-open useable for everything, please also
  add a way to specify the mime type as option. Without that using
  it for opening mail attachements or stuff downloaded (i.e. things
  that already show a mime type before you open it) is simply
  introducing a security bug.

It is much better to let xdg-open or what it launches determine the MIME
type by inspecting the contents of the file instead of reading the MIME
type from an email, anyway.

For browsers, there is a list of safe/unsafe MIME types, so inspection
is not required, but I’m not aware of a similar mechanism for email
readers.

 It appears that this has been done already, at least kfmclient accepts 
 mimetype as an option. However, for such sensitive use cases, I'd rather skip 
 the yet another level of indirection of having to second-guess an opener 
 app, being it xdg-open, kfmclient or any other, by mimetype hints, and just 
 inspect/dissect/open the suspicious thing as I find it most appropriate 
 depending on the circumstances (available inspection apps, time, etc)

This is already what e.g. gvfs-open does: the MIME type is determined
through content inspection according to the fd.o MIME specification.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


--
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/1342184717.18031.43.camel@pi0307572



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Andreas Tille
On Fri, Jul 13, 2012 at 12:13:15PM +0200, Josselin Mouette wrote:
 
 see is obsolete.

Says who?

Andreas. 

-- 
http://fam-tille.de


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



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Kurt Roeckx
On Fri, Jul 13, 2012 at 06:13:43PM +0900, Norbert Preining wrote:
 Hi everyone,
 
 can we somehome make $subject a target for the *next* release?
 It is ridiculous that it is in fact completely arbitrary what
 program is used to open files. Currently in my gnome-shell
 pdfs are opened with a file-manager, as well as .txt files, as
 well as anything.

pdfs are opened with gimp for me.


Kurt


-- 
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/20120713154115.ga7...@roeckx.be



Package changelog should contain, well, a log of changes

2012-07-13 Thread Jonas Smedegaard
Hi fellow Debian folks,

Please, when composing debian/changelog for package releases, take a 
moment to reflect on what you put into that file and how you phrase it.

It is a changelog, so should contain a list of changes.

This is not a list of changes:

python3-defaults (3.2.3-4) unstable; urgency=high

  * py3clean: really close #681389

Yes, we have nifty mechanisms in place to close bugs based on magic 
phrasing of changelog entries, but that's a bonus, not the main purpose 
of that file.

Yes, it is possible to look up that bugreport online to learn more, or 
sometimes (like this one) learn more from reading further back in the 
logfile.  But that's bad style.

Please write (brief but) explicitly what was changed in the packaging, 
and please make each changelog section self-contained.

Something like this would be much better (yes it repeats some phrasing 
from earlier changelog section to be self-contained):

python3-defaults (3.2.3-4) unstable; urgency=high

  * py3clean: accept --package *and* directory name at the same time
(really this time). Closes: #681389.


Some use nifty tools to reuse titles from bugreports in changelog 
entries.  But often those titles describe what is the bug, not what will 
be the change.

Please proofread your changelog before releasing a packaging, and make 
sure all entries describe what was _changed_.

(no examples of ill-doing like that in today's changelog - great!)


Regards,

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Fixing the mime horror ini Debian

2012-07-13 Thread Steve McIntyre
Kurt wrote:
On Fri, Jul 13, 2012 at 06:13:43PM +0900, Norbert Preining wrote:
 Hi everyone,
 
 can we somehome make $subject a target for the *next* release?
 It is ridiculous that it is in fact completely arbitrary what
 program is used to open files. Currently in my gnome-shell
 pdfs are opened with a file-manager, as well as .txt files, as
 well as anything.

pdfs are opened with gimp for me.

I'm seeing that too, and it's ludicrous.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Google-bait:   http://www.debian.org/CD/free-linux-cd
  Debian does NOT ship free CDs. Please do NOT contact the mailing
  lists asking us to send them to you.


-- 
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/e1spinf-0004za...@mail.einval.com



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Neil McGovern
On Fri, Jul 13, 2012 at 06:13:43PM +0900, Norbert Preining wrote:
 can we somehome make $subject a target for the *next* release?

Hi,

Please consider making this a release goal when we call for them after
the release.

Thanks,
Neil


-- 
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/20120713161440.gl28...@halon.org.uk



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Josselin Mouette
Le vendredi 13 juillet 2012 à 16:26 +0200, Andreas Tille a écrit : 
 On Fri, Jul 13, 2012 at 12:13:15PM +0200, Josselin Mouette wrote:
  
  see is obsolete.
 
 Says who?

As your mailer made pretty clear, I am the author of the above sentence.

kthxbye,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


--
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/1342198781.3529.27.camel@pi0307572



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Josselin Mouette
Le vendredi 13 juillet 2012 à 17:32 +0100, Steve McIntyre a écrit : 
 Kurt wrote:
 pdfs are opened with gimp for me.
 
 I'm seeing that too, and it's ludicrous.

See 1342174395.18031.15.camel@pi0307572 for the explanation.

(Also, gimp shouldn’t be a PDF handler, but that’s another issue.)

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


--
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/1342198865.3529.29.camel@pi0307572



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 13.07.2012 18:41, Kurt Roeckx wrote:
 pdfs are opened with gimp for me.

They are opened in gimp for me too and it doesn't understand them how
it should. I would prefer them to be opened in Evince.

- -- 
Mika Suomalainen

NOTICE! I am on mobile broadband with very limited time, so I cannot
read emails very much.
The best time to contact me is probably weekends when I have better
connectivity with good luck.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Homepage: http://mkaysi.github.com/
Comment: gpg --keyserver pool.sks-keyservers.net --recv-keys 82A46728
Comment: Public key: http://mkaysi.github.com/PGP/key.txt
Comment: Fingerprint = 24BC 1573 B8EE D666 D10A  AA65 4DB5 3CFE 82A4 6728
Comment: Why do I (clear)sign emails? http://git.io/6FLzWg
Comment: Please send plaintext instead of HTML. http://git.io/TAc0cg
Comment: Please don't toppost. http://git.io/7-VB3g
Comment: Please remove PGP lines in replies. http://git.io/nvHrDg
Comment: Charset of this message should be UTF-8.
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJQAFYRAAoJEE21PP6CpGco23IP/1RZdcDkNOHC0QEbAQEX17oo
NkQZT+CJWV8OO9LyrH2RQy9a2/ydsF8ApscfatSdUGqgS/D9Cptiz1BnqWWRi6zQ
Wy5JRHfvpvGIzjZfBCyCnOl4DdNM/gprsmuJoHPQLalzSJPddhGealK22z2WCxpw
iJt79OcF2YBL4WvUDNCmi/DjsHs6o/ucI+DtJVRAgenoDUXwStKkv6YzzpckeNoV
UzVcS07665pWM5Ih+1rXtXDANSJpkt94qYR/mbh9YOqDoREF42szMCbhgBU50ehC
lFO+QrLjbM9/RPbPAGu0W0BZDnugVHTYCsSbqY0I1bsyjZXMrdtoSKEXNRmeK/FR
6ya7kms4HdrZF1UfwDIZ+76We5oIgP8W+d8ZzLUIMdjThlwy00p/0WnS3BwUYqn0
sq/kceJvXhD+bzPYQP89pqKy5PDgUY9/lR865g+QwxXSvVpEFvCL8E8VYel22wOg
M3sOmNrDm3w69T9G2t4XggaBNVVY0iRQD/NIUKKnKPgH3cV+I8V1Sgsqn7Ns4BPC
F+1T60bYEUke/810IHSGOEUoDjBJFNzNEbmD67yQL7dUsDmeWJIWcBl6gzHMdGrC
sTyfei0MooQnWrphDW0OUPjjnDFdfs1vJIS0TENBvbeKhH23Apt5ZypEbxW3ATyf
EZHFtce4qnBmL3sWtJLD
=q6NU
-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/50005615.5030...@hotmail.com



Re: Recommends for metapackages

2012-07-13 Thread Noel David Torres Taño
[...]
  The amount of extra work necessary is minimal though.
  
  Not so minimal if you want your gnome set to be up to date, including new
  applications being installed.
 
 It is very minimal. 5 minutes of work. Been there, done that, posted the
 bulk of the solution, and a general outline of the rest of it to this
 list, in this very thread, multiple times.
 
 Please take some time to read it. But alas, I'll make it easy for you:
 
 If you want to install a meta-package, but without one of its
 dependencies, and want to keep up to date with it too, so you get all
 the new stuff added to it, and you also want to be able to remove the
 whole thing with one swift sweep, here's what you do:
 
 - Grab the control file of the meta-package
   (~1 line in shell, use grep-aptavail)
 - Filter out unwanted packages from depends
   (~5-6 lines in shell)
 - Create a local package, under a different name, with the updated
   information
   (~10-20 lines, use equivs)
 === 5 minutes so far ===
 - Push it into a local repository
   (~2-3 lines, use whatever, reprepro, mini-dinstall, or cat EOF)
 - Put the local repo in sources.list
 - apt-get update  install your shiny new meta-package
 - Hook all that into Apt::Update::Post-invoke
 
 That's it. The whole thing is under a hundred lines, and easily doable
 within half an hour (for the record, I implemented all of the above this
 morning in 17 minutes while still half asleep).

That may be an easy work for you, a developer. Please, do not think about you 
being the centre of the Universe. A non-developer user (which may be a 
advanced networks operator, but no developer at all) should not need to grab 
the control file of the metapackage to avoid n-m messing with his carefully 
crafted bridges. And that's only step 1. Create a local package is out of 
scope for MOST Debian users, those for which we need to care. Not even talking 
about local repositories or hooking into package manager config.

I do not care if you could do it in 17 minutes each time you need it. I really 
bow to you for being able to do so. But I care for the thousands of Debian 
users who are not, and do not want to be, developers.
 
 If you want to be super-cool, create a sourcable config file that tells
 the generator script what packages to filter out from which metas. Pack
 it up, ship a deb, everyone's happy.

Same again. You may be happy, for a user this would be an Herculean task.
 
 Even better, here's an alternative solution:
 
 - Grab a list of unwanted packages
 - Create a dummy package with an epoch of 99, using the same name the
   unwanted packages.
 - Install them
 - Use the meta-package unmodified
 
 (Whole excercise doable in 10 minutes tops, including reading the equivs
 documentation.)

This is worse, since if anytime any other package relly depends on N-M it will 
fail due to your dummy package.
 
 All of that took a fraction of the time than arguing here on this list,
 about things that can already be solved *conveniently* by anyone caring
 enough, in multiple ways. Obviously, most people in this thread don't,
 as we'd already have a packaged solution if that weren't the case.

Would you be so kind to create and maintain a gnome-no-network-manager package 
(and a gnome-core-no-network-manager one) and update it everytime the 
standard ones changes dependencies? I would like to, but do not have the 
proficency needed.
 
 And since noone seems to have cared enough to come up with a solution
 that works for *everyone* (upstream, novice and advanced users alike,
 and maintainers too), can we drop the subject now?

Gnome packages with n-m as a Recommends works for everybody (including 
upstream, it is just that it does not make them happy):
-It works for maintainers: it is just a one-time work to move n-m from Depends 
to Recommends.
-It works for advanced users: a package in Recommends can be removed and it 
will not be installed again on the next Gnome upgrade, so they have the easy 
solution of just removing it if that fits them.
-It works for novice users: a package in Recommeds gets installed by default, 
so they will have their easy network managing applet.
-It works for upstream: they can continue developing Gnome without caring if 
Debian has N-M as a Recommends, a Depends or a Foo. Most bug reports will come 
through Debian Developers who can triage if N-M related. If they're not happy, 
not our task.
 
  What we should do is to allow TWO levels of cherry-picking: the one for
  advanced users who want to individually select every package, and the
  other for users who want the whole set without a specific, molesting
  package.
 
 We already have the first, it's called installing by hand. The second
 can easily be done, see above.

Agree with the first. About the second, your proposal does not meet the easy 
requirement for most users. Even if it does for you.
 
  If that package is not a true dependency of the core of the set,
  Recommends is more than justified.
 
 Upstream 

Re: Fixing the mime horror ini Debian

2012-07-13 Thread Vincent Bernat
 ❦ 13 juillet 2012 12:18 CEST, Per Olofsson pe...@dsv.su.se :

 1. Rewrite xdg-utils so that it is robust and always works. Instead of
 relying on desktop environments, it should do the needed work by
 itself. Currently it's something of a hack, especially when running in
 generic mode. It should probably be written in another language than
 shell (e.g. Perl, Python, C). A nicer user interface for the command
 line wouldn't hurt either.

 2. Make all other packages either use xdg-utils or follow the
 freedesktop.org MIME specs.

Yes, I also think this is a good plan.

Relying on existing desktop tools is too difficult. They get deprecated
(for example, gnome-open has been replaced by gvfs-open) or they cannot
be adapted easily because maintainers usually don't care about those
corner use cases. For example, gvfs-open does not wait for the viewer to
terminate, this makes difficult for mailers to pass a temporary
file. See:
 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677430
 - https://bugzilla.gnome.org/show_bug.cgi?id=652262
 - https://bugzilla.gnome.org/show_bug.cgi?id=678504

Once you get a working xdg-open, you can get a compatibility layer for
the mailcap stuff:
  */*; xdg-open '%s'; test=test -n $DISPLAY

Or something more sensible like:
  image/gif; xdg-open -t image/gif '%s'; test=test -n $DISPLAY
  image/png; xdg-open -t image/png '%s'; test=test -n $DISPLAY
  [...]

The remaining problem is defining the priority of such entries compared
to entries inserted by packages still supporting mailcap.
-- 
#if 0
2.2.16 /usr/src/linux/fs/buffer.c


pgpVkAc2tY2kD.pgp
Description: PGP signature


Re: Package changelog should contain, well, a log of changes

2012-07-13 Thread Cyril Brulebois
Jonas Smedegaard d...@jones.dk (13/07/2012):
 Please proofread your changelog before releasing a packaging, and make
 sure all entries describe what was _changed_.  ^

SNCR,
KiBi.


signature.asc
Description: Digital signature


Bug#681499: ITP: bmc -- Braille Music Compiler

2012-07-13 Thread Mario Lang
Package: wnpp
Owner: Mario Lang ml...@debian.org
Severity: wishlist

* Package name: bmc
  Version : 0.0.1
  Upstream Author : Mario Lang ml...@delysid.org
* URL or Web page : https://github.com/mlang/bmc
* License : GPLv3
  Description : Braille Music Compiler

BMC aims to become a system for translating between visual and tactile
western music notation.
It currently parses a subset of braille music code and can emit LilyPond
input files from that.  Export to other formats like MusicXML is
planned.
Eventually, BMC should also be able to convert from MusicXML to braille
music code.

It is intended as a bridge between visual and tactile music notation,
allowing for more and better cooperation between sighted and visually
handicapped musicians.

There is no official upstream release yet, the code is still only
available through github.

-- 
CYa,
  ⡍⠁⠗⠊⠕ | Debian Developer URL:http://debian.org/
  .''`. | Get my public key via finger mlang/k...@db.debian.org
 : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44
 `. `'
   `-  URL:http://delysid.org/  URL:http://www.staff.tugraz.at/mlang/


pgpDIvoWGwNWc.pgp
Description: PGP signature


Bug#681509: ITP: google-apps -- command line tool to manage Google Apps via API 2.0

2012-07-13 Thread Joenio Costa
Package: wnpp
Severity: wishlist
Owner: Joenio Costa joe...@colivre.coop.br

* Package name: google-apps
  Version : 0.002
  Upstream Author : Joenio Costa joe...@colivre.coop.br
* URL : http://metacpan.org/release/GoogleApps
* License : GPL
  Programming Lang: Perl
  Description : command line tool to manage Google Apps via API 2.0

command line tool written in Perl to manage Google Apps via API 2.0 by
using VUser::Google::API module.



-- 
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/20120713194058.835.60264.reportbug@molly.neuromancer



Bug#681514: ITP: screenkey -- screencast tool to display your keystrokes

2012-07-13 Thread Georges Khaznadar
Package: wnpp
Severity: wishlist
Owner: Georges Khaznadar georg...@ofset.org

* Package name: screenkey
  Version : 0-2
  Upstream Author : Pablo Seminario pab...@gmail.com
* URL : http://pabloseminario.com/projects/screenkey/
* License : GPL-3
  Programming Lang: Python
  Description : screencast tool to display your keystrokes

 Screenkey is a screencast tool to display your keys inspired
 by Screenflick for Mac OS and based initially on key-mon project.
 .
 It’s useful to create screencasts and is also a powerful teaching tool.



--
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/20120713202600.30253.8589.report...@georges.khaznadar.fr



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Brian White
That seems a reasonable plan to me.  I've orphaned the mime-support
package, however, because I have no time to work on it right now and do not
expect to have any for the foreseeable future.

-- Brian

On Fri, Jul 13, 2012 at 8:26 PM, Vincent Bernat ber...@debian.org wrote:

  ❦ 13 juillet 2012 12:18 CEST, Per Olofsson pe...@dsv.su.se :

  1. Rewrite xdg-utils so that it is robust and always works. Instead of
  relying on desktop environments, it should do the needed work by
  itself. Currently it's something of a hack, especially when running in
  generic mode. It should probably be written in another language than
  shell (e.g. Perl, Python, C). A nicer user interface for the command
  line wouldn't hurt either.
 
  2. Make all other packages either use xdg-utils or follow the
  freedesktop.org MIME specs.

 Yes, I also think this is a good plan.

 Relying on existing desktop tools is too difficult. They get deprecated
 (for example, gnome-open has been replaced by gvfs-open) or they cannot
 be adapted easily because maintainers usually don't care about those
 corner use cases. For example, gvfs-open does not wait for the viewer to
 terminate, this makes difficult for mailers to pass a temporary
 file. See:
  - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677430
  - https://bugzilla.gnome.org/show_bug.cgi?id=652262
  - https://bugzilla.gnome.org/show_bug.cgi?id=678504

 Once you get a working xdg-open, you can get a compatibility layer for
 the mailcap stuff:
   */*; xdg-open '%s'; test=test -n $DISPLAY

 Or something more sensible like:
   image/gif; xdg-open -t image/gif '%s'; test=test -n $DISPLAY
   image/png; xdg-open -t image/png '%s'; test=test -n $DISPLAY
   [...]

 The remaining problem is defining the priority of such entries compared
 to entries inserted by packages still supporting mailcap.
 --
 #if 0
 2.2.16 /usr/src/linux/fs/buffer.c



Re: Recommends for metapackages

2012-07-13 Thread Noel David Torres Taño
On Viernes, 13 de julio de 2012 07:33:09 Gergely Nagy wrote:
[...]
 I *hate* doing things manually, that's why I'm using a bloody high-level
 package manager. If it forces me to double-guess it, check a lot of
 things during upgrades, I might aswell go back to downloading packages
 by hand and using dpkg directly myself.

I *hate* doing things manually, that's why I'm using a bloody high-level
metapackage. If it forces me to deinstall N-M by hand using --force-depends 
(because it breaks my Pidgin) every time I use aptitude to install something, 
either related or unrelated to Gnome, I might aswell go back to downloading 
packages by hand and using dpkg directly myself.

Regards
Noel Torres
er envite


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


Re: Recommends for metapackages

2012-07-13 Thread Noel David Torres Taño
On Viernes, 13 de julio de 2012 08:05:10 Gergely Nagy wrote:
[...]
 On one hand, you have, in the depends case:
 
 # apt-get remove gstreamer-plugins-good
 
 Which will try to remove the whole world, including the meta, and that
 will ring alarm bells.
 
 Or in the recommends case:
 
 # apt-get remove gstreamer-plugin-good
 
 Which will remove a bunch of stuff, but leave the meta installed.
 
 In the latter case, you have gnome installed, without a video or audio
 player. Gnome sucks.

No. You have decided to remove gstreamer-plugins-good, so you should have a 
reason for that, and know why you issued such a command with such an strange-
named package. So you will not think Gnome sucks because it does not play 
video. You will think It is normal that Gnome does not play video using 
gstreamer, I decided to remove one of its components. Thanks god I installed 
Xine.
[...]
  Did you consider creating your own meta-package? It shouldn't take you
  more than 5 minutes to write an apt hook to get the control file and
  s/Recommends/Depends/
 
 I did not, as the existing meta-package works exactly how it should, and
 fulfills my expectations. If it bothers you so much, you can do the
 s/Depends/Recommends/ too. ;)

We are discussing because it does NOT work exactly how it should: It is a 
meta-package for a desktop that messes up unrelated things (the network) that 
may be deemed critical for a system.

Regards
Noel Torres
er Envite


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


Re: Recommends for metapackages

2012-07-13 Thread Noel David Torres Taño
On Viernes, 13 de julio de 2012 08:09:58 Gergely Nagy wrote:
 Gergely Nagy alger...@madhouse-project.org writes:
  Please don't forget that a Recommends will pull in packages in all but
  unusual installations :)
  
  But also keep in mind, that once a package is installed, adding new
  recommends will not pull those new things in on an upgrade.
 
 I've been corrected, that this statement is not valid, and a
 dist-upgrade will pull them in. Sorry about that.
 
 However, Recommends: will not keep them installed, so if the meta is a
 platform, which should be intact and complete, recommends is still not
 an option.

I want the FREEDOM of being able to remove pieces of that platform that are 
not critical to it. Recommends is THE optin for that.

Regards
Noel Torres
er Envite


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


Re: Recommends for metapackages

2012-07-13 Thread Noel David Torres Taño
On Viernes, 13 de julio de 2012 08:38:47 Timo Juhani Lindfors wrote:
 Miles Bader mi...@gnu.org writes:
  issues with NM:  it doesn't seem to be tested with much in the way of
  non-standard setups
 
 My personal feeling is that this happens because people who use
 non-standard setups usually start by purging NM instead of trying to
 spend weeks reading the source code to contribute to it.

And that's obvious: most users for which this happens are sysadmins, no 
programmers.

Regards
Noel Torres
er Envite


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


Re: Recommends for metapackages

2012-07-13 Thread Noel David Torres Taño
On Viernes, 13 de julio de 2012 09:38:45 Gergely Nagy wrote:
 Miles Bader mi...@gnu.org writes:
  Gergely Nagy alger...@balabit.hu writes:
  if upstream considers a package a core part of a platform,
  recommends *is* wrong.
  
  Er, no.
  
  Upstreams are not infallible, and are often quite fallible...
  
  Upstream's view is a good _default_, but such judgements should be
  made based on the reality on the ground.
 
 In that case, recommends still is wrong. Either split the package then
 (and then both parties win), or drop a component completely (or demote
 to suggests).

That's being Manichaean. In between Depends and Suggests it exists a middle 
ground. Oh surprise, it is called Recommends.

Regards
Noel Torres
er Envite


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


Re: Recommends for metapackages

2012-07-13 Thread Russ Allbery
Noel David Torres Taño env...@rolamasao.org writes:

 I *hate* doing things manually, that's why I'm using a bloody high-level
 metapackage. If it forces me to deinstall N-M by hand using
 --force-depends (because it breaks my Pidgin) every time I use aptitude
 to install something, either related or unrelated to Gnome, I might
 aswell go back to downloading packages by hand and using dpkg directly
 myself.

I would usually just install gnome-core once on a new system, unmarkauto
the leaf packages, and then purge gnome-core and network-manager.
Unfortunately, the drawback of that is that if gnome-core later adds new
packages, I don't pick them up by default.

I think the GNOME maintainers mentioned previously that they were fine
with there being a metapackage that was gnome-core but without
network-manager.  They just didn't want to maintain it.  While that's
going to be a very silly, tiny source package, maybe the easiest path
forward is for someone to volunteer to maintain that package in the
archive so that everyone else doesn't have to recreate the work using
equivs.

(Personally, I'm a happy user of wicd.)

-- 
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/87r4sf8iv7@windlord.stanford.edu



Re: Bug#681514: ITP: screenkey -- screencast tool to display your keystrokes

2012-07-13 Thread Arno Töll
Hi,

Eshat Cakar made a package for screenkey already. As far as I know it
was in a good shape and only lacked a sponsor until he gave up
eventually. Maybe get in touch with him (CC:-ed) to save duplicate work.


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Re: Package changelog should contain, well, a log of changes

2012-07-13 Thread Jonas Smedegaard
On 12-07-13 at 08:39pm, Cyril Brulebois wrote:
 Jonas Smedegaard d...@jones.dk (13/07/2012):
  Please proofread your changelog before releasing a packaging, and make
  sure all entries describe what was _changed_.  ^
 
 SNCR,
 KiBi.

I fail to extract any meaning out of the above.

Could you please elaborate?


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Package changelog should contain, well, a log of changes

2012-07-13 Thread Craig Small
On Sat, Jul 14, 2012 at 12:24:44AM +0200, Jonas Smedegaard wrote:
 On 12-07-13 at 08:39pm, Cyril Brulebois wrote:
  Jonas Smedegaard d...@jones.dk (13/07/2012):
   Please proofread your changelog before releasing a packaging, and make
   sure all entries describe what was _changed_.  ^
  
  SNCR,
  KiBi.
 
 I fail to extract any meaning out of the above.
 Could you please elaborate?
It should of been package not packaging. I got that bit.
Still, I'm not sure what Stevie Nicks Concert Reviews or the Society
for New Communications Research has got to do with it.

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


-- 
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/20120713224622.ga25...@enc.com.au



Re: Recommends for metapackages

2012-07-13 Thread Ian Jackson
Adam Borowski writes (Re: Recommends for metapackages):
 On Wed, Jul 11, 2012 at 09:32:19PM -0600, Philipp Kern wrote:
  On Wed, Jul 11, 2012 at 07:21:00PM +0100, Noel David Torres Taño wrote:
   Installing N-M breaks unrelated software.
  
  No. At most it breaks *related* software.
 
 Exactly, that's why it's the gnome-core package that's RC-buggy, not
 network-manager.  Unless someone thinks a desktop environment's core
 function is to mess with the network, that is.

I think this discussion became circular and repetitive and useless
quite some time ago.

It is plain that the gnome-core maintainers are not going to agree to
make this change.  Therefore people who want the change made should
either (a) shut up and put up with the status quo (b) refer the matter
to the TC.

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



Bug#681528: ITP: python-gtkspellcheck -- spellchecking library written in Python for Gtk based on Enchant

2012-07-13 Thread Carlos Jenkins
Package: wnpp
Severity: wishlist
Owner: Carlos Jenkins cjenkins@silver

* Package name: python-gtkspellcheck
  Version : 2.4
  Upstream Author : Maximilian Köhl linuxm...@googlemail.com  Carlos Jenkins 
car...@jenkins.co.cr
* URL : https://github.com/carlos-jenkins/pygtkspellcheck
* License : GPL
  Programming Lang: Python
  Description : spellchecking library written in Python for Gtk based on 
Enchant

It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both 
Python 2 and 3 with automatic switching and binding autodetection. For 
automatic translation of the user interface it can use GEdit's translation 
files.



-- 
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/5000b048.7397ec0a.42d9.0...@mx.google.com



Re: Fixing the mime horror ini Debian

2012-07-13 Thread Charles Plessy
Le Fri, Jul 13, 2012 at 10:12:34PM +0200, Brian White a écrit :
 That seems a reasonable plan to me.  I've orphaned the mime-support
 package, however, because I have no time to work on it right now and do not
 expect to have any for the foreseeable future.

Dear Brian,

I could not find the WNPP bug orphaning mime-support.  Can you or somebody else
submit one ?

I hope that this change of maintainer will result in the transfer the source
package in a VCS and have it maintained by a team.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
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/20120713234306.ga8...@falafel.plessy.net



Re: Recommends for metapackages

2012-07-13 Thread Roger Lynn
[sorry for the lengthy quoting below]
On 12/07/12 10:10, Gergely Nagy wrote:
 Noel David Torres Taño env...@rolamasao.org writes:
 Not so minimal if you want your gnome set to be up to date, including new 
 applications being installed.
 
 It is very minimal. 5 minutes of work. Been there, done that, posted the
 bulk of the solution, and a general outline of the rest of it to this
 list, in this very thread, multiple times.
 
 Please take some time to read it. But alas, I'll make it easy for you:
 
 If you want to install a meta-package, but without one of its
 dependencies, and want to keep up to date with it too, so you get all
 the new stuff added to it, and you also want to be able to remove the
 whole thing with one swift sweep, here's what you do:
 
 - Grab the control file of the meta-package
   (~1 line in shell, use grep-aptavail)
 - Filter out unwanted packages from depends
   (~5-6 lines in shell)
 - Create a local package, under a different name, with the updated
   information
   (~10-20 lines, use equivs)
 === 5 minutes so far ===
 - Push it into a local repository
   (~2-3 lines, use whatever, reprepro, mini-dinstall, or cat EOF)
 - Put the local repo in sources.list
 - apt-get update  install your shiny new meta-package
 - Hook all that into Apt::Update::Post-invoke
 
 That's it. The whole thing is under a hundred lines, and easily doable
 within half an hour (for the record, I implemented all of the above this
 morning in 17 minutes while still half asleep).
 
 If you want to be super-cool, create a sourcable config file that tells
 the generator script what packages to filter out from which metas. Pack
 it up, ship a deb, everyone's happy.
 
 Even better, here's an alternative solution:
 
 - Grab a list of unwanted packages
 - Create a dummy package with an epoch of 99, using the same name the
   unwanted packages.
 - Install them
 - Use the meta-package unmodified
 
 (Whole excercise doable in 10 minutes tops, including reading the equivs
 documentation.)

Do you really think these are reasonable solutions for your users? I am not
a Debian Developer, and following any of the above instructions would take
me several hours.

 All of that took a fraction of the time than arguing here on this list,
 about things that can already be solved *conveniently* by anyone caring
 enough, in multiple ways. Obviously, most people in this thread don't,
 as we'd already have a packaged solution if that weren't the case.
 
 And since noone seems to have cared enough to come up with a solution
 that works for *everyone* (upstream, novice and advanced users alike,
 and maintainers too), can we drop the subject now?

Recommends does work for everyone except you. The arguments against
recommends that you keep repeating appear to apply to a small subset of
developers running unstable and not the users of your stable packages. Who
are you developing for? Other packages use recommends without introducing
the problems you have mentioned. It sounds like you think recommends is
always useless and should never be used by any package.

snip
 If that package is not a true dependency of the core of the set,
 Recommends is more than justified.
 
 Upstream considers it a dependency in this case, part of a
 platform. If you don't want the full platform, don't install the full
 one, select the pieces you need - it is that easy.

If I wanted software exactly as released by upstream I wouldn't be using
Debian. I expect Debian fix the oddities that upstreams sometimes include
and make software work nicely together.

 In case of gnome, the package pulls together what upstream considers the
 GNOME platform - it is that simple.

That's what recommends does.

Roger


-- 
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/njm6d9-ji2@silverstone.rilynn.me.uk



Moving changelog and copyright files to control tarball, or merging control and data tarballs ?

2012-07-13 Thread Charles Plessy
Hi Raphaël and Guillem,

in http://bugs.debian.org/681289, Raphaël proposed that the Changelog and
copyright should be package metadata.  I personally like the idea, but I note
that last time it was introduced on debian-devel, it was not consensual
(http://lists.debian.org/20437.51932.971859.384...@chiark.greenend.org.uk), so
I answer to your proposal on debian-devel to restart the discussion there.

As the logic applied to the changelog and copyright files can be applied to
most other files produced by the packager, like NEWS.Debian, it looks like the
trend would be to have them installed in /var/lib/dpkg rather than
/usr/share/doc.

This is somewhat equivalent of a change in the binary package format, as
packages will need to pre-depend on a recent version of dpkg, and programs not
getting the metadata through dpkg will need to be corrected.

Pushing the logic further, I wonder if that suggests that the Debian binary
package format could be simplified to be a simple tarball with the metadata
in /var/lib/dpkg, instead of the current format with a data and a control
tarballs joined together in the 'ar' format. 

This would not prevent dpkg to store the metadata somewhere else than
/var/lib/dpkg later, as it would be easy to intercept the files and treat them
appropriately, similar to what is being done with files in usr/share/doc with
multi-arch packages.  Also, once using a simple tarball as binary package,
arbitrary files become trivial to extract quickly, or perhaps even to update
(like for translations).

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
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/20120714004835.gb8...@falafel.plessy.net



Multilicense `debian/copyright` file

2012-07-13 Thread Aliaksei Sheshka
Hi debian-devel list!

Please help me to write a proper `debian/copyright` file.
Original COPYING file says:

Several parties hold copyright to various parts of IRRToolSet.  One or more
of the following licenses may apply to the code contained within this
distribution.
1. USC (and occasionally USC/IBM) license
.
2. RIPE NCC license

3. GNU General Public License version 2
...

What should put in the `debian/copyright` then ?


Accepted netcfg 1.82 (source amd64)

2012-07-13 Thread Sorina Sandu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 12 Jul 2012 16:27:57 -0600
Source: netcfg
Binary: netcfg netcfg-static
Architecture: source amd64
Version: 1.82
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Sorina Sandu sandu.sor...@gmail.com
Description: 
 netcfg - Configure the network (udeb)
 netcfg-static - Configure a static network (udeb)
Closes: 637128
Changes: 
 netcfg (1.82) unstable; urgency=low
 .
   * List available ESSIDs
 (Closes: #637128)
Checksums-Sha1: 
 7d92298e1cb8ab2bf9080dca0ee7e1398d0890b0 1470 netcfg_1.82.dsc
 a33dca7d7c17c25f266ff96fb6098782fb818e87 661960 netcfg_1.82.tar.gz
 995c8d8784d76818b34e4caee44c6f1b9d592c92 386734 netcfg_1.82_amd64.udeb
 b2b97dfe7a8eb9745e6cffa4024846627d0cd5e9 303226 netcfg-static_1.82_amd64.udeb
Checksums-Sha256: 
 6b33046ebc9698d93ea7c4b064964a5f36e9946c09c74b4c45a59992fa822490 1470 
netcfg_1.82.dsc
 1a7a6f4bcd4c7ea4c2fe19e37859ceaa5254f4410c5a685a3b158df116369321 661960 
netcfg_1.82.tar.gz
 7303c4a436f258841c7e706845255fd3f666357d3397c0172f02a6ad50dc8305 386734 
netcfg_1.82_amd64.udeb
 20f7d752a44aea21dff6f6e4593cac1d19942ece019785a528027839bc59c865 303226 
netcfg-static_1.82_amd64.udeb
Files: 
 aa6165025c1d4e1afe7410301328a511 1470 debian-installer optional netcfg_1.82.dsc
 8418c75f41f8e3a74782f4c62373edd8 661960 debian-installer optional 
netcfg_1.82.tar.gz
 e5ceb218575ef198d77b797044e7a806 386734 debian-installer optional 
netcfg_1.82_amd64.udeb
 bca35f374aecd725cee8c3f0cb803757 303226 debian-installer optional 
netcfg-static_1.82_amd64.udeb

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

iQEVAwUBT/+3g00yN7tZsYcyAQoQZgf/Z9bfOZC82u7v9QCfBX5FYUt0GcU0hylL
TDc7jJgrT61wb3+9OnWrvyZnWb3xBvPosYCLgEcV0kSrHUL4ain1idvAbE7KDuuS
txgJg8peghFH4MrtK6CULKtefMykYHsNf93rYWPsRQcY3i+L/cyAFzmB5kVxbhFk
XF6+5w84DvMFy26m7gyfrFLOYmqjUbU33pB7z4lVIbETsKJmMtpLBUWEX+S14TpX
6Zb+Kebcws7G8Da2Gc7B76Zb6fxxrHgBpYuHqutjYYrvIiIE195vm3vr1xrGCvoE
z/uwRrlE9zmR83uGNCACUONYW0F5Pg0nhz2YagUCHAhJIrFcrboIDA==
=NKbm
-END PGP SIGNATURE-


-- 
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/e1spyxy-0003ps...@franck.debian.org



Accepted pypy 1.9+dfsg-2 (source all amd64)

2012-07-13 Thread Stefano Rivera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 12 Jul 2012 21:51:31 -0600
Source: pypy
Binary: pypy python-pypy.translator.sandbox pypy-lib pypy-doc pypy-dev
Architecture: source amd64 all
Version: 1.9+dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Stefano Rivera stefa...@debian.org
Changed-By: Stefano Rivera stefa...@debian.org
Description: 
 pypy   - fast alternative implementation of Python - PyPy interpreter
 pypy-dev   - header files for PyPy (an alternative Python interpreter)
 pypy-doc   - developer Documentation for PyPy (an alternative Python interpret
 pypy-lib   - standard library for PyPy (an alternative Python interpreter)
 python-pypy.translator.sandbox - sandboxed PyPy interpreter
Changes: 
 pypy (1.9+dfsg-2) experimental; urgency=low
 .
   * Redirect translation output to stdout. Buildds don't watch stderr for
 checking timeouts.
   * Do enforce the RAM check on Ubuntu, for non-primary-archive builds.
Checksums-Sha1: 
 8bfe5dba0249cffe4646bdfcd303d42b53560b49 2359 pypy_1.9+dfsg-2.dsc
 49e647e7394cf0da04ffd6b252a80490df114472 69715 pypy_1.9+dfsg-2.debian.tar.gz
 3d5cc9678666de84077b5c7278d43607ab1fb23a 10810670 pypy_1.9+dfsg-2_amd64.deb
 40a246f06ceb170a15d1e22b0607f5c1af1a093b 3821366 
python-pypy.translator.sandbox_1.9+dfsg-2_amd64.deb
 25f452e69d26046ef52332b2b73b66489086 3929178 pypy-lib_1.9+dfsg-2_all.deb
 1a78cfb74df36a504d3f418f3d08aa3df70f8bb7 1389112 pypy-doc_1.9+dfsg-2_all.deb
 d9b1a657a6c09028156166279cef7fd6efaee109 29112 pypy-dev_1.9+dfsg-2_all.deb
Checksums-Sha256: 
 025d87d667acffee781ebafd622c9a5dc153a98a32cd3f4e61c0e3bb5796434c 2359 
pypy_1.9+dfsg-2.dsc
 abcde62562046d0e4e39cf05316a6605b6ef033f350e306969bc05dc51e6f368 69715 
pypy_1.9+dfsg-2.debian.tar.gz
 efe5f3ec17a068cb229bd7479dc20ec5673125f54c9ce3e754d3c86d0643c728 10810670 
pypy_1.9+dfsg-2_amd64.deb
 3872796439faee85c45baa7164c941481a9d12110ed2da0738bc684bacfc2c27 3821366 
python-pypy.translator.sandbox_1.9+dfsg-2_amd64.deb
 dc250aa53725127433e98b30de001b22703790dae2e038137abe42927cbbc3b7 3929178 
pypy-lib_1.9+dfsg-2_all.deb
 11ab0f9faee065401b1fa19ea761130f105d00efcdd788b93b0f3a29e9abac91 1389112 
pypy-doc_1.9+dfsg-2_all.deb
 d3a8a6be15d17224b7cb445707cae6d8035ca3cf728a78739c3bf0cdb5335bdf 29112 
pypy-dev_1.9+dfsg-2_all.deb
Files: 
 5ea478c317cf07bd3a55cccda15222df 2359 python extra pypy_1.9+dfsg-2.dsc
 a1caf074e2ebadd058923adf3f42e255 69715 python extra 
pypy_1.9+dfsg-2.debian.tar.gz
 46e139e5258d95e8ea8064c2d6f5a1d1 10810670 python extra 
pypy_1.9+dfsg-2_amd64.deb
 020bb61c02373abc7726358278e97ec1 3821366 python extra 
python-pypy.translator.sandbox_1.9+dfsg-2_amd64.deb
 1e84805091a20f1cee572a6e0e154a80 3929178 python extra 
pypy-lib_1.9+dfsg-2_all.deb
 76fd416c9f2ace84f73087106b3ea0a5 1389112 doc extra pypy-doc_1.9+dfsg-2_all.deb
 160f377197d16202a31f8b94b005fa8a 29112 python extra pypy-dev_1.9+dfsg-2_all.deb

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

iQIcBAEBCgAGBQJP/7lCAAoJEACQ/CG1zRrMlcEQAMROj8QAqSUSPMFM9Ww/0ROS
4E11bdFrn1rLo2AtDHGV+g/t/ysc9i/7HkNn5bex5kbbiZlpT6bQ98ZmP0UqC74R
oOj7Bvw6gcGLcCdPrr6/sv6+6RL4ow/COoTcqzmERzhh/Vl2WwFYVjIBV2Azn/97
6MIS7Urh+AgdW1TBOZOTN6MqmzYq3VPrlG2JDB5qLlJmv0Sj/WRWPlnAwNyGeQAG
ZsH+TJI3SKv49AWl1YJ5mHoz0M3cs21hHSj3yaz9ZEBM0p0meO1uFlF1YI0NjOX1
6+woT+/FPvWAyFJknlT7fuaez3dJ6a8Fy7jFOeEyF2Yk5OZ+HUUoIAhcOndgGrcv
MPocCfpUYhVCzKOr2D4Shz4lbuKWiUQo8ISEVRExofUv4t7ENcE/RSAgd4GnKqoS
gB2/wE+cBj8LBSsc7EgNJ2clrHd8Tj6OW2GZiQJsZJ3c/+BLpdD6683lf6KtVXHO
WRWbKrQfjrdlS48wafz2iHzMXfneUXvQIu66gp4fxkfIkQRncbSvKLRo3tIwpfr6
bcyUWBlVCJgxgaujuoM2FcSM7ABl8SOKHE2oS4k6rVOJ2LWqzDotk++BjDXCBzBk
6+NVWjlzZDjLGs7EAS+DyHj1OY5xb2IxgArMNmGNpVn1zgNrWJSgFMBNvUOU0Op2
IuMu1X8xHSDSwNsOoKrv
=3oN9
-END PGP SIGNATURE-


-- 
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/e1spzbl-0004g4...@franck.debian.org



Accepted gtkterm 0.99.7~rc1-0.2 (source amd64)

2012-07-13 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jul 2012 06:17:16 +
Source: gtkterm
Binary: gtkterm
Architecture: source amd64
Version: 0.99.7~rc1-0.2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 gtkterm- A simple GTK+ serial port terminal
Closes: 675835
Changes: 
 gtkterm (0.99.7~rc1-0.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * src/serie.c: Added use of #ifdef __linux__.  Closes: #675835.  Patch by
 Petr Salinger petr.salin...@seznam.cz.
   * debian/copyright: Updated.
Checksums-Sha1: 
 c250cb9dd9a03988924a9af061291f3616807a4a 1717 gtkterm_0.99.7~rc1-0.2.dsc
 01f3bc4cf5bb08077212661c9a1117ca719c4136 3209 gtkterm_0.99.7~rc1-0.2.diff.gz
 f874166ad636effcb6a37f0a21fd2b1c5695ca47 59168 gtkterm_0.99.7~rc1-0.2_amd64.deb
Checksums-Sha256: 
 00152348dc69d6e9d1e9ec1e6f8b5ea1d11573dd86cc5cd4d82ef13d08d48e36 1717 
gtkterm_0.99.7~rc1-0.2.dsc
 e520dc9a1c0c100243e3a229cd5907d77bfe45119f197e001cf79929df3f9c84 3209 
gtkterm_0.99.7~rc1-0.2.diff.gz
 23c26614976f4266d1e31c72aa39527d4b2a74b44f49f40691bc1f2db362baec 59168 
gtkterm_0.99.7~rc1-0.2_amd64.deb
Files: 
 b04912cc5cd331e22e1d6844c86b1218 1717 comm optional gtkterm_0.99.7~rc1-0.2.dsc
 1a7b69044175d7e5c585ab4434c55718 3209 comm optional 
gtkterm_0.99.7~rc1-0.2.diff.gz
 ba3371ad808f19a09c94472fd9b339b0 59168 comm optional 
gtkterm_0.99.7~rc1-0.2_amd64.deb

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

iQIcBAEBCAAGBQJP/8c6AAoJEDNV9NY7WCHMCHcQALSpvbZx/tG1pGgpW0yRmN/h
2T4Ucki1FJ1htYUSquvAI+F24R26PFaV0enantN45DPSRNKxaChaSkzBQKhEJKBL
5JXJ50rJDUFFESRTqSK0uI8rcyB5rqOjl49cBQ0Ola+2PuSpFvR+mpHEAYa7HwYR
zwjJi80f7oWYnine3XfO2SMl+A0RLq17d2JmLz+MVTSmz7y+A2hfoEq5aMESy0JZ
CjpxXlptRbEYW+OzfNIpeoHa4nlOEOYHst1MeTVAisI6x8mS+31FiXw5NrcSGXqm
prHUyTj1+9ykXRqW0EX/3G6Jebt/l0HyilY2JsQZLOpejeQ0jfNkenTm35W7PUba
Gh6cJMWxq8uYHGK6hEdWCKQPqUbb3VcI1m4dI/4MNllVa/jCZObwzlL4vL0mGx8X
667OtUGqEmLr4iXni3LYgEOiku8++jZMR8tbSueCb28BW5pSVV6EthTVf/FpjZ3e
1u4aZNzwg4xNqRms/7G1gov78V66cVwnzchJWeKRqCzmBu2ReALZix4i5Z8nj8DH
6pfcNt5HBT18BzbrId3H3CZbYYsIO7KEUhnejcVE9ADP6UsSL6O9Ilkvbfw6wo8r
/f/d3FdoqUwd/x5/ZIhNfWIk8G2OXB8wQn1AQwbcRpKfqIlduQvcr0VBouY6/ta3
aDqkSUuLshsli1Ov76Dk
=r2ne
-END PGP SIGNATURE-


-- 
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/e1spzte-00080u...@franck.debian.org



Accepted scratch 1.4.0.6~dfsg1-2 (source all)

2012-07-13 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 02 Jul 2012 14:58:46 +0200
Source: scratch
Binary: scratch
Architecture: source all
Version: 1.4.0.6~dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Miriam Ruiz little_m...@yahoo.es
Description: 
 scratch- easy to use programming environment for ages 8 and up - data
Closes: 681112 681191
Changes: 
 scratch (1.4.0.6~dfsg1-2) unstable; urgency=low
 .
   * Added SVN links to debian/control
   * Desktop file associations work now
   * Added libgtk2.0-bin to scratch dependencies. Closes: #681112
   * Added shared-mime-info scratch dependencies. Closes: #681191
Checksums-Sha1: 
 eb2c1654a1a8fafd0d0c434d1b11a21caa94 1267 scratch_1.4.0.6~dfsg1-2.dsc
 c5bd3bd0d715f542daa497c40fbf445986ee219a 11326 
scratch_1.4.0.6~dfsg1-2.debian.tar.bz2
 78ab2b12ab4b0b3c257717e79388ec38ecc0fc95 30797974 
scratch_1.4.0.6~dfsg1-2_all.deb
Checksums-Sha256: 
 a59291842ba8cc964bdf417759e1fbc2d6894feb5c1fcc675efec30defe2bf28 1267 
scratch_1.4.0.6~dfsg1-2.dsc
 e61767d7c0b651069398ac5240fb449a7119a95ec7caf762d52cdecb150e0685 11326 
scratch_1.4.0.6~dfsg1-2.debian.tar.bz2
 ab475df45fa7147471b233261078203687c64871fe1152129a6b0c4193a6cb7d 30797974 
scratch_1.4.0.6~dfsg1-2_all.deb
Files: 
 9210b1ee45f53d89d4a1dc585eb84e7c 1267 education optional 
scratch_1.4.0.6~dfsg1-2.dsc
 79d63448c4c51090c6880027efb22b81 11326 education optional 
scratch_1.4.0.6~dfsg1-2.debian.tar.bz2
 5531e819ba3f32bd6497900fd6be8a13 30797974 education optional 
scratch_1.4.0.6~dfsg1-2_all.deb

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

iEYEARECAAYFAk//2ooACgkQfbltLjbuCGElxwCgh9aAKdCiMQfGMf4Sw7iG589L
UIgAn2FqJylP21DQNUSEOl5L1OpV/6q9
=F1FW
-END PGP SIGNATURE-


-- 
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/e1spbls-0004ua...@franck.debian.org



Accepted softhsm 1.3.3-2 (source amd64)

2012-07-13 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jul 2012 14:07:12 +0200
Source: softhsm
Binary: softhsm-common softhsm libsofthsm-dev libsofthsm softhsm-dbg
Architecture: source amd64
Version: 1.3.3-2
Distribution: unstable
Urgency: high
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libsofthsm - a cryptographic store accessible through a PKCS #11
 libsofthsm-dev - a cryptographic store accessible through a PKCS #11
 softhsm- a cryptographic store accessible through a PKCS #11
 softhsm-common - a cryptographic store accessible through a PKCS #11
 softhsm-dbg - Debug symbols for SoftHSM
Closes: 681311
Changes: 
 softhsm (1.3.3-2) unstable; urgency=high
 .
   * Don't install /etc/softhsm/softhsm.conf to softhsm package
 (Closes: #681311)
   * Add an empty /var/lib/softhsm directory to the softhsm-common
 package
Checksums-Sha1: 
 804ad418221c7c9dc167bb2a171bc0d8f4ca8277 1540 softhsm_1.3.3-2.dsc
 3d7aef55c597f18f237b2745b6818af9beae2785 7595 softhsm_1.3.3-2.debian.tar.gz
 5caef65eaee68bdfc9986a899b12854f804cc6e7 13086 softhsm-common_1.3.3-2_amd64.deb
 9d18bde6677aadf2d31bd3534da25ddc2a8d759c 47256 softhsm_1.3.3-2_amd64.deb
 cb36d1b9766d95411ad1fee8142251709f03a14e 76332 libsofthsm-dev_1.3.3-2_amd64.deb
 030b2145ad12fea9f2808b71c867cc81a9c0fe30 51338 libsofthsm_1.3.3-2_amd64.deb
 83c450c7d5482c42bd89a623147d05f1022db584 558902 softhsm-dbg_1.3.3-2_amd64.deb
Checksums-Sha256: 
 5a207dd8837d2ccd9376ee879937f206811964c24067d90e98a3cf8c63e1102d 1540 
softhsm_1.3.3-2.dsc
 fd5cdfe0691ce05daf87f29afccd2b6cd86038fd1f683ffc894e86546a15bd7f 7595 
softhsm_1.3.3-2.debian.tar.gz
 48b1de588426506bfe190354127cfe3712896997e8cd786810e2268b3cce 13086 
softhsm-common_1.3.3-2_amd64.deb
 7d4ef879f01972ffa062bc151b4e3b0781266896360b3a7ea30df08b9c4a0f14 47256 
softhsm_1.3.3-2_amd64.deb
 8b50530f6ae2d840ad9d29d9cb0137b43d191d2beeece1ec1b7cba719ca26acd 76332 
libsofthsm-dev_1.3.3-2_amd64.deb
 1352f67ab56851ec6b16f15337ef33572778d9c98297b72202b58f1b1d801723 51338 
libsofthsm_1.3.3-2_amd64.deb
 592f2a7fc5895731610fb998f94b37954a19fb56c0c73d284715c41da6af 558902 
softhsm-dbg_1.3.3-2_amd64.deb
Files: 
 c9a63db6fedb48b831fbe44ea82aa7a0 1540 admin extra softhsm_1.3.3-2.dsc
 f0eb0e74b3eff0da8f9670397ee5fd7f 7595 admin extra softhsm_1.3.3-2.debian.tar.gz
 838c03575423e5392a1ecb784f4262e5 13086 admin extra 
softhsm-common_1.3.3-2_amd64.deb
 59b250d4331b9a31005a533c73d8aad7 47256 admin extra softhsm_1.3.3-2_amd64.deb
 ef6c554aa1dff160d29d475c6f18fd2a 76332 libdevel extra 
libsofthsm-dev_1.3.3-2_amd64.deb
 31eb188d5c271e285fb6b212503b408b 51338 libs extra libsofthsm_1.3.3-2_amd64.deb
 877c2bcf3fa8f96ed68087693ba93ada 558902 debug extra 
softhsm-dbg_1.3.3-2_amd64.deb

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

iEYEARECAAYFAk//2pgACgkQ9OZqfMIN8nOJ+ACeKVan5dAZ0tsHiV4egU30PhMe
qYUAoJ3zHxhHfEaHGCllGGTEQJphGACV
=UMGA
-END PGP SIGNATURE-


-- 
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/e1spbla-0004w5...@franck.debian.org



Accepted gyoto 0.0.3-5 (source all i386)

2012-07-13 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 11:36:16 +0200
Source: gyoto
Binary: gyoto libgyoto0 gyoto-dbg libgyoto0-dev yorick-gyoto gyoto-doc
Architecture: source all i386
Version: 0.0.3-5
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Thibaut Paumard paum...@users.sourceforge.net
Description: 
 gyoto  - General relativistic ray-tracing
 gyoto-dbg  - debugging symbols for gyoto, libgyoto0 and yorick-gyoto
 gyoto-doc  - documentation for the Gyoto library
 libgyoto0  - General relativistic geodesic integration and ray-tracing
 libgyoto0-dev - development files for libgyoto
 yorick-gyoto - General relativistic geodesic integration for the Yorick 
language
Closes: 681452
Changes: 
 gyoto (0.0.3-5) unstable; urgency=low
 .
   * skip test suite on mips as lucatelli fails on it (but it runs fine on
 other boxes). (Closes: 681452)
Checksums-Sha1: 
 1aea1dc1c024d5071d6397c3fbe66252805dbe62 1581 gyoto_0.0.3-5.dsc
 24a1ddeaf46c0da0a46d81df4e7ac3990b4b352d 6550 gyoto_0.0.3-5.debian.tar.gz
 248315630e780db366113a9f2b02d8e5beb8f570 714354 gyoto-doc_0.0.3-5_all.deb
 e4d1882cfc32ce1df06924930c5885bb79e7e1da 24190 gyoto_0.0.3-5_i386.deb
 e0ab9803ce10e099b2aeba6d47a850c8058e3852 238524 libgyoto0_0.0.3-5_i386.deb
 8e32fa6b92cfa7b213cb30b6326aaf02cc47b33f 1893448 gyoto-dbg_0.0.3-5_i386.deb
 803c426b8faef299045eb0c086cc7d34a822fb05 214974 libgyoto0-dev_0.0.3-5_i386.deb
 3e87beb30c99a8c52aaca8636451488dec01f64a 146736 yorick-gyoto_0.0.3-5_i386.deb
Checksums-Sha256: 
 7fe703e510911f92d9a7ef09bee965d5a9ca71d9c6d3945e48374178bd47aecd 1581 
gyoto_0.0.3-5.dsc
 cf0afd885c57b72a4bd6339001f8cb8857a9f00051fb19e27128aacd7f259f63 6550 
gyoto_0.0.3-5.debian.tar.gz
 4a995a3d698b867d132c432cf9df2edfa38ab4cefe4fbbdca6a7d77545820848 714354 
gyoto-doc_0.0.3-5_all.deb
 1511b0a187a77fe760f27787ce04f3d961622001de803827f8f6842d82bd 24190 
gyoto_0.0.3-5_i386.deb
 195c5ff2f66b01aea4867b31c166e3b53e446a86561fb66dc76bbdfc695cac1a 238524 
libgyoto0_0.0.3-5_i386.deb
 38c3e20a2a10e5229a426de19e14442da99d7665a77e71d51354a24827b8c712 1893448 
gyoto-dbg_0.0.3-5_i386.deb
 4d0d05a9c9cbe1501d6f1b48d23e17b02d8c372f664a32befbfea09cc10e3d45 214974 
libgyoto0-dev_0.0.3-5_i386.deb
 20cb47f96c685408fa572a9224ee36f9437ce683f52aed13e98719b8dae4ceb9 146736 
yorick-gyoto_0.0.3-5_i386.deb
Files: 
 dfa044c9cd53632acd8d196872a91c38 1581 science extra gyoto_0.0.3-5.dsc
 e9d7ad9a6bd7e4625947d925b9c7f2d1 6550 science extra gyoto_0.0.3-5.debian.tar.gz
 fb8e56f9eb270ef7197e21251cbdfa1f 714354 doc extra gyoto-doc_0.0.3-5_all.deb
 8af8abdff2e09a90cf6b78aef3d017c9 24190 science extra gyoto_0.0.3-5_i386.deb
 0e3e845488fac8c9d71f940f1f3a91a9 238524 science extra 
libgyoto0_0.0.3-5_i386.deb
 05bbd656daa6e9a982cbb6f44c7c9d40 1893448 debug extra gyoto-dbg_0.0.3-5_i386.deb
 046e52f77b443f3b3e9104076d009f8e 214974 libdevel extra 
libgyoto0-dev_0.0.3-5_i386.deb
 6ef0f90cebaed33b4b625011920dacac 146736 science extra 
yorick-gyoto_0.0.3-5_i386.deb

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

iEYEARECAAYFAk//8X4ACgkQ+37NkUuUiPFFegCfcgOzEoksLwJEqiS3XUrYP6Fb
q5cAnR9obMYhgtAQSShmhueDETO42SEx
=e8Pn
-END PGP SIGNATURE-


-- 
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/e1spcw7-00038s...@franck.debian.org



Accepted cmigemo 20110227-7 (source all amd64)

2012-07-13 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Jul 2012 19:00:00 +0900
Source: cmigemo
Binary: vim-migemo cmigemo-common migemo-el cmigemo libmigemo1 libmigemo-dev 
libmigemo-dbg migemo
Architecture: source all amd64
Version: 20110227-7
Distribution: unstable
Urgency: low
Maintainer: Youhei SASAKI uwab...@gfd-dennou.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 cmigemo- Japanese incremental search tool written in C - binary
 cmigemo-common - Japanese incremental search tool written in C - common files
 libmigemo-dbg - Japanese incremental search tool written in C - detached 
debuggin
 libmigemo-dev - Japanese incremental search tool written in C - development 
binar
 libmigemo1 - Japanese incremental search tool written in C - library
 migemo - Transitional package for migemo
 migemo-el  - Japanese incremental search with Romaji on Emacsen
 vim-migemo - VIM plugin for C/Migemo
Closes: 681321
Changes: 
 cmigemo (20110227-7) unstable; urgency=low
 .
   * Fix migemo-coding-system, add default load setting
 - Thanks to Kenshi Muto. (Closes: #681321)
Checksums-Sha1: 
 555d20a174079502bdb300fa16299383abe392e2 2208 cmigemo_20110227-7.dsc
 6bea94686f145b7aeb14d036d2c22e7b26f0d881 68211 cmigemo_20110227.orig.tar.gz
 d7ce23ec4524aaefd142c2dd1cbe8b56f8879ba5 20600 cmigemo_20110227-7.debian.tar.gz
 2ba76ec11054ff3383fb863a7fcf820ce70b2c91 5082 vim-migemo_20110227-7_all.deb
 8b721991876e052dc54ba0053de252f8508d4574 26240 
cmigemo-common_20110227-7_all.deb
 1bba7a84cef6226bbda648c8d0b8600ac3b5119b 11600 migemo-el_20110227-7_all.deb
 99e6fdf8a73a8e6439e7ebe02b2dd5fc9ba8d13f 9538 cmigemo_20110227-7_amd64.deb
 345e8e426a9708f9193eabaefef64fdf6b57d79a 17772 libmigemo1_20110227-7_amd64.deb
 bab1b4613945044c1d22ca43dc23841d6799de01 18166 
libmigemo-dev_20110227-7_amd64.deb
 f7d408bfff03ec91dba4afce9e531a56c9c730ff 41534 
libmigemo-dbg_20110227-7_amd64.deb
 9e9ae384de729ad3bcd83c9937371b898a0b0c8b 4000 migemo_20110227-7_all.deb
Checksums-Sha256: 
 08ec4a1d1ca823646b2d2a95cf3d16a00c5250d051d6f712db915888e79966c0 2208 
cmigemo_20110227-7.dsc
 18b6efd0d393f27b115188517839f552566cbbe17cd22dfcee15843693b0462a 68211 
cmigemo_20110227.orig.tar.gz
 ca6ea6c97ea37aac0c7af91afcc9f8786138f0820255677fbad6f3df034dfcbc 20600 
cmigemo_20110227-7.debian.tar.gz
 37fa6a4b5fee1d58737edc53214d5e5b70613c5f4619b154e74b3a3a7a086b43 5082 
vim-migemo_20110227-7_all.deb
 256d7180215a71326a5c01515af352836fe7db266ff2be931f05dd0d9acbc71f 26240 
cmigemo-common_20110227-7_all.deb
 d2433888b2e71537401d1d3c3a82388d93bc19acebe3ff147b7f78adc3f6e4ad 11600 
migemo-el_20110227-7_all.deb
 825b42e2afb2279c2dcdaa8b0e12e51a8083e3126062986469eda74a0a12c73c 9538 
cmigemo_20110227-7_amd64.deb
 57b564d9157d6b997544e6abc0d8ffe1b420cf0feb7dc887951acf275d7cd303 17772 
libmigemo1_20110227-7_amd64.deb
 925871d2d515d5ca66c58f29ab325b503bccfea21dcbf8a6cdcee7038d518273 18166 
libmigemo-dev_20110227-7_amd64.deb
 35d23a4ea69140489ee20829cbde6498eab9d1f2717763998fa0e0a675bf22f0 41534 
libmigemo-dbg_20110227-7_amd64.deb
 b59bf2ed99cf2172e3c3d2e181996f48b6d43408d756d0b0e05d6cb959c09716 4000 
migemo_20110227-7_all.deb
Files: 
 c3371767ac5f1dd82c96dfdc78f3977c 2208 utils optional cmigemo_20110227-7.dsc
 ad7fa8e01f7d21a2e2b7924afe96ce49 68211 utils optional 
cmigemo_20110227.orig.tar.gz
 233cf595684dfbbbd2ebf4236c061978 20600 utils optional 
cmigemo_20110227-7.debian.tar.gz
 54e8ebd8670a9d63359330bbc39cc535 5082 utils optional 
vim-migemo_20110227-7_all.deb
 2dc9952061478d3e5b137cff57226593 26240 utils optional 
cmigemo-common_20110227-7_all.deb
 fd540ac0d0ccd26a55841d6ffec85abe 11600 utils optional 
migemo-el_20110227-7_all.deb
 b551234431798a12a9cb7b55f7c6350e 9538 utils optional 
cmigemo_20110227-7_amd64.deb
 31b5e40f4ac6131abb717ddea851af15 17772 libs optional 
libmigemo1_20110227-7_amd64.deb
 ec07b82fb6e2bafa48273bcabddcad50 18166 libdevel optional 
libmigemo-dev_20110227-7_amd64.deb
 a4e674156cd3e88f3cc9d9f62dc1c563 41534 debug extra 
libmigemo-dbg_20110227-7_amd64.deb
 1738a145f464c7a36915846554690a60 4000 oldlibs extra migemo_20110227-7_all.deb

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

iQIcBAEBCgAGBQJP//NJAAoJEJOU81SJHX4HL5kP/2GyizW6aGNzQcn8q2fVcABI
HwSMOCS0QHyPW0FqnJdtuifbBI5hds4mis5KtOwi/UdDcR39+n8f4LdZ2WpivPy6
OXnFT5EUTrGleParQnhAHbmRdfZCeGxtx7rjBBgqNPNtcWFGICfgGBhSw0kCu0jd
2DxT/rncez0CNMXbz2r8BZ5kCEShR1RNsLSncmlV3jPU3Miq71faHlfuMMf3WuVk
vTXHrxT1zGLTQSl8SCqMnhjf9wR3+RCqUd+LeOAjKHA+IEIsa+hYkJLIrRLuBYMa
RTeidpQFDGu6bZxK1aX32rj4fDJ1AHQfTg8+2iEW4lD4CkfejsU+qMwBDBHf7bSL
XrPJkrQ8EZTck3AhGl9r4zZMCXGG+j8W+1TFdy3SfswaUp59gpDPZR0btUHxuaws
hc/8iIzS7OvJyFZa8i3cjvbJCAX/7j8VH/Y6+yL22n40QEpQqO+a/+rzl5aCZI7r
nuc6xhUfBq5+CWKEJqmnIJxc0pZPqgnO2s3+yErqVW3TFMFzQ4yi/n+0eBmrTp7i
JAmtYz9o0cfQpUyypDynjq9yh8YpAuRNBJEzPJJoWlwrVhmkJ6hTp6xaqxQezLB2
4767YdIZOg6Uf4U5RvjG/AdUYXviO3EPxSiKt3sCBnLTcTSlZlhw4Ne+UvmoZh9p
sLFSJpcm7AVuQTc1DwWZ
=pMES
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to 

Accepted ruby-execjs 1.4.0-2 (source all)

2012-07-13 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 08:37:19 -0300
Source: ruby-execjs
Binary: ruby-execjs
Architecture: source all
Version: 1.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 ruby-execjs - Run JavaScript code from Ruby
Closes: 680836
Changes: 
 ruby-execjs (1.4.0-2) unstable; urgency=low
 .
   * Add missing build dependency on ruby-multi-json (Closes: #680836).
Checksums-Sha1: 
 bcd06a863d908f9be756f873ad68f054252c02b8 1428 ruby-execjs_1.4.0-2.dsc
 a15b52b4f001343611878fb6194f4464df330973 3200 ruby-execjs_1.4.0-2.debian.tar.gz
 c4a5715d6b8b2a195e4a8a02230c4b07203bd190 14682 ruby-execjs_1.4.0-2_all.deb
Checksums-Sha256: 
 28b449304b8cf19704b2d498cf4288cd0d79aada0832b13e50a6ba74731ea9c8 1428 
ruby-execjs_1.4.0-2.dsc
 39c4d68a769de6f0141c29d92c2935de2bf6e77610a3b9a44b0260e4bad45560 3200 
ruby-execjs_1.4.0-2.debian.tar.gz
 2c0d80e37c07c08e04096070f8379f9d0d24ff6633c3bd241f4049265369dc0f 14682 
ruby-execjs_1.4.0-2_all.deb
Files: 
 cd61ece93eff1efc95f911750fc05e41 1428 ruby optional ruby-execjs_1.4.0-2.dsc
 6fa6fdf928ace5d54324b73c85bd53f6 3200 ruby optional 
ruby-execjs_1.4.0-2.debian.tar.gz
 c9499c6765f553a62b3daf557b313eb3 14682 ruby optional 
ruby-execjs_1.4.0-2_all.deb

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

iEYEARECAAYFAlAACbAACgkQDOM8kQ+cso8ekwCcCqQBgwgeEq/W+XmxRMxiYVvS
29gAmwU2ki+wvGtKmVArF2vAQplmQEZO
=ysXx
-END PGP SIGNATURE-


-- 
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/e1spel0-0004r6...@franck.debian.org



Accepted dh-make 0.61 (source all)

2012-07-13 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jul 2012 21:26:38 +1000
Source: dh-make
Binary: dh-make
Architecture: source all
Version: 0.61
Distribution: unstable
Urgency: low
Maintainer: Craig Small csm...@debian.org
Changed-By: Craig Small csm...@debian.org
Description: 
 dh-make- tool that converts source archives into Debian package source
Closes: 644486 662163 662192 662888 665312 665770 670409 672478 672543
Changes: 
 dh-make (0.61) unstable; urgency=low
 .
   * Update to standards version 3.9.3
   * Update to debhelper version 9
   * debhelper v9 uses dpkg-buildflags Closes: #644486
   * Remove ldap-utils conflict as that version is not even in stable
   * Changed emacsen-startup script to debian-emacs-flavour Closes:
 #662163
   * Fixed emacsen-install from SamBs patch Closes: #665312
   * emacsen-install uses relative symlinks Closes: #670409
   * emacsen-install uses debian-pkg-add-load-path Closes: #672478
   * Man page doesnt have discouraged AUTHORS section Closes: #672543
   * Final version of 1.0 copyright file changed Closes: #665770
   * Minor tweaks to license files Closes: #662192
   * Rename x11 to mit license to follow SPDX list, same bug as above
   * Add -y,--yes option to run non-interactively
   * Add --packageclass,-C option to set class instead of -s,-i,-m etc
   * Don't add missing when non .ex file exists Closes: #662888
Checksums-Sha1: 
 4af79244492448fe1862b4ca653957b01712b7f9 1511 dh-make_0.61.dsc
 8d9dc3165db6efb68be895a0ff93cc5a7c53b771 41790 dh-make_0.61.tar.gz
 1396ec6ca0cda617690690f266295d92671fb293 46218 dh-make_0.61_all.deb
Checksums-Sha256: 
 90ab081fac2afeab02e6f086a2f28e8a598b2732272006138bec054db04f67e0 1511 
dh-make_0.61.dsc
 479c6b402c236fc058268860474c9d05011b55b2dccd2b49f966493e0bc468bd 41790 
dh-make_0.61.tar.gz
 7ad67e32f9ae9d2c74836f373e4649db976903983db27f8e65d79dfe4640b03c 46218 
dh-make_0.61_all.deb
Files: 
 5662312e772fad9e688611375869dcee 1511 devel optional dh-make_0.61.dsc
 405aa44ae1422e7440ffc43c1646aece 41790 devel optional dh-make_0.61.tar.gz
 ad479df6eff59e952ba79a93504817d9 46218 devel optional dh-make_0.61_all.deb

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

iQIcBAEBCAAGBQJQAAsQAAoJEDk4+WvfUP6lJ5EQAKb/C+b//oo6qgRynVwMVl5A
nqg29kHHnd+z53vXmAm5zn4W4AXnRjllvswuvmcaKkH8YEzaK65xCUGjc4VYKvUc
Qw0LE7ZbFUlP1iVa8Wq8WfWk4iOcPAOZN3AGIqG4r8FxvqPJ8Gx0b4hXybrzy1Gj
pi/XIzK8XF/o0mJlt9ahRvFNpHfLgzTuLJ0UO1NJxo7W36a3RJzz3wnGv4O0VO3X
xR3L8T5tovqUQv3ojchOxH/Iwevu3xmCb3hmIsi1oQjHABxaN60oLMbbLdTETam8
aRKRm6xTm4ROV9OW64mXDZ8OSyyEEpQbzlB+zk2oRiDW6Jsq80UvI+kOw1wwAwj/
r88lGT1NDG0HE/n0i5r6U3p13ovt2+gLJswMC0vEbFDP1QT8ixcXFBqbNa1hdJdo
axUdjAbNRW8tPcvzCUd/uM6MJj87N/b8FLpFiQEYw+XQvQFDnXvOeXJLrh1Eakmt
8pi4PDobA+KnKy0tDvkHnQxS3v37I8KmuOIBqOz+znDB+jRDAucJAJfQSyhyUoSW
YyXf4BfjSKbt0hpJ51ekmzgtZFz4PuMEsDI/9Xryv05/PrBu7fl2Ps0Si94+Cbll
9+NiVpPEPcuMaWDyil906AMnnqaByzl+hFcq7eNbzVotiMpPuGaGMcwxQAAdWevA
awdSpuOUmPKSQEqInnxD
=AZyC
-END PGP SIGNATURE-


-- 
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/e1spezu-0005e8...@franck.debian.org



Accepted llvm-3.0 3.0-10 (source all amd64)

2012-07-13 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 13:34:45 +0200
Source: llvm-3.0
Binary: libllvm3.0 llvm-3.0 llvm-3.0-runtime llvm-3.0-dev libllvm-3.0-ocaml-dev 
llvm-3.0-doc llvm-3.0-examples llvm-3.0-source
Architecture: source amd64 all
Version: 3.0-10
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libllvm-3.0-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 libllvm3.0 - Low-Level Virtual Machine (LLVM), runtime library
 llvm-3.0   - Low-Level Virtual Machine (LLVM)
 llvm-3.0-dev - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-3.0-doc - Low-Level Virtual Machine (LLVM), documentation
 llvm-3.0-examples - Low-Level Virtual Machine (LLVM), examples
 llvm-3.0-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
 llvm-3.0-source - Low-Level Virtual Machine (LLVM), source code
Closes: 680326 681109
Changes: 
 llvm-3.0 (3.0-10) unstable; urgency=low
 .
   * Rebuild package to fix symbol issues (Closes: #680326, #681109)
Checksums-Sha1: 
 2e4ed1288f0e3256d3435d49336c199c8ba602f6 1958 llvm-3.0_3.0-10.dsc
 e3fb1581bb0e0beeeff78008fe9ce8c49b0c0f4a 31951 llvm-3.0_3.0-10.debian.tar.gz
 b4fbe7a592fe82be5da34eca29c664a4dfbbbfa6 7528860 libllvm3.0_3.0-10_amd64.deb
 84965a9b4871cb457ade7faa5595ac0a6166319c 1325244 llvm-3.0_3.0-10_amd64.deb
 d63e0fedbc4d85407259d3c81a66995eed670d4e 43018 
llvm-3.0-runtime_3.0-10_amd64.deb
 0c621ffaba2e520c8a6c2991a226b0ead1334dd5 12808692 llvm-3.0-dev_3.0-10_amd64.deb
 32cc3c87e47a689a01c901577bc89b40984a093a 279402 
libllvm-3.0-ocaml-dev_3.0-10_amd64.deb
 b7c47541fb560bb48bc1b8c8cdb8a35d80eb1ef1 997568 llvm-3.0-doc_3.0-10_all.deb
 a38bf8d84fda182a3cff5d6f3744a219b4c8310f 110114 
llvm-3.0-examples_3.0-10_all.deb
 2f6787b60ae32f45d491380b68fb80e995dd8e0b 7126146 llvm-3.0-source_3.0-10_all.deb
Checksums-Sha256: 
 e3a1c4f8eee8e326ea345df15598645c813945514fdfffd94033e8c30c4fabac 1958 
llvm-3.0_3.0-10.dsc
 ed8fa119baeee70a7061d296b5a308689067d428a1f9a268ce184385e5a39812 31951 
llvm-3.0_3.0-10.debian.tar.gz
 ed02927ffaac3c9b1ffbe989c2b0663d9ee562f5dd7dce9018243265f32996e1 7528860 
libllvm3.0_3.0-10_amd64.deb
 b63c8f5d09b05670feb801f38ceca9ac34c2c63a9de30131e054559da38711a3 1325244 
llvm-3.0_3.0-10_amd64.deb
 9985ac84314442d7d7540d488d031f39170a464e49b2ac55967f6897a40c78c1 43018 
llvm-3.0-runtime_3.0-10_amd64.deb
 48958f4c09d0ec1cfa7d9627570aa8edf40ffdf1d91e549acf2f8a0b940b4c25 12808692 
llvm-3.0-dev_3.0-10_amd64.deb
 620924c9d9a378a6cabb4071deed8dc429f068cdb61a18647027e2af2ac3cec4 279402 
libllvm-3.0-ocaml-dev_3.0-10_amd64.deb
 eee0b2ebd50b1ded04c6dd1b744b32fee8b30a6bf152ac60092fe50feccda533 997568 
llvm-3.0-doc_3.0-10_all.deb
 a90882ebe4281ee067cc3b23f6fe5e44cf9df3bc6db1c7ef10061543eeedd80e 110114 
llvm-3.0-examples_3.0-10_all.deb
 26d9e016e19c10ac2e663a2971a8ef8f49fe0b6be3b6dfb8cb1ad9045432d7ef 7126146 
llvm-3.0-source_3.0-10_all.deb
Files: 
 eefa0fc79f0580b4000584c047f2604b 1958 devel optional llvm-3.0_3.0-10.dsc
 fbf0313072610347ca38d21a099db85e 31951 devel optional 
llvm-3.0_3.0-10.debian.tar.gz
 877db26a57243716d94a0f9465abce48 7528860 libs optional 
libllvm3.0_3.0-10_amd64.deb
 8831b4860e8a5a520531eba69bde4cd2 1325244 devel optional 
llvm-3.0_3.0-10_amd64.deb
 1532df3188ebd054666f2cd9521b63b8 43018 devel optional 
llvm-3.0-runtime_3.0-10_amd64.deb
 e80dc12b6760b688f0b2e3448ca173f8 12808692 devel optional 
llvm-3.0-dev_3.0-10_amd64.deb
 9209a2ab083fd4acaa6eb62d47cd0664 279402 ocaml optional 
libllvm-3.0-ocaml-dev_3.0-10_amd64.deb
 0224ba3ab218b68cc7217041dbae7694 997568 doc optional 
llvm-3.0-doc_3.0-10_all.deb
 10e373dc98edde0a5d71d6d2a66ea097 110114 doc optional 
llvm-3.0-examples_3.0-10_all.deb
 952faf4a403ba4bf80c4fdefe40f8393 7126146 devel optional 
llvm-3.0-source_3.0-10_all.deb

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

iEYEARECAAYFAlAACsEACgkQiOXXM92JlhCW3ACaA2BqJFG614qXBq98BBBQBzji
1u4An34PzG8rljn+RI9tL2YFCNA5Hlbc
=2Lny
-END PGP SIGNATURE-


-- 
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/e1speze-0005g1...@franck.debian.org



Accepted kyotocabinet 1.2.76-4 (source all amd64)

2012-07-13 Thread Shawn Landden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 11 Jul 2012 13:12:43 -0700
Source: kyotocabinet
Binary: libkyotocabinet16 libkyotocabinet16-dbg kyotocabinet-utils 
kyotocabinet-doc libkyotocabinet-dev
Architecture: source amd64 all
Version: 1.2.76-4
Distribution: unstable
Urgency: low
Maintainer: Shawn Landden shawnland...@gmail.com
Changed-By: Shawn Landden shawnland...@gmail.com
Description: 
 kyotocabinet-doc - Straightforward implementation of DBM - docs
 kyotocabinet-utils - Straightforward implementation of DBM - utilities
 libkyotocabinet-dev - Straightforward implementation of DBM - development 
headers
 libkyotocabinet16 - Straightforward implementation of DBM - shared library
 libkyotocabinet16-dbg - Straightforward implementation of DBM - debugging 
symbols
Closes: 680058
Changes: 
 kyotocabinet (1.2.76-4) unstable; urgency=low
 .
   * use breaks/replaces for smooth upgrades following man page move
   from -doc - -utils
   * do not unconditionally use -m64 when available (Closes: #680058)
   * obey DEB_BUILD_OPTIONS=noopt of Policy 4.9.1
   * disable -rpath linking per recommended practice
   * provide convenience names (libkyotocabinet16-dev, libkyotocabinet-dbg)
   * switch to xz (-2) compression for debs
   * fix link to kyotoproducts.pdf to point to Internet
   * GNU/kFreeBSD
 - support kyotocabinet::getsysinfo() on GNU/kFreeBSD
 - link with --as-needed on GNU/kFreeBSD as well as Linux
   * include unistd.h in kccommon.h for gcc-4.7 compatibility
Checksums-Sha1: 
 1edf47f1a075cbc185a9faeea44fb981cc14d9fb 1580 kyotocabinet_1.2.76-4.dsc
 195c1e16b0db937794a08f277ca1d3af4cf0eee0 8955 
kyotocabinet_1.2.76-4.debian.tar.gz
 2aeec6b84a0ba755f88177361e84570814a1d383 301608 
libkyotocabinet16_1.2.76-4_amd64.deb
 057e614c90f915c029169d204544226712276d81 42760 
libkyotocabinet16-dbg_1.2.76-4_amd64.deb
 d2ab7ef428e0b718cbdf4194a56f8516f8a637be 1134012 
kyotocabinet-utils_1.2.76-4_amd64.deb
 5c6d014888c0675b1cb8cc084d33bb5fea6d0aef 252166 
kyotocabinet-doc_1.2.76-4_all.deb
 14fd3a1f7c563d8f96419ffda48cfbd2803d3c4b 410348 
libkyotocabinet-dev_1.2.76-4_amd64.deb
Checksums-Sha256: 
 b72d46ef6395a5e7653b7e36dbf3ba4e95adc71c1df3ac9b6de307775fa830ce 1580 
kyotocabinet_1.2.76-4.dsc
 da84cf9dd23ebad575441c25bceb217d67b7b69732ba9e8c485f7ab656e76617 8955 
kyotocabinet_1.2.76-4.debian.tar.gz
 7e776741c470f79188b20b631d63884ff620c4f6fefc5165c61d89bbe0556063 301608 
libkyotocabinet16_1.2.76-4_amd64.deb
 b2b452cd69c5605f0b09ee9b0f435ec3df9cb08d90ffe2e5ca35ea68b6dc5beb 42760 
libkyotocabinet16-dbg_1.2.76-4_amd64.deb
 f4aed70e9a77e27121bdf61b338808d33184b739c07b5ce3be341ac3ef770587 1134012 
kyotocabinet-utils_1.2.76-4_amd64.deb
 efca0fdfe7ebfb0ff46bf14f1a8150da08b862ae87de1da6983c6354cb742321 252166 
kyotocabinet-doc_1.2.76-4_all.deb
 482d2a0ddca9b91dcb6ca8c21d618404a7e6a44cba08b6ac5518418fc21220ac 410348 
libkyotocabinet-dev_1.2.76-4_amd64.deb
Files: 
 d8b0249fca4648352c82ad4e7cf22a4d 1580 utils optional kyotocabinet_1.2.76-4.dsc
 3e74934b09233198fb3fed92affd81ec 8955 utils optional 
kyotocabinet_1.2.76-4.debian.tar.gz
 e61c89bcadfa369513f38470b231bf65 301608 libs optional 
libkyotocabinet16_1.2.76-4_amd64.deb
 2027c2daf534e42e0d378ed6dbfa936b 42760 debug extra 
libkyotocabinet16-dbg_1.2.76-4_amd64.deb
 703d36d66c8a462afacf0e3b5b96dce3 1134012 utils optional 
kyotocabinet-utils_1.2.76-4_amd64.deb
 99edf772397fda6c8f2e20bae53d37b1 252166 doc optional 
kyotocabinet-doc_1.2.76-4_all.deb
 32ba31457a8dbcaad055b7e091d700e9 410348 libdevel optional 
libkyotocabinet-dev_1.2.76-4_amd64.deb

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

iEYEARECAAYFAlAAE2AACgkQiOXXM92JlhBExwCfS83rK9wDddyNs3YCPiq2EFyz
eQ8AoOtvLqppIZjMx8Mlf7KWRlh5i0n2
=Wb3k
-END PGP SIGNATURE-


-- 
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/e1spf2y-00079a...@franck.debian.org



Accepted ruby-uglifier 1.2.5-2 (source all)

2012-07-13 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 08:48:14 -0300
Source: ruby-uglifier
Binary: ruby-uglifier
Architecture: source all
Version: 1.2.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description: 
 ruby-uglifier - Ruby wrapper for UglifyJS JavaScript compressor
Closes: 680835
Changes: 
 ruby-uglifier (1.2.5-2) unstable; urgency=low
 .
   * When running tests, use the local JavaScript files instead of the ones
 that would be installed to /usr/share when the package is installed
 (Closes: #680835).
   * Add ruby-yajl to Build-Depends:
Checksums-Sha1: 
 be3a195f8d2d72762c7d48c33631a94cd6641fc9 1480 ruby-uglifier_1.2.5-2.dsc
 c157714a64ea9804907bd102fe96f7b69ee1dea3 3439 
ruby-uglifier_1.2.5-2.debian.tar.gz
 266bcd38a650d0bc1e55b19f1c1dbc67ad79a888 49580 ruby-uglifier_1.2.5-2_all.deb
Checksums-Sha256: 
 9e34159eab5a8cc66684c1ca35a90651a50bfa04f742786edf4e498b1d957021 1480 
ruby-uglifier_1.2.5-2.dsc
 8d86bfaf0524359250158cbffc069c3fa3dd46c9df48325c3dffd5aedd8b84e0 3439 
ruby-uglifier_1.2.5-2.debian.tar.gz
 2892aee9c3b2a5e0476932596e8bc0ed6809bde587aac0e3a70ade2f9552a1f0 49580 
ruby-uglifier_1.2.5-2_all.deb
Files: 
 438e15b2f8fef5165d7aef1bd5381174 1480 ruby optional ruby-uglifier_1.2.5-2.dsc
 9dbfdfd0bf7f008d323257f96dc2579a 3439 ruby optional 
ruby-uglifier_1.2.5-2.debian.tar.gz
 42d59103e16d469d86a377a4804041e5 49580 ruby optional 
ruby-uglifier_1.2.5-2_all.deb

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

iEYEARECAAYFAlAAEbwACgkQDOM8kQ+cso/g/ACeLVipP6CuWLNBvwFarOxSMrHu
2BMAn1bpQC75vNsnAHGqbmfwnBJ+XmDX
=MzQf
-END PGP SIGNATURE-


-- 
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/e1spf2f-0007ag...@franck.debian.org



Accepted libconfig-model-perl 2.021-3 (source all)

2012-07-13 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 14:22:05 +0200
Source: libconfig-model-perl
Binary: libconfig-model-perl
Architecture: source all
Version: 2.021-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libconfig-model-perl - module for describing and editing configuration data
Closes: 681353
Changes: 
 libconfig-model-perl (2.021-3) unstable; urgency=low
 .
   * use patch from upstream to fix unsaved changes (Closes: #681353)
 Config::Model saves back data only when they are changed. To keep
 track of the changes, the notify_changes method must be called
 whenever a data is changed, otherwise the modifications will be
 lost. The patch fix-unsaved-change add calls to the notify_change
 method where it was forgotten. The second patch
 (test-fix-unsaved-changes) add the relevant test cases.
Checksums-Sha1: 
 9002cdb82572ba451f862842736fa03f33d7856f 3030 libconfig-model-perl_2.021-3.dsc
 c6cf0133b3a5f284c1615ec1eed5339064dcd85c 19157 
libconfig-model-perl_2.021-3.debian.tar.gz
 5095703020e03007bf102a143e02279df2b1520d 700772 
libconfig-model-perl_2.021-3_all.deb
Checksums-Sha256: 
 b2e1d568b9a2cfc2b09597c233985d34fc8d2f6eb29d0ac12baa231280c66ce7 3030 
libconfig-model-perl_2.021-3.dsc
 db42d237c3de2284d7687607669934641fd1d100ef6121c189ebff3d96c8b6c1 19157 
libconfig-model-perl_2.021-3.debian.tar.gz
 bef1d35c88e23eabd3353a5102a7d2c5759080e2ee5bbce2b1bb28bee176fb7d 700772 
libconfig-model-perl_2.021-3_all.deb
Files: 
 dabb15bf05e71b51e5a716f8ff009269 3030 perl optional 
libconfig-model-perl_2.021-3.dsc
 f387c18f3c76cfe972ea8641338bb99e 19157 perl optional 
libconfig-model-perl_2.021-3.debian.tar.gz
 babdf3f6757bed3551af4a4943192159 700772 perl optional 
libconfig-model-perl_2.021-3_all.deb

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

iQIcBAEBAgAGBQJQACEuAAoJEMMfT9lJqytsD40P/0csKEuddPdyykzgZEi/AU1q
M0l+AkPSeFPos1kCIwZd4r/7Xkb2c8Pjv/oVJHdDaM9w+qRgKHTj00Rz8C1cOp1n
92QEy3EglLj0WexyO5RKlAJXDYMM9kODw5aoAG9nXube+daV1J77fnBuWJq2zRoZ
YDMNvX3eluQyV7qt49Z63ONXkqtx3oRMjpUUw2ccwrtW/3tVZWKl+MDSpglhBoKp
y97M98RCc+H7tSTgrfPH8r8NQ2gQYDHeuTEsBUTIi6MfKKiLaVnJIfSrAXrxJ4Tw
QZ296z//NefMquCZ0heTOcQbOrhh0S8lOK/zobFXZrXrXs/ER697MaiL4jVu8nVc
PCHSJB0NLOgp1BR/aGhSQz19d9p1oCjrwJ80wpIUr39Ypma3jCuqWudX+robtnFu
wG6IFFd7LywOd0juP31IL4EXPexC7LoWdLJ8gzJuV3x7HgPmtnKauZFt9rE1BX78
FYS4gQB5MFDm4TyHHzvj+yGf587GJNPTTA4jNj+pzMsPt7RUe1hlU7wJ43h5x5XG
Fojj1AJI+3KQdVdFXR3VTRSuIl2ydcma2FQY/g0h/AfBYtns9imOArNBEa+7dZFn
5AG6bU9APL2XMOF2Ym3X3uacyCzqTzEjQ8XbudcgrJY7WPGAL885O6SmKk9E251h
Za4CipkwdIU8Py+qGFmk
=rPjJ
-END PGP SIGNATURE-


-- 
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/e1spfyc-000358...@franck.debian.org



Accepted cweb-latex 1.1.1.debian.1 (source all)

2012-07-13 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jul 2012 23:53:31 +0100
Source: cweb-latex
Binary: cweb-latex
Architecture: source all
Version: 1.1.1.debian.1
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey j...@debian.org
Changed-By: Julian Gilbey j...@debian.org
Description: 
 cweb-latex - LaTeX support for CWEB (transitional package)
Changes: 
 cweb-latex (1.1.1.debian.1) unstable; urgency=low
 .
   * Become a transitional package; simply depend on texlive-latex-extra;
 this package will be removed post-wheezy
Checksums-Sha1: 
 4dc9ebc5f46db423c408596277ebeee7675f4804 789 cweb-latex_1.1.1.debian.1.dsc
 c23fbf0040bc0b46a904bb496a80e341da0b43b7 3283 cweb-latex_1.1.1.debian.1.tar.gz
 cfa48e32b06677583e8ab003fbb8cb65edd9024d 3712 cweb-latex_1.1.1.debian.1_all.deb
Checksums-Sha256: 
 7df853e3cf67b6b5615d105312e4a5157c39de21ae37d1f10dc5e61dd325adbc 789 
cweb-latex_1.1.1.debian.1.dsc
 299cd9e9eb7eba90b1eb3294a76912862f714c09da2b8eefabeb4e12e06ae9af 3283 
cweb-latex_1.1.1.debian.1.tar.gz
 71f087aafbc63b2846ac0a8194f5b580c52a1578bf683969356001193ebaac93 3712 
cweb-latex_1.1.1.debian.1_all.deb
Files: 
 fd5db7d06feb7d991c994e170adb1cab 789 oldlibs extra 
cweb-latex_1.1.1.debian.1.dsc
 cb5799a785081d1d63dbb6eb239125d8 3283 oldlibs extra 
cweb-latex_1.1.1.debian.1.tar.gz
 80b0858bf82a23aa66cddf457593fc71 3712 oldlibs extra 
cweb-latex_1.1.1.debian.1_all.deb

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

iEYEARECAAYFAlAAKHsACgkQDU59w/205FkBAACgkvaJzkj6VmLOMXtCg8syhg5P
2WUAn0KHgCjNCrIMC3XSalGk7KWA0BDT
=5NG6
-END PGP SIGNATURE-


-- 
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/e1sph99-0004f7...@franck.debian.org



Accepted pandas 0.8.0-2 (source all amd64)

2012-07-13 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 08:54:41 -0400
Source: pandas
Binary: python-pandas python-pandas-lib
Architecture: source all amd64
Version: 0.8.0-2
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 python-pandas - data structures for relational or labeled data
 python-pandas-lib - low-level implementations and bindings for pandas
Closes: 681449
Changes: 
 pandas (0.8.0-2) unstable; urgency=medium
 .
   * up_tag_yahoo_test_requiring_network patch cherry-picked from upstream
 GIT so that tests would not be excercised at package build time
 (Closes: #681449)
Checksums-Sha1: 
 1007f698ef893190e4c638060a133c963b3a2ad7 1613 pandas_0.8.0-2.dsc
 50930c93ba3dd2e90b005bf2caf057e3cf88a1ce 706295 pandas_0.8.0-2.debian.tar.gz
 694e48469c265b8d137c9e03a2c9e90f96e8cc2e 609158 python-pandas_0.8.0-2_all.deb
 c2d53b66a104717f399db5f24c6c37d8a8a52a61 1876796 
python-pandas-lib_0.8.0-2_amd64.deb
Checksums-Sha256: 
 d5158b8c0f96fba29a82da9588d306e11944aa08f37747e3dcfc935e4bbb34de 1613 
pandas_0.8.0-2.dsc
 2a1a553d846b3a99296e8a726a6ff9c3ca6d0d1f5c19807e486640d2cf52bfe9 706295 
pandas_0.8.0-2.debian.tar.gz
 4a7efdace50e0082a64842769b229a92dae3e2016fb0cab84b06ef7708aaeeae 609158 
python-pandas_0.8.0-2_all.deb
 bcfb98d9c8e870f6d59a0024baee718ae174fe21f8f00b24d2a047afb12632f9 1876796 
python-pandas-lib_0.8.0-2_amd64.deb
Files: 
 a27c0c89887722fb64717fc3d0eb 1613 python optional pandas_0.8.0-2.dsc
 7383f73998d16b8c4d88d8da7841d0ef 706295 python optional 
pandas_0.8.0-2.debian.tar.gz
 8a822ad29aa002e58c93302d84603843 609158 python optional 
python-pandas_0.8.0-2_all.deb
 1d1401822a13102c830f3b2924d47fa9 1876796 python optional 
python-pandas-lib_0.8.0-2_amd64.deb

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

iEYEARECAAYFAlAAKMQACgkQjRFFY3XAJMg6EACfUepJpCsCH80cd99n+AZtWxcj
wNsAoJ7wJSxE4+0lvem12S4rc2jckd2G
=wVRH
-END PGP SIGNATURE-


-- 
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/e1sph9l-0006pz...@franck.debian.org



Accepted pdfposter 0.5.0-2 (source all)

2012-07-13 Thread Elena Grandi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jul 2012 17:55:12 +0200
Source: pdfposter
Binary: pdfposter
Architecture: source all
Version: 0.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Elena Grandi elena.valha...@gmail.com
Changed-By: Elena Grandi elena.valha...@gmail.com
Description: 
 pdfposter  - scale and tile PDF images/pages to print on multiple pages
Closes: 681318
Changes: 
 pdfposter (0.5.0-2) unstable; urgency=low
 .
   * Added dependency on python-pkg-resources (Closes: #681318)
Checksums-Sha1: 
 b8e6e89902331d0c3004792caedcf4e0516750bb 1441 pdfposter_0.5.0-2.dsc
 37dcdf30239add304aecb5c5f6d92a9e25205329 3352 pdfposter_0.5.0-2.debian.tar.gz
 486113f88cb2b8c27b3fa1d44349502864d49d67 57448 pdfposter_0.5.0-2_all.deb
Checksums-Sha256: 
 d5380ae31039d0c275b32ff9a2be050bde2318dc514d75a17ea0be1d34ea518a 1441 
pdfposter_0.5.0-2.dsc
 c3b630051255374128f20f2c250be7ff1ddd4104fa49fcc1a18d3fa3f64d9a3b 3352 
pdfposter_0.5.0-2.debian.tar.gz
 c80afde6f31c53690c18ae135bfb4d87e7ae3492db845274437b55a88cb19b35 57448 
pdfposter_0.5.0-2_all.deb
Files: 
 d711247ad13b85286cae1a8e8c88d78b 1441 python optional pdfposter_0.5.0-2.dsc
 c5eb1136c7b9a14e4385a95fc5c73c71 3352 python optional 
pdfposter_0.5.0-2.debian.tar.gz
 df693209f168d0a70301ec8a1285df29 57448 python optional 
pdfposter_0.5.0-2_all.deb

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

iEYEARECAAYFAlAAMVoACgkQNFDtUT/MKpAJigCbByQmNu+9Rv+twqGv1sJ0LNws
FN0AoOTCqu5ksrE2veoaSJvuZq9zJuj8
=eZm7
-END PGP SIGNATURE-


-- 
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/e1sph9r-0006qg...@franck.debian.org



Accepted rcs-latex 3.1.debian.1 (source all)

2012-07-13 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 14:57:46 +0100
Source: rcs-latex
Binary: rcs-latex
Architecture: source all
Version: 3.1.debian.1
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey j...@debian.org
Changed-By: Julian Gilbey j...@debian.org
Description: 
 rcs-latex  - LaTeX macro package for handling RCS keywords (transitional packa
Changes: 
 rcs-latex (3.1.debian.1) unstable; urgency=low
 .
   * Become a transitional package; simply depend on texlive-latex-recommended;
 this package will be removed post-wheezy
Checksums-Sha1: 
 07ed96a2341b03b6687519fd3acd0c5db7eb0c6b 784 rcs-latex_3.1.debian.1.dsc
 a89aa27f11da538183acb20f138be50dbcf3c64f 2496 rcs-latex_3.1.debian.1.tar.gz
 e21c304a3dde61307aa49a38d423d208657ab21c 2908 rcs-latex_3.1.debian.1_all.deb
Checksums-Sha256: 
 1ead072d580e920b5a16b5812f77de28d50e47ccd1f03fbde435ecbbea61102b 784 
rcs-latex_3.1.debian.1.dsc
 c094974749521b45836251544c46788db47c290a3482430d40e886a11e99e6e8 2496 
rcs-latex_3.1.debian.1.tar.gz
 fc9900993e96e7e42955bbc1aedafc48021ba23097351283c85144a76d7635c6 2908 
rcs-latex_3.1.debian.1_all.deb
Files: 
 86568ddbd68f5867aae41858d9fed9fa 784 oldlibs extra rcs-latex_3.1.debian.1.dsc
 334ab132278361000a4278171b5fecbc 2496 oldlibs extra 
rcs-latex_3.1.debian.1.tar.gz
 126c66f0f74076492d64db558ea01e03 2908 oldlibs extra 
rcs-latex_3.1.debian.1_all.deb

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

iEYEARECAAYFAlAANEoACgkQDU59w/205FkZoACeMwzqnimkSi5TG1yaV0A+7xXL
y4gAnA9llmbYQveGhhyveGP+QiSnQVxK
=MdE6
-END PGP SIGNATURE-


-- 
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/e1sph9x-0006ri...@franck.debian.org



Accepted libperl-critic-perl 1.118-1 (source all)

2012-07-13 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jul 2012 16:38:00 +0200
Source: libperl-critic-perl
Binary: libperl-critic-perl
Architecture: source all
Version: 1.118-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libperl-critic-perl - Perl module to critique code for best practices
Changes: 
 libperl-critic-perl (1.118-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 1.118
   * Bump versioned dependency for libppix-regexp-perl.
 Bump versioned (Build-)Depends(-Indep) on libppix-regexp-perl to
 (= 0.027).
Checksums-Sha1: 
 ab05c4895145ff4c97642a57eb3f33275fe17aa9 2727 libperl-critic-perl_1.118-1.dsc
 39d95dd6805660a316c5bcae96692cc7e9523314 645371 
libperl-critic-perl_1.118.orig.tar.gz
 50cb62585542dbc29100084f2b1232443c37e2a8 8635 
libperl-critic-perl_1.118-1.debian.tar.gz
 5096f9faeee5eae3716989e3caf013b9c6ded045 950910 
libperl-critic-perl_1.118-1_all.deb
Checksums-Sha256: 
 8543b92abcbc22589716528e01d2c668e62f0829c4fcd7c5f739550c0e13f80d 2727 
libperl-critic-perl_1.118-1.dsc
 666d2bef3ac924598c06a05277680da5910e10d94c5ec161336f6509c11155e8 645371 
libperl-critic-perl_1.118.orig.tar.gz
 467b157ca27d1aace4a8459a545611305e973caea17971e983f741c5961c5620 8635 
libperl-critic-perl_1.118-1.debian.tar.gz
 bc15f39e3011eb163cea49e697baa6cd11389b9481f86b56b8001e190937f3e2 950910 
libperl-critic-perl_1.118-1_all.deb
Files: 
 d1ab01acba136cc8c28a3358fe555212 2727 perl optional 
libperl-critic-perl_1.118-1.dsc
 25391a51d57cdf34c535f01d9ff91b83 645371 perl optional 
libperl-critic-perl_1.118.orig.tar.gz
 0228af47f646e194ee3261cdb449471b 8635 perl optional 
libperl-critic-perl_1.118-1.debian.tar.gz
 3fdf41104e9cb0c110350d42b8f47d4e 950910 perl optional 
libperl-critic-perl_1.118-1_all.deb

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

iQIcBAEBCAAGBQJQADVkAAoJEHidbwV/2GP+eDAP/0wcbhFt+L6m01GsQYEkLnTg
Z0+WcEQCE0LnsCrscE1Wrzbh/H3UptTE+KW5MMVGSo2dI0Zbww5ufWZ1bmOprieJ
X16cZL6FqlagoXSltIqCSAfjgB7FrFpSuN4LehqWaHNEqpQ75PKGvEBVmkI1NdT+
9tEXHOd6BP72njU/fgwlBBxFBTs8m6ph7piCLpCKCH7T4dA2P3G3VDRZjwVRkPZ2
iY6/LKn+LK3wAMka1unMljL2IyQQ9XSvOYD4JpMk6XmbI+hXAGLMgkqZzx2S7mzr
rqV8lq6r04l9gE29shTCpVmL/r6d9BrmgDxO5daeVRZHYlBeutpiBIJXTwD/Fz93
aDimzPG2d2QL5QRdTAHBzr+o5kZj4ejDeJAKRj1m+UQ4P0OmXOF1GCj37iKaNHMq
U3cnxmLCkj9PEITLHU1RpcT4feThaYFLpgwRY12k8TaBJ6nCEJjqNG+/Z1gu3LgV
hMWtIca2SmcyagxAY9dtmptANi288nJO9dgm+nqkqEUJ3DE2XqPry81R/ayD4J45
8e0Bf8X3sweDXQH1pN0pG6O8y97kYYYtM4Zo6gxM8BdYzJS1sYB5DN3fcSDqIiW4
Z+lxBLeiT0TbBpjzL2EGyyQUy/LmOoNOXqy8Orb3UH2UfDNlN51rnjmDtaTJ9f0d
p4DhNFfLB76c31TVhljf
=XpC/
-END PGP SIGNATURE-


-- 
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/e1sphni-0007fw...@franck.debian.org



Accepted ldm-themes 12.07.1 (source all)

2012-07-13 Thread Vagrant Cascadian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Jul 2012 10:36:45 -0600
Source: ldm-themes
Binary: ldm-themes
Architecture: source all
Version: 12.07.1
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian/Ubuntu Maintainers 
pkg-ltsp-de...@lists.alioth.debian.org
Changed-By: Vagrant Cascadian vagr...@debian.org
Description: 
 ldm-themes - Collection of themes for the LTSP login manager
Closes: 678474 679208
Changes: 
 ldm-themes (12.07.1) unstable; urgency=low
 .
   [ Jonathan Carter ]
   * Remove all alternatives (Closes: #679208).
   * Replace murrine gtk theme with mist in greeter-gtkrc.
   * Replace recommends on gtk2-engines-murrine with gtk2-engines, as it is
 already used in ldm, and doesn't pull in extraneous Recommends.
   * Fix typos in package description.
   * My first upload at a Debconf! :D
 .
   [ Vagrant Cascadian ]
   * Remove spacefun theme, as it was never shipped with squeeze.
   * Remove unnecessary .png files that are already shipped with ldm.
   * Update debian/copyright to reflect switch to Joy theme.
   * Finish switching to Joy theme (Closes: #678474).
Checksums-Sha1: 
 2dc47c569c1a2bf13008be70678ed118fb969de1 1546 ldm-themes_12.07.1.dsc
 ca814287fa6daa7cfb1d2dbd86d6d66c33ec0141 194811 ldm-themes_12.07.1.tar.gz
 057874b80101d967b2a294935691feac077eb195 194896 ldm-themes_12.07.1_all.deb
Checksums-Sha256: 
 cf5866bc73da5ea7473c7c80c8b4ae809330684a40654a0f71e1268c367b3032 1546 
ldm-themes_12.07.1.dsc
 e9e51412ae94bfaef24345297336b88ce2eec04bf23369ac20585d6308281319 194811 
ldm-themes_12.07.1.tar.gz
 e64832fea7a89d0847dc228243bd86e0876ae2527b4518cfdd6b9825e833aac1 194896 
ldm-themes_12.07.1_all.deb
Files: 
 5bf72772fdeaeb1570b383ee72952842 1546 misc optional ldm-themes_12.07.1.dsc
 f38d05221587ddcce2083e564ecb89ab 194811 misc optional ldm-themes_12.07.1.tar.gz
 0182a810d8225fdb14fc28513547cc2a 194896 misc optional 
ldm-themes_12.07.1_all.deb

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

iQIcBAEBCgAGBQJQAE+dAAoJELeLgtSBS5G28tkP/jNb4mL8OwF5AwTU9pU5FrCN
E97dfh2XQmiJ60LFi0cnMGVfyxdjHvD8ywS/3G2Bq2eQ1llwu0J3z7H2T3Pa5zPG
ho9spfrfkamT0B53//mzOpmpTdW9zc61a+mdeJF8VZ03Cm6TMdBLvGzN6OueDbay
EYlvUxMiEw1WTA6Fd2zTkbdYKB9p1o1P5Tu8NaDhyVYPfKRSJZut5XVx8vi5uPIH
HABv26P45DsSFdXQBdtNZblI2HHmo92wzuBLe3NV0/9TUpwPxf0vel+Bx/Y1tYVx
mlXPKIJy7Lr1zptEqud4mELfdwyNOnXtV0oysST3QU27VmmKYA2sLBEgF8nyWTNH
je6mpJ7JwXT+XhCiPVY7anUtCZhO+1z9al4Hr+k3ZxlwK0MOGAw4NcM2iOnoxnYX
W27fmn37VEh/LoVBFym5fxE0jpoi/MkTHRTDIA8MaE8EWfn/+Eqi9igPtU4P8vTE
euIGRBCoDv+URxsqB0VWFMfEWUAgTsn2r/p8GIyRHdurWJEAKcoc5NiqK3UD8xDB
LlCzivWR6sHawU4UH5kcRaBaqBAutBxrS0SlqWcF7J64ir8JpKnn09y8LJ13EsE/
sQULsvAH74w+/1tuWJ9GWs5r85KeQmBr+u0gzcpXttdizcPvT+Z/amP8wjbPPV3S
il+A0hCD/UEDscjtcFqK
=3dTw
-END PGP SIGNATURE-


-- 
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/e1spjfp-000711...@franck.debian.org



Accepted ldm 2:2.2.11-2 (source i386 all)

2012-07-13 Thread Vagrant Cascadian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Jul 2012 11:31:49 -0600
Source: ldm
Binary: ldm ldm-server
Architecture: source i386 all
Version: 2:2.2.11-2
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian Maintainers pkg-ltsp-de...@lists.alioth.debian.org
Changed-By: Vagrant Cascadian vagr...@debian.org
Description: 
 ldm- LTSP display manager
 ldm-server - server components for LTSP display manager
Changes: 
 ldm (2:2.2.11-2) unstable; urgency=low
 .
   * Recommend a version of ldm-themes that uses the Joy theme by default.
Checksums-Sha1: 
 8ba42c613dc804f8275959ec77e891a4d5c0d6c5 2069 ldm_2.2.11-2.dsc
 85462a4d12c9ae9f53415ec8ffcf00557e6b585a 13827 ldm_2.2.11-2.debian.tar.gz
 500489348e1866e7fb4e5d58a93176c718b977d9 178794 ldm_2.2.11-2_i386.deb
 4e6efd5cad7b835d1087a5bbac9eee6c1f6aecc2 62014 ldm-server_2.2.11-2_all.deb
Checksums-Sha256: 
 45be66941c9e118ffcc7c601e7b2e9102cd18849a5156b5c7a778c343cd14c64 2069 
ldm_2.2.11-2.dsc
 6c8dae7359289755e92d8329fde6f943c00d158824e9595b0e34519d55e41fde 13827 
ldm_2.2.11-2.debian.tar.gz
 20384b08b6b67cde78cc23cd880638a4411624ca95dfc4fe63f6d28235cf9a83 178794 
ldm_2.2.11-2_i386.deb
 dfc13a4d413abd18cdfe5d019aa711dc97c9e9ff855c8c9faf6049ca645a25e2 62014 
ldm-server_2.2.11-2_all.deb
Files: 
 03cabc84959b3b7537f95f85c89b7bf8 2069 misc extra ldm_2.2.11-2.dsc
 e6c5e6135e015c0f34968cf3f1fc0f3a 13827 misc extra ldm_2.2.11-2.debian.tar.gz
 3b97ef3dfe1236f275ced2d176f14f7a 178794 misc extra ldm_2.2.11-2_i386.deb
 0520e3f34391746ee73a528f166be0c5 62014 misc extra ldm-server_2.2.11-2_all.deb

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

iQIcBAEBCgAGBQJQAF56AAoJELeLgtSBS5G2/qUP/1HuyFsQh8yXFRllplxNQGZn
ZhVtSO+CEiCR1CN1Hk/kvZgS1t+D1rQWXTbNXfbuvitIsTcIzhFiTZHeKAwFM33b
+xL2AXMO0woL2Td/35bn1NeSVZDg2pxpOqbCkgcV8f0zfSZYCmXPUMdvcXj1uXSr
chEtRROvr5XAIC0r3xAs7G+wmh9cwtDV8Z1MKYNZxFq90RTW4zzD6v2wZ4+CY8Im
mBcAz6OdBGhONCEPP0DBwm285X1bJoxlKht7mZLlyKImvFYUyajU491F32/i0TW5
OGguVcypBf0H78Kyl8m3YxwWPlS4Q+anltwq/ScEz4SSNWlhmr8MxaUGsv5yVuHn
EVq/wyre4B8StmFSMpwGpwAe/BWjnIYXuvvRqtSDhkF94UCBCt0eLQi6hvbhJVki
I+iSvZdMmrnIxDL37zcScw4HT7TXVRVOqC4TnhPwC4K2Z3voMpeRM9nNttTv/zUA
XRZsdsgM4htIcDNly+SQxxN1kirea+ZaaaV/Do/QfG7CiW+tukT4BHyyVeK67euw
0yeFGwhphyO1T+Bvc/nKwfT28V51fZ4MdOsUyzfq59zgjLSi5Xr2qU+uecT+DPxM
YiVcr1BMG2Wr8CgTD4BkVXHvEMTOSmrqceTx1g1cdI4ph9UBFxPv7X4XHYR0AM9+
5DwDxBPhNlxsrTVpEtJ0
=4R+1
-END PGP SIGNATURE-


-- 
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/e1spkbu-0001wh...@franck.debian.org



Accepted expeyes 2.0.0-4 (source all)

2012-07-13 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 19:47:50 +0200
Source: expeyes
Binary: expeyes expeyes-firmware-dev python-expeyes expeyes-doc-en 
expeyes-doc-fr
Architecture: source all
Version: 2.0.0-4
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@ofset.org
Changed-By: Georges Khaznadar georg...@ofset.org
Description: 
 expeyes- hardware  software framework for developing science experiments
 expeyes-doc-en - User manual for expeyes library, in English language
 expeyes-doc-fr - User manual for expeyes library, French translation
 expeyes-firmware-dev - hardware  software framework for developing science 
experiments
 python-expeyes - Python library for expeyes
Changes: 
 expeyes (2.0.0-4) unstable; urgency=low
 .
   * Modified postinst to fix a problem with permissions, thanks to
 Ajith Kumar's e-mail.
Checksums-Sha1: 
 051240a6916b736c36a91a8e22213cfb98e8642b 1384 expeyes_2.0.0-4.dsc
 b9eeb31649dc3d3c7209f85cff158e53e72205fc 134404 expeyes_2.0.0-4.debian.tar.gz
 73a5c9b8b943cc21a117af13fbeb93dd6ba7cc6f 477440 expeyes_2.0.0-4_all.deb
 5728d1a89f00fd22c8bb6359d002767b80118a19 11882 
expeyes-firmware-dev_2.0.0-4_all.deb
 4f326ea1b060a3c80acf1cc998bf81894056ae28 20310 python-expeyes_2.0.0-4_all.deb
 351848f22818e435ca2a53ff620e0aa33363e88a 2977482 expeyes-doc-en_2.0.0-4_all.deb
 d003c0dc7ca17d92681fd6f1c437f0f2245e7377 11402994 
expeyes-doc-fr_2.0.0-4_all.deb
Checksums-Sha256: 
 a169088b1a02c41bb9d42cdde48c3544df1fc6a37bd809c63d0fa640a5ebb6ac 1384 
expeyes_2.0.0-4.dsc
 057509f6aa9e78d4ec619d7d16dbca8dae4164a19ed4a66abe2eba740b72af11 134404 
expeyes_2.0.0-4.debian.tar.gz
 be9905d5a96b7d9d5daf03f93e912ebafc6f9794ea0c938133d5573532e6a7c7 477440 
expeyes_2.0.0-4_all.deb
 38679bec351633ec1b1daf6a359c134d819ca5ebbe09ad2841d2f6cf37325040 11882 
expeyes-firmware-dev_2.0.0-4_all.deb
 b025ef4d25b58a26a9051172c3b06d48752109666166004135dfb7f12ad9 20310 
python-expeyes_2.0.0-4_all.deb
 4c0dab1806164369bc7aa58aaf415c8be9b793e6e395ae092bcf4b94faf54ba6 2977482 
expeyes-doc-en_2.0.0-4_all.deb
 3a72cc7092f16a20cf4c96073430fe42340ee6d45c75f8b3116d9e989a7a6eb2 11402994 
expeyes-doc-fr_2.0.0-4_all.deb
Files: 
 620a47e4b18d8c25ade881ed8d99be0c 1384 science extra expeyes_2.0.0-4.dsc
 7df4a9b39210b70cd7442defdc68d08e 134404 science extra 
expeyes_2.0.0-4.debian.tar.gz
 f2fc3605d4cb8e45373d376ab1c9b5ee 477440 science extra expeyes_2.0.0-4_all.deb
 853bd588feda9c5e58e79ed3c0c468a1 11882 devel extra 
expeyes-firmware-dev_2.0.0-4_all.deb
 53e4ebb13d5dac0a4d9754005ad38bf3 20310 python extra 
python-expeyes_2.0.0-4_all.deb
 9e4efb8685c9cc6133e1ed6bd8825fdd 2977482 doc extra 
expeyes-doc-en_2.0.0-4_all.deb
 e8e132c77308d09a7d69c131407e199c 11402994 doc extra 
expeyes-doc-fr_2.0.0-4_all.deb

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

iD8DBQFQAGP6nfmb2hFpETARAg3hAJ9dKAuL7SrCi5K7a87OTwTWLQeaegCfeIGx
5iYS/zy0vXxu+gOmjhrrjeY=
=tt0n
-END PGP SIGNATURE-


-- 
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/e1spl7z-0005uo...@franck.debian.org



Accepted mlt 0.8.0-2 (source all amd64)

2012-07-13 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jul 2012 20:43:02 +0200
Source: mlt
Binary: libmlt-dev libmlt5 libmlt-data libmlt++-dev libmlt++3 libmlt-dbg melt 
python-mlt5
Architecture: source amd64 all
Version: 0.8.0-2
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libmlt++-dev - MLT multimedia framework C++ wrapper (development)
 libmlt++3  - MLT multimedia framework C++ wrapper (runtime)
 libmlt-data - multimedia framework (data)
 libmlt-dbg - multimedia framework (debugging symbols)
 libmlt-dev - multimedia framework (development)
 libmlt5- multimedia framework (runtime)
 melt   - command line media player and video editor
 python-mlt5 - multimedia framework (python bindings)
Closes: 677276 681319 681339
Changes: 
 mlt (0.8.0-2) unstable; urgency=low
 .
   * Add patch 01-changed-preset-path, which corrects the path to the changed
 location of the preset files.
 Closes: #681339
   * Add patch 02-allow-file-prefix, which adds the file:// prefix support.
 Closes: #677276
   * Add patch 03-audio-limits-and-crash, which fixes a crash if invalid audio
 bitrates are submitted.
 Closes: #681319
Checksums-Sha1: 
 8639906ff781d02cc024e07615444d2fead2355c 2362 mlt_0.8.0-2.dsc
 c00a6f72b25a87a72762404c3a2ad01d32c6e016 10159 mlt_0.8.0-2.debian.tar.gz
 5b424034f421a07407708c6e167a6ec87698482a 163436 libmlt-dev_0.8.0-2_amd64.deb
 9f633b1fb942a42dc416562e54cc2ba566845943 657566 libmlt5_0.8.0-2_amd64.deb
 e3805bb810a59480edf1b90d59d4e3d0b2ffe9e2 439114 libmlt-data_0.8.0-2_all.deb
 9c9ba9084e130178daef52bc3a9a10b765373f0d 134364 libmlt++-dev_0.8.0-2_amd64.deb
 cd3c0d7c6ccdbdba76a61981310ae81cb5276b70 164296 libmlt++3_0.8.0-2_amd64.deb
 b79462fece059478e909cf8729339d8dcf6ebc24 1916240 libmlt-dbg_0.8.0-2_amd64.deb
 f465009ea40823264f70eb5ebda99d36ac8f32ff 138220 melt_0.8.0-2_amd64.deb
 da5d57b1ab37fc3668c633097f45e26574a72ed5 242774 python-mlt5_0.8.0-2_amd64.deb
Checksums-Sha256: 
 6712c990105917accb404316afbd4b3a6455151c5a99dc23c6859fe5c4f6c696 2362 
mlt_0.8.0-2.dsc
 1ec135a3552274fd3f293fe4041eb7197e0fc877e10826873a569b0fb0574a57 10159 
mlt_0.8.0-2.debian.tar.gz
 9cafaa6569e5b19cb919d9caade357552b432aca7600dfca7ac42519e5ecf062 163436 
libmlt-dev_0.8.0-2_amd64.deb
 d6df6552f3e27d8d65df4e1daecdc8f5f651d1c16564b4e9133a26412ef98896 657566 
libmlt5_0.8.0-2_amd64.deb
 07cbffe0a89f7986fd2fc60867a4f0a0458a45b1e08c26b2a4e5a61efd45e824 439114 
libmlt-data_0.8.0-2_all.deb
 e1dd57bad855b86e7aecdf33ad7045dd9868fd6663144f0e7a91f6ac754b9e33 134364 
libmlt++-dev_0.8.0-2_amd64.deb
 ede6d307de3297941c5cffafb4232e56d567cdaa2231de7167e8542b0d78dc9f 164296 
libmlt++3_0.8.0-2_amd64.deb
 13fa7f0d5114980fa6af02d49c8402e92b55aee413d18ad2db76f9445d84890e 1916240 
libmlt-dbg_0.8.0-2_amd64.deb
 07379e5a27046f7ae3e8c57b11b9261db5dfb7a660d169f28ae55b2d3a02ee4a 138220 
melt_0.8.0-2_amd64.deb
 5c47d6c291e51ffda38ef3ff4f4f2f7c56985824962d71023b422b31c221723f 242774 
python-mlt5_0.8.0-2_amd64.deb
Files: 
 0d3ec5258f1ec86c5ec13c226e7e1c80 2362 libs optional mlt_0.8.0-2.dsc
 1080f844c6605a4864b3f78a80802f6d 10159 libs optional mlt_0.8.0-2.debian.tar.gz
 2700d3b892088b0664fb7a7234a996e7 163436 libdevel optional 
libmlt-dev_0.8.0-2_amd64.deb
 2813e02c752f38c5625e666526fd1555 657566 libs optional libmlt5_0.8.0-2_amd64.deb
 fa2d8dc97581a2ae729c6f095168b65e 439114 libs optional 
libmlt-data_0.8.0-2_all.deb
 3b61c3e3e80373c4e6d1355de97698d8 134364 libdevel optional 
libmlt++-dev_0.8.0-2_amd64.deb
 b14792220dda1c09e71a02fd88673909 164296 libs optional 
libmlt++3_0.8.0-2_amd64.deb
 e90f28204bd7fc4805dbc41f5abca6be 1916240 debug extra 
libmlt-dbg_0.8.0-2_amd64.deb
 a77e385801bde8915ed5be238563962e 138220 utils optional melt_0.8.0-2_amd64.deb
 0cd5e06dae6d8330177d4a10ce306782 242774 python optional 
python-mlt5_0.8.0-2_amd64.deb

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

iQIcBAEBCAAGBQJQAG53AAoJEBLZsEqQy9jkCsYP/2eXT9oRdJ+h8fXDImgmXVVx
ZShKgfeQ9/PRHvp7LbZ5LWp/BySBL/cjyqhtpkLo9+ovDftie02F2vRPTXUCipNp
561BQhab9EePZRyoOzvkg9wgt1N1V1PQYcUdRJ4ILRHrfqeEnHw3j8avNZxG9Wie
SpuxpjD+YpmbzMuGnCnMSHB+RM/hMk/L0rhrnMl4LwiVGczFJFhvHErFgnzcjx1/
oG1BMJiTCQ71OgveJSob97gmOutWINr2ej8zMgL+m76eZhL/aIspTivW/KikJ0uN
vG0N+ZuRDyvVDOscXwa56uP8TZnFdVUjyrRfi/rBeD+JArse5u42IpTZTpQNWkOT
1t4bl26KE/HGvYzMWorXm71gMCTPJygfzF42PJCK2BFwKk0xN+sM2J9+DtilMpTA
uyvZ0MIT15XqrSHbRj5nRN/1/ixbdCBJtULhNqkZfkpNNiJhBDm/m3VIGg/hRX1Z
aUM8IwPEcTFF+P2D8uaqzBfzXH9r4BZAF4Ss/K8mJpX3oDgITGSndf1+TJu+gRU3
jfQ6gnKitzN8B9dHdSx3OOVgCDDKRKqZ8Z3KUzZ6LvCe/lyEZiWmVgV4b6OQlf5/
UMVKESSkQcs3bO6YMormhNyMiN7hrHhyJJh6CqBMarsSTCB0IDmYNdYlIMBq/lf+
IML2IQnBNGzEPkg0dhE6
=+v2N
-END PGP SIGNATURE-


-- 
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/e1spl87-0005vn...@franck.debian.org



Accepted unattended-upgrades 0.79.2 (source all)

2012-07-13 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 20:54:05 +0200
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.79.2
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt michael.v...@ubuntu.com
Changed-By: Michael Vogt m...@debian.org
Description: 
 unattended-upgrades - automatic installation of security upgrades
Closes: 654851 681334 681442 681467
Changes: 
 unattended-upgrades (0.79.2) unstable; urgency=low
 .
   * use mail -s again to ensure there is a proper subject line when
 using mailx
   * do not attach headers when using mailx
   * use sendmail instead of mailx when available to get a proper mime
 mail with correct encoding etc (closes: #654851, #681442)
 Thanks to Bjørn Mork and Teodor MICU
   * po/es.po:
 - updated, thanks to Omar Campagne, closes: #681334
   * debian/control:
 - add suggests for mail-transport-agent
   * only use ionice if available (closes: #681467)
   * make pyflakes clean and add test
Checksums-Sha1: 
 f9bf9603f6bdc04ea87b3ba9d45f063f1bf912a7 994 unattended-upgrades_0.79.2.dsc
 bc95c8a72fbc4e4b4693d22b928a1410f9d2b927 74861 
unattended-upgrades_0.79.2.tar.gz
 8cba2f8d05697e0a1396bdf55ce6a8bca7c27f07 47844 
unattended-upgrades_0.79.2_all.deb
Checksums-Sha256: 
 2d943596e7b83b2b8f7f531dce67361c736bff93157aa7e4ebc4c90957eb1742 994 
unattended-upgrades_0.79.2.dsc
 2f038989d5d0982f950e98b172c2b2a814c69c5f951ecb7e63cb053eebd7b280 74861 
unattended-upgrades_0.79.2.tar.gz
 24d1fcc8a7c4a5fb318c5bbc55f57abbccdc201388ecfe8a4c9eab921cf2be86 47844 
unattended-upgrades_0.79.2_all.deb
Files: 
 dc3808513ea9f00b8cfc64d64d89d37f 994 admin optional 
unattended-upgrades_0.79.2.dsc
 ae9b9187c1679f573286f6c7d3f83f59 74861 admin optional 
unattended-upgrades_0.79.2.tar.gz
 b0a3410b7e6d87254e5a2ddf12ab9354 47844 admin optional 
unattended-upgrades_0.79.2_all.deb

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

iEYEARECAAYFAlAAbycACgkQliSD4VZixzTVyACeMBIEI58gohOiL803gmUAFEdX
BT0An3P07uAJzcw0lSu9KsxCHMW4qCCs
=uJa8
-END PGP SIGNATURE-


-- 
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/e1spl8b-0005w8...@franck.debian.org



Accepted scheme9 2012.07.10-2 (source amd64)

2012-07-13 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 19:56:24 +0100
Source: scheme9
Binary: scheme9
Architecture: source amd64
Version: 2012.07.10-2
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 scheme9- Scheme 9 from Empty Space R4RS Scheme interpreter
Closes: 681488
Changes: 
 scheme9 (2012.07.10-2) unstable; urgency=low
 .
   * quilt patch for Makefile to not disregard passed CFLAGS, as needed
 for, e.g., hardened builds (closes: #681488)
Checksums-Sha1: 
 c0997efaee6827e103ce3610ad6066ec1aa96ea3 1257 scheme9_2012.07.10-2.dsc
 6d0f8caef25c753eabdd3288ef4f7551debbcfd5 13348 
scheme9_2012.07.10-2.debian.tar.gz
 1548a3d28ce7769a53f73d8a9d0828ed99887cd9 954018 scheme9_2012.07.10-2_amd64.deb
Checksums-Sha256: 
 a1e28a34df8421e4485564698b74b74dad32ec3808f9bb5ef28219f85139f1b7 1257 
scheme9_2012.07.10-2.dsc
 0d2be8741029c5b3670d1ce4fdabeedd379c8ce496d0bf13ff815b4397265314 13348 
scheme9_2012.07.10-2.debian.tar.gz
 1f8c45e05af706444aae469bf191eceb55d3d6913adf91b82753c94079d31c52 954018 
scheme9_2012.07.10-2_amd64.deb
Files: 
 570f624c395273931ca3e8ecfab496f0 1257 lisp extra scheme9_2012.07.10-2.dsc
 c2b9c0d9774e1c00451cee8213aae58b 13348 lisp extra 
scheme9_2012.07.10-2.debian.tar.gz
 1f175760943d29176a4c1490efc5dbd6 954018 lisp extra 
scheme9_2012.07.10-2_amd64.deb

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

iEYEARECAAYFAlAAcVIACgkQLz4Gnv7CP7JnIACgi8MxJkB5keJn1KmrBP7JccD9
kNsAn1A8+DJaMLW6jisu+s0n+5j5/Uet
=Gxeu
-END PGP SIGNATURE-


-- 
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/e1splmt-0006ig...@franck.debian.org



Accepted pycode-browser 20120614+git+b041dd2-2 (source all)

2012-07-13 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 19:08:14 +0200
Source: pycode-browser
Binary: pycode-browser
Architecture: source all
Version: 20120614+git+b041dd2-2
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@ofset.org
Changed-By: georg...@ofset.org
Description: 
 pycode-browser - environment to teach with Python code snippets
Closes: 680301 680828
Changes: 
 pycode-browser (20120614+git+b041dd2-2) unstable; urgency=low
 .
   * added lyx, texlive-generic-recommended, texlive-latex-recommended
 and texlive-latex-base in build-dependencies. Closes: #680828
   * fixed Makefile. Closes: #680301
Checksums-Sha1: 
 5c5431cda654702139b80097508c902fcd3e2f11 1333 
pycode-browser_20120614+git+b041dd2-2.dsc
 ae9025e1dc5b6646bc98fae2ce68e1fa7153e699 6079 
pycode-browser_20120614+git+b041dd2-2.debian.tar.gz
 3c8776552a22f8007991517b99e527ffab698261 3605308 
pycode-browser_20120614+git+b041dd2-2_all.deb
Checksums-Sha256: 
 434125765758fb35b9bb04ab165a3d2eb0e524bb7bd1ad315fec7425749db853 1333 
pycode-browser_20120614+git+b041dd2-2.dsc
 e92a160526ede8aaba0ef6f0052f20c9e6b2053e2262e65f10ccea5ab85418de 6079 
pycode-browser_20120614+git+b041dd2-2.debian.tar.gz
 d5a8621a4f9e76f7c334fb66be306a281963b163d96ed8aa73a37a039fec6b93 3605308 
pycode-browser_20120614+git+b041dd2-2_all.deb
Files: 
 c66d32aa7b96dee662bd450477f3d7e6 1333 education extra 
pycode-browser_20120614+git+b041dd2-2.dsc
 a5726306193958da27a8a6127a72b2b5 6079 education extra 
pycode-browser_20120614+git+b041dd2-2.debian.tar.gz
 41bfdc698229d18797839e3cb90d93b8 3605308 education extra 
pycode-browser_20120614+git+b041dd2-2_all.deb

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

iD8DBQFQAHTdnfmb2hFpETARAvmzAJ9MOOg99QRYp+8NM8Km8bJmoJHaxwCfZUOG
Ne5THwhiqk2FrjsjYe/99XM=
=L3nF
-END PGP SIGNATURE-


-- 
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/e1splps-0007vh...@franck.debian.org



Accepted apt 0.9.7.2 (source all amd64)

2012-07-13 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 21:33:56 +0200
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc 
apt-utils apt-transport-https
Architecture: source all amd64
Version: 0.9.7.2
Distribution: unstable
Urgency: low
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 apt- commandline package manager
 apt-doc- documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package managment related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package managment runtime library
Closes: 679371 679599 679662 680041 680119 680252 680287 680616
Changes: 
 apt (0.9.7.2) unstable; urgency=low
 .
   [ Manpages translation updates ]
   * French (Christian Perrier)
 .
   [ Program translation updates ]
   * Greek (Θανάσης Νάτσης)
 .
   * Japanese (Kenshi Muto) (Closes: #679662)
   * Russian (Yuri Kozlov) (Closes: #679599)
   * Danish (Joe Dalton) (Closes: #680119)
   * Portuguese (Miguel Figueiredo) (Closes: #680616)
 .
   [ Manpage translation updates ]
   * German (Chris Leick)
 .
   [ David Kalnischkies ]
   * debian/apt.cron.daily:
 - do not try to backup extended_states file if it doesn't
   exist (Closes: #680287)
   * ftparchive/writer.cc:
 - handle the APT::FTPArchive::Packages::SHA512 option correctly instead
   of overriding SHA256, thanks Christian Marillat! (Closes: #680252)
   * cmdline/apt-mark.cc:
 - arch:all packages are treated as arch:native packages, but dpkg
   expects pkg:all for selections, so use the arch of the installed
   version instead of the package structure if possible.
   Thanks to Stepan Golosunov for the report! (Closes: #680041)
   * apt-pkg/clean.cc:
 - run autoclean against pkg:arch and not always against pkg:native as
   this removes valid cache entries (Closes: #679371)
   * apt-pkg/deb/deblistparser.cc:
 - negative dependencies need to apply to all architectures,
   but those with a specific architecture only apply to this one
   * apt-pkg/cachefilter.cc:
 - remove architecture-specific arch to tuple expansion-rules as they lead
   to the same tuples for different architectures (e.g. linux-arm for arm,
   armel and armhf) while the dpkg-architecture code uses triples which
   are different (in the first part, which we omit in our tuples), so e.g.
   build-dep restrictions for armel ended up effecting armhf as well
Checksums-Sha1: 
 c5ac34c299f7248f3bd88d8854fc51f372aa14af 1689 apt_0.9.7.2.dsc
 b13dda66b19b82e5cc31a49816a0fb66b116ff9a 3397460 apt_0.9.7.2.tar.gz
 70d49c05a872316f6981c2de2b57aeda2bb771dc 258988 apt-doc_0.9.7.2_all.deb
 a89d57ac9040f04d7661598a0c68c8406afdd868 948428 libapt-pkg-doc_0.9.7.2_all.deb
 1739e3e9d9f134f307421b1fb9c5a362cbba34f7 879626 
libapt-pkg4.12_0.9.7.2_amd64.deb
 90ecfbaf82632e46e1b9a4e6f798e4a4b88591fb 162884 
libapt-inst1.5_0.9.7.2_amd64.deb
 e03cc7f80c431630ba2f0f3c68a07a4ec4ca123e 1106232 apt_0.9.7.2_amd64.deb
 372d9c9cd6afc9dbc279308440b773862030e498 183896 
libapt-pkg-dev_0.9.7.2_amd64.deb
 13ac604e23dcec36270616ed7e7eb20eda2e77e9 373638 apt-utils_0.9.7.2_amd64.deb
 42523c1d8c38dd001c59514ba7c5840a7bc06ea9 105542 
apt-transport-https_0.9.7.2_amd64.deb
Checksums-Sha256: 
 8724bdf4bd9d4b3cfe64ae164bf491a3ab74f7180cc0e5bf6e203a7147b538c6 1689 
apt_0.9.7.2.dsc
 d20aa3494128a56cbe427659022740a5908483f4885e24a75a12eee2319ff431 3397460 
apt_0.9.7.2.tar.gz
 20146a3ccc426e6727af79d311bda455ec2cab619ebc9afe89e6d50dd0cc2cd0 258988 
apt-doc_0.9.7.2_all.deb
 322996ba75629203fa11095b70f23d657c9d1517bf20cdb85b6ca645ef9d096e 948428 
libapt-pkg-doc_0.9.7.2_all.deb
 3d8d30dff4a283a73c1b694d09dc19e99894896f588708ae6bb5da390810e549 879626 
libapt-pkg4.12_0.9.7.2_amd64.deb
 367086799f9edac6cf7bb3e0dae5da6823a35e20cf078ca98912bb7bfa0a4ef9 162884 
libapt-inst1.5_0.9.7.2_amd64.deb
 ac02ea3afdcb9f65a0ada949922a7a6e082fd1db015b7daf6cd49f0e0b3dee65 1106232 
apt_0.9.7.2_amd64.deb
 7e9a917b3d2e46d97ae5cabae8e0122640043b7a721e154f748a672180ebb0ae 183896 
libapt-pkg-dev_0.9.7.2_amd64.deb
 0f3ff927fd1cfdc619667ed81eb0db85b988a699f018758f057c01ef68c27297 373638 
apt-utils_0.9.7.2_amd64.deb
 cb273fc6d6aa0082836deb5dd355cff025e74ed041a595e4a519d0cc8b40aba5 105542 
apt-transport-https_0.9.7.2_amd64.deb
Files: 
 64844cd9d88687da03efc369c84586df 1689 admin important apt_0.9.7.2.dsc
 a76437073b1ea5406088158d6987ec88 3397460 admin important apt_0.9.7.2.tar.gz
 6777b3e577d86ecf197e03e6b265a555 258988 doc optional apt-doc_0.9.7.2_all.deb
 df1a87dbb23ee629f18d79b93cd40164 948428 doc optional 
libapt-pkg-doc_0.9.7.2_all.deb
 44148eda53130a1578fa050253023956 879626 libs important 
libapt-pkg4.12_0.9.7.2_amd64.deb
 86831943e7b32fd18c9ab75d59ce3d47 162884 libs important 

Accepted devscripts 2.12.1 (source amd64)

2012-07-13 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Jul 2012 22:06:43 +0200
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.12.1
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team devscripts-de...@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 677613 680213
Changes: 
 devscripts (2.12.1) unstable; urgency=low
 .
   * debchange:
 - Fix crash if libdistro-info-perl is not installed. (Closes: #680213,
   LP: #1022563)
 - Recognize stable-proposed-updates as Debian distribution (Closes: 
#677613)
Checksums-Sha1: 
 355c01bd6122e01c65f5fc922db90ffd10aaf885 2299 devscripts_2.12.1.dsc
 e82d7aeb76af814bb7dfacbd2c89b4a0ba531985 785989 devscripts_2.12.1.tar.gz
 7f89509ab7498d1aedead75cf7451f4db3ebc96d 707902 devscripts_2.12.1_amd64.deb
Checksums-Sha256: 
 2daf3f417dc257fb6b4bc64f3b60173f28e73ba06902d6b207ced0d4d8ad9153 2299 
devscripts_2.12.1.dsc
 8df1f457e46199c27963a9eaa55882abaea9fbf31071fa560a137628e4082cf4 785989 
devscripts_2.12.1.tar.gz
 ddfbeb7cb9649cb817f96fb89ce2cd49ca075d9e386bd7e6693cc83d0bfe1d16 707902 
devscripts_2.12.1_amd64.deb
Files: 
 7bf0f92517d5a42b8686f6eed9e52eeb 2299 devel optional devscripts_2.12.1.dsc
 cd670e3df9c09add3413e6db5b622bce 785989 devel optional devscripts_2.12.1.tar.gz
 cb8173c0653c8a99e6f2d3fb47554b29 707902 devel optional 
devscripts_2.12.1_amd64.deb

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

iQIcBAEBCgAGBQJQAIDwAAoJEBWetcTvyHdMo9QQALBcisfXzaa5xSm5KDS52Nim
OsV9H2CmLoB1Hb0MufTVrWgchfao+7wHJ3F98ijqWXPBs0y8octNe/Tbyv2m3ALZ
pi+drgnRY9DxgqaiI9k6numxB0B45lc0aTyHA9EAIEP5j/m1M4BY9zcrNARuX3QT
DUzrzOo/7pfDCYmYoJIMhLIlcf1a4I7+pj8RSpb6aDnShxMmx9qeka+iYVyjdTX9
goCWwOAu6Simyu1cTYVaIQAOhPKVPz7ckHfmwJMzrv4ovycjjMe5cIjKgKSimq0g
p7w7gRp9r4Wpv3I99Nhw/FnenMOCKbgtLAbnL2vYsXn3svRVJU824vYvJa16g0v3
8ix4NQnFzSkUZmXK5vclB+VkIHNXjzb4WKWNN2G2S+/DXTFFG9N+upadWjcGuIK2
sdAHL5HlqyCYnn9+c4W/BrynLKvgMqmHJfcg//CvFyVyOuo50lx3EbBFfgHUCXLd
XjSXebwUeU0rUizxpX8XQJr1LL0N+Q9977vUQYcITKSOh4zo8oJUsPlp73DnTv0X
WLR81AufQuJ1u7kcAXWCjC6Ac4MJiH5JwRzJiA97mKFO/T9BQUkCHswK0LcuLReE
Jux1rm95194I+Ufyq5wY0gHB0DqsrNIZV4LiitYqVbQyBYL1MoegIhF0oVq9apcL
UQtUs1P7Q205CUmqnMud
=p7QX
-END PGP SIGNATURE-


-- 
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/e1spmll-td...@franck.debian.org



Accepted gcc-4.7 4.7.1-5 (source all amd64)

2012-07-13 Thread Matthias Klose
 libraries (64 bit debug symbols)
 lib64objc4 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc4-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libgcc1- GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2- GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4- GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgo0 - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libitm1- GNU Transactional Memory Library
 libitm1-dbg - GNU Transactional Memory Library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.7-dev - GCC mudflap support libraries (development files)
 libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran3 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran3-dbg - Runtime library for GNU Fortran applications (n32 debug 
symbols)
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32itm1 - GNU Transactional Memory Library (n32)
 libn32itm1-dbg - GNU Transactional Memory Library (n32 debug symbols)
 libn32mudflap0 - GCC mudflap shared support libraries (n32)
 libn32mudflap0-dbg - GCC mudflap shared support libraries (n32 debug symbols)
 libn32objc4 - Runtime library for GNU Objective-C applications (n32)
 libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug 
symbo
 libn32quadmath0 - GCC Quad-Precision Math Library (n32)
 libn32quadmath0-dbg - GCC Quad-Precision Math Library (n32 debug symbols)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc4   - Runtime library for GNU Objective-C applications
 libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++6-4.7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.7-pic - GNU Standard C++ Library v3 (shared library subset kit)
Changes: 
 gcc-4.7 (4.7.1-5) unstable; urgency=high
 .
   * Update to SVN 20120713 (r189464) from the gcc-4_7-branch.
 - Fix PR libstdc++/53657, PR c++/53733 (DR 1402), PR target/53811,
   PR target/53853.
Checksums-Sha1: 
 312d0970f945fef9bf86d5d12c9b782d783f1cd2 7623 gcc-4.7_4.7.1-5.dsc
 33bf666ac847cdeb3c30803703d8fa8bee847482 4865996 gcc-4.7_4.7.1-5.diff.gz
 c1dc13f4bf75a25d9882738d07c95e20c840c8a6 68170988 
gcc-4.7-source_4.7.1-5_all.deb
 44d72aa08f1f257617a491490b98721c37208db6 4916268 
libstdc++6-4.7-doc_4.7.1-5_all.deb
 d1b6ec44402de40814213f921ebcc58cf40e9176 2691830 
gcc-4.7-locales_4.7.1-5_all.deb
 41db163526c8ec245fa721880712d7a4c7b9f2fa 141680 gcc-4.7-base_4.7.1-5_amd64.deb
 8da19a08e513ac6648347ababd88324640e5cba5 43092 libgcc1_4.7.1-5_amd64.deb
 08f3d2922a8fe875fdbbffec3a7c2d3837e9b3af 101306 libgcc1-dbg_4.7.1-5_amd64.deb
 80cc7ee7cd5d420c64afab01afb8feb63280a6d7 53150 lib32gcc1_4.7.1-5_amd64.deb
 d2547865edda491d847d98718961de5e5a53e3a2 108304 lib32gcc1-dbg_4.7.1-5_amd64.deb
 0cfc9856d3a0e5b4e79cec0860eee1197ac9b1a7 125470 libquadmath0_4.7.1-5_amd64.deb
 6ae2c8024b21eb04d60da68b395de85261cd7760 174784 
libquadmath0-dbg_4.7.1-5_amd64.deb
 f94b05471a0c009dab8f1d8ffc5004429087d498 197544 
lib32quadmath0_4.7.1-5_amd64.deb
 48aa4e5e54b12ecca181af77f00e36cc2bb85377 214038 
lib32quadmath0-dbg_4.7.1-5_amd64.deb
 e3594e10d0a81143cb6c8bd89af4f82930eef0b0 27542 libgomp1_4.7.1-5_amd64.deb
 5765ffa2c299a6d4e0b3712a7ba4cf7c3b400a82 79578 libgomp1-dbg_4.7.1-5_amd64.deb
 8af4e88626f18464fc5bfea79442822a9b30a94f 29904 lib32gomp1_4.7.1-5_amd64.deb
 04cac6f9f622b1e08bc691fe86f174dc34f6cf6e 79472 lib32gomp1-dbg_4.7.1-5_amd64.deb
 d158c26a34ac0f39496620a6a7f7c00fe04be154 36626 libitm1_4.7.1-5_amd64.deb
 e6d64cff65195933ec979812790e3a5fcca20913 285120 libitm1-dbg_4.7.1-5_amd64.deb

Accepted python2.7 2.7.3-2 (source all amd64)

2012-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 05:03:43 +0200
Source: python2.7
Binary: python2.7 python2.7-minimal libpython2.7 python2.7-examples 
python2.7-dev idle-python2.7 python2.7-doc python2.7-dbg
Architecture: source all amd64
Version: 2.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 idle-python2.7 - IDE for Python (v2.7) using Tkinter
 libpython2.7 - Shared Python runtime library (version 2.7)
 python2.7  - Interactive high-level object-oriented language (version 2.7)
 python2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
 python2.7-dev - Header files and a static library for Python (v2.7)
 python2.7-doc - Documentation for the high-level object-oriented language 
Python
 python2.7-examples - Examples for the Python language (v2.7)
 python2.7-minimal - Minimal subset of the Python language (version 2.7)
Closes: 680930 681348
Changes: 
 python2.7 (2.7.3-2) unstable; urgency=low
 .
   * Update to 20120713, taken from the 2.7 branch.
 - Issue #15033: Fix the exit status bug when modules invoked using -m 
swith,
   return the proper failure return value (1).
 - Issue #12268: File readline, readlines and read() methods no longer lose
   data when an underlying read system call is interrupted.  IOError is no
   longer raised due to a read system call returning EINTR from within these
   methods.
 - Issue #13512: Create ~/.pypirc securely (CVE-2011-4944).
 - Issue #7719: Make distutils ignore ``.nfs*`` files instead of choking
   later on.
 - Issue #10053: Don't close FDs when FileIO.__init__ fails.
 - Issue #15247: FileIO now raises an error when given a file descriptor
   pointing to a directory.
 - Issue #14591: Fix bug in Random.jumpahead that could produce an invalid
   Mersenne Twister state on 64-bit machines.
 - Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox
   files on flush().
 - Issue #15219: Fix a reference leak when hashlib.new() is called with
   invalid parameters.
 - Issue #9559: If messages were only added, a new file is no longer
   created and renamed over the old file when flush() is called on an
   mbox, MMDF or Babyl mailbox.
 - Issue #14653: email.utils.mktime_tz() no longer relies on system
   mktime() when timezone offest is supplied.
 - Issue #15101: Make pool finalizer avoid joining current thread.
 - Issue #15054: A bug in tokenize.tokenize that caused string literals
   with 'b' and 'br' prefixes to be incorrectly tokenized has been fixed.
 - Issue #15036: Mailbox no longer throws an error if a flush is done
   between operations when removing or changing multiple items in mbox,
   MMDF, or Babyl mailboxes.
 - Issue #15043: test_gdb is now skipped entirely if gdb security settings
   block loading of the gdb hooks
 - Issue #13557: Clarify effect of giving two different namespaces to exec 
or
   execfile().
   * Don't build the _hashlib and _ssl extensions as a builtin, but as
 extensions. Closes: #680930.
   * Backport issue #13150: sysconfig no longer parses the Makefile and config.h
 files when imported, instead doing it at build time.  This makes importing
 sysconfig faster and reduces Python startup time by 20%.
   * python2.7: Add a break for python-virtualenv ( 1.7.1.2-2~).
   * Don't run the test_gdb test on mips/mipsel, not even in debug mode.
   * For lto builds, use -g instead of -g1; filter out lto flags in the
 installed Makefile. Closes: #681348.
Checksums-Sha1: 
 676ce23986d454113d040f725e901ed1182b388f 2057 python2.7_2.7.3-2.dsc
 95d1110bf4328ee71dee23cde4c0442fa0ec5594 487396 python2.7_2.7.3-2.diff.gz
 53096368c1a33a78ae7833410a93d771657818df 711018 
python2.7-examples_2.7.3-2_all.deb
 aace74c3e41dd5bba83a55b04187583850032be3 298820 idle-python2.7_2.7.3-2_all.deb
 ef27beb1a6057ec4dc6daffe901fdde220811c2c 6269494 python2.7-doc_2.7.3-2_all.deb
 ed13df62ec3cda5ac8ad4b25e4962419c578d3e2 2743484 python2.7_2.7.3-2_amd64.deb
 5304f1f3b4b17cd1dad134cf4cb8f9d085499ca9 1762432 
python2.7-minimal_2.7.3-2_amd64.deb
 9562f99f923b3310a2ccc62175fc6c22d8bfe3c3 1209672 libpython2.7_2.7.3-2_amd64.deb
 f0c8247210c36742b2661496c1d28452fe01d52b 22607550 
python2.7-dev_2.7.3-2_amd64.deb
 2e0838dd2012544337cea065e4b2a7d7a152ebac 15866952 
python2.7-dbg_2.7.3-2_amd64.deb
Checksums-Sha256: 
 471c73e2e79f28efbc3332100df4746ec33265e5471bc9c345511d2143fe8b2f 2057 
python2.7_2.7.3-2.dsc
 ff8fde807837e2cd1582c692d821f4c5784feb0fb8c9081241f75846f18fc0c5 487396 
python2.7_2.7.3-2.diff.gz
 29955d8a5e676bfd68f21289518bcf1fc8a05b669ab64e0ea3e2aabeae9bead6 711018 
python2.7-examples_2.7.3-2_all.deb
 bf051c22b3c851b7d2f6692d91026bf46e443bd46a4a6b68549c6fd7346da419 298820 
idle-python2.7_2.7.3-2_all.deb
 192a2f8c89d787c0ba967e89ef0b8f7522936d85feadeeae66c585e44e9f7bc5 6269494 
python2.7

Accepted mako 0.7.1-1 (source all)

2012-07-13 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Jul 2012 14:31:05 -0600
Source: mako
Binary: python-mako python3-mako python-mako-doc
Architecture: source all
Version: 0.7.1-1
Distribution: experimental
Urgency: low
Maintainer: Piotr Ożarowski pi...@debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-mako - fast and lightweight templating for the Python platform
 python-mako-doc - documentation for the Mako Python library
 python3-mako - fast and lightweight templating for the Python 3 platform
Changes: 
 mako (0.7.1-1) experimental; urgency=low
 .
   * New upstream release
 (upload to experimental due to Wheezy freeze)
Checksums-Sha1: 
 2814bdba7362a8629ee75d1d6255e53b0e5a64d2 2144 mako_0.7.1-1.dsc
 d99c7a1bf7118503281124b129345326a4e424fc 400847 mako_0.7.1.orig.tar.gz
 f01ff8850a7f43fa62af88a4fec2618ee2fe56df 10942 mako_0.7.1-1.debian.tar.gz
 ac8b0781d24d312962466cc282f14ee968d632a6 60076 python-mako_0.7.1-1_all.deb
 f342c4caa013c4a2b55788626f9639df0b70054e 57746 python3-mako_0.7.1-1_all.deb
 45b8558ae2201d8460400fe0c7f92b6ae6f64815 148956 python-mako-doc_0.7.1-1_all.deb
Checksums-Sha256: 
 2330d670980881853d16d01c7854fc7935d298be2a3544b17cebde01b2bc5548 2144 
mako_0.7.1-1.dsc
 e6eb92c5429bc8ec901ea059cbbc97c03a245ad566ee33e2c894f98869d231ee 400847 
mako_0.7.1.orig.tar.gz
 b9f6acb3c3b93f2386aab40ec6e7858f431f79c9e75cfdab09d14b97dbbba69b 10942 
mako_0.7.1-1.debian.tar.gz
 ac723ae6817b7466b51077c7618ebb075a8b0cd606e32b903cf93105a6f401c3 60076 
python-mako_0.7.1-1_all.deb
 3572ca3e865dc0f99199a9f2fed7f1e656f109f65a86289d821138389a9d5c9d 57746 
python3-mako_0.7.1-1_all.deb
 fa7c775de5485c19ae90601ac26513a1c51154aab4ea6e3a913550cc1e10dcc4 148956 
python-mako-doc_0.7.1-1_all.deb
Files: 
 67e7a65aca409ca4857b5864e7633551 2144 python optional mako_0.7.1-1.dsc
 1ccbd100839da8751aa5d165575fd063 400847 python optional mako_0.7.1.orig.tar.gz
 527092145e48e72ef7e603051f1ca199 10942 python optional 
mako_0.7.1-1.debian.tar.gz
 b498585f653a632327e21d5b53e94862 60076 python optional 
python-mako_0.7.1-1_all.deb
 8c48541b71095bf63e44a26e1520f9b2 57746 python optional 
python3-mako_0.7.1-1_all.deb
 fd798fa1e6a5aa0e834560047f057010 148956 doc extra 
python-mako-doc_0.7.1-1_all.deb

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

iQIcBAEBCgAGBQJQAIuZAAoJEK728aKnRXZFxMIP/00bQnvl46BKmPOvrLl1YJLF
DJ3wEZxGkuVucARmSCOHPB/rLZFkDBDZGAY0HLkNN4Do/VfPwm3G3M2xzFGVT6x8
udl7vgl2nl9ccTfU5dx/ZhGP/Em4NB3poVZQ3HVdaajRB6+z4OuVhGTSI1GbJbl5
mvRi5guEJalymQMDkg7/yR1DzdOHm98uBBzpTp4s6QBatSvBrSJebFo7QmQH5t2J
PC/Ozcup92evHEjDEoyGuWPXCod3i9xvy6+ZVWvPr/fd6T7E5X21PzSsJ6Quwffk
+zT5uDnqE5Z9JFaxQwxbS8im1iQCt8JufqHHNnPXvQ+KyJrsbL2RgzIIqENw+hqH
UCDGfpu/EezFnaFctmkKSrKOW49UZLbzjMv+onkjN4xzihkJ3djfkb/J8HW3iM2W
TxBoghMIhNhlDDMzQCz/mIW+jYFBQKbjjuXXlEc+rgnF5ocMmWEzJJwz4DxeYxn3
VF9o7vZsoN+61Xtf0eypFCt6n+WjJ000xRVLtB7/R77OXhtNx560WOE9phSRVuzz
CWb6lIKepA9VuZiTmqJTPzFHRIzfvvoKlwy4kRwCqo3DF0vXrl5kJQiVdXLybVsc
KzkAs8PGUl7q+ZfWbPx+t9XgoipXnay6jSB7blCm/4D7BGsFDmY/l1N6l0aL7irj
yFkbPHYSfouPvE+G12f4
=fyTS
-END PGP SIGNATURE-


-- 
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/e1spn0a-0003ta...@franck.debian.org



Accepted pam-shield 0.9.6-1 (source amd64)

2012-07-13 Thread Jonathan Niehof
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 03 Jun 2012 13:08:23 -0600
Source: pam-shield
Binary: libpam-shield
Architecture: source amd64
Version: 0.9.6-1
Distribution: experimental
Urgency: low
Maintainer: Jonathan Niehof jtnie...@gmail.com
Changed-By: Jonathan Niehof jtnie...@gmail.com
Description: 
 libpam-shield - locks out remote attackers trying password guessing
Closes: 457642 488841 488847 563065 572656 579514
Changes: 
 pam-shield (0.9.6-1) experimental; urgency=low
 .
   * New maintainer. (Closes: #572656).
   * Switch to dpkg-source 3.0 (quilt) format.
   * Bump Standards Version to 3.9.3.0. (No changes needed).
   * Update to debhelper 8.
 -dh_clean now handles *-stamp (7)
 -new dh_prep. (7)
 -no debhelper 8 specific changes
   * New homepage; updated watchfile.
   * Lintian fixups:
 -Add misc:Depends to control (debhelper-but-no-misc-depends)
 -Add override for INSTALL (package-contains-upstream-install-documentation)
 -Add DEP-3 headers to patches (quilt-patch-missing-description)
   * Rename cron job so run-parts will actually run it.
   * Support pam-auth-update. (Closes: #579514)
   * New upstream release:
 -Add manpage for shield.conf (Closes: #488847).
 -Ensure cron job does not return 0 (Closes: #563065).
 -Add --force option to shield-purge (Closes: #457642).
 -Wait for database if it isn't writable (Closes: #488841).
 -Modify shield-purge to work without arguments.
 -Fix a memory leak in shield-purge.
 -Fix shield-purge to traverse entire database.
 -Treat missing DNS parameters properly
 -Fix race condition (blocking same IP multiple times)
 -Continue on errors from read_config
 -Use IP blackhole routing to block
 -Optional ufw-based blocking
Checksums-Sha1: 
 52a3880ec2683a13f5780a731bc16b7532811684 2497 pam-shield_0.9.6-1.dsc
 fcc7d0ed228293422e313fb7e433a239789365d3 317625 pam-shield_0.9.6.orig.tar.gz
 f37d75a95f05b0d894b11d57cf00fb9e975032a6 4966 pam-shield_0.9.6-1.debian.tar.gz
 85451510bd527a989e6438fee6b7e98da812f81d 37978 libpam-shield_0.9.6-1_amd64.deb
Checksums-Sha256: 
 b7dc224d89e8b3b0c977ff1f12fe902b630fd607b82bd325720c18cba161f606 2497 
pam-shield_0.9.6-1.dsc
 a2df966d9c748461fd66f571f780dbf1430ef95735bc2bc482a09d4bedc37b57 317625 
pam-shield_0.9.6.orig.tar.gz
 94b75c0bf35cff465e9a9c0f3846f25e092d7208963987e0744b0f74bdfbbb8e 4966 
pam-shield_0.9.6-1.debian.tar.gz
 351d44e1f7d2b072a3f556a0c122b3ff50926cb087490ae78c151cf3a597635b 37978 
libpam-shield_0.9.6-1_amd64.deb
Files: 
 04784d5150acdcffa11d8981a0ffb80e 2497 admin optional pam-shield_0.9.6-1.dsc
 bbc10819e391f2333a7fdf534c29bd07 317625 admin optional 
pam-shield_0.9.6.orig.tar.gz
 8b80c57bbac4adaebff426f68f990fec 4966 admin optional 
pam-shield_0.9.6-1.debian.tar.gz
 17bec98d1aa37207e98f6a1ee3c1a2f2 37978 admin optional 
libpam-shield_0.9.6-1_amd64.deb

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

iQQcBAEBCAAGBQJQAJA/AAoJELjWss0C1vRzbhIf/2GbnN1TuzZvF2R5wPef3TRU
L3B83QyuWVBpbMYFOwwdLQkuq8O6U3l5hE5jhGo9byKkYxtFpe7cvXr0WNt/OYMi
zPVqurBtK7tROKqW6wDnGWvGenHDnOIbtXvVKnIBJNmyEt4Lt6fP9p4b1G6rYd76
qslpIndtOtmUc+Nko1ZWvN8Rue8zexHnNMVSEceyJQ/GbQlkIgig3tW+DuIhpH3Y
u4HeARzXKy6kVSwIerml8zRhj2EPSHZV583MOWb23HYyjgEOKpfIkcjFVIBEOfS/
5PgqYpVMgXCghrjGKz+vzLpqp8GISoNoov1kTtdGYWNhOFgDCE8a1/vBq14I5fZ+
HIKnZIvZt/i0GQMas73Crt5EUt3N1+AXBNP1zrnNyuXQnykSF/vY2mIpawFXs3Cf
8SVMmJCRWuRyzB+UGOpxFQz3Z65/Qez3e7QugrfQ+BBKZ4Gu11y7P+IDlYgvCixv
4KiSZ74gULfIABDCakLAQ7r9wJ8XUj6O/DvcCxtxGg0cGYW0YMkkp0gVahVNW4sJ
ZvnJxFrDnNkGLeVP4De/1Rv2/SIHPaoOPKiCA9h/B8cwJbBhDkAv7hptqAbAfAuT
Fl5V8CV5DuU6tzuQTJKUXAKf5oQaRBvfA4xNY/RGpHct96u2dfCymU1O4j9e22Ky
NYuZm34pORqCutAeoCDgaOizM8piu4RPVUPq1cVjHJzhsB3Uzw2m4dZDgGCRJe4V
LzQ7lk84D9DGg1k+8/arZIv4elD8aq/fXjracb0gt+aiyByl9P87qO+i+/sl52cl
viraFJhJwVvuUhUo4U2B4hDJGlkyUuSG0oFR+QxBLK9CmbGo5BodiwK1KiElq7B6
WS4cw/AGH7FucLUlaU7HKtEGDWFTrLUWI+4bT2CsulrIsx9+r/vi7Xpr3cNN22p3
1+7oto8Evz/suxX7gvzzQMyFZzD3FA6BOyEYG0TafoU5g6reNRdsGVNMo+2rfXAz
UEUvxgiHGDJ5XeoXw46cr48BF+EklmeLNmjo05QYoLijB0IniUoGhNrafGHTDWnl
BWl/T5OzKCDE1zn/Sc5okiE5qDEQgiu26OFv+8xO3pnb6AKzC4hnr9wD0hr4HoRL
XIHWWK/+nlYPgSfRlrUkxVNkYhGDPFnxIJCny0qfJ4pjEUMf4noHWm0JqXVMysd8
wCZu+PWwB4HyuA59fce+rJd+bkWRcfs7lORoLFVLsfz22OOlkwZ4dBf8Ec+YoCgE
84wRJDsN9Fw/0a+jYvgiWROYR7l8/pSwQixhoAVQPea55ajoQVDcIqELUv3zsVKK
yW1fPfrE/wMAZYqgktZmOYxpKlZHfh4X4IK0GJyLY/VnEgntgGA6a6XWFv9/3H0=
=q5DQ
-END PGP SIGNATURE-


-- 
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/e1spntm-00052h...@franck.debian.org



Accepted doxygen 1.8.1.2-1 (source all amd64)

2012-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 23:41:38 +0200
Source: doxygen
Binary: doxygen doxygen-latex doxygen-doc doxygen-gui
Architecture: source amd64 all
Version: 1.8.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 doxygen- Documentation system for C, C++, Java, Python and other languages
 doxygen-doc - Documentation for doxygen
 doxygen-gui - GUI configuration tool for doxygen
 doxygen-latex - Documentation system for C, C++, Java, Python and other 
languages
Closes: 658984 676423
Changes: 
 doxygen (1.8.1.2-1) unstable; urgency=low
 .
   * doxygen 1.8.1.2 (bug fix) release.
 - Changes:
   + doxygen now strips the leading indentation shared by the lines in a
 @code..@endcode block.
   + id 678218: Changed title of the SVG graphs from 'G' to the root node
 of the graph.
 - New features:
   + Added button in the navigation tree to allow enabling/disabling
 syncing the navigation tree with the content.
   + Extended the number of HTML entities with Greek letters and other
 symbols (thanks to Charles Karney for the patch).
   + id 663645: Added support for C++11 strongly typed enums
 (enum class E { ... }).
 - Bug fixes:
   + id 590518: Added missing class member initialization to a class
 in doxmlparser and made the library compile again.
   + id 667678: Added support for Obj-C property attribute 
unsafe_retained.
   + id 674842,676984: Unmatched quote in a comment prevented alias
 expansion.
   + id 676019: Fixed another case where local include path did not appear
 correctly in the class documentation.
   + id 676966: Fortran: Some keyword were not colored in the source view.
   + id 676981: Fortran: Argument type was wrong type of in case of
 out of place ! comment.
   + id 677935: Included patch to fix problem compiling for x86 release
 on Windows.
   + id 677992: Section without title could result in an invalid
 Qt Help index.
   + id 678022: Anonymous enum could result in an invalid Qt Help index.
   + id 678102: Superfluous trailing comma in javascript prevented
 navigation tree to load in IE7.
   + id 678177: a + at the start of a line inside a pre block, triggered
 the start of a list. Also -- and --- where not kept untouched inside
 a pre block.
   + id 678180: ndash (--) appearing in a brief description could lead to
 invalid SVG images.
   + id 678288: -- and --- inside a Markdown code block were not handled
 properly.
   + id 679331,675766: In body documentation with a different indentation
 then the main documentation was not rendered correctly (MARKDOWN=YES).
   + id 679436: Using an escaped pipe symbol in a Markdown table did not
 get unescaped in the output.
   + id 679533: Code fragments did not appear properly in the doxygen 
manual.
   + id 679615: Added missing delete call in a piece of debugging code.
   + id 679626: Fixed some navigation issues in the manual
   + Not all inherited members appeared in the Additional inherited 
members
 list.
   + Link to call after Inherited members was not correct when
 CREATE_SUBDIRS was enabled.
   + New VHDL diagram was not generated if the path contained spaces.
   + Fixed a couple of problems handling Objective-C categories.
   * Fix segfault building the leechcraft docs (Thibaut Paumard).
 Closes: #676423.
   * Make doxygen Multi-Arch: foreign. Closes: #658984.
Checksums-Sha1: 
 1976b60b6043206fabdbc52e5a4f096b1910946d 1418 doxygen_1.8.1.2-1.dsc
 a11e65a597019510051290d2af0e6f379838b9c5 6028928 doxygen_1.8.1.2.orig.tar.gz
 9979d68489d841a35c1444e8e79ce1020d76ac26 49247 doxygen_1.8.1.2-1.debian.tar.gz
 e668dd0f8faae78e2bb2c8ef7fcb405e96f392f9 2571452 doxygen_1.8.1.2-1_amd64.deb
 05fbd5257143969fc24959f6b6c40358a22c4ddb 262730 doxygen-gui_1.8.1.2-1_amd64.deb
 3a62e46638eeb05bd75a57fe51fb19edc2e1 9920 doxygen-latex_1.8.1.2-1_all.deb
 f33aac59b161f2b9133d96e19a84b8a93a290111 2149592 doxygen-doc_1.8.1.2-1_all.deb
Checksums-Sha256: 
 45d46777ce33dc3360c02fec5dff133578a5f3f019c801f459cfb4b1aae86882 1418 
doxygen_1.8.1.2-1.dsc
 385c6f20124735920b55835a09f30c42707d49264ee164693e9d971b59134b7f 6028928 
doxygen_1.8.1.2.orig.tar.gz
 cb5848c3fcfcaa9bd645d46cb3dce67756c367ea8dd4b23f5f3a32d6b05855d1 49247 
doxygen_1.8.1.2-1.debian.tar.gz
 a150c69f4ccd166b3967445e4d066dd75dc1948c1e3197468308beb287ba4f9f 2571452 
doxygen_1.8.1.2-1_amd64.deb
 e7b766e35500f12ce0c3328a0fe869898713d3a5c0a798c4d558e20806eb277d 262730 
doxygen-gui_1.8.1.2-1_amd64.deb
 cca372deada3a12e7bc053ff66b6818bea5029a1bb247d45ea41886814ea1cb8 9920 
doxygen-latex_1.8.1.2-1_all.deb
 2a130d163f8b353ba00b79c9f8671aedc5087b8efb1cc7752c6b3e6f70c398f5 2149592 

Accepted gcj-4.7 4.7.1-2 (source all amd64)

2012-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 22:42:17 +0200
Source: gcj-4.7
Binary: gcj-4.7-base gcj-4.7-jdk gcj-4.7-jre-headless gcj-4.7-jre libgcj13 
gcj-4.7-jre-lib libgcj13-awt libgcj13-dev libgcj13-dbg gcj-4.7-source libgcj-doc
Architecture: source all amd64
Version: 4.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gcj-4.7-base - GCC, the GNU Compiler Collection (gcj base package)
 gcj-4.7-jdk - gcj and classpath development tools for Java(TM)
 gcj-4.7-jre - Java runtime environment using GIJ/classpath
 gcj-4.7-jre-headless - Java runtime environment using GIJ/classpath (headless 
version)
 gcj-4.7-jre-lib - Java runtime library for use with gcj (jar files)
 gcj-4.7-source - GCJ java sources for use in IDEs like eclipse and netbeans
 libgcj-doc - libgcj API documentation and example programs
 libgcj13   - Java runtime library for use with gcj
 libgcj13-awt - AWT peer runtime libraries for use with gcj
 libgcj13-dbg - Debugging symbols for libraries provided in libgcj13-dev
 libgcj13-dev - Java development headers for use with gcj
Changes: 
 gcj-4.7 (4.7.1-2) unstable; urgency=low
 .
   * Sync with gcc-4.7 4.7.1-5.
Checksums-Sha1: 
 dcbc7896e530fc0f839b345837ae2534b92132d0 3489 gcj-4.7_4.7.1-2.dsc
 6ce0c85f6cf2cab77afb780e38fd3d200367cd53 4858798 gcj-4.7_4.7.1-2.diff.gz
 8bebc7622dca8186b6838152610814db9c1b88d9 10486012 
gcj-4.7-jre-lib_4.7.1-2_all.deb
 33e80a643997e6c06062c61313ad64c4165d8307 12299988 
gcj-4.7-source_4.7.1-2_all.deb
 9a92298224c1082e122bff9ed84396b137f3548c 43707456 libgcj-doc_4.7.1-2_all.deb
 6d9e9b549fb69696974022e4c6e04340a651834d 135374 gcj-4.7-base_4.7.1-2_amd64.deb
 9214fda501b383c8338c68a060f3d5daefe950e9 50462 
gcj-4.7-jre-headless_4.7.1-2_amd64.deb
 e09087b4be825fca1014d867a6620b079764f072 13619154 libgcj13_4.7.1-2_amd64.deb
 2768491f0b48915bbff23feccca7679021476f78 82984 libgcj13-awt_4.7.1-2_amd64.deb
 90abe117c95170edb88bac10df6551ba4c67 1002 gcj-4.7-jre_4.7.1-2_amd64.deb
 b7ab00f1934934fe04fa4cd319ca7d9ff0586c0f 768476 libgcj13-dev_4.7.1-2_amd64.deb
 ae5600933faa9cdc6175d811b8544ab7623a78fb 28126252 
libgcj13-dbg_4.7.1-2_amd64.deb
 c0aad2149e274e25c901fda752709e87323a1f3f 5680968 gcj-4.7-jdk_4.7.1-2_amd64.deb
Checksums-Sha256: 
 879b419ac09f59324e5ec3229ea0b78ef34049482f1fb54a1ec1a63d24827427 3489 
gcj-4.7_4.7.1-2.dsc
 102587946f5a57d41d5aec0b7fdc86b5f0f9e50e2eec85acfc97fab492b6ccd5 4858798 
gcj-4.7_4.7.1-2.diff.gz
 2d1a6d846abd8b68705b4fe27098c9ec4a4bc60b37bc5775e9c6014475f10a0b 10486012 
gcj-4.7-jre-lib_4.7.1-2_all.deb
 5ac5684932c8c090056a778e27462d19ca7bfe2fb326e5c19f434a07e82b4d36 12299988 
gcj-4.7-source_4.7.1-2_all.deb
 48881d0d50be71edba48b332244d848eb66bf54915d90858fd485e91a6aaa776 43707456 
libgcj-doc_4.7.1-2_all.deb
 cd5771c5d9077e1ff6c262ddd36f768e62d023935aca3230919ed81b002db5a6 135374 
gcj-4.7-base_4.7.1-2_amd64.deb
 ca53da031c4dc203e17a57ea542429474e7d10d6eda20d38ed01100ac8f166aa 50462 
gcj-4.7-jre-headless_4.7.1-2_amd64.deb
 aefa427d8a6d44788edf32f9072c96509770c5038b958b3795e453a15cbf74b9 13619154 
libgcj13_4.7.1-2_amd64.deb
 5a019bdcce0fffda71605031dbfa1a1c1efdce191d7ea8572e8748c061998495 82984 
libgcj13-awt_4.7.1-2_amd64.deb
 a77df649e7b7b0807acbb5a7578b323ee8970afadffb8d5d04dbfdee8451650b 1002 
gcj-4.7-jre_4.7.1-2_amd64.deb
 35584e55fbe7eec37fd001ee9a3e5c0a4508a47add5aa647e5ca73f941c60b76 768476 
libgcj13-dev_4.7.1-2_amd64.deb
 5aa52964a0826e6e6e3ce4d23587bc269a78845cbf74343950538a1ef8389c33 28126252 
libgcj13-dbg_4.7.1-2_amd64.deb
 139c3452eb803fc6bab80ac9ccfa043db29996e746adbd2453853159fdd62b2f 5680968 
gcj-4.7-jdk_4.7.1-2_amd64.deb
Files: 
 96c39ff3d09672e9b475ad733a2b9754 3489 devel optional gcj-4.7_4.7.1-2.dsc
 c0316a550e450ca8177dd3db896a965b 4858798 devel optional gcj-4.7_4.7.1-2.diff.gz
 80aa697c30d52989fda3d6dae7c82fb0 10486012 java optional 
gcj-4.7-jre-lib_4.7.1-2_all.deb
 424ee1b0c12dc2015b8150c167c82456 12299988 java optional 
gcj-4.7-source_4.7.1-2_all.deb
 39ebc25dc6ebdb6734653ca75f4cb6f2 43707456 doc optional 
libgcj-doc_4.7.1-2_all.deb
 10bf1dc26ac87b8fb0e4b10e32d5cb0f 135374 libs optional 
gcj-4.7-base_4.7.1-2_amd64.deb
 28832c3c66731f4779d5f727c4d2b823 50462 java optional 
gcj-4.7-jre-headless_4.7.1-2_amd64.deb
 fb410c8018c61173e89a40ac4642424d 13619154 libs optional 
libgcj13_4.7.1-2_amd64.deb
 860cec47690423430187c065740503ca 82984 libs optional 
libgcj13-awt_4.7.1-2_amd64.deb
 59778b7a70e1fd56889450f7d8fc6b5f 1002 java optional 
gcj-4.7-jre_4.7.1-2_amd64.deb
 6ca7deeb8dea580a29fe6f82c2bc7b0c 768476 libdevel optional 
libgcj13-dev_4.7.1-2_amd64.deb
 040beb97ee37b7abcdc2d9da9e383e8b 28126252 debug extra 
libgcj13-dbg_4.7.1-2_amd64.deb
 cdc145a463fd141faea0fa795ab245c7 5680968 java optional 
gcj-4.7-jdk_4.7.1-2_amd64.deb

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

iEYEARECAAYFAlAAlrQACgkQStlRaw+TLJxIpwCgwegEmmbMD1STQCkeHYN3Fhii

Accepted python3.2 3.2.3-3 (source all amd64)

2012-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 21:40:01 +0200
Source: python3.2
Binary: python3.2 python3.2-minimal libpython3.2 python3.2-examples 
python3.2-dev idle-python3.2 python3.2-doc python3.2-dbg
Architecture: source all amd64
Version: 3.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 idle-python3.2 - IDE for Python (v3.2) using Tkinter
 libpython3.2 - Shared Python runtime library (version 3.2)
 python3.2  - Interactive high-level object-oriented language (version 3.2)
 python3.2-dbg - Debug Build of the Python Interpreter (version 3.2)
 python3.2-dev - Header files and a static library for Python (v3.2)
 python3.2-doc - Documentation for the high-level object-oriented language 
Python
 python3.2-examples - Examples for the Python language (v3.2)
 python3.2-minimal - Minimal subset of the Python language (version 3.2)
Closes: 681007
Changes: 
 python3.2 (3.2.3-3) unstable; urgency=low
 .
   * Update to 20120709 from the 3.2 branch. Fixes:
 - Issue #15020: The program name used to search for Python's path is now
   python3 under Unix, not python.
 - Issue #15033: Fix the exit status bug when modules invoked using -m
   switch, return the proper failure return value (1).
 - Issue #12268: File readline, readlines and read() or readall() methods
   no longer lose data when an underlying read system call is interrupted.
   IOError is no longer raised due to a read system call returning EINTR
   from within these methods.
 - Issue #15142: Fix reference leak when deallocating instances of types
   created using PyType_FromSpec().
 - Issue #10053: Don't close FDs when FileIO.__init__ fails.
 - Issue #14990: Correctly fail with SyntaxError on invalid encoding
   declaration.
 - Issue #15247: FileIO now raises an error when given a file descriptor
   pointing to a directory.
 - Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox
   files on flush().
 - Issue #10571: Fix the --sign option of distutils' upload command.
 - Issue #9559: If messages were only added, a new file is no longer
   created and renamed over the old file when flush() is called on an
   mbox, MMDF or Babyl mailbox.
 - Issue #14653: email.utils.mktime_tz() no longer relies on system
   mktime() when timezone offest is supplied.
 - Fix GzipFile's handling of filenames given as bytes objects.
 - Issue #15101: Make pool finalizer avoid joining current thread.
 - Issue #15036: Mailbox no longer throws an error if a flush is done
   between operations when removing or changing multiple items in mbox,
   MMDF, or Babyl mailboxes.
 - test_nntplib now tolerates being run from behind NNTP gateways that add
   X-Antivirus headers to articles.
 - Issue #15043: test_gdb is now skipped entirely if gdb security settings
   block loading of the gdb hooks.
 - Issue #13557: Clarify effect of giving two different namespaces to exec
   or execfile().
 - Issue #15300: Ensure the temporary test working directories are in the 
same
   parent folder when running tests in multiprocess mode from a Python 
build.
   * Lookup extension modules with a multiarch suffix too.
   * Include /usr/include/ncursesw in CPPFLAGS for the curses configure
 checks. Closes: #681007. LP: #1021783.
   * Fix running the testsuite.
   * Backport issue #13150: sysconfig no longer parses the Makefile and config.h
 files when imported, instead doing it at build time.  This makes importing
 sysconfig faster and reduces Python startup time by 20%.
   * Don't build the _hashlib and _ssl extensions as a builtin, but as
 extensions. Addresses: #680930.
   * python3.2: Add a break for python-virtualenv ( 1.7.1.2-2~).
   * For lto builds, use -g instead of -g1; filter out lto flags in the
 installed Makefile. Addresses: #681348.
   * Don't run the test_gdb test on mips/mipsel, not even in debug mode.
Checksums-Sha1: 
 c2e51df5dee21d851f0ba7ac4c404d3d5314b8c1 1964 python3.2_3.2.3-3.dsc
 bed0a250043004b039dd4a18bfa3e5fb34c583fa 489169 python3.2_3.2.3-3.diff.gz
 12786e4c15ea3c6ec827979571c62dfacb9ccd54 384226 
python3.2-examples_3.2.3-3_all.deb
 01a60db48b8f4456eee651b59f23d74c922ab632 77800 idle-python3.2_3.2.3-3_all.deb
 b4bf81b21b570d4de7e6145cc3e37e3ad402b488 6184860 python3.2-doc_3.2.3-3_all.deb
 ba9ab116da1e7116e6b1b1a26f2d0694a6f6db2a 2572714 python3.2_3.2.3-3_amd64.deb
 2581c681003bf885e36b07e60c3ad4ae307d0f7f 1857068 
python3.2-minimal_3.2.3-3_amd64.deb
 04c208d33e685e17119824223e307d0ec806b843 1321580 libpython3.2_3.2.3-3_amd64.deb
 5eceef9f6c80c264d837ceddc78d448f21829cd9 24345800 
python3.2-dev_3.2.3-3_amd64.deb
 9aaffa2bf23347b28b4cef68388fd728b72c9719 15337676 
python3.2-dbg_3.2.3-3_amd64.deb
Checksums-Sha256: 
 f03f0153fc029b603a35ecb09598002ef92857ac084d7ec339c8dd39746d0761 

Accepted freeglut 2.6.0-4 (source amd64)

2012-07-13 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 23:52:39 +0200
Source: freeglut
Binary: freeglut3 freeglut3-dev freeglut3-dbg
Architecture: source amd64
Version: 2.6.0-4
Distribution: unstable
Urgency: low
Maintainer: Anton Gladky gladky.an...@gmail.com
Changed-By: Anton Gladky gladky.an...@gmail.com
Description: 
 freeglut3  - OpenGL Utility Toolkit
 freeglut3-dbg - OpenGL Utility Toolkit debugging information
 freeglut3-dev - OpenGL Utility Toolkit development files
Closes: 430160 681513
Changes: 
 freeglut (2.6.0-4) unstable; urgency=low
 .
   [ Anton Gladky ]
   * [8100d04] [861ed2a] Install dbg-file into correct place. (Closes: #681513)
 .
   [ Sebastian Ramacher ]
   * [4083802] Fix buffer overflow. (Closes: #430160)
Checksums-Sha1: 
 e51b25f99fe60f253c7f62edc1630f1c1bbe39d8 2138 freeglut_2.6.0-4.dsc
 05e1b9b6b0a7d8f316a1e87a68fe923dd53a9090 8632 freeglut_2.6.0-4.debian.tar.gz
 51cac1ff91a265b34b767cccba6736f24ccaa83e 140898 freeglut3_2.6.0-4_amd64.deb
 9c6d00e31ec02d11023666e963f8605d754c45e7 218680 freeglut3-dev_2.6.0-4_amd64.deb
 bb6581cd216b934ac8ab05fc239d513c44298607 225682 freeglut3-dbg_2.6.0-4_amd64.deb
Checksums-Sha256: 
 0308f32c27f87e365515d983216064b87c5eca34ec85ba835547e94ee3b43cd5 2138 
freeglut_2.6.0-4.dsc
 b8a781b96008f44c043f7ce94c50486379d3b8fd827ba09235b9fb7d6882cd86 8632 
freeglut_2.6.0-4.debian.tar.gz
 fec02b262d777a960e65896a95a32e805f7cef05756a195b154dc4968fe3cc74 140898 
freeglut3_2.6.0-4_amd64.deb
 5fbd16872e64919d25b150c6d1944673d7df135f0d772811f76fd09d2febdd58 218680 
freeglut3-dev_2.6.0-4_amd64.deb
 4f41d0bdbe8207061b4c3f008a0fa214177f38618041c8af668bc46879a79ef8 225682 
freeglut3-dbg_2.6.0-4_amd64.deb
Files: 
 2fce8aa4fbd57180f5f09b8fac45f0cb 2138 graphics optional freeglut_2.6.0-4.dsc
 808121694bb1c443c5f8c1ff8f8167e8 8632 graphics optional 
freeglut_2.6.0-4.debian.tar.gz
 72a71f31ca2ccf3315e6f5f8df30b47a 140898 libs optional 
freeglut3_2.6.0-4_amd64.deb
 02835230508142b8eafa9fa9502684b5 218680 libdevel optional 
freeglut3-dev_2.6.0-4_amd64.deb
 31aca24db686df21f2f2ca6247476fc8 225682 debug extra 
freeglut3-dbg_2.6.0-4_amd64.deb

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

iQIcBAEBAgAGBQJQAKFRAAoJENPhc4PPp/8GP/sQAJEz1xYGmxAqGzbZH+KwRiUQ
PYwxNIhsEwWeHveAiuZEEFLfI60YhgDh3+b0iQQfyoQkDuZml7gmKW4yTOn9uPxf
CYhHgiRMeMQK+nYtqS/+Qt7VjD0K2jc6IiE/s4j3AUZ2WI6unfZMGrEleE4LghHA
De8ArCKiwsTRSRJ2IDHwV7pdnKpFLrQ9KvmppgP5Dc22+cEpcMrXli1g2/36zNfu
s+Ajc1FXBAoXQdkB1BTCuibd1b8UZNFfKoRD3QI719iUYPlb/eKelB6m8akKH5so
kFfFIEgi6ykaPd1Z8W1qkkzw42UjnwOuxlNni7I+lyUtip9XkcQ2cbHclW06zH5c
2dn4eU9l6mDllNvEgbeI9rsT90L93+jRFJbeqs70hMv7Mkl0AmnrdESn8hp1w5CJ
gPyXSCWFqphQ9o7Na1iA5II2kaLRZXCQhFr9z0KhvtJRdMSn+idXFJ6LrBdravd8
wLbu5s2vg9eXM1NO9e8k/NOAQTj0AhaP7x4ltlcqQeZMmA6z7EErIM7Mp0MwTI2f
LFgKsQFCAm/svDFL/1WXckmcDYflD3nh3XIoxsBryvAqMZiqWksM1R5JpQTsBio3
pPA3lFljG0/KfVF+viyBNH8APE25hPQm/V6mKQ+mXMhex92Q6GM7MsiDw59bJhBn
DoFDmcZ4gf3FH5KjgnTq
=DuFr
-END PGP SIGNATURE-


-- 
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/e1spopt-ug...@franck.debian.org



Accepted chromium-browser 20.0.1132.57~r145807-1 (source all amd64)

2012-07-13 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jul 2012 15:31:11 -0400
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 20.0.1132.57~r145807-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Closes: 674728
Changes: 
 chromium-browser (20.0.1132.57~r145807-1) unstable; urgency=medium
 .
   [ Michael Gilbert ]
   * New ustream stable security release:
 - [129898] High CVE-2012-2842: Use-after-free in counter handling.  Credit
   to miaubiz.
 - [130595] High CVE-2012-2843: Use-after-free in layout height tracking.
   Credit to miaubiz.
 - [133450] High CVE-2012-2844: Bad object access with JavaScript in PDF.
   Credit to Alexey Samsonov of Google.
 .
   [ Shawn Landden ]
   * Revert Do not use binutils-gold in armel and armhf.
   * Update vpx patch to use system headers (Closes: #674728).
   * Fixup skia fixup for armv6.
Checksums-Sha1: 
 cf7ae78948437cb1b3851298e59243f1953a6fe9 4393 
chromium-browser_20.0.1132.57~r145807-1.dsc
 31c8b8779ce0e2072dfb9dbe28b60642a74e242f 520941824 
chromium-browser_20.0.1132.57~r145807.orig.tar.bz2
 baad2fef7603b373f8c2e52ceb9cd4ef29ab5e0c 252675 
chromium-browser_20.0.1132.57~r145807-1.debian.tar.gz
 927b63e534c1502a68dcbd65ac0c2e41305a59eb 181654 
chromium-browser_20.0.1132.57~r145807-1_all.deb
 5eb0aaab9f421d4a48c7b38e0d37031f8c6c33d7 180846 
chromium-browser-dbg_20.0.1132.57~r145807-1_all.deb
 c3359837e8437a83336d3b62e0304dccd0182f8a 180996 
chromium-browser-l10n_20.0.1132.57~r145807-1_all.deb
 eb8c676390a6959b3d2c5b70ec58c7fc76acd453 180866 
chromium-browser-inspector_20.0.1132.57~r145807-1_all.deb
 28a77adec8f38131264f838ef27bad2f157f0552 3230118 
chromium-l10n_20.0.1132.57~r145807-1_all.deb
 2b8eac7494caf8f3de65b226c8f96164e2e78e26 890636 
chromium-inspector_20.0.1132.57~r145807-1_all.deb
 00ce37c1701f6ed2def1b007af615ee7911c6dc8 33161684 
chromium_20.0.1132.57~r145807-1_amd64.deb
 39114d525630cf59abc070b94f16a9a90ac96af3 560727416 
chromium-dbg_20.0.1132.57~r145807-1_amd64.deb
Checksums-Sha256: 
 3644db33002f0714ced3ff568dc8a60a7f9884b523ae82cc24069e4bb25624ab 4393 
chromium-browser_20.0.1132.57~r145807-1.dsc
 b3e9d5ea454b91ba147527b7576e88c1123461e85c5db710fe07407f3aa6038b 520941824 
chromium-browser_20.0.1132.57~r145807.orig.tar.bz2
 f75c83ef42eb4b59de04431eed44a14e14881e22bd4b6ef5cb5fafe26344cabe 252675 
chromium-browser_20.0.1132.57~r145807-1.debian.tar.gz
 a8253b86da6c42bc76f0395da35f072a46b1e4766159428b1cc4a18147618937 181654 
chromium-browser_20.0.1132.57~r145807-1_all.deb
 742025f1a29cddefc457c7a7816ab12abc2ecc7c13e4b4934db1679f8a74bf6d 180846 
chromium-browser-dbg_20.0.1132.57~r145807-1_all.deb
 d6c29a91da0a051d8ca9eff9eab52e712d820dfbebfdc3bf1288b6b6cb3f0ffa 180996 
chromium-browser-l10n_20.0.1132.57~r145807-1_all.deb
 ab2318b4cc92fbd89385116207888dbfa80332dfbbc9fa95798507a28438458e 180866 
chromium-browser-inspector_20.0.1132.57~r145807-1_all.deb
 78f9d0d90d789d85fa8d90460e8433d163ae9f93eefb0b66b686a556aa5826b2 3230118 
chromium-l10n_20.0.1132.57~r145807-1_all.deb
 223ddf5756b1722b6eca66d39770a5200a33d516857c7c69a06665cf1eab958f 890636 
chromium-inspector_20.0.1132.57~r145807-1_all.deb
 e088b2d85d7210e83b7e39172128ff56b3ce40b763dab54d3a3cda7be59e925d 33161684 
chromium_20.0.1132.57~r145807-1_amd64.deb
 b9fa6a179f664bf518536025f0b0a04e34fa04bd71d6beea8b2babb42e701d6c 560727416 
chromium-dbg_20.0.1132.57~r145807-1_amd64.deb
Files: 
 e3fcdb213e943d031704004ffd531a0a 4393 web optional 
chromium-browser_20.0.1132.57~r145807-1.dsc
 20ddbe48e68b05f56d77200430d3099b 520941824 web optional 
chromium-browser_20.0.1132.57~r145807.orig.tar.bz2
 df739493417107b4d4da0869af63f032 252675 web optional 
chromium-browser_20.0.1132.57~r145807-1.debian.tar.gz
 7120e07cbc8c597ca503b6c5ab0533f0 181654 oldlibs optional 
chromium-browser_20.0.1132.57~r145807-1_all.deb
 630ece6f65af9575967258024b0d2186 180846 oldlibs extra 
chromium-browser-dbg_20.0.1132.57~r145807-1_all.deb
 8d48458672945a52acdd23c71980f243 180996 oldlibs optional 
chromium-browser-l10n_20.0.1132.57~r145807-1_all.deb
 87cf631cd872159b8ac7f0fc0ec4f943 180866 oldlibs optional 

Accepted perltidy 20120701-1 (source all)

2012-07-13 Thread Don Armstrong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Jul 2012 16:50:35 -0700
Source: perltidy
Binary: perltidy
Architecture: source all
Version: 20120701-1
Distribution: unstable
Urgency: low
Maintainer: Don Armstrong d...@debian.org
Changed-By: Don Armstrong d...@debian.org
Description: 
 perltidy   - Perl script indenter and reformatter
Closes: 614288 681368
Changes: 
 perltidy (20120701-1) unstable; urgency=low
 .
   * New upstream release (closes: #681368)
 + Don't munge contents of __DATA__ even when they
 look like POD (closes: #614288)
   * Switch to debhelper auto rules
   * Document VCS location
Checksums-Sha1: 
 c5f771fad1487590f1b1abfcd4384ea7876e5c49 1841 perltidy_20120701-1.dsc
 d19acc3912a3b210daff7719bc76f1204ddacead 400133 perltidy_20120701.orig.tar.gz
 91c3448db6ea67c496cb58e5028fe71cca49a739 4549 perltidy_20120701-1.diff.gz
 18d531845a37431cc3ce8698328e47dc8bb3fd14 386070 perltidy_20120701-1_all.deb
Checksums-Sha256: 
 c300c450983ffa6e9be6bb11f9eb7e0c945a8cda6f749c94b64fc561593b5557 1841 
perltidy_20120701-1.dsc
 798a7e5de6a3c461e4625cc71821cf2b4273529ffb8450dad5afc17b2b6e415b 400133 
perltidy_20120701.orig.tar.gz
 5df8358daa0025aacc76abfdaef4e41559f75b1f28a8ac48a71924c01f078695 4549 
perltidy_20120701-1.diff.gz
 208bd5dd3699469cdc3f951869c33f43dbc157b679af120ce6f3eef36afd32e7 386070 
perltidy_20120701-1_all.deb
Files: 
 bf58bf86fb133b866ea4732920d35a3e 1841 devel optional perltidy_20120701-1.dsc
 5f6693d285725282171f13d83aace9b1 400133 devel optional 
perltidy_20120701.orig.tar.gz
 04587b8d1252716a8924a7bbaca94135 4549 devel optional 
perltidy_20120701-1.diff.gz
 45a29dd8f463c47693a48277cd43205b 386070 devel optional 
perltidy_20120701-1_all.deb

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

iQIVAwUBUAC1qqLRMAHZjA+6AQqf+Q/8Cd0NCUHHYbFCutSlKtWeYkOPP16bWhj5
Mt8Nd2Vu23URCU4Avip98W9U3nJF0byFqETAQqFTbsMLU5+iMQ9e1RO4Chm8Y9j6
qPtbQMEs2e43cIuHgiR6A8he7SsGQ5JoT7i33tWJqDkH/Qi1PDKrnEW9BRDa5wNY
MaY02PFwZaXRZ9kF5hczwRXIzxhRfnaM/4jipcK7bruqLQJ/gndS5+L1WAvlL2pE
uUAG4+gQg2yIdcUh53VFrePAI0uJUpKdBqm2WBhDCtu9/PtFknUr0i8MpNipZHO2
ybSM8yOCdTyE3fPqJf9IqAo76MPPVZ/UGAA3UKf8O82fTdtJld9QwAZw5rm+EhLf
mWPnXaop/6XbDB/t23H1S6h7nXTdNqD26qMs8ourpRNB0p+y4q4BNMY36VqVaS/s
EQuqYjwznTzT25DfvXdnfnikkXVIQYCSrVRRl+eiQ9zKUWJT6Xe9rwvNDs0Eq6mV
GG4dXdLauiL9w/ehlf4fhShYbEypSA0GJJFDQzchFywGCK+NBa7qU4uOgD5rceoC
uegkBLPULamSYc6AAL+p7X3C0wJAdXChkPk+5E8Z53uMi8o1XxN7pKBss1E6Y41V
ETDgGWgjvl6ZqjEQDhyUklyhOxeXpRF+Mv+Lu8hQLTYlclcmWKjKfbOjSmaaIAW4
H/2kgRKBJSg=
=J7+v
-END PGP SIGNATURE-


-- 
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/e1sppqi-0006mu...@franck.debian.org



Accepted samba4 4.0.0~beta2+dfsg1-2 (source amd64)

2012-07-13 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jul 2012 11:52:44 +0200
Source: samba4
Binary: samba4 libsamdb0 libsamdb-dev libsamba-policy0 libsamba-policy-dev 
samba4-common-bin samba4-clients samba4-testsuite registry-tools 
libparse-pidl-perl samba4-dev libgensec0 libgensec-dev libndr0 libndr-dev 
libndr-standard0 libndr-standard-dev libdcerpc0 libdcerpc-dev libdcerpc-server0 
libdcerpc-server-dev libregistry0 libregistry-dev winbind4 libsamba-hostconfig0 
libsamba-hostconfig-dev libtorture0 libtorture-dev python-samba 
libsamba-util-dev libsamba-util0 samba-dsdb-modules libsmbclient-raw0 
libsmbclient-raw-dev libsamba-credentials0 libsamba-credentials-dev
Architecture: source amd64
Version: 4.0.0~beta2+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Samba Debian Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libdcerpc-dev - DCE/RPC library
 libdcerpc-server-dev - DCE/RPC server library - development files
 libdcerpc-server0 - DCE/RPC server library
 libdcerpc0 - DCE/RPC client library
 libgensec-dev - Generic Security Library
 libgensec0 - Generic Security Library
 libndr-dev - NDR marshalling library - development files
 libndr-standard-dev - Standard NDR interfaces - development files
 libndr-standard0 - Standard NDR interfaces
 libndr0- NDR marshalling library
 libparse-pidl-perl - IDL compiler written in Perl
 libregistry-dev - Registry library - development files
 libregistry0 - Registry library
 libsamba-credentials-dev - Samba Credentials management - development files
 libsamba-credentials0 - Samba Credentials management library
 libsamba-hostconfig-dev - Samba host configuration library - development files
 libsamba-hostconfig0 - Samba host configuration library
 libsamba-policy-dev - Samba policy management - development files
 libsamba-policy0 - Samba policy management
 libsamba-util-dev - Samba utility function library - development files
 libsamba-util0 - Samba utility function library
 libsamdb-dev - SAM database - development files
 libsamdb0  - SAM database
 libsmbclient-raw-dev - SMB client library - development files
 libsmbclient-raw0 - SMB client library
 libtorture-dev - Library for running unit tests - development files
 libtorture0 - Library for running Samba 4 unit tests
 python-samba - Python bindings for Samba
 registry-tools - tools for viewing and manipulating the Windows registry
 samba-dsdb-modules - Samba Directory Services Database
 samba4 - SMB/CIFS file, NT domain and active directory server (version 4)
 samba4-clients - client utilities from Samba 4
 samba4-common-bin - Samba 4 common files used by both the server and the client
 samba4-dev - tools for extending Samba
 samba4-testsuite - test suite from Samba 4
 winbind4   - service to resolve user and group information from Windows NT ser
Closes: 679678 681050
Changes: 
 samba4 (4.0.0~beta2+dfsg1-2) unstable; urgency=low
 .
   * Use ntvfs while debian ships an old version of Samba 3. Closes: #679678
   * Don't attempt to add shares to the configuration if it doesn't
 exist. Closes: #681050
Checksums-Sha1: 
 2477ef30f014abaf8bedbec908897daf67aa3d02 4084 samba4_4.0.0~beta2+dfsg1-2.dsc
 2e82f64edb4fd9d056b902b60e89744e49f835e4 112025 
samba4_4.0.0~beta2+dfsg1-2.debian.tar.gz
 68223d12ae189e492f306fe7c449f0adad2d 1719474 
samba4_4.0.0~beta2+dfsg1-2_amd64.deb
 e7e07e599adcef17414619c2c2ce30b535013820 158062 
libsamdb0_4.0.0~beta2+dfsg1-2_amd64.deb
 ca71ecbba1c8a1071f012a686a03917fbf1e6246 14030 
libsamdb-dev_4.0.0~beta2+dfsg1-2_amd64.deb
 6e16fc82bdf4e1bbb8ab835c4e8f355d7d7b1d50 35086 
libsamba-policy0_4.0.0~beta2+dfsg1-2_amd64.deb
 72626e935c8df7c615c791900ff595ed90c03374 15392 
libsamba-policy-dev_4.0.0~beta2+dfsg1-2_amd64.deb
 6a57b54842e5d0f076d9e67513b4675bdae7de3f 35892 
samba4-common-bin_4.0.0~beta2+dfsg1-2_amd64.deb
 34eb1aa02eea63b3ce22b12008a7596e9f4c5ed9 105858 
samba4-clients_4.0.0~beta2+dfsg1-2_amd64.deb
 7ea58362fb3836e974ccec56fe2ade9a8f41eeae 1618900 
samba4-testsuite_4.0.0~beta2+dfsg1-2_amd64.deb
 d4c68bb096dfa4cf14e17ea1435c6564a4437895 48004 
registry-tools_4.0.0~beta2+dfsg1-2_amd64.deb
 0577be42afb6e0f1482de0187acc38a030ae5c7c 118114 
libparse-pidl-perl_4.0.0~beta2+dfsg1-2_amd64.deb
 3d377209629fffc871e8d191008082dcb807c785 108536 
samba4-dev_4.0.0~beta2+dfsg1-2_amd64.deb
 d78edd3f2d9cb8d7c91f182da7cd7ad3762a317c 298520 
libgensec0_4.0.0~beta2+dfsg1-2_amd64.deb
 bf46dab27d5052d2b92ffe8ecef7c38572ac75d0 17298 
libgensec-dev_4.0.0~beta2+dfsg1-2_amd64.deb
 bc4742b83dc504a4e12576c7005c2eba64967209 48192 
libndr0_4.0.0~beta2+dfsg1-2_amd64.deb
 833b4433663b27f8c42ae9158a2c523f184c774e 20318 
libndr-dev_4.0.0~beta2+dfsg1-2_amd64.deb
 c805b694bbdeeabd500bfc59724e0e33355ed05e 1668246 
libndr-standard0_4.0.0~beta2+dfsg1-2_amd64.deb
 aa19bf3a2b497fa1f1b92095f098dd2889968334 19212 
libndr-standard-dev_4.0.0~beta2+dfsg1-2_amd64.deb
 62ddb9a72227b469f36eddaf3507bce4b9852481 545610 

Accepted libpdfbox-java 1:1.7.0+dfsg-3 (source all)

2012-07-13 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 12 Jul 2012 19:27:17 -0700
Source: libpdfbox-java
Binary: libpdfbox-java libpdfbox-java-doc libjempbox-java libjempbox-java-doc 
libfontbox-java libfontbox-java-doc
Architecture: source all
Version: 1:1.7.0+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: tony mancill tmanc...@debian.org
Description: 
 libfontbox-java - Java font library
 libfontbox-java-doc - Java font library (Documentation)
 libjempbox-java - XMP Compatible Java Library
 libjempbox-java-doc - XMP Compatible Java Library (documentation)
 libpdfbox-java - PDF library for Java
 libpdfbox-java-doc - PDF library for Java (documentation)
Changes: 
 libpdfbox-java (1:1.7.0+dfsg-3) unstable; urgency=low
 .
   * debian/libpdfbox-java.classpath: add libfontbox-java to manifest
   * debian/control: add javahelper to build-depends
Checksums-Sha1: 
 8cfd74be5945692e4eb71416b37462f1049c62d2 2636 libpdfbox-java_1.7.0+dfsg-3.dsc
 01e086043f4f9c57c8ee043bc16c20b39958dc04 8807 
libpdfbox-java_1.7.0+dfsg-3.debian.tar.gz
 aaa48387438bb72364c119914ae1736693b7176a 8826526 
libpdfbox-java_1.7.0+dfsg-3_all.deb
 4f8d2afed805ce0e1c4ed622c988a7690708c5bc 1512398 
libpdfbox-java-doc_1.7.0+dfsg-3_all.deb
 8ebda56eae0502bfcd00b6d5526e6c477105fbe3 55074 
libjempbox-java_1.7.0+dfsg-3_all.deb
 008fdc322428271730092edc5014bbf36ce1b8fc 106166 
libjempbox-java-doc_1.7.0+dfsg-3_all.deb
 fc9508541927042fa6d1392058caa88c0794c243 10 
libfontbox-java_1.7.0+dfsg-3_all.deb
 e3c9721d6dbf3d69a776bd190f3e05090c843fcc 182824 
libfontbox-java-doc_1.7.0+dfsg-3_all.deb
Checksums-Sha256: 
 07a6bd33d85af2753fda62050d2e604165f714e8c0bf7e3facb8a3c6276b90d3 2636 
libpdfbox-java_1.7.0+dfsg-3.dsc
 dc25d6c28399fbf3159dd5b26407349ca49cb461962606f1b7d31287b15903c5 8807 
libpdfbox-java_1.7.0+dfsg-3.debian.tar.gz
 73ab0ffb7c87231f604db71085218815f8e264362723824011954c9b5fffeab0 8826526 
libpdfbox-java_1.7.0+dfsg-3_all.deb
 fa6b4d2d154916ed409193551e97c63895dcd83484fc09ed746c24e44c270bf2 1512398 
libpdfbox-java-doc_1.7.0+dfsg-3_all.deb
 d22b9bbe70d98ec1a800e099c9d2b7a472a9f5ef8b9435aafa9adc3a74d1907a 55074 
libjempbox-java_1.7.0+dfsg-3_all.deb
 de26060c7ccfafaf256cfd49a57dd345e2ecf32f993fc9fb39f68ba2d3b92c20 106166 
libjempbox-java-doc_1.7.0+dfsg-3_all.deb
 8f83335edd5b2726833c5f8dcfc8197520727017e38c14592c37da5c50e0ef30 10 
libfontbox-java_1.7.0+dfsg-3_all.deb
 25458c7b5ba0b618d045c7878adb38cc0b1e3cd416e4b21d595998525f2f1edf 182824 
libfontbox-java-doc_1.7.0+dfsg-3_all.deb
Files: 
 8e3ee30d3eef99087d4bc4017c402e6e 2636 java extra 
libpdfbox-java_1.7.0+dfsg-3.dsc
 687bbdb9727fb8192500b23ed775b52e 8807 java extra 
libpdfbox-java_1.7.0+dfsg-3.debian.tar.gz
 003b70d27c4fc64a7042169e40a2aaeb 8826526 java extra 
libpdfbox-java_1.7.0+dfsg-3_all.deb
 f5d625a0fa55440a15ea0facd14ac13f 1512398 doc extra 
libpdfbox-java-doc_1.7.0+dfsg-3_all.deb
 6884d7435863c26925a3168df3325bb4 55074 java extra 
libjempbox-java_1.7.0+dfsg-3_all.deb
 625974075b4ba40a9e5634f11629c91d 106166 doc extra 
libjempbox-java-doc_1.7.0+dfsg-3_all.deb
 df97358972b06c9913eb4fe9a9657b50 10 java extra 
libfontbox-java_1.7.0+dfsg-3_all.deb
 683fdc5746af9a5bdbdca4a4c5ad9a63 182824 doc extra 
libfontbox-java-doc_1.7.0+dfsg-3_all.deb

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

iQIcBAEBAgAGBQJQALorAAoJECHSBYmXSz6WreQP/j5eOJs/ZsLxInjvTamlSiI3
m94b+QIwP23X4cIVK7doC9tIYQZvw/LAwnixlZOa5QaFWwMeyEvZUDgxv2GzCqYP
/Y237CF+ixn6kkwOFXbSqhN8RPc7wvG5siEV62XeD/YyeZZBQ8FJFxOwreaPnPgu
gAyKvb0t06bhgQRCaMnYSdY7D9HmmkwJOwvF+UwopApMQeWtZ5gPUFvrDp2jEr0f
5H3q5R7cPD9cM+YiCOROBhWMmqY5NnHnvcqGTDDKb0/iRLs+ksuiwhqUT8sJ96e4
y4v5YjcteB5YH8FDQJfyCekzx1Jkz5vieFFyT8E/FEBdjkoJQHLKNVO+TGvvw8b6
xU6O05z/j+QhSsuKbz+/geAfBSNOilT9A94oS6J5AC22xCvbznHNgoT+uqMIE1TV
HQ5KZixTWZiFSSr0DUT73Ksyh0O2dTC6b3D/K7G9KZEaXSpHjWimKTwCiHxN0eap
odLdkMv34CD0UtsFgslgkkcwka/COp2hpfWtnp1ehJcL4bAODmcP0lVqavP8CzbX
fg3WtCyyJ8zx0S4J5Z4VuQFmD+V1R+yEXh8RtINXO9O+mp2fUXnKFdPVUr7eFtgR
zWd3F960irh9YwnJ1GaNjGEuenK/Ah+8mjyB37bDpd4zfu0qe7arR+RDbJOg6Xfp
C/5iPXI/e987U7AmlJrx
=jAZ3
-END PGP SIGNATURE-


-- 
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/e1spq2u-00070x...@franck.debian.org



Accepted perl-depends 2012.0701+gitb1fd535-1 (source all)

2012-07-13 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jul 2012 13:31:39 +0300
Source: perl-depends
Binary: perl-depends
Architecture: source all
Version: 2012.0701+gitb1fd535-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 perl-depends - rough indicator of Perl module dependencies
Closes: 679733
Changes: 
 perl-depends (2012.0701+gitb1fd535-1) unstable; urgency=low
 .
   * New upstream release.
 - Update manual page according to debian/description.
   * debian/compat
 - Update to 9.
   * debian/control
 - (Build-Depends): Update to debhelper 9.
 - (Description): Gix grammar. Patch thanks to Justin B Rye
   j...@edlug.org.uk (Closes: #679733).
 - (Homepage): Update URL.
 - (Standards-Version): Update to 3.9.9.
   * debian/copyright
 - Update to format 1.0.
Checksums-Sha1: 
 d87e6058efa65b0d7722fb0b1027a075a3ba2968 1980 
perl-depends_2012.0701+gitb1fd535-1.dsc
 738d07ddfd305a769d5db4c3d66ca9f31945cdb7 13440 
perl-depends_2012.0701+gitb1fd535.orig.tar.gz
 62e89018830e930618f5717ca8f7dedd059fea91 2375 
perl-depends_2012.0701+gitb1fd535-1.debian.tar.gz
 c501ff28b7c85a8944f3fdba933c5b80aac078dc 10938 
perl-depends_2012.0701+gitb1fd535-1_all.deb
Checksums-Sha256: 
 c76101878828e4f1828a679240f3d46ee0166dc1b523f2b78ea0d0fa060a5b08 1980 
perl-depends_2012.0701+gitb1fd535-1.dsc
 fc815f4eefd92286831e4e8a43556a75a210eaf762036088a7e66a63222aaac5 13440 
perl-depends_2012.0701+gitb1fd535.orig.tar.gz
 42e641b1d71a618df71e7b1c5607512f664eb426010182c951bf1eb1561b2f31 2375 
perl-depends_2012.0701+gitb1fd535-1.debian.tar.gz
 f43c9d826cd0660e4c89080d27a5cd93b2db1374121c94276378fa7591fd814f 10938 
perl-depends_2012.0701+gitb1fd535-1_all.deb
Files: 
 e5029a1e17e25545eeb0a3ab36c4b91e 1980 devel optional 
perl-depends_2012.0701+gitb1fd535-1.dsc
 5090c6afedcdc4b1d2557874bb5b1e92 13440 devel optional 
perl-depends_2012.0701+gitb1fd535.orig.tar.gz
 0cadefb0b950a7ef2cc312901bbeae26 2375 devel optional 
perl-depends_2012.0701+gitb1fd535-1.debian.tar.gz
 765041a6ccadf54197385c7a89b8d327 10938 devel optional 
perl-depends_2012.0701+gitb1fd535-1_all.deb

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

iQIcBAEBAgAGBQJQALrPAAoJECHSBYmXSz6WSFYQALm075usvj1csLnBj96ezv+e
VZJkxMxFa4HXlNW8vrwb8lzfzC0/wG4PCnrXJLl5LAB7Mw4DkDRYp1nV2Yh2CtRb
PILZTKQCXr1TbB+xz928K1hejGwDs5MlBGklRM3fLpBPEs2FOJP+N9vN+7iR36/Q
ZCvGcw9fzupBtyLpe7Hol49ssOsobWE7+CqEFqL/5l7leMnp/oCzt/UVk9Q1A/se
vsQiQyrqcaJA0Fpt+AQiFVA1dZ1C/IcvTTyQWq8GMzI7E7d6DzzHtqXG2/rcBwar
WVkukGJNQvhALkLxZks760GgFZ3u/AZVMOgxFSvqHJ0z/RDz8BKNmlQ2UeKFd/uc
2OPVtxTtfsbu3php44EFh6Aus5NmiIqIzRhWTnAYGkqP0SvDyiD0kaBk3/pv0XUH
lu4ZjeWjvBobMDZn+tj2uAdI/AuPuLRzT9PMlvpsh8q2KgjjG23FZQ5Jq1kf/pNt
Q8giijk7VRwQRaTTr010ise08p2uhL3O7V2+ltqG8Dfc90Um+wE63AVvh7qFtRpC
DcrL7NHLCN3ON4mYlSTkr07c9H4NPK0Lq6qhaVjq5obh8SntM20jWaAk8sReLlU7
jIxP8BcGVnp4H4IcnR54hY9t0ZHJbRwcIXs0Nl1O7G1SztCUQH0CIOO7vFwdypHW
rNDBE++h24ziswFSgFCv
=4TPb
-END PGP SIGNATURE-


-- 
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/e1spqho-0008aq...@franck.debian.org



Accepted python-restkit 4.1.3-2 (source all)

2012-07-13 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Jul 2012 09:15:46 +0900
Source: python-restkit
Binary: python-restkit
Architecture: source all
Version: 4.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 python-restkit - Restkit is an HTTP resource kit for Python
Closes: 679489
Changes: 
 python-restkit (4.1.3-2) unstable; urgency=low
 .
   * debian/patches/exclude-tests-directory.patch: Don't install 'tests'
 directory. (Closes: #679489)
Checksums-Sha1: 
 81537a4946b6b8a3e34e6d312bf2df82d2546d22 2061 python-restkit_4.1.3-2.dsc
 c25ae7fbda3999e593fa11a501d4ea3c87fd288a 4996 
python-restkit_4.1.3-2.debian.tar.gz
 e4b3016f06dd81f62a4a87367e80bacf721f6398 45832 python-restkit_4.1.3-2_all.deb
Checksums-Sha256: 
 7a849e6030593b4d92aa83de99eb2a720500df79489ec33381d1fd08a3f3c0d3 2061 
python-restkit_4.1.3-2.dsc
 38f75f9b6de7b825eaa54183d539683edb9060a9821d01780a63829fc0675051 4996 
python-restkit_4.1.3-2.debian.tar.gz
 d833ad3990ceba00938264f6231019bc803c8346e85b541cfdb4c245db54187a 45832 
python-restkit_4.1.3-2_all.deb
Files: 
 2cc67856adcc6ee823310cacb7734e49 2061 python extra python-restkit_4.1.3-2.dsc
 d52217db79d2e6f14c09d5e39ee74c01 4996 python extra 
python-restkit_4.1.3-2.debian.tar.gz
 0ac2637f9ce2141e61260199f369ee35 45832 python extra 
python-restkit_4.1.3-2_all.deb

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

iQIcBAEBCAAGBQJQALq+AAoJEMwUn2wopeJXWDcQAJDrpxTbQ3uTSttESrD8T8ow
wHzOxuJcF8pbiGRYvFi/xWTnz3bj+FMqfNmogM4fdG7am+rjPCR3sQp2UeqTHQHU
C8/Jil/LamxwIZdrMzUNxqAPLJvIkMG9/VDE7rKkylKRQb73haDHJr/nFhmamocL
0XFt0xNH3nrXAAYIk6T9dsvc8vt6HxUTsZLRJz48FYxFskh8IPg2pDhVsx41FsYi
SUhrBQCAyHTg9MvEpegzXxHrK2e6ZX4zuWLBqE3tjQChd7ndB8Ey4oZgZEZ6+Kah
tvH2hewWvOWp9Q/h7Mnixm3fXB7Ebx3pKIyIsMzX5DlM2H8I8xRIr2h+0ncWLSHq
KWSxERxrn2QQF3XHYZ6Pl2bffpOkOSJ97Yzi4wMYy3pDkNf/bRmy1GB9miPjKXmU
YhCrRKLWAmiJLJdd3aMBMdQd0Q0s06mXxKAbCvTvF2p5yNoeMGQ1LnxPJgE1QqE1
lBXeL9GgSh4NwPCNT52xsTwaL2IVjflxGVOLWP5OVCFR+pKkmCXukdlX6HwgDXlu
S4UJE644hUpspHKS5TlUBU/pixxAFqmj29j7rYXuaxADRTVq87UQmLpZWmvE/Qhq
HT+KNusLDRne71gKK+9AKGF2A1H6jSLF3tRANOsSZdj8MN7NdN6F2KVsj67JG5ag
ijOmTV+8+XCYt5y5BiY5
=ngXV
-END PGP SIGNATURE-


-- 
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/e1spqht-0008b5...@franck.debian.org



Accepted pmud 0.10-13 (source powerpc)

2012-07-13 Thread Michael Schmitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Jul 2012 12:44:12 +1200
Source: pmud
Binary: pmud pmud-utils
Architecture: source powerpc
Version: 0.10-13
Distribution: unstable
Urgency: low
Maintainer: Michael Schmitz schm...@biophys.uni-duesseldorf.de
Changed-By: Michael Schmitz schm...@debian.org
Description: 
 pmud   - Apple PowerBook power management daemon
 pmud-utils - Apple PowerBook power management daemon utils
Closes: 680447
Changes: 
 pmud (0.10-13) unstable; urgency=low
 .
   * Add LSB header to initscript to support dependency based init
 Closes: #680447.
Checksums-Sha1: 
 5c101a3fecaffc3a969b2808a51b12191f2ba834 948 pmud_0.10-13.dsc
 660d9a6d865e61d885379150369b292d87f77ae6 18360 pmud_0.10-13.diff.gz
 11551a89a636296c5f6f4f9b691b050e435153e2 40874 pmud_0.10-13_powerpc.deb
 43432f139b600cd792764b4cd1395190a709714d 18166 pmud-utils_0.10-13_powerpc.deb
Checksums-Sha256: 
 a6c75c42bff80905b9166a6d62fc496bc7a2a16a3abf22d17cd1c7b6358280d5 948 
pmud_0.10-13.dsc
 f442814d742afbb0583f554a76cfa51eef1dfcf17693eb09ffd0cb84cb1a77a2 18360 
pmud_0.10-13.diff.gz
 bf89f2f3ffc6241d52dbaa80afed631d20de87bf0fe971d2a4179cd77756ed90 40874 
pmud_0.10-13_powerpc.deb
 59ab4e1a38a23259414554bc980787f648af6b173750c0a6c7e8ba9c2fa52593 18166 
pmud-utils_0.10-13_powerpc.deb
Files: 
 f8621f4d65ef54aa146681523aa1a30f 948 admin optional pmud_0.10-13.dsc
 669390199276747c7154ff2bd75e788f 18360 admin optional pmud_0.10-13.diff.gz
 b71cce71880ea3eab027135605659ee9 40874 admin optional pmud_0.10-13_powerpc.deb
 6094b09d3e9474386e03ed4d9bc726cd 18166 admin optional 
pmud-utils_0.10-13_powerpc.deb

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

iD8DBQFQAMbsjH3TJU9qR44RAlAJAJwMrlq6kApWyp8mvtZUNy0sR7/I/ACfSy40
ChjZTPLeSEaa+amGzGBTXPg=
=MAPV
-END PGP SIGNATURE-


-- 
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/e1spqz2-00039i...@franck.debian.org



Accepted ptouch-driver 1.3-4 (source all amd64)

2012-07-13 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Jul 2012 02:33:13 +0200
Source: ptouch-driver
Binary: printer-driver-ptouch ptouch-driver
Architecture: source amd64 all
Version: 1.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 printer-driver-ptouch - printer driver Brother P-touch label printers
 ptouch-driver - transitional dummy package for ptouch printer driver
Closes: 681495
Changes: 
 ptouch-driver (1.3-4) unstable; urgency=low
 .
   [ Till Kamppeter ]
   * Don't install the cups filter in multiarch directories.
 (Closes: #681495, LP: #990638)
Checksums-Sha1: 
 4bacf77f113e3b176a8e07fab409bc013dd71174 2027 ptouch-driver_1.3-4.dsc
 03665a3fb1e06ebe383409f76e2a58e2ce4e0849 5511 ptouch-driver_1.3-4.debian.tar.gz
 e7c9786b5aad32f60b0b9ceff20cf7c36b82ae23 32920 
printer-driver-ptouch_1.3-4_amd64.deb
 02eef0ed4990a24ad679645cbff21b004047f29e 5400 ptouch-driver_1.3-4_all.deb
Checksums-Sha256: 
 5353a5fbc96c39508024b549f0d3879832076f4927122b12befee7e0d82f07ae 2027 
ptouch-driver_1.3-4.dsc
 c19e8881b9b8c570e6ca218b9e1f82d94a90208484a42c38321cf788b77a16b9 5511 
ptouch-driver_1.3-4.debian.tar.gz
 c332927f9283d9915b50fd4b2b0f7be1a62ea42bf76e4194bdc90c9aaa82c967 32920 
printer-driver-ptouch_1.3-4_amd64.deb
 d5f7ad942c6b71faefb0219e62713288f4ea18fe3405d6ce4b55f2ae4e29428f 5400 
ptouch-driver_1.3-4_all.deb
Files: 
 c0e0c834ff307055b53195d8cfb14cae 2027 text optional ptouch-driver_1.3-4.dsc
 bd576615b4cbdfaa1d3f02c7e19e87c5 5511 text optional 
ptouch-driver_1.3-4.debian.tar.gz
 4e88f21ec88843876949de9d4c1c4e4b 32920 text optional 
printer-driver-ptouch_1.3-4_amd64.deb
 3a334644fb814685d5574b082711951c 5400 oldlibs extra ptouch-driver_1.3-4_all.deb

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

iQGcBAEBCAAGBQJQAMY+AAoJEIvPpx7KFjRVqJoMAJD/kl7UFLCcGNEPBEAO/XAx
6bG8sHxKzo+fyonrgH1/05WRq5yDrQwNIeexntVckt+9n1t55NHOCvJGVJfPcKOh
NpZMXVQaujXng+WumqzHJTzlly2QFwph+2afkiuMk3rEdlKAWXAB+PjV62Hd0MLN
DQKhxRLg1yxiWCxWc391v9xd7O5xBpPe2USwFb6ubfMwNlmwUpOL2Z4yggmyLwlO
Aszy+Zjcrp7Ae8tbqRKNkDTVhnS11SgODcjXHzLC17071JPzwm3FYfQXb3ig0cDe
SQGBP/7Hf70Y9VIL6bpgBP2BeFm5/rHrWK1Vy6ItHlOQ0MW4LAwh6HcLT8FMCUX+
LtxYBxbDXBuWPmDxSKe67xcMDk1qeaGFjJegm4kKSfNHpea6BtnRYk7HH9aRrltC
FhPALXGuhCkTRWq6LY6e/Pq85uMBEXimEYlxGjoyQg1auWW/BxCtfebQoKHWEKKD
f9EC13GhuB5ojJol/rNLw5WDT9jIqjsSGVszWc+Skg==
=xcsQ
-END PGP SIGNATURE-


-- 
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/e1spqz8-0003a0...@franck.debian.org



Accepted ssed 3.62-7 (source i386)

2012-07-13 Thread Jose Antonio Quevedo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Jul 2012 02:46:05 +0200
Source: ssed
Binary: ssed
Architecture: source i386
Version: 3.62-7
Distribution: unstable
Urgency: low
Maintainer: Jose Antonio Quevedo Muñoz joseantonio.quev...@gmail.com
Changed-By: Jose Antonio Quevedo joseantonio.quev...@gmail.com
Description: 
 ssed   - The super sed stream editor
Closes: 565360
Changes: 
 ssed (3.62-7) unstable; urgency=low
 .
   * Updated maintainer field (closes: #565360)
   * Added dpkg-buildflags to enable hardening.
Checksums-Sha1: 
 59217b5d0e5e28f45db0ea92c34994bfbf58ae10 1043 ssed_3.62-7.dsc
 bd1faa045aee7542c71aece85dbb57309f777302 21371 ssed_3.62-7.diff.gz
 29798d348c97e3eb3edae16fd7244e0999ea621a 185330 ssed_3.62-7_i386.deb
Checksums-Sha256: 
 1ccdc04bb04b75d64d79dcf8e828ec80048602d53187132bb86fe5c643cdd883 1043 
ssed_3.62-7.dsc
 f22ac518c1c65404d99035d1f4bdccb302e83ab83d8973db662a13503630cee1 21371 
ssed_3.62-7.diff.gz
 75a92d4dc59a9a193bcebad02b87f600253ad666c17b1eed3300c7e14f839e01 185330 
ssed_3.62-7_i386.deb
Files: 
 24f7b392ebf437a9da657fa5ee293877 1043 utils extra ssed_3.62-7.dsc
 bd5e770e50e325d65cf5079a814b04ba 21371 utils extra ssed_3.62-7.diff.gz
 d1bbcda6bb40976a5b9a98bd78b32c36 185330 utils extra ssed_3.62-7_i386.deb

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

iEYEARECAAYFAlAA5JMACgkQLc4/KDbU5PWefwCfaGiBDqCFt63Db5M8nInUtxwn
ZFAAnjZ8c2zZf9m6z7Ts0CK29scN/yim
=EFUK
-END PGP SIGNATURE-


-- 
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/e1spt5y-0002t5...@franck.debian.org



Accepted therion 5.3.9-6 (source all amd64)

2012-07-13 Thread Wookey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Jul 2012 00:20:55 +0100
Source: therion
Binary: therion therion-viewer therion-doc
Architecture: source amd64 all
Version: 5.3.9-6
Distribution: unstable
Urgency: low
Maintainer: Wookey woo...@debian.org
Changed-By: Wookey woo...@debian.org
Description: 
 therion- Cave surveying - 2D and 3D drawing software
 therion-doc - Documentation for Therion Cave surveying software
 therion-viewer - Cave surveying - 3D viewer for therion models
Changes: 
 therion (5.3.9-6) unstable; urgency=low
 .
   * Change to use xz compression
   * Mark updated-by-build file thbook/etc/contents.tex as ignored in
 diff so build is repeatable
Checksums-Sha1: 
 367fd02fc4ef895042dce59022cf475dd81a6d21 1318 therion_5.3.9-6.dsc
 107133dfedf1225ad67fa1507c8220be82f0e45e 17436 therion_5.3.9-6.debian.tar.xz
 1d9b4a6aee8a3fa077049e0030ab87887997a118 915734 therion_5.3.9-6_amd64.deb
 79239d9c37f95f1af3b93fd5178b3a4fe928ac18 426576 
therion-viewer_5.3.9-6_amd64.deb
 ba398033f8f688717d2d7c3fbbcc96e1b1abb2d2 3054596 therion-doc_5.3.9-6_all.deb
Checksums-Sha256: 
 d8ae31520dd59710f33208c6330e307fe98aa914213185a4f1f9a8526fefff34 1318 
therion_5.3.9-6.dsc
 b56830380a7fe06aed2ec0c3b3497bef9acf5e5fe11a919bbb80f60971dcbfc7 17436 
therion_5.3.9-6.debian.tar.xz
 ce27ae855992af42456cbc895c85ee2d3c49e623cae3a5708999b2cc7fe1c57e 915734 
therion_5.3.9-6_amd64.deb
 b78d6ca5acbe28437e008ef16944debfc14c1c6d3d40bb5d20491b84602ff4d7 426576 
therion-viewer_5.3.9-6_amd64.deb
 32fc090182994722525b7a3d70e2c0985ded675bd7912cb985d28700125b916e 3054596 
therion-doc_5.3.9-6_all.deb
Files: 
 c6110f7ae15d1663a096b512fd839cda 1318 science extra therion_5.3.9-6.dsc
 aa72b4f5a780e0907f869a3dcf85bf24 17436 science extra 
therion_5.3.9-6.debian.tar.xz
 0a98f3cf5a6c1a1bc43511518025afe3 915734 science extra therion_5.3.9-6_amd64.deb
 4aac75cf782ee8e7eda76d7dfa7bbd5d 426576 science extra 
therion-viewer_5.3.9-6_amd64.deb
 bf13eada69f64f977ee70c9894c501ee 3054596 doc extra therion-doc_5.3.9-6_all.deb

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

iD8DBQFQAPk9IWclcBdP7jURAtpCAKCG3FYysKHE3/k0ReoG2SO2leFXKACg4E4J
jtCd60Ed2M6XLqwzYBMB2Fk=
=6tQF
-END PGP SIGNATURE-


-- 
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/e1spuuu-0002bz...@franck.debian.org



Accepted python-csa 0.1.0-1.1 (source all)

2012-07-13 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 14 Jul 2012 01:28:54 -0400
Source: python-csa
Binary: python-csa
Architecture: source all
Version: 0.1.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Mikael Djurfeldt m...@debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 python-csa - Connection-Set Algebra (CSA) implemented in Python
Closes: 595848 665039
Changes: 
 python-csa (0.1.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Redo last NMU that maintainer overwrote:
 - Add python-tk to build-depends to fix FTBFS (Closes: #595848) and to
   depends to it will run
 - Remove failing override of dh_auto_test (because test_csa.py is no
   longer shipped)
   * Set MPLCONFIGDIR to debiam/temp in debian/rules so that the directory
 location is writeable when built on a buildd and then remove on clean
 (Closes: #665039)
Checksums-Sha1: 
 e2b426078982764cfd7e8d21df2a1d001a4bef5d 1215 python-csa_0.1.0-1.1.dsc
 cebc3c3f8c962caeda43f3774aa7e845fea53c96 2070 
python-csa_0.1.0-1.1.debian.tar.gz
 93c450189b930276e351cea9e040f7aa70bbfa0f 22986 python-csa_0.1.0-1.1_all.deb
Checksums-Sha256: 
 b49eac4ee31781121fc12bfefdc6f0f7002918a4f0d06d1d4a5b6c02bcff18df 1215 
python-csa_0.1.0-1.1.dsc
 5a1f25e4d29d982323e2f4ce2c4538024c1e2ba17b52e20156a884f35d58992c 2070 
python-csa_0.1.0-1.1.debian.tar.gz
 883cb8099c5a8ba4220a7ab7ca8e49e8657a64f6630a827531dd1463279e1921 22986 
python-csa_0.1.0-1.1_all.deb
Files: 
 53c12ae744d339a6517a491f7af5b64e 1215 python optional python-csa_0.1.0-1.1.dsc
 2327808700324450c28d2a5cf0c277b7 2070 python optional 
python-csa_0.1.0-1.1.debian.tar.gz
 8db69ddc172e30f28cd855032991b526 22986 python optional 
python-csa_0.1.0-1.1_all.deb

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

iEYEARECAAYFAlABBP0ACgkQHajaM93NaGo5BQCfX2KhbOSY0QpENK6YCIoB/Ubh
QnEAn2bpjPYGpXXQfRxsIwUXrjs3+1kC
=zYju
-END PGP SIGNATURE-


-- 
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/e1spvcg-0004os...@franck.debian.org



  1   2   >