Re: Bwaaaaah I will tell my daddy^W^Wthe CTTE^W^Wa GR

2013-05-23 Thread Ondřej Surý
Joss isn't the only one to blame. Could all please stop bashing each other (and 
Joss) and stick back to technical arguments? (Saying I'm sorry privately to 
each other for each ad hominem argument used in this thread would also help!)

I can clearly see what has provoked this reaction and I have a deep 
understanding for it.

Ondřej Surý
P.S.: You should also stop using phrases like five years old - using the word 
inappropriate would make your email still correct, but not so dishonesting.

On 23. 5. 2013, at 7:44, Andrew Shadura bugzi...@tut.by wrote:
 Hello,
 
 On Wed, 22 May 2013 23:05:01 +0200
 Josselin Mouette j...@debian.org wrote:
 
 Subject: Bwah I will tell my daddy^W^Wthe CTTE^W^Wa GR
 
 Couldn't you please finally stop behaving like a five years old?
 
 -- 
 WBR, Andrew


--
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/9778ac19-fef2-40e6-b15f-e108ba9d5...@sury.org



Re: systemd .service file conversion

2013-05-23 Thread Helmut Grohne
On Thu, May 23, 2013 at 12:47:46AM +0200, Kurt Roeckx wrote:
 Note that such conversion to a sysv init script is not supposed to
 provide all the features that upstart and systemd provide.  Else
 there would be no need to move to systemd or upstart in the first
 place.

That is true, and I already pointed out some of that functionality as
non-essential (e.g. resource limits). 

 On Wed, May 22, 2013 at 10:39:06PM +0200, Helmut Grohne wrote:
   * stdout/stderr to syslog redirection
 This is possibly implementable, but needs more than a line of shell.
 
 Do you know about logger(1)?  If that itself is not good enough,
 it should be easy enough to make something that does what you
 want.

Good catch. Having it integrate with e.g. start-stop-daemon appears
slightly harder, but yeah this surely is not a blocker.

   * missing dependencies
 Due to the use of socket activation it is to be expected that
 services stop declaring their dependencies. In .service files this
 information commonly is not present, because it is not needed.
 
 It's not because it's not needed that we can't add this.  If we
 already have this information there is no need to throw it away.

Yeah, we do have this information in our init scripts, but it already is
being dropped on the way to .service files. One reason to use .service
files is that someone else (e.g. RedHat) does the work of creating them.
Just they don't need those dependencies. I am not sure that it is
feasible to maintain this information on our own and keep it tested and
working.

   * socket activation cont'd
 I guess that at some point services will expect that their sockets
 are already open when they are started, because this eliminates a
 privileged bind() operation.
 
 That would just mean that those don't work at all with sysv
 anymore, and since I think we still have to support sysv,
 we should fix them.

The question here is: What is less work? Fixing N services to support
sysv or creating a program that creates the environment that those N
services expect? And how large is N?

Also consider the insane amount of code duplication due to every service
implementing daemonization on its own. (libdaemon0 has about 10 rdeps)
One of the major reasons to go to either systemd or upstart was to get
rid of that code, now we add it back for sysv?

 I would argue that if such a conversion script would exist, we can
 probably have more consistent init script implementations, and
 less bugs in them.

You appear to not be aware that such a thing does exist:
https://github.com/akhilvij/systemd-to-sysvinit-converter

 I'm also not sure why fixing a conversion script is that much
 work.

We currently have about 400 Arch:all packages shipping init scripts. Let
me guess that at some point 1/4 would use such a conversion utility. Are
you going to binNMU those 100 Arch:all packages? How to track such a
transition when the converter will not end up in the runtime
dependencies?

Helmut


-- 
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/20130523062829.ga10...@alf.mars



Re: Bwaaaaah I will tell my daddy^W^Wthe CTTE^W^Wa GR

2013-05-23 Thread Bjoern Meier
hi,

2013/5/23 Ondřej Surý ond...@sury.org:
 Joss isn't the only one to blame. Could all please stop bashing each other 
 (and Joss) and stick back to technical arguments? (Saying I'm sorry 
 privately to each other for each ad hominem argument used in this thread 
 would also help!)

 I can clearly see what has provoked this reaction and I have a deep 
 understanding for it.

 Ondřej Surý
 P.S.: You should also stop using phrases like five years old - using the 
 word inappropriate would make your email still correct, but not so 
 dishonesting.

could everybody just please stop spamming? (my first and last attempt.
I don't need a list of  'good guys' with watchguard behavior All I
read is:Mimimimimi! in ALL directions.


--
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/cagmps54z94wmk_iioscusgmmd3ovfoyezykvl8ssf4rawtb...@mail.gmail.com



Re: Debian systemd survey

2013-05-23 Thread Gergely Nagy
Thomas Goirand z...@debian.org writes:

 On 05/23/2013 01:45 AM, Josselin Mouette wrote:
 I understand it will be a pain for Ubuntu if Debian picks a different
 init system. I don’t think this is relevant for the discussion, though.

 It might be very relevant for many of us that our package works on
 *both* Debian and Ubuntu (and other derivative, including those who
 derive from Ubuntu, like for example Mint) without too much
 modifications. Some of my packages already incorporate some upstart
 script for that reason.

As someone who packages software that has explicit systemd supporting
bits and pieces, which needs to be turned off on Ubuntu (at least
pre-raring Ubuntu), I'd like to note that doing this is *simple*. Ubuntu
have been patching out the systemd support from the syslog-ng package
anyway, doing the same myself for my own packaging was trivial.

I needed to make two modifications: remove libsystemd-daemon-dev from
build-depends, and not install the unit files. In the future, when
there'll be a dh_* tool to do the latter, I will need to do even less.

Also, post-raring, systemd is available in Ubuntu aswell, and in some
cases, you can check for systemd at runtime, needing no modification to
the package *at all*.

-- 
|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/87sj1eb26c.fsf@algernon.balabit



Re: systemd .service file conversion

2013-05-23 Thread Helmut Grohne
On Thu, May 23, 2013 at 07:16:18AM +0200, Zbigniew J??drzejewski-Szmek wrote:
 Providing a conversion script which recreates all of systemd
 functionality would basically mean reimplemting a big part of
 systemd in shell. Providing an interpeter would man reimplementing
 a big part of systemd in whatever the interpreter is written in.
 Both options seem infeasible, unless only partial functionality is
 supported. [1] lists e.g. SystemCallFilter=, PrivateTmp=, PrivateNetwork=,
 CapabilityBoundingSet=, SecuritBits= which have security and
 correctness implications, and are IMHO pretty hard to recreate.

I partly disagree here. A good reason to reimplement part of systemd is
to have a portable subset of its functionality. This could be part of
the answer to the question of what to do about kfreebsd.

All the examples you give are Linux-specific, but at least
SystemCallFilter[1] and CapabilityBoundingSet[2] are not that hard to
reimplement, if you can change the process invoking the daemon (what
start-stop-daemon is being now). But those examples are also the ones
that I consider non-essential, because they are more of a hardening
aspect.

Also note that upstart has shown a similar integration to work and we
shipped it in wheezy. It is called /lib/init/upstart-job. You can link
that binary to /etc/init.d/$service to tell insserv that this service is
provided by an upstart job. Instead of reading LSB headers from the
wrapper, insserv will execute it with a lsb-headers parameter and read
the output. The other runtime component is startpar-upstart-inject,
which tells startpar about the completion of a job. As can be seen the
upstart people have already done the heavy lifting here.

Helmut

[1] http://outflux.net/teach-seccomp/
[2] libcap-dev or libcap-ng-dev


-- 
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/20130523071410.ga16...@alf.mars



Re: Debian systemd survey

2013-05-23 Thread Lucas Nussbaum
On 23/05/13 at 12:28 +0800, Thomas Goirand wrote:
 On 05/22/2013 04:53 AM, Lucas Nussbaum wrote:
  - Neither systemd nor upstart are likely to be ported to kfreebsd soon,
as they both rely on many Linux-specific features and interfaces.
 
 Though it should be easy enough to port OpenRC to kFreeBSD and Hurd,
 once it completes its support for the current init.d scripts. You
 completely forgot that option.
 
 The only thing that worries me is the cgroup thing, but probably it
 should be possible to fallback to .pid files in such case (in an
 automated way).

I have the (possibly wrong) impression that OpenRC is less advanced
technically than systemd and upstart, and lacks many of their advantages
For example, according to https://bugs.gentoo.org/show_bug.cgi?id=391945
which is linked from
http://wiki.gentoo.org/wiki/Talk:Comparison_of_init_systems, parallel
boot does not work due to problems in dependency handling.

I also understand that OpenRC does not replace sysvinit, but instead
is an additional layer on top of it (for example, sysvinit stays PID 1).

Also, you wrote:
On 14/05/13 at 17:54 +0800, Thomas Goirand wrote:
 I do think that restarting crashed daemons is a nice feature,
 yes. Though I believe OpenRC has this feature too (I have no
 time to check for that fact right now, but I think I remember
 reading it somewhere).

According to http://wiki.gentoo.org/wiki/Comparison_of_init_systems,
OpenRC does not have this feature (No in Keeping daemons alive).


I'm not saying that OpenRC should be excluded right now. I'm open to be
proven wrong. :) And actually, I'd recommend that once you are
reasonably sure that OpenRC is a viable alternative, you follow the same
path as for other init systems (policy support, explore how it can
co-exist in the archive, explore how we could transition to it, etc.)

Lucas


signature.asc
Description: Digital signature


Re: Debian systemd survey

2013-05-23 Thread Gergely Nagy
Lucas Nussbaum lu...@debian.org writes:

 - there are 300+ upstart job files ready to be imported from Ubuntu

FWIW, there are a similar (if not more) number of systemd service files
we can look at and import from: Fedora, openSUSE, Arch and possibly a
few others too. (This I find to be a great strength of systemd by the
way: it is (or is becoming) the default on not only one, but multiple
unrelated distributions.)

-- 
|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/87obc2b1t8.fsf@algernon.balabit



Is there an active Debian mactel team?

2013-05-23 Thread Thibaut Paumard

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear all,

Despite all the efforts from many people, it's still quite difficult to
get a fully functional Debian system on certain Apple hardware.

I have been looking for a team I could join to discuss and improve the
situation, but I could not find one. There are pages on the wiki, there
is a debian-mactel channel on OFTC, but no alioth project and no mailing
list. Is there something I missed?

Things that could be coordinated:
 * maintaining packages:
[1] pommed
[2] macfanctld
[3] mouseemu

 * integrating the functionality of those packages in general purpose
alternatives (e.g. fancontrol)

 * integration with other Debian systems and tasks:
   [4] kernel
   [5] bumblebee
*  installer...

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688529
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706605
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634917
[4] https://github.com/ah-/ubuntu-kernel-mbp.git
[5] https://wiki.debian.org/Bumblebee

Kind regards, Thibaut.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJRnch1AAoJEJOUU0jg3ChAH0YQAKdx7l9V1exb5AQLCPjodlg5
tCCDW7sr9uN8lgCgf0oZKUTVIlXS/AJl9w5h8+b5msRjDLbm3uZHiWSYTMielbGP
Mrr8ATxlP+xYx/NnHHR79vi6v96iiBHSK8BGcmV+ykSkp88NgRg4MlWPnKSgbjaO
W6iKO9bFykbl4Pmpd3X0kfFYvL4nntXcsrH0ZyQUTlSu7l+EQ4CPfvT/nn0GRztR
42gtEH2LaLTToKG2yC3/VvgVgscXQ78jvwyNYCiMYr4fAQeVQTV5k28G0ORj9qak
BkM07qyO+XgzKsB+B1IpEC1Kib4/8ReJbLVowPxR4ZWn1gfPeJwi72GavCl7tHdG
+IadMhuiYKVJMXiv7KkTZExvMQPmaNP20ce4GOYZWBLOAEceseubkdxktxopfxV2
egIlHT/MNeIGuY4FtlZyzWt0lJcTsVA6Qlq3QkJEGP268RrRO/mOBzcdGJ/ucuUq
9kSvHIZjoP8XGWyweqQd4UvFJi7lNuUQDjsUg3JPG9l+OOfHTRUQQOarNlc4BGmZ
NGsswwfE3TC9HHawPppBtpZ9EyE+bTz3luUe+l12Zt2yb8sTL+pos6NlFbaYjVPs
PPkl49SEtYXv/dPVUWA9AHu7dgOlUsTHQObGhehjpyFWFpqf7MtMnSWWgD/+remA
SG+XcDiLFOm9OoSRtVNe
=p4gV
-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/519dc882.3070...@debian.org



Re: Debian systemd survey

2013-05-23 Thread John Paul Adrian Glaubitz

On 05/23/2013 06:56 AM, Thomas Goirand wrote:

* As you may know, systemd is developed by a large amount of
   contributors.


If you are tired of seeing the same arguments,


Personal insults is something you call arguments? You have a weird
method of discussion ...

 don't post things which

have already been debunked as well. You are doing the very same thing
that you are complaining about: I already posted in this list the git
log stats, and Lennart owns more than 40% of all the commits. So no,
Lennart is not just *one* of the systemd developers, he's the main one,
and by far.


You didn't debunk anything, you're interpreting statements wrong and
obviously don't know your math. Please re-read what I said, which
is

 As you may know, systemd is developed by a large amount of
  contributors

How on earth does that contradict with the fact that 40%, i.e.
the minority of all contributions are done by the original
author. 40% still means that 60% of the code comes from other
people and those are 145 contributors according to ohloh [1].

OpenRC has 19 [2], upstart has even only 7 [3] contributors.

So, yeah, systemd is definitely the project which has the
largest amount of contributors which was exactly my point.

Adrian


 [1] http://www.ohloh.net/p/systemd
 [2] http://www.ohloh.net/p/openrc
 [3] http://www.ohloh.net/p/upstart

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


--
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/519dcb7d.9010...@physik.fu-berlin.de



Bug#709426: ITP: libstream-buffered-perl -- temporary buffer to save bytes

2013-05-23 Thread Florian Schlichting
Package: wnpp
Severity: wishlist
Owner: Florian Schlichting f...@debian.org

* Package name: libstream-buffered-perl
  Version : 0.02
  Upstream Author : Tatsuhiko Miyagawa
* URL : http://search.cpan.org/dist/Stream-Buffered/
* License : Artistic, GPL-1+
  Programming Lang: Perl
  Description : temporary buffer to save bytes

Stream::Buffered is a buffer class to store arbitrary length of byte
strings and then get a seekable filehandle once everything is buffered.
It uses PerlIO and/or temporary file to save the buffer depending on the
length of the size.

libstream-buffered-perl is a new dependency of libplack-perl


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



Bug#709429: ITP: libapache-logformat-compiler-perl -- Compile a log format string to perl-code

2013-05-23 Thread Florian Schlichting
Package: wnpp
Severity: wishlist
Owner: Florian Schlichting f...@debian.org

* Package name: libapache-logformat-compiler-perl
  Version : 0.12
  Upstream Author : Masahiro Nagano kazeb...@gmail.com
* URL : http://search.cpan.org/dist/Apache-LogFormat-Compiler/
* License : Artistic, GPL-1+
  Programming Lang: Perl
  Description : Compile a log format string to perl-code

Apache::LogFormat::Compiler is a module to speed up and simplify the
generation of access.log-style lines by pre-compiling the desired log
format string on object instantiation. It supports a subset of Apache's
LogFormat templates.

libapache-logformat-compiler-perl is a new dependency of libplack-perl


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



Re: Debian systemd survey

2013-05-23 Thread Adam Borowski
On Thu, May 23, 2013 at 09:55:41AM +0200, John Paul Adrian Glaubitz wrote:
 On 05/23/2013 06:56 AM, Thomas Goirand wrote:
  As you may know, systemd is developed by a large amount of
   contributors
 
 How on earth does that contradict with the fact that 40%, i.e.
 the minority of all contributions are done by the original
 author. 40% still means that 60% of the code comes from other
 people and those are 145 contributors according to ohloh [1].
 
 OpenRC has 19 [2], upstart has even only 7 [3] contributors.
 
 So, yeah, systemd is definitely the project which has the
 largest amount of contributors which was exactly my point.

Did you include the stats for all projects systemd wants to replace as well?
For just one piece:
* busybox-syslogd
* dsyslog
* inetutils-syslogd
* rsyslog
* socklog-run
* syslog-ng-core

-- 
ᛊᚨᚾᛁᛏᚣ᛫ᛁᛊ᛫ᚠᛟᚱ᛫ᚦᛖ᛫ᚹᛖᚨᚲ


-- 
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/20130523094359.ga9...@angband.pl



distro-info-data in wheezy is outdated

2013-05-23 Thread Dennis van Dok
Hi,

I'm running wheezy with some packages from unstable.
The distro-info-data package in wheezy is outdated (0.11).
Running ubuntu-distro-info --devel will say that the distribution data is 
outdated:

ubuntu-distro-info -d -f
ubuntu-distro-info: Distribution data outdated.
Please check for an update for distro-info-data. See 
/usr/share/doc/distro-info-data/README.Debian for details.

Sid has version 0.16, which is updated. The README suggests to include
wheezy-updates in the apt-sources, but there is nothing in that repo yet.

I resorted to instaling 0.16; is this advisable?

Thanks,

Dennis
-- 
D.H. van Dok :: Software Engineer :: www.nikhef.nl/grid ::
Phone +31 20 592 22 28 :: http://www.nikhef.nl/~dennisvd/


-- 
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/519de6d7.4080...@nikhef.nl



Re: ITP: opensmtpd -- Simple Mail Transfer Protocol daemon

2013-05-23 Thread Wookey
+++ Colin Watson [2013-05-22 22:55 +0100]:
  * Append Debian- to the username, as in Debian-opensmtpd
 
 This was used by Debian-exim and not a lot else that I ever heard of.
 In my view this scheme rightly failed; plenty of simple system
 monitoring tools (top, ps, and the like) truncate long usernames in many
 modes or turn them into UIDs, and sticking a seven-character prefix on
 the front just seems to be trying to maximise the probability of trouble
 like this, even though it is certainly clear.

And strictly speaking upper case is not allowed in UIDs, (if only to
avoid confusion and getting someone-else's email) although everything
seems to cope these days in practice. I do recall seeing a warning
about the 'Debian-exim' name from something-or-other once, which was
how I discovered the 'rule'. 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130523104845.gw11...@stoneboat.aleph1.co.uk



Re: distro-info-data in wheezy is outdated

2013-05-23 Thread Thijs Kinkhorst
Hi Dennis,

On Thu, May 23, 2013 11:52, Dennis van Dok wrote:
 I'm running wheezy with some packages from unstable.
 The distro-info-data package in wheezy is outdated (0.11).

 Sid has version 0.16, which is updated. The README suggests to include
 wheezy-updates in the apt-sources, but there is nothing in that repo yet.

Work on updating distro-info-data in wheezy is already ongoing: see #707752.

 I resorted to instaling 0.16; is this advisable?

That should not pose a problem as a temporary workaround, indeed.


Cheers,
Thijs


-- 
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/15fa86fabb9bda8c3dfdc3351152be15.squir...@aphrodite.kinkhorst.nl



Re: Debian systemd survey

2013-05-23 Thread Josselin Mouette
Le jeudi 23 mai 2013 à 11:43 +0200, Adam Borowski a écrit : 
 Did you include the stats for all projects systemd wants to replace as well?
 For just one piece:
 * busybox-syslogd
 * dsyslog
 * inetutils-syslogd
 * rsyslog
 * socklog-run
 * syslog-ng-core

For the Xth time (with X becoming rather large now): systemd does not
replace syslog. It complements it with new features.

-- 
 .''`.  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/1369308569.12592.205.camel@pi0307572



Re: Debian systemd survey

2013-05-23 Thread John Paul Adrian Glaubitz

On 05/23/2013 11:43 AM, Adam Borowski wrote:

Did you include the stats for all projects systemd wants to replace as well?
For just one piece:
* busybox-syslogd
* dsyslog
* inetutils-syslogd
* rsyslog
* socklog-run
* syslog-ng-core


Well, how many of these are actually used in the real world?

Cheers,

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


--
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/519e0751.4000...@physik.fu-berlin.de



Re: Debian systemd survey

2013-05-23 Thread Josselin Mouette
Le mercredi 22 mai 2013 à 15:05 -0700, Steve Langasek a écrit : 
 There certainly have been cases of fd.o changes being dropped into Debian
 without dealing with the integration questions.  mime - .desktop is a prime
 example of this.  .desktop is clearly far superior - but that doesn't mean
 it's ok to drop the existing stuff on the floor.  

This is a perfect example of how hard it is to make Debian as a whole
evolve. We have kept the old mime-support entries for a long time, until
just a handful of widespread packages remained to use them, based on the
promise that one day, mime-support would use desktop entries. Yet it
took provocative measures, such as removing widely used entries, to make
it finally happen for real, because otherwise there was no incentive on
the people who were interested to make it happen.

 So if your comment is a
 fair critique of upstart proponents, then mine is an equally fair critique
 of systemd proponents.

I’m not criticizing the fact that upstart comes from Ubuntu. I disagree
with the idea of having Ubuntu as the sole origin of innovation in the
project. It gives bad habits to both Debian and Ubuntu if the natural
thing to do to make things happen in Debian is to make them happen in
Ubuntu first. For a comparable innovation, I’m thankful to Canonical for
making multiarch happen, but the fact that we have waited for Ubuntu to
make it happen is the symptom of a Debian problem that needs solving.

 I'd be happy to hear you expand on how you think systemd integrates better
 with the existing system in Debian.  I certainly don't see that this is the
 case - particularly when the systemd dbus services, which people have told
 me are so essential a component of the GNOME desktop going forward, had no
 tested backend that integrated with the Debian locations for system-level
 config files until I provided one for Ubuntu.

I don’t think FHS compliance is often a big problem. It is important to
us, but usually it does not take a lot of patching to fix it, even for
very FHS-unfriendly upstreams.

On the other hand, being able to re-use most of our existing init
scripts, with zero to little modification, is a big advantage of
systemd. The fact that the unit file syntax is purely declarative also
makes it easier to interface with the existing, such as generating init
files from service files.

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



Re: Upstart kFreeBSD port for Debian

2013-05-23 Thread Ian Jackson
Steve Langasek writes (Re: Upstart  kFreeBSD port for Debian):
 This is interesting to know.  Out of curiosity, if you don't intend to
 license your patch under the Canonical CLA, what was your aim in doing this
 port?

Perhaps the intent is a long-term fork.  If someone wants to maintain
an open and portable version of upstart then that is surely a good
thing.

  I'm not sure where that puts us; we're certainly interested in seeing
 a BSD port of upstart, but obviously being unable to integrate that port
 upstream is less than ideal.

Well, _we_ in Debian cannot integrate that upstream - that's up to
upstream.  This is true of any project: upstream integration is
something that upstream decides on.

And there is of course nothing stopping upstream from integrating that
port themselves - apart from upstream's insistence that they want to
be able to take upstart proprietary in the future.

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



Re: Debian systemd survey

2013-05-23 Thread Ian Jackson
Josselin Mouette writes (Re: Debian systemd survey):
 Le mercredi 22 mai 2013 à 15:05 -0700, Steve Langasek a écrit : 
  There certainly have been cases of fd.o changes being dropped into
  Debian without dealing with the integration questions.  mime -
  .desktop is a prime example of this.  .desktop is clearly far
  superior - but that doesn't mean it's ok to drop the existing
  stuff on the floor.
 
 This is a perfect example of how hard it is to make Debian as a whole
 evolve. We have kept the old mime-support entries for a long time, until
 just a handful of widespread packages remained to use them, based on the
 promise that one day, mime-support would use desktop entries. Yet it
 took provocative measures, such as removing widely used entries, to make
 it finally happen for real, because otherwise there was no incentive on
 the people who were interested to make it happen.

I see this quite differently.  The problem was that you didn't want to
do the work required to transition properly, and instead decided to
try to bounce everyone into dropping the old machinery entirely.

Indeed that's why you were overruled by the Technical Committee, who
clearly don't agree with your interpretation of the situation.

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



Re: Debian systemd survey

2013-05-23 Thread Neil Williams
On Thu, 23 May 2013 14:17:43 +0200
Josselin Mouette j...@debian.org wrote:

  So if your comment is a
  fair critique of upstart proponents, then mine is an equally fair critique
  of systemd proponents.
 
 I’m not criticizing the fact that upstart comes from Ubuntu. I disagree
 with the idea of having Ubuntu as the sole origin of innovation in the
 project. It gives bad habits to both Debian and Ubuntu if the natural
 thing to do to make things happen in Debian is to make them happen in
 Ubuntu first. For a comparable innovation, I’m thankful to Canonical for
 making multiarch happen, but the fact that we have waited for Ubuntu to
 make it happen is the symptom of a Debian problem that needs solving.

Multi-Arch in Debian could have moved faster but Debian has a more
complex use-case for Multi-Arch than Ubuntu and was in freeze longer.

Innovation involves making mistakes and fixing things quickly - some of
that comes from having repositories to which uploads can be made
quickly and independently of processes not directly involved with that
particular development path, e.g. transitions in unrelated packages,
release freeze when the development path is not yet stable etc.

Debian is moving in a direction which can fix these problems by making
archives accessible in a way which does not have to affect everyone
else.

Making (or allowing for) mistakes in a large project is too disruptive
to allow in the main flow of the project. We need sandboxes which are
more than just a few local chroots and I'm very glad to see that this is
being implemented.

Debian has a reputation for stability and reliable releases.
Innovations like this should be able to ease the release process, keep
Debian releases just as stable as before and make things easier for
those who do want to drive innovative ideas within Debian itself.

There's no need to think that all future innovation will be constrained
by previous Debian workflows.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpbw0OMtEQBW.pgp
Description: PGP signature


Re: Debian systemd survey

2013-05-23 Thread Philipp Kern
On Wed, May 22, 2013 at 09:22:22PM +0200, Martin Wuertele wrote:
 Actually it's just a response to the ongoing insulting by joss to
 variouse participants on mailinglists. As usual he has a way of mailing
 that i find disgusting.

I don't find yours to be much better.

  You know why many projects are adopting many technologies that
  are developed by RedHat people? It's because RedHat is an excellent
  upstream and they are one of the largest contributors to the whole
  Linux software stack, be it the kernel or anything above.
 In many projects yes, in some no. Current kernel development, tough an
 understandable way to compete with Oracle, is not as cooperative as it
 was.

There are more projects than kernel patches, though. And they argued
that they contribute to upstream, which is true, although the backport
situation is nothing to be proud of, I agree. There are a bunch of
projects started by RedHat (not in private as systemd) that are
useful to the community. See http://et.redhat.com/ for instance.

 Actually in ubuntu happened a lot of multiarch development before it
 ended up in debian.

And we still need to cope with the problems Ubuntu didn't have by design. ;-)

 Actually that is not true. With some projects they both do a good job
 while with others they suck, it depends mainly on the actual persons
 involved. 

As with RedHat, I guess.

Kind regards
Philipp Kern 


signature.asc
Description: Digital signature


Bug#709480: ITP: libuv -- asynchronous event notification library

2013-05-23 Thread Luca BRUNO
Package: wnpp
Severity: wishlist
Owner: Luca BRUNO lu...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: libuv
  Version : 0.11.3
  Upstream Author : Ben Noordhuis i...@bnoordhuis.nl
* URL : https://github.com/joyent/libuv
* License : MIT
  Programming Lang: C
  Description : asynchronous event notification library

 Libuv is the asynchronous library behind Node.js. Very similar to libevent or
libev,
 it provides the main elements for event driven systems: watching and waiting
 for availability in a set of sockets, and some other events like timers or
 asynchronous messages. However, libuv also comes with some other extras like:
 * files watchers and asynchronous operations
 * a portable TCP and UDP API, as well as asynchronous DNS resolution
 * processes and threads management, and a portable inter-process
   communications mechanism, with pipes and work queues
 * a plugins mechanism for loading libraries dynamically
 * interface with external libraries that also need to access the I/O

This is going to be maintained within the javascript team.




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

iEYEARECAAYFAlGeKxYACgkQRqobajv7n7MfMACfXnoqQUJYDb4BWdvoIU+kV+zf
lK0An3oMSsSOrFFvrW1bzl7Sfrex4lkh
=pAqX
-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/20130523144334.16211.75158.reportbug@localhost



Re: Debian systemd survey

2013-05-23 Thread Steve Langasek
On Thu, May 23, 2013 at 09:11:55AM +0200, Gergely Nagy wrote:

 Also, post-raring, systemd is available in Ubuntu aswell, and in some
 cases, you can check for systemd at runtime, needing no modification to
 the package *at all*.

What's available in Ubuntu are the systemd dbus services, the libraries, and
a little-known daemon called 'udev'.  The systemd init is *not* in Ubuntu
and there are no plans to change that.

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


signature.asc
Description: Digital signature


Re: Debian systemd survey

2013-05-23 Thread Barry Warsaw
On May 23, 2013, at 02:17 PM, Josselin Mouette wrote:

I’m not criticizing the fact that upstart comes from Ubuntu. I disagree
with the idea of having Ubuntu as the sole origin of innovation in the
project. It gives bad habits to both Debian and Ubuntu if the natural
thing to do to make things happen in Debian is to make them happen in
Ubuntu first. For a comparable innovation, I’m thankful to Canonical for
making multiarch happen, but the fact that we have waited for Ubuntu to
make it happen is the symptom of a Debian problem that needs solving.

I don't think it's necessarily a bad thing for Debian and Ubuntu to have this
kind of symbiotic relationship.  Maybe from a Debian point of view, it
shouldn't be necessary, but given the current realities of differing release
schedules, goals, focus, and resources, where such an arrangement exists, I
think it can - and should - be used for mutual benefit.

This of course requires good coordination between the parties involved in both
distributions, and motivated people in both camps that want to strengthen
collaboration.  Of course, some folks will only have feet in one or the other,
and that's fine too.

Some recent examples include transitions we've seen in the Python world.  The
push for dh_python2, the push for Python 3 support, and the transition to
newer versions of the interpreter are all great examples (IMHO) where Debian
and Ubuntu worked together to come to some semblance of consensus, and where
Ubuntu, by benefit of its timed release schedule was able to be more
aggressive in adopting some of those transitions.  It was also able to
experience and alleviate some of the pain first too.  But this was *always*
done with the goal of ensuring those changes would get pushed back into Debian
when the time was right.  In such cases, the assistance, insight, expertise,
resources, and feedback of experienced Debian developers was crucial.

It's usually (but not always) easier to get changes that appear in Debian
first, migrated into Ubuntu.  IME, it's often harder to get changes from
Ubuntu into Debian.  I think there's ample opportunity to help make this
barrier lower on both sides of the pond.  Some of the hurdles include:

- Team based vs. individual maintainership.  In Ubuntu, no one person (or
  group of people) maintains any package.  There's a strong sense of team for
  maintaining packages.  This has an advantage in that important updates need
  not block on availability, workload, vacations, etc. of individual
  maintainers (not that it can't block on other reasons).  In Debian, teams
  like PAPT and DPMT do help with this.

- Membership differences.  I am currently sitting on the Ubuntu Developer
  Membership Board, and I am in the final stages of my DD application.
  Applying for DD was way more thorough than achieving core-dev in Ubuntu.
  Now, this may or may not be a good thing, but one of the key things that the
  DMB is addressing is how to streamline approval for DDs.  It should be
  fairly clear that a DD has the requisite technical expertise to package
  things for Ubuntu, so the initial interaction with the DMB can (mostly)
  accept that as a given, and thus explore other requirements of Ubuntu
  membership.  Hopefully (and I'd like to hear if otherwise) this means that a
  DD who wants to also contribute to Ubuntu, should be able to get the needed
  permissions fairly quickly and easily.  In Debian, it would be nice if the
  process were made easier, or more inviting for Ubuntu developers[1].

- Tool mismatches.  I just wish it were easier to build packages for both
  Debian and Ubuntu, but the tools chains are sufficiently different that it's
  difficult to switch your (well, *my* ;) brain into Debian mode from Ubuntu
  mode and vice versa.  Part of it is dealing with Ubuntu Distribute
  Development (UDD), which I'm very comfortable with, and which gives me a
  source-full checkout of a package (debian/ + unpacked upstream) all managed
  in a DVCS branch.  I can grab the source for any version of any package on
  any release of Ubuntu (and actually, Debian too!) through Launchpad[2], so
  it's easy to make a change, do merges from Debian or upstream, build it
  locally, test it, and upload it.  I personally find the Debian tools (svn
  instead of a dvcs, debian/ only directory) harder to deal with, but maybe
  that's just me.  I've said before that as much as I dislike git, if Debian
  had something like UDD+bzr but git based and more interoperable with quilt
  packages, I'd use it.  Also, I do think that Ubuntu's source-only uploads
  are a win.  PPAs are nice too, as are the new -proposed pocket for the
  in-development release.

- All is not roses in Ubuntu-land though.  When uploads to Debian are delayed
  (e.g. because of release freezes), then Ubuntu can get ahead of Debian in
  ways that are more difficult to untangle.  Ubuntu's auto-import from Debian
  gets blocked whenever a package has an -NubuntuM version number.  These take
  

Bug#709507: ITP: ruby-html2haml -- Convert HTML into HAML

2013-05-23 Thread Gunnar Wolf
Package: wnpp
Severity: wishlist
Owner: Gunnar Wolf gw...@gwolf.org

* Package name: ruby-html2haml
  Version : 1.0.1
  Upstream Author : Norman Clarke nor...@njclarke.com
* URL : https://github.com/haml/html2haml
* License : MIT
  Programming Lang: Ruby
  Description : Convert HTML into HAML

This package was split by its upstream author from the 'Haml' gem
(package ruby-haml). It allows converting between HTML and HAML
markups, and while mainly aimed at being used within Ruby code,
includes an executable wrapper that allows it to be called from the
command line.


-- 
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/20130523162829.7978.4597.report...@mosca.iiec.unam.mx



Re: Debian systemd survey

2013-05-23 Thread Martin Wuertele
* Philipp Kern pk...@debian.org [2013-05-23 15:39]:

 On Wed, May 22, 2013 at 09:22:22PM +0200, Martin Wuertele wrote:
  Actually it's just a response to the ongoing insulting by joss to
  variouse participants on mailinglists. As usual he has a way of mailing
  that i find disgusting.
 
 I don't find yours to be much better.

True, I should have followed George Carlins advice and not argued.


--
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/20130523162913.gh13...@anguilla.debian.or.at



Re: Debian systemd survey

2013-05-23 Thread Marc Haber
On Wed, 22 May 2013 19:40:57 +0200, Matthias Klumpp
matth...@tenstral.net wrote:
Please also keep in mind that many upstream projects ship systemd service
files. Therefore, most of the systemd work is already done too.

Are those any better than init scripts shipped by upstream? How many
Debian packages use upstream init scripts verbatim?

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834


--
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/e1ufyyy-0003pj...@swivel.zugschlus.de



Re: Debian systemd survey

2013-05-23 Thread Andrey Rahmatullin
On Thu, May 23, 2013 at 07:07:16PM +0200, Marc Haber wrote:
 Please also keep in mind that many upstream projects ship systemd service
 files. Therefore, most of the systemd work is already done too.
 
 Are those any better than init scripts shipped by upstream? How many
 Debian packages use upstream init scripts verbatim?
That's one of the most important problems with sysvinit.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Debian systemd survey

2013-05-23 Thread Matthias Klumpp
2013/5/23 Marc Haber mh+debian-de...@zugschlus.de:
 On Wed, 22 May 2013 19:40:57 +0200, Matthias Klumpp
 matth...@tenstral.net wrote:
Please also keep in mind that many upstream projects ship systemd service
files. Therefore, most of the systemd work is already done too.

 Are those any better than init scripts shipped by upstream? How many
 Debian packages use upstream init scripts verbatim?
One of the great goals of systemd is to unify init-scripts on all
Linux systems. The systemd unit files are entirely declarative and
work the same way on all Linux distributions (I recently spoke with
Mageia, Fedora and OpenSUSE people about how well this works - very
well so far :) )
And that is the reason why they can be shipped upstream. If some
tweaking is needed, the changes can even be upstreamed again, so
everyone benefits from the changes.
Cheers,
Matthias

P.S: @all: Please keep in mind that systemd is not just an init
system, but contains many other buiĺding blocks to create an operating
system, e.g. journald to create better syslogs (it forwards messages
to traditional syslog, so no worries about binary stuff), logind as
replacement for ConsoleKit and to finally get multiseat support
working again, hostnamectl, udev and many other tools  daemons which
make it much nicer to administer a system and to abstract differences
between distributions (which makes writing applications (for Linux) so
much better...).


--
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/caknhny-xm8bxgf5dsmzfnzr7ncp86b_gqjjmcxigvf_fule...@mail.gmail.com



Bug#709514: ITP: php5-stomp -- stomp module for PHP 5

2013-05-23 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: php5-stomp
  Version : 1.0.5
  Upstream Author : Pierrick Charron pierr...@php.net
* URL : http://pecl.php.net/package/stomp
* License : PHP License 3.01
  Programming Lang: C
  Description : stomp module for PHP 5

 This extension allows php applications to communicate with any
 Stomp compliant Message Brokers through easy object oriented and
 procedural interfaces.


The package will be maintained wihtin the pkg-php group.

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

iQIcBAEBCAAGBQJRnlmBAAoJEPBM7/YBbP/QuWYP/3SYbCnGgJzhSyMMliMUzdaY
BYW9hGXm1krlGVelModqfthvRyCfnyrJSgwcySCWxKzi3Jmd9DpaeK6ptu8Llw8n
6Dzr45Nzuada+2sOx/5aH8MRsvrBVAj1VXPORaB1n9V5nxbw/xAwXU0G0A5Ddleo
VxJHRsa/THyZMvgdc1BiU6uPtGQNFiXf0A0YpL6iqABk0MJhv4sQkf4Da1z/3kAr
FZdt+tQwxEBqqviZ361NmMXrJ29TAPlOVeOppdfbXfh6xyEbKDMAHzBYwPzDU3nw
c93cpiStm5HT08UmQ9XYSS19mZO95DAwL/hrWNuyKzevKjTmoIvXYC9V1VspdTGX
bSnFrgLAVWFTkugNybEboaeCNX/7e0gApU30gI5XT6TqSFOb+gyCJaZePxLFWqQD
wo4aZca9LKIWBZtzG3VYsrVphI/U+p0b7GAvcSyN+nbRyvuYbkZH02vsnsjvr74d
b4Nyvj15K9XZhvDU8vw9I+J7ZcQgO+Xfkvmb0QeahJMZ/Fx2YARXBKlBGSLB8AWA
d6ipD8txxIib88boCPOikY0iw56kfioBo9INjFValG8kOaQg9Bl3pZSpBQ87px8u
56qmJZVUhcd16y3NvAIjKblrnHujrwDJ1fT8OSHvI1voAGGhiCnlOA2DBO59pinJ
c4SdvVO8/10lrnZb5f67
=Hhsi
-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/20130523180141.4552.40829.report...@swetlana.brachium-system.net



Re: Algorithm for selecting between packages providing the same phpapi-20100525, change between squeeze - wheezy

2013-05-23 Thread David Kalnischkies
(funny, talk without end about init systems, but not a single response
 for a Debian native tool for a few days… and with funny, I meant sad)

On Mon, May 20, 2013 at 3:16 PM, Ondřej Surý ond...@sury.org wrote:
 I am just curious about the selection mechanism in apt(itude),
 something has changed between squeeze and wheezy.

apt and aptitude are not the same program and have very different
behavior even through they share a 3 letter prefix and a library in
various areas, so don't assume that what I am saying about the
resolver in libapt which apt-get is using has anything to do with aptitude
which has its own or the various other libapt front-ends which might or
might not use the solver, or use it differently.
(Ignoring that most of them could use an external solver)

 When I was noticed by a user that libapache2-mod-php5filter is
 installed by default when phpapi-20100525 (f.e. try installing
 php5-mysql in squeeze and wheezy).
[…]
 It seems that apt is ignoring Priority: (php5filter is extra)

Actually, its not ignoring the Priority, in fact it sorts by Priority, just
that the order changed recently (Nov 2011). A certain individual –  who
I am not going to call out in public to protect him from the lynch-mob –
made the mistake of changing the code to sort lowest priority first …
(fixed in his branch now  added to the wheezy-maybe list)


 The solution would be to pick one default SAPI and do php5-SAPI |
 phpapi-20100525, but that would be hard to push into all r-depending
 PHP modules.

This is indeed the recommend solution if you have a default as nowhere is
defined which provider of a priority is chosen. While priority might be an
obvious and easy choice for solvers working with a heuristic, I wouldn't be
surprised if more deterministic solvers would go for the least 'changes'
instead which might not be an optimal default choice.
Maybe you want to try it with: apt-get install $whatever --solver $solver
[where $solver is likely aspcud as we haven't that much more so far]

Also: build-dependencies, but that is probably not an issue for PHP.



Best regards

David Kalnischkies


--
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/caaz6_fdjfr7jvnx6b0wgttjpunbhhsmzuw48chmn2kmf-de...@mail.gmail.com



Re: Debian systemd survey

2013-05-23 Thread Steve Langasek
On Thu, May 23, 2013 at 09:55:41AM +0200, John Paul Adrian Glaubitz wrote:
  don't post things which
 have already been debunked as well. You are doing the very same thing
 that you are complaining about: I already posted in this list the git
 log stats, and Lennart owns more than 40% of all the commits. So no,
 Lennart is not just *one* of the systemd developers, he's the main one,
 and by far.

 You didn't debunk anything, you're interpreting statements wrong and
 obviously don't know your math. Please re-read what I said, which
 is

  As you may know, systemd is developed by a large amount of
   contributors

 How on earth does that contradict with the fact that 40%, i.e.
 the minority of all contributions are done by the original
 author. 40% still means that 60% of the code comes from other
 people and those are 145 contributors according to ohloh [1].

 So, yeah, systemd is definitely the project which has the
 largest amount of contributors which was exactly my point.

The problem isn't that your statements are false, it's that they're twisted
propaganda.  A large number of contributors to an *init system* is not
something that should be a goal in and of itself.  There's a certain level
of sustainability that we should be concerned about meeting; but that
doesn't require a community of hundreds of committers.  Feel free to check
how many committers sysvinit has had over the past decade - we're pushing to
move away from sysvinit not because it didn't have enough committers, but
because we believe a new architecture is needed.

Furthermore, the statistics for systemd are themselves a distortion.  The
only reason Lennart shows up as being responsible for a minority of the code
in systemd is because systemd gobbled up udev whole.  If we look at line
count rather than number of commits (which I would argue is a better
measure), and exclude the udev code, we get:

$ find . -name '*.c'|grep -v udev | xargs -n1 git blame --line-porcelain \
  | sed -n 's/^author //p' | sort | uniq -c | sort -rn | head -n1
 120124 Lennart Poettering
$ find . -name '*.c'|grep -v udev | xargs wc -l | tail -n1
 153404 total
$

And even then, that includes dbus services and other things not related to
the init daemon.

78% is not a minority.  But this isn't the statistic that gets trotted out
by people advocating for systemd; instead, they always cherry-pick the
statistics that paint it in the most favorable light.  Because systemd
advocates are not trying to win on technology, they're trying to win on
marketing.


Also worth noting:

~/systemd$ find . -name '*.c' | grep -vE 'tests|test/|intl/|udev/' \
   | xargs wc -l | tail -n1
 149081 total
$ find . -name '*.c' | grep -vE 'tests|test/|intl/|udev/' | xargs wc -l \
  | tail -n1
 31282 total
$

Yep, systemd has a larger community of contributors... and weighs in at
nearly 5 times the code base.  Which of these is the more important
attribute for an init, I wonder?

Disclaimer: this comparison will catch files that are not part of init.
Feel free to slice and dice this differently to make the case that systemd
init is not bloated... and publish your methodology so we can be sure to
check how many committers that section of the code actually has.

 OpenRC has 19 [2], upstart has even only 7 [3] contributors.

  [1] http://www.ohloh.net/p/systemd
  [2] http://www.ohloh.net/p/openrc
  [3] http://www.ohloh.net/p/upstart

Ohloh statistics are of dubious value.  Counting contributors to upstart
using a more direct method shows me 17 committers - small but not miniscule,
and not a mark of an unsustainable project.  I'm not going to bother
generating stats showing who's contributed how many lines to this, because I
don't think that's actually the useful metric - I just object to people
claiming this high ground for systemd when it's not materially true.  Feel
free to run these stats yourself if you wish.

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


signature.asc
Description: Digital signature


Re: Debian systemd survey

2013-05-23 Thread Marc Haber
On Thu, 23 May 2013 19:34:09 +0200, Matthias Klumpp
matth...@tenstral.net wrote:
P.S: @all: Please keep in mind that systemd is not just an init
system, but contains many other bui?ding blocks to create an operating
system, e.g. journald to create better syslogs (it forwards messages
to traditional syslog, so no worries about binary stuff), logind as
replacement for ConsoleKit and to finally get multiseat support
working again, hostnamectl, udev and many other tools  daemons which
make it much nicer to administer a system and to abstract differences
between distributions (which makes writing applications (for Linux) so
much better...).

Yes, systemd trying to replace so much of traditional UNIX tools at
once and so blatantly breaking the One job one tool principle that
has made our platform so successful is one major part of the
acceptance issues that systemd has in Debian.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834


--
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/e1ufbmf-0003xz...@swivel.zugschlus.de



Re: Debian systemd survey

2013-05-23 Thread Thomas Goirand
On 05/23/2013 03:55 PM, John Paul Adrian Glaubitz wrote:
 On 05/23/2013 06:56 AM, Thomas Goirand wrote:
 * As you may know, systemd is developed by a large amount of
contributors.

 If you are tired of seeing the same arguments,
 
 Personal insults is something you call arguments? You have a weird
 method of discussion ...

Sorry, that is probably badly translated from French. I meant as
argumentation, or discussion point. I'm not sure if you got it now.
There was nothing about insults or anything like this.

 How on earth does that contradict with the fact that 40%, i.e.
 the minority of all contributions are done by the original
 author. 40% still means that 60% of the code comes from other
 people and those are 145 contributors according to ohloh [1].

It's not this way. Last time I checked, there was another upstream doing
about 30% of the work. The rest of is probably small patches contributed
here and there. Run

The facts are that there's no big community working on Systemd.
There's 2 main authors, and a crowd sending smaller (tiny?) contributions.

 OpenRC has 19 [2], upstart has even only 7 [3] contributors.
 
 So, yeah, systemd is definitely the project which has the
 largest amount of contributors which was exactly my point.

I'm still not convinced. Don't trust the lies from Lennart, the git
clone tells the truth:

4528 Lennart Poettering lenn...@poettering.net
3291 Kay Sievers k...@vrfy.org
676 Greg KH g...@kroah.com
541 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl
274 Michal Schmidt mschm...@redhat.com
190 Martin Pitt martinp...@gnome.org
171 Harald Hoyer har...@redhat.com

There is no other contributor that has done more than 100 patches. If
you count people who contributed even a single patch, there's in total
421 contributors (but that is not the point, is it?).

(just did a git pull before running the stats...)

BTW, why did you make me repeat myself? Couldn't you search in the list
archive? And in what way is this a technical argumentation to choose a
init system? What are you trying to prove here?

Thomas


--
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/519e76ea.2080...@debian.org



Re: Debian systemd survey

2013-05-23 Thread Thomas Goirand
On 05/23/2013 03:15 PM, Lucas Nussbaum wrote:
 I have the (possibly wrong) impression that OpenRC is less advanced
 technically than systemd and upstart, and lacks many of their advantages
 For example, according to https://bugs.gentoo.org/show_bug.cgi?id=391945
 which is linked from
 http://wiki.gentoo.org/wiki/Talk:Comparison_of_init_systems, parallel
 boot does not work due to problems in dependency handling.

I don't think that taking any random bug (which is a can, not
always) is fair.

 I also understand that OpenRC does not replace sysvinit, but instead
 is an additional layer on top of it (for example, sysvinit stays PID 1).

I believe that is a very strong thing in *favor* of OpenRC.

Why on earth do you need to reimplement the PID 1 for booting your
system? It works very well, and doesn't need to be changed and
over-engineered. All the logic is done away from it, in its child PIDs,
because PID 1 is a very dangerous place to hack (if it crashes, your
whole system is dead).

 I'm not saying that OpenRC should be excluded right now. I'm open to be
 proven wrong. :) And actually, I'd recommend that once you are
 reasonably sure that OpenRC is a viable alternative, you follow the same
 path as for other init systems (policy support, explore how it can
 co-exist in the archive, explore how we could transition to it, etc.)

Actually, I believe that OpenRC transition should be one of the most
smooth of all the init systems, once the port to Debian is done, and
when the support for existing LSB header is tackled (we already have
some script in both python and perl to handle automatic conversion of
the LSB header).

Meaning that we could simply replace sysvrc with OpenRC, have all the
nice added features (cgroups, nicer headers than LSB headers, tiny small
init scripts), and still continue to have the possibility to keep large,
bulky init scripts, if that is your thing. They all coexist together,
you just decide what you wish to implement.

What I like the most with it is that it is very, very simple, and easy
to hack.

I think I wrote too much already. I would prefer to be able it does
rather than it could.

Thomas


-- 
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/519e7a67.7080...@debian.org



Re: Debian systemd survey

2013-05-23 Thread Miroslaw Baran
On Thu 23 May 2013 12:50:00 Steve Langasek wrote:
 78% is not a minority.  But this isn't the statistic that gets
 trotted out by people advocating for systemd; instead, they always
 cherry-pick the statistics that paint it in the most favorable
 light.  Because systemd advocates are not trying to win on
 technology, they're trying to win on marketing.

…and politics.

– Jubal

-- 
Somewhere, just out of sight, the unicorns are gathering.




--
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/1723455.LqBqR2euQA@metatron



Re: Debian systemd survey

2013-05-23 Thread Josselin Mouette
Le jeudi 23 mai 2013 à 22:06 +0200, Marc Haber a écrit : 
 Yes, systemd trying to replace so much of traditional UNIX tools at
 once and so blatantly breaking the One job one tool principle that
 has made our platform so successful is one major part of the
 acceptance issues that systemd has in Debian.

I’d bother answering to that, but Lennart already did. Myth #1:
http://0pointer.de/blog/projects/the-biggest-myths.html

Systemd is just as much monolithic as, say, coreutils.

-- 
 .''`.  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/1369343884.10252.5.camel@tomoyo



Re: Bwaaaaah I will tell my daddy^W^Wthe CTTE^W^Wa GR

2013-05-23 Thread Benjamin Drung
Am Donnerstag, den 23.05.2013, 08:51 +0200 schrieb Bjoern Meier:
 hi,
 
 2013/5/23 Ondřej Surý ond...@sury.org:
  Joss isn't the only one to blame. Could all please stop bashing each
 other (and Joss) and stick back to technical arguments? (Saying I'm
 sorry privately to each other for each ad hominem argument used in
 this thread would also help!)
 
  I can clearly see what has provoked this reaction and I have a deep
 understanding for it.
 
  Ondřej Surý
  P.S.: You should also stop using phrases like five years old -
 using the word inappropriate would make your email still correct,
 but not so dishonesting.
 
 could everybody just please stop spamming? (my first and last attempt.
 I don't need a list of  'good guys' with watchguard behavior All I
 read is:Mimimimimi! in ALL directions.

Ondřej Surý is not spamming. He raises an important issue. Insults and
disrespectful behavior on debian-devel are not welcome. There is no
excuse for such behavior. You might have a thick skin and disagree, but
not everyone is happy to deal with bad manners. So I ask for
considerateness.

-- 
Benjamin Drung
Debian  Ubuntu Developer


-- 
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/1369345132.2889.17.camel@deep-thought



Bug#709539: ITP: deltarpm -- Tools to create and apply deltarpms

2013-05-23 Thread Mike Miller
Package: wnpp
Severity: wishlist
Owner: Mike Miller mtmil...@ieee.org

* Package name: deltarpm
  Version : 3.5
  Upstream Author : Michael Schroeder m...@suse.de
* URL : http://gitorious.org/deltarpm/deltarpm
* License : BSD
  Programming Lang: C, Python
  Description : Tools to create and apply deltarpms

 A deltarpm contains the differences between an old and a new version of
 an RPM. This makes it possible to recreate the new RPM from the
 deltarpm and the old RPM.
 .
 On Debian and derived systems these tools may be useful for creating
 and maintaining repositories of RPM packages.


This package is a dependency of the latest version of createrepo (#673958) and
will be a dependency of the next version of yum.


-- 
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/20130523214735.24982.48765.report...@xps14z.home.local



Re: Debian systemd survey

2013-05-23 Thread brian m. carlson
On Thu, May 23, 2013 at 11:18:04PM +0200, Josselin Mouette wrote:
 Le jeudi 23 mai 2013 à 22:06 +0200, Marc Haber a écrit : 
  Yes, systemd trying to replace so much of traditional UNIX tools at
  once and so blatantly breaking the One job one tool principle that
  has made our platform so successful is one major part of the
  acceptance issues that systemd has in Debian.
 
 I’d bother answering to that, but Lennart already did. Myth #1:
 http://0pointer.de/blog/projects/the-biggest-myths.html
 
 Systemd is just as much monolithic as, say, coreutils.

I can use only parts of coreutils if I desire.  Also, coreutils does not
start services on startup that I do not need.  systemd, on the other
hand, has spawned systemd-journald, which I do not want or need, which
is autorestarted, and which cannot be stopped with service.  Since I am
not using its functionality, there is no point in having the service
running.  rsyslog is very capable.

Also, traditionally init has been limited to starting and stopping
groups of services.  It has not been involved in logging, session
management, seat management, hotkey handling, or suspend and resume,
except perhaps to start and stop the services which perform those
functions.  However well-intentioned, systemd does a lot more than init
traditionally has, and definitely encroaches into areas that were not
traditionally init-related.  The Unix Way is to use separate processes
for separate tasks.

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


signature.asc
Description: Digital signature


Re: Debian systemd survey

2013-05-23 Thread brian m. carlson
On Thu, May 23, 2013 at 02:10:57PM +0200, John Paul Adrian Glaubitz wrote:
 On 05/23/2013 11:43 AM, Adam Borowski wrote:
 Did you include the stats for all projects systemd wants to replace as well?
 For just one piece:
 * busybox-syslogd
 * dsyslog
 * inetutils-syslogd
 * rsyslog
 * socklog-run
 * syslog-ng-core
 
 Well, how many of these are actually used in the real world?

rsyslog is priority important and is the default syslog implementation
in Debian.  It's also the default in Fedora.  I think we can be
confident that it gets lots of real-world use.

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


signature.asc
Description: Digital signature


Re: Debian systemd survey

2013-05-23 Thread Matthias Klumpp
2013/5/24 brian m. carlson sand...@crustytoothpaste.net:
 On Thu, May 23, 2013 at 11:18:04PM +0200, Josselin Mouette wrote:
 Le jeudi 23 mai 2013 à 22:06 +0200, Marc Haber a écrit :
  Yes, systemd trying to replace so much of traditional UNIX tools at
  once and so blatantly breaking the One job one tool principle that
  has made our platform so successful is one major part of the
  acceptance issues that systemd has in Debian.

 I’d bother answering to that, but Lennart already did. Myth #1:
 http://0pointer.de/blog/projects/the-biggest-myths.html

 Systemd is just as much monolithic as, say, coreutils.

 I can use only parts of coreutils if I desire.  Also, coreutils does not
 start services on startup that I do not need.  systemd, on the other
 hand, has spawned systemd-journald, which I do not want or need, which
 is autorestarted, and which cannot be stopped with service.  Since I am
 not using its functionality, there is no point in having the service
 running.  rsyslog is very capable.

 Also, traditionally init has been limited to starting and stopping
 groups of services.  It has not been involved in logging, session
 management, seat management, hotkey handling, or suspend and resume,
 except perhaps to start and stop the services which perform those
 functions.  However well-intentioned, systemd does a lot more than init
 traditionally has, and definitely encroaches into areas that were not
 traditionally init-related.

 The Unix Way is to use separate processes
 for separate tasks.
...and this is what systemd does! It's not like we have an
event-logger, hotkey-handling and seat-management all in pid0. It is
all nicely split into separate processes. The journal is mainly used
to produce structured logs and to log the early boot process (which I
find *very* nice, it helped me a lot already!), but you can turn it's
functionality off[1].
There will be a reason why it cannot be removed completely too.
I think it is valid to see systemd as a compilation of basic tools
for a Linux system, which also includes an init-system.
Cheers,
Matthias

[1] http://www.freedesktop.org/software/systemd/man/journald.conf.html


--
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/caknhny8o9oejylxe5uzbjychooevsoncztxanddpvqfqv32...@mail.gmail.com



Re: Debian systemd survey

2013-05-23 Thread brian m. carlson
On Fri, May 24, 2013 at 01:45:46AM +0200, Matthias Klumpp wrote:
 2013/5/24 brian m. carlson sand...@crustytoothpaste.net:
  The Unix Way is to use separate processes
  for separate tasks.
 ...and this is what systemd does! It's not like we have an
 event-logger, hotkey-handling and seat-management all in pid0. It is
 all nicely split into separate processes. The journal is mainly used
 to produce structured logs and to log the early boot process (which I
 find *very* nice, it helped me a lot already!), but you can turn it's
 functionality off[1].

Yes, systemd uses separate processes, but they are not independent.
They cannot be independently turned off.  If I decide I do not want the
journal features, however useful others might think they are, I should
not have to resort to chmod and dpkg-statoverride to keep them from
running.  Let them be optional features which the core systemd can be
used without.

 There will be a reason why it cannot be removed completely too.
 I think it is valid to see systemd as a compilation of basic tools
 for a Linux system, which also includes an init-system.

The problem is that it would be great as just an init system.  I love it
as an init system: it boots very, very fast and shuts down very, very
fast.  But that's all I want it to do: be an init system.  I *have* a
syslog daemon.  I *have* tools to handle hotkeys.  It should be a great
init system, and (at least be able to be configured to be) *absolutely
nothing else*: one small, limited process with PID 1.

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


signature.asc
Description: Digital signature


Work-needing packages report for May 24, 2013

2013-05-23 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 505 (new: 0)
Total number of packages offered up for adoption: 140 (new: 1)
Total number of packages requested help for: 63 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



No new packages have been orphaned, but a total of 505 packages are
orphaned.  See http://www.debian.org/devel/wnpp/orphaned
for a complete list.



The following packages have been given up for adoption:

   poldi (#708833), offered 5 days ago
 Description: PAM module to authentication using OpenPGP smartcard
 Installations reported by Popcon: 41

139 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

   apt-xapian-index (#567955), requested 1207 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Reverse Depends: ept-cache fuss-launcher goplay packagesearch
 Installations reported by Popcon: 87720

   asymptote (#517342), requested 1546 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 4763

   athcool (#278442), requested 3131 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 64

   balsa (#642906), requested 606 days ago
 Description: An e-mail client for GNOME
 Reverse Depends: balsa-dbg
 Installations reported by Popcon: 938

   bastille (#592137), requested 1020 days ago
 Description: Security hardening tool
 Installations reported by Popcon: 178

   cardstories (#624100), requested 759 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 8

   chromium-browser (#583826), requested 1089 days ago
 Description: Chromium browser
 Reverse Depends: chromium chromium-browser chromium-browser-dbg
   chromium-browser-inspector chromium-browser-l10n chromium-dbg
   chromium-l10n mozplugger
 Installations reported by Popcon: 16718

   cups (#532097), requested 1447 days ago
 Description: Common UNIX Printing System
 Reverse Depends: bluez-cups chromium cups cups-backend-bjnp cups-bsd
   cups-client cups-dbg cups-filters cups-pdf cups-pk-helper (62 more
   omitted)
 Installations reported by Popcon: 135085

   debtags (#567954), requested 1207 days ago
 Description: Enables support for package tags
 Reverse Depends: goplay packagesearch
 Installations reported by Popcon: 7956

   doc-central (#566364), requested 1216 days ago
 Description: web-based documentation browser
 Installations reported by Popcon: 222

   fbcat (#565156), requested 1226 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 167

   flightgear (#487388), requested 1797 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 925

   freeipmi (#628062), requested 728 days ago
 Description: GNU implementation of the IPMI protocol
 Reverse Depends: freeipmi freeipmi-bmc-watchdog freeipmi-ipmidetect
   freeipmi-tools libfreeipmi-dev libfreeipmi12 libipmiconsole-dev
   libipmiconsole2 libipmidetect-dev libipmidetect0 (2 more omitted)
 Installations reported by Popcon: 2672

   gnat-4.4 (#539633), requested 1864 days ago
 Description: backport bug fixes from trunk (GCC 4.5)
 Reverse Depends: ghdl gnat-4.4 libgnat-4.4 libgnat-4.4-dbg
   libgnatprj-dev libgnatprj4.4 libgnatprj4.4-dbg libgnatprj4.4-dev
   libgnatvsn-dev libgnatvsn4.4 (2 more omitted)
 Installations reported by Popcon: 1928

   gnat-gps (#496905), requested 1729 days ago
 Description: co-maintainer needed
 Reverse Depends: gnat-gps gnat-gps-dbg
 Installations reported by Popcon: 518

   gnokii (#677750), requested 341 days ago
 Description: Datasuite for mobile phone management
 Reverse Depends: gnokii gnokii-cli gnokii-smsd gnokii-smsd-mysql
   gnokii-smsd-pgsql gnome-phone-manager libgnokii-dev libgnokii6
   xgnokii
 Installations reported by Popcon: 2326

   gnupg (#660685), requested 458 days ago
 Description: GNU privacy guard - a free PGP replacement
 Reverse Depends: apt bootstrap-base cdebootstrap cdebootstrap-static
   cdebootstrap-udeb clamav-unofficial-sigs cloud-utils
   debian-archive-keyring debian-edu-archive-keyring
   debian-ports-archive-keyring (49 more omitted)
 Installations reported by Popcon: 165024

   golang 

Re: Debian systemd survey

2013-05-23 Thread Matthias Klumpp
2013/5/24 brian m. carlson sand...@crustytoothpaste.net:
 On Fri, May 24, 2013 at 01:45:46AM +0200, Matthias Klumpp wrote:
 2013/5/24 brian m. carlson sand...@crustytoothpaste.net:
  The Unix Way is to use separate processes
  for separate tasks.
 ...and this is what systemd does! It's not like we have an
 event-logger, hotkey-handling and seat-management all in pid0. It is
 all nicely split into separate processes. The journal is mainly used
 to produce structured logs and to log the early boot process (which I
 find *very* nice, it helped me a lot already!), but you can turn it's
 functionality off[1].

 Yes, systemd uses separate processes, but they are not independent.
 They cannot be independently turned off.  If I decide I do not want the
 journal features, however useful others might think they are, I should
 not have to resort to chmod and dpkg-statoverride to keep them from
 running.  Let them be optional features which the core systemd can be
 used without.
I will ask about the journal reasoning, but most of the other tools
are usable without systemd (like hostnamed,  systemd-detect-virt,
systemd-tmpfiles, systemd-udevd, ...). There are some, like logind,
which use systemd internals to (e.g. here make multiseat possible).
Ubuntu carries patches downstream to make logind work without systemd
but with upstart instead, but I don't think that doing that is a sane
solution.

 There will be a reason why it cannot be removed completely too.
 I think it is valid to see systemd as a compilation of basic tools
 for a Linux system, which also includes an init-system.

 The problem is that it would be great as just an init system.  I love it
 as an init system: it boots very, very fast and shuts down very, very
 fast.  But that's all I want it to do: be an init system.  I *have* a
 syslog daemon.  I *have* tools to handle hotkeys.  It should be a great
 init system, and (at least be able to be configured to be) *absolutely
 nothing else*: one small, limited process with PID 1.
One of the goals of systemd is to unify all the different solutions
available on Linux to handle stuff the same way or to at least define
stable interfaces for application developers and administrators to
use. This is also a reason why it is at Freedesktop ;-) (but mainly
because fd.o provides vendor- and project-independent code hosting).I
like systemd *especially* for providing these interfaces as
cross-distro interoperability, but I understand if some people don't
welcome it.
Regarding tools, depending on the packaging, it should be possible to
replace most of them or use different implementations. Systemd is very
modular in that regard. Also, systemd spawns one process with minimal
dependencies and less code - most of the other features are stored in
separate binaries, which may or may not exist.
This modularity is proven by Ubuntu, which manages to ship the systemd
services in an extra package to provide interfaces to logind (although
I don't like this approach, it is great to have most of the interfaces
available on Ubuntu too now).
Cheers,
   Matthias


-- 
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/CAKNHny-Yx7yjbt6GT936MQ9ybJubeUh33CW5GKogB=8rebi...@mail.gmail.com



Re: Debian systemd survey

2013-05-23 Thread Nikolaus Rath
Steve Langasek vor...@debian.org writes:
[...]
 by people advocating for systemd; instead, they always cherry-pick the
 statistics that paint it in the most favorable light.  Because systemd
 advocates are not trying to win on technology, they're trying to win on
 marketing.

Please don't make such generalizations. They make the rest of your
points look a lot weaker than they probably are.


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


--
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/87ppwhcg5n@vostro.rath.org



Accepted libva 1.1.1-2 (amd64 source)

2013-05-23 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 07:30:54 +0200
Source: libva
Binary: libva-dev libva1 libva-x11-1 libva-glx1 libva-tpi1 libva-egl1 
libva-drm1 vainfo
Architecture: amd64 source
Version: 1.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler siret...@debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 libva1 - Video Acceleration (VA) API for Linux -- runtime
 libva-dev  - Video Acceleration (VA) API for Linux -- development files
 libva-drm1 - Video Acceleration (VA) API for Linux -- DRM runtime
 libva-egl1 - Video Acceleration (VA) API for Linux -- EGL runtime
 libva-glx1 - Video Acceleration (VA) API for Linux -- GLX runtime
 libva-tpi1 - Video Acceleration (VA) API for Linux -- TPI runtime
 libva-x11-1 - Video Acceleration (VA) API for Linux -- X11 runtime
 vainfo - Video Acceleration (VA) API for Linux -- info program
Changes: 
 libva (1.1.1-2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 5af5b0eda8c969bde5131be66900e00447ce9f9b 35636 libva-dev_1.1.1-2_amd64.deb
 dbf38c9104467cd36ba3409fc5b9d5a8ba71aff4 40932 libva1_1.1.1-2_amd64.deb
 75dcca38dd9c7f789d501dba1f1a2274b06cecfa 14922 libva-x11-1_1.1.1-2_amd64.deb
 b410e8d50d918ab2e6ecc5c4b6a88139229faf3d 13678 libva-glx1_1.1.1-2_amd64.deb
 704160c33682e02dada6b152166a989f4d86b4fd 8162 libva-tpi1_1.1.1-2_amd64.deb
 efdda102ec91eb5edf5c6d1cd982999c9bc02be3 7460 libva-egl1_1.1.1-2_amd64.deb
 93f13f8de3516569c0edb9af1c5d528ced32be3a 9370 libva-drm1_1.1.1-2_amd64.deb
 4ad5429fa75aa56e7ea65dacd92d558853da9b01 10582 vainfo_1.1.1-2_amd64.deb
 b29b1fdaec73633d21ea30cba46071eeecf06c62 1805 libva_1.1.1-2.dsc
 a7fccb0130d722c8fea7f8c37cf68705bc376ba8 8343 libva_1.1.1-2.debian.tar.gz
Checksums-Sha256: 
 5a7049eadff2ecd86219fb3cd28e69d3449a80026706739f10ceb7b1bf0c4bf0 35636 
libva-dev_1.1.1-2_amd64.deb
 d95c89bdb9d9b88cb78d1fb4066c58b1eccd0b5a6369c0027baf8b267cf1113f 40932 
libva1_1.1.1-2_amd64.deb
 36338fb2aa9ec5d1735f61c1752e9711d4b14377b54f3b639b379610cd86fef0 14922 
libva-x11-1_1.1.1-2_amd64.deb
 7a626941fbccfc90b08226b671de99759f59afafc95cd4b8779e93faf70f834b 13678 
libva-glx1_1.1.1-2_amd64.deb
 55de8d5cefc7ec33f41aa4cf274ec75114c904c6603cfcf54ac45a1ce120b112 8162 
libva-tpi1_1.1.1-2_amd64.deb
 06ee5b4933c77ce7fa644428f665d270c22948601756d2f22ac7e5df116f30de 7460 
libva-egl1_1.1.1-2_amd64.deb
 c30a3ab38a87cf663eb3cc1d35441422459489aa6e3c450060313b9d64b32220 9370 
libva-drm1_1.1.1-2_amd64.deb
 22540d338d4af031940b33878f2b84a9c6d8862bbd547dce6aaefc7caf5da2f3 10582 
vainfo_1.1.1-2_amd64.deb
 6cb990076421b8924ec10a08d5fd204c3eac4fad0c43eec29b4f1397b0411e6f 1805 
libva_1.1.1-2.dsc
 755aca0db509e1c74102dc723565d3f6fff797aeaee9f642cd353e12cb13580c 8343 
libva_1.1.1-2.debian.tar.gz
Files: 
 9562ea0023a9644e114a1c6a2e4e4c91 35636 libdevel optional 
libva-dev_1.1.1-2_amd64.deb
 ed431c81d5c873f4122a87235592b0d8 40932 libs optional libva1_1.1.1-2_amd64.deb
 d1096533e29e5d3e456533c0161140f5 14922 libs optional 
libva-x11-1_1.1.1-2_amd64.deb
 c14ffcdd1e5de0573ecf7bee33f05d47 13678 libs optional 
libva-glx1_1.1.1-2_amd64.deb
 aa0bbca6b1b86975c76b00617157cca4 8162 libs optional 
libva-tpi1_1.1.1-2_amd64.deb
 ef159f936bf10fdf067e2f5658d56128 7460 libs optional 
libva-egl1_1.1.1-2_amd64.deb
 38973f65da1867fa73d4aa49e213e782 9370 libs optional 
libva-drm1_1.1.1-2_amd64.deb
 b2036c1c08fa4840d3ffbeb7a12a5997 10582 utils optional vainfo_1.1.1-2_amd64.deb
 de5c72f6983100135f341d837946d665 1805 libs optional libva_1.1.1-2.dsc
 350c9e18c7bf9fb41f2eda2af6e13699 8343 libs optional libva_1.1.1-2.debian.tar.gz

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

iEYEARECAAYFAlGdrRkACgkQmAg1RJRTSKSyfwCeLCBtkptwIVMgNtRAGMFbWRVE
th0AnAv7oU1gwSoIpaU4Das3whzgJhsn
=BdQG
-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/e1ufobz-0007pz...@franck.debian.org



Accepted xfce4-cellmodem-plugin 0.0.5-4 (source amd64)

2013-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 May 2013 07:52:49 +0200
Source: xfce4-cellmodem-plugin
Binary: xfce4-cellmodem-plugin
Architecture: source amd64
Version: 0.0.5-4
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-cellmodem-plugin - cellular modem plugin for the Xfce4 panel
Changes: 
 xfce4-cellmodem-plugin (0.0.5-4) unstable; urgency=low
 .
   * debian/rules:
 - enable all hardening flags.
   * debian/control:
 - update standards version to 3.9.3.
 - remove dpkg-dev versionned build-dep, dpkg is recent enough in stable.
 - remove version on xfce4-panel-dev dependency.
Checksums-Sha1: 
 c34dc3273bf71586422b780a6103c13e34334cac 1992 
xfce4-cellmodem-plugin_0.0.5-4.dsc
 8438a0d20d56e2f5b705c53989f56624cea375db 3659 
xfce4-cellmodem-plugin_0.0.5-4.debian.tar.gz
 922171148b6972ca34d8c70cc4adf6118aba9cc5 30456 
xfce4-cellmodem-plugin_0.0.5-4_amd64.deb
Checksums-Sha256: 
 06a9cadcd26b773939d3114418190deedb60ba89a540de5438c20f2c796a721d 1992 
xfce4-cellmodem-plugin_0.0.5-4.dsc
 70574de2775677ae8d9b3caa36d73d416352948e45802b3e9b0cc286282bd131 3659 
xfce4-cellmodem-plugin_0.0.5-4.debian.tar.gz
 7189296d9b9c59fd38fb0835225606d08353fd191d2dd20180b4e5325db37a30 30456 
xfce4-cellmodem-plugin_0.0.5-4_amd64.deb
Files: 
 effd183b2e9a15b9b3595a918635c619 1992 utils optional 
xfce4-cellmodem-plugin_0.0.5-4.dsc
 b1ae80ae0d6cf70ee79b6ea8318e918f 3659 utils optional 
xfce4-cellmodem-plugin_0.0.5-4.debian.tar.gz
 8e0ebc837b4178d7960ba72d465789f7 30456 utils optional 
xfce4-cellmodem-plugin_0.0.5-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.20 (GNU/Linux)

iQEcBAEBCgAGBQJRna8ZAAoJEG3bU/KmdcClVscH/3GnQbiHg+2EeI1FsPyqMyX5
jh+LS+HCIfzp+YaCKNHzD5iq5XRCiQIslpLzKnsBTsaJNgc7RxdHwMz/kQk8hZ47
IXqmB6inGXkTNodLVpVlpRz1M8He9H9y8XLE6Nvy54fK4UkwUNXkMl0UX+ydzUj2
j38RVuqNN1TF9y8Jis1Z7SGrzIdZZp8DGNXb9xlxpQ+fW5SNvR1owDrssan0AuwP
2+w257lKrfVCH3Nih/pAzn0XT7ivd8VKi8V0MK2mBiOoc9dkpyFCSap0xklmPFY0
Eawe3Na3+Jm6Af0nNzwXgOOBfrlB4EE2omIicCFtIXc+8+2FS+V7KU4OthTyaAQ=
=TFLf
-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/e1ufoc2-0007qd...@franck.debian.org



Accepted icinga 1.9.1-1 (source amd64 all)

2013-05-23 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 06:50:50 +0200
Source: icinga
Binary: icinga-common icinga-cgi icinga-idoutils icinga icinga-core icinga-doc 
icinga-dbg
Architecture: source amd64 all
Version: 1.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group 
pkg-nagios-de...@lists.alioth.debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 icinga - host and network monitoring system - metapackage
 icinga-cgi - host and network monitoring system - CGI scripts
 icinga-common - host and network monitoring system - support files
 icinga-core - host and network monitoring system - core files
 icinga-dbg - host and network monitoring system - debug files
 icinga-doc - host and network monitoring system - documentation
 icinga-idoutils - host and network monitoring system - icinga-dataobjects 
support
Changes: 
 icinga (1.9.1-1) unstable; urgency=low
 .
   * [fe88365] Fix dependency on on icinga-doc
   * [e07a105] Imported Upstream version 1.9.1
   * [ce07681] Depend on new libgd3
Checksums-Sha1: 
 ab4f122377e07bb12a4f332c555f9f29feefe228 1687 icinga_1.9.1-1.dsc
 353fb915120d7814da4a6a097fd586d3989b90f9 17075758 icinga_1.9.1.orig.tar.gz
 137a02fe19ba68a1fedf6643aa4e2db09be53138 49159 icinga_1.9.1-1.diff.gz
 738ce511cfac6cc33ce4bfc84be508b0004d41dd 1916422 icinga-cgi_1.9.1-1_amd64.deb
 27c9aefb2502e974bc2d4a6eff69164c4421e7e6 284638 
icinga-idoutils_1.9.1-1_amd64.deb
 f3d9fbbb4a8c654343164e6ac3b6d8e34bc62d9c 1318 icinga_1.9.1-1_amd64.deb
 bded2ea989026d8b45080ba1a8a003694a79d6b3 294808 icinga-core_1.9.1-1_amd64.deb
 0824db6dcc4787bec48363404d54396759afef5b 5269194 icinga-dbg_1.9.1-1_amd64.deb
 1e31d3b77e9fc6b1267c4740e0721d3bb2ac4f76 124644 icinga-common_1.9.1-1_all.deb
 42a2eff942af8e2f380ba6560a7c5d1850f60dc0 15726128 icinga-doc_1.9.1-1_all.deb
Checksums-Sha256: 
 ed7bacc776e0a12a37bdea11bc26a3d40c07e0a2e119d6dc0529ba979d5e6701 1687 
icinga_1.9.1-1.dsc
 ad4cc505d0b298bac791e295bbc08ab80a6437a1853689bfa708312deea72511 17075758 
icinga_1.9.1.orig.tar.gz
 8c46067582db83a6a0649c0af1b8419d20e6e52de6a741fc18a5fa2a52337144 49159 
icinga_1.9.1-1.diff.gz
 16bbab9be4b72cfd5a4baa47131b638a5f028c3f50863d53c3e5d6f338a74f7d 1916422 
icinga-cgi_1.9.1-1_amd64.deb
 bc40b744fd7e60fa359d98b8a2cd33f0d5000a96cf67d4e949c55799a25fbe64 284638 
icinga-idoutils_1.9.1-1_amd64.deb
 4f2d49eddaf58cabed607e7bcdf59d68561854482604479d938024c1f9d62ff6 1318 
icinga_1.9.1-1_amd64.deb
 30b08c3b5046f7a5b404c700b749605e718be5190dda96d92e4fe5c3ad7be2d1 294808 
icinga-core_1.9.1-1_amd64.deb
 69e59e03e991786ab6b96570c92971c3ea3096bf3f1a04fd54cd37b0e54294ea 5269194 
icinga-dbg_1.9.1-1_amd64.deb
 857d2b4fd5fbedfc088308587724710972104ecb75cc3dcb4066d6ab12aa4ad9 124644 
icinga-common_1.9.1-1_all.deb
 ad4a29a1bf7d7e677fc38cd2948e9e019606702e9459ed4bd980de2c4e6528c5 15726128 
icinga-doc_1.9.1-1_all.deb
Files: 
 98c65282ce669a9a7c0997681173cf50 1687 net optional icinga_1.9.1-1.dsc
 d6ad2bc67df7d5a9c6d05b6bb562ca63 17075758 net optional icinga_1.9.1.orig.tar.gz
 5670d526a17f49c4833de179497788fc 49159 net optional icinga_1.9.1-1.diff.gz
 6969f13da515157be298bf98f0d4b633 1916422 net optional 
icinga-cgi_1.9.1-1_amd64.deb
 7409780d8c7b983fe80903d8ed0f42b7 284638 net optional 
icinga-idoutils_1.9.1-1_amd64.deb
 e878835873ff5cb8c07b56333e41aaf4 1318 net optional icinga_1.9.1-1_amd64.deb
 3e1a2b195ce8fface220f2362b370b21 294808 net optional 
icinga-core_1.9.1-1_amd64.deb
 9bfef1380900eac619b4c331a1ca67b6 5269194 debug extra 
icinga-dbg_1.9.1-1_amd64.deb
 29928e42322e1bc43ce08880c49063c3 124644 net optional 
icinga-common_1.9.1-1_all.deb
 8c815e1c10cb3bf15ee51e20786b6ad6 15726128 doc optional 
icinga-doc_1.9.1-1_all.deb

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

iEYEARECAAYFAlGdsmoACgkQ01u8mbx9AgpH9gCgyAqJDpzebILfJBR4JlzS2Wn9
y50An2FaoDOizHTKtwHCILprXcNl83xB
=0UmH
-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/e1ufp5d-00056n...@franck.debian.org



Accepted xfce4-clipman-plugin 2:1.2.3-2 (source amd64)

2013-05-23 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 May 2013 08:10:17 +0200
Source: xfce4-clipman-plugin
Binary: xfce4-clipman xfce4-clipman-plugin
Architecture: source amd64
Version: 2:1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 xfce4-clipman - clipboard history utility
 xfce4-clipman-plugin - clipboard history plugin for Xfce panel
Changes: 
 xfce4-clipman-plugin (2:1.2.3-2) unstable; urgency=low
 .
   * debian/rules:
 - enable all hardening flags.
   * debian/control:
 - remove versionned build-dep on Xfce 4.8, it's in stable now.
 - remove build-dep on dpkg-dev 1.16.1, it's in stable too.
Checksums-Sha1: 
 9281199923ec393b8a7b71edc603b6263e784147 2035 xfce4-clipman-plugin_1.2.3-2.dsc
 7ba51724771851d18dfa099c69b856e30c3005b7 4856 
xfce4-clipman-plugin_1.2.3-2.debian.tar.gz
 6705bddfe7a98df1eb35d8266ba37fa0ccfcc5c1 671452 xfce4-clipman_1.2.3-2_amd64.deb
 83da7a05bc561840eb98cc2cf23dc157887ce5d9 42390 
xfce4-clipman-plugin_1.2.3-2_amd64.deb
Checksums-Sha256: 
 45496fe7f669eac66e69262bcbaf868f68fbf18ed400e0f59aefe412ae4f2d8b 2035 
xfce4-clipman-plugin_1.2.3-2.dsc
 dc8a65228ba5387fdc9ae2111a90aa7632c23e5f3b453657ae942515559a3337 4856 
xfce4-clipman-plugin_1.2.3-2.debian.tar.gz
 bebe5496461f2814b383e96562c2d073fde31e88f2d7a89486ca1aa72170300c 671452 
xfce4-clipman_1.2.3-2_amd64.deb
 05eaf8e01845165c4c9bdcff0b2f88b6e65fe534c70322b2cca72939eb194666 42390 
xfce4-clipman-plugin_1.2.3-2_amd64.deb
Files: 
 5909e7d3661c90941a16a28db1d3561e 2035 xfce optional 
xfce4-clipman-plugin_1.2.3-2.dsc
 9f6e61fc6aa6bd26891f92f787cb28d3 4856 xfce optional 
xfce4-clipman-plugin_1.2.3-2.debian.tar.gz
 20695627dd14a15a025300419496ee76 671452 xfce optional 
xfce4-clipman_1.2.3-2_amd64.deb
 e8b8903aba22e506e797f57737fffecf 42390 xfce optional 
xfce4-clipman-plugin_1.2.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.20 (GNU/Linux)

iQEcBAEBCgAGBQJRnbXIAAoJEG3bU/KmdcClkR8H/1vcTXRRhGwGp0ugxBUVlqYg
Y8rN2v+E9/zNBUASMVMtN3ePdzDd9i5YQEGhzWk1lTs0W8ag4DKeO3YOut1gK/n3
+MHLRPdyoo3L+L8qx8k3Xl8gnp8mnRiF4+GpeGeaJ+O8ek4cS0lY96WzDLyAm3jk
pUinhrmC6f2aMw3LJwW8XxMs+cErVSdTAtpn8njC1fwLHdBU6jP5Hj8IUgAimLo8
nMCDHpTe720ZFSRzrUiSHWMcnhulmbYjYyAAEtFu5ihnm/ml4iwyq+rNCxSPxPSu
xo+O/QFBuorkrZ04woXjgVZDFO9aBBbwGHZ11apl/uGsxhDZkycPEMQWnWkq6zc=
=9Agm
-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/e1ufp5w-0005fe...@franck.debian.org



Accepted xul-ext-monkeysphere 0.7-1 (source all)

2013-05-23 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 May 2013 01:51:46 -0400
Source: xul-ext-monkeysphere
Binary: xul-ext-monkeysphere
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Jameson Rollins jroll...@finestructure.net
Changed-By: Daniel Kahn Gillmor d...@fifthhorseman.net
Description: 
 xul-ext-monkeysphere - Iceweasel/Firefox extension for using Monkeysphere on 
the web
Closes: 704765
Changes: 
 xul-ext-monkeysphere (0.7-1) unstable; urgency=low
 .
   * New Upstream Release (Closes: #704765) thanks James Bottomley!
   * updated debhelper compat to version 9
   * Bumped standards version to 3.9.4 (no changes needed)
   * updated debian/copyright
Checksums-Sha1: 
 7d746aed957bf245e1efb01f7025544cfd0ce7d4 2135 xul-ext-monkeysphere_0.7-1.dsc
 5b492bddd1565b878f1c2119d465eaaa2af3c5e3 52777 
xul-ext-monkeysphere_0.7.orig.tar.gz
 3f6fc40d045ddf60073afcb2659596aa132e86ab 2035 
xul-ext-monkeysphere_0.7-1.debian.tar.gz
 d5ce097386af54fae2e17935fe86302d85617113 41068 
xul-ext-monkeysphere_0.7-1_all.deb
Checksums-Sha256: 
 c4fbeb38372ba2e78d12119001fd77d39d37cfa6a766471988701e0870dd55e3 2135 
xul-ext-monkeysphere_0.7-1.dsc
 bf36eeaf0a4a37f2ac6d6e0f37d256b8abe921c4f027a521d5fee64030b978d1 52777 
xul-ext-monkeysphere_0.7.orig.tar.gz
 de1a8c20125c5d701e647ac00b601d4f86a1259b627325dddfac97dc58af8e64 2035 
xul-ext-monkeysphere_0.7-1.debian.tar.gz
 508f60c34fe3de2a4be3006092ff8287b54a494e44722c81c0552c9b2f060cc2 41068 
xul-ext-monkeysphere_0.7-1_all.deb
Files: 
 76dd98b69588f3f4a9acf6de99593a82 2135 web optional 
xul-ext-monkeysphere_0.7-1.dsc
 ce660e2636d1cc068caa8f1c9853f204 52777 web optional 
xul-ext-monkeysphere_0.7.orig.tar.gz
 e3263b9fd85b8165959a0e5afb104333 2035 web optional 
xul-ext-monkeysphere_0.7-1.debian.tar.gz
 cb311551014a6a45730994c053e5dbe8 41068 web optional 
xul-ext-monkeysphere_0.7-1_all.deb

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

iQJ8BAEBCgBmBQJRnbVTXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFQjk2OTEyODdBN0FEREUzNzU3RDkxMUVB
NTI0MDFCMTFCRkRGQTVDAAoJEKUkAbEb/fpc3+oQAKHAkidZJfPNIAiQ07zwt8nT
1GD/qDTjLLsp3kpkNxc4ie3y22uMP0bOJK/i9Rdrw2IrDLlsoTpgOL6504fVeCxP
MOgRIMDCW4aKeIqkKeexLx6LIwA5ujh2PrEhadJmflt2pE55yqDaSJbZxI8vF4YS
RtUZaQvOMR4dA0DATG/np7YK/WgczNPBGOHa36z078lHOFXPO3yJdRccSkbkvA6S
ZctaExsGwC6P1Wfu1fvepuGDaJXostPD1D+zLymW8X9IKlOba2XwAEXY9wv5nc3i
C9O2vg+lGKiVPa0MUJ3bChiYwMWxW7ByKwG5l+b3Tduh50X5YZ2hgCNLGSoqRgLx
DS2FZrNPumazvrSw1qavfJlGIHakO/Tlj6rsQvV5xRIlVTv13W4vuP0Okh/JjgZy
aTGkeOKhNB8H5jkXlaPgYwR/r4gDjMV2wT67H7wQ3VTGunUaiGjyO9/BrDSpozHP
Ipiq4g/63bBN8tOREBBAhJLBDm7L5SN3ceRBjB7gLnCuJbmGaVpn5gyejoZ8iV18
djyTwdwExVEI5Oi4ZHHbioOOObt7G1Fc+/juhjsaCCnBVTYxMf2dKSu5Mvf89EGY
w6LffDQn4z581qNTFlu3Ug5mx+bIeEauedleSh2jdW3w8npn0Dsbt3DUMalZPkKC
Aoz1RBKh7gdyjDXQSppi
=xF0O
-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/e1ufp60-0005g7...@franck.debian.org



Accepted ruby-xpath 2.0.0-1 (source all)

2013-05-23 Thread Praveen Arimbrathodiyil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 02:36:57 +0200
Source: ruby-xpath
Binary: ruby-xpath
Architecture: source all
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Praveen Arimbrathodiyil prav...@debian.org
Description: 
 ruby-xpath - Ruby library to generate XPath expressions
Changes: 
 ruby-xpath (2.0.0-1) unstable; urgency=low
 .
   * New upstream Release
   * removing patch remove-bundler, upstream doesn't require bundler anymore
 to run tests.
Checksums-Sha1: 
 301bbbe4d9ea93f7bb239bf0d6426d0068b426ae 2082 ruby-xpath_2.0.0-1.dsc
 f1aaa2677136ab66175cb6448703ba8a7d6ca594 15417 ruby-xpath_2.0.0.orig.tar.gz
 f6d22cd75629e918ef0b322c6a9082384ab0098c 2207 ruby-xpath_2.0.0-1.debian.tar.gz
 fcbfbcfe3525f65200ed337ed6ff2d2cb219dd78 8642 ruby-xpath_2.0.0-1_all.deb
Checksums-Sha256: 
 83edcca657e7f5addcc2338e40250fed854cb2e61fccc2211f67a2925fa6eb1e 2082 
ruby-xpath_2.0.0-1.dsc
 e6632bee2eda9d931cd5945e8b40e1cb41e35bb1df7d191c4f0f5d8f1914e399 15417 
ruby-xpath_2.0.0.orig.tar.gz
 ce342f6f8ff35841707145f09e83b0d24aae9ef61297e3b56880d12eac0f7a93 2207 
ruby-xpath_2.0.0-1.debian.tar.gz
 aaca3945d0fbbff70782e291a41b018f68669fe90084c469553c91b91a3aa780 8642 
ruby-xpath_2.0.0-1_all.deb
Files: 
 e9100230b7aaa5a249235d4df53b4434 2082 ruby optional ruby-xpath_2.0.0-1.dsc
 cafe54a9cd2b022219f8dc082c2a0bcf 15417 ruby optional 
ruby-xpath_2.0.0.orig.tar.gz
 48cfe0b9a9ec1a0212de3de98f4b56cb 2207 ruby optional 
ruby-xpath_2.0.0-1.debian.tar.gz
 cb4d5108b72faa69b37342b9efb2b208 8642 ruby optional ruby-xpath_2.0.0-1_all.deb

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

iQIcBAEBCAAGBQJRnb7vAAoJEM4fnGdFEsIqabsP/2adJq0uGAp/ElUtmh+ufQdN
gviw47QzQCsrPAEgW1pv3iWIULwz9BtojsJhiwzE5TCwTuCzJnkJ7aMlnxoF9Mtg
AIN95q+sXn9ofzvjErpvbPQDAiBTV3h4vdoX6XjIfws7ofsxLgTqqa0a3TGLN45u
WxPqYCNrU+RrS45BaHlGAtZmMNE1a6wd/Gn6DrMWyqVkoiW8HMydPLRJeAjLV+r1
0e4PrIFVPX2xMWXhdnOr1Pw8haIDcfTii/VZkU4wu4OQ5hukxNYw4jDip3OEtoKR
EuQJFnfBKXcxuwx3pJwCwadaRBn6ret82zK0LTfTv0o6PyVxoDjqYd3UzkcSqbfW
3XSeSskMFxDLjdTphWJ3iSkKILkS5U6yKNJLaMR21Slf/KBPRanTZU9kYZ/KIuow
OSUCAnvVvY5/z1AfDkQtJ0n+Xe+RDRqG8WGAHsksCwak5mgO2O8XnAKoBQCuBS/V
0nwB4ENhhxgAo1EWjUxjPeoUqqkqqq9TOUOS/YyjNPTRR/KT7lndDkLjTiu+GUzK
DrUC/7iTvfuGlk+HXAW9WAQKDin+kVNjmkfwWfPovlGbDWo2oXJmQ7E4RBeL/PTZ
6ZynrghcWWpRywkN9i65YYD3f5rgMsJ6eokpZsSviP+XWA2HU47Y0KSKn9+ylQkQ
lPuy6+CrI/RrxRZPdr+f
=5jIy
-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/e1ufpmb-000695...@franck.debian.org



Accepted crtools 0.5+20130521-1 (source amd64)

2013-05-23 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 09:52:14 +0200
Source: crtools
Binary: crtools crtools-dbg
Architecture: source amd64
Version: 0.5+20130521-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 crtools- checkpoint and restore in userspace
 crtools-dbg - checkpoint and restore in userspace (debug)
Closes: 701265
Changes: 
 crtools (0.5+20130521-1) experimental; urgency=low
 .
   * Merging upstream version 0.5+20130521:
 - fixes FTBFS with eglibc 2.17 (Closes: #701265).
   * Building package on armhf.
   * Rediffing documentation.patch.
   * Using upstreams install target rather than debhelper files.
Checksums-Sha1: 
 0c8d4098c6514c7c30e8ad961965d04612138c01 1205 crtools_0.5+20130521-1.dsc
 be2a5e3cf5084b2e820dd8da8b7c89ae630f07cc 258400 
crtools_0.5+20130521.orig.tar.xz
 50bcb6003ea2637ae2d3467b76bc9d56624edfdb 2472 
crtools_0.5+20130521-1.debian.tar.xz
 191a9acefc9ceab50a018cca52370ad16fd26e86 145536 
crtools_0.5+20130521-1_amd64.deb
 850d80cf1f9129cb314028d7c6c28085c2296395 527078 
crtools-dbg_0.5+20130521-1_amd64.deb
Checksums-Sha256: 
 c2dcaa15b46bb74170f970a1f8432f2116e0d0334cf7b9eb9671b6b6296efbb9 1205 
crtools_0.5+20130521-1.dsc
 b71fb5b5e130ad20be4a07b321930a5ed306db9ad22ea417c7005a0891c19933 258400 
crtools_0.5+20130521.orig.tar.xz
 626ca2834a174b0634523ee8164efff7aa9986c065a3903b7af9e085c1bb5966 2472 
crtools_0.5+20130521-1.debian.tar.xz
 fc93edb7d8e9818123c9eeffa802252f84f4d9b04108031d832f9d872f502642 145536 
crtools_0.5+20130521-1_amd64.deb
 2bd46dccd452738ba7e27f332786775ab23ad459726605218659741d143d45f9 527078 
crtools-dbg_0.5+20130521-1_amd64.deb
Files: 
 d56bc50d934841c9d4c12853b41eec4e 1205 admin optional crtools_0.5+20130521-1.dsc
 b00e0bea824022a888a82bf52e84f193 258400 admin optional 
crtools_0.5+20130521.orig.tar.xz
 3d6ef3b46344e27d40a07b461a1f907f 2472 admin optional 
crtools_0.5+20130521-1.debian.tar.xz
 f3921f1cbb2920b2b52a834c82da6876 145536 admin optional 
crtools_0.5+20130521-1_amd64.deb
 7322e65265595123558c4b52f8e80b5f 527078 debug extra 
crtools-dbg_0.5+20130521-1_amd64.deb

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

iEYEARECAAYFAlGdzSoACgkQ+C5cwEsrK54HhACgmI5tD4wlnWlVgrw7vpLDuwbW
kzEAnAj1tnRd65ulEIiHPRi83GyTsi+p
=7zR9
-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/e1ufrqb-00081w...@franck.debian.org



Accepted https-everywhere 3.2.2-1 (source all)

2013-05-23 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 10:17:21 +0200
Source: https-everywhere
Binary: xul-ext-https-everywhere
Architecture: source all
Version: 3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Jérémy Bobbio lu...@debian.org
Description: 
 xul-ext-https-everywhere - extension to force the use of HTTPS on many sites
Changes: 
 https-everywhere (3.2.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 5182339eaadcfae2534f499ae6f4b3e7a4aa7cb0 2112 https-everywhere_3.2.2-1.dsc
 3faac64d180c33b8ed588809b0bddda3804fc2ef 790900 
https-everywhere_3.2.2.orig.tar.bz2
 05d3ac55158ba83d24e4a1c16de38bbe269174c0 5828 
https-everywhere_3.2.2-1.debian.tar.gz
 94e82599c1ba9a53c8b1ec3ba856b47bf68504ce 443480 
xul-ext-https-everywhere_3.2.2-1_all.deb
Checksums-Sha256: 
 83f2ab6c15c9927bd1e1667cd3f37783155f2c6bcf56b6640042019db8e2c08a 2112 
https-everywhere_3.2.2-1.dsc
 288d2baf130031f5ef7b9ca9df7167adcf6c8596a293aafc0e3e1418c5df3602 790900 
https-everywhere_3.2.2.orig.tar.bz2
 23e21c586e35ea4d1f20b6224b1017c29ed85b7b7f685ecfad919f95dc242743 5828 
https-everywhere_3.2.2-1.debian.tar.gz
 acfca98091f276c056e149217820e98839f319925029b74439a5fe3b240a64c9 443480 
xul-ext-https-everywhere_3.2.2-1_all.deb
Files: 
 9ff300353a2e3278506facfeb9726344 2112 web optional https-everywhere_3.2.2-1.dsc
 49e7c7ea238b1610bcaf7823a9cdabbd 790900 web optional 
https-everywhere_3.2.2.orig.tar.bz2
 641b52e3422e20e3128e1e7e80e24b74 5828 web optional 
https-everywhere_3.2.2-1.debian.tar.gz
 e02ce565c44d9100027c64f5892160e3 443480 web optional 
xul-ext-https-everywhere_3.2.2-1_all.deb

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

iQIcBAEBCAAGBQJRndJHAAoJEEgU3sIrMHw8m9IQAJFbGvYjhuvZjvLjuecW9OJa
JTLANCN9XkE7IY9/JnmL/cxCb+GonyxTgJKNrcMIi27D+phEaUdluBFCMKsLsOSN
gDFbmaMj3Unf/a7Lj17r60tc/d/jDIlxYp+ej2rDXAL4YduKI71RrpquhdNvgwTI
LdVLLjr5QuiayQNGNWAm/+VIfUOY33ZnRMQImnek2+TAYMDzFNcp86jOHpaoCxec
ut0ES3zD8yTYweksmB65qcDTgklL1Fpdk/lFMRvG0v7MTN3S3G4QzblRo5KiFL6U
rpQi3oPbqupJgKX2IoCqwkPfKEwYJc45NYKKQgbzLM2ZLpC5dyvkjlVp4r1WZVb6
tu0igDYZHI4O/rMuEvemYTFtNpOnoa/Hph75SN8hH0w8jhtM0cJu6ypTgDaBbvWP
F6I4IBJZKanT4JLJPo16RXrnadPoVN5P16fv63VtqMgvUx978OhBgmBYWmwCROA2
LAlmZXSeb19yq2xcvmsYX6jSr1ezJQOoYq0eEuDf8apKLzMLacw12NrQHftRsWrB
H1AmhYdjmLrMpHOigjWeL7wA3vx+fCf9jjYXZGPiZokscChTz+b1WBr1u3UPGarg
Hm6TovyB+X7XwXkBU3t3SssUr/qkX8kjq+4+/9WNDTBJCUFkWC641DYL2kpfjH79
yFZ5EoGY+rB0feqzD+YH
=ZyBZ
-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/e1ufrql-000837...@franck.debian.org



Accepted gnome-shell-extensions 3.8.2-1 (source all)

2013-05-23 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 09:07:23 +0100
Source: gnome-shell-extensions
Binary: gnome-shell-extensions
Architecture: source all
Version: 3.8.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Simon McVittie s...@debian.org
Description: 
 gnome-shell-extensions - Extensions to extend functionality of GNOME Shell
Changes: 
 gnome-shell-extensions (3.8.2-1) experimental; urgency=low
 .
   * Team upload
 .
   [ Victor Seva ]
   * Recommends gnome-tweak-tool
 .
   [ Jean Schurger ]
   * New upstream release 3.7.92 (LP: #1017979, #1059152).
   * Enabled new extensions.
   * Dropped 'dock' and 'gajim'.
   * Use ./configure instead of autoreconf.
   * Bumped Standards-Version to 3.9.4.
   * Updated Vcs-Svn.
   * debian/control.in
 - Added runtime dependency to 'gvfs' (= 1.16.0).
   The 'Places' extension rely on a 'gvfs' linked to 'udisks2'.
 .
   [ Simon McVittie ]
   * New upstream release 3.8.2.
   * Install the classic mode
   * Enable windowNavigator extension (this means we have everything except
 example and xrandr, the same as in the Ubuntu gnome3-team's PPA)
Checksums-Sha1: 
 7022645b33069d31e241e06f51652739965da97d 2239 
gnome-shell-extensions_3.8.2-1.dsc
 5f27c4e1989326cb07a781626596f8a59203cb7b 176432 
gnome-shell-extensions_3.8.2.orig.tar.xz
 89ed82d12f2afa8118ecf54d406f1f87025d5345 3976 
gnome-shell-extensions_3.8.2-1.debian.tar.gz
 bbab5718ad126ce2b9484fb9f9633b4c51a92779 99318 
gnome-shell-extensions_3.8.2-1_all.deb
Checksums-Sha256: 
 97cc5598aa4cf97192c674f2b09f1ba290544471d373a79e8b3fe09ee40af3c5 2239 
gnome-shell-extensions_3.8.2-1.dsc
 216714d6edd79cb8d5d81fbf0d7d448a199922cf344315f50c1a3f1f1f0b385e 176432 
gnome-shell-extensions_3.8.2.orig.tar.xz
 34f6b64b79ace45b72446acb10911f0584310bad99b18d56031641e6c2823ab9 3976 
gnome-shell-extensions_3.8.2-1.debian.tar.gz
 184a61aa3230b3b3f205201399a20401f2bd0ce9c1b43395f4cca2aac64a0f69 99318 
gnome-shell-extensions_3.8.2-1_all.deb
Files: 
 28b3368c05d460f4c2c36c917c80d2f2 2239 gnome optional 
gnome-shell-extensions_3.8.2-1.dsc
 80a1af799f4360160719c420c59694a2 176432 gnome optional 
gnome-shell-extensions_3.8.2.orig.tar.xz
 024693bf93e1f95e31efcbf19fa4b7f4 3976 gnome optional 
gnome-shell-extensions_3.8.2-1.debian.tar.gz
 942966997c9810b97c42fcdde86eab34 99318 gnome optional 
gnome-shell-extensions_3.8.2-1_all.deb

-BEGIN PGP SIGNATURE-

iQIVAwUBUZ3O803o/ypjx8yQAQhdRA/7BDZHgwgaf4ezgOvfLmZE/40NWtnXGwGP
+WfMTQ9LPy6yqsLaI/a3Q/iNpKLd8DpvhfuVa9YVWY2cs++bcViIyvFkr2p6XHZi
SAYhiPdCbLMDvmuO1UcjUt0jn7cTaAM7oFwesw92VMxEl4mknjlttIKFIvBeqB31
seJ/y8EJ7rm4DQjEBJwsxnEUclGpUyRTd8uaLIfl/9CXcxLOsUidhtAMfCu5yW1x
bFJkitIxlO/JAKkz+k0SnZWLboNUUnwCSELDM1JY8GLDHd1ODYCW02txzXwgpXM2
jfd8uOMpWJI6HiawZCQSQQpfLrdGbLht9XoHNy7ndbggKzxWSueEsG/2Qr3XbLjD
LXnXzveHm9OkXdzP8cH1ioNuZ6PLIm4h0dPrq7U2gj0eEdTiVLV4cfAlGweDX5DF
Sb0KbyNr92fWh6kwrZ83TIqfj7hnxXjaZN1I3EVoxTMQMqBAXfa/9I1knh9yedhb
1OQGZxzaWHa2fbNVyaGTGNH5pW6I1A6rzi8s0p8G1qpjwcqCQgmdBrwz4EbeIaGP
neMyWyS/LIfL9MmB6pCLqnoM7Rl6TnGUp7VBcGeY1X1MBhUCWbZF8ByeMIkCiso+
TSjB+ftQ1+vyaaBJVybmcD/j4g1s9hgIeNlTAQvRgMcmNixmA3bGGBTbanWvImGi
IOxegG9Ho1c=
=DsAM
-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/e1ufrqf-000825...@franck.debian.org



Accepted libstatistics-descriptive-perl 3.0605-1 (source all)

2013-05-23 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 May 2013 10:19:57 +0200
Source: libstatistics-descriptive-perl
Binary: libstatistics-descriptive-perl
Architecture: source all
Version: 3.0605-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libstatistics-descriptive-perl - Perl module for basic descriptive statistical 
functions
Changes: 
 libstatistics-descriptive-perl (3.0605-1) unstable; urgency=low
 .
   * Imported Upstream version 3.0605
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
   * Update copyright years for debian/* packaging files
   * Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 58515f474e6f643c5bc2a1ecfea9dec884640cfc 2460 
libstatistics-descriptive-perl_3.0605-1.dsc
 824f7c355c346beabe20271c5cb285827e1d05c3 35055 
libstatistics-descriptive-perl_3.0605.orig.tar.gz
 b290f5509c30d0fd1a8dc3e4cc89ea93ba4a1d08 4757 
libstatistics-descriptive-perl_3.0605-1.debian.tar.gz
 3b37aeabb31522256196516e7904d7dfb82f37bc 42598 
libstatistics-descriptive-perl_3.0605-1_all.deb
Checksums-Sha256: 
 ab2b010a3613fa0e6d0e5216969c498b38603670aef07e68ad301931cff208a6 2460 
libstatistics-descriptive-perl_3.0605-1.dsc
 8e7dae18e27ee959e33b3ae161cc83115d11da189ed5003b004450e04b48 35055 
libstatistics-descriptive-perl_3.0605.orig.tar.gz
 ad795ef68ea0f0c807c1833d08d52f9dcd5725b6b7de8acf7dcbafd5596ef4fb 4757 
libstatistics-descriptive-perl_3.0605-1.debian.tar.gz
 d4975b03d4290d34091bf86fbb8c8fad5785df5bab85f9b930fc515674a3923d 42598 
libstatistics-descriptive-perl_3.0605-1_all.deb
Files: 
 9352e8d1a7278d3ac285f77b9bd281b1 2460 perl optional 
libstatistics-descriptive-perl_3.0605-1.dsc
 42eed3e5f36157e404d381d5f4130050 35055 perl optional 
libstatistics-descriptive-perl_3.0605.orig.tar.gz
 cc7903029684fe0c8adf8a0cd512319a 4757 perl optional 
libstatistics-descriptive-perl_3.0605-1.debian.tar.gz
 44a33f4d9ad2bf29ee4922273b128b6a 42598 perl optional 
libstatistics-descriptive-perl_3.0605-1_all.deb

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

iQIcBAEBCgAGBQJRndPAAAoJEHidbwV/2GP+Bs0QAJ7sDc87NUv5i1k1JYqUJ7za
Ayx7adpnIe1WFRJOIOjZ17IYo5noe9PJ7yVyu3ZGi24bwe6SDdQdFLQedcPaCYjQ
ifAeY7X9WGOXxK5EWDzOg0k+p71LID5lHg/fR3d6+yVuYBwD5PzUlRgdeT9Yh3ps
pazF2/tlI9fNHrjEDwZ0rvfy9S86v9ukAYIGhna+nhnQMJqd9/gSBFNEPv2k5s3u
uutfyPjfCYQSIW2YgeOT+h9bDBawwoVbfE71DMbRKxKYgA/B7QSPJ8FRkfp3ToPz
AIeuIr3vzdz1KlVgdi2H74L4UTc7rNH1jbvmrbDhQ7F4+RlUXtjrXWlTaq7q8pOT
9tMsGRojYOP4o5ALAG6WZYgsAipWdYrCoRw2pNYIAroO6wiZYBLc8CCwhn0le5fP
SbLHg8LAG1xLg+HLFEriEgknmM7zd1u7jYZnn9+LzBvPZIx4mXqAbmiSvmvL34Q2
MbE/UR2LssE16gmgmG6St1fkiX6TYXFOe8MlPHAhjazNUnEJLPwTBVMtn7trqpPC
XSunuOjfxFMTBYk4nWYCcw8K9ug8oCCipB65kww/nsXh0KAh7Mt4UMb+1BZXhetB
+tHSQyAaZ+KL6jvnQSo+jCGV91ASnLyraIB3WLZd5W6uuHlfE0XLVh/NnG57CztO
Uk+5bvUoEjDP8xFjc2hN
=IgvE
-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/e1ufrqp-00083t...@franck.debian.org



Accepted metaconfig 0.1.4a1-3 (source all)

2013-05-23 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 09:14:29 +0100
Source: metaconfig
Binary: python-metaconfig python3-metaconfig
Architecture: source all
Version: 0.1.4a1-3
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 python-metaconfig - Python ConfigParser bootstrapping library
 python3-metaconfig - Python ConfigParser bootstrapping library (Python3)
Closes: 709396
Changes: 
 metaconfig (0.1.4a1-3) unstable; urgency=low
 .
   * Include watch file from Bart Martens.
   * Packages are Arch:all not Arch:any. Closes: #709396.
   * Don't depend on python-*-dev packages; not needed.
Checksums-Sha1: 
 207dba9ff1e813ff496826679ef87c67d6ad33b0 1882 metaconfig_0.1.4a1-3.dsc
 5a3f8fb661815016e4e355ede7fe361e06802f30 2911 
metaconfig_0.1.4a1-3.debian.tar.gz
 34111f167531ff816011b9e0c6e0c6355a346c41 6594 
python-metaconfig_0.1.4a1-3_all.deb
 9b1ed3b4edd8e3510499ad996634ce6dbd6b9fab 6284 
python3-metaconfig_0.1.4a1-3_all.deb
Checksums-Sha256: 
 7ce06542b000370171e4086d5e6d417e46deac8ca303eb0faf6d95becad7de10 1882 
metaconfig_0.1.4a1-3.dsc
 62fda336098972c886aa2035efc1d753a88ce8f9227bc02ee67124a2a4da7a9c 2911 
metaconfig_0.1.4a1-3.debian.tar.gz
 b2df9a59cf1b0da3dd4306763781e71516e0ae4eef5162d610d361b4d4935857 6594 
python-metaconfig_0.1.4a1-3_all.deb
 df18be4af621bed0651ba4cd1c87e8cf2643134572a013561e8d816b99001b33 6284 
python3-metaconfig_0.1.4a1-3_all.deb
Files: 
 a4cb40af870c24dc127c0a5a9a91982f 1882 utils optional metaconfig_0.1.4a1-3.dsc
 095ddba639dd100d18410d410f9df8cb 2911 utils optional 
metaconfig_0.1.4a1-3.debian.tar.gz
 b63361fdfede2bbc557ed06278ff0759 6594 python optional 
python-metaconfig_0.1.4a1-3_all.deb
 b6fad951fbfa0cb8ad7c122a4af7cf10 6284 python optional 
python3-metaconfig_0.1.4a1-3_all.deb

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

iQIcBAEBCAAGBQJRndDwAAoJEN9LdrZRJ3Qs/BMP/0ofvzucy8j7lnxC4f9LJGzM
n4jBdswobiKyc5BAfiXSXWVG+uVAOR0Es6j4a7JXKQ83fKrieqYEuJm8JaBVdITU
IJes7Bnu9Qz3if4ROoboO7pBYHdqB+mFGaEGIZdfdztZC3XrFYkeN8R19mw+/HXU
UbrrryAzBexXf9Bpi8QnAT2zKKr+xyAIbQmd9PbuCzoKmki8tYmil1EfYCQRVIdh
2iuet61S8CHxJxXUb4QqpP8n3BTTR3l5mkiscHgdA6AGYLG51SBVVBkQYm4viWCE
DY1yVu59FQBTDd6woOWu03ur0dTOPb7W5XDkI103bXh3by3ehepeMMHmK/DmcilW
ee9yaVEAxG8D6tyKXs5LG/xsfiwkhz2WrRU0zCy0L7yYG737ZTP2aOA3Ix9KCMHb
AaJfviuxmhVVAM416/75qeYdnBInA3epsPpuw5Tg7oYeEe4a70qzyivLOhDhlFo/
9wYdYAkB58/4Vti9C3fuTgCzpT5eaR6EBLdvBUQZuyl+t3dT/eojDZ2jtqqvQd2W
gfEzz59nE9lsfW2XP4ZGeggXCN2jQ2aH8xTR6dCthIJ/rEGxtujWlfYtzqXrAqTh
JHo4UeFyUvmgWC3tThthELXGtt/JjdxCLjwXEvFs0RpSK9PjHQT7qv5U1GJqYB/F
Fwp2hiYX4R8Ez3pTBs+x
=nm0Y
-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/e1ufrql-00087r...@franck.debian.org



Accepted plymouth 0.8.8-7 (source i386 all)

2013-05-23 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 10:31:12 +0200
Source: plymouth
Binary: plymouth plymouth-drm plymouth-x11 plymouth-dev plymouth-themes-all 
plymouth-themes-fade-in plymouth-themes-glow plymouth-themes-script 
plymouth-themes-solar plymouth-themes-spinfinity plymouth-themes-spinner
Architecture: source i386 all
Version: 0.8.8-7
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 plymouth   - Graphical Boot Animation and Logger
 plymouth-dev - Graphical Boot Animation and Logger (development)
 plymouth-drm - Graphical Boot Animation and Logger (DRM)
 plymouth-themes-all - Graphical Boot Animation and Logger (themes metapackage)
 plymouth-themes-fade-in - Graphical Boot Animation and Logger (fade-in theme)
 plymouth-themes-glow - Graphical Boot Animation and Logger (glow theme)
 plymouth-themes-script - Graphical Boot Animation and Logger (script theme)
 plymouth-themes-solar - Graphical Boot Animation and Logger (solar theme)
 plymouth-themes-spinfinity - Graphical Boot Animation and Logger (spinfinity 
theme)
 plymouth-themes-spinner - Graphical Boot Animation and Logger (spinner theme)
 plymouth-x11 - Graphical Boot Animation and Logger
Closes: 632737 702040 702900 704872 707765
Changes: 
 plymouth (0.8.8-7) experimental; urgency=low
 .
   * Updating initramfs inclusion of font-dejavu for jessie and newer
 (Closes: #707765).
   * Ordering fontconfig inclusion in initramfs hook.
   * Updating initramfs inclusion of pango for jessie and newer (Closes:
 #702040, #702900, #704872).
   * Adding patch from upstream to return directly when deactivated
 (Closes: #632737).
Checksums-Sha1: 
 3ca86b610a1328f496383c08178dc49e40577034 1784 plymouth_0.8.8-7.dsc
 f96c021902f39eb5953702f4e4bb216417e7eb2a 20220 plymouth_0.8.8-7.debian.tar.xz
 9eecb4b5d56c5bbe9cfc7d25a3e773269add44c1 125606 plymouth_0.8.8-7_i386.deb
 4bf528ec0cbff45dec9496c6c57816ea5967b3d3 87994 plymouth-drm_0.8.8-7_i386.deb
 b308568e611a10f94b02d0cbc4f03941f87e770d 18570 plymouth-x11_0.8.8-7_i386.deb
 9d0efad7b8d0a23652f0104dd4c546d027ecfd4b 377508 plymouth-dev_0.8.8-7_i386.deb
 a8b623cbefc97dfadf29dca6cc570d7a293e2441 8818 
plymouth-themes-all_0.8.8-7_all.deb
 ab58680984aca654c949f1cfb0bb9f134b36a7cd 39958 
plymouth-themes-fade-in_0.8.8-7_all.deb
 f4a9c9656222e52e8ff2b129eef6bb3000a77cf7 185764 
plymouth-themes-glow_0.8.8-7_all.deb
 286f6a53ba2593cfe050605fd6e604bb90713fae 13888 
plymouth-themes-script_0.8.8-7_all.deb
 5ec161b6647c88d54d2b087c21e899d954798917 369364 
plymouth-themes-solar_0.8.8-7_all.deb
 9808c920567f77473183114f78c7e5646aefa9d5 23568 
plymouth-themes-spinfinity_0.8.8-7_all.deb
 599c4ce1b65514a8466f63c4e9e60f92196e255e 52518 
plymouth-themes-spinner_0.8.8-7_all.deb
Checksums-Sha256: 
 ff506f53c86798939ef78523fd548bc9bc85fbae6ccb1ced8f9f2786fb366df6 1784 
plymouth_0.8.8-7.dsc
 3cda7c33958d593dcae95370396888ebc428bcdffc1325390d87f5ed04fe9f50 20220 
plymouth_0.8.8-7.debian.tar.xz
 81e5156ca262478b395c7a6debe519a9438f819d502ddf9b9b4ff57bbca092f0 125606 
plymouth_0.8.8-7_i386.deb
 b04702c6fb86e76e927fa470c5fae161678082549c6b130f90855dcdabcd7525 87994 
plymouth-drm_0.8.8-7_i386.deb
 b0d54a9ca0c3fcb9c0fc222467bc771442febb0e8b434307c013a63713568d30 18570 
plymouth-x11_0.8.8-7_i386.deb
 30fbd513bbe758ccd548d4ece2a27e351c54c610f9aee05e532768aeaae5be7b 377508 
plymouth-dev_0.8.8-7_i386.deb
 4e9f4f2f30b67d541bd7f49b6323f6b1c27492c11b98719e15639fae9fa679fd 8818 
plymouth-themes-all_0.8.8-7_all.deb
 92d4209e199605b43f6aa191606caf92244ed6ce076ccf8dfd1aac9658b5dd62 39958 
plymouth-themes-fade-in_0.8.8-7_all.deb
 6dacd1df6af1433570b488bd0511e34e70515364bc694f069663999465cc5b0b 185764 
plymouth-themes-glow_0.8.8-7_all.deb
 33fde35c8600d86da7a27bb94c82a931849ec41e66facd5f679048c53c6648f2 13888 
plymouth-themes-script_0.8.8-7_all.deb
 3f40b9ba625b360049e7cc12602f2e53d9cebe5a856e9bdc10bd7db583b8d44a 369364 
plymouth-themes-solar_0.8.8-7_all.deb
 f69cbf12f95c644661add04251ab9c0d34c9803563551d1d29cf31e836e22028 23568 
plymouth-themes-spinfinity_0.8.8-7_all.deb
 b1cbb722eba9cc02310c474e4c755ddec6891003fc72e0dc155e4687336a22fc 52518 
plymouth-themes-spinner_0.8.8-7_all.deb
Files: 
 72bc56db448165a28c9e9ecf965bdb35 1784 misc optional plymouth_0.8.8-7.dsc
 d40c4b521a58c0b921082019885ae177 20220 misc optional 
plymouth_0.8.8-7.debian.tar.xz
 0d96cff96387c2d0e962cb4aafec741d 125606 misc optional plymouth_0.8.8-7_i386.deb
 66e7ba41c1cb415905bc8614c346b83d 87994 misc optional 
plymouth-drm_0.8.8-7_i386.deb
 a2969bf51c7c84e88580cbbb1494fdfb 18570 misc optional 
plymouth-x11_0.8.8-7_i386.deb
 194dee9828a0eefe0bb488d42d72a334 377508 misc optional 
plymouth-dev_0.8.8-7_i386.deb
 9d0a24b429430309f186c05e547650fa 8818 misc optional 
plymouth-themes-all_0.8.8-7_all.deb
 138e781f90a56bfe6094dd69416a6728 39958 misc optional 
plymouth-themes-fade-in_0.8.8-7_all.deb
 73acf9e6e07d44e9d08ddd8f1fe6b7b3 185764 misc 

Accepted texlive-base 2013.20130523-1 (source all)

2013-05-23 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 12:56:48 +0900
Source: texlive-base
Binary: texlive-base texlive-generic-recommended texlive-latex-base 
texlive-latex-recommended texlive-fonts-recommended texlive-pictures 
texlive-luatex texlive-metapost texlive-omega texlive-xetex texlive 
texlive-full texlive-fonts-recommended-doc texlive-latex-base-doc 
texlive-latex-recommended-doc texlive-metapost-doc texlive-pictures-doc
Architecture: source all
Version: 2013.20130523-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 texlive- TeX Live: A decent selection of the TeX Live packages
 texlive-base - TeX Live: Essential programs and files
 texlive-fonts-recommended - TeX Live: Recommended fonts
 texlive-fonts-recommended-doc - TeX Live: Documentation files for 
texlive-fonts-recommended
 texlive-full - TeX Live: metapackage pulling in all components of TeX Live
 texlive-generic-recommended - TeX Live: Generic recommended packages
 texlive-latex-base - TeX Live: LaTeX fundamental packages
 texlive-latex-base-doc - TeX Live: Documentation files for texlive-latex-base
 texlive-latex-recommended - TeX Live: LaTeX recommended packages
 texlive-latex-recommended-doc - TeX Live: Documentation files for 
texlive-latex-recommended
 texlive-luatex - TeX Live: LuaTeX packages
 texlive-metapost - TeX Live: MetaPost and Metafont packages
 texlive-metapost-doc - TeX Live: Documentation files for texlive-metapost
 texlive-omega - TeX Live: Omega packages
 texlive-pictures - TeX Live: Graphics, pictures, diagrams
 texlive-pictures-doc - TeX Live: Documentation files for texlive-pictures
 texlive-xetex - TeX Live: XeTeX and packages
Changes: 
 texlive-base (2013.20130523-1) unstable; urgency=low
 .
   * new upstream checkout
   * turn user mode permanently on in tlmgr, and make tlmgr actually work
Checksums-Sha1: 
 7bf883902949a8e9a9a26ecd26f491f78ffcdd21 2307 texlive-base_2013.20130523-1.dsc
 6cc2cedf4fc13e1297fa42ffb6075496f66afaa8 214699704 
texlive-base_2013.20130523.orig.tar.xz
 85f04836ff8373ff0d35c2b1926a5fe38e6af6fd 150583 
texlive-base_2013.20130523-1.debian.tar.gz
 4abebb5e71371b9aba89c74732ce588adcba113d 16397918 
texlive-base_2013.20130523-1_all.deb
 e49d755815a1bde18d894e2d9a15a735e82fe126 2140246 
texlive-generic-recommended_2013.20130523-1_all.deb
 b6a8fb46b0e7fa1e383510d18caf8333b53b062b 853742 
texlive-latex-base_2013.20130523-1_all.deb
 b6fddf440a1fd43cc042ebc58c51775a6e5ce25b 6818338 
texlive-latex-recommended_2013.20130523-1_all.deb
 3105eec60be4347968887d7475b9298a44b74d1b 5909014 
texlive-fonts-recommended_2013.20130523-1_all.deb
 ce6e8dc295a0fb7008fb3aeacf862b6e7b228426 2363988 
texlive-pictures_2013.20130523-1_all.deb
 1c693fe13e9040aa7681400f17ec48f2d6d5db09 7697850 
texlive-luatex_2013.20130523-1_all.deb
 ffabe452b320e122186e064d5f880bf172934752 420990 
texlive-metapost_2013.20130523-1_all.deb
 dc20720a3878ce37482b79e00ff5a742f4cd28b6 2115392 
texlive-omega_2013.20130523-1_all.deb
 f6400a8fe1a57f8261d81975f558bff657efe874 7532278 
texlive-xetex_2013.20130523-1_all.deb
 ec360006ad9e563482655881aa06f28fd7fd880c 27280 texlive_2013.20130523-1_all.deb
 87a576743fc5df659346ebcfcc909497ad06f3e8 27546 
texlive-full_2013.20130523-1_all.deb
 48342ed291fd1af4ce9d3ccb04c76a187abf8aa0 2902030 
texlive-fonts-recommended-doc_2013.20130523-1_all.deb
 1c29c228dd0546dc791b381fed37ec9d81d62c39 37384868 
texlive-latex-base-doc_2013.20130523-1_all.deb
 ad8613c48896d13a36a65faf6011c640c3d4c3a7 38206788 
texlive-latex-recommended-doc_2013.20130523-1_all.deb
 17412fbbe82e5dd383cea11ffabb14b1ad8de5e5 24273232 
texlive-metapost-doc_2013.20130523-1_all.deb
 1f96d152afde34733eb3fd28bc95e91bca6009d2 53850458 
texlive-pictures-doc_2013.20130523-1_all.deb
Checksums-Sha256: 
 7ec96d2b667c3edc69454f35a8ca5db6c8e73c7b730dedab33ce038c430c89a8 2307 
texlive-base_2013.20130523-1.dsc
 5ef5684a71c629459a031b9245f9bdd04af55e0228f34e435337c6420bb3cd52 214699704 
texlive-base_2013.20130523.orig.tar.xz
 a57c19e13bd6aae73bddb1efb6938af595a34fbf1af7d03ac6ecbc8d865abef4 150583 
texlive-base_2013.20130523-1.debian.tar.gz
 f25728abcc3acf8a1ca0f9939f86c694a1f739fc73315ebcd0e4ec2082825197 16397918 
texlive-base_2013.20130523-1_all.deb
 b6c81e31cf3643bd4501e90f0cf363ceb93c032e7f6a08ed836acf0f15e512f5 2140246 
texlive-generic-recommended_2013.20130523-1_all.deb
 a388117989ba185b90c1a7ba0ec453c375801f8720bf714ce1060d5739dd8298 853742 
texlive-latex-base_2013.20130523-1_all.deb
 641637f4d302b3617c8ba62933daed35d803e09eeeaa4b37f25297c64f3b45c8 6818338 
texlive-latex-recommended_2013.20130523-1_all.deb
 aa4332a618288bd48a9b8cd1101db05d0c5ad175f0ad0854cfabd5480ea82ca0 5909014 
texlive-fonts-recommended_2013.20130523-1_all.deb
 dcdbe85d66299883688ccbec96a17d7b823c0fc98150236ba9a6bd8eb130ed8d 2363988 
texlive-pictures_2013.20130523-1_all.deb
 

Accepted texlive-extra 2013.20130523-1 (source all)

2013-05-23 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 12:36:41 +0900
Source: texlive-extra
Binary: texlive-bibtex-extra texlive-extra-utils texlive-font-utils 
texlive-formats-extra texlive-generic-extra texlive-math-extra 
texlive-plain-extra texlive-latex-extra texlive-fonts-extra texlive-music 
texlive-games texlive-pstricks texlive-publishers texlive-humanities 
texlive-science texpower pdfjam texlive-latex3 texlive-fonts-extra-doc 
texlive-humanities-doc texlive-latex-extra-doc texlive-pstricks-doc 
texlive-publishers-doc texlive-science-doc
Architecture: source all
Version: 2013.20130523-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 pdfjam - TeX Live: transitional dummy package
 texlive-bibtex-extra - TeX Live: BibTeX additional styles
 texlive-extra-utils - TeX Live: TeX auxiliary programs
 texlive-font-utils - TeX Live: Graphics and font utilities
 texlive-fonts-extra - TeX Live: Additional fonts
 texlive-fonts-extra-doc - TeX Live: Documentation files for texlive-fonts-extra
 texlive-formats-extra - TeX Live: Additional formats
 texlive-games - TeX Live: Games typesetting
 texlive-generic-extra - TeX Live: Generic additional packages
 texlive-humanities - TeX Live: Humanities packages
 texlive-humanities-doc - TeX Live: Documentation files for texlive-humanities
 texlive-latex-extra - TeX Live: LaTeX additional packages
 texlive-latex-extra-doc - TeX Live: Documentation files for texlive-latex-extra
 texlive-latex3 - TeX Live: transitional dummy package
 texlive-math-extra - TeX Live: Mathematics packages
 texlive-music - TeX Live: Music packages
 texlive-plain-extra - TeX Live: Plain TeX packages
 texlive-pstricks - TeX Live: PSTricks
 texlive-pstricks-doc - TeX Live: Documentation files for texlive-pstricks
 texlive-publishers - TeX Live: Publisher styles, theses, etc.
 texlive-publishers-doc - TeX Live: Documentation files for texlive-publishers
 texlive-science - TeX Live: Natural and computer sciences
 texlive-science-doc - TeX Live: Documentation files for texlive-science
 texpower   - TeX Live: transitional dummy package
Changes: 
 texlive-extra (2013.20130523-1) unstable; urgency=low
 .
   * new upstream checkout
Checksums-Sha1: 
 18b25848e7b4707a9337d61ca0183534ee981952 2676 texlive-extra_2013.20130523-1.dsc
 4a7767547cb6abaedd17a67681eb76019514bfff 841827300 
texlive-extra_2013.20130523.orig.tar.xz
 32124eb524da9ba206b9a1041faf81a073413018 157893 
texlive-extra_2013.20130523-1.debian.tar.gz
 3c941227d5a2debbce231b0986b7fda6d82bc6f9 31431866 
texlive-bibtex-extra_2013.20130523-1_all.deb
 fe9db20001cad3a65b5cd1f2adb093fd2c3eea35 8431052 
texlive-extra-utils_2013.20130523-1_all.deb
 3bddfbf175188bddb5ce1294e3e3d8fa629efa39 1716972 
texlive-font-utils_2013.20130523-1_all.deb
 e83718fee5ff17fd52f5b84975c9e51fc8e76ebe 1979232 
texlive-formats-extra_2013.20130523-1_all.deb
 535778f2c74e9f278fcaaeaa4031127cb5819905 9591492 
texlive-generic-extra_2013.20130523-1_all.deb
 3bd789c9886d805e42c4d9f6e52a2328a1084d0a 12301030 
texlive-math-extra_2013.20130523-1_all.deb
 4d5cbc9d42162463987b9ae0a9481458b194f549 3138362 
texlive-plain-extra_2013.20130523-1_all.deb
 4ac23cc50a9151dcf7412df5624ccefe8d3606ce 6916510 
texlive-latex-extra_2013.20130523-1_all.deb
 099f90d75365669f77cc920e2a22f0e3f8bd8b3f 147364104 
texlive-fonts-extra_2013.20130523-1_all.deb
 e94c014fd7e9920e3c1df28f1e17fffad7dacfac 7694534 
texlive-music_2013.20130523-1_all.deb
 64f478d8cb2945b8afb861d154039079357acefc 4271166 
texlive-games_2013.20130523-1_all.deb
 8b5f128e1192283a076cf7a71af13fc23d3069e4 26069006 
texlive-pstricks_2013.20130523-1_all.deb
 9f76ac3d9d23f066262e476c75cde35ef2f56165 2042278 
texlive-publishers_2013.20130523-1_all.deb
 1f69d2f6ab911d227ed7c73c6747204c0b494f66 330630 
texlive-humanities_2013.20130523-1_all.deb
 e85058eac6d0775d30078d5991d2fcd5416cb992 2276950 
texlive-science_2013.20130523-1_all.deb
 d0aefc8c9de10bee95a1cbfb5252d6d9413e6156 23362 texpower_2013.20130523-1_all.deb
 414b21bf558610bd1500d1fd964feb7d89ebc6b1 23358 pdfjam_2013.20130523-1_all.deb
 df4ab680c3a88b3e0ace62c570a9f5357badf73e 23366 
texlive-latex3_2013.20130523-1_all.deb
 716397d43e54b3269603907dd2036fa02f861557 50569662 
texlive-fonts-extra-doc_2013.20130523-1_all.deb
 85e8c74c134707af80dc701adc12334a957c5c7e 12684896 
texlive-humanities-doc_2013.20130523-1_all.deb
 fc1d6f154688ce6ac1fd467cf8ad52060d4d15a6 302494322 
texlive-latex-extra-doc_2013.20130523-1_all.deb
 38b73ffa7352acde636f4e93d97769bff5a4349f 72720824 
texlive-pstricks-doc_2013.20130523-1_all.deb
 7db93836e2b94dd3c5c8cd48827f9325e456925d 65364942 
texlive-publishers-doc_2013.20130523-1_all.deb
 45b7aca52733feabddfd53ed9fa0a52c1925ab6d 21254680 
texlive-science-doc_2013.20130523-1_all.deb
Checksums-Sha256: 
 53082b7a6eecf50cc1eec3b421d97a6bc8e99be39734227ed5ed403728416290 2676 
texlive-extra_2013.20130523-1.dsc
 

Accepted texlive-lang 2013.20130523-1 (source all)

2013-05-23 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 12:37:01 +0900
Source: texlive-lang
Binary: texlive-lang-african texlive-lang-arabic texlive-lang-cjk 
texlive-lang-cyrillic texlive-lang-czechslovak texlive-lang-english 
texlive-lang-european texlive-lang-french texlive-lang-german 
texlive-lang-greek texlive-lang-indic texlive-lang-italian texlive-lang-other 
texlive-lang-polish texlive-lang-portuguese texlive-lang-spanish 
texlive-lang-all ptex-bin thailatex
Architecture: source all
Version: 2013.20130523-1
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 ptex-bin   - TeX Live: transitional dummy package
 texlive-lang-african - TeX Live: African scripts
 texlive-lang-all - TeX Live: metapackage depending on all TeX Live language 
packages
 texlive-lang-arabic - TeX Live: Arabic
 texlive-lang-cjk - TeX Live: Chinese/Japanese/Korean/Thai
 texlive-lang-cyrillic - TeX Live: Cyrillic
 texlive-lang-czechslovak - TeX Live: Czech/Slovak
 texlive-lang-english - TeX Live: US and UK English
 texlive-lang-european - TeX Live: Other European languages
 texlive-lang-french - TeX Live: French
 texlive-lang-german - TeX Live: German
 texlive-lang-greek - TeX Live: Greek
 texlive-lang-indic - TeX Live: Indic scripts
 texlive-lang-italian - TeX Live: Italian
 texlive-lang-other - TeX Live: Other languages
 texlive-lang-polish - TeX Live: Polish
 texlive-lang-portuguese - TeX Live: Portuguese
 texlive-lang-spanish - TeX Live: Spanish
 thailatex  - TeX Live: transitional dummy package
Closes: 709227 709233
Changes: 
 texlive-lang (2013.20130523-1) unstable; urgency=low
 .
   * new upstream checkout
   * add another few replaces against old doc pkgs
 (Closes: #709227, #709233)
   * include thailatex again, provide transitional thailatex package
Checksums-Sha1: 
 29ef4f0d56f28fb633d51db43686f4f0c62da8e6 2409 texlive-lang_2013.20130523-1.dsc
 8e3cd2664fb257ed96b40e852f6821f0e47106ee 383625584 
texlive-lang_2013.20130523.orig.tar.xz
 9afb90aa865d5ffb4c8bd41b568910e6f5db5d25 101338 
texlive-lang_2013.20130523-1.debian.tar.gz
 0d21a5c8699129cf8cd47878d6fd6e15719b7c35 5909572 
texlive-lang-african_2013.20130523-1_all.deb
 520b1004fc22f882b063b86a54dce16bf269471a 72340052 
texlive-lang-arabic_2013.20130523-1_all.deb
 1e096e541c24ed8b993180c89f88678720826e70 52633596 
texlive-lang-cjk_2013.20130523-1_all.deb
 31f26606481fb488965aa3fc371a90b6c0fd8713 19240870 
texlive-lang-cyrillic_2013.20130523-1_all.deb
 862f186b8055169fdeb6e8100e6c22e0e13632d6 10120936 
texlive-lang-czechslovak_2013.20130523-1_all.deb
 26a52028b9dceb90af0eb2538cad9bd47c215e61 58135372 
texlive-lang-english_2013.20130523-1_all.deb
 44ab6edd0f7de77c97644ce540e9e956c02ccda7 7802700 
texlive-lang-european_2013.20130523-1_all.deb
 253bca6583a9b3f60c4fad67bd0eb36d23db56c5 14985716 
texlive-lang-french_2013.20130523-1_all.deb
 171730d4bbf7f58d6a9e9389db86b1781ab042b2 22136570 
texlive-lang-german_2013.20130523-1_all.deb
 38bcee8889efb77977cc4a09295dd6b34e425e25 73862496 
texlive-lang-greek_2013.20130523-1_all.deb
 ea1d4bdcb98bd0f34debb659fe0e40d00743af2f 5798470 
texlive-lang-indic_2013.20130523-1_all.deb
 3c1f9d22dda9e3a6fa42adc7d5d9071eccc19394 5396854 
texlive-lang-italian_2013.20130523-1_all.deb
 cc7fba9e52bfd3661af63d86ec41ac2de5b8838e 14939258 
texlive-lang-other_2013.20130523-1_all.deb
 d1700de310dd19e4915db3b4fb59fb52e841cb20 7060682 
texlive-lang-polish_2013.20130523-1_all.deb
 7ec6157c73140328aac6ad4e04b7bd12c8ca5564 10085812 
texlive-lang-portuguese_2013.20130523-1_all.deb
 2664d5c269c3c623c7a506b78e1459c21f26d66a 4417256 
texlive-lang-spanish_2013.20130523-1_all.deb
 7c2e52b1b2b48830d5e5ea3aa12ebeba2d36bb3b 21046 
texlive-lang-all_2013.20130523-1_all.deb
 ed31c381c7a9341830815355fc29b44ba4db0c99 21342 ptex-bin_2013.20130523-1_all.deb
 fd1b14c0568d98e2585e9b3c73881af361323a79 20998 
thailatex_2013.20130523-1_all.deb
Checksums-Sha256: 
 501c385524f34583cbfc1e30ac0a34b9a2302c73ce32bb697e32296bd00cc6f1 2409 
texlive-lang_2013.20130523-1.dsc
 db3e2189285650153004107e88289ba4c89007944349db2c8e71786eef882693 383625584 
texlive-lang_2013.20130523.orig.tar.xz
 84058de9e8ce1a5e22fbf1459506775a0a26bf0e7bf9221ecda28773c22b7b81 101338 
texlive-lang_2013.20130523-1.debian.tar.gz
 2a9b8438533801c61eb04b6aeda02ed16c080be3ebaeacfdf7d2ca5bd5d9bc45 5909572 
texlive-lang-african_2013.20130523-1_all.deb
 09095a197e5aab244526f424091866715fe29ea2887013f8f6a87ac923c2a119 72340052 
texlive-lang-arabic_2013.20130523-1_all.deb
 8a58788ecaeed5f271a3c0ede8ad0b51fcf5660252a0e6acb0f8de668adcd29e 52633596 
texlive-lang-cjk_2013.20130523-1_all.deb
 1f4706d1d5a4afa7fa4ce4c8bb3a85c3267dff0bb38651b10b1ecff889c329ab 19240870 
texlive-lang-cyrillic_2013.20130523-1_all.deb
 cfec9a1ff6ae8ec943e445108941b44528453c0cc8fdb59dc06c58faa5c97bc9 10120936 
texlive-lang-czechslovak_2013.20130523-1_all.deb
 

Accepted wordnet 1:3.0-31 (source all amd64)

2013-05-23 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 08:46:48 +0200
Source: wordnet
Binary: wordnet wordnet-gui wordnet-dev wordnet-base wordnet-sense-index 
wordnet-grind dict-wn goldendict-wordnet
Architecture: source all amd64
Version: 1:3.0-31
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 dict-wn- electronic lexical database of English language for dict
 goldendict-wordnet - electronic lexical database of English language 
(goldendict)
 wordnet- electronic lexical database of English language
 wordnet-base - electronic lexical database of English language (base data)
 wordnet-dev - electronic lexical database of English language (devel)
 wordnet-grind - WordNet lexicographer files processor
 wordnet-gui - electronic lexical database of English language (GUI)
 wordnet-sense-index - electronic lexical database of English language (index)
Closes: 709153
Changes: 
 wordnet (1:3.0-31) unstable; urgency=low
 .
   * debian/control: Add needed Breaks/Replaces (thanks for the patch to
 Andreas Beckmann a...@debian.org
 Closes: #709153
   * debian/rules: Use xz compression
Checksums-Sha1: 
 e598a0b3d6266f87ac3d53a126594ddde752dff9 1837 wordnet_3.0-31.dsc
 6c62ac0fbfaecd64e52be4eb80bec9345dfc4410 97891 wordnet_3.0-31.debian.tar.gz
 ea62263bb219eb32a222f58a71dfe0adca359e7a 6430314 wordnet-base_3.0-31_all.deb
 9b9ed9eaa563845c63c33fae8de1515bc53dfad5 1580844 
wordnet-sense-index_3.0-31_all.deb
 d54031b22b4a40fe65fc59ff02445f7293c7bc88 10609072 dict-wn_3.0-31_all.deb
 4a3d08c4e2e546e25561b625223d7651bae1c4a3 17009220 
goldendict-wordnet_3.0-31_all.deb
 d07741e7e0146af1fdc48c238f81e23d7ccb331a 67486 wordnet_3.0-31_amd64.deb
 b929c724855916fb17b5b945a927b11bb8433e78 53014 wordnet-gui_3.0-31_amd64.deb
 1b61f7ad78df0e6a46a52f9555b58dfdead615c1 60638 wordnet-dev_3.0-31_amd64.deb
 0ce051fde75464a1b1b62c991be57cabfa60ab70 43284 wordnet-grind_3.0-31_amd64.deb
Checksums-Sha256: 
 350705a4ef9e08a5e2645107ac4f513af96eb78196eb800ef7ba912cdf135633 1837 
wordnet_3.0-31.dsc
 7e5557985dcd0ab9cf77aa98fac959d034d6229d1e5737aed999615fb17a2e50 97891 
wordnet_3.0-31.debian.tar.gz
 034b798e64ff7eccf8363066cc81a30ae599721b8ead24f6cee180d5ef1d5afb 6430314 
wordnet-base_3.0-31_all.deb
 c1201ceed4c332278eb95b74537ae9e12e0cbaed439e4396a821220063673ab9 1580844 
wordnet-sense-index_3.0-31_all.deb
 b223237a0440bb3441aaed165584631b7d4678f187c3e2bf932c9cb8102fae4e 10609072 
dict-wn_3.0-31_all.deb
 699e4c3b906bd570e10e242ab76e7edb3f480042a2303760531fd83c09b96fb7 17009220 
goldendict-wordnet_3.0-31_all.deb
 3e9fb9f113b49beebcf4c0b70ee62765e9be189be30e324852faa7e2b0cafa6e 67486 
wordnet_3.0-31_amd64.deb
 c7555b4ab8e865af13552b29dd9be520dca8df4bc7342d8f118b1aa6bbf916a2 53014 
wordnet-gui_3.0-31_amd64.deb
 197e7687fb25473904a2f3ca6383665acc96e5d5e965b44a40d6cf61356d 60638 
wordnet-dev_3.0-31_amd64.deb
 5547f9009c04b4c495cc16902c66fe99a4eedbfe800a77094dc1270712f4d689 43284 
wordnet-grind_3.0-31_amd64.deb
Files: 
 44b1f908ffb0390c4d01b04c13f98f6b 1837 text optional wordnet_3.0-31.dsc
 c5d17ae6bb75c7d9bc59872b1ddae880 97891 text optional 
wordnet_3.0-31.debian.tar.gz
 48e4b08294f16edaa8eac13490855f5d 6430314 text optional 
wordnet-base_3.0-31_all.deb
 1de02e037093a4be80265fc6ebbfdf1f 1580844 text extra 
wordnet-sense-index_3.0-31_all.deb
 68c5ccc2123531302506185c36e40c6d 10609072 text optional dict-wn_3.0-31_all.deb
 24c3e77d7def0a28172440721675f712 17009220 text optional 
goldendict-wordnet_3.0-31_all.deb
 84a00a2abbfdaddd9c6842ec28ac6057 67486 text optional wordnet_3.0-31_amd64.deb
 935889aecb676e1fa7703e368911312d 53014 text optional 
wordnet-gui_3.0-31_amd64.deb
 33a36f6055a8425820a6289ddafaef05 60638 devel optional 
wordnet-dev_3.0-31_amd64.deb
 f21cbe4b593139819fd89ad54d2ec9a9 43284 text extra 
wordnet-grind_3.0-31_amd64.deb

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

iEYEARECAAYFAlGdy+8ACgkQYDBbMcCf01pHAQCgs4MCda7CqgDIom7kVkFKpQcx
xHwAoINsu6e+C8ltHjeVPiXcS+xIaUVv
=QfpB
-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/e1ufrx9-cd...@franck.debian.org



Accepted grep 2.14-2 (source amd64)

2013-05-23 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 11:02:34 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.14-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 693917
Changes: 
 grep (2.14-2) unstable; urgency=low
 .
   * Fixing bug in 03-397262-dlopen-pcre.patch: LIB instead of LIBS. Thanks
 to Bjarni Ingi Gislason. (Closes: #693917)
Checksums-Sha1: 
 62b78f6b3e34bb6bd0a7fd3a8a2e7bf3a32248b3 1262 grep_2.14-2.dsc
 d8b06a40f0d2a719ad1b6cfe252a03f03bf94569 12201 grep_2.14-2.debian.tar.bz2
 ab3c05d8ddb4391c49f6f106840afc265dcfbdb9 463228 grep_2.14-2_amd64.deb
Checksums-Sha256: 
 feb6430f88aa9d2bd97fd331bfeb4ca2d87d66ece5b6ffb77e27f6ba7df8f809 1262 
grep_2.14-2.dsc
 7d5e766a60c27322271905f32c9ab6a6128c4861a521b734f66d04c8b22d94ea 12201 
grep_2.14-2.debian.tar.bz2
 e6c6cc7385f1aa04e1bedb4d27f66b387deb0061bd02b68c44e45d8da669eb4b 463228 
grep_2.14-2_amd64.deb
Files: 
 4cd3aedf3d2894a913bcae4854878a52 1262 utils required grep_2.14-2.dsc
 2a97d4a5b03dd84a00980688720bb016 12201 utils required 
grep_2.14-2.debian.tar.bz2
 7a19616be61c169ac6664f87b919025d 463228 utils required grep_2.14-2_amd64.deb

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

iEYEARECAAYFAlGd5sUACgkQQUuEI2/szeB/ygCcCVDKBCGsN3ndxBE+CaPrq0S3
s/IAn2ifu/bEM1r+nbE0KmKDtwLMM1UV
=Prkz
-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/e1ufsaj-0004u4...@franck.debian.org



Accepted partman-auto-lvm 49 (source all)

2013-05-23 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 11:51:04 +0100
Source: partman-auto-lvm
Binary: partman-auto-lvm
Architecture: source all
Version: 49
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Dmitrijs Ledkovs dmitrijs.ledk...@canonical.com
Description: 
 partman-auto-lvm - Automatically partition storage devices using LVM (udeb)
Closes: 542441 565947
Changes: 
 partman-auto-lvm (49) unstable; urgency=low
 .
   * After creating partitions, wait for devices to settle and wipe
 left-over LVM from them. (Closes: #542441) (LP: #154086)
   * Append -vg to VG names derived from hostname. (LP: #1091788)
   * Ask for a different VG name, if it clashes with a device name. (Closes: 
#565947)
   * Adjust VCS fileds to canonical URLs.
   * Specify 3.0 (native) source format.
   * Bump compat to 9 (drops useless pysupport calls).
   * Add myself to uploaders.
Checksums-Sha1: 
 8b59036b4752f379a412b379c12447712471a4bd 1705 partman-auto-lvm_49.dsc
 5a7d5ed36db0f9f5a9e5f9dd3b2a696ec318f371 101601 partman-auto-lvm_49.tar.gz
 eba260e6314f17ef78858509559a154edc3b748c 70132 partman-auto-lvm_49_all.udeb
Checksums-Sha256: 
 80fd1255d8d6bf7ac05d6b74a7e3f61ba829280a0097bc0f8ed3d98b66b73b5f 1705 
partman-auto-lvm_49.dsc
 243cec4452a099fe75c6217a2f34ccbb975e61b3786ac777c2901155bd9bfdb3 101601 
partman-auto-lvm_49.tar.gz
 fe5af35268370c1db463d2640650fb83dc634a70efabb84fb32cfa1f75a97651 70132 
partman-auto-lvm_49_all.udeb
Files: 
 aa9688fc9fb5227b3acef83fe0e38c12 1705 debian-installer optional 
partman-auto-lvm_49.dsc
 50e8e362c346bc3a2c9a25f4a75b0a80 101601 debian-installer optional 
partman-auto-lvm_49.tar.gz
 ba731dee183c0e3fc8946589cccbd032 70132 debian-installer optional 
partman-auto-lvm_49_all.udeb

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

iQIcBAEBCAAGBQJRnfUcAAoJEIh7YGGLPBau1rYP/AjkZDLgPaCpRjI0bxgHIWSs
OGKhg97ahjps5g/2/snuw92WOGGxfPIOOjZ/zou1MhhdiA++PQfTV/29UmY+g0KA
Z9pxlgW+ZW/vMG6ENeCsExbF1Zt37OHRYW1Yd8rYYznuVfR3uBZYwh9T/+/byR3V
RttLUSx8gl2rReVnLqMjYAaCNRdkiMMZOW8+o50sfuc2SgmH1WU2dvPyolfp3mPb
XmpztxEdo7PVQOnNM/jKT78nXKp0xJ0couBqRFSFQGv3uU1ADr9+5iK8i5TMDHLB
jb94GzvgXnmHEigxID7pY/8xhIWLOKDBT/H9M5D9t5UfgZ61tJCvvSMBzBJWglI4
3TU3OcNtYbzdP7XKGrVCXPoWa+xi/LsMZ3O3a4sYSubUwnOt3RuKFnghCX9dQKq8
fdt7dEZ5bKv/OuhyQDDcxK3lcc59aWOPktrkJuEiQrjzFb/xauMvuTxH9Td8oaBv
Xdp0sTsG1kNbO8PLbjTlxL4yxxA+MZBfpW0SnJgDHC6vFxidqmsGpgd/i6bA/iG2
NInZkM5dkC2YskWfePdl77FPKWXnwNlFShPBkKdm2hE+ke2KXHJ5JYEG16/xsqmH
5q6c74OvYomiY5cthnha859IYEGy6ezufwDIwi9OyFoYfijB5vqtm+Sce7pGKrYC
BCGIavcAnxXtbEQS7Gzm
=opLc
-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/e1uftjk-xw...@franck.debian.org



Accepted rygel 0.18.2-1 (source amd64 all)

2013-05-23 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 May 2013 17:08:27 +0200
Source: rygel
Binary: rygel rygel-dbg rygel-2.0-dev librygel-core-2.0-1 librygel-server-2.0-1 
librygel-renderer-2.0-1 librygel-renderer-gst-2.0-1 rygel-mediathek 
rygel-tracker rygel-gst-renderer rygel-playbin rygel-gst-launch 
rygel-preferences
Architecture: source amd64 all
Version: 0.18.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Rygel Maintainers ah-ry...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 librygel-core-2.0-1 - GNOME UPnP/DLNA services - core library
 librygel-renderer-2.0-1 - GNOME UPnP/DLNA services - renderer library
 librygel-renderer-gst-2.0-1 - GNOME UPnP/DLNA services - renderer library
 librygel-server-2.0-1 - GNOME UPnP/DLNA services - server library
 rygel  - GNOME UPnP/DLNA services
 rygel-2.0-dev - GNOME UPnP/DLNA services - plugin development files
 rygel-dbg  - GNOME UPnP/DLNA services
 rygel-gst-launch - GNOME UPnP/DLNA services - gst-launch plugin
 rygel-gst-renderer - transitional dummy package
 rygel-mediathek - GNOME UPnP/DLNA services - Mediathek plugin
 rygel-playbin - GNOME UPnP/DLNA services - GStreamer Media Renderer plugin
 rygel-preferences - GNOME UPnP/DLNA services - preferences tool
 rygel-tracker - GNOME UPnP/DLNA services - Tracker plugin
Closes: 703281
Changes: 
 rygel (0.18.2-1) unstable; urgency=low
 .
   * Imported Upstream version 0.18.2
 - Includes ui: Check that autostart file exists (Closes: #703281)
   * Revert Add patch from upstream to work around vala bug causing ...
 - debian/patches/0001-engine-gst-Fix-obscure-test-failure.patch
 - now included in upstream release.
   * patch rygel-preferences to properly restore configured interface
 - debian/patches/0001-ui-don-t-lose-the-interface-setting.patch
 - see https://bugzilla.gnome.org/show_bug.cgi?id=700570
   * Add alternative tracker-sparql 0.16 build-dependency
   * Make rygel-playbin depend on gstreamer1.0-plugins-good.
 Thanks to Jens Georg for finding and suggesting this.
Checksums-Sha1: 
 b183aa9a03550b4d1e499eda4ee65990e9fbdf36 2460 rygel_0.18.2-1.dsc
 fe4373d40dd2ee521d1a02136650c9d519c1bcca 3132572 rygel_0.18.2.orig.tar.xz
 d3b27427703d92a872c716b9b348d4bae0dbc994 11121 rygel_0.18.2-1.debian.tar.gz
 4391eb35b774684be8864cd6392b7e161847c1e0 930594 rygel_0.18.2-1_amd64.deb
 5e4e9e557376a6fdcbdea77b2331a6a015ba112a 3000630 rygel-dbg_0.18.2-1_amd64.deb
 2659e3c38fe817154e787ebd94f574c1a7c19f75 620620 
rygel-2.0-dev_0.18.2-1_amd64.deb
 a811ca8a1abe2d3ea99f6173a73e3c5e6eaf2bcb 470454 
librygel-core-2.0-1_0.18.2-1_amd64.deb
 40e81945ee700910087a51c4f9ca604a0a39bb1c 600726 
librygel-server-2.0-1_0.18.2-1_amd64.deb
 8e127649b400dfa73b90bda6841df7bcc383edae 448618 
librygel-renderer-2.0-1_0.18.2-1_amd64.deb
 cf2794187be098e443503bddfc99bbd6bb9615e1 424974 
librygel-renderer-gst-2.0-1_0.18.2-1_amd64.deb
 1e50f3c5d4b884a855fb75826f3555b22b72fe8a 432378 
rygel-mediathek_0.18.2-1_amd64.deb
 d684a5cbef52fc037667c805fafbb4b3fc746b3b 474082 
rygel-tracker_0.18.2-1_amd64.deb
 3c6ffd4e421a3fbae1d873e4841082579190d7ce 411772 
rygel-gst-renderer_0.18.2-1_all.deb
 de4e34d49445285ce4d03d2ffcfaac43929a0008 415226 
rygel-playbin_0.18.2-1_amd64.deb
 b1057168d29fbdcd748e70f5b2b223658404c2f5 420062 
rygel-gst-launch_0.18.2-1_amd64.deb
 5065322f35c5cbcc628da34147e4a2048d13ca6c 439940 
rygel-preferences_0.18.2-1_amd64.deb
Checksums-Sha256: 
 a2edb83c8244990a2361f89d24f66ae09e4283a4dc2c4d0a71f39b318a539397 2460 
rygel_0.18.2-1.dsc
 26dea444e69f68cec822e58080162d056528a518b9b155503016a19dda0b48a4 3132572 
rygel_0.18.2.orig.tar.xz
 b3f60d22c3cfdf90b4cd7da7378126d53626401870563e9d980dde817a7f4b4c 11121 
rygel_0.18.2-1.debian.tar.gz
 8b91d1b65bd613fc90108cb3c52851833289da088baac40282fadb3790bf626c 930594 
rygel_0.18.2-1_amd64.deb
 813d7786946257aa7116a93febb1a7a0cc0c909057b8013a4faddcb87fe9e4ce 3000630 
rygel-dbg_0.18.2-1_amd64.deb
 c9410a67914b3cbb95280a984fe186a040121e2892c542a8738c01ff8288a044 620620 
rygel-2.0-dev_0.18.2-1_amd64.deb
 ce26d4720e18b09edd0e6889731cd27fd7bdecf96699cda3393f14b01b53e026 470454 
librygel-core-2.0-1_0.18.2-1_amd64.deb
 f5e6e49f295d483ddee969911fedc9a6f09fae93f9da6e452239a95bdbb99b36 600726 
librygel-server-2.0-1_0.18.2-1_amd64.deb
 5efd4eb332045a4b6eabcf0e142a839995adc2953284e712bcbf202bbade9d17 448618 
librygel-renderer-2.0-1_0.18.2-1_amd64.deb
 de0c5f87e70d0d6a45e6a9009dc37dd3a69ddce232d90e37a21628fc49e91d04 424974 
librygel-renderer-gst-2.0-1_0.18.2-1_amd64.deb
 d97e5e9c8782670608b4c008ad9f8ca310323741088a453eb964550d0170d1ca 432378 
rygel-mediathek_0.18.2-1_amd64.deb
 d5814c0a141e5e30156079c4a5536a9060e9093747ee18fd61d8586d6abbf77b 474082 
rygel-tracker_0.18.2-1_amd64.deb
 fbe2f80e9ebfb10f8db8183f5a966fbf5bfdba1c27f4ac90a54b06e3ec76a940 411772 
rygel-gst-renderer_0.18.2-1_all.deb
 c6e298fc006aac048385374ad4ce5abf4f183fbe2970cfa6e5d1ac484f833995 415226 
rygel-playbin_0.18.2-1_amd64.deb
 

Accepted lftp 4.4.7-1 (source amd64)

2013-05-23 Thread Noël Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 12:27:44 +0200
Source: lftp
Binary: lftp
Architecture: source amd64
Version: 4.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Noël Köthe n...@debian.org
Changed-By: Noël Köthe n...@debian.org
Description: 
 lftp   - Sophisticated command-line FTP/HTTP client programs
Changes: 
 lftp (4.4.7-1) unstable; urgency=low
 .
   * new upstream release from 2013-05-23
   * debian/control updated Standards-Version to 3.9.4
 no changes needed
   * debian/control added BitTorrent to the description
Checksums-Sha1: 
 d94350ddbb56c918a241e88fc7c44251328f0210 1114 lftp_4.4.7-1.dsc
 da8b90c82efb552c117d53d98c8b207f74b624d2 2493031 lftp_4.4.7.orig.tar.gz
 869157d0a7bbcede316494fea9f858a6dfbd28cb 13928 lftp_4.4.7-1.debian.tar.gz
 952174fa7e8bc697f7a394f7bba16b408cc66831 741728 lftp_4.4.7-1_amd64.deb
Checksums-Sha256: 
 b90f90523b5016eac87cabc902e04f18a01f5171447562cdfe125d187801ba58 1114 
lftp_4.4.7-1.dsc
 96a67a7a363a645b19ee0f3fdc37db745cca6c2a4d99f1d7c63a9225801e24bc 2493031 
lftp_4.4.7.orig.tar.gz
 8ff195c2bc61649aa04a7ce7333b2c9d02da128da4507793f1804bd77c421d69 13928 
lftp_4.4.7-1.debian.tar.gz
 e967c238a32c10448f57ac5f0a2e85b480ed23a4054c2e6966b2f02291f35e27 741728 
lftp_4.4.7-1_amd64.deb
Files: 
 3c34b6ab4342bb55749771606d789ce8 1114 net optional lftp_4.4.7-1.dsc
 d8dd4ee707cc041dda5aacad7e6a5f8f 2493031 net optional lftp_4.4.7.orig.tar.gz
 9419591aa139a9aac3e59d971a898b28 13928 net optional lftp_4.4.7-1.debian.tar.gz
 6ca7630f833597f8b02109582679cc82 741728 net optional lftp_4.4.7-1_amd64.deb

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

iEYEARECAAYFAlGd9OoACgkQ9/DnDzB9Vu0jwwCfXrLl6ncwf52WqyxoEuN5YCRR
W7QAn2acgRkEuo3/DhqN9AH2HHPVRQwz
=a+d+
-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/e1uftln-000781...@franck.debian.org



Accepted python-django-social-auth 0.7.23-1 (source all)

2013-05-23 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 13:19:57 +0200
Source: python-django-social-auth
Binary: python-django-social-auth
Architecture: source all
Version: 0.7.23-1
Distribution: unstable
Urgency: low
Maintainer: Janos Guljas ja...@debian.org
Changed-By: Janos Guljas ja...@debian.org
Description: 
 python-django-social-auth - Django social authentication made simple
Changes: 
 python-django-social-auth (0.7.23-1) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Janos Guljas ]
   * New upstream release.
Checksums-Sha1: 
 bd093e2bad56b60f2137db889d173b6078abeea1 2178 
python-django-social-auth_0.7.23-1.dsc
 d9b7406b554cdea9108a07e1804b4245ed1bebe3 74501 
python-django-social-auth_0.7.23.orig.tar.gz
 453ffb58dd34ff09551f1d3e0977ac5ab4458899 3001 
python-django-social-auth_0.7.23-1.debian.tar.gz
 448c1b599dd767c516c5be936c864e8572c208ab 79918 
python-django-social-auth_0.7.23-1_all.deb
Checksums-Sha256: 
 f47c45c28ea9f3f906818921ea53c2e4a8a35ce1b53aa89f45b9c3b86ed68ab0 2178 
python-django-social-auth_0.7.23-1.dsc
 a2b18a77f5131554e34d7a173439bba119b22b17d6fa947ec46fc0164819098a 74501 
python-django-social-auth_0.7.23.orig.tar.gz
 8bdcb4cc60ef8c6b45ca3bf12db52c07666dbe39c67edd7db84ce0ce72fb3a60 3001 
python-django-social-auth_0.7.23-1.debian.tar.gz
 8c0dd3f825e47316f76a2c0258ad8edb9be211aa87692103861b2ea01c34878b 79918 
python-django-social-auth_0.7.23-1_all.deb
Files: 
 74ffbcdb31c88a07a368c905b026c7d5 2178 python extra 
python-django-social-auth_0.7.23-1.dsc
 4f8b2ba747a1df9e69ef8b443027bcd5 74501 python extra 
python-django-social-auth_0.7.23.orig.tar.gz
 3b5c7abd311f40ee4f0dc92177c749de 3001 python extra 
python-django-social-auth_0.7.23-1.debian.tar.gz
 a6bc6abdc9edaaa61a803af7ea76e4bf 79918 python extra 
python-django-social-auth_0.7.23-1_all.deb

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

iQIcBAEBCAAGBQJRnfuWAAoJEJ5QnJPSbfnTTAgP/3ihkxnqACZXinuSXwU++4l1
SWyqjIDP6+0MUK+TEWwYePLw647HbDcaYLoSVjQ04h8R7WPcBq+/+iaK0Dzh7t7N
txwKhoat7f4F3nHjaDJONwoYPYC3vhuSvGAF6vs773j9SjnzKQwTpW3rQSr15YqR
sYrR8duC2EsHkyFEh3Hc1Bbj3/95U7WWd8aQOzlBKR2TIUfZr3M0cDiowslfBHAj
Rwa55ZTCWPBt42OCNDbYY8PuQu1jGX/on+Aagu6PbFa4dOkQbEll6mn7xRg0uClP
X6T2zmYzt315ASd56y8XLis05yc6RjvboKbs63yCHy5xAdWpmXZMG3CUFU/ISQId
F2/p76vCnvMJuNhgcQUAVEeEsBSxQ4Eo+gJRIk5UiZHgioKVsmOLF+qZD63TJY9k
QMGlXJjj5PYyUXXS+j1nEDpU8M61YsCpALnwpbvw+UH5R/fogNPp5vnk2AWoeHmS
7KfRr/ffVC5ZZfCkUe8oATRCnbDyrhVDEBGJziGBmb6XmSG8rFV3XiE+s6/et9Vg
/qycSXipOyKhPWaPgwhdZyTXdFVR9Q0G8SinJvzVxLGCpafrlYPRubol4L6xtGR6
5LZxZBKV7S/VJUugtvO1MyXSrVUj3Bh2O/1Rg//XIX5TGVHHeDmK1gWaOBf/4ojj
WMvvVC1MUPlxlEwfc6fv
=kwAo
-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/e1uftlq-00078u...@franck.debian.org



Accepted ruby-json 1.8.0-1 (source amd64)

2013-05-23 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 May 2013 19:10:26 +0200
Source: ruby-json
Binary: ruby-json
Architecture: source amd64
Version: 1.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-json  - JSON library for Ruby
Changes: 
 ruby-json (1.8.0-1) unstable; urgency=low
 .
   * New upstream version
   * debian/control:
 + remove obsolete DM-Upload-Allowed flag
 + use canonical URI in Vcs-* fields
 + bump Standards-Version to 3.9.4 (no changes needed)
 + update my email address
 + drop transitional packages, not needed anymore
   * debian/patches: drop 10-fix-CVE-2013-0269.patch, included upstream
   * remove debian/source/lintian-overrides, related to dropped transitional
 packages
Checksums-Sha1: 
 dbf95ef4fb177f896cf910c90da5ab239013ad06 2088 ruby-json_1.8.0-1.dsc
 3b03bf1a0d577503516b5414b6345a20e14a80d3 141531 ruby-json_1.8.0.orig.tar.gz
 808c3396c7e611ca53dfd518261d1c42f1ee2677 6185 ruby-json_1.8.0-1.debian.tar.gz
 0aa468474240092fd5101a660d1b7cd2e3c82242 80544 ruby-json_1.8.0-1_amd64.deb
Checksums-Sha256: 
 ee4bd57ae31bec036e50af9881a1a4ef06cbf9c196b11f5093e0a9c4a04c6c60 2088 
ruby-json_1.8.0-1.dsc
 9914f8055bad7c84c057f6a850f649e5d1e9cae22106982f74e9becfde2640f5 141531 
ruby-json_1.8.0.orig.tar.gz
 2ae362125bd36b423a824eb89520d5290de877ae351557f0ebc396f9fe7759fb 6185 
ruby-json_1.8.0-1.debian.tar.gz
 7f095b1b83168aef28febe1f8a6380f3d521548a00b1ca80c6f6650423ba3ecf 80544 
ruby-json_1.8.0-1_amd64.deb
Files: 
 ba57e92f0f14896acee0bc05d089c645 2088 ruby optional ruby-json_1.8.0-1.dsc
 90a04f61ab0bf55f73fef57d0d8112af 141531 ruby optional 
ruby-json_1.8.0.orig.tar.gz
 dc41fd23088398d8ce250434b9bc767b 6185 ruby optional 
ruby-json_1.8.0-1.debian.tar.gz
 ee11f32fb33818d6ea11f3df297322af 80544 ruby optional 
ruby-json_1.8.0-1_amd64.deb

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

iQIcBAEBCAAGBQJRnfRNAAoJENpJWPYR4Unp55AQAKZSkg9apxwV8pS/cXKvXUTc
qJ4Cnn9JRYNSgffVp2wX97+AJtzQ3mUMPojsqawIhUO+8ttQv6KG1flhrjYPBcau
QKlaVY1PIscpCkfb+CE4leDHWV0052XrtcYhEFAtoCTtmda+P5ngr+Rp3vU2tDap
PWalkAC0HfL+UQdQphASN8K3dHGb/RSa7pouNOJtzvld8WDKwlMS3hoDj1hRv/J0
N5EfSeoNXO2i99IMmKxDMU292EVRWlODl+NBntoBwftXXvDCtdTBDqJ4rfhaIW6v
uF8O+/kte1qsmizacnRvHW9yM43HDxCsZ6zlDER8s7wmxawPkrFbGg/9C7qP5mJW
svf9gmfkPgU8dJ5HrIKu3zFYosRJ2FQJbXvnD4CRk5fMvVzDvHCqXOWFRKCOGREF
8eCcicPAN9ZIPZZK+/zARf5uIwcfXWXB602E4e2O3rXNzqedPhhpkO2z8wSmcWGU
fJ9/bD9mOXYuYx1rDuddZCdew7YSVNSzqaIn6b3JeFNCjFU+IYCrreKTDZh9H+Cp
z705KezwG6epUKTXSsqKwqWjqTsmQczQyBHR+3HmmDq831Upg4p2gvbCBiz5RUzv
QXzcRBFfNLIiindAMaz984s9zFHStcIQ8lWrTyQyZMFufjV8eCGqN39eUbVfzJVv
lvfxvheDksJou8YqQL8O
=1680
-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/e1uftlu-00078y...@franck.debian.org



Accepted modsecurity-apache 2.6.6-7 (source amd64 all)

2013-05-23 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 13:38:35 +0200
Source: modsecurity-apache
Binary: libapache2-modsecurity libapache-mod-security
Architecture: source amd64 all
Version: 2.6.6-7
Distribution: experimental
Urgency: low
Maintainer: Alberto Gonzalez Iniesta a...@inittab.org
Changed-By: Alberto Gonzalez Iniesta a...@inittab.org
Description: 
 libapache-mod-security - Dummy transitional package
 libapache2-modsecurity - Tighten web applications security for Apache
Closes: 666848
Changes: 
 modsecurity-apache (2.6.6-7) experimental; urgency=low
 .
   [Arno Töll]
   * Add support for Apache 2.4 using the patch provided by Ondřej Surý
 (Closes: #666848)
   * Move apache2 configuration files to their canonical name:
 - mod-security.load - security2.load
 - mod-security.conf - security2.conf
 Thus, also slightly raise the debhelper build dependency to 8.1.
   * Update security2.conf for changes in Apache 2.4
Checksums-Sha1: 
 254e832b58e6d5d9f902203846e91a74504c111e 1322 modsecurity-apache_2.6.6-7.dsc
 ecc69f464e486ece1c94e54868bcf8a91463954a 10297 
modsecurity-apache_2.6.6-7.debian.tar.gz
 da05a5c96b77d57ee6c9e32d64a93e933ef467c1 302928 
libapache2-modsecurity_2.6.6-7_amd64.deb
 369b6edc34d9533536779946ba6d5f630ca1effe 18494 
libapache-mod-security_2.6.6-7_all.deb
Checksums-Sha256: 
 25932f02a596afe7b0848097b885e32af33fd8b705940525f99f951b3f5f68fa 1322 
modsecurity-apache_2.6.6-7.dsc
 68e5722489c280ac0dcebaf343f8aaf648d79914f0476eb8f1f301d855406c0b 10297 
modsecurity-apache_2.6.6-7.debian.tar.gz
 3768d2585cc62b48e527e418c614d9e20e36f82a52267cf7e3105f06cb8646d0 302928 
libapache2-modsecurity_2.6.6-7_amd64.deb
 7463425ca920285f036399177b8a841a5e8a44466d2467d72d26f09e4cbcc3e7 18494 
libapache-mod-security_2.6.6-7_all.deb
Files: 
 a1b0689cf297e354c170e408b4b14c95 1322 httpd optional 
modsecurity-apache_2.6.6-7.dsc
 3c7a57a73fdadb5a28e23a89fc2db403 10297 httpd optional 
modsecurity-apache_2.6.6-7.debian.tar.gz
 890ccfe14eb3b85279b159d1a3dee2fd 302928 httpd optional 
libapache2-modsecurity_2.6.6-7_amd64.deb
 e195c5db81a6561c94b355e148337d5e 18494 oldlibs extra 
libapache-mod-security_2.6.6-7_all.deb

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

iEYEARECAAYFAlGeAO0ACgkQxRSvjkukAcM2DwCeMCYjuleLKvdac9hHRZscei/D
t3EAoLPKk6+fCn0c573NEjvciKCmB7di
=N6XV
-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/e1ufufy-0004bl...@franck.debian.org



Accepted python-dexml 0.5.1-1 (source all)

2013-05-23 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 13:45:29 +0200
Source: python-dexml
Binary: python-dexml python3-dexml
Architecture: source all
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Janos Guljas ja...@debian.org
Changed-By: Janos Guljas ja...@debian.org
Description: 
 python-dexml - Dead-simple Object-XML mapper for Python
 python3-dexml - Dead-simple Object-XML mapper for Python3
Changes: 
 python-dexml (0.5.1-1) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Remove DM-Upload-Allowed; it's no longer used by the archive
 software.
 .
   [ Janos Guljas ]
   * New upstream release.
   * Raise debhelper compatibility to 9.
   * Bump standrards to 3.9.4.
   * Update my email address.
   * Update years in debian/copyright.
   * Remove use-setuptools.patch as no longer needed.
Checksums-Sha1: 
 00b3e9a70ffea78b522f0e4970f5fe9ac215332a 2121 python-dexml_0.5.1-1.dsc
 4bb50c1cfcc2dc02020237512e0b8f0f394294bb 24359 python-dexml_0.5.1.orig.tar.gz
 c410bee48eae6b8419f8bda69612e73e14ecfcc9 2874 
python-dexml_0.5.1-1.debian.tar.gz
 f05c26f51ae099ed3c2f50d1b80094ef94dac335 27344 python-dexml_0.5.1-1_all.deb
 979c9f33e64bdcfa49cc36d165f384a3418629f8 26388 python3-dexml_0.5.1-1_all.deb
Checksums-Sha256: 
 b7f05ee0ca1bdd04f9ca1215b0b4593f31d08296e7727b81a55403c8486ca783 2121 
python-dexml_0.5.1-1.dsc
 6ba83883ead5cc74ce8198daecc657b60bf9cdb3887b484a92dcde55c10e2cdf 24359 
python-dexml_0.5.1.orig.tar.gz
 cf1c1d2b49ea4a06cb1e0533653989cd7016dfa726d6a5a8d94874ea6b531f58 2874 
python-dexml_0.5.1-1.debian.tar.gz
 d3cddd24c030ea2c4e6b5c466ddf68ef92f7f4434e60a9b74606f5c1eb2ac087 27344 
python-dexml_0.5.1-1_all.deb
 b33b31333d8b8114d8432a8ec9222be42ed447a03fcef8541b429a9189d0f7d7 26388 
python3-dexml_0.5.1-1_all.deb
Files: 
 f2216307da6bdecd7ec010397ee6f8c0 2121 python optional python-dexml_0.5.1-1.dsc
 7f7bbb66cdceb38adbc9092a9a159d87 24359 python optional 
python-dexml_0.5.1.orig.tar.gz
 f0fb4d1fd025ed03b2014a03c004689b 2874 python optional 
python-dexml_0.5.1-1.debian.tar.gz
 6cc1556fde2f59e8f8b9100be2f84ce3 27344 python optional 
python-dexml_0.5.1-1_all.deb
 a4eb01cf352d2bef2d64f9d0a2a12301 26388 python optional 
python3-dexml_0.5.1-1_all.deb

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

iQIcBAEBCAAGBQJRngJDAAoJEJ5QnJPSbfnTYKcQALIl/86xhHv5poVQcoSjDcCJ
QyshwLT8w7X7O1LrOmlN65vKCl727TpII05A40kFP9NihwFWFdWI5FyAbqd1fjEo
GsrQF+Zd4oAiQaKr+xPijkuzYpbXcEuPbfWjB6n11wvynFh1skKdl7fCSGyFourn
zhBIS2IBy3XWQwy9HR8r58LmjfXH32w4csDFM74brftOuVLyAFjTDKoQF6oLIW98
CR4aLWlXs3TGAQ5Q4HLMWnZgOyDzoAA/iVl7Zy9lIhQyK865J2DJX6Wso9jAbeJH
GOte8SWmWumuEnhH5TgfPhfI/t31WVwaOSdR6f+QrNg6LhIhiehbYPg+gm+jlu+v
opzYbvIcTPUD/DsZooculPE5l7u+tskmTxNZbtQgKB/T7I/ae3R6n6ZtoIAIG7n0
CgPY/DvAYPUQeFEBonP+N/GP2XvVFSSe1byN1sMUtYL6tJW0gXij1ghs/i1cwWQ9
TFCSNGira3Q3WqQPykbtqO1oARF7Z1OJQPeK5IbL8RG2QaQDJkoCFpS+NcmMQkNt
LN2Lc+EYUqkOxrhYJoQZbb73jUZYAlzKvHMwZKe152jsDGde6x1mqjVtg2ny0dxj
rKHLB1TBbynL8uEcPNcQFEPVThzJCbkBcvEVODd2HGoR+shCIcqEGDkCJChUhG9B
l8nv0f3mYnDEiEolBx3t
=nkRL
-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/e1ufufh-0004cn...@franck.debian.org



Accepted ruby-actionmailer-3.2 3.2.13-4 (source all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 11:10:09 +0200
Source: ruby-actionmailer-3.2
Binary: ruby-actionmailer-3.2
Architecture: source all
Version: 3.2.13-4
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ruby-actionmailer-3.2 - email composition, delivery, and receiving framework 
(part of Rai
Changes: 
 ruby-actionmailer-3.2 (3.2.13-4) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 c04e83accf4a9312f92ddf0ee633517647b397e8 1546 
ruby-actionmailer-3.2_3.2.13-4.dsc
 2e864a93e3da76e4a761ff053ff3704337e60b79 2816 
ruby-actionmailer-3.2_3.2.13-4.debian.tar.gz
 08a5e565f34b53f4930978faa7e1f8cb7d7828d5 22842 
ruby-actionmailer-3.2_3.2.13-4_all.deb
Checksums-Sha256: 
 27dff86291879326a73b0fd3df0a2ba1c544b568814741de6c4501de36279768 1546 
ruby-actionmailer-3.2_3.2.13-4.dsc
 b51d6efe8291ef44b4cc0acf63e9d9e49a6a453b65f95da9af0ce158b388d6e2 2816 
ruby-actionmailer-3.2_3.2.13-4.debian.tar.gz
 f3f02fca1e14426a6937857c00f388aec8a608cbc23e0190d49784315e441a0c 22842 
ruby-actionmailer-3.2_3.2.13-4_all.deb
Files: 
 27e3eba6f6f547d904239c4decc7c003 1546 ruby optional 
ruby-actionmailer-3.2_3.2.13-4.dsc
 b7873221750dd7a7631dc8800a465c20 2816 ruby optional 
ruby-actionmailer-3.2_3.2.13-4.debian.tar.gz
 1d0664b032a51a1d56fd48a4a362466d 22842 ruby optional 
ruby-actionmailer-3.2_3.2.13-4_all.deb

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

iEYEARECAAYFAlGeAs8ACgkQ9OZqfMIN8nNWvQCdHGGUrM3Ur7LU9HJIIeefU6os
56EAn3FtybKLoznrizLhnaHJYqvmpwnb
=e9vS
-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/e1ufufk-0004dd...@franck.debian.org



Accepted ruby-actionpack-3.2 3.2.13-5 (source all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 11:10:30 +0200
Source: ruby-actionpack-3.2
Binary: ruby-actionpack-3.2
Architecture: source all
Version: 3.2.13-5
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ruby-actionpack-3.2 - web-flow and rendering framework putting the VC in MVC 
(part of R
Changes: 
 ruby-actionpack-3.2 (3.2.13-5) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 b75caf494df0ddd77ea951b5a4018423dc5747c7 1527 ruby-actionpack-3.2_3.2.13-5.dsc
 146e3e4e633e8f76d7918871b37ce0938d665409 3691 
ruby-actionpack-3.2_3.2.13-5.debian.tar.gz
 313495f92d7085d0f4496a3925a101fd0e4add55 295750 
ruby-actionpack-3.2_3.2.13-5_all.deb
Checksums-Sha256: 
 1f19913b21b1538f8c14b60f1792b558be9c29bd116e04c97826e2b292831fce 1527 
ruby-actionpack-3.2_3.2.13-5.dsc
 c734ea4fb8a3f8d7d166bc64f5294dda009e74c609a7909705d7e3b2fa011cf3 3691 
ruby-actionpack-3.2_3.2.13-5.debian.tar.gz
 7bf41566dedb151f542572463357da7cbb5b873637f26a58f0140835a05d7f09 295750 
ruby-actionpack-3.2_3.2.13-5_all.deb
Files: 
 3fc40487815707968912d5d9921fccd0 1527 ruby optional 
ruby-actionpack-3.2_3.2.13-5.dsc
 30ba0c85277370f6dd5e1a93e881085a 3691 ruby optional 
ruby-actionpack-3.2_3.2.13-5.debian.tar.gz
 2ce64249c2fb2d28ebe4e46f651dd5e2 295750 ruby optional 
ruby-actionpack-3.2_3.2.13-5_all.deb

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

iEYEARECAAYFAlGeAs8ACgkQ9OZqfMIN8nPwYQCeIGjyqBLvRf0iIW3UicMjxuWK
hVkAoKWwmxGFRV9GcFL2PyMgkc1Di+M5
=+LPt
-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/e1ufufn-0004dj...@franck.debian.org



Accepted ruby-activemodel-3.2 3.2.13-4 (source all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 10:51:42 +0200
Source: ruby-activemodel-3.2
Binary: ruby-activemodel-3.2
Architecture: source all
Version: 3.2.13-4
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ruby-activemodel-3.2 - toolkit for building modeling frameworks (part of Rails)
Changes: 
 ruby-activemodel-3.2 (3.2.13-4) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 bef3144a420cdef29063d51a513024209071bb97 1535 ruby-activemodel-3.2_3.2.13-4.dsc
 008cfcc07fe22b57c23eac98c26271fb12b6 3230 
ruby-activemodel-3.2_3.2.13-4.debian.tar.gz
 350d46253324cba355b14eaa9ae65f7afd1b9562 47032 
ruby-activemodel-3.2_3.2.13-4_all.deb
Checksums-Sha256: 
 2ed514f68089269ec747a6d9e9f19bbedca91bc4fc96c7eed93c2431d1ed4f7e 1535 
ruby-activemodel-3.2_3.2.13-4.dsc
 6dc1e922564947cda36a2ebfad1d556279b087b72dd090dd012dd113ba2c2ba3 3230 
ruby-activemodel-3.2_3.2.13-4.debian.tar.gz
 df23e8467057d77995cbcb97523c187a1182a3ad878066332a59b07c960342d1 47032 
ruby-activemodel-3.2_3.2.13-4_all.deb
Files: 
 aa019a55e1d36e7f19584e9abb82b165 1535 ruby optional 
ruby-activemodel-3.2_3.2.13-4.dsc
 fe731dea3c09294757f863327fcc374b 3230 ruby optional 
ruby-activemodel-3.2_3.2.13-4.debian.tar.gz
 a933e09afdbdf1674c793c6a3d16aa66 47032 ruby optional 
ruby-activemodel-3.2_3.2.13-4_all.deb

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

iEYEARECAAYFAlGeAs8ACgkQ9OZqfMIN8nM3DwCfYqccFss8rCn0iJYWrkCrgymV
s6EAnjtSd/OGSFuIUleoyquUwd5rPVXi
=T6De
-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/e1ufufr-0004eb...@franck.debian.org



Accepted ruby-activeresource-3.2 3.2.13-4 (source all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 11:10:44 +0200
Source: ruby-activeresource-3.2
Binary: ruby-activeresource-3.2
Architecture: source all
Version: 3.2.13-4
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ruby-activeresource-3.2 - REST modeling framework (part of Rails)
Changes: 
 ruby-activeresource-3.2 (3.2.13-4) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 6e4043ddb14a8faed42931a5b56cc71694830cfd 1568 
ruby-activeresource-3.2_3.2.13-4.dsc
 cc59d51b8f92c7e602496b088761a9009112777f 2824 
ruby-activeresource-3.2_3.2.13-4.debian.tar.gz
 3499382032d7cb0f2172c2fd9069ab359be5e850 39000 
ruby-activeresource-3.2_3.2.13-4_all.deb
Checksums-Sha256: 
 a300809efcd8d042e2dd4b3f7975aa22d6e56874514590846caf5d0a2ae61e63 1568 
ruby-activeresource-3.2_3.2.13-4.dsc
 8115c16426d4d497bd0f18b3dbbfc23ae1cc2a8d7b5919b561330af925057c90 2824 
ruby-activeresource-3.2_3.2.13-4.debian.tar.gz
 6d1950e265b630ffaaa3d0ea5d01bc7c0aff751cde184fb0290d4c5312f8cf6f 39000 
ruby-activeresource-3.2_3.2.13-4_all.deb
Files: 
 0362354b0b8bb8295b07e4236cc6efd4 1568 ruby optional 
ruby-activeresource-3.2_3.2.13-4.dsc
 a8e83d0a5817f091e3d2e6c9228fdd03 2824 ruby optional 
ruby-activeresource-3.2_3.2.13-4.debian.tar.gz
 f4455472a735fa43e64a3da0b883b377 39000 ruby optional 
ruby-activeresource-3.2_3.2.13-4_all.deb

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

iEYEARECAAYFAlGeAs8ACgkQ9OZqfMIN8nMgtQCfRcpwVOkPmYB1ENN2JBkE6izp
YmEAn1YcoWVn06ZTTrUMXoDT7Tuoqkqf
=kOZ3
-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/e1ufufu-0004ec...@franck.debian.org



Accepted ruby-activesupport-3.2 3.2.13-2 (source all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 10:49:53 +0200
Source: ruby-activesupport-3.2
Binary: ruby-activesupport-3.2
Architecture: source all
Version: 3.2.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ruby-activesupport-3.2 - Support and utility classes used by the Rails 3.2 
framework
Changes: 
 ruby-activesupport-3.2 (3.2.13-2) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 80170077a8fa0316b0445b20fa433f37961fa99e 1608 
ruby-activesupport-3.2_3.2.13-2.dsc
 239e620fd6be6c5052cd8363c2d9f43237551123 2912 
ruby-activesupport-3.2_3.2.13-2.debian.tar.gz
 fb8c0b43b3b6586c0a78be6bb75c2ed3e476025d 295176 
ruby-activesupport-3.2_3.2.13-2_all.deb
Checksums-Sha256: 
 883e0464250b90bb2b4e6be219b0a1cfa803d2fbf0f780e64c6b203739236b8b 1608 
ruby-activesupport-3.2_3.2.13-2.dsc
 dcaf82a7aaa3cc562c73ebd7f49f410cf06c67e8c702031debf30c534d998ebc 2912 
ruby-activesupport-3.2_3.2.13-2.debian.tar.gz
 28059b21787c355cb11fcd9e7a3136cc41489388099df7c0d8e90159e85a24ec 295176 
ruby-activesupport-3.2_3.2.13-2_all.deb
Files: 
 77f307b3c293681c5fd065fba80ae57f 1608 ruby optional 
ruby-activesupport-3.2_3.2.13-2.dsc
 94dd987fb7ff2e4d9b0192b0be7c2be6 2912 ruby optional 
ruby-activesupport-3.2_3.2.13-2.debian.tar.gz
 e3b0def64024439136befdb15306b8a9 295176 ruby optional 
ruby-activesupport-3.2_3.2.13-2_all.deb

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

iEYEARECAAYFAlGeAs8ACgkQ9OZqfMIN8nOHbACfVfXGUlKqdQiB3+a4SXYT3kcL
LgkAn21j2Vw2PslVho9/epNtqHWhCfty
=oKWI
-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/e1ufufx-0004f3...@franck.debian.org



Accepted ruby-rails-3.2 3.2.13-2 (source all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 11:11:01 +0200
Source: ruby-rails-3.2
Binary: ruby-rails-3.2 rails3
Architecture: source all
Version: 3.2.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 rails3 - MVC ruby based framework geared for web application development
 ruby-rails-3.2 - MVC ruby based framework geared for web application 
development
Changes: 
 ruby-rails-3.2 (3.2.13-2) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 ecfdd8646cafa002b5db53dc46c15dee2bf71358 1494 ruby-rails-3.2_3.2.13-2.dsc
 af3b54f04ff050eed4b31eec6ee122983a9f4d86 2573 
ruby-rails-3.2_3.2.13-2.debian.tar.gz
 21785853260d591063168502afc9cd005b700dc9 3370 ruby-rails-3.2_3.2.13-2_all.deb
 aa36b4a9e684b81d58342732950c39773d16a7bf 2454 rails3_3.2.13-2_all.deb
Checksums-Sha256: 
 fd709bfcc5dc84105b929d2401284de9352007cbd6ee74cb3614131aef2c3b94 1494 
ruby-rails-3.2_3.2.13-2.dsc
 347c0a074135dccc5ac8ede8adbb86396f5bc3fe6b019ca05fc986c12236c723 2573 
ruby-rails-3.2_3.2.13-2.debian.tar.gz
 e05ad52ab79a13772ad02b980cb5777939577199c800710b7e7802bbc1ab56fa 3370 
ruby-rails-3.2_3.2.13-2_all.deb
 2248ddcf43af2c73c30bdcd7f065e4f6fff0c41b1eca2ba70906b260e16f235c 2454 
rails3_3.2.13-2_all.deb
Files: 
 1e89903e32e8ae137532af50964bff71 1494 ruby optional ruby-rails-3.2_3.2.13-2.dsc
 7bd177b7a1e9918a3cd6a83eabcdc89b 2573 ruby optional 
ruby-rails-3.2_3.2.13-2.debian.tar.gz
 f0d8518596500186e90eaeb0a8fdc114 3370 ruby optional 
ruby-rails-3.2_3.2.13-2_all.deb
 cd1a5550157ab530da68955047fdfa6d 2454 ruby optional rails3_3.2.13-2_all.deb

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

iEYEARECAAYFAlGeAtAACgkQ9OZqfMIN8nN0CgCeKz9EXyuzYvHLmmHYuiSTFGsy
CaQAn0Tg+6uq7EhIcPLAZOGZwJdHYu1V
=Vqvg
-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/e1ufug5-0004ge...@franck.debian.org



Accepted ruby-railties-3.2 3.2.13-4 (source all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 11:11:18 +0200
Source: ruby-railties-3.2
Binary: ruby-railties-3.2
Architecture: source all
Version: 3.2.13-4
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 ruby-railties-3.2 - MVC ruby based framework geared for web application 
development
Changes: 
 ruby-railties-3.2 (3.2.13-4) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 d8783f347bba7977aece84e1bf8319b48aae19af 1511 ruby-railties-3.2_3.2.13-4.dsc
 e5a4a3e293bf6d2b55d3301f73e0e3fff0cd492f 22095 
ruby-railties-3.2_3.2.13-4.debian.tar.gz
 f688be5b0803492a0af7bc1d4819fb043af2a32b 128396 
ruby-railties-3.2_3.2.13-4_all.deb
Checksums-Sha256: 
 b952cbcbdb9921b231f9dad0cefd70b912ca2a6328eb2f5754d9f94766fc93e9 1511 
ruby-railties-3.2_3.2.13-4.dsc
 efc4f8e463f9cbcee369b86a30915471780374fb72a45b0d8a70d9a8f826e8d7 22095 
ruby-railties-3.2_3.2.13-4.debian.tar.gz
 b35609bc214e79dc058cb9a035a8d9bf4f3e336b0703a943d64d5be4ed9ccc0d 128396 
ruby-railties-3.2_3.2.13-4_all.deb
Files: 
 202c550964eb6095bfcbe32789234462 1511 ruby optional 
ruby-railties-3.2_3.2.13-4.dsc
 08c89e1ce67225b097e0aea1ac9a1274 22095 ruby optional 
ruby-railties-3.2_3.2.13-4.debian.tar.gz
 e26240347b7a106933973610085506d7 128396 ruby optional 
ruby-railties-3.2_3.2.13-4_all.deb

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

iEYEARECAAYFAlGeAtAACgkQ9OZqfMIN8nNmNwCeMkJpMSPG4LMla7aa6N+4+1o8
AJsAnAmWgf/SgBQg9ZoBgNkW6HSa0t4F
=ODvn
-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/e1ufug8-0004gj...@franck.debian.org



Accepted partman-crypto 59 (source amd64 all)

2013-05-23 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 12:05:59 +0100
Source: partman-crypto
Binary: partman-crypto partman-crypto-dm
Architecture: source amd64 all
Version: 59
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Dmitrijs Ledkovs dmitrijs.ledk...@canonical.com
Description: 
 partman-crypto - Add to partman support for block device encryption (udeb)
 partman-crypto-dm - Add to partman support for dm-crypt encryption (udeb)
Changes: 
 partman-crypto (59) unstable; urgency=low
 .
   * Add myself to uploads.
   * Bump debhelper compat to 9.
   * Use standard VCS URLs.
   * Move unsafe swap checks from commit.d to check.d to be executed
 earlier and thus returning quicker back to partitioning menu
   * Install cryptsetup user space utilities, earlier, in finish.d instead
 of post-base-installer.d. This way cryptsetup utilities are installed
 if post-base-installer is not executed at all (like in ubiquity) or
 didn't manage to run for any other reason. This is also more inline
 with other fs-specific utilities and other partman-* packages.
Checksums-Sha1: 
 20d1e51919784930a145b6774cbe4732305e2ea5 1783 partman-crypto_59.dsc
 b247f69aa055bdc75ce70505c2f1efa6a0f3ea86 330891 partman-crypto_59.tar.gz
 49427e0e4b0714fd1f52c662a3b74617174d69ad 291912 partman-crypto_59_amd64.udeb
 50ca54b79e3d799b3152a898b2c70f879c542d62 1316 partman-crypto-dm_59_all.udeb
Checksums-Sha256: 
 ce34bcecd2382c926e0ac9a2bd36be658f1992e76bf6aac99b8b7e7e2c5590f3 1783 
partman-crypto_59.dsc
 0663efc8931e6ea48be8864d36cecd23542b41d26035c630a9a45cadd5392d3c 330891 
partman-crypto_59.tar.gz
 a860eb27b002e33dab110af0de661172620ce4a6c8614038911c3c628aa612de 291912 
partman-crypto_59_amd64.udeb
 11efe40f55bfee7e813295635c2bf29511b321616b903a6dc8be08b7a79b2406 1316 
partman-crypto-dm_59_all.udeb
Files: 
 12904c879965c1d50200daebdb08e981 1783 debian-installer optional 
partman-crypto_59.dsc
 424e737efea10f1d7dc37e18d0443265 330891 debian-installer optional 
partman-crypto_59.tar.gz
 ddfeae2bbbcc2a2fd6cc61b865eb334d 291912 debian-installer optional 
partman-crypto_59_amd64.udeb
 fb7e5ca5fd742440a2e0551a9102833c 1316 debian-installer optional 
partman-crypto-dm_59_all.udeb

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

iQIbBAEBCAAGBQJRngbCAAoJEIh7YGGLPBauTc8P+JQ1nUdgnXypwhwztykRq1LF
3ybPv7+Wpx162WPgREYZUpzmcp79R6oypmkSk6Jwi/Sr3Xzfs9lePEgOVh5Kff4a
+9/Dy3toFb98RmO+I6O9/i+cPZfts3Uz2c7Kg5ctI9FkF1O2YqlJIc17Q2jc3dD/
ypU0QEUlCZjw5l3Zc3amawYuJB4v/ucvYfVhCC+wRSO23zyI60rwz3dLCST4C3Qi
CGJ5oBEUmd22qJX3SMJ5U/Qv7jh3OrOjGl/i4SmUJ3qA9IUFpRMJ7op/P4tP7i5n
cytpA2+Mbu5tfKI1xywMUwbXEPx+XNDkFHRIPdNB5DIemjF74hezzUWCO5u61r7n
yK5ZNeJ7k5iYsewbu9mwRnPe+8Oux3LbppqdT10na/96emaSY+Ifd2JCt4OFK+ff
daGNnVpCBS2BIySlyAGDK0ocIIxL/U8ZFewpVzdkL4FAW7P588Qj4Fnhrzcb4oWh
MjfCRJ1QuMVfefmPNIZkowIYnHx6VUQ+84hliVwK4NgRF0m1TAzE+A3AVaOHen5o
2wxe/AyisQMygRYLRkvrR9Hnd195pFRc7d0FbLyeJIkFh47ChnGkTOMv+Pdv9dfi
RjvrAQuhZk+rf0XNpnSzd9M5saXV6kwcBlup93Uzz5v2rLwuj3XPLpRq+N9NP+So
RULehPKqo8+dzytVA9I=
=gijC
-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/e1ufusx-0007mn...@franck.debian.org



Accepted hhsuite 2.0.16-1 (source amd64 all)

2013-05-23 Thread Laszlo Kajan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Sep 2012 09:32:14 +0200
Source: hhsuite
Binary: hhsuite hhsuite-data hhsuite-dbg
Architecture: source amd64 all
Version: 2.0.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Laszlo Kajan lka...@rostlab.org
Description: 
 hhsuite- sensitive protein sequence searching based on HMM-HMM alignment
 hhsuite-data - sensitive protein sequence searching based on HMM-HMM alignment 
(
 hhsuite-dbg - sensitive protein sequence searching based on HMM-HMM alignment (
Changes: 
 hhsuite (2.0.16-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated d/watch file.
Checksums-Sha1: 
 f9d4f4b2a07c5eaa37b778b725fe2ee5d74cb95e 2131 hhsuite_2.0.16-1.dsc
 13946dd180214358bda9b3ad597b9f10516da45c 4337597 hhsuite_2.0.16.orig.tar.gz
 6b9520ff72f3af7616d0e0abc966bd9a91f397a6 10394 hhsuite_2.0.16-1.debian.tar.gz
 e9836894e9d136334819a7ef8132120310249077 1672380 hhsuite_2.0.16-1_amd64.deb
 9949c12ad322ec4cab501c225f7c7f034ca3f169 2524066 hhsuite-data_2.0.16-1_all.deb
 e0cee9f38e4fb5a9c73919cf62e2c8ee0be789a6 3618448 hhsuite-dbg_2.0.16-1_amd64.deb
Checksums-Sha256: 
 cb1e80b5441bffd75456d00a719abc26c2ca8e62756ba048beaa0f7131bf2746 2131 
hhsuite_2.0.16-1.dsc
 027789cb40e4cf9c1bc48f4c825a85da313bcefcc1c49e5f143613533fc5f0ab 4337597 
hhsuite_2.0.16.orig.tar.gz
 9cdfa48646901099bd1cb758dbb5eb430a3c8985c5ded2bcd40d0ee516917efc 10394 
hhsuite_2.0.16-1.debian.tar.gz
 e852bd9286b19a3e62e63befe9502d87a8cb64b5014085c82d688e67929eeba5 1672380 
hhsuite_2.0.16-1_amd64.deb
 699d125de272ab3034a08839a44c3e8c711bf617e607f8cbfa2c5c5ad1a48ebe 2524066 
hhsuite-data_2.0.16-1_all.deb
 d0343d2593771d1d9a3364daafba64a0c103961adf94a71b373927a42edd618d 3618448 
hhsuite-dbg_2.0.16-1_amd64.deb
Files: 
 99d34780e90531915c590fc15f315eb4 2131 science extra hhsuite_2.0.16-1.dsc
 39f9c6ed31e49618e7868a5b81f9ddef 4337597 science extra 
hhsuite_2.0.16.orig.tar.gz
 ddfb814d9fa472df1c15ce6a0bfa9355 10394 science extra 
hhsuite_2.0.16-1.debian.tar.gz
 48e90276f3f529dd3d59bbf0779bf18d 1672380 science extra 
hhsuite_2.0.16-1_amd64.deb
 bc975707ccf319f2abe44c06999440b1 2524066 science extra 
hhsuite-data_2.0.16-1_all.deb
 56abafacfca20d81497d156e48821aea 3618448 debug extra 
hhsuite-dbg_2.0.16-1_amd64.deb

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

iQIcBAEBAgAGBQJRngl6AAoJEJvS1kCaDFL6FFcP/3FqCKudb6o0ceQC/+u/ij3w
YMuSzy9b3p74c2JHye59vjiFLUUHaOvg5DtiDU3J1hYW16xHTEeRy4j6PoEfTBXk
oawcKj3IBIwuxuvH5REeLO853h9PCaYdvR0Z60pH2YkDpeS+5VsigUNsT7G/1GTU
2trlFnp4SPAtLzHcT83M7SMD7u9OT2RTdBppwr7UgYtN33c/td9uWUIVAqwnA2kE
3s8PZuhKlZzKHJwyDp1GYgiqBQ75uCEQ1i+0qqaQvhk24OMXTfcpuEYzcov9XxNS
eWOjJtH7wTzYIDPBg1RENrKXREYdSJMC1JodPc/GHxI+xCIMmCRFhGJBItjJca+c
bSg7gwo5U6TGhR8W8/gryr6hHxzTRHxMrQci7uL1oynGnGGXmWQBHJv44ehfa6zo
mQ79SUdw0/fMuXFJOGTPOh5sirLHWWtIg0NKS4YT9kfH/Rz+cPZwelheZLspSZdC
uYMC2qlxxn4Uk0JOjcK3Ze4GwcJYzTWpJcfBVqFpQmdwlEALzQLJjb8aNjavy960
pcu9NCVsRwikz3Up/ec9JenAdwEjCnSsA40jgqnWhCoer4VeGmrr92byP2FN2F22
p8rxGT04dBMV08LVuDTFEf1KMh9yTIkpPIIS4WJ3x8bbiSb/WXVSexaWcXYMGA9z
VOwzHD7k6kfSZ316/v3m
=Zg4b
-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/e1ufuhv-0002ow...@franck.debian.org



Accepted camlimages 1:4.0.1-7 (source amd64 all)

2013-05-23 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 May 2013 14:26:10 +0200
Source: camlimages
Binary: libcamlimages-ocaml libcamlimages-ocaml-dev libcamlimages-ocaml-doc
Architecture: source amd64 all
Version: 1:4.0.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 libcamlimages-ocaml - OCaml image processing library (Runtime library)
 libcamlimages-ocaml-dev - OCaml image processing library (Development package)
 libcamlimages-ocaml-doc - OCaml CamlImages library documentation
Changes: 
 camlimages (1:4.0.1-7) unstable; urgency=low
 .
   * Team upload
   * Depend on libtiff4-dev. That transition is not ready.
Checksums-Sha1: 
 80a8ce94445d30bd14677447c11ea4d3a8c2b98f 2397 camlimages_4.0.1-7.dsc
 535af0ddad7b3466573d200e7bac5b93ef808941 9107 camlimages_4.0.1-7.debian.tar.gz
 cfe8cc11301154e23e8430ac181bf28dbd8903ba 54282 
libcamlimages-ocaml_4.0.1-7_amd64.deb
 1d10e087ef8f9a2b8f4375cd8be1727d4d5bdec0 1168228 
libcamlimages-ocaml-dev_4.0.1-7_amd64.deb
 a0063585a4c5f187d61540076fb8cb0c98570bc4 8601234 
libcamlimages-ocaml-doc_4.0.1-7_all.deb
Checksums-Sha256: 
 f8ee33fbb540d41906b920d60b11a6465666cd1920d771a14c59db20d0192921 2397 
camlimages_4.0.1-7.dsc
 08beb970fb4f86e84427af9ef11a3f807153b71be62f3f09beb0bd624fb9556f 9107 
camlimages_4.0.1-7.debian.tar.gz
 0ba2993171963757b56cb59838cc0e7ce0c92ed64aaaff6de41d7f808fc9b308 54282 
libcamlimages-ocaml_4.0.1-7_amd64.deb
 64a3f10a52d8a35d2afe5d89f17db750207910949b390a09b5e3823661b228c9 1168228 
libcamlimages-ocaml-dev_4.0.1-7_amd64.deb
 ec9338cc61510848151048978312b4f0079e713306d1972da8e52ab730ff3c59 8601234 
libcamlimages-ocaml-doc_4.0.1-7_all.deb
Files: 
 6568f4f006f265a190fa760ec5173ab7 2397 devel optional camlimages_4.0.1-7.dsc
 e8769f7ec1a8dabe1414a29b9433db04 9107 devel optional 
camlimages_4.0.1-7.debian.tar.gz
 a14575767910a21ca8e86f324be15117 54282 ocaml optional 
libcamlimages-ocaml_4.0.1-7_amd64.deb
 9dd38d9d08dd7f6c3c910614d4443fbe 1168228 ocaml optional 
libcamlimages-ocaml-dev_4.0.1-7_amd64.deb
 c54cf077516003662c2c9bb3e62b7bf3 8601234 doc optional 
libcamlimages-ocaml-doc_4.0.1-7_all.deb

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

iQIcBAEBCgAGBQJRng0MAAoJEHhT2k1JiBrTJN4QAIatD65v/nOSbyqzOTM6jNVY
7uPU4Vle4qA8qNEx3xf6kYspJxQ5tSSJWFXlA1Wiu8VAfVHWZm5F708u9Wb1qpn/
iTh6VMjYOcoxFhzxjO3Y+KG9VGsKLcYWDZEUAXf6/mR3HarYr9cQwihBSiOr0K4u
5ySIi8h3OT8SxG3lzKdOXpgJ1XpBKSi+aRBie77xCznJ+sSaBIsJmnTRl96C2C6I
DXXxQ/vp02aTNWY795FCbLpQ1heNCnI+PLQgLnRwba9YlBE9AJghiICcd7gFcIhL
krNjjPuBORAbJGGJEK9yq8madF0YhalvdgkS3LYPsaan3G/PEJqnMi9dElW7wkJS
WG9zhtASV7E7kcSutLEWgQd//yESt0uf/etjZAN9xYQ8jNaBzcXbcSzezx48njG7
4Ks71Ug3BzO9I3xjtX9K9shJyAcV+F1u8AM7g3hG6dLH+coP/wARAuFj4SoD7T4s
DN9jOOSKWq38dQt6oHx8RCz1j4r7UJmeslEnTDFJV64HhBDTbXR5Oala3rlVN/KU
r1hVZB+Upo1DMAJ1ujhDMoThXUqaImhRyZxxv8xtCXpKxZ+6l2zt3ewC/wGv68WR
+iKFDalArSyoZNZqv3GttRH5pAw/aRWzetPMv7TExGsvH3Z+IViz97WyZTynirfK
0Lj0c4gR5c2dV9Zu0GMk
=8+Xg
-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/e1ufuvr-0005dy...@franck.debian.org



Accepted mediawiki 1:1.19.7+dfsg-1 (source all)

2013-05-23 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Thu, 23 May 2013 11:03:39 +
Source: mediawiki
Binary: mediawiki
Architecture: source all
Version: 1:1.19.7+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Mediawiki Maintenance Team 
pkg-mediawiki-de...@lists.alioth.debian.org
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mediawiki  - website engine for collaborative work
Changes: 
 mediawiki (1:1.19.7+dfsg-1) unstable; urgency=low
 .
   * New low-impact upstream security release
   * Refresh patches
   * Change watch file to track upstream LTS version
   * Replace trademarked image files by self-drawn Free ones
   * Fix VCS-* URLs – prodded by lintian from experimental
   * Policy 3.9.4 with no further changes needed
Checksums-Sha1: 
 c452d251dec1cabb6a9d6548a485939bf916a313 2133 mediawiki_1.19.7+dfsg-1.dsc
 8626ff5d16b5ffdf17cd1ee6e68adceefaf06a50 12084876 
mediawiki_1.19.7+dfsg.orig.tar.xz
 3a5b19cec9c8b7e47e3e667759d9480f86f1645f 47643 
mediawiki_1.19.7+dfsg-1.debian.tar.gz
 597301af50519cbb33be76ec8416cc55c81e291e 17760714 
mediawiki_1.19.7+dfsg-1_all.deb
Checksums-Sha256: 
 644c0c3774a11fa8bb1e9e4b4302ea2064d99e4c92ef4b225eebbc8e6983d26d 2133 
mediawiki_1.19.7+dfsg-1.dsc
 3f59f25a11ce8c46d253a6ea1b2a07ba287cd0e448cb60fb6b970748a3549197 12084876 
mediawiki_1.19.7+dfsg.orig.tar.xz
 3c17b9d6d93a877a0a3c1019144633c8444b28b37f552dd01b63e35e01689624 47643 
mediawiki_1.19.7+dfsg-1.debian.tar.gz
 1ea56a4f9af81442ec7490cab638238a1b6334775ff978cd21087ff8554563f6 17760714 
mediawiki_1.19.7+dfsg-1_all.deb
Files: 
 6ea87a6f954cce3dca7c203c0e851003 2133 web optional mediawiki_1.19.7+dfsg-1.dsc
 a6cbfe9fdfc0b3136abc1e82d1fb49e9 12084876 web optional 
mediawiki_1.19.7+dfsg.orig.tar.xz
 cbbbf934668bf8bf224c77b6e29dd7f8 47643 web optional 
mediawiki_1.19.7+dfsg-1.debian.tar.gz
 9f1aa33bee0ec50c594b59da2eac9455 17760714 web optional 
mediawiki_1.19.7+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (MirBSD)

iQIbBAEBCQAGBQJRng1aAAoJEHa1NLLpkAfg0IoP+PjaYSCbDmk8phBGouC4g9Ux
kpo5+lDjx2E/yH4YBGxbNjf7lN1IFZcYOjYmycydxlz9mh9f9U3uRo8sRE/qRqS9
g65EIlMvhXR+fvKmRy11cLga1ZtblNXtJO2W8k1TMyeiKOr5NFRjlXnbhe+mwrJO
2PIP2PtW0U3CcYSHYQKjMGRHOwgxhGfZIzzIBCgdz0tjhd0YUejFo+ZrGWHmFDI/
Lm0ZPWkgS2DIKPOdcUG4XmhcejlTErt/stW38kVPcSPGLfr+RaqnKGdV5CQaW7aa
bRUx1ia9SKa75r57qrbp8y6igTaaJywTsaYUrloC81AEzLCCNv7WAgfLAykHgR7y
igI3jb5Apce3vnM2DZd4W5M/YWnt7MDNExjvFymO9crRoE3YTCJasiOhDWSbmHRx
yndYayB1HI6vRBDMTe/kc0runawnR7JO37VgfKB4rcnxFy8Gsb0iaHOLF1FRpHin
EROgcw0sMF4z4dxKwV9ydVZncrvrRfvd9MUWiYlKwURDX+zV5tcWKfy+rEYbdoVa
L1l7uWdQMk16/QdUA+crjFfc/hcp+vuFeeumRGzY1pZ2EjxhLmaIX1pud7uI2ULF
we6LtqG/U1WAsttGUmebm1AYrRr1IaOZTl0hQZwz5jUY/B1VjU/qXSfseU6D1Feb
SYDzWig45L4LAyenvFw=
=zQcA
-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/e1ufuvx-0005ec...@franck.debian.org



Accepted camlimages 1:4.0.1-8 (source amd64 all)

2013-05-23 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 May 2013 14:45:38 +0200
Source: camlimages
Binary: libcamlimages-ocaml libcamlimages-ocaml-dev libcamlimages-ocaml-doc
Architecture: source amd64 all
Version: 1:4.0.1-8
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 libcamlimages-ocaml - OCaml image processing library (Runtime library)
 libcamlimages-ocaml-dev - OCaml image processing library (Development package)
 libcamlimages-ocaml-doc - OCaml CamlImages library documentation
Changes: 
 camlimages (1:4.0.1-8) unstable; urgency=low
 .
   * Team upload
   * Depend on libtiff-dev
Checksums-Sha1: 
 5e01193a9096564341ffd75056cfd19d9800a25b 2396 camlimages_4.0.1-8.dsc
 a1fe896d08b8ec5a89f3eb58a42bfd5b26160dbb 9100 camlimages_4.0.1-8.debian.tar.gz
 9025bbcd59bfd9f2817e6987736f3142753b5edf 54294 
libcamlimages-ocaml_4.0.1-8_amd64.deb
 a49329462ee0f342e2214a1ce8219761e04c3a8b 1168258 
libcamlimages-ocaml-dev_4.0.1-8_amd64.deb
 8911ddd8e1f8decc18e63c2b246337ab0cab70b6 8601264 
libcamlimages-ocaml-doc_4.0.1-8_all.deb
Checksums-Sha256: 
 38b22459e5ed58348ef2ac78d0bdd6a2062f69a916aca34dbf13c51b9fe7c76c 2396 
camlimages_4.0.1-8.dsc
 0cd3f44f8f146f8e3f3fb59b9d7ef919f52cedf54774cf41cd594811f26896d4 9100 
camlimages_4.0.1-8.debian.tar.gz
 cdbc7ae0a1da693048a550e4f055e4b9e1fa082477982ca75f66fc67cbf2e315 54294 
libcamlimages-ocaml_4.0.1-8_amd64.deb
 bf0a4665299fcba840abd38468d8c74f688bb69cf8ed6740043e42dece8f5fc4 1168258 
libcamlimages-ocaml-dev_4.0.1-8_amd64.deb
 ffcf27183b1457194a6d7d312d989b2e7719bce0ac5d277f8734a75957435113 8601264 
libcamlimages-ocaml-doc_4.0.1-8_all.deb
Files: 
 9ee91c422d3c04053196d5d9af9c6ce8 2396 devel optional camlimages_4.0.1-8.dsc
 4a22138f48a88da0f132060e619811b4 9100 devel optional 
camlimages_4.0.1-8.debian.tar.gz
 478a15cec78cdb758c0f7a056e18d9e5 54294 ocaml optional 
libcamlimages-ocaml_4.0.1-8_amd64.deb
 c118482e4a1635b227f1d9dcb26551ac 1168258 ocaml optional 
libcamlimages-ocaml-dev_4.0.1-8_amd64.deb
 fda117f51db79c536a963ad1e380d539 8601264 doc optional 
libcamlimages-ocaml-doc_4.0.1-8_all.deb

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

iQIcBAEBCgAGBQJRnhCPAAoJEHhT2k1JiBrTEhgP/1aP7VRKigcQ0q9SiNb6VGVW
WG98tkhyPRw81uSO5qKw/IAibtY0jbXVksDdUzKKvrTIVTNDOWjwmK19mfOH7I2g
XS9kvs1bHFqgWR1HQk9/4PZg2jJcYDRmWVBhkjx7n7dS5OZxC/iYTSiIvv0fIhfK
1ANrRS3gtJeBZbTt1QrRUihTUxhvGZqzP0llXFPFCGhKFf3NP6m0gm4O6Bt9qe/r
zgHFN2fChhEpzbzeBG1P0xuX4EmMNMYp13D37ntZpX8VrwIIfJHpiXkgKrF4KMmf
8yQp8xCgyroGLw/Yr9yugrp3fcm7+AsdJdJ63AfUZb+I5aHhu7EbQkvsABtgzpfZ
WsHugnmN8Zef0/UAskcCehTS5osZPMjHIhcxIroT7qxhtpJShGiuNRiD2nCx7xuq
v1GhkIBHslN5d5TS4PLijbOEuMYqmQOf0KUEN7qEXVngPiaazHdlYHbdw+p2A1fC
nY69uFspTbJHjFYkmKdtvJrtsmpyaAuUPxKjxo5BgPodCMAIaaMBoWXhC8labb67
zPASYT9m9vPGPOUt6IX6XoDkNIVDzt5O2LgeP9prgeWVaLm5RTzShibwZTMTqq0/
oJsygwrd6/prbAj+zgrQSk/EKiPec+D7gQsXBpEkUX6yFfGuO9hY8wrobH0TtLka
UM4f3KwKh0UrBWV+6hC8
=EuEc
-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/e1ufvap-0008h2...@franck.debian.org



Accepted partman-lvm 84 (source all)

2013-05-23 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 13:43:28 +0100
Source: partman-lvm
Binary: partman-lvm
Architecture: source all
Version: 84
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Dmitrijs Ledkovs dmitrijs.ledk...@canonical.com
Description: 
 partman-lvm - Adds support for LVM to partman (udeb)
Changes: 
 partman-lvm (84) unstable; urgency=low
 .
   * Move apt-install call from post-base-installer.d to finish.d, in case
 post-base-installer is not run at all (as is the case in ubiquity) or
 otherwise failed to run.
   * Bump debehlper compat to 9.
   * Use standard VCS URLs.
Checksums-Sha1: 
 f6cbd1729aa15f007ffb2644bcacaab8e7cd6189 1635 partman-lvm_84.dsc
 66cfd189e0feabfd7768b8b13ee129f9a6f4c912 367067 partman-lvm_84.tar.gz
 d1b3a88ff7878881654dc94bb50bf36d6f69483b 308828 partman-lvm_84_all.udeb
Checksums-Sha256: 
 685f37c198bdfe55630eb3fa3efefb98ec2b71dfc8ed27d01f3eae516983751c 1635 
partman-lvm_84.dsc
 2e01ddffb36781edd960e8d3e1de8d04923927edf349efc7fcaf3a4378723472 367067 
partman-lvm_84.tar.gz
 b3ef8a32def877ed13f9fdda78a764add18ab2e4d68b03a9ee5c28e79492189d 308828 
partman-lvm_84_all.udeb
Files: 
 154c78f907d7b4d6f97fa934b8362a2a 1635 debian-installer optional 
partman-lvm_84.dsc
 c585ef6bbf9d4a6e750ef8dd6768dccb 367067 debian-installer optional 
partman-lvm_84.tar.gz
 b2b9fa55b545904042935e62d445ac85 308828 debian-installer optional 
partman-lvm_84_all.udeb

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

iQIcBAEBCAAGBQJRnhFZAAoJEIh7YGGLPBauJsYP/11aSoVqph3GHREnirOa0A83
GKl0rGVOVG6J1ssvI6fbaT3FdjAT+FkN9y5T+8fq6stZeYy3UTu5IjbDV6FM6CFt
h/SWwDO8i5Tds8EhV4iD4GiesnwUcaMEHa5nYBe2a5ocpvKaQlK7modUR5vN6zU5
f+YosFuxD7LzDmT5XKunqI3IcQ+7iVA7/WNQ4GYkHDePFneklNWhs7DyJL0fLKI6
fCIDZdsBGL3dlh7M9pfDv6yFyFDSkOTybL9I2Fxdt6Ia+EgmywSQA5XGvvRhUEw1
n1fVQKNQ8ik2zfXWhiV+fO4Zr5MpYvh2NkcfAJ+xvrf5afbKHXQDbRnf3wksKwWS
2hEqV74/BbYnVRWiqaBOzcmqrb1h2MlbSR+QC/qS4UgDpKoMLzyatM2VVbzG2o0R
douTXuuTebA6CNJaEToGuGBS+uorVybPxIcFAvrozXE285xfbKoOcTcI/3KDLSXw
sGq66MvKG6T+QPDtoqsZOkOs9O7GB7oOirOpFOJyl1g781GwAgj+mkJVq8NMGh3u
57F2jvClZcNek6v87B2FZasX4FTi57NbRbzfywZx8vnghzVWkdciNss1NCdlvOYx
G1lqiWeroRqUDiZ0t8OAV1HaXJkrLYa18NpmY5laR4u0tJbatVq2wyjZq3RsMBy4
n5Hvf9zJr+Ml2cbl+QKd
=Uxhy
-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/e1ufval-0008kz...@franck.debian.org



Accepted mediawiki-extensions 3.3 (source all)

2013-05-23 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Thu, 23 May 2013 15:00:41 +0200
Source: mediawiki-extensions
Binary: mediawiki-extensions-base mediawiki-extensions-geshi 
mediawiki-extensions-ldapauth mediawiki-extensions-openid 
mediawiki-extensions-confirmedit mediawiki-extensions-collection 
mediawiki-extensions-graphviz mediawiki-extensions
Architecture: source all
Version: 3.3
Distribution: unstable
Urgency: low
Maintainer: Mediawiki Maintenance Team 
pkg-mediawiki-de...@lists.alioth.debian.org
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mediawiki-extensions - Extensions for MediaWiki -- Meta package
 mediawiki-extensions-base - Extensions for MediaWiki -- Base package
 mediawiki-extensions-collection - Extensions for MediaWiki -- Collection 
extension
 mediawiki-extensions-confirmedit - Extensions for MediaWiki -- ConfirmEdit 
extension
 mediawiki-extensions-geshi - Extensions for MediaWiki -- SyntaxHighlight_GeSHi 
extension
 mediawiki-extensions-graphviz - Extensions for MediaWiki -- GraphViz extension
 mediawiki-extensions-ldapauth - Extensions for MediaWiki -- LdapAuthentication 
extension
 mediawiki-extensions-openid - Extensions for MediaWiki -- OpenID extension
Changes: 
 mediawiki-extensions (3.3) unstable; urgency=low
 .
   * Upload to unstable
   * Bump Policy (no changes) and update VCS-* URLs like in mediawiki
   * Fix XHTML output for ImageMap extension
   * Make Graphviz extension not issue a warning with PHP 5.5
Checksums-Sha1: 
 5218365b8623ae983a1ad876ab488c32bcde6c72 2343 mediawiki-extensions_3.3.dsc
 441b2760ebbd72ec310278eb83d2f968b42c6937 1648726 
mediawiki-extensions_3.3.tar.gz
 3ce3fffe29cc9d892dae81b6baf9118436af930a 835864 
mediawiki-extensions-base_3.3_all.deb
 55e36545b3733cbaf4681ec51df154dd2cd2f5c3 36808 
mediawiki-extensions-geshi_3.3_all.deb
 243a7584a438af490817a93055ca6af9f9e634ff 29398 
mediawiki-extensions-ldapauth_3.3_all.deb
 930325fd0592feca7bfa15e34edb53e7eb6b4622 198242 
mediawiki-extensions-openid_3.3_all.deb
 463323a7bb897d441706a5718291ed17794c55c6 249830 
mediawiki-extensions-confirmedit_3.3_all.deb
 3e48e49e0ff2025c139d7df4a9b8bdd253d368bb 336044 
mediawiki-extensions-collection_3.3_all.deb
 8e5c953b75be90ec7e141cefa393c6fcd6dbcfe3 19460 
mediawiki-extensions-graphviz_3.3_all.deb
 811b82de12e7625572a5fa61fbeb0353633c6e63 9700 mediawiki-extensions_3.3_all.deb
Checksums-Sha256: 
 2c110c316065ace075ef4c287c40c4921d1c7b662c61eec92445e2e7f6d373d3 2343 
mediawiki-extensions_3.3.dsc
 78c7490dcb30788a59934b2431677273a2ce05dea5848a7a8d29ebc55ed038c1 1648726 
mediawiki-extensions_3.3.tar.gz
 be633ef7aa4ba3b2aac4f4cb07c2cb0140a49fa164a21932e4b722daf87e9eff 835864 
mediawiki-extensions-base_3.3_all.deb
 ef06d9a355e03ecc5a3ae4d2a1fabef50f01918bcd87ebd334cd847872cddcd6 36808 
mediawiki-extensions-geshi_3.3_all.deb
 bebf9ae7c23c1218c2d18f8947d54c6bae51edbb5ca699be0b29366be9aa7ac4 29398 
mediawiki-extensions-ldapauth_3.3_all.deb
 048023c9a3c3b0d0976855fc664264f9e4137ae816ae6d24a3da1721b4f0cfc8 198242 
mediawiki-extensions-openid_3.3_all.deb
 593d420330d272093e73b74b88b9d90456475c740470e3e7d50d41965e885ba5 249830 
mediawiki-extensions-confirmedit_3.3_all.deb
 134c4a38b7cf94252a9dc72ec98a445cf5a1b8aca1bbde28b771f69ab6f3ea84 336044 
mediawiki-extensions-collection_3.3_all.deb
 68dceab3ec7ea1b40ab3f03664bf7f99b426257222c489189ba11495be913584 19460 
mediawiki-extensions-graphviz_3.3_all.deb
 db34a94cc5e8f51ffcdacc7c7ef13d5bd753efd0d0f4e6f686c3a98b434d60aa 9700 
mediawiki-extensions_3.3_all.deb
Files: 
 9a8ba0995ed2420a619fd6b204d18af4 2343 web optional mediawiki-extensions_3.3.dsc
 e1cf4dd6b5c75ab5617708403908f551 1648726 web optional 
mediawiki-extensions_3.3.tar.gz
 d5f14a9fe84d28ba633f938bf15cb5af 835864 web optional 
mediawiki-extensions-base_3.3_all.deb
 e056fa7dca82c2c64849e7556d93f8b3 36808 web optional 
mediawiki-extensions-geshi_3.3_all.deb
 59759447dcbb75828f0dddfc010534b8 29398 web optional 
mediawiki-extensions-ldapauth_3.3_all.deb
 efa5311b075942d14050d6b7cb871b11 198242 web optional 
mediawiki-extensions-openid_3.3_all.deb
 95c18b1f1e3bcdca2c35dfeab2a4d8aa 249830 web optional 
mediawiki-extensions-confirmedit_3.3_all.deb
 b7f6750c4c7c5b0b0d12094fc3b4e929 336044 web optional 
mediawiki-extensions-collection_3.3_all.deb
 101ca047bd22c9d4c7bf5db3fa9d429d 19460 web optional 
mediawiki-extensions-graphviz_3.3_all.deb
 d6aefa3024ddce231c0f19765359463a 9700 web optional 
mediawiki-extensions_3.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (MirBSD)

iQIcBAEBCQAGBQJRnhPYAAoJEHa1NLLpkAfgKrsP/it4tWgosO55S46tDX4k4t1P
3lkemuD4itmP7MqUHUp8R2UzPaFZS5ABWqsfHQHcbVwA2JOC2QWL98C6dAleR2m3
sDYiIF67ouDO30U2T0nyMQT4Iaz8bNdI5//rOgnS4vF7eDAWwwW5atM+7mxWBo5a
3v24K3KJwE0DvY1qUW9ixK9lXNd11D8a/757CL7XjwQH+H286mCjtrE++AyZn1QI
4/zDz63KSUYprcvOClM6XT6tKHrVucAGomYZThp9Gp7XhJxWaOuDO8Gyo2q8moUN
xi4kQRiXZ8LtnMe4tERsdWbuAUdUCvk9KX5UHnpV2ZOw+01viKNlsm+UpoNeSi63
IceMPVbfx3Om3zsMQqmTd9F9IXrRWMRmIhKmie+2eSkCyDWnWP2Oc9dI3sOgMZpe

Accepted fuse 2.9.2-5 (source i386)

2013-05-23 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 14:50:28 +0200
Source: fuse
Binary: fuse fuse-dbg libfuse2 libfuse-dev fuse-udeb libfuse2-udeb
Architecture: source i386
Version: 2.9.2-5
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 fuse   - Filesystem in Userspace
 fuse-dbg   - Filesystem in Userspace
 fuse-udeb  - Filesystem in Userspace (udeb)
 libfuse-dev - Filesystem in Userspace (development)
 libfuse2   - Filesystem in Userspace (library)
 libfuse2-udeb - Filesystem in Userspace (library) (udeb)
Closes: 626522
Changes: 
 fuse (2.9.2-5) experimental; urgency=low
 .
   * Including header files in examples (Closes: #626522).
   * Prefixing patches with four digits in filenames.
   * Trimming diff headers in patches.
Checksums-Sha1: 
 310922880fa44bd60f69ea275823a99a787c2dcf 1311 fuse_2.9.2-5.dsc
 5676882b4bce18553afba25e0c933cbdb6126529 13956 fuse_2.9.2-5.debian.tar.xz
 774b51ec10b9d1985a30063c1710e96bf9ae38bf 68068 fuse_2.9.2-5_i386.deb
 ca006e212e3bfbb9ab9b19c863276e04152b91b8 302186 fuse-dbg_2.9.2-5_i386.deb
 5424ecc2674d700b26b55967935f401f22435e73 133802 libfuse2_2.9.2-5_i386.deb
 feed74b79a8e932f6738b19a4b4c65bfd3eda007 151052 libfuse-dev_2.9.2-5_i386.deb
 869b118c88df98a9195a2708ad0f804025cd0569 13898 fuse-udeb_2.9.2-5_i386.udeb
 c95a14f9749fd9c9e8fc9bb5788ba678c9ca57e1 69210 libfuse2-udeb_2.9.2-5_i386.udeb
Checksums-Sha256: 
 e095a05ef469684bf3c383060a03647017ecd797e4392a49dfbcc68bf3f12ed6 1311 
fuse_2.9.2-5.dsc
 fbcc3865be782a998f507341a46f35a3d68a791c8440e8d3feac9b41538bc5a1 13956 
fuse_2.9.2-5.debian.tar.xz
 5f376d0c26aba4acded37793e3effc72c7002c0a5dcbceeefadacd19d928559c 68068 
fuse_2.9.2-5_i386.deb
 56b6b7d55de0d7b2d5b95401d6dc6d37de3b41cfe44b10cea1fcfb7070a3de31 302186 
fuse-dbg_2.9.2-5_i386.deb
 9eee71285dabca662f07ad9126d6ef4caa001c455dd7d0f204fc8454de843f0d 133802 
libfuse2_2.9.2-5_i386.deb
 9773348646f6a159f6dbda87d606439b793308f4985e37e92418d2c93b73458f 151052 
libfuse-dev_2.9.2-5_i386.deb
 9ba06881cb02fccf848acaa585cec568fdff1713f188fe450bcb0c06ed636d96 13898 
fuse-udeb_2.9.2-5_i386.udeb
 908238b249c3765c5a4aa79b66f28517621bf98eeb78b19faf8062c50a316576 69210 
libfuse2-udeb_2.9.2-5_i386.udeb
Files: 
 e9dab232b257b532d92c01c2d6545c80 1311 utils optional fuse_2.9.2-5.dsc
 9d8537f73c18ec3c61c3cae93c60fac9 13956 utils optional 
fuse_2.9.2-5.debian.tar.xz
 8662899ab411acbdca7f83b4e9a348bf 68068 utils optional fuse_2.9.2-5_i386.deb
 0128112e8f4aa0fec2333a76dddaba04 302186 debug extra fuse-dbg_2.9.2-5_i386.deb
 ccf11fd0b6d81fe684932ec8f988182a 133802 libs optional libfuse2_2.9.2-5_i386.deb
 8200421771866ff9682cdff81d54eb5e 151052 libdevel optional 
libfuse-dev_2.9.2-5_i386.deb
 23c153d89f3827f4073cae43f9ac55c3 13898 debian-installer optional 
fuse-udeb_2.9.2-5_i386.udeb
 ee56cf49ff60f85683797a1e34cefa7a 69210 debian-installer optional 
libfuse2-udeb_2.9.2-5_i386.udeb

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

iEYEARECAAYFAlGeGIEACgkQ+C5cwEsrK55DywCeJk+WKOdiI1wkd8q1riysdn5O
iZ4An24bSHFM4l82F3NqCU+OxwAFlPSe
=/cU8
-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/e1ufvdk-0006ll...@franck.debian.org



Accepted firecookie 1.4-2 (source all)

2013-05-23 Thread Andrea Veri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 15:32:33 +0200
Source: firecookie
Binary: xul-ext-firecookie
Architecture: source all
Version: 1.4-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Andrea Veri a...@debian.org
Description: 
 xul-ext-firecookie - extension for Firebug to view and manage cookies in your 
browser
Closes: 686088
Changes: 
 firecookie (1.4-2) unstable; urgency=low
 .
   * debian/control:
 - Bump S-V.
 - Drop ${xpi:Breaks}, Iceweasel doesn't check
   for max_version anymore, thus firecookie should be
   compatible with all Iceweasel's releases = 10. (Closes: #686088)
Checksums-Sha1: 
 08fccde7db98f55b06feea9ede8113517d5a1844 2032 firecookie_1.4-2.dsc
 60866700079711ee1c6f54589cb1b00d2394b74b 3261 firecookie_1.4-2.debian.tar.gz
 56d1628fe2312d9d71aada566d8afc0a74079c7c 106832 
xul-ext-firecookie_1.4-2_all.deb
Checksums-Sha256: 
 acfd9b9ea4f5074dcf1d3426f17617ff39d8e84cb1d915030039426c63d5d8b0 2032 
firecookie_1.4-2.dsc
 9e44d3f962f544f245aacc62662b13fe836c03a915534000ba2c91763d1ff053 3261 
firecookie_1.4-2.debian.tar.gz
 801ffa978b4ae0db1ba31f2511de23e80fdc4a5471636db50d0fb26e51ca476c 106832 
xul-ext-firecookie_1.4-2_all.deb
Files: 
 f5fbc4a327e452e9021c146db45d02b1 2032 web optional firecookie_1.4-2.dsc
 c192f0c53e3374b9d96598ac1de0b203 3261 web optional 
firecookie_1.4-2.debian.tar.gz
 611e68bfc43bdfb138b1295b1eaae274 106832 web optional 
xul-ext-firecookie_1.4-2_all.deb

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

iQIcBAEBCAAGBQJRnh2vAAoJELCi8amz5hIsqQAQAMkwdEe1XTFxV99qKLytI0Ak
WFwb3CevXhDtjqSeu0qiRJ9CVKZZzS3D0IEP7sHym3MgulsfumXrs04hjN/3OP71
W0k53oZVt7voNrEth3pENSgZsxIpAmIw5f6H2kiN5vzah94TA5smz8lN0XaNHRWZ
Gu10V6WwD0AS6n6vCZedc23Ihqr3bTATNZox3DsgbcP/C9/XVPcNRnQn2gW8U9ds
xET/KXMMwUp8RCW1q0p0VpGnSmzhb3wOyblEelYkiwwjAd7unynlKpEUNg2+HNvR
F1XwwwMFUfXiR/5IHl24Qu5B4kn9tjRUa/Z099zzqo6Z0WKy2nNgbpm+IZm3SUf3
nMwlJNCx/UkwTVc4gUIDQVCTuq9qmmsjrTXIqrZe39Sk7Df4mSWAMv0kSEUn6R/i
9eDqxiOoJVghdoCPkFhqUzLaSxBxIEUiDUAFD6RV9owldiiUXthF/wK7+r5AYdpN
IeB8p5W3dvJFNCRUReFrMY7pb4TB8XCGFimRWY0NgiuRH3VsA6WDPLOG9IV8JH+3
1mVeOroo/jUQcqNpuFQb0WNSsrDIW/5AUtlyfkKlBVxihWO/bNlhR2+8Ziu3Jhbo
QqtOgMXP5Qkwca8Q8QsDPEzQaAwlbJgDrTWrzs4aH/92S3xMBN31rhrNPZrD+/d2
sX1K3/yyort0UOhRTcZk
=JwTS
-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/e1ufvrx-zv...@franck.debian.org



Accepted mediawiki-math 2:1.0+git20120528-7 (source all i386)

2013-05-23 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Thu, 23 May 2013 15:37:12 +0200
Source: mediawiki-math
Binary: mediawiki-extensions-math mediawiki-math-texvc mediawiki-math
Architecture: source all i386
Version: 2:1.0+git20120528-7
Distribution: unstable
Urgency: low
Maintainer: Mediawiki Maintenance Team 
pkg-mediawiki-de...@lists.alioth.debian.org
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mediawiki-extensions-math - math rendering plugin for MediaWiki (common files)
 mediawiki-math - math rendering plugin for MediaWiki (transitional package)
 mediawiki-math-texvc - math rendering plugin for MediaWiki (texvc binary files)
Changes: 
 mediawiki-math (2:1.0+git20120528-7) unstable; urgency=low
 .
   * Team upload.
   * Update Policy and VCS-* URLs, like with mediawiki
   * Depends: texlive-latex-extra for cancel.sty
Checksums-Sha1: 
 5714d18e3278f99e832adb458aaa425cc73ad7d2 2256 
mediawiki-math_1.0+git20120528-7.dsc
 9fc2da7dd544b5f70c7295b9413f679b2624fd25 6941 
mediawiki-math_1.0+git20120528-7.debian.tar.gz
 4a7e612987b34c9f267df436bf22dc0606c83d19 84190 
mediawiki-extensions-math_1.0+git20120528-7_all.deb
 346fc8423f45c37b7368451fff2a1231cc39fa02 153062 
mediawiki-math-texvc_1.0+git20120528-7_i386.deb
 e99019e9de733666063b0a0fa86364240f480cac 2806 
mediawiki-math_1.0+git20120528-7_i386.deb
Checksums-Sha256: 
 5dc27abd097fd62cf04b42555460e88e25aeca25d451c09c7a2bfc857c0bee49 2256 
mediawiki-math_1.0+git20120528-7.dsc
 0b8448a4ab18f51b166357ef5a6417f9f4a1187e548ac36b1b9699a459be61ed 6941 
mediawiki-math_1.0+git20120528-7.debian.tar.gz
 732bc704f7e6985d4d5c2ca133958eeea412ae663efcc3575342f3dbbe40db3e 84190 
mediawiki-extensions-math_1.0+git20120528-7_all.deb
 28ce91425b55455fb744a92b003e5fc2b3899ef032e89fa4ad0ac0ed2ff9c5b6 153062 
mediawiki-math-texvc_1.0+git20120528-7_i386.deb
 3c5e5e5f8c30383170f24d2e863792e871a482afdf26cfa62d0f60ffafc238d5 2806 
mediawiki-math_1.0+git20120528-7_i386.deb
Files: 
 a93e45c3fa87d8ef6d64c4b162008a88 2256 web optional 
mediawiki-math_1.0+git20120528-7.dsc
 1f7e00e360dbb68d385984df87d6b25f 6941 web optional 
mediawiki-math_1.0+git20120528-7.debian.tar.gz
 20bf052089fc3ab997b9630eb230a9cb 84190 web optional 
mediawiki-extensions-math_1.0+git20120528-7_all.deb
 1aff14702d088483dee15b006b381708 153062 web optional 
mediawiki-math-texvc_1.0+git20120528-7_i386.deb
 63f88067e0d0c58a0689f12ea890c9eb 2806 oldlibs extra 
mediawiki-math_1.0+git20120528-7_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (MirBSD)

iQIcBAEBCQAGBQJRnhxeAAoJEHa1NLLpkAfgmmcP/2GnvJxMiXSigBy6Q+SZ8n2f
8CPjE/J89orNaShOtIkug6FAw+ntC1MHWcZL9yPFh3pC88Pv61JX8ZRKSvpiBIH9
DmRigCAfUDg6pR+pashy+GjP+Z8UxgAlkp5c7qSVkHM8yddhTmJWu2NVWy+sfFcQ
23+JYImcT10998vpEDA2bnaB5zemJyq8azCdViJDNV73iCKrEZ/UOmF9POGbez29
qHgKi8Hx3GtDP2lmiA/GcfSmSRskekPrh4xSu/lKgdLtUqj9+ZcgM1u7Q+OHhJIw
wAzaNxVcv8XSwkMf9oqB4vD5pGCqk8Zh117qxxdyks6QFvj8Rn3TJOYPJd5tIVBF
fx3zccmr0G9iVRujESsLApiGnkJCGDh/M8zAuVLAQ+4U/X4P2Qim7dd5qKWfYalD
iWZDmJf91L7viywaEKd0qZXq17vp7hA3bRyizRs/M0koMFcTC0YPvvXJS1Ykyisw
CNJPOnMAUVAzPCvsejYWfiu43xDAIVcVr5JV79BzjBBDfzfYsuiLazaQSjEoGUdy
z+lDuvXtGCINceEu4L9lwtDIp8Y+312VzcQw2Jq+LwfX3LX5YTJsjf6a6Sp3K3W5
3rBknNreo12f+R2LDiYy/iSGXlc9/kf8FkOigNGS3+FUhW1Pg7aJ5jbH53l6+5Uy
MwGl+W7Ap6BlTm3QS6p9
=cAtI
-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/e1ufvs2-ak...@franck.debian.org



Accepted skktools 1.3.2-4 (source amd64)

2013-05-23 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 22:27:21 +0900
Source: skktools
Binary: skktools
Architecture: source amd64
Version: 1.3.2-4
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 skktools   - SKK dictionary maintenance tools
Changes: 
 skktools (1.3.2-4) unstable; urgency=low
 .
   * Do not depend on ruby1.8
   * New patch 030_Rescue-LoadError-of-jcode-for-Ruby-1.9.patch
   * New patch 040_Add-magic-comment-for-Ruby-1.9.patch
   * Add Vcs-Git and Vcs-Browser
   * Update debian/copyright
   * Update Standards-Version to 3.9.4
Checksums-Sha1: 
 9264408d9d95c26e59e1d3b168bfe5ef8fa59770 1872 skktools_1.3.2-4.dsc
 ab6d409a38976cb0cfb97f86722e50c0ea203326 13398 skktools_1.3.2-4.debian.tar.gz
 f468b017d1d1747df5835a3bd33c9c0179b81f29 78088 skktools_1.3.2-4_amd64.deb
Checksums-Sha256: 
 79b723258ef3d8f406694398b10d1a1710796b8dee971dc18354abe15d620408 1872 
skktools_1.3.2-4.dsc
 fc48c6da2f7bd61d339fcabf876f34219b4df102cca6bc4e131d607a6741d300 13398 
skktools_1.3.2-4.debian.tar.gz
 449c8ca2290e17aebacd4a1a19805347f0539f07365d2115340ca38dbc2185a2 78088 
skktools_1.3.2-4_amd64.deb
Files: 
 eb72ea67cf66e0849fac1eecd6dd73bb 1872 utils optional skktools_1.3.2-4.dsc
 2600c0897f10601297f0bda08ccb9281 13398 utils optional 
skktools_1.3.2-4.debian.tar.gz
 26f1f53b028ce0de0f729694ff699ea5 78088 utils optional 
skktools_1.3.2-4_amd64.deb

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

iQIcBAEBCAAGBQJRnhr9AAoJEOXvq5AIDqY8gtMP/0fQ6jPiyAcSDO6eM1isFsLA
aBajYUezuqIf6G2edA594Xpc3hDRPQ6yYOx23dSwMwvI87IIK8meVwt8CXOZ/r8W
oYyvdoeAZ8JA7Bp9wzk+pFzJ2l42o73VTGdT/hPBMkv7TURftjMLfjsJBt2OLraD
IrNynHOU70vU/hxPdmGZQhjYAW6T80pnAfq01aZ1yARR80MRhWAIwN8badw6vP6M
qpFAElg6NdrcGR83CHr4WBnMgwPuvI/u06tMz1SEDKVaaq4sSma8hwN/ybNcAeg8
ya82o+K/lmEHmDna4IUE53pRdtqeSX7d5kcspRG+dqigbC3GtjJwgSRevXc4aXwH
TtBxbohDCTk0oyRQNM49eyLbCUzIlZv6cezPEP7m2kaevMWB79b1OQyXqawVayNX
QogB6BNaLN+J1wE4mmXgq1b3ac9iOjlGT0RBziZOy1t+knT1Fn+TA+SPRRCyAR3k
liE6pDnJwa0OCJGCrxp/10Wa6Mqu2mSvahRjYXph28SsRqUksa3kHGUoGPuAJFAs
CZyUmZMx2B4Iksvjlu7wRpYmTyeK3fId+rm5BYkTS/apnUDxPJMOpdsTcM09loZD
/YC+gIYZEoTVUK1EUdh2JdVgMe/F6MocmEk7U+8rpMu0ioTZzle9RJYKq4dKnLsX
sGZBvvBAYXbl494UjQYp
=xYz/
-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/e1ufvs6-b3...@franck.debian.org



Accepted pangox-compat 0.0.2-4 (source amd64)

2013-05-23 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 16:02:31 +0200
Source: pangox-compat
Binary: libpangox-1.0-0 libpangox-1.0-dev
Architecture: source amd64
Version: 0.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libpangox-1.0-0 - pango library X backend
 libpangox-1.0-dev - pango library X backend - development files
Closes: 709458
Changes: 
 pangox-compat (0.0.2-4) unstable; urgency=low
 .
   * Add Breaks/Replaces: libpango1.0-0 ( 1.32.5-2) for libpangox-1.0-0 and
 Breaks/Replaces: libpango1.0-dev ( 1.32.5-2) for libpangox-1.0-dev to
 ensure proper upgrades after the package split. Closes: #709458
Checksums-Sha1: 
 e96fe4c185fef0f244d5c69c394c25ae350f87f6 2183 pangox-compat_0.0.2-4.dsc
 9f21e60e7fce8227e21f281fafdea553250e33be 2992 
pangox-compat_0.0.2-4.debian.tar.xz
 77485e6c06c1029498ba59ddacb9d9bc85ef9790 41432 
libpangox-1.0-0_0.0.2-4_amd64.deb
 1a833acad8fc4db74cf006a9e3c8504b971bb91d 42438 
libpangox-1.0-dev_0.0.2-4_amd64.deb
Checksums-Sha256: 
 d5b5d7f3591d34f0dcb517a959ab28ae1897415bb5af50205e8d10cdeefb 2183 
pangox-compat_0.0.2-4.dsc
 0b09f03b97b8ffd926ad6d61bfb9892b1520d26488d39ecc1f9bac0b95098cf6 2992 
pangox-compat_0.0.2-4.debian.tar.xz
 8df374c32ab5f065a3eb2179e3d3dfac4fd38ebb5381f28d85999d461612f4cd 41432 
libpangox-1.0-0_0.0.2-4_amd64.deb
 bc88e9dfba6d7075b58444b7a17bee3ce1539e480dde339868c29cbeebc7bec7 42438 
libpangox-1.0-dev_0.0.2-4_amd64.deb
Files: 
 72c5c96ca7eaac95c940b84ddc1a99e9 2183 oldlibs extra pangox-compat_0.0.2-4.dsc
 6f42a3ac2130568ecf3aae097b4da650 2992 oldlibs extra 
pangox-compat_0.0.2-4.debian.tar.xz
 2d4338c1eb824ed9a3e8816eac30e227 41432 oldlibs extra 
libpangox-1.0-0_0.0.2-4_amd64.deb
 3128c0f61646a10e47371c36093e7972 42438 libdevel extra 
libpangox-1.0-dev_0.0.2-4_amd64.deb

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

iQIcBAEBCAAGBQJRniWzAAoJEGrh3w1gjyLcGoQP/j16y30zqm48mypQyiPypWLU
HRrMJFgayVamTf0kwXrf/rNLDt7dC2KebeuxqT2trkqkMcbYZAg0BfLlnDSzb9ge
1q70ncDE7ahi5CQSA6ze+EnihnOx8u54B37kIGNZYsTk3Nibfn8u2CXvaeuGa07q
byfnj6pw0MozY+DEAgxgTSJHTk0NWfxNVtC9Rl+hApzSsnad1SMoT+kOGX3DVtJT
LcKdg7hIjzEwZO/7cwvXpaOP1GGGjacrzFCYiB+YIPBilhWAC8qH6TU7qAqHvEam
L4twaQI/jq7c99ApJ30LA4RyAhtPnuPxGn+KOuvI8VG8GMNOIMlOLN0aWRrJam5Q
Eje3T9Y3vuzKrVwGi2VsRhEN2LeTFZ/IrQ//5jfdQTeETZd20L4AtxkVNPPyAfn4
yUgoNGLLtOp+ABOSYxYtYIFcSsDXHOIzLNzlS+O1OcF9vNX64zzEjX8QtbDj8m8r
sep/xeKL9N/0rfEhpOYIOj9oD8xcQg4u8pNaChvsWijKBIxp6xFzA5nTJofhjYIt
IGML2AgePcAyjt/scbqUXvN5ndNcFYEu5VSTX9XUIVX2q5BdZOTFaztw7LAJ5llB
lnWdfCCg06LqneT63uvnLijEuvzk2HUs8YE7gRq23KviJnCGxit99TRKnx4LlPuz
k62nrF9JcTePdqx0/ddk
=UL7Z
-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/e1ufx3e-0005db...@franck.debian.org



Accepted synaptic 0.80.1 (source amd64)

2013-05-23 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 May 2013 18:15:11 +0200
Source: synaptic
Binary: synaptic
Architecture: source amd64
Version: 0.80.1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 synaptic   - Graphical package manager
Closes: 707544
Changes: 
 synaptic (0.80.1) unstable; urgency=low
 .
   * fix default distribution combo box (closes: #707544)
Checksums-Sha1: 
 b03a4e2db6ea96a7d847fb99a41e94aa0a218e30 1106 synaptic_0.80.1.dsc
 f54eb1374371ae9134fa3319433ccfde2fb01eef 4398311 synaptic_0.80.1.tar.gz
 e2122077eba925651438f3ff87204b20328101f4 2659072 synaptic_0.80.1_amd64.deb
Checksums-Sha256: 
 b0d3381024651ae0912b8eb059b8e95f6b0a65ee2278dd75dbbcafbdad1c0dc2 1106 
synaptic_0.80.1.dsc
 e212d6c875d29e4a3ea6d939c26c381ff614d62e83d86ea64037d73e5eb7ddd1 4398311 
synaptic_0.80.1.tar.gz
 c03246416aa3ec7c5cc016eac1aea33c4b3ea945c70e1029d14cfeb2b0360528 2659072 
synaptic_0.80.1_amd64.deb
Files: 
 01008d8a9d0da583444a3a85232215d4 1106 admin optional synaptic_0.80.1.dsc
 d663ae2bf97735fdd630a86f2e617e4d 4398311 admin optional synaptic_0.80.1.tar.gz
 7a5031ea868d4d60ea07eaa7ae8d9978 2659072 admin optional 
synaptic_0.80.1_amd64.deb

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

iEYEARECAAYFAlGc78EACgkQliSD4VZixzROGwCfdvrJ1qICPzo7l0FM4SSWrqwx
ZFcAniC5h3OCa4Jdn6aIvUg85M8/evWp
=uIB9
-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/e1ufx3s-0005gl...@franck.debian.org



Accepted weboob 0.f-1 (source all)

2013-05-23 Thread Romain Bignon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 16:00:40 +0200
Source: weboob
Binary: python-weboob-core weboob weboob-qt
Architecture: source all
Version: 0.f-1
Distribution: unstable
Urgency: low
Maintainer: Romain Bignon rom...@symlink.me
Changed-By: Romain Bignon rom...@symlink.me
Description: 
 python-weboob-core - Weboob, Web Out Of Browsers - core library
 weboob - CLI applications to interact with websites
 weboob-qt  - Qt applications to interact with websites
Closes: 699242
Changes: 
 weboob (0.f-1) unstable; urgency=low
 .
   [ Stefano Zacchiroli ]
   * New upstream release (Closes: #699242)
   * debian/control: update Vcs-* fields to point to collab-maint, the
 package is now maintained there
   * debian/patches: disable patches integrated upstream
 - for-upstream_fix-manpage-header.patch
 - for-upstream_fix-manpage-typos.patch
   * debian/patches/rename-Makefile-to-avoid-spurious-build-attempts: new
 patch to avoid confusing dh_auto_*; for the same reason also remove
 Makefile upon clean (already integrated upstream in devel branch)
   * debian/*.install
 - install new applications: booblyrics, cineoob, cookboob, suboob,
   qcineoob, qcookboob
 - install new icons for: comparoob
   * debian/gbp.conf: create file, with setting to use pristine-tar
 .
   [ Romain Bignon ]
   * Add missing manpages
   * Add description of new applications
Checksums-Sha1: 
 b33a04fb47b8a50901543e6bca8f8af5101d616b 1977 weboob_0.f-1.dsc
 a2eb92ef3e18360811d33c49bf3366a7574a5087 1285990 weboob_0.f.orig.tar.gz
 45926dea580938c3d18db5319104809a9d9db52c 23128 weboob_0.f-1.debian.tar.gz
 b0402bc75177c9bc7319199da303ea4224dcf1d0 149914 
python-weboob-core_0.f-1_all.deb
 39fce4cdc4d74ea9f2a0468672327018f8e8a02d 333936 weboob_0.f-1_all.deb
 66c1215487cc1163f40bc1f0d6eae506c5aea97b 171922 weboob-qt_0.f-1_all.deb
Checksums-Sha256: 
 6aaf7edee23f42ba16620bd0b3948613f04e80974fddbfdc833c24af01f04ee9 1977 
weboob_0.f-1.dsc
 ef990a82c5fb8893486c0298f4b22d0472d68d6094d8e462df268a1a7ed51f87 1285990 
weboob_0.f.orig.tar.gz
 1fd68666f3ae79cb841eab7e4371471aa309523e1ebbb094b7f926913b10f9da 23128 
weboob_0.f-1.debian.tar.gz
 80010f028040f04dd38a92989fcec32e84dfc4f1d10413c9ecc5898f7660cb77 149914 
python-weboob-core_0.f-1_all.deb
 3b5c07fa42acdd7c86c0d354aa5e16902954ba04b76fca41a070a198ef6bfaca 333936 
weboob_0.f-1_all.deb
 c8f270d2496f345a635243f96e4f57cef78afa62fb378d61e1f39532d437ce9b 171922 
weboob-qt_0.f-1_all.deb
Files: 
 b5fba724b762df93f3ac5f23f4ae2b06 1977 python optional weboob_0.f-1.dsc
 0bce7a5ab1cee30404a40982d6ca738b 1285990 python optional weboob_0.f.orig.tar.gz
 3c0cd75e7fbf228350534a7d738543bd 23128 python optional 
weboob_0.f-1.debian.tar.gz
 fa79a19f1ecf44f0af882566653be3af 149914 python optional 
python-weboob-core_0.f-1_all.deb
 5a1f0b6e036767f16baf4f19df734e3b 333936 python optional weboob_0.f-1_all.deb
 5f71fe240cb23e46119f31680944e04e 171922 python optional weboob-qt_0.f-1_all.deb

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

iQIVAwUBUZ4nQnx+Qo+TQSeZAQiN0A//Q3jAGElw54AYgMD7HVyfV8GYDdCoIX6H
9BmCzBnM4GkpdzyaPP6gWVXX7Ik3w4Ntk1hgIUDG/Thi+eX5QA9NUrkr6oZ3twh7
14D/RuYyWgfeJiyM4RK0UtGgIsHjezyZvjiXtYU0rGNWM1VT0z/dJH7RZyokhLJt
Fuw1IjA3kP0lmiVClSqh5Fv7CqcB7wJk40KmMeFT7w1WaDaK3CYrK4FO/6I6MuOL
COD6D1k+6aKB/XAr3duJ/2QZrQqpcpAB2PxPo5qiCFUbnRN5fjXzQIjUeYjN2Vum
Dj7ZLOPuNRF5WIugYRxqaPTh/ypiIxUM/F9JR3Yo3mzC8aV8ndXJY8jPH42a2FhK
H3GBH8oFXey2I+Osr9oO5o3R9E153U4G+KH1p9fUrHFYMcdwlckA6r08Gf+BsrFL
jIijEe5Jb4fpL8+AEkrKhFlfDbKs1oX6zPK3odugSQ6QJeN8tGFrZOwfrtqmg578
Kx8KXkwbWcI6s8v1T5vzcWMFZtty7N8UF+iAYPqa8r7ZiFVa2Fw1P8hb7P8yODe+
Rgdt0A4N6qGpTDCXgTRRaJJSQRPGmFhPXjj5S2E0/qtwoTp9F/2Pg4qouYRDkg2X
qgWKwlAxh1ns4vR2aLhKMjZ7zCq25U0qjrLLYvfdCQBcbrYJ2q4/4A8xBcllEeZm
cfRw81El38k=
=PKYp
-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/e1ufx3y-0005hl...@franck.debian.org



Accepted gtk+3.0 3.8.2-1 (source all amd64)

2013-05-23 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 16:23:37 +0200
Source: gtk+3.0
Binary: libgtk-3-0 libgtk-3-0-udeb libgtk-3-common libgtk-3-bin libgtk-3-dev 
libgtk-3-0-dbg libgtk-3-doc gtk-3-examples gir1.2-gtk-3.0 libgail-3-0 
libgail-3-dev libgail-3-0-dbg libgail-3-doc
Architecture: source all amd64
Version: 3.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-gtk-3.0 - GTK+ graphical user interface library -- gir bindings
 gtk-3-examples - example files for GTK+ 3
 libgail-3-0 - GNOME Accessibility Implementation Library -- shared libraries
 libgail-3-0-dbg - Gail libraries and debugging symbols
 libgail-3-dev - GNOME Accessibility Implementation Library -- development files
 libgail-3-doc - documentation files of the Gail library
 libgtk-3-0 - GTK+ graphical user interface library
 libgtk-3-0-dbg - GTK+ libraries and debugging symbols
 libgtk-3-0-udeb - GTK+ graphical user interface library - minimal runtime 
(udeb)
 libgtk-3-bin - programs for the GTK+ graphical user interface library
 libgtk-3-common - common files for the GTK+ graphical user interface library
 libgtk-3-dev - development files for the GTK+ library
 libgtk-3-doc - documentation for the GTK+ graphical user interface library
Changes: 
 gtk+3.0 (3.8.2-1) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Switch to interest-noawait for triggers. They only affect IM
 modules, so this is not likely to cause upgrade problems.
 .
   [ Michael Biebl ]
   * Upload to unstable.
   * New upstream release.
   * Update debian/copyright following the latest copyright-format spec.
   * Bump Standards-Version to 3.9.4. No further changes.
Checksums-Sha1: 
 19920207190d4768e29e348600c444f066a6449b 3540 gtk+3.0_3.8.2-1.dsc
 c519b553b618588f288c70ea5dce1145588944eb 13701516 gtk+3.0_3.8.2.orig.tar.xz
 98d43b7f92dc4bb83ced0a354abc032d394fb682 92766 gtk+3.0_3.8.2-1.debian.tar.gz
 0de8677eae0a9d9c9354f3529e0666b5f3216ede 2813600 
libgtk-3-common_3.8.2-1_all.deb
 5880ff07b4016c08eec82ea7054b500ada58c17e 2123016 libgtk-3-doc_3.8.2-1_all.deb
 07e1e2983ea48f3cc3b695047870a336bc47f9bc 61362 libgail-3-doc_3.8.2-1_all.deb
 c17526540c23510c52692cd064f303e512e7e048 1863642 libgtk-3-0_3.8.2-1_amd64.deb
 8a5635765fe75c9bb2ed7d4b1f9505cdb9e93f9f 1739394 
libgtk-3-0-udeb_3.8.2-1_amd64.udeb
 218c77a3da338c0a7a763e86daebcf110ed79492 60096 libgtk-3-bin_3.8.2-1_amd64.deb
 4e79411e4f756bf59bd59ca0c664a60fd5797905 803312 libgtk-3-dev_3.8.2-1_amd64.deb
 b780204c754c4b4e731a1ae84392b591324725f7 5531380 
libgtk-3-0-dbg_3.8.2-1_amd64.deb
 55905cf4909800f06bc1861d7495ce36264501f6 310966 
gtk-3-examples_3.8.2-1_amd64.deb
 4bb175a790a39820baa9caaa41038f65f5841998 210878 
gir1.2-gtk-3.0_3.8.2-1_amd64.deb
 126e8369a1a1dcbb66a76fdc3674a2c2a2d868e4 62290 libgail-3-0_3.8.2-1_amd64.deb
 6e618abc130b3f23063fee71d4f168fb025c3265 54222 libgail-3-dev_3.8.2-1_amd64.deb
 4e95c2343a285dc7ac3c8c346df28db58144 74044 
libgail-3-0-dbg_3.8.2-1_amd64.deb
Checksums-Sha256: 
 f3db0265a730c0a990337b8beae86b509baee79aee1f3bf68a1208055d561c5b 3540 
gtk+3.0_3.8.2-1.dsc
 1ca80c9c15a1df95d74cefb8c2afe4682ba272a4b489106f04877be2a7aff297 13701516 
gtk+3.0_3.8.2.orig.tar.xz
 6e3f8eb5ff3fcba5c4618d337ddcfe40a388697b275630ec1f490bec1cf23b1b 92766 
gtk+3.0_3.8.2-1.debian.tar.gz
 cc0350d07728b5f46d9bea38fc1b2eec09c364f5bd7820827a803910aba24496 2813600 
libgtk-3-common_3.8.2-1_all.deb
 f5c5fdda1f321860431363a3dcd907da0d48cede5324c74cc93f5b524bc51805 2123016 
libgtk-3-doc_3.8.2-1_all.deb
 7488c96b01f4886789f36b96f0428dfd5d683cb525f1c2c9ed562ee823abfaab 61362 
libgail-3-doc_3.8.2-1_all.deb
 a65b788e1e7abd91f87e3c4e3ceeb41019b404e2d3607631c5551f7541aa5c0e 1863642 
libgtk-3-0_3.8.2-1_amd64.deb
 c86263ede197c219141aef01439d8d12f7fba0286180c3523b89b35766548a23 1739394 
libgtk-3-0-udeb_3.8.2-1_amd64.udeb
 bb77be726cac473be432941245e0a9e7e1a48ed4f7b028c6cf0e2db1cb2b43fa 60096 
libgtk-3-bin_3.8.2-1_amd64.deb
 50ef5536ff6084cfb0e57e0c069703472e7fe0947671fda53e301117688da9fc 803312 
libgtk-3-dev_3.8.2-1_amd64.deb
 259a1a1f065672e0b8344ebab5dd0774eee4f59d5c99577ede5aafecfd2373aa 5531380 
libgtk-3-0-dbg_3.8.2-1_amd64.deb
 50cc8bc943bf5a463fc24d91d1893855a5c1e127a1c40ec051592c4dca330417 310966 
gtk-3-examples_3.8.2-1_amd64.deb
 0b7a38c3187c5c021b0fa52075ec4fb8eb5045207a2b8bfafeb057a617ba61e1 210878 
gir1.2-gtk-3.0_3.8.2-1_amd64.deb
 9b3bbde4cd91c772fdc5970efdc402a8d4019be78cb8bdba067c4478ba9e7c7f 62290 
libgail-3-0_3.8.2-1_amd64.deb
 2e1cec4ad753a4aea4231b4f42f040278a213c63736594a9b0af52e3ac47175b 54222 
libgail-3-dev_3.8.2-1_amd64.deb
 b15aaa95b0bc3d03ff59d5f58c0a23d7fe0b0ae6fcb2847d85f9008fdb6793ef 74044 
libgail-3-0-dbg_3.8.2-1_amd64.deb
Files: 
 6aaa520159cfd6f191d05bb429bf4f58 3540 libs optional gtk+3.0_3.8.2-1.dsc
 8e878e18fc385f2b813419dc7b40a968 13701516 libs optional 
gtk+3.0_3.8.2.orig.tar.xz
 3504c62037fe30569e874b117160b16f 92766 libs 

Accepted hivex 1.3.7-3 (source amd64)

2013-05-23 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 16:07:56 +0200
Source: hivex
Binary: libhivex0 libhivex-dev libhivex0-dbg libhivex-bin libwin-hivex-perl 
libhivex-ocaml libhivex-ocaml-dev python-hivex ruby-hivex
Architecture: source amd64
Version: 1.3.7-3
Distribution: unstable
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 libhivex-bin - utilities for reading and writing Windows Registry hives
 libhivex-dev - library for reading and writing Windows Registry hives
 libhivex-ocaml - OCaml bindings for hivex -- runtime files
 libhivex-ocaml-dev - OCaml bindings for hivex -- development files
 libhivex0  - library for reading and writing Windows Registry hives
 libhivex0-dbg - library for reading and writing Windows Registry hives
 libwin-hivex-perl - Perl bindings to hivex
 python-hivex - Python bindings for hivex
 ruby-hivex - Ruby bindings for hivex
Closes: 709388
Changes: 
 hivex (1.3.7-3) unstable; urgency=low
 .
   * Added patch to fix FTBFS due to usage of obsolete rake/rdoctask,
 rake/gempackagetask (Closes: #709388)
Checksums-Sha1: 
 f78ede1469856cf58536dd81fed399c19bd41412 1820 hivex_1.3.7-3.dsc
 c199a4b16e9bd42979874ab5e6c56d7a4ca0308e 7969 hivex_1.3.7-3.debian.tar.gz
 076f826eda4bf0f0faa82cbbe51eb8d59b9eace1 49790 libhivex0_1.3.7-3_amd64.deb
 b38295bf17d3464db8cd84759fec348296f80a4f 64970 libhivex-dev_1.3.7-3_amd64.deb
 9063f29db7c7b0dec2a0bf53618e276780c2c69a 233188 libhivex0-dbg_1.3.7-3_amd64.deb
 365c645fc3a7fab4c6157d9f6df64b6b26b33666 64888 libhivex-bin_1.3.7-3_amd64.deb
 28e05e4ca0ba9ff843e2321617848ac5b8a7bbbf 63134 
libwin-hivex-perl_1.3.7-3_amd64.deb
 52e099f84a64e3bbbd2ad4b6246780803578b4e2 28356 libhivex-ocaml_1.3.7-3_amd64.deb
 5de36897b704f84e327bc4adff46e6b69f4ae71b 35722 
libhivex-ocaml-dev_1.3.7-3_amd64.deb
 14c2831e11627d5012b9fd091357b1ff36a18fb2 33496 python-hivex_1.3.7-3_amd64.deb
 712fea620e68dc492c5d90b82f8cd183924fab13 34018 ruby-hivex_1.3.7-3_amd64.deb
Checksums-Sha256: 
 52d879cfa665549526bd0c056add8c919d4d405137234fc5eda6223b8db23ef1 1820 
hivex_1.3.7-3.dsc
 98206ecb5ca1050c8a2d70e66c8742b005d8a4acfa8283eef845da6873f1e02f 7969 
hivex_1.3.7-3.debian.tar.gz
 a1f7a072a5ea3bfaa766ce6124502803846fca3f9e2698508ec236747afefd82 49790 
libhivex0_1.3.7-3_amd64.deb
 abbd155129350f26d366cc4ccb43614f990fc388cb116ff36e72fc6e6edcbb2a 64970 
libhivex-dev_1.3.7-3_amd64.deb
 f29b7d3de793ac1adf22cf63ec30cd00095db140b0fbcc42ab94acc6b37b4ca2 233188 
libhivex0-dbg_1.3.7-3_amd64.deb
 7d527156bfa58bf0d3fcc2e5e27b5bbcc6a87b8e7ad096962c37d375562df962 64888 
libhivex-bin_1.3.7-3_amd64.deb
 1497a24a72b53c8fd85911ec9f56dc5b33924358b2415fb94df38ccaaae8a07f 63134 
libwin-hivex-perl_1.3.7-3_amd64.deb
 86bc38644e1ec46117882a49efc82582542bd3995b60560e253329e8dbf7916b 28356 
libhivex-ocaml_1.3.7-3_amd64.deb
 e884d61918e1154ea960768d7c1849c2cb284b27965675fd93aa253316505f38 35722 
libhivex-ocaml-dev_1.3.7-3_amd64.deb
 4c76bc560e543c2731ad492f59f423c371546cada99f4a0fb05f085938763241 33496 
python-hivex_1.3.7-3_amd64.deb
 1d4c23c4b5f7aeb7b9e69742c94effc7696c12c22a1e2432661114510e333a54 34018 
ruby-hivex_1.3.7-3_amd64.deb
Files: 
 5ccf1baadff26e5bffdc5f2838723994 1820 libs extra hivex_1.3.7-3.dsc
 907bd179e7837cf2bef6b3217569654a 7969 libs extra hivex_1.3.7-3.debian.tar.gz
 95b37a2a653baa1e125613ec47cc1c61 49790 libs extra libhivex0_1.3.7-3_amd64.deb
 032cb7dc4ae2285d02d7c3d81d5bc27e 64970 libdevel extra 
libhivex-dev_1.3.7-3_amd64.deb
 213848f92d26a4f55e3b959857bfadea 233188 debug extra 
libhivex0-dbg_1.3.7-3_amd64.deb
 6fe2da4ac8b6c73f3d75dcc857082834 64888 otherosfs extra 
libhivex-bin_1.3.7-3_amd64.deb
 0d8353d2b3d8ba79a23ff0e48242a091 63134 perl extra 
libwin-hivex-perl_1.3.7-3_amd64.deb
 29315b788f80996188557be30c1240b2 28356 ocaml extra 
libhivex-ocaml_1.3.7-3_amd64.deb
 4c9335648d61de4cef9a1556174b9c77 35722 ocaml extra 
libhivex-ocaml-dev_1.3.7-3_amd64.deb
 c6585e63a194e797ee68363f3d460dab 33496 python extra 
python-hivex_1.3.7-3_amd64.deb
 cd0296a400229605530fe471e12417d6 34018 ruby extra ruby-hivex_1.3.7-3_amd64.deb

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

iEYEARECAAYFAlGeKyIACgkQUCgnLz/SlGj91ACgip66MjS8eTA7DYVZVKMIPPuj
TzsAoKeZayjvaBXAajY9flkflh4gp45K
=AU7r
-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/e1ufxw1-00020k...@franck.debian.org



Accepted libindirect-perl 0.30-1 (source amd64)

2013-05-23 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 06:20:39 +0200
Source: libindirect-perl
Binary: libindirect-perl
Architecture: source amd64
Version: 0.30-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libindirect-perl - module warning about using the indirect object syntax
Changes: 
 libindirect-perl (0.30-1) unstable; urgency=low
 .
   [ Xavier Guimard ]
   * Imported Upstream version 0.30
   * Add libdevel-declare-perl in build dependencies
 .
   [ gregor herrmann ]
   * Remove lintian override. Not needed anymore with newer lintian (from
 experimental).
Checksums-Sha1: 
 07aa226b85529750e4d0c20c8e572f2f3240573d 2225 libindirect-perl_0.30-1.dsc
 d15b81040216b3a163537359de5661e654ccfbec 41721 
libindirect-perl_0.30.orig.tar.gz
 279c62f496e24e16bf5329755c6fe6af9f348812 2883 
libindirect-perl_0.30-1.debian.tar.gz
 c9c76819172064d8887daf57b27fe7a9f3df6e39 28162 
libindirect-perl_0.30-1_amd64.deb
Checksums-Sha256: 
 1bbc038bf86097c049e4f3dc85234991bceb425d4c95a307e065c9d0d25f34ea 2225 
libindirect-perl_0.30-1.dsc
 f34238760274c7b37858d707a6ffb42663d7ba0aece026fd3692d0382e97378b 41721 
libindirect-perl_0.30.orig.tar.gz
 a4b1f30402e29c45ace4704899521cc87bda271c3a826682b3b35cd53fcea5c2 2883 
libindirect-perl_0.30-1.debian.tar.gz
 a93a54e879173c77494c89765b8035034e99d6f79aa7e09cd48336218b0d7bc2 28162 
libindirect-perl_0.30-1_amd64.deb
Files: 
 233713fb315b28444f3a18854c7cf136 2225 perl optional libindirect-perl_0.30-1.dsc
 c54113290cd7a7b899d0aba3e5735b19 41721 perl optional 
libindirect-perl_0.30.orig.tar.gz
 27d714037e6473fdc834cdab87d85ee9 2883 perl optional 
libindirect-perl_0.30-1.debian.tar.gz
 95ee6e7ba768f8cda97755291f92e5c1 28162 perl optional 
libindirect-perl_0.30-1_amd64.deb

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

iQIcBAEBCAAGBQJRni9HAAoJELs6aAGGSaoGMagP/R+lfy7LaqrqeAp6Cs1/so8d
K+kHF75vGwQNyMcezrAaSOJMpwfEBDCXP5GC9DdMdx0v9rBoJRCB4m/FAMzBdIAD
dj1BmTiE+pnx2pT/0DGGWBrjiAZwrkO3bTzS0ESN/6NRXfktdabx5hmqUfOSxR8w
LmKvH1O7BeCjHfyTzLSLSpKJR2XOPF+qSM2XR2X1mRpdZE4gLogV1Ahx+ZowfCEo
RijrbggDEKGJsbzd2/mq4wvslHUthDX3c+/yr1ZmTuBDBm1eSWzpmxinoGzEp0UF
ugwWRZCOyLBoV7io11Wg6aCaPgzq9YYQ+ifx7jDsddyFvbDgLNwgXoe7s55KvZr6
UN89zauf2u8wnkWdPF7eiO0ErG7sw4Ua6Lb/hK78vQ8dy6m0mOQ1UGR1Jars5xUh
m0RCF/JHGsvSy/lBV07HAg35pFAwPrBnBOM5ZfBq0eSfj5kUNKdid23YzPgudRZw
ir23dE1LBx5b7y9CUL49nxWJeUJVBPSenc0wLLgFHIQ0MYdi4O+d7kYJ8yY6j3Oz
gdv8XX06N7a0GOIZCCQNyvvqHMgn+D33RUEX3UkVUpRwo5uvvyWCiWLEKpElo36Q
0lQmBBLbNsaPiQKpnrKrR2Vcz1V9K8XF6cuqeTszcllF/4xEe5/6GlgYZ4Yw575I
7j/AsDl4BkNUoNhyguiI
=eeWP
-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/e1ufxw5-00021j...@franck.debian.org



Accepted ip2host 1.13-1 (source all)

2013-05-23 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 10:51:00 -0500
Source: ip2host
Binary: ip2host
Architecture: source all
Version: 1.13-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf gw...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 ip2host- Resolve IPs to hostnames in web server logs
Changes: 
 ip2host (1.13-1) unstable; urgency=low
 .
   * New upstream version; incorporates our past bug fixes since 1.10-1
   * Updated standards-version to 3.9.4 (no changes needed)
   * Added missing debian/watch by Bart Martens; thanks!
Checksums-Sha1: 
 1c4518c2d4c6b6a6d15c640addffa61ef24b7c0a 1758 ip2host_1.13-1.dsc
 77586ca6444711988c89ccb288cb43dd554dd4b1 4082 ip2host_1.13.orig.tar.gz
 6cf2848f954d419f8914bdde992f15bf1e1b3acd 2458 ip2host_1.13-1.debian.tar.gz
 ec459aa7afebc3e39d7add9161e0acc90eb1a909 3232 ip2host_1.13-1_all.deb
Checksums-Sha256: 
 b092d2fddbf1f1e1eeb1061a76c50cddc64793d1730cd7b3a50d5ffe89451ca5 1758 
ip2host_1.13-1.dsc
 5d9d5323f5302f4ce1128df80b4f9d775a039ceca450d1198bcea85786ba585e 4082 
ip2host_1.13.orig.tar.gz
 234c95ad6f230f15215701c6c0d0dee4de30a49015a1bfbabab43b9a6da03f7a 2458 
ip2host_1.13-1.debian.tar.gz
 36dfe38653a069f66e570a5b292363ecb8d3523d93c6c416405be70325bfd849 3232 
ip2host_1.13-1_all.deb
Files: 
 b0e8f2899e3b012cfb97d0470a513a70 1758 utils optional ip2host_1.13-1.dsc
 c94820dd11c6ff291fae19f4cdce08d3 4082 utils optional ip2host_1.13.orig.tar.gz
 21a5340f81aeea6cecf6fa7e332e5915 2458 utils optional 
ip2host_1.13-1.debian.tar.gz
 d5881bf30e13b8a1cbcd0df0b0e5c303 3232 utils optional ip2host_1.13-1_all.deb

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

iQIcBAEBCAAGBQJRnjv+AAoJEGc6A+TB25Ifat8P/jHVQkedNfM958vQ7ac3wwpS
+1qH5ULRK+0MlrCaGOGNeHjj+F+xswIDWdr0wpT3xejGLajYa/7t9DYuxBXCbS4x
yKeEMoBU6DF1qYIqdjQDj92JGCDfIwgJYXY5tqMDr+wC99P/HnnzTHwrKWa9vGM9
KNVBbwEXvqgmLbMX4kprTiGaxEXnqRd5b0ziV4qX5pKzKu16FSx7SM07mq+sly5q
3ZrsaPa49+HkKpjIZSEoIl1s/C35Ix/WFZ/GfzdPa8Y5Sahp1VmfMfeyQs2Idfz9
gDsGKUkVaOLhAyuVW16FrVOkFENKcBgQ2QCBTqTAdbVJXVN8Rhx3ldqkLCJgRbJQ
HI4f6GFMOMwVfi30FspNffK8I0F00jPRkUZ6bKtEFYlSt9KJJgtYruP2MKYzxoRB
7//FgDI4yM+fR8/d4cTncEL7gCWHO7esoLWoIrFVQHlsThtT7xIo5V91Jpeor+mf
eVj2TnAWqp8A3H51jout6l/cbbHsrCbvn7OqUjcQcXcMsbnpwA3hsmIi6AcIU6bR
6UIO8ydUEktR4kerjEpZ8KSo1PyaJPllMBroVvkLu9jqf8kEmAJHTW4YhjGGy0t4
oHdQvKXm/QTiJ3lUQtAZFMz/v8eLVpirCW2Rrnksh/Ib2BVAPcYMDmTB9wo5Zrxz
Dd0Xgq2885pZ50kvsI+1
=s1JQ
-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/e1ufxyg-00089h...@franck.debian.org



Accepted dia-shapes 0.4.0-1 (source all)

2013-05-23 Thread Thomas Bechtold
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 May 2013 16:41:00 +0200
Source: dia-shapes
Binary: dia-shapes
Architecture: source all
Version: 0.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Dia Team pkg-dia-t...@lists.alioth.debian.org
Changed-By: Thomas Bechtold thomasbecht...@jpberlin.de
Description: 
 dia-shapes - Diagram editor
Changes: 
 dia-shapes (0.4.0-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control: Bump Standards-Version to 3.9.4.
Checksums-Sha1: 
 2c130ded6018da2f864b4be0d6b131f04749a761 1370 dia-shapes_0.4.0-1.dsc
 bb935d088d54027c5195fbf2765175be65ca0b96 311300 dia-shapes_0.4.0.orig.tar.xz
 f853b8456d1a11bac8e7d6873995a6ea05c2d330 2021 dia-shapes_0.4.0-1.debian.tar.gz
 b230d91806c01de7c0d759723e345ffbc14b63e1 292932 dia-shapes_0.4.0-1_all.deb
Checksums-Sha256: 
 ef6c97d14496d6582a1336d73e82caf14dabcd7e33af3c49353f3037a1f03f58 1370 
dia-shapes_0.4.0-1.dsc
 68fccb6939bea14e87d670ea06042ad121c03020c212e3d3ae0f84ac3aa57779 311300 
dia-shapes_0.4.0.orig.tar.xz
 c91f2fbc4a2b05c3b52dcd5d388eded2949c292ad1e93e12a5070d040e45512c 2021 
dia-shapes_0.4.0-1.debian.tar.gz
 52da274021bbb9453803534d90bb7f89414f712e92e7b5d955244a3eabe3d280 292932 
dia-shapes_0.4.0-1_all.deb
Files: 
 463d5864707069f866700ccefbb8b525 1370 graphics optional dia-shapes_0.4.0-1.dsc
 b84bfd27a2cf6b13ee21bb70bb1facce 311300 graphics optional 
dia-shapes_0.4.0.orig.tar.xz
 f4b757b443c8ab3ac7361f7bf70af61d 2021 graphics optional 
dia-shapes_0.4.0-1.debian.tar.gz
 45952ced373efa4e329c27e7ce46d270 292932 graphics optional 
dia-shapes_0.4.0-1_all.deb

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

iD8DBQFRnj0gcaH/YBv43g8RAgQQAKDEGivkA4aWEJ11PNnCLoE7D36hvACgmrHt
Y4+E4Gd5VFaLj5tSdNU+KQA=
=dqa5
-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/e1ufyrp-0004zt...@franck.debian.org



Accepted grig 0.8.0-1.1 (source amd64)

2013-05-23 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 May 2013 18:13:50 +0200
Source: grig
Binary: grig
Architecture: source amd64
Version: 0.8.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 grig   - graphical user interface to the Ham Radio Control Libraries
Closes: 707386
Changes: 
 grig (0.8.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/glib-deprecated.patch: Don't call deprecated glib functions
 and use the new gthread API. (Closes: #707386)
Checksums-Sha1: 
 f186726580226aacaef534330671736cc914e15d 1857 grig_0.8.0-1.1.dsc
 5459c1326078305d8e696ec4687e14f2c917199f 6143 grig_0.8.0-1.1.debian.tar.gz
 e86c590e2a3c022e9a0c939876a78e1f9abc676b 145670 grig_0.8.0-1.1_amd64.deb
Checksums-Sha256: 
 1d5f796439229bea57bdf92f1d62dfcb01769a60cc5f87ae43f54c4a6bedba86 1857 
grig_0.8.0-1.1.dsc
 5de1bdf5f69340892c243f0e0c0d740a260ff82c7a1fe1d4db726930c8dd2b8e 6143 
grig_0.8.0-1.1.debian.tar.gz
 28e2dfc12c9f54824b6034f2e30a1b332417da8d0e1fb73aea8a185b21ea6bce 145670 
grig_0.8.0-1.1_amd64.deb
Files: 
 609b38b263aeb5b4b77f8b33a31d380c 1857 hamradio optional grig_0.8.0-1.1.dsc
 2a5f58c22bb1f845da5110729555dd2b 6143 hamradio optional 
grig_0.8.0-1.1.debian.tar.gz
 d547dd187403c1655255c2b1421a5f06 145670 hamradio optional 
grig_0.8.0-1.1_amd64.deb

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

iQIcBAEBCAAGBQJRm55dAAoJEGny/FFupxmTzP4P/RrhRSjvUcB56SbT1i+LsMLp
KTlkheQMD++IYt7sDZmu2zf3OPlxYUdiZ9L1e2sfkLoKm+5/dJIp4t7XtqX+7VxY
v/i2O7lnODbC2MtlbRUpbRXRTnt77gmDV/FxAPsaw+41hDC0iVMfKKiWBR6rKkeA
usFvyE6fObxyX9VP7r/p/q6KK6+bObk2CJALmgfq0SyWRCqmetGAM8CBpyUje2cn
qTxDMTyrmPDZa3XvV30Nv0rtnFIO4SlT1eWHofholzismJV+/YkHe4nJGc9iM2PX
63uN0rvGah4xdjZk9uUzLjLU89HwQYq2n1LcPzvtJdVq2cl6v+Jk35wLJGpn+b20
/S/yf6wUForWy2XqE3JfN7Kw0ofF4e8rJu/1gC8KCR1n5pGj2dPaknUgH9smwHYS
//Z9kxKaBXxkEI5aDLLbpwXHIZhpfUZXJSDBEYnIFZZVA2mGkgkkC/T4WPVt9yZt
BCH0IjoG7JpbxGH3VELtOPSyTdGD31dVac988ELlMVsZf/730fvj3RB+IfbbVKTz
BjaZudbickZSJjnpkbz079fXwV5LNLTNkYnqiTc4S21NBbQwyjHo0sSe6dhjA0zy
/OeGpNeLpeTWiVMSFvvxfGbfbzKiM1k2jZioxufv1pUY66AYOYLXEnxV35crDjSb
/ij9ivnstTHCf3ueKQdI
=7j5Q
-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/e1ufyrt-00050i...@franck.debian.org



Accepted libgd2 2.1.0~alpha1-6 (source amd64 all)

2013-05-23 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 13:24:57 +0200
Source: libgd2
Binary: libgd-tools libgd-dev libgd3 libgd-dbg libgd2-xpm-dev libgd2-noxpm-dev
Architecture: source amd64 all
Version: 2.1.0~alpha1-6
Distribution: unstable
Urgency: low
Maintainer: GD team pkg-gd-de...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libgd-dbg  - Debug symbols for GD Graphics Library
 libgd-dev  - GD Graphics Library (development version)
 libgd-tools - GD command line tools and example code
 libgd2-noxpm-dev - GD Graphics Library (transitional package)
 libgd2-xpm-dev - GD Graphics Library (transitional package)
 libgd3 - GD Graphics Library
Closes: 708111
Changes: 
 libgd2 (2.1.0~alpha1-6) unstable; urgency=low
 .
   * Fix libgd2-dev - libgd-dev in transitional packages
 (Closes: #708111)
Checksums-Sha1: 
 0288efc70c1190e27d9130a748ebc069dfe761bd 1723 libgd2_2.1.0~alpha1-6.dsc
 10980ef3fe288af212477c59f36edf94e3096491 32340 
libgd2_2.1.0~alpha1-6.debian.tar.gz
 8e36ec38b4aa403887ae60190783f2554881c4ac 47030 
libgd-tools_2.1.0~alpha1-6_amd64.deb
 ba1886a7ce7cbd97045a9057bff6494a1b7422b2 324664 
libgd-dev_2.1.0~alpha1-6_amd64.deb
 d468f1ee49fabf45c8afd6ac9939d62cb438532d 171536 libgd3_2.1.0~alpha1-6_amd64.deb
 d7b7a2638f86210e4f01077df55b5872e021e662 355494 
libgd-dbg_2.1.0~alpha1-6_amd64.deb
 3b48c95c7905eba20a17ae373213527a47581dff 1130 
libgd2-xpm-dev_2.1.0~alpha1-6_all.deb
 b4016dd0e50d98327dfa9fa8cd5ae6fabdeb52b3 1142 
libgd2-noxpm-dev_2.1.0~alpha1-6_all.deb
Checksums-Sha256: 
 d40751c48921bad6f13bc58e0b5e2968128ab16e24ba5696117cd00072a738bb 1723 
libgd2_2.1.0~alpha1-6.dsc
 9611b36a8500540b60195a353f9d37def980151cdb9226f984cf9a71ffb38f57 32340 
libgd2_2.1.0~alpha1-6.debian.tar.gz
 450b070dbe3a4f0e964e6789ca264dd8f5e8fdbff6c1cb17d045e387e52703fd 47030 
libgd-tools_2.1.0~alpha1-6_amd64.deb
 70cf3e18765d9586cc582ae4b0b7f8c4d3c51f95c23f69b8d81587d28a2eb153 324664 
libgd-dev_2.1.0~alpha1-6_amd64.deb
 7fba70d83cf9d87c2de74e412ddd3c5ede060f7383d0432e65f5a9ed763ffa66 171536 
libgd3_2.1.0~alpha1-6_amd64.deb
 00540f07da58a5fc20eaf869eab583659e1244cc8c283084e0e46eb2dd015407 355494 
libgd-dbg_2.1.0~alpha1-6_amd64.deb
 621d52dca485bf4e842e4bdc3ae27324f0d53a3c5dc5fabfd3b2659ce4366177 1130 
libgd2-xpm-dev_2.1.0~alpha1-6_all.deb
 659fbaf5190e192d9e07ab6caf7754799d4d2fd78adf3e44d706c039a2e8da55 1142 
libgd2-noxpm-dev_2.1.0~alpha1-6_all.deb
Files: 
 b95684aa4c342b0bddecc0ab488a246f 1723 graphics optional 
libgd2_2.1.0~alpha1-6.dsc
 ad4940fd027433a838d1dd8b5212231f 32340 graphics optional 
libgd2_2.1.0~alpha1-6.debian.tar.gz
 f34cfae0cc8240846cb7ae8dadd60970 47030 graphics optional 
libgd-tools_2.1.0~alpha1-6_amd64.deb
 c7296f08c38cbb46abac33bfd3bf11f1 324664 libdevel optional 
libgd-dev_2.1.0~alpha1-6_amd64.deb
 fbbddc6560070f561e50b6429cb56d7b 171536 libs optional 
libgd3_2.1.0~alpha1-6_amd64.deb
 0fc2ff73dce61e7566a3bfc11fc9be70 355494 debug extra 
libgd-dbg_2.1.0~alpha1-6_amd64.deb
 d90ef296afcea62bd47ecdb029a3bc71 1130 oldlibs extra 
libgd2-xpm-dev_2.1.0~alpha1-6_all.deb
 1cb97e6b3e7dbfcbd2843edbce0951fc 1142 oldlibs extra 
libgd2-noxpm-dev_2.1.0~alpha1-6_all.deb

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

iEYEARECAAYFAlGeQJMACgkQ9OZqfMIN8nOK3gCfaY+EMeGwPkRYBczKP+IPfy+y
r1cAnRImdaRK/KkhHSGn+z6RfrkSjpwd
=KHHs
-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/e1ufytz-0005eg...@franck.debian.org



Accepted mesa 8.0.5-6 (source amd64)

2013-05-23 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 May 2013 10:50:24 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev libxatracker1 libxatracker1-dbg libxatracker-dev libgbm1 
libgbm1-dbg libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev 
libegl1-mesa-drivers libegl1-mesa-drivers-dbg libopenvg1-mesa 
libopenvg1-mesa-dbg libopenvg1-mesa-dev libgles1-mesa libgles1-mesa-dbg 
libgles1-mesa-dev libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev 
libglapi-mesa libglapi-mesa-dbg libgl1-mesa-glx libgl1-mesa-glx-dbg 
libgl1-mesa-dri libgl1-mesa-dri-dbg libgl1-mesa-dri-experimental 
libgl1-mesa-dri-experimental-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 
libosmesa6-dev libglu1-mesa libglu1-mesa-dev
Architecture: source amd64
Version: 8.0.5-6
Distribution: sid
Urgency: high
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libegl1-mesa-drivers - free implementation of the EGL API -- hardware drivers
 libegl1-mesa-drivers-dbg - free implementation of the EGL API -- driver 
debugging symbols
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgbm1-dbg - generic buffer management API -- debugging symbols
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-dri-experimental - free implementation of the OpenGL API -- Extra 
DRI modules
 libgl1-mesa-dri-experimental-dbg - Debugging symbols for the experimental Mesa 
DRI modules
 libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging 
symbols
 libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development 
files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglapi-mesa - free implementation of the GL API -- shared library
 libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging 
symbols
 libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- 
development files
 libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
 libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging 
symbols
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglu1-mesa - Mesa OpenGL utility library (GLU)
 libglu1-mesa-dev - Mesa OpenGL utility library -- development files
 libopenvg1-mesa - free implementation of the OpenVG API -- runtime
 libopenvg1-mesa-dbg - free implementation of the OpenVG API -- debugging 
symbols
 libopenvg1-mesa-dev - free implementation of the OpenVG API -- development 
files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libxatracker-dev - X acceleration library -- development files
 libxatracker1 - X acceleration library -- runtime
 libxatracker1-dbg - X acceleration library -- debugging symbols
 mesa-common-dev - Developer documentation for Mesa
Changes: 
 mesa (8.0.5-6) sid; urgency=high
 .
   * integer overflows calculating memory needs for replies [CVE-2013-1993]
Checksums-Sha1: 
 3a0782beb1f3eb450f33e101e15575d83b510bb4 4423 mesa_8.0.5-6.dsc
 f4d07c6a467edb02f89ed80f990ef4f8241d9b53 52363 mesa_8.0.5-6.diff.gz
 3130f1cc6e25b6a64c9e15059833a2cb29e0cc62 952830 
libgl1-mesa-swx11_8.0.5-6_amd64.deb
 0fe22aa4943c8a3791f03056e16e23623e83f018 2916908 
libgl1-mesa-swx11-dbg_8.0.5-6_amd64.deb
 56972242c5464ce7507df5d40c563cf5d805906d 110 
libgl1-mesa-swx11-dev_8.0.5-6_amd64.deb
 26513e9e01937709a5b4972b53c101ce835408a3 2923074 
libxatracker1_8.0.5-6_amd64.deb
 bd065e4fd37ad3dcbd69883544ddb6134fce48a7 1439602 
libxatracker1-dbg_8.0.5-6_amd64.deb
 3c2cf80abc295c7953f96c5d6343be34163d00d6 35254 
libxatracker-dev_8.0.5-6_amd64.deb
 575dd6ae0f008a5aef2512ca9e1fc34b76a84282 9611928 libgbm1_8.0.5-6_amd64.deb
 d92be3c085b3d566861ee61466f7d7df0771481e 4372646 libgbm1-dbg_8.0.5-6_amd64.deb
 7ee9f34d37660e0206f5d8b613777a92b27710ca 33730 libgbm-dev_8.0.5-6_amd64.deb
 bd1ac56a0ba9a59d9743c1f9b37b7ecc24489102 78290 libegl1-mesa_8.0.5-6_amd64.deb
 31811add0295d18ea4bb416b3bdb0accbfba57e3 176986 
libegl1-mesa-dbg_8.0.5-6_amd64.deb
 ecfa5f3e456a0662110b308efb7dee5bdd0bdf59 

  1   2   >