Unsubscible

2014-11-14 Thread Li, Fei OM/STS-ESD

Unsubscible


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/9f33e2b9ded6d34c966a72f4ef9dfd8c26627...@cn010089.schaeffler.com



Bug#769516: ITP: liberasurecode -- support of multiple erasure code backends

2014-11-14 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: liberasurecode
  Version : 0.9.10
  Upstream Author : Eric Lambert eric_lamb...@xyratex.com
* URL : https://bitbucket.org/tsg-/liberasurecode
* License : BSD-style
  Programming Lang: C
  Description : support of multiple erasure code backends

 Liberasurecode is an erasure code library which can support multiple erasure
 code 'backends'. The repository includes a Jerasure for Reed-Solomon
 implementation.

This library is a dependency of PyECLib, which will be soon a dependency
for OpenStack swift.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141114085104.21088.91231.report...@buzig.gplhost.com



Bug#769519: ITP: python-pyeclib -- interface for implementing erasure codes

2014-11-14 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-pyeclib
  Version : 0.9.10
  Upstream Author : Kevin Greenan kmgre...@gmail.com
* URL : https://bitbucket.org/kmgreen2/pyeclib
* License : BSD-2-clause
  Programming Lang: C, Python
  Description : interface for implementing erasure codes

 This library provides a simple Python interface for implementing erasure
 codes. To obtain the best possible performance, the underlying erasure code
 algorithms are written in C.
 .
 This library makes use of Jerasure for Reed-Solomon and provides its own flat
 XOR-based erasure code encoder and decoder. Currently, it implements a
 specific class of HD Combination Codes (see Flat XOR-based erasure codes in
 storage systems: Constructions, efficient recovery, and tradeoffs in IEEE
 MSST 2010). These codes are well-suited to archival use-cases, have a simple
 construction and require a minimum number of participating disks during
 single-disk reconstruction (think XOR-based LRC code).

This will soon be a dependency in Swift when they will implement erasure code.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141114092940.25883.56214.report...@buzig.gplhost.com



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Raphael Hertzog
On Fri, 14 Nov 2014, Ron wrote:
  So I am a Kali Linux contributor. We use git repos to maintain all our
  packages and we use git-buildpackage.
 
 I guess the first question there is what were the arguments put forward
 for deciding to 'standardise' on gbp?  If there wasn't one, maybe that's
 an argument you should have (and if there was, maybe it's one to revisit :)

1/ It's the tool I was most familiar with
2/ It was rather well documented
3/ It seemed to be the most popular tool within Debian
4/ It forces the user to follow some conventions and this is good when
   you have newcomers
5/ It did the job

You can try to sell me gitpkg but I'm not sure it will bring this
discussion forward.

 If you have a clearer idea now of the problems you are facing, it might
 make properly evaluating things that avoid those problems easier.

My problems are not so much technical, my problem is having a general
recipe that work well enough for most packages so that I have to be
involved for the few special cases.

Changing for another tool will not improve the situation if that other
tool requires an evaluation of the layout of each repository before being
able to execute the right incantation.

When Kali forks a package it's usually because we need a new upstream
version, or because we want to apply a pre-existing patch. It's not rocket
science and it ought to be doable rather easily, whatever helper tool
Debian uses.

git-buildpackage has not been a major obstacle for us, on the contrary.
Thanks to git-import-dsc we can hack an any package by always following
the same workflow.

But now if I want to go one step further and build on the existing
repositories while still trying to keep the same level of simplicity,
we have to go one step forward. And that's the step that I'm trying
to push for with this DEP.

 Even if everyone did stick to the conventions already discussed
 (which in reality, they won't) there's still far too many degrees of
 (quite necessary) freedom to really approach a just follow these
 three easy steps kind of uniformity.  And even if you got close to
 achieving that for the debian branches, the (again necessary)
 variability between upstream repos is going to be even greater.

I don't want 100% uniformity, I just want as much uniformity as possible
when there's no good reason to diverge from the recommendations.

For the other cases, we can stick to the current model (building on top of
imported sources packages). It's not perfect but it's a lot better 
if most of our forked packages are based on Debian's git repo.

 I think at some point you're going to have to rely on real human
 intelligence to be able to look at a repo and form their own
 understanding of its structure.  Most really aren't all that
 complicated (however much they vary between each other), and in
 the worst case you can always actually ask the 'upstream'
 maintainer to explain anything that is unclear.

Kali contributors are humans with intelligence but I'd rather
not require too much of their intelligence when it comes to trivial
changes like adding a patch or importing a new upstream version.

Also when you're 2-3 persons maintaining 300+ packages, you really
don't want to have to remember what's special about each package.
This is inavoidable for some packages (say linux) but for the vast
majority one should not need to ask himself too many questions.

 git is already going to namespace them so when you add the remotes
 the branch refs will be (for remotes named upstream, debian, kali):

I know all this, but this requires again a deeper knowledge of git's
features whereas git checkout branch will create a new local branch
based on the remote branch of the same name. If you have branch in
multiple remotes, there is ambiguity.


 If it really is the 'real' debian package, you have no problem
 and don't need a kali tag for it anyway.  If it's a kali special,
 then the package already ought to have a x.y.x-1kali2 type version
 anyway.  So this part already naturally avoids conflicts too.

Using namespaces has other possible benefits: think of building Debian
packages out of a git push. The explicit tag prefix avoids building the
Debian version of the package when I want to build the Kali one (I might
be the maintainer on both Debian and Kali, using the same GPG signature).

  And we could also build on work in progress that has not yet been
  released as a source package. Right now, the only packages where we
  build on top of the Debian git repositories are some native packages
  (like debian-installer).
 
 I can't really tell you how kali ought to work, but if you can solve
 it for this case, you should be able to do the same for non-native
 packages too.  And I would recommend that you try to, even if you
 can't get the uniformity that you'd thing of as ideal.
 
 What is the exact difference that makes native packages work for this
 but others be harder?  In the case of gitpkg, this is really just
 the difference between 

Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Raphael Hertzog
On Thu, 13 Nov 2014, Tobias Frost wrote:
 One point came to my mind: NMUs
 Can we maybe add some words what would be best practice to handle NMUs?

I think the current best practices are fine: the NMUer should send a
debdiff to the BTS. Maybe the patch doesn't apply on top of the
supplementary changes already committed in the git repository. It's not a
big deal, having to rebase patches is part of the job and it's a task
that maintainers should be able to manage.

If NMUers want to go further and apply their changes to the git
repository, fine, but this is a matter of procedure (and could possibly be
documented in the Developer's Reference) but it doesn't have its place
in this DEP IMHO.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114105637.gb28...@home.ouaza.com



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Raphael Hertzog
On Thu, 13 Nov 2014, Bernhard R. Link wrote:
 * Raphael Hertzog hert...@debian.org [14 22:26]:
  Helper tools should usually rely on the output of `dpkg-vendor --query 
  vendor`
  to find out the name of the current vendor. The retrieved string must be
  converted to lower case. This allows users to override the current vendor
  by setting `DEB_VENDOR` in their environment (provided that the vendor
  information does exist in `/etc/dpkg/origins/`).
 
 Is using the vendor you use git on a good default for the vendor code
 you are currently working on? In my experience those two are quite
 unrelated.

Do you have a better default to suggest? In any case, having a default
value is certainly better than not having one and forcing everybody to
configure it in some ways.

I try to work in Kali chroots when I do Kali work. It's true that
it's not always the case but if there were real differences right now I
would pay more attention or would ensure to have the proper environment.

  Version mangling
  
  
  When a Git tag needs to refer to a specific version of a Debian package,
  the Debian version needs to be mangled to cope with Git's restrictions.
  The colon (`:`) needs to be replaced with a percent (`%`), and the tilde
  (`~`) needs to be replaced with an underscore (`_`).
 
 Is there a previous case of encoding colons with percent signs?

This is the current convention used by git-buildpackage and I believe the
% has been picked because it's visually close to : (i.e. two dots/two
circles).

 If it is inventing a third way instead of using on of the existing ones,
 is sounds like a bad idea.

Do you suggest to use URL encoding? That's rather heavyweight for two
special cases that can be easily mapped to other characters that are not
used in version strings. And it would convert characters that do not
need any special escaping currently.

1:1.2.3+dfsg-4~3 gives:
suggested scheme: 1%1.2.3+dfsg-4_3 
full url encoded: 1%3A1.2.3%2Bdfsg-4%7E3 

Or what else do you have in mind?

  Packaging branches and tags
  ===
  
  The Git repository listed in debian/control's `Vcs-Git` field should
  usually have its HEAD point to the branch corresponding to the
  distribution where new upstream versions are usually sent. For Debian,
  it will usually be `debian/sid` (or sometimes `debian/experimental`).
 
 I think this should alternatively allow for Vcs pointing to that branch
 instead. It sometimes makes sense to put the debian package development
 branches in the same repository as the upstream branch, where HEAD might
 be reserved for the upstream branch.

Right, fixed by making it conditional on the absence of -b branch:
-NOTE: The Git repository listed in debian/control's `Vcs-Git` field should
+NOTE: If the Git repository listed in debian/control's `Vcs-Git` field does
+not indicate an explicib branch (with the `-b branch` suffix) then it should
 have its HEAD point to the branch where new upstream versions are being

  When releasing a Debian package, the packager should create and push
  a signed tag named `vendor/version`.
 
 I'd advocate s/signed/(possibly signed)/, as I'm not ready to sign such
 a wildcard with any valuable key and getting another very-low-security
 key just to have signed keys to match this proposal sounds like waste.

Changed to (preferably signed).

 Tags are only based on versions are also quite hard to shuffle around.
 I'd strongly suggest adding the name of the source package to those,
 otherwise accessing multiple packages in on repository causes a big
 mess. (git keeps branches in the per-origin remote namespace when
 fetching stuff, tags only have one global namespace, local and remote).

I don't think this makes sense. The common case is a single software per
git repository. If you have multiple software, then the git way is
to use git submodules. If you have an upstream that doesn't follow those
conventions, then it's a good reason to not follow DEP-14 for the tagging
of your Debian releases.

But I don't think that DEP-14 should cater to upstreams are are going
against the spirit of traditional git usage.

Maybe we can document this as a special case where it's a good idea to
not follow DEP-14 ?

I added this:

@@ -255,6 +257,19 @@ of the `debian/changelog` file are handled by 
`dpkg-mergechangelogs` as
 this will make it much easier to merge between different packaging
 branches.
 
+When to not follow the above recommendations
+
+
+Most of the recommendations in this document assume that the upstream
+developers use their Git repository in a traditional way: one software per
+repository and creating tags for released versions.
+
+When the upstream diverge from those conventions, you are entitled
+to use your common sense and adapt those recommendations accordingly.
+For example, if upstream tags contain the software name (e.g.
+`foo-1.0` and `bar-2.0`), you should probably also consider 

Re: Being part of a community and behaving

2014-11-14 Thread Thorsten Glaser
On Thu, 13 Nov 2014, Ralf Jung wrote:

 How does having yet another NTP client shut off existing NTP clients?

https://github.com/systemd/systemd/commit/7b8b9686e050a2b19ed2a3686af187dffaab5c08

This is like MSDNAA: give away stuff for free (support xntpd¹)
to get people used to the drug (systemd), then remove their
ability to use anything else later.

① And nobody cares about OpenNTPD…

bye,
//mirabilos
-- 
«MyISAM tables -will- get corrupted eventually. This is a fact of life. »
“mysql is about as much database as ms access” – “MSSQL at least descends
from a database” “it's a rebranded SyBase” “MySQL however was born from a
flatfile and went downhill from there” – “at least jetDB doesn’t claim to
be a database”  ‣‣‣ Please, http://deb.li/mysql and MariaDB, finally die!


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1411141241510.17...@tglase.lan.tarent.de



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Marco d'Itri
On Nov 14, Raphael Hertzog hert...@debian.org wrote:

 This is just a proof that storing the patches as real commits is useful.
 And that's the point of the patch-queue tag. Instead of having the patches
 only as real commits in the local repository, they get pushed to the
 public repository too under that tag (instead of appearing only within
 debian/patches/).
In principle I agree, but in practice this must support perfect 
roundtrips preserving all comments and metadata in the patches and gbp 
is still a long way from supporting this.

-- 
ciao,
Marco


pgpr4JxbyBlTR.pgp
Description: PGP signature


Re: Being part of a community and behaving

2014-11-14 Thread Bjørn Mork
Brian May br...@microcomaustralia.com.au writes:
 On 14 November 2014 04:20, Carlos Alberto Lopez Perez clo...@igalia.com
 wrote:

 The last one that I read is that udev is going to stop working on
 non-systemd systems:

 http://lists.freedesktop.org/archives/systemd-devel/2014-May/019657.html


 I don't read anything in that post that says this.

 Am guessing you a referring to the Also note that at that point we intend
 to move udev onto kdbus as transport, and get rid of the
 userspace-to-userspace netlink-based tranport udev used so far quote.

 Which would suggest that udev might stop supporting the
 userspace-to-userspace netlink-based transport in the future. However,
 unless I am mistaken, I don't think this means it will no longer work on
 non-systemd systems.

The next sentence after the one you quote is: Unless the systemd-haters
prepare another kdbus userspace until then this will effectively also
mean that we will not support non-systemd systems with udev anymore
starting at that point.


Bjørn


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87bnoagd0c@nemi.mork.no



relative path in -dbg packages

2014-11-14 Thread Mathieu Malaterre
While reading the wiki page for AutomaticDebugPackages, I was
wondering if it is possible to post-processed object file to
manipulate relatives path for debug info ?

Typical use case is that after installing the -dbg package, you end up
with a gdb backtrace saying:

[...]
brw_meta_fast_clear (brw=brw@entry=0x7fffd4097a08,
fb=fb@entry=0x7fffd40fa900, buffers=buffers@entry=2,
partial_clear=partial_clear@entry=false)
at ../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:447
447 ../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:
No such file or directory.
[...]

Unless you create a fake directory tree, it is tedious to get any
sense of the above.

Sometimes you even get a hardcoded /buildd toplevel path, which may
be annoying to create just to get proper context (function name,
instruction...) for reporting a bug.

So my questions are:
1. Is it possible to post-processed those objects file and change
relative path to full path
2. Is it possible to reserve a system path for debug information, eg
all debug paths should start with /usr/src/debug

Thanks for comments,


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+7wUsxjQE66LmQAwm1by_wsvtjxsMeNY9Uyw1Si6=wpxqb...@mail.gmail.com



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ron
On Fri, Nov 14, 2014 at 11:25:36AM +0100, Raphael Hertzog wrote:
 On Fri, 14 Nov 2014, Ron wrote:
   So I am a Kali Linux contributor. We use git repos to maintain all our
   packages and we use git-buildpackage.
  
  I guess the first question there is what were the arguments put forward
  for deciding to 'standardise' on gbp?  If there wasn't one, maybe that's
  an argument you should have (and if there was, maybe it's one to revisit :)
 
 1/ It's the tool I was most familiar with
 2/ It was rather well documented
 3/ It seemed to be the most popular tool within Debian
 4/ It forces the user to follow some conventions and this is good when
you have newcomers
 5/ It did the job
 
 You can try to sell me gitpkg but I'm not sure it will bring this
 discussion forward.

I'm not trying to sell you anything in particular here.  I'm trying
to share a little of the view from a perspective where most of the
problems you seem to be worried about are in fact either already solved
or not actually problems at all.

If your answer to Doctor it hurts when I bang my head against the wall
is I know, let's change the building codes to mandate walls must be
made of nerf bricks!, there's still going to be a whole world full of
walls that are going to hurt your head.

You can't solve problems that are inherently chaotic by pretending
that they are not.  If you could, we'd have all been replaced by
very small shell scripts years ago.  Ask ubuntu how well that worked
for them ;)


If you don't want to learn about how the other tools that you don't
really know much about yet work, you're going to have a really hard
time trying to unify them in any actually meaningful way.



  If you have a clearer idea now of the problems you are facing, it might
  make properly evaluating things that avoid those problems easier.
 
 My problems are not so much technical, my problem is having a general
 recipe that work well enough for most packages so that I have to be
 involved for the few special cases.

Have you considered starting with a solution to something a bit simpler
first?  Like, say, world peace ;?

What you're asking for there is not only a technical problem, it's a
technically Hard problem.  There are ways you might be able to make
it easier, but a naming convention really isn't one of them.

That might make the people who like to have their socks strictly sorted
by colour feel a little more at home, but it doesn't actually address
what is actually hard about this.


 Changing for another tool will not improve the situation if that other
 tool requires an evaluation of the layout of each repository before being
 able to execute the right incantation.

How can you possibly know what you want to export from it without
looking at it?  You can't even know if the repo is currently in a
coherent state suitable to be exported from if you don't look at
it and exercise some amount of judgement on what you see.


 When Kali forks a package it's usually because we need a new upstream
 version, or because we want to apply a pre-existing patch. It's not rocket
 science and it ought to be doable rather easily, whatever helper tool
 Debian uses.

Well that sounds a lot less like something you'd be pushing back to
Debian.  And not even something you particularly need a (D)VCS for,
or where you'd get a whole lot of value from one.


 git-buildpackage has not been a major obstacle for us, on the contrary.
 Thanks to git-import-dsc we can hack an any package by always following
 the same workflow.
 
 But now if I want to go one step further and build on the existing
 repositories while still trying to keep the same level of simplicity,
 we have to go one step forward. And that's the step that I'm trying
 to push for with this DEP.

Again, I'm not arguing with the goal.  Just trying to point out that
simply formalising the actual source of many of your current problems
isn't really a way to solve them.


  Even if everyone did stick to the conventions already discussed
  (which in reality, they won't) there's still far too many degrees of
  (quite necessary) freedom to really approach a just follow these
  three easy steps kind of uniformity.  And even if you got close to
  achieving that for the debian branches, the (again necessary)
  variability between upstream repos is going to be even greater.
 
 I don't want 100% uniformity, I just want as much uniformity as possible
 when there's no good reason to diverge from the recommendations.

And I'm not particularly arguing against the value of conventions
where conventions are valuable.  But they aren't going to solve
the problem(s) that you seem to have convinced yourself that they
will - and they especially aren't going to solve them if you go
making up new conventions that are different to what everyone else
in the world not using gbp (ie. 99% of it) are using.

Upstream developers aren't going to read and follow your
recommendations.  If you don't adapt to being able to cope with
the 

Bug#769566: ITP: fonts-ricty-diminished -- font based on Inconsolata and Circle M+ 1m for programing

2014-11-14 Thread Hideki Yamane
Package: wnpp
Severity: wishlist
Owner: Hideki Yamane henr...@debian.org
X-Debbugs-CC: debian-devel@lists.debian.org, 
pkg-fonts-de...@lists.alioth.debian.org

   Package name: fonts-ricty-diminished
Version: 3.2.3
Upstream Author: 遊佐泰紀 (Yasunori Yusa) yusa_at_save.sys.t.u-tokyo.ac.jp
URL: https://github.com/yascentur/RictyDiminished
License: OFL-1.1

 Ricty Diminished is a font based on Inconsolata and Circle M+ 1m, suitable
 for programing use.
 . 
 - Use Inconsolata for Latin character glyphs and Circle M+ 1m font for other
   glyphs.
 - Adjust full-width and normal-width character glyph as exactly full and half
   (2:1) and design comma, period, colon, semicolon and bracket character glyphs
   as clearly differ one to prevent confusion.
 - High visibility p‐sound sign attached Kana character glyphs.
 - It shows Em-size space clearly that prevents debugging since we usually miss
   it.
   With Ricty Diminished font, you can check and fix it easily.
 - En-dash and Em-dash glyph show it as broken line to prevent input failure
   for LaTeX.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141115000702.2dac00546a9305bfba8df...@debian.or.jp



Re: relative path in -dbg packages

2014-11-14 Thread Neil Williams
On Fri, 14 Nov 2014 14:34:19 +0100
Mathieu Malaterre ma...@debian.org wrote:

 While reading the wiki page for AutomaticDebugPackages, I was
 wondering if it is possible to post-processed object file to
 manipulate relatives path for debug info ?
 
 Typical use case is that after installing the -dbg package, you end up
 with a gdb backtrace saying:
 
 [...]
 brw_meta_fast_clear (brw=brw@entry=0x7fffd4097a08,
 fb=fb@entry=0x7fffd40fa900, buffers=buffers@entry=2,
 partial_clear=partial_clear@entry=false)
 at 
 ../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:447
 447 ../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:
 No such file or directory.
 [...]
 
 Unless you create a fake directory tree, it is tedious to get any
 sense of the above.
 
 Sometimes you even get a hardcoded /buildd toplevel path, which may
 be annoying to create just to get proper context (function name,
 instruction...) for reporting a bug.
 
 So my questions are:
 1. Is it possible to post-processed those objects file and change
 relative path to full path
 2. Is it possible to reserve a system path for debug information, eg
 all debug paths should start with /usr/src/debug

Isn't there just a gdb user configuration option to set the paths into
which you want gdb to look for these paths? source packages do not
unpack to /usr/src (that sounds like an rpm-ism), so these paths are
entirely arbitrary. This isn't about the debug symbols (which are in a
standard system path /usr/lib/debug/) - this is about the particular
copy of the source code to look up those symbols and apt-get source
will put that wherever you want it. You then need to tell gdb where to
find the .c files.

So your second question is invalid. The debug information could mean
two things - the debug symbols which are in a standard path and the
source code which is not. This also means that there is no point in
pre-processing - gdb can do it on a per-user (per project?) basis. (I
just can't remember the syntax offhand).



-- 


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



pgpmSqLV1821X.pgp
Description: OpenPGP digital signature


Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ron
Raphael Hertzog wrote:
 On Thu, 13 Nov 2014, Bernhard R. Link wrote:
  * Raphael Hertzog hert...@debian.org [14 22:26]:
 
  Is using the vendor you use git on a good default for the vendor code
  you are currently working on? In my experience those two are quite
  unrelated.
 
 Do you have a better default to suggest? In any case, having a default
 value is certainly better than not having one and forcing everybody to
 configure it in some ways.
 
 I try to work in Kali chroots when I do Kali work. It's true that
 it's not always the case but if there were real differences right now I
 would pay more attention or would ensure to have the proper environment.

gitpkg makes it completely trivial to work from the comfort of a real
debian system while preparing releases for other distros or suites,
and to throw builds of that off to a proper clean build chroot.
(you can happily do that for packages from the same tag too)

That was part of why I asked earlier about why you thought this would
be useful and how you thought it would work.


  Is there a previous case of encoding colons with percent signs?
 
 This is the current convention used by git-buildpackage and I believe the
 % has been picked because it's visually close to : (i.e. two dots/two
 circles).

Why include the epoch in tags at all?

The package filenames don't include them, and if you upload two versions
of a package that only vary by epoch then dak will reject it too.

I'm not even sure what p-t would do to you if you tried that on it.


So there's already lots of good reasons why tags without the epoch will
always be unique, and why it's probably even a good sanity check to
help new contributors avoid making that mistake when preparing a
new package too.

  Ron



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114153234.gg10...@hex.shelbyville.oz



Re: Being part of a community and behaving

2014-11-14 Thread Ralf Jung
Hi,

 How does having yet another NTP client shut off existing NTP clients?
 
 https://github.com/systemd/systemd/commit/7b8b9686e050a2b19ed2a3686af187dffaab5c08

What do you think this commit does/announces? This is about removing
support from timedatectl to control other NTP clients. If you never used
timedatectl set-ntp, this doesn't affect you at all.
This is not about removing support from systemd to start other NTP
services. apt-get install ntpd will continue to function to matter
what. Neither is it removing support for alternative implementations of
the timedated interface doing whatever they want.
There's obviously a con to such a change, but there's also a clear pro
from the maintenance perspective: less combinations to test.

So I stand by my question: How does adding yet another NTP client, (and
an implementation of a simple dbus interface that's tied to this
client), shut off existing NTP clients?

You may loose some of the desktop integration, but from your reaction to
the integration systemd is providing, that doesn't seem like it disturbs
you. And even that is only true until someone goes ahead and
re-implements the timedated interface.

Really, if all the energy that people put into complaining about systemd
and looking for proves to back their complaints (many of which are
certainly valid!) would be put into providing alternative
implementations of these interfaces that many desktop environments say
are really useful to them, the discussion could long be over. Nobody is
saying that implementing the logind interface is easy, but it's
certainly more sustainable than implementing the systemd-internal
interfaces systemd-logind is using, and running logind on top of that
(which, as far as I know [1], systemd-shim does). I've yet to see a
technical complaint about the *interfaces*, and that's really all Gnome
(and others) depend on.

[1]
http://homepage.ntlworld.com./jonathan.deboynepollard/FGA/debian-systemd-packaging-hoo-hah.html

Kind regards
Ralf


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/546620a2.4060...@ralfj.de



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ian Jackson
Ron writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
repositories):
 Why include the epoch in tags at all?

Because we want to be able to tell not just which tag was which but
also what order they are in.

The only reason I excluded epoch from filenames is that it makes tools
like scp and rsync harder to use, and I sometimes wonder if my
decision was wrong.

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21606.8729.280787.992...@chiark.greenend.org.uk



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ian Jackson
Bernhard R. Link writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
repositories):
 Raphael Hertzog hert...@debian.org [14 22:26]:
...
  When a Git tag needs to refer to a specific version of a Debian package,
  the Debian version needs to be mangled to cope with Git's restrictions.
  The colon (`:`) needs to be replaced with a percent (`%`), and the tilde
  (`~`) needs to be replaced with an underscore (`_`).
 
 Is there a previous case of encoding colons with percent signs?
 If it is inventing a third way instead of using on of the existing ones,
 is sounds like a bad idea.

Raphael, is there precedent for this ?

Current practice seem so be to replace both : and ~ with _.  Unless we
expect to find version numbers matching ^\d+\~, then anything matching
^\d+_ is unambiguously an epoch.  Any _ elsewhere is unambigously ~.

I'm not opposed to changing this but I wonder whether changing it
would break anything.  Maybe it would be better to write a restriction
in the version number policy forbidding ^\d+\~

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21606.9059.344851.480...@chiark.greenend.org.uk



Re: Being part of a community and behaving

2014-11-14 Thread Thorsten Glaser
On Fri, 14 Nov 2014, Ralf Jung wrote:

 Really, if all the energy that people put into complaining about systemd
 and looking for proves to back their complaints (many of which are
 certainly valid!) would be put into providing alternative
 implementations of these interfaces that many desktop environments say

I *have* alternative implementations in the environment
on my Debian desktop:

• X (well, XFree86 in MirBSD…)
• evilwm (laptop) / icewm (desktop)
• uxterm
• screen
• mksh
• jupp
• alpine
• openntpd
• inetutils-syslogd (currently)

So, no need for anything systemd-ish.

bye,
//mirabilos
-- 
Sometimes they [people] care too much: pretty printers [and syntax highligh-
ting, d.A.] mechanically produce pretty output that accentuates irrelevant
detail in the program, which is as sensible as putting all the prepositions
in English text in bold font.   -- Rob Pike in Notes on Programming in C


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1411141644580.17...@tglase.lan.tarent.de



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ron
On Fri, Nov 14, 2014 at 03:39:05PM +, Ian Jackson wrote:
 Ron writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
 repositories):
  Why include the epoch in tags at all?
 
 Because we want to be able to tell not just which tag was which but
 also what order they are in.

Right, but this is git, so that information is also already known.

That said I did consider that side of it too, but I'm having a hard
time thinking of an example where you would actually care about
ordering the tags for some task.  Do you have one that comes to mind?


 The only reason I excluded epoch from filenames is that it makes tools
 like scp and rsync harder to use, and I sometimes wonder if my
 decision was wrong.

Yeah, I'm sure we could both come up with a similar list of pros and
cons for that, but it is the reality we have to deal with, and quite
a few people aren't aware that this would result in rejected uploads
(based on the question coming up in #d-d every few months).

And I'm really not sure whether p-t will handle that sanely or
destroy the universe if you try, so it seemed like a convention where
we could build in an extra safety catch to get people thinking when
they try to do something that will ultimately bite them.


The ordering problem seems like one that could be fairly easily solved
in other ways, but that would mostly depend on what reasons people come
up with for actually needing that.  Purely in 'dpkg order' might not
always be the most interesting order for some of those anyway.

  Ron



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114160002.gh10...@hex.shelbyville.oz



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Thorsten Glaser
On Fri, 14 Nov 2014, Ian Jackson wrote:

 expect to find version numbers matching ^\d+\~, then anything matching

These are common enough for me to have not only seen,
but also used (in native packages, of course) them.

(But: Yes, epochs should belong into filenames, except
for filesystem naming restrictions… so they belong
everywhere else.)

bye,
//mirabilos
-- 
Sometimes they [people] care too much: pretty printers [and syntax highligh-
ting, d.A.] mechanically produce pretty output that accentuates irrelevant
detail in the program, which is as sensible as putting all the prepositions
in English text in bold font.   -- Rob Pike in Notes on Programming in C


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1411141700190.17...@tglase.lan.tarent.de



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Richard Hartmann
On Fri, Nov 14, 2014 at 11:56 AM, Raphael Hertzog hert...@debian.org wrote:
 On Thu, 13 Nov 2014, Tobias Frost wrote:
 One point came to my mind: NMUs
 Can we maybe add some words what would be best practice to handle NMUs?

 I think the current best practices are fine: the NMUer should send a
 debdiff to the BTS.

Can you at least suggest, not require, that the NMUer should also send
a link to a publicly available branch with the patch(es) which are
based on the packaging branch's correct tag? That makes pulling in
changes from in-repo simpler and does not force you to download
patches, etc.
Also, it shows that a consistent pathway from a specific point exists.

If the NMU'ed maintainer force-pushes over stuff, or if third parties
don't have immediate access to the original branch, this would save a
lot of potential work  trouble.



Richard


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAD77+gTLb_va_s=UGJqgTWorY6g_=j8ab6nk0vg_e_ccl8b...@mail.gmail.com



Re: Being part of a community and behaving

2014-11-14 Thread Ralf Jung
Hi,

 Really, if all the energy that people put into complaining about systemd
 and looking for proves to back their complaints (many of which are
 certainly valid!) would be put into providing alternative
 implementations of these interfaces that many desktop environments say
 
 I *have* alternative implementations in the environment
 on my Debian desktop:
 
 • X (well, XFree86 in MirBSD…)
 • evilwm (laptop) / icewm (desktop)
 • uxterm
 • screen
 • mksh
 • jupp
 • alpine
 • openntpd
 • inetutils-syslogd (currently)

I was specifically talking about interfaces (as in, dbus signatures),
not features.  That would deal with the GNOME dependencies, which your
alternatives do not.

 So, no need for anything systemd-ish.

Well, even better for you :) . Then you are even less affected by what
the git commit you referenced announces, than I am.

Kind regards
Ralf


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54663576.8030...@ralfj.de



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Henrique de Moraes Holschuh
On Sat, 15 Nov 2014, Ron wrote:
 On Fri, Nov 14, 2014 at 03:39:05PM +, Ian Jackson wrote:
  Ron writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
  repositories):
   Why include the epoch in tags at all?
  
  Because we want to be able to tell not just which tag was which but
  also what order they are in.
 
 Right, but this is git, so that information is also already known.
 
 That said I did consider that side of it too, but I'm having a hard
 time thinking of an example where you would actually care about
 ordering the tags for some task.  Do you have one that comes to mind?

The BTS needs it: it is the very base of version-aware bug state tracking.
It builds the DAG by combining the DAGs extracted from the Debian changelogs
of each branch of the package, AFAIK.

So, do we envision any sort of hook that would need to do something like
version-aware state tracking?

 The ordering problem seems like one that could be fairly easily solved
 in other ways, but that would mostly depend on what reasons people come
 up with for actually needing that.  Purely in 'dpkg order' might not
 always be the most interesting order for some of those anyway.

Well, the best example I have (the BTS) has no use for dpkg order :-)

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114171329.gg19...@khazad-dum.debian.net



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Henrique de Moraes Holschuh
On Fri, 14 Nov 2014, Richard Hartmann wrote:
 On Fri, Nov 14, 2014 at 11:56 AM, Raphael Hertzog hert...@debian.org wrote:
  On Thu, 13 Nov 2014, Tobias Frost wrote:
  One point came to my mind: NMUs
  Can we maybe add some words what would be best practice to handle NMUs?
 
  I think the current best practices are fine: the NMUer should send a
  debdiff to the BTS.
 
 Can you at least suggest, not require, that the NMUer should also send
 a link to a publicly available branch with the patch(es) which are
 based on the packaging branch's correct tag? That makes pulling in
 changes from in-repo simpler and does not force you to download
 patches, etc.
 Also, it shows that a consistent pathway from a specific point exists.

And what do we do if they differ?  As soon as you ask for two, you need to
ensure both are the same.

I'd be fine with an exclusive or (either one or the other, but not both),
though.  But the BTS patch has a longevity and archival guarantee that no
git tree will have in the general case.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114171603.gh19...@khazad-dum.debian.net



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ron
On Fri, Nov 14, 2014 at 03:13:30PM -0200, Henrique de Moraes Holschuh wrote:
 On Sat, 15 Nov 2014, Ron wrote:
  On Fri, Nov 14, 2014 at 03:39:05PM +, Ian Jackson wrote:
   Ron writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
   repositories):
Why include the epoch in tags at all?
   
   Because we want to be able to tell not just which tag was which but
   also what order they are in.
  
  Right, but this is git, so that information is also already known.
  
  That said I did consider that side of it too, but I'm having a hard
  time thinking of an example where you would actually care about
  ordering the tags for some task.  Do you have one that comes to mind?
 
 The BTS needs it: it is the very base of version-aware bug state tracking.
 It builds the DAG by combining the DAGs extracted from the Debian changelogs
 of each branch of the package, AFAIK.

Right, gitweb, cgit, gitk, etc. are all going to do exactly the same
thing, take them from the DAG of the repo.  They are unlikely to care
about how the tag names would textually sort (and even less likely to
sort them in the order that dpkg would consider them in).

 So, do we envision any sort of hook that would need to do something like
 version-aware state tracking?

If you have something that really needs the actual exact version of
the package, the only reliable way to do that is to look at the
debian/changelog for the ref of interest anyway.  Otherwise you're
still back to the how do unmangle an unrepresentable version
problem.  gitpkg does exactly this when it needs the real package
version.

(and re the other question on this, all the gitpkg tools and hooks
 also mangle all illegal ref characters to '_' as well)


  The ordering problem seems like one that could be fairly easily solved
  in other ways, but that would mostly depend on what reasons people come
  up with for actually needing that.  Purely in 'dpkg order' might not
  always be the most interesting order for some of those anyway.
 
 Well, the best example I have (the BTS) has no use for dpkg order :-)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114173518.gi10...@hex.shelbyville.oz



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ian Jackson
Richard Hartmann writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
repositories):
 Can you at least suggest, not require, that the NMUer should also send
 a link to a publicly available branch with the patch(es) which are
 based on the packaging branch's correct tag? That makes pulling in
 changes from in-repo simpler and does not force you to download
 patches, etc.
 Also, it shows that a consistent pathway from a specific point exists.

This is a good suggestion.

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21606.15951.265912.610...@chiark.greenend.org.uk



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ian Jackson
Thorsten Glaser writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
repositories):
 On Fri, 14 Nov 2014, Ian Jackson wrote:
  expect to find version numbers matching ^\d+\~, then anything matching
 
 These are common enough for me to have not only seen,
 but also used (in native packages, of course) them.

OK.  I think then that we should probably change our practice for
epochs in tag names.  The first thing would probably be to canvas the
views of the maintainers of existing git packaging tools.

Should I file bugs against all the known git handling tools which
encode this information, inviting them to comment on this proposal ?

(Is there a convenient list of such tools ?  On the wiki perhaps?)

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21606.16063.64999.573...@chiark.greenend.org.uk



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ian Jackson
Ron writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
repositories):
 Right, gitweb, cgit, gitk, etc. are all going to do exactly the same
 thing, take them from the DAG of the repo.  They are unlikely to care
 about how the tag names would textually sort (and even less likely to
 sort them in the order that dpkg would consider them in).

Looking at the DAG of the repo doesn't necessarily let you compare
versions in different suites.

Worse, unless I'm mistaken, there are some current workflows which
involve subsequent uploads to the same suite not necessarily being
fast forwards.

I think it is essential that tags can be ordered by their name, rather
than by looking at the commit graph.

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21606.16213.932899.73...@chiark.greenend.org.uk



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Matthias Urlichs
Hi,

Henrique de Moraes Holschuh:
  That said I did consider that side of it too, but I'm having a hard
  time thinking of an example where you would actually care about
  ordering the tags for some task.  Do you have one that comes to mind?
 
 The BTS needs it: it is the very base of version-aware bug state tracking.
 It builds the DAG by combining the DAGs extracted from the Debian changelogs
 of each branch of the package, AFAIK.
 
Sure, but tags only *represent* version numbers. The _real_ version number
is at the top of debian/changelog; if you want that, or an ordered list,
you read that file. Or you incrementally update your state by reading
.changes files.

If we ever implement the crazy(?) idea to feed our builders and the BTS
directly from git, it'll presumably do this by reading the debian/changelog
files in it, not by scanning tags which may or may not correspond to an
actual source upload.

-- 
-- Matthias Urlichs


signature.asc
Description: Digital signature


Re: debian installer, install listofpackages.txt in CD root dir after end install?

2014-11-14 Thread Jonas Smedegaard
Hi Michael Ole,

Quoting Michael Ole Olsen (2014-11-14 00:19:36)
 It would be very cool if the debian installer had a listofpackages.txt

 and that listofpackages.txt could be edited by the user

 then we would be getting customized debian installs

A list of _all_ packages would be too inflexible (would only be useful 
for installing *exactly* same set of packages again, not a newer release 
of Debian nor e.g. systems needing different hardware aid packages).


 some people would edit and tell it to auto install:
 - zsh
 - lilo instead of grub
 - lukssetup (crypt thing)
 - ext3 instead of ext4
 - Xfree86 instead of Xorg 
 - systemX instead of systemY

This part is already supported by debian-installer:

  dpkg-query -l 'task-*'

Above command (or other more refined ones targeting same pattern) 
invoked right after end of install provides you the tasks that was 
installed, either as explicit choice or automatic defaults.

Sure those tasks don't cover the exact areas that you list above, but 
the _mechanism_ exists - inviting you and anyone else to collaborate 
with the debian-installer team to improve it.  If you cannot contribute 
with actual code, then you can suggest your wishlist of tasks to others 
- ideally on a wiki page instead of only by email :-)


 of course there is debootstrap too, but it would be cool if the debian 
 installer could be made like this too just dragdrop a list of 
 installpackages.txt into base of debian install CD

What you describe here is what some of us are working on as the term 
Debian Pure Blend, and your method - install one system, dump list of 
installed packages, and use that as [starting point for refining] a 
reusable system profile sounds quite similar to how my plans for the 
Boxer tool which I recently added to Debian:

With Boxer you(r geeky friend) defines a set of classes - like the 
current task-* metapackages or maybe more finegrained - and then you(r 
less geeky friends) can create recipes from those classes to either feed 
debian-installer or execute as a shell script after installation (for 
e.g. virtual hosts with root access but bootstrapped differently than 
using debian-installer).

A future goal of Boxer is to abstract further so that non-geeky use is 
to point Boxer to your profile at Facebook (or a decentralized 
equivalent that includes a FOAF profile) and suggest classes to enable 
based on your topics of interest.  My social profile would tell that I 
speak danish, english and german, and that I like Midnight Commander, 
travelling by train and geocaching - yours would be different, leading 
to a different Debian installation better tailored you. :-)


 we would be getting :
 debian-simplified
 debian-for-sysadms
 debian-for-geeks
 debian-for-lilousers
 debian-for-sysV-users
 
 and many more custom installers (custompackage lists in wikis)

Just as the defaults of Debian, Debian Pure Blends are inherently 
subjective, as is your sample blends above: what does simplified 
imply? Do geeks imply LILO or not? Do lilousers imply geeks or not?

Have a look at the metapackages for debian-for-schools (debian-edu-*), 
debian-for-kids (junior-*), debian-for-chemists (schience-chemistry) 
etc. to learn which choices the developers of those blends made.

Have a look at the recent metapackages for debian-for-designers 
(design-desktop-*) and debian-for-parliamentarians (parl-desktop-*), and 
inspect their source packages for which Boxer classes they include.  do 
a git clone git://anonscm.debian.org/boxer/boxer-data and check if the 
recent classes added cover your needs - and suggest additions at 
boxer-de...@lists.alioth.debian.org.

I warmly recommend to discuss further at the Debian Pure Blend Team 
list, and have already Cc'ed that list and hinted at replying there.


Regards,

 - Jonas

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

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


signature.asc
Description: signature


Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Matthias Urlichs
Hi,

Ian Jackson:
 Worse, unless I'm mistaken, there are some current workflows which
 involve subsequent uploads to the same suite not necessarily being
 fast forwards.
 
Meh. Anybody whose upload depends on being able to force-push a branch
deserves to lose. (I'm talking about the general case here, not oops, I
just pushed half-baked buggy .)

-- 
-- Matthias Urlichs


signature.asc
Description: Digital signature


Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ron
On Fri, Nov 14, 2014 at 05:43:49PM +, Ian Jackson wrote:
 Ron writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
 repositories):
  Right, gitweb, cgit, gitk, etc. are all going to do exactly the same
  thing, take them from the DAG of the repo.  They are unlikely to care
  about how the tag names would textually sort (and even less likely to
  sort them in the order that dpkg would consider them in).
 
 Looking at the DAG of the repo doesn't necessarily let you compare
 versions in different suites.

There is more information available to you than just the DAG though.

 Worse, unless I'm mistaken, there are some current workflows which
 involve subsequent uploads to the same suite not necessarily being
 fast forwards.

Right, and like you already noted, there's potential for ambiguity
in tag names anyway once the illegal characters have been mangled.
And then the totally separate question of how upstream tags might
be named and might sort relative to your Debian ones.

Which is basically why I originally said that there isn't a generic
way to solve this for everyone and every use.  It really depends on
exactly why you want them ordered and the collating sequence (or
other constraint) you want them them ordered with.

 I think it is essential that tags can be ordered by their name, rather
 than by looking at the commit graph.

I'm all for letting people do exactly what solves their problems best
in their own repos.  I'm just trying to get a sense of what problems
people can identify that need consideration for making best practice
type recommendations.

What exactly is your use case you feel this is essential for?

  Ron



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114180912.gj10...@hex.shelbyville.oz



Re: Let's abandon debian-devel.

2014-11-14 Thread Peter Samuelson

[Andrey Rahmatullin]
 Not all Debian contributors are Debian Contributors whatever that means.
 Lots of people without keys somewhere in official keyrings are doing
 useful work. Some of them are even maintaining packages.

And actually, come January, a pretty high fraction of official Debian
Developers won't be in the keyring either.  (Though not necessarily a
high fraction measured in developer activity.)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114180157.ga26...@p12n.org



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Don Armstrong
On Fri, 14 Nov 2014, Henrique de Moraes Holschuh wrote:
 The BTS needs it: it is the very base of version-aware bug state
 tracking. It builds the DAG by combining the DAGs extracted from the
 Debian changelogs of each branch of the package, AFAIK.

Speaking of which, one of the long standing ideas in my head has been to
connect the DAG of a VCS repository with the DAG that the BTS tracks,
and enable people to mark specific bugs as fixed in a specific series of
commits more easily.

If someone is interested in working on doing the plumbing and coding
necessary to make this possible, please contact ow...@bugs.debian.org or
myself (dondelelcaro) in #debbugs on irc.debian.org.
 

-- 
Don Armstrong  http://www.donarmstrong.com

No amount of force can control a free man, a man whose mind is free
[...] You can't conquer a free man; the most you can do is kill him.
 -- Robert Heinlein _Revolt in 2010_ p54


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114181922.gh4...@rzlab.ucr.edu



Re: relative path in -dbg packages

2014-11-14 Thread Jakub Wilk

* Neil Williams codeh...@debian.org, 2014-11-14, 15:21:

Mathieu Malaterre ma...@debian.org wrote:

[...]

Sometimes you even get a hardcoded /buildd toplevel path,


Or /tmp/buildd/, or /home/bob/, which both smell like a (small) security 
hole.



So my questions are:
1. Is it possible to post-processed those objects file and change 
relative path to full path


https://packages.debian.org/sid/debugedit

2. Is it possible to reserve a system path for debug information, eg 
all debug paths should start with /usr/src/debug


Isn't there just a gdb user configuration option to set the paths into 
which you want gdb to look for these paths?


https://sourceware.org/gdb/onlinedocs/gdb/Source-Path.html

--
Jakub Wilk


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



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Ian Jackson
Ron writes (Re: RFC: DEP-14: Recommended layout for Git packaging 
repositories):
 Right, and like you already noted, there's potential for ambiguity
 in tag names anyway once the illegal characters have been mangled.

Raphael is proposing an unambiguous mangling which deals with this
problem.

 And then the totally separate question of how upstream tags might
 be named and might sort relative to your Debian ones.

Raphael's document obviously can't deal with that.

 Which is basically why I originally said that there isn't a generic
 way to solve this for everyone and every use.  It really depends on
 exactly why you want them ordered and the collating sequence (or
 other constraint) you want them them ordered with.

We are talking about the Debian tags (and those of our downstreams
using similar tools).  Several people have explained _why_ they want
them ordered.  The collating sequence is already defined.

 What exactly is your use case you feel this is essential for?

I think this discussion is in danger of going round in circles.
I'm going to leave it here and let Raphael get on with it.

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21606.19219.884974.974...@chiark.greenend.org.uk



Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-14 Thread Bernhard R. Link
* Raphael Hertzog hert...@debian.org [141114 12:34]:
 On Thu, 13 Nov 2014, Bernhard R. Link wrote:
  * Raphael Hertzog hert...@debian.org [14 22:26]:
   Helper tools should usually rely on the output of `dpkg-vendor --query 
   vendor`
   to find out the name of the current vendor. The retrieved string must be
   converted to lower case. This allows users to override the current vendor
   by setting `DEB_VENDOR` in their environment (provided that the vendor
   information does exist in `/etc/dpkg/origins/`).
 
  Is using the vendor you use git on a good default for the vendor code
  you are currently working on? In my experience those two are quite
  unrelated.

 Do you have a better default to suggest? In any case, having a default
 value is certainly better than not having one and forcing everybody to
 configure it in some ways.

I'm not so sure about that. Having a broken default can be more annoying
than not having a default at all.

 I try to work in Kali chroots when I do Kali work. It's true that
 it's not always the case but if there were real differences right now I
 would pay more attention or would ensure to have the proper environment.

Well, for test-building stuff and things like that going to the proper
environment is nice, but why having the need to have gitk and new enough
versions of your helper tools around everywhere?

   Version mangling
   
   
   When a Git tag needs to refer to a specific version of a Debian package,
   the Debian version needs to be mangled to cope with Git's restrictions.
   The colon (`:`) needs to be replaced with a percent (`%`), and the tilde
   (`~`) needs to be replaced with an underscore (`_`).
  
  Is there a previous case of encoding colons with percent signs?
 
 This is the current convention used by git-buildpackage and I believe the
 % has been picked because it's visually close to : (i.e. two dots/two
 circles).

  If it is inventing a third way instead of using on of the existing ones,
  is sounds like a bad idea.
 
 Do you suggest to use URL encoding? That's rather heavyweight for two
 special cases that can be easily mapped to other characters that are not
 used in version strings. And it would convert characters that do not
 need any special escaping currently.

No, I was refering to the many ways to encode. I was yet aware of
encoding 2:1-3~4 as
debian2-1-3_4
debian-2_1-3_4
debian-2.1-3.4

I guess using single letters as format identifiers in git-dpm's tag
specification was a bit optimistic...

  Tags are only based on versions are also quite hard to shuffle around.
  I'd strongly suggest adding the name of the source package to those,
  otherwise accessing multiple packages in on repository causes a big
  mess. (git keeps branches in the per-origin remote namespace when
  fetching stuff, tags only have one global namespace, local and remote).

 I don't think this makes sense. The common case is a single software per
 git repository. If you have multiple software, then the git way is
 to use git submodules. If you have an upstream that doesn't follow those
 conventions, then it's a good reason to not follow DEP-14 for the tagging
 of your Debian releases.

While having a repository hosting multiple projects permanently makes in
many cases not that many sense (though I sometimes prefer it for some
small stuff, as it allows to make/update a mobile backup with a single
git command), cherry picking commits from other repositories in git
to my knowledge requires fetching at least part of that history in your
current working repository. When fetching too much by mistake the global
nature of tags can make quite a mess.

   Native packages
   ===
   
   The above conventions mainly cater to the case of non-native packages,
   that is when the upstream developers and the package maintainers are
   not the same set of persons.
   
   When upstream is Debian (or one of its derivative), the upstream vendor
   should not use the usual `vendor/` prefix (but all others vendors should
   do so). The main development branch can be named `master` instead of
   the codename of the target distribution (although you are free to still
   use the codename if you wish so).
  
  Does native here mean a native package or a package developed primarily
  for Debian (which can also use a non-native packaging)? This paragraph
  seems to mix those two concepts quite a bit.
 
 Yes it mentions both concepts. I tried to word it in a way that is clear
 enough though. If you find some parts ambiguous, let me know which one
 or suggest a better wording.

Perhaps s/If upstream is Debian/If the package uses the native packaging format 
and upstream is
Debian/ ?

 I tried to improve this:
 
 @@ -175,9 +177,8 @@ a byte-for-byte copy of the upstream tarballs, this 
 should be done in the
  Native packages
  ===
  
 -The above conventions mainly cater to the case of non-native packages,
 -that is when the upstream developers and the package 

Some questions about the GR voting

2014-11-14 Thread Svante Signell
Hi,

I have two questions about the GR voting going on (I'm not subscribed to
debian-vote, unfortunately, and somebody even wanted me to be
banned :( )

1) If a DD (the only persons able to vote?) change their mind, can they
do so before the deadline, or is their vote set in stone once issued?

2) If DD gives the same number for two alternatives, like 4,4 instead of
4,5 is that still a valid vote?

Thanks!


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1415997517.2764.1.ca...@gmail.com



Re: Some questions about the GR voting

2014-11-14 Thread Adam D. Barratt
On Fri, 2014-11-14 at 21:38 +0100, Svante Signell wrote:
 1) If a DD (the only persons able to vote?) change their mind, can they
 do so before the deadline, or is their vote set in stone once issued?

They can vote as many times as they wish, with the last valid vote
received before the end of the vote being the one counted.

 2) If DD gives the same number for two alternatives, like 4,4 instead of
 4,5 is that still a valid vote?

This is answered in the Call for Votes. Please read it. :-)
(https://lists.debian.org/debian-devel-announce/2014/11/msg2.html).

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1415997865.29689.19.ca...@adam-barratt.org.uk



Re: Some questions about the GR voting

2014-11-14 Thread Adam D. Barratt
On Fri, 2014-11-14 at 20:44 +, Adam D. Barratt wrote:
 On Fri, 2014-11-14 at 21:38 +0100, Svante Signell wrote:
  1) If a DD (the only persons able to vote?)

That point is also addressed in the CfV.

 change their mind, can they
  do so before the deadline, or is their vote set in stone once issued?
 
 They can vote as many times as they wish, with the last valid vote
 received before the end of the vote being the one counted.

As is this, implicitly (you can get a fresh ballot any time before the
end of the vote).

  2) If DD gives the same number for two alternatives, like 4,4 instead of
  4,5 is that still a valid vote?
 
 This is answered in the Call for Votes. Please read it. :-)
 (https://lists.debian.org/debian-devel-announce/2014/11/msg2.html).

While it's of course perfectly fine for non-DDs to query such details,
I'm not entirely sure what the benefit of knowing at least point 2 is.
One would hope all voters are aware of their options in terms of
rankings, particularly given that they're mentioned on the ballot.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1415998058.29689.21.ca...@adam-barratt.org.uk



Re: Being part of a community and behaving

2014-11-14 Thread Michael Biebl
Am 14.11.2014 um 03:52 schrieb Cameron Norman:
 Apparently newer versions of systemd-journald do not forward to syslog
 by default; that has to be explicitly configured (although rsyslog
 already reads the journal and collects the logs). Not sure if 215 is
 affected by that behavior, will have to look it up later. What syslog
 implementation are you running?

The version of systemd-journald in Debian does forward all syslog
message and does *not* expect sysloggers to pull the messages from the
journal.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: veto?

2014-11-14 Thread Peter Samuelson

[Daniel Pocock]
 Would it be worthwhile giving people another option, for example,
 allowing a percentage of DDs to formally veto decisions?  Would this
 be better than people leaving outright?

That sounds like a pretty good description of either a GR, or the
Technical Committee.  We have both of those things, and they both work,
though not everybody is happy with them.

Do you mean, perhaps, that the Further Discussion option in a GR should
be weighted much more heavily than other options, so that it can beat
another option if only a few people rank it higher?  I am not in favor
of that.

Or perhaps you mean there should be an official platform where someone
can say, effectively, Before deciding to do X, you should take into
account that I, someone directly involved in its implementation, will
not help because I'm not convinced X is a good idea.  Also, this may
demotivate me from related work Y and Z. But, well, anybody can
already say that.

Anyway... I don't really see people leaving because of a decision they
disagree with.  What I do see is people leaving for social reasons,
either changes in their own lives, or perceived social changes in the
Project.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114232146.gb26...@p12n.org



Bug#769622: ITP: ruby-responders -- Set of Rails responders to dry up your application

2014-11-14 Thread Balasankar C
Package: wnpp
Severity: wishlist
Owner: Balasankar C balasank...@autistici.org

* Package name: ruby-responders
  Version : 2.0.2
  Upstream Author : Plataforma Tecnologia
* URL : http://blog.plataformatec.com.br
* License : Expat
  Programming Lang: Ruby
  Description : Set of Rails responders to dry up your application


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



Accepted manpages-pl 1:0.6-1 (source all) into unstable

2014-11-14 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 08:07:56 +0100
Source: manpages-pl
Binary: manpages-pl-dev manpages-pl
Architecture: source all
Version: 1:0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Robert Luberda rob...@debian.org
Description:
 manpages-pl - Polish man pages
 manpages-pl-dev - Polish man pages for developers
Changes:
 manpages-pl (1:0.6-1) unstable; urgency=medium
 .
   * New upstream version.
   * Standards-Version: 3.9.6 (no changes).
Checksums-Sha1:
 e683cea6288b398e00eef89062ab4f78d42b83c2 1295 manpages-pl_0.6-1.dsc
 e29142a0b976ba9dbb84614105a4d49fd73c3385 3513993 manpages-pl_0.6.orig.tar.bz2
 b514a10d6d77134e925652a8545fcf56bcabc168 8108 manpages-pl_0.6-1.debian.tar.xz
 e97f22e3253d3dfe53ace994327dbf7f59ff 858240 manpages-pl-dev_0.6-1_all.deb
 aa61e565e0b39f44357dbdb2d5f27d4e65046bc3 2370104 manpages-pl_0.6-1_all.deb
Checksums-Sha256:
 d1150ccdbb4f8daf85ffc6bbb4e9b7ceab92a599c3a07dcc8dbcb31a6fd3ab27 1295 
manpages-pl_0.6-1.dsc
 0b7debc15608775d4517d91581e19659683b7a204fec1444c7db2ab761ad0e0e 3513993 
manpages-pl_0.6.orig.tar.bz2
 fc9b502c15459a50814d108a873ca306126653920135615e24bbc8fe52e07995 8108 
manpages-pl_0.6-1.debian.tar.xz
 d8ac5b9e6309541f4832517e96fb29b3007c7f8be90e296aa1322d6f02b20b1b 858240 
manpages-pl-dev_0.6-1_all.deb
 d332c16c2416930f3e04684d465bd6f4cbc731283c81adf718fbe945b9d5d26f 2370104 
manpages-pl_0.6-1_all.deb
Files:
 e279655395464ccf1d1684f27ba694c3 1295 doc optional manpages-pl_0.6-1.dsc
 b3b16acf9de5c6d75bbf9c788bf5cf6a 3513993 doc optional 
manpages-pl_0.6.orig.tar.bz2
 cadd547a7b622045267b91fca385273b 8108 doc optional 
manpages-pl_0.6-1.debian.tar.xz
 1f603087e962f2cae776ae7afe619f79 858240 doc optional 
manpages-pl-dev_0.6-1_all.deb
 de3d3b5706833d13a691df46ff550e73 2370104 doc optional manpages-pl_0.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRlrFQACgkQThh1cJ0wnDueiwCeP58TowXZ0UjVMWIcCTkmRaMR
7TYAn0mLDQEZhmKXWEt4yMDi9Zl7r+3p
=32iC
-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: https://lists.debian.org/e1xpd28-0005kn...@franck.debian.org



Accepted requests 2.4.3-4 (source all) into unstable

2014-11-14 Thread Daniele Tricoli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Nov 2014 04:50:22 +0100
Source: requests
Binary: python-requests python3-requests python-requests-whl
Architecture: source all
Version: 2.4.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Daniele Tricoli er...@mornie.org
Description:
 python-requests - elegant and simple HTTP library for Python2, built for human 
bein
 python-requests-whl - elegant and simple HTTP library for Python, built for 
human being
 python3-requests - elegant and simple HTTP library for Python3, built for 
human bein
Closes: 769496
Changes:
 requests (2.4.3-4) unstable; urgency=medium
 .
   * debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
 - Fix requests.packages.urllib3 sub on Python 3. Thanks to Tianon
   Gravi for the report. (Closes: #769496)
Checksums-Sha1:
 2c74e06d78034fd23d917c5447c68f987e48147e 2303 requests_2.4.3-4.dsc
 4b9176f0670448666f57763e6ff6fee1fff23ac0 8244 requests_2.4.3-4.debian.tar.xz
 35b9cc4d4410fe49ecbf8de4a48fdd395edcf896 203274 python-requests_2.4.3-4_all.deb
 548e5b00e73eb2526738c0a6ee64b3b79bdee573 203206 
python3-requests_2.4.3-4_all.deb
 dda08afb94f32646f169163f8076c4e6d1b64f7f 240830 
python-requests-whl_2.4.3-4_all.deb
Checksums-Sha256:
 45989d7596264c8027eb34c65bef05ca75e32fbb9f72b369018b0687a13734bb 2303 
requests_2.4.3-4.dsc
 ba2d86e56dc7153a3a5deafa2e652b7c81c852500180da023a84ea2f99b1a3a1 8244 
requests_2.4.3-4.debian.tar.xz
 906067c3f877c16a321ffa85fab03a0d60b3b03463d92ecc1781146d684e6411 203274 
python-requests_2.4.3-4_all.deb
 4dca083726c0839d4260922672542a17a9f2aa2df5f892b5ec777e517d62f086 203206 
python3-requests_2.4.3-4_all.deb
 52f8f1d94124edcd1f5f3f1a7d71bd063ab061fd0658db88c40b5b465d6963e0 240830 
python-requests-whl_2.4.3-4_all.deb
Files:
 cd065b308a518df2a1d4727c056e0fe7 2303 python optional requests_2.4.3-4.dsc
 a0175b7cbdc245abb78b40e3aedb1841 8244 python optional 
requests_2.4.3-4.debian.tar.xz
 260491e3e4317427c590991325211ce8 203274 python optional 
python-requests_2.4.3-4_all.deb
 79a3b4a205f3a6837cb6820b9be3fbe3 203206 python optional 
python3-requests_2.4.3-4_all.deb
 c62fc33a78b64c1778ad29810a6b9b48 240830 python optional 
python-requests-whl_2.4.3-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUZb7UAAoJEK728aKnRXZFPeAP/jAs/pVth4Vt6luEi8xnzv1j
EE6ZeC+45TpHajtQLD4e/2ZE9uh8eYUdyvxp7FiBEmiXVHr7JPVwd85u6w0Iz2oE
oen0EDX9bMSzvO8TIANUJbyTMCniDsy1HdUG2xJ0FwmWN2wIJN1kvK7UAwfTSJ/a
E56WogB6tIl0anwEmxmQP8A0rAww8BRKOSCKgDLL5xxwW7hL3B39eNH7ANjvulGm
mF0GwDSV3BXNIaXCJTUS+RfS351v4RJCUJETyWAK5RCxZ9Ov55IYsbrmvS8Gp+a9
ByJwmrLo/sVe1hyi+cxnCP8hF7cyXjauxllElnl1oT/VQNlGz36i/OJpz6Ui9k/f
hsZN7w5vnh0owZiD3KCfbGjXM4qQui9qk6iGOHJZjyYuWhdAimG9jClUXGaZqmkZ
JGXHNzrnBn5qym5PBFIUenLH5jsZxPd2V7gu7BAS0lkrJJKzgdAM2zw16wuh2mCy
Lh6OhkSm4RN/XL2c2mzKDt3jz7/gXzLXgT/ONmtegnmfte8JiXui4yJRCBhO8Et4
iTW4PEKznJHG8jH1DOPxcUbIloREgtPYcWcVr8vTkvOS1xYOLLTTUyUQ4O6v9s9w
YweCJk0z5VRJiWh93PeZIdCw7v3K4/GE6dWd0U7QoXh94g/mt9ugPWYKb9zePSbP
C03RvsRI7ld7NpvIPf0j
=nXmt
-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: https://lists.debian.org/e1xpd2h-0005o0...@franck.debian.org



Accepted libgit-wrapper-perl 0.038-1 (source all) into unstable

2014-11-14 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 10:41:43 +0100
Source: libgit-wrapper-perl
Binary: libgit-wrapper-perl
Architecture: source all
Version: 0.038-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad an...@debian.org
Description:
 libgit-wrapper-perl - Perl module to wrap git command-line interface
Changes:
 libgit-wrapper-perl (0.038-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.038
   * debian/copyright: Update debian/* years
Checksums-Sha1:
 09ef8c0e5da9b98f70beb88e4febfdaf5c26fd9d 1643 libgit-wrapper-perl_0.038-1.dsc
 0c233d8679bc2193f8dfdd219f0f2eac6cd05a3e 31737 
libgit-wrapper-perl_0.038.orig.tar.gz
 516a57415012dbf863e908d0b922c5d2f0a3d26f 3248 
libgit-wrapper-perl_0.038-1.debian.tar.xz
 6cc3eb9500a17f140c2cf18b46a25d601c3de29a 34058 
libgit-wrapper-perl_0.038-1_all.deb
Checksums-Sha256:
 dd8caf6dcf6b194243c0575af847a1ab48ad6a131bfeac09449f84b7860c0a42 1643 
libgit-wrapper-perl_0.038-1.dsc
 61a599f5088a830e12ec0bf13e3c2deca013b5843fc8d0c686d7b385a6e18d57 31737 
libgit-wrapper-perl_0.038.orig.tar.gz
 7eedee7cf8b09d034bd68bf78edcfb77c8d63d2e8aa8cf993581de960f05b37f 3248 
libgit-wrapper-perl_0.038-1.debian.tar.xz
 610b2d5b283f386e28171f4dba3ceb4b1af9897adf85b9839b320232e797cc3c 34058 
libgit-wrapper-perl_0.038-1_all.deb
Files:
 f11b8a030a8450fdc4c17104ad19c27a 1643 perl optional 
libgit-wrapper-perl_0.038-1.dsc
 a1f2fa05a886abedf33d1401f53f05df 31737 perl optional 
libgit-wrapper-perl_0.038.orig.tar.gz
 691be6f26ebe6bcc4d0af38ad33a541f 3248 perl optional 
libgit-wrapper-perl_0.038-1.debian.tar.xz
 c58cd8c690f824c083b442e37849939d 34058 perl optional 
libgit-wrapper-perl_0.038-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRlzpQACgkQCY2uR+47wnltmACfSAMbeo7OSRA3bhd5Hnfbzo+9
KWsAn0F6ApLopMfNx4Nd1rag6LU3HOD3
=IiVP
-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: https://lists.debian.org/e1xpdup-0006g4...@franck.debian.org



Accepted minetest 0.4.10+repack-2 (source amd64 all) into unstable

2014-11-14 Thread Martin Quinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 10:14:16 +0100
Source: minetest
Binary: minetest minetest-dbg minetest-server minetest-data
Architecture: source amd64 all
Version: 0.4.10+repack-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Martin Quinson mquin...@debian.org
Description:
 minetest   - Multiplayer infinite-world block sandbox
 minetest-data - Multiplayer infinite-world block sandbox (data files)
 minetest-dbg - Multiplayer infinite-world block sandbox (debugging symbols)
 minetest-server - Multiplayer infinite-world block sandbox (server)
Closes: 764579
Changes:
 minetest (0.4.10+repack-2) unstable; urgency=medium
 .
   * d/p/hurd.patch: new patch to fix FTBFS on Hurd (Closes: #764579)
 Thanks to Svante Signell for the report and the patch.
Checksums-Sha1:
 7844fd8619584213799a3be06ca4445f9d61fc71 2458 minetest_0.4.10+repack-2.dsc
 24db96e81b7c9a749b35aa5ab006a3f3027a047f 25972 
minetest_0.4.10+repack-2.debian.tar.xz
 b616e1b00e180ca2a282aab502bc21e9de3f88f8 1907242 
minetest_0.4.10+repack-2_amd64.deb
 c3c8c3da9068491689f351a6cbf8a204f24e67ca 34956818 
minetest-dbg_0.4.10+repack-2_amd64.deb
 9382238a1872b0ed1733573bd2b6c690235ca1d5 1282858 
minetest-server_0.4.10+repack-2_amd64.deb
 30464d086681de88528a7e63db1afe31be182c82 1172450 
minetest-data_0.4.10+repack-2_all.deb
Checksums-Sha256:
 e7ae56ad153269392ff4b748a4493d918ef510d894732bbd8cf7daa0bb852569 2458 
minetest_0.4.10+repack-2.dsc
 9fe5a123d8ea2dfaa8ade05c1f3b92d0d8a9d9450158c7768fd9c5cf558e9cdc 25972 
minetest_0.4.10+repack-2.debian.tar.xz
 d0c70e4d1561e459f66055fdeb95488eff62e11a6fd8d4d82df4d2b8b93612f2 1907242 
minetest_0.4.10+repack-2_amd64.deb
 4457c0e2cc59bed203e3b91ecca4f5284eb73e258c0dc70549adf077a28e5946 34956818 
minetest-dbg_0.4.10+repack-2_amd64.deb
 bc8cf2553dc1fe6957c75d959554fe69c00876909b3c880a9785d515bcac7b56 1282858 
minetest-server_0.4.10+repack-2_amd64.deb
 fae64aacbf0b7316dc6b0840426b8e8a5372263ec3733e5f77a5aba392f7d060 1172450 
minetest-data_0.4.10+repack-2_all.deb
Files:
 8fcf5c2257440c03e0bb846cd69a44c5 2458 games extra minetest_0.4.10+repack-2.dsc
 6a86178e3b4f889272f09c318d09095c 25972 games extra 
minetest_0.4.10+repack-2.debian.tar.xz
 79347af1e841128e19d86f61849a4692 1907242 games extra 
minetest_0.4.10+repack-2_amd64.deb
 2adc380cb7aea91d24e77d4124fab4cd 34956818 debug extra 
minetest-dbg_0.4.10+repack-2_amd64.deb
 e02ba774746971fc54c835a08da813fd 1282858 games extra 
minetest-server_0.4.10+repack-2_amd64.deb
 bcb87edd42247c19613354e9f1098f7e 1172450 games extra 
minetest-data_0.4.10+repack-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZc0aAAoJEJi9lyRPc76n1x4P/jjXIT98Baz8yYNao7/D6leR
28CQAcL0j9zw4C7QfmcB/35BJfanERHGJMnsUJez2KaMSA7GKkw5VcnR3pxBRBmU
5GDtPBjGFxtiwADia7wW3xdNU2p+pAOIFCfiWmQSNiJvxKnFBIXKA/w6CWkzfcpu
kxq7FXPrNufXPCVpX4LCIPen9qJ6l1R+TzbReMnUZLB1LVovY1sEwG3i3WJi97zd
QP5JArJzKNAtDFFGarXBwE6nYWCrBGumATe1HX5yuXmbAQ8NpCdazrWzHcTnQe/4
HsziF37W+3Jvv7Yvy2zVqxVE8OeLftM8bpBWYRhDjlFynpVfcAJQTj5Uwgizf9nW
1XrnT/fUIlTMSSV0M6amZhr2c3fIsbwnTqEhuV0Ll2kUZG3nFn/QbU1rTggxciAk
kq5CRgsZhqVMIoXMlaHUNecZGq7Gm0qZ8aRMrbbXAeAlA2Vkkvc10I+PM/4nrPdP
p5NK0OCm3rWz5MkziC94kgm33JOBDSQuUHsc1kCWP7AOEK4XgeFNaP1ml9/+aSeE
/DXpY6gVqWdt/hTgHYJOwykfA2rMSB9bUcagXbY18Y9bnYFlvUILB/3Bqc6OsoZ+
vbdR+DjLpLBrZyjPuKv37vEIBFx550WTJPOcRJ48S7jOwd+mexGhwq8Y73hpH+sF
EseNOo8H/79ZW9I5cdSt
=/YjS
-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: https://lists.debian.org/e1xpdv4-0006nh...@franck.debian.org



Accepted mercurial 3.2.1-1 (source all amd64) into experimental

2014-11-14 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 08:35:25 +
Source: mercurial
Binary: mercurial-common mercurial
Architecture: source all amd64
Version: 3.2.1-1
Distribution: experimental
Urgency: medium
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Javi Merino vi...@debian.org
Description:
 mercurial  - easy-to-use, scalable distributed version control system
 mercurial-common - easy-to-use, scalable distributed version control system 
(common
Changes:
 mercurial (3.2.1-1) experimental; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 e518837de0dbdec858a3d8265f39bdeb2112f52c 2256 mercurial_3.2.1-1.dsc
 85463d7796ed44fb08b9d8d66e1390e92c3399ef 4072756 mercurial_3.2.1.orig.tar.gz
 64f83268fbee0b2da300bcf2958ee09d44e63025 44068 mercurial_3.2.1-1.debian.tar.xz
 0f228fe62b53fdafda329b4fdc73180be15429e8 1636732 
mercurial-common_3.2.1-1_all.deb
 c9ebcf28360909663a720bf40711fcbb2293233b 60824 mercurial_3.2.1-1_amd64.deb
Checksums-Sha256:
 f8114ac6ce62c20cc9668fc9e9bb06f0d836ee6ca80dafa5d5bb8ccd42b665e4 2256 
mercurial_3.2.1-1.dsc
 26418276fbc36850782f1f4feb30da4a83800b48493082985c4d3ac29ad0ca0f 4072756 
mercurial_3.2.1.orig.tar.gz
 f5f03f8dccf90abb80399979930f3e6f6bdaac7ad4b43775df4888ed8a6b 44068 
mercurial_3.2.1-1.debian.tar.xz
 f92f90ac38fac1bb20a881ad4d39bbce843d8826751ce6e55665745964559a78 1636732 
mercurial-common_3.2.1-1_all.deb
 70b8715af0c3e10007cbce43e57398a4bb1a37a358b49615d2b0a273d6ae2aca 60824 
mercurial_3.2.1-1_amd64.deb
Files:
 08455ba6368fe2c6d733a033bea9d768 2256 vcs optional mercurial_3.2.1-1.dsc
 8dd4822d5aaee25be4484583ada018c5 4072756 vcs optional 
mercurial_3.2.1.orig.tar.gz
 67b6525702c3dcd911603a677fc78878 44068 vcs optional 
mercurial_3.2.1-1.debian.tar.xz
 34fd25ce35402910919c68b3c4dcadbf 1636732 vcs optional 
mercurial-common_3.2.1-1_all.deb
 3273820baaef15ee33c82f8c5503b0b1 60824 vcs optional mercurial_3.2.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZc4GAAoJEAe0hFJ2jTgkyWgP/36IW7t8e3ZDzwEwYZ34sWs8
+g7tDnMeI1nvDZpfRNBKEmXTjKra8hq+TPzOB48LKWl1lk9hpE16FijBDVRr/huX
6aeCbkBi/3LtgAtGqBggLa42c7WRNpMJ4cdEydvHvHUZbCYNFVl+13TYJhEF0iV7
TydLYEJRhfd8x+6kqqvfvJ4Mf9E+oFMZKZLpr0FBOt8+CYrFFZAlyf9ESl940iyz
GQLENZgpjVBCmhIP0sM3AHLrKpbM09skAJxS5EDfnJh8vGoQCe5NMcruj0mHhMgv
BHD1u0HowjgLzY9W8jqdx0uXafOf4n6O9swzNTrQKKPh5ps/W/yx7EUZ6sru+1mN
GabimxmypgGGBpiRSkSu+kHdVrkD1srccKnTHyicT4h4Rp/3VQWjIqqqsr8E947n
bo0L0Gkgvh4sDysaovec7OySF2GQI+S2HcKx07LbV5ntdTGhiof/D1Y7kIXAo+Xx
pFvNh7SvPABekifDJz8cj8qIUwmjqXDrfDRartt6xZIo3ZjCeKB0VzHnMgYsw5De
zDP6pJvGxj9dUD2THF13CY2tpoTGh9pyFLWhikR/aPm7s9lAgrlvk3X18jxFDib/
+HZSC05qxkPnPhysHtIgTAguQ90Wgo6Kror9HO/MQURuNE8b+S/+Q/uFptxNw30N
x56xJK/33RwlnzUwEfwG
=72+Q
-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: https://lists.debian.org/e1xpece-00054s...@franck.debian.org



Accepted pidgin 2.10.10-1.1 (source all amd64) into unstable

2014-11-14 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 10:48:05 +0100
Source: pidgin
Binary: libpurple0 pidgin pidgin-data pidgin-dev pidgin-dbg finch finch-dev 
libpurple-dev libpurple-bin
Architecture: source all amd64
Version: 2.10.10-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ari Pollak a...@debian.org
Changed-By: John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de
Description:
 finch  - text-based multi-protocol instant messaging client
 finch-dev  - text-based multi-protocol instant messaging client - development
 libpurple-bin - multi-protocol instant messaging library - extra utilities
 libpurple-dev - multi-protocol instant messaging library - development files
 libpurple0 - multi-protocol instant messaging library
 pidgin - graphical multi-protocol instant messaging client for X
 pidgin-data - multi-protocol instant messaging client - data files
 pidgin-dbg - Debugging symbols for Pidgin
 pidgin-dev - multi-protocol instant messaging client - development files
Closes: 769491
Changes:
 pidgin (2.10.10-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add debian/patches/0001-update-msn-application-id.patch to update the
 MSN_APPLICATION_ID sent when signing in to MSN (Closes: #769491).
Checksums-Sha1:
 0ce8aeaba314e8307ec4e65eea22b5434b4af9d6 2836 pidgin_2.10.10-1.1.dsc
 81267c35c8d27f2c62320b564fc11af2cc1f3a4a 9409485 pidgin_2.10.10.orig.tar.bz2
 b5178f8d511f38ff094439ea778622d87f4bfa45 62376 pidgin_2.10.10-1.1.debian.tar.xz
 a92d89a6009930260e918b824a306c713f0d2fb6 4616620 
pidgin-data_2.10.10-1.1_all.deb
 9de60f143475e5922e9389c2d44bb5b28cdf2cae 2283626 pidgin-dev_2.10.10-1.1_all.deb
 400158af75b4d85e133bafd3483f48a6f2275453 142298 finch-dev_2.10.10-1.1_all.deb
 d8b5540f21484d1ed925282433f585395890d329 253098 
libpurple-dev_2.10.10-1.1_all.deb
 a19552cff899d0f854b4ec784ed17767d749d033 120470 
libpurple-bin_2.10.10-1.1_all.deb
 2f36d88addf3dcc4fe3c3faa37c4786bbb6667b9 1386000 
libpurple0_2.10.10-1.1_amd64.deb
 fad7fffe9bd0dc13be4313030159a1594435a067 611296 pidgin_2.10.10-1.1_amd64.deb
 a0f2972df1022841e01cbac74b54f52a82c87fd1 4994470 
pidgin-dbg_2.10.10-1.1_amd64.deb
 b747960c2f886783cb8d06bea59130d19c36923a 307062 finch_2.10.10-1.1_amd64.deb
Checksums-Sha256:
 332b9f3eb8ebd4793e6671fe3a0e7be071d46f99a85f68634b039f1cd74e877f 2836 
pidgin_2.10.10-1.1.dsc
 dc6b95512eaec75aef170aabce471491fc70584932599dfead20f1f1c45c822d 9409485 
pidgin_2.10.10.orig.tar.bz2
 2071485e6859c78fbf236fb2a3eef2a72d43f0aad544a9b2beb5a2c1d708b6ab 62376 
pidgin_2.10.10-1.1.debian.tar.xz
 4f26db52a6221b6220a142d8b39a8638cd923e1306aab3bea85e410ed98a1170 4616620 
pidgin-data_2.10.10-1.1_all.deb
 06366e9e1c9dd271957bbb13060163ed8bd3843cb7698ab37d989d44e13260a2 2283626 
pidgin-dev_2.10.10-1.1_all.deb
 2bb630f123370ab7d6be32bf53ef6bab07e415c8e23982a9a7d6e4069d3f816d 142298 
finch-dev_2.10.10-1.1_all.deb
 634f4837b749d1985f0c725d52f96c759843b2a4b18788e1c5e7038dd4b9a3b4 253098 
libpurple-dev_2.10.10-1.1_all.deb
 da02ad7486a78152d7058d01ca0fca840ccc13d7688d68733f5c1c133c964638 120470 
libpurple-bin_2.10.10-1.1_all.deb
 d5b974ec8b8b59771716d1f945542902b3c2237346cc3838545a1529a9f45b3b 1386000 
libpurple0_2.10.10-1.1_amd64.deb
 48da81470a9f4eb183a1c851024b9bc7d01ea326739a40f26837b0816cf27f2c 611296 
pidgin_2.10.10-1.1_amd64.deb
 5b184afbeb27ec18a84f771fcdfad3e947b60e5db86d8cd3238a3e4e14de07b7 4994470 
pidgin-dbg_2.10.10-1.1_amd64.deb
 ada050da00ee5cdd6109890ca6e429aff21b5abe25223f73771b3ef58b6af846 307062 
finch_2.10.10-1.1_amd64.deb
Files:
 0607205da4b578721891eb4eff1be70d 2836 net optional pidgin_2.10.10-1.1.dsc
 5030d4750c73b211c7e82bb67ea3d016 9409485 net optional 
pidgin_2.10.10.orig.tar.bz2
 7e7bb5179e8be4bff3a9cd3bfbd06e83 62376 net optional 
pidgin_2.10.10-1.1.debian.tar.xz
 8407c6880ae41aef087d0ace7f6dbd70 4616620 net optional 
pidgin-data_2.10.10-1.1_all.deb
 bb564c97f7feb85bcd9549d9bea58a48 2283626 devel optional 
pidgin-dev_2.10.10-1.1_all.deb
 ded2852197602ad0eab15eda612045bb 142298 devel optional 
finch-dev_2.10.10-1.1_all.deb
 4a6bed7fb584d3f26c906850299c492b 253098 libdevel optional 
libpurple-dev_2.10.10-1.1_all.deb
 00e1c2a0bb0e32637c5e54b78f8be9a7 120470 net optional 
libpurple-bin_2.10.10-1.1_all.deb
 7932a6dd00a589e92079a55ae4674ed2 1386000 net optional 
libpurple0_2.10.10-1.1_amd64.deb
 5487028247d9e59ec17a8829747d3980 611296 net optional 
pidgin_2.10.10-1.1_amd64.deb
 5324f5c889da5ffec9c9f37e187236a4 4994470 debug extra 
pidgin-dbg_2.10.10-1.1_amd64.deb
 a2cbb726e55c76b3575b1ac6d8673496 307062 net optional 
finch_2.10.10-1.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZdopAAoJEHQmOzf1tfkTs2wP/jSd9HiMyfQpHQ5F5EsAD/C3
RaoSnNq7spcafdUt7tqkA+JPKEWgS6OsGbfB/qkJeaPncCV+QgXZG8aXpSOn8Ob2
Hjn3I5TLUKVD7YHTRBhAs+ArTJOQHu/C0IWRda39VW3UTpflbDQy5HSQHBlyn83+
GdWagdFuPafb9o3DpNR+BjSSSGcEzG8LWD9p/o0aok4F1nfz9KJ4t2YNsv5vHxv3
KjYY/lITECJIt930060pb9LHzKAkwO5bUwkHCInlYNW3ptM9wnjX/VmGh3Uc9x+q

Accepted sosreport 3.2-2 (source amd64) into unstable

2014-11-14 Thread Louis Bouchard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 10:55:34 +0100
Source: sosreport
Binary: sosreport
Architecture: source amd64
Version: 3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Louis Bouchard louis.bouch...@ubuntu.com
Changed-By: Louis Bouchard louis.bouch...@ubuntu.com
Description:
 sosreport  - Set of tools to gather troubleshooting data from a system
Closes: 769521
Changes:
 sosreport (3.2-2) unstable; urgency=medium
 .
   * fix archive permissions regression
 Closes: #769521
Checksums-Sha1:
 8991f0348e8c5e275323e631d73af1ca71389f4b 1803 sosreport_3.2-2.dsc
 43a36f69a2ccdc40a00e4d629957e56e38f95548 3904 sosreport_3.2-2.debian.tar.xz
 8a43c2e74bcf4cdfde8a3ddcea20925b6588f771 125594 sosreport_3.2-2_amd64.deb
Checksums-Sha256:
 3bd438f680e6e31667529ba828a5d42493e5273e7e28f273f3ead7acc3c2a5d9 1803 
sosreport_3.2-2.dsc
 c95646cb440e7308abfdf8dc46ea16338ba23a08946e54f14601fa05543e8618 3904 
sosreport_3.2-2.debian.tar.xz
 401c72f1e87220d9fcbfa088e2603168a641ea9a94112afb109b61bfede0190e 125594 
sosreport_3.2-2_amd64.deb
Files:
 29182f086af356a51a7840d4450a094a 1803 admin optional sosreport_3.2-2.dsc
 c4c5cea4b7e4a368c30fbe76afe1815d 3904 admin optional 
sosreport_3.2-2.debian.tar.xz
 a19b3bc3d5e08c77b6f28badf1c034ad 125594 admin optional 
sosreport_3.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZdrqAAoJEIs9hnyCPnphdLYP/icw4668RDALP+d7X9rUozur
1cq4ScStlnZY4PtGjmIx1ckADvnf3azyfyU05Gtj0rtzMYwNTpDrseqwRRl9BgIA
Yi4vHgEqbXL68EEI/uToHFaCCj7gMuP4teWT6YH+tpdfTFTev7FeX3JhYJPUmGaz
jBlq76P3p8ogtq54c6v5v8NMt7vxJK6LtcXG+qzBITtNkrnTz40vLf9fZ/QIU8rD
xpHYI7vEHKL4I8NFfLpZpuWwucOyrgz9UwQlcZuINAKYFmRi056r3+UqlazBILTf
j5uTHk3hKlIu0/0GZ4xEErMXeVENXUSLm8fblf0OUwfqCkW08RbYXxVKuczgifp+
TfpFnIJ7NuwPSHYcD2vn6GlLZD3xUWZFNNBaaIB6IvpxXPnQW/rxVB9/W4sFjsez
gfhpEkSecspknQlfNOnyoGBqb9Swj+bg61yvlNDBPZ0CcEbt1j2Sb5n2+MsyKt+2
WenyzeLfUz90XLDb1/YvsTIxA0MbaR1x1Xzp1i35nmMnhi7+t5A7zeCCwvbCpFt+
lb0dPmtCCoreKx5Wu+TPYf6UdvPD3MOSkZyt+FlVAUXI6G8kJ6ovNBBzUVgjA8+1
77kcCBBDwBM+wp78Js79PsEiRaBlu6P03A0H3OHwadaG6LZh7whKKUSQLcsin3Bx
lThdcNCs377dXBBNUKD0
=Yhtm
-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: https://lists.debian.org/e1xpere-0001r5...@franck.debian.org



Accepted scilab 5.5.1-4 (source all amd64) into unstable

2014-11-14 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 11:07:31 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg scilab-doc 
scilab-doc-fr scilab-doc-pt-br scilab-doc-ja scilab-test
Architecture: source all amd64
Version: 5.5.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description:
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (english documentations)
 scilab-doc-fr - Scientific software package (french documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-full-bin-dbg - Scientific software package (scilab debugging symbols)
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-minimal-bin-dbg - Scientific software package (scilab-cli debugging 
symbols)
 scilab-test - Scientific software package for numerical computations (test file
Closes: 769002
Changes:
 scilab (5.5.1-4) unstable; urgency=medium
 .
   * Set a minimal version on the libjogl2 package
 to avoid FTFBFS (Closes: 769002). The problem
 itself will be address in libjogl2-java (bug 769003)
Checksums-Sha1:
 9975feb0f5bd8d6fafea7f47d859fa9110db28dc 3958 scilab_5.5.1-4.dsc
 81c90b2752a4457f03015a9cc874ee5628eb0125 39588 scilab_5.5.1-4.debian.tar.xz
 e1fe126f4ec55e1d2b092b08625190ec28a89a2b 510378 scilab-cli_5.5.1-4_all.deb
 055d3dbcd71f216a93ad834f0579636adcb20b4f 82010 scilab_5.5.1-4_all.deb
 07e436f57182226f310faaa0ec1b3eeefe392dd9 35114362 scilab-data_5.5.1-4_all.deb
 29aeaa9da4a0741a7b90e89aead1d507a4a80c2c 7949768 scilab-doc_5.5.1-4_all.deb
 6567751199419dbec0da51dc9e551b100f9a4e25 7273582 scilab-doc-fr_5.5.1-4_all.deb
 484a3cd17c6820a9bcafdd65b51c5ac135cdb32e 7100404 
scilab-doc-pt-br_5.5.1-4_all.deb
 2a7edf98e19e5d18c0040fbac7025334a1ac2958 7524418 scilab-doc-ja_5.5.1-4_all.deb
 31f80416c6d5d0132a74e3d00991cde7737d4c8c 13476116 scilab-test_5.5.1-4_all.deb
 49fd9144d51b90a953e0450047b58ca443147af2 130238 
scilab-include_5.5.1-4_amd64.deb
 0598e7b4e7a3941811e3e6c65daef54489955d97 2586570 
scilab-minimal-bin_5.5.1-4_amd64.deb
 2b69c26d3c90b81ff63cdb614a3ba3700d82e2b4 1507866 
scilab-full-bin_5.5.1-4_amd64.deb
 ebd662c0b0029b6ddc49be848049aa65e89372b4 5019644 
scilab-minimal-bin-dbg_5.5.1-4_amd64.deb
 1bcaa7350b6149cb2f1ac583e21fee310710511d 3064920 
scilab-full-bin-dbg_5.5.1-4_amd64.deb
Checksums-Sha256:
 d3cd2466d4033251f26d8fa48648269a2d709c0a4b64aee624057b3e33376919 3958 
scilab_5.5.1-4.dsc
 b1306a96ee78e4ffdf097c59bb0f2bdd9fd7127b9c2e8f375d2b4f062a01a13b 39588 
scilab_5.5.1-4.debian.tar.xz
 df840dcd13397882a090b53be93fddf8b0b057df12b0dfa3b8da7f03a02500e3 510378 
scilab-cli_5.5.1-4_all.deb
 50e0ed26196ce983a731d97b7e3928e6066bfbd69703e4fa14d423abb47f966b 82010 
scilab_5.5.1-4_all.deb
 ef6cc644e3ad8fe05ea2f17a7769471d249c9502ab6947a1c552f75bb4cd904e 35114362 
scilab-data_5.5.1-4_all.deb
 2e72418d50a4b918e41421ce4b85d67c72a640e7e8a904067c786a4b9b84733b 7949768 
scilab-doc_5.5.1-4_all.deb
 6aae0a61445d3b12fc26bdb81d2281c8423cb454db5ae28fe4b185319da7f0a7 7273582 
scilab-doc-fr_5.5.1-4_all.deb
 9cdf63b9dc33eb7a0e06e0c9bdfa0b1a79dfdabc84e635cc1200710cea9fa448 7100404 
scilab-doc-pt-br_5.5.1-4_all.deb
 a75c14b7faf5052f032b2601ad56c453922496c9f7923d78413d1a0155be437e 7524418 
scilab-doc-ja_5.5.1-4_all.deb
 15f4a35b4fffeb79753d33ec96a42ce740f830c947325c92067326704c930789 13476116 
scilab-test_5.5.1-4_all.deb
 0533cf2b3afb4ef7c5aa26c8144a80566973c25943dc8b9ac3f967a2ace8a876 130238 
scilab-include_5.5.1-4_amd64.deb
 6ac2602626c7bd60b2ca2d221b687de747c0516466908f0974fff8f790ec6a6e 2586570 
scilab-minimal-bin_5.5.1-4_amd64.deb
 29fa18c7df374e251be5ef1faa7d48482d01d325424e99e78a814470480e8056 1507866 
scilab-full-bin_5.5.1-4_amd64.deb
 e444f66449438db59ca13db96ccd860cfc7519948e082b51f1670f98df6d3374 5019644 
scilab-minimal-bin-dbg_5.5.1-4_amd64.deb
 8dfa2c2b13740afe40f179eb32562aaea1193a6db79a4e31825022852e3e8d4e 3064920 
scilab-full-bin-dbg_5.5.1-4_amd64.deb
Files:
 23d45faacef8a7f3288c415240b1b398 3958 math optional scilab_5.5.1-4.dsc
 9a50928dcbc22935aab43890532be203 39588 math optional 
scilab_5.5.1-4.debian.tar.xz
 0f14701f44811ce7661fb8ee816b189a 510378 math optional 
scilab-cli_5.5.1-4_all.deb
 1966d17f8dd69d104d6d991bb519ed34 82010 math optional scilab_5.5.1-4_all.deb
 5cd9b972a8bf7150b411409961f56232 35114362 math optional 

Accepted python-wstools 0.4.3-3 (source all) into unstable

2014-11-14 Thread Cyril Bouthors
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 12:39:28 +0100
Source: python-wstools
Binary: python-wstools
Architecture: source all
Version: 0.4.3-3
Distribution: unstable
Urgency: medium
Maintainer: Cyril Bouthors cy...@boutho.rs
Changed-By: Cyril Bouthors cy...@boutho.rs
Description:
 python-wstools - WSDL parsing tools Python module
Closes: 755192
Changes:
 python-wstools (0.4.3-3) unstable; urgency=medium
 .
   * Removed the upstream dep to 'docutils' (closes: #755192).
Checksums-Sha1:
 a1b2b6a7a4325a1a8bdd91e87e81b2956bf14464 1141 python-wstools_0.4.3-3.dsc
 96283fa90fd75afe16d00e920b4dd11ed2cda38c 2908 
python-wstools_0.4.3-3.debian.tar.xz
 1eab603928178f0f1eb81dee55c9d9cb2d5d2f42 140676 python-wstools_0.4.3-3_all.deb
Checksums-Sha256:
 54067fa6b71115e4983d0aeb87a4a5ed727e352c3fadbc17581eeac0586f2de8 1141 
python-wstools_0.4.3-3.dsc
 5cc311d47ebb4dc3c938ed3efcb148ab073611a7b4934155a95073922be751e1 2908 
python-wstools_0.4.3-3.debian.tar.xz
 73717040f669d8ce1526ec61e074493699ec318ff09e0d8f83754bef2ae15f7b 140676 
python-wstools_0.4.3-3_all.deb
Files:
 a8631336992e791b19b9e9d52a08bcc5 1141 python optional 
python-wstools_0.4.3-3.dsc
 389fd3fefef1a367e34a1cc3a160380c 2908 python optional 
python-wstools_0.4.3-3.debian.tar.xz
 6b2fd86b4334d09653a457f03c438053 140676 python optional 
python-wstools_0.4.3-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFUZfHhZ1SJHeqsYt8RArbjAJ9TJ5jUEirp/U9zjxBaRx2WPCk61QCfS0XA
WCMmlwpe0jQvG/NXCMQcnPw=
=0xva
-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: https://lists.debian.org/e1xpfqi-0004zn...@franck.debian.org



Accepted avian 1.1.0-3 (source i386) into unstable

2014-11-14 Thread Xerxes Rånby
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 12:41:14 +0100
Source: avian
Binary: jvm-7-avian-jre
Architecture: source i386
Version: 1.1.0-3
Distribution: unstable
Urgency: low
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Xerxes Rånby xer...@zafena.se
Description:
 jvm-7-avian-jre - lightweight virtual machine using the OpenJDK class library
Closes: 768682
Changes:
 avian (1.1.0-3) unstable; urgency=low
 .
   * remove no-lto workaround needed for older distro releases.
 closes: #768682
   * Use LANG=C.UTF-8 to correctly compile
 tests using UTF-8 inner class names.
Checksums-Sha1:
 943eb9202bf30f9842e4c306dac3035c1dcdb6b8 1195 avian_1.1.0-3.dsc
 ff5d4b724fd14106fbfa11c66208de59f0a026ad 6112 avian_1.1.0-3.debian.tar.xz
 b402d306d11d5b822b46d0f31689d50640ef87a5 313254 
jvm-7-avian-jre_1.1.0-3_i386.deb
Checksums-Sha256:
 b0c150b60a06ce965c908ab7ca401b74dcc593176fb889f9cda683250d19e2d1 1195 
avian_1.1.0-3.dsc
 39560c7ca9f40b18f1ddfca5c2261833c4cff2fca5e77230df2fc1bc9d039aba 6112 
avian_1.1.0-3.debian.tar.xz
 f6cddd1cd41b7f371fae2a5ff26490a1d569ee2a9a13e1c7da4732b5b1e7bc01 313254 
jvm-7-avian-jre_1.1.0-3_i386.deb
Files:
 e0efb55a742e042789f417a36b865796 1195 java extra avian_1.1.0-3.dsc
 8adb1c26a61ce7db4ca14782be52b4bf 6112 java extra avian_1.1.0-3.debian.tar.xz
 3df4d251d2d4e32f7dcd19cd7c819dac 313254 java extra 
jvm-7-avian-jre_1.1.0-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRl92UACgkQStlRaw+TLJw63QCgq0iWLE1gkR8NU9AFErGVNDL5
5E8AoLAsam7oYfYzE3+OOpzqz5DiJ2dm
=oLrx
-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: https://lists.debian.org/e1xpgit-0006wd...@franck.debian.org



Accepted valgrind 1:3.10.0-3 (source amd64) into unstable

2014-11-14 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 12:46:30 +0100
Source: valgrind
Binary: valgrind valgrind-dbg valgrind-mpi
Architecture: source amd64
Version: 1:3.10.0-3
Distribution: unstable
Urgency: medium
Maintainer: Alessandro Ghedini gh...@debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description:
 valgrind   - instrumentation framework for building dynamic analysis tools
 valgrind-dbg - instrumentation framework for building dynamic analysis tools 
(de
 valgrind-mpi - instrumentation framework for building dynamic analysis tools 
(MP
Closes: 768303 768412
Changes:
 valgrind (1:3.10.0-3) unstable; urgency=medium
 .
   * Bump Standards-Version to 3.9.6 (no changes needed)
   * Fix changelog typo (Closes: #768303)
   * Fix note about instrumenting i386 binaries on amd64 (Closes: #768412)
Checksums-Sha1:
 54167da6c2200972b843609348e696a995341e9e 2462 valgrind_3.10.0-3.dsc
 04dbbf93d023fed58353d502b624b710517ce53d 25684 valgrind_3.10.0-3.debian.tar.xz
 9ac87c918fe08032697566369ff48ed20ed2b319 16668676 valgrind_3.10.0-3_amd64.deb
 14677f3b6d9ec167e13fbf0f5da7a98bdb755b4d 48783452 
valgrind-dbg_3.10.0-3_amd64.deb
 95f94510f95d17f7a4a44a1c0a5c631974b8a300 100838 valgrind-mpi_3.10.0-3_amd64.deb
Checksums-Sha256:
 12cb6102e8fc26a72e2a127123d6b2e7719d054cad0c49d2a78f68634e517b34 2462 
valgrind_3.10.0-3.dsc
 64728e8518342144169a7ad52d5a6958ba6652cc9b32fe4b9da2278c65464a3c 25684 
valgrind_3.10.0-3.debian.tar.xz
 c90c5700c7cf48521df8fe143d90bc2f166ec25060d853889fd23e921e3256b7 16668676 
valgrind_3.10.0-3_amd64.deb
 18f7b47b3f7fecfde95b3ccb1369b216894e3696613be93980104edba368b827 48783452 
valgrind-dbg_3.10.0-3_amd64.deb
 00e544d110306dd5431d9d60777603e2df9727cc4b722a345298c5d7ba0603ba 100838 
valgrind-mpi_3.10.0-3_amd64.deb
Files:
 9fd1e4d7c9fafe8cbe73593248852453 2462 devel optional valgrind_3.10.0-3.dsc
 cfb8e74f80d997d4afbf0c9e1ebc973a 25684 devel optional 
valgrind_3.10.0-3.debian.tar.xz
 43ea64070fef7357a69eaa86a01c1fb8 16668676 devel optional 
valgrind_3.10.0-3_amd64.deb
 3da0b043110286a3bc177debcb5b4f82 48783452 debug extra 
valgrind-dbg_3.10.0-3_amd64.deb
 a14c5a1bd823ca1684218a65224c49c2 100838 devel optional 
valgrind-mpi_3.10.0-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUZe5BAAoJEK+lG9bN5XPLwjsQAIvlKJJqbI7Zdp4IF0Ot+SxE
uiR/r9xSjzo8OyXSuR2Ixm/gWlcJzKJ7a0rboT0tdZxj0bb8LjFKRP1zDk0i6lvt
G6mHYsB2E6uJJ2QyKnjQV1CDkWxrt26lYbR3Nw8IOZZFgeFcF8Du/Cgk4wv+Tyl9
33eLlVVpY8IemWS4qzpDdS5RfybAHh5/hlYwvE56dxIrMPhDPQQWadCq8eBBu2rl
RV1tvS9wa7qCMb/zF2OdnMh8sLwfNyK1HVPYH+cXQruRXNv/O8ZImQcfWoJVnT3S
8o6FoUjw6BRr+W2pfa3nRPkb92xTmG4KRpcg3syKd+dYy3Eq9CXt1sFs1uAiOANQ
3nkmqr5ugNHk+lcLp6NCp4dZkoNvxU4rQMuOajimTitrJ8ZWfyccvNzxD+SpXTna
8kxjMfgtdkSl+qXlP7YEjtZHaRfxcVfGGjntVNOQFiAf5b4mfVSrMsDc8kh7vJAB
8iuycUXVuIX02G23TfI5ThYqLaFhXlZyjUgQ+IgA76gbgHyu4MPs+uN9HW8c0tWy
aF7IX8+aDWAbCg1pMTmUH/L3YqiqmAdHXUPrSqbKtb/wUBDj6dMHbwvNGdFtBh1U
pZSIUttTYdGVXIwVmo31HnAirQOJRUtEjE2CGB+FGbW20Ra7+jQXCmZKA8+FZ7fX
g5IjNCIDKphr6U9qcwty
=k1PG
-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: https://lists.debian.org/e1xpgjt-00076x...@franck.debian.org



Accepted w3c-markup-validator 1.3+dfsg-2 (source all) into unstable

2014-11-14 Thread Jean-Michel Nirgal Vourgère
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2014 01:02:59 +0100
Source: w3c-markup-validator
Binary: w3c-markup-validator
Architecture: source all
Version: 1.3+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Jean-Michel Nirgal Vourgère jmv_...@nirgal.com
Description:
 w3c-markup-validator - W3C Markup Validator
Closes: 670973 738426
Changes:
 w3c-markup-validator (1.3+dfsg-2) unstable; urgency=low
 .
   * QA upload:
 - Update maintainer to Debian QA.
 - Drop uploader.
   * Switch Vcs to alioth collab-maint.
   * Update copyright file for lintian:
 - Remove spaces in licence short names.
 - Pack copyright information for mootools-1.2.5-core-nc.js. There can be
   only one license per file.
   * debian/rules: Ask lynx to directly outputs UTF-8, rather than assuming it
 outputs latin1 and then converting it with iconv. (Closes: #738426)
   * Transition to apache 2.4 (Closes: #670973) :
 - Use apache2-maintscript-helper to enable modules and conf files.
 - Also enable cgi module.
 - Remove obsolete file /etc/apache2/conf.d/w3c-markup-validator.conf.
 - Rewrite permission_override.patch for new authentication directives.
 - Update validator_conf_debianize.patch comments for new location.
 - Change Depends:apache|httpd-cgi to Recommends.
 - New no_ap_expr.patch to enable SSI legacy expression parser.
   * Bump policy to 3.9.6: No change required.
   * Refresh lintian overrides.
Checksums-Sha1:
 5bcece53c2f38e3bba1d405e708a15d4a6ac3a67 2136 
w3c-markup-validator_1.3+dfsg-2.dsc
 401789a72b305fb1a6e483f4d5fed5b790005559 24124 
w3c-markup-validator_1.3+dfsg-2.debian.tar.xz
 64c7ed8c5e8826323c71892e633eb6dffc4414b6 2228040 
w3c-markup-validator_1.3+dfsg-2_all.deb
Checksums-Sha256:
 ef417cf76717aa1aab315942ed85d5e7b1e66d5ade408f334a99a69477237474 2136 
w3c-markup-validator_1.3+dfsg-2.dsc
 f18045750727ac0a720a8211ebb164cf19ab08f8a8d8d608d758fe21f3e6a33e 24124 
w3c-markup-validator_1.3+dfsg-2.debian.tar.xz
 ea86451cdf7948d838aa912211acc132ff6c11c3bd30a9bf2a66d84dcc84e0ac 2228040 
w3c-markup-validator_1.3+dfsg-2_all.deb
Files:
 6685e32956cc3b09bd726b5e4b171cba 2136 web optional 
w3c-markup-validator_1.3+dfsg-2.dsc
 3d87817188ec4b282be145417c079b16 24124 web optional 
w3c-markup-validator_1.3+dfsg-2.debian.tar.xz
 e679a39b52ca42792950b20a9a7dcfc0 2228040 web optional 
w3c-markup-validator_1.3+dfsg-2_all.deb

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

iQIcBAEBAgAGBQJUZgATAAoJEP+RSvDCs1Ug+n8P/2heZmxa90l9OX2jghYXPK28
6kHKYxvDvoyjLw8nTx10fD5o+RrZsxJyAttnZ+F6UVbW2r8HsjXHm3u2eQF0hR2e
0lA0yP33AIqr8OMnaRehLhBibHhwB2C67PC+0YkJJZz4anLRgFfb0i+KUshMlSyX
RDCwTdvD3KPtMvuZaMDIov+VtLeyFP2N8gvAWLZprGGCzVli1VeMVyHgTWuFwdQe
Ux6yVenIf0ERDk8v/X4j/AVswfW+9QrOuHpn9StH8V+JIua0vaCwU/tWcHwv/PDB
bmprxbc2MJUpyhLiOMd3J8wpFKTWN2gRzdb1TT9NXm0s+v9eNaD3fQ4WGy7IAftu
TBIz4kr6Kv1MQ0PHaeJUGRdb3Na19q8Vstttu4r6unyQpO4Rtqu1fBRXs0vfh7SW
lrhj21056kcLp+Ni+G1fcKD8mIuRXkx32XhKkpliu00DSE/Um0pvOz7DmkxyuN3N
5L5kThNvnncuW6py6+hK4G2xNJ8Z67naBSl5eSbwNIPESSKgDJSP3Fhy8HbPhGcJ
1B28r1rnrwWZzaXzA14t9JuZ4d72IBSDKXpOe59z9dfKhKdQ1TVApF/bJ5WH1M5i
RJ1eGQimgf3iaYbyhjFzZ0LgBItAKOYgjxUbq3XPYvIw12yCIMfDhHL/HnDYjh+m
r1OP8jzg7mmPrjlByTHB
=0oje
-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: https://lists.debian.org/e1xpgma-0001vn...@franck.debian.org



Accepted health-check 0.01.62-1 (source amd64) into unstable

2014-11-14 Thread Colin King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 14:08:00 +
Source: health-check
Binary: health-check
Architecture: source amd64
Version: 0.01.62-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King colin.k...@canonical.com
Changed-By: Colin King colin.k...@canonical.com
Description:
 health-check - process monitoring tool
Changes:
 health-check (0.01.62-1) unstable; urgency=medium
 .
   * debian/control: update Standards-Version to 3.9.6
   * Makefile: bump version
   * Use POSIX getnameinfo rather than obsolete gethostbyaddr
   * Fix -w -W man page options
   * Some inlining, makes critical syscall path slightly faster
   * syscall.h remove C11 style typedef on forward defined syscall_t
   * net.c: #define out net_hash_find_inode
Checksums-Sha1:
 f0ad70e19fd8f08644c7146dc732c4b07b83f449 1861 health-check_0.01.62-1.dsc
 3c35912672148b92d717d4b00f5bd790866df8b5 59675 health-check_0.01.62.orig.tar.gz
 f75c0e9b032b8ba0a986a0c9f2d676d19a177758 6576 
health-check_0.01.62-1.debian.tar.xz
 b8bd1b2a0dd111f59bd92996433c32de7e57218b 47658 health-check_0.01.62-1_amd64.deb
Checksums-Sha256:
 e5d0a8a84cc869c85e1674accf1dfa52cb899f0a10bed7a0441c9253b5b2f3f3 1861 
health-check_0.01.62-1.dsc
 5b3486ae19ff3a010bd22ce5dcdba688bb6a9abed8783cf114c7d4827be556cb 59675 
health-check_0.01.62.orig.tar.gz
 62ce14abe88f70b33506745acded15a807331795e0d28611953a65bd1d25e801 6576 
health-check_0.01.62-1.debian.tar.xz
 966599d5a6b526b1d164bb1c1c788cfc62565cda5c83982b11a083e9188d95b3 47658 
health-check_0.01.62-1_amd64.deb
Files:
 ff4f8b69281e091f63183a576e8f53e8 1861 admin optional health-check_0.01.62-1.dsc
 fd07431de251348fd7068e678b14fd60 59675 admin optional 
health-check_0.01.62.orig.tar.gz
 16f6658f5e0bef2f0b83e3c8554ddb06 6576 admin optional 
health-check_0.01.62-1.debian.tar.xz
 36fa2572e0304f9af0f8b39255043938 47658 admin optional 
health-check_0.01.62-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZg83AAoJEGjCh9/GqAImOr8P/0bNql6bT87Oy65FOV46KRzI
sCjuVA+usCWjOTkpfjyJOI5msXf6T+Wd3N5G2JL7g46BT4E4OMkcLneZD7aCDTMk
Jtyil93siC10aF84XoqO6HG17u62mBF0lmdpy0BBpcy4a1tRVDCLb6wiSM6s/Wfy
MnbPsogaSrTUWfitYfl9Uw+EEWhsLD/9FVN0zdDVrmVw0N4wbfkxuDP9K1H+QWbR
uJEz2NlF5n3bk5JAA6LRiHIJ0ogArNnHPuXR5QFI+6q7td7e1UgH0TMaRNf4mEfQ
7F2lhCB8yy8h/7nk7bi0c2hKfxNOuKy02b6FPhaz0MFVgkhZ7AgAQEwrtk0oMF+r
ED13ktZGpf3rxMJ/MwcgPF1VJXdlglyCzOpQ9dkzeeMKjlTSFK8ftR92s8Rnc7p3
HlLUUzkyEojFnkL67x2W2duBmBtOa5QjyPq1r+8D8LJKxZKaOR61KCY1tGD1hl0s
QMDmslRVpJaC7VTApF1P90FLQqtd4zWeuH13aG6D6vinat2L170v+Am7tK17hxfu
TRK3z1kSYkATD70DHP5jBfWa3hFKoFlh2imnae2QyM/HDLxT06gIQHknTrH28Xr7
z/z2jwtMH/sMEeOI4tuHgsMJH6TUnaPX/FUjP2vhH+NSzOWLqpHQBojEtztVGMQ0
sRxQu1JTp45Vpaz9qSox
=e25Z
-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: https://lists.debian.org/e1xpisz-vo...@franck.debian.org



Accepted avian 1.1.0-4 (source i386) into unstable

2014-11-14 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 15:09:13 +0100
Source: avian
Binary: jvm-7-avian-jre
Architecture: source i386
Version: 1.1.0-4
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description:
 jvm-7-avian-jre - lightweight virtual machine using the OpenJDK class library
Changes:
 avian (1.1.0-4) unstable; urgency=medium
 .
   * Build-depend on locales-all | language-pack-en-base.
Checksums-Sha1:
 19377b5eb2991e506ddc89300d3dff8fa04b9094 1232 avian_1.1.0-4.dsc
 d1969c46f7ad4af9f196958841e1e4b01314f80b 6156 avian_1.1.0-4.debian.tar.xz
 2b4cc22398cd83eabbfb74399b81410d0e7d744c 313228 
jvm-7-avian-jre_1.1.0-4_i386.deb
Checksums-Sha256:
 46ffe5bf56b8ef761c13feb3fbcff7a12b50ea4fa3f169c7189d08409dca 1232 
avian_1.1.0-4.dsc
 43e56a5a2e15e2177aa291aaed87e4c211c6897c9ec64741e89cfb682cf776d7 6156 
avian_1.1.0-4.debian.tar.xz
 62c5c684a6123b28a734d18f30781607e8b6374ecde89da6ba85b89dfee1d399 313228 
jvm-7-avian-jre_1.1.0-4_i386.deb
Files:
 161852c8607a96d459dc88d3d68c 1232 java extra avian_1.1.0-4.dsc
 13c6217b530ac7b67982043a8c9ce2cc 6156 java extra avian_1.1.0-4.debian.tar.xz
 0c396fd784df7d64326a9b425df0613d 313228 java extra 
jvm-7-avian-jre_1.1.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRmEiAACgkQStlRaw+TLJyapwCfbcUgSkaDP46G19yvTsz3W4sx
ypoAoKkYLe0dlaaYiKnnXJ1vJOfmgujQ
=knJD
-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: https://lists.debian.org/e1xpisr-tq...@franck.debian.org



Accepted llvm-defaults 0.26 (source amd64) into unstable

2014-11-14 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 14:59:37 +0100
Source: llvm-defaults
Binary: llvm llvm-runtime llvm-dev libllvm-ocaml-dev clang libclang1 
libclang-dev lldb
Architecture: source amd64
Version: 0.26
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description:
 clang  - C, C++ and Objective-C compiler (LLVM based)
 libclang-dev - clang library - Development package
 libclang1  - C, C++ and Objective-C compiler (LLVM based)
 libllvm-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 lldb   - Next generation, high-performance debugger
 llvm   - Low-Level Virtual Machine (LLVM)
 llvm-dev   - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Changes:
 llvm-defaults (0.26) unstable; urgency=medium
 .
   * Remove some artifacts
Checksums-Sha1:
 c2ea21102a71e2f1f8ebe3af65561125c3f8ed70 2072 llvm-defaults_0.26.dsc
 d7532182b7ae72e8ddf82ced60a5a66e5fc86167 7264 llvm-defaults_0.26.tar.xz
 ea3f687fb22348ca993d0387a16da577ebd5b216 6172 llvm_3.5-26_amd64.deb
 8bb0c612587aa3e7e5ab7b22b0aadc317dfeca0f 4458 llvm-runtime_3.5-26_amd64.deb
 45a5af8ba8382964f04513213e6e0c3147fdd69a 4738 llvm-dev_3.5-26_amd64.deb
 5f7eb8d355cead3540ecc70181b13b2bab75b1a0 4598 
libllvm-ocaml-dev_3.5-26_amd64.deb
 fe09e5ce143beb67064fe657899aab7eca10a68a 4998 clang_3.5-26_amd64.deb
 3920d75e75d76ae768def86d5c3c09bf2b3b53e3 4556 libclang1_3.5-26_amd64.deb
 1683e44ecebde1e774e5080327a0becd1c3f1e39 4382 libclang-dev_3.5-26_amd64.deb
 439e5de27143a92475d8182962061a62b0e7335d 4372 lldb_3.5-26_amd64.deb
Checksums-Sha256:
 537c0dbc6c08972cb2c6eedbd027f55fb5b14c186dd4b394eee971c7580f7ea5 2072 
llvm-defaults_0.26.dsc
 eca1deca80445c4599c188111051a4b591fdc799f669d38226b8ddd4caa0d8b2 7264 
llvm-defaults_0.26.tar.xz
 00d3e1d01be364df62447f082dc35e1bb3d4882804ec0f9802db9cdebcaa1ab5 6172 
llvm_3.5-26_amd64.deb
 fffd6bb2ba5b602c6b892402773c4deddb250c616858fe35db179c5a5c4552a5 4458 
llvm-runtime_3.5-26_amd64.deb
 2cf7a2ef6281ed59af516518c6f388939be1d8fbeaf60b951fa7127634eec32c 4738 
llvm-dev_3.5-26_amd64.deb
 6b2eb8576b6638e5baf41f5665299f587ddb0b1f0d549b511e6f41d71ef63f3e 4598 
libllvm-ocaml-dev_3.5-26_amd64.deb
 98554b349966c6bb8ef12c50cb12a3cd19f895be87984ed1ac9b692cafbbd0e3 4998 
clang_3.5-26_amd64.deb
 0ece86f4f283aea1d198f7a4b56e5346eed3db7ff49f0feac260e9920f5c531e 4556 
libclang1_3.5-26_amd64.deb
 21d4a08b5db8369a87a5d1c143922d15a4224bad0c1f4441c7567d47c394351b 4382 
libclang-dev_3.5-26_amd64.deb
 15a03665717a0a1745d4bf3fadae9cd98687a5e3677b9a72aa53a73d10b666e5 4372 
lldb_3.5-26_amd64.deb
Files:
 ad253d67787d0db76cd18264b011982f 2072 devel optional llvm-defaults_0.26.dsc
 eb73978159a0d43475e24c419e47ab7d 7264 devel optional llvm-defaults_0.26.tar.xz
 f8c6572212980aff5761b1d58b9ace6a 6172 devel optional llvm_3.5-26_amd64.deb
 4db08d03a881d5c4e50813042e1a6b77 4458 devel optional 
llvm-runtime_3.5-26_amd64.deb
 fb41e614210975d9742094ee155081d1 4738 devel optional llvm-dev_3.5-26_amd64.deb
 db78e19f2bf1df27114a74e433b4c459 4598 ocaml optional 
libllvm-ocaml-dev_3.5-26_amd64.deb
 db2177c171107d986134f2e5f8c974b7 4998 devel optional clang_3.5-26_amd64.deb
 21568cb674dee905fa3f58097b24fa88 4556 devel optional libclang1_3.5-26_amd64.deb
 bf9d4d35a32f2a6d5f0af63543966b30 4382 libdevel optional 
libclang-dev_3.5-26_amd64.deb
 75ba019b6412de1c51785feebcd5d3b0 4372 devel optional lldb_3.5-26_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZg9LAAoJEH5lKNp1LxvhkrYP/jkB1eddWvWkV9I0Ey0S3fMs
dgxnXNm9DMogpwWog2e0O+KTN07AVRWVO2Xy0o63I2sQOeDFt/qeWr/yExMSe0XB
Jo3zVPEibLoxnmbjX4RFhUxN2MHY2mhLj5Tv3ocgv7ulffn+JxAlQp8MCkfYqv01
8JDRdeO9vd9fkg/JWATD9u2Bw1q00gZm6jmftbuFr7t4vvh0ydFvtbinL2tvjuE0
RXDFD0xyLNSXXKPrFaxNOgPK5MYNxBrtqWu3790xWjU1irGkE25unGonJSaQzSkB
NKcCFf3ADZM1/1iHnC53XDl0y+psXrTcLXXakNqqxamr1YG6NJSDQywoni9Bnn0m
+h4YJ6TNpyNI3iYVLUjXOBsYt13syrf6JGehyOWwu8z9sO0d/r2CshQP4Zat7QS9
AFqn4FOQTF/DGa4Go/j5IVDyV87Eb9QexDX7vWWDpS16MGXSLEHJ53ciovbL5J5l
cnmt8ga+0etFRohy8KX+//nqcAcBwrjBMH3ol3umWnPQHlfgqF6s+ktOpY5rM/b+
ycHtEZ8o+Ekvk72N2gckJajWoLk3Lb/H66EwhAOwYtPVjlO3FXMo5xNAcfifWKyq
TyeB/CG4Vra2+mad3lU+8DSsG3RJckY2nndv6K/1TIk3aUfh9BKmH7PMQZ2DIny8
xH7wNOnvws81K6Ip3M0V
=IoKx
-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: https://lists.debian.org/e1xpitc-cn...@franck.debian.org



Accepted uml-utilities 20070815-1.4 (source) into unstable

2014-11-14 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Nov 2014 14:05:53 +0100
Source: uml-utilities
Binary: uml-utilities
Architecture: source
Version: 20070815-1.4
Distribution: unstable
Urgency: low
Maintainer: User Mode Linux Maintainers pkg-uml-p...@lists.alioth.debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description:
 uml-utilities - User-mode Linux (utility programs)
Closes: 637724 689905 745188
Changes:
 uml-utilities (20070815-1.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Stop shipping /var/run/uml-utilities, thanks to Thomas Goirand. The
 initscript already created this if it was missing.  (Closes: #689905)
   * Set Architecture: linux-any.  (Closes: #745188, #637724)
Checksums-Sha1:
 ec04cf9f627d45738d5d0211cad457aa1ca8b652 1889 uml-utilities_20070815-1.4.dsc
 8398ad9bd334814580f005d36ba24b13935c0eea 16826 
uml-utilities_20070815-1.4.diff.gz
Checksums-Sha256:
 933e8152eaf67254195f7f91ba6750a9c216b1d6bf7f3af8f8834dc658efe6b7 1889 
uml-utilities_20070815-1.4.dsc
 414f6383da56280e78e964b5583b776af545a942f4a31d99c1b5b4a60919cc6e 16826 
uml-utilities_20070815-1.4.diff.gz
Files:
 1c9135a8dd646cdb1c5d9eb895c20fb9 1889 otherosfs extra 
uml-utilities_20070815-1.4.dsc
 239527644073434fda704c2e1b991e1a 16826 otherosfs extra 
uml-utilities_20070815-1.4.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUWNbPAAoJEF+zP5NZ6e0IOiYP/AmbZNjXFIhh7YOY0B02+wHB
ZO6PQvisG4WKaxyVxS6KsFchONtDOtfBTVd7HeOJIbpqa14NxAn968c5f7BLTR5X
pfFwXQeS9FNib8mhiPsVE+uyl0P0iE3GxU5oSTkqcLsK7b3KH8+qBJMW7XBQczTa
TPPy1ttRjgmZjEB2I7k02v4TQHYKJezj8BX6IjKqg78GpMKWpwMxWnQjWx5wcpZH
K4q1mFgLgWGu0xKiM25Ht9DhZU4RQld3DKn0+MpCHlky29zCCHWLXZEv36seTx7H
oTqpu/7BAmjCvJgsUerD8WLWgaS/0HjzwRQTSFSRx3UIiIgDxzN4d0THI20wny/F
VbcUhrloT7C9W3rVRZgLzlT0u1BvJ/Ygeevt3tBEus3T8niGGlUCI28tPjAbnop3
Y5LpIe4XgPekFEr+BCfEuxkXW8wzskd7vfLCsSWFSX+aG0J/xbi6sbhDrSNpEqPd
nWDhQ3cYuNjgjE3ORooOwLdBGM1oOnf8Ml+s5FJDptZ4chFFSz9qUSguX+/2Z7Fk
jhh+rNGAeLPPdRRzux9pddxseDrnkY4nTWcSc3ocYjbMhcD7HgzJxvgVWQstikUa
bHNN8hKcrMxvpDm45auAVzTr5t0ScOlc6qmDQuJHFBIMoud/wM0IjqEJztWajPmD
6FWai5JbbWDTu9BaeCxw
=91kX
-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: https://lists.debian.org/e1xpitr-eq...@franck.debian.org



Accepted love 0.9.1-3 (source all) into unstable

2014-11-14 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Nov 2014 23:35:50 PST
Source: love
Binary: love love-dbg love-doc
Architecture: source all
Version: 0.9.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Vincent Cheng vch...@debian.org
Description: 
 love - 2D game development framework based on Lua and OpenGL
 love-dbg - 2D game development framework - debugging symbols
 love-doc - 2D game development framework - documentation
Closes: 768206
Changes:
 love (0.9.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Add Breaks+Replaces relation against older versions of love to fix
 wheezy - jessie upgrades. (Closes: #768206)
Checksums-Sha256: 
 7a3605d602e772974cc426a6395d8cd0c5333843972b891115cbb5ca1f920747 2925 
love_0.9.1-3.dsc
 f7f6dc21844ae12fce69c6b2b6f2c9a13c7fd1c67fae954911b352ae6065c237 353986 
love_0.9.1-3.debian.tar.bz2
 794e4bdf243234f841a552135cdce7e056527d9a3395a9fbbf1987e3a1996e42 1144868 
love-doc_0.9.1-3_all.deb
Checksums-Sha1: 
 3c8ba54800ec0df7ca4a5945852f0b8022448f08 2925 love_0.9.1-3.dsc
 ce5a5cfbc98e66995ff19e58715dd0ed076a37c1 353986 love_0.9.1-3.debian.tar.bz2
 06087a40ed6bd422b855cd7e84601043d1b33570 1144868 love-doc_0.9.1-3_all.deb
Files: 
 602a5b148c298e82fc26f2e8fe1689d3 2925 interpreters optional love_0.9.1-3.dsc
 78e2b61e7805e00d087acf90d20a1c65 353986 interpreters optional 
love_0.9.1-3.debian.tar.bz2
 058071bdec8d0e330ecb8c9c7250281b 1144868 doc optional love-doc_0.9.1-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZiE/AAoJEI7tzBuqHzL/yU4QAOtFseKbjTjhGeTlYX5gg7NV
kyVErGq9tkIVhqr5RhP1rFhBNVNqoo3wHH04wx1ATOKBwnCIH1KQ8VZHt/u4LeIt
UQ/j5q/RYfmofNp0tkZe8T+JrXpJZhcNWADD88oK4vYT6HqgRb6tYCmXNHe0Yru0
qoyrH7vzu2FOyLRfZD8ePOqbm6OFh5hJnrShD1LBUNCTcXQWwClbIV5a4jPQDuDO
4R5eg2RwKKiQRTD9oYw26rjr2cNYiGRHn1ka24Qw0buJDEJ88Pkz9HocGVFApDlL
C8Rxe5XSQO8+gu8Zk0NHzuJFr8n8oUDb1nO1VDocgLL0RAnUT43bn2eluURRWyqE
VjVbbXtCv9wq90YVDMInwhDfpjgrCjhoxZW92zFHGmVXeUQiGsoUtmPgXIJSO724
R1QYE4afQh7PZG5jn1/6vlXrFaRMGplYnUFkT3kcuDU3tEfp2IN6dIF892BVm9hi
wub5jsVuBB5qrT3MCb0DU/vd53LiAZwiWj027jnWCjj/kL6z4uIBjFXA9uLn8tbR
vyd3zIQk+DnTQhrqjUFStdXCkYBxJ3QXxGgE87O4+MPbGiuq8BS2YF1g2Kz59aZS
cxbPfTl7h0phD/91VRxZZM449Mz3fxYFSCwvbcxrC2ZiDgQlJ16e9Kbl4NBws6bB
Ca1BwD4P4thsyrzHYmsX
=ltX6
-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: https://lists.debian.org/e1xpj8c-0002rl...@franck.debian.org



Accepted extsmail 2.0-1 (source) into experimental

2014-11-14 Thread Olivier Girondel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 00:35:33 +0100
Source: extsmail
Binary: extsmail
Architecture: source
Version: 2.0-1
Distribution: experimental
Urgency: low
Maintainer: Olivier Girondel oliv...@biniou.info
Changed-By: Olivier Girondel oliv...@biniou.info
Description:
 extsmail   - enables the robust sending of e-mail to external commands
Changes:
 extsmail (2.0-1) experimental; urgency=low
 .
   * New upstream 2.0 release.
   * debian/control: Standards-Version: 3.9.6.
Checksums-Sha1:
 c6e97627f2e4b39b2b8e5273f6c4068bbb057c85 1708 extsmail_2.0-1.dsc
 b8d6fb8abea55ce3d384fa2a12ce92ddfb49bf64 66991 extsmail_2.0.orig.tar.gz
 201319727ea834b228e02b9aa25876e3d072eec1 1912 extsmail_2.0-1.debian.tar.xz
Checksums-Sha256:
 cdb5f66366f22973e75c03d33b88eab96d87cdbce4033f8cbfcee1374d4387e4 1708 
extsmail_2.0-1.dsc
 faeba1f1b000bce570121cf7b3f5f9f9cc794187e6841732e7fa26a9f8bdb357 66991 
extsmail_2.0.orig.tar.gz
 ce7052123a287cb0a86a33dbf3422555c1718e84c46b2e7cb71bf629546ae8fd 1912 
extsmail_2.0-1.debian.tar.xz
Files:
 395b6ba1f30e1205284d5d7c006634f7 1708 mail extra extsmail_2.0-1.dsc
 a7100e7b324a41b327cd10f6a849f337 66991 mail extra extsmail_2.0.orig.tar.gz
 8fdb7ad29df1834b69886767810b0d18 1912 mail extra extsmail_2.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZi6NAAoJEGny/FFupxmTQX4QAIr1LlfLHjoRZFzjlzvStjNr
POyAWgtxj0s3kI3Wv4PRAkOGYYnJ+5IwVnADRCR55hu6UA8v86/UjNMAqNMsVyKy
2DZgkAcXRJTR5f5l6AD19ksvUxd1EK8ctiwp/fWd1+xPbCrEL2VBlFOZfuGUMWpI
vetjDhLKTiygid2e6ZxNAYpHOUMG+Vm7xKwq6XvyV1G389cYY4DEuutj1CvzYK87
UJ4wF9euBcnlVZugWxWm+OZyWJZcQ2yUQ5us/6B0D62ezAApPmMAjQo1nLTLBkW3
kzDXmhESV5ZQs1t2LVAJfnJLKArAuFTYJBfjUc9pYu1ilprHYCFSnG/ALMdAhvAz
t5GaysXoWHFQKY0Uvxq4IUgeR7ZjL2HgCgFbQVhvKHnzZwRadwxaL6Ji+xXz6Jko
WQKSkuHGPgkaHNy4bmPk3zFbsS8dzEs034MUxic+Hgx0yMBdqG0V0A338gFw5zzn
6jcISuf/mvNfhN0HX3ZtrqxgNNaPBzqC1ZO4S41Unuhwz8chbem43Av60DpdkSH5
9oyqVcBdEMtYtI9vWIqfuSg+wZFhyccknbRjR3CexcV9iFaOGGqpHQTmmabDbwAf
4bGeaUPKXLCGAO+JloR8B1GK+mTi4nfikAnFmm5AI6E9bu4643Zj7FpPlHVfCRpT
1JJ+zjCuGwEJQZaqV2fv
=xs9Z
-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: https://lists.debian.org/e1xpjoc-0007es...@franck.debian.org



Accepted librabbitmq 0.5.2-2 (source amd64) into unstable

2014-11-14 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 Oct 2014 08:11:08 +0200
Source: librabbitmq
Binary: librabbitmq-dev librabbitmq-dbg librabbitmq1 amqp-tools
Architecture: source amd64
Version: 0.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Michael Fladischer fladischermich...@fladi.at
Changed-By: Michael Fladischer fladischermich...@fladi.at
Description:
 amqp-tools - Command-line utilities for interacting with AMQP servers
 librabbitmq-dbg - AMQP client library written in C - Debug Files
 librabbitmq-dev - AMQP client library written in C - Dev Files
 librabbitmq1 - AMQP client library written in C
Closes: 764080
Changes:
 librabbitmq (0.5.2-2) unstable; urgency=medium
 .
   * Add patch to enable SSL for tools (Closes: #764080).
Checksums-Sha1:
 e9557248017090a94476568d9afcd3884c388157 2147 librabbitmq_0.5.2-2.dsc
 a6c608fe375a8e6c4a7b1dee9dc2c298ed713c37 8580 librabbitmq_0.5.2-2.debian.tar.xz
 0bac3dbf708e50e6b538849a8dd369cc091d39f4 27768 
librabbitmq-dev_0.5.2-2_amd64.deb
 a4a78b1716b367c64896aaef91f806e10636e156 194976 
librabbitmq-dbg_0.5.2-2_amd64.deb
 6afee1749f4c289ceda17bff3eb24c3245e017f8 35590 librabbitmq1_0.5.2-2_amd64.deb
 f650d19a95c23cd2859d00220444e91da0f78eb8 26490 amqp-tools_0.5.2-2_amd64.deb
Checksums-Sha256:
 3ac3d89e23ee9708fae2448350ca48a67f1eb1db0429aa616cd84bd0cefc1ccc 2147 
librabbitmq_0.5.2-2.dsc
 350b13ccfcf0d5d105faed0cc1e417268ca5ddc29f7e2d457eddbf771725fdcb 8580 
librabbitmq_0.5.2-2.debian.tar.xz
 c8a8583c487adba1082ff4a6b6892ebc60a03e8501124012777a82571cbe 27768 
librabbitmq-dev_0.5.2-2_amd64.deb
 2b7fe2e2a4f6e2c229ccc5bb0fe567472fd3ec15f5ec80fb2420c093b8132d48 194976 
librabbitmq-dbg_0.5.2-2_amd64.deb
 096035ffc397da8318d6da6b83ab3ae545997dbffa963ee0a885aa6ca910b109 35590 
librabbitmq1_0.5.2-2_amd64.deb
 69797e6740eba01dd1b20c0f73f218b8128c3e2fba4a3a8cd9b48ed98aa9b3e9 26490 
amqp-tools_0.5.2-2_amd64.deb
Files:
 f45aa2c3433966845f9ea73b25bd9c95 2147 libs optional librabbitmq_0.5.2-2.dsc
 6b747e7525713a640eaba6c65ca418a6 8580 libs optional 
librabbitmq_0.5.2-2.debian.tar.xz
 8fb1ae1ab256d4fd9a41613c50a6a5d4 27768 libdevel optional 
librabbitmq-dev_0.5.2-2_amd64.deb
 67d20c5539913abcf204cfc19f3c2587 194976 debug extra 
librabbitmq-dbg_0.5.2-2_amd64.deb
 ef3b22ee4341294d25c6d97590ef77a1 35590 libs optional 
librabbitmq1_0.5.2-2_amd64.deb
 d878ba333f8fb4644671bca7e41b8ae6 26490 net optional 
amqp-tools_0.5.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZjC3AAoJEBLZsEqQy9jkmMUP/A/Wkv8q1NFE394iIyosWZAf
e9KCSacZ7whdLAkjFGo9dzcyFeGt8ugOG/V7BfYFOOLHZsbl0wxAYj1jyLiJPgNv
LfTvpWa/WLEndKjwtjiZhN7p4OkXF8a3Zor+iAT4xjM21zA7hj3oMiz4bd2qDeci
8jQuUoQ2oiosooQJAyUobhWPH2nIiqGskKXMMK94QCZVmz5LfwqJicIjRlq/qbmS
U4pmz1+CMGRglJMiaFEVoSUPCVktOOGS5O8DhaMg9r7cAO58IXM3KZg0x0QjVIbG
WCqRSLmYo/yIXbmDWajsiEB+dIOmvgtT9zznXUQNNm/OU27jNdf2IdPP/moW/Q4v
j+1Wf/0gIughtJa6Nr8kzDYvSMS1vqCETaE906Q1kmZ34WAwMAJfmK6I0EzJHh+u
p0m/4zx40RvouYdI8FilRfxaTPDKu3vRraCUg6BXPdkiYnCbP2cNyquOoOdXDoq4
fOPF+5vCuWRLmY7XBqIq7wZB+n0DCPbUHcWiWnN8FV9AhVFPM4FpHdRVVXA6tqll
8i12hA2fhHo2cVejYtua9Y0gwiq5QqIjhtZ6MdjnZWMeQbr7SBoZcjYFFV+XSY2B
hZ1dV37r+wYRw3686MY2sMIFt62Rmt2cO8rUwEvN9M9sRsrETPHGwfTYWZIBuORc
UrqA6Hqz8EYo1fbcS+gk
=F9il
-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: https://lists.debian.org/e1xpk3i-0001dq...@franck.debian.org



Accepted mikutter 3.1.0~alpha5+dfsg-1 (source all) into experimental

2014-11-14 Thread VDR dai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 01:45:59 +0900
Source: mikutter
Binary: mikutter
Architecture: source all
Version: 3.1.0~alpha5+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: HIGUCHI Daisuke (VDR dai) d...@debian.org
Changed-By: HIGUCHI Daisuke (VDR dai) d...@debian.org
Description:
 mikutter   - plugin-extensible Twitter client
Changes:
 mikutter (3.1.0~alpha5+dfsg-1) experimental; urgency=medium
 .
   * New upstream alpha release.
Checksums-Sha1:
 e27c68cf16e599bb1a2e73e6cd4e6af530dac36f 2021 mikutter_3.1.0~alpha5+dfsg-1.dsc
 5376aff9b2c710900dc0d7c17124a5aa325dfa45 1511088 
mikutter_3.1.0~alpha5+dfsg.orig.tar.xz
 27fcdfc8a1c3a113888416fd0a1551801dad6568 12304 
mikutter_3.1.0~alpha5+dfsg-1.debian.tar.xz
 eb59370e14105c41d79dc5fff573b01f9e20fe8d 1505788 
mikutter_3.1.0~alpha5+dfsg-1_all.deb
Checksums-Sha256:
 9fad3c1f545e4efe11d26e8de664a6e25213faf2d7e6639c9b1c3bb66b8e66c5 2021 
mikutter_3.1.0~alpha5+dfsg-1.dsc
 7c266cd9b0048f0f900da92d4deabced731d4db59f6a322ff30be6182302868b 1511088 
mikutter_3.1.0~alpha5+dfsg.orig.tar.xz
 a593b41666f22ce913ed79c5581e1a3a279008aa88531e9200e6b3640b1ec9e3 12304 
mikutter_3.1.0~alpha5+dfsg-1.debian.tar.xz
 6421d3c2e24b576d5e0493b097dea4f044eee5249d026e85a3ddd43a0eb85c8b 1505788 
mikutter_3.1.0~alpha5+dfsg-1_all.deb
Files:
 12deaf4d4fc9ccd5f096328c06ac9748 2021 net optional 
mikutter_3.1.0~alpha5+dfsg-1.dsc
 1a5ad11ded348c9a71cd8791989544e7 1511088 net optional 
mikutter_3.1.0~alpha5+dfsg.orig.tar.xz
 94149fb602bd6cb0c34d4b42dfc60156 12304 net optional 
mikutter_3.1.0~alpha5+dfsg-1.debian.tar.xz
 794df702e3e31563ea667896f07d7ada 1505788 net optional 
mikutter_3.1.0~alpha5+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZjMDAAoJEHg5YZ3UOWaOookP/0rF0QcfbNQM5xocdEom7b1N
Q3khgaoYk4icQK/CJmsAo2fdvcSTQTPSyd/ss7q418+Q+ef4D4ya5t1CAWkoSFxA
GRVkO1+QoD8Cp26m2aKoyT0f1yGpNSXK3shoB9v7O7qV5dgxmI48IuVws4ig35EI
CjFhLSh0tPIQVxGtrVSHjIoEkw+GKF5Htjax4zDbsMmbroRXM94S23aS4G2XsMUk
T8hclfNqIrHkPblmB26enAoWslPNpk8dXU1DBsFFOUedgZkH68MpWfqe39c9FaEU
R5mH0EJjTcgc2eCrPw0dgS1HpAcLJ0EpEqL426A0vx3TdnEAHzlL25RZ+dmn0h2h
T6vdZeRtcaeHszrzig2WhInfXtI5eXHSsvxbcf35MoSYrnwnyAxtRjlxS7QNwx1G
1ykw5n1nYpLDxEYP4mNoGBcGjO29R+nv9qlXXizB075P8VKNDoy1VcDXAbA5tY+m
JfU5uz+S2CXQ/3de7oo2yXeeiXsb4W2KF1cVaKJWovOrfIR7KHA/coUW9yPYoPmL
J9baMlsEX2NkoncYlNsBu8Ia4GNkIiZLVp5v2rPKvmz4FoJNTqhu8Tzj6cVmSp96
p30aEZZRFr13nXHxcwhxJ7Y7DuigpjxuaGDhsGSzjyerbTaPH6w/Xu0VBAVBkShE
L5x2IDH5KTbQ7KF80ua+
=LOen
-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: https://lists.debian.org/e1xpkip-000304...@franck.debian.org



Accepted openmpi 1.6.5-9.1 (source amd64 all) into unstable

2014-11-14 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 17:57:11 +0100
Source: openmpi
Binary: openmpi-bin libopenmpi-dev libopenmpi1.6 openmpi-common openmpi-doc 
libopenmpi1.6-dbg openmpi-checkpoint
Architecture: source amd64 all
Version: 1.6.5-9.1
Distribution: sid
Urgency: medium
Maintainer: Debian Open MPI Maintainers 
pkg-openmpi-maintain...@lists.alioth.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description:
 libopenmpi-dev - high performance message passing library -- header files
 libopenmpi1.6 - high performance message passing library -- shared library
 libopenmpi1.6-dbg - high performance message passing library -- debug library
 openmpi-bin - high performance message passing library -- binaries
 openmpi-checkpoint - high performance message passing library -- checkpoint 
support
 openmpi-common - high performance message passing library -- common files
 openmpi-doc - high performance message passing library -- man pages
Changes:
 openmpi (1.6.5-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Disable torque support (see #767411).
Checksums-Sha1:
 04c5ec7d55674b63f44f6b8f35755fa812cea77c 3488 openmpi_1.6.5-9.1.dsc
 52f13e52470d1f326ffe852daf4b4d44689f55de 28740 openmpi_1.6.5-9.1.debian.tar.xz
 c8116fe4800eb67909773dc1d6fe5bccadbe 153790 openmpi-bin_1.6.5-9.1_amd64.deb
 a9a70a9252b1aaa7d3ff32317cfb6fcec3b2c28c 448368 
libopenmpi-dev_1.6.5-9.1_amd64.deb
 6ec6ced73b37f98cd6e3d5dec07bcec9f2cb89de 1459626 
libopenmpi1.6_1.6.5-9.1_amd64.deb
 8e570da420609e1f215f3abf6c682c321b48cdff 110488 
openmpi-common_1.6.5-9.1_all.deb
 d9945513cb20e56c0b2a7fefcc0414b84559e743 493418 openmpi-doc_1.6.5-9.1_all.deb
 e460ec357e979b681df4c69577f858ae91d73723 5099608 
libopenmpi1.6-dbg_1.6.5-9.1_amd64.deb
 023d41320831d9e5b7ae3e93c57178900abc1ae2 96180 
openmpi-checkpoint_1.6.5-9.1_amd64.deb
Checksums-Sha256:
 8eb4af846d9ea0b9d8e176a9650fde59f3d69f209b817b5e913a0212c608a76e 3488 
openmpi_1.6.5-9.1.dsc
 d5b729617db8a8f75793d3a1321886a99ea7c2271380d775503cc83341fb9ba4 28740 
openmpi_1.6.5-9.1.debian.tar.xz
 3b01eeb86d1a743862e443a3a167ab661b2e84d08ff17f0db22da454819e8025 153790 
openmpi-bin_1.6.5-9.1_amd64.deb
 ff66816b07b8f11d2e3ac7b157dc8a8ccc65579a0e687008c32a0d878d79b1de 448368 
libopenmpi-dev_1.6.5-9.1_amd64.deb
 53fbb81cd372cc26f5308124db2daf718efb849b915ddd9c534db49242c4e3e5 1459626 
libopenmpi1.6_1.6.5-9.1_amd64.deb
 a74226ea863bf482e2bc0d4025fd04caaa020f4bf541c5d1ed97d4e1d4578582 110488 
openmpi-common_1.6.5-9.1_all.deb
 e974e1f5e61052610127eb48070646bfa90dceeb6d610d7e530327177f9b8048 493418 
openmpi-doc_1.6.5-9.1_all.deb
 7c65c15028efa6322165641f08cd0499e746e978dc3aefd91ca48097541015ef 5099608 
libopenmpi1.6-dbg_1.6.5-9.1_amd64.deb
 ac923f61b451ca762419996227f142047dca78c01330a288567e21afb55421c1 96180 
openmpi-checkpoint_1.6.5-9.1_amd64.deb
Files:
 6c67f228723ba53393812ae189795768 3488 net extra openmpi_1.6.5-9.1.dsc
 2bf1b077df6955ef892c431ed8ba0acf 28740 net extra 
openmpi_1.6.5-9.1.debian.tar.xz
 641f24850164f0c50ba9cf49ff2e3429 153790 net extra 
openmpi-bin_1.6.5-9.1_amd64.deb
 1312cae0e9895d37c5c167e0e4c5e751 448368 libdevel extra 
libopenmpi-dev_1.6.5-9.1_amd64.deb
 c76b11da966bf352dd8d3202847048a0 1459626 libs extra 
libopenmpi1.6_1.6.5-9.1_amd64.deb
 8689ef47ac67c1390e9edb073dca1848 110488 net extra 
openmpi-common_1.6.5-9.1_all.deb
 66c380a77c64be95f9d86cdb400bd28f 493418 doc extra openmpi-doc_1.6.5-9.1_all.deb
 af0dfd799bb6a00e067137c6296b087a 5099608 debug extra 
libopenmpi1.6-dbg_1.6.5-9.1_amd64.deb
 95aa3fee7bc9d2a11895527432b3643f 96180 net extra 
openmpi-checkpoint_1.6.5-9.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZjhOAAoJEDEBgAUJBeQM9LIQAPNUl95/JipwEIQUlxwxKj9D
mrbWut9xuaeaSEyLQXVStL2rP0IddqHpE5attWjtrnGPoZu4bj9lAy182qvDr7oq
1qhqKOXElhBcMKs3wWIdU6nx+QjNEuuStEJ8a/ggs2NemAQXpILbpJCJnQPL8JBV
3wipK1IMhsZkKc96omqruzOvg7EjLTSzwwB7PvD7b5E0qwlLiYB1L2/xIv+epEsE
nNVqqALCWF/B6v5sdPI7TAZ9tgRGKclbyvurVIRi7SiQQ2hpc4sJ1Hzla8u2/OTb
BFId7nUdgsmod2PfkD4ayNVi3n3qqTGDWGPK0bnMDw+EUWs5D0yv6VaPMm7ZfCHR
A8BKXCwZKDU+FmtRwTXmJdZloglPJIA6rxOg/dgI5kyd2lWcCMqcY2y736HnyKYP
MMA6utIz0uurZPJ36ASq5AU9uq+kwpn9ZEGV6bs3LoISCr46iUFF7DhqluktVxna
BJlmLycxvkgZLxr1TApbZ2MkNznoPXD7PT2amr4zG8yixv6UI5W6WrqoaS1O7zHM
UWIW8Ykd3N9SCcXKeozd9NRtOLbxTFwJGD6Y52jYVzpQ+Tudldq1/oVyK0ZdENx2
T99GCCrlNUAkWOgMREkWXCo/Q1n/neMbV1I0fJawky4MSFHkKkaSfpmi38moDyXX
i/jY6JvuVUHnjwsEYEaR
=9erf
-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: https://lists.debian.org/e1xpkwf-0004hz...@franck.debian.org



Accepted dbuskit 0.1.1-2 (source amd64) into unstable

2014-11-14 Thread Yavor Doganov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 10 Nov 2014 09:08:54 +0200
Source: dbuskit
Binary: libdbuskit-dev libdbuskit0 libdbuskit0-dbg
Architecture: source amd64
Version: 0.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Changed-By: Yavor Doganov ya...@gnu.org
Description:
 libdbuskit-dev - GNUstep framework that interfaces with D-Bus (development 
files)
 libdbuskit0 - GNUstep framework that interfaces with D-Bus (runtime library)
 libdbuskit0-dbg - GNUstep framework that interfaces with D-Bus (debugging 
symbols)
Closes: 768616
Changes:
 dbuskit (0.1.1-2) unstable; urgency=medium
 .
   * debian/libdbuskit-dev.install:
   * debian/libdbuskit0.install: Update for gnustep-make/2.6.6-3 (Closes:
 #768616).
Checksums-Sha1:
 cd2c2bf33683a75b22da9638d963f5d95edfeb53 1848 dbuskit_0.1.1-2.dsc
 4d206b73e4d3ed14a9a55d7b15633b317e5520ad 40392 dbuskit_0.1.1-2.debian.tar.xz
 0947b0113df240059c8591556aebee9358675000 316032 
libdbuskit-dev_0.1.1-2_amd64.deb
 7641c66f40c22f371650325ef54bc8e3ae13ca67 112784 libdbuskit0_0.1.1-2_amd64.deb
 913fc62788e65997ca7c8226f682696f574fb219 214970 
libdbuskit0-dbg_0.1.1-2_amd64.deb
Checksums-Sha256:
 0c078d28c81d6204eacf08c44f0c9bb944aa6c35f2bb8e43136f6d3f51fffef3 1848 
dbuskit_0.1.1-2.dsc
 d77ede06003b20fb896a35b16960105afe0c8646094f21840df1a6738d232f91 40392 
dbuskit_0.1.1-2.debian.tar.xz
 26b58e382cd2f4bc02367e23578bc6a7f366536b4b8ee798be1ae08d146e6fc5 316032 
libdbuskit-dev_0.1.1-2_amd64.deb
 16d2989f68d76baba0a1c8f5d96a2637bfe98215b64f82d8fb93adf3d2836a4a 112784 
libdbuskit0_0.1.1-2_amd64.deb
 b08e5f577215b122ee5fcdac91af5d2694c184fde07edd694c0f480257c4ae41 214970 
libdbuskit0-dbg_0.1.1-2_amd64.deb
Files:
 ae5fe46f506f4b02b44d5a774e8f 1848 libs optional dbuskit_0.1.1-2.dsc
 a488e3e1a1bc589279afb60d6062d5f5 40392 libs optional 
dbuskit_0.1.1-2.debian.tar.xz
 13e21b1674d290c161d8346555051b1e 316032 libdevel optional 
libdbuskit-dev_0.1.1-2_amd64.deb
 4c024f70d71d5c1069ca0341ad4b4ab6 112784 libs optional 
libdbuskit0_0.1.1-2_amd64.deb
 4e433daec39a2b05b1f56c03307c4a32 214970 debug extra 
libdbuskit0-dbg_0.1.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUZjsjAAoJEGa1A/2e4BN5v0cIAMGw0rBtvo64eFg3inGTZUYd
Q4enSGYzhWO2iXpCC8bxW9XNaVhHJsMxUwv/JXMkEN3MuXbQKMZKG9fyYHnRNMyc
xW4dR26TBu0q2flKIjNqWm7QpuK6MHijjrSrvOjNkS6/6gAETzIqVfJmCAXsgoV8
ebYIF1rerMULU9T2Z9zbT45xBAoeBZ9ipj6KMr65f3AD9U2pELTBQPGo71OOMN4z
QAQ/X5kyjU0qvpyPMX1ghlcCCQz89miow4HN0a9bTuc/Ui4wHEyI8KYdpL5Q8zzS
E6XITn6srzF0mYoKyQ3fdGrsUPl7HPFA9Mwv63GCfthqzqsw1NEtYSndIgqilKY=
=Fx5p
-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: https://lists.debian.org/e1xpkkh-0006yo...@franck.debian.org



Accepted docbook-to-man 1:2.0.0-33 (source amd64) into experimental

2014-11-14 Thread Maxime Chatelle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Nov 2014 22:51:53 +0100
Source: docbook-to-man
Binary: docbook-to-man
Architecture: source amd64
Version: 1:2.0.0-33
Distribution: experimental
Urgency: low
Maintainer: Maxime Chatelle x...@rxsoft.eu
Changed-By: Maxime Chatelle x...@rxsoft.eu
Description:
 docbook-to-man - converter from DocBook SGML into roff man macros
Closes: 549475 716055
Changes:
 docbook-to-man (1:2.0.0-33) experimental; urgency=low
 .
   * New maintainer (Closes: #549475).
   * Bump up Policy to 3.9.6, no changes needed.
   * debian/copyright: now follows
 https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
   * Adds patch to fix https://bugs.debian.org/716055 (Closes: #716055).
   * debian/control: Adds paragraph to suggest more up-to-date tools for
 new projects.
   * debian/control: Uses canonical VCS URLs.
   * debian/patches/*: Fixes header of some patches to add description and
 other fields (converted from dpatch header).
Checksums-Sha1:
 fe4902242d8cebfa5700f0f1ad7430575ec923a8 1576 docbook-to-man_2.0.0-33.dsc
 acdd06704dbbc25d2380e61a9f45a42457ed5ca7 18700 
docbook-to-man_2.0.0-33.debian.tar.xz
 9d26270a6c035f68496a336ad1a844bd43dafffa 74762 
docbook-to-man_2.0.0-33_amd64.deb
Checksums-Sha256:
 0e4d12b37dd6d8d3cb8799146e978a71ab10017d36014ea1ef8573556d306d77 1576 
docbook-to-man_2.0.0-33.dsc
 d05d06991f2b1712a65fbfb3a25130abf7388c975f40aff6eeab2beb3beee02f 18700 
docbook-to-man_2.0.0-33.debian.tar.xz
 15180a814143a260a1be3b33533171d0549b8b21693b0eb92b7aaa8bd041280c 74762 
docbook-to-man_2.0.0-33_amd64.deb
Files:
 cb536b2bf0e32c21f9944d4df4721d3e 1576 text optional docbook-to-man_2.0.0-33.dsc
 10a21b43da308ae2b8aa3e5a689f9151 18700 text optional 
docbook-to-man_2.0.0-33.debian.tar.xz
 33b6b1822ca414eadf8e907c4a00028e 74762 text optional 
docbook-to-man_2.0.0-33_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUZj54AAoJEGa1A/2e4BN5O+oH/1JZvm2CQ9gifRtimU75a16o
zZvP+TWexlGqBHjAmlW5KAUy5su6TkA1DE4o3dIP2Cv8IUpHOhBmI0e3vrBAsD2A
mzLyGisLbUXpgAbyNATp805I1FeMjlClgLAIyUIjDeZLbbEaSwwAyDVBrQurSkIC
tZO32f0yd6VnX8EUe+U0h6adLne7wythG5oL2petwMr0x3wHOHAqfz+65G/ijPHf
/kcSNdTSEg6f5z6I8BVJvvNXHcbv/d6ID5bTdUX1Ds1TmqyMW6hWCeYi4pK1sniq
SD6XWqoYAQGBwEvqiLSQbQ6zS/TjSVYQFqNNW9Kzv8OB8b5HXk/SbOkzxEHwg1M=
=m9lL
-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: https://lists.debian.org/e1xpkz9-00089j...@franck.debian.org



Accepted xmlcopyeditor 1.2.1.3-1 (source amd64) into unstable

2014-11-14 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 17:41:11 +0100
Source: xmlcopyeditor
Binary: xmlcopyeditor xmlcopyeditor-dbg
Architecture: source amd64
Version: 1.2.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Miriam Ruiz mir...@debian.org
Changed-By: Miriam Ruiz mir...@debian.org
Description:
 xmlcopyeditor - fast, free, validating XML editor
 xmlcopyeditor-dbg - fast, free, validating XML editor - debug
Changes:
 xmlcopyeditor (1.2.1.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * Upgraded to Standards-Version 3.9.6
Checksums-Sha1:
 078b4b3c0d8ea7255019276c37048c85714c6a98 1364 xmlcopyeditor_1.2.1.3-1.dsc
 3ba187f9db4af763283cbd9f3e66e02452197f82 4266907 
xmlcopyeditor_1.2.1.3.orig.tar.gz
 54dde2c0c01aa859f475ba989f76ce7b02c92f69 11418 
xmlcopyeditor_1.2.1.3-1.debian.tar.bz2
 3db43ccd4ad942259065cc645ee6a1c9e90da301 1427068 
xmlcopyeditor_1.2.1.3-1_amd64.deb
 2fa31af53dd2e7229c073b5538c4b123e3f1a65a 6667858 
xmlcopyeditor-dbg_1.2.1.3-1_amd64.deb
Checksums-Sha256:
 5e332db945c692f2b13650b1a631e7db120cddbb7d6f6142128060d80e1db18e 1364 
xmlcopyeditor_1.2.1.3-1.dsc
 9b684b5042b4af85d3626fd55108bd1d63c0007b5c794ef7cc4b026012b29d2f 4266907 
xmlcopyeditor_1.2.1.3.orig.tar.gz
 b8c6e3e7c43fc98bf359fbaf1b4d2db929505c53a74229b21eea69fa7941cfca 11418 
xmlcopyeditor_1.2.1.3-1.debian.tar.bz2
 52b665048430a4610aac27e641d84f337b0a51243ccd512571561a26ee1968d2 1427068 
xmlcopyeditor_1.2.1.3-1_amd64.deb
 19b767e7bf91fd09eef1aa561f521d15cd59382e41e3332f68863f6ec778813b 6667858 
xmlcopyeditor-dbg_1.2.1.3-1_amd64.deb
Files:
 8aa5e331ce4e5d1405ff2735231ddb19 1364 devel optional 
xmlcopyeditor_1.2.1.3-1.dsc
 b8ec66bbf41d6dd10ffe704e5b5f4b5e 4266907 devel optional 
xmlcopyeditor_1.2.1.3.orig.tar.gz
 7ca200dd510eac1aa97f2742a382e846 11418 devel optional 
xmlcopyeditor_1.2.1.3-1.debian.tar.bz2
 9990f86a6448c2e0bfbe31eb59d71fac 1427068 devel optional 
xmlcopyeditor_1.2.1.3-1_amd64.deb
 5058744ff559f092c6894998bcbf7fc6 6667858 debug extra 
xmlcopyeditor-dbg_1.2.1.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRmPzsACgkQfbltLjbuCGFFWgCfSdz8sExQuU7S/IuxtoYFOjIl
losAnRQX9gSTDB1HlGHknnN5KNxk6vsR
=s6j7
-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: https://lists.debian.org/e1xpkzg-0008eq...@franck.debian.org



Accepted hardening-wrapper 2.7 (source amd64 all) into unstable

2014-11-14 Thread Kees Cook
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Nov 2014 10:27:04 -0800
Source: hardening-wrapper
Binary: hardening-wrapper hardening-includes
Architecture: source amd64 all
Version: 2.7
Distribution: unstable
Urgency: medium
Maintainer: Package Hardening hardening-disc...@lists.alioth.debian.org
Changed-By: Kees Cook k...@debian.org
Description:
 hardening-includes - Makefile for enabling compiler flags for security 
hardening
 hardening-wrapper - Compiler wrapper to enable security hardening flags
Closes: 767269
Changes:
 hardening-wrapper (2.7) unstable; urgency=medium
 .
   * hardening.make: drop mips restriction on building PIE.
   * hardened-cc: fix comment typo, thanks to Steven Honeyman.
   * hardened-cc: disable format-security when related arguments
 are already present, thanks to Steve Beattie (Closes: 767269).
   * tests/Makefile.common: include tests for new format-security
 disabling abilities.
Checksums-Sha1:
 d10c552ea37797bf41f4ba4dc1d75e63b6f81997 1857 hardening-wrapper_2.7.dsc
 cea33aec30197bf6489906418ebdea3ec7d7e93e 19604 hardening-wrapper_2.7.tar.xz
 e572f29e0237cdde55998363c058756f28c318e6 14250 hardening-wrapper_2.7_amd64.deb
 3df2313dbcfcd432c12d3a90a17b72b5629083b3 17540 hardening-includes_2.7_all.deb
Checksums-Sha256:
 a41080316928a0e086a622dcdae12fefb45abbaec6c435fa98e39754dfe64d79 1857 
hardening-wrapper_2.7.dsc
 20c601c6ccac7534d17d4be9442a4ad8f02b8461c2c50dee8b45d596cd6cf8e7 19604 
hardening-wrapper_2.7.tar.xz
 1600a186ac38ff8a4334103cff2e5d1f65bb6fab095749aa751cc12ce6aa0bab 14250 
hardening-wrapper_2.7_amd64.deb
 179cf6831beef70f9b20d5aeb5166aa6ed9163194828b4af0ccc920dae887774 17540 
hardening-includes_2.7_all.deb
Files:
 e52dd46aae4bef3fff5bec296408d8da 1857 devel optional hardening-wrapper_2.7.dsc
 54d8d8de9bb496a4ea14e30b6e033a4a 19604 devel optional 
hardening-wrapper_2.7.tar.xz
 63475fbdf477890667ad43a92c5b5026 14250 devel optional 
hardening-wrapper_2.7_amd64.deb
 971410956e50f854159130809f677243 17540 devel optional 
hardening-includes_2.7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Kees Cook k...@outflux.net

iQIcBAEBCgAGBQJUZknAAAoJEIly9N/cbcAmBRgP/jNML4U3LRzPEgcGj0ocd+ID
/Ysfp+5zhr4hk65uMEEUdFAf5+W3BrzkMeEs0YqKH4DRr8pHaIXjGqC09OtpZQnM
rS3ZxOZ9idwwe+W2T9wz90NJF/4ZHNdUtD1nul247k6Cl7U33QWwWJEjsFa0OuX0
Jh6BFrHb3thWr2sKXdFDGc9Ow1WF2zZ0lYpVjdS+4ZEMXYgyL2yr9K+coMRCMlAX
Y+gIDHCaTEOMMzbRDIw6FfyGsvhSKiD+YRtV6bgFrtYDAlNK7/r/xGxyL/xKHFDY
Ct9FhXJdJYb3XrCBcGLCfYEBlN40V2ao4aau6R286/XmzQUg9h66UYXQfVKUljt8
H2uWBM+Xsh057+8Lt6R2vHaNNAM3oFGPLpIuJHo1J2EsxYmTVHL3CXTj1eYQbl+7
mDWba0NPx/1ItT2NvTqbuvSqiKLErp3JQXvW4OyCvCHg6GF7MtOJw+4WOe00uMoi
VUcKzd6DnRswWl8aO2tKADceaa7y4eV7VE9dU27kINn5EgjogAfxx9O+3NgDa3tE
vw+4h76mLCDP5129cOXYpy/I8mwzmepPyoqwuax6NtGkM5T1UNKAQLnuYjkozwYF
ZukcstDVBOhF/y42jKUV5/Yq9tpWk+p/nM4DIOIMHwOvw14r9ct/PNWhyiFThEI9
R4E4Tz7KRWk3uNyRHVuR
=m8IP
-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: https://lists.debian.org/e1xplgk-0004ua...@franck.debian.org



Accepted ruby-sprockets 2.12.3-1 (source all) into unstable

2014-11-14 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 16:29:03 -0200
Source: ruby-sprockets
Binary: ruby-sprockets
Architecture: source all
Version: 2.12.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description:
 ruby-sprockets - Rack-based asset packaging system
Changes:
 ruby-sprockets (2.12.3-1) unstable; urgency=medium
 .
   * New upstream release
 - Fix for [CVE-2014-7819] Arbitrary file existence disclosure in
   Sprockets
Checksums-Sha1:
 3b4c566f986b46d746e9b60b1a34e140cf6d2172 2153 ruby-sprockets_2.12.3-1.dsc
 e291238605246568efce415e9153f46fccb86bed 39719 
ruby-sprockets_2.12.3.orig.tar.gz
 da8185d97cdc3b69f6418aca59cdbaa37ee77515 4128 
ruby-sprockets_2.12.3-1.debian.tar.xz
 638dd66d47da561120545731dd5f5557ae50f96b 39978 ruby-sprockets_2.12.3-1_all.deb
Checksums-Sha256:
 e8116330f9e31a820e129e4a89a87a8050f08b00031e54567f2c615e53424a32 2153 
ruby-sprockets_2.12.3-1.dsc
 ea645e2bbb04385dc3c19da956d3b6f561494d8d2e90a6f8c66aa7667b5da331 39719 
ruby-sprockets_2.12.3.orig.tar.gz
 ff9d02b81ebd39fdebff538f92aabf634e73a67c53ce58f6695fdd9abad4b912 4128 
ruby-sprockets_2.12.3-1.debian.tar.xz
 d1436a797b04d05d41faa7f114b95731b2ea83da405771b7f96d9aa849f89834 39978 
ruby-sprockets_2.12.3-1_all.deb
Files:
 b1994d73b8fb57b8e8da96b92dd7c768 2153 ruby optional ruby-sprockets_2.12.3-1.dsc
 62cd88f873d0abfe39b822088518fed7 39719 ruby optional 
ruby-sprockets_2.12.3.orig.tar.gz
 b6edc869e4b535c103079b2aa48b5d82 4128 ruby optional 
ruby-sprockets_2.12.3-1.debian.tar.xz
 d289684e6b60ec09bf76d88fec33e336 39978 ruby optional 
ruby-sprockets_2.12.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZkpOAAoJEPwNsbvNRgveeDwP/01oGj6gggp5Z0oftm0CrzhK
2xRjVR0v0thR29RaKbigFKZh85Ih53jCBfcCXsFRblz0hS5Bt7xKTxEpqmwK4ZsN
b6ooDDE2vpBD3EWVuD9NJb3pZ7CD3uklMVlUfyPtbzjnY2gTfu4ihcYVy8/WBk9G
MCYLXJhc+x5c0IY/lseOM0NaPB/hGGE5mh8C3/n7bFCK05LTnPLUrH2CW/OM/Z/p
Ry8W/PHa0q8VVNgEQe01M3K2V0mt4x3juDutbz3bOxpkWTrUgLW16bHW6syDeyxk
a9n5qZk0DevoNUWIti2Rr2OTiuW3uzHpiqbOZwrrU3x3DLfHq2is/QNQXl5iCm2n
WWZHqMh7OScCC65M1YlPxeRhWvvh6epOgaRVsyx3p+qpZFbsfJbLlDnCJCGBtGIG
31ojcI/UDIn4NjhB6cTVKaduacuGrHb12RYh0wuVTt8oY6pXVpBkaBy5roa1+qFc
FTbwVZecNNQICAk3j7NI3zVm/MHAXiPbTVTQkC5QYamcnuVfoT7AV2L2xRtDKrR7
slVtyaayDiP8jingLwdRVAe3YgDaqUSwgZ5b0r5sv1iMOINzEHIM4aveqJ75di5i
N2SkymIXl3I56HIQVaXMuSvk1mx7OuBFBl5eg5HH7oIN3dIK255khMHlIT/po7qZ
pGi4L1IAsv2fJvpeMMiB
=v+zW
-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: https://lists.debian.org/e1xplgv-0004x5...@franck.debian.org



Accepted jackson-core 2.4.2-2 (source all) into unstable

2014-11-14 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 19:31:46 +0100
Source: jackson-core
Binary: libjackson2-core-java libjackson2-core-java-doc
Architecture: source all
Version: 2.4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description:
 libjackson2-core-java - fast and powerful JSON library for Java -- core library
 libjackson2-core-java-doc - Documentation for Jackson-core
Closes: 768220
Changes:
 jackson-core (2.4.2-2) unstable; urgency=medium
 .
   * Add proper Breaks/Replaces for old libjackson-json-java packages
 (Closes: 768220)
Checksums-Sha1:
 4edfb559d5d848453ce45a3793d8873e79ea17d3 1656 jackson-core_2.4.2-2.dsc
 eb4a424fd920a2fa9bd9f5346f2bebda044d8e69 4476 
jackson-core_2.4.2-2.debian.tar.xz
 6af46ca3ac0ab19bdb38d9feeafbcd57ac53bae8 218120 
libjackson2-core-java_2.4.2-2_all.deb
 8a5a9464d241a131b019d37292552a8b8ffd2a6d 990708 
libjackson2-core-java-doc_2.4.2-2_all.deb
Checksums-Sha256:
 b90559e3feb4d7b03ef7d83b747adcc3c8d538c3fd63ffdc082fd2c1fc371d59 1656 
jackson-core_2.4.2-2.dsc
 fe16c295852453088f791b53f14ff240bff2a2798a691417c1fec26e82a16a11 4476 
jackson-core_2.4.2-2.debian.tar.xz
 615eb948ed968b755e1dfa0a787fa38584cc7f0261e03b40d90be4008e6b182f 218120 
libjackson2-core-java_2.4.2-2_all.deb
 bac409c17ca47db8d66deb7f2358e3412a5e5627894963ae04271b72013c4c18 990708 
libjackson2-core-java-doc_2.4.2-2_all.deb
Files:
 3ae79ebbbf1aea642f5ebfd51830f8f2 1656 java optional jackson-core_2.4.2-2.dsc
 9110d818e3b49ddb6a1d05fdc192efe1 4476 java optional 
jackson-core_2.4.2-2.debian.tar.xz
 22ed64a9b7cf694e07073b9a9c10c5fa 218120 java optional 
libjackson2-core-java_2.4.2-2_all.deb
 da6c36d3263070ae0c49b25d48391414 990708 doc optional 
libjackson2-core-java-doc_2.4.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRmTh8ACgkQUCgnLz/SlGgy8QCgwHkB8+0igXKMPNo1Z0iOYZsQ
834AniLQy56GXQBogYzjIpOICftkR+Ad
=9n3N
-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: https://lists.debian.org/e1xplvl-0006rc...@franck.debian.org



Accepted firetray 0.5.3~rc1+dfsg-1 (source all) into unstable

2014-11-14 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 16:34:15 -0400
Source: firetray
Binary: xul-ext-firetray
Architecture: source all
Version: 0.5.3~rc1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description:
 xul-ext-firetray - system tray extension for Iceweasel, Icedove, etc.
Changes:
 firetray (0.5.3~rc1+dfsg-1) unstable; urgency=medium
 .
   [ foudfou ]
   * Add uk-UA localization (thx Володимир Савчук Volodymyr Savchuk!).
   * Linux: fix click on menuitems (bug introduced in 0cfe58e4).
   * Bump version to 0.5.3.
 .
   [ David Prévot ]
   * Update upstream changelog
Checksums-Sha1:
 c4141d5899ce0a3a2cd980cc0b679280de23e508 1730 firetray_0.5.3~rc1+dfsg-1.dsc
 2ed2cb04aee120504a48cc758d8a146156930611 233152 
firetray_0.5.3~rc1+dfsg.orig.tar.gz
 b0f7a6716647611837d8a031aae5e17c9a81620f 25228 
firetray_0.5.3~rc1+dfsg-1.debian.tar.xz
 64036be41b9d9a32fad2aadc4b0e170e3f995ac3 119336 
xul-ext-firetray_0.5.3~rc1+dfsg-1_all.deb
Checksums-Sha256:
 fb73d5f8eca72e4a77ad7097d24473eb965fc41e6fefb5b1bd9fce6529c31b00 1730 
firetray_0.5.3~rc1+dfsg-1.dsc
 d6f3816fb174c60066ed3f0b6f32f63d0a092b62ebddf6a21cd691a2b69d0f35 233152 
firetray_0.5.3~rc1+dfsg.orig.tar.gz
 9a6506cd9743ce555e1a442dba15a097aad3b4f8e0eb09880a1a8d7417ae5209 25228 
firetray_0.5.3~rc1+dfsg-1.debian.tar.xz
 9d80ae1455036ff1edbc830fc81f49e5162af37fc30364bcd7719bd8f03e 119336 
xul-ext-firetray_0.5.3~rc1+dfsg-1_all.deb
Files:
 2ed8957877a01804e2402db18f024578 1730 web extra firetray_0.5.3~rc1+dfsg-1.dsc
 a5e16e34622c10d7c785b7885e85ab56 233152 web extra 
firetray_0.5.3~rc1+dfsg.orig.tar.gz
 332d37a0d397f79b08adf5990e56c766 25228 web extra 
firetray_0.5.3~rc1+dfsg-1.debian.tar.xz
 901087ff3a261f88e317281ca6fe1664 119336 web extra 
xul-ext-firetray_0.5.3~rc1+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJUZmjsAAoJEAWMHPlE9r08V5kH/iE7pAk/574dhAUtZ2HMF6hN
C4mmc2ySCcV61q0t/rDCBzF0daUGhZNZgTdFVZLt6YP/bcQfumokFhRk2DDPPi9R
hQlThreyOsk13dCGVA04f7A0GsNm61YC17wk2Qh8vgH/4iJ2TSTMRGs7dYXvuBB7
EEGAjWZtB2G6Vh+fZPSiJxHEo2DcNC5Bv+QMJmvNOLvgwElBml+UbvEEmTxr3J0O
ldky1fGqVvvFQOVdyoEoLR1z7QGBjwx0dk1clsS16p83Rbw5WyB+ZnzS4DtryC+G
0+fflczS45auiI8S7ApZOqGjL8MndvP4CFG3rE1CoNXCdE0gDnQcfVTXs+rucBs=
=6z0H
-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: https://lists.debian.org/e1xpogn-0007gb...@franck.debian.org



Accepted gitolite3 3.6.1-2 (source all) into unstable

2014-11-14 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 21:04:22 +0100
Source: gitolite3
Binary: gitolite3
Architecture: source all
Version: 3.6.1-2
Distribution: unstable
Urgency: low
Maintainer: David Bremner brem...@debian.org
Changed-By: David Bremner brem...@debian.org
Description:
 gitolite3  - SSH-based gatekeeper for git repositories (version 3)
Closes: 719509 719777 722125 729824 739792 759876 764599 768271 768455 769447
Changes:
 gitolite3 (3.6.1-2) unstable; urgency=low
 .
   [ Rhonda D'Vine ]
   * The l10n R us release:
 - Updated German translation by myself
 - Updated Japanese by victory (closes: #719509)
 - Updated French by Christian Perrier (closes: #719777)
 - Updated Russian by Yuri Kozlov (closes: #722125)
 - Updated Portuguese by Américo Monteiro (closes: #729824)
 - Updated Danish by Joe Hansen (closes: #739792)
 - New Turkish translation by Mert Dirik (closes: #759876)
 - Updated Dutch by Frans Spiesschaert (closes: #764599)
 - Updated Czech by Michal Simunek (closes: #768271)
 - Updated Swedish by Martin Bagge (closes: #768455)
 - Updated Italian by Beatrice Torracca (closes: #769447)
Checksums-Sha1:
 925abae2c79c2cf444933b41fe7f3a2875a1c34a 1678 gitolite3_3.6.1-2.dsc
 197292e12a9da6c696d91c921ff5e429b561a95c 18151 gitolite3_3.6.1-2.diff.gz
 583435986706564ed8b233f3dfa286cf90c87f8b 102574 gitolite3_3.6.1-2_all.deb
Checksums-Sha256:
 245660f52e1ed8a5610a60b1fc7272adce5dcc0ccf5e617bc70c39f2b38e7bca 1678 
gitolite3_3.6.1-2.dsc
 7b12086e21c97022e3582d1b6477f852000c233520c1d4231445b63a519c039b 18151 
gitolite3_3.6.1-2.diff.gz
 a943df03e86c16112a063a2ccd7143184d1c7cc9135e6a7dcc9949399c852c0d 102574 
gitolite3_3.6.1-2_all.deb
Files:
 e379555807498dbfac02de88f8daeed0 1678 vcs optional gitolite3_3.6.1-2.dsc
 1986f85bbed8c5d405892c91d7112818 18151 vcs optional gitolite3_3.6.1-2.diff.gz
 059721d6340f418e8ec3b9c8cf0b22b2 102574 vcs optional gitolite3_3.6.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJUZmIZAAoJEPIClx2kp54srW4L/igr72wKX9pMSH+Vq8M2Upyz
HEvHccz12LwEzRvwdmASr0CLnNXWK6eA1oRlIkFQZ95zUbf6vx60ItvNNoMyWn5M
FdIiDtfcOMH2TFhb+2LcK6LkndSO1SUk956ENQcdI0yGuXkQVCz6L3IeO4h+g/1b
mTLdCMmeq2GegbuB39Nvw4aLOveJBjELrpihfGzaMNHaJ+rpNX0EBLRl4p4lXJOH
07S4plkx6Np2oh5gFQch0M9N0IyjZuXuAacqWr5FcStUsHq9/zjr6Yk5eD5q44MT
1UdqoPAOycjJcutznS2VbYJVGD6MCm+xNdjkV1O6UdCJqkDyliR1lNpijsZqirQU
459I48Zrnr3u3gfk3sXtlouwJMLOGdR69VJigyZHiSW9Tayi7evcuetFd3iBh8sZ
LwcuqErv8blHrkoEu4n1IhItSLCUpzzKEgF5Fn9H71BjGguccPa1QlEGOuOGvqb2
uF44aO0Seu5RmgCnVpZuHlfMa2+cqnJ23YqlLjZ2Mg==
=ekes
-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: https://lists.debian.org/e1xpogu-0007ih...@franck.debian.org



Accepted notmuch 0.19-1 (source amd64 all) into experimental

2014-11-14 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 19:34:12 +0100
Source: notmuch
Binary: notmuch libnotmuch4 libnotmuch-dev python-notmuch python3-notmuch 
ruby-notmuch notmuch-emacs notmuch-vim notmuch-mutt notmuch-dbg
Architecture: source amd64 all
Version: 0.19-1
Distribution: experimental
Urgency: medium
Maintainer: Carl Worth cwo...@debian.org
Changed-By: David Bremner brem...@debian.org
Description:
 libnotmuch-dev - thread-based email index, search and tagging (development)
 libnotmuch4 - thread-based email index, search and tagging (runtime)
 notmuch- thread-based email index, search and tagging
 notmuch-dbg - thread-based email index, search and tagging - debugging symbols
 notmuch-emacs - thread-based email index, search and tagging (emacs interface)
 notmuch-mutt - thread-based email index, search and tagging (Mutt interface)
 notmuch-vim - thread-based email index, search and tagging (vim interface)
 python-notmuch - python interface to the notmuch mail search and index library
 python3-notmuch - Python 3 interface to the notmuch mail search and index 
library
 ruby-notmuch - Ruby interface to the notmuch mail search and index library
Changes:
 notmuch (0.19-1) experimental; urgency=medium
 .
   * New upstream release.
 - Improvements to reliability of 'notmuch dump' and the error
 handling for 'notmuch insert'.
 - The new 'notmuch address' command is intended to make searching
 for email addresses more convenient.
 - At the library level the revised handling of missing messages
 fixes at least one bug in threading.
 - Interface improvements to the emacs interface, most notably the
 ability to bindkeyboard shortcuts to saved searches.
Checksums-Sha1:
 40249fab84b3707816cacb65dc9490933f667018 2634 notmuch_0.19-1.dsc
 df023988f67e329357a5e8d00c4f6fc71249b89f 659038 notmuch_0.19.orig.tar.gz
 38f3707bce74c28a535c8edac6918919e1e6531d 14144 notmuch_0.19-1.debian.tar.xz
 12eae77f1686bbf3d4ceb42b9cc9e487ae8197f6 130668 notmuch_0.19-1_amd64.deb
 c97363a238c88aa09687235fba2c7b9d97b6084e 66496 libnotmuch4_0.19-1_amd64.deb
 9425a634b99f12d5d4447ce85c674801a475e6d4 24056 libnotmuch-dev_0.19-1_amd64.deb
 9b0d473d59e956b8f4d4c54b9f6ee935617b73b4 32858 python-notmuch_0.19-1_all.deb
 9daaac025a411ea2b4241258128a36cfcd767d70 32920 python3-notmuch_0.19-1_all.deb
 8190625d0a02221b31f441f22fcdc2cb3d787340 22052 ruby-notmuch_0.19-1_amd64.deb
 839aeb4b0ca1441cb8ae67e7ed46b5ecdef7f562 82060 notmuch-emacs_0.19-1_all.deb
 3e971a077623031892c6e3fc8db77d922db9469b 21384 notmuch-vim_0.19-1_all.deb
 d5e5a1f85e30522e379f2d4d1ada8b1a3c67561f 19482 notmuch-mutt_0.19-1_all.deb
 903766ae625172e367bfb56a8789af90e16e81fc 457806 notmuch-dbg_0.19-1_amd64.deb
Checksums-Sha256:
 98a8817362c885cb53ec028424ea45dab6e35c8de3da61e4ac654a213a8f5172 2634 
notmuch_0.19-1.dsc
 396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb 659038 
notmuch_0.19.orig.tar.gz
 60837caea2f4beeda1ea203e06ab681ab3109aebd15dd6f21220ea3502b04bd2 14144 
notmuch_0.19-1.debian.tar.xz
 563980c7abb7c881421667b77928946d790556564204562d48350ca2316b4611 130668 
notmuch_0.19-1_amd64.deb
 77b6d9777bb9459527ad97e3ef6afaa57aa6aecc9626d91c2d1c818d85665b84 66496 
libnotmuch4_0.19-1_amd64.deb
 c213b8d4fda2b3b56881f8bc038d539b6932da3ad855d0d6050a30ce40869ac9 24056 
libnotmuch-dev_0.19-1_amd64.deb
 050d37db93115daaee95d5ea92d9bde4102f023527510de8f5e9199a68d9dea5 32858 
python-notmuch_0.19-1_all.deb
 915363064e2302f734084455f0e5d4e944c7759e2da2e337c4ebfc3ba4deeb7e 32920 
python3-notmuch_0.19-1_all.deb
 51bdbf22e5c421276ec43e356f71ea0fce3e73c9e8b438725d3c1d5a9370d2a8 22052 
ruby-notmuch_0.19-1_amd64.deb
 238f41d984e2a01f12db9559199ed68cb49f8530753f6691441da800fdba7371 82060 
notmuch-emacs_0.19-1_all.deb
 42c1f44ad1df2e7ad41ff3fa16541d5a41a64eab4c79e3dc7081deca9d925c4a 21384 
notmuch-vim_0.19-1_all.deb
 ef09e43b5605184a14986feeaf757763fd4e1d95829ede5e4ff5523428929102 19482 
notmuch-mutt_0.19-1_all.deb
 a9104a24d7dd00f964bdd049a8be09f77c588741a2ecb80cee38952a3a6f955a 457806 
notmuch-dbg_0.19-1_amd64.deb
Files:
 c2089eb49c49cf681fb13847ff8a62e7 2634 mail optional notmuch_0.19-1.dsc
 4ff0e560534dfcd48159b96233640239 659038 mail optional notmuch_0.19.orig.tar.gz
 e755e61f5c0ff954669fc29cff205022 14144 mail optional 
notmuch_0.19-1.debian.tar.xz
 919d5c504f84f1cf217da46d55e8ede2 130668 mail optional notmuch_0.19-1_amd64.deb
 7454c281ed5661a1db8426e5c893e081 66496 libs optional 
libnotmuch4_0.19-1_amd64.deb
 82af17cea88df30a591951d9787f7251 24056 libdevel optional 
libnotmuch-dev_0.19-1_amd64.deb
 ee4621d9aabf7ff462942874cb25e5e3 32858 python optional 
python-notmuch_0.19-1_all.deb
 cc57e8c5ab43eeef373cdc6ede198bd8 32920 python optional 
python3-notmuch_0.19-1_all.deb
 fd5cf1953887473eb35b2835c6c9bb48 22052 ruby optional 
ruby-notmuch_0.19-1_amd64.deb
 7ad53c8da25d2e20168d4928c997099c 82060 mail optional 
notmuch-emacs_0.19-1_all.deb
 3813d470eb28f7be29876a1c8e363fb7 21384 mail optional 

Accepted powerstat 0.01.32-1 (source amd64) into unstable

2014-11-14 Thread Colin King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 20:02:00 +
Source: powerstat
Binary: powerstat
Architecture: source amd64
Version: 0.01.32-1
Distribution: unstable
Urgency: low
Maintainer: Colin King colin.k...@canonical.com
Changed-By: Colin King colin.k...@canonical.com
Description:
 powerstat  - laptop power measuring tool
Changes:
 powerstat (0.01.32-1) unstable; urgency=low
 .
   * Makefile: bump version
   * Debian/control: update Standards-Versionb and Build-Depends
   * Close sock fd if not in error state
   * Ignore returns from close/fclose by explicit (void) cast
   * Tidy up overly long lines
   * Tidy up over long lines in stats_print()
   * Add more comments and tidy code for row_increment
   * Rename time_now() to get_time() to avoid time_now var clashes
   * Tidy up snprintfs and (void) the returns
   * Add check for log-item allocation failure
Checksums-Sha1:
 fa02a65e92eaa71f857ebc3de26067bfcd36133d 1780 powerstat_0.01.32-1.dsc
 79f4a11384dc45f414338e618ff96e18525ff690 19559 powerstat_0.01.32.orig.tar.gz
 367d01d0f7764eaacbb6a12de58e002c75023014 3312 powerstat_0.01.32-1.debian.tar.xz
 07b671d5e1dadce9323743dba153f3aff47f5182 16182 powerstat_0.01.32-1_amd64.deb
Checksums-Sha256:
 c3b78add5108284d462da91ea06b2613f91e3804c764b6b731105ac1f7593858 1780 
powerstat_0.01.32-1.dsc
 0871907105bb2fcdaacd77957f43a400a313120e93e5b2e9a4653142fe22b307 19559 
powerstat_0.01.32.orig.tar.gz
 55e9fa31bc5e79ccb180c6a4327ec6f007c553ecc247a302275b4d20e965e135 3312 
powerstat_0.01.32-1.debian.tar.xz
 4d16ec5f30fb869b09d7b9c2f82a4a5ea317b1fc24ae5ef788f220e6e3477ca4 16182 
powerstat_0.01.32-1_amd64.deb
Files:
 412980685fae7ac893136245706c9fcd 1780 admin optional powerstat_0.01.32-1.dsc
 5a14fa5003f710c0fdadc1697013a394 19559 admin optional 
powerstat_0.01.32.orig.tar.gz
 e773153d510aa740fcd2ab68079c25b2 3312 admin optional 
powerstat_0.01.32-1.debian.tar.xz
 1b4d14e63d5e9b566bcb643e6d59f4a4 16182 admin optional 
powerstat_0.01.32-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZmGNAAoJEGjCh9/GqAImR3EP/1yi/KjQ7pDu+WoFWGZpgZzy
HDvNYhCT4zELE9PuLXOekMQPqyZc4n2ZRK820tQ5S6fdV6/gZRmxHXUPJsJZc6ug
i/aFfdTWgySfLndkrui/blRku5Pmno9ZO4wQkgzFYrZmvkHLnZmYDOftLmAeZgVg
bACqmtemRW49JsJegtrCzxoBZIxGuVtOZgplBXWAcGp/zDcvvPbG+j3LSGwYOBvK
jMfesqBwKLAMND+Am7Dfo9AFJTIoA8CxCy/9DUuReoZqp2mQfeFk6D3JaIm+Csmc
knRkSO2SqKmP5IS7VKN/hEUXe+5Z93mqYgGBLU4U9x5JvmraWhDQjVw4kPV19bip
6fz5M6O448FfUniVwrI2vtpClAUnx/lS0ZGkOFrpKbJ8R8uIWNzW6ORW55y3L91L
vA30YLfb0iFdzp6Lp0qrQYbAPoyJbnSHyfaz6AdES7cKPfY2C3SFIs3ZVzUZZlZP
mdaaCdkPAzG0ddWzHY2rlLS01F6hNtvejIdTKmPt6hhS/XBBdDoqsStF1DdYXUnD
0Bv4bM/jPGAEu8mR5IwnrQys7WceV0LYiCUeke//8EL5Z9Qt4fJ5Y6pgQbLYWDje
tpfWNkCwACDERk7oIT7Zof0q6JMWbcngyklt5vsHXH829JEfVsx1N+xHYF+PZiLa
wTAk6EUnF403i2YGIhTC
=URnr
-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: https://lists.debian.org/e1xpoha-0007yy...@franck.debian.org



Accepted quotatool 1.6.2-1.1 (source amd64) into unstable

2014-11-14 Thread Martijn van Brummelen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 09 Nov 2014 18:59:12 +0100
Source: quotatool
Binary: quotatool
Architecture: source amd64
Version: 1.6.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Bas Zoetekouw b...@debian.org
Changed-By: Martijn van Brummelen mart...@brumit.nl
Description: 
 quotatool  - tool to edit disk quotas from the command line
Closes: 668071 711502
Changes: 
 quotatool (1.6.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release (Closes: #668071, #711502).
   * Update policy to 3.9.6 (no changes required).
   * Change compat to version 9.
 - Complete rewrite of rules file.
 - Update dependency's.
 - Delete lndir.sh from Debian dir.
 - Enable hardering build options.
   * Add patch 01-fix-ldflags to make sure LDFLAGS are actually used during
 linking
Checksums-Sha1: 
 3eba6d3b169c42c5b7f81080d1b6b51b54283671 1709 quotatool_1.6.2-1.1.dsc
 632f8f470530928c57912eb95dfa540c55599c18 147691 quotatool_1.6.2.orig.tar.gz
 54195dde11c2173842bb559efacda8b80ddec14a 3464 quotatool_1.6.2-1.1.debian.tar.gz
 4ac251f87d46603483cefbe23ea1131852698560 20570 quotatool_1.6.2-1.1_amd64.deb
Checksums-Sha256: 
 b4ae8fde817085764188c422eef6ca9463199e6901f510e22fd6c45f536b553f 1709 
quotatool_1.6.2-1.1.dsc
 e53adc480d54ae873d160dc0e88d78095f95d9131e528749fd982245513ea090 147691 
quotatool_1.6.2.orig.tar.gz
 6b7f9c884feb38f483da705708cad49ed9e97c152eada5aa0d005dbb88c7f543 3464 
quotatool_1.6.2-1.1.debian.tar.gz
 c944fd197c88ba99a518b86814e84c6fa2597dbfd461c214953e824ca97877f5 20570 
quotatool_1.6.2-1.1_amd64.deb
Files: 
 bdc740d84178e073a8288662ce985391 1709 admin extra quotatool_1.6.2-1.1.dsc
 ebdb7a6f98cdc5aa2ef263336c5b4f3a 147691 admin extra quotatool_1.6.2.orig.tar.gz
 ad4f84af54279994cddbb4d1466ad785 3464 admin extra 
quotatool_1.6.2-1.1.debian.tar.gz
 dc5d866043f5867e7704daf41ad4d28f 20570 admin extra 
quotatool_1.6.2-1.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZmHlAAoJENGDpRe/qY3mFqIQAJUyLyrLF7elA/gv5zCs9ZYT
Me9PjRINBqEbg6zM62a40r6PPxHBTMZJtQj8JTH+CnhH2mrn6SO1tgyBHMasWOLl
GCbt0jOY90vXU2tugHEDUHTuv4r51kFAlP7BrzhTUswzknzYg58doemIL3TlWFdo
sFMZj8mJ2Utf7NJxghqHqBbcOgkjqnEKycZIGVOHr4X60TKi/nO2PLfhlWpkuTaJ
WWkmV7AnLscRkAoEWEB0kaYHT3mK2gxwP2Q/8toOG2QUclO+2JrImPTZtv+QIL2b
uycvIPOVchlIfTM/S8zBrMVmguhHFpo2QgE32Z6oaA+vDTpbT9fPbxtPfE/5tdyj
2PKP+A1QPf20ARVnKOK0MWzog5tJ8+wMklka7Ghs9mYt909n+TVmppka/3UyxwJx
QOvnGkT4XtbAlM3JIQKkmwlXkbM8wewcZ9llg79RqkmXM2GGcyM8RbhvyYJUtOMi
1Ldnd79NNSgKl6h+BopSrXpWTwo0mjhzgIX/5hoAUbIdXZU3dNDShe+N4zyDN/9t
MdEfGLEVJeeHC/PkNajhN7+NDshvq1p4RJIWXNKoQapmGNde/cctZi6RmYp4BO4m
pqd0gfsSKl9+WalJBblZD3PGdy0q/e4d5Ev9VOsVSi7wiDJ+3dQ+PXkbVQKusEQh
QWcxMC5u0Z0+VjYvh0if
=bjkU
-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: https://lists.debian.org/e1xpohh-0007bm...@franck.debian.org



Accepted ruby-actionpack-action-caching 1.1.1-2 (source all) into unstable

2014-11-14 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 18:11:50 -0200
Source: ruby-actionpack-action-caching
Binary: ruby-actionpack-action-caching
Architecture: source all
Version: 1.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Antonio Terceiro terce...@debian.org
Description:
 ruby-actionpack-action-caching - action caching for Action Pack
Closes: 769555
Changes:
 ruby-actionpack-action-caching (1.1.1-2) unstable; urgency=medium
 .
   * Make the dependency on ruby-actionpack want the version from jessie, since
 the packages that provide ruby-actionpack in wheezy contain files that
 were moved to this package here. This will make ruby-actionpack to be
 upgraded before this package is installed during upgrades from wheezy.
 (Closes: #769555)
Checksums-Sha1:
 c28cdc7361255686ab8f2e5b6346c377356c2030 2295 
ruby-actionpack-action-caching_1.1.1-2.dsc
 c4d09e9d159984ab799f981046d97b287aa32973 2400 
ruby-actionpack-action-caching_1.1.1-2.debian.tar.xz
 def23ad5574023823e1b121aabe2bfd2ca77eeb9 8492 
ruby-actionpack-action-caching_1.1.1-2_all.deb
Checksums-Sha256:
 9585528e11768dad23d7251a5093dfd7fb4bc4bf677b2e59ece104f16c58317b 2295 
ruby-actionpack-action-caching_1.1.1-2.dsc
 aea6837d87ebac8236c9c98763c1c0a0ae4ea7f0ed6e6290c97f82f1d5de92f4 2400 
ruby-actionpack-action-caching_1.1.1-2.debian.tar.xz
 953534ab347bb34040bc345e3c22c1c325a119b2ccff864d58b345a341027739 8492 
ruby-actionpack-action-caching_1.1.1-2_all.deb
Files:
 7d20c50af9be8f781955719dcbd5af2b 2295 ruby optional 
ruby-actionpack-action-caching_1.1.1-2.dsc
 7f871df2c0d13afb1480ab3737623305 2400 ruby optional 
ruby-actionpack-action-caching_1.1.1-2.debian.tar.xz
 22ecd51374fc49e4a38d3986bbe35f60 8492 ruby optional 
ruby-actionpack-action-caching_1.1.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZmK7AAoJEPwNsbvNRgveTIcP/R1wS3EdheCUoUzthX4e1PhS
v/TXcj5pyuAvXiohQWSXB3AQHe5eLG4PiXt6ySAnfMHqKGKUC3pZRywXE+VQF0nM
J8JnZ5I645Jt7Q1Lk1dalb9HEcKnxDDlg1gpFP7oQuDGaz2VYOJs8SxGWa9WNDjo
ellOXQcsoyHwFBPbKuJaC7FNiHcbO4DPF1iDFmQ+4rdEDVThmMxIiD3McdHWeFpp
oQLG4UnZHSxgaxfaL+ml1JyQWl2UhrKOUK1tWVx2d99NtDC4slPmqOoaj6U8H97v
nc4it4CqVWYKYIpUPu8Sy082gFg6rabpgCZspzELLdNMjHEjJJ/gwR6VXLIp1MVw
DcXDFFqI7BBZitAknIjUUI23gTB2V4jTovtRCt/2K6LxXN05mxzo7EahUzEqaEMf
q2y8qHsL+PsZfIYrfInnffl5JdamNEMDJV7/wSeVLVIUQTGgR37RgI8X071/lfN/
WLkqVWK3oi47HB07g2nVB6LFwpkvadLIF0fjYnsru3ZY3N9eo7JtcueR3RtFWIeE
2rp48CiV4SDTGkFV7MknVVE/t8OZKtDIhGDA4yYlWjAPA28CfHd1U0xSpLAH5MUE
5L8N9GJEgcn6pt4FFs7xnwHJ1jfNBbQq6ZX4gjtfbWzSyTAqkNKDGVKjBjfH9wxt
c6/ChrQHCPY6YQZoB0d9
=KCYz
-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: https://lists.debian.org/e1xpoho-0007di...@franck.debian.org



Accepted pd-osc 0.2-1 (source amd64) into unstable

2014-11-14 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 21:22:44 +0100
Source: pd-osc
Binary: pd-osc
Architecture: source amd64
Version: 0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: IOhannes m zmölnig (Debian/GNU) umlae...@debian.org
Description:
 pd-osc - Open Sound Control for Pd
Closes: 768295
Changes:
 pd-osc (0.2-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.2 (Closes: #768295)
 .
   [ IOhannes m zmölnig ]
   * Refreshed debian/patches
   * Applied hardening-CPPFLAGS
   * Upstream-name has changed to osc (lower case)
 + Install 'osc-meta.pd'
   * Canonical Vcs-* stanzas
   * Fixed upstream-contact
   * Extended copyright-dates to 2014
   * Regenerated debian/(control,copyright_hints)
   * Use puredata.info for debian/watch
   * Updated my uploader name
   * Bumped standards to 3.9.6
Checksums-Sha1:
 6db5ed105ee46ae9d4c87196fd6742bcd85558e0 2002 pd-osc_0.2-1.dsc
 0078ca5662aa77624c8b3cf2919560f9765331ff 32817 pd-osc_0.2.orig.tar.gz
 15d4a9699d3bcd0361a0aa89cb0e9b218ae437cc 5076 pd-osc_0.2-1.debian.tar.xz
 78f3fae51ab681b2e2282c687552b2af992931bc 25150 pd-osc_0.2-1_amd64.deb
Checksums-Sha256:
 a303109728983d91fa6d7bde49cbf85ce9838a807afadbc5db9dbda87a05c323 2002 
pd-osc_0.2-1.dsc
 7536c328adaab0609ec5c5c53ad145ba119f2ac314e6658b29c868ef10ad6544 32817 
pd-osc_0.2.orig.tar.gz
 b89206fd8b5a00cc7208f1a868f8a93b9668f28b60718247793e3585482ca964 5076 
pd-osc_0.2-1.debian.tar.xz
 81e822809319275e6c153ab1c4f0a620f3610edca29b0a06d9630f22156217b1 25150 
pd-osc_0.2-1_amd64.deb
Files:
 ca81ecda33ad7d9294cfab001ea2ca6b 2002 sound optional pd-osc_0.2-1.dsc
 c539451be64d504784d4bd4f9d81052a 32817 sound optional pd-osc_0.2.orig.tar.gz
 8acae895bbfd7b75e8ab2c57ef2c2839 5076 sound optional pd-osc_0.2-1.debian.tar.xz
 7e2fc90cd4bdc817b862ac455268cab5 25150 sound optional pd-osc_0.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZmUMAAoJELZQGcR/ejb4jgQP/RtaX32fSTZi3d7+KPxidZc6
tJpWaSHIaJHwlI3smCyTHMZlc7OBkmKIRvNrN/ytSXWvTB4p7PZO2Eba8YpP6WBY
wFUX/9pBlUS3Y/XF3yj5JQoUYz4A1po/37ncCknMUPggRpKNdcIkkWjD6fxFEl7L
fVHxOQB8GHf67A1CvSHmtaiNHkQnlvnDojANP16BL1Y3UPtevwre9DG/xhvfsH6t
gWJ9RnLoDtPpRHDbx8mf4qPlzxVEKI/DZgfSel/XhvP1AncrCvva0JOb6E9T5W5b
Q561za5ueHN3q4jfRid+ksnxIxbxl2nrz4vaTLp/4qUM8sJ3hj9cQSo/NSrPJQmp
rGU07Nv9NH4jEFw90ONc7y6t/0BDgtUGpwCCao6Eq22/ACfuF5zp5zbhK6y2whXW
FNXdbuDCMOHv87OA6TDs0NYuT9tvtZ75qvvlEnOv0P1t9X0S+xFFynsLIILQgne2
pQilWsyFnjoj70Axq662KReUMvRYicFBb+xSkvMLNQHqm4oMIMQIf+IvUuUSKwOz
MC0Sem+tBHkTm1yCABxi6oFuAl3lYnZDg6SD/uLt25kiG4QKcu7jJAnJ+b7kdIeO
kmLvV300aNRavRBgfcgYoSNmotiyZJWz4oxGA1MxijKCI0iMX2zqtagX7htJIVKj
LMM05Bx2u8oFCs1Kr55P
=DBAe
-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: https://lists.debian.org/e1xpoht-0007wy...@franck.debian.org



Accepted firebird2.5 2.5.3.26778.ds4-4 (source all amd64) into unstable

2014-11-14 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 21:02:54 +
Source: firebird2.5
Binary: firebird2.5-super firebird2.5-classic firebird2.5-superclassic 
libfbclient2 libfbembed2.5 libib-util firebird2.5-common 
firebird2.5-server-common firebird2.5-classic-common firebird-dev 
firebird2.5-examples firebird2.5-doc firebird2.5-common-doc 
firebird2.5-super-dbg firebird2.5-classic-dbg libfbclient2-dbg
Architecture: source all amd64
Version: 2.5.3.26778.ds4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Firebird Group pkg-firebird-gene...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 firebird-dev - Development files for Firebird - an RDBMS based on InterBase 6.0
 firebird2.5-classic - Firebird Classic Server - an RDBMS based on InterBase 
6.0 code
 firebird2.5-classic-common - common files for firebird 2.5 classic and 
superclassic
 firebird2.5-classic-dbg - collected debug symbols for firebird2.5-classic and 
-superclassic
 firebird2.5-common - common files for firebird 2.5 servers and clients
 firebird2.5-common-doc - copyright, licensing and changelogs of firebird2.5
 firebird2.5-doc - Documentation files for firebird database version 2.5
 firebird2.5-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 
code
 firebird2.5-server-common - common files for firebird 2.5 servers
 firebird2.5-super - Firebird Super Server - an RDBMS based on InterBase 6.0 
code
 firebird2.5-super-dbg - collected debug symbols for firebird2.5-super
 firebird2.5-superclassic - Firebird SuperClassic Server - an RDBMS based on 
InterBase 6.0 co
 libfbclient2 - Firebird client library
 libfbclient2-dbg - collected debug symbols for libfbclient2
 libfbembed2.5 - Firebird embedded client/server library
 libib-util - Firebird UDF support library
Closes: 769161
Changes:
 firebird2.5 (2.5.3.26778.ds4-4) unstable; urgency=medium
 .
   * add patch from upstream adding proper support for ppc64el
 Avoids misreporting endianness on ppc64el, which would break transmitting
 data between ppc64el and other architectures.
 Thanks to marius popa for reporting and upstream implementation.
 Closes: #769161
Checksums-Sha1:
 714c35ff4aff42a809499615c0addfef16ac9e12 3271 firebird2.5_2.5.3.26778.ds4-4.dsc
 37e8f78fb9ebf3c69c2a2248eae0cd63032b33c9 113228 
firebird2.5_2.5.3.26778.ds4-4.debian.tar.xz
 5e68318e207e8415594af3424616e285d81a8638 95862 
firebird2.5-common_2.5.3.26778.ds4-4_all.deb
 c59295cd4312ec67ff57aa32348f4658d40b5eff 164650 
firebird2.5-examples_2.5.3.26778.ds4-4_all.deb
 68b367f9d2f56ff164e54e6dceb24c81a9a22298 175064 
firebird2.5-doc_2.5.3.26778.ds4-4_all.deb
 2dea475f6598887aa2686b41cdc0ff53b821330a 654044 
firebird2.5-common-doc_2.5.3.26778.ds4-4_all.deb
Checksums-Sha256:
 bf895da7430fb558eabc347358fe3ad85ca5ff37d42f502c6458ec2ce4f06cf1 3271 
firebird2.5_2.5.3.26778.ds4-4.dsc
 90c4dde422da1495486aa60d2d0701a4fd1b467937f3204ce505e194bfd52664 113228 
firebird2.5_2.5.3.26778.ds4-4.debian.tar.xz
 03ebd5d202a3e18a1f2d53cb4076ea22e7b656481ce7e09a832996ca745ba8b5 95862 
firebird2.5-common_2.5.3.26778.ds4-4_all.deb
 5e32b251ac6675ed8896de6cedc06b32866da0fcf41974fab050936dd86c602b 164650 
firebird2.5-examples_2.5.3.26778.ds4-4_all.deb
 131daedbb882c2f4da104b5b692a5e2f50e64e960f14eb07eb96f7ceda260086 175064 
firebird2.5-doc_2.5.3.26778.ds4-4_all.deb
 8b6d5298c9b03a0c647bfdd531ec282937834ef8d2557ca42f9994aecc8f1a6b 654044 
firebird2.5-common-doc_2.5.3.26778.ds4-4_all.deb
Files:
 668258cd04f31f58268f6b8acddfa798 3271 database optional 
firebird2.5_2.5.3.26778.ds4-4.dsc
 8762a41d7280cfe73838a6b951200424 113228 database optional 
firebird2.5_2.5.3.26778.ds4-4.debian.tar.xz
 0011fd54df1a823ca960ef66dc9613e5 95862 database optional 
firebird2.5-common_2.5.3.26778.ds4-4_all.deb
 7c99ec364b7391d80e480879d107 164650 doc optional 
firebird2.5-examples_2.5.3.26778.ds4-4_all.deb
 7f5d1b57d12a3057512cd771cf8765cf 175064 doc optional 
firebird2.5-doc_2.5.3.26778.ds4-4_all.deb
 f77821844856f5b794d711c17f0e00a1 654044 doc optional 
firebird2.5-common-doc_2.5.3.26778.ds4-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZnL9AAoJENu+nU2Z0qAEN4wP/359h0KCOTiGKmbnivFbRoeA
jHK8Ts7MWM8ZZVg8c0GUmgkxbZ7TX0Rc+XMkn75yUJK6wVeZjQT6hrDXuqc2jHDM
yksXckP9lPK9m2B8bjFqlZq/AemYk54ADyI5SBpK7duhZrHOpZBeiVjjleLvOyU3
rWVdDVI7SU3obAXZJWxq4Oqv1HmvYELZxbB+JuA2HgvP33nrJXZk692H+0x5KL7J
ig0ieMTJzKNH08T7gx9tbtK7dOKA5/dzQBNQ7VGmG2LVu41/F0OF2dF5T49xgKtU
SP5PsU2qcXrMv6bYsXuxURI8EeqEqUH0P660jf3rgT6xNDSOojs//WPF/7hDyFrj
xa8dntUNOmU1dHTJ17ZKtJ0L5a+zXLZXPFmzTqSSOHL7w2X7ImLWrGVEYNopGmYd
5IrQ0EvfooiGtFYM/AeWktPTaE6BzESUN657Tm9TAnnaXI4hTbQSAMcxaIsmlLBz
TvNMstYUzDPZSS2P/zZgglzn9scS9N8QjycjVFl9vZWjbWJ5zmj6CpNoDraQWEfH
qCRSrrt/46RBjMnYG9lvdJVjjaoAlUaLkf57zTUTSRHn06/BOVyMOElKVpgT27SX
5rC0alx+IGYSWlYIBNgYCbru2OJdmKmMKLYf3zuRbErNR1FukkhulibIlJdzx90i
0dObLAFCQOIzvwzuFeiO
=boRz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to 

Accepted gem 1:0.93.3-8 (source amd64 all) into unstable

2014-11-14 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 22:22:09 +0100
Source: gem
Binary: gem gem-doc gem-dev gem-extra gem-plugin-gmerlin gem-plugin-lqt 
gem-plugin-mpeg3 gem-plugin-magick gem-plugin-jpeg gem-plugin-tiff 
gem-plugin-sgi gem-plugin-v4l2 gem-plugin-dv4l gem-plugin-dc1394 
gem-plugin-unicap
Architecture: source amd64 all
Version: 1:0.93.3-8
Distribution: unstable
Urgency: medium
Maintainer: Paul Brossier p...@debian.org
Changed-By: IOhannes m zmölnig (Debian/GNU) umlae...@debian.org
Description:
 gem- Graphics Environment for Multimedia - Pure Data library
 gem-dev- Graphics Environment for Multimedia (development files)
 gem-doc- Graphics Environment for Multimedia (documentation)
 gem-extra  - Graphics Environment for Multimedia - extra objects
 gem-plugin-dc1394 - Graphics Environment for Multimedia - DC1394 support
 gem-plugin-dv4l - Graphics Environment for Multimedia - DV support
 gem-plugin-gmerlin - Graphics Environment for Multimedia - GMERLIN support
 gem-plugin-jpeg - Graphics Environment for Multimedia - JPEG support
 gem-plugin-lqt - Graphics Environment for Multimedia - LQT support
 gem-plugin-magick - Graphics Environment for Multimedia - ImageMagick support
 gem-plugin-mpeg3 - Graphics Environment for Multimedia - MPEG support
 gem-plugin-sgi - Graphics Environment for Multimedia - SGI support
 gem-plugin-tiff - Graphics Environment for Multimedia - TIFF support
 gem-plugin-unicap - Graphics Environment for Multimedia - unicap support
 gem-plugin-v4l2 - Graphics Environment for Multimedia - V4L2 output support
Closes: 768493
Changes:
 gem (1:0.93.3-8) unstable; urgency=medium
 .
   * Disabled altivec on ppc64el (Closes: #768493)
   * Provided short-name for font-license in debian/copyright
   * Bumped standards-version to 3.9.6
Checksums-Sha1:
 9a3c8a474b4c03d978743d440f8fb901e764a549 3249 gem_0.93.3-8.dsc
 0b416957fb7c680f6365fcec240a456fd3ea6a41 20344 gem_0.93.3-8.debian.tar.xz
 02bb5fadda9f447c2231db82e3d2c8e3118f7589 1355238 gem_0.93.3-8_amd64.deb
 d4b1e243187f12bae65c5ba9375d562b0b65fb77 3285722 gem-doc_0.93.3-8_all.deb
 29863b4d8c2247ecc8b33faa13adeed2b5ad74c1 264326 gem-dev_0.93.3-8_all.deb
 180f2bd52a6d13758f8269f82b7746c38d7828c8 183410 gem-extra_0.93.3-8_amd64.deb
 8ce6e1f4d13b6207ede6a082353a490d04a43d5d 142466 
gem-plugin-gmerlin_0.93.3-8_amd64.deb
 4f5af86ead6746c315ea6affadd3141a43f70045 161718 
gem-plugin-lqt_0.93.3-8_amd64.deb
 0464b9db59aac9cf037b345a61d463da51685d54 143448 
gem-plugin-mpeg3_0.93.3-8_amd64.deb
 cd45f6a815ca6ccfe0c1beffbcad3abb89577a1e 148426 
gem-plugin-magick_0.93.3-8_amd64.deb
 e27462c047846729501ee0c520179782fd8e967f 143830 
gem-plugin-jpeg_0.93.3-8_amd64.deb
 10a306dbdf15c02614868ce1b32409001b33570c 142008 
gem-plugin-tiff_0.93.3-8_amd64.deb
 2ff39092a9184b2d49af6643c26acf5ece5ccc47 149880 
gem-plugin-sgi_0.93.3-8_amd64.deb
 facaf662d921c6070955e6e7c38e976a2299 172912 
gem-plugin-v4l2_0.93.3-8_amd64.deb
 5c9fdf1e1346730a8d93f3574acf91f680a5533b 153362 
gem-plugin-dv4l_0.93.3-8_amd64.deb
 0026e368fdcb7b31ec8211c41d40ce44c6175875 159722 
gem-plugin-dc1394_0.93.3-8_amd64.deb
 86130b9350b7b08799cd6e091f7c54ce6fa8c8b0 158766 
gem-plugin-unicap_0.93.3-8_amd64.deb
Checksums-Sha256:
 ecff50348b4266c72c452580c477c52889e3ffb324e84903effa6121e5d026a6 3249 
gem_0.93.3-8.dsc
 360c4f01165e5c7c72a55287eab7f15bfc581f7233002871f6fa1e8b8919637b 20344 
gem_0.93.3-8.debian.tar.xz
 3de169230e359ac23f4d3313343aff6cd35cbb3c1fc66b0bf0c84c1e9ec5338c 1355238 
gem_0.93.3-8_amd64.deb
 f33ff769f14d8b57d524a92fd32119a60b4cc0d5eb1fda1ec89f327d2d3126b8 3285722 
gem-doc_0.93.3-8_all.deb
 6cf7c2468eaeeb586259db8311f7c0859f919e923d72eb554be734483d0c65a9 264326 
gem-dev_0.93.3-8_all.deb
 22b454b427514e00a8e54466be2f1e06fc3504a0f1bdbbee0260e99149ddf3ed 183410 
gem-extra_0.93.3-8_amd64.deb
 c841c7a2924a89c869e3ba94faab5a82ccc9ec5ace560756fd01962e475ab771 142466 
gem-plugin-gmerlin_0.93.3-8_amd64.deb
 b3cf90f7a63360a3706de17e698959a72b412df1c4cc0576dd48b3a5320f47e2 161718 
gem-plugin-lqt_0.93.3-8_amd64.deb
 af977ffc335280203fe1474adf335cb20e2d6ddaaeb6f0451d8cb4283565a498 143448 
gem-plugin-mpeg3_0.93.3-8_amd64.deb
 21e4dc3d5d802a33a62e180d5e1b28f75b85bfeee8f9911b46b934a8453c8611 148426 
gem-plugin-magick_0.93.3-8_amd64.deb
 c2938203b86648018968d3e3b992c0c314358c221f72758e71801b00c0bf277d 143830 
gem-plugin-jpeg_0.93.3-8_amd64.deb
 c2244a8caab629805a8343c047cca674b72463ca230347ba7bd9c97a114b9964 142008 
gem-plugin-tiff_0.93.3-8_amd64.deb
 72e192ee08814e161ab2b3a4bbbf0f8819144c9ff12c01937e16f9e8cddf79ef 149880 
gem-plugin-sgi_0.93.3-8_amd64.deb
 c1760c928e087106cc26ce4af5d74c062643092552a3e29589e39c4915cb93ee 172912 
gem-plugin-v4l2_0.93.3-8_amd64.deb
 8513588a5a1ed5208b04afaf10f3bed2f2c66f1700803c49566ef0e3b64549c6 153362 
gem-plugin-dv4l_0.93.3-8_amd64.deb
 f8af6f3f197d5c19b3550be8c8f8611a9315c39e5867c7d64f39f9d6c5fe8fa9 159722 
gem-plugin-dc1394_0.93.3-8_amd64.deb
 

Accepted gluegen2 2.2.4-2 (source all amd64) into unstable

2014-11-14 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Nov 2014 22:58:56 +0100
Source: gluegen2
Binary: libgluegen2-rt-java libgluegen2-build-java libgluegen2-jni 
libgluegen2-doc
Architecture: source all amd64
Version: 2.2.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description:
 libgluegen2-build-java - Tool to automatically generate the Java and JNI code
 libgluegen2-doc - Tool to automatically generate the Java and JNI code
 libgluegen2-jni - Tool to automatically generate the Java and JNI code
 libgluegen2-rt-java - Tool to automatically generate the Java and JNI code
Closes: 769003
Changes:
 gluegen2 (2.2.4-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Colin Watson ]
   * Fix missing-arch-symbol.diff to cover the gcc case as well as clang
 (Closes: #769003)
Checksums-Sha1:
 a017abb47ee6991ba4c51028aba8d423c94570e7 2342 gluegen2_2.2.4-2.dsc
 5cef64cae6442bcb9fffdae3eef29bdae0127978 16212 gluegen2_2.2.4-2.debian.tar.xz
 3bc7ad8becccaa88cafc31a58bacbf600ef461c5 266428 
libgluegen2-rt-java_2.2.4-2_all.deb
 cf35c42028543753e980c9ceb4a33d979d89ea74 1000696 
libgluegen2-build-java_2.2.4-2_all.deb
 a11adf3a38b73030e03e689f92861518a1bbfc14 300706 libgluegen2-doc_2.2.4-2_all.deb
Checksums-Sha256:
 1d27a4892c54bec15b5ba1da0b737f66683850fdd5283f4e4a9d3f50fa0913f8 2342 
gluegen2_2.2.4-2.dsc
 1d8d26ee95933ee84f8567badf33c52d6ee9286a5ad469c33b79503b1888ff84 16212 
gluegen2_2.2.4-2.debian.tar.xz
 1a3ceaa2b514eb86ae440a56ef59d172a2bc9a34351061a0f636a2ed590b9e78 266428 
libgluegen2-rt-java_2.2.4-2_all.deb
 9d529c3809ad6dfece87c0d36042a7ce8d0bb88afbdda3e9adb75ee3bd33bae4 1000696 
libgluegen2-build-java_2.2.4-2_all.deb
 eb7edf95909284e62f39a5c107df545f88d4a5636649eb66ef47096da05b60b7 300706 
libgluegen2-doc_2.2.4-2_all.deb
Files:
 c50d1ae296d3bf0a33e89636feb7d011 2342 java optional gluegen2_2.2.4-2.dsc
 90b08947cee83a92cbe0153e86d623ba 16212 java optional 
gluegen2_2.2.4-2.debian.tar.xz
 8b78b95d49273dc724a34e47c98efaa5 266428 java optional 
libgluegen2-rt-java_2.2.4-2_all.deb
 765b1a29bafd798595970f1db09b9bed 1000696 java optional 
libgluegen2-build-java_2.2.4-2_all.deb
 62568ff6c69b5bce9facc18b45eb96f0 300706 doc optional 
libgluegen2-doc_2.2.4-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJUZnvSXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGZlUP/2nQnC+Zk6XP9YraRi+Q2His
oIijXb5q9oUqa3Hrqtu3E/X6nMi+nVZ7EQ4rrWpwALFAHCpI6t4Y3HLUfdWjyCmH
5NuKjGBmS+seQQ84ZkbY9BMJl1LGadlzQKuxdqYuG2pA4U/em2IpA9hi85TKsao5
Xu5DfeyD0qzE5OPE4VZljMFfKiBi576wcPYQH0tK5LIrlJQAuimSBntDXCeK29Ao
A5BOsV/42azxW/QmSUo1ukMNbJtjCtQDsmlfnE6XmiODnP1l3MwGbcP8o+56eKsl
6gQI8MGdEzdo4W65b4GebgEBVqPmGcnEMrbZx6FThEfYbhuURn7ySqDF1zhmYZvl
YkAw8GT+Q4N1ZYZ6m3dLWxnmZiqeamSbh9O6OLVEGE+53ZcSJIiOJpTOWDplp66X
wc6ot/tIh8QRN5a1+nMaX0FYTZ4S27wqljRgfTxTmuPsS90AADIRjRxgaDEfl8Ej
5hET2h9uFffFLJFS01z+RBjRUlOhO085raht2K7cRrHw4Wzd50c7pK4yLAO/TeSY
cNLrC7rAmRfZ0XDKigZLmsWWfza9JuO8vS71CX88rRpIwvKOhIfavuhFush6Wfvq
bHdm7NyUn49W394l6XDdUxLLlHyfI2AQqArF13dhh2+6JvghKD3kgJZLNmFBspjE
VXeiAf0EnTPFU4Sgdxa5
=rXDa
-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: https://lists.debian.org/e1xppdh-0006d8...@franck.debian.org



Accepted shntool 3.0.10-1 (source amd64) into unstable

2014-11-14 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 07:46:52 +1100
Source: shntool
Binary: shntool
Architecture: source amd64
Version: 3.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov only...@debian.org
Changed-By: Dmitry Smirnov only...@debian.org
Description:
 shntool- multi-purpose tool for manipulating and analyzing WAV files
Closes: 507528 684600 719344 769585
Changes:
 shntool (3.0.10-1) unstable; urgency=low
 .
   * New upstream release [March 2009] (Closes: #507528).
   * Don't mention wavpack in long description (Closes: #719344).
   * New patch to disable CD-quality check (Closes: #769585).
   * New patches to fix large files processing (Closes: #684600).
   * Suggests: wavpack.
   * Added missing man pages links.
   * DH/compat to version 9; convert to source format 3.0 (quilt);
   * debian/copyright to copyright-format 1.0.
   * Standards-Version: 3.9.6
   * Added VCS links to new repository at collab-maint.
   * Taken over the package, with permission from César Gómez Martín.
Checksums-Sha1:
 30692292d8c37b0b09a9e774dcc5e14710bbcc80 1833 shntool_3.0.10-1.dsc
 7a2bc8801e180cf582f0e39775603582e35d50d2 216061 shntool_3.0.10.orig.tar.gz
 c26817efe37456d0262118908d209c111d7b475c 3352 shntool_3.0.10-1.debian.tar.xz
 e28a711825f6fb22c631e539776980b56728fc26 74518 shntool_3.0.10-1_amd64.deb
Checksums-Sha256:
 75ac65a669db7f60f1decff80c8410b22d7af3bfb3d826afd92bcf8f7dcf02c8 1833 
shntool_3.0.10-1.dsc
 74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102 216061 
shntool_3.0.10.orig.tar.gz
 e1211bd67898d21b9fe7697b2de172e1f33d4c1a808668c0a6319ad85527041f 3352 
shntool_3.0.10-1.debian.tar.xz
 bd62625f32a0ad7d572777aa8146e4b73d8355463bf5bc2fa6319e577a7d7145 74518 
shntool_3.0.10-1_amd64.deb
Files:
 d9e4234b8e506346dd37de280933223f 1833 utils extra shntool_3.0.10-1.dsc
 5d41f8f42c3c15e3145a7a43539c3eae 216061 utils extra shntool_3.0.10.orig.tar.gz
 509df476adadfb23ef14cd7f5fab8b21 3352 utils extra 
shntool_3.0.10-1.debian.tar.xz
 8decaedd4354dfcae4c0ff3ea0161620 74518 utils extra shntool_3.0.10-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZoVtAAoJEFK2u9lTlo0b4IQP/jiUCjVh1BkDy63ILYv1qvvs
Q/DPoT3dg6koMjGc7Pzg+huYkLq0GrZDm9TUNsmrTSHMw3I5qcpxP9emnmIGzhKR
XXERyGdGw32tLhTQplBSjos6+qc6/Bf2F5uxBHj5th5pS/5+UCzpZZgjkKahaw5S
Vh8jNptBVwSAnQsxJuyQUZVTp3ETxsB3J5Wu1Qt1QdONMU5lnflAwgSRWipjcpwf
jxu1SUtT5ONXUyGVeHmHv59C7kC7DzKn1eHKONSPqCYUicdNpqPRZ6ipRJ/OIxIW
uAX6FpkVagGtpc+rYivujvpVVcpapl29+e/SLkrFCqEblh2BRzbE0qtGmYJ15MG/
Pbt4UtA5q9PCGTY0LXW+yJXUq3gSVUaxyJUCvWep/OTkv7GyQk/5mGo7UpbNAjzP
KPv5lw/z5kpMOecBlWi9zFkF245iRD8V2pwx1XUrYrgyH5fRFznSG6dIqen1+ry6
Vlt0+ok8lc+SuluxeWI/qJsLQuC82r6yJMhN2g+MKCBbHK8enYEaPAjIdcresIZb
7SZQ8lCYRH8k+VK0eqyK85nO8eorhItkTEr9rosnpSD7GRolmVhd3JnJjOKV0IZW
iNNpSzbY/5h+UQR+D63txKG/8lIin3EV+RTJneEnIL0GQz4l19nUagdg1FAp0aYi
bRywpobK0DvI6UwiIqSn
=+mn6
-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: https://lists.debian.org/e1xppu6-0004gx...@franck.debian.org



Accepted wl-beta 2.15.9+0.20141019-4 (source all) into unstable

2014-11-14 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 06:48:02 +0900
Source: wl-beta
Binary: wl-beta
Architecture: source all
Version: 2.15.9+0.20141019-4
Distribution: unstable
Urgency: medium
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description:
 wl-beta- mail/news reader supporting IMAP for emacsen (development version
Changes:
 wl-beta (2.15.9+0.20141019-4) unstable; urgency=medium
 .
   * Update 40_idle-timer.patch from upstream to really fix wl-biff
Checksums-Sha1:
 4298de367b9a9d9781864626eec60f854df3e8ff 1996 wl-beta_2.15.9+0.20141019-4.dsc
 d5826b2719ad8ad01c8a3d8e0850c0a28017f8e5 20380 
wl-beta_2.15.9+0.20141019-4.debian.tar.xz
 375860f81ffb0f21bc1dbfa56c80acb544d71fee 787920 
wl-beta_2.15.9+0.20141019-4_all.deb
Checksums-Sha256:
 5e6d962d4dd09613edd061b31f2d101a09ecfdb45db7c03bfb1a845a67d52058 1996 
wl-beta_2.15.9+0.20141019-4.dsc
 0d30520ef457687057610a5b8467f19c2fa095629e91289d4cbe8f685185263a 20380 
wl-beta_2.15.9+0.20141019-4.debian.tar.xz
 9299f9b679bec75ec5898fa6e6c9a2fea1e27bb13251b91ed1e7ebd3e6fe01e2 787920 
wl-beta_2.15.9+0.20141019-4_all.deb
Files:
 f567badcafa93331033e491d14d79617 1996 lisp extra 
wl-beta_2.15.9+0.20141019-4.dsc
 38ff7d9073fe6b78312fb3225a2b640f 20380 lisp extra 
wl-beta_2.15.9+0.20141019-4.debian.tar.xz
 5a7d29937b230669e69fc5254f62e014 787920 lisp extra 
wl-beta_2.15.9+0.20141019-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZosGAAoJEOXvq5AIDqY8MyAP/3BzdCnZZojNGlX64dj2nQin
/Jf2CQJL039ITGmpU3qE4XeZ2EdCq8mfS9Lsfzrgwm2bfwDGq1zN6Hn7c+8YqERD
isTkgYBO63CH5DOQWllHLJ6m3xEUKuTtkSySfLAKwUfwuwbh6OQR7qZIoeLGv5yD
Pmvsr/N2JWQxb5dYsfv8aeUrzRscWLpyH52TjfyXXzWwgYdeRNBXd00qzGbUr1pZ
NbW0cmI1lJpYTnJyXqxP2e7oNw6sDMmTrI5EjYVXS1nrXGdXnozlmPe/ocWv3GhJ
0waBqDWpFpfDA13nXCN+I4CqAzoITP1XoUMNkaWJGDojfYyDwPaVGZmgQVoAVphL
B8gSYOL409H9ngi0nrqGbUJrfVF6Zg1kq9GaHOeoKLJinHTnMCK1Wg9qZ4132hoE
i5nWTwkuCZsuEE0UZ/J9EStTULw393A2A0s3q0hEkLCCyjObpF4t8J8YzwIZBAke
e20LHd510RvAb8QckyOPllqktFXKkZzGIeFCYMgPIJW/rsr1x2DBnnvId182GgW3
w2Cq3EGnGsyYixLutMNsR+DMaHiOq5jsTY3zTeHJZekr8/yT1EP3TUCwf1gglTEg
HVrJmwGukKcwC1x+7k/AW+4Beo3oxqbC+uzqGJXZJhQecSpkHE1OmNhfJFi68t3w
yQbrODgO6mmm6Cs46oQV
=fwxx
-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: https://lists.debian.org/e1xpq8k-0006p6...@franck.debian.org



Accepted vnc4 4.1.1+X4.3.0-37.2 (source) into unstable

2014-11-14 Thread dann frazier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 15:50:34 -0700
Source: vnc4
Binary: vnc4server xvnc4viewer
Architecture: source
Version: 4.1.1+X4.3.0-37.2
Distribution: unstable
Urgency: medium
Maintainer: Ola Lundqvist o...@debian.org
Changed-By: dann frazier da...@debian.org
Description:
 vnc4server - Virtual network computing server software
 xvnc4viewer - Virtual network computing client software for X
Closes: 769490
Changes:
 vnc4 (4.1.1+X4.3.0-37.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * arm64-support.patch: Add arm64 support (Closes: #769490)
Checksums-Sha1:
 bf8e91568fcb887108c3ce63c6756e766151009f 1801 vnc4_4.1.1+X4.3.0-37.2.dsc
 aced4cb7feb9bc24c20f16519a2b7e9f81bf2cf0 69922 vnc4_4.1.1+X4.3.0-37.2.diff.gz
Checksums-Sha256:
 b6dabacc163dac183b01243671e9f95dd0ae846774d4b0ac0c23ef76378fe280 1801 
vnc4_4.1.1+X4.3.0-37.2.dsc
 9184c1c113ae6aafc36508cdc0a48e735c4aa460f6baa301a6a0557fb3b20cc3 69922 
vnc4_4.1.1+X4.3.0-37.2.diff.gz
Files:
 bb9dd1aaf89a72478afbbeac8dffc62a 1801 x11 optional vnc4_4.1.1+X4.3.0-37.2.dsc
 8e9ba0cc898c6b2cd67bc724f944c1ae 69922 x11 optional 
vnc4_4.1.1+X4.3.0-37.2.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUZosPAAoJEBv4PF5U/IZAXdwP/2cIoTVAhIH6Inm52fXF9Mnm
+qkBJ2ZWn4c/q0jVFJj38m26Nh+FUQfNDmX25tYvkBj2ZbBO9CciPDIaHn9VVsCd
KFJ0cPmR2MotMaGNGlv9Tv6N/PPyohyLjVxSBifVAxUvqnA0AowxR2N7WBpknNO0
liRINeOJ8y7tuvEGyMEtfNx7Sv7xZmk2QDQQFRxflgB1W3Bpe73zsozbeSWRdqYb
tNTCoQ0FxgLeTCCqya8E5d22HbAfbkhmuzrnGsnVz6+xNrR8PhzIWGGp47vvw0WV
X9rI6WQYHFwcmBkKUQYy6dktXQ8Hjblk8CdqZJ5dYuRRv3Iy/ktSZuWv9k9GF5/f
wjp6r0vmD5Krqfv6KyAuxDcV7w0R9bwJes+yZ1koVcKUO4w1anO3kR9Tji76uVEB
BcF5k1lu4L2SgdPQ836DhhMnWaznpYbW7HKBE8LpI0J5zRaBPy2vowBVoWyC6a6+
T38C8z3w+cfHZqRaZ7c4LNosfIfBgI8Ibr+7ZPfEu5pdvxrxJ38Bp7ntMI4PrTtH
xBWgHK9WVu3lFLbl5VTgpAcLT41EGW9JjadF1kVlV76wP8EGJH+0T0+zpPkHGZPY
UNwn8bWo+cbydSRo3ns1jqE1j15ewDk8OiTKR2xNvjLMOFFgjQB9pf4L1/BMt7Zz
NDWaZIDGPVHESCy0B8HN
=Z/i9
-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: https://lists.debian.org/e1xpqo0-0008ar...@franck.debian.org



Accepted qpdf 5.1.2-2 (source amd64) into unstable

2014-11-14 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Nov 2014 21:07:25 -0500
Source: qpdf
Binary: libqpdf13 libqpdf-dev qpdf
Architecture: source amd64
Version: 5.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Jay Berkenbilt q...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description:
 libqpdf-dev - development files for PDF transformation/inspection library
 libqpdf13  - runtime library for PDF transformation/inspection software
 qpdf   - tools for and transforming and inspecting PDF files
Closes: 769599
Changes:
 qpdf (5.1.2-2) unstable; urgency=medium
 .
   * Properly handle pages with no /Content in the page dictionary,
 enabling printing of files with blank pages as produced by some
 software. (Closes: #769599)
Checksums-Sha1:
 bb6bfe1c38f421de114640c2fba5878ba7cde1e6 1838 qpdf_5.1.2-2.dsc
 92d47e7a096621ecdc9c66711b47e1ee90f13590 8116 qpdf_5.1.2-2.debian.tar.xz
 298953997a5744545f9176bca2bba4ec93a57fa0 332252 libqpdf13_5.1.2-2_amd64.deb
 bf74f2a910755bc7e860475e14c62dfe79a8367e 400078 libqpdf-dev_5.1.2-2_amd64.deb
 a0533a54853a84108d4613f317b45f3fb86856d5 235590 qpdf_5.1.2-2_amd64.deb
Checksums-Sha256:
 0b5b56403983e72bf5e40a7be528ecb72f82d834d28fc4019e8fc08a946c2ae5 1838 
qpdf_5.1.2-2.dsc
 0f3e14937c596ad092bb430ee8cc59f5c24c4d89cc06526bc7361430437046ff 8116 
qpdf_5.1.2-2.debian.tar.xz
 02bc73fe2c2b10e23a4cd731d7d5d1ff313a72e264bc1979856496a806a71f70 332252 
libqpdf13_5.1.2-2_amd64.deb
 87def99d8c600612813b87eb41fef454d6e69ddb8c0fa796e90dca4dbe513600 400078 
libqpdf-dev_5.1.2-2_amd64.deb
 1a5ab5870463f7a5718e83974055ca9cee06e608b3a6b13c3413ee04fbb71616 235590 
qpdf_5.1.2-2_amd64.deb
Files:
 4cf29de8816ec936de6327015c80de8a 1838 libs optional qpdf_5.1.2-2.dsc
 c21ea73fb2bdbd2f56514116cd78fa81 8116 libs optional qpdf_5.1.2-2.debian.tar.xz
 fdcb474cf92be083f62a52224c798f9d 332252 libs optional 
libqpdf13_5.1.2-2_amd64.deb
 dcfa47129df18e48b712d1f902165108 400078 libdevel optional 
libqpdf-dev_5.1.2-2_amd64.deb
 2cd8c7ac28a7d9808d93d04d2dbf68d4 235590 text optional qpdf_5.1.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUZrtfAAoJEIp10QmYASx+MQgQAKlmnKIw3wLnffGe27f74Odz
q+LvIoYDHD93p5b7gDZbbhqT84Yl5+jmU2SKe1CPOg6JsbskghxeSDOvcdFrEa+f
5IkYw0it3SW/8rLCtc6WATblXMreqtFu063F838VH6RrA1zH7Bbkl0L1pDZYHXwb
TNTA2wFOv43iTivcLOMe/8V+FjYhXgezZMhlfhILj46JOLC2n81xxXv2oUxoHGpl
YUlGliY06PJRJ66MU8H/jjXLOGBjdQSNeUrNRAGMIVTxP0vHiYizKY44YOhj/eti
L1CSRaXND1LHB9zZJefqtY1QIFONmkXnkLd622Dsa9RdzBpSfsA15zVjujeEmdnP
GlR8DGHPeJbKL9ZrhRuMw/5tljP9swl1xrbl/CtoJ9bPbq3veFzboFCmcngaNIpg
+fzgZRY472qihgFvgDbCyeKwp7EktBCQ3VH4WpX/sNJhUcPdYvYCDbz4CkEn8GR/
alQBQraqMzu0Hi1RcPNB/atgIwNGGKAYU6zSGKSsjottpaojOeshDF4Bby0YL0q4
X3+ErgXxlRdGyJyhJniHCJiz98/8W9JDyHCG4R50T0Bgr/e2HQOOiFSvgU4DPPh9
LGdf7o58SXIkWsetRAJln55MC14qW8Fy7Xu7zmIYdIPv30mgKl/pczGy1LdtiqSF
nQdLLh5gWv07jL4Xbu22
=MrUG
-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: https://lists.debian.org/e1xptth-0008gt...@franck.debian.org



Accepted fso-deviced 0.12.0-4 (source amd64) into unstable

2014-11-14 Thread Sebastian Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 02:51:09 +0100
Source: fso-deviced
Binary: fso-deviced fso-deviced-dbg fso-deviced-player-gstreamer 
fso-deviced-player-canberra fso-deviced-openmoko fso-deviced-n900 
fso-deviced-ezx fso-deviced-htc fso-deviced-gta04 fso-deviced-nexusone
Architecture: source amd64
Version: 0.12.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian FreeSmartphone.Org Team 
pkg-fso-ma...@lists.alioth.debian.org
Changed-By: Sebastian Reichel s...@debian.org
Description:
 fso-deviced - freesmartphone.org device daemon
 fso-deviced-dbg - freesmartphone.org device daemon (debug symbols)
 fso-deviced-ezx - fso-deviced config files and plugins for Motorola 
EZX-platform
 fso-deviced-gta04 - fso-deviced config files and plugins for the GTA04
 fso-deviced-htc - fso-deviced config files and plugins for HTC devices
 fso-deviced-n900 - fso-deviced config files and plugins for Nokia 900
 fso-deviced-nexusone - fso-deviced config files and plugins for the Nexus One
 fso-deviced-openmoko - fso-deviced config files and plugins for GTA02 
Freerunner and GTA
 fso-deviced-player-canberra - Canberra player module for fso-deviced
 fso-deviced-player-gstreamer - Gstreamer player module for fso-deviced
Changes:
 fso-deviced (0.12.0-4) unstable; urgency=low
 .
   * Remove systemd service file (too late for jessie)
Checksums-Sha1:
 d81e1e1ff6f8f3bc4995018caf94194e1b98bff7 2956 fso-deviced_0.12.0-4.dsc
 cf555df6e6cb9dcd73b9cca808aad87a42943836 8828 
fso-deviced_0.12.0-4.debian.tar.xz
 04eb1de845dd79b42904f6c01ff9600aba6b54c8 147048 fso-deviced_0.12.0-4_amd64.deb
 16632c54140be9d045e46860f8884813fe44dcc6 537338 
fso-deviced-dbg_0.12.0-4_amd64.deb
 2b7a1da98255377ac12b964429ee040284f1d4f5 8938 
fso-deviced-player-gstreamer_0.12.0-4_amd64.deb
 0a24ae8d8037a418072749dfea98ccd841237786 7402 
fso-deviced-player-canberra_0.12.0-4_amd64.deb
Checksums-Sha256:
 78db28dce2f198c94e72356f183c36caed2b1592eba42f141b8a7c7423771359 2956 
fso-deviced_0.12.0-4.dsc
 de3297b39cf45a6bd50d8d30f3f4d4b675a78d1710011c2ebf6c0cf81dd1e165 8828 
fso-deviced_0.12.0-4.debian.tar.xz
 1e2659d70188c2beeff47c2a4183193f5c09ac98235d1b93b7e7bdf7f24c6f42 147048 
fso-deviced_0.12.0-4_amd64.deb
 217b445f73025dedcc21ff924d318b807ed562190bdf72c05f14431eb4fcb23c 537338 
fso-deviced-dbg_0.12.0-4_amd64.deb
 c602bcf509ff716f245ccd5d84badc6457267f2483a382dd702d3444ea89d055 8938 
fso-deviced-player-gstreamer_0.12.0-4_amd64.deb
 152b1d5e9a764177f7546f016549420805ad05aa297996e0a05169fac90ab1c0 7402 
fso-deviced-player-canberra_0.12.0-4_amd64.deb
Files:
 74780185d57fcb777189993f92d0c976 2956 misc extra fso-deviced_0.12.0-4.dsc
 533d2f47394d001ff8be97d3fb76f3cc 8828 misc extra 
fso-deviced_0.12.0-4.debian.tar.xz
 2e7eebd518104f54fd0acc0f6f27237b 147048 misc extra 
fso-deviced_0.12.0-4_amd64.deb
 592eac4a56bd766a72b018a1373db6f2 537338 debug extra 
fso-deviced-dbg_0.12.0-4_amd64.deb
 62b585f2fd114ecf29148a39e44fdccb 8938 misc extra 
fso-deviced-player-gstreamer_0.12.0-4_amd64.deb
 da2967688c05ae6341cf1b7f96e10ac4 7402 misc extra 
fso-deviced-player-canberra_0.12.0-4_amd64.deb

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

iQIcBAEBCAAGBQJUZrhnAAoJENju1/PIO/qawCQP/0QKJWhM6aZ6TnzJ2SKv5BXR
j9UnKXhSQ/furiiARmPRqLfvx9D2xe2eicoBUYEEZwhkYUvvRDgkZ/8CDj1R7yrs
BwTX7NuQDBPh+DAMLYFCdoePSay+Up1THrgLoV1n9gxN//7WLR0/Cr/1EQZ0laWt
R5Q7sT+vsAA4gorMV86Cql1VZpSuaF+Eoi3AtIAvguUcgeOEXvlZZh04Pi2DLUNV
lX/syR7CpJFp8hZOC4L/gMbiuGb5NrPa/k8WiM04diPKzklBoyVIuMHWiPSgHQqB
vm2nHrlpKQTxDx9uKhxFu6axipPP+2aVhmq+es1073KPQAioRWbkcrmWhexQAS6N
Y3a/FztcY1vMROK19VPYM8BUQBWrfK1jn14rlpnyXZlXAFtvYhyQlE4Oa/EwD7Ka
maQ1izP4Yi+ZmJ2HOwcVHdL3YGQgggU768tXuaaepP+MT1XvnQa9OajgvbBVqRIb
04ShiYWxww3DdfKIRD+7qDk+X0m/rPwCYBmH59RFpvD374Za00rNgrwXoLi1C77P
bqiuORrj9UtR1mjU1/Ya8a+1/3xicHDODFZdy9dQinLvs6ToRnNZUZNsqzTT5/J6
6VwAgaksGZ2ZvJmvtPPRaI3gNsRPO5H3Vpzwk/rayHL3NNwlsMWNKvNxw7MF5wFL
gt7Qb9H9AtojKF6qkDnN
=T3W7
-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: https://lists.debian.org/e1xptt7-0008ca...@franck.debian.org



Accepted vim 2:7.4.488-2 (source amd64 all) into unstable

2014-11-14 Thread James McCoy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Nov 2014 21:06:27 -0500
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg 
vim-gtk vim-nox vim-athena vim-lesstif vim-gnome
Architecture: source amd64 all
Version: 2:7.4.488-2
Distribution: unstable
Urgency: medium
Maintainer: James McCoy james...@debian.org
Changed-By: James McCoy james...@debian.org
Description:
 vim- Vi IMproved - enhanced vi editor
 vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI
 vim-common - Vi IMproved - Common files
 vim-dbg- Vi IMproved - enhanced vi editor (debugging symbols)
 vim-doc- Vi IMproved - HTML documentation
 vim-gnome  - Vi IMproved - enhanced vi editor - with GNOME2 GUI
 vim-gtk- Vi IMproved - enhanced vi editor - with GTK2 GUI
 vim-gui-common - Vi IMproved - Common GUI files
 vim-lesstif - Vi IMproved - enhanced vi editor (transitional package)
 vim-nox- Vi IMproved - enhanced vi editor - with scripting languages suppo
 vim-runtime - Vi IMproved - Runtime files
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 769575
Changes:
 vim (2:7.4.488-2) unstable; urgency=medium
 .
   * Actually fix the Name in vim.desktop.  (Closes: #769575)
Checksums-Sha1:
 8aef121c932b47e8716975e784cdbd0fe6811154 2931 vim_7.4.488-2.dsc
 6371aecda08114fb4d67af4dd949caeefec1f03e 153268 vim_7.4.488-2.debian.tar.xz
 f7dc6fbb4760d94d52d8ad0cebd904bab1e65891 1165378 vim-gtk_7.4.488-2_amd64.deb
 95595ead26e8f2859569e9717b04209b096d921a 1167578 vim-gnome_7.4.488-2_amd64.deb
 ec52feb5fdb0d824aba7236dc9c59a101d2ca473 1158074 vim-athena_7.4.488-2_amd64.deb
 cd309224e1b3ced58c81e8a4a0c68e94f596d91b 1049098 vim-nox_7.4.488-2_amd64.deb
 85ee360959e8afcf7ac2290aa2982de1f57afd39 178678 vim-common_7.4.488-2_amd64.deb
 6576849455c16da6c84896367209d7247e159f46 952490 vim_7.4.488-2_amd64.deb
 93118a597cafd2c7c065e1482c43d349a5b16465 418150 vim-tiny_7.4.488-2_amd64.deb
 d4c51cc4d9a9502167f0bd5720f59a34dfa357df 154364 
vim-gui-common_7.4.488-2_all.deb
 953dc1a68b3399658c1c216dc754c414d6474d54 5047134 vim-runtime_7.4.488-2_all.deb
 4acd6818628498373ea71fa0c5b642d330172e53 1760510 vim-doc_7.4.488-2_all.deb
 2878dc9accbccedee50a3098555ba8cf25cb8469 89818 vim-lesstif_7.4.488-2_all.deb
 2f386bcf61493a7526a4f9cff672dd9c099eb5d9 6830262 vim-dbg_7.4.488-2_amd64.deb
Checksums-Sha256:
 e76ab959faecba5bd392f444083c52bbbacc4ec650bcb706341e604a00d7b71d 2931 
vim_7.4.488-2.dsc
 0aafbfa3114fe976b8344974933372757dd7aba67cf04d968471b5481c8055ca 153268 
vim_7.4.488-2.debian.tar.xz
 aad2dead06f9db9f01557d48a45e39ede33c112bcc5da79d237352932aa22b29 1165378 
vim-gtk_7.4.488-2_amd64.deb
 ba790e735b8ba0a896b2173d416f106762994a25439e1b7f79758331b8d8 1167578 
vim-gnome_7.4.488-2_amd64.deb
 f289e2c6a7ee4cde1669d6f28fcadd22345295a90f73762d085d3bbe2eb408ea 1158074 
vim-athena_7.4.488-2_amd64.deb
 74975ed927adc3c6b37ba5756b218f210ad146b1af920456d59139d3fabad722 1049098 
vim-nox_7.4.488-2_amd64.deb
 58bf2441cb1ec29144a39a4d6f80bf0c71627b8d5522cc913e0a3033073e23c7 178678 
vim-common_7.4.488-2_amd64.deb
 b4eb0de43ed3998278ca0758240603d4e538e2f2e9bcb95b1ee534230c53c37d 952490 
vim_7.4.488-2_amd64.deb
 a631a5b7e8c61de68c4396304f42bcd2fd5342b2db0b8b32ce58bcdb96ceff70 418150 
vim-tiny_7.4.488-2_amd64.deb
 9dbbf432d3146cf0640b52c0e841ec8fb2ba7279cd94edaa72f4b51a54c92c27 154364 
vim-gui-common_7.4.488-2_all.deb
 715c8a7aeb8a6e50cadbb0d53185ee49312a2da1871d4de17d09c257c56a9a37 5047134 
vim-runtime_7.4.488-2_all.deb
 5148d93260f69f5df97eb5a09fa2b8d5e87bd7b63b241d12b5de7e03fd46c225 1760510 
vim-doc_7.4.488-2_all.deb
 9d37ced4ad03c198dd687ec9702d7962bd830983577c4c7a8fe17de6e93da8f8 89818 
vim-lesstif_7.4.488-2_all.deb
 d31793c628ace5b0ca08ec2c2880f3050a12ee0d28a8c22b57d6bbb5c731e53a 6830262 
vim-dbg_7.4.488-2_amd64.deb
Files:
 f0a8828157bf97a67e221aa8423cf842 2931 editors optional vim_7.4.488-2.dsc
 c24323df771375cb294ddb667df6872e 153268 editors optional 
vim_7.4.488-2.debian.tar.xz
 4c6769bec00eb662d724ffb6a2904282 1165378 editors extra 
vim-gtk_7.4.488-2_amd64.deb
 0a33cf78ec055c4b05f3b3938e26b69a 1167578 editors extra 
vim-gnome_7.4.488-2_amd64.deb
 a0781826bd41553e850537ea538a93af 1158074 editors extra 
vim-athena_7.4.488-2_amd64.deb
 84717855e171b04e8d1fc60c425c403a 1049098 editors extra 
vim-nox_7.4.488-2_amd64.deb
 6e9bad58351b7170dd53bd24e409373f 178678 editors important 
vim-common_7.4.488-2_amd64.deb
 0c05d50c53aa258d242648a87d4b0869 952490 editors optional 
vim_7.4.488-2_amd64.deb
 6d9a0268cde8ace2bbd81507626dcc0d 418150 editors important 
vim-tiny_7.4.488-2_amd64.deb
 cad85aa7dd708d40feadf3f52f1d7c6c 154364 editors optional 
vim-gui-common_7.4.488-2_all.deb
 006177a85669baaba08322d3f1dbc1ff 5047134 editors optional 
vim-runtime_7.4.488-2_all.deb
 3a0d3025d0752411916bca17796295e4 1760510 doc optional vim-doc_7.4.488-2_all.deb
 bc15dd51129c2c4f4607d38c85245e3d 89818 oldlibs extra 
vim-lesstif_7.4.488-2_all.deb
 21e97236caf010da16b90ed0e3fea80d 6830262 debug extra 

Accepted mailsync 5.2.2-3.1 (source i386) into unstable

2014-11-14 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 01:08:53 -0500
Source: mailsync
Binary: mailsync
Architecture: source i386
Version: 5.2.2-3.1
Distribution: unstable
Urgency: medium
Maintainer: Tomas Pospisek tpo_...@sourcepole.ch
Changed-By: Scott Kitterman sc...@kitterman.com
Description:
 mailsync   - Synchronize IMAP mailboxes
Closes: 768736
Changes:
 mailsync (5.2.2-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add libkrb5-dev as an explicit build-depend to fix FTBFS (Closes: #768736)
 - Thanks to Simon Elsbrock for the patch
Checksums-Sha1:
 f3f3c6713fb7269a42873c4a947b4b9e4179ef66 1533 mailsync_5.2.2-3.1.dsc
 ecfc360f58ddefe6809889071757e4e283eeb83b 143107 mailsync_5.2.2-3.1.tar.gz
 f5229de068eed9eb7068d252ce5acc839f8f684f 63640 mailsync_5.2.2-3.1_i386.deb
Checksums-Sha256:
 340abce1677bfa71759a12cf1d3717b71e1ad3e701139fd0362542d744333965 1533 
mailsync_5.2.2-3.1.dsc
 fa29fc22682b0cfe8e07547368e134b3f81a08fc5517a3ac27feabff451e9621 143107 
mailsync_5.2.2-3.1.tar.gz
 913c8797da72608660fd9d13bf86cfd72a15fb335b6f2a8c0e62f70303e19e4e 63640 
mailsync_5.2.2-3.1_i386.deb
Files:
 61e1a26bdbe9dea30400f5a724c5cdb5 1533 mail optional mailsync_5.2.2-3.1.dsc
 923b01c9c9c5adc11afb4429f9d794c1 143107 mail optional mailsync_5.2.2-3.1.tar.gz
 d8729fdb0f14e813a7ba95ed09f4c8ad 63640 mail optional 
mailsync_5.2.2-3.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUZu/aAAoJEHjX3vua1Zrx3tEP/0x/pQabc88oh6z6KV+KXdM8
+u6GNuwp5ouAxEmgDgkhlIQyxZk4/AXri7Jh9FxzznDUk2MJAgLM1jPB6INgqOfK
sFjfZ53bFwhw2zlgWBpfzEAiAUMtC3afiml2EtvFVdvh2hA857cYWjRz7lnRFnCA
T0tK9cqdiPPvSFI22K5yAtmLjj+TMwQFd4DI3h7ldMVdG6ojxi8D/5FlMQ1whCuO
tH3Y/F0PSUL/mP9+vK2a2F0DkJL6TQiaKuxoaP+45zlP3uC9FugyJir70BmT3yyF
rnv4S6jk9eSTutuUnCuaOLsXY2D93+3obeca1nVripah/KXLbUwSubADwqMdtJ1e
ip0JB+nSw9SyXsAQv1SwN1O6V0aKDEh1+ESptKSJd3h8Mtjv9zYUORD/brZWeHv4
DFgCt/QZsTtgzD5YasJSK2P+nU3eOKOxHJOC8zmmlg3qC5EjSiR/ZwBQbh0likL+
Ml/vh89Tu0cYxDIJOif24TZ9bNnbaun6AgDSBwfSsYERr8FeFFxAyG7XyCJEwYoN
qfEWgHDuAvoxeFZ7xmPMxCatSrbbvDTMy0iklLPpOIZVq8D3I/qzqWOdOh2Zn9z7
9svSfUf++MLvUurltFA2AHKfY0BQgE+2FxCFDk9XLnete7NSTt7MWIp36RFOgWWD
S8wM7wcG/1W5HrM5iQMO
=CD+d
-END PGP SIGNATURE-


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



Accepted partman-basicfilesystems 105 (source i386) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Nov 2014 07:07:29 +0100
Source: partman-basicfilesystems
Binary: partman-basicfilesystems
Architecture: source i386
Version: 105
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-basicfilesystems - Add to partman support for ext2, linux-swap, fat16, 
fat32 and ntf (udeb)
Changes:
 partman-basicfilesystems (105) unstable; urgency=low
 .
   [ Updated translations ]
   * Italian (it.po) by Milo Casagrande
Checksums-Sha1:
 4099adfceff66365dbcad46754effbb99d7575e3 1801 partman-basicfilesystems_105.dsc
 3b83b33b2b07160b1bd134c7f2942a902afb5fd9 187768 
partman-basicfilesystems_105.tar.xz
 2f86b2a424927fb7622d92397407500ef8166bfc 217068 
partman-basicfilesystems_105_i386.udeb
Checksums-Sha256:
 12dd77521e21f8b4fb3e6858d20ff54940a22e5807676d9690486c63cf37c56b 1801 
partman-basicfilesystems_105.dsc
 5053134289672d20097bab7fdd4b3b03c8c10f5bd3cd56a6ae0e0831e046b149 187768 
partman-basicfilesystems_105.tar.xz
 ba3138d535ed1648d2758d22af9f453157a749d31da8f06b6a3787d1acc53d68 217068 
partman-basicfilesystems_105_i386.udeb
Files:
 88af51c714bd1ae5d914d67a54c8619b 1801 debian-installer standard 
partman-basicfilesystems_105.dsc
 10076d36d4b8bf22fdb70744030c5079 187768 debian-installer standard 
partman-basicfilesystems_105.tar.xz
 3b3ce6cb8a6f3bbd92f283c9d2ec1dcc 217068 debian-installer standard 
partman-basicfilesystems_105_i386.udeb

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

iQIcBAEBCAAGBQJUZvXoAAoJEIcvcCxNbiWoFE0P/ieKaNy2CqfudiaR3s3eaSID
1eTkFgJV3WdHC9SP/iEwL3rIsjluglHGaMP+vmIDIO3FVou/qvM4FOwVlI2M+Trd
HDLImomeOB2mjZoYj7RCtNFkYzsur1iuLQthVey2Ht9kYiGkNpVf+v+ZIMLcmHPo
vE1/HXc+O+ERxc/YHWRy81m2cDBexQ4LzVw1DXBGdd6Q+DNBwymGW8MadkouFJnq
Kcb7TqQy1xAJ4YjA2AboZEzF0mXoVfek1VGUC8aVBzDvu17rHb1s+VCu8+kpzfJS
GrGXz8nLMq/QO3hYtAOiS+hOVJuXD8Iv1vDQASZgVPBypPD83mf2WyWePMng0xwa
dELTioyvPc90x/FKqS+sQOU1WlD31o2FIP1FWJVSlhAEMDf3xiIeIRLv5aHPPkVD
/c4IpCzgJxWsbuY3uy+nV2TBdj89Ii7Tj+kR51iJSooGcL+9A9ellwg9ot5P5Itd
IqlCwJNuhSrgeEGXvCrliUio7iq2ojaQhhSTzrinjfwpCDQdOc2lfDrsiXqbsWWk
GvLruB18WHMpK6ALxJKlrCym5AqzyPuPj2Y/9LL1in+KjguU788qGETd3x35fVmO
GFx6idjvgunOvS/c8d5Cw3aA7cr0jUcBmHTTDlRBS1NVePacAiRe5XgzrBLn4Ybs
3bann34jc9UOzQtDeRCb
=wxOL
-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: https://lists.debian.org/e1xpxa2-0006kd...@franck.debian.org



Accepted zutils 1.3-4 (source amd64) into unstable

2014-11-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 15 Nov 2014 07:27:58 +0100
Source: zutils
Binary: zutils zutils-dbg
Architecture: source amd64
Version: 1.3-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description:
 zutils - utilities for dealing with compressed files transparently
 zutils-dbg - utilities for dealing with compressed files transparently (debug)
Closes: 769563
Changes:
 zutils (1.3-4) unstable; urgency=low
 .
   * Using libc0.1-dev for Built-Using on kfreebsd (Closes: #769563).
Checksums-Sha1:
 9a05caf908601265662a10304e926c1bbbf8f812 1870 zutils_1.3-4.dsc
 34dcd311eb65cc2b59a67e94d023d9df4d849e75 4148 zutils_1.3-4.debian.tar.xz
 73a33c61f530b779e90bffef94f9750b16759e3a 608206 zutils_1.3-4_amd64.deb
 c2470b2404c2c46a22f4586c0e299a96a866f971 817096 zutils-dbg_1.3-4_amd64.deb
Checksums-Sha256:
 5cace5e9b3417bc24b50fe69cc100d9960d1776fb01aadb5865f1172b41af0d5 1870 
zutils_1.3-4.dsc
 29aa7e12d2b40c8e3fb7c85711282d451fa5803a6dc1839f9866a1a330a8fa25 4148 
zutils_1.3-4.debian.tar.xz
 f1703557c5fcfa5a1aa5354f4ef930a3f1fcb9628d6dd54035e3ff9f141c0418 608206 
zutils_1.3-4_amd64.deb
 b62d511dc0b893a3f3021b517e0abbc689aeef90eb2fe4fce82bacc0c9188e27 817096 
zutils-dbg_1.3-4_amd64.deb
Files:
 fd12bf25a57924e500211a08a87d827a 1870 utils extra zutils_1.3-4.dsc
 9369f89d3777e1e8df3cf91ccd7ad7b2 4148 utils extra zutils_1.3-4.debian.tar.xz
 232283d9f480ca74b0425afb48273edf 608206 utils extra zutils_1.3-4_amd64.deb
 e4606cb90f9f7b8348d23d6d5744e3bd 817096 debug extra zutils-dbg_1.3-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUZvPSAAoJEFXPG/mGq7nHTwwP/2oOVPaX0ODUcSA2jEXKSKWV
zALz60zwZ9hcpr4KHTnk2DdhtmxB+E7OtXTHjB/nLaDE4fLgkTwiXItMqjPO8kl/
LjUG3uAMa8+Xs+/ohdMXl5MOuhG1ckbema+Dp+lDKYIOtvEY0VNrZ2Jg3YVqtC6z
2Mb83SFkrOSq7H9qlJPaIqo3SXPoWYnyJ926HLybutBU3vu1iAXq9h7a41my9soX
IaHWSu90i5OTFfksKdQlOfS5FySFBTmo/y9cNtJkwqhKe6XuCG4L/fSf8fOxI9I5
DJPjKVThpeZjXsunfNZ0PK4Pu5O59GpE7bMb6Zp+A+pwwWI4sAGcNwzgi/uCubUo
y6klNjKml63GXD5H8SFBnuBjyEjzeCnqdDidy7YWIKpye67CoicvFbS2PrdccnUy
FEK3wOMPcTXCeLbC9dw/Y22P8A4iz+e0uwFJMbhJjmdYz7ZGoRlPvd/+WLtl5Wfi
OsIWrxTP+GpIcrPRoZUd2NIv8kM9ChNAqjxhnwH3aQDrBr0eATwZmfK9kZy3MrR8
9oh+ij5m2udcqfiEiqvg2SiIFQkOZZQbC7GFiGcuVCwknvf4CSJm8fegUp2pKJh9
Xn7wZoNmLnenly9idvWT/aqRDnUDKR+XAnio5/05dLvYha9In3arPKJjNziLofy1
51MQogaxJwIiqs3EpcF3
=Jw4Z
-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: https://lists.debian.org/e1xpxaa-0006ob...@franck.debian.org



Accepted partman-basicfilesystems 106 (source i386) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 07:47:34 +0100
Source: partman-basicfilesystems
Binary: partman-basicfilesystems
Architecture: source i386
Version: 106
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-basicfilesystems - Add to partman support for ext2, linux-swap, fat16, 
fat32 and ntf (udeb)
Changes:
 partman-basicfilesystems (106) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1:
 9bba9e1297ad75f098bd457a02e688e1e5be747e 1801 partman-basicfilesystems_106.dsc
 0a9abbb1010d2d099eb97301abb203f4f7604394 187748 
partman-basicfilesystems_106.tar.xz
 542a51a16d277dee14960105b2e189b198014148 217106 
partman-basicfilesystems_106_i386.udeb
Checksums-Sha256:
 1065c69fa49ebebfd43267afec3ae51e5b1630e7a0f7a54472100c1cc187b682 1801 
partman-basicfilesystems_106.dsc
 12f34ebf2f1c5cc722775acee353bfc67707f48603c64b03ee1d0593d4c5e02f 187748 
partman-basicfilesystems_106.tar.xz
 62e107390cbe35d7c56cbd2f45b506bf43b959bf7db43d81b665697797ddc222 217106 
partman-basicfilesystems_106_i386.udeb
Files:
 fb60a8585f3fac13550b901b9c3a9a2d 1801 debian-installer standard 
partman-basicfilesystems_106.dsc
 dd23293db6a35f96ae8af31b8c71a4fb 187748 debian-installer standard 
partman-basicfilesystems_106.tar.xz
 d26d2b19747a34343418ed7b0266fbef 217106 debian-installer standard 
partman-basicfilesystems_106_i386.udeb

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

iQIcBAEBCAAGBQJUZvjHAAoJEIcvcCxNbiWoenUP/2IjYI6QKrPDaW/H9LoJ5XYo
xtmq1Dph4erqkO/9/zrMx72jcHRZ3bXY4rzxIcZcVagmUDGKbCYHvvlUOOf70vIy
fC+Wbc/rd0haH5ALM4esA6f9R1k6+lFGJK37COPgNFtk3W6Hkw/RaXqIKg1K/jSq
R7pWNzSlBpeJbP3nG9h80enawssps+MMLQmccoYV72sgHjpoOB8azarZsEDf6zqM
0+mNXjav+tscSXQbMNpeAZHXJiTcI1hMXYWWIZFHuZ7P6eIFapwpqfe1zOh62toI
JSCSYL1k7gU0LK5mEBcYKCTEWha9K0fGuEZqzyLpxoqX91YeKLy4VbUWdHEUiyVk
YcVXTDIN29x9ydXCWHqzYz+5k4wDL6tdoJv6bELpqtT46DZabfrRzgOkyQvsvZvY
97cA+gJOlYcaohSSX5Ecf4S6o3X65+fCdyXXS2U7IxADP//Y34saAvz24TLFWwHL
Uus/yxcaJvWZgFTH/ETpvv6UNa16NYZomp5DcKd6hoSYhup2daCZkB9pLZPRIjLe
HcPPDU878CG7dYWWZ4DOT9nbvCUe4Q7ixEpwYHxnl859GqeCCbm+UcwflSmeCwhj
ciZutwz9iui1O1apR7iQt1o4RQc2k5I3q7Xb/Nx8mdmRQnZ7WCnoJJRkj936wHIR
thbSWH+fMBgbaKOHgxxH
=bQCw
-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: https://lists.debian.org/e1xpxos-5f...@franck.debian.org



Accepted partman-btrfs 16 (source all) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 07:48:32 +0100
Source: partman-btrfs
Binary: partman-btrfs
Architecture: source all
Version: 16
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-btrfs - Add to partman support for btrfs (udeb)
Changes:
 partman-btrfs (16) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1:
 ff2a51b30db7df9179ad9837b43051fb7575ed01 1670 partman-btrfs_16.dsc
 6591e53f6c9400281934e86ccf8e7c948b25ec2c 25800 partman-btrfs_16.tar.xz
 3f641e277ed16b1c6cbdc8e5040365a25a75dad2 6186 partman-btrfs_16_all.udeb
Checksums-Sha256:
 c3bf4362f384063502612322add836bc930140bcd9b2a425f1e714e0f04d6ae0 1670 
partman-btrfs_16.dsc
 88422390b8c4b45e24ff223c643e37d5ca107dc60f0e3fcc5226fbcf5d1c3fdc 25800 
partman-btrfs_16.tar.xz
 37f4f32c909ed0e5b85572b93f4920a6eca35f5e54d1692edbb29d54b0634015 6186 
partman-btrfs_16_all.udeb
Files:
 ea4401f95b6ac45e8231fc4a0453195f 1670 debian-installer standard 
partman-btrfs_16.dsc
 d8efa001ccc328ca67145a9a692623cf 25800 debian-installer standard 
partman-btrfs_16.tar.xz
 b2523490641f81909dc62b09234b6fe4 6186 debian-installer standard 
partman-btrfs_16_all.udeb

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

iQIcBAEBCAAGBQJUZvjlAAoJEIcvcCxNbiWoRl0QAK60Srui0/P+OXjqilSNutbD
Qkuwzlfx8BdWl7BzV30jowBzYmY0MNArgSI+mooj4l6iOdVbpTGUB6w6U1GIRKTJ
gCsNaUj256QtivRl8SNUBA17opwEZAvFdK99meiVufvNlduAnnQaC8xzSivluS5c
+x/tmmBfCq+iV7rumO/VC5pUMnZEHHXALbaz9QFWLsGUp9c/sWqCnwtIPQSoZDKi
mwqjXutFOVhMIZ7WCE+UnYGAVJItpzeNyEsj2a88xjVkRWsuh0/tFXprtagBqkQz
WlwvYb0QG5zcOkTfo+E/8u+K3+zHl6lTthzvyi7m+0DaNHWTjaLbRr6dfZloto73
AWpPr7TQyR0pDaJWVOcDBzZaskNB834XTmMhx4YTbKPAvw707lEZceg2cvaBapSW
fISprnYidfYWHtqklOlbAC91PQ/6XjWBzw6SXNc0hwgpHhs4L4J8h3iK1BEI1FO7
bv5VIMQHu8HxiPvgd40cxOGN+kugCfE7tdgNckhY4jGnNPWJzldtIr/ujy8Jrjyd
UJ5EmjI7n9RSYeCuqHpBzxd/bNMQS4fDliBXJ8liRATSZCJYfDq5lM4vQLak39Zc
KTq+i2RJh/YAtzzWUtCBjBZMVaD0EdKhe9MU2RUL+gBiRnd5rQIYNnc2JFqKHRGC
UD9gZ/C9PFsYUwouRATH
=J+Ar
-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: https://lists.debian.org/e1xpxoy-7b...@franck.debian.org



Accepted netcfg 1.124 (source i386) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 07:47:55 +0100
Source: netcfg
Binary: netcfg netcfg-static
Architecture: source i386
Version: 1.124
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 netcfg - Configure the network (udeb)
 netcfg-static - Configure a static network (udeb)
Changes:
 netcfg (1.124) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1:
 ce62c7cd0dd76136f7b9e9019ce80002cf2d0671 1892 netcfg_1.124.dsc
 dc1fdf81630e0ba33e190464da45239ceb8390e9 391760 netcfg_1.124.tar.xz
 68e12aa2b6ec1068d6eea2c37c2868dee6682bdb 505382 netcfg_1.124_i386.udeb
 9e88214fe0b6d53aa00435ef5d80e889e273abc0 396376 netcfg-static_1.124_i386.udeb
Checksums-Sha256:
 8753b3ead79f688c886e6db011d140e6244b28d770351244905c709462d8323e 1892 
netcfg_1.124.dsc
 b9bdbf27587dfb7649163012fdadbc049fc21aa50ea2cba60dcb653459e5377a 391760 
netcfg_1.124.tar.xz
 cf50f9b1c4255f760b498e389a5c307d723e48a197b357f9ed7fdbf267e1fe39 505382 
netcfg_1.124_i386.udeb
 ec0642d5771047247416d7466104ef33f6fc88fd11185de9c2a290d0dbbf4d9a 396376 
netcfg-static_1.124_i386.udeb
Files:
 0e408a3d4fc7444500a469065ca408e1 1892 debian-installer optional 
netcfg_1.124.dsc
 a5f097424ed3bd68e67b135604f20f84 391760 debian-installer optional 
netcfg_1.124.tar.xz
 285720561e6ac56fb8fc13a6d87a3dfc 505382 debian-installer optional 
netcfg_1.124_i386.udeb
 90ecdca0df209bdebc7b46f506660b72 396376 debian-installer optional 
netcfg-static_1.124_i386.udeb

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

iQIcBAEBCAAGBQJUZvuXAAoJEIcvcCxNbiWoFZgP/3N+2Of7no8VPR8HI90JzmC5
X9UppjrREbae11FlwH0fGPslWRnMgSuaEmie/ftVh0KGyIbYuvbuOkO9J4j1wHie
jBnIx3Zqa1kilEyG2XqQuy/F3imS5JRZpdfkFJyA74T+bih+LPSqH3RLyd2aWgAG
Zq/l0iX0/Kf1jP7VXGrhB9KJ+P5fAocd2f/j3fcVpJc/aGCTbiCB1UHEOrGUdHuc
SUK+fv12bDilpf5iiOYfcbZqY2u183rDg0L6sgrke4/+1235/2WvMv1JfQGHmpzG
bp4OVmmHAVRMvKU9BJPvT2mGuBsjRzDmJFg9tyCeuU7qJUWz+RDjPdlQL47XnuMK
BS5zG4bnKzJh8MYxCPIYtOoxV909xTT0tsslmlDobGzw3qJhlCQ2XLtcUU7/1abr
CLsiKbbMTtTEKGk5Pv9cuTyENZU0N1AVCOQtHNxYTy0PLSr/W5bpfnM5w1TiFZgJ
Z0YZDC6eG5hurXiWwf0JdKBbWeN4yq8Marp8D0do0KJB0Vtjb2DoibeiQEiol/y2
I1LTKNrf7PBjkkCVji+R70knmTQoJCicVCcFin4+RsMdpL0AQ8IprZIUTu4QZc22
roet5FLkWqNFS0Cx8MqMpL42cj0mBU15/rTj30eQDiRe+MAxn51+rZVDhJOraeyH
EhStZ3UmjSYfVoLp1q9W
=Q+jJ
-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: https://lists.debian.org/e1xpxd2-00024c...@franck.debian.org



Accepted partman-iscsi 29 (source all) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 08:07:54 +0100
Source: partman-iscsi
Binary: partman-iscsi
Architecture: source all
Version: 29
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-iscsi - Adds support for iSCSI to partman (udeb)
Changes:
 partman-iscsi (29) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
   * Italian (it.po) by Milo Casagrande
Checksums-Sha1:
 a459c23277dd4a4b7c8dfabcd8bdab7e92130d80 1668 partman-iscsi_29.dsc
 c396c112bd2c186cede4745529327bb44c9e04e8 61532 partman-iscsi_29.tar.xz
 728fae6bfa98619a11430149cc3f9e5ca8c0c721 25856 partman-iscsi_29_all.udeb
Checksums-Sha256:
 97715b2e8b5ea4355a9a0a789f0657c1b358baeb16d8e56a2392fb0330fb651a 1668 
partman-iscsi_29.dsc
 cb2132d9129e4859d85bf5d3b84dcb12a348b0ffa68755c5bf38c921d9acdded 61532 
partman-iscsi_29.tar.xz
 34d8d38f40c278f0afd9744ca74e72862ba840fbe810528ae7a7d65eccc05f26 25856 
partman-iscsi_29_all.udeb
Files:
 9a0d0e3983128efe1901abb8dd6771e2 1668 debian-installer standard 
partman-iscsi_29.dsc
 ee48a839f1aba23294cc410d0a034416 61532 debian-installer standard 
partman-iscsi_29.tar.xz
 6043a603e3ab942d9bb748f7900687db 25856 debian-installer standard 
partman-iscsi_29_all.udeb

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

iQIcBAEBCAAGBQJUZvzsAAoJEIcvcCxNbiWoamUP/Aj1RzS8agFnU5B/6i7kNEMI
4ibGninWCrq81FC8Xy/MnsqHAs01zt58w5OQRGLKpnF7eiAXJfKCHnRUtBSx08dd
nRKksJYlP7bV5GMNFcD6U59vG/1dflnB6HoPg4jHBDbVwiegmBT5/WJXcET7VWWd
lbki2UiyLqpbFPpStk5Wbp2lr9PDQXLPVeA/AkqWN0eAyfBbj56mbOkAbHP1fYq4
4m4Fd+L68LnslloD00BShl8JFfxALsWJFCEZASFlBn+IE7ocnoVgLN1rrwS6CPcm
hcFB5EWV27i4BWG3jL+DQHPbipygxC39Bj1ArpoeiCVrpkINP4IploR0FArj+u7z
Pr9DMNAB1TzqeON72LiVxQDI1D3LlDIt4ZfuN7zWmd7QSCSjaY3MW9Eb0G2MjGDH
3esFDG3SMxsDxYsjUac5OcdTc/BKKEEP4XsLjlQVyqD+YFhc0WboO/R/LkmnRZ88
k4P8exok04JKfLeoIKEy1J3dd+jsgHH3VqxtOWLa3W2LZQUE7qMmiUgrYLBr3P4o
3I+xbj4sGRkbEton7QoMQSYfZT4+gBGu3GCop/lFRVmtRoI90w79o0UMPghe1Ne9
8udB7rzJI6eKlUiOg6jK/k7Fc+QtL1X11rnbdi4sKq7Pe0mhvalqOh5OXnWaq9Yz
1lIhbSerrFZIDx0ccO9J
=x3bG
-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: https://lists.debian.org/e1xpxdq-0002a4...@franck.debian.org



Accepted partman-ext3 84 (source all) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 08:07:34 +0100
Source: partman-ext3
Binary: partman-ext3
Architecture: source all
Version: 84
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-ext3 - Add to partman support for ext3 and ext4 (udeb)
Changes:
 partman-ext3 (84) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1:
 4b3f3f734d43a0669046a5732700235c3e0eae99 1624 partman-ext3_84.dsc
 bad09af6d1f1fb0b4665326202eba23c451ac871 86512 partman-ext3_84.tar.xz
 2245ddc6c1c0e01db0aa19b0ccd698d345f6356b 96528 partman-ext3_84_all.udeb
Checksums-Sha256:
 368068f96594038a47d5397c47669a892c48b109604e8b55286761ba1165cd57 1624 
partman-ext3_84.dsc
 ffe3e3998782c1c2476d21db77e86105c4f43b42f6465cb82bb274bdc5d29c0c 86512 
partman-ext3_84.tar.xz
 fdba6b2c9bfaa1b04c7307a80007b77486923ec5da1f2ecf4e0b7ab5393b4d00 96528 
partman-ext3_84_all.udeb
Files:
 8eca3bdec258634cb5f594eae158993e 1624 debian-installer standard 
partman-ext3_84.dsc
 91e3df9830f084cb4128491f6b6ac778 86512 debian-installer standard 
partman-ext3_84.tar.xz
 d78f091872012c3b13de4151069dd8af 96528 debian-installer standard 
partman-ext3_84_all.udeb

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

iQIcBAEBCAAGBQJUZvy0AAoJEIcvcCxNbiWoD5QP/jfJMITdTsdfpjJKdlTLR02l
iLGnYs7Ly+C2Nl6ciJc4rJSHLbNXY/OZJ3TsjceFk5IHoO5bZjyLShAlK2ZtW6BK
upbL2GBSWA9CJ2R0cAfNIoU8dmgy18VV8It9OsRPimJ2j9vXivyqdB52Qvj8Na4F
ancRXIUwJKPP6/yyemfaT9RlbdPD9UsHusoAp00KxUFJNbPUtolrxnRpKvx4shlb
1OJ1x1o/G/SKThxQEgy/1dtANzU2LjTFipuDvC95UUBXF7t6jvS3wrepBR+43x5X
Y80k9F2ZJbuIwl0E9qh0RbNLHwamfL5LUZyQNhGcJWJNrMLxrW8Orh779fW49mqG
EzOlyfMIvYEslM4u4pMhFcyr7XbZlinL+OIsnMlFAyLPhzori8Sx+RqwIXfosZv2
RUqoA30B9q6ah6C0YFp0SF7GGOgA1M+nY3xstI9/TRflo1wd6bfsJiETtHAALDa4
FGnlDvMSMBlHU/wbyr5JU2Ii2bsVl0wPQr0vOY5dLdOe7GekZetIB829K8SJy+wE
/7o33N42fYRkKSjmij068wHiS0N4vla5d6xe9uvtopZxNmifVJVkBTFjdGIa+G03
NpEhTOnG2EEwnNuV9gosYYItGXSP3pLNBq/L2Ke0oUC0+fBJK1ToN8ZptgHKC0F8
uNfC04FAHem5cxvEUG8B
=1S7n
-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: https://lists.debian.org/e1xpxdk-00028n...@franck.debian.org



Accepted partman-jfs 44 (source all) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 08:08:24 +0100
Source: partman-jfs
Binary: partman-jfs
Architecture: source all
Version: 44
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-jfs - Add support for jfs to partman (udeb)
Changes:
 partman-jfs (44) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1:
 6fec403412427a1dbe64a6c85253f1ec3d882431 1652 partman-jfs_44.dsc
 768ebd41f8736f55e28f0a319dafb8ad724e0af7 44124 partman-jfs_44.tar.xz
 e20bffcd94573318d424cc1a30eb84b93f0704d0 35596 partman-jfs_44_all.udeb
Checksums-Sha256:
 c397fce5899530f8e305e3675b884fc07052348cae09d6d4d1189ce1d5cf17fc 1652 
partman-jfs_44.dsc
 0661d884f6313ed25adc524b871bc491abdfced2897458554e3014868f537b27 44124 
partman-jfs_44.tar.xz
 1ae1ac485d60fa1c0d80dd4b6fa1cdca3359693bb6e78023ddac0d72ead87b9e 35596 
partman-jfs_44_all.udeb
Files:
 e9b14487c3e1616682b78087d7ec7038 1652 debian-installer standard 
partman-jfs_44.dsc
 d74da52e6619baf8aea5bde1c3bbefe1 44124 debian-installer standard 
partman-jfs_44.tar.xz
 6bf844e7cc923bf7f02fd8aaeb938041 35596 debian-installer standard 
partman-jfs_44_all.udeb

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

iQIcBAEBCAAGBQJUZvzQAAoJEIcvcCxNbiWopOcQAI+fwzVwliIa0vTWUxBLSwBq
sOrx2NUKFK/6t0RlDDnvy/ZEi7GFCZ/8ii/1bokiA07ALZ/4txS4UnMkJi9TSLJI
MkDUtTFe6YOihAZg4whYmfUs5f89TL1L9bDCWzRLuSrlS42H0aY+6+rVQ0uNPmAJ
qHNciHl9nGa4r3f9FJlpcNvWoCHgYeBb5vBD3Vmq/iF6mkwVwV7t241zArx1QVEP
swJ96crPcotJ4cFUu1ayN3SAOxzJ5+FXpeumTvzFniHua4UNlx8QUSkrax1O/tTI
g8P0qu8j89kdcfnEK7Lp+36LToZ38Gj/qO3pDiVHfXNTPIzRjLOYOjRIkk9DWwGG
tBK1ZMNHPvIzyo7t/iTtoHfRtXniM/n8iaZl0W2vMoDMEVoFqbKvBojya/NvwKbd
TACNH6sbXYiaBR/OZvX+BmP7Jqc3fWDfR5Sv359hAq2Ypd9II3LruYfAvLeExT9N
Yvxv0csx7ehdBp0NzHvCDdDhP3OxPqQyAR/TGHBGxtMl8yR1bH2B71P5n8KFFGZO
jgsCeG12vL1GReHZBajq28JUbEFPdVEW3SOwrKJjtz6r1vFgq8DnsbYL3QoV6AUg
OBZF9H7/rE9WOEFfM9C0IfhMbYcfjnxdbt9tNxOgfCuJ196Dl7R/Fl3bn2LC/SiT
NWaMiQT4+iRByyrCIr3+
=BD9+
-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: https://lists.debian.org/e1xpxdw-0002bx...@franck.debian.org



Accepted partman-lvm 99 (source all) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 08:13:33 +0100
Source: partman-lvm
Binary: partman-lvm
Architecture: source all
Version: 99
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-lvm - Adds support for LVM to partman (udeb)
Changes:
 partman-lvm (99) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
   * Italian (it.po) by Milo Casagrande
   * Slovak (sk.po) by Ivan Masár
Checksums-Sha1:
 f4471efd9da9a401e54d5a7643a4213b0a9254f9 1649 partman-lvm_99.dsc
 f233b61dbef1b7bf00e0823550d0140d87aac816 249840 partman-lvm_99.tar.xz
 53050834d7a88f2c88efabe11a6ffd50366d808d 372088 partman-lvm_99_all.udeb
Checksums-Sha256:
 be416d3706aede5124c0c5665cf6953c61903b110fa4cb5fcc3d9c1f04f186c0 1649 
partman-lvm_99.dsc
 15cb75ceaba14de1e891c968d1b3aacbec08ba0f9cf34ec4f0099721c366d47c 249840 
partman-lvm_99.tar.xz
 f209d82d018266fbabf7bb516d55bbef5069183adcd885203d5a039e0a98b162 372088 
partman-lvm_99_all.udeb
Files:
 0fcd0a9b592b218799f9bf69ccc17b6f 1649 debian-installer optional 
partman-lvm_99.dsc
 97d4dae6ba0bc40ac9a3868dec2dcef1 249840 debian-installer optional 
partman-lvm_99.tar.xz
 5c5b053d45c23d342ca89946d3d23a47 372088 debian-installer optional 
partman-lvm_99_all.udeb

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

iQIcBAEBCAAGBQJUZv1hAAoJEIcvcCxNbiWoi+cQAL4Bbii/ou+tJBCr8EaQQovn
FKOQWFP8GX8dUxrWNJx0AXp6ptIAfem9flnBQW7Oq6LfwmS8t+5uzh1g0km+d0Ng
6BC5n5VeL8f12/H+KX58CTPJh02koecS19fniB8ob7yYoGVkJAHmUuE4LGEQAle1
W8NhGAV0zEdHiOftp29qzBXYGQU1Mh2f3UUQpluZ5Tbo4xkrsqXoNpnVMkA/O0A8
5htaHfZZ/eVVa8l9BAHJDjDk7mHckyhqyzl6nCKTRKictqm6bCkWrAdyRyQTnj/q
6zRnK4hyZGNXIdlRnq+PPu0lZFeC88WmrHnBm1oTbZLp0WJhx+StUK7gH83JqBDW
OqPA6vzLCopyShTKTGfC1+soIUbpPQ+HsqA0VfktHUFa5kNBbg16wuAuOJV5RHjN
FqFwp6N8FuA+jVKHyN98667ABqYapicW62ZiA/wiAdICXgroa4gcw17hyToHFDAf
UNrhV1Org6AmpNUpjMHE19f+V+KWRs2dhVrlUvCvUTPb2bxNPp23nxh1sziLrU+8
DPJ+WuEt+Hi0mHH5FwuvO9ZuEUXbpERHM1imbtV6u2o6kl1RLpepP0WTFSoWjn1q
x9S6IADjkvY4WNvzxAw0FBb+sHJ/zZ92nTEGQQ1TD8m0zqjEvbSPNM+XWwZyGNrH
HdoYNY/CFa5rnPFtLpl0
=8UNH
-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: https://lists.debian.org/e1xpxrg-0004k5...@franck.debian.org



Accepted partman-xfs 54 (source all) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 08:13:59 +0100
Source: partman-xfs
Binary: partman-xfs
Architecture: source all
Version: 54
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 partman-xfs - Add to partman support for xfs (udeb)
Changes:
 partman-xfs (54) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1:
 d085ca0e255bc7ad378a815661e263d22bfabbef 1654 partman-xfs_54.dsc
 6a4e3c08aec69cdb623ff64aac9861e96a750ead 25640 partman-xfs_54.tar.xz
 34b34fa25353994dbcf23b6dfb0cc85d781b52db 5956 partman-xfs_54_all.udeb
Checksums-Sha256:
 e7defdfb7559792599ccaea912fdf75ab6fc29993dad127c59f6807badeb6fbb 1654 
partman-xfs_54.dsc
 893668d0cfdab098629fcfd3356b86fc569388cfa8dc52c3169d300b65dba023 25640 
partman-xfs_54.tar.xz
 35ef1c74d849ff4b34d5435077eed5601f7c65bae9fa2180cdb7f2fb94e0b9c3 5956 
partman-xfs_54_all.udeb
Files:
 2c91d47e6ee9a760e173e06d3550da8c 1654 debian-installer standard 
partman-xfs_54.dsc
 7dbfd03148b9047fabb5d2f658741eae 25640 debian-installer standard 
partman-xfs_54.tar.xz
 399680930ac6c6f339d711e80c4e7734 5956 debian-installer standard 
partman-xfs_54_all.udeb

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

iQIcBAEBCAAGBQJUZv2MAAoJEIcvcCxNbiWoo+wQAJbV5dmyLin9nr1Yir6p/PQE
+qh5h7Zwc0oK81SKTJ+7LSR4/j9RsQJcscYqrZX6iIgau0xhm3bhdki53oD3Wf6s
RUnG/4dqZ3l2HsboO4tVEF7JjwZ4Fh4oI7qaneqhzOxCg5wt7aFM0G60z1G8c1sz
k2kWrjQME1vZqoZQfSr9doYGBDVotqm3H6HCG9paCg01vGesLlrUYQu3wr0zLHdB
F8TDhHpoalT/msLuMx/EAxMpRfQnFsvckVet+HUR7/99Dq7IVXQRlZBT4tsvaGg6
sWhqFd8MSZ7eKPlBgSHba/0VsrVDW0luWB559bmY2bC0nSGJBTkZ2mTUwGwOvnut
3vLCWkagZrQv8FqFGfpj+U99clFQk18wtnLn3NWVsZh5TdHtAdQrETTSb0zzuq93
wXR5u4iOwfaJuweJw1P1fvFOtB+m/+uh02NtAAb9Dj+CeJguj2NGAVfTjTMYx+yB
bkieF+d3U+z3foBNTSiByZog25yx43pX5FXgg5atlLc8A3F7c7CFQEqk86yr9EH4
bJDoyBKMQlaeIkGmFeJURSkB3c0ggaGEyWLiFmh3v0LIlMHWhiOQUNwhK42iQdlV
hP67qa4fEkJRqt6kH8H3dXDaxIMJpj+AHng2jMrNfuwhfkIXQ2RHFx8xf+CYSd4z
6BQw0nqQJGu79759DOTf
=BHuf
-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: https://lists.debian.org/e1xpxrm-0004ls...@franck.debian.org



Accepted tzsetup 1:0.61 (source all) into unstable

2014-11-14 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Nov 2014 08:14:20 +0100
Source: tzsetup
Binary: tzsetup-udeb
Architecture: source all
Version: 1:0.61
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 tzsetup-udeb - choose time zone (udeb)
Changes:
 tzsetup (1:0.61) unstable; urgency=low
 .
   [ Updated translations ]
   * Galician (gl.po) by Jorge Barreiro
Checksums-Sha1:
 b43e45d09fba052b36590be74aa96db8f79c4a32 1675 tzsetup_0.61.dsc
 15dbf7e474c76695460481323143d41c4e4699eb 107116 tzsetup_0.61.tar.xz
 d1ad6dce132ababae49b16ca252d4acf24aa6270 92066 tzsetup-udeb_0.61_all.udeb
Checksums-Sha256:
 55d247c89d60b9ebec20b7a346cc681874658d49db85f74d914f6085e16e08ef 1675 
tzsetup_0.61.dsc
 875b435139374f41c3a82f5afc671e8144ef5155bee72c85c540b04eb35a6630 107116 
tzsetup_0.61.tar.xz
 65d63bb9b64470ad733d33f0ebccc152d0cd1ccd26f95d81c72cd47f127e37d8 92066 
tzsetup-udeb_0.61_all.udeb
Files:
 b721249fe7fe0d0452192ce18f9c3992 1675 debian-installer optional 
tzsetup_0.61.dsc
 a0984f11ca83fbf78e53907737087c16 107116 debian-installer optional 
tzsetup_0.61.tar.xz
 71086e61e5d52809a56807cad9f654a2 92066 debian-installer optional 
tzsetup-udeb_0.61_all.udeb

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

iQIcBAEBCAAGBQJUZv2oAAoJEIcvcCxNbiWosGUP/jJ2rQC6pnHUWPB6YK8a/Mhf
k9yr5zKpvYWMfx6TCXHpTxMH5CJcZRkHzJYz+Df6otUDwR5CK1UtCYi2neZc/WUH
+KV+JlsxH2TGLZNFk+TV3e80aOq9hKlaArwFr9b6XaTJOmtLLQrmpA8HXv+Rz57M
EIloQewEmn695Z9LSyHxHXbByRqyzPjIDDM14ahszW9vKYlqNkf4G5X+v1ApTCAK
Xh+DhWPLwKRFtN32r+MEryEOyrDwU5Bnb84PlzrsRjuJamSkSIwTbGpgOS4I/yWy
DDV8jlaMp7rBhwJICSd5Hn91aLD0FbJXS6CZnKgCpYX1YLS3sjqRuf5ORH/ZJPbH
WoRYNmDvyDqAfoL/OzFHUzdxcm0DN1sJLNZIg/NhYfTpAn2g0+ZA7wpfIp3QDaYl
a84i1mwg41CECdcg1GEFI+J4WjfgIxFLmt6/eSOYiHBo6KSmn+stxDrdmubrmf3w
/7YrWQdD4rQQojUQiloSB880H6GPoF0q1UF5VH7VEvEAF8lsEUlbIFNwKDYakSRx
7kLC7gSW452l9GLOR15Qx/SH+CvDkzlAk8wuFXJ9Fwiy3v8NpHOV5Is7cJGxELFc
3w7U+cyfuq8fZAhmMSpoLHdrA6oCzDq19v31P9f7lRNt7mnXJSeL0F6OWS4/di3v
MDSDIij4nTAOs+eQNuo9
=xWJe
-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: https://lists.debian.org/e1xpxrs-0004nz...@franck.debian.org



Assinatura de chaves durante PTTForum 8, IPv6 Brasil, GTER 38

2014-11-14 Thread Henrique de Moraes Holschuh
Senhores(as),

Estamos organizando um encontro rápido em São Paulo para troca de
assinaturas de chaves gnupg.  DDs que precisam de assinaturas em suas
novas chaves estão *especialmente* convidados :-)

O encontro será na hora do almoço, nas proximidades dos Shoppings
Morumbi e Market Place, em um dia ainda a definir entre 24 e 27 de
novembro.

O local, hora e intervalo de datas foi escolhido em função dos eventos
da IV Semana da Infraestrutura da Internet no Brasil, por iniciativa do
naoliv.

Por enquanto somos três DDs confirmados para a troca de assinaturas.
Alguém mais estaria interessado?

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141114164911.gf19...@khazad-dum.debian.net



Re: Assinatura de chaves durante PTTForum 8, IPv6 Brasil, GTER 38

2014-11-14 Thread Fernando Ike
On Fri, 2014-11-14 at 14:49 -0200, Henrique de Moraes Holschuh wrote:
 Senhores(as),
 
 Estamos organizando um encontro rápido em São Paulo para troca de
 assinaturas de chaves gnupg.  DDs que precisam de assinaturas em suas
 novas chaves estão *especialmente* convidados :-)
 
 O encontro será na hora do almoço, nas proximidades dos Shoppings
 Morumbi e Market Place, em um dia ainda a definir entre 24 e 27 de
 novembro.
 
 O local, hora e intervalo de datas foi escolhido em função dos eventos
 da IV Semana da Infraestrutura da Internet no Brasil, por iniciativa do
 naoliv.
 
 Por enquanto somos três DDs confirmados para a troca de assinaturas.
 Alguém mais estaria interessado?
  
  Ótimo, estava querendo um motivo para refazer minhas chaves. Se for
dia 24 ou 25 poderei estar no evento para participar. :)


[]'s 
-- 
Fernando Ike
http://www.fernandoike.com


-- 
To UNSUBSCRIBE, email to debian-devel-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1415997574.2953.1.ca...@midstorm.org



  1   2   >