Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Raphael Hertzog
On Sun, 17 Aug 2014, Thomas Goirand wrote:
 Well, I have nothing against derivative/downstream distros, but if
 you're about to do a new DEP, please consider Debian first. In such
 case, debian/unstable makes a lot more sense than just debian/master.
 Like I wrote in another post, master doesn't express anything.

master does express something to people who are using git, it's the main
development trunk.

debian/unstable also doesn't follow debian/codename because unstable's
codename is sid. And I really mean that codename is a better choice than
suite (e.g. unstable, testing, stable).

That said, I don't have hard feelings against something else than
debian/master.

  2/ having multiple upstream/codename is bound to never be up-to-date
 when I do git checkout debian/experimental  git merge
 debian/master, upstream/experimental will get out of sync and I
 won't notice it because my package builds just fine
  
 However multiple upstream/* branches can be useful, they should
 just match real upstream branches... so things like upstream/master,
 upstream/4.8.x, upstream/4.9.x, etc.
 
 All of this is error prone. Using upstream tags and merging them rather
 than branches avoid troubles. I have yet to see a case where using
 upstream tags wasn't practical.

We are speaking of the cases where we use git-import-orig to build the
upstream branch(es)...

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ 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/20140817070057.ga24...@x230-buxy.home.ouaza.com



Bug#758400: ITP: libjs-jquery.quicksearch -- plug-in for filtering large data sets with user input

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

* Package name: libjs-jquery.quicksearch
  Version : 2.0.4
  Upstream Author : Nicolas Brassard n...@nitriques.com
* URL : https://github.com/DeuxHuitHuit/quicksearch
* License : Expat
  Programming Lang: Javascript
  Description : plug-in for filtering large data sets with user input

 The jQuery quicksearch plug-in filteres large data sets with user input. It is
 an improved fork of the original work of riklomas which is available at
 https://github.com/riklomas/quicksearch.


-- 
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/20140817072155.32028.86783.report...@buzig.gplhost.com



Bug#758402: ITP: python-xstatic-jquery.quicksearch -- jQuery.quicksearch XStatic support

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

* Package name: python-xstatic-jquery.quicksearch
  Version : 2.0.4.1
  Upstream Author : Radomir Dopieralski openst...@sheep.art.pl
* URL : https://github.com/stackforge/xstatic-jquery.quicksearch
* License : Expat
  Programming Lang: Python
  Description : jQuery.quicksearch XStatic support

 XStatic is a packaging standard to package external (often 3rd party) static
 files as a Python package, so they are easily usable on all operating systems,
 with any package management system or even without one.
 .
 Many Python projects need to use some specific data files, like javascript,
 css, java applets, images, etc. Sometimes these files belong to YOUR project
 (then you may want to package them separately, but you could also just put
 them into your main package). But in many other cases, those files are
 maintained by someone else (like jQuery javascript library or even much bigger
 js libraries or applications) and you definitely do not really want to merge
 them into your project. So, you want to have static file packages, but you
 don’t want to get lots of stuff you do not want. Thus, stuff required by
 XStatic file packages (especially the main, toplevel XStatic package) tries to
 obey to be a MINIMAL, no-fat thing. XStatic doesn't sell any web framework
 or other stuff you don't want. Maybe there will be optional XStatic extensions
 for all sorts of stuff, but they won't be required if you just want the files.
 .
 By having static files in packages, it is also easier to build virtual envs,
 support linux/bsd/... distribution package maintainers and even windows
 installs using the same mechanism.
 .
 This package provides jQuery.quicksearch support as a Python module.


--
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/20140817075631.931.43808.report...@buzig.gplhost.com



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Thomas Goirand
On 08/17/2014 03:52 AM, Raphael Hertzog wrote:
 Hi,
 
 On Fri, 15 Aug 2014, Henrique de Moraes Holschuh wrote:
 - the above layout is for the traditional case of non-native packages,
   what would be the layout for native packages? how can be differentiate
   between native/non-native layout?

 Please don't.  It would be Really Troublesome should a package need to
 switch from native to non-native, or the opposite.
 
 Why?
 
 Until we have defined what the layout is for a native package, you can't
 assume this. It's possibly a subset of the conventions for non-native
 packages + some common conventions in all software projects.
 
 Something like:
 - branches
   - master: main development branch

Please don't use master. It's meaningless. It just happens to be the
default in Git, but that's about it.

Thomas


-- 
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/53f063ed.6020...@debian.org



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Thomas Goirand
On 08/17/2014 12:20 AM, Russ Allbery wrote:
 Thomas Goirand z...@debian.org writes:
 On 08/16/2014 07:05 AM, Jeremy Stanley wrote:
 
 However upstream may build tarballs through a (hopefully
 repeatable/automated) process at release time, publish checksums and
 signatures for them, et cetera and prefer packagers use those as the
 original tarballs for official release versions.
 
 And then? If I prefer to use their git repository, and create my own
 orig.tar.xz out of a signed git tag, what is the problem, as long as I
 use the tag they provided by upstream?
 
 Suppose someone wants to check (possibly as part of a forensic
 investigation) that the source in Debian matches the source released and
 signed by upstream.  If you reuse the upstream tarball, the signature is
 valid, so this is as simple as verifying the Debian *.orig.tar.xz file
 against the upstream signature or a checksum of a good copy of the
 upstream source.  If you regenerate the tarball, those checksums are no
 longer valid, and now someone has to unpack both tarballs and compare all
 of the files (and, depending on what they're checking, permissions and
 other metadata) individually.
 
 It's not a huge advantage, but for me at least it's a quality of
 implementation issue to base the packaging on the tarball as released,
 instead of on a tarball generated from the same file tree.

But then in which way will you check that the said upstream tarball,
without any upstream checksum, is valid? At least tags are signed...
Also, why the forensic investigation wouldn't instead check that the
generated tarballs are really based on the correct PGP signed tags?

 And often, upstream include in the tarball artifacts which we do not
 need, like generated files and so on.
 
 This is true, and opinions differ about the tradeoff there.  I personally
 prefer to upload the source as released by upstream, including those
 artifacts, to Debian, because I don't know how people who pull the source
 from Debian might want to use it.  Yes, *we* don't need those artifacts,
 but maybe someone wants to do an apt-get download and then run ./configure
 and make for some reason without using the Debian packaging.
 
 Basically, I see no harm, only a small amount of additional work once
 pristine-tar and git-buildpackage are set up properly, and a moderate gain
 to basing packaging on the upstream tarball as released.  I also do this
 for packages for which I'm upstream.

As Charles wrote, pristine-tar works with small tarballs, but when
upstream has multi-megabytes tarballs and releases often, the Git
repository quickly grows to something not manageable.

On 08/17/2014 01:08 AM, Michael Biebl wrote:
 More importantly (at least in my experience): If you are working in a
 team and you regenerate the tarball from git, it's very likely that
 the md5sum of the generated tarball differs from what has been
 uploaded to the archive by a different team maintainer in a previous
 upload, resulting in a reject by dak.

Yes, that's a problem. Though it's easy to download what's been
previously uploaded to Debian before the final upload. At least easier
than downloading 293874 old copies of past released tarball in the
pristine-tar branch.

Thomas Goirand (zigo)


-- 
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/53f065d2.5050...@debian.org



Re: Reintroducing FFmpeg to Debian

2014-08-17 Thread Michael Niedermayer
On Fri, Aug 15, 2014 at 01:19:38AM +0200, Luca Barbato wrote:
 Stefano Sabatini wrote:
[...]

 The list is quite long and debunking each of the statements could take a
 lot of time.
 
 I'm going to address two historical misrepresentations:
 

 # The change of management
 
 Michael Niedermayer managed to get demoted from his leader position by
 the topmost 18[1] people involved in FFmpeg by the time due his tendency
 of not following the rules. that after weeks from being voted to stay as
 leader by 15, 5 explicitly stating their vote was conditioned by his
 behaviour and 1 definitely against him.[2]

There was a vote on the ffmpeg-devel list, everyone can recount the
votes although its probably a bit work to do given its a large thread
with lots of other discussions (the links below point to that thread)
I dont remember the exact numbers but there was a majority in
support of me in all possible variants in which one could count the
votes

That said, i dont mind if people like to see me as dictator


 
 His demotion is due to acts in full disregard of the policies in place,

Ive asked [1][2] back then what policy in place was broken
IIRC noone pointed at anything thats part of the written policy[3]
Some good suggestions where made in the discussion though.
And the policy was somewhat amended toward them [4].

In retrospect, bigger changes should have been made to the policy
if that had avoided the takeover attempt and fork, but the takeover
attempt came a bit out of the blue, at least for me and it definitely
left the feeling that there was more interrest in seizing the
opertunity for a takeover instead of discussing and amending the
policy.
Also i remember alot more discussions about whitespaces than patch
review policy from that time.


 even those enforced automatically by the svn hooks.

yes, we wanted to check in some files that would be shared between
mplayer and ffmpeg, and for ease of syncing changes between them
either tabstrailing whitespace had to be removed from mplayers side
or the svn hook in ffmpeg would have needed an exception
They where removed from mplayer in SVN rev 32789 and 32790

The commit message of 32789
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in 
FFmpeg.


[...]

 
  you shouldn't be surprised that there was (and still there is) a
  perceived hostility between the two projects. If you or other Libav or
  FFmpeg developers want the two projects to collaborate more, this can
  be discussed, possibly with *specific* proposals, but again,
  debian-devel is not the right place where to discuss such things.
 

 Personally I have no problems in collaborating with anybody.

Then i think we should reunite the projects with some common
development policy most are happy with.

PS: please spare the world of these defamation attempts
and i also think we should look forward and solve the issues we have
now and not fight over what happenend 3-4 years ago or who made more
mistakes ...


[...]

[1] http://article.gmane.org/gmane.comp.video.ffmpeg.devel/118606
[2] http://article.gmane.org/gmane.comp.video.ffmpeg.devel/118652
[3] 
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=doc/developer.texi;hb=f2c44ad51160da4c0c27429e874265c0dff3d117#l122
[4] 
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c0460496b5eeb1713f00c00e2e61b420bb928e7

-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus


signature.asc
Description: Digital signature


Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Thomas Goirand
On 08/17/2014 03:13 AM, Raphael Hertzog wrote:
 Hi Thomas,
 
 On Sat, 16 Aug 2014, Thomas Goirand wrote:
   The goal here is to be able to host in the same repository the branches 
 for
   multiple cooperating distributions (at least so that downstream can
   clone the debian respository and inject their branches next to the
   debian branches).

 I generally use debian/unstable, but sometimes, it's best to follow
 upstream (for OpenStack, I use debian/icehouse, debian/juno, etc.), so
 there's no one-size-fit-all here.
 
 Branches are cheap so you can easily have both if the upstream-based
 branches bring you value. But it's disconcerting for random Debian
 contributors to not have a clear mapping with Debian releases.

I do have debian/unstable, debian/wheezy and so on as well. Though for
this specific case, debian/icehouse and debian/juno (the last 2
examples) makes a lot more sense. Also, I do expect any new contributor
to at least know the names of upstream releases...

 Why would you tag the upstream release? I mean, it's upstream's job to
 do so, and it's natural to use their git tagging and their git
 repository, no?
 
 Ideally, yes, but:
 - not all upstreams use git (and in those case we want to create our own
   tags pointing to synthetic commits created by tools like gbp import-orig)
 - among upstream using git, some are not creating proper tags/releases
   (and we are doing releases based on snapshot tarballs where we are
   creating our own version like 0~20140812)
 - among upstream who are creating tags, there's no single naming
   convention that is shared (and it can be useful to duplicate the
   upstream tags in a namespace of our own)
 
 Obviously, when upstream are already doing everything correctly, creating
 the upstream/version tag should not become some administrative chore but
 it could be done automatically as part of a some gbp upstream-merge
 upstream-tag command for example.

Ah, that's an interesting topic! :)

Often, upstream are using v1.2.3. Previously, I was doing, in
debian/gbp.conf:
upstream-tag = v%(version)s

But then I decided it was really annoying, and since, I just do:

git tag 1.2.3 v1.2.3

The very good thing is that, since the tag points to the same object,
version 1.2.3 is also PGP signed, just like v1.2.3! :)

 - where should the HEAD point to in the public repository?

 IMO, it should point to the packaging branch for Sid, but YMMV. Why is
 this important?
 
 It's the default branch one gets when you do git clone, it's better if
 the user ends up on some useful branch. I agree with you, it should
 probably be vendor/master (assuming we keep that branch naming).

Thanks to the awesome vcswatch of Myon, I have checked and all my
package VCSes are pointing to the correct debian/unstable branch by
default. git symbolic-ref is your friend here. Again, please don't
settle on anything containing master... :)

 - the above layout is for the traditional case of non-native packages,
   what would be the layout for native packages? how can be differentiate
   between native/non-native layout?

 Sorry, which layout are you talking about? With pristine-tar? Well, I
 don't think using pristine-tar is in any way traditional, it's just
 one of the workflow, which I always avoid if upstream is using Git and
 has correct tagging.
 
 This question had nothing to do with pristine-tar. It's just that if you look
 at the dpkg repository, we are doing upstream development in Debian and
 are thus using the master branch directly (and it would not make sense for
 us to start using debian/master). Similarly, since we are also upstream,
 it would not make much sense for us to create upstream/version tags...
 
 Hence the question of how to adapt the conventions for this specific case.

In such case, just use unstable or wheezy, IMO. Or continue to use
debian/unstable or debian/wheezy (which is what I do and would prefer).

 - are there other important things to standardize?

 Yes. Producing orig.tar.xz out of upstream tag should be industrialized,
 and written in some tools, which we would all be using. I currently
 do: ./debian/rules gen-orig-xz, but that shouldn't be specific to my own
 packages.
 
 Elsewhere you seem to imply that git archive should be enough. So what
 is there to industrialize here?

What I do is:
git archive --prefix=$(DEBPKGNAME)-$(VERSION)/ $(GIT_TAG) \
| xz ../$(DEBPKGNAME)_$(VERSION).orig.tar.xz

DEBPKGNAME, VERSION, and GIT_TAG are all coming from dpkg-parsechangelog
with some parsing (sed, awk, grep...). Because I don't want to write
this in all of my debian/rules, I do some (non-mandatory, so prefixed
with a dash) include. I'd like to see this go into a Debian standard
tool, so that I don't have to do such include.

Also, fetching the branches from upstream VCS should also be automated.
Adding a field for upstream Git in debian/control sounds like something
we should do:

Upstream-Vcs-Git: git://somesite.com/whatever

Then something like (any better 

Re: systemd service and /etc/default/

2014-08-17 Thread Josh Triplett
Ludovico Cavedon wrote:
 I am writing a systemd service file for a daemon (ntopng) and I would
 like to know what you think is the best way to load some
 configuration.
 
 The ntopng daemon takes multiple interfaces in the format of multiple
 -i command-line options. For example.
 ntopng -i eth0 -i wlan0
 
 Currently the interfaces are stored in /etc/default/ntopng
 INTERFACES=eth0 wlan0
 
 and the sysv init script takes care of adding -i for each one of them.
 
 I would like to keep the sysv compatibility and do the same in systemd.
 
 I tried in various ways, but the two solution I could think of are:
 1) change the format of INTERFACES to require inclusion of -i.
 I.e
 INTERFACES=-i eth0 -i wlan0
 and use EnvironmentFIle=/etc/default/ntopng. This changes the format,
 complicated upgrades, and is more error prone.
 2) instead of doing Exec=ntopng, Exec a script that does the mangling
 and then execs ntopng.
 
 Because both solutions do not look great to me, and I could not find
 an example, I am asking your opinion.
 
 After writing this email, I start to believe 2) is the right way, but
 I would appreciate anybody's input.

3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
settings there.
4) Teach ntopng to automatically detect the available network devices on
the system (including new ones that show up dynamically) and
automatically handle all of them unless configured to do otherwise,
making configuration usually unnecessary.

- Josh Triplett


-- 
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/20140817084024.GA28990@thin



Re: systemd service and /etc/default/

2014-08-17 Thread Thomas Goirand
On 08/17/2014 11:51 AM, Ludovico Cavedon wrote:
 Hi,
 
 I am writing a systemd service file for a daemon (ntopng) and I would
 like to know what you think is the best way to load some
 configuration.
 
 The ntopng daemon takes multiple interfaces in the format of multiple
 -i command-line options. For example.
 ntopng -i eth0 -i wlan0
 
 Currently the interfaces are stored in /etc/default/ntopng
 INTERFACES=eth0 wlan0
 
 and the sysv init script takes care of adding -i for each one of them.
 
 I would like to keep the sysv compatibility and do the same in systemd.
 
 I tried in various ways, but the two solution I could think of are:
 1) change the format of INTERFACES to require inclusion of -i.
 I.e
 INTERFACES=-i eth0 -i wlan0
 and use EnvironmentFIle=/etc/default/ntopng. This changes the format,
 complicated upgrades, and is more error prone.
 2) instead of doing Exec=ntopng, Exec a script that does the mangling
 and then execs ntopng.
 
 Because both solutions do not look great to me, and I could not find
 an example, I am asking your opinion.
 
 After writing this email, I start to believe 2) is the right way, but
 I would appreciate anybody's input.
 
 Thanks,
 Ludovico

Hi,

I had the same problem as you describe above, even a bit more
complicated because, in what we did, /etc/default/file sometimes
doesn't exist (it's not mandatory in what we did).

We finally ended-up using a wrapper script, and I'm not satisfied by the
current implementation (which re-use the sysv-rc forking script, which
is IMO ugly). Folks from the systemd list have been helpful and provided
advices, but it doesn't address the problem in the way I wished.

 3) Teach ntopng to understand /etc/ntopng.conf natively and migrate
 the settings there.
 4) Teach ntopng to automatically detect the available network devices
 on the system (including new ones that show up dynamically) and
 automatically handle all of them unless configured to do otherwise,
 making configuration usually unnecessary.

 - Josh Triplett

How about teaching systemd that script is sometimes necessary? It's
annoying to write a wrapper, because then, it does a fork to start the
daemon, so the PID changes. Has this been reported upstream? If yes,
what's upstream opinion about it?

I think this would be a really good improvement to systemd.

Cheers,

Thomas Goirand (zigo)

P.S: This is *not* the start of a troll thread, please stay on-topic,
and discuss *only* the technical issue about using default file in
.service files, otherwise go open a *new* yet-another-systemd-troll-thread.


-- 
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/53f07808.90...@debian.org



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Michael Biebl
Am 17.08.2014 10:20, schrieb Thomas Goirand:

 On 08/17/2014 01:08 AM, Michael Biebl wrote:
 More importantly (at least in my experience): If you are working in a
 team and you regenerate the tarball from git, it's very likely that
 the md5sum of the generated tarball differs from what has been
 uploaded to the archive by a different team maintainer in a previous
 upload, resulting in a reject by dak.
 
 Yes, that's a problem. Though it's easy to download what's been
 previously uploaded to Debian before the final upload. At least easier
 than downloading 293874 old copies of past released tarball in the
 pristine-tar branch.

Not really. The point is, that git-buildpackage automates the
pristine-tar handling. So it's hard to make this error.
On the other hand, downloading the tarball from the archive is not
automated by any tool afaics.
That means, git-buildpackage will happily re-create the dist tarball
from the upstream branch.
If you are not watching really carefully, this step is very easy to miss.

It's also very easy to forget this particular caveat when you do
stable-security uploads.
And as the stable-security archive will *not* reject such a tarball, you
can end up with tarballs which have different md5sums in stable and
stable-security.

I was bitten by this once and users were a little freaked by this.



-- 
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: systemd service and /etc/default/

2014-08-17 Thread Michael Biebl
Am 17.08.2014 11:38, schrieb Thomas Goirand:

 How about teaching systemd that script is sometimes necessary? It's
 annoying to write a wrapper, because then, it does a fork to start the
 daemon, so the PID changes. Has this been reported upstream? If yes,
 what's upstream opinion about it?

I don't get your point.
You can start a wrapper script and as a last step use

exec $mydaemon

That just works. If not, can you elaborate what your problem is?


But yeah, such wrapper scripts should be avoided if possible and native
mechanisms used.




-- 
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: systemd service and /etc/default/

2014-08-17 Thread Michael Biebl
Am 17.08.2014 05:51, schrieb Ludovico Cavedon:
 Hi,
 
 I am writing a systemd service file for a daemon (ntopng) and I would
 like to know what you think is the best way to load some
 configuration.
 
 The ntopng daemon takes multiple interfaces in the format of multiple
 -i command-line options. For example.
 ntopng -i eth0 -i wlan0
 
 Currently the interfaces are stored in /etc/default/ntopng
 INTERFACES=eth0 wlan0
 
 and the sysv init script takes care of adding -i for each one of them.
 
 I would like to keep the sysv compatibility and do the same in systemd.
 
 I tried in various ways, but the two solution I could think of are:
 1) change the format of INTERFACES to require inclusion of -i.
 I.e
 INTERFACES=-i eth0 -i wlan0
 and use EnvironmentFIle=/etc/default/ntopng. 
 2) instead of doing Exec=ntopng, Exec a script that does the mangling
 and then execs ntopng.
 This changes the format,
 complicated upgrades, and is more error prone.
 Because both solutions do not look great to me, and I could not find
 an example, I am asking your opinion.
 
 After writing this email, I start to believe 2) is the right way, but
 I would appreciate anybody's input.

If you go with any of these options, I think 1) would be the better
approach since this would be a one-time migration.

I see that you also have a HTTP_PORT=3000 parameter in
/etc/default/ntopng and a ADD_ARGS=

I'd rewrite your default file and simply pass the -w and -i parameters
directly via ADD_ARGS=. Doing that as part of the postinst doesn't seem
that complicated or error prone.

I also happen to notice, that you use a ENABLED=1 flag.
It would be a good idea to deprecate that as well and remove that.

We have better mechanisms nowadays to enable/disable SysV init scripts
(and systemd service files).


-- 
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: Standardizing the layout of git packaging repositories

2014-08-17 Thread Charles Plessy
Le Sun, Aug 17, 2014 at 09:00:57AM +0200, Raphael Hertzog a écrit :
 
 debian/unstable also doesn't follow debian/codename because unstable's
 codename is sid. And I really mean that codename is a better choice than
 suite (e.g. unstable, testing, stable).

Hi all,

for suites that are never released, I think that it is fine to not use the
codename.  Otherwise, people will be confused with debian/rc-buggy.

Cheers,

-- 
Charles


-- 
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/20140817103901.ga2...@falafel.plessy.net



Re: systemd service and /etc/default/

2014-08-17 Thread Marc Haber
On Sun, 17 Aug 2014 01:40:27 -0700, Josh Triplett
j...@joshtriplett.org wrote:
Ludovico Cavedon wrote:
 I am writing a systemd service file for a daemon (ntopng) and I would
 like to know what you think is the best way to load some
 configuration.
 
 The ntopng daemon takes multiple interfaces in the format of multiple
 -i command-line options. For example.
 ntopng -i eth0 -i wlan0
 
 Currently the interfaces are stored in /etc/default/ntopng
 INTERFACES=eth0 wlan0
 
 and the sysv init script takes care of adding -i for each one of them.
 
 I would like to keep the sysv compatibility and do the same in systemd.
 
 I tried in various ways, but the two solution I could think of are:
 1) change the format of INTERFACES to require inclusion of -i.
 I.e
 INTERFACES=-i eth0 -i wlan0
 and use EnvironmentFIle=/etc/default/ntopng. This changes the format,
 complicated upgrades, and is more error prone.
 2) instead of doing Exec=ntopng, Exec a script that does the mangling
 and then execs ntopng.
 
 Because both solutions do not look great to me, and I could not find
 an example, I am asking your opinion.
 
 After writing this email, I start to believe 2) is the right way, but
 I would appreciate anybody's input.

3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
settings there.
4) Teach ntopng to automatically detect the available network devices on
the system (including new ones that show up dynamically) and
automatically handle all of them unless configured to do otherwise,
making configuration usually unnecessary.

Please. The attitute of requiring Debian maintainers to modify
upstream software instead of having simple two-line extension to an
init script is really unfriendly. Why do only systemd friends keep
recommending this?

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xiyp2-0002mu...@swivel.zugschlus.de



Re: systemd service and /etc/default/

2014-08-17 Thread Marc Haber
On Sun, 17 Aug 2014 12:05:13 +0200, Michael Biebl bi...@debian.org
wrote:
But yeah, such wrapper scripts should be avoided if possible and native
mechanisms used.

Having read quite of system docs in the last weeks to find a way to
key /etc/crypttab keyscript functionality back, I have found that
using the native mechanism in systemd lingo usually means modify
the upstream software, usually to do things that used to be done by a
handful of additional lines in an init script previously.

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xiyrb-0002mk...@swivel.zugschlus.de



Re: systemd service and /etc/default/

2014-08-17 Thread Simon McVittie
On 17/08/14 10:38, Thomas Goirand wrote:
 I had the same problem as you describe above, even a bit more
 complicated because, in what we did, /etc/default/file sometimes
 doesn't exist (it's not mandatory in what we did).

EnvironmentFile takes precedence over Environment, and EnvironmentFile
starting with - means do not fail if it is missing (syntax inspired by
-include more-rules.mk in GNU make, I think), so you can do something
like:

Environment=FOO_VERBOSE=-v
# yes this is really the syntax if it contains spaces, see the man page
Environment=FOO_PLUGINS=foo bar misc other
# override FOO_VERBOSE, FOO_PLUGINS if present
EnvironmentFile=-/etc/default/foo
Exec=/usr/lib/foo/foo-daemon $FOO_VERBOSE

Regards,
S


-- 
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/53f08f54.6010...@debian.org



Re: systemd service and /etc/default/

2014-08-17 Thread Marc Haber
On Sun, 17 Aug 2014 12:17:21 +0200, Michael Biebl bi...@debian.org
wrote:
I also happen to notice, that you use a ENABLED=1 flag.
It would be a good idea to deprecate that as well and remove that.

We have better mechanisms nowadays to enable/disable SysV init scripts
(and systemd service files).

In my packages, I have usually not bothered with an ENABLED flag in
/etc/default for a number of years, but I have not removed any ENABLED
flags to keep backwards compatibility.

Does Debian no longer care about easy updates, or have we accepted
that updating to jessie will be a nightmare anyway and recommend
reinstallation instead?

Quite a number of packages also refrain from starting the daemon on an
unconfigured newly installed package until the user has configured it.
I guess that this needs to be replaced by native mechanisms (i.e.
implemented as a patch to the upstream software) as well? It is not
always possible to come with a working default configuration or to
build one in postinst.

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xiyvu-0002nm...@swivel.zugschlus.de



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-17 Thread Andreas Cadhalpun

Hi Russ,

On 16.08.2014 18:33, Russ Allbery wrote:

All the renaming and cordial co-existence in the world won't change this.
The things that would change this is for one or both projects to develop a
better security track record and a history of higher-quality code releases
that require less ongoing work in stable,


Let's just have a look at FFmpeg's security track record.
The easiest way I found to do this quantitatively, is to count the CVEs 
on FFmpegs security page [1] per year.


2011: 39
2012: 55
2013: 66

This indeed looks bad and even getting worse. But don't forget that e.g. 
in 2012 the systematic fuzzing by Jurczyk and Coldwind began.


By now, more than half of 2014 is over and so far only 5 CVEs [3] have 
been fixed in FFmpeg this year.
I must admit that I'm no security expert, but I think this shows that 
FFmpeg's security has improved a lot.



or for the people who care
deeply about this to somehow find a way to relieve the impact on those
teams in some way acceptable to those teams.


Michael Niedermayer already volunteered to help with all security 
related problems of FFmpeg in Debian.
So what should he do to relieve the impact on the security and release 
teams?



Short of that, there's clearly a need for software of this type in Debian,
and at the same time it's clearly a ton of work.  The teams involved have
indicated that they're willing (if not necessarily happy) to deal with one
version of the source base, but not two.


This still confuses me, because apparently nobody has a problem with 
having three binary compatible MySQL variants in Debian:

MySQL, MariaDB and PerconaDB [4]

Best regards,
Andreas


1: https://ffmpeg.org/security.html
2: http://j00ru.vexillium.org/?p=2211
3: The security page shows 6 CVEs, but CVE-2014-4609 and CVE-2014-4610
   are the same, once reported for Libav and once for FFmpeg.
4: https://lists.debian.org/debian-devel/2014/08/msg00016.html


--
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/53f094d6.4070...@googlemail.com



Re: systemd service and /etc/default/

2014-08-17 Thread Marco d'Itri
On Aug 17, Ludovico Cavedon cave...@debian.org wrote:

 2) instead of doing Exec=ntopng, Exec a script that does the mangling
 and then execs ntopng.
If you cannot improve the software enough then this is the best choice.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: systemd service and /etc/default/

2014-08-17 Thread Marco d'Itri
On Aug 17, Marc Haber mh+debian-de...@zugschlus.de wrote:

 Does Debian no longer care about easy updates, or have we accepted
 that updating to jessie will be a nightmare anyway and recommend
 reinstallation instead?
Yes, I hate users and I want them to suffer.

 Quite a number of packages also refrain from starting the daemon on an
 unconfigured newly installed package until the user has configured it.
We call these packages buggy: every package should have a sensible 
default configuration.

 I guess that this needs to be replaced by native mechanisms (i.e.
 implemented as a patch to the upstream software) as well? It is not
 always possible to come with a working default configuration or to
 build one in postinst.
If unconfigured software really cannot fail cleanly then the package can 
install it without enabling the service.
Or systemd can notice that there is no config file and hence not try to 
start the daemon. Or possibly other things more intelligent than 
checking for ENABLED=1 in something that may or may not be a shell 
script fragment.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: systemd service and /etc/default/

2014-08-17 Thread Marco d'Itri
On Aug 17, Marc Haber mh+debian-de...@zugschlus.de wrote:

 Please. The attitute of requiring Debian maintainers to modify
 upstream software instead of having simple two-line extension to an
 init script is really unfriendly. Why do only systemd friends keep
 recommending this?
Maybe because the others do not care enough about improving software 
quality.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: systemd service and /etc/default/

2014-08-17 Thread Ansgar Burchardt
Marc Haber mh+debian-de...@zugschlus.de writes:
 Quite a number of packages also refrain from starting the daemon on an
 unconfigured newly installed package until the user has configured it.
 I guess that this needs to be replaced by native mechanisms (i.e.
 implemented as a patch to the upstream software) as well? It is not
 always possible to come with a working default configuration or to
 build one in postinst.

Then don't enable the service by default and leave it to the
administrator to enable it via systemctl enable foo or update-rc.d
foo enable.

Ansgar


-- 
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/87wqa7tjx3@deep-thought.43-1.org



Re: systemd service and /etc/default/

2014-08-17 Thread Ralf Jung
Hi,

 3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
 settings there.
 4) Teach ntopng to automatically detect the available network devices on
 the system (including new ones that show up dynamically) and
 automatically handle all of them unless configured to do otherwise,
 making configuration usually unnecessary.
 
 Please. The attitute of requiring Debian maintainers to modify
 upstream software instead of having simple two-line extension to an
 init script is really unfriendly. Why do only systemd friends keep
 recommending this?

It seems the upstream package lacks basic means of configuration (like,
parsing a list of interface identifiers) and is not able to cope with
network interfaces that come or go at run-time. Of course every
distribution can re-create their own (and probably differing) solutions
to this problem - but fixing the issue upstream should really be preferred.

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/53f09739.9000...@ralfj.de



Re: systemd service and /etc/default/

2014-08-17 Thread Simon McVittie
On 17/08/14 12:48, Marco d'Itri wrote:
 On Aug 17, Marc Haber mh+debian-de...@zugschlus.de wrote:
 It is not
 always possible to come with a working default configuration or to
 build one in postinst.

 If unconfigured software really cannot fail cleanly then the package can 
 install it without enabling the service.
 Or systemd can notice that there is no config file and hence not try to 
 start the daemon.

FYI: systemd:

[Unit]
ConditionPathExists=/etc/foo.conf

or sysvinit:

if ! [ -e /etc/foo.conf ]
then
echo -n (not starting, you need to create /etc/foo.conf)
return 0
fi

This seems better than the ENABLED=1 anti-pattern: start the service if
and only if it has been configured.

S


-- 
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/53f09ca3.8080...@debian.org



Re: incoming.debian.org opens its doors to the public

2014-08-17 Thread Antonio Terceiro
On Sun, Aug 17, 2014 at 12:07:58AM +0200, Ansgar Burchardt wrote:
 First, the archive used by buildds is now publically accessible in
 http://incoming.debian.org/debian-buildd/. This location provides access
 to all recently uploaded packages, split into individual suites, and
 provides the neccessary metadata for APT to verify the integrity of the
 published files. See [1] for details.
 
   [1] http://incoming.debian.org/HEADER.html

Thank you very much! This will be a enormously useful in the effort
towards reducing the lag between uploads and test runs on ci.debian.net.

-- 
Antonio Terceiro terce...@debian.org


signature.asc
Description: Digital signature


Re: incoming.debian.org opens its doors to the public

2014-08-17 Thread Antonio Terceiro
On Sun, Aug 17, 2014 at 12:03:44PM -0300, Antonio Terceiro wrote:
 On Sun, Aug 17, 2014 at 12:07:58AM +0200, Ansgar Burchardt wrote:
  First, the archive used by buildds is now publically accessible in
  http://incoming.debian.org/debian-buildd/. This location provides access
  to all recently uploaded packages, split into individual suites, and
  provides the neccessary metadata for APT to verify the integrity of the
  published files. See [1] for details.
  
[1] http://incoming.debian.org/HEADER.html
 
 Thank you very much! This will be a enormously useful in the effort
 towards reducing the lag between uploads and test runs on ci.debian.net.

Realized I had sent a reply to d-d-a by mistake, sorry about the noise.

-- 
Antonio Terceiro terce...@debian.org


signature.asc
Description: Digital signature


Re: systemd service and /etc/default/

2014-08-17 Thread Marc Haber
On Sun, 17 Aug 2014 13:48:44 +0200, m...@linux.it (Marco d'Itri) wrote:
On Aug 17, Marc Haber mh+debian-de...@zugschlus.de wrote:
 Does Debian no longer care about easy updates, or have we accepted
 that updating to jessie will be a nightmare anyway and recommend
 reinstallation instead?
Yes, I hate users and I want them to suffer.

That explains big parts of your behavior.

No, no smiley. I am dead serious.

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xj2ft-0004t8...@swivel.zugschlus.de



Re: systemd service and /etc/default/

2014-08-17 Thread Marc Haber
On Sun, 17 Aug 2014 13:14:27 +0100, Simon McVittie s...@debian.org
if ! [ -e /etc/foo.conf ]
then
echo -n (not starting, you need to create /etc/foo.conf)
return 0
fi

if ! grep '^important-option' foo.conf;

looks like a rather common idiom.

Greetings
Marc

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xj2gg-0004tn...@swivel.zugschlus.de



Re: systemd service and /etc/default/

2014-08-17 Thread Steve McIntyre
Marco wrote:
On Aug 17, Marc Haber mh+debian-de...@zugschlus.de wrote:

 Please. The attitute of requiring Debian maintainers to modify
 upstream software instead of having simple two-line extension to an
 init script is really unfriendly. Why do only systemd friends keep
 recommending this?
Maybe because the others do not care enough about improving software 
quality.

Marco,

*You* may think your retorts like this are clever, but they're really
not helpful. Instead, they make you look like a dick. Please stop.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
You raise the blade, you make the change... You re-arrange me 'til I'm sane...


-- 
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/e1xj2px-0003em...@mail.einval.com



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Jonathan Dowland
On Fri, Aug 15, 2014 at 04:16:01PM +0200, Raphael Hertzog wrote:
 - version encoding (due to git restrictions):
 : - %
 ~ - _

I think I'd prefer to see something like X - _Y where chr(Y) = X and
hex(ord(X)) = Y, e.g.

_ - _5f
: - _3a
~ - _7e

There is probably a more sensible choice of escape character than '_',
something not commonly used in native git tag names, yet legal.


-- 
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/20140817161510.ga25...@bryant.redmars.org



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Russ Allbery
Thomas Goirand z...@debian.org writes:

 As Charles wrote, pristine-tar works with small tarballs, but when
 upstream has multi-megabytes tarballs and releases often, the Git
 repository quickly grows to something not manageable.

This does not match my experience at all.  I have packaged software like
that with pristine-tar, and the pristine-tar branch is still quite small.

 Yes, that's a problem. Though it's easy to download what's been
 previously uploaded to Debian before the final upload. At least easier
 than downloading 293874 old copies of past released tarball in the
 pristine-tar branch.

You realize that pristine-tar only stores references and a small delta,
and does not store copies of the tarball, right?

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87k367xbtd@hope.eyrie.org



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Reinhard Tartler
On Sun, Aug 17, 2014 at 1:31 PM, Russ Allbery r...@debian.org wrote:
 Thomas Goirand z...@debian.org writes:

 As Charles wrote, pristine-tar works with small tarballs, but when
 upstream has multi-megabytes tarballs and releases often, the Git
 repository quickly grows to something not manageable.

 This does not match my experience at all.  I have packaged software like
 that with pristine-tar, and the pristine-tar branch is still quite small.

 Yes, that's a problem. Though it's easy to download what's been
 previously uploaded to Debian before the final upload. At least easier
 than downloading 293874 old copies of past released tarball in the
 pristine-tar branch.

 You realize that pristine-tar only stores references and a small delta,
 and does not store copies of the tarball, right?

If used carefully.

If the upstream branch does not precisely match the contents of the
tarball, you can end up with a big mess easily, and pristine-tar is
not really supportive with that.

Other than that, I am really curious to learn more about the
fundamental design problems with pristine-tar.
https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pristine-tar doesn't
look great, but not too bad either.


-- 
regards,
Reinhard


-- 
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/CAJ0cceZHAuc=l-hbkt007rjjgt9u-jcfwwqxageh46tamct...@mail.gmail.com



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Russ Allbery
Reinhard Tartler siret...@gmail.com writes:

 Other than that, I am really curious to learn more about the
 fundamental design problems with pristine-tar.
 https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pristine-tar doesn't
 look great, but not too bad either.

The fundamental concern with pristine-tar is that it has to adapt to any
further changes in how any of the underlying tools output their data.  In
other words, if gzip or xz gain some new optimization or find a new way of
compressing something that's compatible with the existing protocol,
pristine-tar may discover that it cannot recreate the original file using
the current version of the tools.

Joey took various approaches to work around this, including shipping some
of the older versions of the compressors in the package.  However, the
issue also applies to tar, and so far has been addressed by modifying tar
to add a backword-compatibility mode.  This probably isn't the best
long-term solution; instead, pristine-tar probably needs to include its
own copy of various older tar versions so that it can recreate older files
without depending on such support in newer versions of the tools.

There are more details about this issue in the wnpp orphaning bug.

I think calling them fundamental design problems is a bit strong, but I
also consider pristine-tar to be a useful optimization, not critical data
storage.  In other words, if pristine-tar fails to reconstruct the
tarball, I can just grab it from the archive and go on about my work until
I or someone else has a chance to fix it, so I don't consider this failure
to be as serious as an actual data loss.  (This so far has only happened
to me once, to note, when tar changed its representation for certain types
of file names, which was later fixed with a compatibility patch in tar.)
If you are absolutely relying on pristine-tar as the only source for a
file, you may be more concerned about the possible incompatibilities with
future tool revisions.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87zjf3vwfh@hope.eyrie.org



Re: systemd service and /etc/default/

2014-08-17 Thread Russ Allbery
Marc Haber mh+debian-de...@zugschlus.de writes:
 Josh Triplett j...@joshtriplett.org wrote:

 3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
 settings there.

 4) Teach ntopng to automatically detect the available network devices
 on the system (including new ones that show up dynamically) and
 automatically handle all of them unless configured to do otherwise,
 making configuration usually unnecessary.

 Please. The attitute of requiring Debian maintainers to modify
 upstream software instead of having simple two-line extension to an
 init script is really unfriendly. Why do only systemd friends keep
 recommending this?

No one is *requiring* anything.  I'm not sure where you got that
impression.  As you can see from the numbering, Josh just presented a
couple of additional options.

It's good to be aware of the option to improve the upstream source so that
packaging it is easier and so that it works better for everyone with less
configuration.  I find that it's easy, when packaging software for Debian,
to fall into the mindset that I'm only doing packaging and that the
upstream source is what it is and can't be changed.  But, of course, the
whole reason why we work on open source software is that this is not true.
The upstream source *can* be changed and improved for everyone.

Obviously, that's more work!  And it isn't always appropriate.  But it's
worth remembering that it's an option.

In this particular case, dynamically discovering the network interfaces by
default (while still allowing the list of interfaces to be overridden from
the command line) gets the software closer to working with zero
configuration on *all* platforms, and we know that our users much prefer
zero configuration setups (as long as there's still an option to override
for local needs).  So while more work that option makes the software
better for everyone in the long run.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87fvgvxbl5@hope.eyrie.org



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Ansgar Burchardt
Michael Biebl bi...@debian.org writes:
 On the other hand, downloading the tarball from the archive is not
 automated by any tool afaics.
 That means, git-buildpackage will happily re-create the dist tarball
 from the upstream branch.
 If you are not watching really carefully, this step is very easy to miss.

 It's also very easy to forget this particular caveat when you do
 stable-security uploads.
 And as the stable-security archive will *not* reject such a tarball, you
 can end up with tarballs which have different md5sums in stable and
 stable-security.

The archive softwrae should catch this by now: we sync the list of files
including hashes from ftp-master to security-master daily. If you upload
a file to security-master that does not match the file in the list, the
upload will be rejected.

There's still a race if you upload different .orig.tar.* to
security-master and ftp-master on the same day, but the most common
errors should be catched.

Ansgar


-- 
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/877g27q83p@deep-thought.43-1.org



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Michael Biebl
Am 17.08.2014 20:33, schrieb Ansgar Burchardt:
 Michael Biebl bi...@debian.org writes:
 It's also very easy to forget this particular caveat when you do
 stable-security uploads.
 And as the stable-security archive will *not* reject such a tarball, you
 can end up with tarballs which have different md5sums in stable and
 stable-security.
 
 The archive softwrae should catch this by now: we sync the list of files
 including hashes from ftp-master to security-master daily. If you upload
 a file to security-master that does not match the file in the list, the
 upload will be rejected.

Thanks for this info, Ansgar. I didn't know that this has changed
recently. And I certainly welcome this change.

Thanks for improving our infrastructrue which we rely on every day and
keep up the great work!


Michael

-- 
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: systemd service and /etc/default/

2014-08-17 Thread Marc Haber
On Sun, 17 Aug 2014 10:36:22 -0700, Russ Allbery r...@debian.org
wrote:
It's good to be aware of the option to improve the upstream source so that
packaging it is easier and so that it works better for everyone with less
configuration.

I find packaging easier when I work around a limitation in the
upstream software by dropping a handful of lines in a shell script
instead of letting the upstream software grow additional command line
options, probably extensive changes in the code with the potential of
introducing more vulnerability _and_ making work harder for the
security team.

 I find that it's easy, when packaging software for Debian,
to fall into the mindset that I'm only doing packaging and that the
upstream source is what it is and can't be changed.  But, of course, the
whole reason why we work on open source software is that this is not true.
The upstream source *can* be changed and improved for everyone.

I usually refrain from changing upstream source when I can work around
a limitation in _my_ code. Of course, I file bug/wishlist reports
upstream and in many cases the workaround could be removed from the
package in a later release.

In this particular case, dynamically discovering the network interfaces by
default (while still allowing the list of interfaces to be overridden from
the command line) gets the software closer to working with zero
configuration on *all* platforms, and we know that our users much prefer
zero configuration setups (as long as there's still an option to override
for local needs).  So while more work that option makes the software
better for everyone in the long run.

Changes of this order of magnitude is way beyond my capabilities, both
regarding time and skill.

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xj5dw-0005gk...@swivel.zugschlus.de



Re: Reintroducing FFmpeg to Debian

2014-08-17 Thread Luca Barbato
On 17/08/14 10:28, Michael Niedermayer wrote:
 On Fri, Aug 15, 2014 at 01:19:38AM +0200, Luca Barbato wrote:
 Stefano Sabatini wrote:
 [...]

 The list is quite long and debunking each of the statements could take a
 lot of time.

 I'm going to address two historical misrepresentations:


 # The change of management

 Michael Niedermayer managed to get demoted from his leader position by
 the topmost 18[1] people involved in FFmpeg by the time due his tendency
 of not following the rules. that after weeks from being voted to stay as
 leader by 15, 5 explicitly stating their vote was conditioned by his
 behaviour and 1 definitely against him.[2]

 There was a vote on the ffmpeg-devel list, everyone can recount the
 votes although its probably a bit work to do given its a large thread
 with lots of other discussions (the links below point to that thread)
 I dont remember the exact numbers but there was a majority in
 support of me in all possible variants in which one could count the
 votes

I did and wrote that above, anybody is welcome to check if I miscounted
so I provided a link in the previous email, repeated here[0] for
convenience.

 Ive asked [1][2] back then what policy in place was broken

- you tried to commit code that was blatantly below the already lax
quality requirements (e.g. it contained tabs, it was (and still is) hard
to read, it contains dubious, aka security-concerning, practices), I
told you not to commit those as-is and you blatantly ignored me and the
others against it. I'm referring to the mplayer filters.

- your interaction with whoever wasn't in full agreement with you was
horrible, I told you for months in public and private, you seemed to
agree just to behave in even worse way later. The interactions with Mans
are probably the best example of this.

- your interaction with whoever provided infrastructure service was
horrible[1]. As Attila already stated here[2] and here[3]

 In retrospect, bigger changes should have been made to the policy
 if that had avoided the takeover attempt and fork, but the takeover
 attempt came a bit out of the blue, at least for me and it definitely
 left the feeling that there was more interrest in seizing the
 opertunity for a takeover instead of discussing and amending the
 policy.

I discussed with you in private for months before that and the outcome
had been none.

 Then i think we should reunite the projects with some common
 development policy most are happy with.

Given this email and the PS below doesn't seem that you want to
collaborate in any productive way.

 PS: please spare the world of these defamation attempts

People is free to check, count and sift the mailing list and git history
and form an informed opinion.

I'm sick of being depicted as traitorous swine[4] or monkey[5] or
whichever colorful expression do you use nowadays and even more annoyed
of having people thinking that must be true since we aren't answering
back to your outlandish claims.

 and i also think we should look forward and solve the issues we have
 now and not fight over what happenend 3-4 years ago or who made more
 mistakes ...

The current issue can be summarized with:
- you leveraging the trademark of FFmpeg to get more mindshare for
almost free.
- you leeching my work by leveraging git merge daily and presenting
yourself as more secure by fixing fuzz-reports and spamming CVEs.
- you putting in FFmpeg pretty much every patch from every branch you
can come by, including my incomplete work from github (you did for pulse
and segment with interesting results, hopefully you won't do that again
anymore).
- you contacting whoever brings patches in Libav. (Keiji was not happy
to remember you and we got other people quietly asking what to do of it).

[0] The vote
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/118594 c.f. Change
of management http://lwn.net/Articles/423703/
[1] http://ffmpeg.org/pipermail/ffmpeg-devel/2010-July/088546.html
[2]
http://lists.debian.org/20140812171317.d2ce47b8da41b72e79f39...@kinali.ch
[3]
http://lists.debian.org/20140812214537.0bc793c5bbdebd8efd9f3...@kinali.ch
[4] https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2011-March/108151.html
[5] http://article.gmane.org/gmane.comp.video.ffmpeg.devel/130994


-- 
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/53f0ff27.4090...@gentoo.org



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Sune Vuorela
On 2014-08-16, Raphael Hertzog hert...@debian.org wrote:
 I believe that most of the current workflows do respect this rule (except
 for the case where you only store the debian directory).

I do think that this is quite common, and my preferred way of doing
things. It is easy for newcomers to handle, easy for me to handle, no
need to learn a lot of git specific tools or helpers, you can mostly
ignore git if you want to.

I've a couple of times tried to get myself to actually learn various of
these newfangled tools like git-buildpackaeg and such, and each time I
end up feeling they get much more in my way that they actually help me.

So, if I can, I try my bestest to stick with a debian-only git
repository for the debian packaging. It just works. and is simple.

/Sune


-- 
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/lsr1g3$bd0$1...@ger.gmane.org



Re: Reintroducing FFmpeg to Debian

2014-08-17 Thread Clément Bœsch
On Sun, Aug 17, 2014 at 09:14:47PM +0200, Luca Barbato wrote:
[...]
  Ive asked [1][2] back then what policy in place was broken
 
 - you tried to commit code that was blatantly below the already lax
 quality requirements (e.g. it contained tabs, it was (and still is) hard
 to read, it contains dubious, aka security-concerning, practices), I
 told you not to commit those as-is and you blatantly ignored me and the
 others against it. I'm referring to the mplayer filters.
 

Weren't mplayer filters pushed post fork?

 - your interaction with whoever wasn't in full agreement with you was
 horrible, I told you for months in public and private, you seemed to
 agree just to behave in even worse way later. The interactions with Mans
 are probably the best example of this.

Interactions with Måns and everyone else were also pretty terrible, to the
point that he also left Libav in a rage quit (see #libav-devel on
2011/09/17 for related, when he left. Michael was not here). Note that I'm
not saying this is the reason he completely left the project.

 - your interaction with whoever provided infrastructure service was
 horrible[1]. As Attila already stated here[2] and here[3]
 

AFAICT this has nothing to do with the policy rules in place.

[...]
  Then i think we should reunite the projects with some common
  development policy most are happy with.
 
 Given this email and the PS below doesn't seem that you want to
 collaborate in any productive way.
 

You do not display evidence of cooperation either since you started
sending mails here.

  PS: please spare the world of these defamation attempts
 
 People is free to check, count and sift the mailing list and git history
 and form an informed opinion.
 

The people being harsh on this thread in regards to Libav were, AFAIK, not
part of the FFmpeg project.

 I'm sick of being depicted as traitorous swine[4] or monkey[5] or
 whichever colorful expression do you use nowadays and even more annoyed
 of having people thinking that must be true since we aren't answering
 back to your outlandish claims.
 

The swine insult was not from Michael, and this is a personal issue
you'll have to deal with the person directly. I'm pretty sure you already
did with your swine shirts. This was also a quote from 2011, aka the date
of the fork, when everyone was pretty tense because of the takeover. Being
insulted because you miss your stabbing in the back (I know you love
that expression) is something that might be understandable.

About the monkey thing, this is obviously just a remix of the expression
patch monkey that was used in the projects since a long time ago:

https://mplayerhq.hu/pipermail/ffmpeg-devel-irc/2010-February/26.html

elenril patch monkeys are too lazy

https://mplayerhq.hu/pipermail/ffmpeg-devel-irc/2010-May/000104.html

janneg any patch monkeys around?

http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2011-February/102571.html

And then i remember when chatting with ben that he felt the commiters as
mere patch monkeys who anyone with enough time could join, but from more
chatting with actual members of the commiter team they seem to rather
think they lead ffmpeg now and have actual decission power.

[...]
 - you leeching my work by leveraging git merge daily

Welcome to the wonderful world of Open Source Luca.

  and presenting
 yourself as more secure by fixing fuzz-reports and spamming CVEs.

This is the second time you mention security in this mail. I think it
might be wise to not dig too much on the security side of Libav.
I could for example mention:

http://git.videolan.org/?p=ffmpeg.git;a=commit;h=d6af26c55

 - you putting in FFmpeg pretty much every patch from every branch you
 can come by, including my incomplete work from github (you did for pulse
 and segment with interesting results, hopefully you won't do that again
 anymore).

Yes, with full authorship, because those were requested  needed in
FFmpeg. Also, communication does not work with you (we FFmpeg are
definitely ignored by most of the people on Libav); this means that
obviously we are not going to annoy you for information or status about
your progress. May I remind you that Michael is banned from the
mailing-list, IRC and some of the developers repositories? Why would you
expect him to even try to communicate with you about these contributions?

 - you contacting whoever brings patches in Libav. (Keiji was not happy
 to remember you and we got other people quietly asking what to do of it).

The politic of Libav to alienate contributors is also well developed:

10:44:01  Xeta Are the repositories for libavformat shared between ffmpeg and 
libav in any way?
10:44:26  Xeta I've nevery really understood the difference
10:44:27 @lu_zero Xeta: ffmpeg merges everything we do and then insult us 
calling us monkeys
10:44:43  Xeta Haha, i see
10:44:46  Xeta Bastards

Our contributors also received mails from the Libav team. I don't remember
FFmpeg 

Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Henrique de Moraes Holschuh
On Sun, 17 Aug 2014, Thomas Goirand wrote:
 On 08/17/2014 03:52 AM, Raphael Hertzog wrote:
  On Fri, 15 Aug 2014, Henrique de Moraes Holschuh wrote:
  - the above layout is for the traditional case of non-native packages,
what would be the layout for native packages? how can be differentiate
between native/non-native layout?
 
  Please don't.  It would be Really Troublesome should a package need to
  switch from native to non-native, or the opposite.
  
  Why?
  
  Until we have defined what the layout is for a native package, you can't
  assume this. It's possibly a subset of the conventions for non-native
  packages + some common conventions in all software projects.
  
  Something like:
  - branches
- master: main development branch
 
 Please don't use master. It's meaningless. It just happens to be the
 default in Git, but that's about it.

It is not meaningless in the sense that it is a widely used convention in
git repositories.

And that's actually quite relevant.

-- 
  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/20140817234718.ga9...@khazad-dum.debian.net



Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Steve Langasek
On Sun, Aug 17, 2014 at 07:57:55PM +, Sune Vuorela wrote:
 On 2014-08-16, Raphael Hertzog hert...@debian.org wrote:
  I believe that most of the current workflows do respect this rule (except
  for the case where you only store the debian directory).

 I do think that this is quite common, and my preferred way of doing
 things. It is easy for newcomers to handle, easy for me to handle, no
 need to learn a lot of git specific tools or helpers, you can mostly
 ignore git if you want to.

 I've a couple of times tried to get myself to actually learn various of
 these newfangled tools like git-buildpackaeg and such, and each time I
 end up feeling they get much more in my way that they actually help me.

 So, if I can, I try my bestest to stick with a debian-only git
 repository for the debian packaging. It just works. and is simple.

It is not simple at all, it gives you an on-disk directory structure which
is completely inconsistent with how the base packaging tools work and it
forces an artificial separation between package and upstream source.

Developers are obviously free to maintain their packages in whatever form
they want, but when it comes to promoting /best practices/, we should not be
settling for the least common denominator across all the crazy things that
maintainers do today.

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


signature.asc
Description: Digital signature


Re: Standardizing the layout of git packaging repositories

2014-08-17 Thread Steve Langasek
On Sun, Aug 17, 2014 at 04:20:34PM +0800, Thomas Goirand wrote:

 As Charles wrote, pristine-tar works with small tarballs, but when
 upstream has multi-megabytes tarballs and releases often, the Git
 repository quickly grows to something not manageable.

Only if you're lacking a proper branch that represents the unpacked upstream
source including autogenerated files.

It is certainly possible to use pristine-tar wrong.  If using it right, the
deltas are very small.

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


signature.asc
Description: Digital signature


Re: systemd service and /etc/default/

2014-08-17 Thread Steve Langasek
On Sun, Aug 17, 2014 at 01:44:15PM +0200, Marco d'Itri wrote:
 On Aug 17, Marc Haber mh+debian-de...@zugschlus.de wrote:

  Please. The attitute of requiring Debian maintainers to modify
  upstream software instead of having simple two-line extension to an
  init script is really unfriendly. Why do only systemd friends keep
  recommending this?
 Maybe because the others do not care enough about improving software 
 quality.

Contrary to the views of the systemd authors, software quality is not some
abstract ideal that exists in a vacuum.  Software's quality is judged by how
well it meets the needs of users, which absolutely includes the requirement
that it *work smoothly across upgrades*.

It's one thing to discourage the use of /etc/default files, which I agree
are a lousy convention that should be deprecated.  It's quite another to
completely drop admins' settings on the floor on upgrade, or to regard the
upgrade issues as somebody else's problem (more specifically,
downstreams').

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


signature.asc
Description: Digital signature


Re: systemd service and /etc/default/

2014-08-17 Thread Ludovico Cavedon
Josh,

On Sun, Aug 17, 2014 at 1:40 AM, Josh Triplett j...@joshtriplett.org wrote:
 3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
 settings there.

yes, that would be an option. I forgot to add the requirement without
patching upstream code :)

 4) Teach ntopng to automatically detect the available network devices on
 the system (including new ones that show up dynamically) and
 automatically handle all of them unless configured to do otherwise,
 making configuration usually unnecessary.

ntopng already does this (except the dynamically part).
However -i do not take only network interfaces, but zeromq sockets too.

Thanks,
Ludovico


-- 
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/CAEK95GFfWNNTSSQEGAQosgAt8nzJyg3YHL51m=yz_orcwd6...@mail.gmail.com



Re: systemd service and /etc/default/

2014-08-17 Thread Ludovico Cavedon
On Sun, Aug 17, 2014 at 4:20 AM, Marc Haber
mh+debian-de...@zugschlus.de wrote:
 On Sun, 17 Aug 2014 12:17:21 +0200, Michael Biebl bi...@debian.org
 wrote:
I also happen to notice, that you use a ENABLED=1 flag.
It would be a good idea to deprecate that as well and remove that.

We have better mechanisms nowadays to enable/disable SysV init scripts
(and systemd service files).

 In my packages, I have usually not bothered with an ENABLED flag in
 /etc/default for a number of years, but I have not removed any ENABLED
 flags to keep backwards compatibility.

Yes, adding the ENABLED was a bad idea.
I was debating whether to drop it and a notice in the NEWS.Debian, or
try to transition to the new mechanisms.
However, give that the package entered Debian for the first time one
month ago, I am planning on the first option.

Thanks,
Ludovico


-- 
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/CAEK95GFDDV3B_TE3yo000qBQWvHbBW-=kw9p113-5bmyhxo...@mail.gmail.com



Re: systemd service and /etc/default/

2014-08-17 Thread Josh Triplett
On Sun, Aug 17, 2014 at 08:48:40PM -0700, Ludovico Cavedon wrote:
 On Sun, Aug 17, 2014 at 1:40 AM, Josh Triplett j...@joshtriplett.org wrote:
  3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
  settings there.
 
 yes, that would be an option. I forgot to add the requirement without
 patching upstream code :)

Debian is not the only distribution that will ever encounter this
problem.  Rather than hacking around it downstream, why not fix it the
right way upstream?  /etc/default almost always represents a
Debian-specific hack.

Why a requirement to not improve upstream?  Ideally, the Debian patches
for a piece of software should trend to zero over time, as fixes make
their way upstream.

(Though, as noted above, and migrate the settings. :) )

  4) Teach ntopng to automatically detect the available network devices on
  the system (including new ones that show up dynamically) and
  automatically handle all of them unless configured to do otherwise,
  making configuration usually unnecessary.
 
 ntopng already does this (except the dynamically part).
 However -i do not take only network interfaces, but zeromq sockets too.

Fair enough.  Still seems likely to help it work without configuration
for common use cases, though.

- Josh Triplett


-- 
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/20140818041430.GA1686@thin



Re: systemd service and /etc/default/

2014-08-17 Thread Ludovico Cavedon
On Sun, Aug 17, 2014 at 9:14 PM, Josh Triplett j...@joshtriplett.org wrote:
 On Sun, Aug 17, 2014 at 08:48:40PM -0700, Ludovico Cavedon wrote:
 On Sun, Aug 17, 2014 at 1:40 AM, Josh Triplett j...@joshtriplett.org wrote:
  3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
  settings there.

 yes, that would be an option. I forgot to add the requirement without
 patching upstream code :)

 Debian is not the only distribution that will ever encounter this
 problem.  Rather than hacking around it downstream, why not fix it the
 right way upstream?  /etc/default almost always represents a
 Debian-specific hack.

Well, I do not see this as an upstream bug that needs to be fixed.
If no interface is given, ntopng will autodetect the network
interfaces. If you want to use a different set, you pass them to it on
the command line.

I agree it could be improved by adding support for a separate
configuration file, but upstream does not have any incentive right now
in doing it, and I do not have the time/interest in working in a
possible large patch to add support for new config file to ntopng.

Thanks,
Ludovico


-- 
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/CAEK95GGUJNif+vTA1uyauYUp=+nisvgtueoupbhffxgju0a...@mail.gmail.com



Re: systemd service and /etc/default/

2014-08-17 Thread Josh Triplett
On Sun, Aug 17, 2014 at 09:24:33PM -0700, Ludovico Cavedon wrote:
 On Sun, Aug 17, 2014 at 9:14 PM, Josh Triplett j...@joshtriplett.org wrote:
  On Sun, Aug 17, 2014 at 08:48:40PM -0700, Ludovico Cavedon wrote:
  On Sun, Aug 17, 2014 at 1:40 AM, Josh Triplett j...@joshtriplett.org 
  wrote:
   3) Teach ntopng to understand /etc/ntopng.conf natively and migrate the
   settings there.
 
  yes, that would be an option. I forgot to add the requirement without
  patching upstream code :)
 
  Debian is not the only distribution that will ever encounter this
  problem.  Rather than hacking around it downstream, why not fix it the
  right way upstream?  /etc/default almost always represents a
  Debian-specific hack.
 
 Well, I do not see this as an upstream bug that needs to be fixed.
 If no interface is given, ntopng will autodetect the network
 interfaces. If you want to use a different set, you pass them to it on
 the command line.
 
 I agree it could be improved by adding support for a separate
 configuration file, but upstream does not have any incentive right now
 in doing it, and I do not have the time/interest in working in a
 possible large patch to add support for new config file to ntopng.

Then, for now, I'd suggest migrating the settings in /etc/default/ntopng
to have a -i in front of each interface, and referencing that from the
.service file via EnvironmentFile=-/etc/default/ntopng .

- Josh Triplett


-- 
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/20140818043700.GA1964@thin



libfreerdp changed soname without transition - rebuilds necessary

2014-08-17 Thread Dominik George
Hi,

the libfreerdp1 package changed its soname without a transition and
without introducing a new package.

That broke binary compatibility of at least remmina and
libguac-client-rdp0 [0].

I expect more rebuilds / binNMUs to be necessary. As I do not find
anything about that triggered by the maintainer, I thought notifying
debian-devel would be the best way.

-nik

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758478

-- 
burny Ein Jabber-Account, sie alle zu finden; ins Dunkel zu treiben
und ewig zu binden; im NaturalNet, wo die Schatten droh'n ;)!

PGP-Fingerprint: 3C9D 54A4 7575 C026 FB17  FD26 B79A 3C16 A0C4 F296


signature.asc
Description: Digital signature


Re: systemd service and /etc/default/

2014-08-17 Thread Marc Haber
On Sun, 17 Aug 2014 23:14:33 -0500, Josh Triplett
j...@joshtriplett.org wrote:
Why a requirement to not improve upstream?  Ideally, the Debian patches
for a piece of software should trend to zero over time, as fixes make
their way upstream.

Imagine an upstream author having the cooperation level of the systemd
team. This will put the Debian maintainer between a rock and a hard
place.

(Though, as noted above, and migrate the settings. :) )

Additional work for the Debian maintainer.

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


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xjfvy-0008qo...@swivel.zugschlus.de



Accepted cherrytree 0.34.1-1 (source all) into unstable

2014-08-17 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 16 Aug 2014 23:37:12 -0700
Source: cherrytree
Binary: cherrytree
Architecture: source all
Version: 0.34.1-1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Cheng vch...@debian.org
Changed-By: Vincent Cheng vch...@debian.org
Description:
 cherrytree - hierarchical note taking application
Changes:
 cherrytree (0.34.1-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 51f43fc46a96570ab1a20b9eaee2287629344205 1934 cherrytree_0.34.1-1.dsc
 0048c3b7821d4785206fae32806a7ae5a3354dd3 6386272 cherrytree_0.34.1.orig.tar.xz
 b9519fd7b22b3ac55acbc5288ac39a51323c6936 2368 cherrytree_0.34.1-1.debian.tar.xz
 9747a7be2b4a89e39ebc0fb9e337bacbc5f4207c 484936 cherrytree_0.34.1-1_all.deb
Checksums-Sha256:
 7500a9e70d36bbea6cad469e0c2cbcaef9d9abb595e7d3f18c30aa4460546ea7 1934 
cherrytree_0.34.1-1.dsc
 1cb86e26a1449ddf9de8b5589ae09de1f0ed3fbd03c494433f109ebd56c28604 6386272 
cherrytree_0.34.1.orig.tar.xz
 c0ead52763538a492ef1f86b96eb12809fef046d989cadbd0a54b35fcebb8ece 2368 
cherrytree_0.34.1-1.debian.tar.xz
 583d68a8b4d6fb7cd5b6382e19166a444abfdac4d943429a6e7c0a924fd65e91 484936 
cherrytree_0.34.1-1_all.deb
Files:
 1652cce15ccfb40f70e6af803929be16 484936 editors optional 
cherrytree_0.34.1-1_all.deb
 bc5008bbbe45201750d680ccb7cdb71d 1934 editors optional cherrytree_0.34.1-1.dsc
 7e8c5bbd5b307433e844de8cfa6d6f50 6386272 editors optional 
cherrytree_0.34.1.orig.tar.xz
 9b3589ea1587a6ba45e651b2a9f90317 2368 editors optional 
cherrytree_0.34.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8E3jAAoJEI7tzBuqHzL/I8IP/iqUL1fI5kZlsKZ9e7O2IoL/
3GqDpQz0DlHuHwhxKGzRHl65sNXTkxEMqfxYcDSfWakVm7wNn+k/efvr5wd3kqmj
GXnhYeK/jvwPLmb5l9GBGVCkPUzvxALQqv8Nfbbz53pV0PDzPTltFATOzVNcRgd9
K3AveVWJ4PLDjI6yrusYhputHTz1xnJhB1SX+/fQ+YcyhwlPVMTxWit0pKCCjREg
bbd9+HWP7m+NYByfGWAsS8Q5Fd+M9zC1QNC6wThTEGA0cwEtN04Ecz93p8oMCeZE
DExv4X+dxBK89rovyFXtXzW+P4S5k66WyYXF3El47WPwkjqRkR/GLv3FWcwFOZz1
+xIAeGCwbKgrfgk12QrqgRgI9qRJbOjUPE5kzZ6OEehWOHcHFUAtTLd0+swUWt9B
U+JERNIxzgHS/uJtawUcOv0uCzOXVpaAJds07E/GtAVj1jkIQRFLvqO8c7n6B7OY
zymyLmpouUtnPi5GDPyUhJte+PL7LPdfqEVrT/CNX0vW1J0WzqWxgH0b9dytK2yc
3yoDb+Pi26deEbv1GLMJwHkf7T+y8n6tHT/Jz2PTE0Vw6PvbwjOnBSQZCeY+LERf
iqzRaFRGxtatO1OZwFdWqOqdRQvvkoeBClWuMwepcb05WPngy6ip2LKH5pH9YfQY
+SwdgSFxEX3TIa3URalP
=gEjZ
-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/e1xiugv-0002y8...@franck.debian.org



Accepted antpm 1.16-8 (source i386) into unstable

2014-08-17 Thread Kristof Ralovich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Aug 2014 20:06:28 +0200
Source: antpm
Binary: antpm antpm-dbg
Architecture: source i386
Version: 1.16-8
Distribution: unstable
Urgency: low
Maintainer: Debian running development group 
pkg-running-de...@lists.alioth.debian.org
Changed-By: Kristof Ralovich ralov...@in.tum.de
Description:
 antpm  - ANT+ information retrieval client for Garmin GPS products
 antpm-dbg  - ANT+ information retrieval client for Garmin GPS products
Changes:
 antpm (1.16-8) unstable; urgency=low
 .
   * Team upload
 .
   [ RALOVICH, Kristof ]
   * fix FTBFS under kfreebsd, tested in virtual machine
Checksums-Sha1:
 13dd49c3d94c1ffd12e45b1103d271af23ef0998 2208 antpm_1.16-8.dsc
 18bac0d141eb5e8729db7ff7713e3c8051e925b7 334154 antpm_1.16.orig.tar.gz
 a5f680e493bddc3a4f5eda21976bc42f5b54fbdb 6512 antpm_1.16-8.debian.tar.xz
Checksums-Sha256:
 4bf5b6e675a867246c7df6827c8cb460b36dd8f9616d6ac938282cf6311e95da 2208 
antpm_1.16-8.dsc
 58e13125e2c0c7644941e7452103fe83c99e4b4936871522d5f616c08fd1a4c7 334154 
antpm_1.16.orig.tar.gz
 f4a6fcc20c6dba02346c56d409f2f9aa47572e30ee5b4a8da2d1d808a3644d78 6512 
antpm_1.16-8.debian.tar.xz
Files:
 554d520aba0cbe4ee1ac9ed79421cec6 2208 utils optional antpm_1.16-8.dsc
 d95330605754f164f361e057b2d8a06b 334154 utils optional antpm_1.16.orig.tar.gz
 9b16d581d91c45b28628ffdf70a3f93c 6512 utils optional antpm_1.16-8.debian.tar.xz

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

iQIVAwUBU/BUQYcvcCxNbiWoAQISiRAAl1htC3sp39rIZr4C/PwfYxMm0RWdYhJK
8GGvlWrxBIqxbZIVGEkSla8R3KNssSEpDq0d1yQa7K7K6M/2GLuDjeGBBzAXOJnz
qe1Zs2CjO09g+WnUiQQ6sckxIKfGygVqbN0CCwvJm7OmG60kcOYRTXsaE3os/sza
FXcazjzAehvvrCT7zdeOa55qmWnsK/w75+PoRrvtFOifY4rcJ4Duk7++OJJtOtIs
aCwaMAunSuXNw4kCdNcDWnYW7WZu1EliydnT5oqpqhF43uBPSeIRL45twkv4e7EJ
nCrS8SLvAkXtznXiTuqllTpmjPeYYGn7W4dNRre/a8FF6gr8xIO4g9iLM5rTrxoN
5SpKgntlpbJyofcBGLtZCYk8oS5rmf1kCk8K/j+Q+hjPK3VNlhCMXyCtjGyDXad4
dsh2HvXbehwRuMWEXQ05gBmXSlPUHNkBtsMcxUFUe5JE3/rzqPBL4bjQ7o2mwfMV
HoRzGBXJKKKsdBz+r3xusvgVubxoySEkOqKm5YanZ3KCo+j8nCSHrIx1WPyx+CgH
rZ2R/1UEYRDVGx++AK2qyUGteYX64FOz7jkIPs/SsMIrvlJaPVYPexfnNjT5s29D
3lH8pmAwCATs6Pay/QGbWlbePX00LYnhDwvybbC2GviuM5akQGYEmwtVTuW9dgC/
CA9S6VXsA54=
=4vu2
-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/e1xiujw-00060z...@franck.debian.org



Accepted libboolean-perl 0.42-1 (source all) into unstable

2014-08-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Aug 2014 09:00:38 +0200
Source: libboolean-perl
Binary: libboolean-perl
Architecture: source all
Version: 0.42-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description:
 libboolean-perl - module providing transparent support for booleans
Changes:
 libboolean-perl (0.42-1) unstable; urgency=medium
 .
   * Update Vcs-Browser URL to cgit web frontend
   * Imported Upstream version 0.42
Checksums-Sha1:
 e49c6cbe724eaa913d28a170f064766f17ae8664 2108 libboolean-perl_0.42-1.dsc
 a43ffef61434d97ef1c355215cc4118a339cefac 14640 libboolean-perl_0.42.orig.tar.gz
 302d7d85dcfa0817e2d0acbcf7f2e75dd9dd754a 2748 
libboolean-perl_0.42-1.debian.tar.xz
 99daff47613f21f3869c13e66fdae23f6d5e2298 11372 libboolean-perl_0.42-1_all.deb
Checksums-Sha256:
 1459d155e7a5eecda54047b8f459607e3f1ee8a5ad0251f228e10e27f4e63896 2108 
libboolean-perl_0.42-1.dsc
 8b0595090a78d1235f74b18d01b4e1e8fa375e08f291eba732d55e8cbdb37e5c 14640 
libboolean-perl_0.42.orig.tar.gz
 721b20165bd4fb98ff820f2284270a2e87de4bedb17447f3cae9d0aec7bb916b 2748 
libboolean-perl_0.42-1.debian.tar.xz
 08de44d911f2530ca9f4e0e7a648b459b4c39d152ad01c42fc4664c60dd1ae63 11372 
libboolean-perl_0.42-1_all.deb
Files:
 9df08cc65487433ba85c065a3ff2bfb3 11372 perl optional 
libboolean-perl_0.42-1_all.deb
 aa89cb9062e169791f3065ac064c9475 2108 perl optional libboolean-perl_0.42-1.dsc
 604790cc2ec946ad02f905b09173c10e 14640 perl optional 
libboolean-perl_0.42.orig.tar.gz
 11c96215fb678eff932789010c4423d7 2748 perl optional 
libboolean-perl_0.42-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT8FRtAAoJEAVMuPMTQ89Ex9sQAIWanX8p/M9GxYwt9N2+N44c
seJOkOGoAQgO9DCGgwZsuyVXAEElNAXqbTj+Uh5aVuWMBLPkOf/OPEclGyQ9QNlk
pXx3Yc2dK8uH9UmvYrNWoHHkxLezkTCmHkZYRdXGJb++6/IaFBkqIMXPxX0mR3Is
puKJ2j7Nj/tv9YoVb8x53D8Od7vuHv32Ku2bNot4EwVyqYmqCiQ+T4erP7I1E9Ew
ARuf+vsGVgpk9cola8ONU1CdJVwLf4vRtoKaZ2+L9ODIDfOhqhLboGfnuqEGzCsH
lQfi8xykAGYtcYpf3f02GDqGzZwBYXxz5SgCExbksOjCjpCg5p5xpTjUpFlhjWgQ
BQ0kIWr965j3GUFJG6jjPWueeCx+I7v6y5Dc7aegXHQry4v19SWKj0PVkRVOhDs9
GiqcHfwhAaa99QFQwCAkpCTEh3fiiIrk9OofLBClPgxQiYE39BVlJ9c0SiUI3vVh
mii2K28bfHgl0gvPQXx1q3bLfFUqJ+UGDkDmvdg1J8v34CydJbhuzS82DJA59Rhx
V/m7F2qtZ13OPz81L9BYwc+/f5cBG69/Us5Fg6PYomVPUgtXeN9Nv7l3Gyq4j5UZ
j2KxUSpZ7WsvClcoCY1rCawGfNGz9VGv5Naxbg8MsMg7//1kH2pRQQT7PeuvZ7Lc
UZMQPEvfvX1x3Cm5h9Gg
=xc/E
-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/e1xiuje-000632...@franck.debian.org



Accepted ola 0.9.1-1 (source amd64 all) into unstable

2014-08-17 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Jul 2014 12:56:32 +0200
Source: ola
Binary: libola-dev ola-python ola-rdm-tests ola libola1
Architecture: source amd64 all
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst wou...@debian.org
Changed-By: Wouter Verhelst wou...@debian.org
Description:
 libola-dev - Open Lighting Architecture - development libraries
 libola1- Open Lighting Architecture - shared libraries
 ola- Open Lighting Architecture
 ola-python - Open Lighting Architecture - Python Classes
 ola-rdm-tests - Open Lighting Architecture - RDM Responder Tests
Changes:
 ola (0.9.1-1) unstable; urgency=low
 .
   * New upstream release
   * Enable serial-tests automake option, to avoid issues in the test
 suite. This will also allow us to more easily figure out what went
 wrong in the test suite, should the build fail.
   * Disable DummyPluginTester test, since it wants to link against
 KiNet, which no longer exists.
   * Migrate to dh_python2 (from python-support)
Checksums-Sha1:
 2742ec52035be4df7c1aae5505d86f97ab0b5361 2216 ola_0.9.1-1.dsc
 44da42896d17267a2580e2af1d8e6c2e7399fe32 1666424 ola_0.9.1.orig.tar.gz
 e151ac0be074c5ccc84369f9ea41d7dc7ac748ef 328184 ola_0.9.1-1.debian.tar.xz
 b4ba7c2bce1c0df54be14ebcf3f1f76481a3742b 1617664 libola-dev_0.9.1-1_amd64.deb
 62f616816f32523e385a3ab9df4f4c6b0237c232 38308 ola-python_0.9.1-1_all.deb
 8bae3642632113f03ff4d763b6ec9b0cc6548211 164058 ola-rdm-tests_0.9.1-1_all.deb
 040d079a22ce937ecbb32cb709e7c89a68a791fc 232540 ola_0.9.1-1_amd64.deb
 6eaf293a4083fe1b3d24a05cf28631510b801864 1302278 libola1_0.9.1-1_amd64.deb
Checksums-Sha256:
 6e7a61b8d1ff072242a90f1c6c20ceee3ba9526de5e713c7eef6f947bfd038ff 2216 
ola_0.9.1-1.dsc
 c53ceb5d095e9e1dc689e1c292d4a41ff13b3c85c10f3b322f3f575f579e6d73 1666424 
ola_0.9.1.orig.tar.gz
 f4ab7efddfcd879c416104bf329fbf6a09681f69d4f13612b0b3a54f7b2f90af 328184 
ola_0.9.1-1.debian.tar.xz
 35677c437c52a63afd4b3255628b7cb2f5ea9a6afc700b45a5af323f3e217eb7 1617664 
libola-dev_0.9.1-1_amd64.deb
 0d28e396fcec14e51f69ee4be4280e145c0d504e5125ae2147220426e2ce576a 38308 
ola-python_0.9.1-1_all.deb
 3eccfab07790ad250ca7e1647dbbc070125836cb376fce470a964205b5540767 164058 
ola-rdm-tests_0.9.1-1_all.deb
 65136b28c7048426acc6c184feee50b2a31d365ed40ce1cd6d6bb159bfe6ee0d 232540 
ola_0.9.1-1_amd64.deb
 0092d50b1aa51930d06f215af7a8ec6b84748524f569551f83d628d10c13217e 1302278 
libola1_0.9.1-1_amd64.deb
Files:
 fa615dcf187eb3132ae1e5ad64578b2a 1617664 libdevel extra 
libola-dev_0.9.1-1_amd64.deb
 b01514bf80b0b87a4249b9a5c06a2ff0 38308 libs extra ola-python_0.9.1-1_all.deb
 68e75aac828e09a183890f64ca51ed76 164058 libs extra 
ola-rdm-tests_0.9.1-1_all.deb
 49081ddd7051eab370506cb5a43b77f1 232540 electronics extra ola_0.9.1-1_amd64.deb
 69eab8ea06d068b74ba25257ec88dcf8 1302278 libs extra libola1_0.9.1-1_amd64.deb
 257e34e849277e94a1b5d2f78a0d7fd4 2216 libs extra ola_0.9.1-1.dsc
 b79073d3573fa18eb1bc0e30b6ea3c7f 1666424 libs extra ola_0.9.1.orig.tar.gz
 e3d69b08640c2874f281d7d347e59adf 328184 libs extra ola_0.9.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT8G0tAAoJEMKUD5Ub3wqd5GgP/16aznCECTGwOGDyginAQVWI
nGs+2c1gwnpONGOzIZ30g6Oce6nms1F3KayxF0UHUZyToJaW1FMD4Cz7kYuOizz2
nRBnBysfEAbutGjSC3jCzvpgENDRW7vOOTynSABSAykzUQvmBU2qd9GOL3+B2NVh
X7C9rTbGAlIcxteAzrrGgqSvkF8m0o0hXeETseA1Oc9yfN/MKSIszISGRrzEoEEp
VnoCTi0nYgnYkQMwMPxoiK7qCuxOZm9RqkjriZaTPviK/qjoLevU1jNCFZiAaolg
qwgMgmKaHWt/cMi2FU8S05mqEabu/BLriJXnQjZskdYn/jXjCXJkUwuPB5Gsu4el
DIpPvRaDTjStVpAUg+oWabC5GWQ1DcMw6F1/Zgjt4010335rafSCQNFnuLBPA7Ax
yrDB+0vavbL4xLKBP6YLBx49wsCXwwRZgiVLQCA34Hlax/UkT9bifTeU91CD7gJx
EWnE71X2RQg1QNdKWu3Ej8uVrj98h4Vtb9sNuG3Gvksk5TirQAIn05/ELsQlSmHu
4y5iq4D9Fpe2dvpzXknDIT7IRJIQPNFS8yP2Ye1Ykmxy5WgGYE9n3X0VG9+8X/yP
rdSqVeJLupmiug+ok+G+GZfBa0fK2RPB8f45/FLldCHoYjLML2YRf6sHl9fMv5iQ
YBjb0OmDSqpR65VY8lxP
=zJDu
-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/e1xiwo4-0002ut...@franck.debian.org



Accepted libcroco 0.6.8-3 (source amd64) into unstable

2014-08-17 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 11:06:00 +0200
Source: libcroco
Binary: libcroco3-dev libcroco3 libcroco-tools
Architecture: source amd64
Version: 0.6.8-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 libcroco-tools - Cascading Style Sheet (CSS) parsing and manipulation toolkit 
- ut
 libcroco3  - Cascading Style Sheet (CSS) parsing and manipulation toolkit
 libcroco3-dev - Cascading Style Sheet (CSS) parsing and manipulation toolkit
Closes: 754223
Changes:
 libcroco (0.6.8-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Fernando Seiti Furusato ]
   * Use dh-autoreconf to refresh automake files (ppc64el) (Closes: #754223)
 .
   [ Andreas Henriksson ]
   * Bump Standards-Version to 3.9.5
Checksums-Sha1:
 1d1a377671c89a3642eb24dfe03e017e5c7ca4b9 1680 libcroco_0.6.8-3.dsc
 0e41179a2b9522f84d4d393d21f9123dfa625579 6568 libcroco_0.6.8-3.debian.tar.xz
 ec6aa3eda15046092a07b29d0c8ec1b9459e673d 157040 libcroco3-dev_0.6.8-3_amd64.deb
 7a3a93da7f7a42477db2b56f1061acac6151da23 134646 libcroco3_0.6.8-3_amd64.deb
 f9fe02159e3803866c0416e329dccb6ad1d41714 65686 libcroco-tools_0.6.8-3_amd64.deb
Checksums-Sha256:
 c82786e4bca2ee80dde79fa06ce5bb170bb7018c75f78c2c274cee5911d93133 1680 
libcroco_0.6.8-3.dsc
 b180f787fe4244ac57e342bfad2fa89f2a2fee4bf9eeb8170ccf57c483c08917 6568 
libcroco_0.6.8-3.debian.tar.xz
 6905df33dc5e9d55f2bb496f50476ceb55a724a0b39459f2e050fa93f3abde6a 157040 
libcroco3-dev_0.6.8-3_amd64.deb
 23274026d5f55d54aa33dc8d045634fb6b7a5d19958351789300e53c504db49c 134646 
libcroco3_0.6.8-3_amd64.deb
 c5348499e023fc41e0829972682cbfa9a129675e5f9012705a13c995b82f89ff 65686 
libcroco-tools_0.6.8-3_amd64.deb
Files:
 9cb3bbe3bd202c5b4ae579327750d64e 157040 libdevel optional 
libcroco3-dev_0.6.8-3_amd64.deb
 a601bff683b84980f742618caad49d19 134646 libs optional 
libcroco3_0.6.8-3_amd64.deb
 1cf723cad908cdd83bf7d6578429e358 65686 libs optional 
libcroco-tools_0.6.8-3_amd64.deb
 e0487c9a801942a75576828845aef6b2 1680 libs optional libcroco_0.6.8-3.dsc
 b49705c2c4cc90911f46ade30ab24417 6568 libs optional 
libcroco_0.6.8-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPwcacACgkQcgQ2cL3l8e5SlQCgtA369cOw2L4B1QcrpsQZgkOe
sJ0An228oTbJ58GiOmgmsJZ6nnN9U2cy
=kSN+
-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/e1xiwcw-00058m...@franck.debian.org



Accepted libarchive 3.1.2-9 (source amd64) into unstable

2014-08-17 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 10:45:27 +0200
Source: libarchive
Binary: libarchive-dev libarchive13 bsdtar bsdcpio
Architecture: source amd64
Version: 3.1.2-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Libarchive Maintainers ah-libarch...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description:
 bsdcpio- Implementation of the 'cpio' program from FreeBSD
 bsdtar - Implementation of the 'tar' program from FreeBSD
 libarchive-dev - Multi-format archive and compression library (development 
files)
 libarchive13 - Multi-format archive and compression library (shared library)
Closes: 743538 750483
Changes:
 libarchive (3.1.2-9) unstable; urgency=medium
 .
   [ Andreas Henriksson ]
   * Drop Andres Mejia from Uploaders by request of MIA (Closes: #743538)
 .
   [ Breno Leitao ]
   * Use dh-autoreconf for the benefit of ppc64el (Closes: #750483)
 .
   [ Andreas Henriksson ]
   * Bump Standards-Version to 3.9.5
Checksums-Sha1:
 4a9249bda7446f5f93871b8dbf3f183e983514af 1641 libarchive_3.1.2-9.dsc
 560f3109693a2ec3593463ca4bae6d3de39ae1ed 12284 libarchive_3.1.2-9.debian.tar.xz
 b1ffe50f6eef2d87358d9988d34e87974fcfc77e 432258 
libarchive-dev_3.1.2-9_amd64.deb
 b92d684d2336e4aa09400c4a50842d681e433154 268508 libarchive13_3.1.2-9_amd64.deb
 6c538a76a2d801cf3f320b9bab9f759b1bdb4df2 53230 bsdtar_3.1.2-9_amd64.deb
 1b5d8c913fcd90ae3f3bae519bc4f1da2c99b120 38818 bsdcpio_3.1.2-9_amd64.deb
Checksums-Sha256:
 af338225376c69a6906d51cc38fe969b5107a74d6a176fbded6c46188e9a4f5c 1641 
libarchive_3.1.2-9.dsc
 37565d91af92f03e882dfb240744410e63f0ca384a07f1bf6dc7da2e78057809 12284 
libarchive_3.1.2-9.debian.tar.xz
 0636b93c91a287cebbd0346a58502ee03a0d13808fb0f021a82afcd2019180ce 432258 
libarchive-dev_3.1.2-9_amd64.deb
 4997eec2351c66aa9f3a8e321331a007cc8547421eb5b1f5853c49e8fc149368 268508 
libarchive13_3.1.2-9_amd64.deb
 0e0e51b2e2c4616c4a92c6ad23c3468fc054e822eb6cc84e4d0e3b3ae6e49f70 53230 
bsdtar_3.1.2-9_amd64.deb
 9e0f78995e5adc10741419be87dd5b620ee494e59485c09b02c3d07e1e12e9cd 38818 
bsdcpio_3.1.2-9_amd64.deb
Files:
 312d0ea14ef249ce26442817db5aaa8a 432258 libdevel optional 
libarchive-dev_3.1.2-9_amd64.deb
 e9a014905c6dc5a2adb3108ea22cbf5f 268508 libs optional 
libarchive13_3.1.2-9_amd64.deb
 9404d2f198b5c417579ad67e184575d2 53230 utils optional bsdtar_3.1.2-9_amd64.deb
 2afcabe4d9dfbb4fc0a6837e644e0aff 38818 utils optional bsdcpio_3.1.2-9_amd64.deb
 46b1cd23805dde0ddc70c0b8ae897265 1641 libs optional libarchive_3.1.2-9.dsc
 a3292990e48451cc0715781df779c719 12284 libs optional 
libarchive_3.1.2-9.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPwc4EACgkQcgQ2cL3l8e5CwgCfZSZ6H90y+AfkIHF/3Uh9pTqU
mH8AoLCiBpK78QPvY2WQV1yzSdlEPD4b
=EqNk
-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/e1xiwss-0001yp...@franck.debian.org



Accepted debfoster 2.7-2 (source mipsel) into unstable

2014-08-17 Thread Andreas Barth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 09:37:08 +
Source: debfoster
Binary: debfoster
Architecture: source mipsel
Version: 2.7-2
Distribution: unstable
Urgency: medium
Maintainer: debfoster Maintainer Team pkg-debfos...@teams.debian.net
Changed-By: Andreas Barth a...@ayous.org
Description: 
 debfoster  - Install only wanted Debian packages
Closes: 484866 533685 687842
Changes: 
 debfoster (2.7-2) unstable; urgency=medium
 .
   * update config.sub/guess. Closes: #533685
   * ask before quit. Closes: #484866
   * po/it.po: new Italian translation (Beatrice Torracca). Closes: #687842
Checksums-Sha1: 
 cf4fae196821d5c8eef5e5bdfe3910faa720ac53 1168 debfoster_2.7-2.dsc
 3b016acc5e84074c06a1f31ef9a16e3495255c07 38262 debfoster_2.7-2.diff.gz
 fc185d450156780122e7be7d11bfa9c68f4c2a9f 35468 debfoster_2.7-2_mipsel.deb
Checksums-Sha256: 
 6e8b43f8c5f9e188fef4366e1ff2a3b87a9ce27a959611c8e8a01625d10c6b7a 1168 
debfoster_2.7-2.dsc
 4659a11163278c9e3c6be630a146efcc7d2dd7a1961a020084580eaa2be4847b 38262 
debfoster_2.7-2.diff.gz
 b56e3dfff17d8c7f50d0f419b8bd0f6da3bee74e4c61907c5162ff7649d6b0b6 35468 
debfoster_2.7-2_mipsel.deb
Files: 
 f2abe7fe7a3df7fa69a8b85a619015f7 1168 admin optional debfoster_2.7-2.dsc
 4eb95f7a1b4660d73a5ff3561bf97244 38262 admin optional debfoster_2.7-2.diff.gz
 976433b7ee2718f33c7568d0dce3bd68 35468 admin optional 
debfoster_2.7-2_mipsel.deb

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

iEYEARECAAYFAlPwebcACgkQmdOZoew2oYU3IACgwWSPHVFW4YgTAidHCuUhDOa5
j6EAoILiBXwIf0DdmqJWGnJQ+1ruRbm3
=Iy03
-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/e1xixjk-0002a9...@franck.debian.org



Accepted openocd 0.8.0-2 (source) into unstable

2014-08-17 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 11:42:14 +0200
Source: openocd
Binary: openocd
Architecture: source
Version: 0.8.0-2
Distribution: unstable
Urgency: medium
Maintainer: Uwe Hermann u...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description:
 openocd- Open on-chip JTAG debug solution for ARM and MIPS systems
Closes: 751372
Changes:
 openocd (0.8.0-2) unstable; urgency=medium
 .
   * tcl/board: fix all the remaining boards that were sourcing
 ft2232 configs (Closes: #751372)
Checksums-Sha1:
 a80cff1116ba7c39e13e13cd64df3df8513dca2a 1264 openocd_0.8.0-2.dsc
 4d15e7eda62f9d88422af252aecc9a80d8f373c2 11396 openocd_0.8.0-2.debian.tar.xz
Checksums-Sha256:
 4bcfaaf12ffd013f68148a50333b102561a6e2c3b169dda45b46a44b 1264 
openocd_0.8.0-2.dsc
 5dc4786bfcd223dc39d88fdd9ba23da3ce623ec49c7a2f865ed71f4c4c35aed8 11396 
openocd_0.8.0-2.debian.tar.xz
Files:
 e9af58f6d1253487df3d1698a5cfb9d6 1264 embedded extra openocd_0.8.0-2.dsc
 8b43b95b79c1ea10485426a459b0fc60 11396 embedded extra 
openocd_0.8.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPwfD4ACgkQRqobajv7n7OfDwCfeDwDpMuDWfKg3vOCFsuehoRF
+PkAnigl6aQWTCZyueoLIUeT74bPRPLs
=zWYp
-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/e1xixyg-0007cz...@franck.debian.org



Accepted wcslib-contrib 4.23-1 (source amd64) into unstable

2014-08-17 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 May 2014 10:29:41 +0200
Source: wcslib-contrib
Binary: libpgsbox4 libpgsbox-dev wcslib-tools-wcsgrid
Architecture: source amd64
Version: 4.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Maintainers 
debian-astro-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description:
 libpgsbox-dev - Header files and static library for libpgsbox
 libpgsbox4 - Draw and label curvilinear coordinate grids with pgplot
 wcslib-tools-wcsgrid - Command line tool utilizing libpgsbox
Changes:
 wcslib-contrib (4.23-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1:
 c6fd7ed75cf33d4fce5f59110f05aea1408821ea 2225 wcslib-contrib_4.23-1.dsc
 6b335277b4915c76d74b222f0e63a33e49f7d857 1876150 
wcslib-contrib_4.23.orig.tar.bz2
 62a3a08542be4c57856cc94b10e97f4ecedd3283 68396 
wcslib-contrib_4.23-1.debian.tar.xz
 62b0c7784623f560c00731e037020dbdd468da30 50890 libpgsbox4_4.23-1_amd64.deb
 42c1bda592dfe09532b124f0891e6db6ff281ec7 52456 libpgsbox-dev_4.23-1_amd64.deb
 3cf55778e63d3a5fb695136bcb72457cadb74d79 179644 
wcslib-tools-wcsgrid_4.23-1_amd64.deb
Checksums-Sha256:
 9d0281170c6ae37d91f066ed648f4e891a231eed5eb3eec72692fad940f24d4c 2225 
wcslib-contrib_4.23-1.dsc
 baf0fc85fb290e8a575eab4b7046517818a12754a0f01da74db9483467dde5a2 1876150 
wcslib-contrib_4.23.orig.tar.bz2
 b9f1083607a532cacb47453d36dac58dbffeda329d792d183dbffdf5f1d0588e 68396 
wcslib-contrib_4.23-1.debian.tar.xz
 5af6b15cefaae9a0b2dc9df1a4402378f9c221c947158f691c049c97ad6b49ad 50890 
libpgsbox4_4.23-1_amd64.deb
 fa6b15d0ccbedea09850a3595f71935b51d9c2848b286a2c9d261e0aa0e24e18 52456 
libpgsbox-dev_4.23-1_amd64.deb
 ac7de65e2abb6d8acd5d83adf697793bb1a1300319118a3c8fc78d882805d124 179644 
wcslib-tools-wcsgrid_4.23-1_amd64.deb
Files:
 ef157d441a8b1ce71fb5569d0a129b27 50890 contrib/libs optional 
libpgsbox4_4.23-1_amd64.deb
 8cc84996e95b31f9675bbd411424a937 52456 contrib/libdevel optional 
libpgsbox-dev_4.23-1_amd64.deb
 1d2e56f12d7a84ee139b469edf5a536b 179644 contrib/science optional 
wcslib-tools-wcsgrid_4.23-1_amd64.deb
 76c2b66d241693b3c9b6a9f1a2210b54 2225 contrib/science optional 
wcslib-contrib_4.23-1.dsc
 be5e0dbc93540cb1d163110c7c327919 1876150 contrib/science optional 
wcslib-contrib_4.23.orig.tar.bz2
 df37c357d9b40d4d9ae6e403c29ca7e1 68396 contrib/science optional 
wcslib-contrib_4.23-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT8Hq1AAoJEHEVr9B3ENz3QvwP/0PXGcVJAieKJlXt05sHpomJ
RFUJP39oX5km0wq60ujTHe033+RIreKyhT8nd1fkzV9cFdNeXYQEmU/KxbzGjoKG
BvT6joUfolOapdsd/33vqVMFa+yjuD1vNLgioGut6DcO0bD84V2yougDVMYkOLqO
vHM5IBYNBZUoFacyd97bVQmeQwXmD8J9ZnMjdJfN1ISO6J78RXPZeuPlIA9spaSz
e7Vd7ZrQ1Am3BuFcm5qR8XjiAnoXt3tMaqicTgSpyfhZRCz49ROrnTF/tIe9JaBB
K+LY97wu3mFt7kAJM6HSRHHgTmM1xY+xb9JLLzBLFNFBpjKv1J5wzso5sb3fBL2v
uVVfWymFE25mi1CmyVtLGciJ2LNr9oDIKMmafRd2VOcH0wAZMeyEidpBDK+SIDow
PlpjdKBuXm1OWrQ8lPmFEJ32E3sJdgmbweeqht3wLxw4Mu8yO4SkONl6YRe2CXGp
iu7gJnQmmh8rbT4tm9GYIGpUFjUq8WDMQd0DRpUHU342QGiZByGCvtMgtQQgaoIx
SYoDNL4Q/0ED37ugQOWmldppc85yOOQlUYcn5G0FIrS1vztETj+z02SgdZpkMd1j
YfEUdV7TaRt/F0451chdOVNyGDDg6nSbSTTb+XZe059oIGR6gmBaxDyyGQMe89ja
qggOEpgopOYpPDl+V8rn
=EtUw
-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/e1xixmv-0003rq...@franck.debian.org



Accepted ruby-twitter 5.11.0-1 (source all) into unstable

2014-08-17 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Aug 2014 15:24:40 -0400
Source: ruby-twitter
Binary: ruby-twitter
Architecture: source all
Version: 5.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description:
 ruby-twitter - Ruby interface to the Twitter API
Changes:
 ruby-twitter (5.11.0-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Praveen Arimbrathodiyil ]
   * drop lintian overrides for source-is-missing, lintian 2.5.22.1 is happy
   * drop patches, add ruby-simplecov and ruby-coveralls to build deps instead
 .
   [ Caitlin Matos ]
   * New upstream release 5.11.0
Checksums-Sha1:
 1074a3c257d2caa65350c141e91b4843bfe10ae6 2306 ruby-twitter_5.11.0-1.dsc
 927c04e28f6e225452cc62145d0053d5c198f802 507637 ruby-twitter_5.11.0.orig.tar.gz
 79fe41881227e95826d0cb8fec8c49b54fa93556 2664 
ruby-twitter_5.11.0-1.debian.tar.xz
 19988a238ac09ba9b9e7827e63d0248d32b5b756 68144 ruby-twitter_5.11.0-1_all.deb
Checksums-Sha256:
 7641e373d9fb10dbb12e7d4f5ca9d01322b62544951b5e665e2da56eae88f6c7 2306 
ruby-twitter_5.11.0-1.dsc
 c39ba9bd796cfd3b705a49b54d14df53fc0b55083f0ecdd7f4f36bb7d9abdc3c 507637 
ruby-twitter_5.11.0.orig.tar.gz
 46d17fe6e0f3c12ca176ced56400581d9f5d1b8b8b97f9f9cb84901dc89c6aad 2664 
ruby-twitter_5.11.0-1.debian.tar.xz
 0570efb850969ca352b023f9843aa048d4d6d2c1c720cd35ad31e93a1e44df9b 68144 
ruby-twitter_5.11.0-1_all.deb
Files:
 8ef9e1a592ccedde41fa8daee704365e 68144 ruby optional 
ruby-twitter_5.11.0-1_all.deb
 d89b9e356cc77e15e52b49918c199e33 2306 ruby optional ruby-twitter_5.11.0-1.dsc
 6cf8a667128f345bd784eaa75d4846b5 507637 ruby optional 
ruby-twitter_5.11.0.orig.tar.gz
 e9d11d577824e115ec59ab1659165b6a 2664 ruby optional 
ruby-twitter_5.11.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8IVjAAoJEM4fnGdFEsIq5S4QAKgOdRXvDRJa/TUHu9joPn+V
ZOoWQhD4AfnlKQJmORNZWkOB9K2HqLG/6x30Ii/FVVYjFlspy0iWjTPgLpjmRrag
3Z7R2rQxaWcrDqvcFcdtBOz/LF0eElZ0ZS86OW+fPrt4ydfMObZtCagh6pLJ28/M
6NTC2fbDAbr6CfSvjj+saIzbPBpgBNM5AajyZxuBsJmwB1yRAEmUpKTDL67dKCdN
Hp2MtSijP9g0Fq8UeSWkZrObR4j5eWCOVRxKDSvR6zCSEtPoJXjS+YDAF3inw+n8
rClMCbmbrq+qzB8UmpukqjTwcksqwyra25UjRCV1p1sM1gnYM35/xTflDovV80hU
wkuXnC76WXC5uOvkdIhvH0w8In9C1nVPpsoZTBLVngpjMMidCJs3kUg/6VbJqREx
PVBta0cbUDdDxb4vT92iDsU9LDc01rSm7k4QKa0HD8uEf30HSHVGbmwe5I6fxJ1Z
ypjPmVQUvcY9/5dVy2YcNKmaE0JLuIdWM0z63j6a7JEH5j3y5tq/r/P5xfHv3lYu
+LZoeGaZLWNHl18fKasVwAIGWkb6Rvz2pSJgEb1+oKkOC11qKPpvtkoEpyqVBBj+
ZYLCa5SRHo8/VIVHU0kzU/h2Kveiefz6CaoVXZ0mXWrCtx327VQzEZpALZ/I6PUF
v++P8XD5qlFc8OM9eO2U
=O2ME
-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/e1xiy1e-6z...@franck.debian.org



Accepted cpl-plugin-muse 0.18.5+dfsg-1 (source all amd64) into experimental

2014-08-17 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Aug 2014 09:48:21 +0200
Source: cpl-plugin-muse
Binary: cpl-plugin-muse cpl-plugin-muse-doc cpl-plugin-muse-calib
Architecture: source all amd64
Version: 0.18.5+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-astro-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description:
 cpl-plugin-muse - ESO data reduction pipeline muse
 cpl-plugin-muse-calib - ESO data reduction pipeline calibration data 
downloader muse
 cpl-plugin-muse-doc - ESO data reduction pipeline documentation muse
Changes:
 cpl-plugin-muse (0.18.5+dfsg-1) experimental; urgency=low
 .
   * New upstream version.
   * Fix chown command in postinst to make lintian happy.
Checksums-Sha1:
 a1b1c2ef2b09723eb9f99e5f6ac48d5ac3d5ee20 2310 cpl-plugin-muse_0.18.5+dfsg-1.dsc
 0b966837a0caa60ddfbf9ffebc3ca0049f0f7cbe 853120 
cpl-plugin-muse_0.18.5+dfsg.orig.tar.xz
 82d6467f8e8524f8c1ab8ac8d5d9e18f8eac8237 9784 
cpl-plugin-muse_0.18.5+dfsg-1.debian.tar.xz
 06cf349a2b7744291f703434f86436e163426211 109948 
cpl-plugin-muse-doc_0.18.5+dfsg-1_all.deb
 1979589a55e383e8bd160fd02a04c523ac89bc40 2700 
cpl-plugin-muse-calib_0.18.5+dfsg-1_all.deb
 91f22c1c7634b9b0a345b218ff7d9ce5a9dfb23c 368046 
cpl-plugin-muse_0.18.5+dfsg-1_amd64.deb
Checksums-Sha256:
 2ac6e3ad73fd00c9838a1bd177a44787cfe6d26f9344ef971fcf84b8db0f 2310 
cpl-plugin-muse_0.18.5+dfsg-1.dsc
 a4b588de37745c03d05269a8c934f7d192d8b7c82d210d8ab8c1702f6f483ef3 853120 
cpl-plugin-muse_0.18.5+dfsg.orig.tar.xz
 0f3bb2d36bed2c5862303cdbb08fe6618a03f71d1ad690c67c94547c052de68a 9784 
cpl-plugin-muse_0.18.5+dfsg-1.debian.tar.xz
 832d7449285d7c2c5520e22a9c3e6fbe350601483082ca91135f7f8c792a644f 109948 
cpl-plugin-muse-doc_0.18.5+dfsg-1_all.deb
 f00eee9d165fb1c31ff8d3457c6fbd3783281c03fe1ff0378835c9f7d06c63d1 2700 
cpl-plugin-muse-calib_0.18.5+dfsg-1_all.deb
 a64f781307b92e731f49d78c3d02367f8f6b55f77a53dc17a54201c452cc7182 368046 
cpl-plugin-muse_0.18.5+dfsg-1_amd64.deb
Files:
 a178b2171a9cdab72c1059991820701b 109948 doc optional 
cpl-plugin-muse-doc_0.18.5+dfsg-1_all.deb
 fa2d0a0f261e6655fdda776d67be0569 2700 contrib/science optional 
cpl-plugin-muse-calib_0.18.5+dfsg-1_all.deb
 201e32c8156c2a09cf31eacec1ec867c 368046 science optional 
cpl-plugin-muse_0.18.5+dfsg-1_amd64.deb
 17595f8af1b127c6f012831534c73b23 2310 science optional 
cpl-plugin-muse_0.18.5+dfsg-1.dsc
 7c82c44d0524c924b38a44b39dc58b05 853120 science optional 
cpl-plugin-muse_0.18.5+dfsg.orig.tar.xz
 7c40c14e8319c0fb7dc6d8afc776c69e 9784 science optional 
cpl-plugin-muse_0.18.5+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT8IQrAAoJEHEVr9B3ENz3Pc0QAMB1ONwYWb4USVXh5bTy4g+4
cfUl/IB310c72b1YR9Lk2MPF1ZUYfsjdxFU66I4IdUniG2kyLFfn8vMOZrBNLZL2
55KIjSRYYy1P2WCaDN0ZIitz8JRAnR2j9SYJlqFPKfl+Ppg7XZA8BD+psR1nC849
6ZPgm1UwFAf0sDVmfSDHBnd0ZRRqGA/I2/dgubfdFK3ceRxWiWUrfUkaqnVkEiT6
ur2L3HG03xuEdcnFKNHid7oAFWc827f2/qOqFUZXTP4GWTm6HDReEVZ2iLHiGOJE
/tsaDDSqKhN+/klptJ1j7PVy5dq812HcUJCswqqtk7Mx29IZu7rB9YA+fXHc2KGF
JEYl9CF//tbzsc7qS02BGnwgHQf2LIVhbC3PwCRq4Hi46JWjdQqveeJA2db++fdc
snCgI6JFt1mb3xbatQcG1Pm2smZI4PUJpj4EkEaHhf6gbjp3Gox0ADtr5sxgjHHg
aghAJ7BYmzxLKmHHbOJ1zQ+ZWqnxkmmQXpli6BaAhQ/PHqPMHkSrU65F+1HI6TjB
UC1V0E6uvKb1nSDPM/vVix9HHmYe/8Dcmd57ZX3YxFwgliBKXVunDQa52Irykt7W
NiM5am2iSraeEG8KEdrMMcl/x0IeoVPfjlWo2ZjZ4Uz7qdQRIW/B8uWD2kuB2eXq
J+8evub65W8FAegg2K2H
=4rPE
-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/e1xiyua-0001m2...@franck.debian.org



Accepted lava-dispatcher 2014.07.1-1 (source amd64) into unstable

2014-08-17 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 11:23:02 +0100
Source: lava-dispatcher
Binary: lava-dispatcher
Architecture: source amd64
Version: 2014.07.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian LAVA team pkg-linaro-lava-de...@lists.alioth.debian.org
Changed-By: Neil Williams codeh...@debian.org
Description:
 lava-dispatcher - Linaro Automated Validation Architecture dispatcher
Closes: 758012
Changes:
 lava-dispatcher (2014.07.1-1) unstable; urgency=medium
 .
   * New upstream bug fix release, including support files
 for lava-dispatcher unit tests(Closes: #758012), support
 for retaining SELinux support in test images and tarballs
 and enable ramdisk booting for cubieboard3.
   * Adapt lintian overrides for new support files
Checksums-Sha1:
 c94945ad11fa40efb3b17b9c7d2e44160887b2e8 2261 lava-dispatcher_2014.07.1-1.dsc
 072f5acda54acbe92d634ab614c5536ce5017568 189358 
lava-dispatcher_2014.07.1.orig.tar.gz
 1e14c0e26ba405384bb10b2f699527499bca97b4 6684 
lava-dispatcher_2014.07.1-1.debian.tar.xz
 da69057113a10528d04830ef42c066641d2e4991 146476 
lava-dispatcher_2014.07.1-1_amd64.deb
Checksums-Sha256:
 fc4aece6174f2026dcd7410eaf1544dd9881823507a6c5b0b04a7bb0d1b6790b 2261 
lava-dispatcher_2014.07.1-1.dsc
 b0ee1bb860bd4e7ad4c65501507b11ae59fe95467d7b6914f45d39d3b7864e3f 189358 
lava-dispatcher_2014.07.1.orig.tar.gz
 648921360037adae69c6b82e65e9d6fdf1638c854cf92bc5699fcc5a889fcbae 6684 
lava-dispatcher_2014.07.1-1.debian.tar.xz
 1fa00f297ba654b507fe2ea1267b6a6b14510eec1004e2fccb3012f827db6a1e 146476 
lava-dispatcher_2014.07.1-1_amd64.deb
Files:
 9ab5195af7785a391ca6b102223b98da 146476 net optional 
lava-dispatcher_2014.07.1-1_amd64.deb
 57f41c60ca6051cc1027b825124b7d55 2261 net optional 
lava-dispatcher_2014.07.1-1.dsc
 bef90287ce96fd5418ced62e7ba8ca60 189358 net optional 
lava-dispatcher_2014.07.1.orig.tar.gz
 166555489d173f8c3974c69d9d3a33cc 6684 net optional 
lava-dispatcher_2014.07.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8IhYAAoJEPFn5DyBQ7aCO6kQAM6SqQk4bot8vPvlACHvjKzg
FdtgNxM4ewNJ+4nU5f/nf5w6erLanq+E4mss57/O+3o1ZPbqlQ+lIu59h9OJUSWo
rzDEIUsMj45bdA3M68memZ6scqBOofmY16e031KkW02ok+BGVhjmIVX0sNzGCcmH
+1Pn8qVMpXOqd56Yyal40ZLzXJCJ+s1pJ8xbTw0RZnoCcdQCGmxAMrn7fdUM7m5+
C+iFLXoYquQE8rzN04r3fopVp9kihQm6fa1gD1UB9h5EUpvUfYJv5pY1EWlhc2eN
qtB5ECxrIQRbalUj2lwY6jLAwwZjBkPeLxi+tUtzILTExS6ehNmkvioRBz53pZhG
BoCSkc97roCCoQCMH7Ts1MqbFGRzaMFj899r2C5S4WE1WtY6ztmqDQZxSJqra8nw
FcSQAKnPNbGs9Lz0mgZrbCv/MUJGx/LbUoNSo3sCACK4uaTWTVV8HCHkjDtHWOnn
zTe5Ls0TpKFdGcwk9ZN8CDO524U5IGMhkBG11ts7tJF3lVmWJlX2PFLMUWHbCsx/
9UJCV/CRxqlV9n7Pqo0uxxIf9QikbqlEVZHtaCUhmDXoCpmS0llp4B3JKhXSwFIt
6JhCC6m7sgmMYOTtWQOAC5Bs1T/7diS/9JZpqesEhlqre2Y7RbAoQX0M+rMmuF9p
A6kkAazYFnptM41on9QR
=+lCD
-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/e1xiyk9-0007u5...@franck.debian.org



Accepted erlang 1:17.1-dfsg-6 (source all amd64) into unstable

2014-08-17 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 14:51:11 +0400
Source: erlang
Binary: erlang-base erlang-base-hipe erlang-asn1 erlang-common-test 
erlang-corba erlang-crypto erlang-debugger erlang-dialyzer erlang-diameter 
erlang-doc erlang-edoc erlang-eldap erlang-erl-docgen erlang-et erlang-eunit 
erlang-gs erlang-ic erlang-ic-java erlang-inets erlang-manpages erlang-megaco 
erlang-mnesia erlang-observer erlang-odbc erlang-os-mon erlang-parsetools 
erlang-percept erlang-pman erlang-public-key erlang-reltool 
erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools 
erlang-test-server erlang-toolbar erlang-tools erlang-tv erlang-typer 
erlang-webtool erlang-wx erlang-xmerl erlang-dev erlang-dbg erlang-src 
erlang-examples erlang-jinterface erlang-mode erlang-nox erlang-x11 erlang
Architecture: source all amd64
Version: 1:17.1-dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Erlang Packagers pkg-erlang-de...@lists.alioth.debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description:
 erlang - Concurrent, real-time, distributed functional language
 erlang-asn1 - Erlang/OTP modules for ASN.1 support
 erlang-base - Erlang/OTP virtual machine and base applications
 erlang-base-hipe - Erlang/OTP HiPE enabled virtual machine and base 
applications
 erlang-common-test - Erlang/OTP application for automated testing
 erlang-corba - Erlang/OTP applications for CORBA support
 erlang-crypto - Erlang/OTP cryptographic modules
 erlang-dbg - Erlang/OTP symbol files
 erlang-debugger - Erlang/OTP application for debugging and testing
 erlang-dev - Erlang/OTP development libraries and headers
 erlang-dialyzer - Erlang/OTP discrepancy analyzer application
 erlang-diameter - Erlang/OTP implementation of RFC 6733 protocol
 erlang-doc - Erlang/OTP HTML/PDF documentation
 erlang-edoc - Erlang/OTP module for generating documentation
 erlang-eldap - Erlang/OTP LDAP library
 erlang-erl-docgen - Erlang/OTP documentation stylesheets
 erlang-et  - Erlang/OTP event tracer application
 erlang-eunit - Erlang/OTP module for unit testing
 erlang-examples - Erlang/OTP application examples
 erlang-gs  - Erlang/OTP graphics system
 erlang-ic  - Erlang/OTP IDL compiler
 erlang-ic-java - Erlang/OTP IDL compiler (Java classes)
 erlang-inets - Erlang/OTP Internet clients and servers
 erlang-jinterface - Java communication tool to Erlang
 erlang-manpages - Erlang/OTP manual pages
 erlang-megaco - Erlang/OTP implementation of Megaco/H.248 protocol
 erlang-mnesia - Erlang/OTP distributed relational/object hybrid database
 erlang-mode - Erlang major editing mode for Emacs
 erlang-nox - Erlang/OTP applications that don't require X Window System
 erlang-observer - Erlang/OTP application for investigating distributed systems
 erlang-odbc - Erlang/OTP interface to SQL databases
 erlang-os-mon - Erlang/OTP operating system monitor
 erlang-parsetools - Erlang/OTP parsing tools
 erlang-percept - Erlang/OTP concurrency profiling tool
 erlang-pman - Erlang/OTP process manager
 erlang-public-key - Erlang/OTP public key infrastructure
 erlang-reltool - Erlang/OTP release management tool
 erlang-runtime-tools - Erlang/OTP runtime tracing/debugging tools
 erlang-snmp - Erlang/OTP SNMP applications
 erlang-src - Erlang/OTP applications sources
 erlang-ssh - Erlang/OTP implementation of SSH protocol
 erlang-ssl - Erlang/OTP implementation of SSL
 erlang-syntax-tools - Erlang/OTP modules for handling abstract Erlang syntax 
trees
 erlang-test-server - Erlang/OTP server for automated application testing
 erlang-toolbar - Erlang/OTP graphical toolbar
 erlang-tools - Erlang/OTP various tools
 erlang-tv  - Erlang/OTP table viewer
 erlang-typer - Erlang/OTP code type annotator
 erlang-webtool - Erlang/OTP helper for web-based tools
 erlang-wx  - Erlang/OTP bindings to wxWidgets
 erlang-x11 - Erlang/OTP applications that require X Window System
 erlang-xmerl - Erlang/OTP XML tools
Changes:
 erlang (1:17.1-dfsg-6) unstable; urgency=medium
 .
   * Added missing dependency on adduser.
   * Switched to the new release versioning in debian/watch uscan control file.
Checksums-Sha1:
 98e302892feac9d03bb3792668718b325795d428 5001 erlang_17.1-dfsg-6.dsc
 95955c4ac6ae290799b1b8b2a15ce96d82d08472 63836 erlang_17.1-dfsg-6.debian.tar.xz
 3dc44bfa9063113aa9136e225c7799fc7f4d2f33 16360936 
erlang-doc_17.1-dfsg-6_all.deb
 f45b119a7c8069565e0be18570017d344f0cd15f 68752 
erlang-ic-java_17.1-dfsg-6_all.deb
 06b965f807570130cab6a48623ca23b855bbedad 1670082 
erlang-manpages_17.1-dfsg-6_all.deb
 126e7cbb3087b736eae66f5aa9b766fb1a836c2a 5394268 erlang-src_17.1-dfsg-6_all.deb
 e348262ceb695a229e618c5075f1170bd91d8740 1038670 
erlang-examples_17.1-dfsg-6_all.deb
 9e2ee1f529873a906cf6cafd679804e001c5ef81 119524 
erlang-jinterface_17.1-dfsg-6_all.deb
 6b5177406caaea27ada3cd226e6ba8f671e48362 100304 erlang-mode_17.1-dfsg-6_all.deb
 fb18893d337b329a8abca1b0c7768fad813fb2e1 37240 erlang-nox_17.1-dfsg-6_all.deb
 

Accepted lava-server 2014.07.1-1 (source all) into unstable

2014-08-17 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Aug 2014 12:15:28 +0100
Source: lava-server
Binary: lava-server lava lava-dev lava-server-doc
Architecture: source all
Version: 2014.07.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian LAVA team pkg-linaro-lava-de...@lists.alioth.debian.org
Changed-By: Neil Williams codeh...@debian.org
Description:
 lava   - Linaro Automated Validation Architecture metapackage
 lava-dev   - Linaro Automated Validation Architecture developer support
 lava-server - Linaro Automated Validation Architecture server
 lava-server-doc - Linaro Automated Validation Architecture documentation
Closes: 753907 754149 756644 757519 757651 757709 757728 757894 758018 758028
Changes:
 lava-server (2014.07.1-1) unstable; urgency=medium
 .
   * New upstream bug fix release, including fixes for
 multinode device tags support and fixes for attaching
 bug numbers to image reports.
   * [INTL:pt] Portuguese translation for debconf messages
 (Closes: #753907)
   * [INTL:ru] Russian debconf templates translation
 (Closes: #756644)
   * [INTL:de] Initial German debconf translation
 (Closes: #757519)
   * [INTL:da] Danish translation of the debconf templates lava-
 server (Closes: #757651)
   * [INTL:fr] French debconf templates translation
 (Closes: #757709)
   * [INTL:es] Spanish translation of debconf messages
 (Closes: #757894)
   * [l10n:cs] Initial Czech translation of PO debconf template for
 lava-server (Closes: #758018)
   * [INTL:it] Italian translation of debconf messages
 (Closes: #758028)
   * [INTL:pt_BR] Brazilian Portuguese debconf templates
 translation (Closes: #757728)
   * [debconf_rewrite] Debconf templates and debian/control review
 completed. (Closes: #754149)
Checksums-Sha1:
 c58f75def7a79e2557c0b036961f775930f43bc8 2393 lava-server_2014.07.1-1.dsc
 e5c1661ccc9c7135b7101301b82456912b5d81ba 6943725 
lava-server_2014.07.1.orig.tar.gz
 f8e01da231540e40dd03d040e9b3c103b9771960 26716 
lava-server_2014.07.1-1.debian.tar.xz
 da8e46c3f248956408f7259cf0fa282cb36d0a93 826862 lava-server_2014.07.1-1_all.deb
 54963c47818a1ff0e031bd3f395219afffb2755c 6756 lava_2014.07.1-1_all.deb
 5ee7f3dccdad0ddfa680a11ba8c6596f5c6eef22 9090 lava-dev_2014.07.1-1_all.deb
 8122b4cabed1d252d015b9e528bb4827fcec0de7 5890896 
lava-server-doc_2014.07.1-1_all.deb
Checksums-Sha256:
 05eb6afaaeeeabbc184450e8a263a0c30e089b47437b4f4fafe688a1268fa49e 2393 
lava-server_2014.07.1-1.dsc
 ffdaae2cc03175d3dada8bf57e9ea52a1a8e7d6987920404e9486ff4830122e6 6943725 
lava-server_2014.07.1.orig.tar.gz
 3b8f065dec6ceaf667f61d22852ad95b7b54647b107e51a639af37fd935e290c 26716 
lava-server_2014.07.1-1.debian.tar.xz
 e0052675fc80e0ffd341d3ab3f7e761b7d116b323a7e4b3cac09d5657deb8803 826862 
lava-server_2014.07.1-1_all.deb
 ec6206cd5824aa8b3be5595f611a919dc5234468429cccd7af5d6c89b3192fd0 6756 
lava_2014.07.1-1_all.deb
 8d1d10b73e23dbb9725bfa3d1c8d6aa0091d0b981af079e39a9cc8cc577d07bb 9090 
lava-dev_2014.07.1-1_all.deb
 62e352daf6f066aa4aa7bc2b386fe2094f084a5d365f5be8fc394d7891ef44c4 5890896 
lava-server-doc_2014.07.1-1_all.deb
Files:
 0925efde10e6dde89b421cb354cbd390 826862 net optional 
lava-server_2014.07.1-1_all.deb
 f6a134919fc9c5c68fb4f5c2df38eabd 6756 metapackages optional 
lava_2014.07.1-1_all.deb
 e01fb160b37064fd070d9811ca14af78 9090 devel optional 
lava-dev_2014.07.1-1_all.deb
 2bf8aebb19176a07515f4d7cf2636be1 5890896 doc optional 
lava-server-doc_2014.07.1-1_all.deb
 7fbebc57c66de38d3d6013cb93c24d97 2393 net optional lava-server_2014.07.1-1.dsc
 d4319ffdd5c878459b23c549f2135a54 6943725 net optional 
lava-server_2014.07.1.orig.tar.gz
 e7ff733089e45efd4b8bf77e4b3918a9 26716 net optional 
lava-server_2014.07.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8Id3AAoJEPFn5DyBQ7aCLEMQAKMQeo1ujsCPMge4fxksm/pw
cukd+MsmBsGlTDeD76E9kjV+lM4I11LYd59+xgtstjDiVYlARlZpmWdIhE1eQNEc
BOTRKaeLMYOCwYbGye3Zg8HnwYEk1kof58yu3FLbpmBwrGnEF/1Swp63e8LJzSa2
LH4RaezHWEofzhKW4pVSzofddN66VhdKLOT944lbVGzbDFq8QgUsg6eOPpl6kfeM
1kUcvElyT7D2kuiglhmYFRCYXGmx6KSOISEiw3JHUwpogoolsYA/kF1Eylms7n1x
1dPahc3rX8L4jacIqviMo0ohxKqtoflNhO83ydQBJRi8/pKssL6E2yeieIInTrI8
MU6lIv0fwH7Sz4/4DKU1f6oP8IX5QFeWCh+xfcEFkJuH7yKmMEPcAM6h/9/cQbFF
MMviyhIQLMtiO0qB1KeHt0smJo7XGrkpCkdBzrjw3uRtCH/TNhFlBvl46jOkYw29
qMcJpt9/JZYC+VQTKKzI9PHnw/s7NN3DxMZhOnVEwr/4yoWCrXZvVghC32nilddZ
O23zAW2cD+hnKY9s/Ben80oAib/gIQrWhLVqRBc9uT6iYySMj8iHFdLR5nf4yx9/
LSsPUd3W7dKGkFqZl3UyzCMZLvS95Y4/5Tlb/rJDPQlmf1x80HWEziirlOSnroZe
VCaItOnurXx11rQB/9Xk
=T5sY
-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/e1xiykl-00080l...@franck.debian.org



Accepted dictionaries-common 1.23.11 (source all) into unstable

2014-08-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jun 2014 19:03:41 +0200
Source: dictionaries-common
Binary: dictionaries-common dictionaries-common-dev
Architecture: source all
Version: 1.23.11
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo agmar...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description:
 dictionaries-common - spelling dictionaries - common utilities
 dictionaries-common-dev - spelling dictionaries - developer files
Closes: 752045 755776 755786 755791 755803 755865 755916 755927 755938 755946 
756192 756210 756857 756951 756962 757359 757411 757457 757482 757646
Changes:
 dictionaries-common (1.23.11) unstable; urgency=low
 .
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #752045
   * [Debconf translation updates]
   * Slovak (Ivan Masár).  Closes: #755776
   * Hebrew (fr33domlover).  Closes: #755786
   * Esperanto (Felipe Castro).  Closes: #755791
   * Swedish (Martin Bagge / brother).  Closes: #755803
   * Thai (Theppitak Karoonboonyanan).  Closes: #755865
   * Spanish; (Agustin Martin Domingo).  Closes: #755916
   * Hebrew (fr33domlover).  Closes: #755927
   * Russian (Yuri Kozlov).  Closes: #755938
   * Korean (Changwoo Ryu).  Closes: #755946
   * Danish (Joe Hansen).  Closes: #756192
   * Indonesian (T. Surya Fajri).  Closes: #756210
   * Portuguese (Miguel Figueiredo).  Closes: #756857
   * German (Chris Leick).  Closes: #756951
   * Japanese (Kenshi Muto).  Closes: #756962
   * Italian (Beatrice Torracca).  Closes: #757359
   * Polish (Michał Kułach).  Closes: #757411
   * Brazilian Portuguese (Fred Ulisses Maranhão).  Closes: #757457
   * Bokmål, (Bjørn Steensrud).  Closes: #757482
   * French (Christian Perrier).  Closes: #757646
Checksums-Sha1:
 44ca43ccadc789be295c398600ef011243f29355 1266 dictionaries-common_1.23.11.dsc
 5c54112a1a39e51bfa954b629875f87368597503 358054 
dictionaries-common_1.23.11.tar.gz
 214fafa9fd380ac3189857d8c05ffdad6d5962fb 246948 
dictionaries-common_1.23.11_all.deb
 536b013c997d87da955a192d260723d32b32e346 139518 
dictionaries-common-dev_1.23.11_all.deb
Checksums-Sha256:
 2e6d7a921ccc8a0b674ce1f80c423b14e2c1c31e2532c36f917f613d72e002ae 1266 
dictionaries-common_1.23.11.dsc
 8c59c98f5912676e2324ae50b9cc6a38caa0ba4eb59e164b6997fdfa4f12236f 358054 
dictionaries-common_1.23.11.tar.gz
 0ae318142be5fbc4756f966c2e49a22b2b8b4c75bac2652763d820bd889a578d 246948 
dictionaries-common_1.23.11_all.deb
 1561488276287890d749bc2ed4509c608129641b133a44e06494b0a826966f09 139518 
dictionaries-common-dev_1.23.11_all.deb
Files:
 fa1310d975f1cfcb5636c77e3f15a90c 246948 text optional 
dictionaries-common_1.23.11_all.deb
 ce1f4f72445a0cfa4bf4a08d7b63f803 139518 devel extra 
dictionaries-common-dev_1.23.11_all.deb
 c9d91266b9e511333fabfff4a8ac5aa8 1266 text optional 
dictionaries-common_1.23.11.dsc
 7bcbf2b430ff5945f8c8a1d84827bb72 358054 text optional 
dictionaries-common_1.23.11.tar.gz

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

iEYEARECAAYFAlPwfawACgkQTShHqj72DpzokQCglzw1WqCJmqfyTmhwgbrUOjxd
hS8AnjSA6aA/xA2OusBhyLlZg9X7U4BM
=yc+l
-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/e1xiywy-0004as...@franck.debian.org



Accepted ruby-rspec-rails 2.14.2-1 (source all) into unstable

2014-08-17 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Aug 2014 08:01:21 -0400
Source: ruby-rspec-rails
Binary: ruby-rspec-rails
Architecture: source all
Version: 2.14.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description:
 ruby-rspec-rails - RSpec for Rails 3+ with lightweight extensions to each
Changes:
 ruby-rspec-rails (2.14.2-1) unstable; urgency=medium
 .
   * New upstream release
 - adds Rails 4.1 support
   * Updated dependencies, description, synopsis for Rails 4.1 transition
   * Updated copyright
   * Fixed docs to be installed
   * Fixed VCS-Browser link
   * Added self to uploaders
   * Bumped compat, dh to 9
   * Bumped standards to 3.9.5 (no changes)
   * Bumped gem2deb = 0.7.6
Checksums-Sha1:
 125b975dbe3bbbc46f22dfeee7549c43b4b275e0 2204 ruby-rspec-rails_2.14.2-1.dsc
 ae2980465322d982adfeff21770d4849ce034708 75049 
ruby-rspec-rails_2.14.2.orig.tar.gz
 1f929f0961da88d04902e8a1a8fa5a93e37a27ba 3036 
ruby-rspec-rails_2.14.2-1.debian.tar.xz
 d045984bf9e83b254a4e380e620cd8be88be630d 56072 
ruby-rspec-rails_2.14.2-1_all.deb
Checksums-Sha256:
 63d17a110b1c9e28c7f3fc59e6b7ae9fc96aa19d5230e9726b7a517209f97a51 2204 
ruby-rspec-rails_2.14.2-1.dsc
 c5ec91e3c360033a7ef640d0a08b4f9167032b5d6d5cdee020f4df949f916a24 75049 
ruby-rspec-rails_2.14.2.orig.tar.gz
 acf057f315c30d46193832ad2bc5fdb76b3339c3fe27e267829ea521d89f157f 3036 
ruby-rspec-rails_2.14.2-1.debian.tar.xz
 c95ee1065085392f23c203990d328fbf8f4c9c7fd84588a5dd68072ab38b6079 56072 
ruby-rspec-rails_2.14.2-1_all.deb
Files:
 5476705a3269ed8ebb732bb63383efc9 56072 ruby optional 
ruby-rspec-rails_2.14.2-1_all.deb
 a359e0bb3491a95eb1e70ccda484a4a9 2204 ruby optional 
ruby-rspec-rails_2.14.2-1.dsc
 e883788e350d7258788973b79bcdd2a7 75049 ruby optional 
ruby-rspec-rails_2.14.2.orig.tar.gz
 ebc5396db644d978f5c2a95bdfbc6a95 3036 ruby optional 
ruby-rspec-rails_2.14.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8JNQAAoJEM4fnGdFEsIqilAP/RDd8gqUrtVXn0YD2jLauy8y
TqkOY1PXtAi1rmOcQkXZbsOn3WCBEasYuu0NbxdYWq3Xc7bxaAVj1bm88eZ97jCD
VZa3qxlPlgi4sBLo41KdlEI97xxkMYwjqms4Y0CuYFIxR96HpLLsR33Dt0quJK9P
YM0slMbR2RAToA/G4H3LjCviUujcEfIbZrp3siGt1dOsnhYFZU0vtyCVN9XQHXug
PIiKMWQoAKFWkksXJjw7Iaer4GIsRTTxyjaXW1GqArlsAlyTkE1UW5GOkSHKkr7/
0kPnEjj7nlYxQYCqPzsHTIUzwDrW+C6G122T8bXL2Ui/6QrHotE+OAfmqsJBImq0
6Gly52sze8iJkTZ8Dj+65H30xKXbe9Yy/u2oogKy4W5hsnRQ8mBlsd7bXXZs0t+0
Nxt3ScAxZAqPoisYUSRSVRKn+UgGock03cf74HxEYmDW0H1cDJl8xCKSr2YLvEga
y6ingWsqtYisQFFcpgT4GRrD+kZ8pOn6GhqTKS0rNXjc8EliGksdRXfVrYLEb+iH
Oow46jJ+V9PqwkVWCCssuEDN1T6lbXYGt1p39fLo6HF0qM2gZ26E/eCiCpY8zVLu
+V2poLiEZtzK6rxwZ4V9uk6jHxgaX2VGSjscobA7KDrj0pquLs0vZq4a1BK8M3rX
pQUU5F8P3cdZ5EBCQqs0
=mpKf
-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/e1xiyx6-0004gs...@franck.debian.org



Accepted ruby-hoe 3.12.0+dfsg-1 (source all) into unstable

2014-08-17 Thread Caitlin Matos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Aug 2014 22:11:29 -0400
Source: ruby-hoe
Binary: ruby-hoe
Architecture: source all
Version: 3.12.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Caitlin Matos caitlin.ma...@zoho.com
Description:
 ruby-hoe   - rake/rubygems helper for project Rakefiles
Changes:
 ruby-hoe (3.12.0+dfsg-1) unstable; urgency=medium
 .
   * imported upstream version 3.12.0
   * total reconfiguration of documentation.
 - install upstream rdocs + register w/ doc-base
 - install upstream changelog
 - sow.1 revamped
   -- spelling + grammar fixes
   -- formatting fixes
   -- SEE ALSO section points to available documentation
 - automatically exclude Hoe.pdf from upstream tarball
   * d/control:
 - new BD: libjs-jquery (for docs)
 - updated homepage
 - added self to uploaders
   * d/copyright updated
   * bumped dh, compat to 9
   * readded +dfsg to version
Checksums-Sha1:
 b322f1eac155563b55f332cb40cad60e194c85e4 1767 ruby-hoe_3.12.0+dfsg-1.dsc
 18965439fc89f9fb501d220b6d03ee85a562c42d 46844 ruby-hoe_3.12.0+dfsg.orig.tar.gz
 9565acd959322ff8360cf5f2194e1b168e3714e1 4688 
ruby-hoe_3.12.0+dfsg-1.debian.tar.xz
 542d5ccad167839ffa660d0453cb34e79e1d18d4 329890 ruby-hoe_3.12.0+dfsg-1_all.deb
Checksums-Sha256:
 a517b2497c04373ef7b72aac7a874cbe6f37604b7e2707732524080fe02c044e 1767 
ruby-hoe_3.12.0+dfsg-1.dsc
 dbd7e52f16404e1cdf7e3cc9540d87385d72bf23a45928b9afb08b70ed71bb27 46844 
ruby-hoe_3.12.0+dfsg.orig.tar.gz
 d177cb8eb6f9d772bcda4271051129bd6d76761814e6c2742cc4df8fd5369be5 4688 
ruby-hoe_3.12.0+dfsg-1.debian.tar.xz
 7dc6c21608983ee825932a99b0db8e3ff418fb6a3365871235d45a6d4d80d72e 329890 
ruby-hoe_3.12.0+dfsg-1_all.deb
Files:
 30e8015c7e3f6a0b2d4cf2df134a6cfa 329890 ruby optional 
ruby-hoe_3.12.0+dfsg-1_all.deb
 e2e5a6a15b5ca898a58eeec05be5fff1 1767 ruby optional ruby-hoe_3.12.0+dfsg-1.dsc
 48aae32a275e424b2e20129d5f04fbca 46844 ruby optional 
ruby-hoe_3.12.0+dfsg.orig.tar.gz
 4b170b28e21de1f4a656cbc8e79f244e 4688 ruby optional 
ruby-hoe_3.12.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJT8JqLAAoJEImvgrc5zSF6VLsH/jETNuno+XdgzDfzKK5WLHM/
qo21og8STtVaBOkBUUj+I//uajNjq2bnfEr+30V0n3H7pG+mkLPTnxPgtF9WwRTM
zMw1x2sDuJrMlRptQQrXnabJgl/PTSG139SUZUo33KW9XNeEpSYU1YMYR6r+Xj9k
VoYEfk3UnOAtLNkXP/+An9icDqzOtUylC4cvromeviypWCdiZsIiC3dEiEtGUWa9
vH9YeJXCYrx0wAaSvQrc08aSJd7Q4AS6VyGUMCTWutDHA7/n5X8nRtWh8vtKPuU/
GjW9sxqiq1i56LfrYjK/Zsa4sTBuIb8oLaUXRe+Vudt2+/dZ5xeva+iDZaaTbzM=
=b4Vj
-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/e1xizrf-00013o...@franck.debian.org



Accepted libconfig-model-dpkg-perl 2.052 (source all) into unstable

2014-08-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Aug 2014 13:59:51 +0200
Source: libconfig-model-dpkg-perl
Binary: libconfig-model-dpkg-perl
Architecture: source all
Version: 2.052
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description:
 libconfig-model-dpkg-perl - editor for Dpkg source files with validation
Changes:
 libconfig-model-dpkg-perl (2.052) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Paul Wise ]
   * Use the correct hostname for the ftp-master changelog service
 .
   [ Salvatore Bonaccorso ]
   * Fix URL in description of the XS-Testsuite field.
 Adjust file name to README.package-tests.rst and switch to URL based on
 the cgit web frontend on alioth.
   * Fix URL in description of the Testsuite field.
 Adjust file name to README.package-tests.rst and switch to URL based on
 the cgit web frontend on alioth.
   * Recommend Vcs-Browser field values pointing to cgit web frontend.
 Recommend the cgit based URLs for the Vcs-Browser field instead of the
 gitweb based URLs.
   * Adjust Vcs-Browser URLs in testsuite to cgit web frontend based URLs
 .
   [ Dominique Dumont ]
   * Provide Vcs-Git and Vcs_browser values for pkg-javascript team
   * added missing memory cycle test label
   * Fix expected Vcs-Browser URL
 .
   [ Salvatore Bonaccorso ]
   * Strip appended ';a=summary' if the cgit webinterface is used.
 Thanks to Gregor Herrmann for the patch
   * Update Vcs-Browser URL to cgit web frontend
   * Switch http to https URLs in dpkg-control exampes in testsuite
Checksums-Sha1:
 427b5f56918de65a8a6044df10a1ce68ae99eb10 2280 
libconfig-model-dpkg-perl_2.052.dsc
 ccef30be073d585393218ed4d36b122069380e33 73648 
libconfig-model-dpkg-perl_2.052.tar.xz
 85975f13c13bc244aca20516b2ac0373281c6950 111330 
libconfig-model-dpkg-perl_2.052_all.deb
Checksums-Sha256:
 b1b700b0f3583e609adf2517414356bd01846ae25f062d81153a355a70ea40aa 2280 
libconfig-model-dpkg-perl_2.052.dsc
 849c50626de74b206049b7f4d48f0d56ae7832541ee17ae91def6c039927f9c8 73648 
libconfig-model-dpkg-perl_2.052.tar.xz
 86248571f1ff8fd53fd152039ff6b1d1a40b558d3215bc01826b8d0259d5d025 111330 
libconfig-model-dpkg-perl_2.052_all.deb
Files:
 f9f4057e9a01f7c0c133b762e7ba69a3 111330 perl optional 
libconfig-model-dpkg-perl_2.052_all.deb
 0b8ed18d3342e0573dd5b4d0b5af22ca 2280 perl optional 
libconfig-model-dpkg-perl_2.052.dsc
 bd9fea79d33103f42c4ff3a4f0143196 73648 perl optional 
libconfig-model-dpkg-perl_2.052.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT8JvfAAoJEAVMuPMTQ89E924P/AqAd6WjI0EFUOlbfsFXEmFT
jwWrBVdMPKze395uLYzmtmNugw/eKjKCg5PAz/kzA71cqi7geepRLefQaxMNtBZG
bu8yoa7YUq4n+lXv3IuZmuCGUgBt4aZQ8rwqTDO1AjSepjVXrDLZbdephCkDCHkR
3ZSNDgymyaPFDyqnwwdrU1qA+fNzoA4aphKfH7Bdx0tXtteyhzuwKmsdflBW4fHQ
kKx0/8+iiskxvCnvJXgHqfwTUkotaCI7pnosNluthTfdXNQzt/ESgyeKVzgSNuWa
iGE19zaLmwJW++WhurrSW85B9BE9O3SXLE+ea/PSXiLbidyFhcVHaBJgOBbce4eB
1txeRONhyHv6A9f3VSUSvokMBeYTJo6EOEywDeRhRoCrTzJWFfSrron0xXtloT/L
mQPI1jquwk18IgFcBxuLU3IPwD8N6Dv56hqBZr3IXn69KsaI8ynvVEIKPxyVxb4J
l+b4pUXJY5eKXK3tRCqgR6XeNrfw4/rYPQJraS2da92TYLSP/napr+Gm1DKIDOrg
TbiesvvnwvIF0Prd53q7om8vYebxCTtPc+c9/wfYb+vU2F+1lte/PCyNfkTofmp/
92pG+k9ubuAPwJv4VCZoxJLroqpjeueDjyWXLKoGWjVcPE2D0msbMpMiPLUH7QR9
s5/8ztz+9VpYifknqbIb
=d0JU
-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/e1xizer-0002nq...@franck.debian.org



Accepted ghostscript 9.05~dfsg-9.1 (source all mipsel) into unstable

2014-08-17 Thread Andreas Barth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 10:03:39 +
Source: ghostscript
Binary: ghostscript ghostscript-cups ghostscript-x ghostscript-doc libgs9 
libgs9-common libgs-dev ghostscript-dbg
Architecture: source all mipsel
Version: 9.05~dfsg-9.1
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Andreas Barth a...@ayous.org
Description: 
 ghostscript - interpreter for the PostScript language and for PDF
 ghostscript-cups - interpreter for the PostScript language and for PDF - CUPS 
filter
 ghostscript-dbg - interpreter for the PostScript language and for PDF - Debug 
symbo
 ghostscript-doc - interpreter for the PostScript language and for PDF - 
Documentati
 ghostscript-x - interpreter for the PostScript language and for PDF - X11 
support
 libgs-dev  - interpreter for the PostScript language and for PDF - Development
 libgs9 - interpreter for the PostScript language and for PDF - Library
 libgs9-common - interpreter for the PostScript language and for PDF - common 
file
Closes: 751917
Changes: 
 ghostscript (9.05~dfsg-9.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add ppc64el to symbols file. Closes: #751917
Checksums-Sha1: 
 c12ddbce0824267fe69748b894872634a63ae1da 2152 ghostscript_9.05~dfsg-9.1.dsc
 ebfdbfe655a6f5ca2b012a8ca731daf37c2d2dc2 93012 
ghostscript_9.05~dfsg-9.1.debian.tar.xz
 3141befd36c995c07241c50dd734f909d6e7cc9c 2332026 
ghostscript-doc_9.05~dfsg-9.1_all.deb
 2aa66e54c549db9aab5cd892c7ae99421e285cac 1978358 
libgs9-common_9.05~dfsg-9.1_all.deb
 a7101f0be25af175bf912e5aac3b1df681721fa9 81800 
ghostscript_9.05~dfsg-9.1_mipsel.deb
 71bc6276b7c7859f0badaee3aa115be9188ef7ff 59722 
ghostscript-cups_9.05~dfsg-9.1_mipsel.deb
 f823ac456084b22fabad9eb68adb484dea2c1449 71760 
ghostscript-x_9.05~dfsg-9.1_mipsel.deb
 1c74496ee6092c46741d45c4901a7fe52f5ce7d4 1650220 
libgs9_9.05~dfsg-9.1_mipsel.deb
 15660cfa7fd297d61103e6f5f8266ed164bbb296 2017990 
libgs-dev_9.05~dfsg-9.1_mipsel.deb
 4d1a64f2020fb52c3b7b5011fee27aee63b78369 4901560 
ghostscript-dbg_9.05~dfsg-9.1_mipsel.deb
Checksums-Sha256: 
 3c0b47abd2656fab36149b51e9cba1f8247158970b9aeb831103b8b5df05defa 2152 
ghostscript_9.05~dfsg-9.1.dsc
 4517d1d0557392357e50e08d4721575ef16df03711361540bb4804141505f86c 93012 
ghostscript_9.05~dfsg-9.1.debian.tar.xz
 c78c7742b418ef101dc50ebb8d1406b0e28945bb2810cc358a5ec89ef13f8724 2332026 
ghostscript-doc_9.05~dfsg-9.1_all.deb
 04d598a7c82d0c7a59e2a6d238aff3a5301719567855c0f9c93af55a7339e928 1978358 
libgs9-common_9.05~dfsg-9.1_all.deb
 b815d237f2b2119714d111419772c089e5a6ad295bce50ee86c1d669726de02b 81800 
ghostscript_9.05~dfsg-9.1_mipsel.deb
 bb77059a69fda93556223a4227c3407257cb6073dd851bb25852c2e9783393b5 59722 
ghostscript-cups_9.05~dfsg-9.1_mipsel.deb
 6ec2e3c4e60b1912c8977c1b8b577a22747c38b5a0fc4862413fb10126441442 71760 
ghostscript-x_9.05~dfsg-9.1_mipsel.deb
 c20dd77f73199030ecc8d0124b3b768d396b2e0787f2248c82501ea0662e9433 1650220 
libgs9_9.05~dfsg-9.1_mipsel.deb
 b424c67e6c820fd1b429efd76fa24b3e00e9a66cd762f2214e8396d98fad5455 2017990 
libgs-dev_9.05~dfsg-9.1_mipsel.deb
 9e2f4cefd54730813d6ec3fd01af7e274c155eaef84af26bc552ffebccc2d664 4901560 
ghostscript-dbg_9.05~dfsg-9.1_mipsel.deb
Files: 
 4c582de4a77a0fd0e2d080dd4eb35283 2152 text optional 
ghostscript_9.05~dfsg-9.1.dsc
 2322fd0832472f9aca83afa478e740c3 93012 text optional 
ghostscript_9.05~dfsg-9.1.debian.tar.xz
 1c60a2c3f29e341a20d7ecfbd8019834 2332026 doc optional 
ghostscript-doc_9.05~dfsg-9.1_all.deb
 0f8776e873a1694326c1d75b61037dc6 1978358 libs optional 
libgs9-common_9.05~dfsg-9.1_all.deb
 0e4bd71efaa6a90d9dfba20f8c5b2d67 81800 text optional 
ghostscript_9.05~dfsg-9.1_mipsel.deb
 3390164b2686b90eaf462ab9de3aa320 59722 text optional 
ghostscript-cups_9.05~dfsg-9.1_mipsel.deb
 9a2a55d00b338e51a7bfc0e16792b70e 71760 text optional 
ghostscript-x_9.05~dfsg-9.1_mipsel.deb
 5daacc5f8dcd466102ce28bbf0387c0c 1650220 libs optional 
libgs9_9.05~dfsg-9.1_mipsel.deb
 416c37caaec72c7f54a17b6c822a2338 2017990 libdevel optional 
libgs-dev_9.05~dfsg-9.1_mipsel.deb
 1960e11daed2af09f63afc9ae704ea5b 4901560 debug extra 
ghostscript-dbg_9.05~dfsg-9.1_mipsel.deb

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

iEYEARECAAYFAlPwoMIACgkQmdOZoew2oYXp/ACfRNWKDLTeefLyM6KPqpgP3Lg1
LfQAoK5p8eWnUFRjGunHf7w8HyvdhPq3
=Ui+x
-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/e1xizva-0004tf...@franck.debian.org



Accepted ocaml-config-file 1.2-1 (source amd64) into unstable

2014-08-17 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 14 Aug 2014 16:19:44 +0200
Source: ocaml-config-file
Binary: libconfig-file-ocaml-dev
Architecture: source amd64
Version: 1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description:
 libconfig-file-ocaml-dev - OCaml library for managing configuration files (dev 
files)
Changes:
 ocaml-config-file (1.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump Standards-Version to 3.9.5
Checksums-Sha1:
 ee3ce25833489091920c57445abcd275b8789687 2099 ocaml-config-file_1.2-1.dsc
 5004bfbcfee89812049514468ead6f031aeea7d7 50207 
ocaml-config-file_1.2.orig.tar.gz
 bf678d8dca21bf4dbb17c1a831621d7c3e64771d 2388 
ocaml-config-file_1.2-1.debian.tar.xz
 005566a8a9333e2c5a864540bb6f43abe9c6ef80 85870 
libconfig-file-ocaml-dev_1.2-1_amd64.deb
Checksums-Sha256:
 822640d7051c2d93707ccfa924f969dddbd92a00353c093ed418ef1beacc1752 2099 
ocaml-config-file_1.2-1.dsc
 f89877269fd6f131a61db4513278bb527748d4147909a87501194a6d59f702ac 50207 
ocaml-config-file_1.2.orig.tar.gz
 c5212963492867b23a826c8b8015f5274eb3aed383a301fb75856e4f80add6de 2388 
ocaml-config-file_1.2-1.debian.tar.xz
 0a480656e78443aad8bb80754f679b9e3f4efa1eb0c24057e9c054799fcf61eb 85870 
libconfig-file-ocaml-dev_1.2-1_amd64.deb
Files:
 891d1745085f006ba56829178851493d 85870 ocaml optional 
libconfig-file-ocaml-dev_1.2-1_amd64.deb
 bba39889cb6bb402a45024baa7cb472a 2099 ocaml optional 
ocaml-config-file_1.2-1.dsc
 fece1f143285fb5fddf17d5d36a577c5 50207 ocaml optional 
ocaml-config-file_1.2.orig.tar.gz
 b75083ac68fb264edd801ece37be14cc 2388 ocaml optional 
ocaml-config-file_1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT8KLHAAoJEHhT2k1JiBrTMh4QAIFmNI5nnPyjTimreALgfFXp
1UTGrVkSKJaPFqKkQ5FUfSUB8YpEZjnQBPvPRUyX4AjlVFPbo4qqyUz85+4VACpu
UyiMB1MpdMoNchCwekmWIUQwyvcpL2NhYrYs00nGnFsqq4cKPjALH7hsUGJQTvyK
EREBnL+OZmdnZmTM/RLkRvFToxUST6x77ErdnjCtouYnDsYkvNRmDNE47Nfo4jR/
/JxYpjMmBVDneDm4DZo6I1Cui6Lls062YvWiAFXNLSUC2lNtY+J+v2gJ2w9oN3R1
Cpk9o66yqj/EEZqa3G4hX2XWfb4TNGoy2Lasj9yug53YZtjIiTUAUe0OITaXt5bd
rauqPcV2Vy1eh7ZgLIAu9ybbKsppMDehh3aT1hBmuSfkJNTh42FgiI1sFUC/o3wF
iP9TxxZ1qiUIQWTo9Up0OggOF1PgOjL2CEFd58DDJ4GDOLjtojGubtMylX0tNpxR
L8W4DvCAKL5d5JqZNMQfxD/YzrNsYQ0wryf91vcoJTM2mNidx1YhaCm31D1I1zAz
clqxwYJ9zKFL6iKkJ2DGJ9FdhY/adv7rJy3rvU22K2TcvRd1u7TG9bo3CTaD9/bL
50/Bl+DnHa6yOxuRGHaokvxeYS4/PwdsbIMA5c2zkqeeEUCRZWol23KLPS1SYFeJ
ASNNrpkfeX38W1gqGbAU
=psj+
-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/e1xizwb-00052x...@franck.debian.org



Accepted ocaml-ssl 0.4.7-1 (source amd64) into unstable

2014-08-17 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 14 Aug 2014 16:26:36 +0200
Source: ocaml-ssl
Binary: libssl-ocaml libssl-ocaml-dev
Architecture: source amd64
Version: 0.4.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description:
 libssl-ocaml - OCaml bindings for OpenSSL (runtime)
 libssl-ocaml-dev - OCaml bindings for OpenSSL
Changes:
 ocaml-ssl (0.4.7-1) unstable; urgency=medium
 .
   * New upstream release
   * Put debian/copyright in format 1.0
   * Bump Standards-Version to 3.9.5
   * Update Vcs-*
Checksums-Sha1:
 4cd07f06e2b6a2b92a1e5cc09134a8a59072cd9e 2149 ocaml-ssl_0.4.7-1.dsc
 3261b53f610e16b44da48828542afcfe4143c8ae 119209 ocaml-ssl_0.4.7.orig.tar.gz
 bce384f315a0f127bfd264f8ac8ce7f4f23992cb 3824 ocaml-ssl_0.4.7-1.debian.tar.xz
 ac303d41470fdd5b6b0c755a1819119fe41d4397 13728 libssl-ocaml_0.4.7-1_amd64.deb
 ea3bf8ded62b7968e331d62753d0fb589fd28d4a 72650 
libssl-ocaml-dev_0.4.7-1_amd64.deb
Checksums-Sha256:
 d20fe464bba772e844bf8129143408c099d793916720493155bd8acf7f67bbcf 2149 
ocaml-ssl_0.4.7-1.dsc
 e9beb2b32ea15dababf6b674c25bbb63044114779860c655ad7d581056421244 119209 
ocaml-ssl_0.4.7.orig.tar.gz
 7385b84f8527c195b1101d22726958be4d016dc5afd591d76950cc5514979336 3824 
ocaml-ssl_0.4.7-1.debian.tar.xz
 b92fa6f75a80c2c0bacb46937d18f5deb645f8eaea126c612fbe2f008f8b6333 13728 
libssl-ocaml_0.4.7-1_amd64.deb
 2c884f9a90d357125236ca6c5911fc4a9ae50c0f5de683dca49c4e20e3af4760 72650 
libssl-ocaml-dev_0.4.7-1_amd64.deb
Files:
 c110fd33b6c41f9b5a29621b78f96190 13728 ocaml optional 
libssl-ocaml_0.4.7-1_amd64.deb
 ef48c7843780ced5caee3a0d84f08d7f 72650 ocaml optional 
libssl-ocaml-dev_0.4.7-1_amd64.deb
 b92b3757147abbd6e8ba523d394bdedb 2149 ocaml optional ocaml-ssl_0.4.7-1.dsc
 873533ce43cf4b88b4fb0ea27289320a 119209 ocaml optional 
ocaml-ssl_0.4.7.orig.tar.gz
 7e817583d2f37ef739ea617600d20963 3824 ocaml optional 
ocaml-ssl_0.4.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT8KMUAAoJEHhT2k1JiBrTQg0P/0/iDeghbK1gQOC/e9LRE5Xm
qZHNkGRnbSUfAyJyv+18uUycBgfBbtjMnQIE6HtgaZat3Vw+qWaxN4a+XT/fNbVe
VyrLa2tSKZKrxZo8C/LRiac9G+9U6AIlfIswhVgU3d8YWHH6JdnvivWnFASMcZ8m
OFX0KE+8XI7Tuoz+OGah171SsvIQLANqJ4ivmX4Y/gh/t68+pM9etelhAesbNZ2g
LddjhY+o83SQKNsR+QlDshOwi4rjj4lirxyhBjeNKzN+8G3fE9blvNVyf+bg52/W
Nrq5kygvX4hcXcNO/T+hQy9lpxuCAwgekrRjk2qfrOTebfjDsBRgyaIZWzeZYNpf
CayypRCLo02yoDsaHUpVv8Lctj4NkyG+4mmlO5Qgs+1gptbI6uCxivbsZ6j1NnJy
H45nkWzc4jP+B38cVJUuSwqtt14TaHz6qxwLkvqBTiBQvgQWikjsjI0CoZ3lCV/X
gMSggOfsUOZD8ZZI6EuWjZ2TIX8tCN+Suffgn5F0yVsvArovvJUVQjSxg9JGW7SA
XuJ7SYan9kIe4wyxh7BY9LiXwF/+Ict8lFLP6cE8fNd33H1xSADNYr7GZJqqsRKq
5Yvjun00HVoiaQDcOThdVlYzha0gi7kgqLX6sfEFhUaEMABhdYipbapbP9joaNOj
kUvRP3yAabsyqcfTin0m
=HN8d
-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/e1xizwl-00055r...@franck.debian.org



Accepted gmp 2:6.0.0+dfsg-5 (source all amd64) into unstable

2014-08-17 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 20:38:32 +0800
Source: gmp
Binary: libgmp10 libgmpxx4ldbl libgmp-dev libgmp10-doc libgmp3-dev
Architecture: source all amd64
Version: 2:6.0.0+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Aron Xu a...@debian.org
Description:
 libgmp-dev - Multiprecision arithmetic library developers tools
 libgmp10   - Multiprecision arithmetic library
 libgmp10-doc - Multiprecision arithmetic library example code
 libgmp3-dev - Multiprecision arithmetic library developers tools
 libgmpxx4ldbl - Multiprecision arithmetic library (C++ bindings)
Closes: 748319 750478
Changes:
 gmp (2:6.0.0+dfsg-5) unstable; urgency=medium
 .
   * Team upload.
   * Update symbols and pass ABI=64 for mips64(el) (Closes: #748319)
   * Update symbols for powerpcspe (Closes: #750478)
Checksums-Sha1:
 4efcb7429670bf92a71468348f6956e711b51002 1840 gmp_6.0.0+dfsg-5.dsc
 cf4c4f8d7e3fb346f877c81a9db9cd7df05bb6dd 20996 gmp_6.0.0+dfsg-5.debian.tar.xz
 0ebed2ae4d630dc6fde2bcbfe9ee427e1c95d00f 173594 
libgmp10-doc_6.0.0+dfsg-5_all.deb
 e94fa969543581a7e1c3a21f82a8f8bf16531093 253410 libgmp10_6.0.0+dfsg-5_amd64.deb
 26958a3e857621c5f3df5aee1ff83532d71f3896 22076 
libgmpxx4ldbl_6.0.0+dfsg-5_amd64.deb
 0fde10a89d6d62c564cbd2b9b712f10297c047e6 620608 
libgmp-dev_6.0.0+dfsg-5_amd64.deb
 d2f64ffb1db74bb604f1714905e160bc5bd1782c 14930 
libgmp3-dev_6.0.0+dfsg-5_amd64.deb
Checksums-Sha256:
 076ffb0dc8279f7cb04ece46d2bcd046627ef53c94789f2b65b8fc4d46b51cb7 1840 
gmp_6.0.0+dfsg-5.dsc
 1da2db0668f639cc6cde7478fa1534b5ed6061fa1d413a9aadcbab9e95434d5d 20996 
gmp_6.0.0+dfsg-5.debian.tar.xz
 d03d36f749e8b870595856de763af02b6721f0d732c246408952ced2d8d79706 173594 
libgmp10-doc_6.0.0+dfsg-5_all.deb
 025e0019629c50718467e5aa95924df7374ec9d650d18709331ac662610d3381 253410 
libgmp10_6.0.0+dfsg-5_amd64.deb
 6d66f51fc20df91e5dffb259283c41bb9c3eb40e487e524ff50dabf837422cd5 22076 
libgmpxx4ldbl_6.0.0+dfsg-5_amd64.deb
 af565fd5813d010fa647c3bf31bca210c28444ab148fe6dec931005edac8935b 620608 
libgmp-dev_6.0.0+dfsg-5_amd64.deb
 d069dfc5e2ba43aa09a6d978620f875a21922e7d494bfd8ea5a296552fcc7bcd 14930 
libgmp3-dev_6.0.0+dfsg-5_amd64.deb
Files:
 4f6c20ede7c5c02d4a12646ca666ee1e 173594 doc optional 
libgmp10-doc_6.0.0+dfsg-5_all.deb
 2e7044c17c24c01f2cf198da2f941b40 253410 libs optional 
libgmp10_6.0.0+dfsg-5_amd64.deb
 0421342dc43550dfbfb296d8f04c3613 22076 libs optional 
libgmpxx4ldbl_6.0.0+dfsg-5_amd64.deb
 d6f352bff0ff9171f956cdf1f1f0fa64 620608 libdevel optional 
libgmp-dev_6.0.0+dfsg-5_amd64.deb
 155205583cbea4ff19e4d4fc68e2e3ed 14930 libdevel optional 
libgmp3-dev_6.0.0+dfsg-5_amd64.deb
 06c6fce70fa539fbf3ca2214d70096e4 1840 libs optional gmp_6.0.0+dfsg-5.dsc
 a5c93bc1eb3b713501859ef5602f99f3 20996 libs optional 
gmp_6.0.0+dfsg-5.debian.tar.xz

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

iQEcBAEBCAAGBQJT8KacAAoJEGa1A/2e4BN5XaEIAMS6vufIXED3rU/ixoEhqsmv
TYQLQtx3Ds9dHeV/cuo9DZXe9ahtazen0E81ptVodmgz581hkAh2FwgNWc8UpRnx
xsqHdlDgcVIo3dA0UkU0tlRnoaLNumpQDXd0Uvr5zXpvqo/uaAaXG6ztOygaHPW4
OdzUFw9HjuJAMO/8Eu2864XPeou0qIl6r46uUytNe2kwtuKcrCKqEz0B9GlBdSaA
65q8q4lepZ2dnBR2HwffFbB3CmsfNqVqijqcK17iI+d5VXrnDoycWH7ujYwqX6DX
40+1Mic96AIoXM0A99vi+tD9wbrofAayYdq8ALcQuEf+5uXRVMnPEv9esGCn6Ps=
=yqBr
-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/e1xj07v-00079u...@franck.debian.org



Accepted openal-soft 1:1.15.1-5 (source amd64 all) into unstable

2014-08-17 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 13:38:50 +0100
Source: openal-soft
Binary: libopenal-dev libopenal1 libopenal1-dbg openal-info makehrtf 
libopenal-data
Architecture: source amd64 all
Version: 1:1.15.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Simon McVittie s...@debian.org
Description:
 libopenal-data - Software implementation of the OpenAL audio API (data files)
 libopenal-dev - Software implementation of the OpenAL audio API (development 
file
 libopenal1 - Software implementation of the OpenAL audio API (shared library)
 libopenal1-dbg - Software implementation of the OpenAL audio API (debug 
library)
 makehrtf   - HRTF Processing and Composition Utility
 openal-info - Informational utility for the OpenAL audio API
Changes:
 openal-soft (1:1.15.1-5) unstable; urgency=medium
 .
   * Team upload
   * openal-info and makehrtf must have Breaks and Replaces on
 libopenal-dev-bin (Policy §7.3, 7.4)
Checksums-Sha1:
 20566d2a4c0ef90b529e0d21f1b58079d5da0651 2387 openal-soft_1.15.1-5.dsc
 f4cb13cd8b2adc4716f7f9f812159a759cc83bf3 10824 
openal-soft_1.15.1-5.debian.tar.xz
 40452ebd2b21e6313e0398afcb302efdeada7e7c 23492 libopenal-dev_1.15.1-5_amd64.deb
 29711df9fe49817655200c2948db0afb494011d6 164942 libopenal1_1.15.1-5_amd64.deb
 2d1b99dd3fb26f3c0af12394a70d9447af81685a 360128 
libopenal1-dbg_1.15.1-5_amd64.deb
 83d0f99ebd68b110713dc1978e27fa150c0ac035 11766 openal-info_1.15.1-5_amd64.deb
 79b9f775ef678bb51f1a9d2b9fc17355b91e0f61 24152 makehrtf_1.15.1-5_amd64.deb
 a3caf91d99ab1bf782ffe5001643703b6ff65179 11490 libopenal-data_1.15.1-5_all.deb
Checksums-Sha256:
 ef314646deb136a34802358e77b6c3cd888f00d5697bb06e32f31b1c5be1485b 2387 
openal-soft_1.15.1-5.dsc
 37b7a1e42ccc9d9ade5b33cdd707251bfee4ccddc52340a0f462ccf51ec22a30 10824 
openal-soft_1.15.1-5.debian.tar.xz
 0a4b2450c2bec8f8197b9f1e75bf11e06fcb578d6268e08438c4f95299182742 23492 
libopenal-dev_1.15.1-5_amd64.deb
 f1c932fa1c0247c057341f109ba79cf6df0799cff3f8cfb68f64d1ef7918a771 164942 
libopenal1_1.15.1-5_amd64.deb
 f8141e6f08cdb85875725f127d0bf7e291a40fa3ca26fe0c2ef0970783e43da5 360128 
libopenal1-dbg_1.15.1-5_amd64.deb
 04a328f9484bc9360ae2e825f8afcc161b67d69eadc60eef2da9403bea3d1992 11766 
openal-info_1.15.1-5_amd64.deb
 69a5177fd8b8fa10b9d78ce12be74acbd8e7bc6f8cf1ddfa59dfed708c868ba8 24152 
makehrtf_1.15.1-5_amd64.deb
 9a3647ae18f3b5971b37e1f8b0d7bd279d5702fa1237e4b230054fcc029e8603 11490 
libopenal-data_1.15.1-5_all.deb
Files:
 4eb944c040115a537076804824f312ee 23492 libdevel optional 
libopenal-dev_1.15.1-5_amd64.deb
 7f40ac63436b575f3490fdd6eb6bfce1 164942 libs optional 
libopenal1_1.15.1-5_amd64.deb
 3b6258b471be0db45dc561406b42e00b 360128 debug extra 
libopenal1-dbg_1.15.1-5_amd64.deb
 aaf2d9905dd79ba01181880f8d85fcd2 11766 sound optional 
openal-info_1.15.1-5_amd64.deb
 778a4ca94b4760b83f5fbbfc784c5350 24152 sound optional 
makehrtf_1.15.1-5_amd64.deb
 13d5c6558f16e5eaa13b39985136d991 11490 libs optional 
libopenal-data_1.15.1-5_all.deb
 3d222b3a6b6dfc94870af7057b7ec21b 2387 libs optional openal-soft_1.15.1-5.dsc
 4c59c308f68c5f6f92f235307e4999a4 10824 libs optional 
openal-soft_1.15.1-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIVAwUBU/CnHU3o/ypjx8yQAQigdQ/+JHdqt93qIVDkSFlEExayhR9slpn9ZMVD
aRvvPA8EOaNt3LM3LDIUcU2YMYb30/eze5qyik804VFDfIGLuIB+kwGSjI+ODPoa
907g9Qub9RLgVWaopJmvFwFHHEDohSW5oMvUOyhmMcoMboQV9kBZhaRT9C9tn7fr
9NeIpnvYVF+glLqM1NU/vGwR6KfHTD0g7xoI81Ts4B1sJ7K4Ax6wekKd5cZoTBu1
rn7qkorcd/aee04ZxF1sYZLP1sHzzu56V0F0Gk9Rqk9Mok52Aj59qDzODlNJEjxQ
sx+lbW7tAQD0t5eCrDfI3kv7zUJZlYzjrbrZJg2owHGTgsaCYxcC/H1FhHK7JP69
adWxMLsIxOAS0oqDu5oJEv/3IVCM4S2BuCdOg3DXCossg5qlbhC7+EgB5jxPWX/m
HP3lIiAY2ToJ41KQcNwWdofAiweDmrwm30UWy36ck8pE4Vql68hG7ukoDl0RCaKP
wspganhAzZRgQX+zIkdT9b9OFEnvlEZpqjyaU19kMtm7P+sekSfbuCE45niq2mH0
Q4CSUYMcqUuGwj7aK1wYTzcDtxBPxH1tFO6eo1dh8iqEwRImsNIE3DFGunQNWkP7
oQdH2UBtnK3eGSRzkTR/04+CecAaLcfsGH/NMdWfiM+dNSsdtJ5h/lQ0U345Al+N
0Y9ifJa11C4=
=6kRb
-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/e1xj081-0007qu...@franck.debian.org



Accepted ipython 2.2.0-1 (source all) into unstable

2014-08-17 Thread Julian Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 13:57:50 +0200
Source: ipython
Binary: ipython ipython3 ipython-qtconsole ipython3-qtconsole 
ipython-notebook-common ipython-notebook ipython3-notebook ipython-doc
Architecture: source all
Version: 2.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Julian Taylor jtaylor.deb...@googlemail.com
Description:
 ipython- enhanced interactive Python shell
 ipython-doc - enhanced interactive Python shell - Documentation
 ipython-notebook - interactive Python html notebook
 ipython-notebook-common - interactive Python html notebook data package
 ipython-qtconsole - enhanced interactive Python shell - Qt console
 ipython3   - enhanced interactive Python 3 shell
 ipython3-notebook - interactive Python 3 html notebook
 ipython3-qtconsole - enhanced interactive Python 3 shell - Qt console
Changes:
 ipython (2.2.0-1) unstable; urgency=medium
 .
   * New upstream bugfix release
Checksums-Sha1:
 28f72886f7f21bbcc28bb4cdd87119c044f87234 2947 ipython_2.2.0-1.dsc
 ff8e3a2f756d62405f200a2c73aedfafd84076ac 11912007 ipython_2.2.0.orig.tar.gz
 a3a1e64b5c38d28e748a64e72705f218c265396e 39020 ipython_2.2.0-1.debian.tar.xz
 ed0d1c60daf04de206a63af6f3025409faeec419 615530 ipython_2.2.0-1_all.deb
 37da65798b22e414cf816b5ef44b28027f8ad39e 631982 ipython3_2.2.0-1_all.deb
 f84245ef3f1af68454f80a6af63a5aa57ce6dac9 67746 
ipython-qtconsole_2.2.0-1_all.deb
 56fbaddcbb31b16cd09a06f13af3d1140345dc78 67878 
ipython3-qtconsole_2.2.0-1_all.deb
 795e26be72736405d63f1598210decc50e08093d 722708 
ipython-notebook-common_2.2.0-1_all.deb
 23c1c46acdc84ed5a7cec772cb3af13a4879ca4b 48254 ipython-notebook_2.2.0-1_all.deb
 40d92c6388ca0c1aa3263436f1d6dd4e973c1633 48350 
ipython3-notebook_2.2.0-1_all.deb
 3a88df0c1a7c42f0a14e732ca60d2a6be8772774 7112600 ipython-doc_2.2.0-1_all.deb
Checksums-Sha256:
 c0748e55e5e15d1f0a7ae77a8c3139680d943b84d14d0ce09e2944fac9a64b75 2947 
ipython_2.2.0-1.dsc
 b7ca77ba54a02f032055b73f5f62b01431f818ae00f63716b78f881c2b2564e2 11912007 
ipython_2.2.0.orig.tar.gz
 3d32f62a9e447e1742b48657a5e3846f2ed37a45319ab109043a4e26af6f28d9 39020 
ipython_2.2.0-1.debian.tar.xz
 a3f99dc1ca860b36bec7593f588726ced7b5194f47ed93172bd97d762da5a500 615530 
ipython_2.2.0-1_all.deb
 4b290c81517893b86136f61b35ca313033e99d4da7e9b1e8a95e32f0a1f706a2 631982 
ipython3_2.2.0-1_all.deb
 abf2927331dc8b6a86bc75665aeb90da6300db7310c8ddf65885a863f7225cee 67746 
ipython-qtconsole_2.2.0-1_all.deb
 2f56e714537afbe2495930598f82f98089a27d0069daed3f7382c714cf0ab544 67878 
ipython3-qtconsole_2.2.0-1_all.deb
 c1c656968109e1df8e7545855dcc9a358b14e0757de0037ef16fea60b931d8d6 722708 
ipython-notebook-common_2.2.0-1_all.deb
 34576aa1b7e01ab623a15bedf0674d1809d5a4cee2576f4cd6f1d92fcd60a4b5 48254 
ipython-notebook_2.2.0-1_all.deb
 8ca373064759f5dc9de678221622e86cee66d083da7b5d81a20554000a3c8650 48350 
ipython3-notebook_2.2.0-1_all.deb
 f851de49fbef5598e190d60ba444afc582bacc2beafca3f93550b5e72661b2cc 7112600 
ipython-doc_2.2.0-1_all.deb
Files:
 b0c53a8baace437c8898a1af4ee70b3c 615530 python optional ipython_2.2.0-1_all.deb
 1a56a93e05937b43bc0a7769be7ce9eb 631982 python optional 
ipython3_2.2.0-1_all.deb
 0e88c6f689a28bcf13a93b48233c08bd 67746 python optional 
ipython-qtconsole_2.2.0-1_all.deb
 be879eab901944424178ef2409aa19bf 67878 python optional 
ipython3-qtconsole_2.2.0-1_all.deb
 488dbd0deb59a6bde7e7eed873d8994b 722708 python optional 
ipython-notebook-common_2.2.0-1_all.deb
 5f11b4690c9884ff23d57b8b5d42ad5a 48254 python optional 
ipython-notebook_2.2.0-1_all.deb
 7762f73d32465685052ec9d39e793411 48350 python optional 
ipython3-notebook_2.2.0-1_all.deb
 9aef248142ae2e77feddb33f820d74c5 7112600 doc optional 
ipython-doc_2.2.0-1_all.deb
 fdfa80178b631997f812315927f8eb93 2947 python optional ipython_2.2.0-1.dsc
 b91d3724f655a8e16d022772f696cfd5 11912007 python optional 
ipython_2.2.0.orig.tar.gz
 f79ee3c6b2ad35ce52f54af1059e444b 39020 python optional 
ipython_2.2.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8J3PAAoJEDLMSqwCh1b/kOwP/itLGgozK0AcTmxxFrlOgQMW
0APzw5ZOLD2+XBa4oWdI2dTWoZjHl1rcd72dI+z07C8QLbzg5iVl2vBG58puNJcQ
SD85NZdwkwND1b3fNprE/OFvM6PPre4LyCm5Hqp4/16jzO740/bDVMwu4jZOHsVQ
53RrzGIekSoxao7kcKth6EwuCmb9/uaaYa4H9RMtCFZA3sHqP3dA8RcWr+S/V2Nl
D9ZkwlOcRjSSGw8leeOBFg1QXZCDuc/6wevB9xUl8q/zxYP5ui7d2O4+6K62Bp5O
KFFR6+iOfeuvfXFa6PhSgLSyLZLYUUMRMq2M2MbXuKdWKJYXLmEj5b/PkKODxXdc
4wXRZ67Jx/9lhLI077iW46BQNKE9h6zihK0oz+Q+5sT/eKEFxZ8zav4v9URBmGft
JKcyt1LIucMdwMNFzwUFtFUUTdeOVO2bNzHIt8LEw8CB45ujmISddlpnPRoTlU+j
ka7SYe3AiA7tYN7URHm3/Zv20D333s3jgUYuSJRQNQmz86N2CGm0olDISBO+j+Y7
j0h3FFDtiBJij8dA0QeAwyfQe0GxH56l7rbK/YYOK9LJPAPdC8mQ/d2E9w3WXOQF
/ZQP9crvwZvdgyfPMADw1HJCFR5KuVyv6nl2ZKTgHJcPQHE3CodPpV6iW4SsYP13
PuAybNb1mqrtWyH+9oRH
=xqWI
-END PGP SIGNATURE-


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

Accepted coq-doc 8.4pl4-1 (source all) into unstable

2014-08-17 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Aug 2014 14:36:07 +0200
Source: coq-doc
Binary: coq-doc coq-doc-html coq-doc-pdf
Architecture: source all
Version: 8.4pl4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description:
 coq-doc- documentation for Coq
 coq-doc-html - documentation for Coq in html format
 coq-doc-pdf - documentation for Coq in pdf format
Changes:
 coq-doc (8.4pl4-1) unstable; urgency=medium
 .
   * New upstream release
   * Update debian/watch
   * Put debian/copyright in format 1.0
   * Bump Standards-Version to 3.9.5
Checksums-Sha1:
 ef01c20c194c7ba1189b3210c60a52eba548b48a 2243 coq-doc_8.4pl4-1.dsc
 4dfc3a1ae65f5c480ddc4387d21549a526183e00 4067355 coq-doc_8.4pl4.orig.tar.gz
 12545ca16b2215ac030c92419e8a3433bc6d2367 8084 coq-doc_8.4pl4-1.debian.tar.xz
 ba06cc4514e75b84d0257d89cde67cdb22d1832f 50422 coq-doc_8.4pl4-1_all.deb
 57bfa032f7f8d165f114d2deda5642cf02a64610 473846 coq-doc-html_8.4pl4-1_all.deb
 3121c0119bc91b8beded5781c909116638234b52 2466854 coq-doc-pdf_8.4pl4-1_all.deb
Checksums-Sha256:
 81dbc512a3f6e36ce82b6a7d570a215d233a9b17a4c2f025709fc1ac8591ff65 2243 
coq-doc_8.4pl4-1.dsc
 06c3aeab7819eed8f35ce794c887a70cf3b4f6b71ee52cd3110fb4e526717f01 4067355 
coq-doc_8.4pl4.orig.tar.gz
 253f9284670aeea4e2dc3d0e77a39cea1170f15adc4f6b84f607c2e295a92237 8084 
coq-doc_8.4pl4-1.debian.tar.xz
 17f2dca7bf2c864cd9c5e1f59eb533656ef659a1f0ea49447f21ac09ab14bcd5 50422 
coq-doc_8.4pl4-1_all.deb
 d75b52a786e3650b60848d557a75ca7f6859f5c0d4acb3f1df3276fd2493c742 473846 
coq-doc-html_8.4pl4-1_all.deb
 c1d5a3bbf0a11223bd98acb608ca8b6b605c64770e7aa18eee44c5a95748b622 2466854 
coq-doc-pdf_8.4pl4-1_all.deb
Files:
 d95a17b5e17b79c8ea74dce9c70ca7f8 50422 non-free/doc optional 
coq-doc_8.4pl4-1_all.deb
 61efd869800f952a327f72acd00bff71 473846 non-free/doc optional 
coq-doc-html_8.4pl4-1_all.deb
 774d56fc94fd7d5166141388b68a71e6 2466854 non-free/doc optional 
coq-doc-pdf_8.4pl4-1_all.deb
 212fb6bb41d32177fd881ba32cb48259 2243 non-free/doc optional 
coq-doc_8.4pl4-1.dsc
 6a9f61cf0ece644b170f722fbc8cf2a1 4067355 non-free/doc optional 
coq-doc_8.4pl4.orig.tar.gz
 0cb80d400e999cb25ea1f3dffbea5e4c 8084 non-free/doc optional 
coq-doc_8.4pl4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT8K5pAAoJEHhT2k1JiBrTAGUQAKkKpe3ySmf8uDzrbZep9jHt
lnfocKSQxuJ9M585J+87QFLtSaN0iIgFtxlJzUmoVUhZlJY3K6q8nIdH+9BRSV2q
3TwrBJf//Slrvq9uNXrxaAJF9aFw54U4titt7uxzoYNBLRk1kpvH1ohK5LGr2Rpw
F1cspZfLi2olj67RLE0rZBip44ksCwzKZaSHgw2v+4JF7F2f2ZsFY6AQm/fCCstB
L89FPGMc5p0KsNhjYDhlLs5ruZ/Hubcz9uBBfQh2b+X2c9LNRPpGwRsAWtvfMJob
K4wo6j4TxlnIC/7n/bugUIlCwM5r99G9lk3nLN/VDhHFdV/W/PtzvolUoW2cVu0a
dq/dXOu/gjLGgoiiaDu983E2xA3XWY8WttwbYFMZ2VfhRiGQkBc601fA3Wx+RQX2
yDFE2kOuT1mPcTwRLZ9JGm2+LINAlIi3FHoDHAzvXiw2Ticn9LByculKhDpIArTr
68sJfg+81GuBdFOJoFpAVBzUE+kTjBoPzH0FSIsXyK8txG2RRO3QrqD174SPJqGU
GHp1JeGEjaypVU+nD4E8UucjmO7Q661aXBbuWxn6N/UVV/R/XIpFbouvq554zSgg
VpPvppXEbl6T7/e/sSinEPjcjYoojHLgjemyKb50KjVf+551hdSGUXt6J9Msa95x
Vg9j2Q65UJWQbyHKJNWa
=On4D
-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/e1xj0au-0002oo...@franck.debian.org



Accepted gcovr 3.2-1 (source all) into unstable

2014-08-17 Thread Wolfgang Silbermayr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 31 Jul 2014 11:54:21 +0200
Source: gcovr
Binary: gcovr
Architecture: source all
Version: 3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Wolfgang Silbermayr wolfg...@silbermayr.at
Changed-By: Wolfgang Silbermayr wolfg...@silbermayr.at
Description:
 gcovr  - Manages the compilation of coverage information from gcov
Changes:
 gcovr (3.2-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 799360bf3042173163bccf59bd94cbcb0c92f3c3 1824 gcovr_3.2-1.dsc
 97e44794969378db99cb77ee3c71b110dc634a8f 343748 gcovr_3.2.orig.tar.gz
 0f36f7746d80f0b51588dfd3639f2ba039748d1f 4036 gcovr_3.2-1.debian.tar.xz
 1ad5dc327e91959d9390a9d2490e8d51ac97a92e 23746 gcovr_3.2-1_all.deb
Checksums-Sha256:
 5034d8dd2b55615f83c3e5194a72e94ccb8b07a282ea28202d7849c84f4d9da1 1824 
gcovr_3.2-1.dsc
 5a969caf61452705a39f6642f4707d23644bdd2e5ef913014bf95c4bd0263db6 343748 
gcovr_3.2.orig.tar.gz
 316be8f91fbed79106842a8e94c147efedff2349bad15502e6788cd588e245c0 4036 
gcovr_3.2-1.debian.tar.xz
 7bc0a7801abde125533c886b8d58832395b2ec8612da8906ad6b81d5528a8321 23746 
gcovr_3.2-1_all.deb
Files:
 c22cd1fb5df3fbd8bdde649f43737582 23746 devel extra gcovr_3.2-1_all.deb
 a3b783ee707bf85120cd3ee11f067324 1824 devel extra gcovr_3.2-1.dsc
 bdc9b15bddb2cd2334bf0e82de5594a2 343748 devel extra gcovr_3.2.orig.tar.gz
 c40921cd20a43a76270f015fea2dfca8 4036 devel extra gcovr_3.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8K1lAAoJEH5lKNp1LxvhxQ8P/0+EZf0bkx7Xc+PI8y4NE8t7
Q+sa1gIOBD/KEZm8oD2UDQupxe0WGP6frZ1XnA1sb6fhlgyFF9EyPP9RaDevnrwe
Vzt86S/8INflDvTuVoyiqKUS5YaQuYKmz9wZviv1ple2tXI3KRdJMr4c0SjLkF1j
kjgi0kufK65jr7a4Rwd3W+BfuLv9Rk5qwUCogpYFF9yTMCdUfCN87WdGQVgDxrqo
VSC77j8hl7VGw3LYsTQ6wt6U60zdgHZ+SKYAok5iDFP90bLLtMnPEr35YbNswGUp
SmXXiVAk/GktqtPgO40BGQsrdsqSgYGIwxojnUzvGkaVEz/eSy79n6RiejAXvMxL
Qg5jd8HENmNDhaduhoH4mmxTt0Ab/D2rk/di6JjcFzCUil/GMSZYtH0d14By3G43
Khk82b5OCDcD88vnt0/6bS0/1H/ixkiX3rT9Dt9f9gU1kW/I10g+7+DmDc4xqTcJ
WGChmwe3N9nDkVZqDnKwP5wmOaNnNsHw109fK7Rshnayl5cMeAVueN2UbU3RVW/V
H/l+v56rANexOxkJ7iB0w5lHbeCQG/mbPVf2Prc1efZEtijcRt4IWsCst3i40kVf
GXsNL8pcFGdHzQoVslOR4z2zK6N45GrpjPyJwkaiccqLXrvxzimxytJ/EoheTzpa
Q4ej02m/lhYKhfcwUQrT
=eTbL
-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/e1xj0b7-0002t1...@franck.debian.org



Accepted binutils-msp430 2.22~msp20120406-5 (source) into unstable

2014-08-17 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 13:21:34 +0200
Source: binutils-msp430
Binary: binutils-msp430
Architecture: source
Version: 2.22~msp20120406-5
Distribution: unstable
Urgency: high
Maintainer: Luca Bruno lu...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description:
 binutils-msp430 - Binary utilities supporting TI's MSP430 targets
Closes: 746832
Changes:
 binutils-msp430 (2.22~msp20120406-5) unstable; urgency=high
 .
   * Fix FTBFS with gcc-4.9, patching bfd_xxx_set macros
 (Closes: #746832)
Checksums-Sha1:
 170fea6f87b49efc5eb91ad72f7848b152165ca8 1289 
binutils-msp430_2.22~msp20120406-5.dsc
 dc1e9536d068e345b14018112964be777e6982c4 5966 
binutils-msp430_2.22~msp20120406-5.diff.gz
Checksums-Sha256:
 769c6a807481f5aab22aac6001a100c06c9149de802893795e3c20f177aa2d2d 1289 
binutils-msp430_2.22~msp20120406-5.dsc
 5d24e60093b217db2e677c1c28ed4b80bb45a27f1b20d59d61a7bcc3b4148853 5966 
binutils-msp430_2.22~msp20120406-5.diff.gz
Files:
 9a3e9a4a39ea48e3ec16ac12c39a9229 1289 devel extra 
binutils-msp430_2.22~msp20120406-5.dsc
 f626774c2df72b59f08ab7c82053eae0 5966 devel extra 
binutils-msp430_2.22~msp20120406-5.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPwqykACgkQRqobajv7n7NLvgCeNXDIBo/FNzre/Vg74PiXE2Xa
LBYAn2pJArxbNk/JdYhlzqfniWaCgtaZ
=0aQu
-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/e1xj0ot-0004f0...@franck.debian.org



Accepted highlight 3.18-3 (source amd64 all) into unstable

2014-08-17 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 15 Aug 2014 17:36:55 -0700
Source: highlight
Binary: highlight highlight-common libhighlight-perl
Architecture: source amd64 all
Version: 3.18-3
Distribution: unstable
Urgency: medium
Maintainer: Ayman Negm n...@debian.org
Changed-By: David Bremner brem...@debian.org
Description:
 highlight  - Universal source code to formatted text converter
 highlight-common - source code to formatted text converter (architecture 
independent
 libhighlight-perl - perl bindings for highlight source code to formatted text 
convert
Closes: 723685 723688
Changes:
 highlight (3.18-3) unstable; urgency=medium
 .
   * Upload to unstable (Closes: #723688, #723685)
Checksums-Sha1:
 75b71bcb18c5f021b4150d995ada8b473627aa15 1520 highlight_3.18-3.dsc
 21a999136b5ffcac02b8f3793ffd93bd5e927130 8368 highlight_3.18-3.debian.tar.xz
 a098a1f0c044206ddd8a21cef9f9851284897efa 333896 highlight_3.18-3_amd64.deb
 df0f5edfba30d0f208e33b85a087c8024a17d589 182732 highlight-common_3.18-3_all.deb
 cd047ddeea4b3cc2c5d66f73e6064463bdf1c879 405090 
libhighlight-perl_3.18-3_amd64.deb
Checksums-Sha256:
 3d2c759125ae5bb0e145ed9b0705039c8fefd497ee56dcf397e75c884aa235ee 1520 
highlight_3.18-3.dsc
 3f9a47572f16249b5f9711bb93a17f2d9f8bf8e0f55c037d813c1fc7dc091b80 8368 
highlight_3.18-3.debian.tar.xz
 7f696d774a820d4e0083051f02d8c6478f8e6b63ecc468fd925622cccdf70e2c 333896 
highlight_3.18-3_amd64.deb
 c6c333a9cbb2350515e6a0c894d92a90682f7cf515c8c3773afdaac4be6e0dec 182732 
highlight-common_3.18-3_all.deb
 205899f578e63aff91783051ebe623759f560cd540540970d9e263c50a7e0b81 405090 
libhighlight-perl_3.18-3_amd64.deb
Files:
 413ca848aebbdb785e87ec70d523e9a8 333896 devel optional 
highlight_3.18-3_amd64.deb
 33faed128f0667e1fa35ac11d5b50b19 182732 devel optional 
highlight-common_3.18-3_all.deb
 80cc566ba8c0304fe66dd8f4d7935c74 405090 perl optional 
libhighlight-perl_3.18-3_amd64.deb
 b6feb3a504b6dfa68e1ee5710fdb33b1 1520 devel optional highlight_3.18-3.dsc
 7113f3471497278c72009827f6a43639 8368 devel optional 
highlight_3.18-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iJwEAQECAAYFAlPvbcYACgkQTiiN/0Um85nFJgP/cq5JDTXhGlDClC9uqwK55Kgl
IWL4YDdMzpgpNDtJIt1iaANitVp3L8sEoUv/Szh8oMMe0s+A2qJ8isI1qe+dIeoe
lvVPsO9DVpl2YrhBh2WekmTjCwBKr9mxqQOdw6EJooM0mXDgwycgprVk5SC5T3oK
hfqjQdzf4A/P/n0NxhQ=
=hq0x
-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/e1xj0p7-0004jy...@franck.debian.org



Accepted celery 3.1.12-2 (source all) into unstable, unstable

2014-08-17 Thread Brian May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Aug 2014 12:13:59 +1000
Source: celery
Binary: python-celery-common python-celery python3-celery python-celery-doc 
celeryd
Architecture: source all
Version: 3.1.12-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Brian May b...@debian.org
Description:
 celeryd- async task/job queue based on message passing (daemons)
 python-celery - async task/job queue based on message passing
 python-celery-common - async task/job queue based on message passing
 python-celery-doc - async task/job queue based on message passing 
(Documentation)
 python3-celery - async task/job queue based on message passing
Closes: 753555 757897
Changes:
 celery (3.1.12-2) unstable; urgency=medium
 .
   [ Michael Fladischer ]
   * Drop python-cl from Depends and Build-Depends as it is no longer needed.
 .
   [ Brian May ]
   * Python3 package. Closes: #753555.
   * Change certificate test, as test certificate has expired. Closes: #757897.
Checksums-Sha1:
 68f113b9bf548fd32e05203d77ec7f79c6845d0b 3050 celery_3.1.12-2.dsc
 f3982c49ac653163446b4dac57e61f7d81991ca0 1291525 celery_3.1.12.orig.tar.gz
 958790f9a268604cdebd2f88abab480a5d727528 17356 celery_3.1.12-2.debian.tar.xz
 8f7bee22f22663b6c276a1792d17a63f8f16e110 17828 
python-celery-common_3.1.12-2_all.deb
 66ce1d65f4d01ade64d9cf5ff6c754cc402ca5d6 350012 python-celery_3.1.12-2_all.deb
 d826b2444ad47d47e33f331cbac542b62ffa4718 337364 python3-celery_3.1.12-2_all.deb
 043eade73326bfd83cfcf3894396834e8123b357 1390212 
python-celery-doc_3.1.12-2_all.deb
 49029ee3a73a7716bfe9a753d516a885b4fd44e8 22448 celeryd_3.1.12-2_all.deb
Checksums-Sha256:
 9799b2589f4fbb9833de6c564714b6d6339d49caa7dcfd25e7e3f68a969c44a8 3050 
celery_3.1.12-2.dsc
 22c8fba96b7522afacdf3ee6fd3da7b10b90f76de88686d13ee939da361254b1 1291525 
celery_3.1.12.orig.tar.gz
 f4f5484141da56d4eee455e223205694d8ca58ad454a1c348a36e407b6236099 17356 
celery_3.1.12-2.debian.tar.xz
 e403fff09d6214aa1b944f36311d9e73286ecc23b2735bcf89642a89c8f81710 17828 
python-celery-common_3.1.12-2_all.deb
 dd8c87a8452ee6769a53c010062aa59f8fe006643176e36f145b0f7088d13773 350012 
python-celery_3.1.12-2_all.deb
 cf64ee31fef07732a4c7bd316c8261893f26f87d3e5efa6400e3281609c008cf 337364 
python3-celery_3.1.12-2_all.deb
 5135db69985d14474698c83d60997c8c9f0c944db7c094af4b00cd18b2eb0b14 1390212 
python-celery-doc_3.1.12-2_all.deb
 33d063cb821635b50dbebbb88861c1182ecc59ced3a38a1850d2237a2233e4cb 22448 
celeryd_3.1.12-2_all.deb
Files:
 eb17050eef93926c46f814afd18a73e7 17828 python optional 
python-celery-common_3.1.12-2_all.deb
 d4db1ba33f0a22c44f76279f9046ac85 350012 python optional 
python-celery_3.1.12-2_all.deb
 b7ee9f6a3a7c7018b30152e6595d2a79 337364 python optional 
python3-celery_3.1.12-2_all.deb
 4408c30c0a675431affeb0450b97cca8 1390212 doc optional 
python-celery-doc_3.1.12-2_all.deb
 2d9bda8ecbf9d384e2a6d5a382b82521 22448 python optional celeryd_3.1.12-2_all.deb
 8a65a394c42e1ddb1aa05ee4a7a5697f 3050 python optional celery_3.1.12-2.dsc
 31927b26c3225fac0250ac4fe2849824 1291525 python optional 
celery_3.1.12.orig.tar.gz
 64a3f3f03d4046a55dad33af762b096e 17356 python optional 
celery_3.1.12-2.debian.tar.xz

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

iQIcBAEBAgAGBQJT6tDdAAoJEJyE7hq50CY2vMIP/1fgTuf7FSkLBq+tVukijhtR
JEFOAkBPZIKQoG1GyuZwrhpbLh2JgTnQvmJC1rfsj1HKguzoCn6MhXForexGGCN/
PYTLzHQR+eE/3NX5+N8Hg1NLKWIY9wNpaCXUY1z1Torncu7/YWUS9ob+l5AHR2I0
NBDVAgQiCi15FXCgGiFb7sXChuxcxcAd08sVL5oP5bTEOpW/Rv/gOhNtwhN6iFAE
QYPj2b/Zpf9Na8r+R+5fo7FjxFKI8pIPa0LfWgZXH3n1MQIFexkKTvp25dF3GFQN
msLdMOzg4ZBxfXtZ3c3wq8WLkqt2WtElCSoI7O7BeGezv3jqbIa/bwhothxHSMzk
CmyW4VorN4R0LPlQh8KcXNBPmA5yuubhN8v8Ap9wBgkuvNRtgmM2H9Ts/OLxiQpW
OFzd6jaZFGjsZJmaRLVqul/6Nb7EXwpzUtXiEzGrimkrp5QRneOdTvxIVOFFySUT
FfTLg/6wT47GPJdj+GhatrEJ6rhkn3Z/tT/3g/VPDvtFxivx4Dqs9LaPju97/A+/
p4L9OKVK/1tljKQdsnOcK/fbKYkdkGvtHbRqknELjZutWygZ6+FyG7W24Xp0N0T3
R6azaK88+Sf6dJmMDlZy1dchYZ26B81oAw40gWfMLdjAjkVREIin/fK2VyLB57f0
yM0lsBKhqCFEXBjBckzN
=GO8O
-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/e1xj1we-0005vf...@franck.debian.org



Accepted django-celery 3.1.10-2 (source all) into unstable, unstable

2014-08-17 Thread Brian May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Aug 2014 14:48:09 +1000
Source: django-celery
Binary: python-django-celery python3-django-celery python-django-celery-doc
Architecture: source all
Version: 3.1.10-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Brian May b...@debian.org
Description:
 python-django-celery - Celery integration for Django
 python-django-celery-doc - Celery integration for Django (Documentation)
 python3-django-celery - Celery integration for Django
Closes: 755596
Changes:
 django-celery (3.1.10-2) unstable; urgency=medium
 .
   * Python3 package.
   * Fix django1.7 compatibility issue (Closes: #755596).
Checksums-Sha1:
 d0a00f0a4a93bfc62c5e4cd9ccead27959e7d56f 2618 django-celery_3.1.10-2.dsc
 528c4f0bde53cec18691f741c9ddda9df401 76323 django-celery_3.1.10.orig.tar.gz
 a39d457a99f563e53db863018ae11db40e073309 6952 
django-celery_3.1.10-2.debian.tar.xz
 31c857e4ac79ca1f78b74105cd1bb2e907ef408d 52506 
python-django-celery_3.1.10-2_all.deb
 8418bb1885151300d4b244efac9bf461710a9f4e 48406 
python3-django-celery_3.1.10-2_all.deb
 28b9505f88850ba830410a12c8e8fe05d91b0296 68584 
python-django-celery-doc_3.1.10-2_all.deb
Checksums-Sha256:
 dddcf8937ff2cd05d68291eb78a7b26263d65ed755d0b242275f8567946e463a 2618 
django-celery_3.1.10-2.dsc
 0c724d1c9c01b1f77ca47f84d2a35f63f8ce8e29b85fb578d7465f86eb8a9180 76323 
django-celery_3.1.10.orig.tar.gz
 00c75db56de922b5da556751623c6d06f141b1287ef5adeb95e0f34df1a54f16 6952 
django-celery_3.1.10-2.debian.tar.xz
 12a3559c4777fa814b08d6dd009106ebdbe497ad7e1a7246b5e5d54dd24ca1c9 52506 
python-django-celery_3.1.10-2_all.deb
 368f7278d786710cf6d6066f932021a4d1789084ce9d0be8e2ac81c749638b7f 48406 
python3-django-celery_3.1.10-2_all.deb
 0c69e18737aff09807a1994cec2f75588e9830fe432bde73ab19828e8e5d0c8e 68584 
python-django-celery-doc_3.1.10-2_all.deb
Files:
 5f8b91810f2251144df79c34d21ceb00 52506 python optional 
python-django-celery_3.1.10-2_all.deb
 187854229a53c68fae633a1e710f3d7e 48406 python optional 
python3-django-celery_3.1.10-2_all.deb
 7227d3cc402805f684bcfeee87cd4271 68584 doc optional 
python-django-celery-doc_3.1.10-2_all.deb
 1634348d20df683325c4d683677e72b9 2618 python optional 
django-celery_3.1.10-2.dsc
 82435ce3900868c11e250a57360d514e 76323 python optional 
django-celery_3.1.10.orig.tar.gz
 1f5443642f83f203be21bc944aed67ad 6952 python optional 
django-celery_3.1.10-2.debian.tar.xz

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

iQIcBAEBAgAGBQJT7/6UAAoJEJyE7hq50CY2fa8QALJfjSkx4GK5XAjwh3TP4cJ3
rlhlG3/vxhb3ruQevIhnQJhMVZJ9Ld9sdkDyL3fJY+7hRDv6N+TWKdAGm0Mqdqmc
vfqaWelpuY4NWosGfIqfvyXJLbjGW92Xhgfp8TfLw3C76GHActoiFoHhLcIjuMV5
vPOEMknGgb1+G2zvFtnOrTvRP4ZhMU2+l/q29AHqOP+dhKofv55T+Fmdj6kCA28h
U4KWQcfjNDb0bNNiOjTi2QdGz1NOvHRZZoBAGG/f7Wji2wTyqpr1QzuFz8AIIb/P
pQXk72YRqFGU9gjk8lIHw2iT7wDG3Cr8L0hIyNaY3T+eLwKXB9OAe2VEUCTywszv
0x/MKzckYyJtBf2VWm8g7byIglum5e8rIM0vFw4QYgmUTaWyMkfvH2RFWmGA3Scl
dWexqw46DBQgsTiNJKwj+1NVoSOtisgYXY9W+XZiwJTZR1b0aIE0ZFJFXVXqYwzp
XCWHoxQIn9GCr8rs5CwUCI4gsvHCzVfL+slmNfwgwHSMg8gfXrwCA8Uof41QaM5l
rFH4jdJwTzxbBqhIb8Jo18/XoM50cSdxaAjnXLlgqHtSl402d/aE2xciyD3rh7rV
Bg5sHZyjJSvfli768CiHlEA6+icJebD80tn2BANIbpsy6aUFF6cdZR4K+ly7NiQx
D+zvzyDq13CWRW64kaEm
=mRKW
-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/e1xj1wf-0005wv...@franck.debian.org



Accepted debhelper 9.20140817 (source all) into unstable

2014-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 10:42:25 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 9.20140817
Distribution: unstable
Urgency: medium
Maintainer: Debhelper Maintainers debhelper-de...@lists.alioth.debian.org
Changed-By: Joey Hess jo...@debian.org
Description:
 debhelper  - helper programs for debian/rules
Closes: 735610 758043
Changes:
 debhelper (9.20140817) unstable; urgency=medium
 .
   * Added Portuguese translation of the man pages, by Américo Monteiro.
 Closes: #758043
   * Updated German translation from Chris Leick.
 Closes: #735610
Checksums-Sha1:
 925b85565925bcb624a2de2e14c5ea070a3ef5e4 1685 debhelper_9.20140817.dsc
 672055263b84d09efa5f6475c0ae9ae343f289d2 545071 debhelper_9.20140817.tar.gz
 813c1260abe2a3df786dac9f7cdc7d5baf0e78fa 813800 debhelper_9.20140817_all.deb
Checksums-Sha256:
 e1d89e05c51c1dda335e8f5383732a10068fd985fd9430bb8ee55c7d8895b612 1685 
debhelper_9.20140817.dsc
 4a6c2d5fe9156a5cc9f456d40bb266b8fcaeb78ea1f4d8266ea25b6644b9bba9 545071 
debhelper_9.20140817.tar.gz
 d7527a1acc5d8f689cd53356d9496c485ef86e2082c77035dce5f00d11ab8257 813800 
debhelper_9.20140817_all.deb
Files:
 28bcebd08279cdac6649c3816e33a652 813800 devel optional 
debhelper_9.20140817_all.deb
 cb49af31ad2bc1810f0cab55a2705e96 1685 devel optional debhelper_9.20140817.dsc
 2339c5abd5bd643bda7683f22cd76571 545071 devel optional 
debhelper_9.20140817.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU/DAq8kQ2SIlEuPHAQK93BAAnjkkXg0k98GbTD0ZgLkoD41zF8FXffqf
0SS5m36eZSGqR+8QVxkhEFrUTQBmf/XCfEPyiI7UvwNE4WEr2rNv5IOFF86rjuh3
SLWcZbgXOKvGEeSToMpJ1aG33YKAf4zfhiIu4KGDKTGKuXmzIqdb0a3AOTCkVtxP
WTqN8J1+owhOumiswrOQCNGs9R6qo9GYtLtDlDC16LpAwmapFPKstKNAUEbyos6T
BGhfCFr6seoQ7fYpOwyFOlFBxBbu4EtHmrF3DnN9wR5K8OWf5NEeevc+Hm44jRvp
ab0/gOJVGh22THpY4o7lcJUybz+KdUjjIpwyV3wbBDkHRG4wsmzVgGi5wjzgKpqn
M0mvmtqSTRM50wLEMT4KmRbiLKjeNBN3ANVDwRCch48MiWMQ4r89oABiSmsVfXia
w7qJpWXt8dAnthdzWZqzmVqwU8zFJKOh770kgj1MlcIk2/gnFumV4XFsy8sBrCo2
dDdUfHSRBI9bMcMqFnVVhHlSbPYlZPOyW7xAgNo/T+iat0ub0Ddrfk+z8/WxANUx
AWBDBNPUBzyCxWG+UID8frEbz0YFCfDGh0dvUvNEkH2R3Zc4HoehOvW1jlDO1G1E
i5CohUgQU2c01LcOK/1Cq7SIy3B2VURxi5EeTrl3A4uMl11B8hI0piQx7byed8zc
yOfxmee0C8c=
=6eEx
-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/e1xj20a-0006du...@franck.debian.org



Accepted gcc-defaults 1.131 (source all i386) into unstable

2014-08-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 15:34:11 +0200
Source: gcc-defaults
Binary: cpp g++ g++-multilib gobjc gobjc-multilib gobjc++ gobjc++-multilib 
gfortran gfortran-multilib gccgo gccgo-multilib libgcj-common libgcj-bc gcj-jdk 
gcj-jre-headless gcj-jre gcc gcc-multilib gdc
Architecture: source all i386
Version: 1.131
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 cpp- GNU C preprocessor (cpp)
 g++- GNU C++ compiler
 g++-multilib - GNU C++ compiler (multilib files)
 gcc- GNU C compiler
 gcc-multilib - GNU C compiler (multilib files)
 gccgo  - Go compiler, based on the GCC backend
 gccgo-multilib - Go compiler, based on the GCC backend (multilib files)
 gcj-jdk- gcj and Classpath development tools for Java(TM)
 gcj-jre- Java runtime environment using GIJ/Classpath
 gcj-jre-headless - Java runtime environment using GIJ/Classpath (headless 
version)
 gdc- D compiler (language version 2), based on the GCC backend
 gfortran   - GNU Fortran 95 compiler
 gfortran-multilib - GNU Fortran 95 compiler (multilib files)
 gobjc  - GNU Objective-C compiler
 gobjc++- GNU Objective-C++ compiler
 gobjc++-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-multilib - GNU Objective-C compiler (multilib files)
 libgcj-bc  - Link time only library for use with gcj
 libgcj-common - Java runtime library (common files)
Changes:
 gcc-defaults (1.131) unstable; urgency=medium
 .
   * Build-depend on dpkg-dev (= 1.17.11).
Checksums-Sha1:
 145eec802aa4fcd916d10a4e2a359c225c46d372 2458 gcc-defaults_1.131.dsc
 5311f2b872e5e897314fa4f2f418e4140de83f4c 63091 gcc-defaults_1.131.tar.gz
 51bd073d491846736033a0393ead24f60be7c4a7 152956 libgcj-common_4.8.3-4_all.deb
 9304cf4251b3a4ffe3f1674bb52a0e55ddb9be24 17032 cpp_4.9.1-2_i386.deb
 02be092f8a7e01922e4d2c09fdea8a09ce8ea6f0 5200 gcc_4.9.1-2_i386.deb
 23511d6953fe7160f42b976fc168503bc4341220 998 gcc-multilib_4.9.1-2_i386.deb
 7858ba41258af47c1e652d72a96203d922b72b75 16952 gdc_4.9.1-2_i386.deb
 9e0fc5bf3a0d86c88df6b0908be3092456d0e624 1534 g++_4.9.1-2_i386.deb
 70180e7b376adc0d8a392850688ed2f5264f88eb 942 g++-multilib_4.9.1-2_i386.deb
 e0a2066ceaf33f0ddb362bc43ce0e16c828129b5 954 gobjc_4.9.1-2_i386.deb
 a0ad7ff9ff3af52d584cb0d16a249b8e3cf21fd9 958 gobjc-multilib_4.9.1-2_i386.deb
 dc4ee1a73ec57d281f9b32f508f6460b063df2d4 976 gobjc++_4.9.1-2_i386.deb
 e81bb3898e2dd4971d024146e22cc0cfa5d32ec1 964 gobjc++-multilib_4.9.1-2_i386.deb
 91ec87377311f4349765c1328cb8034ad056f419 1296 gfortran_4.9.1-2_i386.deb
 310569ddd1e329c120e6ab755a22886cd8885cd0 960 gfortran-multilib_4.9.1-2_i386.deb
 30d4bce09c2c0b78d6ffa108050a4d7c546a2a9d 1030 gccgo_4.9.1-2_i386.deb
 d79219df8d9d9fc5d560fd31b0a5c935fde35a6d 982 gccgo-multilib_4.9.1-2_i386.deb
 f576f0678ba0a708b88eea7a0e2fac6056f0d969 1308 libgcj-bc_4.9.1-2_i386.deb
 7195a02c1d0b4194da9456187ee50c5a0b4b22e8 1508 gcj-jre-headless_4.9.1-2_i386.deb
 1e751f5eb6734819178ff5d682a09c6a1a47dc14 1128 gcj-jre_4.9.1-2_i386.deb
 5e18ccf799ad40dd4ceb2d74fb939fa0b3967b72 6104 gcj-jdk_4.9.1-2_i386.deb
Checksums-Sha256:
 0ea13f0e12b7b982676fe1a00ea6a8a1f11076633e8d3cb9a4c07d21b4614cb9 2458 
gcc-defaults_1.131.dsc
 35e160ed03fdd15e078c82670f32846482c66dd6a4939ae3393d97a6e9ea3d09 63091 
gcc-defaults_1.131.tar.gz
 bf719d5a781c1e9c29788383efe11158a439a45278dfd1f0eb136dc7d96cfc6c 152956 
libgcj-common_4.8.3-4_all.deb
 e1fce0ba2e89daf089d492c308c67ac0e98150f4adc9d163ad0354e4f79c32b8 17032 
cpp_4.9.1-2_i386.deb
 f670ad8023119147330090860ace324ae171697d3ea4b41d10b286c411c41090 5200 
gcc_4.9.1-2_i386.deb
 6d931ea881c2a409703efa700e0b73220e8da034a6fb1f12e0978f27d75788a7 998 
gcc-multilib_4.9.1-2_i386.deb
 bf7eb4c595e2547dd615ade7a3fdfde6495e1b14b4a38ca99ee708b452a18e08 16952 
gdc_4.9.1-2_i386.deb
 b75ecd3430e3a8a6158efefcf52bc0c5afddc15fb177db2ad18719f86aca182a 1534 
g++_4.9.1-2_i386.deb
 28384fcb7d871221fbe3f4203adc17d24452435d38d6604de304da617972645c 942 
g++-multilib_4.9.1-2_i386.deb
 2674d7a167f61ea75b554929d58f53847b5f249445864fda32e2a812b63f3f30 954 
gobjc_4.9.1-2_i386.deb
 d63a49d48f316f1ffb33b430b6015a973d7bc958704f4a74ec53c158f6836ef9 958 
gobjc-multilib_4.9.1-2_i386.deb
 9ff1f105a5783426645aedc2951aabe2f80e67db1acc0698bd1177749c33c3aa 976 
gobjc++_4.9.1-2_i386.deb
 17fd7fd169f4a173628e3ef66005489c5b4e161113a2d54f94966a4364814eeb 964 
gobjc++-multilib_4.9.1-2_i386.deb
 d48b395d30102cb382980218cbf062fff4d582c6f0a32e06364ac2fc2d8f75f8 1296 
gfortran_4.9.1-2_i386.deb
 b7e4d9ec5b54d32b0025ef3c2a0d71f6d475421d34454e6ffd74754db2fb1955 960 
gfortran-multilib_4.9.1-2_i386.deb
 d61d5c1dcf2ea8d7c45b37d0b4fa68d1bd4a79a7be8c8179c77a7b40cf60915f 1030 
gccgo_4.9.1-2_i386.deb
 baa4e5e7b17623a0a60d644878ebe1c8dcdc8121311dee3f582f8d0ac7ed98fc 982 
gccgo-multilib_4.9.1-2_i386.deb
 f6a48d1be3423f8c18dc21cb62781728be6744399b47b9b92f27850bdb328f65 1308 
libgcj-bc_4.9.1-2_i386.deb
 

Accepted git-annex 5.20140817 (source amd64) into unstable

2014-08-17 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 10:30:58 -0400
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20140817
Distribution: unstable
Urgency: medium
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20140817) unstable; urgency=medium
 .
   * New chunk= option to chunk files stored in special remotes.
 Supported by: directory, S3, webdav, gcrypt, rsync, and all external
 and hook special remotes.
   * Partially transferred files are automatically resumed when using
 chunked remotes!
   * The old chunksize= option is deprecated. Do not use for new remotes.
   * Legacy code for directory remotes using the old chunksize= option
 will keep them working, but more slowly than before.
   * webapp: Automatically install Konqueror integration scripts
 to get and drop files.
   * repair: Removing bad objects could leave fsck finding no more
 unreachable objects, but some branches no longer accessible.
 Fix this, including support for fixing up repositories that
 were incompletely repaired before.
   * Fix cost calculation for non-encrypted remotes.
   * Display exception message when a transfer fails due to an exception.
   * WebDAV: Sped up by avoiding making multiple http connections
 when storing a file.
   * WebDAV: Avoid buffering whole file in memory when uploading and
 downloading.
   * WebDAV: Dropped support for DAV before 1.0.
   * testremote: New command to test uploads/downloads to a remote.
   * Dropping an object from a bup special remote now deletes the git branch
 for the object, although of course the object's content cannot be deleted
 due to the nature of bup.
   * unlock: Better error handling; continue past files that are not available
 or cannot be unlocked due to disk space, and try all specified files.
   * Windows: Now uses actual inode equivilants in new direct mode
 repositories, for safer detection of eg, renaming of files with the same
 size and mtime.
   * direct: Fix ugly warning messages.
   * WORM backend: When adding a file in a subdirectory, avoid including the
 subdirectory in the key name.
   * S3, Glacier, WebDAV: Fix bug that prevented accessing the creds
 when the repository was configured with encryption=shared embedcreds=yes.
   * direct: Avoid leaving file content in misctemp if interrupted.
   * git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent
 that already has a transfer lock file indicating it's being sent to that
 remote. The remote may have moved between networks, or reconnected.
   * Switched from the old haskell HTTP library to http-conduit.
Checksums-Sha1:
 86c27f20ffad8d5313c30c785b2cd93ae043afa8 3913 git-annex_5.20140817.dsc
 1ac204b05bad1fa331ba96490bd92c9b54c5608d 5703111 git-annex_5.20140817.tar.gz
 8cef7e23818b1b7933a88a459d001e0533252d89 8465988 git-annex_5.20140817_amd64.deb
Checksums-Sha256:
 d7a186c3bcd7cf3be14f45ea2e39798df91bd4da4f5fb6ce39d6f89a7753cc85 3913 
git-annex_5.20140817.dsc
 df67eaeffad742b0134a6e200defee7cc3c119383cab16642cb5ec9d10d570f4 5703111 
git-annex_5.20140817.tar.gz
 b9c2578e45e333e4ddcfeb216b64eef2fc9f4e5d134f2c98c2cb4a8437f8a9c6 8465988 
git-annex_5.20140817_amd64.deb
Files:
 0426d9e2ddf59d4a1e0b9dff9415c60d 8465988 utils optional 
git-annex_5.20140817_amd64.deb
 e6635adbc2713351a32d2f904e7b64fa 3913 utils optional git-annex_5.20140817.dsc
 37a5d4e4d507ae6704b42c8a8ef40c79 5703111 utils optional 
git-annex_5.20140817.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU/DAf8kQ2SIlEuPHAQJTjRAAn8atVvVSicWYuTAO9z63i+gjP8oGBvFs
7sdLDxw5+9zg9m4Dwf9KAFDrU4tNfKx4MrtOyzzbb0DDCIqiTjUki8DquwSfuhDt
eBuBsxRsATQWekyJrs4GZsktRlg9q3qovTr/GcNahjxMmmyLpHnxxiT/OdF2KEHH
DhcvmjI+mm14Kt+F4uFb8EY9IvgD5I/UUKgbWo+qSUxbUwZnbrN8nJw29mHd8RPE
5zoQRq8luiJTVSxuRzcztQxKhBqaNkIzIaMELLZ9xezVXK2wCgV6Q9iPrM4Uu29f
31klTns5kvyeu4LRw8rR1zBOR8jZmYFdMNGuUbLGvGFUvSMeNVu9S6ke4Vmm8T8w
0oM3ETrPThwEngfYf7nPxW0oYwjQpljwQ9GqmqM0NP5Hk+XRSph2jDRLb80BBdBv
23bzTFh+NLDJLDawa53X7ora7zk86YJALMpcjj5WVaUcvsi9uMHI/BMGuuZj1CIE
CU2ktCVggkUW9qIAL411J5S1Hm8FLq3n7+VdZD3Cx4276sry+Rcwu9fAhy7Fc59e
SzVsmhqOzMGsTMWfvic8tIk0L8XB1Mmu+tpYzRixtnxLEKU0pvOOVqDVyIoI1hJS
tYIcVzAEK5Qx5F1QJv1bskeTKbmcalEean5sNhH6kBLTopX1m3pzz8vRWD0T2wby
yfFPaX5Q3Gg=
=jGwz
-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/e1xj212-0006cl...@franck.debian.org



Accepted hubicfuse 1.1.0-1 (source amd64) into unstable

2014-08-17 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 15:54:13 +0200
Source: hubicfuse
Binary: hubicfuse
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sylvestre Ledru sylves...@debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description:
 hubicfuse  - Support for mounting Hubic drive
Changes:
 hubicfuse (1.1.0-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 2c20057139c3a14ec7344fe74f0bbe02b2c767e0 1944 hubicfuse_1.1.0-1.dsc
 0bd2ed3cb5fb0e866097ac3b280e6167df7eee44 61957 hubicfuse_1.1.0.orig.tar.gz
 62524008056880ac7580ca26909db06e1898325c 2244 hubicfuse_1.1.0-1.debian.tar.xz
 a5010a60679ed4f400adaae86a66e9b17ed1c9e9 14224 hubicfuse_1.1.0-1_amd64.deb
Checksums-Sha256:
 d772347c2414421d27434d42b6dd85e01b8c0ac328e9bbc5257600dc02b6d5d1 1944 
hubicfuse_1.1.0-1.dsc
 d9576907808494dae2d0c1d7ada62de9299afd8e49371784aa813396c113e72b 61957 
hubicfuse_1.1.0.orig.tar.gz
 80ba0332546a5924e58718603ddd5be5992325aa31332cf2e828222c4657b384 2244 
hubicfuse_1.1.0-1.debian.tar.xz
 043f3e3ca07863ee69346c98b4e91028f6233f8de8baaa4cd51370f75bac089e 14224 
hubicfuse_1.1.0-1_amd64.deb
Files:
 67f78d297e63f90920447f6c37bb2a82 14224 utils optional 
hubicfuse_1.1.0-1_amd64.deb
 bae375ab7c1c7ff07b8f129306c7eb51 1944 utils optional hubicfuse_1.1.0-1.dsc
 a797eeaffc41dbd029cdfbc10befb7bf 61957 utils optional 
hubicfuse_1.1.0.orig.tar.gz
 68065d174618c5fa386faf71386eef50 2244 utils optional 
hubicfuse_1.1.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8LRYAAoJEH5lKNp1LxvhSKIP/A2QuG38URhaX1WCPZOI6Wg7
Knol8peQpxcrlgjgHBeIMVQ3hRPd+BABdIetZqz2t1ZFqRflbSHtaf08VDLjybVI
auFU2wJGJ+zjpi1oOBKhlfdMysQlpJZAYUWAuYDLzm3r1/c1HfM5CkAxg+Rdn84l
xx7M22wn5lSC8lF8LeHBBZTjPqHJ7Qk0UjT8dNvy+0YgW/7GDTVVj5bZfjPk1TXB
JtJ9UFRpJ4KXGSeFIDvB4i/gfmr0MN+GTqZ0OJ69Us9W+J+LzVEkftRarXcVfQ5R
CcyVzH4dI1PLAt4ezAqfRYekKBT36CXMn7LRz15eDAmhrEn925Kt34JtpM32V7G2
7kkCJMcf4p2T7QyTVNCTsRGhJ9IT9achzZHAjz2KvV3gG+LiqqGilH5m+6sKLTLn
fvz2PeagvSwyD5+1kuqlB/2jXjZA9beyImSbac0B/6dJlRYELc6mt5nr7mruezAW
KqK2CZzEVLVOl0yYNA8eBzgMsxcwmdH5Fvd/J7DP8pM0yoBiLbzQt5h6uOb0vJeY
QTbQQ/4VrH86WffJL8fQWOMKC103NcIMScfniBQTidw4rB8XRBJt5O02djInwBNF
VRs9+X44Y0+BZZB9wmw+NedvLuvBiS3b+TsOud2HjeFOlsRIkTpa7U+ENjed3Zn5
5DiG2GlDUcGp5b2V+FcL
=9Y2F
-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/e1xj21h-0006in...@franck.debian.org



Accepted ipv6calc 0.97.4-1 (source) into unstable

2014-08-17 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 15:48:16 +0200
Source: ipv6calc
Binary: ipv6calc
Architecture: source
Version: 0.97.4-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Bruno lu...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description:
 ipv6calc   - small utility for manipulating IPv6 addresses
Changes:
 ipv6calc (0.97.4-1) unstable; urgency=medium
 .
   * New upstream version
   * Bump policy version to 3.9.5
Checksums-Sha1:
 daa46c00a8496dcc181c99a1b2b2ae441bc8f7a1 1214 ipv6calc_0.97.4-1.dsc
 835f73db9309ca9bc3970ece5347ebb331b9f63f 1037582 ipv6calc_0.97.4.orig.tar.gz
 f96fc1abc6a0d1b372ec290902be582f81ecd033 9997 ipv6calc_0.97.4-1.diff.gz
Checksums-Sha256:
 61a0259221c205a7ae632f146c02399430383bba08de8c185bcabeef7a66a5df 1214 
ipv6calc_0.97.4-1.dsc
 ed2c9e895fdbffa3bee2e46591e0a010eacdefc1bf8eace5fbee9abaa9c3df39 1037582 
ipv6calc_0.97.4.orig.tar.gz
 afc666f69cf14c6056a6b103037785e4b4ed407e41be8439ca647a71135a48ce 9997 
ipv6calc_0.97.4-1.diff.gz
Files:
 5c174801cb1a471c74cba3b7ed75c343 1214 net optional ipv6calc_0.97.4-1.dsc
 a7414ca72f66eb6d515b58c687705d55 1037582 net optional 
ipv6calc_0.97.4.orig.tar.gz
 d0f5052a319b3a366c82b24747462fcb 9997 net optional ipv6calc_0.97.4-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPwsv4ACgkQRqobajv7n7NT9wCeJ0IO+noAGrs/YOwTG5CLTqFq
4PoAnifv7M5iAKwGRDswqP6n1dHzt3ba
=QiFB
-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/e1xj21p-0006jc...@franck.debian.org



Accepted keepass2 2.27+dfsg-1 (source all) into unstable

2014-08-17 Thread Julian Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 15:55:03 +0200
Source: keepass2
Binary: keepass2 keepass2-doc
Architecture: source all
Version: 2.27+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian CLI Applications Team 
pkg-cli-apps-t...@lists.alioth.debian.org
Changed-By: Julian Taylor jtaylor.deb...@googlemail.com
Description:
 keepass2   - Password manager
 keepass2-doc - Password manager - Documentation
Closes: 749346 754575
Changes:
 keepass2 (2.27+dfsg-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #754575)
   * remove upstream applied fix-webdav-storage-with-mono-2.11.patch
   * add fix-autotype-paste.patch to fix pasting with autotype
   * mention the need for the mono-mcs package to be installed for plugins to
 work in README.Debian (Closes: #749346)
Checksums-Sha1:
 fc8b5ea3812bfd0536daf30f5a3408db30d18f17 2131 keepass2_2.27+dfsg-1.dsc
 f966ec4367c0bae82d9e440e6ccc39c79106a179 2695946 keepass2_2.27+dfsg.orig.tar.gz
 08af665f4d43e6a3ab0850113e9c00872905a892 14908 
keepass2_2.27+dfsg-1.debian.tar.xz
 8de15bc04d1823f43afe46e785b68556ca0a28f9 832340 keepass2_2.27+dfsg-1_all.deb
 320d3d72a57178f26dd9830e478bacac4521fe71 577428 
keepass2-doc_2.27+dfsg-1_all.deb
Checksums-Sha256:
 ab35b997a685a1821523efe4bdabf9ebc618196af44b2c2f7e38da119984feeb 2131 
keepass2_2.27+dfsg-1.dsc
 ceed8cd05017c49a4c004db7f4ff697216155b55ce1f7925a287994b909fc34c 2695946 
keepass2_2.27+dfsg.orig.tar.gz
 f5f16ccede1b4f185a518db98fac691418624025a425edfa301823c4a539b7a0 14908 
keepass2_2.27+dfsg-1.debian.tar.xz
 5c08a7c8e54f7dee1e9a9c931bf86855548fbf8a5eb83bc9a39b8d8b1d7a2b28 832340 
keepass2_2.27+dfsg-1_all.deb
 6ea052c855e0a61b2b950859f2927e9879573da3fdfddb20048aa54536794c19 577428 
keepass2-doc_2.27+dfsg-1_all.deb
Files:
 842ba5b2d61cd8950c78082d56c9eb9a 832340 utils optional 
keepass2_2.27+dfsg-1_all.deb
 cd2c77ce30b3fdf28120319c889e3c96 577428 doc optional 
keepass2-doc_2.27+dfsg-1_all.deb
 5b422e03f1b1f7b1b81e59a750dfbd21 2131 utils optional keepass2_2.27+dfsg-1.dsc
 c909036e57b69500b9422954e8c7cc67 2695946 utils optional 
keepass2_2.27+dfsg.orig.tar.gz
 6d4768f463e59fd3eefb1b76c7a74e2a 14908 utils optional 
keepass2_2.27+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8Lk9AAoJEDLMSqwCh1b/UfIQAKXPg1pI9lij6s6eqRs1Zc/P
02f4DOEZ9ALRY0B4UoeqglXp6vfs0QS5xLCZuvbjXzOY7eu9FGf/2S/qVXUtIAr6
Gf2O/O3UEFe2p6ttdKY4MPtYYOlQOO/0DRWZ4kJcPQmu82ZWk02kR2TSFFXHEqCG
CQ+TEgA+MSmHdZ+uLCjyw3pYpnB8KrYHMWNeXi11IzG+nG8r4AldL48hEf2gqrUg
sYhuhwJ4oss02GvvnAAwoGZR24GD3i1bTYQQ53i+YYO74ESWccxGuA2sfFlX9iaI
ljDrZ267m/nA5gvXV52Iw7J7XGZBwxPNWFVW5I+0mN8d7r3JsCgbwBUrqEVgQ+hV
7sdHXY1GbpRD8dMlNoCGojjwt7DdD7cpdRnNWp9dS/g09o6GUJ+OD0m2+WLHwU7F
97zf3LbQsv3dcrAC2XTfpHtfjd9DBPSdMo7+x/9EpymLR+T8vpkpFUZjLqdGNfSW
kTj3f5tTT+WvpdPxbd6WWfJeKlB8qViLeqmQJXq7tz7ZqGRQimaRLD+YZqzGOt+2
ObLuEKF84YE0MJg21FcnYuv7o08TpuoUOHaU1eybxYOl3Q1Dbx6tn4CmFTDJ6j1r
pWoda1o7OJKKpUGrCFnqLTv9Sx8tiLTKShtmWeFteUHAz7Ds2I27ZRlkLQwtgz5C
q0lPozI9O4REujOo5VnI
=BqiV
-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/e1xj221-0006mg...@franck.debian.org



Accepted pianobar 2013.09.15-2 (source amd64) into unstable

2014-08-17 Thread Luke Faraone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 05:40:34 -0700
Source: pianobar
Binary: pianobar libpiano0 libpiano-dev
Architecture: source amd64
Version: 2013.09.15-2
Distribution: unstable
Urgency: medium
Maintainer: Luke Faraone lfara...@debian.org
Changed-By: Luke Faraone lfara...@debian.org
Description:
 libpiano-dev - library to interface with Pandora radio -- development
 libpiano0  - library to interface with Pandora radio -- runtime files
 pianobar   - console based player for Pandora radio
Closes: 753142
Changes:
 pianobar (2013.09.15-2) unstable; urgency=medium
 .
   * Rebuild against libgnutls28-dev/libgcrypt20-dev. Closes: #753142
   * Update debian/copyright to meet DEP5 standards.
   * Bump standards version, no changes needed.
   * Add upstream signing key to source packge.
Checksums-Sha1:
 5994e6a13f684cf2cf58c5205674a93365896b50 2142 pianobar_2013.09.15-2.dsc
 9f44e4b6688afbc6994f39325f3a5907a9256804 6968 
pianobar_2013.09.15-2.debian.tar.xz
 4cf0bf6aa79d6f3609f7755d0bde79fa157bfe8a 37214 pianobar_2013.09.15-2_amd64.deb
 3b4c85a8cad661164c5adb86a8254231bf2fbe7c 19802 libpiano0_2013.09.15-2_amd64.deb
 efdb9e2d58445d682460f4453250f18f90725314 21460 
libpiano-dev_2013.09.15-2_amd64.deb
Checksums-Sha256:
 2724af8f91af4020f86933e8c7da26dc56063e3b60e1117c499af88969ddbc0b 2142 
pianobar_2013.09.15-2.dsc
 5b6d85be8dde434a29ad25446fb82fc52fc3fec72ae82deb51d3d3d7a07d9444 6968 
pianobar_2013.09.15-2.debian.tar.xz
 73f855487c27cc4dfaca0daff1369f69bcaee74d6fd05daec85fa1e01c02bfdf 37214 
pianobar_2013.09.15-2_amd64.deb
 283dea09ac809e395114a202cabb7343c5d9bd3ca08ff160280ed543f917d15b 19802 
libpiano0_2013.09.15-2_amd64.deb
 9a049c7ef9a4a55e4734ab7b8b1fb0f547bda2debcc97bdbe06ef4b34c3d6c43 21460 
libpiano-dev_2013.09.15-2_amd64.deb
Files:
 5cf5315f55c05190dd56174693fe9256 37214 sound optional 
pianobar_2013.09.15-2_amd64.deb
 33faaf4c94cc88d7d927d2d00fd78120 19802 libs optional 
libpiano0_2013.09.15-2_amd64.deb
 c7a03a41235a95c5422113d492d003bd 21460 libdevel optional 
libpiano-dev_2013.09.15-2_amd64.deb
 84e4eea9ba934170c07df8b39b436d81 2142 sound optional pianobar_2013.09.15-2.dsc
 638f73e2b366648dff05ba47d2530725 6968 sound optional 
pianobar_2013.09.15-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8LIhAAoJEJcyXdj5/dUGpHgP/0yYu4YiO+uQvhjPxs3vq1Nq
Juiy7q4FGoqLOSJXLOm266CPIy+za+DodfR1fhFpU3Mt6Pli2utuvlkuN8gB6CWD
AAtfgfHj6Dp8S9t9QtXOdO+Zr3xQBblT0kngj+LzDmxjUwF/3A3LJNOZQyHmjKO7
Jzz3QRMku+AkjwmXuvRt+SvK5SsF5jaCI1gWzQVHBpFScrMFLwqofq6pv/4FAG5X
Y1z8TvagAsK+INWUuJCPgE0ekeryWLMYa/yXd0ch8pZiDPmpEe4JmXGmmeJSi1Zh
cDFOZ2v0BRP+tg0Vnj4H9bCg2bXWfuP6A4W9dxddDB3rkv8zDI0uV0G7k3HjDbMX
aqtnnu7u2VxrLDYJVSy070oeqmK0oilt5n5uwB/kCezqgmkcCLVXin4Rz1I9z1nR
/o7KLH4tDTTgVg3e5Ky8YHYkMB5ZRslbZ/ztcVkBeRasYlQ+EDysyYIB7jPEQEoW
xsaDeUcLlv3p5uNIbz792T4iJ/xIc/60CQR1wesn2OAF+0YpRWEY/AScDx4wvdzb
qLj3rWxGGTIT+UiVIgSW1Bs8rjGXSZLDoGInJpWNwNBkiZIQUaguoAr0PCt5Ankx
rjFCAoCVg+klks4B9aKH1bnrO2QfJ5xFbN0Q350tWWuLUtqMdBZwW6puKMUvlbQR
l51MdJEOXvZY7c8hGWAF
=hkoc
-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/e1xj22v-0006wr...@franck.debian.org



Accepted php-guzzle-stream 2.0.0-1 (source all) into experimental

2014-08-17 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 09:20:46 -0400
Source: php-guzzle-stream
Binary: php-guzzle-stream
Architecture: source all
Version: 2.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description:
 php-guzzle-stream - implementation of the proposed PSR-7 stream interface
Changes:
 php-guzzle-stream (2.0.0-1) experimental; urgency=medium
 .
   * Upload to experimental since the php-guzzlehttp version waiting in NEW
 depends on php-guzzle-stream (2~).
 .
   [ Michael Dowling ]
   * Cleaning up how streams are accessed in decorators
   * Adding flush to interface
   * Preparing for the 2.0 release
   * Maintaining BC with the old functions, but marking them as deprecated
   * Adding FnStream, SeekException, throwing when hash fails
Checksums-Sha1:
 9a8cabce34a9463468b1c54271b19ea0266272e7 1825 php-guzzle-stream_2.0.0-1.dsc
 2ef21b4ab5135ca7afa9a315520402fa5bf9565c 18075 
php-guzzle-stream_2.0.0.orig.tar.gz
 c5aa24f01ad7131add5480e080e8e02a869c850e 3740 
php-guzzle-stream_2.0.0-1.debian.tar.xz
 3c40b73faf38f867732a2e3a44059d5bee8b996f 12662 
php-guzzle-stream_2.0.0-1_all.deb
Checksums-Sha256:
 feb3a0f12fb691edca673f110cf517f1cae01fa96ff8f76252e5cb6ad9fcc300 1825 
php-guzzle-stream_2.0.0-1.dsc
 45d9cebf38fbfb6b9d266799faf2b508c0add332a248418b86bd360f1ec0978d 18075 
php-guzzle-stream_2.0.0.orig.tar.gz
 ea6efb252192f58fcc9993dead0074fee7bdaab215a81f2144aba7c3f5e5629e 3740 
php-guzzle-stream_2.0.0-1.debian.tar.xz
 843dce9da4572bdbbc9112916e578ab5e3461ba018336e2405cc9ae557c037e8 12662 
php-guzzle-stream_2.0.0-1_all.deb
Files:
 5fe728bc01c413ad1a21574fa14f438f 12662 php optional 
php-guzzle-stream_2.0.0-1_all.deb
 b1f6262c8ca723aa276905c2a5fb4fff 1825 php optional 
php-guzzle-stream_2.0.0-1.dsc
 5bd88a5d163f68979dac98633022be34 18075 php optional 
php-guzzle-stream_2.0.0.orig.tar.gz
 8fa799b5eca186fa7d5af598c9f4a641 3740 php optional 
php-guzzle-stream_2.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJT8LfpAAoJEAWMHPlE9r08sD8H/0YMj/+qb11GxL8X79XW++Md
JrC5+d+WykeBimMHmxrVFXZaNll40vkU1t0dPEAbcl2twtDhJYUYo/mQtuEfPBFI
rzi1jzlDVxck7b5acg6p5OfO3Xj4oQrxi3rwYOEgpO3L7kyGYejEFRFLA5+R/15H
SyasvZxXKTumAIHnn0TmaC7RuM6GKfnfeE4awU3pM2VxzstNSi+qpX2kFoMCRdCN
56VnBoyJSdgW8dU3KPhuUshA396y+roERDGY9UhgdLwGebci3DrQwE2LaKQwtxd7
9zybZDWMEB2Edt4FzE64G8NiAAToXr7SblkCzKRJV66+Z4y05m2EnN4prgpY6Zk=
=usDw
-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/e1xj22m-0006sp...@franck.debian.org



Accepted streamtuner2 2.1.3-1 (source all) into unstable

2014-08-17 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Aug 2014 00:02:02 +0900
Source: streamtuner2
Binary: streamtuner2
Architecture: source all
Version: 2.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description:
 streamtuner2 - Browser for Internet Radio Stations
Changes:
 streamtuner2 (2.1.3-1) unstable; urgency=medium
 .
   * Imported Upstream version 2.1.3
Checksums-Sha1:
 7107268a90ef18344fc412822ca08e2049e6 1862 streamtuner2_2.1.3-1.dsc
 aba4a14316bdc4051f5eae0ebce3bcbce6961c71 1074800 
streamtuner2_2.1.3.orig.tar.bz2
 7dee5ed87da6cd24a8e2744b63b6bbaddb196fac 3872 
streamtuner2_2.1.3-1.debian.tar.xz
 1a590e77ef086eaac07508720e268321e6ff456b 361878 streamtuner2_2.1.3-1_all.deb
Checksums-Sha256:
 90f6e48fe948bfe9cee39216e41df12c02be32dd567983e1a30360301a394e04 1862 
streamtuner2_2.1.3-1.dsc
 329b27923cfaeb1fe375b06e33ad9d7d0aa2640eca145e7e9ca44b518d3926b1 1074800 
streamtuner2_2.1.3.orig.tar.bz2
 ca371f4c988ce345e3501e9fd8be5ff6e829a487ab84f0be99c15f03c7d88b05 3872 
streamtuner2_2.1.3-1.debian.tar.xz
 2b7fc4c516480cde40a286f8608828421951e74497b43181a6774ec0574dde26 361878 
streamtuner2_2.1.3-1_all.deb
Files:
 7537b015ced9316d5a325d217a2ba3a6 361878 sound extra 
streamtuner2_2.1.3-1_all.deb
 e11809e0043f8f003c98078fa5372d7b 1862 sound extra streamtuner2_2.1.3-1.dsc
 32870b3d35eec848d7809bdb0c758fe6 1074800 sound extra 
streamtuner2_2.1.3.orig.tar.bz2
 16d31f9ff7a8711bdaea2abfecb48d6a 3872 sound extra 
streamtuner2_2.1.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8MQDAAoJEMwUn2wopeJXzRUQAJABBTeJNbLUDLBHIbOerCDU
Qxn73tGlasfVskU02APH50o5sqz7HbbGegrIkVj7AnHr3XQld/SYsG8OLPBLHH0A
pSh2p3BHYlTGXnpehgtw2OebiU4mO4/LvlEBAe8JDNrTO/sOPi0si25b85oqhvWZ
IPWMYSsNGTu9yJyuk4HxbTKLr0O+He6JMlZxhYatNXcGit8adlf9u3xhXAaQpjnl
ycQ0ZbvYqJzZoSlYEMhAQ+MpxsTGwBMMeP5cz4+f9rgc2RXL/b/v1UREKrAsdnHT
H3SnVwFFFDh8oW7BWsSLQM79588SKhCZz0znCA/B8zq7LVcthY3LCAW6bvtVRNhy
X70UcVRSzVCoviwQgGL/d/ezXsSAGFQ5vDXnPjdYBh2VKfjLNQx/ZvF+y3fGerjH
EAs8/Iwp8x6CYJUB2SUjJqjc0QtSAtJCBilOgHhYPQp4g+M3DdV1dwCPoUNtZrDR
MX9+ZCZCHJyOy3wgQ1sKBvQuamrx8SBBEXv2xQQri72F2c6dlhmfBABH5A7KYtHI
k4AAF/1Wcmpip7CfatAdy9AgShaiXXNdRxXuVR5PqE5Kj6ivn84z8Zf9+/Z5nNrJ
PjZkqACrdsXc2g8A02hnItls0sX5sx1qjLydALy5umcA2/qKtzPeCvv1VqthJaRr
5ha2cNf3WuyQpzEMHo5r
=RFCA
-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/e1xj2gg-0001wa...@franck.debian.org



Accepted acl2 6.5-1 (source all amd64) into unstable

2014-08-17 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Aug 2014 16:04:06 +
Source: acl2
Binary: acl2 acl2-source acl2-emacs acl2-infix acl2-infix-source acl2-books 
acl2-books-source acl2-books-certs acl2-doc
Architecture: source all amd64
Version: 6.5-1
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description:
 acl2   - Computational Logic for Applicative Common Lisp: main binary
 acl2-books - Computational Logic for Applicative Common Lisp: compiled librari
 acl2-books-certs - Computational Logic for Applicative Common Lisp: library 
certific
 acl2-books-source - Computational Logic for Applicative Common Lisp: library 
sources
 acl2-doc   - Computational Logic for Applicative Common Lisp: documentation
 acl2-emacs - Computational Logic for Applicative Common Lisp: emacs interface
 acl2-infix - Computational Logic for Applicative Common Lisp: infix interface
 acl2-infix-source - Computational Logic for Applicative Common Lisp: infix 
source
 acl2-source - Computational Logic for Applicative Common Lisp: source files
Changes:
 acl2 (6.5-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1:
 62df5868c96e0cce7a3c6711c7474e0c17e3eca9 1810 acl2_6.5-1.dsc
 7444597f5003ef9d2a7561c414064a2d498a4485 14978744 acl2_6.5.orig-books.tar.gz
 c0125f43b222f40db98a0e573cfe5e1cf12d4294 6192434 acl2_6.5.orig.tar.gz
 960e506791e10eccde9285087dfbb2c3759f0ecc 128192 acl2_6.5-1.debian.tar.xz
 4b5af7991eed5e16c187f7e5f4c379f7909a59f5 2764700 acl2-source_6.5-1_all.deb
 e4f8a307955c3f449bc7741272df0da0c0c0594e 60876 acl2-emacs_6.5-1_all.deb
 453dd9e778c7c51eb55fb68ec868b6f273cb188e 79424 acl2-infix-source_6.5-1_all.deb
 183ebd236de13b4bfc1a10a35a4557ab783fb6d5 6957474 
acl2-books-source_6.5-1_all.deb
 4e5537e41a09cc3768665546969f14d01673206c 6498798 acl2-books-certs_6.5-1_all.deb
 1a7d892495755c2e47e60dd80068ce52c3fa96ca 1672106 acl2-doc_6.5-1_all.deb
 b881638cda2728b876fb5acd7616224efd51e1da 16322752 acl2_6.5-1_amd64.deb
 2c32a69526e0848e695153478f73d22998d2779d 150590 acl2-infix_6.5-1_amd64.deb
 b1a365861eaac7093eafa9a1593f8a26c22529ba 23140358 acl2-books_6.5-1_amd64.deb
Checksums-Sha256:
 9b327d1c585e45c698a6bfe39463f38817302308bd4fabf0b8215a41c922838f 1810 
acl2_6.5-1.dsc
 bb1b95a06f2e946f9610d7221bb97eb1be126a64cb01ef85efa69fafe9454c34 14978744 
acl2_6.5.orig-books.tar.gz
 cf8c1c81a68429d1d77d6e23c9a84cbd0ec9e270f21aa04d00bafa761f656ea6 6192434 
acl2_6.5.orig.tar.gz
 7b99cf93c607f7f98c30b9a7b31bd118ff267b0f43e16ad2dcf3125c0728a23d 128192 
acl2_6.5-1.debian.tar.xz
 319cb88b259a2c66bbec26ccb41f2c134eb6673c0d229d4b0507b2bc8961ed5e 2764700 
acl2-source_6.5-1_all.deb
 a3e74fe8c947670a37ec2f4682caa65e69e22f2f174fa712b84d937b25b5e28b 60876 
acl2-emacs_6.5-1_all.deb
 fef3d41afc86decdff8cc155140c57ef73515ae92f28b0569f292a665157d51b 79424 
acl2-infix-source_6.5-1_all.deb
 739734c08ff3352c22138f1444c610612ca91a3821837f0eb8e71989898425cf 6957474 
acl2-books-source_6.5-1_all.deb
 c051531fe7d37482972fbf5df1abe7801cd2a2c1c39abbb16c9e665a35b6bb7b 6498798 
acl2-books-certs_6.5-1_all.deb
 a0fd77fcac4e46e9e57db16d8e1e4fdf2aa52a06a5a9e668c2621cd5e2433d76 1672106 
acl2-doc_6.5-1_all.deb
 0b73aab12f0e109abbb4969b07842a4c95074f5ec443fb17832f796c2657a2c7 16322752 
acl2_6.5-1_amd64.deb
 991f1cbeb5ff14b20789349ef5311a88553cbffebb6e06f81cbe9ff918ad9374 150590 
acl2-infix_6.5-1_amd64.deb
 fd8640dbb6faf098e3adee30dd1b8bf48ec25ca565d3f15814ddbd496ea09105 23140358 
acl2-books_6.5-1_amd64.deb
Files:
 5f1ed7679cb3534bf949592983920674 2764700 math optional 
acl2-source_6.5-1_all.deb
 f34d777059e5e2f13be0902ec5c4fae2 60876 math optional acl2-emacs_6.5-1_all.deb
 f0338d802ebf2470b20209de069c95f0 79424 math optional 
acl2-infix-source_6.5-1_all.deb
 dbab93f0ebbe7ab412a533b6068ce692 6957474 math optional 
acl2-books-source_6.5-1_all.deb
 392cd6eb3706282d8594a097bd813760 6498798 math optional 
acl2-books-certs_6.5-1_all.deb
 93c5b46ea92a364d9127cf4f2aef0644 1672106 doc optional acl2-doc_6.5-1_all.deb
 29fa396366c6f6c045486e929d6c76a0 16322752 math optional acl2_6.5-1_amd64.deb
 48147d6ebebacaa7ba5fc7a81da1eb4e 150590 math optional 
acl2-infix_6.5-1_amd64.deb
 b6fe701b0b6637ce952173991f7a7b9b 23140358 math optional 
acl2-books_6.5-1_amd64.deb
 69492c3a7e8a909a9ce3359aef2db617 1810 math optional acl2_6.5-1.dsc
 487107b1ffcbae00232130586efa85d9 14978744 math optional 
acl2_6.5.orig-books.tar.gz
 70fcf9bac3baca4abfd74fa6035613ff 6192434 math optional acl2_6.5.orig.tar.gz
 0f81a52414f041c11c54c63285b76041 128192 math optional acl2_6.5-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPvalYACgkQczG1wFfwRdwbqgCeJE8yHrvmVwT7BlG2RhrmdRxC
fgMAniW74NhYFRpbsEfVCuw4EJTTAcIC
=uZIA
-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/e1xj2u7-79...@franck.debian.org



Accepted binutils 2.24.51.20140814-2 (source all i386) into unstable

2014-08-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 17:06:36 +0200
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-multiarch-dev 
binutils-hppa64 binutils-doc binutils-source
Architecture: source all i386
Version: 2.24.51.20140814-2
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 binutils   - GNU assembler, linker and binary utilities
 binutils-dev - GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-hppa64 - GNU assembler, linker and binary utilities targeted for 
hppa64-li
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-multiarch-dev - GNU binary utilities that support multi-arch targets 
(BFD develop
 binutils-source - GNU assembler, linker and binary utilities (source)
Changes:
 binutils (2.24.51.20140814-2) unstable; urgency=medium
 .
   * Still provide i486-* symlinks.
Checksums-Sha1:
 e5cc1dae6a0dbf0365d24354bfea01337289a18d 1807 binutils_2.24.51.20140814-2.dsc
 947a6582f893164fa80d1ca01e097b5813e601b7 75257 
binutils_2.24.51.20140814-2.diff.gz
 50fbe927d65452c1dfc31e9ba015e331adc04a8a 499458 
binutils-doc_2.24.51.20140814-2_all.deb
 28a0b967b3bc62254bbafef373daed18c4011bb3 16832160 
binutils-source_2.24.51.20140814-2_all.deb
 ae6091a0dd0cffa51b7af446318691c237b61a75 3455162 
binutils_2.24.51.20140814-2_i386.deb
 1c08f3508871389c9236f09a9a2190f344bfee96 1744152 
binutils-dev_2.24.51.20140814-2_i386.deb
 e8b23b9948483aa5e2e57bfb8b68b34b833ea136 1706316 
binutils-multiarch_2.24.51.20140814-2_i386.deb
 ff4584c925d23595d81be44e87a3c1b0a204a6d3 1202 
binutils-multiarch-dev_2.24.51.20140814-2_i386.deb
Checksums-Sha256:
 a2a78995939c68af6ede5b03effdb09560adc98cbb79e66c5fa71a16901d9827 1807 
binutils_2.24.51.20140814-2.dsc
 bb60f72436545af1b9b8f5b3be046d03dcffe750839762b1237fe8a52141ea15 75257 
binutils_2.24.51.20140814-2.diff.gz
 a77674f79a0bdcbd97a1b4cc4a695e1d85860eb5db1286a4a83dca7d4870d805 499458 
binutils-doc_2.24.51.20140814-2_all.deb
 a559b65fb18c39701e181ae4282e0bbe5ff6f6f14b11db58f13a024d76019ce6 16832160 
binutils-source_2.24.51.20140814-2_all.deb
 b5dd6d8597dc7dd5a9ad666971817e3c6b89fbf650fbaa6ba214e2d4591e5643 3455162 
binutils_2.24.51.20140814-2_i386.deb
 8042c9f303f11734cff4fbfb34f1760406873d5064fe1b6031534a254b4d5245 1744152 
binutils-dev_2.24.51.20140814-2_i386.deb
 8376b7816b3d14a596fdc9be67ddcc1c9b554c862fd3a1635b51d7da150b5fc0 1706316 
binutils-multiarch_2.24.51.20140814-2_i386.deb
 a3600ee302c06bd4a654f33cf0d36652bf67aa5bdf750ae198d9be8a495732f2 1202 
binutils-multiarch-dev_2.24.51.20140814-2_i386.deb
Files:
 f55412c00db9fec98f0849a32caaa3a1 499458 doc optional 
binutils-doc_2.24.51.20140814-2_all.deb
 0253883681a6944a228ac53357360daf 16832160 devel optional 
binutils-source_2.24.51.20140814-2_all.deb
 73a93eb426cd32a088e6bcff995fbf6f 3455162 devel optional 
binutils_2.24.51.20140814-2_i386.deb
 f962c8b31a461ad825bb9d031a1a83ea 1744152 devel extra 
binutils-dev_2.24.51.20140814-2_i386.deb
 d5a3215e9dd8d1702cde36c86e325d1a 1706316 devel extra 
binutils-multiarch_2.24.51.20140814-2_i386.deb
 688f5332f124fda5ab33e7ea1062a759 1202 devel extra 
binutils-multiarch-dev_2.24.51.20140814-2_i386.deb
 6870bc11430e5c14cfb531bd4a18b299 1807 devel optional 
binutils_2.24.51.20140814-2.dsc
 aaf08da958f21be14a6d1d37b110b42f 75257 devel optional 
binutils_2.24.51.20140814-2.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPw1rwACgkQStlRaw+TLJxnIACfTaMgf6DFeTdNQj7qIjUyfn+j
K5cAn0w9dg3PUpTilMe0Yq5Mgu15HLZD
=DqRS
-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/e1xj3p1-61...@franck.debian.org



Accepted suck 4.3.2-14 (source i386) into unstable

2014-08-17 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 18:09:27 +0200
Source: suck
Binary: suck
Architecture: source i386
Version: 4.3.2-14
Distribution: unstable
Urgency: medium
Maintainer: Christian Marillat maril...@debian.org
Changed-By: Christian Marillat maril...@debian.org
Description:
 suck   - small newsfeed from an NNTP server with standard NNTP commands
Closes: 758428
Changes:
 suck (4.3.2-14) unstable; urgency=medium
 .
   * Rebuild against inn2 2.5.4 to remove warning in log file
 (Closes: #758428)
Checksums-Sha1:
 4a8be94821a58a6d43586399f62fa930ce8b1d1e 1689 suck_4.3.2-14.dsc
 e155c5dd60ab70c5a6f2f01a3d7848111e089db5 46872 suck_4.3.2-14.debian.tar.xz
 1612c0665013edea64eaac8826490955cc195260 155342 suck_4.3.2-14_i386.deb
Checksums-Sha256:
 f5d151c2ff6e7ad2be039f00629f661e7143750b5d214ed4473bdeedc4346ca3 1689 
suck_4.3.2-14.dsc
 f061c996fdac0a7fd72a7bcce66790e9ca35ac7386808ac82e6288ce5c0936c5 46872 
suck_4.3.2-14.debian.tar.xz
 0d71458f467c9d5665aeff2837224328d6951472ca8c199ed78990248a6ea988 155342 
suck_4.3.2-14_i386.deb
Files:
 b2f3d25d55912f76e4b579616e42671d 155342 news extra suck_4.3.2-14_i386.deb
 dfd44c34087a02ff10e262bcb7435e36 1689 news extra suck_4.3.2-14.dsc
 14fcb4b4d91e338be8db7a5baa1e41f3 46872 news extra suck_4.3.2-14.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU/DVblyAjCtlVYEXAQhylxAA0/fDc66GebJjuvyghhFx3GdVoMvgAh9n
TiaSdadi4+aFb/rcIYh68Xm0PXRRCe71kA96LiruZfwW80R8pq1nHsEjfi5vXRus
BqLA4Btk3fXgf63/xcqRyi1GOckf2sOPPrrt6xVWjPzkbSq+uNwKHmRrOAZWeyeE
0qp+2SXAYKfTSdbNnzMcnr9dolw/sOLsEU8ELi7nwMu+ORK8fPzw8HFRrMgivvQJ
o4YPpDL/9LbQrwELV+N5VWQrEbanG48+z4U//DIhVjbQjBZgmyYr0BCtYWJ7Kv3t
vHvXYozdyQxAM37pI4GVvt94Ew/qBoGxSaRS8V91IX+rewIGuvoEO+3nysG072kd
Xmf1eWlWjn0jDW82BJ092mEKUp004bzNB3OtODxYbcfcDMR34WL8VK94GP1R2JNZ
DimJxym1Hki+JQYrQiC/C/0+G2UIbazojleXRIl31ZWxFOguyPeXAS8mR2AwYXeP
B71FIlhVrrN2lvwwOFUU5qX6ju3t2H1vRmdEcYkWr+X1Slv1aNVXXhf33hrLUyIl
wh8uetFUWXR7MAZ9Rk0PESR3zwx1vgXmo/Jmb5JCc4cv5RKKwLOmYmh4OuuaoO0K
Sp5BYOWDAKeTlT5ULrTbIs8NIPxG5DDixXgOaB9k2rc8uX0MU/oWjaITukCbvfRA
wpNmgU9eXPc=
=te1P
-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/e1xj3py-eq...@franck.debian.org



Accepted pango1.0 1.36.6-1 (source all amd64) into unstable

2014-08-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 18:46:55 +0200
Source: pango1.0
Binary: libpango1.0-0 libpango-1.0-0 libpangocairo-1.0-0 libpangoxft-1.0-0 
libpangoft2-1.0-0 libpango1.0-udeb libpango1.0-dev libpango1.0-0-dbg 
libpango1.0-doc gir1.2-pango-1.0 pango1.0-tests
Architecture: source all amd64
Version: 1.36.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description:
 gir1.2-pango-1.0 - Layout and rendering of internationalized text - gir 
bindings
 libpango-1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - Pango library and debugging symbols
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
 libpangocairo-1.0-0 - Layout and rendering of internationalized text
 libpangoft2-1.0-0 - Layout and rendering of internationalized text
 libpangoxft-1.0-0 - Layout and rendering of internationalized text
 pango1.0-tests - Layout and rendering of internationalized text - installed 
tests
Closes: 711292 741672
Changes:
 pango1.0 (1.36.6-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Update install path for installed-tests.
   * Bump Standards-Version to 3.9.5.
   * Drop Suggests ttf-baekmuk and ttf-arphic-*. Those font packages have been
 renamed in the mean time and nobody seems to remember why they were added
 in the first place. (Closes: #741672, #711292)
Checksums-Sha1:
 da50047f2930a549b87f92223e3a96789380c27d 3126 pango1.0_1.36.6-1.dsc
 91aea0a9364532ba2fb1bde8c84f4d5c2ef5f1ca 1027756 pango1.0_1.36.6.orig.tar.xz
 438695295f71fd375cfe5f10b6097e92e39509de 31260 pango1.0_1.36.6-1.debian.tar.xz
 12ddfa834b80c1efc7a29eee0f8e7d93337ea2e6 367526 
libpango1.0-doc_1.36.6-1_all.deb
 1966eee8488d2e3936f3b858b0ca7897f274c0cd 180844 
libpango1.0-0_1.36.6-1_amd64.deb
 9be41269a298ca609fb50da27d9d352f9098c6f4 287926 
libpango-1.0-0_1.36.6-1_amd64.deb
 d439592149c7e33581e5aee8a3f9d35a1caaefc6 198212 
libpangocairo-1.0-0_1.36.6-1_amd64.deb
 d677da01097b6e32218e6e8688e0c53821f3a5b6 192650 
libpangoxft-1.0-0_1.36.6-1_amd64.deb
 485bc77b925a774ff679f4db67455fdae58bb101 210708 
libpangoft2-1.0-0_1.36.6-1_amd64.deb
 9a0155b39f2b292c07197131cbbba3b1e1b24c6b 142366 
libpango1.0-udeb_1.36.6-1_amd64.udeb
 ba844ca0e1049a7ef30c526340dbfabe8b540ebd 464134 
libpango1.0-dev_1.36.6-1_amd64.deb
 73e035f686d285f6a260c6597b290b58c5644d77 626014 
libpango1.0-0-dbg_1.36.6-1_amd64.deb
 04182e6d70de169223ab7e642e94dc1f05d5c24d 198138 
gir1.2-pango-1.0_1.36.6-1_amd64.deb
 1b9d2892a174fdbc818ec984cce69ff758afabfc 245106 
pango1.0-tests_1.36.6-1_amd64.deb
Checksums-Sha256:
 6a81246cbff298c1047e3cae856e3258ffdc3412cf250d540488f4bc96b280a2 3126 
pango1.0_1.36.6-1.dsc
 4c53c752823723875078b91340f32136aadb99e91c0f6483f024f978a02c8624 1027756 
pango1.0_1.36.6.orig.tar.xz
 e533cfb6b8270b3fb4271f91982e3848fe01c82b9312818ed10256471faa4da8 31260 
pango1.0_1.36.6-1.debian.tar.xz
 da50eecd7cda69dbd89fda73945260bee53aa90ef9a3fe1fc4559f4a53ec3799 367526 
libpango1.0-doc_1.36.6-1_all.deb
 76e2ad7eb9b4571bbedff0e4ff0936e87e7fecf43e2dbd5a9b78e4e8a8a0694a 180844 
libpango1.0-0_1.36.6-1_amd64.deb
 3d5987b0078e9f4db078e8e1d82d094caeb309ed81d1830f6744b201d463e5e0 287926 
libpango-1.0-0_1.36.6-1_amd64.deb
 f1029b3b5b99bba63ae4c2302bd73d87784b2f061d55d247eaa640b7d6d7bc9c 198212 
libpangocairo-1.0-0_1.36.6-1_amd64.deb
 d4f8609645f93bbe4d3bdba5a1b65df347c78bf9843aec3ad125ad630944038d 192650 
libpangoxft-1.0-0_1.36.6-1_amd64.deb
 c3aec3888da83c4bf680f68c1aee05b85070d1296605edcf4c4ababf7805f9e0 210708 
libpangoft2-1.0-0_1.36.6-1_amd64.deb
 98a9c0efac010198e23205a6f956a888a1fb3fe539bc968cd03b331b21a0541c 142366 
libpango1.0-udeb_1.36.6-1_amd64.udeb
 0bb1660bb8d466af78e9e3e8e5843b3db09cf20abee20538c821788f1b096765 464134 
libpango1.0-dev_1.36.6-1_amd64.deb
 f116b6c6fc3ee299f681696e6734547f5f274faad9f31881e530b3ec4094bc5e 626014 
libpango1.0-0-dbg_1.36.6-1_amd64.deb
 e3201a3efc6b6d7831b9c7b186a99d04087c45080c8d2c23aed9f944c1a48f62 198138 
gir1.2-pango-1.0_1.36.6-1_amd64.deb
 211266c3ddbbdd58ae117dd9598daac8ba79cb9b656c9d7c04b72d590425054f 245106 
pango1.0-tests_1.36.6-1_amd64.deb
Files:
 2a1b1d6a6c8ee17d18960e5f5b147bc0 367526 doc optional 
libpango1.0-doc_1.36.6-1_all.deb
 9cb0e103e97c640afdb5acc5b0495b01 180844 oldlibs extra 
libpango1.0-0_1.36.6-1_amd64.deb
 bc1aa20939b5fab8286e2624ce5c37b5 287926 libs optional 
libpango-1.0-0_1.36.6-1_amd64.deb
 c51b71d25cf66f4a513e7285855975b2 198212 libs optional 
libpangocairo-1.0-0_1.36.6-1_amd64.deb
 c5791ceb35b7e41aed80d736c439480d 192650 libs optional 
libpangoxft-1.0-0_1.36.6-1_amd64.deb
 331ec3ae38cc5ad9f95b9d802c24db8e 210708 libs optional 
libpangoft2-1.0-0_1.36.6-1_amd64.deb
 

Accepted osm2pgsql 0.84.0-3 (source amd64) into unstable

2014-08-17 Thread Bas Couwenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Aug 2014 15:11:05 +0200
Source: osm2pgsql
Binary: osm2pgsql
Architecture: source amd64
Version: 0.84.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@xs4all.nl
Description:
 osm2pgsql  - OpenStreetMap data to PostgreSQL converter
Closes: 757972
Changes:
 osm2pgsql (0.84.0-3) unstable; urgency=medium
 .
   * Only recommend postgis, now that postgis recommends the postgresql
 specific shared library.
 (closes: #757972)
Checksums-Sha1:
 d73fa93548b94d6882dea6651b10acbd0a6f04ad 2228 osm2pgsql_0.84.0-3.dsc
 42145c39596580680f120a07a4f30f97a86a3698 1037670 osm2pgsql_0.84.0.orig.tar.gz
 02183212c32db4df49695f4ee0c7dcd5621f5f62 9296 osm2pgsql_0.84.0-3.debian.tar.xz
 4faa7c92dde19d04a0c861408bd63c0a349d669d 205492 osm2pgsql_0.84.0-3_amd64.deb
Checksums-Sha256:
 5260d2077fc8b02b7d7890b9ad74b1b30e2d098959e31d07138f778df29a2cee 2228 
osm2pgsql_0.84.0-3.dsc
 cc0a2c4c677833c4c2c0c00a35ed25ad8ee4e378ad0ab834f151aaee5e7f6f85 1037670 
osm2pgsql_0.84.0.orig.tar.gz
 b1c7c48e433f74a5a329ae77d89d069ff3849048e158480b5899765439834af1 9296 
osm2pgsql_0.84.0-3.debian.tar.xz
 0fb24f80e1cc003e7601fb58ba652a8638e88a1ad299b945ce30ad62d9e4f280 205492 
osm2pgsql_0.84.0-3_amd64.deb
Files:
 dad674619c6cd6daf5598aba42b35b84 205492 utils optional 
osm2pgsql_0.84.0-3_amd64.deb
 bfb6ebcf0be69f13b543522d77f319a2 2228 utils optional osm2pgsql_0.84.0-3.dsc
 e3941d1ae323668fa0470f756ec3e01a 1037670 utils optional 
osm2pgsql_0.84.0.orig.tar.gz
 ddf7ad325bc6a741aee0ba55f13883aa 9296 utils optional 
osm2pgsql_0.84.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT8NXFAAoJEFeKBJTRxkbR0xgP/AnjG3/PBJxXmGF6qmMmrT5J
5MQBlMCVKwzbnvmytg3osewt01P0QZUrDjJVgtleOSxPTAnCZHSnNQDM1MplKMl9
4gs3cgfpEvU0gqAYXWgoWiITfDt/Sxqa2RNba0raSPhQLdbRRLFFnSw6x1yoouuK
5+F40beXSGRVL3maSgf0ydElRy9MwC+HYCLZWhb2eE84dv2KxTBZ6ipd37+o27Ad
sdRzhNjXQklCUSwDxx+Bg7I/kgOyIqvxbv8If6qnczuR+e6G4FEn7MjbZiww79B0
t+Mfp8faf4D7usHKKUbCOhIkYQolpuxfn/bdI+ABQtRB2jVERS8Oi8aRQGmsZtnr
1/FEs3/mDOmkaoHXEVMtNzAw1SIv4kyQZ18upYNxvZB4/sbLUgv/5jB9V076m9sM
AORZj6tuwTXEfBmO926aw/fBsTuL4wCr0WvqYcp9+ScgJDH9CHj73pambmZNAm4M
9C0NicpigBFAbk90rd9ECax2YJJ0eabAQFQ1HZY6gCg53evQ6shkbYsCMsiSztSr
/qnwMA9iiSi+GjH8peh/KCU/AjGJm94hZ4ZcciTRtH96QXeGUlGgaSItsb4FltH9
MWamKONx0UhJHx7FmOplyP4UwWjwrhr74FwcZzXd2XDYlmcrnDOIJZB4YViBvMmO
o3hn5qLOGiYRjU+hdKRw
=N3Cu
-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/e1xj3ru-0004rq...@franck.debian.org



Accepted pulseaudio 5.0-10 (source) into experimental

2014-08-17 Thread Felipe Sateler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Aug 2014 13:40:57 -0400
Source: pulseaudio
Binary: pulseaudio pulseaudio-dbg pulseaudio-utils pulseaudio-utils-dbg 
pulseaudio-esound-compat pulseaudio-esound-compat-dbg 
pulseaudio-module-zeroconf pulseaudio-module-zeroconf-dbg 
pulseaudio-module-jack pulseaudio-module-jack-dbg pulseaudio-module-lirc 
pulseaudio-module-lirc-dbg pulseaudio-module-gconf pulseaudio-module-gconf-dbg 
pulseaudio-module-raop pulseaudio-module-raop-dbg pulseaudio-module-bluetooth 
pulseaudio-module-bluetooth-dbg pulseaudio-module-x11 pulseaudio-module-x11-dbg 
libpulse0 libpulse0-dbg libpulse-mainloop-glib0 libpulse-mainloop-glib0-dbg 
libpulse-dev libpulsedsp libpulsedsp-dbg
Architecture: source
Version: 5.0-10
Distribution: experimental
Urgency: medium
Maintainer: Pulseaudio maintenance team 
pkg-pulseaudio-de...@lists.alioth.debian.org
Changed-By: Felipe Sateler fsate...@debian.org
Description:
 libpulse-dev - PulseAudio client development headers and libraries
 libpulse-mainloop-glib0 - PulseAudio client libraries (glib support)
 libpulse-mainloop-glib0-dbg - PulseAudio client libraries (glib support) 
(debugging symbols)
 libpulse0  - PulseAudio client libraries
 libpulse0-dbg - PulseAudio client libraries (debugging symbols)
 libpulsedsp - PulseAudio OSS pre-load library
 libpulsedsp-dbg - PulseAudio OSS pre-load library detached debugging symbols
 pulseaudio - PulseAudio sound server
 pulseaudio-dbg - PulseAudio sound server (debugging symbols)
 pulseaudio-esound-compat - PulseAudio ESD compatibility layer
 pulseaudio-esound-compat-dbg - PulseAudio ESD compatibility layer (debugging 
symbols)
 pulseaudio-module-bluetooth - Bluetooth module for PulseAudio sound server
 pulseaudio-module-bluetooth-dbg - Bluetooth module for PulseAudio sound server 
(debugging symbols)
 pulseaudio-module-gconf - GConf module for PulseAudio sound server
 pulseaudio-module-gconf-dbg - GConf module for PulseAudio sound server 
(debugging symbols)
 pulseaudio-module-jack - jackd modules for PulseAudio sound server
 pulseaudio-module-jack-dbg - jackd modules for PulseAudio sound server 
(debugging symbols)
 pulseaudio-module-lirc - lirc module for PulseAudio sound server
 pulseaudio-module-lirc-dbg - lirc module for PulseAudio sound server 
(debugging symbols)
 pulseaudio-module-raop - RAOP module for PulseAudio sound server
 pulseaudio-module-raop-dbg - RAOP module for PulseAudio sound server 
(debugging symbols)
 pulseaudio-module-x11 - X11 module for PulseAudio sound server
 pulseaudio-module-x11-dbg - X11 module for PulseAudio sound server (debugging 
symbols)
 pulseaudio-module-zeroconf - Zeroconf module for PulseAudio sound server
 pulseaudio-module-zeroconf-dbg - Zeroconf module for PulseAudio sound server 
(debugging symbols)
 pulseaudio-utils - Command line tools for the PulseAudio sound server
 pulseaudio-utils-dbg - PulseAudio command line tools (debugging symbols)
Changes:
 pulseaudio (5.0-10) experimental; urgency=medium
 .
   * patch: try finding out binary name using dladdr
Checksums-Sha1:
 b2fbd1729950f26b4c00428e2e61116c95559371 4694 pulseaudio_5.0-10.dsc
 592061990ebb3f7b071f6fc2b1cda5c250b8 38636 pulseaudio_5.0-10.debian.tar.xz
Checksums-Sha256:
 8e5e026846ca626591d97112c25c5d96b7e3da1c7d6c1e8202904db91360 4694 
pulseaudio_5.0-10.dsc
 b89990520d9e69d6868932a41b59286d28dfca0baa7e9cc859fdcdb1de89d257 38636 
pulseaudio_5.0-10.debian.tar.xz
Files:
 303b8df954efe3857768968d87efe0cd 4694 sound optional pulseaudio_5.0-10.dsc
 da85d1e617097fc0d410246ca3b6844c 38636 sound optional 
pulseaudio_5.0-10.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT8OnuAAoJEKO6uuJAjdbP5FQP/0aonHsoAOvNoFD5GA6LRbB5
k55Rwrjg6ONf5lqgG9INiPzTY0WCcJAzwMX40iFb6sHiKnsvxEyjT8ksa+RkJD2W
ka3eTGMRQewpXPV07iw0y0tumXYpGcLhSfhABJX8xXuMT0BbrXt4Wj2Nx095Z94E
OYAbPyEnyqnCWEgHrXw/vbh4XtSYM8XlnFt0/CF4ykkRISJ5/xlJYyiHy5coxnok
rBccTdviV7G7eAFisTssY88eHN1aXRhjR4JkSequMKM0vFJ5uMOw1GTdmhMCeASO
5sVTPGVAJFEMgdMSYMBmYXxJIsN5XUXaGfeqZ93O92vh/VabHdvrnLX8mxVBQiEQ
JEV2kxk7zyFuk6+oWW0q7ZDgmoD5KuPKREeZ6gPUu5TJ7ceUCEVIM5rKoKaf3SbC
/WTt3TS6zTAO/hmOuvI2pqC9hCqrFYpgtxQ2Xm6CvR0PY1Sy1vOv66IIsK41cHX1
0U9/9hhrFVapQkz8Hi97ndQID6+RgusEYUma0mbeDVgP1Y/Y83Nf5pb2z12qYpVx
JEbYq55sqFwDRbjPY8KzeJBJ5Gb0+vqQTaKu//haZA6x+5jc60YTC7Vjujfx+DZf
AjWdnx+eD4Pd0QZevmxHpW3n4dKGgbbiUH3pONRfemxDVUqoVz3nCulb3LGZTKwM
8RYjDL/JyRO6txoialIP
=EX+5
-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/e1xj4ap-0002ql...@franck.debian.org



Accepted dsyslog 0.6.0+nmu1 (source i386) into unstable

2014-08-17 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Aug 2014 19:14:03 +0200
Source: dsyslog
Binary: dsyslog dsyslog-module-mysql dsyslog-module-postgresql 
dsyslog-module-gnutls dsyslog-dbg
Architecture: source i386
Version: 0.6.0+nmu1
Distribution: unstable
Urgency: low
Maintainer: William Pitcock neno...@dereferenced.org
Changed-By: Andreas Metzler ametz...@debian.org
Description:
 dsyslog- advanced modular syslog daemon
 dsyslog-dbg - advanced modular syslog daemon - debug
 dsyslog-module-gnutls - advanced modular syslog daemon - GnuTLS support
 dsyslog-module-mysql - advanced modular syslog daemon - MySQL support
 dsyslog-module-postgresql - advanced modular syslog daemon - PostgreSQL support
Closes: 752306
Changes:
 dsyslog (0.6.0+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Rebuild against gnutls v3. Closes: #752306
Checksums-Sha1:
 087d0137658b952b10ccf576a4dbdc89749d9d0c 1861 dsyslog_0.6.0+nmu1.dsc
 08680603d4ffca4bdf60ee0f3b91c6dbcdf03b0f 153901 dsyslog_0.6.0+nmu1.tar.gz
 aa9edc1aeae8ce64574759d9f2a20ea959bceb1b 31878 dsyslog_0.6.0+nmu1_i386.deb
 3c29723b5b961f155f9b2529e74237dfe495581b 9428 
dsyslog-module-mysql_0.6.0+nmu1_i386.deb
 5102cde0f17e6bbcb78508a65cce9fb3406ac738 6468 
dsyslog-module-postgresql_0.6.0+nmu1_i386.deb
 40ff7147e1d87e944f6fe96386ed029c40fbb65e 6904 
dsyslog-module-gnutls_0.6.0+nmu1_i386.deb
 1d238721110dc5a4ba48c98d97f82e88020f2ca9 54258 dsyslog-dbg_0.6.0+nmu1_i386.deb
Checksums-Sha256:
 e206217497e1ebdf533dfef5ef8554fae7213d8ddf9d0cde81912290a3ae3ac1 1861 
dsyslog_0.6.0+nmu1.dsc
 e1050c31ff8910bd895c1b023e677d932e2691b3e74306547703312971b82ce5 153901 
dsyslog_0.6.0+nmu1.tar.gz
 a639527f053953c2e3cde2cea94b58a3fe3ad82667ca98820c559e784db327f8 31878 
dsyslog_0.6.0+nmu1_i386.deb
 aeb932425aea7737ea446b789e316c784b79f14c85c6b5b01253329175d86ec4 9428 
dsyslog-module-mysql_0.6.0+nmu1_i386.deb
 deea2746392749b7260147cd6a6c9ad74a2bff4175c14b5f6ad528995441df13 6468 
dsyslog-module-postgresql_0.6.0+nmu1_i386.deb
 8084a62714ada39f1400f04e3f1a81f20a4d0f9bfd4ac14453ec52eac7549186 6904 
dsyslog-module-gnutls_0.6.0+nmu1_i386.deb
 38a10f611e21e64668a9d05e76d76990f440f3923d14b6aa020c7329b36f3cf8 54258 
dsyslog-dbg_0.6.0+nmu1_i386.deb
Files:
 0d79c5287fbe72f7279da7c9bda4b1bf 31878 admin extra dsyslog_0.6.0+nmu1_i386.deb
 ba1dcbe88276f10ec75d90eec0ce4856 9428 admin extra 
dsyslog-module-mysql_0.6.0+nmu1_i386.deb
 c6afe6f636fac10ba072a719fab125df 6468 admin extra 
dsyslog-module-postgresql_0.6.0+nmu1_i386.deb
 98416a78701e831acdbbc37f1a19c8da 6904 admin extra 
dsyslog-module-gnutls_0.6.0+nmu1_i386.deb
 bd2a8fbc76e2ede75d70b355e9e3e95e 54258 debug extra 
dsyslog-dbg_0.6.0+nmu1_i386.deb
 8a7da326b6bdf3b647bb2ec664820132 1861 admin extra dsyslog_0.6.0+nmu1.dsc
 e679c5d4348d2ffa4878438b7708089f 153901 admin extra dsyslog_0.6.0+nmu1.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT47XKAAoJEKVPAYVDghSE6/UP/js3E88rPcrvVRewY/Jw8z+7
0pLV1kj2E4r1Lix+0vJtbRusIDBYTskalbbghSj6MP+0dFzjDHsPVs3gVA/d5fKi
C930dG6Us5/vLRYzKzo5p6sMlK6swvaxMOLTcFNWlb6QZ6KZdSHJz/EjGUQf5e0+
56twOtHoiqsiCY7MRG9dbpkp5+2PWpnSMbh1Q6O3e4a+xUDjG7RHHW6NJNXGf+TK
b92e/s2bwxikG0C2fzsY81VHS4GO5UQmljsDyHbcV02NIbkVXpyj57FO2lcH2UtW
MYlWtWWJIJAKJrAUn5zvjM6qVSUKTmj1RLGnrkMentS2o6VfTxQf9O4hVfzIiDb4
kyTIjOJfgniD9e4eA/L+u4DwUXDq0jV7VJh55NRNGUy4pJGSpdur/VitBOxjoJpu
EM7KKRSMorUP/uHOn/nZuD3KQ7KOcWuwIomoOdXdBnnkz25Xt6FggCB0B8V7/tgt
1pjn0DVY0//vgbYDF0UI9ZRj24K95kxnljSLjRRV+iEeTVr2NRT/lxoJ0b5c4CHA
Ym3orSIiUmoXuMrHJLhZGVCPr2d6coF5mCSSovDS1Z7IKdiVGPg/WmAb0d6Y3rCj
wSj3X6P5IzTHIzsWnpQ6SR/CuyTjAuoP44Jul65eJoM9MuOv3kQtnPdm49OhOVsk
RdIkyyNd8NmQLk+RfDdh
=dfs2
-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/e1xj4nx-00053o...@franck.debian.org



Accepted gcc-mingw-w64 14.2 (source all amd64) into unstable

2014-08-17 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Aug 2014 19:00:16 +0200
Source: gcc-mingw-w64
Binary: gcc-mingw-w64 gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 g++-mingw-w64 
g++-mingw-w64-i686 g++-mingw-w64-x86-64 gfortran-mingw-w64 
gfortran-mingw-w64-i686 gfortran-mingw-w64-x86-64 gobjc-mingw-w64 
gobjc-mingw-w64-i686 gobjc-mingw-w64-x86-64 gobjc++-mingw-w64 
gobjc++-mingw-w64-i686 gobjc++-mingw-w64-x86-64 gcc-mingw-w64-base mingw32
Architecture: source all amd64
Version: 14.2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt sk...@debian.org
Changed-By: Stephen Kitt sk...@debian.org
Description:
 g++-mingw-w64 - GNU C++ compiler for MinGW-w64
 g++-mingw-w64-i686 - GNU C++ compiler for MinGW-w64 targeting Win32
 g++-mingw-w64-x86-64 - GNU C++ compiler for MinGW-w64 targeting Win64
 gcc-mingw-w64 - GNU C compiler for MinGW-w64
 gcc-mingw-w64-base - GNU Compiler Collection for MinGW-w64 (base package)
 gcc-mingw-w64-i686 - GNU C compiler for MinGW-w64 targeting Win32
 gcc-mingw-w64-x86-64 - GNU C compiler for MinGW-w64 targeting Win64
 gfortran-mingw-w64 - GNU Fortran compiler for MinGW-w64
 gfortran-mingw-w64-i686 - GNU Fortran compiler for MinGW-w64 targeting Win32
 gfortran-mingw-w64-x86-64 - GNU Fortran compiler for MinGW-w64 targeting Win64
 gobjc++-mingw-w64 - GNU Objective-C++ compiler for MinGW-w64
 gobjc++-mingw-w64-i686 - GNU Objective-C++ compiler for MinGW-w64 targeting 
Win32
 gobjc++-mingw-w64-x86-64 - GNU Objective-C++ compiler for MinGW-w64 targeting 
Win64
 gobjc-mingw-w64 - GNU Objective-C compiler for MinGW-w64
 gobjc-mingw-w64-i686 - GNU Objective-C compiler for MinGW-w64 targeting Win32
 gobjc-mingw-w64-x86-64 - GNU Objective-C compiler for MinGW-w64 targeting Win64
 mingw32- Minimalist GNU win32 (cross) compiler (transition package)
Closes: 757259
Changes:
 gcc-mingw-w64 (14.2) unstable; urgency=medium
 .
   * Ensure README.Debian is installed in gcc-mingw-w64-base (Closes:
 #757259).
Checksums-Sha1:
 6b2c31bb57df008ee47b1885a00aef0428df938c 2954 gcc-mingw-w64_14.2.dsc
 29b59c2dcf08cf8d37d84836151a68b979f79da9 23632 gcc-mingw-w64_14.2.tar.xz
 c6a585515233748d4a0fc34c143ee591b6991e51 1198 
gcc-mingw-w64_4.9.1-7+14.2_all.deb
 939ede045cfb0c41893639ddc376397780575fe2 1018 
g++-mingw-w64_4.9.1-7+14.2_all.deb
 0e3b9a9e8077a1efe14e63ec8f71caf887fe0d74 1026 
gfortran-mingw-w64_4.9.1-7+14.2_all.deb
 fb0460fb240f044b43eff415058a6b0d4b8e0112 1026 
gobjc-mingw-w64_4.9.1-7+14.2_all.deb
 86ae0379c1178dc2788c8b13b7d4327d27f92a67 1034 
gobjc++-mingw-w64_4.9.1-7+14.2_all.deb
 1c44ccc284db60858242c774e96a192faed0165b 1354 mingw32_4.9.1-7+14.2_all.deb
Checksums-Sha256:
 af755ed09ee399653434b146e4abafa764b5bb12eba6bc52996141c38bb5deec 2954 
gcc-mingw-w64_14.2.dsc
 c2da90bfd7ab969be813ddf6ad0f441b2297028841c823ae3d247c4536ee293f 23632 
gcc-mingw-w64_14.2.tar.xz
 157fe2829c3099a4d3a74bc8443c777e502b6eb18d7648b531fed2ca62dcc677 1198 
gcc-mingw-w64_4.9.1-7+14.2_all.deb
 23606d8cef3e57e1930c7063e32959c3d5ca27d79aad4802b6db62b72e17834d 1018 
g++-mingw-w64_4.9.1-7+14.2_all.deb
 8d6b12186f468c4c188453a364ef04790c9b2253c3b0b86942c63e5cc3bfd238 1026 
gfortran-mingw-w64_4.9.1-7+14.2_all.deb
 ab93c794a7032263df5ae8e0ba95ab9f8d1f3f114e21187532a67d3fdbcffc4b 1026 
gobjc-mingw-w64_4.9.1-7+14.2_all.deb
 a688f3edb3874f8e45fd30614d2fc7cbdcf40b2135126118b94ea09be45b6d02 1034 
gobjc++-mingw-w64_4.9.1-7+14.2_all.deb
 4c31ab98de938de9f4abe20f171244dfa2bf9b5080aa388da3e13624f909efb1 1354 
mingw32_4.9.1-7+14.2_all.deb
Files:
 79413e59e2a83b1848361de3255e0166 1198 devel extra 
gcc-mingw-w64_4.9.1-7+14.2_all.deb
 b1a67437cac06f7546bfdf0780b3b938 1018 devel extra 
g++-mingw-w64_4.9.1-7+14.2_all.deb
 79ae5a7047df5063382832ad87ce6d9d 1026 devel extra 
gfortran-mingw-w64_4.9.1-7+14.2_all.deb
 e89eca1db7529d9e3cd46eb7986b98ac 1026 devel extra 
gobjc-mingw-w64_4.9.1-7+14.2_all.deb
 7d178d2a36c815d31f5cc75cf6ab6235 1034 devel extra 
gobjc++-mingw-w64_4.9.1-7+14.2_all.deb
 4ccbf24cdb1f5db1c4962b23ed8cf3b2 1354 devel extra mingw32_4.9.1-7+14.2_all.deb
 18f67893494be13487f0432e84d7ecba 2954 devel extra gcc-mingw-w64_14.2.dsc
 0cdc6f1f0b3e81583f1503116040ba1a 23632 devel extra gcc-mingw-w64_14.2.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT8OsJAAoJEHWXeKmja0lP7GwQAKg9TAPecSwgMeBoii3cUgDl
SCIiJeNjCt/EDgv1x9nzI5LJyax83jRO2CK/1wxwGGaIHBLg5BItAZzrATLsrkvf
nnwroCl4dFnyqY+8x8oIOaUjpqg8nrUSj8IPTmEjFXpfgxOaYOacIvPV0xbHIukf
T84xog2ncIYjlELk59sOaO5EXA8saHGDpVtbx1O4Pvvz7BDByBI8MMJ9LN76GBCz
xibwMsy603282IS99xw5VOnnTbH20M/DGCOHkzxCmhJBX61+Mk7dakhP6pgtfxRk
1bz9jnbuA913vDbgnBU/6NnGUlS67W9ZD2p4FiMHC+VQT4SWK6+6Gcece0La7+/M
RTYNx+Rq+7z22DXI0sG0/QlyyiKzm13wv4CEsDX2hRfo/0B1CfaIzs054FWz5MCo
XM48MCif66PyyjSJ/SSKiRPs/LQb6Ad+pf+kJecHl+BthHJkFqYCHVdm50RzSqHv
SiFlfW2TmXdvOYpe880a3eNVAvtO7c2iG5F72okWmJ+hNa0uECEYhA92sSrw14ef
708XlVmW+m1woWxm1IOl2Gk05ErprrcyM83EW+0irpGRU4Tvcy21RRhE6gNQdH6W
ySxLYqj8px4sYZBmLmwCa6oRd65ub9mz3r5Cd6sA1c/t4T8GO52Z3DI71+0nrIah
t+D3y2AN2wOFQcuPFDr3
=Bl3U
-END PGP 

Accepted aiccu 20070115-15.2 (source i386) into unstable

2014-08-17 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Aug 2014 19:27:56 +0200
Source: aiccu
Binary: aiccu
Architecture: source i386
Version: 20070115-15.2
Distribution: unstable
Urgency: medium
Maintainer: Reinier Haasjes rein...@haasjes.com
Changed-By: Andreas Metzler ametz...@debian.org
Description:
 aiccu  - SixXS Automatic IPv6 Connectivity Client Utility
Closes: 752298
Changes:
 aiccu (20070115-15.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rebuild against GnuTLS v3. Closes: #752298
Checksums-Sha1:
 ad3fb3a1b1048999bf4ca11bd15176a04b78cda3 1874 aiccu_20070115-15.2.dsc
 51d6c8e971531af466ae3ae4563de4b49f8cfb35 26732 
aiccu_20070115-15.2.debian.tar.xz
 2397beb11929b694dc22e819a0f0bed4cfea34e4 55252 aiccu_20070115-15.2_i386.deb
Checksums-Sha256:
 7187bf5f2bc04699dea537b9beb8a0d03e1f93f951b677d8078820a2e829a864 1874 
aiccu_20070115-15.2.dsc
 6fad6e7020ddb4ab6a73b0e538d771b1b927c4d4c533f8943a29b37379135f4b 26732 
aiccu_20070115-15.2.debian.tar.xz
 31cd331403fca8a525ccb8c247d0127bb01c0a67f8ca485e137242355528b40e 55252 
aiccu_20070115-15.2_i386.deb
Files:
 9b595b4dbd42ac4a971ce7a6717c9ac9 55252 net optional 
aiccu_20070115-15.2_i386.deb
 808c7a9afdc75dc8ee11b5dd3bcb02bf 1874 net optional aiccu_20070115-15.2.dsc
 082a503d3fde5b2bb249b2cc0d107ece 26732 net optional 
aiccu_20070115-15.2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT47hHAAoJEKVPAYVDghSEx4AP/2umpOblgWv4+LqBwT1+WL8w
Ipsr4bBcL64POUJsf6TxWPpf6X92vD7f10SMaSEB3sFx1AHqwoE/u3f9x0jy8I5/
Rl45btvxcqRb9YB/o3GBfVgYOwz+V8kZbWcYUhahbdt3hOqnTlYEYpPIfJtM9jnd
9SIc7gc2wUJqqODwLhkPukw+0rXeT5jG5sYS9phPKsffctxhWY69mLnK9k3y7DBj
HyQSj3bgOjtf4D+HPgnvIkvfUDs43L0BquhGGN3gej4LuHJvzR32F0C+HyHg1v2P
4T5PxVr3SewHnQ2lbZkBdUXUE5mZ594WMSc65C8QfAXJVBQpl83EnVYNjNPSrmls
Reff3OhR7IpWHP1IH/qthBp220aOKqRSZnT3l52N2bLXWMEzlAQgdqveJIPUbSTE
XqBAVMiD3ploj6lYTyg2rROi7BE4Ad8GP94sXb4MpNz+adgwqbin3MDzOYGEjGvH
+BMLEabV6xASkg3fVxu8imAElcYwh213hFazkTBBlgO7YEb01P7fUMK5dm7bXex9
gMPyNPK9Z1Xl//MY81RQ2E4A4iCvGFNIeCfKV9rQTF9F1RiBX5svjmOIUwr0QuFI
jT5bxC+zdRI6lZi0wOl16VZ1cIloSfCJXvN1F9toRkI1iaf1kB8slGI2BtOY5gWW
7LgqNTAnzpC5q361Er1R
=CSy4
-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/e1xj52b-0006wp...@franck.debian.org



Accepted gcc-msp430 4.6.3~mspgcc-20120406-6 (source) into unstable

2014-08-17 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 17 Aug 2014 15:46:15 +0200
Source: gcc-msp430
Binary: gcc-msp430
Architecture: source
Version: 4.6.3~mspgcc-20120406-6
Distribution: unstable
Urgency: high
Maintainer: Luca Bruno lu...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description:
 gcc-msp430 - GNU C compiler (cross compiler for MSP430)
Closes: 747998
Changes:
 gcc-msp430 (4.6.3~mspgcc-20120406-6) unstable; urgency=high
 .
   * Fix ICE by backporting pr54638, now building with standard gcc
 (Closes: #747998)
Checksums-Sha1:
 1e231905a98e770be01855a5c679a10f6a11 1423 
gcc-msp430_4.6.3~mspgcc-20120406-6.dsc
 a66b1db2752b0e2862f2e41c16762679b09a2601 4620 
gcc-msp430_4.6.3~mspgcc-20120406-6.debian.tar.xz
Checksums-Sha256:
 0084c75aeeb1aeb650b4bc0a4d98ec4f6e39d1805ee8d86f659e582b7872b290 1423 
gcc-msp430_4.6.3~mspgcc-20120406-6.dsc
 a99627ce850632f9a75020fef303e8c40c2a591c4a844bc913d207267fd61a78 4620 
gcc-msp430_4.6.3~mspgcc-20120406-6.debian.tar.xz
Files:
 6a9056f330197d8af0dee05dac7fcad5 1423 devel extra 
gcc-msp430_4.6.3~mspgcc-20120406-6.dsc
 55c3bf7ea87fc2714e004348c8c3dc42 4620 devel extra 
gcc-msp430_4.6.3~mspgcc-20120406-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPw804ACgkQRqobajv7n7MGJQCfSLDRy8BOfSAihX6QkXSDraHv
ZOwAn3NCJ4QrWUsaCDL0y2zsHb9KJl1w
=PRPJ
-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/e1xj5hc-kg...@franck.debian.org



  1   2   >