Bug#702330: ITP: neard -- A Near Field Communication (NFC) daemon

2013-03-05 Thread Samuel Ortiz
Package: wnpp
Severity: wishlist
Owner: Samuel Ortiz sa...@linux.intel.com

* Package name: neard
  Version : 0.10
  Upstream Author : Samuel Ortiz sa...@linux.intel.com
* URL : https://01.org/linux-nfc
* License : GPLv2
  Programming Lang: C
  Description : A Near Field Communication (NFC) daemon

neard is a Near Field Communication (NFC) daemon running on top of the Linux
kernel NFC socket and netlink based APIs. It provides a simple and inutuitive
D-Bus API for applications to run NFC related operations.
It supports all 4 NFC tag types reading and writing, along with NFC LLCP
(peer to peer mode) in both target and initiator modes. The Simple NDEF
Exchange Protocol (SNEP), NDEF Push Protocol (NPP) and handover (Wi-Fi and
Bluetooth) protocols are implemented as separate plugins on top of LLCP sockets.


-- 
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/20130305101232.13985.31668.reportbug@sortiz-mobl



Re: DM upload permission

2013-03-05 Thread Bálint Réczey
Hi,

2013/3/5 Arno Töll a...@debian.org:
 Ho Carlo,

 On 05.03.2013 07:42, Carlo Segre wrote:
 1. made a file called segre-0001.dak-commands with the following contents

 Action: dm
 Fingerprint: 8CCC1BA8590FF029D17C708FC1BCD3C72AA28B6B
 Allow: nexus


 You missed the header. While the Uploader field is optional (and also
 used for the mail confirmation you're missing by the way), the Archive
 field is not. Moreover, the blank newline dividing the header from the
 data part is required.

 That is, your command would be:

 ---
 Archive: ftp.debian.org
 Uploader: Carlo Segre se...@iit.edu

 Action: dm
 Fingerprint: 8CCC1BA8590FF029D17C708FC1BCD3C72AA28B6B
 Allow: nexus
 ---

 Note, you can also use dput-ng (available in unstable) to manage DM
 permissions. The equivalent command would be:

 dcut dm --uid Tobias Stefan Richter --allow nexus


Please send error reports to the affected parties when executing or
parsing a dak command file fails.

Also please send emails when a DM without proper upload rights set
uploads a package and it is dropped.
Yes, it happened to me and the wireshark package got stuck in the
upload queue for a few hours and then it got
dropped without any email sent to me about the reason.

Thanks,
Balint


--
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/CAK0Odpyv-ntOnwT=2mum5itxrhbycfxs3yeenongxhc8piq...@mail.gmail.com



Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Johannes Schauer
Hi,

Since self-cycles in Debian are often unintuitive, maintainers might be unaware
that the source packages they maintain are actually forming a self cycle. I
therefore created a wiki page with the list of the 81 self-cycles in Debian Sid
as of 2013-01-01: http://wiki.debian.org/DebianBootstrap/SelfCycles Some extra
explanations follow.

During bootstrapping we must build some source packages with reduced build
dependencies (build profiles) to work around cyclic build dependencies. At the
same time we leave runtime dependencies of binary packages untouched. While the
build dependency graph contains thousands of nodes and there exist many
possible choices of build dependencies which would make the graph acyclic if
they were removed, some build dependencies are non-optional and *must* be
dropped: those which are part of self-cycles. Build dependencies which are part
of self-cycles are not optional because self-cycles consist of only a single
build dependency and a number of runtime dependencies. Since runtime
dependencies are not to be touched, this single build dependency *must* be
broken to be able to break the cycle. Since all cycles must be broken to make
the graph acyclic, breaking self-cycles is also not optional. Therefor, if we
enumerate a list of self-cycles in the build dependency graph, we automatically
have a list of source packages and their build dependencies which must be part
of a build profile (or be cross compiled).

Self-cycles can be divided into two classes:

 1. a build dependency on a binary package the source package builds (the
simple case)

 2. a build dependency on a binary package which needs one of the binary
packages the source package builds to be installable

The first class is easily detectable by checking whether any binary package is
part of the build dependencies of the source package that builds it. Such
cycles often appear in compilers that need themselves to be built.

The second class is harder to find because it is not enough to simply traverse
the dependency tree of a source package until one finds a dependency on one of
the binary packages the source package builds. Instead, the strong
dependencies [1] of a source package have to be calculated. If any of the
strong build dependencies of a source package are built by the source package
itself, a self-cycle is created. Such cycles are created by the
interdependencies between binary packages and are often very unintuitive.

Here two examples:

src:gnutls26 build depends on libgnutls26 because src:gnutls26 build depends on
gtk-doc-tools which needs libgnutls26 to be installable.

src:libproxy build depends on libproxy0 because src:libproxy build depends on
libwebkitgtk-dev which needs libproxy0 to be installable.

My code found 81 such cases in Debian Sid as of 2013-01-01. Due to this high
amount of results I pasted them into a wiki page instead of this email.

http://wiki.debian.org/DebianBootstrap/SelfCycles

If you find any inconsistencies, please dont hesitate to contact me or write to
our mailinglist at debian-bootst...@lists.mister-muffin.de

cheers, josch


[1] Abate P, Boender J, di Cosmo R, Zacchiroli S. Strong Dependencies between
Software Components ESEM 2009


--
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/20130305112246.25881.60404@hoothoot



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Paul Wise
Is there anything we can add to debcheck or the PTS to encourage
maintainers to help break these cycles by adding build profiles and or
cross-compilation info?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
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/CAKTje6ECfxKAfMwO4FenVr8grgYT1_7Mu=K3-d=nboawxuj...@mail.gmail.com



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Samuel Thibault
Hello,

Johannes Schauer, le Tue 05 Mar 2013 12:22:46 +0100, a écrit :
 as of 2013-01-01: http://wiki.debian.org/DebianBootstrap/SelfCycles

Maybe arch:all-only source packages should be shown in a different
color: AIUI these do not pose a problem for bootstrapping a new Debian
port, since one does not need to build the source package, and just pick
up the existing _all.deb. They still pose a problem for bootstrapping
debian from scratch, of course.

Samuel


-- 
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/20130305124112.gn6...@type.bordeaux.inria.fr



Re: multi-tarball packages in version control

2013-03-05 Thread Goswin von Brederlow
On Sat, Feb 16, 2013 at 09:57:16AM +0100, Tzafrir Cohen wrote:
 ...
 I mentioned, I would prefer to keep those files out of my packaging
 archive: they hardly change, anyway.
 
 So, what do you do with multi-tarball packages? I keep a patched
 svn-buildpackage, for now.

You don't want the extra tarballs in your version control system and
they hardly change. Then why have them as extra tarballs?

Extra tarballs is for software that is released in multiple components
where the components are being released in lock step with each other.

It sounds to me like in your case each component is released
separately on their own schedule. In that case separate source
packages would be better. That way you only need to upload the parts
that have changed, buildds only need to build the parts that have
changed, users only need to update the parts that have changed and so
on. All around better for everyone.

MfG
Goswin


-- 
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/20130305130347.GB345@frosties



Re: RFC declarative built-using field generation

2013-03-05 Thread Goswin von Brederlow
On Thu, Feb 07, 2013 at 11:11:22PM -0400, Joey Hess wrote:
 Ben Hutchings wrote:
  What I mean is that a changes file for a sourceful upload has
  'source' (and maybe some real architecture names) in the Architecture
  field.  Therefore 'source' cannot be assigned as the name of a real
  architecture.
 
 Ah, sure.
 
 However, source in Build-Depends could be taken to mean that it
 Build-Depends on the source of the package. Which is not currently
 supported, but I'm sure everyone stuck maintaining foo-source binary
 packages would be happy if it were one day. So perhaps best not to
 overload it.

But isn't that exactly what you specify? You do depend on the source
of the package.

It would be greate to have a policy for foo-source package, if that
doesn't already exist, where to place the source in such a way that a
future support for Build-Depends on source packages would also put it.
That way Build-Depend: foo-source [any source] would currently
install foo-source but in the future it would unpack the foo source
instead.

This also assumes that foo source will have Provides: foo-source.

MfG
Goswin


-- 
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/20130305131313.GC345@frosties



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Johannes Schauer
Hi,

Quoting Samuel Thibault (2013-03-05 13:41:12)
 Maybe arch:all-only source packages should be shown in a different color:
 AIUI these do not pose a problem for bootstrapping a new Debian port, since
 one does not need to build the source package, and just pick up the existing
 _all.deb. They still pose a problem for bootstrapping debian from scratch, of
 course.

Can you give an example of a source package which you think is wrongly included
in the list?

The code generating that list is part of the debian bootstrap project [1] and
as such it would be a bug if architecture:all package were required to be
recompiled for the reason you mentioned.

cheers, josch

[1] https://gitorious.org/debian-bootstrap/bootstrap


--
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/20130305134151.25881.28816@hoothoot



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Wouter Verhelst
On Tue, Mar 05, 2013 at 02:41:51PM +0100, Johannes Schauer wrote:
 Hi,
 
 Quoting Samuel Thibault (2013-03-05 13:41:12)
  Maybe arch:all-only source packages should be shown in a different color:
  AIUI these do not pose a problem for bootstrapping a new Debian port, since
  one does not need to build the source package, and just pick up the existing
  _all.deb. They still pose a problem for bootstrapping debian from scratch, 
  of
  course.
 
 Can you give an example of a source package which you think is wrongly 
 included
 in the list?
 
 The code generating that list is part of the debian bootstrap project [1] and
 as such it would be a bug if architecture:all package were required to be
 recompiled for the reason you mentioned.

In that case, rather than putting this up on a wiki page, would it be
possible to run this tool periodically and post the output somewhere
(under the debian.net or debian.org domain, preferably)?

This is interesting information, but only if kept up to date. Wiki pages
need to be updated manually, so having this run from cron every so often
would be much more interesting.

-- 
Copyshops should do vouchers. So that next time some bureaucracy requires you
to mail a form in triplicate, you can mail it just once, add a voucher, and
save on postage.


-- 
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/20130305134720.gd29...@grep.be



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Samuel Thibault
Johannes Schauer, le Tue 05 Mar 2013 14:41:51 +0100, a écrit :
 Quoting Samuel Thibault (2013-03-05 13:41:12)
  Maybe arch:all-only source packages should be shown in a different color:
  AIUI these do not pose a problem for bootstrapping a new Debian port, since
  one does not need to build the source package, and just pick up the existing
  _all.deb. They still pose a problem for bootstrapping debian from scratch, 
  of
  course.
 
 Can you give an example of a source package which you think is wrongly 
 included
 in the list?

For instance commons-beanutils is only producing arch:all packages
(I don't understand why it has separate Build-Depends and
Build-Depends-Indep BTW), so AIUI, ports don't need to build it and thus
do not have to care about the dependency loop.

Samuel


-- 
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/20130305135704.gs6...@type.bordeaux.inria.fr



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Johannes Schauer
Hi,

Quoting Wouter Verhelst (2013-03-05 14:47:20)
 On Tue, Mar 05, 2013 at 02:41:51PM +0100, Johannes Schauer wrote:
  The code generating that list is part of the debian bootstrap project [1]
  and as such it would be a bug if architecture:all package were required to
  be recompiled for the reason you mentioned.
 
 In that case, rather than putting this up on a wiki page, would it be
 possible to run this tool periodically and post the output somewhere
 (under the debian.net or debian.org domain, preferably)?
 
 This is interesting information, but only if kept up to date. Wiki pages
 need to be updated manually, so having this run from cron every so often
 would be much more interesting.

Yes, the information is likely to get outdated once some binary packages change
their dependencies.

Would it be possible to use existing Debian infrastructure to run this code
instead of my own server which would be too low-spec for this kind of task?

It would be trivial to write a shell script which runs the correct code for all
architectures and all suites and outputs static html with the relevant
information. Unfortunately, the code depends on some yet uncommitted fixes to
dose3 [1] so compiling it is not yet too trivial but requires applying my
patches first.

cheers, josch

[1] https://gforge.inria.fr/tracker/?atid=13808group_id=4395func=browse


--
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/20130305140743.25881.12276@hoothoot



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Johannes Schauer
Hi,

Quoting Samuel Thibault (2013-03-05 14:57:04)
 For instance commons-beanutils is only producing arch:all packages (I don't
 understand why it has separate Build-Depends and Build-Depends-Indep BTW), so
 AIUI, ports don't need to build it and thus do not have to care about the
 dependency loop.

Thanks, I was wondering why there was so much java stuff in this list all of a
sudden. The list is now updated to correctly take arch:all into account which
was not the case before because I passed some arguments incorrectly. Thanks for
the catch!

cheers, josch


--
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/20130305141721.25881.15562@hoothoot



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread The Wanderer

At risk of making myself look like an idiot, I have a possibly contributory
question.

On 03/05/2013 06:22 AM, Johannes Schauer wrote:


Self-cycles can be divided into two classes:

 1. a build dependency on a binary package the source package builds (the
simple case)

 2. a build dependency on a binary package which needs one of the binary
packages the source package builds to be installable


I'm not sure if this is something you want to include in scope here, but what
about functionality dependencies? That is, what about cases where you can build
successfully without the dependency, but you will end up without some desired
functionality as a result?

For example, building FFmpeg (which provides libavformat) with x264 support
requires that a new-enough-to-be-compatible version of the x264 libraries
already be installed. However, building x264 with libavformat support requires
that a similarly new-enough-to-be-compatible version of libavformat already be
installed. In my experience, in both cases, new enough frequently seems to
mean the version of the other you're already trying to build.

You can build either one without a matching version of the other, but you won't
get full functionality. In order to get the full functionality of both, from
what I've been able to tell you need a minimum of three builds on every
cross-matching-version update: x264 without libavformat support, then FFmpeg
with x264 support, then x264 with libavformat support. (Or possibly the reverse,
but x264 is faster to build than FFmpeg is.)

At a glance, this looks to me like a variant of the self-cycle problem. Is it
something which should/could be addressed as part of the same effort? Or is it
already handled in Debian in a way I haven't noticed? Or none of the above?

--
   The Wanderer

Warning: Simply because I argue an issue does not mean I agree with any
side of it.

Every time you let somebody set a limit they start moving it.
  - LiveJournal user antonia_tiger


--
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/513602b9.3040...@fastmail.fm



Re: multi-tarball packages in version control

2013-03-05 Thread Tzafrir Cohen
On Tue, Mar 05, 2013 at 02:03:48PM +0100, Goswin von Brederlow wrote:
 On Sat, Feb 16, 2013 at 09:57:16AM +0100, Tzafrir Cohen wrote:
  ...
  I mentioned, I would prefer to keep those files out of my packaging
  archive: they hardly change, anyway.
  
  So, what do you do with multi-tarball packages? I keep a patched
  svn-buildpackage, for now.
 
 You don't want the extra tarballs in your version control system and
 they hardly change. Then why have them as extra tarballs?

Upstream has.

 
 Extra tarballs is for software that is released in multiple components
 where the components are being released in lock step with each other.
 
 It sounds to me like in your case each component is released
 separately on their own schedule. In that case separate source
 packages would be better. That way you only need to upload the parts
 that have changed, buildds only need to build the parts that have
 changed, users only need to update the parts that have changed and so
 on. All around better for everyone.

They are all released together and have the same version number.

I don't include all of them. I would like to keep an option to add a
format in rev. 2 without uploading the equivalent of all the existing
tarballs.

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend


-- 
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/20130305143707.gq1...@lemon.cohens.org.il



packaging with git: automatic setup of remotes/upstream when cloning

2013-03-05 Thread Enrico Tassi
I'm new to the art of packaging with git, and I found a little issue
I'm unable to solve nicely.

I'm in the usual situation, the package and the upstrem are under git.
Thus I have two remotes in my original repository:

  originssh://git.debian.org/git/pkg-lua/lua-lgi.git (fetch)
  originssh://git.debian.org/git/pkg-lua/lua-lgi.git (push)
  upstream  git://github.com/pavouk/lgi.git (fetch)

If one clones my repo, he only gets the remote named origin.  He gets the
upstream branch, of course, but if he wants to fetch/merge a new
upstream tag, he has to google for the right URL and git add remote
upstream URL.  Worse than that, I prefer to rename upstream tag T into
upstream/T, and this is yet another line one has to come up with and add
to .git/config to run at full speed.

In some way I feel like if some (meta)data relative to the package was not
stored into the git repository.

My question is hence: is there something like .gitignore but for
remotes? (I could commit that into the repo).  Alternatively, is there
a standard practice like sticking the .git/config snippet
concerning the upstream remote in debian/source/gitremotes or similar?

Thanks in advance
-- 
Enrico Tassi


-- 
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/20130305154035.GA28427@birba



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Johannes Schauer
Hi,

Quoting The Wanderer (2013-03-05 15:35:37)
 You can build either one without a matching version of the other, but you
 won't get full functionality. In order to get the full functionality of both,
 from what I've been able to tell you need a minimum of three builds on every
 cross-matching-version update: x264 without libavformat support, then FFmpeg
 with x264 support, then x264 with libavformat support. (Or possibly the
 reverse, but x264 is faster to build than FFmpeg is.)

Assuming you build x264 without libavformat, the correct order is actually:

 1. src:x264 without libavformat-dev

 2. src:libav fully

 3. src:x264 fully

 4. src:libav fully again

We add the fourth step so that it is less likely that a libx264-dev with
limited functionality influences the binaries built by src:libav in some funny
way.

Though in practice, src:x264 as well as src:libav are part of a big 900-1000
vertices big strongly connected component. So the actual build order is:

 1. build tons of source packages (all source packages in the strongly
connected component, so about 380-400), some of them fully, some of them
with reduced dependencies

 2. rebuild all source packages fully which were earlier built with reduced
dependencies

 3. rebuild the rest of source packages fully

 At a glance, this looks to me like a variant of the self-cycle problem. Is it
 something which should/could be addressed as part of the same effort? Or is it
 already handled in Debian in a way I haven't noticed? Or none of the above?

Maybe I didnt understand you correctly but maybe it helps if I note that the
example you give is not a self-cycle but a cycle of length two (or four
depending on the type of dependency graph).

Go to this wiki page:

http://wiki.debian.org/DebianBootstrap/TODO

And search for this string:

src:libav - libx264-dev - src:x264 - libavformat-dev

This is the cycle that you took as an example earlier. So yes, we can also find
those cyclic dependencies but they are a different problem class because
instead of having just one way to break them, there are now two:

 1. either building src:libav without libx264-dev

 2. or building src:x264 without libavformat-dev

But those cycles are a bit less interesting because there are two possibilities
to break it. So a bootstrapper must go and decide which of the two to build
with reduced dependencies depending on which one is easier to modify, faster to
build or because the structure of the surrounding dependency graph indicates
that one build dependency has a much higher impact of the overall graph
structure than the other. Our tools help to make the latter decision easier.

I hope this helps a bit.

cheers, josch


--
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/20130305154626.25881.49802@hoothoot



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Simon McVittie
On 05/03/13 11:22, Johannes Schauer wrote:
 Since self-cycles in Debian are often unintuitive, maintainers might be 
 unaware
 that the source packages they maintain are actually forming a self cycle.

This is useful information. Is there any way in which the maintainers of
these packages can say yes, we know, and here is where you break the
cycle without using unmerged dpkg features or breaking the freeze?

If not, now is not really the time to be doing anything about these
cycles: wheezy has been frozen for well over 6 months, and maintainers
who want to be able to fix 'important' bugs in wheezy are avoiding
non-freeze-compatible changes to unstable.

src:dbus/experimental supports being built with DEB_BUILD_PROFILE=stage1
to break the cycle involving it. At the moment you'd have to
dpkg-buildpackage -d because dpkg doesn't yet support reducing
dependencies according to build-profiles; I'll do an upload using proper
build-profile syntax when it's supported in Debian, but that's rather
unlikely until wheezy has been released.

S


-- 
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/51361518.7020...@debian.org



Re: packaging with git: automatic setup of remotes/upstream when cloning

2013-03-05 Thread Lucas Nussbaum
On 05/03/13 at 16:40 +0100, Enrico Tassi wrote:
 I'm new to the art of packaging with git, and I found a little issue
 I'm unable to solve nicely.
 
 I'm in the usual situation, the package and the upstrem are under git.
 Thus I have two remotes in my original repository:
 
   origin  ssh://git.debian.org/git/pkg-lua/lua-lgi.git (fetch)
   origin  ssh://git.debian.org/git/pkg-lua/lua-lgi.git (push)
   upstreamgit://github.com/pavouk/lgi.git (fetch)
 
 If one clones my repo, he only gets the remote named origin.

Use
$ gbp-clone ssh://git.debian.org/git/pkg-lua/lua-lgi.git
That would setup the upstream branch automatically.

Lucas


-- 
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/20130305160426.ga30...@xanadu.blop.info



Re: DM upload permission

2013-03-05 Thread Ansgar Burchardt
On 03/05/2013 11:46, Bálint Réczey wrote:
 Please send error reports to the affected parties when executing or
 parsing a dak command file fails.

If you meet minimum requirements, dak will send an error message. But
dak and debianqueued only look at files that have a known extension
(e.g. *.dak-commands, but not *.asc) and have a valid signature from a
key in one of the keyrings.

 Also please send emails when a DM without proper upload rights set
 uploads a package and it is dropped.

That happens too, with the same restrictions as above.

Ansgar


-- 
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/513627bf.2060...@debian.org



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Johannes Schauer
Hi,

Quoting Simon McVittie (2013-03-05 16:54:00)
 This is useful information. Is there any way in which the maintainers of
 these packages can say yes, we know, and here is where you break the cycle
 without using unmerged dpkg features or breaking the freeze?

I'm afraid there is little one can do right now because of the two reasons you
mentioned.  If somebody is very eager to help out, then one way to help is by
expanding these lists:

https://gitorious.org/debian-bootstrap/bootstrap/trees/master/droppable

They are plain ascii text files which list the droppable build dependencies for
source packages until build profiles are supported by Debian. The lists
currently contain contributions from Thorsten Glaser, Patrick McDermott, Daniel
Schepler, Wookey and Gentoo USE flags. The more complete these lists are, the
better the current approximation of how a real Debian bootstrap would look like
is. We are currently down to only 11 build dependencies our algorithms suggest
to remove but of which we do not know whether this would be possible in
practice or not. Those lists become obsolete once Debian supports build
profiles and enough packages in the archive implement them.

 If not, now is not really the time to be doing anything about these cycles:
 wheezy has been frozen for well over 6 months, and maintainers who want to be
 able to fix 'important' bugs in wheezy are avoiding non-freeze-compatible
 changes to unstable.

Agreed. I am not saying anybody should implement any of the suggestions right
now (even creating patches for later would be a gamble until there is a
decision on the profile format). Instead, I wanted to report this new ability
of our bootstrap tools, raise awareness of the problem and educate maintainers
about this type of issue during a bootstrap of Debian. I should've better
explained my intentions in my initial email. :)

It is unfortunate that this work is being done during a freeze because it means
that nothing I implement right now can be tried out in practice without going
through a ridiculous amount of work. But I rather wanted to implement all this
functionality now than wait until the freeze is over. This way, once wheezy is
released, we already have a number of tools which at least should work on
paper. :D

cheers, josch


--
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/20130305172517.26281.64856@hoothoot



Re: packaging with git: automatic setup of remotes/upstream when cloning

2013-03-05 Thread Enrico Tassi
On Tue, Mar 05, 2013 at 05:04:26PM +0100, Lucas Nussbaum wrote:
  Thus I have two remotes in my original repository:
  
originssh://git.debian.org/git/pkg-lua/lua-lgi.git (fetch)
originssh://git.debian.org/git/pkg-lua/lua-lgi.git (push)
upstream  git://github.com/pavouk/lgi.git (fetch)
  
  If one clones my repo, he only gets the remote named origin.
 
 Use
 $ gbp-clone ssh://git.debian.org/git/pkg-lua/lua-lgi.git
 That would setup the upstream branch automatically.

This is not what I want, gbp-clone gives me:

  master tracking origin/master
  upstream tracking origin/upstream

but I would like to also get:

  upstream/master

where upstream is a remote pointing to git://github.com/pavouk/lgi.git
so that I can git fetch from upstream/master and merge into upstream
to import a new upstream release.  Is my desired workflow wrong?

This URL us not in the git repo, and if I'm not mistaken it can't
be added to, say, .gbp.conf.  Am I wrong?

Cheers
-- 
Enrico Tassi


-- 
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/20130305162653.GA6790@birba



Incompatible change in the ifupdown hooks interface

2013-03-05 Thread Josselin Mouette
Hi,

while investigating on #699749 (which apparently affects many machines
using NM, but not all of them), I discovered that the interface for
ifupdown hooks has changed since squeeze.

From the manpage: 
   When  ifupdown is being called with the --all option, before doing any‐
   thing to interfaces, if calls all the hook  scripts  (pre-up  or  down)
   with  IFACE set to --all, LOGICAL set to the current value of --allow
   parameter  (or  auto   if   it's   not   set),   ADDRFAM=meta   and
   METHOD=none.   After all the interfaces have been brought up or taken
   down, the appropriate scripts (up or post-down) are executed.

After discussing this on IRC, the ifupdown maintainer disagrees this is
an incompatible interface change. Some of the existing hooks were not
broken by this change, by pure chance. Some were fixed in subsequent
uploads since squeeze. At least avahi was not.

What is the position of the Release Team? 
  * Is it a bug in avahi (and probably other packages)? 
  * Is it a bug in ifupdown to have changed the interface?

Given how close we are to the release, the simplest solution is probably
to upload a fixed avahi and hope there aren’t any other scripts
remaining. However this will not fix partial upgrades or manually
updated scripts.

Thanks for your input,
-- 
 .''`.  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/1362512385.13823.11.camel@tomoyo



Bug#702376: ITP: wfrog -- Web-based customizable weather station softwar

2013-03-05 Thread A Mennucc
Package: wnpp
Severity: wishlist
Owner: A Mennucc mennu...@debian.org

* Package name: wfrog
  Version : 0.8.2 + svn
  Upstream Author : Jordi Puigsegur jordi.puigse...@gmail.com et al
* URL : http://code.google.com/p/wfrog/downloads/list
* License : GPL 3
  Programming Lang: Python
  Description : Web-based customizable weather station softwar

 wfrog is a software for logging weather station data and statistics,
 viewing them graphically on the web and sending them to a remote FTP site.
 The layout and behaviour is fully customizable through an
 advanced configuration system.
 It is written in python with an extensible architecture allowing
 new station drivers to be written very easily.
 wfrog supports many weather stations and is compliant with the WESTEP protocol.
 Supported stations:
  * Ambient Weather WS1080
  * Davis VantagePro, VantagePro2
  * Elecsa AstroTouch 6975
  * Fine Offset Electronics WH1080, WH1081, WH1090, WH1091, WH2080, WH2081
  * Freetec PX1117
  * LaCrosse 2300 series
  * Oregon Scientific WMR100N, WMR200, WMRS200, WMR928X
  * PCE FWS20
  * Scientific Sales Pro Touch Screen Weather Station
  * Topcom National Geographic 265NE
  * Watson W8681 


-- 
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/20130305201915.GA694@kytty



Re: Bug#702298: ITP: fabtools -- tools for writing awesome Fabric files

2013-03-05 Thread Andreas Bombe
(Resend, I accidentally sent this to the bug report.)

On Mon, Mar 04, 2013 at 10:07:30PM +0100, Nicolas Dandrimont wrote:
 (comments welcome on the long description, which looks like it needs
 some expanding)

Well yes, it could explain what on earth Fabric files are. I had to
look up the github URL and there find a link to fabfile.org to get an
idea what this package is even about.

One sentence at the beginning of the long description should suffice,
something along the lines of fabtools is/are [...] to [...] task files
for Fabric, a tool/library that [explanation].


-- 
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/20130305213205.ga10...@amos.fritz.box



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Steve Langasek
On Tue, Mar 05, 2013 at 08:28:15PM +0800, Paul Wise wrote:
 Is there anything we can add to debcheck or the PTS to encourage
 maintainers to help break these cycles by adding build profiles and or
 cross-compilation info?

It seems to be premature to add build profiles to packages, as the initially
proposed implementation (separate fields) has been vetoed in favor of one
that requires extending the syntax of Build-Depends in a way that will take
time for our parsers to catch up to.  (Indeed, AFAIK none of the parsers of
Build-Depends currently in the archive currently support the new proposed
syntax.)

-- 
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: DM upload permission

2013-03-05 Thread Carlo Segre


Hi Arno:

On Tue, 5 Mar 2013, Arno Töll wrote:



You missed the header. While the Uploader field is optional (and also
used for the mail confirmation you're missing by the way), the Archive
field is not. Moreover, the blank newline dividing the header from the
data part is required.

That is, your command would be:

---
Archive: ftp.debian.org
Uploader: Carlo Segre se...@iit.edu

Action: dm
Fingerprint: 8CCC1BA8590FF029D17C708FC1BCD3C72AA28B6B
Allow: nexus
---



Thanks, this is very helpful


Note, you can also use dput-ng (available in unstable) to manage DM
permissions. The equivalent command would be:

dcut dm --uid Tobias Stefan Richter --allow nexus




I'll try this too

carlo

--
Carlo U. Segre -- Duchossois Leadership Professor of Physics
Director, Center for Synchrotron Radiation Research and Instrumentation
Illinois Institute of Technology
Voice: 312.567.3498Fax: 312.567.3494
se...@iit.edu   http://phys.iit.edu/~segre   se...@debian.org

Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-05 Thread Paul Wise
On Wed, Mar 6, 2013 at 6:20 AM, Steve Langasek wrote:
 On Tue, Mar 05, 2013 at 08:28:15PM +0800, Paul Wise wrote:
 Is there anything we can add to debcheck or the PTS to encourage
 maintainers to help break these cycles by adding build profiles and or
 cross-compilation info?

 It seems to be premature to add build profiles to packages, as the initially
 proposed implementation (separate fields) has been vetoed in favor of one
 that requires extending the syntax of Build-Depends in a way that will take
 time for our parsers to catch up to.  (Indeed, AFAIK none of the parsers of
 Build-Depends currently in the archive currently support the new proposed
 syntax.)

Yes, obviously it is too early right now but it would be nice to start
work on implementing that.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
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/caktje6hb4vg+rtstwr3ehj-sradgn4ew3_xaaocb2kpwlfk...@mail.gmail.com



Re: Incompatible change in the ifupdown hooks interface

2013-03-05 Thread Steve Langasek
Hi Joss,

On Tue, Mar 05, 2013 at 08:39:45PM +0100, Josselin Mouette wrote:

 while investigating on #699749 (which apparently affects many machines
 using NM, but not all of them), I discovered that the interface for
 ifupdown hooks has changed since squeeze.

 From the manpage: 
When  ifupdown is being called with the --all option, before doing any‐
thing to interfaces, if calls all the hook  scripts  (pre-up  or  down)
with  IFACE set to --all, LOGICAL set to the current value of --allow
parameter  (or  auto   if   it's   not   set),   ADDRFAM=meta   and
METHOD=none.   After all the interfaces have been brought up or taken
down, the appropriate scripts (up or post-down) are executed.

 After discussing this on IRC, the ifupdown maintainer disagrees this is
 an incompatible interface change. Some of the existing hooks were not
 broken by this change, by pure chance. Some were fixed in subsequent
 uploads since squeeze. At least avahi was not.

 What is the position of the Release Team? 
   * Is it a bug in avahi (and probably other packages)? 
   * Is it a bug in ifupdown to have changed the interface?

 Given how close we are to the release, the simplest solution is probably
 to upload a fixed avahi and hope there aren’t any other scripts
 remaining. However this will not fix partial upgrades or manually
 updated scripts.

FWIW, I agree with Andrew that this isn't an interface change; this is a
latent bug in the avahi hook which has merely been exposed by this behavior
change in ifupdown.  ifupdown supports more address families than ipv4 and
ipv6 (specifically, it supports ipx); if a user had configured a system with
only ipx interfaces statically configured (as unlikely as that would be in
the 21st century), it appears that avahi would have misbehaved in the same
way.

I don't know why these --all calls are a useful thing for ifupdown to do,
but I do think it's the responsibility of the avahi package to sensibly
ignore values of $ADDRFAM that it doesn't understand.

-- 
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: DM upload permission

2013-03-05 Thread tony mancill
 Note, you can also use dput-ng (available in unstable) to manage DM
 permissions. The equivalent command would be:

 dcut dm --uid Tobias Stefan Richter --allow nexus



I have had good luck with yodack to set DM permission as well:

   https://github.com/algernon/yodack

Cheers,
tony



signature.asc
Description: OpenPGP digital signature


Re: DM upload permission

2013-03-05 Thread Paul Wise
On Tue, Mar 5, 2013 at 2:57 PM, Arno Töll wrote:

 dcut dm --uid Tobias Stefan Richter --allow nexus

Could this be moved to devscripts as a dm command? Maybe with less
dashes in the interface too.

dm Tobias Stefan Richter allow foo bar , deny baz

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
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/CAKTje6F0SRAdrfA9O1cH==kbtiauujowow+e8qbphviefg8...@mail.gmail.com



Re: DM upload permission

2013-03-05 Thread Arno Töll
Hi Paul,

On 06.03.2013 01:13, Paul Wise wrote:
 On Tue, Mar 5, 2013 at 2:57 PM, Arno Töll wrote:
 
 dcut dm --uid Tobias Stefan Richter --allow nexus
 
 Could this be moved to devscripts as a dm command? Maybe with less
 dashes in the interface too.

the command is part of our dcut (Debian command upload tool)
reimplementation, which is and always was part of dput. It does not only
manage DM permissions but all commands dak and debianqueued understands
(dcut cancel|rm|dm|reschedule|break-the-archive and whatever Ansgar
invents in future).

We could move it to devscripts, but honestly I think it's better suited
to be part of dput(-ng). But if you all think it would be a good idea to
move it there, be it. But note, it uses large parts of the dput code
base, e.g. uploader classes and would bring almost all of its Python
dependencies. I am not sure if that's desirable.


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



signature.asc
Description: OpenPGP digital signature


Accepted blender 2.66-1 (source amd64)

2013-03-05 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 04 Mar 2013 18:08:26 +0100
Source: blender
Binary: blender blender-dbg
Architecture: source amd64
Version: 2.66-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 blender- Very fast and versatile 3D modeller/renderer
 blender-dbg - debug symbols for Blender
Closes: 599680 658275
Changes: 
 blender (2.66-1) experimental; urgency=low
 .
   * New upstream stable release
   * Fixes SIGSEGV on blender -E help command (Closes: #658275)
   * debian/rules: purge useless processors finding
   * debian/rules: fixing FTBFS due to OIIO on some arches
 Thanks to Pino Toscano (pino) for the hint.
   * debian/copyright: maintenance timeframe updated
   * debian/patches/: patchset re-worked against v2.66
 - #0009 added to fix illegal hardware instruction bug.
   Thanks to Johann Klammer for the patch (Closes: #599680)
 - #0010 added to fix format-security issues
   * debian/docs: TODO duplicate removed
   * debian/: embedded-javascript-library lintian entry fixed
Checksums-Sha1: 
 de2ef375ac90446727f15f746201bbc6d26a0663 2676 blender_2.66-1.dsc
 091fa9835d0b93a4d0bbcef112437584aa4a36d2 31158910 blender_2.66.orig.tar.bz2
 46d5422ded6c8523f4ee833f509a41a04c90d625 38314 blender_2.66-1.debian.tar.gz
 d9d8681a88e7766a13ec5f7298e9a9ab61c3b703 34004030 blender_2.66-1_amd64.deb
 80bfd050c49c681cf73663e5ed2e169b4840a677 146056828 blender-dbg_2.66-1_amd64.deb
Checksums-Sha256: 
 ef7fd530d43a05f3432d65e1cc8b033ed375d2ca056e3a15f8a1c653d26628c8 2676 
blender_2.66-1.dsc
 e16ef9b391fb737be4a28c958bbb3c9d794d487d5d3ae2ec97f74ecd92137148 31158910 
blender_2.66.orig.tar.bz2
 02a4787fb63b9327e0910f0f4fb0f9d18b0b312a0c5e3f0f4c9fd05bc0f21279 38314 
blender_2.66-1.debian.tar.gz
 2d27b3a6f9c1c22780a674fdb797bcd6218b25ab1a0be8c3d0753c0c2fab7382 34004030 
blender_2.66-1_amd64.deb
 f8dbe17aeca11eba07d8279a6d912146041714925aebaa950ce66cc356db 146056828 
blender-dbg_2.66-1_amd64.deb
Files: 
 5c3bcf004a14f80cea67704916e6f04c 2676 graphics optional blender_2.66-1.dsc
 2c17daa533eaf1d0694cfe5fa66fee7c 31158910 graphics optional 
blender_2.66.orig.tar.bz2
 0cbe77191eea19454f19eb432c0e5ae0 38314 graphics optional 
blender_2.66-1.debian.tar.gz
 a5e5d3aca4e0de616c99b250a563bd32 34004030 graphics optional 
blender_2.66-1_amd64.deb
 392ce079e946299ffb57b79d90316ce1 146056828 debug extra 
blender-dbg_2.66-1_amd64.deb

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

iQIcBAEBAgAGBQJRNZ8zAAoJEIBiOYmDss96bJMQAMxFhADyT+IkGXtldKMqYtfn
XTb9oV1EiR/xXVPLhQtES3AD39fmHvqi6SS73MCB1Xk4m1zE3e/TREBkec6HmzHu
LZ6d7AFGNA9jZppiqByqOnCDaPXGyhTCC0zRUsuzNmKH9KCEfr/Eieu5If8S2EO+
VIjIE75xmAvzRSHhB3gn8UYyoH687yEUdDZOiGW91QeElBFY/zhOQMos38S2WtXE
jj3KsfdSzkg3cvIzCtl8ChhXZ7rY378QqLi+0/XvxYYun5mS+66ltsu03I1LsgGK
Tf1jNZc+7TyQIKoWWVpnMt/W5nJYeNkJufWc9Sltk5kYt7N2vAzZKBB1QNzR+22v
p64kyN1wTQDmpyRdsnZdkCeFftljzo5vB3UN+QOldvG4syfgf8+01pHx2B2tmiX1
U8zCTZKK4j1Hw5dA/u29v9TuPYkJPXgIKDNRlCN9elon6YmBa80aMGp9MOLR/rtD
i2IjIft9LuQ1JjxXaaMQkBYBi9+e5rmHgGaU6E7JOUZ4HUpqkiJu5kLFVScqjFsu
CVWcw99R6MOi6AApNYtUnotQnyoEfItipGgQiEhTj+Tv9irymOHw65n96HcQQuSM
MJ4GRk3zlnjJ9ECrw6X8LWdRHImgNZ+c2gvRjKWDpc7EpMSbZK/ouihiikC6d73u
dnogLSv87AmLt8afrFaA
=4/H2
-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/e1ucnmr-0008f6...@franck.debian.org



Accepted morse-simulator 1.0.0-1~exp3 (source amd64 all)

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

Format: 1.8
Date: Tue, 05 Mar 2013 08:57:07 +0100
Source: morse-simulator
Binary: morse-simulator morse-simulator-data morse-simulator-doc 
python3-morse-simulator
Architecture: source amd64 all
Version: 1.0.0-1~exp3
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 morse-simulator - Multi-OpenRobot Simulation Engine
 morse-simulator-data - Multi-OpenRobot Simulation Engine
 morse-simulator-doc - Multi-OpenRobot Simulation Engine - Documentation
 python3-morse-simulator - Multi-OpenRobot Simulation Engine
Changes: 
 morse-simulator (1.0.0-1~exp3) experimental; urgency=low
 .
   * Fix a bad dependency (python:depends instead of python3:depends).
Checksums-Sha1: 
 7078e86f194d88f90083fb5dccd9bd0ef0a8cbd8 1676 morse-simulator_1.0.0-1~exp3.dsc
 955c02940244bfabb6e583a9d0798be0a8b77e7e 5944 
morse-simulator_1.0.0-1~exp3.debian.tar.gz
 9bde1c4bcf51f0c4b55389097c902712320b440f 22116 
morse-simulator_1.0.0-1~exp3_amd64.deb
 3360a56669e6d8996bc7e0bb79c1838bce18ee69 89169478 
morse-simulator-data_1.0.0-1~exp3_all.deb
 0ebc9432c2f0b04486a652e774ee256e4c16665e 271664 
morse-simulator-doc_1.0.0-1~exp3_all.deb
 5fe4338de67efb97118822454f8d9903ef872809 177558 
python3-morse-simulator_1.0.0-1~exp3_amd64.deb
Checksums-Sha256: 
 c1fb52bae97c42c762df6fe23ee43eb1f7d83d7b20665508e7a343fb00e605e9 1676 
morse-simulator_1.0.0-1~exp3.dsc
 90f95c05e6f556d3dfb4d0d704c0757c4e853e991f7ca3c5330c7ea2a769f912 5944 
morse-simulator_1.0.0-1~exp3.debian.tar.gz
 05b818eccf013c6d5e6f1d7596d5894c7f192926f2d48c3f023675a71ad0391a 22116 
morse-simulator_1.0.0-1~exp3_amd64.deb
 e17c20a8bb1b528bb786b71b9104ff09992b2660abfbf6c7cc76bf583dc8bffb 89169478 
morse-simulator-data_1.0.0-1~exp3_all.deb
 6c76b17c0066814a9a04acb7054c933d79d9cf7cd94fd58ae4559bd2e6fcb7c9 271664 
morse-simulator-doc_1.0.0-1~exp3_all.deb
 d196d6190169d071152d981fc6c0125eb0bd0d1dbf504897be3df9022c480e4a 177558 
python3-morse-simulator_1.0.0-1~exp3_amd64.deb
Files: 
 fe85edae97ee227c1c857f1bc649da05 1676 science extra 
morse-simulator_1.0.0-1~exp3.dsc
 b76f7ed1aec41e831f99f170083e05f3 5944 science extra 
morse-simulator_1.0.0-1~exp3.debian.tar.gz
 06d10ab4cab6f44462a98cd782bc82d1 22116 science extra 
morse-simulator_1.0.0-1~exp3_amd64.deb
 d53c0397c5f1244bc8fa5d80dedca9ea 89169478 science extra 
morse-simulator-data_1.0.0-1~exp3_all.deb
 3277f50db7d8735e542771ba9cac1cee 271664 doc extra 
morse-simulator-doc_1.0.0-1~exp3_all.deb
 681f6910ab209e857faf991504f5c1da 177558 science extra 
python3-morse-simulator_1.0.0-1~exp3_amd64.deb

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

iEYEARECAAYFAlE1p2gACgkQiOXXM92JlhBMPwCdGhYENCePBllyphBQXpKSIsGs
fU8AoKMUiOxo0Y4weJyH+ra7DOqju+rg
=jpCr
-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/e1ucnna-0008mw...@franck.debian.org



Accepted python-secretstorage 0.9.0-1 (source all)

2013-03-05 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 05 Mar 2013 14:06:38 +0400
Source: python-secretstorage
Binary: python-secretstorage python3-secretstorage python-secretstorage-doc
Architecture: source all
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Shachnev mity...@gmail.com
Changed-By: Dmitry Shachnev mity...@gmail.com
Description: 
 python-secretstorage - Python module for storing secrets - Python 2.x version
 python-secretstorage-doc - Python module for storing secrets - documentation
 python3-secretstorage - Python module for storing secrets - Python 3.x version
Changes: 
 python-secretstorage (0.9.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Use canonical Vcs-Svn URI.
Checksums-Sha1: 
 9f543c07e819d4ebb0df2006861bf93528e908be 2307 python-secretstorage_0.9.0-1.dsc
 7f48339cfddffe2f69f14ae1e27cb47a520ceaed 13419 
python-secretstorage_0.9.0.orig.tar.gz
 92a738aeb176f09f005b1d666cadc21411ee811e 2767 
python-secretstorage_0.9.0-1.debian.tar.gz
 52375adbc214ad20c57d6d2f5738599eb2bc21aa 10458 
python-secretstorage_0.9.0-1_all.deb
 50df0a0d87599f131f97067cd356f1d996b888aa 10096 
python3-secretstorage_0.9.0-1_all.deb
 7be1b3a4f0b29c462528dd416b53bedd199c9801 39032 
python-secretstorage-doc_0.9.0-1_all.deb
Checksums-Sha256: 
 9e235dd49ee5f717a5e023a1bc96fe944e78a6699b824c6fcbda6ca423cf97cc 2307 
python-secretstorage_0.9.0-1.dsc
 a93afc1c5083920b7a6c85e424f041f0fc46e5bb754e685f20630c194e413406 13419 
python-secretstorage_0.9.0.orig.tar.gz
 916604b4c6c454b41b354f8720d498d83fa786390942dc3f7451e41a500dfa61 2767 
python-secretstorage_0.9.0-1.debian.tar.gz
 29178a9e3d578662408ea04d88f2ee0bcaba14a4e06b3d902309488d7a9361c8 10458 
python-secretstorage_0.9.0-1_all.deb
 9cad5db2751141deed138472ea51f29c2cd00f2276be01888dde5af3daa9086c 10096 
python3-secretstorage_0.9.0-1_all.deb
 a2b011ddc837b272a00507fd5e4fcdb2e1cc0bd177a8d7a119c5301e580d53e9 39032 
python-secretstorage-doc_0.9.0-1_all.deb
Files: 
 605c8c8b842573f5a7107c415af05315 2307 python optional 
python-secretstorage_0.9.0-1.dsc
 5c3a41c32accc2e16efc531aa02a6195 13419 python optional 
python-secretstorage_0.9.0.orig.tar.gz
 bc6c974eb30f45e062cdabc5752445c1 2767 python optional 
python-secretstorage_0.9.0-1.debian.tar.gz
 c2aa3dbf1e06dd472b65f93325d54709 10458 python optional 
python-secretstorage_0.9.0-1_all.deb
 13056639c539c7a7af44f6ff0693b369 10096 python optional 
python3-secretstorage_0.9.0-1_all.deb
 e6d8a03ad71b8b486d0aececc1af2d29 39032 doc optional 
python-secretstorage-doc_0.9.0-1_all.deb

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

iQIcBAEBCAAGBQJRNcgHAAoJEGAmk20vHIrg8/cP/0e+bCA1C8StJl3bIDG0eqhZ
Dml+ZgX9wX1Yn164YVYQVgl0KqziOxJSBvwyxkV16QJs9iswamSvOFG/HwHwi0QM
43QJW6lZihjG7pnAtxGVPqlvjojPglxQDUNqj2i07q/Nt2zuGAzYz8pp85ECmdSh
heioHdcYkee2UeLbNtVP96NoaXPELasMf2ZQ2bAniRICaqcLyLIcjhx8U9nQMKAR
BDEOYyg0jkQZLoN6nYek1NQhY2f58vFCyKIr/IyqM5T15SwDVs5M6BDYiou7vrCa
Z961ERlR8XgtS/QDXyrlvtK0TAOtRn7JdNcm0HzXEXhHifPJcbeTKCQMfhSBjhuL
J2UCrpYG6SZp+q4PsNjw490749kK3e/JHij0ssdiFJrfgYNev5Fkyig6tPauLPfG
onqWl69psbroyll2m6UgVSEFYDPErWNHdEXaWUU42Dp9ZPBedi1R2s83gwHm3PPM
Uhv+/2zzj9IwXEWCC0ri4VNzYApWNqOtYlDZj+fewGaafYNz3ZPFBS9zSZ+UdDYp
KUgtMHxxpGm/Zwl7DHzgCqSogNBeW5XZRHGyWGIxs9MpuRw68pFhzO2ljRsA8aKz
9SinC2hVJPwtieQ5DHURnv4NhPLd19vGZZtWp6OXznMNKrHNWqhSlJUuObKhkl+k
Aur4ycJ56FFdZ5XwdFx1
=IWHA
-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/e1ucpp9-00086s...@franck.debian.org



Accepted chromium-browser 25.0.1364.152-1 (source all amd64)

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

Format: 1.8
Date: Tue, 05 Mar 2013 11:14:34 +0100
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 25.0.1364.152-1
Distribution: unstable
Urgency: high
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Changes: 
 chromium-browser (25.0.1364.152-1) unstable; urgency=high
 .
   * [8761d73] Remove armel and armhf. We cannot support them in wheezy
   * New stable security release:
 - High CVE-2013-0902: Use-after-free in frame loader. Credit to
   Chamal de Silva.
 - High CVE-2013-0903: Use-after-free in browser navigation
   handling. Credit to chromium.khalil.
 - High CVE-2013-0904: Memory corruption in Web Audio.
   Credit to Atte Kettunen of OUSPG.
 - High CVE-2013-0905: Use-after-free with SVG animations.
   Credit to Atte Kettunen of OUSPG.
 - High CVE-2013-0906: Memory corruption in Indexed DB. Credit to Google
   Chrome Security Team (Jüri Aedla).
 - Medium CVE-2013-0907: Race condition in media thread handling. Credit
   to Andrew Scherkus of the Chromium development community.
 - Medium CVE-2013-0908: Incorrect handling of bindings for extension
   processes.
 - Low CVE-2013-0909: Referer leakage with XSS Auditor. Credit to Egor
   Homakov.
 - Medium CVE-2013-0910: Mediate renderer - browser plug-in loads more
   strictly. Credit to Google Chrome Security Team (Chris Evans).
 - High CVE-2013-0911: Possible path traversal in database handling.
   Credit to Google Chrome Security Team (Jüri Aedla).
Checksums-Sha1: 
 acd3e64b8f289dcc0a1fb9adfd5708290fa4d2fd 2997 
chromium-browser_25.0.1364.152-1.dsc
 5afe3fc2b455db3fe43e3285a5489439f671b7a0 641303292 
chromium-browser_25.0.1364.152.orig.tar.xz
 f6514c3047090f17716385a14e774fa55844f717 256431 
chromium-browser_25.0.1364.152-1.debian.tar.gz
 c360d10350d3f95782e3a8923458b0393feab83e 159782 
chromium-browser_25.0.1364.152-1_all.deb
 8c55f84d337b37e354e9055145a61605316a97f3 159070 
chromium-browser-dbg_25.0.1364.152-1_all.deb
 b2aad424dc932094d625e98f01094d0aec5d2eab 159202 
chromium-browser-l10n_25.0.1364.152-1_all.deb
 b12d994dd0f20fef3988157061e86a66701e70f4 159024 
chromium-browser-inspector_25.0.1364.152-1_all.deb
 98b94e39abe0e4d9c2cbe3ab03af5cedf2cb477f 2615398 
chromium-l10n_25.0.1364.152-1_all.deb
 f975e0709319cd14047bea7e483394393683329a 807222 
chromium-inspector_25.0.1364.152-1_all.deb
 95c58c584569ad7fe54226233165c7733820c632 39133156 
chromium_25.0.1364.152-1_amd64.deb
 6c036f5d3f5be745b34180de5e9b075fe94463bb 412604980 
chromium-dbg_25.0.1364.152-1_amd64.deb
Checksums-Sha256: 
 833b0110e4fe0e9f6db763a7c3fd74d81dd9429f447eb7bc23a7896bb9edde77 2997 
chromium-browser_25.0.1364.152-1.dsc
 6bdc8587ed950503e98b8593f60914d89803cd9209d27b7394806daab0f6c14a 641303292 
chromium-browser_25.0.1364.152.orig.tar.xz
 93ad8e618e9b19bb7b9d4b250575470a6e67662a227fb8df021aa4de3423cd3e 256431 
chromium-browser_25.0.1364.152-1.debian.tar.gz
 8681888ec14bff2748e7bd39f775e1a08a6b1c6036b23dade81153e86192b0df 159782 
chromium-browser_25.0.1364.152-1_all.deb
 cfa0b75c11eedec3b2c8519ea4f0dad67d93da234b91a594b30fbd4dc99d9037 159070 
chromium-browser-dbg_25.0.1364.152-1_all.deb
 4be8568cf62b8780973978dc3860060745acbc383f6132b2d3f4a08ffb23f5e0 159202 
chromium-browser-l10n_25.0.1364.152-1_all.deb
 526fc989d5fea7f39e75128fe45cde59a0bfd773f86aaeb57ca32ed1fda0f838 159024 
chromium-browser-inspector_25.0.1364.152-1_all.deb
 9a7b8271bf6ce8535af8029c2a805e18c8818c28c412997063b485870d5876d9 2615398 
chromium-l10n_25.0.1364.152-1_all.deb
 d322b6c0ae21ca5706bc1f712a9ae256e0f9c59a8bc4cd877f0235cd43afaef3 807222 
chromium-inspector_25.0.1364.152-1_all.deb
 6e1bb00e53426d0a869c27c2dd0279c534389f2c1c5bbb011815c0114c18dc84 39133156 
chromium_25.0.1364.152-1_amd64.deb
 d73a1f902148c0c7b34ec43b4a7c18090c7e61dd069291155fa0a410329c8f99 412604980 
chromium-dbg_25.0.1364.152-1_amd64.deb
Files: 
 901cc13b3a8b304700c90b1c514c4867 2997 web optional 
chromium-browser_25.0.1364.152-1.dsc
 229e025c0fac9cb202a8da611a790146 641303292 web optional 
chromium-browser_25.0.1364.152.orig.tar.xz
 775d22bad7caf54a35c7cc80477c2ddb 256431 web optional 

Accepted libvirt 0.9.12-9 (source all i386)

2013-03-05 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 12:35:06 +0100
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt
Architecture: source all i386
Version: 0.9.12-9
Distribution: unstable
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libvirt-bin - programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Closes: 702324
Changes: 
 libvirt (0.9.12-9) unstable; urgency=low
 .
   * [424ffbc] Revert Enable systemd services We enabled systemd support in
 0.9.13 Thanks to Antti-Juhani Kaijanaho
 (Closes: #702324)
Checksums-Sha1: 
 a574988090818865022c7b050074a2d4176a42a3 2276 libvirt_0.9.12-9.dsc
 29a2f464599a898097972b880dfb1f716376556b 49143 libvirt_0.9.12-9.debian.tar.gz
 96cbc99a5ecc3d1fd32cca82999b60f3f1fbf3ce 2174514 libvirt-doc_0.9.12-9_all.deb
 6e638dc696c392335680b28b1aca2bee804bf3e2 2334534 libvirt-bin_0.9.12-9_i386.deb
 0793c350c46063ae7788a88306383c4c361b92dd 2122192 libvirt0_0.9.12-9_i386.deb
 bf95fad0b9f38fbba6da432223c3ff2e29d60e5d 7471330 libvirt0-dbg_0.9.12-9_i386.deb
 6b21e1c3c4abbbd1a191bad6ed2b6bfa3cb685ab 2503976 libvirt-dev_0.9.12-9_i386.deb
 c9303249ff1be52e7a0dfb1919e53c32a7bfb734 1420694 
python-libvirt_0.9.12-9_i386.deb
Checksums-Sha256: 
 a6b79bdc736d389ae5655e51c7dd41c19c849b51aa4477c6e5dd9cff754ae5b6 2276 
libvirt_0.9.12-9.dsc
 e27b6239e4fc7fe22f12be29f190dc1fe6e4290214a836f81bb3d84008d9c354 49143 
libvirt_0.9.12-9.debian.tar.gz
 5dee1d6c9c09ecb51e0375497771abb0ec3076074c4111a4aac168fc2516ce7f 2174514 
libvirt-doc_0.9.12-9_all.deb
 5d88c02aa9e4a0262fa26c43d99897dfd559cbce979a57c16b67202da486091c 2334534 
libvirt-bin_0.9.12-9_i386.deb
 25b62d77f856b8507704ce90c8d1766d41139f3b84ebc84e6283e5c565d6c2df 2122192 
libvirt0_0.9.12-9_i386.deb
 d31f02ccb0a5336cb34d8eed50f860603503fd50979d3f6ecfdd0fd17274254d 7471330 
libvirt0-dbg_0.9.12-9_i386.deb
 5a5b4d206183bdcee27f729e36acb8095ec63618d6dcc75485494b895927e9cf 2503976 
libvirt-dev_0.9.12-9_i386.deb
 9304f0016764e251adc658ff67a43d0362cb9a71cf9321a68400014d544c8618 1420694 
python-libvirt_0.9.12-9_i386.deb
Files: 
 fd8696cfb8501319290db086e97aff5d 2276 libs optional libvirt_0.9.12-9.dsc
 b7d0e3d2b9e22f42709ca25fc09ddc78 49143 libs optional 
libvirt_0.9.12-9.debian.tar.gz
 0f4ceb543f867b675ce426e279754422 2174514 doc optional 
libvirt-doc_0.9.12-9_all.deb
 4baf75159fef7e9b8037463b8efcf7e4 2334534 admin optional 
libvirt-bin_0.9.12-9_i386.deb
 f1f71d817a46182c1f66b7671e7041e8 2122192 libs optional 
libvirt0_0.9.12-9_i386.deb
 df0aedb4832cb70a9d79a58de154b6c4 7471330 debug extra 
libvirt0-dbg_0.9.12-9_i386.deb
 a6e58222959a78238da557cb8a886dba 2503976 libdevel optional 
libvirt-dev_0.9.12-9_i386.deb
 9652ab09475fe6694ea8f84fc7f3f9c5 1420694 python optional 
python-libvirt_0.9.12-9_i386.deb

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

iD8DBQFRNeZnn88szT8+ZCYRArPTAJ982ukNqi5VOn3FY1cSHNhJsHPb1QCeMfM7
4k7VhW+x/foKzpp+lPinpGg=
=Ftr6
-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/e1ucrhv-ld...@franck.debian.org



Accepted sql-ledger 3.0.4-1 (source all)

2013-03-05 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 05 Mar 2013 13:28:40 +0100
Source: sql-ledger
Binary: sql-ledger
Architecture: source all
Version: 3.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Raphaël Hertzog hert...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 sql-ledger - Web based double-entry accounting program
Changes: 
 sql-ledger (3.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Update Vcs information (move to git in collab-maint).
   * Create empty /var/lib/sql-ledger/spool instead of copying it over since
 empty directories do not exist in git.
Checksums-Sha1: 
 c2f649eea5e9d177d452f2f687476d6a95e9ec9d 1951 sql-ledger_3.0.4-1.dsc
 b174871f4586b9c250f37a3f5a9c52276e12e679 4076550 sql-ledger_3.0.4.orig.tar.gz
 aa1ce489c9291c3ed891104466514040c656d8d8 16046 sql-ledger_3.0.4-1.debian.tar.gz
 c1209e9e178ec384ff8bea0ef5edd85c30d56717 5076818 sql-ledger_3.0.4-1_all.deb
Checksums-Sha256: 
 54478d7ab65b66cb11ed253b2c62d096719ae124ed2874cebbe52bf0efc9f5fc 1951 
sql-ledger_3.0.4-1.dsc
 772fa8850533492ac983cdafa24c409882b8499a6588e3113f404d14e6eae5ff 4076550 
sql-ledger_3.0.4.orig.tar.gz
 68aed460990bdd9560ad0675864ebf2fc78f1bc45e9351565da98d07728a 16046 
sql-ledger_3.0.4-1.debian.tar.gz
 75d5a50d634b3ed3534d0601d83514c1318786aecca808507301bf89e5aec5d5 5076818 
sql-ledger_3.0.4-1_all.deb
Files: 
 be2c8a15396522a682d4e7177354ca6a 1951 web optional sql-ledger_3.0.4-1.dsc
 966c3c50237d00b58f1c771ae0ee856e 4076550 web optional 
sql-ledger_3.0.4.orig.tar.gz
 2eeb4385071a27c717c38fa272788eb1 16046 web optional 
sql-ledger_3.0.4-1.debian.tar.gz
 ff30752b9301f4a02e4f3fba40fff210 5076818 web optional 
sql-ledger_3.0.4-1_all.deb

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

iQIcBAEBCAAGBQJRNej1AAoJEOYZBF3yrHKa+dgQAMXA+4gyX9WQrrYLhP+v2BJh
iCbQRm1bYX5P5ZOOj7EL1GMlX8+w1NtPTUBY3Lrwl/IMHMw9/7uIPrNX9sbuRgpN
1W9JNAhG2qaP7SKD9VUaVs7bUsOq1A9mlN0fsCnV+FMVnWBwgW2fagT1dOs/7bst
gn/WSGDS+IZ8zvgKdp225bQ9Jo/vb86HEKEKVEalF0aQGkjd9WTLGKwxV5/2fbAz
FUB/5GGLuTyWfrFqfrSLhSMDaU3BJyNHf2Am00gb1Ul5ZQnI7I1fVG36jBgP4ZPz
rXUamPxD0qwtzDhDIb8BFNRfmchBT3jFxCfQ8hCK3+yagaTUBZn8wwTQPzCnTue/
1ifbIwW6TslPkzvYqwUTSzFMnWGfuoOZSQW33a6bZHw8MYrGThptLbuP/MLdYIO0
bB0RLiY1SdSi6cvAQVDGqsdSBasIHVn9BWSCpngCSsnAkyazx9sMHsWxVvrCZmgb
yfW1aiLs99Khta+6ixHwTIjOS8qVmPE2/GHVAdKlOcEHXJZrOzLbZga48hXtC1Iz
vDJNObA65NrM9wYknvnbmEuPEpXdrDVpi1GnjQyItaNxyEAgEy9f9XplMejsqSmx
i8p8a8JmU5QzNHzbLu56um4fMTTrtq7tV7wbddaCcstAa35x9cM5E+0CQum9QRcG
U5Y6AabIynNjjKRTnpjt
=/Aya
-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/e1ucrvz-0003dx...@franck.debian.org



Accepted jd 1:2.8.6~beta130304-1 (source amd64)

2013-03-05 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Mar 2013 21:25:19 +0900
Source: jd
Binary: jd
Architecture: source amd64
Version: 1:2.8.6~beta130304-1
Distribution: experimental
Urgency: low
Maintainer: Hideki Yamane henr...@debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 jd - simple browser for 2ch-style web forum sites
Changes: 
 jd (1:2.8.6~beta130304-1) experimental; urgency=low
 .
   * New upstream beta release
Checksums-Sha1: 
 18fe3ea73c7b688a2fe71afb1ab91cdf5be05652 1878 jd_2.8.6~beta130304-1.dsc
 b842c9dbf6ac05a18e6291db162f2ee705fa6517 763087 jd_2.8.6~beta130304.orig.tar.gz
 46ef3bc2b32ff71aca92a5e3f66697083299c076 12601 
jd_2.8.6~beta130304-1.debian.tar.gz
 072a5a642f89c7f9aa18b39abe73953e05bdef6c 2156712 
jd_2.8.6~beta130304-1_amd64.deb
Checksums-Sha256: 
 a01374a987baa59691c79997bf4396c72681b409dcfb6a96ed3f0a8abb06b0fe 1878 
jd_2.8.6~beta130304-1.dsc
 03b21b5d85ef10b789e14a1cd631ae32ad6e9c5545c05a29f9b4be16b4f97e7d 763087 
jd_2.8.6~beta130304.orig.tar.gz
 f5ed5828cb03a6b270fc894cddecc5bc855d4c2f0422cf4834038029ef66c90b 12601 
jd_2.8.6~beta130304-1.debian.tar.gz
 4020245fd5608f90fa26944078eeb140eaf13f7f9d0e09091978df45609a161b 2156712 
jd_2.8.6~beta130304-1_amd64.deb
Files: 
 ab64738ca78d82f70050d8d2e984253e 1878 net optional jd_2.8.6~beta130304-1.dsc
 54fc6f70a8ac638742a3c26e66b06a18 763087 net optional 
jd_2.8.6~beta130304.orig.tar.gz
 080fe196a3cd753088129c67865a7629 12601 net optional 
jd_2.8.6~beta130304-1.debian.tar.gz
 f42c811a82d3d3bd071190e0963ebd52 2156712 net optional 
jd_2.8.6~beta130304-1_amd64.deb

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

iQIcBAEBCgAGBQJRNeyAAAoJEF0yjQgqqrFA1YQP/0kfXPBdGo+Bl5htHM+qDfjJ
uELT0PsiPktfpDGq2vW3+i9z9QNGkpx2NvaXpACYnjJiuHDkAW+uv5LlczQpz+3u
4SQ6RaFQYwHo6AEMHBiZz81KowyWJaW9E+mKxzmCiNHadCDPgwXAzxUCMS0oj7He
NTevinbdhqMue2Qj3+SeMAd8Fnmsm/6DsZycx+ZGg5LT+2lYGEc0IwQByeTgIanh
h7q8WH11fhxua+w637XbPuvhnYiv6KoD+NKatWnXZU02+lqSuM/YkWaf4op9OAqa
8CnBnC5bHDt7wo3W9/A3P+1H31TA7j73IQmxMWBaq3npINswl+TMoMBJzu6qMb1q
2ygHWXs58wOZHEC4rNd+FRbiDpR+gycrwwjiJXzN8YuxCwac93ifQGwdk7RmST+u
yDMPGzNciPPFkkWrL7XGeDsi4cE6cI2Dz/pIB3iV88dIEZFWj2NnnwAfZu6sYeva
knnq2NSmfyZ96fXohM+q2xgBQcbzOz4Lcd1XL+pr7WORs0ZGCIdw7uNviPNDBcsN
2kvWEkXpgaoxUsSLGo7t8RFa6ovrTzqQb8dYanhFlMg2oxnstiQ8mGaXEfnzxP/C
sxsENonvW79SvkPTd1qC8u5a6/eiatk/06vuL2EwH2V4XzTXyl3EfDsu/L9ULxuT
2YAgcGS3XMTAPYW9J8zd
=bP9S
-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/e1ucrkn-0005vl...@franck.debian.org



Accepted openjdk-6 6b27-1.12.4-1 (source amd64 all)

2013-03-05 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 16:24:47 +0800
Source: openjdk-6
Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib 
openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg icedtea-6-jre-cacao 
icedtea-6-jre-jamvm openjdk-6-jre-zero
Architecture: source amd64 all
Version: 6b27-1.12.4-1
Distribution: unstable
Urgency: high
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 icedtea-6-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea-6-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-6-jdk - OpenJDK Development Kit (JDK)
 openjdk-6-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-6-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-6-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-6-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-6 (6b27-1.12.4-1) unstable; urgency=high
 .
   * IcedTea 1.12.4 release.
   * Security fixes:
 - S8007014, CVE-2013-0809: Improve image handling.
 - S8007675, CVE-2013-1493: Improve color conversion.
Checksums-Sha1: 
 f9219c08cedfc1f2ef9c534a0a7cea05ada7c793 3010 openjdk-6_6b27-1.12.4-1.dsc
 5d3445bf240fa500d35e13f8705aeae33b652727 67061137 
openjdk-6_6b27-1.12.4.orig.tar.gz
 1ee6e6cba845931f99326dd719800f05326b41cd 166382 openjdk-6_6b27-1.12.4-1.diff.gz
 0eb285a3f86b784afebcf63d0c1f9e341e8e2817 11056382 
openjdk-6-jdk_6b27-1.12.4-1_amd64.deb
 8f4c0347ba33dd79d7e455ea5c4cbc0e2f7e0570 25424422 
openjdk-6-jre-headless_6b27-1.12.4-1_amd64.deb
 a622650617e4d01a993b62cbde195611c3c6d52f 237412 
openjdk-6-jre_6b27-1.12.4-1_amd64.deb
 c9b11ba3a96bdce0de578dbacc1fdf8e08e0e643 2303678 
openjdk-6-demo_6b27-1.12.4-1_amd64.deb
 31ff8d9327ce5f392602a175f0dc0d74df59c73c 145632040 
openjdk-6-dbg_6b27-1.12.4-1_amd64.deb
 dfd7199411d28b393c3800f2aac8cb7024f5d0d1 804204 
icedtea-6-jre-cacao_6b27-1.12.4-1_amd64.deb
 7f0586d96dd99e94cfbd1705e99b877ec99186d7 597332 
icedtea-6-jre-jamvm_6b27-1.12.4-1_amd64.deb
 22c5b718794c7c0a1ea7f8bcc4d9e77d7a31d499 2174014 
openjdk-6-jre-zero_6b27-1.12.4-1_amd64.deb
 110639197856a657f9e0d9ab7bd925562eaba70a 6139016 
openjdk-6-jre-lib_6b27-1.12.4-1_all.deb
 2afbac8f440b9e5c853ff9849a89ae566fa11b8e 40905314 
openjdk-6-source_6b27-1.12.4-1_all.deb
 844cb104a53586467075f75b2d7d4c5688d95d0a 20579326 
openjdk-6-doc_6b27-1.12.4-1_all.deb
Checksums-Sha256: 
 220f8c8cf0e21932e525193e6d55e3bec55b7c7c45bd465f495bda33f11b9646 3010 
openjdk-6_6b27-1.12.4-1.dsc
 9e1222e830727b6088e8087f323e40ccc9cd25a943791d0525f98e5d74b9bc8f 67061137 
openjdk-6_6b27-1.12.4.orig.tar.gz
 af67798046a9f91ce9710f0a34c6dc82ceccc726786a75439858362550a15ec5 166382 
openjdk-6_6b27-1.12.4-1.diff.gz
 f08a1c52549ae97480886b4da87eb8b3c7a0cbb16347b8e29ee681c522e6a048 11056382 
openjdk-6-jdk_6b27-1.12.4-1_amd64.deb
 48dec4c10af03608bf2ac69f6597f1596b74119632e630e6172507629c8a 25424422 
openjdk-6-jre-headless_6b27-1.12.4-1_amd64.deb
 cc66c7a3ad7947073b6ab8b766ce61d143957bcd50fbf17bb652b5ebe755 237412 
openjdk-6-jre_6b27-1.12.4-1_amd64.deb
 69d7977a0d44177b626cd8443b9bcc241dd87ae5c40b15e7d403ff5146329522 2303678 
openjdk-6-demo_6b27-1.12.4-1_amd64.deb
 d37840a12825dff526795fa114c201c48fac1251ccc5da7d45b9f2fc2a32faca 145632040 
openjdk-6-dbg_6b27-1.12.4-1_amd64.deb
 5f519f1d0e53156f04e35ac6cbbbddedc95ddf4a23e2bca4bb1c2190f7250a82 804204 
icedtea-6-jre-cacao_6b27-1.12.4-1_amd64.deb
 7b7b030424a893820081245d703fd8e0dfe84463353695ce645bf984311d0f4d 597332 
icedtea-6-jre-jamvm_6b27-1.12.4-1_amd64.deb
 aced2a8e02fc9975c28df9e542becb002d67a93f3f89bc251fd6e688ba04e25e 2174014 
openjdk-6-jre-zero_6b27-1.12.4-1_amd64.deb
 605c2c525477fdaec5a20691be1a5a22b3e8f7cb7c3ae031805651e825d6ee4c 6139016 
openjdk-6-jre-lib_6b27-1.12.4-1_all.deb
 54a2a9dbec9fb3047745659da38949504d90aeb9a08a1d976d8b38fa71a57328 40905314 
openjdk-6-source_6b27-1.12.4-1_all.deb
 86d34f958a3c26e295ac5be3fb056640d08a39e6c087de11fd997f11c23c17b4 20579326 
openjdk-6-doc_6b27-1.12.4-1_all.deb
Files: 
 bbdaf880d4c84adf1747e06382ed1d32 3010 java optional openjdk-6_6b27-1.12.4-1.dsc
 af2da16c48a899f8fe0e6d7795e1ec4e 67061137 java optional 
openjdk-6_6b27-1.12.4.orig.tar.gz
 70ed7e3ce09f5ebca34063cf55900f28 166382 java optional 
openjdk-6_6b27-1.12.4-1.diff.gz
 354678b0423deb2210e5f830e8bf590d 11056382 java optional 
openjdk-6-jdk_6b27-1.12.4-1_amd64.deb
 9f74ae72a29db134811c2cd4faa6c817 25424422 java optional 
openjdk-6-jre-headless_6b27-1.12.4-1_amd64.deb
 2010f12a14448db52e2d6635f30db36d 237412 java optional 
openjdk-6-jre_6b27-1.12.4-1_amd64.deb
 54c10c9b5876da21e2420414a8fa6223 2303678 java extra 
openjdk-6-demo_6b27-1.12.4-1_amd64.deb
 

Accepted pinot 1.05-1 (source amd64)

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

Format: 1.8
Date: Tue, 05 Mar 2013 15:12:54 +0100
Source: pinot
Binary: pinot
Architecture: source amd64
Version: 1.05-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 pinot  - meta-search engine for local files and web queries
Changes: 
 pinot (1.05-1) unstable; urgency=low
 .
   [ upstream ]
   * New release:
 + run rst2html on RST files, if available, and if RST files are
   detected as such.
 + better mbox parts extraction.
 + dropped unac in favour of own code, resulting in faster indexing.
 + pinot-index --override MIMETYPE:EXTENSION overrides MIME type
   detection based on files extensions.
 + turn memory pooling off by default to avoid issues with newer
   boost.
 + Updated localizations.
 + fix stripping of diacritics.
 + stem subject terms.
 + fixes to abstract generation, CJKV tokenization.
 .
   [ Jonas Smedegaard ]
   * Update package relations:
 + Recommend (not suggest) all external helper tools, except rpm.
 + Fix suggest file (needed to crawl rpm files).
 + Recommend python-docutils and bzip2.
 + Relax to build-depend unversioned on cdbs: Needed version
   satisfied in stable, and oldstable no longer supported.
 + Stop fallback-recommending xpdf-utils: obsolete even in stable.
 + Declare binary package relations in rules file.
 + Document suggested packages in long description.
   * Bump dephelper compatibility level to 8.
   * Bump standards-version to 3.9.4.
   * Use anonscm.debian.org URL for control file Vcs-Git field.
   * Update copyright file: Fix use comment pseudo-paragraphs to obey
 silly restrictions of copyright format 1.0.
   * Update copyright file:
 + Update copyright holders and coverage.
 + Fix merge double copyright fields.
Checksums-Sha1: 
 eb0d8bb77924b254c0315313439daa28c9e9acac 2230 pinot_1.05-1.dsc
 97a3330156d30196cdced10fe86d0774de95f8f5 1064984 pinot_1.05.orig.tar.gz
 8540d1d0211fb59339150e7703232c3ac30ac3ae 19949 pinot_1.05-1.debian.tar.gz
 641f5105ce0aab18c8d410805203b09035ff8499 2413092 pinot_1.05-1_amd64.deb
Checksums-Sha256: 
 699918d4378af459812821beda93976b39aeb78fe30a6f86d3ca8c44316f22ac 2230 
pinot_1.05-1.dsc
 edcd9c3b5697735872c9e4f86d1103c8ed58f558b03a6d1df25722b674148fd9 1064984 
pinot_1.05.orig.tar.gz
 0852c9ccda45e7204d2b12c84facb6f3ec7aeed3a4ab956361d01db02e6cd4c7 19949 
pinot_1.05-1.debian.tar.gz
 12902aa561273e43872ea90b9ff555f843e3f61401dd4be464c3d19c085cd035 2413092 
pinot_1.05-1_amd64.deb
Files: 
 63bf4875075841b8ba758734ffb161f8 2230 x11 optional pinot_1.05-1.dsc
 b35fa660ac25d842b4ca7d9ca9ab54ad 1064984 x11 optional pinot_1.05.orig.tar.gz
 4bd5c9086f90ab70c462c6bf0c64a876 19949 x11 optional pinot_1.05-1.debian.tar.gz
 7c9a937e3154506078a8cd0ccf6173a2 2413092 x11 optional pinot_1.05-1_amd64.deb

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

iQIcBAEBCgAGBQJRNf/DAAoJECx8MUbBoAEhFvQP/1ggQ8lly7T2sIMfEe9HVFVK
/U9f1ZnJDeNUUW5A8gi3dMBTqpuvg9sILCZuEvdfO4Qxnz85tiZniA0Gyh7Z14mU
tJ/s+jbT3K53TUGFAQE+s5at5oWCagYDLGT05hH9Q9anIPLppF2/Fq3kIyb8WFqG
GOAaDVQktdVmuSvGpQ+B2j2HJP5c+aCfpdxPEWnVtCqMWcnBIIMnWj/KtBx8W+Sm
B+aq/7uUUfPZbyNiruMEePnQZlYNZ9PZ/RPKkcoSUwWQmabjHrIp44xjKu/7zllD
iqxnCEdfouyjSBVTsfeyRNOrtggTbfQk9/TYW/WFdviIM3dHpMJofRQIbusPo8QY
05tsdB6F2U2B65pGCrIOBlYP4i8+FfdkpTuRI+cqjLhoZ+YurDi+OKKOaXQKXf52
xYPj6VgeezAENdMPQdSH5m1CCbuHXV3q0TH5WDwxPja/XD5ueH3/PS4BnvRg7ykv
JoAafFboQkD7cEb/P3JVr0RONQcRb7ITnKfba1cDaM2wEOuWoRfkJ3cBzhRp5tiB
kSMQPEVduIdu3S4k3UzPZ02ZHdYuIQ1xINyYosLMk2G0xxCNrt1HIjhuGNJDJMMh
dnpDmcTmMq0+3stP2A9tbIGl8cxxJ7IFyKePnrYHxcfpCQbwXwVMdzmKPm3QLYLu
SOcwyv85kPKh21cYGwkL
=odbA
-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/e1uctab-0002qs...@franck.debian.org



Accepted gtk+2.0 2.24.17-1 (source all i386)

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

Format: 1.8
Date: Mon, 04 Mar 2013 23:18:24 +0100
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk2.0-0-udeb libgtk2.0-common libgtk2.0-bin 
libgtk2.0-dev libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf 
gir1.2-gtk-2.0 libgail18 libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source all i386
Version: 2.24.17-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-gtk-2.0 - GTK+ graphical user interface library -- gir bindings
 gtk2-engines-pixbuf - pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - example files for GTK+ 2.0
 libgail-common - GNOME Accessibility Implementation Library -- common modules
 libgail-dbg - Gail libraries and debugging symbols
 libgail-dev - GNOME Accessibility Implementation Library -- development files
 libgail-doc - documentation files of the Gail library
 libgail18  - GNOME Accessibility Implementation Library -- shared libraries
 libgtk2.0-0 - GTK+ graphical user interface library
 libgtk2.0-0-dbg - GTK+ libraries and debugging symbols
 libgtk2.0-0-udeb - GTK+ graphical user interface library - minimal runtime 
(udeb)
 libgtk2.0-bin - programs for the GTK+ graphical user interface library
 libgtk2.0-common - common files for the GTK+ graphical user interface library
 libgtk2.0-dev - development files for the GTK+ library
 libgtk2.0-doc - documentation for the GTK+ graphical user interface library
Changes: 
 gtk+2.0 (2.24.17-1) experimental; urgency=low
 .
   [ Iain Lane ]
   * Remove dh_installdoc calls which install files that are supposed to be
 symlinked to the -common package. These symlinks get overwritten later on
 (by dh_compress), turning back into real files and breaking multiarch
 coinstallability (LP: #1132881)
   * Symlink AUTHORS files to -common too
 .
   [ Emilio Pozuelo Monfort ]
   * New upstream release.
Checksums-Sha1: 
 8e81def38de454400aaa60c150765be285eba9c7 2994 gtk+2.0_2.24.17-1.dsc
 1c539a1564fbcb0a9b60b03188dc808f7b678531 13288028 gtk+2.0_2.24.17.orig.tar.xz
 99e37aadca85a754f14096a6f01b8673a49cb5ac 105900 gtk+2.0_2.24.17-1.debian.tar.gz
 9576cc2b257fd3e10bd2cf7151485dc067bf8bf2 3110302 
libgtk2.0-common_2.24.17-1_all.deb
 6ae112aa07bad183c244da821da17aa2257d5c15 2754294 
libgtk2.0-doc_2.24.17-1_all.deb
 be7c6ae2b061f95d3ac43906bb5a44e23526d0a1 508872 libgail-doc_2.24.17-1_all.deb
 7696f52e4d150b0fbe9aacded9639c7f57cbfd16 2226308 libgtk2.0-0_2.24.17-1_i386.deb
 8adc8a429585881f7fedaabdc1895e4b27a03d14 1650150 
libgtk2.0-0-udeb_2.24.17-1_i386.udeb
 74fb8c026e9bac530cc31045977f1c4a3a936e4c 504348 
libgtk2.0-bin_2.24.17-1_i386.deb
 969b3202848cce06f79aea7f2cb15ab128847570 2988500 
libgtk2.0-dev_2.24.17-1_i386.deb
 bb53ff2ee1d42562719c4c71024ae7721e4be60b 5182914 
libgtk2.0-0-dbg_2.24.17-1_i386.deb
 b7469008cd2c8e1d2787c3c225a2abc8962fd351 743270 
gtk2.0-examples_2.24.17-1_i386.deb
 a727b9dcacf5286520e1bc206c6aec370227abf1 513228 
gtk2-engines-pixbuf_2.24.17-1_i386.deb
 31f5ed8e33cab3e6918eb79d49f1ca8bd5abf35f 666256 
gir1.2-gtk-2.0_2.24.17-1_i386.deb
 7662cb9fb1426bf73f9a2d3d3ed6426762a4ce73 509236 libgail18_2.24.17-1_i386.deb
 0fadef310d6944e6b707d74f43e9d0530a1c8b53 610132 
libgail-common_2.24.17-1_i386.deb
 402494f5f888a6371c15d463cf5804dcdfa09656 509060 libgail-dev_2.24.17-1_i386.deb
 d0701b013c3f1a18fe16ad6fad2f1e36aba817cc 955966 libgail-dbg_2.24.17-1_i386.deb
Checksums-Sha256: 
 1dc5d43da4c3e4f31e1036aa55fcec2c2817a99600ccbbefc809cac07833aedc 2994 
gtk+2.0_2.24.17-1.dsc
 e947b2b460156d98e8e38930b82458e1d613a71eb26e927f966f7081a640f415 13288028 
gtk+2.0_2.24.17.orig.tar.xz
 f0f0ad2670484d4b841f06822353479ff53fbccdfa58385c940fd311223ab891 105900 
gtk+2.0_2.24.17-1.debian.tar.gz
 a0df7d279026b367c6fda9ffb4daffe05ca805a73bfe2300a39c376b35c3d98c 3110302 
libgtk2.0-common_2.24.17-1_all.deb
 844a22c8b7bf4299219df5be299eae40ff03ba6b0bc16b5697e0abb57955cb61 2754294 
libgtk2.0-doc_2.24.17-1_all.deb
 7607178bc55c3c670556a0467b4f0667f6a7639b1d75b1ad625b4852ef666ec4 508872 
libgail-doc_2.24.17-1_all.deb
 a41801f97312730b1ff789c0da3830891764d0bee3d00ee79ffc695c552d11c9 2226308 
libgtk2.0-0_2.24.17-1_i386.deb
 03e6bbad6e1a5e1ce9bbf30de2b7474d91282a6cedac226a1abfe037080a14c9 1650150 
libgtk2.0-0-udeb_2.24.17-1_i386.udeb
 47eb81860f470ebb05f9598ece44fe060800034164f639f85b5c07218b1eb82f 504348 
libgtk2.0-bin_2.24.17-1_i386.deb
 0e79349ba2cc042de9fe85675d5c61ac80478e51bc643b9093b4d2e5020c7739 2988500 
libgtk2.0-dev_2.24.17-1_i386.deb
 7c8f6af2f32c5097426ac059490275fb2767a4b6ad4a8b8f45b91503bb8c44fe 5182914 
libgtk2.0-0-dbg_2.24.17-1_i386.deb
 53d65d52653fa10784f7129a766d23c29d987205fb3bf437129dc9afec400133 743270 
gtk2.0-examples_2.24.17-1_i386.deb
 f96a34c858d00a3f13540b7c351a3138a4cf7246d70fb50d5ea2e6dc0033b90f 513228 
gtk2-engines-pixbuf_2.24.17-1_i386.deb
 dc7ec28deddfbca0e3a69941c65abc5577991522e7bd563c928f0cbddaaf87eb 666256 

Accepted python-gevent 0.13.6-1+nmu2 (source amd64 all)

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

Format: 1.8
Date: Sun, 03 Mar 2013 15:46:09 +0100
Source: python-gevent
Binary: python-gevent-dbg python-gevent-doc python-gevent
Architecture: source amd64 all
Version: 0.13.6-1+nmu2
Distribution: unstable
Urgency: low
Maintainer: Örjan Persson ora...@fobie.net
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 python-gevent - gevent is a coroutine-based Python networking library
 python-gevent-dbg - gevent is a coroutine-based Python networking library - 
debugging
 python-gevent-doc - gevent is a coroutine-based Python networking library - 
documenta
Closes: 661342
Changes: 
 python-gevent (0.13.6-1+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control:
 - Add python-all-dbg to Build-Depends to build extensions modules for
   debug variants too. (Closes: #661342)
 - Add ${python:Depends}, ${shlibs:Depends}, python-greenlet-dbg to
   python-gevent-dbg's Depends.
   * debian/rules: Install debugging symbols into the correct location so that
 they are actually usable.
Checksums-Sha1: 
 b7166183b35a60f739ac0a09b373a29bf3b71007 2074 python-gevent_0.13.6-1+nmu2.dsc
 776fd7bf33a928746105c6368dba00247c623901 6011 
python-gevent_0.13.6-1+nmu2.debian.tar.gz
 8e889f735e4d43c3be62048da3509f8d73e82c48 671912 
python-gevent-dbg_0.13.6-1+nmu2_amd64.deb
 7d0d917b8508c553203f1a9331244c4d7d139082 133208 
python-gevent-doc_0.13.6-1+nmu2_all.deb
 eb4f6de98b686dfc485d33b55a1c2337db48c898 228752 
python-gevent_0.13.6-1+nmu2_amd64.deb
Checksums-Sha256: 
 d8623cb488e13ae3a7dbc03923bbf50891f154396c241756eeb9c7215a024c69 2074 
python-gevent_0.13.6-1+nmu2.dsc
 cf164d73df305c82e690ca0088bbafc2d92f006a1406cb936c004c52cb18d051 6011 
python-gevent_0.13.6-1+nmu2.debian.tar.gz
 03af566d31c3dcd3589569c50363b07f4f1f9944973057326adc9030e48bc8a1 671912 
python-gevent-dbg_0.13.6-1+nmu2_amd64.deb
 09c81f182c6742df36a4b03d0607ec6d379addfc8a323b09d7e83a7a4758aaa0 133208 
python-gevent-doc_0.13.6-1+nmu2_all.deb
 26b8a72be3bb67a2132900e7f297e7ff481aae615be4af18f9431b24dc552009 228752 
python-gevent_0.13.6-1+nmu2_amd64.deb
Files: 
 1b415eae546c66439047d69d9b98fb10 2074 python extra 
python-gevent_0.13.6-1+nmu2.dsc
 091442fd43e0df5e0f9087d42ca427de 6011 python extra 
python-gevent_0.13.6-1+nmu2.debian.tar.gz
 9f9dfed05ecc4bf0d3fb023f4d906526 671912 debug extra 
python-gevent-dbg_0.13.6-1+nmu2_amd64.deb
 61f7a1b976d02e52f188f354943d17c1 133208 doc optional 
python-gevent-doc_0.13.6-1+nmu2_all.deb
 c0d7bbe495fad95ff65b825de990d491 228752 python extra 
python-gevent_0.13.6-1+nmu2_amd64.deb

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

iQIcBAEBCAAGBQJRM2L5AAoJEGny/FFupxmT64oP/jBAlQoPmAlCHPKNm+on3Twl
a2TiG1ArV3okN+m8Yw6NG8I6Mzcto5LgIIWvj15WaFCTc/EM0fsIuH4b8QbVHo1I
SY/MJ/I3WU+BaXZOeQSwR9SDAt6X1jz7Fcgx/2znNjGjzIaU71UcFLYsEdrB2+ZZ
We8klhVV/XqhCqkpVLTybYyOqxiNTdf9JxHhsYP9wst2WrJw7mVjiujBeALdGYDx
XPSWVF+OWieMVmbMr46znCHjafdADdv4An1tyWdJJR/km+Cv3D1Q2jGh5f8SzlNO
LWi3lKfYnT7c16au2L+UAtx9gw3rEjFJOqyfR5Ryugq41pd5qO7agTz9IWdZb/tz
YDAjSSpC3Ue8YnwxePCnZ1FyBMMDmPodoAbkdMC2gbiwe2Cl0Ey+cFEOWs/D7QF1
4zI3UabkCGIe4C5XVmyvoHLsXgjlI2OyOqqXLi2xoD+5otq5rf6YLmDmLkd8a4uW
+BtVfC936Nm8EP3WJb6Xb+WaWd5pDs399dk1fguu0jA9ZmWArrptoRto2TDgJEyD
M9mSjT7d4+cBYKERWnipLTv//BNOSo60wmWZfl0WoQLWyzET+rUy/dFh/MJlhACF
u84lzeDjLWNe0/0GPcNa9rNq72zgeaWA7C5ZwL299OXuZ0eonpWad9x6l8HqfyVP
ZBsYqQ/4ndYfjUZYZKeF
=YYVV
-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/e1uctd2-0006gr...@franck.debian.org



Accepted libanyevent-i3-perl 0.15-1 (source all)

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

Format: 1.8
Date: Tue, 05 Mar 2013 08:05:21 +0100
Source: libanyevent-i3-perl
Binary: libanyevent-i3-perl
Architecture: source all
Version: 0.15-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: 
 libanyevent-i3-perl - Perl module to communicate with the i3 window manager
Changes: 
 libanyevent-i3-perl (0.15-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Xavier Guimard ]
   * Imported Upstream version 0.15
   * Update debian/copyright:
 + update years
 + add Module::Install license
   * Remove libanyevent-i3-perl.docs
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update description
   * Remove README from docs
Checksums-Sha1: 
 6e0d094e20ddbb9a868de2540bda7bfd850747c1 2149 libanyevent-i3-perl_0.15-1.dsc
 c7ab9b57024e06c3a499bc8757962bb951f4deac 24665 
libanyevent-i3-perl_0.15.orig.tar.gz
 88f34c3b06bd7280ebb8c1dc40920fdd646302b6 2002 
libanyevent-i3-perl_0.15-1.debian.tar.gz
 42372e6a71fbbb627ad557a6d38f5341fda65615 12822 
libanyevent-i3-perl_0.15-1_all.deb
Checksums-Sha256: 
 0793d721d8cf4cfa75fe77467ea2fa7a350493f119a2fd4c80ed69e1b6beafdf 2149 
libanyevent-i3-perl_0.15-1.dsc
 116f28225cb8d422eb6f30941c0430b786d340c731b763bb7a6d1d630c881f75 24665 
libanyevent-i3-perl_0.15.orig.tar.gz
 204faae3923a69b5516a12c03179c195dffb7ba0530c761b005cf5d3177dabd3 2002 
libanyevent-i3-perl_0.15-1.debian.tar.gz
 13d84e1ca5eb6f0bf9c514f0a2cd2fcb1a2525c10e05e337f5e067cca093 12822 
libanyevent-i3-perl_0.15-1_all.deb
Files: 
 515ad31d01ac5eff14b89d492ef30300 2149 perl optional 
libanyevent-i3-perl_0.15-1.dsc
 a282c832cee131e3c53dc5891a99a149 24665 perl optional 
libanyevent-i3-perl_0.15.orig.tar.gz
 371349ccec7a80965a1382d383e82e9e 2002 perl optional 
libanyevent-i3-perl_0.15-1.debian.tar.gz
 1ee5572f6a9b10116b1aeb5ed0f4508d 12822 perl optional 
libanyevent-i3-perl_0.15-1_all.deb

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

iQIcBAEBCAAGBQJRNhqoAAoJELs6aAGGSaoG+uEP/3Z7bGgZGnprD3WId0n3XoV/
lyCaspTdOu8Maud3wKiPg4RqoOFBwjy6cW18GrU4A12NCo38CwnHyUpdcXfqOT1B
ebkUrjYs2peAUCYJGS82FCtXtyAzDb6VBdoyPt3tRp/0JkY/V1ZxbUwzBrtOohqj
g+2DHCZGYZX4MDv/zB0dObjSHq8Jdf/1IYVvLBQI+QMy2LXStik+tr0sBAa+n3nT
OJG8TAiyjFdZPIsAgNv6QXZgY3+sfyf0Fl91SDNXICCm8IzhFjyseLcxioGsumhy
kYxrtCuWhWGrnCv8A6f3adQ5koeH9Y58tRCvcYI9pTIyczn8YalMIKSg+BO6D2cC
I4/Fr2bo6SIExq6gnyj1TZnTLsHPm2eh2ZP3PsXGVyurioxvKEUhrtuibEwB5gpV
OCS4sg6hxpbRxlhiE1HVc82fBOBVqJrCIFfKFkYVxo4JguZezFikU+YTwj7qpf2A
OtnR8Ygnv2h5wa2c61sy9rogUGf4/SOWV+iWW6fu/076PrNvFD3m+1/uYwN29sja
94vKlNAKrxzCwNLDUkSvdoQWtxo76ke/qNhGR7plnBR2OAVPxoK8nZKYwUpTXInv
dNn4wOeQ/+QD4wh+x/58P9wBTmKaomDrFktVTJuHGdIDfgCu3ePdeHo3eWUIj0pl
FeJmld7GFod4oxqHiTQW
=5kH0
-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/e1ucun0-0001oe...@franck.debian.org



Accepted libencode-perl 2.48-1 (source amd64)

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

Format: 1.8
Date: Tue, 05 Mar 2013 08:15:42 +0100
Source: libencode-perl
Binary: libencode-perl
Architecture: source amd64
Version: 2.48-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: 
 libencode-perl - module providing interfaces between Perl's strings and the 
system
Changes: 
 libencode-perl (2.48-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * Use XZ compression for source and binary packages.
 .
   [ gregor herrmann ]
   * Add a Pre-Depends on dpkg (= 1.15.6~) for the xz compression.
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Xavier Guimard ]
   * Imported Upstream version 2.48
   * Bump Standards-Version to 3.9.4
   * Use debhelper 9.20120312
   * Update debian/copyright (years and format)
   * Add hardening-no-fortify-functions in lintian-overrides to hide
 false-positive lintian warning
   * Remove spelling patch now included in upstream
Checksums-Sha1: 
 bae84b9fc2b7149c3884bec97e3e4c4400b7100d 2151 libencode-perl_2.48-1.dsc
 4f3bd9b0d9ed9b4e76ed37e9e32539f8d304afe4 2003719 
libencode-perl_2.48.orig.tar.gz
 4c90e1228b781cc057ad1954f990a5a7bbf0041f 3196 
libencode-perl_2.48-1.debian.tar.xz
 f836a728a6b22f56269f614f72a1cfdb588bf1d6 1396636 
libencode-perl_2.48-1_amd64.deb
Checksums-Sha256: 
 4205387b5f005b29653a3e9c9b179a900634b4c7643814b023d4d21b0d6e4777 2151 
libencode-perl_2.48-1.dsc
 9dc9638a2b22100de38d6f37c3f630f014f604d278252172283b28eb3aac1649 2003719 
libencode-perl_2.48.orig.tar.gz
 b4f38aee884e730dea65f926dba7b3d9d832ad9742dd2c3d2c17e8b53538c91a 3196 
libencode-perl_2.48-1.debian.tar.xz
 341f19a716f36f1056c44689f8996c42d94486635f0647d505a19030fa9b786b 1396636 
libencode-perl_2.48-1_amd64.deb
Files: 
 65ecc6fcc3fd6bb996e3d93f256fbbf9 2151 perl extra libencode-perl_2.48-1.dsc
 355a57c7d52a2ce0a64af5c736e321c1 2003719 perl extra 
libencode-perl_2.48.orig.tar.gz
 807b03280dfb47f78999d7605b6b6165 3196 perl extra 
libencode-perl_2.48-1.debian.tar.xz
 9e969d7a3dcac65fcfe2e016922734af 1396636 perl extra 
libencode-perl_2.48-1_amd64.deb

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

iQIcBAEBCAAGBQJRNhsWAAoJELs6aAGGSaoGvPkQAJy/frflnJ3Zv/inKz6kLuj/
YILwU2xNfPhv9QTKtJOS2fwo+l29MEPoXKB3tvvPKuKAzvFfkfBuY6shYj61hfSO
gaqxj8shpHPZSlt7ccnLP4to9o/gtXhK9HvgNwmUR5VtWAb/tHmNgkU6NpJMEpZZ
Bt2CDLEziUIYaUWe+OBO2l+CklV2Mdt+hQdgFbcoX/QZUgjJfZNvbVTblAQ2d1rc
cUI+TQKHPaKkg7SDkIujtKHRTfoJlq/J8sUJrlGTsCNQZSlK9dQ87bMk6fI8uQzi
ceC8Drzb8lX5K2n7/Ly056MMIpR8myEhEdBTyIfq5xIXec18rMo3jXsA/N1ENR/E
bnQ3C0SKs0ovrTF8uxql9MUhxeXPPRTOBW/e1bV/OeSqPEmQEOqdHHM978ft46ZU
LbsT36mmTDoEyVHdhuWQSpJQjZijZvy5f9cmZDbLu8w6SUgcy3aW5xdo/J+A/XMk
K8th963+wT7zj8dhOPhRlKr56eCEqd4q8KHJ37dwjKMf2/SO8Fx/EKla9lYY/kra
sXz100fGOrUt4/zsdzsDCuKnPyfyEBoIvaKtVhwuzjIvvOKXEuLiSUJi67K2PRUC
FtlY9x4nWuZEPCVenY2obRKenyXXjdZo2Gf5fRSMb/fFFAafKWCL8QMPWSljc/nP
2khX85QYOO4xaZo8FTuc
=+b36
-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/e1ucun7-0001s8...@franck.debian.org



Accepted picolisp 3.1.1.15-1 (source amd64)

2013-03-05 Thread 陳侃如
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Mar 2013 00:21:35 +0800
Source: picolisp
Binary: picolisp
Architecture: source amd64
Version: 3.1.1.15-1
Distribution: unstable
Urgency: low
Maintainer: Kan-Ru Chen (陳侃如) kos...@debian.org
Changed-By: Kan-Ru Chen (陳侃如) kos...@debian.org
Description: 
 picolisp   - Lisp interpreter and application server framework
Changes: 
 picolisp (3.1.1.15-1) unstable; urgency=low
 .
   * New upstream release.
   * Sync to upstream tip.
Checksums-Sha1: 
 69c29e052705a7c4d563ff879428c852ef8e35b4 2154 picolisp_3.1.1.15-1.dsc
 38ad57e7fd4658996e35dc215234564b89a4dac6 863681 picolisp_3.1.1.15.orig.tar.gz
 f0d903e5e2282e039b6af53687bfc2dfd92b8817 15554 
picolisp_3.1.1.15-1.debian.tar.gz
 41edbfc7543df3e98f27629321b4c7b66541c9fe 945744 picolisp_3.1.1.15-1_amd64.deb
Checksums-Sha256: 
 80f7ab44b9d4db0c4734bf8afe7cdf5769ea0da6e870c420f999ab04f2e16299 2154 
picolisp_3.1.1.15-1.dsc
 a759f1583881bde2bd598678cb0670f2730db75322e4b86da853b3f6f225a03f 863681 
picolisp_3.1.1.15.orig.tar.gz
 1fec38a62a2bf56c05d195ce5d12f11f930efc9b1528e9239941b5e04d8c1607 15554 
picolisp_3.1.1.15-1.debian.tar.gz
 227b26ca2ec7893b2788701a0c840b5afc5b7de66c570e441376693a7870ef48 945744 
picolisp_3.1.1.15-1_amd64.deb
Files: 
 5057d1072d02373bf2a331ce98a67c0f 2154 lisp optional picolisp_3.1.1.15-1.dsc
 a6fb4e9ab5c83494f3b3e86f2c8da1d8 863681 lisp optional 
picolisp_3.1.1.15.orig.tar.gz
 ed9945a0db3c9082231a5544ffe866e0 15554 lisp optional 
picolisp_3.1.1.15-1.debian.tar.gz
 e097b7bcd966062f6683023a7fd9ca76 945744 lisp optional 
picolisp_3.1.1.15-1_amd64.deb

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

iQIcBAEBCgAGBQJRNhzWAAoJEAo5NUq25X3hHPQP/3ehwuoEMsVwuoOyar2AGLDD
SnqCDiUDh5hl9tUODaAr55MuriwZ9QnBnENhTp4yubYx6dTEz/epByONOaaRGdYq
MSqwi1+c2tCxGcY1piHGPqsAKaKBuhQsoxNdezbjIOfeLuZI+4ljjSK0qiVZNiuy
uSkXTB2lnr8a8doJsv4oMEzokmRXZGsBt699eXto/stpE+Vjd7aISqi9sqqCNEdY
ShpN5iPLAmcorIsJYDzztXF+qYZVIHbASOI9GUrdByC6QkGhWNZ5BL0phYfE35wi
NPBeOOGSCDfgT4PoW53/byVgnLIOREw6sHQ2te6Uh63aFHBbWeH5GSaiXcpFLwEa
n9XhkBawozNYwMYglype5wRkubZnii+/iqNVzyGviBA1PvhK5YTLeD5xUCz386ZZ
dG4RGRHV1jy/kdNf2xhKtvBzdVXJBNLMvS07EC6cKDBFHU3j366SJranpByee8rl
b2Xea4PHEWAN1WeJZjflubFIsWV3dTbuNZuldYkyZKVpJQWsJ0R6MiBSfxtYsUDn
tdNUtFKTwv78Db2QLqGP/E/tinDBE0iMlqZEDSWkUmNN+ZAPCK1CRPvnTKhA0Mu+
V5Kh7AjzK6IIeONPqTK5NUvNTXQVY+LkH3tIKqrYvSE8o25Z886dOTBBd4AIsTpB
BWHCpTPEWG54YTP6AfoQ
=M6ZM
-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/e1ucv21-00058z...@franck.debian.org



Accepted rsyslog 7.2.6-1 (source amd64 all)

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

Format: 1.8
Date: Tue, 05 Mar 2013 17:36:18 +0100
Source: rsyslog
Binary: rsyslog rsyslog-doc rsyslog-mysql rsyslog-pgsql rsyslog-mongodb 
rsyslog-gssapi rsyslog-gnutls rsyslog-relp
Architecture: source amd64 all
Version: 7.2.6-1
Distribution: experimental
Urgency: low
Maintainer: Michael Biebl bi...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 rsyslog- reliable system and kernel logging daemon
 rsyslog-doc - documentation for rsyslog
 rsyslog-gnutls - TLS protocol support for rsyslog
 rsyslog-gssapi - GSSAPI authentication and encryption support for rsyslog
 rsyslog-mongodb - MongoDB output plugin for rsyslog
 rsyslog-mysql - MySQL output plugin for rsyslog
 rsyslog-pgsql - PostgreSQL output plugin for rsyslog
 rsyslog-relp - RELP protocol support for rsyslog
Changes: 
 rsyslog (7.2.6-1) experimental; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.9.4. No further changes.
Checksums-Sha1: 
 2be1001c7cbc83d64f1a53eb065e1b0b8080d610 2422 rsyslog_7.2.6-1.dsc
 1effda4a563cd5022973ccf10bf6a94e33ab5435 2713394 rsyslog_7.2.6.orig.tar.gz
 537f7e179a55a3580d1a8a4bfc5b1809a40e76f5 29062 rsyslog_7.2.6-1.debian.tar.gz
 b42accddf7e104bb4f41b2cebdb8c434bcd39e08 662750 rsyslog_7.2.6-1_amd64.deb
 e7b3756dcab20a19cbb52c0143f7e3929c464478 1175674 rsyslog-doc_7.2.6-1_all.deb
 8cc94bdc7861866c8f0a7decc3092d462cf50638 141032 rsyslog-mysql_7.2.6-1_amd64.deb
 81c826c127751d66147804afcf2da4c29dd9e9b5 139542 rsyslog-pgsql_7.2.6-1_amd64.deb
 843c023a51f150af1bd9f217044ff1499c24f42b 141708 
rsyslog-mongodb_7.2.6-1_amd64.deb
 ce3e9a1479e07436d7df5aa212726d4e244f992e 147862 
rsyslog-gssapi_7.2.6-1_amd64.deb
 9192dacac100cf5a7826f4e09a7614faceef5684 146644 
rsyslog-gnutls_7.2.6-1_amd64.deb
 32e21848db76233a789d1faf313e0ade8816177f 141922 rsyslog-relp_7.2.6-1_amd64.deb
Checksums-Sha256: 
 4009fa05949db44e12aa493af170fc7b096ac242020e8a25d40b435f81f538a2 2422 
rsyslog_7.2.6-1.dsc
 19a5c60816ebce6c86468eb8c5fe1c4cc1febf23c9167ce59d2327fe5e047ed9 2713394 
rsyslog_7.2.6.orig.tar.gz
 72c51045cabd0830246e0021f9e8d64a0311d5a316fdc19ef47ee330653d7595 29062 
rsyslog_7.2.6-1.debian.tar.gz
 1b23b7f687388afcbd183483b7ce2b07d178222a2ecd67eca1761877fdd631d2 662750 
rsyslog_7.2.6-1_amd64.deb
 6ec382353ceb96194663bd16be37c7ad5882c7e68cd48d1f2dae9c3f6ace48e7 1175674 
rsyslog-doc_7.2.6-1_all.deb
 bab05009219648a9df75211788c4f4ee74c8733f6c59d7090e7f357a355e060a 141032 
rsyslog-mysql_7.2.6-1_amd64.deb
 a55b61f64f622d81854ccb2b87d66c72e68cbd5ab0614be17d43053909fd7593 139542 
rsyslog-pgsql_7.2.6-1_amd64.deb
 8a4511fbad3c016eb508b3cf787a35784afb78505c8c2cdc78b68017cf45fde8 141708 
rsyslog-mongodb_7.2.6-1_amd64.deb
 6230e2a1188f860467d1d987592ed32d9e368bbd4ee6bafa8558eb985718065b 147862 
rsyslog-gssapi_7.2.6-1_amd64.deb
 0b4b2246e203932623c8c293f450da28d6c352d4f619c5c7a9dd85d4472926ac 146644 
rsyslog-gnutls_7.2.6-1_amd64.deb
 0098b34085320e826b9e3bcc82f9ee901102a0cbaa9b0375dc2cbac59af8a808 141922 
rsyslog-relp_7.2.6-1_amd64.deb
Files: 
 f78a329c5116f6907ca3ca7b8e37da22 2422 admin important rsyslog_7.2.6-1.dsc
 2b2bfbc3f87fe85add651dc07a6f21ea 2713394 admin important 
rsyslog_7.2.6.orig.tar.gz
 151245c5e4e12ed914a06b2b35fefc19 29062 admin important 
rsyslog_7.2.6-1.debian.tar.gz
 4ef8c1b4594f655d98e437afc4a92049 662750 admin important 
rsyslog_7.2.6-1_amd64.deb
 7e3b3daa44f9776e607ecfe1eccd7c7f 1175674 doc extra rsyslog-doc_7.2.6-1_all.deb
 7628d19fcebf96938bea133289c440c0 141032 admin extra 
rsyslog-mysql_7.2.6-1_amd64.deb
 b8b924e74da8124c8c4ab9f577cd55f9 139542 admin extra 
rsyslog-pgsql_7.2.6-1_amd64.deb
 a5ca0127a256a071a8dcafd2c303a4c5 141708 admin extra 
rsyslog-mongodb_7.2.6-1_amd64.deb
 018b117981a8f8fd0fc42b7ecf929298 147862 admin extra 
rsyslog-gssapi_7.2.6-1_amd64.deb
 9a27fbbd3d654836fb844b6e101fc943 146644 admin extra 
rsyslog-gnutls_7.2.6-1_amd64.deb
 e992f9699a080c38eb1314b0a658afc1 141922 admin extra 
rsyslog-relp_7.2.6-1_amd64.deb

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

iQIcBAEBCAAGBQJRNiBJAAoJEGrh3w1gjyLcmMoP/2zMKNy2BW0qDBW3t9y/CIO9
n7R5Xa2P1JuiMJHvzHGI+00n2aDirRc7Kjk1pVleNx31OwCa2Ak58gLTfWViMcZ0
2ITfC+LLg5k45C2Lh6FhA83/C8bO4g96GV2D1fIACGE4vmJbfY7PWB/rbWiAE3Bi
gc83owh5rvPgr4J4MygHJ5iY57Vu56Lv4ZWmTzkoFRAaEUTxM5bPdX1rIs6zhJ6G
ggtoGHreOueXvQoI/G8UlCAIRClOKpUf+4HHA5CkZmvR/DGhp8dIa7etRv4o0I3E
PvBoH/JlC8L4MczEOXZ8bDJ6qnfiAgQKKjqEn/r28GI7IKPAnSylWmtpB3gUkteH
+ceuj+2HinynK1qkAO0lmHzfOlt1qMH5oLPPT8se1stNmLie5HdmzWS3dAbdwgUh
HwV1VaTySwr8mYw0QFEe+eqBDGOgm3S35+XNNWPgkhVg4vGFA+ySjeWRp3FF4RTO
59K9HMt1KR+iU1UGhfQ80ZVsFD8vlxmwaWOHZxaplbpfQzDnarWu81vnQhcFEIuA
37ke+Eo7P2rgIF2O8DHqFDuMB42qSseZeS0fO/2ZlDt96FWGzj7RK+4/2GfuWs7w
xihIZ7kKcsibe04adGiL4bBjpyy0EyLS/P/F9OiU6n3Fq3jsly4qv8Nd258hmZIT
i7jFD1bwfvu6AHdNGdzf
=CdhL
-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: 

Accepted blender 2.66-2 (source amd64)

2013-03-05 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 16:40:16 +0100
Source: blender
Binary: blender blender-dbg
Architecture: source amd64
Version: 2.66-2
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 blender- Very fast and versatile 3D modeller/renderer
 blender-dbg - debug symbols for Blender
Changes: 
 blender (2.66-2) experimental; urgency=low
 .
   * debian/rules: fix FTBFS on some archs without OIIO support.
 Thanks to Pino Toscano (pino) for the hint
   * debian/control: OIIO b-dep bumped to (= 1.1.0)
Checksums-Sha1: 
 9c6ac324a229abf035550527a1f8383f3d406f7c 2687 blender_2.66-2.dsc
 1954b9f9f18b8b9ef7488bc0de34d90cd170e0d5 38393 blender_2.66-2.debian.tar.gz
 caa9b2f33bfa0e565227b115549909b3aa135e9a 34003962 blender_2.66-2_amd64.deb
 12f1b35b1bea47a1e5a96e7e898d76289e88c631 146078724 blender-dbg_2.66-2_amd64.deb
Checksums-Sha256: 
 8cf4f495fcc1a13f7f5c721b9b1a64beea37150cd87b8c54ff70dbd5e6f2c480 2687 
blender_2.66-2.dsc
 195fbd564eccd5ea425715238c956ad1036dbc5d38f78c6fa767768da81246d0 38393 
blender_2.66-2.debian.tar.gz
 70c53be82ac1b226e2a1f105ac965c19161871b0b95987bb16ffec35834b8911 34003962 
blender_2.66-2_amd64.deb
 06cdd6884f7e334724512ddbf00550f908a222ecd12b5796241ac22581708431 146078724 
blender-dbg_2.66-2_amd64.deb
Files: 
 c3f5daa5f41f610b01961bca058d7625 2687 graphics optional blender_2.66-2.dsc
 38c750c3c0a02cb313f05a14858c 38393 graphics optional 
blender_2.66-2.debian.tar.gz
 bcef691af7168293166e71d89e25d9f1 34003962 graphics optional 
blender_2.66-2_amd64.deb
 c0d51ee3496bb333f82af888d8e13909 146078724 debug extra 
blender-dbg_2.66-2_amd64.deb

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

iQIcBAEBAgAGBQJRNh8YAAoJEIBiOYmDss962KIP/A/71JxL62IUGAdcEhNXaIwi
mPJKvYIg4deuseQYNldyVN1Y37ry+7zzDnsKC6VeauYsPGM7qbi7y5wpqtYimi1V
LwlfEb+RAZKu0uepw7ScMYrqwvdXZy+d5NtJpISKaM7k+VUACpCQiAdenmmdRo2+
xT/5IV44TkBdO0H9EKxKCymFl48alXHne+UZyAutERrH7X6RfsmQL37uLbmBZjJZ
Jpz+PM7kYiibXrqpQGYL6NIRy3w3qYP4CQ5sj1c6jf3stkA+kSVifQwpcvyAhpNA
XzmF5tEmDIWVTrlC0AbcY88N+YONnB3NklsZSjy/k2HPy8f085Nm6qVTpgLZn/uI
pq1owuOM/y27WCnV3m87oDM4+7xbD2kjztSgORgqi2DxFQnQUIiYwHjJkv8ev4So
k674X4Y1F0QKmlzkPRzRQhALmUBnLR/DJNfpJpK7bJMUBJHWn4vC8jZyMaLqlPGb
WBIgr7B9r/J7tF3X2OGse7fyiNyeBo5z9pbcMFjlA9/jX9tENvq/3uVeEl7myPSA
dUj6Avckgbo+F52mt9mnIOOIF7vXBeId9kc1ueipw6r69iVAdLBCba0MzLsUpLmm
jtZFG6wuZuayw3kRtW6T63TOW3LU6vZqUZK4uJlbUBmva6TGDaFZi+mVlfNMaQBY
QzZk3Hub/Sx5gsr7m/Hh
=tAY+
-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/e1ucvjd-0004hp...@franck.debian.org



Accepted mksh 44-1 (source all)

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

Format: 1.8
Date: Tue, 05 Mar 2013 17:07:37 +
Source: mksh
Binary: mksh pdksh
Architecture: source all
Version: 44-1
Distribution: experimental
Urgency: low
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mksh   - MirBSD Korn Shell
 pdksh  - transitional dummy package to migrate from pdksh to mksh
Changes: 
 mksh (44-1) experimental; urgency=low
 .
   * New upstream stable release; changes:
 - [tg] $@ always generates words; bug spotted by engla in IRC
 - [tg] Optimise print_columns display to use the screen space better
Checksums-Sha1: 
 8c2eda08b576e15ed183738862bb4b58c396e2a2 2249 mksh_44-1.dsc
 2e575f8de79305e42fc1c7fdda2c8051482a4758 346239 mksh_44.orig.tar.gz
 b0f064eb07b381cd28a8152b1352d21900527d59 81394 mksh_44-1.debian.tar.gz
 3dc110a8d450f5298b59c12a79e49d7353bf4d46 2820 pdksh_44-1_all.deb
Checksums-Sha256: 
 fb14fc60472c3945579b62d533e130171e99f85491d4491eb38b72232160318d 2249 
mksh_44-1.dsc
 016f2196f75211308f5bf184ead97cf0718039717ad3f44188bc941f8775 346239 
mksh_44.orig.tar.gz
 0123fe0f132b4a59c40f55b3d7ddd8da4221fe8c508b2e06fb616d1740e6cb50 81394 
mksh_44-1.debian.tar.gz
 6bd4a2a7e69a6b1a41d3cdf0e9e56e73e3424a0fe719187c223cf6bd14d2b12f 2820 
pdksh_44-1_all.deb
Files: 
 6b50dd40da51cff529b5629f0306f969 2249 shells optional mksh_44-1.dsc
 fe011686319a8c50d5e237fd5e195fd8 346239 shells optional mksh_44.orig.tar.gz
 265949b67ab02741ca7ff227ad226675 81394 shells optional mksh_44-1.debian.tar.gz
 21b5132fcecba96435af8774b7b00fd8 2820 oldlibs extra pdksh_44-1_all.deb

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

iQIcBAEBCQAGBQJRNioLAAoJEHa1NLLpkAfgP58P/2Fc3BsAEO8TeT3rD/QTTwkT
2pV79sZYlVAUG+yq66m1XNwkYCUlHSLONWRJfxuq/thwLPNzo/Q3F+AGTN4qMliD
bSmrpAopmb/5fG30Typ2zYDipkjno7wgl1hKFuCmr8g/kGHAxBvKiciSRxRVMnXw
a7EQg0XaN6MZhjBCiltWDzucLEvXal8GKTmiw9B7V18LhBFf00KC0QOBCR8RUE6z
k7G9Ph2JkWeT06FqO00eAb5Y4vG+2ICnyISKyUBGKAolQ77BYcUBlGya8u8/pgfw
F1npmOG3vrDr9PboIR9Skko86rLgpo4n3ZfX6qPLxOhL2H45LbtEXSRkMmnHYUyo
zBZAKNSJXP43t7EaLibTdNZgvTWMDUxnoztuoSSbg2bjHhI77KirtaAK+ksNpqRe
qH8ELUSlNaWvOtIzHfeH4CP8fVPNQVc05Xx9ZQoUSFiwE1PK5sbiUFZI0W5Yq5Cg
M2tUD/Umr5TfTkW/k8MLhQ1wLWOlMZRLLJWy1mQDCSv5SttHzhG/UFRaudnghzgn
BLtpNReOXKSHSpsxYlnkYskRb8YWwl+O3MUj0PdDf+DHpddwZ+rDkVoRvkR17SQU
EFAJMIMpjEosx/6oIKg7MsyH8OgU4oh4JrGN/fsqO3BDQHYVybmZDSSOt7Gx+Yv0
YEweV9gXjgOiqjQFL8hD
=ocaA
-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/e1ucvjj-0004js...@franck.debian.org



Accepted gvfs 1.15.4-1 (source all i386)

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

Format: 1.8
Date: Tue, 05 Mar 2013 18:10:08 +0100
Source: gvfs
Binary: gvfs gvfs-daemons gvfs-libs gvfs-common gvfs-fuse gvfs-backends 
gvfs-bin gvfs-dbg
Architecture: source all i386
Version: 1.15.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gvfs   - userspace virtual filesystem - GIO module
 gvfs-backends - userspace virtual filesystem - backends
 gvfs-bin   - userspace virtual filesystem - binaries
 gvfs-common - userspace virtual filesystem - common data files
 gvfs-daemons - userspace virtual filesystem - servers
 gvfs-dbg   - userspace virtual filesystem - debugging information
 gvfs-fuse  - userspace virtual filesystem - fuse server
 gvfs-libs  - userspace virtual filesystem - private libraries
Closes: 624507
Changes: 
 gvfs (1.15.4-1) experimental; urgency=low
 .
   [ Josselin Mouette ]
   * New upstream release.
   * Add dependency on desktop-file-utils since many operations won’t
 work without mimeinfo.cache.
   * 06_metadata_nfs.patch: new patch. Disable gvfsd-metadata entirely on
 remote filesystems. It is better to miss functionality than to
 hammer the server. Closes: #624507.
 .
   [ Emilio Pozuelo Monfort ]
   * New upstream release.
 + debian/control.in:
   - Update build dependencies.
   - Enable MTP support.
 + debian/patches/*:
   - Refreshed.
 + debian/patches/70_fix_autoreconf_m4.patch:
   - New patch, remove broken arguments for aclocal that make
 autoreconf abort.
Checksums-Sha1: 
 2710c063c8444302146be844f32a05449a0df76d 2448 gvfs_1.15.4-1.dsc
 545bd09b69db1cc9251331620c7a3cd7a5a528ed 1487192 gvfs_1.15.4.orig.tar.xz
 c51b14143930b4ddca831cb6589da0d8e276af47 21847 gvfs_1.15.4-1.debian.tar.gz
 f34cd4c1f75442b11a4c77d664bb5bcf77ad2d57 660286 gvfs-common_1.15.4-1_all.deb
 c4b95f550182ceabfa0e67f23a113a2aa3dd7419 275180 gvfs_1.15.4-1_i386.deb
 77fed04d83ee011746a7eff3d18d897afb26bac8 292538 gvfs-daemons_1.15.4-1_i386.deb
 19f18fdea7302b779f8a9ebd4dbae52855c33be2 272024 gvfs-libs_1.15.4-1_i386.deb
 4664223bb5b4b14a304eff5be5c9fcfe4b4c1e8d 195544 gvfs-fuse_1.15.4-1_i386.deb
 bbc471bd25c2bc9a5586eda4735b8cc5850389c8 426006 gvfs-backends_1.15.4-1_i386.deb
 4b1786665e82909fa7033dfce094f8b070f7c089 215454 gvfs-bin_1.15.4-1_i386.deb
 660fcb6f34392eb02b282ad65d5b5f9f706f6741 1658612 gvfs-dbg_1.15.4-1_i386.deb
Checksums-Sha256: 
 e0da0ddd9e46516326c9a1224ada95d43d7d35d050a0b31113455fbe96c12b55 2448 
gvfs_1.15.4-1.dsc
 d7009fcfcc0cc0e4fa4f9c912c5e061e919b8d611a922e8ac7c46a5d21382ffc 1487192 
gvfs_1.15.4.orig.tar.xz
 0bff0f336086295e2bc740ab1692aab814fc37cab371b94141e78f06bd9fa31e 21847 
gvfs_1.15.4-1.debian.tar.gz
 09ebb2f33d7adcceab94979af913fd5decb3a88b37d724062a59cb11c2372e5e 660286 
gvfs-common_1.15.4-1_all.deb
 27efa1e73489061c626c2e391e35c8a4ce64fd86312a2fe36eec22025dec876f 275180 
gvfs_1.15.4-1_i386.deb
 83ad15b1df546d2f3baf9d1a4cef59fca5c164a111b54398c4d79cd23d37802a 292538 
gvfs-daemons_1.15.4-1_i386.deb
 0eb7f570f7c8561bc4ca42ac86d9fbdcb34d210f9629d3f551fcfccca21b6900 272024 
gvfs-libs_1.15.4-1_i386.deb
 4678a3ba71c336f76d4eaff1aed2c2577c0d0bf8b27557a5cd5d16d1170d9143 195544 
gvfs-fuse_1.15.4-1_i386.deb
 cbb30968ff0c46e0860312716259a580ef2276ff647cc569b927537eb241e739 426006 
gvfs-backends_1.15.4-1_i386.deb
 b75c5b34af9d301a7d43820b909f3619cc6663aaa42e780774c9d8b3e2bfceda 215454 
gvfs-bin_1.15.4-1_i386.deb
 fe22bbc3f9b5191ab5eddf9395bab3b56dd3dc9883c306387749774e8340c6a2 1658612 
gvfs-dbg_1.15.4-1_i386.deb
Files: 
 2406250b4b737446a1690f6f4acc864a 2448 gnome optional gvfs_1.15.4-1.dsc
 a42f2600a46685089d8c03a34e6209ae 1487192 gnome optional gvfs_1.15.4.orig.tar.xz
 36e2b96321beca3e74be727651456a61 21847 gnome optional 
gvfs_1.15.4-1.debian.tar.gz
 7cf07951bbd52822202f5c95efccc0e2 660286 libs optional 
gvfs-common_1.15.4-1_all.deb
 a5d6e6c6254fe1584926682d410cf8c2 275180 libs optional gvfs_1.15.4-1_i386.deb
 3ea510c92e93ada904f2ac318725d04c 292538 libs optional 
gvfs-daemons_1.15.4-1_i386.deb
 fa982f3e1a8b31c9b923912706122437 272024 libs optional 
gvfs-libs_1.15.4-1_i386.deb
 06b7238280ddec334c45ef9dd0e68c8d 195544 gnome optional 
gvfs-fuse_1.15.4-1_i386.deb
 356fabe4c40cad846007e0a8052622c4 426006 gnome optional 
gvfs-backends_1.15.4-1_i386.deb
 757687ffe332966a837b87febc2d995b 215454 gnome optional 
gvfs-bin_1.15.4-1_i386.deb
 67abce44e14b219906938dab31c0cab3 1658612 debug extra gvfs-dbg_1.15.4-1_i386.deb

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

iEYEARECAAYFAlE2LRkACgkQhTV17EoIsv460ACfQCZZHCF4dbdPTzT21buxTTxh
R0cAn0fHrN3NV6mm2M3EvZUMURHtNUbX
=Ry82
-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/e1ucvxu-0007m1...@franck.debian.org



Accepted glib-networking 2.35.9-1 (source all i386)

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

Format: 1.8
Date: Tue, 05 Mar 2013 18:39:07 +0100
Source: glib-networking
Binary: glib-networking glib-networking-services glib-networking-common 
glib-networking-dbg
Architecture: source all i386
Version: 2.35.9-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 glib-networking - network-related giomodules for GLib
 glib-networking-common - network-related giomodules for GLib - data files
 glib-networking-dbg - network-related giomodules for GLib - debugging symbols
 glib-networking-services - network-related giomodules for GLib - D-Bus services
Changes: 
 glib-networking (2.35.9-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 5574ce290490387e24e7ed1017bb8ceef20ee4be 1865 glib-networking_2.35.9-1.dsc
 5b7b72df589568736c6d2548752c333826169200 350436 
glib-networking_2.35.9.orig.tar.xz
 641b122d38397f4f25b7a5225d7ecc3a8ba94773 4214 
glib-networking_2.35.9-1.debian.tar.gz
 50420124bea9a6ebdb8f691232c7dfac0c3fc9bb 47104 
glib-networking-common_2.35.9-1_all.deb
 aae189d8703a682c86ac788b1caa72a10fdd0419 47146 
glib-networking_2.35.9-1_i386.deb
 7507585428702b0f3046f1c99901acf086f4810c 13766 
glib-networking-services_2.35.9-1_i386.deb
 9e002de8921c67a1f7bd6b032d7cb1cf78ae6c9d 137410 
glib-networking-dbg_2.35.9-1_i386.deb
Checksums-Sha256: 
 66828742af5614c0b469b6c0d19d576e1083f14e0fbb8377cd0b6293319cdcad 1865 
glib-networking_2.35.9-1.dsc
 5c2da09292d40571fb76ec62feb4d8d083d20d97295cba7a4b49541e1b64b628 350436 
glib-networking_2.35.9.orig.tar.xz
 f3900735169e5eb5258ff6612269786f900ffa47a69f806ba628099fc3b468b2 4214 
glib-networking_2.35.9-1.debian.tar.gz
 fe72a9427ea47bc0cc9763897cf6940e3b4ad1b180dbd3db03cd40387ac71d0f 47104 
glib-networking-common_2.35.9-1_all.deb
 3b01d4580226dad7442ba28bace0d52470db239536d3b40ec17dc7bee10c4827 47146 
glib-networking_2.35.9-1_i386.deb
 0bd37149fee6601cea359f2ad7235f292f00aa377d95e30c943d320d2812394d 13766 
glib-networking-services_2.35.9-1_i386.deb
 c8be930bd67e6f2544cfffbed05bdf62d0ba9c83b056afb4176ca6257041771e 137410 
glib-networking-dbg_2.35.9-1_i386.deb
Files: 
 87bee0ebb52567ea8ab0e2f34b4884db 1865 libs optional 
glib-networking_2.35.9-1.dsc
 ad23ded820846034c721c4a81c290fac 350436 libs optional 
glib-networking_2.35.9.orig.tar.xz
 d9d3a0a39d3330a3ba13d13e62c93fb9 4214 libs optional 
glib-networking_2.35.9-1.debian.tar.gz
 d723cfff47dd7e8c35c75bdc564cc6bd 47104 libs optional 
glib-networking-common_2.35.9-1_all.deb
 671c96a4cd852bdfe092b1f1ce4e3c22 47146 libs optional 
glib-networking_2.35.9-1_i386.deb
 8108f93f4abcea35d11428a26e68c8d8 13766 libs optional 
glib-networking-services_2.35.9-1_i386.deb
 3014557c0c38982f9bf93c25a0ed8dec 137410 debug extra 
glib-networking-dbg_2.35.9-1_i386.deb

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

iEYEARECAAYFAlE2NL4ACgkQhTV17EoIsv6F+wCgwq4NoUlhTwTCUBJGen+PXmTN
7xoAn2mjG3lhvhmUZX8HCjNTpKtAfl0e
=544w
-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/e1ucwqn-0004jr...@franck.debian.org



Accepted libquvi-scripts 0.4.13-1 (all source)

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

Format: 1.8
Date: Tue, 05 Mar 2013 19:14:30 +0100
Source: libquvi-scripts
Binary: libquvi-scripts
Architecture: all source
Version: 0.4.13-1
Distribution: experimental
Urgency: low
Maintainer: Alejandro Garrido Mota garridom...@gmail.com
Changed-By: Ansgar Burchardt ans...@debian.org
Description: 
 libquvi-scripts - library for parsing video download links (Lua scripts)
Changes: 
 libquvi-scripts (0.4.13-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 adef2e7bd1c1b83765ae7c232455e0014a2a5eda 1953 libquvi-scripts_0.4.13-1.dsc
 1df3d2ea115b3db457ce744af05aabafcb9a8a64 114280 
libquvi-scripts_0.4.13.orig.tar.xz
 f1b1d13960c5879aa43371590cdfabdd0128ae27 2583 
libquvi-scripts_0.4.13-1.debian.tar.gz
 ac44ffbb0ee7e8d6d1bbad1fc36bc50929ea287e 43164 libquvi-scripts_0.4.13-1_all.deb
Checksums-Sha256: 
 a7b1b3f9761d027da599587cea6861f22d823a9e83281fcdc7de438e8782335b 1953 
libquvi-scripts_0.4.13-1.dsc
 981b775000419f2a0a1b4c87c56b81a698d9bccdde52fc8a8b902d98aa97f3ef 114280 
libquvi-scripts_0.4.13.orig.tar.xz
 bb35f85b18f9391a05bc7d5ab2de1dfe8055239ab131ff7269e7df98b5a62d65 2583 
libquvi-scripts_0.4.13-1.debian.tar.gz
 6687f4458a51a2766e9335abbd6afd4bb1ae536ff81fb466b64cfe3bad092e2b 43164 
libquvi-scripts_0.4.13-1_all.deb
Files: 
 b2dc6ec8a91bfa811fa8fed196ea1a17 1953 libs extra libquvi-scripts_0.4.13-1.dsc
 896a89270b264cbfb051db9ecf0da91a 114280 libs extra 
libquvi-scripts_0.4.13.orig.tar.xz
 0317897bd2dfc6bf0a849c51e82b7c82 2583 libs extra 
libquvi-scripts_0.4.13-1.debian.tar.gz
 5fc4e71fd3146fba8b156ce1db9da671 43164 libs extra 
libquvi-scripts_0.4.13-1_all.deb

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

iQIcBAEBCgAGBQJRNjedAAoJEIATJTTdNH3Igt4P+gK2mK1dMG1HaFDSaNkg3ffx
UUBc6xrH6ZxRvaR8URmC4YuXdYkPYi91Qui6wLPxtcZP85CCA46qR22h/RHgT8dl
CrZzZHkmFcU0deUcfXo5OJXcguY1W62OJ6nxrrlgy15A52i5bkHDKEd/YrYImFT4
l++jSnK19DAw9Sd85y8kwc2cwcma7h+8Z/By3ull96Ik+uvS9RkyeZ658JrrULqN
rmNFi9BASReqETZVAg7JvAe6npCfM1HUaLTIlfK9hj1z0GttiJfwj/YLL/OKGijd
5zbhVixjHDU67lwbUgZ1m1NBfaoKTLiIuQ/DnJd1pyMlac8p4KluPxfSRC4GBiPM
fxPFtKPYFu8iLFuK3d9GBTao/elc3DgHHBLUS31JnGYzcSsFF4tFu+TacZ2I0qUy
HT73IUuCoEFI3JdzDCn/AsOD6C8PoA7jGXyLGlLn8UhTTdDFmuVpvXNdbVK/kkKV
RTJQi2ULh7VTzah9gOnXW/MpboUAUoDGoZ6W6s+JqInQUDnh3O7KNaBOokWJRZvy
k54kdyH0PViOIqKVk889dfjSleVLPRVUFGO1vD1tG5bRZlzEZsFeaiqA3jeYXEEU
DAuwhCTJ5F8XlPpWnSqQyDkqw6g9srYvYRt+pyDmXVYoVOwgS5yFF+83081OTJPd
5DuH2K4TteJB+qp8ps3f
=UWVZ
-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/e1ucwfl-0006pf...@franck.debian.org



Accepted libsoup2.4 2.41.91-1 (source all i386)

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

Format: 1.8
Date: Tue, 05 Mar 2013 19:20:40 +0100
Source: libsoup2.4
Binary: libsoup2.4-dev libsoup2.4-1 libsoup2.4-dbg libsoup-gnome2.4-1 
libsoup-gnome2.4-dev libsoup2.4-doc gir1.2-soup-2.4
Architecture: source all i386
Version: 2.41.91-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-soup-2.4 - GObject introspection data for the libsoup HTTP library
 libsoup-gnome2.4-1 - HTTP library implementation in C -- GNOME support library
 libsoup-gnome2.4-dev - HTTP library implementation in C -- GNOME support 
development fil
 libsoup2.4-1 - HTTP library implementation in C -- Shared library
 libsoup2.4-dbg - HTTP library implementation in C -- debugging symbols
 libsoup2.4-dev - HTTP library implementation in C -- Development files
 libsoup2.4-doc - HTTP library implementation in C -- API Reference
Changes: 
 libsoup2.4 (2.41.91-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/libsoup2.4-doc.examples:
 + Ship examples in libsoup2.4-doc.
Checksums-Sha1: 
 a6e62466bc9979decf9e268755d9716de0aafc22 2054 libsoup2.4_2.41.91-1.dsc
 6ea88b82fb81b82b5644bad41f3fc3749cf5bce4 728072 libsoup2.4_2.41.91.orig.tar.xz
 bdc321db7ae4d03ce8ec15f04e4ab04ebda20524 15427 
libsoup2.4_2.41.91-1.debian.tar.gz
 9962d5c8093d66b8a51435abf882e8aefe64b1b3 203132 
libsoup2.4-doc_2.41.91-1_all.deb
 4ad5e42419f6357d13f2367f56e8e0f0391237ad 330256 
libsoup2.4-dev_2.41.91-1_i386.deb
 0586a45744478219e939af08aa70e46a6d2fac8c 233546 libsoup2.4-1_2.41.91-1_i386.deb
 e418268527ab736f91c06d535a0bca9651145323 593506 
libsoup2.4-dbg_2.41.91-1_i386.deb
 ba4ba47d65173c13102f307d2e2b3154a5c97ad1 51020 
libsoup-gnome2.4-1_2.41.91-1_i386.deb
 d2de355b95516f122ce540f900989618970d5d9c 51952 
libsoup-gnome2.4-dev_2.41.91-1_i386.deb
 3f1d9fb8d3369f1e88071d87f11bb4e91890e6dc 67458 
gir1.2-soup-2.4_2.41.91-1_i386.deb
Checksums-Sha256: 
 9481ba98f45590e90f9e7c4498846723c36079676db8e8ca730f9a4d69b99092 2054 
libsoup2.4_2.41.91-1.dsc
 198cc0b003c5413b5ad12c87164173828d16ae8f3c385089f6e51cce5be4612d 728072 
libsoup2.4_2.41.91.orig.tar.xz
 1410ff84a7418de254c3e77e23306edc322ddb25308ee02421d9a2e4e03370f3 15427 
libsoup2.4_2.41.91-1.debian.tar.gz
 07d21ff224133e5d7bdb06b8d44d11ca91518c3b389f9c2df8b4be4465ae7025 203132 
libsoup2.4-doc_2.41.91-1_all.deb
 6848f00b0aa049d405eda6ed0c4d1c4bff5655a9cc8afbc427089c9af88a0dc4 330256 
libsoup2.4-dev_2.41.91-1_i386.deb
 a4e425aec00abd132d622de693193024135505d3a6afc499ee79e8e7d9baffea 233546 
libsoup2.4-1_2.41.91-1_i386.deb
 8c341686f5686bc218a98b7695b60c31d425e800f0022c6701663d435eff5a49 593506 
libsoup2.4-dbg_2.41.91-1_i386.deb
 abb9182eaf630ada25e287144639a06444b0d6dc08a048e36ac33bba4cb9a1c1 51020 
libsoup-gnome2.4-1_2.41.91-1_i386.deb
 9067439f46cb18bdfac41c9decf0d2f88d1507d35c5bf29cdcf2a7f54b0dd225 51952 
libsoup-gnome2.4-dev_2.41.91-1_i386.deb
 4c4106ef2ab75dfd905bee1aa57c167f9c0f92f9372a5447b1acd2fc3f3d6d03 67458 
gir1.2-soup-2.4_2.41.91-1_i386.deb
Files: 
 99fcbc91cf96fd3320d33ea8553f40c5 2054 devel optional libsoup2.4_2.41.91-1.dsc
 c5ade0489bc023d63af52cefd2d7972d 728072 devel optional 
libsoup2.4_2.41.91.orig.tar.xz
 9ba073594f152cc689e46567343d3ff8 15427 devel optional 
libsoup2.4_2.41.91-1.debian.tar.gz
 a904cc1d375cfa8beacc97cdf838209c 203132 doc optional 
libsoup2.4-doc_2.41.91-1_all.deb
 c75e283a3d593652068e731650d959f9 330256 libdevel optional 
libsoup2.4-dev_2.41.91-1_i386.deb
 6048559fe1dc20f39e1d68ed5bc061b2 233546 libs optional 
libsoup2.4-1_2.41.91-1_i386.deb
 2f30e8d98a9c2e78b858404092300ed0 593506 debug extra 
libsoup2.4-dbg_2.41.91-1_i386.deb
 4b879155c8c80a0f965ca758d34eff2d 51020 libs optional 
libsoup-gnome2.4-1_2.41.91-1_i386.deb
 04fd27bce4d39a6bac51cd495d83f7f1 51952 libdevel optional 
libsoup-gnome2.4-dev_2.41.91-1_i386.deb
 b937b3d60d46286f889fdff9cea3fd08 67458 introspection optional 
gir1.2-soup-2.4_2.41.91-1_i386.deb

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

iEYEARECAAYFAlE2PKMACgkQhTV17EoIsv6zwQCcDgxaQln99NUugKhMUPkg5Zs8
QOoAniCrMrl1E+mHNzS/psjTI3iWPiuv
=NrPC
-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/e1ucwu1-0001kf...@franck.debian.org



Accepted cgal 4.0.2-2 (source amd64 all)

2013-03-05 Thread Joachim Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 19:01:25 +0100
Source: cgal
Binary: libcgal9 libcgal-dev libcgal-demo libcgal-ipelets
Architecture: source amd64 all
Version: 4.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Joachim Reichel reic...@debian.org
Changed-By: Joachim Reichel reic...@debian.org
Description: 
 libcgal-demo - C++ library for computational geometry (demos)
 libcgal-dev - C++ library for computational geometry (development files)
 libcgal-ipelets - C++ library for computational geometry (ipelets)
 libcgal9   - C++ library for computational geometry
Closes: 700891
Changes: 
 cgal (4.0.2-2) unstable; urgency=low
 .
   * Add patch gcc-4.7 to fix a syntax error in template code which is
 not instantiated during the package build itself (Closes: #700891).
Checksums-Sha1: 
 dd9b27c9fe3138a2ba1cb3fe0df8c30c40c08298 1383 cgal_4.0.2-2.dsc
 3e168786a2e8fa3cde5762f44a666583bab7a2cf 13350 cgal_4.0.2-2.debian.tar.gz
 dcab4207e0ae5e263771a713049813cb8a48c6e9 376220 libcgal9_4.0.2-2_amd64.deb
 48af726837bc6526ce31488effa8fe56dc1d26c7 4900102 libcgal-dev_4.0.2-2_amd64.deb
 4b1e2052f7f5cb3985d2acd2d7d3b86a26c3e792 9353826 libcgal-demo_4.0.2-2_all.deb
 4f62e49e7af936c2e0196191b9d5a48a1fea14e6 1766338 
libcgal-ipelets_4.0.2-2_amd64.deb
Checksums-Sha256: 
 2abb5174b508eb092ef1a882a2137de3759368d692a42c6469c518ec63ae9a7b 1383 
cgal_4.0.2-2.dsc
 d1c39bba9677abae810390db6672f9f183d3370847352a52cd25e8b0ec9a9afa 13350 
cgal_4.0.2-2.debian.tar.gz
 deaf2b25e03cf3e73dce9ac302345a3a854b52dc7aa6e4c81e50402d0acd8f75 376220 
libcgal9_4.0.2-2_amd64.deb
 e10f7def8a683076bc9b7cb95a3b363f1ef58661a4446b41595bddaf6b5048d6 4900102 
libcgal-dev_4.0.2-2_amd64.deb
 8b2ddb70cc7a541aa0771da4675a98f1c7e7a4fc5b31899819cb3625f5f26dfa 9353826 
libcgal-demo_4.0.2-2_all.deb
 1ee3ad10cd88a0e224ef91dcece3ae76a3196511aff4bc3af7f74e3ab3f45987 1766338 
libcgal-ipelets_4.0.2-2_amd64.deb
Files: 
 a23aed146db70374ff05e1fe3484f804 1383 libs optional cgal_4.0.2-2.dsc
 2e8bb9a05002b3efc3f01a0037c52113 13350 libs optional cgal_4.0.2-2.debian.tar.gz
 cec34d5910d5f5607a8c363591735cdb 376220 libs optional 
libcgal9_4.0.2-2_amd64.deb
 be6fbe405f528becab1e8b18009fc9d7 4900102 libdevel optional 
libcgal-dev_4.0.2-2_amd64.deb
 f577b69211c7478574327fdd5db52062 9353826 devel optional 
libcgal-demo_4.0.2-2_all.deb
 e71471fde4a061b26398ec381f1f9542 1766338 graphics optional 
libcgal-ipelets_4.0.2-2_amd64.deb

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

iEYEARECAAYFAlE2O3QACgkQt2NXKBU/+UDwpwCfbwue756HB3j38pP6vzTDW0IF
yw0An28yB5ZL6pYCsW8SpdOsfjtNY7tj
=7ZZE
-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/e1ucx8b-0004is...@franck.debian.org



Accepted libwacom 0.7-1 (source amd64 all)

2013-03-05 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 18 Jan 2013 10:51:16 +0200
Source: libwacom
Binary: libwacom2 libwacom-common libwacom-dev libwacom2-dbg
Architecture: source amd64 all
Version: 0.7-1
Distribution: experimental
Urgency: low
Maintainer: Timo Aaltonen tjaal...@ubuntu.com
Changed-By: Timo Aaltonen tjaal...@ubuntu.com
Description: 
 libwacom-common - Wacom model feature query library (common files)
 libwacom-dev - Wacom model feature query library (development files)
 libwacom2  - Wacom model feature query library
 libwacom2-dbg - Wacom model feature query library (debug files)
Changes: 
 libwacom (0.7-1) experimental; urgency=low
 .
   * New upstream release.
   * libwacom2.symbols: Updated.
   * control: Drop DM-Upload-Allowed, obsolete
   * control: Update policy to 3.9.4, no changes.
Checksums-Sha1: 
 29101520eaee45b35322c0f325c25bebcacc681f 1347 libwacom_0.7-1.dsc
 e6ec4c647361c26a111d541518ee7ec2a9897005 403532 libwacom_0.7.orig.tar.bz2
 a5d1b9e92ac7cadca0a9b3da139ad196a0787674 3293 libwacom_0.7-1.debian.tar.gz
 e63d03c9cc6dfd85665664acce2eab52e7cb 19068 libwacom2_0.7-1_amd64.deb
 aa90779e726c20a3df1d99e4d8a3e69917344754 22646 libwacom-common_0.7-1_all.deb
 0c09aca1774235fa99e13e4b437b17291668f7f9 63810 libwacom-dev_0.7-1_amd64.deb
 f8148cd7417d8673ac045580f06a8fece179a897 35142 libwacom2-dbg_0.7-1_amd64.deb
Checksums-Sha256: 
 aaea890e1fa1aa5579f9f86afbdc9cee9d2618ab041d4bd4daadb8e7fc949215 1347 
libwacom_0.7-1.dsc
 210c48b595461ebee63b1a846a6eb1d8f029b49d02ccbde34eadf551a5a68a78 403532 
libwacom_0.7.orig.tar.bz2
 c575c48191376acaabe350f340695c95bacb3f12fdd26187aeaec477a75ae3b7 3293 
libwacom_0.7-1.debian.tar.gz
 0df77aa6889280d91619d652ccb8b4becec3178ea70c4ea42fa94ae09b9e3c3f 19068 
libwacom2_0.7-1_amd64.deb
 3dd6214f5fc241002969928bff26ed4ae8ea5ef3b9f9f05a0d09750cde9fab37 22646 
libwacom-common_0.7-1_all.deb
 5b3165ac7b72ba2db5a80457ebebd69c7ef06271637bad117e4ed413a8139688 63810 
libwacom-dev_0.7-1_amd64.deb
 80d16f68f3d4b066c678bb16af791c39ace595a6728c83f91855425dec4e1fd7 35142 
libwacom2-dbg_0.7-1_amd64.deb
Files: 
 50fe2cff3874fba6187befa76bde0933 1347 libs optional libwacom_0.7-1.dsc
 7fe2b0ff676fd7a48ebae3b69314eaf7 403532 libs optional libwacom_0.7.orig.tar.bz2
 96b66e70357e44224f964894eb46fe88 3293 libs optional 
libwacom_0.7-1.debian.tar.gz
 332e14a7841643c66871961bce14b751 19068 libs optional libwacom2_0.7-1_amd64.deb
 a1f0c1c00eed0e56cdb4a231bae28ade 22646 libs optional 
libwacom-common_0.7-1_all.deb
 a1e01033bd3a74ee4c95562adcac0434 63810 libdevel optional 
libwacom-dev_0.7-1_amd64.deb
 46e44b02e2805c6b99a1a32e6e6ca93b 35142 debug extra 
libwacom2-dbg_0.7-1_amd64.deb

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

iEYEARECAAYFAlE2Pm8ACgkQcgQ2cL3l8e6lnwCfRp0ZmUPt3fAsrSs1enX1eIKD
PEgAmwcGPOuQPnnbRGQqq7xWuNRWFET7
=cvOs
-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/e1ucx8u-0004sa...@franck.debian.org



Accepted frog 0.12.16-4 (source i386)

2013-03-05 Thread Joost van Baal-Ilić
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 12:12:59 +0100
Source: frog
Binary: frog
Architecture: source i386
Version: 0.12.16-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Joost van Baal-Ilić joos...@debian.org
Description: 
 frog   - tagger and parser for Dutch language
Closes: 700389
Changes: 
 frog (0.12.16-4) unstable; urgency=low
 .
   * debian/changelog: cosmetics.
   * debian/control: more strict build-depends: libmbt0-dev from 3.2.8 to
 3.2.9; libtimblserver2-dev from 1.4 to 1.6.
 .
 frog (0.12.16-3) unstable; urgency=low
 .
   * (not released.)
 .
 frog (0.12.16-2) unstable; urgency=low
 .
   * (not released.)
 .
 frog (0.12.16-1) unstable; urgency=low
 .
   * New Upstream Release
 - Fixed problems with dependecies on libticcutils
   * debian/control: added dependency on libticcutils1-dev.  Thanks
 Roland Stigge. (Closes: #700389)
Checksums-Sha1: 
 dd6fef299f7acf888b2f96c7749e2622ce9a0b6e 1854 frog_0.12.16-4.dsc
 3032018d43165a82773e9253803940480d95f2a6 441377 frog_0.12.16.orig.tar.gz
 1ed1a83ec59853f19a5d132a48a05cd9851c16e0 5733 frog_0.12.16-4.debian.tar.gz
 6cfa7e6e70acf0eab95cbf0f87be0f409100bf8d 195974 frog_0.12.16-4_i386.deb
Checksums-Sha256: 
 c68a7917d377900e5b5c5143479ce57f82eb44a702639d7405886a8e0d85eb94 1854 
frog_0.12.16-4.dsc
 ac9215fec159d076c1e32f9052804af51ea69ef0f90801860e2e3f66c42e22d6 441377 
frog_0.12.16.orig.tar.gz
 984c9d56924e1cb051b69c95b66c9513dcf97a0f7eb249ff7882dec4bd5cb40f 5733 
frog_0.12.16-4.debian.tar.gz
 186e6bc501124eaa26b5f20fef02a2855c9480edb124f89e49f5fd13532a427b 195974 
frog_0.12.16-4_i386.deb
Files: 
 b4e989a48e7ad01493483c641281bdb1 1854 science extra frog_0.12.16-4.dsc
 c9beadfdd46de740c3b368d20b589874 441377 science extra frog_0.12.16.orig.tar.gz
 84b95c5111920dfc193ee9b1b3ef1579 5733 science extra 
frog_0.12.16-4.debian.tar.gz
 feace3d485571e7ffc68c5d7aa21ada2 195974 science extra frog_0.12.16-4_i386.deb

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

iQEcBAEBAgAGBQJRNg1wAAoJEDNRenKl5rDIbckH/10afQajo7qrRWWVMZF/wlva
33NVFZToF4BHCp3S+/CLMnjv+uVIo6Lq2vCpty0YHanfzCHNIIXhp6RQvKON+iGR
aMYG3haaxxHRRE3dmsaEaLAwLsmVQfCcYm1gqYbaBUSPy1ekWa9J3Wnlp7NrTB/7
pvbKDoOZ+Bdx1IU+HwAuMXeZjTQVIRZqytHr/fE0mUGh86Q+ENpcjuVFKwAskGL6
d5BlGRVi0m3AAEUY/lRbwx/8PSULNuJbiaImbhNO8eaXE8QOimCWuLaHDgo6pwNm
sHj8Sdsn0v7l3hK2t/1O9ZRK1BMK7BOg4UcsHmOxWzvTq8G5w0V7d6jyDAFc5J8=
=Dj23
-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/e1ucxbk-tr...@franck.debian.org



Accepted php5 5.5.0~alpha5-2 (source amd64 all)

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

Format: 1.8
Date: Tue, 05 Mar 2013 16:39:21 +0100
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl 
php5-enchant php5-gd php5-gmp php5-imap php5-interbase php5-intl php5-ldap 
php5-mcrypt php5-mysql php5-mysqlnd php5-odbc php5-pgsql php5-pspell 
php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source amd64 all
Version: 5.5.0~alpha5-2
Distribution: experimental
Urgency: low
Maintainer: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 
module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language 
(apache 2 filter mo
 libphp5-embed - HTML-embedded scripting language (Embedded SAPI library)
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd- GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-mysqlnd - MySQL module for php5 (Native Driver)
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Closes: 341868
Changes: 
 php5 (5.5.0~alpha5-2) experimental; urgency=low
 .
   * Enable interactive mode in php5-cli (Closes: #341868)
Checksums-Sha1: 
 6b1cb25f40bc636af09777f03c1e2857befa7a59 3805 php5_5.5.0~alpha5-2.dsc
 14dd6e43d9987db224532768f6b09b7eca6ac7cc 494929 
php5_5.5.0~alpha5-2.debian.tar.gz
 188e130828aa7309d27695af603a4a0399c965df 482678 
php5-common_5.5.0~alpha5-2_amd64.deb
 791c35bcb9702bf23f8db8bd87c3c60c991fedfa 2705762 
libapache2-mod-php5_5.5.0~alpha5-2_amd64.deb
 b762b41a32f61cb8d74acb5b751ca6c7fe87f135 2703968 
libapache2-mod-php5filter_5.5.0~alpha5-2_amd64.deb
 686f2c9d3212b845ff9cea7b17e445e8d2382c15 5168576 
php5-cgi_5.5.0~alpha5-2_amd64.deb
 9f750d9ca36042fcd4da16bcbc560503209c89d3 2592594 
php5-cli_5.5.0~alpha5-2_amd64.deb
 7bbbf0d8df2bc3521b90b9fbb746a22597dcc440 2625132 
php5-fpm_5.5.0~alpha5-2_amd64.deb
 9062d6c9901588f88cc9ed151a8ccc546560a897 2702300 
libphp5-embed_5.5.0~alpha5-2_amd64.deb
 2facee23dde05f74109289c39184c58748c8e787 515278 
php5-dev_5.5.0~alpha5-2_amd64.deb
 7202e619ed4329fb31ddb637ef5f85885945d1b2 16677942 
php5-dbg_5.5.0~alpha5-2_amd64.deb
 78db9af4c8312d944af432d623517023d76f5e14 36066 
php5-curl_5.5.0~alpha5-2_amd64.deb
 d4fa27a29cefb4932c8c3e86a7f456f392859d72 9930 
php5-enchant_5.5.0~alpha5-2_amd64.deb
 787d508de177589825ed407d073d84282585577a 35690 php5-gd_5.5.0~alpha5-2_amd64.deb
 2a59ce00cc05ce9d16a86b336850306015e813ca 17146 
php5-gmp_5.5.0~alpha5-2_amd64.deb
 27a84efd5c93bd59aae5d112ceeafac7988a8674 35584 
php5-imap_5.5.0~alpha5-2_amd64.deb
 9f585d82648aaa5cc20362d69f7be3ae27459641 49458 
php5-interbase_5.5.0~alpha5-2_amd64.deb
 70ba157080183fbed6de19ff1e4a3b63ac2dd002 132820 
php5-intl_5.5.0~alpha5-2_amd64.deb
 77d6ea6eba04bb283a02c564bbcdeba65739f679 21748 
php5-ldap_5.5.0~alpha5-2_amd64.deb
 18712e4ef0fc2c0c48f2dd88800b1852cce34724 16066 
php5-mcrypt_5.5.0~alpha5-2_amd64.deb
 3a815167e0b86d9aee74ad2784408005a8d8a17f 80376 
php5-mysql_5.5.0~alpha5-2_amd64.deb
 0304562d0f70548e77f061d619476dcb1ed26546 169650 
php5-mysqlnd_5.5.0~alpha5-2_amd64.deb
 5d4b86775589c8986c87702653f16224ed90813b 36672 
php5-odbc_5.5.0~alpha5-2_amd64.deb
 5547cd9db96c130cf2bc924d1bfbea8d6113ea70 61640 
php5-pgsql_5.5.0~alpha5-2_amd64.deb
 ccaa2fb7c3ca17acdbcca51854f4913aed956e14 8890 
php5-pspell_5.5.0~alpha5-2_amd64.deb
 b2da938090722f7f9a63d26428e80789620776a1 5184 
php5-recode_5.5.0~alpha5-2_amd64.deb
 37283a4150c09c1c136c75ab98dc928bf0541013 21790 
php5-snmp_5.5.0~alpha5-2_amd64.deb
 41b63fd763d9959cb27cb655f6af904a73ba93ba 30518 
php5-sqlite_5.5.0~alpha5-2_amd64.deb
 b42609b11bf408942f1f7c47520c409ca578301e 28164 
php5-sybase_5.5.0~alpha5-2_amd64.deb
 21a189b494720d1fb470cbaa0c49a558a868b709 19578 

Accepted partman-base 164 (source amd64)

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

Format: 1.8
Date: Tue, 05 Mar 2013 22:05:41 +0100
Source: partman-base
Binary: partman-base partman-utils
Architecture: source amd64
Version: 164
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 partman-base - Partition the storage devices (partman) (udeb)
 partman-utils - Utilities related to partitioning (udeb)
Closes: 699704
Changes: 
 partman-base (164) unstable; urgency=low
 .
   * Skip load_extra on GNU/kFreeBSD and GNU/Hurd to avoid loading extra
 components which cannot work due to missing dependencies (notably
 partman-*lvm is missing lvm2-udeb on non-Linux architectures); this
 should avoid running out of space on the (non-resizable) rootfs on
 GNU/kFreeBSD (Closes: #699704). Thanks, Steven Chamberlain!
Checksums-Sha1: 
 4c3764e32ef02365edeccdaa9d425658e2fde454 1161 partman-base_164.dsc
 0da73b33aaabb344dcbc8f32b3b255d936a5cac2 208079 partman-base_164.tar.gz
 853faba838c9683c746aba262deeda7c3e298ebc 153810 partman-base_164_amd64.udeb
 6e12b121079872aeadc5c4d54cea8c4f8031492f 3414 partman-utils_164_amd64.udeb
Checksums-Sha256: 
 a6e943324f81b99ddb8a97e7c3bb88662bc08d20d18281e00b9d65fdb0d38e14 1161 
partman-base_164.dsc
 ee6bff2081de640044e0081c067c34c4ca77ce795338a3df038645e9474e1705 208079 
partman-base_164.tar.gz
 e9b3acf53062afe77021d4d3f605484673a61e48c095d596fe7c579ccc882f59 153810 
partman-base_164_amd64.udeb
 733e3bdb93dc4e18924af626ce8e2baf65cbd1121d85ac4454ca6af0c359254f 3414 
partman-utils_164_amd64.udeb
Files: 
 89e35c7ba5cbcdc58538cae3e415fad9 1161 debian-installer standard 
partman-base_164.dsc
 86d1ec2fbc39ec91c204a6d8daab4b0d 208079 debian-installer standard 
partman-base_164.tar.gz
 fbcde22be78a1373b1235f82fc9a4cc0 153810 debian-installer standard 
partman-base_164_amd64.udeb
 13253b6dc08c47584d6c562041d5a9bf 3414 debian-installer extra 
partman-utils_164_amd64.udeb

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

iEYEARECAAYFAlE2XxMACgkQeGfVPHR5Nd2GFQCdHiEPdjQytBhnZFuwEteASI+Z
GD8AoJffcxh11ICWUyGVLQAlr7dWpYs8
=EgTF
-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/e1uczex-0001ky...@franck.debian.org



Accepted ifupdown 0.7.40 (source amd64)

2013-03-05 Thread Andrew Shadura
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 04 Mar 2013 21:56:39 +0100
Source: ifupdown
Binary: ifupdown
Architecture: source amd64
Version: 0.7.40
Distribution: experimental
Urgency: low
Maintainer: Andrew Shadura bugzi...@tut.by
Changed-By: Andrew Shadura bugzi...@tut.by
Description: 
 ifupdown   - high level tools to configure network interfaces
Closes: 694541 695906 696642 701884
Changes: 
 ifupdown (0.7.40) experimental; urgency=low
 .
   [ Andrew Shadura ]
   * Don't configure bridge interfaces as tagged VLAN interfaces
 (Closes: #696642).
   * Add tryonce option to DHCP-enabled methods (Closes: #694541).
   * Implement inet6/auto for kFreeBSD, call DHCP release of ifdown
 on Linux (Closes: #701884).
   * Update manual pages.
   * Add tests for DHCP method.
   * Add ISC DHCP client to Build-Depends (the tests don't actually run
 the DHCP client, however).
 .
   [ Stéphane Graber ]
   * Patches for upstart support from Ubuntu:
 - Start the job on runlevel [2345]. This is a no-op during a normal
   boot since the network will be started *before* runlevel is emitted,
   but is needed to restart the network after a change from runlevel 1
   (LP: #752481).
 - Don't bring 'lo' down (add it to --exclude).
 - Emit deconfiguring-networking (LP: #1061639).
 - Update network-interface-security job to stop when the parent job is
   stopped itself. This avoids leftover instances (LP: #1065684).
   * Set MTU of tunnel devices (LP: #1074048).
   * Actually set the new calculated value for duplicate entries
 (LP: #1086517).
 .
   [ Josselin Mouette ]
   * postinst: Do not create /etc/network/interfaces if it was removed manually
 (Closes: #695906)
Checksums-Sha1: 
 ec87737d6c81a3fd7e82132645277ecf3b4bd7b0 1606 ifupdown_0.7.40.dsc
 00f4ab2eb17d511202c5c9135299f1433f5ce038 105634 ifupdown_0.7.40.tar.gz
 143d7eb56523c2177c8899ca09dda326d6661230 65224 ifupdown_0.7.40_amd64.deb
Checksums-Sha256: 
 231cbcabbaef7bc72c8f4422649e85bc04663c71d476a0cb8a5886ad46bad9d7 1606 
ifupdown_0.7.40.dsc
 caee44c8751e756032052ea0baca795439457f298c3bef6025f9ed929a5cc771 105634 
ifupdown_0.7.40.tar.gz
 0c81d22fc89bf6456b1927090cd83257ecf6b79fd86b26437c43e14e4aa56e48 65224 
ifupdown_0.7.40_amd64.deb
Files: 
 3201e0b980cc633c57e23f49c26779ff 1606 admin important ifupdown_0.7.40.dsc
 e4a19213e617047475d7550dcc80aee1 105634 admin important ifupdown_0.7.40.tar.gz
 770043f4d48d23bd53735981dc562b96 65224 admin important 
ifupdown_0.7.40_amd64.deb

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

iQIcBAEBCgAGBQJRNlfFAAoJEOJSSsUKn1xZb9oP/AqBaz6u39t0QvuBEKfQ3XUr
1B6VpC1vLaZPXJ6COQOZUIgU7PJ2MIZX4Js0Sy0Q3xxgZP19W61LhGvr54YFbm/o
dwlBwImT817urjoJb6dRbYR1psIr9M3A8ovQ/jcuhCi6u+yKgYCXd0JVxNCzMpI1
wDoLAUidR0JzJN304XwFt5+BOjnMMy8WRV+a8zxrzXF2BMs1bPuH0oKlu9JYiQat
LTTnoSJ5ZhDVzQgMbfjaA56oMlIgw5cecCt5EUKlvTp85/zwRXpjf46uIQT9VjM4
NeRNFu2oQnpAYz4x4q8W2odC2n1y9AAFQAb27fumjrgGI4sFguMWMm1M0Ff3Zq6u
jbK71ZmNNgEMSo806ejQzJJ/G3KPE6U3TQrGWkZialIB3GALyJlj2wUqGe+7yy8r
RQefkn86/xyAxMXnUJP+2PtOQTe6uAqvb9/uTz7+3ddevH7q7aNmPUDJy6+1vjBD
h6yUFid4drp/FWgtomU13+I/WDeImuSkRE0Zy8k3HO4Z8l2HVnhjsCBPJP9/Zung
0FS3gD4RHdBVcbjre5xRC2iOQBdKbj3Y0rwwA1+ZHmHXEzXsJlRHUwgudcf05D4e
rxOkoaSV4+MWnEYWeMm4j2i2P0R2vq1JsgG8upI9E9y2xeozekUlUeL3tTFJBU1O
hnLfsgUT/XtdcZJML02+
=zjdJ
-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/e1ucztl-0003rw...@franck.debian.org



Accepted coin3 3.1.3-3~exp1 (source amd64 all)

2013-03-05 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 21:23:49 +0100
Source: coin3
Binary: libcoin60 libcoin60-dev libcoin60-doc libcoin60-runtime
Architecture: source amd64 all
Version: 3.1.3-3~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gl...@debian.org
Description: 
 libcoin60  - high-level 3D graphics kit implementing the Open Inventor API
 libcoin60-dev - high-level 3D graphics devkit with Open Inventor and VRML97 
suppo
 libcoin60-doc - high-level 3D graphics kit with Open Inventor and VRML97 
support
 libcoin60-runtime - high-level 3D graphics kit - external data files
Changes: 
 coin3 (3.1.3-3~exp1) experimental; urgency=low
 .
   * [bac6081] Switch to dpkg-source 3.0 (quilt) format
   * [0051dcd] Update watch-file. Thanks to Bart Martens ba...@debian.org.
   * [4f64bb1] Update copyright-file to DEP-5.
   * [4a78846] Switch VCS to git.
   * [8398847] Convert patch to quilt-format.
   * [b98daa0] Clean debian/rules. Use .install-files.
   * [ace5108] Use dh 9, Standards-Version 3.9.4. No multi-arch support yet.
   * [c7e12ca] Add myself to uploaders.
   * [216f542] Update changelog.
   * [7b606c3] Remove Steve M. Robbins from uploaders.
   * [55c8751] Use wrap-and-sort for formatting.
Checksums-Sha1: 
 82ad4c7173f8c5931ecea1079d79c51c5062ee59 2188 coin3_3.1.3-3~exp1.dsc
 a34621e44c96057250a3bcd0319aee8cfed0e40b 5534 coin3_3.1.3-3~exp1.debian.tar.gz
 ed6db7fa1a0a376868b57aa9ed78dd8d7985a723 3077020 
libcoin60_3.1.3-3~exp1_amd64.deb
 3fe351adea1a843de7fe47e887aaca7af70843d2 4802822 
libcoin60-dev_3.1.3-3~exp1_amd64.deb
 bdc42e7ee576c0b6bec72482c46d0a2bb8cbcbe5 15686020 
libcoin60-doc_3.1.3-3~exp1_all.deb
 658482c5aff58f07170c0ffc8f291bfbee578828 29544 
libcoin60-runtime_3.1.3-3~exp1_all.deb
Checksums-Sha256: 
 6aab083858b514251acbf08c7cca1e3af05539ee131e0f3f0f313e6eac2a0b07 2188 
coin3_3.1.3-3~exp1.dsc
 28a06ec4d9cd1fce3ec3ed291d68635895d04d61e0a4d962b26b61ef6b9201b1 5534 
coin3_3.1.3-3~exp1.debian.tar.gz
 9a80e0b8d5071b2b2b4c2f87d46897a1842ecfd5449c00d7ce4e64ce4aaa2d86 3077020 
libcoin60_3.1.3-3~exp1_amd64.deb
 9119c82a67932ff14c4f60c1df7e915eedefd2323d59abb4332a12eaa8c1d55a 4802822 
libcoin60-dev_3.1.3-3~exp1_amd64.deb
 ef6513a2e4703e774562cac21daddef867f34daa6bfa5765bb8f8e1a517c689a 15686020 
libcoin60-doc_3.1.3-3~exp1_all.deb
 521cd786e81c533df3b9a03e55744aa3c2c569ee97431816907505a55dce3fcc 29544 
libcoin60-runtime_3.1.3-3~exp1_all.deb
Files: 
 e880509d1d8acda2939ed31999c8251c 2188 graphics optional coin3_3.1.3-3~exp1.dsc
 adfa8a2d449184f32cc16e6971ccf8c9 5534 graphics optional 
coin3_3.1.3-3~exp1.debian.tar.gz
 f19dbfcabfa7512bd57e55923ae27d96 3077020 libs optional 
libcoin60_3.1.3-3~exp1_amd64.deb
 589cd480cd50e39be633891d8d79331d 4802822 libdevel optional 
libcoin60-dev_3.1.3-3~exp1_amd64.deb
 93a2b862d4ead7e1c94dbedbdc896c43 15686020 doc optional 
libcoin60-doc_3.1.3-3~exp1_all.deb
 dcd19057b85597c548bf73401ef4745f 29544 libs optional 
libcoin60-runtime_3.1.3-3~exp1_all.deb

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

iQIcBAEBAgAGBQJRNmUUAAoJENPhc4PPp/8G8O8QAJc6D9at1LD0z+LwGDJDyf6j
PETAUY49na/2tzvnSI598KBFBtXAKdNJ0IGj3T3IuVTTMCXfBjEJctO0IAmSqFeM
/JCBLXP2fODAjzUi9pkEkd478TbiPGMTpQYzXdrZTx0DatIm5zjg7D/+xeDRSp+p
Jo/0S59LhL0Wz7RFlzb9/iZz8ugw9Sg7MV6nCvKqyZC2LLXm4EiEo6fRh2gj/ZyC
Djo6qLg8PfBdRsisK2mw0279vQS5p6As28sW8gh/jvBCQ0gCxtrL6MTNSBw/JACr
OQbnq4e7u57mtAFUNNgFlYEwD3ZFZ2aWfhRjKoP4+TXND+XzOd0/j8Yc42leqbKE
xMwpqhMzh7kZgR04I+ONDLdFJqrnHdA7CXzZSRdgjwQAxoumnrtASyrPJfhWcv/w
mLVTByct59VSPAnj6/np8HjheUKAKALFGnVQuho3Ki7UOGxC/JX0dg+xjzROeHpM
PVvykifOPtAoIANkv1xelPFAFf00Q1awuxuCmCriXr9tmi7AGhTqSXdB4iwXnZiN
9mqMDcUh4bE0g79QpLWoUDWMyndWgCWRO06Mkn6Y4NmB1HIanK41AjcooagdARBm
P9ylQf1n+RfHykHgbPcR1ZWSs3pBXYDCdQOIV2RpCyIDHUpSrR9C6yn9c4rTJ6+N
AL6vnXPWbMbebcXv3TSb
=WzVU
-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/e1uczi9-00066e...@franck.debian.org



Accepted rsyslog 5.8.11-3 (source amd64 all)

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

Format: 1.8
Date: Tue, 05 Mar 2013 23:06:57 +0100
Source: rsyslog
Binary: rsyslog rsyslog-doc rsyslog-mysql rsyslog-pgsql rsyslog-gssapi 
rsyslog-gnutls rsyslog-relp
Architecture: source amd64 all
Version: 5.8.11-3
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl bi...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 rsyslog- reliable system and kernel logging daemon
 rsyslog-doc - documentation for rsyslog
 rsyslog-gnutls - TLS protocol support for rsyslog
 rsyslog-gssapi - GSSAPI authentication and encryption support for rsyslog
 rsyslog-mysql - MySQL output plugin for rsyslog
 rsyslog-pgsql - PostgreSQL output plugin for rsyslog
 rsyslog-relp - RELP protocol support for rsyslog
Changes: 
 rsyslog (5.8.11-3) unstable; urgency=low
 .
   * debian/patches/04-systemd_journal.patch: The journal has replaced
 systemd-kmsg-syslogd and systemd-stdout-bridge. Stopping a non-existing
 service will generate an error in newer versions of systemd, so remove
 that from ExecStartPre.
Checksums-Sha1: 
 effb0a7ee89a9a0b418cbabf42a1e599c92e70cd 2255 rsyslog_5.8.11-3.dsc
 13710250281be52872fd49c0b64d4d755b7f8823 30100 rsyslog_5.8.11-3.debian.tar.gz
 afd17ea9af5a9c5752decfc5a12fd97898ebf85d 545960 rsyslog_5.8.11-3_amd64.deb
 1c775f4a6e2423ba8cbe3348ffc342a18e941356 1108324 rsyslog-doc_5.8.11-3_all.deb
 aee1646a360d59276e77130e7d3daba0a2c32c8a 121266 
rsyslog-mysql_5.8.11-3_amd64.deb
 b5f13bcfb418655a1439c24c26d6eb33ce8c4cf1 121020 
rsyslog-pgsql_5.8.11-3_amd64.deb
 e5e7f32c8f6e8c126f261e77b096854fd1301ecd 129140 
rsyslog-gssapi_5.8.11-3_amd64.deb
 4121599f5436c257bc45798ee6dd8626301f0783 128378 
rsyslog-gnutls_5.8.11-3_amd64.deb
 37922b7aba2c75c6a39b97d0536eb2d1611cad47 121160 rsyslog-relp_5.8.11-3_amd64.deb
Checksums-Sha256: 
 7de00872812501eaed2ed426850072581afff806e334cab3edb6dab9ba6af7a0 2255 
rsyslog_5.8.11-3.dsc
 e1b17eec9905f3d07cdb162b79aa1a0714c8ed34b5c3a1319eda2b48758ec517 30100 
rsyslog_5.8.11-3.debian.tar.gz
 f71e350a9621239373a2cf959690886d955bfde77ca469fc12eccd028079e7d5 545960 
rsyslog_5.8.11-3_amd64.deb
 fd718bf4318459837d4c6c5bcc3b2bfd0a127b4dbf596e5bb1f9317471710dea 1108324 
rsyslog-doc_5.8.11-3_all.deb
 c9a5006134ab543b505a627272d4bf7460b9aa0e0b551b6edc920020638e88be 121266 
rsyslog-mysql_5.8.11-3_amd64.deb
 af5e410d7f4554543cb98bc5d344874a112e66ea91135272dc4838779d9a9e01 121020 
rsyslog-pgsql_5.8.11-3_amd64.deb
 c355bdb8101c5f9300fbcf142c439e35af0dde1de7ced10e88c0fdbf2a44e9c9 129140 
rsyslog-gssapi_5.8.11-3_amd64.deb
 3c9188f4ce96b3daa9d7c5d046d5f18d93c1bee154c2eed1d57ab97f0069ab1e 128378 
rsyslog-gnutls_5.8.11-3_amd64.deb
 19a7402630d8978ddcfb4b55ce83ae43c4d7034cdc89e0fbb4c2f34b3135cdba 121160 
rsyslog-relp_5.8.11-3_amd64.deb
Files: 
 07ab0820ee2912aaa93d6ef0aeab35a6 2255 admin important rsyslog_5.8.11-3.dsc
 38972610529afd31f6436dba01f393f8 30100 admin important 
rsyslog_5.8.11-3.debian.tar.gz
 3c58ddcfc2728568f941f4b963cd6d3c 545960 admin important 
rsyslog_5.8.11-3_amd64.deb
 4c652cc310491172e607d721b33f9c59 1108324 doc extra rsyslog-doc_5.8.11-3_all.deb
 ee9402a04f09fa249cee43b3b37b57ef 121266 admin extra 
rsyslog-mysql_5.8.11-3_amd64.deb
 dd9cf185ad17f113f71ae51b6c19f502 121020 admin extra 
rsyslog-pgsql_5.8.11-3_amd64.deb
 80f2a31e14d55828df32606d90d7670d 129140 admin extra 
rsyslog-gssapi_5.8.11-3_amd64.deb
 3cf3a237fdc44dea48cf05c324c2504a 128378 admin extra 
rsyslog-gnutls_5.8.11-3_amd64.deb
 1f74e4040bd11f6a9424ddc6ec02ff32 121160 admin extra 
rsyslog-relp_5.8.11-3_amd64.deb

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

iQIcBAEBCAAGBQJRNmzsAAoJEGrh3w1gjyLc9EgP/Rlb5J2Cxv+2bXqdtYCA0bsj
SCLKqharwBgba0l8ymXF+Lr+ucE1yQMpxwKoqeX8xT4kypHcxkDRo8Hmy/sgt9YW
pfK5oZ4UUXvdW8ZJoASvtsdT1a+nnpyPUgIABv5yYQws/T2JSj5kBjCO+QLlZqJV
8qm4MY4fUd08lOoFHnxf8J8zonzQCK3QMpk3eZRLORzM8396PfuQ9qkFFK4U6IV9
4ShjIzH6kEEOGNGZXxlfIoXaHpE6vm268q0DGpg1KXbRQqdFWXsPQThd+Au5MR57
F1x+fJRPGV9QZnSOObSm+63y2aDHw7nS2OUqLBC7is3ih30bpWCeYZauFJJg/LKz
RHd4mSkAuBMB7CaB5UmZXyYoC92udcwWmIUfaDRqkMhfSktkNsKjVoLXW6ojWxcp
IvaoW9peQ49uVx/Qf4comLsFno2xXU4FiB8VUF2zmOKTqkVqKvceW8+akAkpaxyd
+mLe1czPohMI+5ys2tzz24l+/S2qD5xPaXgoIoOu/M+3zI7XFf+vsGfvVERATakV
HZpdANGB6AV5zISiZxIqnOp3KXHA3VGrMzNUgLFH0gKcZeGdqqVDSyj5h8qZ1NGZ
e7uFrtV0MtVdWuXzlGDKR8S6kcIXzL4NzpDAW3OT5ogc8ShVsBCiSLlkpPIegPJh
gOSf6hvJp92rBhbqH81D
=5nvC
-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/e1ud0bu-0002a8...@franck.debian.org



Accepted underscore 1.4.4-1 (source all)

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

Format: 1.8
Date: Tue, 05 Mar 2013 22:48:57 +0100
Source: underscore
Binary: libjs-underscore node-underscore
Architecture: source all
Version: 1.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libjs-underscore - JavaScript's functional programming helper library
 node-underscore - JavaScript's functional programming helper library - NodeJS
Changes: 
 underscore (1.4.4-1) unstable; urgency=low
 .
   [ upstream ]
   * New upstream release:
 + Added _.findWhere, for finding the first element in a list that
   matches a particular set of keys and values.
 + Added _.partial, for partially applying a function without
   changing its dynamic reference to this.
 + Simplified bind by removing some edge cases involving constructor
   functions. In short: don't _.bind your constructors.
 + A minor optimization to invoke.
 .
   * Update copyright file:
 + Fix drop an obsolete reference to GPL.
 + Extend coverage of main copyright holder.
 + Fix add dummy GPL-2 License paragraph.
   * Have git-import-orig suppress .gitignore files.
   * Bump standards-version to 3.9.4.
   * Use anonscm.debian.org URL for control file Vcs-Git field.
Checksums-Sha1: 
 2dbbe75d6362f776cfec65c45ee5993e4f437940 2068 underscore_1.4.4-1.dsc
 870ff3b67f848b19318ffbde4e038e6dd1caa9c9 189218 underscore_1.4.4.orig.tar.gz
 2136710c53b198461147ffeb4524d5d9b59b1bba 5877 underscore_1.4.4-1.debian.tar.gz
 f02b2f9aaab0b7e2d5a13d2169acc3aa4039ac1d 48578 libjs-underscore_1.4.4-1_all.deb
 9500e2d4cd8c82b052a182984bb836a3a3d0a89b 32362 node-underscore_1.4.4-1_all.deb
Checksums-Sha256: 
 b4c6ac0c1d6310a3fda83defe315a1639b4d352e0c8d579c14f9df47634a6798 2068 
underscore_1.4.4-1.dsc
 87a8603d90d306f64a00fed05abc496a6654594c5f651fc08c0b64ea016f5d99 189218 
underscore_1.4.4.orig.tar.gz
 c0304fb28c5320ffa4d6a9aa03a12a36c61a83fec0de09518c42577ba1d804af 5877 
underscore_1.4.4-1.debian.tar.gz
 1831e88a24ac8b14f2c20fd4eba94b443a7d1f13c9c66bf27e99c1ceb0d1d357 48578 
libjs-underscore_1.4.4-1_all.deb
 c5263cdc8ddab0b3e61c30f6b0c28e6a31427e976fa6778a9a980a062fe8e608 32362 
node-underscore_1.4.4-1_all.deb
Files: 
 385836d9fa16933a441b420aed604d3c 2068 web optional underscore_1.4.4-1.dsc
 19c75a01798773486997ae75fa95ec07 189218 web optional 
underscore_1.4.4.orig.tar.gz
 45794f9db16546534538d421c91f5b88 5877 web optional 
underscore_1.4.4-1.debian.tar.gz
 ee796d608607d33fe822beac26588083 48578 web optional 
libjs-underscore_1.4.4-1_all.deb
 c13df4baf5c4b7902399b298545e 32362 web optional 
node-underscore_1.4.4-1_all.deb

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

iQIcBAEBCgAGBQJRNm03AAoJECx8MUbBoAEhRckP/Aw2Pg4pbTp0CN37nfDf1Wnz
K1eL4GRnikVxeFVqUTdPvN2FAl03JHRF0TH/vcgwpm5/rWBcTidTI4dcozKNgtMi
mNImC8KD5YaWde8KGVnQo2i33oRaQn08yse2Xaogmdc3mSoYtpFu846PpxFtYGEb
MozV2foLU7nQxmO0BMIJh0E4IL+sSp7onGD6WguSXogq7KTlkY14ZdLcMOEwLb1X
kvqdRuc4gcFNfQ+x7ilDUzSZqB4anpWW6gnqkVmIMBPJFj+aVxbykD2GpQnQKjC1
7WNSWHwXfYKGKU8OpK9uROSReN/Jiy9RRoleVrk5VRW1AFnOd9E5QtTwQwU1zavi
r4N6H5JHnayXfc0kFyMdXEMHCDodzc0RfanNuFfiT8jVR9cnP8A2oDu4auiBQkUG
NnA8asnRa69+Uo3+o6i9WEm/Mzg7YFbROD6GYIKxxvBPEHcRirGKcSzNcmvjuphf
43GGa6oxhmb6GubGL3qg5huUPg815ZfhvklSx7XXXoclRO3tHXUA6MY7CK3O73Di
Q9h7/jYSE6122tqmL7PEhFhxmLp5hpxzKKvBsz8ynlmJc71DDlQhdWLih8UClJBS
PB0ebRidQ73Ljg7GmRhFkgpbmPXi69d83tHk3hcK8ezbw/UgriqGf0PTUi4BYL4i
+fcE43r+8CrM7AAmTlEs
=lWpW
-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/e1ud0ba-0002du...@franck.debian.org



Accepted lazarus 0.9.30.4-6 (source amd64 all)

2013-03-05 Thread Abou Al Montacir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 05 Mar 2013 09:15:00 +0100
Source: lazarus
Binary: lazarus-0.9.30.4 lazarus-src-0.9.30.4 lazarus-ide-0.9.30.4 
lazarus-ide-gtk2-0.9.30.4 lazarus-ide-qt4-0.9.30.4 lcl-0.9.30.4 
lcl-utils-0.9.30.4 lcl-units-0.9.30.4 lcl-nogui-0.9.30.4 lcl-gtk2-0.9.30.4 
lcl-qt4-0.9.30.4 lazarus-doc-0.9.30.4 lazarus lazarus-src lazarus-ide 
lazarus-ide-gtk2 lazarus-ide-qt4 lcl lcl-utils lcl-units lcl-nogui lcl-gtk2 
lcl-qt4 lazarus-doc
Architecture: source amd64 all
Version: 0.9.30.4-6
Distribution: unstable
Urgency: low
Maintainer: Carlos Laviola clavi...@debian.org
Changed-By: Abou Al Montacir abou.almonta...@sfr.fr
Description: 
 lazarus- IDE for Free Pascal - SDK dependency package
 lazarus-0.9.30.4 - IDE for Free Pascal - suite
 lazarus-doc - IDE for Free Pascal - documentation dependency package
 lazarus-doc-0.9.30.4 - IDE for Free Pascal - documentation
 lazarus-ide - IDE for Free Pascal - common IDE files dependency package
 lazarus-ide-0.9.30.4 - IDE for Free Pascal - common IDE files
 lazarus-ide-gtk2 - IDE for Free Pascal - GTK+ version
 lazarus-ide-gtk2-0.9.30.4 - IDE for Free Pascal - GTK+ version
 lazarus-ide-qt4 - IDE for Free Pascal - IDE build on top of Qt backend 
dependency p
 lazarus-ide-qt4-0.9.30.4 - IDE for Free Pascal - Qt version
 lazarus-src - IDE for Free Pascal - LCL source code dependency package
 lazarus-src-0.9.30.4 - IDE for Free Pascal - LCL source code
 lcl- Lazarus Components Library - LCL dependency package
 lcl-0.9.30.4 - Lazarus Components Library - LCL suite
 lcl-gtk2   - Lazarus Components Library - GTK+ backend dependency package
 lcl-gtk2-0.9.30.4 - Lazarus Components Library - GTK+ backend
 lcl-nogui  - Lazarus Components Library - no GUI backend dependency package
 lcl-nogui-0.9.30.4 - Lazarus Components Library - no GUI backend
 lcl-qt4- Lazarus Components Library - Qt backend dependency package
 lcl-qt4-0.9.30.4 - Lazarus Components Library - Qt backend
 lcl-units  - Lazarus Components Library - backend independent components depen
 lcl-units-0.9.30.4 - Lazarus Components Library - backend independent 
components
 lcl-utils  - Lazarus Components Library - command line build tools dependency
 lcl-utils-0.9.30.4 - Lazarus Components Library - command line build tools
Changes: 
 lazarus (0.9.30.4-6) unstable; urgency=low
 .
   * Fixed typo in name of conflicting packages (lazarus-docs = lazarus-doc).
Checksums-Sha1: 
 b32d7b9c6035212edc97b7e2898dd8142ad0597c 3215 lazarus_0.9.30.4-6.dsc
 5b8a82e48a35abf23b1dbd6c815c4e2ca523311c 42433 lazarus_0.9.30.4-6.debian.tar.gz
 53b8cca597cb2a24fed750722deb0b304d71b37e 6015406 
lazarus-ide-0.9.30.4_0.9.30.4-6_amd64.deb
 113477b27e52d7f300a188f62a95b5d9ff87a27d 6581440 
lazarus-ide-gtk2-0.9.30.4_0.9.30.4-6_amd64.deb
 9f784c9275e633ec6bf5787f9d39e840913c75f0 20088 
lazarus-ide-qt4-0.9.30.4_0.9.30.4-6_amd64.deb
 1b81c9ff7a9ba02cfed0a04df82d19e7d2efeb73 19876 
lcl-0.9.30.4_0.9.30.4-6_amd64.deb
 a89909761f4b8c753f0cd06203a4b230675525d4 5439854 
lcl-utils-0.9.30.4_0.9.30.4-6_amd64.deb
 acc1d9ad3644a0053bc9d7140831c8682bbf3ba1 29094480 
lcl-units-0.9.30.4_0.9.30.4-6_amd64.deb
 fb35c24fbbbd0301f616cd3a1cdfd3e749357d01 48844 
lcl-nogui-0.9.30.4_0.9.30.4-6_amd64.deb
 5b210a89bd884cb5c2f4c4e3117e2cd2218f3293 1332364 
lcl-gtk2-0.9.30.4_0.9.30.4-6_amd64.deb
 a20911b6ba294d78ea7e0dec82e90f0af162fd7f 2079892 
lcl-qt4-0.9.30.4_0.9.30.4-6_amd64.deb
 6aa5d73a798dad5253ab44aee096faa5b4dfb32e 19824 lazarus-ide_0.9.30.4-6_amd64.deb
 94b2dce98c300353c16c463e8393a7e25cbc3e0b 19860 
lazarus-ide-gtk2_0.9.30.4-6_amd64.deb
 222544e7f3ff743d4cfed5df561a8afbd3e31f00 19870 
lazarus-ide-qt4_0.9.30.4-6_amd64.deb
 785bde879f2f11a132c4c5798487bb9921b672da 19806 lcl_0.9.30.4-6_amd64.deb
 bb0015035498a71158b5d80de9dc620ee116c864 19824 lcl-utils_0.9.30.4-6_amd64.deb
 8a19b57220db79f78aee95368912d42a271cf441 19812 lcl-units_0.9.30.4-6_amd64.deb
 64915a39b1a58bd1d1706049c18715722d7a32e2 19848 lcl-nogui_0.9.30.4-6_amd64.deb
 215e5bc62df3452dc3897e895638024c9ef8b5db 19836 lcl-gtk2_0.9.30.4-6_amd64.deb
 98ab199ca8f75829e2154020f10701a570f1d9eb 19834 lcl-qt4_0.9.30.4-6_amd64.deb
 f99460104c9185e350df4796736db1dc5c0b32dc 20210 
lazarus-0.9.30.4_0.9.30.4-6_all.deb
 f5af500f4d5d78909cca4809a9a6d9b8009a7d0f 14054808 
lazarus-src-0.9.30.4_0.9.30.4-6_all.deb
 eff697308819cedab32cfd60ab67907bb789897d 3004602 
lazarus-doc-0.9.30.4_0.9.30.4-6_all.deb
 4daf52d155980b00aba1573d9d4a47483b6f5f81 19784 lazarus_0.9.30.4-6_all.deb
 d4d7cd7fe681907b4d63f2888e8cf321734eaf2f 19846 lazarus-src_0.9.30.4-6_all.deb
 4fc676b663f17301004ebe2bc578c17233758aa9 19890 lazarus-doc_0.9.30.4-6_all.deb
Checksums-Sha256: 
 5a4b44a10f5184e7f81a314486de0d6848286093b946ee7825e51d5b449585f0 3215 
lazarus_0.9.30.4-6.dsc
 84aaadd8b207d1f3118cfea98d82197572fd2a6533ec08b3b90846d04844997b 42433 
lazarus_0.9.30.4-6.debian.tar.gz
 2677b1a1a1235e64fc4ac4f7ff0a2b26686da2404f38cb2aa78785cd80b3a1be 6015406 
lazarus-ide-0.9.30.4_0.9.30.4-6_amd64.deb
 

Accepted node-stringprep 0.1.5-1 (source amd64)

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

Format: 1.8
Date: Wed, 06 Mar 2013 01:01:00 +0100
Source: node-stringprep
Binary: node-node-stringprep
Architecture: source amd64
Version: 0.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 node-node-stringprep - ICU StringPrep profiles for Node
Changes: 
 node-stringprep (0.1.5-1) unstable; urgency=low
 .
   [ upstream ]
   * New release.
 .
   * Have git-import-orig suppress .gitignore files.
   * Bump dephelper compatibility level to 8.
   * Bump standards-version to 3.9.4.
   * Use anonscm.debian.org URL for control file Vcs-* fields.
   * Update copyright file:
 + Fix use comment pseudo-paragraph to obey silly restrictions of
   copyright format 1.0.
 + Shorten GPL License comment, and quote license name.
   * Update watch and rules files to directly use github.com URL (not
 githubredir.debian.net).
Checksums-Sha1: 
 e1a08d9889d62f7f66b3ce61656434101eafb768 2058 node-stringprep_0.1.5-1.dsc
 4ed6a558426e6d113335bf190987ac4f0f775807 4309 node-stringprep_0.1.5.orig.tar.gz
 a355cc349733a32abb803eb2a39b070cdd7fd05a 3895 
node-stringprep_0.1.5-1.debian.tar.gz
 9f9cac62035c56b8f546e8486d8b6af2525cca66 19698 
node-node-stringprep_0.1.5-1_amd64.deb
Checksums-Sha256: 
 f4088fcf9cbfb90bd0b094271b4446f9160bd9b3d55ca58ab736162273cc6aa4 2058 
node-stringprep_0.1.5-1.dsc
 f094dceaad9fe4e6bfdf218b352330b8e9608ee86df354d8b68f7e87a941cf30 4309 
node-stringprep_0.1.5.orig.tar.gz
 2d129a817f357ff581293aea5a08d51f076639513247d16c724b7421605a286f 3895 
node-stringprep_0.1.5-1.debian.tar.gz
 e9c7e69d0572c406b60dc9030befbdc7af82d83ffea007360b85b5af08da97bd 19698 
node-node-stringprep_0.1.5-1_amd64.deb
Files: 
 df9068e3110095bd92d6885e79820320 2058 web optional node-stringprep_0.1.5-1.dsc
 31b51eaf62afd5cec42b251652d9aefa 4309 web optional 
node-stringprep_0.1.5.orig.tar.gz
 1ff31e1268b3abbe4c14d22cb0923e5e 3895 web optional 
node-stringprep_0.1.5-1.debian.tar.gz
 5b24789734887db6b021487ef634c23d 19698 web optional 
node-node-stringprep_0.1.5-1_amd64.deb

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

iQIcBAEBCgAGBQJRNogEAAoJECx8MUbBoAEhNxgQAJLLO/nngia16PYLMWx7dTu8
gMOAlPAlVvn+Pn+a78NFqkY8bfMKTI3AwfUZYAnxXxsDV0XXGwg9kaDTn0iy52lW
P2brSL5WttyRGyprH0mANowEKcQbKkqHazJH+j5AbRcW+zAIo/eKB5BKLMt4MHFo
CUPleiS27zQdgXk8N/O8p/ENi4Rn+k20aytj5jP1ZtYiyEZ/OvvGsC2XkdGzsXA8
L00KRHjcId13qjz8cd2C8Fyx7zk8gH5KyRvdJSrgGlMwWlJAsSZi6Tuaa3EvWJuo
kwogE4y2rrOP9lUe1l4qQoOHUyl0y1yUhUUHvyJKbqEVmquxtzUOTD2HOwsKNmOM
WWFTWfeOCTMH4gT8hbwK+sG1j80BNZN/4hTJ7bvCfnp/n6IFx5F0GttCrtNFCOeR
Zdpd0qTR5hYDxn6tagl4BCZKCtNqKSsfDvH+sDl+bI4Kf8s9CwRL5WKkiAq/cxfc
HqWpI3ebAAkxG8Dxr+/02DR7NGrFAMk+KvhnKCVtCAwIdCqZRDYSKh7M9u/aK1j/
4wsdqsEQF28Bxi4Gr6KlkYkOhrlGmKyyRmBO85L+GSuR1SImce9RSrA9pB20TqxV
lsKkUDgTeC+y+1wAI1JvzvXqRdvlHIk/+0tVrcUTRDc+5+vwOYi8YT6BvcG+fkCx
aG3a9TSJZE4qXnDFUoH0
=pUdn
-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/e1ud239-0002st...@franck.debian.org



Accepted ledger 3.0.0~20130302+4810da9-1 (source amd64)

2013-03-05 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 14:34:20 -0400
Source: ledger
Binary: ledger
Architecture: source amd64
Version: 3.0.0~20130302+4810da9-1
Distribution: experimental
Urgency: low
Maintainer: Matt Palmer mpal...@debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 ledger - command-line double-entry accounting program
Closes: 698239 701086
Changes: 
 ledger (3.0.0~20130302+4810da9-1) experimental; urgency=low
 .
   * Updated git snapshot for experimental (Closes: #701086).
   * Build system switched (upstream) to CMake.
   * Added trivial build-arch and build-indep targets
   * No longer install /usr/share/doc/ledger/examples/tools; not of
 interest to end-users.
   * Add hardening flags
   * Update Homepage, thanks to Ryan Kavanagh (Closes: #698239).
   * Add Vcs-Browser and Vcs-Git fields.
   * Use new emacs ledger mode (ldg-new.el) by default.
   * Link with -Wl,--as-needed to avoid depending on 2 extra boost libs.
Checksums-Sha1: 
 5adf27cf157560a6378a02dc4e1509d0c5b75e38 1716 
ledger_3.0.0~20130302+4810da9-1.dsc
 fee6021d2f7fec306ce7847bbd2d6b410067e187 878941 
ledger_3.0.0~20130302+4810da9.orig.tar.gz
 3fe20ff27cb35ce3e28d424012244d93af3b5f68 6229 
ledger_3.0.0~20130302+4810da9-1.debian.tar.gz
 905136b9dcb201ba00b35f612a1cddbd96f0b0a8 2220014 
ledger_3.0.0~20130302+4810da9-1_amd64.deb
Checksums-Sha256: 
 c5be7294b281cd2d2d6b15df3264b30a34c26748c4844d3d137854a7daccec23 1716 
ledger_3.0.0~20130302+4810da9-1.dsc
 c0d4625eac3727c982c295b1195ff1b045cfd129b8e771ede39cce5d455e793d 878941 
ledger_3.0.0~20130302+4810da9.orig.tar.gz
 3abdd31a162e915ee305e079d75ffde4a450d45b4a4626e2f254386450ea8126 6229 
ledger_3.0.0~20130302+4810da9-1.debian.tar.gz
 eb0877ca566560934e66bbb3ff0c72dbfc140bd9a8cdd92b05a98a7dcba51154 2220014 
ledger_3.0.0~20130302+4810da9-1_amd64.deb
Files: 
 0e3b6feedf37029383a69a5eff139314 1716 utils optional 
ledger_3.0.0~20130302+4810da9-1.dsc
 3a77f79353831b6387d9fa6736d35d39 878941 utils optional 
ledger_3.0.0~20130302+4810da9.orig.tar.gz
 86a949d2cfde6410ec88806b8dcbc6c2 6229 utils optional 
ledger_3.0.0~20130302+4810da9-1.debian.tar.gz
 859645ff86475b3c9e49a920f33bb5bd 2220014 utils optional 
ledger_3.0.0~20130302+4810da9-1_amd64.deb

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

iJwEAQECAAYFAlE2XloACgkQTiiN/0Um85kRngP/QNt+BUTFSXKeGU1LkbQOCDny
PsqFfP0pyCF7wvAW9fKCY+bSDFCspr5aqPcKn2DhMo7fO6kVb1JGRCZQseXf33Y3
ITjUZKmoO60Bz7NcGTFT95ajx1aELcZktiKK4+UYOKU+eyf8lK3BQOKqT0OX2lVi
iCwQDnntUNpn2Dmn9f4=
=QTVW
-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/e1ud4ow-0006md...@franck.debian.org



Accepted sisu 4.0.10-1 (source all)

2013-03-05 Thread Ralph Amissah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 21:52:42 -0500
Source: sisu
Binary: sisu sisu-complete sisu-pdf sisu-postgresql sisu-sqlite
Architecture: source all
Version: 4.0.10-1
Distribution: experimental
Urgency: low
Maintainer: SiSU Project s...@lists.sisudoc.org
Changed-By: Ralph Amissah ra...@amissah.com
Description: 
 sisu   - documents - structuring, publishing in multiple formats and searc
 sisu-complete - installs all SiSU related packages
 sisu-pdf   - dependencies to convert SiSU LaTeX output to pdf
 sisu-postgresql - SiSU dependencies for use with PostgreSQL database
 sisu-sqlite - SiSU dependencies for use with SQLite database
Closes: 617359
Changes: 
 sisu (4.0.10-1) experimental; urgency=low
 .
   * uploaded to experimental due to Debian freeze for Wheezy
   * [f288e2f] v4: version  changelog
   * [27bd56a] v4: texpdf, report to STDERR when pdf not generated
   (Closes: #617359)
 * note: .tex file is almost certainly produced by sisu, this will be a sisu
   packaging, texlive dependency issue, preventing its conversion to pdf
   * [4dd30e8] v4: sysenv, set default output (directory layout) type where none
   configured
 * (also turned off reporting where imagemagick  graphicsmagick not
   installed)
   * [839f037] v4: html, epub, minor cleaning of output
   * [4e9f3f2] debian/control, sisu-pdf needs texlive-generic-recommended
Checksums-Sha1: 
 e675f95f576f99bd7cf4a99a0605be41c6ffedad 1363 sisu_4.0.10-1.dsc
 e4f39ef3596c9736498964f6cbd9e71a59e5c689 1398920 sisu_4.0.10.orig.tar.xz
 1aad2cd3ecc617b0b9a1188db4dbdc7d35d4cd65 62314 sisu_4.0.10-1.debian.tar.gz
 92d2ffe8681773f1fdd6e74d721be14cb20277cb 1532988 sisu_4.0.10-1_all.deb
 61c1a0a9ab4873c3f39366b8114f0ca64d1cfad1 57920 sisu-complete_4.0.10-1_all.deb
 a941e04b7c250dec7c56191bd4be8032327ba6ce 58556 sisu-pdf_4.0.10-1_all.deb
 b78ddd02dfa97cff556a0e05b169e874a61a397c 58982 sisu-postgresql_4.0.10-1_all.deb
 6d3896ed28c6b5812b0a5cd41a93fcf352f5d8b7 58942 sisu-sqlite_4.0.10-1_all.deb
Checksums-Sha256: 
 45b5472fccae4c3dd19bfc34f93ca40f82f5b85c0df1fb59d914911ec2348d10 1363 
sisu_4.0.10-1.dsc
 4168f05147d1eac5529c744a1c54ee3d19d56ccd7509ecc30a674b8b1e79de23 1398920 
sisu_4.0.10.orig.tar.xz
 9b738aad023a0d4d157b27898ffa9669e7adc243e0a21019a985cd0d01d9cca9 62314 
sisu_4.0.10-1.debian.tar.gz
 b462b62460c45f0b39a651d6b1814d47163af421217f6f950d26cf982c8a4601 1532988 
sisu_4.0.10-1_all.deb
 1985af85449277b68e69b67398c04940afea88ab39499ffaaa9f2e31cfa4aa59 57920 
sisu-complete_4.0.10-1_all.deb
 f5102e88b8e7a36734b526c374f995fbfd7fc3ac7d55d3e226168b2a6e3de54c 58556 
sisu-pdf_4.0.10-1_all.deb
 29627e94b6efd44150bd05d9696a4da3ec4aefe7e1ff71dd93adb16f2a2db689 58982 
sisu-postgresql_4.0.10-1_all.deb
 191c78e943b5172e6d9f1e65b3d46d8a14807de7250bc473f5992ed7d4406438 58942 
sisu-sqlite_4.0.10-1_all.deb
Files: 
 16b4cda443ffbc58f4d8daaf19d01ccc 1363 text optional sisu_4.0.10-1.dsc
 91473fa4ebe6219f69688fff71cd7274 1398920 text optional sisu_4.0.10.orig.tar.xz
 4fc16ff40f40b3b621642f9cf85dc697 62314 text optional 
sisu_4.0.10-1.debian.tar.gz
 f542e94c9fca50888ce6176b9aa7a59e 1532988 text optional sisu_4.0.10-1_all.deb
 fb8b4cee41cc094f09830f419ba663bd 57920 text optional 
sisu-complete_4.0.10-1_all.deb
 f64768de0445d239c04e0406ffb032b3 58556 text optional sisu-pdf_4.0.10-1_all.deb
 b22f5631116f8290ffe2e22f155981c9 58982 text optional 
sisu-postgresql_4.0.10-1_all.deb
 3a3a99a4ab0a4af09cd86d2dc26e6cd3 58942 text optional 
sisu-sqlite_4.0.10-1_all.deb

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

iEYEARECAAYFAlE2sCEACgkQb3gYqbmPYrFg3ACfbXWldOJs5Ni+Mtk+FijoQmW8
YMkAnA7liW27LghNYdcdTj68GeLbN0xs
=2O7h
-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/e1ud4rf-0002o4...@franck.debian.org



Accepted yade 0.95.0-1~exp1 (source amd64 all)

2013-03-05 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Mar 2013 21:05:08 +0100
Source: yade
Binary: yade yade-doc
Architecture: source amd64 all
Version: 0.95.0-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gl...@debian.org
Description: 
 yade   - Platform for discrete element modeling
 yade-doc   - Platform for discrete element modeling. Documentation
Changes: 
 yade (0.95.0-1~exp1) experimental; urgency=low
 .
   * [2184d2f] Imported Upstream version 0.95.0
   * [3823f78] Add python-argparse into Depends.
   * [34afa31] Update Standards-Version to 3.9.4. No changes.
   * [a2eb063] Update copyright file.
   * [a97d638] Use wrap-and-sort for formatting.
Checksums-Sha1: 
 da45a2d92934f2d3b352eeff0ac58d6a31692a79 2781 yade_0.95.0-1~exp1.dsc
 280d66d628aa9bdd247d8b5383371974013d5efa 3819772 yade_0.95.0.orig.tar.gz
 aa70b869d3ac45a39797552c41e5056095f50657 19055 yade_0.95.0-1~exp1.debian.tar.gz
 ae935d94447769de80461bb88cdc469d2d771cfe 16267188 yade_0.95.0-1~exp1_amd64.deb
 62185608ecaa798cdaa0513db6d3a2b4d35a1209 7183062 yade-doc_0.95.0-1~exp1_all.deb
Checksums-Sha256: 
 f96d342bc969c3114109ba12cd6e32f52da010cfde53b8fb6ee8dfa0c5dc5680 2781 
yade_0.95.0-1~exp1.dsc
 525c3a80a016a79b9d1e9065237354652aa83cca068f667a462a4813f609d836 3819772 
yade_0.95.0.orig.tar.gz
 eb9d2af2e629470053e9a9e9b822756f75338bb5d62adf564db6298c7a13fdc3 19055 
yade_0.95.0-1~exp1.debian.tar.gz
 0be98450dd13db36a80cdaec33c0593024c7b0e45df589c8b23e1d63ae89f4db 16267188 
yade_0.95.0-1~exp1_amd64.deb
 3fe6d6b219bb6ae118a609172393da5fd2427169e311a315aacc0ac8bdcf16dd 7183062 
yade-doc_0.95.0-1~exp1_all.deb
Files: 
 f431d98bc03a48899404a9ef3165bca4 2781 science extra yade_0.95.0-1~exp1.dsc
 5534f82b53ede64932fbec21459e7438 3819772 science extra yade_0.95.0.orig.tar.gz
 563e597a04f8fbb303bc7e8563ffd6bf 19055 science extra 
yade_0.95.0-1~exp1.debian.tar.gz
 f51f7b88953cd493eddc74f29c0c896b 16267188 science extra 
yade_0.95.0-1~exp1_amd64.deb
 2b729ba9317448fb987615cb33e1ed3f 7183062 doc extra 
yade-doc_0.95.0-1~exp1_all.deb

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

iQIcBAEBAgAGBQJRNugxAAoJENPhc4PPp/8G8EoQAJTigV2GtPYIxvywJrrkQqrE
TKBRE7In+eMPT7IfSaPxJ6g/8IBvbvJ+3+Vd8z2Ia+HabEMrunlCPirIWpEjeTS0
F+wEgqMyK3EUIxs0KHsshuKVP1Yjad0HusAhg6zzjCoVlfyulG/4D8uD9X2ejPoN
Ta8CjHRboi+DAGcUMQr3eiiJtmniIYNpBAKLb2yw7SFC8V/fIXfoyKKg9FbJkhjn
8pcuTASFcv6boBClefAye3exGsPooZ6/rgag+aK9xTlv7YuRqWWN7mXga2ztZr6O
y6Av8hKDzJXRCsxxv8HjVoKO/Yk4Jc+k46FQa1BHd7bUiRIPt5ciWJcGmXIawnKp
TxWgFCxVuyBVssNgRUFPcBsllyzGLerydw2it0kO58nGXIq/wZWx8htaKGoJ2/Nx
e4hJMYLxavVEh2C9+0XzdrjHvO7SRiCa0iPH9SA+Cgi7qARcMmmqobLu7W7yS+Tb
jh3gEjc8dzNb2b3tf5VkNn5l00FAaYa7QseG64FTcxehGreenAzcQPJhNkV/ASaY
IWRSyQJJZrLJ2DjgWasN+AKVXuj/N4JWxrKr9nls5ejogxDZ7uIkrnl6IV3gs3c0
LnZoq5TwfAn5Am7A8KchVDNa1gma0tAW+59/QgXp5kR1I5kyOpz6/NxX2/Qt3F95
k2TomtPPsb+7VRxES4xK
=B2xJ
-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/e1ud8nd-0003nv...@franck.debian.org



Accepted frogdata 0.4-1 (source all)

2013-03-05 Thread Ko van der Sloot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 19 Feb 2013 13:53:10 +0100
Source: frogdata
Binary: frogdata
Architecture: source all
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ko van der Sloot ko.vandersl...@uvt.nl
Description: 
 frogdata   - Data files for Frog
Changes: 
 frogdata (0.4-1) unstable; urgency=low
 .
   [ Ko van der Sloot ]
   * New Upstream Release
Checksums-Sha1: 
 d44a184c88059745effebcaa4f68e39de80bf957 1653 frogdata_0.4-1.dsc
 5b999d348919ad27762f21e300e52594b7f29ad3 19881321 frogdata_0.4.orig.tar.gz
 d478ef2cd1dfaa429c31a8155845d6f40f964027 2146 frogdata_0.4-1.debian.tar.gz
 fbd52ecb27cbdce7582653b756993fd251078491 19785816 frogdata_0.4-1_all.deb
Checksums-Sha256: 
 0d73ac2a3e7845af6a9ae52c81c11c6c0a77be90f2bb43cc294c1f80c1600eb1 1653 
frogdata_0.4-1.dsc
 a3b5cc84511ba01bda59c187b46dc67d7b61b6bb368bbcccd510a05fa7b9808e 19881321 
frogdata_0.4.orig.tar.gz
 6b393d4083627d31431a3d8465c97593919a7dfec0e5552013cd6d4f7fa27088 2146 
frogdata_0.4-1.debian.tar.gz
 4b32196c2f344b1a9632c0cbd6ac5c3896a76735a076909cc42dbf855a84390c 19785816 
frogdata_0.4-1_all.deb
Files: 
 8dffc3dddf129669d7a62244cac419cd 1653 science extra frogdata_0.4-1.dsc
 9b71074df98a1bef7a40da692314068f 19881321 science extra 
frogdata_0.4.orig.tar.gz
 117d52e12673babf13a8742cf440f8b3 2146 science extra 
frogdata_0.4-1.debian.tar.gz
 7bfe3e22f982b5f6d46fa1494e235668 19785816 science extra frogdata_0.4-1_all.deb

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

iQEcBAEBAgAGBQJRNvAwAAoJEDNRenKl5rDIeSoH+wXObtveBZQ2L+BsnbuFVn8V
505N0QkPAwwpDn3z+tD71qlkiA+Wr6y5HmpUNS2B4xgmvxJzipEq1/yyaqBDwVQG
nuQOpMT4kR5i6b9ZhTcrF06k4TAu5acvqBu/JGvSIS3wTBJ405Hkx9JXv+AAgIMa
dpDaOJj4SDli6sWl1LlLBsAXdy9WX8EaH4Ck8ix8ulkTmkQ71DVl86nRS5u4A49V
IjtzbKzHFMKviIlhdr91nbi/lQFSy2upqetsYI/tU6Jr1+ZRqFGjd2/ADNSjDoks
3SOfqh/ihMQjEwsoijtPTHkh543jPKA5ESt9XiVY6ntpbUE0Ku46MmfC/BUSJq0=
=N7K6
-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/e1ud94x-0008or...@franck.debian.org



Accepted gnome-online-accounts 3.7.90-1 (source all amd64)

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

Format: 1.8
Date: Wed, 06 Mar 2013 08:01:37 +0100
Source: gnome-online-accounts
Binary: gnome-online-accounts libgoa-1.0-0 libgoa-1.0-dev libgoa-1.0-common 
libgoa-1.0-doc gir1.2-goa-1.0
Architecture: source all amd64
Version: 3.7.90-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gir1.2-goa-1.0 - Introspection data for GNOME Online Accounts
 gnome-online-accounts - GNOME Online Accounts
 libgoa-1.0-0 - library for GNOME Online Accounts
 libgoa-1.0-common - library for GNOME Online Accounts - common files
 libgoa-1.0-dev - library for GNOME Online Accounts - development files
 libgoa-1.0-doc - library for GNOME Online Accounts - documentation files
Changes: 
 gnome-online-accounts (3.7.90-1) experimental; urgency=low
 .
   * New upstream release
   * Update build dependencies according to configure.ac changes:
 - libglib2.0-dev bumped to (= 2.35.0)
 - libsoup2.4-dev (= 2.41) instead of libsoup-gnome2.4-dev (= 2.26)
   * debian/rules: fix typo --enable-flicker configure flag (flickr)
   * debian/rules: add --enable-imap-smtp configure flag
Checksums-Sha1: 
 c6f626114dd41118ce7052f2a6eec55049d98436 2223 
gnome-online-accounts_3.7.90-1.dsc
 f4dbfc618b35e99622358a0a9e750d056601cec1 639772 
gnome-online-accounts_3.7.90.orig.tar.xz
 a59a096928df815cccfed93bbe4353741f245222 7960 
gnome-online-accounts_3.7.90-1.debian.tar.gz
 d4b37994445469e3f89528d7caf0867bc8ccd784 121998 
libgoa-1.0-common_3.7.90-1_all.deb
 cfc4e8e9fd6b3496f26af359da01aa8c21de5696 92150 libgoa-1.0-doc_3.7.90-1_all.deb
 2885a2235c74ecf7043215f81ffe7f8df516064b 72604 
gnome-online-accounts_3.7.90-1_amd64.deb
 fff04ba5fd437185ee26959a455c943b7258b198 158652 libgoa-1.0-0_3.7.90-1_amd64.deb
 6c1ef9c0d139efd50409cf8ab8e382bb666970ac 35458 
libgoa-1.0-dev_3.7.90-1_amd64.deb
 e228180afa05fea929aeadf15cc1685c90d33dd3 15070 
gir1.2-goa-1.0_3.7.90-1_amd64.deb
Checksums-Sha256: 
 568ba9fd88a1d6d0d866cf892938615fa363ad4d3216f8de83004ca2cb56bb67 2223 
gnome-online-accounts_3.7.90-1.dsc
 40933260a3b663c8d3371007b167ab27d30c8a38878491f216dfdd381edad07e 639772 
gnome-online-accounts_3.7.90.orig.tar.xz
 72879f3c1bc0e35b12f30b5cd301de8f6d1f604d247f078b6087a4278b37fe6f 7960 
gnome-online-accounts_3.7.90-1.debian.tar.gz
 f768334fef405351eb248ce59b03bfb35c547f97d9afff07fbe2eb6648370aac 121998 
libgoa-1.0-common_3.7.90-1_all.deb
 2343366b4af460984d2ec13b6ac1205b216f2f523f6c0908a16b21ed9ee054c5 92150 
libgoa-1.0-doc_3.7.90-1_all.deb
 16cc6d65bd8632fffba297bbcf5d2e91eb00184fe185ca6fb8aad6d9226dc41d 72604 
gnome-online-accounts_3.7.90-1_amd64.deb
 a202cbad8e6697e40bf516678d83bec9070b7a25c2fb904c6a69e71cdd5b5149 158652 
libgoa-1.0-0_3.7.90-1_amd64.deb
 e27e7f8afe9dc15d1246f04a181926c47aab11415d42e72c7888125758ee8b22 35458 
libgoa-1.0-dev_3.7.90-1_amd64.deb
 bff724227ee0f06871c063452b16126111eab9866854673e02f37f76cbb14f8c 15070 
gir1.2-goa-1.0_3.7.90-1_amd64.deb
Files: 
 f3da42e9f6bec5b534ead8145d9fbc06 2223 gnome optional 
gnome-online-accounts_3.7.90-1.dsc
 6dfd56f7df5ae3b0fec29c25a76c5e49 639772 gnome optional 
gnome-online-accounts_3.7.90.orig.tar.xz
 8ce0ca71780b12908b8b3f1e368b081d 7960 gnome optional 
gnome-online-accounts_3.7.90-1.debian.tar.gz
 10d39b2b6919d8e797cb71d565ed198b 121998 libs optional 
libgoa-1.0-common_3.7.90-1_all.deb
 e3aa732bebcc8ad80de4b54206a23a60 92150 doc optional 
libgoa-1.0-doc_3.7.90-1_all.deb
 7934fb4694e80e5a6a6aca492610b159 72604 gnome optional 
gnome-online-accounts_3.7.90-1_amd64.deb
 f0ddac3e238c6c12c9370363e613c1be 158652 libs optional 
libgoa-1.0-0_3.7.90-1_amd64.deb
 350336ce6259f9153ffbf2247d758b84 35458 libdevel optional 
libgoa-1.0-dev_3.7.90-1_amd64.deb
 1796440567905ae447159c82454adad1 15070 introspection optional 
gir1.2-goa-1.0_3.7.90-1_amd64.deb

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

iEYEARECAAYFAlE28d8ACgkQcgQ2cL3l8e5J0QCg3uFJVzPAwHFEoOkQpZxJ/J8w
GDsAn31/eIxV6UABmwne+X8xy8MFaCXn
=INfd
-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/e1ud94i-6e...@franck.debian.org