reprepro et flush d'un dépot

2014-07-17 Thread Laurent COOPER
Bonjour

Nous maintenons chez nous un ensemble de paquets dans des dépots gérés
par reprepro.

Suite à un changement dans la filière de développement, nous devons
vider un dépot pour le remplir avec d'autres éléments.

Je n'ai pas trouvé dans la doc de reprepro de quoi flusher un dépot
facilement. Ais je mal cherché ? Ou dois je le scripter ?

Merci d'avance pour vos réponses

Laurent


-- 
To UNSUBSCRIBE, email to debian-devel-french-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c7dacd.6010...@ac-grenoble.fr



reprepro et flush d'un dépot

2014-07-17 Thread Laurent COOPER
Bonjour

Nous maintenons chez nous un ensemble de paquets dans des dépots gérés
par reprepro.

Suite à un changement dans la filière de développement, nous devons
vider un dépot pour le remplir avec d'autres éléments.

Je n'ai pas trouvé dans la doc de reprepro de quoi flusher un dépot
facilement. Ais je mal cherché ? Ou dois je le scripter ?

Merci d'avance pour vos réponses

Laurent


--
To UNSUBSCRIBE, email to debian-devel-french-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c7d8a2.3050...@ac-grenoble.fr



distributions debian et support matériel

2014-07-17 Thread Laurent COOPER
Bonjour

J'ai appris qu'une distribution dérivé de debian (ubuntu pour ne pas la
nommer) allait pour ses versions LTS sortir tous les 6 mois des 'dot
release' dont le seul but sera de mettre à jour le noyau pour le support
du nouveau matériel.

Je trouve que l'idée est bonne. En effet, on a envie de profiter de la
stabilité d'une distribution, mais si on doit installer sur des parcs
mouvants, supporter le nouveau matériel est important.

Savez vous si une telle chose est prévue pour Jessy ? Je dois  me lancer
sur un projet de clients linux pour des salles de classe, avec du
matériel souvent récent. Un support accru du matériel serait vraiment un
plus.

En vous remerciant d'avance pour vos réponses.

Cordialement

Laurent


--
To UNSUBSCRIBE, email to debian-devel-french-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c7d952.3070...@ac-grenoble.fr



Re: reprepro et flush d'un dépot

2014-07-17 Thread Cyril Brulebois
Laurent COOPER laurent.coo...@ac-grenoble.fr (2014-07-17):
 Bonjour
 
 Nous maintenons chez nous un ensemble de paquets dans des dépots gérés
 par reprepro.
 
 Suite à un changement dans la filière de développement, nous devons
 vider un dépot pour le remplir avec d'autres éléments.
 
 Je n'ai pas trouvé dans la doc de reprepro de quoi flusher un dépot
 facilement. Ais je mal cherché ? Ou dois je le scripter ?

Vu ton besoin, le plus simple/rapide est probablement de tout
supprimer, en ne conservant que conf/distributions ?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: distributions debian et support matériel

2014-07-17 Thread Cyril Brulebois
Laurent COOPER laurent.coo...@ac-grenoble.fr (2014-07-17):
 Bonjour
 
 J'ai appris qu'une distribution dérivé de debian (ubuntu pour ne pas la
 nommer) allait pour ses versions LTS sortir tous les 6 mois des 'dot
 release' dont le seul but sera de mettre à jour le noyau pour le support
 du nouveau matériel.
 
 Je trouve que l'idée est bonne. En effet, on a envie de profiter de la
 stabilité d'une distribution, mais si on doit installer sur des parcs
 mouvants, supporter le nouveau matériel est important.
 
 Savez vous si une telle chose est prévue pour Jessy ? Je dois  me lancer
 sur un projet de clients linux pour des salles de classe, avec du
 matériel souvent récent. Un support accru du matériel serait vraiment un
 plus.
 
 En vous remerciant d'avance pour vos réponses.

J'ai travaillé en janvier à un proof of concept pour avoir des images
d-i qui utilisent le kernel depuis les backports. La finalisation n'a
pas encore eu lieu mais c'est dans ma todo list.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: reprepro et flush d'un dépot

2014-07-17 Thread Laurent COOPER
Rebonjour

Je me réponds à moi même, au cas où cela puisse être utile à d'autres.

Je n'ai pas trouvé la commande magique mais un one liner peut faire le job :

for package in `reprepro list distribution | cut -d ':' -f 2`; do
reprepro remove distribution $package ; done;

Il y a quelques erreurs pour les éventuels numéro de version qui
trainent en bout de ligne, mais ça fait le job.

En espérant être utile

Laurent

Le 17/07/2014 16:16, Laurent COOPER a écrit :
 Bonjour
 
 Nous maintenons chez nous un ensemble de paquets dans des dépots gérés
 par reprepro.
 
 Suite à un changement dans la filière de développement, nous devons
 vider un dépot pour le remplir avec d'autres éléments.
 
 Je n'ai pas trouvé dans la doc de reprepro de quoi flusher un dépot
 facilement. Ais je mal cherché ? Ou dois je le scripter ?
 
 Merci d'avance pour vos réponses
 
 Laurent
 
 


-- 
To UNSUBSCRIBE, email to debian-devel-french-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53c7dd02.8060...@ac-grenoble.fr



Re: reprepro et flush d'un dépot

2014-07-17 Thread Raphael Hertzog
Salut,

On Thu, 17 Jul 2014, Laurent COOPER wrote:
 Suite à un changement dans la filière de développement, nous devons
 vider un dépot pour le remplir avec d'autres éléments.
 
 Je n'ai pas trouvé dans la doc de reprepro de quoi flusher un dépot
 facilement. Ais je mal cherché ? Ou dois je le scripter ?

Pas testé:
$ reprepro removematched codename '*'

A+
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


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



Re: Transition plan for changing the default init system

2014-07-17 Thread Harald Dunkel
On 07/16/14 23:22, Tollef Fog Heen wrote:
 So we are proposing the following scheme:
 
 a/ Upload a new init package. This is a new, essential package that
 will replace sysvinit as the package that ensures your system has an
 init system. We want to build this binary package from a package which
 is not tied to an actual init system, so we chose the
 init-system-helpers source package. Patch for init-system-helpers is
 available at [2].
 
 b/ Demote sysvinit to Priority: optional and install an extra copy of
 the sysvinit binary into /lib/sysvinit/ so you can recover if your
 system fails to boot with systemd. This can be achieved by booting with
 init=/lib/sysvinit/init on the kernel command line. Patch for sysvinit
 is available at [3].
 
 c/ Upload a new version of the init package which does the actual switch
 and changes the order via Pre-Depends: systemd-sysv |
 sysvinit-core. Diff[4]
 

I am not sure if this matters, but it seems to me that this
procedure depends upon a specific sequence of package uploads
and system upgrades in the field.

How do you make sure that the init from step a/ was installed,
when the user sees the new init from step c/ in his favorite
repository?


Regards
Harri


-- 
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/53c76ecb.4030...@aixigo.de



Re: nmudiff enhancements

2014-07-17 Thread Harald Dunkel
Hi folks,

On 07/17/14 03:16, Christian Hofstaedtler wrote:
 * Wookey woo...@wookware.org [140716 23:48]:
 
 I do think there is plenty more room for soialising more NMUing. There
 are piles of bugs in the archive that mostly just need uploading, and
 many packages with a backlog of minor bugs, or packaging that frankly
 just needs updating. But a lot of this quickly gets into 'updating'
 and 'de-crufting' rather than simply minimally-bug-fixing. I suspect
 that would see more pushback if one did much of it.
 
 Maybe these things need to happen in teams, basically sets of people
 agreeing on the same packaging principles (i.e. we all use gbp and
 single-debian-patch and dh and ...) and everybody sharing the same
 goals could work on the team packages in collab-maint.
 

Maybe we should drop the current source package concept
completely and provide the package sources in git repositories
instead. This would allow everybody to work on a common
codebase, push code into the BTS, etc. It would even
be possible to push code to upstream or to the Ubuntu
folks.

Just dreaming. Regards
Harri


-- 
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/53c77288.30...@aixigo.de



Re: Transition plan for changing the default init system

2014-07-17 Thread Tollef Fog Heen
]] Harald Dunkel 

 On 07/16/14 23:22, Tollef Fog Heen wrote:
  So we are proposing the following scheme:
  
  a/ Upload a new init package. This is a new, essential package that
  will replace sysvinit as the package that ensures your system has an
  init system. We want to build this binary package from a package which
  is not tied to an actual init system, so we chose the
  init-system-helpers source package. Patch for init-system-helpers is
  available at [2].
  
  b/ Demote sysvinit to Priority: optional and install an extra copy of
  the sysvinit binary into /lib/sysvinit/ so you can recover if your
  system fails to boot with systemd. This can be achieved by booting with
  init=/lib/sysvinit/init on the kernel command line. Patch for sysvinit
  is available at [3].
  
  c/ Upload a new version of the init package which does the actual switch
  and changes the order via Pre-Depends: systemd-sysv |
  sysvinit-core. Diff[4]
 
 I am not sure if this matters, but it seems to me that this
 procedure depends upon a specific sequence of package uploads
 and system upgrades in the field.

It does not.  We just don't want to leave the archive in a state where
it's easy to end up with the necessary safeguards.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
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/874mygfng0@aexonyam.err.no



Re: Java 9 dropping support for source/target level 1.5

2014-07-17 Thread Gianfranco Costamagna
Hi Emmanuel,

Ok, but could you say it nicely please? I just came across this info and
brought it on the list for discussion because it'll impact us at some
point. So don't shoot the messenger.

Changing the source/target is often a trivial modification. I'm not
asking for actively updating all the Java packages, but just modifying
the packages a maintainer may come across. Considering the time it takes
to transition to a new Java release this will smooth the transition
process when we get serious about Java 9 post Jessie. 

I would like to take the opportunity to publicly thank you for the whole work 
you did for debian in the past months.
When I first started contributing in debian (more than one year ago, pretty new 
here), I found some java packages that (in my opinion) were needing some care.
I tried to contribute a little bit for tomcat, tomcat-native, and did some 
uploads there (sponsored by some real java maintainers), fixing some bugs.

After that I found some new upstream releases not building anymore in debian 
and I couldn't figure out why (some missing build deps not in the archive, so I 
gave up without having the possibility to package new libraries here, and I 
focused more in my packages).

I silently start to see your work, and I really appreciated it from the 
beginning. You are a very active maintainer, and I'm really happy to see java 
better than it ever has been for debian (I don't want to offend anybody).
You offered your help and for some time we have been packaging the same stuff, 
after that I gave up because you are *so* superior in this java packaging.

For this reason I stopped contributing in pkg-java, and I'm glad to see now how 
the situation has improved with your help.

I'm really happy to see you there.

thanks again for your nice work,

Gianfranco Emmanuel Bourg

Re: say goodbye to network-manager-strongswan?

2014-07-17 Thread Harald Dunkel
On 07/16/14 17:56, Thomas Goirand wrote:
 
 To try to kill your frustration, I have sponsored the upload of your fix
 to the delayed/10 queue. If everything goes well, then in 15 days,
 network-manager-strongswan will be back in Jessie.
 

Thanx very much for your help

Regards
Harri


-- 
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/53c7a104.20...@aixigo.de



Re: say goodbye to network-manager-strongswan?

2014-07-17 Thread Harald Dunkel
On 07/16/14 17:56, Thomas Goirand wrote:
 
 BTW, it feels weird that the package build-depends on debhelper when it
 really is using CDBS. The debian/copyright is also quite wrong, as it
 doesn't include the copyright notice for the GPL v2 (and I believe
 that's mandatory, right?). Not commenting on the fact that it's still
 using the format 1.0 without debian/source/format file, etc. In other
 words, I agree that this package is in the need for a bit more care.
 

I can send you another NMU, if you are interested? There is also a
new upstream version, but I would guess this is beyond scope for an
NMU?

The copyright file containes a pointer to /usr/share/common-licenses/GPL-2.
Is this insufficient?


Regards
Harri


-- 
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/53c7a83a.3030...@aixigo.de



Re: Java 9 dropping support for source/target level 1.5

2014-07-17 Thread Arnaud Vandyck
2014-07-16 22:32 GMT+02:00 Miguel Landaeta nomad...@debian.org:

 It's totally normal to have technical disagreements, especially on a
 non-trivial packages like that one. What I really dislike is to
 see epithets like bullshit or own agenda in a technical
 discussion.


+1

-- 
Arnaud Vandyck
http://about.me/avdyk


/usr/lib to /lib symlinks (absolute?)

2014-07-17 Thread Hector Oron
Hello,

  As I read in debian policy:

10.5 Symbolic links

In general, symbolic links within a top-level directory should be
relative, and symbolic links pointing from one top-level directory to
or into another should be absolute. (A top-level directory is a
sub-directory of the root directory /.) For example, a symbolic link
from /usr/lib/foo to /usr/share/bar should be relative (../share/bar),
but a symbolic link from /var/run to /run should be absolute.[91]

[91] This is necessary to allow top-level directories to be symlinks.
If linking /var/run to /run were done with the relative symbolic link
../run, but /var were a symbolic link to /srv/disk1, the symbolic link
would point to /srv/run rather than the intended target.

---

  I am trying to use a debootstrapped directory as root filesystem to
build some local software, IOTW, instead using my system libraries, I
want to use the libraries in a directory for linking using the
compiler sysroot option. However, I am finding that symlinks in
/usr/lib point to /lib with absolute links and it gets they build
system partly confused. Also, debootstrapped directory, when not
changing root, have links in $directory/usr/lib pointing to my system
/lib instead $directory/usr/lib.

  Could we add an exception to Debian policy 10.5 to mandate relative
symlinks when linking /usr/lib to /lib or do you envision other issues
I might have not taken into account?

  With an script I am able to fix it up, convert absolute to relative
symlinks, so all that is working for me, but I would like to find out
if that should also be fixed in Debian proper.

Regards,
-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.


--
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/caodfwegw+okcue2ztnchpwt+ag9o-8vbvq3q9fsbgqj9rkg...@mail.gmail.com



Re: let missing-debian-source-format lintian tag be a warning!

2014-07-17 Thread Thorsten Glaser
Guillem Jover wrote:

Exactly. I don't have any intention to change the current dpkg-source
default behavior in that regard.

ACK.

But people who touch packages without d/s/format can just
write 1.0\n into it, to retain existing behaviour without
the warning. Still, changing the default is bad…

 like /etc/dpkg/dpkg-source.cfg, which admittedly doesn't exist yet.

But sure, that (and its $HOME counterpart) is a good idea and is
something I'll be adding (possibly for 1.17.12) when also adding

This has the potential of breaking all sorts of build scripts
and dpkg wrappers that assume default behaviour when an option
is not specified. This would also require all options to have
no- counterparts to disable them again. (This is nicely solved
in BSD land (including mksh getopts builtin) by the way, where
there are no --gnu-long-options: -x turns -x on, +x turns -x off.)

All maintainers of software that has historically had default
behaviour and no configuration files, and is switching to use
configuration files, either user-specific ones (can break the
scripts) or system-wide ones (can break scripts as well as
users) should, in the same go, add an *environment variable*
to disable these. (An environment variable will just be ignored
by older versions of such software; a --no-config-file option
will usually error out on older versions and is thus a really
bad idea.)

bye,
//mirabilos


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



Bug#755070: ITP: golang-mreiferson-httpclient -- a Go HTTP client with timeouts

2014-07-17 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org

* Package name: golang-mreiferson-httpclient
  Version : 0.0
  Upstream Author : Matt Reiferson mreifer...@gmail.com
* URL : https://github.com/mreiferson/go-httpclient
* License : MIT
  Programming Lang: Go
  Description : a Go HTTP client with timeouts

 Provides an HTTP Transport that implements the RoundTripper interface
 and can be used as a built in replacement for the standard library's,
 providing:
 .
  * connection timeouts
  * request timeouts
   .
 This is a thin wrapper around http.Transport that sets dial timeouts and
 uses Go's internal timer scheduler to call the Go 1.1+ CancelRequest()
 API.

(This is a dependency for etcd)


-- 
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/20140717124132.ga27...@vernstok.nl



Bug#755072: ITP: iosnoop -- trace disk I/O with details including latency

2014-07-17 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond s...@debian.org

* Package name: iosnoop
  Version : 0.0.1
  Upstream Author : Copyright (c) 2014 Brendan Gregg
* URL : 
https://github.com/brendangregg/perf-tools/blob/master/iosnoop
* License : GPL
  Programming Lang: bash
  Description : trace disk I/O with details including latency

Traces disk I/O at the block device interface, using the block:
tracepoints. This can help characterize the I/O requested for the
storage devices and their resulting performance. I/O completions can
also be studied event-by-event for debugging disk and controller I/O
scheduling issues.


-- 
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/20140717124550.26769.43120.report...@centurion.befour.org



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-17 Thread Thorsten Glaser
Russ Allbery wrote:

Steven Chamberlain ste...@pyro.eu.org writes:

 * first-forked process does not use the PRNG yet, but forks again

Actually, it does: it calls RAND_poll(), which libressl made
into a nop.

control.  There has been some talk of implementing PID randomization
precisely to make this attack harder.

I've been testing this program (with the call to RAND_poll() commented
out) on my local machine: Debian/i386 (with amd64 kernel), and a
MirBSD/i386 virtual machine on the same system. MirBSD uses PID rando-
misation, of course.

Both show the effect, but the BSD VM (with PID randomisation) always
returns faster. Must be some kind of birthday paradoxon or something
happening. The time for Linux to return to the same PID is consistent
since it has to cycle through all PIDs; the BSD system on average
hits the same PID again faster, and the chance to not hit the same
PID at all is very marginal.

bye,
//mirabilos


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



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-17 Thread Thorsten Glaser
Ben Hutchings wrote:

Since Linux 2.6.29, you get 128 random bits at each execve(), which you
can access like this:

getauxval() is only in (e)glibc, not in dietlibc or klibc, though.
Also, glibc already uses all 128 bits in some other place.

bye,
//mirabilos


-- 
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/lq8i1s$k4d$2...@ger.gmane.org



Re: Transition plan for changing the default init system

2014-07-17 Thread Thorsten Glaser
Tollef Fog Heen wrote:

 What are the reasons behind are you going for required and not standard?

A Priority: required package (init) isn't allowed to depend on something
with Priority: standard per policy.

Among even minbase, there are a *lot* of violations of this
particular rule of Policy. There is also nothing in place
checking them. I occasionally ask around when I see something
new pop up, for example when ustr was added (shadow (required)
depends on SELinux stuff which pulls it in).

Other examples:
libpam-modules (required) Pre-Depends libaudit1 (optional)
libpam-modules (required) Pre-Depends libdb5.3 (standard)
apt-utils, iproute2 also depend on libdb5.3

It's really easy to find examples. I did this as part of
the m68k work a lot.

I think this particular ruling of Policy was to be able
to cut for the installer media, by making concentric
circles of self-contained repositories or something.

Given how often this rule is violated, I'd say make
only the new init package required and put systemd
into standard and sysvinit into extra. And talk to
the Policy editors about this rule, its current state,
and whether its scope should be adjusted, or whether
we need an MBF before the release.

bye,
//mirabilos


-- 
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/lq8j0b$k4d$3...@ger.gmane.org



Override disparity checks (Was: Re: Transition plan for changing the default init system)

2014-07-17 Thread Luca Falavigna
Hi!

2014-07-17 15:27 GMT+02:00 Thorsten Glaser t...@debian.org:
A Priority: required package (init) isn't allowed to depend on something
with Priority: standard per policy.

 Among even minbase, there are a *lot* of violations of this
 particular rule of Policy. There is also nothing in place
 checking them.

Actually, there are two tools to check this:
   * https://ftp-master.debian.org/override-disparity.gz
   * https://qa.debian.org/debcheck.php (check for Priority)

Cheers,
Luca


-- 
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/CADk7b0M3y=psnfR-m9LObVboCmf8RD8rdpLSdNvu=an4vrw...@mail.gmail.com



Re: Solutions for the Apache upgrade hell

2014-07-17 Thread Christian Hofstaedtler
* Vincent Lefevre vinc...@vinc17.net [140717 04:02]:
 On 2014-07-17 03:21:28 +0200, Christian Hofstaedtler wrote:
  * Arno Töll a...@debian.org [140713 13:25]:
   * Ignore the problem, and refer to the manpage of aptitude without
   proper fix etc. which clearly says THIS OPTION CAN CAUSE DATA LOSS! DO
   NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING. The bad news is, we
   can't tell this before it's too late, such as in a NEWS file - and we
   know, everybody reads release notes too, right?
   
  I'm expressing support for this, and/or your second option.
  Any non-trivial setup will need config changes anyway, and any sane
  person already uses version control for /etc + config management for
  such setups.
 
 Actually the problem is not the data loss. The problem is the upgrade
 failure.

My understanding was that the new apache binaries would install new
config files, and it would then work? (With the correct
replaces/breaks/...)

-- 
 ,''`.  Christian Hofstaedtler z...@debian.org
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-


-- 
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/20140717133835.ga47...@sx.intern.ewave.at



Re: Solutions for the Apache upgrade hell

2014-07-17 Thread Arno Töll
On 17.07.2014 15:38, Christian Hofstaedtler wrote:
 My understanding was that the new apache binaries would install new
 config files, and it would then work? (With the correct
 replaces/breaks/...)

Yes. However, Apache has a notable number of configuration files (not
conffiles), namely symlinks from, e.g. mods-enabled to mods-available,
resulting in the working configuration users would like to have.

These are being lost if and only if people use --purge during an upgrade
as for today, and perhaps for the release unless I use either
alternative highlighted initially.



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



signature.asc
Description: OpenPGP digital signature


Re: Override disparity checks (Was: Re: Transition plan for changing the default init system)

2014-07-17 Thread Thorsten Glaser
Luca Falavigna wrote:

 Among even minbase, there are a *lot* of violations of this
 particular rule of Policy. There is also nothing in place
 checking them.

Actually, there are two tools to check this:
   * [4]https://ftp-master.debian.org/override-disparity.gz

Ah, that's new... before this, override disparity (also shown
in the PTS) meant a mismatch between what the .deb says and what
the override file says.

This is not shown in the PTS, though. If we could get it to show
up there, and maybe DDPO, that could help.

   * [5]https://qa.debian.org/debcheck.php (check for Priority)

I'm not sure what this site is supposed to say to me.
Maybe because I used lynx, but even so...

$ zgrep -c '^[^ ]' override-disparity.gz
3244

MBF would probably not be... appreciated.

bye,
//mirabilos


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



Re: Override disparity checks (Was: Re: Transition plan for changing the default init system)

2014-07-17 Thread Luca Falavigna
2014-07-17 16:31 GMT+02:00 Thorsten Glaser t...@debian.org:
   * https://ftp-master.debian.org/override-disparity.gz

 This is not shown in the PTS, though. If we could get it to show
 up there, and maybe DDPO, that could help.

Indeed, it's in yaml format, so I guess it should be easy to integrate
it in PTS/Tracker. Any takers?

 MBF would probably not be... appreciated.

Yes, despite Policy §2.5 uses a must, I don't think we should
mass-change overrides.
IMO, these should be handled on a case-by-case basis.

Looking more at it, it seems there are a lot of packages requiring
dependencies which are extra:

$ grep -E ^\s{4} override-disparity | cut -d  -f6 | sort | uniq -c
   4789 extra
  8 important
131 optional
 17 standard
$

Looking at the policy again, I think extra is (mis)used quite too often.

Cheers,
Luca


--
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/cadk7b0o1z3me35b6j0tl-i_6ccwrrxvse-phwoe940pvyxt...@mail.gmail.com



Re: Override disparity checks

2014-07-17 Thread Thorsten Glaser
Luca Falavigna wrote:

IMO, these should be handled on a case-by-case basis.

Agreed.

Looking more at it, it seems there are a lot of packages requiring
dependencies which are extra:

There is a bug in the file, IMHO, though:

mediawiki:
  dependency:
php5-mysqlnd: extra

The situation is:

| Depends: apache2 | httpd, php5,
|  php5-mysql | php5-pgsql | php5-sqlite | php5-mysqlnd,
   
|  php5-common (= 5.5.0+dfsg-10~), mime-support, libjs-jquery,
|  libjs-jquery-tipsy, libjs-jquery-cookie, libjs-jquery-form,
|  mediawiki-classes, debconf (= 0.5) | debconf-2.0

I think that an alternative dependency, if it’s part of a
group which has other dependencies that can be fulfilled
within the distribution and suite, should not be listed
here. (These other dependencies probably need to be before
the extra one, since alternatives are ordered. This is the
case here, though.)

Looking at the policy again, I think extra is (mis)used quite too often.

That it (probably) is. Anything in 'extra' without either
a Conflicts or a Breaks or being Broken by another package
probably always is wrong. But see above, first.

bye,
//mirabilos


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



Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-17 Thread Ben Hutchings
On Thu, 2014-07-17 at 13:11 +, Thorsten Glaser wrote:
 Ben Hutchings wrote:
 
 Since Linux 2.6.29, you get 128 random bits at each execve(), which you
 can access like this:
 
 getauxval() is only in (e)glibc, not in dietlibc or klibc, though.

True, and it was only added in glibc 2.16.  So here's a (probably)
portable implementation:

unsigned long my_getauxval(unsigned long type)
{
extern char **environ;
struct my_elf_auxv {
unsigned long a_type;
unsigned long a_val;
} *auxp;
char **envp;

for (envp = environ; *envp; envp++)
;
++envp;

for (auxp = (struct my_elf_auxv *)envp; auxp-a_type; auxp++)
if (auxp-a_type == type)
return auxp-a_val;
return 0;
}

 Also, glibc already uses all 128 bits in some other place.

I already said that.

Ben.

-- 
Ben Hutchings
Kids!  Bringing about Armageddon can be dangerous.  Do not attempt it in
your own home. - Terry Pratchett and Neil Gaiman, `Good Omens'


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


Re: Transition plan for changing the default init system

2014-07-17 Thread Joey Hess
Tollef Fog Heen wrote:
  On kfreebsd, init would then depend on an optional package as we don't
  support arch-specific priorities. That is (IIRC) a policy violation, but
  do any practical problems arise from this?
 
 It would be useful to have a comment from one of the debootstrap
 maintainers about this, I think.  That's the only one I can think of
 that actually cares much.

debootstrap resolves dependencies of required packages when installing
them, so I think it will install sysvinit-core to satisfy init's
dependency on freebsd.

Notice that sysvinit currently indirectly depends on insserv, which is
prority optional. debootstrap handles installing that just fine.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Override disparity checks (Was: Re: Transition plan for changing the default init system)

2014-07-17 Thread Michael Banck
On Thu, Jul 17, 2014 at 04:53:26PM +0200, Luca Falavigna wrote:
 Looking at the policy again, I think extra is (mis)used quite too
 often.

Part of the problem could be that dh_make at least at one point (maybe
still does) put extra as defalt Priority in its templates and it
might've gotten copy-pasted further on.


Michael


-- 
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/20140717191023.ga25...@raptor.chemicalconnection.dyndns.org



Re: Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-17 Thread Bálint Réczey
2014-07-17 2:20 GMT+02:00 brian m. carlson sand...@crustytoothpaste.net:
 On Wed, Jul 16, 2014 at 11:43:17PM +0100, Steven Chamberlain wrote:
 Some sites (I mean, deployments) like to use a caching proxy, especially
 if many machines use the same resource, and/or bandwidth is scarce.  Or
 even just one machine accessing the same resource often.  Maybe this
 won't apply to anything particular on people.d.o, but certainly a lot of
 websites are breaking this recently by becoming HTTPS-only.

 Unfortunately, many of these proxies are broken.  The Squid version in
 wheezy doesn't support HTTP/1.1, so trying to use chunked encoding or
 100 Continue (which is required for certain applications[0]) simply
 doesn't work.  And simply not working is one of the best failure cases
 for broken proxies.  Using HTTPS ensures that the broken proxy problem
 is gone.

 I'm curious to know the rationale for shutting down HTTP access, because
 if it is to generally protect web browsers doing web-based login and
 using cookies, that would typically be covered by HSTS.  And the
 privacy-concious may be using the HTTPS Everywhere add-on.

 I can't speak for DSA here, but I some of the reasons that I went
 HTTPS-only is that certificates are relatively cheap, pervasive
 monitoring is not going away, crypto is so cheap computationally on most
 platforms that there's no reason not to, and broken proxies suck.
Those are all very good reasons for enabling HTTPS, but none of those
serve as a good reason for disabling HTTP.
It someone uses a broken proxy he/she can fix it or switch to https,
but why are others required to switch?
I for one would be unhappy with losing the ability of using a caching
proxy for APT repositories hosted on p.d.o, I saved many GB-s of
bandwidth this way.

I have added debian-admin@l.d.o to CC since according to the email
starting this thread this is the address where questions should be
sent and apparently this thread did not get any attention of the Admin
Team.

Cheers,
Balint


 [0] Git pushes over HTTP with Kerberos, among many others.

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


-- 
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/CAK0OdpwRVSFPNBVdN=q2OyF5QNULhV+VuRQNayr0T=dizxw...@mail.gmail.com



Re: Solutions for the Apache upgrade hell

2014-07-17 Thread Andrei POPESCU
On Jo, 17 iul 14, 03:17:35, Vincent Lefevre wrote:
 On 2014-07-16 14:28:00 +0200, David Kalnischkies wrote:
  On Wed, Jul 16, 2014 at 11:36:32AM +0200, Vincent Lefevre wrote:
   I do that too. I haven't seen any official documentation saying that
   this is a bad thing to do.
  
  aptitude actively warns against it as highlighted in this thread.
 
 Wrong! I purge removed packages almost all the time with aptitude,
 and I've never seen any warning!

From aptitude(8)

   --purge-unused
   If Aptitude::Delete-Unused is set to “true” (its default), then 
   in addition to removing each package that is no longer required a   
   by any installed package, aptitude will also purge them, removing 
   their configuration files and perhaps other important data. For 
   more information about which packages are considered to be
   “unused”, see the section “Managing Automatically Installed
   Packages” in the aptitude reference manual.  THIS OPTION CAN 
   CAUSE DATA LOSS! DO NOT USE IT UNLESS YOU KNOW WHAT YOU ARE 
   DOING!

   This corresponds to the configuration option 
   Aptitude::Purge-Unused.


Yes, this is probably not what you understood as actively, but this 
thread is also not about running 'aptitude purge', but 'full-upgrade', 
and if you change the default...

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature


Unsafe --purge-unused at dist-upgrade (Was: Solutions for the Apache upgrade hell)

2014-07-17 Thread Ondřej Surý
Could we please decouple the --purge-unused thread with the Solutions
for the Apache upgrade hell thread?

It's getting confusing and I am only interested about Apache2 and not
about aptitude.

Thanks,
O.

On Thu, Jul 17, 2014, at 23:32, Andrei POPESCU wrote:
 On Jo, 17 iul 14, 03:17:35, Vincent Lefevre wrote:
  On 2014-07-16 14:28:00 +0200, David Kalnischkies wrote:
   On Wed, Jul 16, 2014 at 11:36:32AM +0200, Vincent Lefevre wrote:
I do that too. I haven't seen any official documentation saying that
this is a bad thing to do.
   
   aptitude actively warns against it as highlighted in this thread.
  
  Wrong! I purge removed packages almost all the time with aptitude,
  and I've never seen any warning!
 
 From aptitude(8)
 
--purge-unused
If Aptitude::Delete-Unused is set to “true” (its default), then 
in addition to removing each package that is no longer required a  
by any installed package, aptitude will also purge them, removing 
their configuration files and perhaps other important data. For 
more information about which packages are considered to be
“unused”, see the section “Managing Automatically Installed
Packages” in the aptitude reference manual.  THIS OPTION CAN 
CAUSE DATA LOSS! DO NOT USE IT UNLESS YOU KNOW WHAT YOU ARE 
DOING!
 
This corresponds to the configuration option 
Aptitude::Purge-Unused.
 
 
 Yes, this is probably not what you understood as actively, but this 
 thread is also not about running 'aptitude purge', but 'full-upgrade', 
 and if you change the default...

-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


--
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/1405634901.20492.142887693.68bb6...@webmail.messagingengine.com



Re: Solutions for the Apache upgrade hell

2014-07-17 Thread Arno Töll
Hi,

On 14.07.2014 14:05, Josselin Mouette wrote:

 How about creating a new apache2-config package just to move these
 configuration files?


for the record: from an informal request the Release Team does not seem
to be comfortable with anything like that. Therefore, I suspect if
anything, I need to implement a solution which does not involve any
packaging changes to packages released with Wheezy.


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



signature.asc
Description: OpenPGP digital signature


Bug#755122: ITP: abduco -- abduco provides session management, allowing programs to be run independently from their controlling terminals

2014-07-17 Thread Evan Hanson
Package: wnpp
Severity: wishlist
Owner: Evan Hanson ev...@foldling.org

* Package name: abduco
  Version : 0.1
  Upstream Author : Marc Andre Tanner m...@brain-dump.org
* URL : http://www.brain-dump.org/projects/abduco/
* License : ISC
  Programming Lang: C
  Description : abduco provides session management, allowing programs to be 
run independently from their controlling terminals

That is, programs can be detached - run in the background - and then
later reattached. Together with dvtm it provides a simpler and cleaner
alternative to tmux or screen.

abduco is in many ways very similar to dtach but is actively maintained,
contains no legacy code, provides a few additional features, has a
cleaner, more robust implementation and is distributed under the ISC
license.

I use this program and find it a nice alternative to the others
mentioned. I will maintain it, but will need a sponsor.


-- 
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/20140717223807.29127.54214.reportbug@capsaicin



Bug#755128: ITP: libbusiness-edifact-interchange-perl -- module to parse Edifact messages for book ordering

2014-07-17 Thread Chris Cormack
Package: wnpp
Severity: wishlist
Owner: Chris Cormack chr...@catalyst.net.nz

* Package name: libbusiness-edifact-interchange-perl
  Version : 0.07
  Upstream Author : Colin Campbell, coli...@cpan.org
* URL : https://metacpan.org/pod/Business::Edifact::Interchange
* License : (GPL, Artistic)
  Programming Lang: Perl
  Description : module to parse Edifact messages for book ordering

This is a support module for EDI ordering modules being developed for the Koha
 and Evergreen OS Library Management Systems. The standards for using Edifact
 in Library Book Supply are available from http://www.editeur.org


-- 
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/20140717234949.25366.30302.reportbug@debian-build



Bug#755129: ITP: libany-uri-escape-perl -- Load URI::Escape::XS preferentially over URI::Escape

2014-07-17 Thread Robin Sheat
Package: wnpp
Severity: wishlist
Owner: Robin Sheat ro...@catalyst.net.nz

* Package name: libany-uri-escape-perl
  Version : 0.01
  Upstream Author : Fred Moyer f...@redhotpenguin.com
* URL : https://metacpan.org/release/Any-URI-Escape
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Load URI::Escape::XS preferentially over URI::Escape

URI::Escape is great, but URI::Escape::XS is faster. Any::URI::Escape
loads URI::Escape::XS and imports the two most common methods if XS is
installed.


-- 
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/20140717235251.19595.84116.report...@zarathud.wgtn.cat-it.co.nz



Work-needing packages report for Jul 18, 2014

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

Total number of orphaned packages: 583 (new: 1)
Total number of packages offered up for adoption: 133 (new: 1)
Total number of packages requested help for: 60 (new: 1)

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



The following packages have been orphaned:

   scala (#754935), orphaned yesterday
 Reverse Depends: scala
 Installations reported by Popcon: 749

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



The following packages have been given up for adoption:

   w3af (#754472), offered 6 days ago
 Description: framework to find and exploit web application
   vulnerabilities
 Reverse Depends: w3af
 Installations reported by Popcon: 263

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



For the following packages help is requested:

[NEW] code-saturne (#754477), requested 6 days ago
 Reverse Depends: code-saturne
 Installations reported by Popcon: 171

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

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

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

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

   chromium-browser (#583826), requested 1509 days ago
 Description: Chromium browser
 Reverse Depends: chromedriver chromium chromium-dbg chromium-l10n
   mozplugger
 Installations reported by Popcon: 24898

   csv2latex (#746158), requested 81 days ago
 Description: a CSV to LaTeX file converter
 Installations reported by Popcon: 158

   cups (#532097), requested 1867 days ago
 Description: Common UNIX Printing System
 Reverse Depends: bluez-cups chromium cinnamon-settings-daemon
   cloudprint cups cups-backend-bjnp cups-browsed cups-bsd cups-client
   cups-core-drivers (66 more omitted)
 Installations reported by Popcon: 136360

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

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

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

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

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

   gnupg (#660685), requested 878 days ago
 Description: GNU privacy guard - a free PGP replacement
 Reverse Depends: 0install-core apt arriero bootstrap-base
   cdebootstrap cdebootstrap-static clamav-unofficial-sigs cloud-utils
   debian-archive-keyring debian-edu-archive-keyring (55 more omitted)
 Installations reported by Popcon: 166038

   gpa (#663405), requested 859 days ago
 Description: GNU Privacy Assistant (GPA)
 Installations reported by Popcon: 589

   gradle (#683666), requested 714 days ago
 Description: Groovy based build system
 Reverse Depends: gradle libgradle-plugins-java
 Installations reported by Popcon: 138

   gridengine (#703256), requested 487 days ago
 Description: Distributed resource management
 Reverse Depends: gridengine-client gridengine-drmaa-dev
   gridengine-exec gridengine-master gridengine-qmon logol
 Installations reported by Popcon: 1157

   grub2 

Re: let missing-debian-source-format lintian tag be a warning!

2014-07-17 Thread Thomas Goirand
On 07/17/2014 02:29 AM, Tollef Fog Heen wrote:
 ]] Thomas Goirand 
 
 On 07/15/2014 09:42 AM, Charles Plessy wrote:
 I am not a big fan of the 3.0 (quilt) format because it imposes a patch 
 system.
 In particular, this format does not make much sense when managing the source
 package with Git.

 I'm not sure I'm following you. I do use git for packaging, and I have
 no problem at all with format 3.0 (quilt). I was resisting to progress
 and reluctant to get out of my comfort zone at first, but now I like it.
 What is it that bothers/annoy you exactly?
 
 I can't speak for Plessy, but the entire concept of using a different,
 much more limited patch system on top of git is just.. weird.  It makes
 absolutely no sense to dumb down all the rich metadata you have in your
 git repository to something that's possible to express using quilt.
 
 It's busywork that has very little value for anybody and a
 not-insignificant cost.

Got it now. And I agree. It'd be awesome if we had something like:
quilt git-cherry-pick git-ref

which would do the work. Then it wouldn't be a problem.

Also, it'd be super nice if someone gave a talk about git-dpm at
Debconf, to explain to everyone how it works. Anyone?

Cheers,

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/53c883b8.1060...@debian.org



Re: say goodbye to network-manager-strongswan?

2014-07-17 Thread Thomas Goirand
On 07/17/2014 06:40 PM, Harald Dunkel wrote:
 On 07/16/14 17:56, Thomas Goirand wrote:

 BTW, it feels weird that the package build-depends on debhelper when it
 really is using CDBS. The debian/copyright is also quite wrong, as it
 doesn't include the copyright notice for the GPL v2 (and I believe
 that's mandatory, right?). Not commenting on the fact that it's still
 using the format 1.0 without debian/source/format file, etc. In other
 words, I agree that this package is in the need for a bit more care.

 
 I can send you another NMU, if you are interested?

Well, only if it fixes RC bugs, if you provided a debdiff, and gave
enough time to the current package maintainer to fix it himself. Enough
time is generally considered as 1 month in Debian.

 There is also a new upstream version, but I would guess this is beyond
 scope for an NMU?

Generally, it's indeed out of scope. Unless there's strong motivations
behind switching to a new upstream release (like: fixing an RC bug,
fixing another package RC bug that depends on the new upstream release,
or stuff like that).

 The copyright file containes a pointer to /usr/share/common-licenses/GPL-2.
 Is this insufficient?

Unfortunately, it's not. You need the copyright notice. I wont point to
a specific package, there's so many in Debian that it shouldn't be hard
to find. I believe this could be included in an NMU (though it's
probably a waste of time to NMU just for this).

Thomas

P.S: I'm registered to the list, don't CC me.


-- 
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/53c883c2.7030...@debian.org



Re: NMUing generally

2014-07-17 Thread Thomas Goirand
On 07/17/2014 05:47 AM, Wookey wrote:
 Mostly. I've done a pile recently (40+) (largely autoconf-update bugs)
 and only had one instance of outright hostility

It is my experience as well that, almost everyone is nice and accept
NMU, but there's always a few instances of moronic reactions. I try keep
in mind that other uploads out-weight them, but the toll on the moral of
such very strong reaction is often high.

On 07/17/2014 05:47 AM, Wookey wrote:
 I still feel like I need to make excuses for not filing a bug,
 waiting a couple of weeks and _then_ doing an NMU, which of course is
 a great way of adding a pile of fairly pointless delay.

I also often feel like there's useless loss of time. Not sure how to fix
this. :(

On 07/17/2014 02:51 PM, Harald Dunkel wrote:
 Maybe we should drop the current source package concept
 completely and provide the package sources in git repositories
 instead. This would allow everybody to work on a common
 codebase, push code into the BTS, etc. It would even
 be possible to push code to upstream or to the Ubuntu
 folks.

I would find it super nice if we made a collective decision to have such
packaging git workflow standards. This, together with a patch review
system like Gerrit would be a game changer. Though I've seen a lot of
resistance to even git ...

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/53c885e3.2010...@debian.org



Bug#755135: ITP: python-keystonemiddleware -- Middleware for OpenStack Identity (Keystone)

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

* Package name: python-keystonemiddleware
  Version : 1.0.0
  Upstream Author : OpenStack Development Mailing List 
openstack-...@lists.openstack.org
* URL : https://github.com/openstack/keystonemiddleware
* License : Apache-2.0
  Programming Lang: Python
  Description : Middleware for OpenStack Identity (Keystone)

 This package contains middleware modules designed to provide authentication
 and authorization features to web services other than Keystone. The most
 prominent module is keystonemiddleware.auth_token. This package does not
 expose any CLI or Python API features.


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



Where to upload official OpenStack Debian images?

2014-07-17 Thread Thomas Goirand
Hi,

I've been maintaining official OpenStack Debian images within the HP
cloud for about 6 months now. Though I've been requested a few times
already where these could be downloaded. The thing is, due to the very
nature of OpenStack, which is completely free software, it doesn't make
much sense to have these images available only from one of the multiple
cloud providers.

So I would like to upload generated images somewhere. That somewhere
must be the most official URL possible, and best would be, IMO, if the
images were sent just right next to the ISO images for Debian [2], and
distributed through our network of mirrors.

Note that the images are prepared with software which are all in Debian
Wheezy, and a bit within wheezy-backports. Indeed, I'm using the
openstack-debian-images package for which I'm also upstream [1].

How can I make this happen?

Cheers,

Thomas Goirand (zigo)

[1] The simple command is:
build-openstack-debian-image -r wheezy

[2] I contacted Steve McIntyre privately about it, but he didn't reply.


-- 
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/53c8946e.3050...@debian.org



Re: Override disparity checks (Was: Re: Transition plan for changing the default init system)

2014-07-17 Thread Andrey Rahmatullin
On Thu, Jul 17, 2014 at 09:10:24PM +0200, Michael Banck wrote:
  Looking at the policy again, I think extra is (mis)used quite too
  often.
 
 Part of the problem could be that dh_make at least at one point (maybe
 still does) put extra as defalt Priority in its templates and it
 might've gotten copy-pasted further on.
Also #660249.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Accepted neverball 1.6.0-1 (source amd64 all)

2014-07-17 Thread Markus Koschany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Jul 2014 23:17:35 +0200
Source: neverball
Binary: neverball neverball-data neverball-common neverputt neverputt-data 
neverball-dbg
Architecture: source amd64 all
Version: 1.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 neverball  - 3D floor-tilting game
 neverball-common - data files for Neverball and Neverputt
 neverball-data - data files for Neverball
 neverball-dbg - debugging information for Neverball and Neverputt
 neverputt  - 3D miniature golf game
 neverputt-data - data files for Neverputt
Closes: 700475
Changes:
 neverball (1.6.0-1) unstable; urgency=medium
 .
   [ Alexander Reichle-Schmehl ]
   * Removed myself from uploaders.
 .
   [ Markus Koschany ]
   * Imported Upstream version 1.6.0.
   * Declare compliance with Debian Policy 3.9.5.
   * Add myself to Uploaders.
   * Switch from SVN to Git. Change Vcs-fields accordingly.
   * debian/control:
 - Switch to SDL2. Fixes primary click does not start level with a
   left-handed mouse. (Closes: #700475)
 - neverball-common: Suggest fonts-wqy-microhei instead of
   ttf-wqy-zenhei.
   * Drop the following patches. These bugs were fixed upstream.
 - fix-build-gold-linker.patch
 - reset-video-mode.patch
   * Refresh separate-data-and-bin.patch and update-french-po-file.patch.
   * Add keywords.patch.
 - Add keywords to desktop file.
   * Update DEP3 headers for all patches. Forward patches to Neverball project
 at github.
   * debian/rules:
 - Remove HOME variable to workaround #544835. HOME does no longer exist.
 - Remove override for dh_auto_install.
   * Use clean file instead of dh_auto_clean override.
   * Update all install files for new release.
   * Update docs files.
   * Install doc/changes.txt as upstream changelog.
   * Install release-notes.md with docs files.
   * Install hires icons to /usr/share/icons/hicolor/128x128/apps.
   * wrap-and-sort -sa.
   * Update neverball-common.links. Change wqy-zenhei.ttc to wqy-microhei.ttc.
   * Update copyright years. Add GPL-3+-with-font-exception and DejaVu license.
   * neverball-common: Fix symlink to DejaVuSans.ttf and point to the new
 package fonts-devjavu-core.
Checksums-Sha1:
 e7cb12e391e9e7423d27a1c33a9a05ea58b548d4 2339 neverball_1.6.0-1.dsc
 3faebf15fea9361358a416176b9689f966c456ea 37772911 neverball_1.6.0.orig.tar.gz
 5f4d4990eaed564fcda28adbbba1814959aca915 14864 neverball_1.6.0-1.debian.tar.xz
 4a33e7576e8cf526864c3d570b28809b14aa134f 166272 neverball_1.6.0-1_amd64.deb
 b06cbe5da2373d602a062ff36f152ad7927cf121 17855312 
neverball-data_1.6.0-1_all.deb
 b7da359bcdc6e96635a1f6bed2fa0d75878a58ca 16565760 
neverball-common_1.6.0-1_all.deb
 f48d6e0912ab32c884a4ee547d0db3390f004375 125680 neverputt_1.6.0-1_amd64.deb
 422f4a54d65174ff1447cd1b4219c5a8fb6c64b1 5745366 neverputt-data_1.6.0-1_all.deb
 6f51d2ab5559521b0597c92a90a0856b2de89ddc 748086 neverball-dbg_1.6.0-1_amd64.deb
Checksums-Sha256:
 b4707733a1ca67f293c440a5e02b55deb12ed2355a1e5578f0ca82f414ab4cd3 2339 
neverball_1.6.0-1.dsc
 73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0 37772911 
neverball_1.6.0.orig.tar.gz
 eafa776d28aff90efe46838e404aac3c19815cfe8f1e5c2ee5ec85baaecc5a56 14864 
neverball_1.6.0-1.debian.tar.xz
 5e37d5c906bfd98022b76987eff9d80e4f4e925d08a770beea1f9478777f4699 166272 
neverball_1.6.0-1_amd64.deb
 65dced1221f65e853454a541789b3a034b7aa198971fc36e89e4d534d46b3d55 17855312 
neverball-data_1.6.0-1_all.deb
 a230d92f1bdb1f524bbd8c7d74abc1cfaeab3160f61d6ec0fa446e6dba7bc02d 16565760 
neverball-common_1.6.0-1_all.deb
 412e0474ec1906385dc9367ca26f9655a181da630215158d865c010ddf9b00a0 125680 
neverputt_1.6.0-1_amd64.deb
 3699acd635f27177c9e88e889ad8a2e29c99ebb2ba6a92ea9dac75f7a456cb57 5745366 
neverputt-data_1.6.0-1_all.deb
 26f3c80f9ad133dcd1dc2cc39f6d2fd0e751b769e32cbb7b65f38fb91207d476 748086 
neverball-dbg_1.6.0-1_amd64.deb
Files:
 1ae21d0864660afa3ddf0940230aa95d 166272 games optional 
neverball_1.6.0-1_amd64.deb
 b6fb3dfc696147bc475f5fc3f26d9db8 17855312 games optional 
neverball-data_1.6.0-1_all.deb
 77bcba56c33a37abfa386a5267638de4 16565760 games optional 
neverball-common_1.6.0-1_all.deb
 f81a3ced40963fc133e90ee72aa29eb8 125680 games optional 
neverputt_1.6.0-1_amd64.deb
 e46ccd5d685435bf527639bc2d0cbcca 5745366 games optional 
neverputt-data_1.6.0-1_all.deb
 d29b279923b26d3bcdd12d404a7fff36 748086 debug extra 
neverball-dbg_1.6.0-1_amd64.deb
 6e6d8befed7ed6087d51662ae2b26f4b 2339 games optional neverball_1.6.0-1.dsc
 444ba7838af776d504f3d16950a802eb 37772911 games optional 
neverball_1.6.0.orig.tar.gz
 5e0e6e7442977aaf9fb8940d3edfb9bd 14864 games optional 
neverball_1.6.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx2PDAAoJEI7tzBuqHzL/YuUP/18B8HZS6OWG6BdrWZU+2xhp

Accepted pptpd 1.4.0-3 (source armhf)

2014-07-17 Thread Christoph Biedl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Jul 2014 18:40:38 +0200
Source: pptpd
Binary: pptpd bcrelay
Architecture: source armhf
Version: 1.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Christoph Biedl debian.a...@manchmal.in-ulm.de
Changed-By: Christoph Biedl debian.a...@manchmal.in-ulm.de
Description:
 bcrelay- Broadcast relay daemon
 pptpd  - PoPToP Point to Point Tunneling Server
Closes: 747146 752094
Changes:
 pptpd (1.4.0-3) unstable; urgency=low
 .
   * Fix status check in init script. Closes: #747146
   * Don't break existing connections when using systemd.
 Closes: #752094
Checksums-Sha1:
 c675726e3cbc6f7a6d93bc7ed91d2b87e3dfb759 1827 pptpd_1.4.0-3.dsc
 7c8847dc7c8c6a322c2bd996cc7d706590e6bf47 12004 pptpd_1.4.0-3.debian.tar.xz
 f9622323b1d08081859071bf064b71881b204c4b 89246 pptpd_1.4.0-3_armhf.deb
 6e49d83e6ac2e6b22a759b81263231c9958ee623 26618 bcrelay_1.4.0-3_armhf.deb
Checksums-Sha256:
 2513f060055665ee625432dd13d199784a5e981142c0ddc6401af7d7e1f313c1 1827 
pptpd_1.4.0-3.dsc
 f01203d3d1a822f1cd48933581da269cb40665a5f8a4e56520fe96f521fdc342 12004 
pptpd_1.4.0-3.debian.tar.xz
 03ab7470752c98091071f087cfe7beb3dfbc76fd95a1fa9165492a8e27fd3c0c 89246 
pptpd_1.4.0-3_armhf.deb
 39c0648b4130c09c3d91d7253ddfd657ed25efeafd4ed3f8dced026bdaa7bb4b 26618 
bcrelay_1.4.0-3_armhf.deb
Files:
 046933b949d46240e0383f2d2a30d13c 89246 net optional pptpd_1.4.0-3_armhf.deb
 d41b653e62dca9cc9272d37cfa0fbb67 26618 net optional bcrelay_1.4.0-3_armhf.deb
 80edba9816005d7ec0ef3b1b18413c98 1827 net optional pptpd_1.4.0-3.dsc
 e7d254708330a7fd76b6c3ed704c840b 12004 net optional pptpd_1.4.0-3.debian.tar.xz

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

iQIcBAEBCgAGBQJTx2PgAAoJEMQsWOtZFJL9UVgP/075IEpkFuLrIFu99EPhknQq
50i+qUsrCvc5uv7El6dEQZ+0mkV3BSoldiS3zU27UZ/0SyTAjcHT+hAjmaDVIDjl
0XpucR66N999WuTOKkGzv+Yd82jfzhg7OI0rtDEyx5V8/fUH3HEDtXVCd8OUtujb
FVZLnuvsc6kSR2Kj/feMgHWCoL4rEsNW5ey9YBsLjmzu2AwvEny0uLN/CCjLLmdz
QKc9/t+KxUF+7Fy6koHPA9hbYdpY3q0bsx/pa5EEfecfBh5w30qOv3xSk1Q7PDrF
zPdNHg5NEVrKisCl3vhYBmXdWgYTJZOfTdq4u16M9SF+C+wOfAC6u4oanIg3Ktt3
8sEtw33hCUxWGT/KzriWoSKJGUGK3MvDp8ZKxeEkwNZS7yw2Mjs2wkpkfOkMDGAl
ttat+8WvDT4uvs/7I+i19FYIxQUzOcbViqqnycgZWr9l9QPAzh5cWSIUUhdOqXi3
ND1pY5Alt7NSpziJ5PkZT6A9MHLHvYQXZKfvm6LZ42jTkw9YeDkWz2biBW/xJTgN
azpdOBEi5i3lADiHazq1ZimCBXFyKNC8/uwF8vw9jep3eJuSNpPVBKtH72ZdgSJg
VDuusPop5KoZuScbXFh1KsGFso+nRQMsTehcEnIEBDpF4wqNVeWuIsw1PbunFKCH
Anl9JABa0rqQvFuiwCLv
=REhV
-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/e1x7eno-0007em...@franck.debian.org



Accepted whichwayisup 0.7.9-4 (source all)

2014-07-17 Thread Markus Koschany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Jul 2014 23:37:22 +0200
Source: whichwayisup
Binary: whichwayisup
Architecture: source all
Version: 0.7.9-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 whichwayisup - 2D platform game with a slight rotational twist
Closes: 754889
Changes:
 whichwayisup (0.7.9-4) unstable; urgency=medium
 .
   * Update font_path.patch. Fix path to DejaVuSans.ttf.
 - Thanks to Stefan Arnold for the report. (Closes: #754889)
   * Declare compliance with Debian Policy 3.9.5.
   * Remove build-dependency and dependency on python-ogg.
 - python-pygame provides all necessary features.
   * Install whichwayisup.png to usr/share/icons/hicolor/64x64/apps.
Checksums-Sha1:
 d98d192ad844e7e2ec1cec651950835f7f4016ab 2080 whichwayisup_0.7.9-4.dsc
 10196597fb0573d49d1dce7e5314f4b9497442b3 13552 
whichwayisup_0.7.9-4.debian.tar.xz
 8470e0cf7825deaaaddf31477a0d8fe45d82008b 888650 whichwayisup_0.7.9-4_all.deb
Checksums-Sha256:
 68124bff40a2ae1d1883c9e4494c094860b7b0da553f966a270a81a85250498f 2080 
whichwayisup_0.7.9-4.dsc
 0583eec35a37cad199b1beb7850f7a3dbd186139c4f09f22cae3a5e2c930565f 13552 
whichwayisup_0.7.9-4.debian.tar.xz
 128dc05958d8fa6cab43b7b61c3690e6043681b73dba1f2f682c9778eb55a496 888650 
whichwayisup_0.7.9-4_all.deb
Files:
 cb8f9be3ba8be77730400c924d5d099f 888650 games extra 
whichwayisup_0.7.9-4_all.deb
 964465652ba2bc8f8145f452e58e3486 2080 games extra whichwayisup_0.7.9-4.dsc
 eb11e2ef32fbc5be9050d45e76000981 13552 games extra 
whichwayisup_0.7.9-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx2SNAAoJEI7tzBuqHzL/tPcP/0FBlcgOJCAUZUM1itheGSnW
6TBm/DHcjyc9SBU6tYIl70xi6W6bKG+gCeGyTVQr+ygdYzPqvYW6vlS+IOeK4mZf
iDC8yg0intpqcCLw+OycSHUGayaKmpJBawgES3q8xwt8nJdrIwg6UWYZ7cMkO8xs
yaWoJQhn0IOXQ/ZNM2FDulKZ6Udu7e9xhrye+wTxxoGgIhqQJkSEBIOhjlKui/kF
+rAC6EDJIiDD4B+oDH0ga26b5UQjlzaoKQk0GMpkVXvZwp+2ZUOifTLKZTIZ77zs
RfuSDYdiqYWRGeaI2NYaI4I2KNslicn2w87cUWAUalmkWt8oM26u8uGGEeN9R6F2
g3FqhvTFC9vGSEI1V7wBRU/A3rYNsaXpTP47vyGlD8Y962LQydmjdzxvLw/CpDiM
5QJr+lComjZMmBxZ1mjxuStFgcJ17vxTti4KLXNi09581k7Dgd8geCEPCuF+e4JH
adoy11crCXAQyJKHgh5YGgEeOGNHxl7vW65zdCiDm4bY1TcSTAWD65Wr/0GojCPZ
sa+hgFiA1gEcqUaot88UyqBS7dh5b7gJZpd6EnDOh3Uh1PLPn0tefvky/bwryL2t
ETHptgvqQcv1HCf5k/rcMLyQ3BTeLeQQf/95ctLHY+OJ0Vvc0Q603ta0SpEsHn3/
Sw5JDVkTYZcAwYak+1mI
=gO99
-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/e1x7env-0007gx...@franck.debian.org



Accepted playonlinux 4.2.3-1 (source all)

2014-07-17 Thread Bertrand Marc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jul 2014 12:15:21 +0200
Source: playonlinux
Binary: playonlinux
Architecture: source all
Version: 4.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Bertrand Marc beberk...@gmail.com
Description:
 playonlinux - front-end for Wine
Closes: 749135
Changes:
 playonlinux (4.2.3-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #749135).
Checksums-Sha1:
 51f8381804f2b16944ba90ed4512ff87382a6651 1978 playonlinux_4.2.3-1.dsc
 7b624b56b788af05636ac518948977a336c186f0 4640300 playonlinux_4.2.3.orig.tar.gz
 86d6c836629c4507b2433dc2534135f9f652f3ff 6580 playonlinux_4.2.3-1.debian.tar.xz
 44d8772f6d60b4f8913bbdd95e44e2d8a20e4c0b 1191932 playonlinux_4.2.3-1_all.deb
Checksums-Sha256:
 d6a16250b343b839fea3e29ddcd3fd3dfd1559672a4d8981dc11b70df7730282 1978 
playonlinux_4.2.3-1.dsc
 faa4ca6fb67ee73d9c9cc71fa8323497e1b03665578e306b336d54c36d63e40d 4640300 
playonlinux_4.2.3.orig.tar.gz
 a461d8c0c0fcd9cf3c001c0ca239f7143ac80c533906277edb8dc34474c4fb61 6580 
playonlinux_4.2.3-1.debian.tar.xz
 0746d76cc9bc40bfa8d2470231808a698b8a4b2de59334baf8ce6f8f690b78ae 1191932 
playonlinux_4.2.3-1_all.deb
Files:
 8616ac5b1847b53fb672aea91e7c9921 1191932 contrib/otherosfs optional 
playonlinux_4.2.3-1_all.deb
 bc1efb0e25f42e08d51331b2ecc23831 1978 contrib/otherosfs optional 
playonlinux_4.2.3-1.dsc
 59af4896c164442a3897520f8a83edc2 4640300 contrib/otherosfs optional 
playonlinux_4.2.3.orig.tar.gz
 df15cdf5fdaa5e31f3a3a0c41adc3ceb 6580 contrib/otherosfs optional 
playonlinux_4.2.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx2W6AAoJEI7tzBuqHzL/LqYP/2wIVstmI/XJMB9H6ioGz3zh
sJD/aSs6vag6Q5EPxTNgevzIUWQzMHr0/tHuLKroyjUy0j8xGfJqPMI2L9U1zCRL
8csDdAdxbyzDY/ud/LhfFyw4sgAYVc+qnjYBbVhvgwEnRCRJJlZRNNfAv0kOjpSl
9D8/jqpUOoTmXOoDy0Gqq3OIIsaJR2RRiNzpu4BdfVN+BH9CiBbAnpm8vJkivotR
tatY0gQzBKTPCeeKK7KbavaboEsH2p58CcxPp94jAJSGRLkTZ24c5gn0vXBvbrBo
ESXrS7B9DQ20MDyPKMAMaFEzE3zwYo2DtivW0yf7d0w986BpJU+kSHilmLAzlF3P
MX43++FO5/lKmDTHKI2VEFcxAyGsIyjXjeFYUAEYTkxVCdI3bXtoFe8eUw3oghoX
6ClvAQyF2T/r8PDPL41JJoM+qxlR6yfpj9z7V+T9ETtk5uQBFKW+dImIH9pTEZtC
ba+shgzIh7unnJ/rW4lcePtxfiqRc17TdAfHS1dwwIQP6gFheZzqFHHpxTsXPHKY
ZOvp4On2TeaAnWksOVpbCwLDaoC4rQfVZTlHgQW/Dhu96bGjBkUljdE2uFRn1hP1
2xk4IsKPc9ln7P9kXhF87A51BnFowS/E7rZa8C0zmwMHzOgyYjMSnuZJSkvNdbY9
jz/kVMEb2iCs154od/KE
=njsX
-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/e1x7f2n-sv...@franck.debian.org



Accepted gnome-orca 3.12.2-1 (source all)

2014-07-17 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 07:38:22 +0200
Source: gnome-orca
Binary: gnome-orca
Architecture: source all
Version: 3.12.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Mario Lang ml...@debian.org
Description:
 gnome-orca - Scriptable screen reader
Changes:
 gnome-orca (3.12.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1:
 a26f70afdf6f6afa5d19e9b24997975e006fb7ee 2237 gnome-orca_3.12.2-1.dsc
 5d8b695ce0fb5548a3140e79116d91426aa59ace 1918976 gnome-orca_3.12.2.orig.tar.xz
 ad113f1fc47b4c0e518f7ae1af5590685afe009a 7188 gnome-orca_3.12.2-1.debian.tar.xz
 93bb0483ce45343ffd235d3c2706f1d85c2d7d50 1482710 gnome-orca_3.12.2-1_all.deb
Checksums-Sha256:
 c1ffcc5f9e882b55e8b3c92b362b41844cd383068591380eb97e33ae67bb3cd2 2237 
gnome-orca_3.12.2-1.dsc
 4eb32f7e28c2509199166932e980aa93b7b01cf71a38f7f18e111980cdba52c6 1918976 
gnome-orca_3.12.2.orig.tar.xz
 045a16cff14c4dd6d4d079a195115a319066e082ad86a98a2323b8b8823320ac 7188 
gnome-orca_3.12.2-1.debian.tar.xz
 17a687fe20caa3bb226627468e8e8538fb49fcb657d4a9b97879532c160e3c69 1482710 
gnome-orca_3.12.2-1_all.deb
Files:
 03dbd326aa5d0c353aa0ccf1ae9c3897 1482710 gnome optional 
gnome-orca_3.12.2-1_all.deb
 a9977edf1e81e82f37e071f924f7ff19 2237 gnome optional gnome-orca_3.12.2-1.dsc
 89b1152a038e7ff4a997f83f260db70f 1918976 gnome optional 
gnome-orca_3.12.2.orig.tar.xz
 7e7cc6782efe6c4c599e27b6422ac92b 7188 gnome optional 
gnome-orca_3.12.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGVAwUBU8dnzbh9mtxGggJBAQiUuAwAydV/zRJhLr4IaQ04IdA5WtTTQTtqh61f
urYye4IvniziebvBjrilyGLNiC6nTaU/NWZzx88+mXj3eH0DnVHwHpFIyn3oYBCw
ibvIGt97EinascQ63N/EwbrKZLp9xoAQd00YRXoB/zJPbEzHI9SsAriSolO3wHp4
4d5IA3DjlQNPgtL7Xlmg2K2Rb4ozwNL6l6COvql8k+7PCAwX2eIXxJBL0E9hxsBU
sPzFQ6qqDmIxjmV4Hq8n6C044T68EJvyXyfxiig7uI+jzEDHQmTOCG/d+AOQuMP0
CgqafZDMvSVM2QCuYqxs0bwvYNBAreqQkZrDDH2rpOHTapfH2pR0jIvmrYKrqNon
7M8Bts6xVb/8HKw0gp9ZlMGJ8XY3h9AkADDJCsWQj6idE/09Zqa9N7vWCdgNhIFd
cr9cDMJ2mH8L7mxL/9Z3MM2Q1Gt7u2/GHz/GkXBGnDeLcBP979mPrVf4z+ZeMR70
gyN08HbvSfAm7CXvAvwfooCThmoL6CvF
=Y9UV
-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/e1x7f27-p4...@franck.debian.org



Accepted adanaxisgpl 1.2.5.dfsg.1-6 (source amd64 all)

2014-07-17 Thread Markus Koschany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 Jul 2014 01:08:30 +0200
Source: adanaxisgpl
Binary: adanaxisgpl adanaxisgpl-data
Architecture: source amd64 all
Version: 1.2.5.dfsg.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Markus Koschany a...@gambaru.de
Description:
 adanaxisgpl - Action game in four spatial dimensions
 adanaxisgpl-data - Action game in four spatial dimensions
Closes: 726199 735991
Changes:
 adanaxisgpl (1.2.5.dfsg.1-6) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Markus Koschany ]
   * wrap-and-sort -sa.
   * Build-depend on libtiff-dev instead of libtiff4-dev. (Closes: #735991)
   * Switch to compat level 9 and require debhelper =9.
   * Declare compliance with Debian Policy 3.9.5.
   * Build only with dh-autoreconf because it is a superset of autotools_dev.
   * Add keywords and a comment in German to desktop file.
   * Install 48x48 icon and use it for the desktop file. (Closes: #726199)
   * Do not install NEWS file anymore since it contains the same information as
 ChangeLog.
   * debian/rules: Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed to avoid
 useless dependencies.
   * Remove superfluous ${shlibs:Depends} substvar from -data package.
 .
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org.
Checksums-Sha1:
 ce2ada0027bbc11713e072ebe93c6ae018df1d1f 2251 adanaxisgpl_1.2.5.dfsg.1-6.dsc
 ab10c95face7354fa01dd8138f2cf78a33c4bc1e 15588 
adanaxisgpl_1.2.5.dfsg.1-6.debian.tar.xz
 f38529948fd715c849037402533ba42334f2a7fc 1231358 
adanaxisgpl_1.2.5.dfsg.1-6_amd64.deb
 f86739b9527cea4413c79f8001ca1c537d250806 16841620 
adanaxisgpl-data_1.2.5.dfsg.1-6_all.deb
Checksums-Sha256:
 1e8e8b1183230ecf2aacac2f757a39acedb5617fd16b4bcb3ed00b13dd980bfb 2251 
adanaxisgpl_1.2.5.dfsg.1-6.dsc
 5251d02b15e7dab7482c39930d6ae987175b4ede02847e11d789baf302e5287a 15588 
adanaxisgpl_1.2.5.dfsg.1-6.debian.tar.xz
 08b3ae75ba8404b8b338ea0ffd0758df6e65a8b9cb078587a4d3f510e61d3a03 1231358 
adanaxisgpl_1.2.5.dfsg.1-6_amd64.deb
 503188567ea38826de205fe9b9147f64aa8c75e2651bff8565f461d9d3573189 16841620 
adanaxisgpl-data_1.2.5.dfsg.1-6_all.deb
Files:
 c8f6901efb32425e61e83898e61f1fc9 1231358 games optional 
adanaxisgpl_1.2.5.dfsg.1-6_amd64.deb
 83c52af56b4f0e26e283077fabe8573f 16841620 games optional 
adanaxisgpl-data_1.2.5.dfsg.1-6_all.deb
 d4604eb774acb1e6f9ff211d67c7100c 2251 games optional 
adanaxisgpl_1.2.5.dfsg.1-6.dsc
 a4ca4181a53840e2198dde0ce048d380 15588 games optional 
adanaxisgpl_1.2.5.dfsg.1-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx2psAAoJEI7tzBuqHzL/rdAQAIFXZezDoSDHtSmO3a68SFvk
DhuOFOwi4PpmpFghE+5hT55P9PSBRpq4ofjZbIqbasdKhF2N7wwYZmoagkdlHnGc
BASdyb03vAhROCcV8ep1rlFzxT3haGceFK5gG1NFR3jRWetMyj9YHjeYRGOVIKPB
SC2SvUQCpeSOclkdQJ5HgL3gjhF85SHs/Zab2q/rq25DBRIAiWhTwdljMZ75Z0NW
EU4bBKYKL2vWhqasTFcQfsFx0Nb2PEPPFZBbd+BiS3qexv9fBcYi7zlvfIKo7TGv
p3VjYn091MHtG6oka/t5RKVIJCTE0FVRmPxx5sduyEB9+0ujyyc0FPKIDAYjG/D0
Uldhk2m0y2knmzcFMSinTA2iyKzyC39/TdZfl5hGR0aGWgne9MyqWEm3SPQ2VFyD
t8R8gwp5FUDf9CGDfXCBng33ov4uGWd0B6GsWWn/8Lrg3IagM41jLyc64jopyZEH
3eId683rpuYiQ2HFl+GdFtHOUb+IN8jqwpAIzo38Nn/juKhlFnlO7hheRW7qhDS2
/X11T905BZ4pSuxv0cghBNFuFs2Qk+QUGn0RXYIEW40+gfjYsXEdm9MVKb7WJAZ0
Cs4NmCyf0QksfMTz3gEUO9mDXKs2o2UEo2VnkaOz4RZNteh2rKUPfX35LYYrsZud
6JFySiZ+pOgFcurwiOVe
=wRKn
-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/e1x7ffz-0002op...@franck.debian.org



Accepted python-astropy 0.4-1 (source amd64 all)

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

Format: 1.8
Date: Wed, 16 Jul 2014 20:21:39 +0200
Source: python-astropy
Binary: python-astropy python3-astropy python-astropy-doc
Architecture: source amd64 all
Version: 0.4-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:
 python-astropy - Core functionality for performing astrophysics with Python
 python-astropy-doc - Core functionality for performing astrophysics with 
Python (doc)
 python3-astropy - Core functionality for performing astrophysics with Python3
Changes:
 python-astropy (0.4-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1:
 7a4e6a71693d7e9d616230e86d4a4d481e0f28f4 2506 python-astropy_0.4-1.dsc
 3e7126e1c84fce9fb8df7d90a10b53cb75a48113 6906375 python-astropy_0.4.orig.tar.gz
 b8c3e0827bdfd87b277b87c765664cbc87a321f2 8844 
python-astropy_0.4-1.debian.tar.xz
 fb3d58e94ff6b7282461295f8a60cacda944d47a 2380786 python-astropy_0.4-1_amd64.deb
 d396b411ac8fe6d4e4f0ff4a8f1cf250d431d386 2364424 
python3-astropy_0.4-1_amd64.deb
 d12fc0d30c3f90b130486c548e0462330158bff9 6482092 
python-astropy-doc_0.4-1_all.deb
Checksums-Sha256:
 7638d6a5c2696a3c74da00095e152d050ec8cc3490f91e14881ff503a1073c47 2506 
python-astropy_0.4-1.dsc
 bcb16f7e01d74851d43c13a372fd5e240014ae9bc695a87ed2e2693d36581aba 6906375 
python-astropy_0.4.orig.tar.gz
 88254046f5dc2c7bc06202c96134d57ef2041127351f546ae4c5c7dbe545ba95 8844 
python-astropy_0.4-1.debian.tar.xz
 8b99004e1d72125407703625e05e7354fb44f4cf3f3bba07c9720c9162f63757 2380786 
python-astropy_0.4-1_amd64.deb
 fd502c40a2dc78247cd07c6031f3604641e65f9e521a88ffb5988bd975273380 2364424 
python3-astropy_0.4-1_amd64.deb
 712082466878cd2927cd2e5f9dd5c839bfe1ab85ce291549bd0d3ce716aad41a 6482092 
python-astropy-doc_0.4-1_all.deb
Files:
 c9dd22692df5337d59e1eb705370b589 2380786 python optional 
python-astropy_0.4-1_amd64.deb
 de3cf89411ae51017ba0998b28d03517 2364424 python optional 
python3-astropy_0.4-1_amd64.deb
 db55eaf113768f2e77424b0168a75d7a 6482092 doc optional 
python-astropy-doc_0.4-1_all.deb
 8caca5c0fda46534ad7530cb26dfa3f8 2506 python optional python-astropy_0.4-1.dsc
 edf9cc72ef853cc67657fffeccce0fa2 6906375 python optional 
python-astropy_0.4.orig.tar.gz
 401293aad7ea0c6689c3b47ff8ef11fe 8844 python optional 
python-astropy_0.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTx2mSAAoJEHEVr9B3ENz3jEkP/R/+R7oATZj9Toz7aWSxMg7Q
Z3g0nJkvt8glV7vug8zNc2+SRHZiaFnXiP/EoHxwRfhwXrXy0UDjPBy0cTGFde7c
RZpWux35SZm5cA8NPtdQdZPdYvT/olsS81itw/C7U5lSKnY9iKkDYO7MJdipmNJ4
u7nkF+lu0DkPIKdg/St7FFGsULgJ3a4bW2w74fcXaEL5cZ348nlKRPV62+C5CxW0
uGm9YITFSE8+aeJ9jBGvvkcTQJp5dRtybyeiJLlY5JI7ccTjp9UAo2y8UtZZZhXP
4JCkAtsXvBdJbHVESKRiS5LOOgmaiuZGxMPjlSSWE0n5Xdjnfik7FEqhMVGV07AO
EdBCLX79ovwGrkf3pAaHi5uGjOz8gUR0Dzg1FU6Ja08mUq3J8Yn1CADq+InGPrNa
2+6zjpHpE18bTws5IxgEuqLtHlfABFG4z+rJxH9keEw2jXBZbCo+CwhoGclVWZrM
ELEOpP7qDz7nHgkND3T1FxQ/p0ntD3e0doBRoy6KG9DAZ/mjxIUqv9fUgBfRJqn0
RqmFjYTky8dpGNgErFTPHvF5Ivi1A6GiZTgX3qQ84qSgeXhm4Tz4YLWpsSAZU28M
FLdQKRctnoOMrNhrkeDa1ehVqXAiidoF4oUGsd6+9mvsipqCgj8gkIDc2Km/RxKY
PQM702Gd8xz/uyHRRfbL
=Ayw7
-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/e1x7fhi-0002fy...@franck.debian.org



Accepted gnome-orca 3.13.3-1 (source all)

2014-07-17 Thread Mario Lang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 07:38:22 +0200
Source: gnome-orca
Binary: gnome-orca
Architecture: source all
Version: 3.13.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Mario Lang ml...@debian.org
Description:
 gnome-orca - Scriptable screen reader
Changes:
 gnome-orca (3.13.3-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1:
 903e7aad32b492c899c6967e402610aae4a1dd2c 2237 gnome-orca_3.13.3-1.dsc
 8d50ceb09e0361ca53d060ed5d0e1fedbf1d37be 1921536 gnome-orca_3.13.3.orig.tar.xz
 e29c0ab755c951134ac61daac6e0d41ae494a2f9 7172 gnome-orca_3.13.3-1.debian.tar.xz
 410149616bfc994a597aec2e457d092a98f6 1503960 gnome-orca_3.13.3-1_all.deb
Checksums-Sha256:
 e276ce09ffe455cf5584af9666b6a850e0dedf309088b2a751fd8e79924580e6 2237 
gnome-orca_3.13.3-1.dsc
 288b851ce6c4193cdea4f3bf70acb2c5af1d57a8966184493e60c438b6fad736 1921536 
gnome-orca_3.13.3.orig.tar.xz
 c7d6b17af4f0b5a702a351e9d7f79c69fccec85b9f050c59dc98c968d84ffa93 7172 
gnome-orca_3.13.3-1.debian.tar.xz
 9834a8c93b23d3cf616ab50d01649edb8cb789a729c1b7e62632b76c70db1ab8 1503960 
gnome-orca_3.13.3-1_all.deb
Files:
 ad0afd721c6b007e2071f79000304da6 1503960 gnome optional 
gnome-orca_3.13.3-1_all.deb
 3aa8efebcb4de3699eadfe923d59b017 2237 gnome optional gnome-orca_3.13.3-1.dsc
 a87d2c4b8835cb1fbd5434d1c2fd2873 1921536 gnome optional 
gnome-orca_3.13.3.orig.tar.xz
 457337b5c4b4b282a6a72bd484085ca8 7172 gnome optional 
gnome-orca_3.13.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGVAwUBU8dulLh9mtxGggJBAQjVkAwAnuZZjw7cRmBuadxlAdBIil2/xV9UUG82
7T4crHeY/AoSAFW0F4Kq5sFgYcivcm4Cc4GNvpqHOQBJ4tRVMP6umwpVS5MgY4te
Eh5E2HNIW2t0ZtllKiZWaDovs0KCQpyMOYv8f0QoZSP00rvqV7Dgj5Ww9QrwlOpn
yXSNsvsFW1ioCi0m2oRng8TFbugNocUmQzlqxXvSTj1KTu8gMxXhxDG/seC+Wh3I
1YhCpVOvfxqzubQmunZ8TeFf8rpTVzRv6v2DLSAZE1eDok8m7v0SMgJ0rV4/kaIc
mDnjnvGk1F9ibOY1ob/odSB9yGGgsE5Rdn7MPNT55XFIDmlz+gCbANA0EJDjX3PR
+RskIodzeQWBMYinCmjANqDjFE47IqIo/m0dYjqunGo/tlnqjIN1NqXhhXwfsghL
ZVgXHtfxLhYmxjc5EsgE7Ao5rLJOtiIlLkZTs+s1msLJCop1p6hVTWceQUaRN1ow
wPrD7fZQIyoI0j1CfHiHtwnWT5dz71Lw
=+WpL
-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/e1x7fuv-0004u1...@franck.debian.org



Accepted speedtest-cli 0.3.0-1 (source all)

2014-07-17 Thread Jonathan Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jul 2014 20:18:09 +0200
Source: speedtest-cli
Binary: speedtest-cli
Architecture: source all
Version: 0.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Jonathan Carter jonat...@ubuntu.com
Changed-By: Jonathan Carter jonat...@ubuntu.com
Description:
 speedtest-cli - Command line interface for testing internet bandwidth using 
speed
Changes:
 speedtest-cli (0.3.0-1) unstable; urgency=medium
 .
   * New upstream version
 .
   * Upload sponsored by Petter Reinholdtsen.
Checksums-Sha1:
 071f0355006687e337debf6ece6d6ac72c846e8a 1167 speedtest-cli_0.3.0-1.dsc
 75c402bb22484f119690f31f8a3b382cbf4ad142 13577 speedtest-cli_0.3.0.orig.tar.gz
 2db9f95982d70e44b4a983c68621feeb81feb0d9 1788 
speedtest-cli_0.3.0-1.debian.tar.xz
 ae60250987f362d193a5d862646c03d0d43a6e2e 11678 speedtest-cli_0.3.0-1_all.deb
Checksums-Sha256:
 bffcbc3e4e4b8f49adf7d3f337327e0ff6e09861bd9b1a920ec712da47f952c1 1167 
speedtest-cli_0.3.0-1.dsc
 ffaafc17faf0e5eb4e9163830b7224772362134d93bc4f2b9fc0e9e93db8a120 13577 
speedtest-cli_0.3.0.orig.tar.gz
 b623b9e85e575290bfce65e0f0e23e459932153faebaf82f742dc0fd8fb2c8c9 1788 
speedtest-cli_0.3.0-1.debian.tar.xz
 5be2b238ddfffe4439c2693bff145f6a5d792c471dcffe10ae9576f303d9 11678 
speedtest-cli_0.3.0-1_all.deb
Files:
 876d77931d5dd4f711168e5b4610f6e1 11678 utils optional 
speedtest-cli_0.3.0-1_all.deb
 e11ded6a2c5cd428a6d6320cbab985c0 1167 utils optional speedtest-cli_0.3.0-1.dsc
 fcbc230e8e3dbd469e132cec1650a987 13577 utils optional 
speedtest-cli_0.3.0.orig.tar.gz
 b83326daa0e7d492044e6400bd3f3a0a 1788 utils optional 
speedtest-cli_0.3.0-1.debian.tar.xz

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

iD8DBQFTx3NR20zMSyow1ykRAqoEAJ4s+HRFCs1WmjgCUyOvc2VVxAZy+wCfZQpH
Jr0WS7iDA334e2I91O4q7/E=
=pL/Z
-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/e1x7fj5-00064w...@franck.debian.org



Accepted texlive-extra 2014.20140717-1 (source all)

2014-07-17 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 00:40:33 +0900
Source: texlive-extra
Binary: texlive-bibtex-extra texlive-extra-utils texlive-font-utils 
texlive-formats-extra texlive-generic-extra texlive-math-extra 
texlive-plain-extra texlive-latex-extra texlive-fonts-extra texlive-music 
texlive-games texlive-pstricks texlive-publishers texlive-humanities 
texlive-science texpower pdfjam texlive-latex3 texlive-fonts-extra-doc 
texlive-humanities-doc texlive-latex-extra-doc texlive-pstricks-doc 
texlive-publishers-doc texlive-science-doc
Architecture: source all
Version: 2014.20140717-1
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description:
 pdfjam - TeX Live: transitional dummy package
 texlive-bibtex-extra - TeX Live: BibTeX additional styles
 texlive-extra-utils - TeX Live: TeX auxiliary programs
 texlive-font-utils - TeX Live: Graphics and font utilities
 texlive-fonts-extra - TeX Live: Additional fonts
 texlive-fonts-extra-doc - TeX Live: Documentation files for texlive-fonts-extra
 texlive-formats-extra - TeX Live: Additional formats
 texlive-games - TeX Live: Games typesetting
 texlive-generic-extra - TeX Live: Generic additional packages
 texlive-humanities - TeX Live: Humanities packages
 texlive-humanities-doc - TeX Live: Documentation files for texlive-humanities
 texlive-latex-extra - TeX Live: LaTeX additional packages
 texlive-latex-extra-doc - TeX Live: Documentation files for texlive-latex-extra
 texlive-latex3 - TeX Live: transitional dummy package
 texlive-math-extra - TeX Live: Mathematics packages
 texlive-music - TeX Live: Music packages
 texlive-plain-extra - TeX Live: Plain TeX packages
 texlive-pstricks - TeX Live: PSTricks
 texlive-pstricks-doc - TeX Live: Documentation files for texlive-pstricks
 texlive-publishers - TeX Live: Publisher styles, theses, etc.
 texlive-publishers-doc - TeX Live: Documentation files for texlive-publishers
 texlive-science - TeX Live: Natural and computer sciences
 texlive-science-doc - TeX Live: Documentation files for texlive-science
 texpower   - TeX Live: transitional dummy package
Closes: 752848
Changes:
 texlive-extra (2014.20140717-1) unstable; urgency=medium
 .
   * new upstream checkout
   * tl-publishers rec. tl-l-extra (abntex2 - enumitem) (Closes: #752848)
Checksums-Sha1:
 06b19f84201327be84ec14cb66b18da993389d5d 3503 texlive-extra_2014.20140717-1.dsc
 e39b3b15d8e7107e55112feff6c1bc3b5bb730d8 944515352 
texlive-extra_2014.20140717.orig.tar.xz
 af8b4604e3519417624fe8e222e0c46ed13bc5a4 131956 
texlive-extra_2014.20140717-1.debian.tar.xz
 cdaf68b335009d196aba65bb18230883c1c296c5 33316932 
texlive-bibtex-extra_2014.20140717-1_all.deb
 9a9235b2eb3adcc11a0466ce4f47c7b75654f45d 10629510 
texlive-extra-utils_2014.20140717-1_all.deb
 f587d21ddc630a70c70f8a8cd736581b81b14871 1726712 
texlive-font-utils_2014.20140717-1_all.deb
 5fa25415b0cb4cd49fe06db86abf21b43b537bb1 2525820 
texlive-formats-extra_2014.20140717-1_all.deb
 14bfde54c4e2d82902a706e90f5716747a9ea2d6 11477648 
texlive-generic-extra_2014.20140717-1_all.deb
 4fe1b413416e8d094ba972cb0403251d7d28bc47 13243246 
texlive-math-extra_2014.20140717-1_all.deb
 23225ced08caaf4795b94e419d5b653fbe8eef6d 3143826 
texlive-plain-extra_2014.20140717-1_all.deb
 549608c00c458e8dbe2d9cfd3c477f080416f17c 7361546 
texlive-latex-extra_2014.20140717-1_all.deb
 cfb8e7bb76e94f952e80c6f7ca086e8486059503 181077288 
texlive-fonts-extra_2014.20140717-1_all.deb
 087e9f6507dec6f6c1f2c7c11e2188f186d99c97 9653344 
texlive-music_2014.20140717-1_all.deb
 b80535728ae8ab64cb94cb902e5cac9b597d17ac 6673142 
texlive-games_2014.20140717-1_all.deb
 4fe665849a16cafaf8c71a553e0c6498351d901b 26202228 
texlive-pstricks_2014.20140717-1_all.deb
 f8c2923f5ca7aa56a576450c41a259d085f6ac6b 7869562 
texlive-publishers_2014.20140717-1_all.deb
 11c280be0d1c5133510e8a11e42882b080c80931 366920 
texlive-humanities_2014.20140717-1_all.deb
 812b08be3e429f260ebbf4fe572236f3429ca8ce 2393774 
texlive-science_2014.20140717-1_all.deb
 f701362f9035ad5d85395bc1a8db6ca0fd42b746 24580 texpower_2014.20140717-1_all.deb
 eaa5a3db8feb1e54dc509354b746972a3b6be873 24574 pdfjam_2014.20140717-1_all.deb
 f64de9353cc14c5407cc172b5823763b828840b2 24578 
texlive-latex3_2014.20140717-1_all.deb
 e2260930311ad373683d4a1e954687d894fce13e 55487272 
texlive-fonts-extra-doc_2014.20140717-1_all.deb
 489d8e7aedce65533426d3a0b2e3959811f1d073 15677672 
texlive-humanities-doc_2014.20140717-1_all.deb
 ca7e4c9b01c4b71ed07f2da3481d4ce93b9a6e75 322153620 
texlive-latex-extra-doc_2014.20140717-1_all.deb
 256052a50f26a2467d4c6d38bac97a2140c2d33c 80766850 
texlive-pstricks-doc_2014.20140717-1_all.deb
 313059034307d7631743aeafa920e3b55e4e2ee3 78632798 
texlive-publishers-doc_2014.20140717-1_all.deb
 20f8fb4829ac5ee062bda2e4f1e7e1ccff277ab2 22525110 
texlive-science-doc_2014.20140717-1_all.deb
Checksums-Sha256:
 

Accepted haskell-platform 2013.2.0.0.debian8 (source all)

2014-07-17 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 10:29:56 +0200
Source: haskell-platform
Binary: haskell-platform haskell-platform-prof haskell-platform-doc
Architecture: source all
Version: 2013.2.0.0.debian8
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 haskell-platform - Standard Haskell libraries and tools
 haskell-platform-doc - Standard Haskell libraries and tools; documentation
 haskell-platform-prof - Standard Haskell libraries and tools; profiling 
libraries
Changes:
 haskell-platform (2013.2.0.0.debian8) unstable; urgency=medium
 .
   * Allow newer fgl
Checksums-Sha1:
 16717fc467d33bfaff56bc32446af9f8749425c6 1818 
haskell-platform_2013.2.0.0.debian8.dsc
 a08d1e716d5576a2288bdbd3297e5c3e5986bdb8 4500 
haskell-platform_2013.2.0.0.debian8.tar.xz
 a7d25b9fae6db3223fb946aecd3f02481c531fb9 5116 
haskell-platform_2013.2.0.0.debian8_all.deb
 38bea848213dec6fb1bf4f62c20ac423823ad6dd 4386 
haskell-platform-prof_2013.2.0.0.debian8_all.deb
 bcd76e55c1178c9fccb5d343fc3ae1521030fa94 4382 
haskell-platform-doc_2013.2.0.0.debian8_all.deb
Checksums-Sha256:
 edadb60f28df85869e6a014fb6684ca945e64286f6dc4306b0307c019ddf0f23 1818 
haskell-platform_2013.2.0.0.debian8.dsc
 9fabfd0e64f7709ac533536f5ad822bf6af758893bf51ba4d0251d3b6f3c3209 4500 
haskell-platform_2013.2.0.0.debian8.tar.xz
 58a395e750ce79399c4109eee8956a65e6c77e4a7b7315be8bbf6c9e679f88d2 5116 
haskell-platform_2013.2.0.0.debian8_all.deb
 4803c2201709ee7fb7481ed15c6e73ad05ca0a541f3346a920ae7384e26b957a 4386 
haskell-platform-prof_2013.2.0.0.debian8_all.deb
 183d512e23178078a7dce517a5a84a1f4333ac8b7983a35e7c08df36a00db0eb 4382 
haskell-platform-doc_2013.2.0.0.debian8_all.deb
Files:
 ff11ebdb29305a97dcfd57e79781c263 5116 haskell extra 
haskell-platform_2013.2.0.0.debian8_all.deb
 455421d3315e89b9ededc7592cc7ffb3 4386 haskell extra 
haskell-platform-prof_2013.2.0.0.debian8_all.deb
 b3c55d27d36d6b2167c227b528e5ed5f 4382 doc extra 
haskell-platform-doc_2013.2.0.0.debian8_all.deb
 b1ddf42c80aa8df4e1d2d1ce1cebfd53 1818 haskell extra 
haskell-platform_2013.2.0.0.debian8.dsc
 fda282c67097dd59175be7434395884d 4500 haskell extra 
haskell-platform_2013.2.0.0.debian8.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx4pJAAoJED2QirPw+/UfBhkP/A266R/CLGLbRkQ6eYDWpWwF
bCE2NDqxx/IidPm3VEbe5oxyax7UWOjAki8TWuA6tRXvbMGUALfr7XGrN4I7ybtU
rbkwjU5VjiUSpS8IDGCPDL9SC1QWOSh7ssFhRZfm4NciWMDRWyy0qFx8jw/lrVFd
kXfYoK7cJFyfg/00l4MtONZs+rEZeURPV4qkdyIPpQQ2gjSS2EzQY0B3tJWw8Uls
CIx2RUXgKBuIIBejLSzadRzasiu1w8mmynsM6UUQYY3l3L/VtdImvfAbC5U0tzhq
lRq+k6sir4NgLArF/n1qUAMJPPgnLR9VVIfg8CCfAPLJPgrVsU+Cz92j1V2GktE8
Lp+hEtztwB4mP7wx/eheMt/mC7zNzizVECz9ww0sAcXdP97F4favkY1UUoNWw31S
DLwSGlGPmUKM4VgKx6Ta8nzCkH8b0oeSmeNaxmwHOl/+Vav5s+VdtpRzoCD7vo9X
PV9HoCjuhWGsxV3g+UbNpa0iy9cd5ROtMIFMYMTmvWIwmXoXIHaeVEJ/ZGKpXyOl
OVl4bPUbQH0TxiZmS7rdzz1ZFzhXWzej8zjfKe03xYmJV61QdRBUB81rYWlTojzw
0RkxL5YIysXtSIvRoMOkVyNV5FQyU+zLMtIc6LzuCT+KEyARu6xRqM/VXm8pgt6s
uovIp62YIkyE/bxxVQhx
=23wz
-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/e1x7i5o-y3...@franck.debian.org



Accepted nova 2014.1.1-8 (source all)

2014-07-17 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 14:37:20 +0800
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml 
nova-compute-qemu nova-compute-kvm nova-conductor nova-cert nova-scheduler 
nova-volume nova-api nova-network nova-console nova-consoleauth nova-doc 
nova-cells nova-baremetal nova-consoleproxy
Architecture: source all
Version: 2014.1.1-8
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 nova-api   - OpenStack Compute - compute API frontend
 nova-baremetal - Openstack Compute - baremetal virt
 nova-cells - Openstack Compute - cells
 nova-cert  - OpenStack Compute - certificate manager
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-qemu - OpenStack Compute - compute node (QEmu)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-conductor - OpenStack Compute - conductor service
 nova-console - OpenStack Compute - console
 nova-consoleauth - OpenStack Compute - Console Authenticator
 nova-consoleproxy - OpenStack Compute - NoVNC proxy
 nova-doc   - OpenStack Compute - documentation
 nova-network - OpenStack Compute - network manager
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-volume - OpenStack Compute - storage metapackage
 python-nova - OpenStack Compute - libraries
Closes: 755042
Changes:
 nova (2014.1.1-8) unstable; urgency=medium
 .
   * CVE-2014-3517: analyzing response times to requests for instance metadata,
 an attacker may be able to guess a valid instance ID signature. Included
 upstream patch form the OpenStack security team, which introduces a
 constant time function to avoid leak (Closes: #755042).
Checksums-Sha1:
 756ed66dafca1737b7e3fa11c8011ad971bd4e13 4595 nova_2014.1.1-8.dsc
 b5dc16285dd8a4655f851736674451131d7a11a3 164716 nova_2014.1.1-8.debian.tar.xz
 5e0bc09c791e121d4e21fe43e6ca8cb43539f3e0 1703630 python-nova_2014.1.1-8_all.deb
 c3ffe1b2f8ec1669087184b0ea9a0bf23b1dec82 72562 nova-common_2014.1.1-8_all.deb
 c39442b24ac4a7dad0c2e1a7360cd98ddacf2669 20584 nova-compute_2014.1.1-8_all.deb
 143371b10b68abbff57f1ece77dcb5e6b3316d5c 15962 
nova-compute-lxc_2014.1.1-8_all.deb
 d2b8b3fbcd942c28c92f42848919075483071214 15972 
nova-compute-uml_2014.1.1-8_all.deb
 387fa27ae9c2d27bead5596961ca5bef1314ea27 15958 
nova-compute-qemu_2014.1.1-8_all.deb
 fce75914999ea734a9046d6ef6a91262631575b4 16078 
nova-compute-kvm_2014.1.1-8_all.deb
 a75f2ab5d8abfd628ab1a7f22ab5be54c67fe75d 18150 
nova-conductor_2014.1.1-8_all.deb
 19ff4b5f3e011619ac211714ee331c64d6ef69cb 18250 nova-cert_2014.1.1-8_all.deb
 3819bfb49221ad6bdf1b182479ebd94e91e004f4 19190 
nova-scheduler_2014.1.1-8_all.deb
 63a116e7e4ad4dace2efe755dae392f8ba4c42a1 15586 nova-volume_2014.1.1-8_all.deb
 52aa38f931e36b54ef9699f8d8acf0ffe0164a96 34392 nova-api_2014.1.1-8_all.deb
 ba93affc6274edf189f71d2c954b3c0f38d544eb 20320 nova-network_2014.1.1-8_all.deb
 445415089c860ae0873760fe6c1057b3278aafff 18292 nova-console_2014.1.1-8_all.deb
 7a8d7688d27b27e6cd31f3b5b785fc0ba2962ead 18248 
nova-consoleauth_2014.1.1-8_all.deb
 47f9358aeb1ed03e225380f612a005f0cecdeb23 1043498 nova-doc_2014.1.1-8_all.deb
 1776308e8523fb18faa583e453179ad09c789ba2 17252 nova-cells_2014.1.1-8_all.deb
 9694491b6ea88e4734c61dcd67b0a81e41acc244 17588 
nova-baremetal_2014.1.1-8_all.deb
 18a01d69e597236b329a12c48c717965787a40ef 23016 
nova-consoleproxy_2014.1.1-8_all.deb
Checksums-Sha256:
 5cb10c4ab4815a19d680a845b80d1260ea56bd3ae98aef9e30a744ccb9d7d2f7 4595 
nova_2014.1.1-8.dsc
 f17358993d7946a156c9fcef788338ab3263104181a8ff725115b90e8e131099 164716 
nova_2014.1.1-8.debian.tar.xz
 c9b9723c5c92d869782465d6ce1b94d510c4b7cc9c8f264e0779ab12cbeb 1703630 
python-nova_2014.1.1-8_all.deb
 93b1fd7339464e53d8dc2eb1ede52c46570b56a74fab188dea71d06c282e2c66 72562 
nova-common_2014.1.1-8_all.deb
 4dc64a073777e577cf2e68cd9f2a1a49431c3fb813359555bf96bbd299f0d641 20584 
nova-compute_2014.1.1-8_all.deb
 ebeab4da7367583bfa71eedd69d03356c942f19cbeadb0dc1e3d147facbfa6e3 15962 
nova-compute-lxc_2014.1.1-8_all.deb
 081ee7b16345d43bac5d15ae8151afecc83aee7ae4cc46d05dd6c2bfbe187013 15972 
nova-compute-uml_2014.1.1-8_all.deb
 e569a23ba16e3b5da46146d391e14ad481314e15cc2fe18531a78aa53491a126 15958 
nova-compute-qemu_2014.1.1-8_all.deb
 8124bdfd988dc478d0386bab27cc91fc0fc9dc039d0153c9a3fba56833fc57e7 16078 
nova-compute-kvm_2014.1.1-8_all.deb
 10f6e995acc850784c34256d51b51c9d530daa0df29b43741f6938b52ee3370c 18150 
nova-conductor_2014.1.1-8_all.deb
 a3a999cffeab51fdecd04e30684fa2d144640e750a84f27b4da56adc2879731e 18250 
nova-cert_2014.1.1-8_all.deb
 65e1976a0d023ad9f8f6a382aa8bfa0a9ad447adf33098caccbac96e6f3d4ef9 19190 
nova-scheduler_2014.1.1-8_all.deb
 

Accepted vim-snipmate 0.87-2 (source all)

2014-07-17 Thread Andrea Capriotti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 01:07:07 +0200
Source: vim-snipmate
Binary: vim-snipmate
Architecture: source all
Version: 0.87-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Capriotti capri...@debian.org
Changed-By: Andrea Capriotti capri...@debian.org
Description:
 vim-snipmate - Vim script that implements some of TextMate's snippets features.
Changes:
 vim-snipmate (0.87-2) unstable; urgency=low
 .
   * Added vim-snippets to Suggests control field
   * Added Vcs field in debian/control
Checksums-Sha1:
 8e60b932829d5eec0aeb09a01e9ba875e19cfaea 1245 vim-snipmate_0.87-2.dsc
 6a4c7e9f2d6d598d2b6ae408b4e9bb8f0fab62b1 3784 vim-snipmate_0.87-2.debian.tar.xz
 4f61541aad5a459a3a2f0017000167797e9e6518 22848 vim-snipmate_0.87-2_all.deb
Checksums-Sha256:
 94bd4a41608ca8124c3960820eac2a29e8fc09a026d7b05abc25bdb9054fa0c9 1245 
vim-snipmate_0.87-2.dsc
 c9ca6574481e073e415271124baf1f000ab4a7a69b6af97d3d24658a57da8836 3784 
vim-snipmate_0.87-2.debian.tar.xz
 5c1ef049952f75a40f1a7a9edc7fa14498ce9c2529a5cd2c0e97fb72135b4f2c 22848 
vim-snipmate_0.87-2_all.deb
Files:
 df51c5f916314cb04310faed918d592a 22848 editors extra 
vim-snipmate_0.87-2_all.deb
 ce86ca703e1fd8b5b8518813d4d86102 1245 editors extra vim-snipmate_0.87-2.dsc
 9cdb982a3d81fe86c475fae1a9079631 3784 editors extra 
vim-snipmate_0.87-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHBpYACgkQ4oPIaHg5igE0iACeIzmQimkKhCKvxq2FN4ajr6WW
9kEAn3bQqk5mPOGrP3dH2ywDJFHHuLNZ
=DrU0
-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/e1x7i8n-00028e...@franck.debian.org



Accepted gdbm 1.8.3-13 (source mips)

2014-07-17 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 Jul 2014 10:29:02 +0100
Source: gdbm
Binary: libgdbm3 libgdbm-dev
Architecture: source mips
Version: 1.8.3-13
Distribution: unstable
Urgency: high
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Anibal Monsalve Salazar ani...@debian.org
Description:
 libgdbm-dev - GNU dbm database routines (development files)
 libgdbm3   - GNU dbm database routines (runtime version)
Closes: 737943 752465 752830
Changes:
 gdbm (1.8.3-13) unstable; urgency=high
 .
   [ Helmut Grohne ]
   * Source upload. Closes: #752465
   * Move documentation from libgdbm3 to libgdbm-dev to comply with policy 8.2.
 Closes: #752830
 .
   [ Anibal Monsalve Salazar ]
   * Bootstrap without texinfo.
 Patch by Daniel Schepler.
 Closes: #737943.
   * Standards Version is 3.9.5.
   * Remove debian/source/options.
   * Refresh patches.
Checksums-Sha1:
 ddd80474cd73ebb0c4d5221d24c7af4ccab759e1 1804 gdbm_1.8.3-13.dsc
 de8ca65d7501e1bf5fa1fc81f6716be7c70fc102 14708 gdbm_1.8.3-13.debian.tar.xz
 da85d1d5cbe8ed7c0673e8da5642469170824788 28364 libgdbm3_1.8.3-13_mips.deb
 043d51afd582e0ab1b941836c3890637590a739a 48810 libgdbm-dev_1.8.3-13_mips.deb
Checksums-Sha256:
 540d62c3fa66967a68ee11d5fd5ad6d0d0ec7d557cb2422cd3e6bf9f2263a028 1804 
gdbm_1.8.3-13.dsc
 8cd3f45f64cc8a134c434f3f0c234c5319b6510d83fdd901ec979b38a184425e 14708 
gdbm_1.8.3-13.debian.tar.xz
 7f33f05db5683a41a09715c93cc033d8e72656012c9a3be93275c8c70b023f9a 28364 
libgdbm3_1.8.3-13_mips.deb
 59db398cf2a038265a724a33b9340c9a825244afef944d0e97733bba397907f3 48810 
libgdbm-dev_1.8.3-13_mips.deb
Files:
 6ecc306495abd0c647c3744fcc87b11f 28364 libs important 
libgdbm3_1.8.3-13_mips.deb
 845c9e7779350d7d8dcc0aa61c2e8d71 48810 libdevel optional 
libgdbm-dev_1.8.3-13_mips.deb
 f1cdf8227909ef727b1d310fc09438f7 1804 libs important gdbm_1.8.3-13.dsc
 3c1ba767067a98699a7bacccd2d53f9f 14708 libs important 
gdbm_1.8.3-13.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTx5xYAAoJEHxWrP6UeJfYBB8P/0YfWAHytib6JFqrA7iRniqV
TGhSlrrsIh8jUn8iamw6a6Pw+L2itAF7iP30dD9wBioovq7sM5Z8tpgyQFwWXD4v
AMJB/sy5ki/gkVhEfxZjmUZwja8tWUttpbmHOFwiOvRxZMWU7xgwtNv9qpsoeMwZ
+Uzzz2+Twjunb0A53u/UT1tbXCt97amoOXdfX41KdV08s+Ums86ciZtXJibzpPqX
LGQrG90Potg2kfbLBIExrNqtdlQ784C9mZXqx3Q1r1Al/hQlFjGf8eeKy9Wlt++l
bIDgyo6/EqQF6VsWSa5exYkSn3OHiyGY52mQDmr7Ndlv2lbJdkRcEna68EFB9PfC
RSAWSnzJbjZl0BvxKXHDmaOxcDpR4NZVugUz7ddu/lmdDzK3Lm13y45M4X9YPXeb
p3c/bGmYayOfqBfBtklnuetNOkJWO0p9fM+EO3hHe7W/u95sivk2rmEwE43QRxqL
m0Ni4gz4NWHZ+M8ADFhOGv/+XwEj4x7dOTtm8czXcp5LHpPH8gxUB1jzL3ASD0va
auQtYh7C6vSztn8/qkJpZJKNge9+wphgGu8RxV2zEqCIGvpsHXyvC9lDCmM9vjCO
qhKv8QQ+KuuMz8iuIFxRVRPDyC7PsdNODLJummGTp9ob5043blTdum4c5nztVb2x
HhOZ9epTpIDttWmnMzJU
=tOnC
-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/e1x7ixe-0001oo...@franck.debian.org



Accepted gettext 0.18.3.2-4 (source all amd64)

2014-07-17 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 11:17:00 +0200
Source: gettext
Binary: gettext-base gettext gettext-el gettext-doc autopoint libgettextpo0 
libasprintf0c2 libgettextpo-dev libasprintf-dev
Architecture: source all amd64
Version: 0.18.3.2-4
Distribution: unstable
Urgency: medium
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description:
 autopoint  - The autopoint program from GNU gettext
 gettext- GNU Internationalization utilities
 gettext-base - GNU Internationalization utilities for the base system
 gettext-doc - Documentation for GNU gettext
 gettext-el - Emacs po-mode for editing gettext .po files
 libasprintf-dev - GNU Internationalization library development files
 libasprintf0c2 - GNU library to use fprintf and friends in C++
 libgettextpo-dev - GNU Internationalization library development files
 libgettextpo0 - GNU Internationalization library
Closes: 754014 754146
Changes:
 gettext (0.18.3.2-4) unstable; urgency=medium
 .
   * Made gettext-el to depend on emacs, not emacs23. Closes: #754014.
   * Applied Ubuntu patch for little-endian powerpc. Closes: #754146.
 This would result in extra build-dependencies (autoconf) because
 of the timestamps, so we keep them in debian/rules before build.
Checksums-Sha1:
 77d361072a83451e405ac38cfb6caf1230cd276c 1946 gettext_0.18.3.2-4.dsc
 dab797acb3cc670c3dd78f4cb3f25bfbdc76e127 38360 gettext_0.18.3.2-4.debian.tar.xz
 9fc9d0f4069f9545f868b5d3edec2e3f87d4 57844 gettext-el_0.18.3.2-4_all.deb
 92fa85b321ecb98470430f66cea261f31172038e 525486 gettext-doc_0.18.3.2-4_all.deb
 3b2e439d0539a5e47252b1349f15bda058ed2d02 393528 autopoint_0.18.3.2-4_all.deb
 6989258aedb403e2a7bade5fa1187d34cfdc8eff 115868 
gettext-base_0.18.3.2-4_amd64.deb
 b913e6f51b21e09bf938c173d44354dca8b4df52 1207910 gettext_0.18.3.2-4_amd64.deb
 3356b9e6be81f6fa04bb7306c008c7df67f2be16 134802 
libgettextpo0_0.18.3.2-4_amd64.deb
 a01173e2462eeac2dd743efaaca8296e7b842be2 29578 
libasprintf0c2_0.18.3.2-4_amd64.deb
 38edba4f3daec025cbf034e6414cd20e208ebe18 150486 
libgettextpo-dev_0.18.3.2-4_amd64.deb
 337f0b83bc5c9201152d31379f87a03610f8798c 29430 
libasprintf-dev_0.18.3.2-4_amd64.deb
Checksums-Sha256:
 82bf2426e9fef0adbd43586adad1c45a460073cbdc7807cc1b98340f3c413687 1946 
gettext_0.18.3.2-4.dsc
 04d6e4b06859b7881d09fe11d32daa176d61f45191a341310d4271e72855199a 38360 
gettext_0.18.3.2-4.debian.tar.xz
 85fb3dab96172e4a40f3a098bcac65f4b0dde50488aa9e2cbc8fc66d4b6f5795 57844 
gettext-el_0.18.3.2-4_all.deb
 37411ca82aada93d75e6a3a962cbfb8a9827999ed429146bb6cadc11283490ed 525486 
gettext-doc_0.18.3.2-4_all.deb
 5ce041ae48ab1ef6ebc5e80e555455cdd85914420c2b11ab19e1e31a041254a0 393528 
autopoint_0.18.3.2-4_all.deb
 04fab53e60d8381bb20c5af28418abf342bac11ae2b72f9f81d90e2fde43f520 115868 
gettext-base_0.18.3.2-4_amd64.deb
 f99a10f29838b8a997d843d70dd65a8013b98b967c0bc9ee52d6700e55b03907 1207910 
gettext_0.18.3.2-4_amd64.deb
 fbc80043516b10a7933a5c9911869e5dbde618779c7da5d645749ff22abfb885 134802 
libgettextpo0_0.18.3.2-4_amd64.deb
 7b84682d01b6b272d5f7cb89e1930621b4a982238257ec8916aa97c48b88fa8a 29578 
libasprintf0c2_0.18.3.2-4_amd64.deb
 c832b6fb630ee4eabd3ba8248d1e49df555a26d60a1bf273858864c46bfc4119 150486 
libgettextpo-dev_0.18.3.2-4_amd64.deb
 fcaf330b37f8774f11d0dbadc7641d6e4e445eb9f029d8c44fba6a7ea411104a 29430 
libasprintf-dev_0.18.3.2-4_amd64.deb
Files:
 3eb189e9dd436d46e456b861d9d1efc6 57844 lisp optional 
gettext-el_0.18.3.2-4_all.deb
 3f40d4ef2dda1683905b70ff5c0e5935 525486 doc optional 
gettext-doc_0.18.3.2-4_all.deb
 19866f298a35da36616ec404daec3926 393528 devel optional 
autopoint_0.18.3.2-4_all.deb
 0d51631faac538deae24df11eef11e74 115868 utils standard 
gettext-base_0.18.3.2-4_amd64.deb
 7a49805fafd810835c7dfa7df951eee0 1207910 devel optional 
gettext_0.18.3.2-4_amd64.deb
 6b15bc14c22dc33d35831a3506f414f2 134802 libs optional 
libgettextpo0_0.18.3.2-4_amd64.deb
 16108f093e61a13c1829f2d7df7870b0 29578 libs standard 
libasprintf0c2_0.18.3.2-4_amd64.deb
 a944b0198981a6166b9564c9ecc8fe7a 150486 libdevel optional 
libgettextpo-dev_0.18.3.2-4_amd64.deb
 546f8dc9d37d69e8e666e5ee6de6edc3 29430 libdevel optional 
libasprintf-dev_0.18.3.2-4_amd64.deb
 7522f2b22431e7b65fbbb849f62a7e37 1946 devel optional gettext_0.18.3.2-4.dsc
 9b0956e509ffadaaf128b98a2186b8d5 38360 devel optional 
gettext_0.18.3.2-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTx5ekAAoJEEHOfwufG4syXOgH/28Kv/KU1bwCVMwcACEQZ8fs
TrpsXF0zC1p/JJzfQxStJuk4mI72hk2bihS9QC5QY3xniaEaV99P+v05l13B05R3
LrLp6qUx291ObjteDpuEU+pjz4S7dCDEAFvrx0RShNH9beHDyUr8lIeETmKz8T5Y
BRNjULjrdbbh1qOy2A7nGjMYxLGc70qTa7x/qfyIUOQKax6UFs7h5nmdrVG0a1rh
gwH+RU+2WYFi2wZhV0VrUMzziDgA/yyauRXNqf6S71w7gJq9i7r9xO2twkDhuJJW
J3dLrGwtOfNy0MHZkQUbmL7+XiwdMVIM4Z1wcbzkZQdDGf1j/lRtXiVEmZsWQ28=
=tsBi
-END PGP SIGNATURE-


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

Accepted openjdk-7 7u65-2.5.1-1 (source amd64 all)

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

Format: 1.8
Date: Wed, 16 Jul 2014 21:27:01 +0200
Source: openjdk-7
Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib 
openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-jamvm 
openjdk-7-jre-zero
Architecture: source amd64 all
Version: 7u65-2.5.1-1
Distribution: unstable
Urgency: high
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description:
 icedtea-7-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-7-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-7-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-7-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-7-jdk - OpenJDK Development Kit (JDK)
 openjdk-7-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-7-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-7-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-7-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-7-source - OpenJDK Development Kit (JDK) source files
Closes: 748625 749648 754770
Changes:
 openjdk-7 (7u65-2.5.1-1) unstable; urgency=high
 .
   * IcedTea7 2.5.1 release (based on OpenJDK 7u65).
   * Security fixes:
 - S8029755, CVE-2014-4209: Enhance subject class.
 - S8030763: Validate global memory allocation.
 - S8031340, CVE-2014-4264: Better TLS/EC management.
 - S8031346, CVE-2014-4244: Enhance RSA key handling.
 - S8031540: Introduce document horizon.
 - S8032536: JVM resolves wrong method in some unusual cases.
 - S8033055: Issues in 2d.
 - S8033301, CVE-2014-4266: Build more informative InfoBuilder.
 - S8034267: Probabilistic native crash.
 - S8034272: Do not cram data into CRAM arrays.
 - S8034985, CVE-2014-2483: Better form for Lambda Forms.
 - S8035004, CVE-2014-4252: Provider provides less service.
 - S8035009, CVE-2014-4218: Make Proxy representations consistent.
 - S8035119, CVE-2014-4219: Fix exceptions to bytecode verification.
 - S8035699, CVE-2014-4268: File choosers should be choosier.
 - S8035788. CVE-2014-4221: Provide more consistency for lookups.
 - S8035793, CVE-2014-4223: Maximum arity maxed out.
 - S8036571: (process) Process process arguments carefully.
 - S8036800: Attribute OOM to correct part of code.
 - S8037046: Validate libraries to be loaded.
 - S8037076, CVE-2014-2490: Check constant pool constants.
 - S8037157: Verify init call.
 - S8037162, CVE-2014-4263: More robust DH exchanges.
 - S8037167, CVE-2014-4216: Better method signature resolution.
 - S8039520, CVE-2014-4262: More atomicity of atomic updates.
   * Build libjsig and libsaproc with hardening defaults.
   * Fix some lintian warnings.
   * Move libjavagtk into the -jre package. Closes: #754770.
   * Recognize -dcevm as a jvm. Closes: #748625.
   * Install the src.zip into an architecture independent path. Closes: #749648.
Checksums-Sha1:
 8823d9f54aafdc17e5e3acc3bdddb4112884298e 4025 openjdk-7_7u65-2.5.1-1.dsc
 2c7a0d43238908f5d935900463bbc3ba2e2bab95 63275462 
openjdk-7_7u65-2.5.1.orig.tar.gz
 9d1d213e7928d7572b71a43ef13e261416869ecd 157140 
openjdk-7_7u65-2.5.1-1.debian.tar.xz
 c3039e0b3789395ca6dffef11ac74a4df0dfa108 16042666 
openjdk-7-jdk_7u65-2.5.1-1_amd64.deb
 8878db4dabc216ccf8f6688f3301aa8950fd391c 39637236 
openjdk-7-jre-headless_7u65-2.5.1-1_amd64.deb
 7954cd1c6a6d62d466b604e4cdcb006e54fb4fed 186610 
openjdk-7-jre_7u65-2.5.1-1_amd64.deb
 6090e9710075ac7ae80da06187ad251d74b6c7ed 1885454 
openjdk-7-demo_7u65-2.5.1-1_amd64.deb
 604f24d6907bb8f37237d557b5c788687be92687 74435844 
openjdk-7-dbg_7u65-2.5.1-1_amd64.deb
 3e4c111888b2abf03f18382b22de7fa80382512a 475966 
icedtea-7-jre-jamvm_7u65-2.5.1-1_amd64.deb
 7287d80935d0caebb14a66901893b746bf4a94e4 1936040 
openjdk-7-jre-zero_7u65-2.5.1-1_amd64.deb
 85b6ec6e2fb3a6b11c3732eda28a43f0a061e7ee 72596 
openjdk-7-jre-lib_7u65-2.5.1-1_all.deb
 4f8f8b01a157f79dc39c6e4fe16889cc5e3257bc 39934986 
openjdk-7-source_7u65-2.5.1-1_all.deb
 1b94e2ce7bc9c73d5b9bbafc164405cfcf54f070 10901516 
openjdk-7-doc_7u65-2.5.1-1_all.deb
Checksums-Sha256:
 918f4fbf18681570fae7a27c84f4d579b30aa5152501a91c2d6c945ccb8c98d7 4025 
openjdk-7_7u65-2.5.1-1.dsc
 219860c0729f03f3cc081529d100a9882ebc3683830962e060d778fa18b37857 63275462 
openjdk-7_7u65-2.5.1.orig.tar.gz
 d5c66b33759dd25b60f9d19d958f38ca2360770bb7ce8b25becced214a4bf8d4 157140 
openjdk-7_7u65-2.5.1-1.debian.tar.xz
 ca644c7671631e5d3e35b25375b19e8e55dc94a5b264aceac0d56306c2e6d7c2 16042666 
openjdk-7-jdk_7u65-2.5.1-1_amd64.deb
 7063ad2adbc31510aa8b89207caf7a61b5477a8f55bf41ec873581aa15aa1e9c 39637236 
openjdk-7-jre-headless_7u65-2.5.1-1_amd64.deb
 48c6136f43623ad3090bc04a141d8b7d20648d654d75d8e8959e35ed47c2dd51 186610 
openjdk-7-jre_7u65-2.5.1-1_amd64.deb
 9f63f77e231efe48f295a8da4175e81fab884a4f86583769287cae8671fa752f 1885454 

Accepted xfce4-session 4.10.1-7 (source amd64)

2014-07-17 Thread Jackson Doak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 06:37:50 +1000
Source: xfce4-session
Binary: xfce4-session xfce4-session-dbg
Architecture: source amd64
Version: 4.10.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Jackson Doak nosk...@ubuntu.com
Description:
 xfce4-session - Xfce4 Session Manager
 xfce4-session-dbg - Xfce4 Session Manager (debug symbols)
Closes: 752425
Changes:
 xfce4-session (4.10.1-7) unstable; urgency=medium
 .
   * Check for logind support at runtime:
 - debian/patches/03_runtime-logind-support.patch: added.
   + Allows upower 0.99 support. closes: #752425
 - debian/rules:
   + call xdt-autogen after patching
   + clean up autogenerated files modified by xdt-autogen.
 - debian/control:
   + add build-dep on libpolkit-gobject-1-dev.
   + add build-dep on xfce4-dev-tools and libtool in order to run 
xdt-autogen
 after patching.
Checksums-Sha1:
 8f10cb6f294ad6f06215c7386fe32cb46a0afdd9 1732 xfce4-session_4.10.1-7.dsc
 614af3ff508dc97b21cbb6b53ca13ad998271023 14880 
xfce4-session_4.10.1-7.debian.tar.xz
 4a5db5754044eef38fd69b67d559e4a25128e31d 727866 
xfce4-session_4.10.1-7_amd64.deb
 68b037cabd2510d67ac0e7a2171636a9be929971 535382 
xfce4-session-dbg_4.10.1-7_amd64.deb
Checksums-Sha256:
 c7dc6bc781910339ff614c8d53e3375b32c27f0f5a99ac2812f48cb7fd1eabc2 1732 
xfce4-session_4.10.1-7.dsc
 f69159719427e98de12655ce681eac5dbbda8defc6fd7df9c940ed8e33202916 14880 
xfce4-session_4.10.1-7.debian.tar.xz
 d28a7098537162d36750dd0e98caa31a25474fbb014be40c3db94c4d735e823d 727866 
xfce4-session_4.10.1-7_amd64.deb
 511a1d21328e74b94517c44c4dd33013b28da469518059e80cfefc695d6f2294 535382 
xfce4-session-dbg_4.10.1-7_amd64.deb
Files:
 78f462f99e4152161796115d7ee6846c 727866 xfce optional 
xfce4-session_4.10.1-7_amd64.deb
 fd794a92f1c2a7b37c6a45e9e8ad12c5 535382 debug extra 
xfce4-session-dbg_4.10.1-7_amd64.deb
 effad84a87a893c041f6b6123613f9a0 1732 xfce optional xfce4-session_4.10.1-7.dsc
 e19bcdbc63f86493e31fc592d3365cd4 14880 xfce optional 
xfce4-session_4.10.1-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHmhkACgkQcgQ2cL3l8e5LzACZAXp+W53Fo475MbDrzadzYA5T
mWEAn3HiKHYRQ0gVyDJeSllWXi/zTmKu
=Zv9+
-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/e1x7ibk-0003fi...@franck.debian.org



Accepted xfce4-power-manager 1.2.0-5 (source amd64 all)

2014-07-17 Thread Jackson Doak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 06:20:22 +1000
Source: xfce4-power-manager
Binary: xfce4-power-manager xfce4-power-manager-data xfce4-power-manager-plugins
Architecture: source amd64 all
Version: 1.2.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Jackson Doak nosk...@ubuntu.com
Description:
 xfce4-power-manager - power manager for Xfce desktop
 xfce4-power-manager-data - power manager for Xfce desktop, arch-indep files
 xfce4-power-manager-plugins - power manager plugins for Xfce panel
Closes: 752428
Changes:
 xfce4-power-manager (1.2.0-5) unstable; urgency=medium
 .
   * Add patch to support upower 0.99. Closes: #752428
   * Bump upower depend to = 0.99
Checksums-Sha1:
 9763648f040bed7a6373bfd6288c9a479c039638 1933 xfce4-power-manager_1.2.0-5.dsc
 8e217eb48d4bbd7f7690f4f12c9c71f38ed504eb 16812 
xfce4-power-manager_1.2.0-5.debian.tar.xz
 376425492ce8360e557232b94bec7a718a2eee48 141848 
xfce4-power-manager_1.2.0-5_amd64.deb
 19c029aea150b7f0ab621a4077d547a643cd344c 530488 
xfce4-power-manager-data_1.2.0-5_all.deb
 142630475d581809df690fee17142752638e4516 84102 
xfce4-power-manager-plugins_1.2.0-5_amd64.deb
Checksums-Sha256:
 7693da3806a28d06632ba6c0288b7255f1db8266ae33312d990961709082bdcd 1933 
xfce4-power-manager_1.2.0-5.dsc
 d336fbbf61eb10610ba8b7e61b24fcf28ea3365a096424e7bef300e7255fc28c 16812 
xfce4-power-manager_1.2.0-5.debian.tar.xz
 32c2cb0c2079017b9463b9e15818d35d0758def0b44c9bb26bd5693e7f1a469a 141848 
xfce4-power-manager_1.2.0-5_amd64.deb
 575b5c664c9cfa4a1346c0c4b78b76503519d70536d3a7f847f9d9187163122f 530488 
xfce4-power-manager-data_1.2.0-5_all.deb
 8482ad4d05d09502a457d163949046c4bdf12fa3414486441cf7ac82101186bd 84102 
xfce4-power-manager-plugins_1.2.0-5_amd64.deb
Files:
 279f2fd88926245747c3ac6d49f691fc 141848 xfce optional 
xfce4-power-manager_1.2.0-5_amd64.deb
 f4b45cca87ea7b755dbb9adfbec2edd8 530488 xfce optional 
xfce4-power-manager-data_1.2.0-5_all.deb
 fc7659507af4575f271eb434554ba854 84102 xfce optional 
xfce4-power-manager-plugins_1.2.0-5_amd64.deb
 0d8d3a6ec6f99bd4e1c1c860f9569183 1933 xfce optional 
xfce4-power-manager_1.2.0-5.dsc
 e94b81f81d6e2f0e054e71f30f19cf1d 16812 xfce optional 
xfce4-power-manager_1.2.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHmhkACgkQcgQ2cL3l8e5UqgCfVRFAO3ZpIDtVtYFAPEgM7iQF
0J4AnjR9CgEbeDEXKDsxyse1pSxAab54
=fWym
-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/e1x7ibb-0002xt...@franck.debian.org



Accepted openscad 2014.03+dfsg-1 (source amd64 all)

2014-07-17 Thread Christian M. Amsüss
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 10 Mar 2014 20:08:15 +0100
Source: openscad
Binary: openscad openscad-testing openscad-testing-data openscad-dbg
Architecture: source amd64 all
Version: 2014.03+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Christian M. Amsüss chr...@fsfe.org
Changed-By: Christian M. Amsüss chr...@fsfe.org
Description:
 openscad   - script file based graphical CAD environment
 openscad-dbg - script file based graphical CAD environment (debugging symbols)
 openscad-testing - script file based graphical CAD environment (test suite)
 openscad-testing-data - script file based graphical CAD environment (test 
suite data)
Changes:
 openscad (2014.03+dfsg-1) unstable; urgency=low
 .
   * New upstream version
 - resize module
 - scale parameter on linear_extrude
 - recursive use of modules
 - assignments can depend on previous assignments
 - syntax highlighting
 - user library path
 - support for opening dxf files
 - new behavior of preview and highlight operators
 - new diameter arguments
 - parent_module() and children() functions
 - Unicode handling
 - negative steps in ranges
 - norm() and cross() functions
 - new command line options
 - bugfixes
 - drops many test programs which caused issues when ran outside the build
   directory
   * Copyright file updates
   * Build-depend on glib
   * Build-conflict against libgles2-dev (eg libgles2-mesa-dev)
   * Patches dropped due to upstream inclusion:
 - changes to eigen.pri
   * Patch out verbose mode through qmake
   * Patch tests/CTestCustom.template to use test_pretty_print.py instead of
 the test_pretty_print.c wrapper that is just used to transport a hardcoded
 path that is not present on installed systems anyway
   * Patch tests/test_pretty_print.py to use Debian package information instead
 of unavailable git information
   * Drop scripts directory for +dfsg repackaging
   * Explicitly set OpenSCAD version from upstream version
   * Patch tests/test_cmdline_tool.py to use absolute paths (because openscad
 and echotest have different behaviors in that respect)
   * Add build dependencies to run the test suite at build time
   * Depend on openscad-mcad for building to run the test suite
 - Patch out check for MCAD subtree
   * Change Standards-Version to 3.9.5 (no further changes)
Checksums-Sha1:
 af6e1d3da76b5ec1e0084cd567d16e32bbd77656 2646 openscad_2014.03+dfsg-1.dsc
 37ba6a253b49dafc53a6610a14a3f864ac6afad9 4321315 
openscad_2014.03+dfsg.orig.tar.gz
 dfe48118a7e63626176241e93457e56a2668a5c1 16428 
openscad_2014.03+dfsg-1.debian.tar.xz
 9c824380cfa4020b3fbbf16d9065299a6b16e482 1392722 
openscad_2014.03+dfsg-1_amd64.deb
 a6ffc5a58a802b136e43b08f79ef54baf7885b68 351840 
openscad-testing_2014.03+dfsg-1_amd64.deb
 e9c03581880e2304e8d5fc5c8289a84a7f6c6c86 2527460 
openscad-testing-data_2014.03+dfsg-1_all.deb
 805c1f24e119485c585851647f6c1154826bb368 35755876 
openscad-dbg_2014.03+dfsg-1_amd64.deb
Checksums-Sha256:
 e2db11a6394c97c63a848f01bb526a55ef5131d3631a147ef93f3aa7b734aa5d 2646 
openscad_2014.03+dfsg-1.dsc
 09e97992199db03629ff04d5392d11183c6abda88f73223f20043fb8dfc80ee7 4321315 
openscad_2014.03+dfsg.orig.tar.gz
 b6d3025d9f4e9853b26443840b6f670f0b51ef276e0ed90bc4400a1947d43100 16428 
openscad_2014.03+dfsg-1.debian.tar.xz
 678a0428abe721e321f0a19801f40be53c5c97d9cf9d428d2b12479ea8b26c4e 1392722 
openscad_2014.03+dfsg-1_amd64.deb
 aa5d81f3b05cf750d4f43bcbcf8ec87fdab76037b5ef74b5f28ccdace6b365fc 351840 
openscad-testing_2014.03+dfsg-1_amd64.deb
 c8d233679a68629bbfc8928f20d300b63691859dfd07bdffce963de423bd0815 2527460 
openscad-testing-data_2014.03+dfsg-1_all.deb
 86385ad9a33b9028653fa9ef48bca3c51ccd2e53bbada88cc54c989597a649aa 35755876 
openscad-dbg_2014.03+dfsg-1_amd64.deb
Files:
 5fe18c3400cec2ebed97654bbaba9593 1392722 graphics optional 
openscad_2014.03+dfsg-1_amd64.deb
 e97b15301489052c0b20b9c2f03cc150 351840 graphics optional 
openscad-testing_2014.03+dfsg-1_amd64.deb
 8f252c7aee4860d03606ab5362f8a7e5 2527460 graphics optional 
openscad-testing-data_2014.03+dfsg-1_all.deb
 0084f6d1527ea006ce62e3f1c7d8d8e3 35755876 debug extra 
openscad-dbg_2014.03+dfsg-1_amd64.deb
 fc39532c1f24e369042cdd752bcc7899 2646 graphics optional 
openscad_2014.03+dfsg-1.dsc
 d40a7b734ca36a7c319967053f772777 4321315 graphics optional 
openscad_2014.03+dfsg.orig.tar.gz
 46bf795979f7ad6f21991e336df4f022 16428 graphics optional 
openscad_2014.03+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTx5hOAAoJEB5F+Mqd4jsW6SsP/2pKBu0ZaH2DLxdvzSPvwAfU
sc5e4PQ8Yib7ueqBgZTFf+MoLLITv0lRnvg77DtD+w3OxnFBSVV66BfrLlJQzmOK
zHd8gtw1cPViO0YpV0aeyapcLmm4RRx0zkyu4Yc0nzxKANr/dJtHBQ3uULVjXc4Q
MCYe0YH12WFBe/qzFYZc/Avrxc9OgTzSOA5LOwHQ5ZSE/dhJYP/pcdE5qnOLwX8a
/HEQbT3M7wLwlY+xaSFBVp9JA0lFXF+XUU9VysREP+W5ve+PtkoI9d4uZTdRQOof
1oqkaDjNVIcCh4HQrd1Afy5M8MbjkRXGUGY0nLI0Dd7bKeXeVvvYrSF36OGOqAeV

Accepted openttd 1.4.1-1 (source amd64 all)

2014-07-17 Thread Matthijs Kooijman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 09:31:51 +0200
Source: openttd
Binary: openttd openttd-dbg openttd-data
Architecture: source amd64 all
Version: 1.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Matthijs Kooijman matth...@stdin.nl
Changed-By: Matthijs Kooijman matth...@stdin.nl
Description:
 openttd- reimplementation of Transport Tycoon Deluxe with enhancements
 openttd-data - common data files for the OpenTTD game
 openttd-dbg - debugging symbols for openttd
Closes: 754676
Changes:
 openttd (1.4.1-1) unstable; urgency=medium
 .
   * [7ddef46] New upstream release 1.4.1.
 - Fixed segfault during load on big endian machines. (Closes: #754676)
   * [54bf392] Remove build-with-libpng16.patch, which is included
 upstream.
Checksums-Sha1:
 74a5b9985056582549341ed56e24670da07c4231 1530 openttd_1.4.1-1.dsc
 3e4c88cd68a878ffcd723813c809fc42f24935c2 10052089 openttd_1.4.1.orig.tar.gz
 d06c799fdf86b4148e241b21ed8d9efda3304ae5 10932 openttd_1.4.1-1.debian.tar.xz
 4eda94b483073757a45f53600172081134c5e8ed 2096822 openttd_1.4.1-1_amd64.deb
 7e5b6789a4b938ea36554308ddd6bfd62f83772c 10239246 openttd-dbg_1.4.1-1_amd64.deb
 58336ba1529029ec22435c62af6be2393218fbc6 2623756 openttd-data_1.4.1-1_all.deb
Checksums-Sha256:
 b015f394a1de8503542973433c863428e8187a6f9e7bc62fb06adb8379a6264f 1530 
openttd_1.4.1-1.dsc
 60ec7c1b6962eea36a84d70ec289fb1c900ca8d2b5da414f7330204d20b948ac 10052089 
openttd_1.4.1.orig.tar.gz
 28e344b63fdc255af83706c01cfb9da85473af7c8cef6f45e707eb8e5e9ecb32 10932 
openttd_1.4.1-1.debian.tar.xz
 b89ab34a925e3aa2c0a9732d3ae4234b91385412a5710f0f64220be65c1c3773 2096822 
openttd_1.4.1-1_amd64.deb
 a39bc7797403cd8717530183778decd13a2071bde7ca706273ad9a44d4b5680b 10239246 
openttd-dbg_1.4.1-1_amd64.deb
 e9b96dfff0e5659730389bbe6988fc432f4b8a72b5329577f7c80764e4ba829d 2623756 
openttd-data_1.4.1-1_all.deb
Files:
 5de96ee22f7449d425342147fb8c86b1 2096822 games optional 
openttd_1.4.1-1_amd64.deb
 c236d9aeaeb7cdd688b77dd7ef91eead 10239246 debug extra 
openttd-dbg_1.4.1-1_amd64.deb
 b61ff10fd7959ac8076add89ab4d5dd7 2623756 games optional 
openttd-data_1.4.1-1_all.deb
 7b7b555a95beba61f12ab098e492785e 1530 games optional openttd_1.4.1-1.dsc
 63c8d3cc09030200a12122d41ae2dd49 10052089 games optional 
openttd_1.4.1.orig.tar.gz
 bc46958ec6da6736deecb308f8276f43 10932 games optional 
openttd_1.4.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHmEYACgkQz0nQ5oovr7wSXACfSFeHo5aJYIh8TppwJxAW6xcw
dOAAn3bQYJf0EiDNrykZm7gvsF/00H/j
=E0FO
-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/e1x7ib2-0002r6...@franck.debian.org



Accepted xfce4-systemload-plugin 1.1.1-3 (source amd64)

2014-07-17 Thread Jackson Doak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jul 2014 07:06:52 +1000
Source: xfce4-systemload-plugin
Binary: xfce4-systemload-plugin
Architecture: source amd64
Version: 1.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Jackson Doak nosk...@ubuntu.com
Description:
 xfce4-systemload-plugin - system load monitor plugin for the Xfce4 panel
Closes: 752430
Changes:
 xfce4-systemload-plugin (1.1.1-3) unstable; urgency=low
 .
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 .
   [ Jackson Doak ]
   * Support upower 0.99 closes: #752430
 - Add 01_upower-0.99.patch
 - Bump upower depend to = 0.99
Checksums-Sha1:
 9ca5ef85f87bcf0360b40ad8662f61f9bc3de5e4 1630 
xfce4-systemload-plugin_1.1.1-3.dsc
 193ef85ff26d4e2f803aa7404177458a8fbe6274 4496 
xfce4-systemload-plugin_1.1.1-3.debian.tar.xz
 aeb39fd239a64b662cb61265ddcf80ca460a8cf2 51308 
xfce4-systemload-plugin_1.1.1-3_amd64.deb
Checksums-Sha256:
 b36a9bda105f12adf09d1cc9bd9f65f88c0fbf07f07ce6fd94d3e6106e8549ee 1630 
xfce4-systemload-plugin_1.1.1-3.dsc
 c7ef350a5cebabb061633d5b2cc3e0ae654d1fed04bc9386a60b9b5e443f2dc1 4496 
xfce4-systemload-plugin_1.1.1-3.debian.tar.xz
 318ccb1b297af40ebe5ee3681a43dd082ff3e1dcfc3a55ea08d739a36eff3370 51308 
xfce4-systemload-plugin_1.1.1-3_amd64.deb
Files:
 7027dc41e1c10a01cd8eab28de9f25b1 51308 xfce optional 
xfce4-systemload-plugin_1.1.1-3_amd64.deb
 04e64772ce4ea4662470dceb4c13b965 1630 xfce optional 
xfce4-systemload-plugin_1.1.1-3.dsc
 0d3a5e04ce18e37b03e3e4bb2c6cf522 4496 xfce optional 
xfce4-systemload-plugin_1.1.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHmhkACgkQcgQ2cL3l8e4mJQCdH2hzmItgm4vQoDbe1GJ0uZ3H
qEgAoLyEst+ne/oWqluGohdXRaI8XW5y
=sDi0
-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/e1x7ibr-0003m1...@franck.debian.org



Accepted gcc-4.9 4.9.1-1 (source all amd64)

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

Format: 1.8
Date: Wed, 16 Jul 2014 17:15:14 +0200
Source: gcc-4.9
Binary: gcc-4.9-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc-4.9-dev 
libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib64gcc-4.9-dev lib32gcc1 
lib32gcc1-dbg lib32gcc-4.9-dev libn32gcc1 libn32gcc1-dbg libn32gcc-4.9-dev 
libx32gcc1 libx32gcc1-dbg libx32gcc-4.9-dev gcc-4.9 gcc-4.9-multilib 
gcc-4.9-plugin-dev gcc-4.9-hppa64 cpp-4.9 gcc-4.9-locales g++-4.9 
g++-4.9-multilib libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 
lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libx32gomp1 libx32gomp1-dbg libitm1 
libitm1-dbg lib32itm1 lib32itm1-dbg lib64itm1 lib64itm1-dbg libn32itm1 
libn32itm1-dbg libx32itm1 libx32itm1-dbg libatomic1 libatomic1-dbg lib32atomic1 
lib32atomic1-dbg lib64atomic1 lib64atomic1-dbg libn32atomic1 libn32atomic1-dbg 
libx32atomic1 libx32atomic1-dbg libasan1 libasan1-dbg lib32asan1 lib32asan1-dbg 
lib64asan1 lib64asan1-dbg libn32asan1 libn32asan1-dbg libx32asan1 
libx32asan1-dbg liblsan0 liblsan0-dbg lib32lsan0 lib32lsan0-dbg lib64lsan0 
lib64lsan0-dbg
 libn32lsan0 libn32lsan0-dbg libx32lsan0 libx32lsan0-dbg libtsan0 libtsan0-dbg 
libubsan0 libubsan0-dbg lib32ubsan0 lib32ubsan0-dbg lib64ubsan0 lib64ubsan0-dbg 
libn32ubsan0 libn32ubsan0-dbg libx32ubsan0 libx32ubsan0-dbg libcilkrts5 
libcilkrts5-dbg lib32cilkrts5 lib32cilkrts5-dbg lib64cilkrts5 lib64cilkrts5-dbg 
libx32cilkrts5 libx32cilkrts5-dbg libquadmath0 libquadmath0-dbg lib32quadmath0 
lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg libn32quadmath0 
libn32quadmath0-dbg libx32quadmath0 libx32quadmath0-dbg gobjc++-4.9 
gobjc++-4.9-multilib gobjc-4.9 gobjc-4.9-multilib libobjc-4.9-dev 
lib64objc-4.9-dev lib32objc-4.9-dev libn32objc-4.9-dev libx32objc-4.9-dev 
libobjc4 libobjc4-dbg lib64objc4 lib64objc4-dbg lib32objc4 lib32objc4-dbg 
libn32objc4 libn32objc4-dbg libx32objc4 libx32objc4-dbg gfortran-4.9 
gfortran-4.9-multilib libgfortran-4.9-dev lib64gfortran-4.9-dev 
lib32gfortran-4.9-dev libn32gfortran-4.9-dev libx32gfortran-4.9-dev 
libgfortran3 libgfortran3-dbg
 lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg 
libn32gfortran3 libn32gfortran3-dbg libx32gfortran3 libx32gfortran3-dbg 
gccgo-4.9 gccgo-4.9-multilib libgo5 libgo5-dbg lib64go5 lib64go5-dbg lib32go5 
lib32go5-dbg libn32go5 libn32go5-dbg libx32go5 libx32go5-dbg gcj-4.9 
gcj-4.9-jdk gcj-4.9-jre-headless gcj-4.9-jre libgcj15 gcj-4.9-jre-lib 
libgcj15-awt libgcj15-dev libgcj15-dbg gcj-4.9-source libgcj-doc libstdc++6 
lib32stdc++6 lib64stdc++6 libn32stdc++6 libx32stdc++6 libstdc++-4.9-dev 
libstdc++-4.9-pic libstdc++6-4.9-dbg lib32stdc++-4.9-dev lib32stdc++6-4.9-dbg 
lib64stdc++-4.9-dev lib64stdc++6-4.9-dbg libn32stdc++-4.9-dev 
libn32stdc++6-4.9-dbg libx32stdc++-4.9-dev libx32stdc++6-4.9-dbg 
libstdc++-4.9-doc gdc-4.9 libphobos-4.9-dev libphobos-4.9-dbg 
gcc-4.9-soft-float fixincludes
 gcc-4.9-source
Architecture: source all amd64
Version: 4.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 cpp-4.9- GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.9- GNU C++ compiler
 g++-4.9-multilib - GNU C++ compiler (multilib files)
 gcc-4.9- GNU C compiler
 gcc-4.9-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.9-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.9-locales - GCC, the GNU compiler collection (native language support 
files)
 gcc-4.9-multilib - GNU C compiler (multilib files)
 gcc-4.9-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.9-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.9-source - Source of the GNU Compiler Collection
 gccgo-4.9  - GNU Go compiler
 gccgo-4.9-multilib - GNU Go compiler (multilib files)
 gcj-4.9- GCJ byte code and native compiler for Java(TM)
 gcj-4.9-jdk - GCJ and Classpath development tools for Java(TM)
 gcj-4.9-jre - Java runtime environment using GIJ/Classpath
 gcj-4.9-jre-headless - Java runtime environment using GIJ/Classpath (headless 
version)
 gcj-4.9-jre-lib - Java runtime library for use with gcj (jar files)
 gcj-4.9-source - GCJ java sources for use in IDEs like eclipse and netbeans
 gdc-4.9- GNU D compiler (version 2), based on the GCC backend
 gfortran-4.9 - GNU Fortran compiler
 gfortran-4.9-multilib - GNU Fortran compiler (multilib files)
 gobjc++-4.9 - GNU Objective-C++ compiler
 gobjc++-4.9-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.9  - GNU Objective-C compiler
 gobjc-4.9-multilib - GNU Objective-C compiler (multilib files)
 lib32asan1 - AddressSanitizer -- a fast memory error detector (32bit)
 lib32asan1-dbg - AddressSanitizer -- a fast memory error detector (32 bit 
debug sy
 lib32atomic1 - support library providing __atomic built-in functions (32bit)
 lib32atomic1-dbg - support library providing __atomic built-in functions (32 
bit deb
 lib32cilkrts5 - Intel Cilk Plus 

Accepted texlive-lang 2014.20140717-1 (source all)

2014-07-17 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 00:40:11 +0900
Source: texlive-lang
Binary: texlive-lang-african texlive-lang-arabic texlive-lang-cjk 
texlive-lang-korean texlive-lang-chinese texlive-lang-japanese 
texlive-lang-cyrillic texlive-lang-czechslovak texlive-lang-english 
texlive-lang-european texlive-lang-french texlive-lang-german 
texlive-lang-greek texlive-lang-indic texlive-lang-italian texlive-lang-other 
texlive-lang-polish texlive-lang-portuguese texlive-lang-spanish texlive-doc-ar 
texlive-doc-bg texlive-doc-cs+sk texlive-doc-de texlive-doc-en texlive-doc-es 
texlive-doc-fi texlive-doc-fr texlive-doc-it texlive-doc-ja texlive-doc-ko 
texlive-doc-mn texlive-doc-nl texlive-doc-pl texlive-doc-pt texlive-doc-rs 
texlive-doc-ru texlive-doc-si texlive-doc-th texlive-doc-tr texlive-doc-uk 
texlive-doc-vi texlive-doc-zh texlive-lang-armenian texlive-lang-croatian 
texlive-lang-danish texlive-lang-dutch texlive-lang-finnish texlive-lang-hebrew 
texlive-lang-hungarian texlive-lang-latin texlive-lang-latvian 
texlive-lang-lithuanian texlive-lang-mongolian
 texlive-lang-norwegian texlive-lang-swedish texlive-lang-tibetan 
texlive-lang-vietnamese texlive-lang-all ptex-bin thailatex
 latex-sanskrit
Architecture: source all
Version: 2014.20140717-1
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX Maintainers debian-tex-ma...@lists.debian.org
Changed-By: Norbert Preining prein...@debian.org
Description:
 latex-sanskrit - TeX Live: transitional dummy package
 ptex-bin   - TeX Live: transitional dummy package
 texlive-doc-ar - TeX Live: transitional dummy package
 texlive-doc-bg - TeX Live: transitional dummy package
 texlive-doc-cs+sk - TeX Live: transitional dummy package
 texlive-doc-de - TeX Live: transitional dummy package
 texlive-doc-en - TeX Live: transitional dummy package
 texlive-doc-es - TeX Live: transitional dummy package
 texlive-doc-fi - TeX Live: transitional dummy package
 texlive-doc-fr - TeX Live: transitional dummy package
 texlive-doc-it - TeX Live: transitional dummy package
 texlive-doc-ja - TeX Live: transitional dummy package
 texlive-doc-ko - TeX Live: transitional dummy package
 texlive-doc-mn - TeX Live: transitional dummy package
 texlive-doc-nl - TeX Live: transitional dummy package
 texlive-doc-pl - TeX Live: transitional dummy package
 texlive-doc-pt - TeX Live: transitional dummy package
 texlive-doc-rs - TeX Live: transitional dummy package
 texlive-doc-ru - TeX Live: transitional dummy package
 texlive-doc-si - TeX Live: transitional dummy package
 texlive-doc-th - TeX Live: transitional dummy package
 texlive-doc-tr - TeX Live: transitional dummy package
 texlive-doc-uk - TeX Live: transitional dummy package
 texlive-doc-vi - TeX Live: transitional dummy package
 texlive-doc-zh - TeX Live: transitional dummy package
 texlive-lang-african - TeX Live: African scripts
 texlive-lang-all - TeX Live: metapackage depending on all TeX Live language 
packages
 texlive-lang-arabic - TeX Live: Arabic
 texlive-lang-armenian - TeX Live: transitional dummy package
 texlive-lang-chinese - TeX Live: Chinese
 texlive-lang-cjk - TeX Live: Chinese/Japanese/Korean (base)
 texlive-lang-croatian - TeX Live: transitional dummy package
 texlive-lang-cyrillic - TeX Live: Cyrillic
 texlive-lang-czechslovak - TeX Live: Czech/Slovak
 texlive-lang-danish - TeX Live: transitional dummy package
 texlive-lang-dutch - TeX Live: transitional dummy package
 texlive-lang-english - TeX Live: US and UK English
 texlive-lang-european - TeX Live: Other European languages
 texlive-lang-finnish - TeX Live: transitional dummy package
 texlive-lang-french - TeX Live: French
 texlive-lang-german - TeX Live: German
 texlive-lang-greek - TeX Live: Greek
 texlive-lang-hebrew - TeX Live: transitional dummy package
 texlive-lang-hungarian - TeX Live: transitional dummy package
 texlive-lang-indic - TeX Live: Indic scripts
 texlive-lang-italian - TeX Live: Italian
 texlive-lang-japanese - TeX Live: Japanese
 texlive-lang-korean - TeX Live: Korean
 texlive-lang-latin - TeX Live: transitional dummy package
 texlive-lang-latvian - TeX Live: transitional dummy package
 texlive-lang-lithuanian - TeX Live: transitional dummy package
 texlive-lang-mongolian - TeX Live: transitional dummy package
 texlive-lang-norwegian - TeX Live: transitional dummy package
 texlive-lang-other - TeX Live: Other languages
 texlive-lang-polish - TeX Live: Polish
 texlive-lang-portuguese - TeX Live: Portuguese
 texlive-lang-spanish - TeX Live: Spanish
 texlive-lang-swedish - TeX Live: transitional dummy package
 texlive-lang-tibetan - TeX Live: transitional dummy package
 texlive-lang-vietnamese - TeX Live: transitional dummy package
 thailatex  - TeX Live: transitional dummy package
Changes:
 texlive-lang (2014.20140717-1) unstable; urgency=medium
 .
   * new upstream checkout
Checksums-Sha1:
 6e40712ec75585f73a28f8969d4e6e8082d0fae5 5903 texlive-lang_2014.20140717-1.dsc
 

Accepted vatnumber 1:1.2-2 (source all)

2014-07-17 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 Jul 2014 18:04:27 +0200
Source: vatnumber
Binary: python-vatnumber python3-vatnumber
Architecture: source all
Version: 1:1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers maintain...@debian.tryton.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description:
 python-vatnumber - Python module to validate VAT numbers (implemented in 
Python 2)
 python3-vatnumber - Python module to validate VAT numbers (implemented in 
Python 3)
Changes:
 vatnumber (1:1.2-2) unstable; urgency=medium
 .
   * Enabling build of python3 package.
   * Bumping X-Python*-Version according to Pybuild documentation.
   * Re-adding inadvertently removed dh-python to Build-Depends.
   * Updating gbp.conf for the usage of the tarball compression.
Checksums-Sha1:
 99f7e963734ba27d5ecf25b38f52d5331b0574a2 1751 vatnumber_1.2-2.dsc
 7be38c121a17876cded24ff5c02faa865e4f9592 15836 vatnumber_1.2-2.debian.tar.xz
 0f30e9632049535add9f31dca515c01a73c56edd 8860 python-vatnumber_1.2-2_all.deb
 0ba8c5202c72d73077ac19cba3c5e49e15ea23a5 8924 python3-vatnumber_1.2-2_all.deb
Checksums-Sha256:
 d9d477edc58e1fd891f80cb0f1a7b95113c7a786905f79fda237ee9d5363176a 1751 
vatnumber_1.2-2.dsc
 08e1d803eec72a526edc470ea812b86e05f216c4831261d07f88bc7b9306a7af 15836 
vatnumber_1.2-2.debian.tar.xz
 2a887cfbc542dbdf32232b997eb527e80c4dda493559d478f5ff13371503e0cd 8860 
python-vatnumber_1.2-2_all.deb
 89e9b8f9836ba999c356f0afa2c389b644961bdebca5fe68a3a5e1821a968796 8924 
python3-vatnumber_1.2-2_all.deb
Files:
 7346487c67166b4bca2cead4e9382d22 8860 python optional 
python-vatnumber_1.2-2_all.deb
 bdd694a8127efcb796eb79b894a28662 8924 python optional 
python3-vatnumber_1.2-2_all.deb
 061514366ad38e1a1f13e889fce17141 1751 python optional vatnumber_1.2-2.dsc
 35a95ae7e3909a0e5e322a37b57debbd 15836 python optional 
vatnumber_1.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJTxqcHAAoJEAOIHavrwpq5rS4H+gIOFf1AkpeZa2yzyOKZtQxd
jxAihNHr7ZpLClwxILn07eMxb+eu8eH6hHz2167gk1l2j4PitG687SyEoyoHsIl2
mC8FCmdGOq8sBWR5ikQQLq0NCawVaVEGeWkPv4XjS/248QFItylVdDxBW3S/pkPg
7D1Q5WLL97rzxrwShUUGgZLnb/aNj4QQ37wMjHDkrrovVYNmbXK8qAV1FzU/iuNf
v7YhypD3mK6v1BVxl42LI0XOxYeywlkSLpRIwF6LAyLeku3v0MyoBmHPxMDHwLZy
sKcQ57670/0a71kOtg5nbMDDRSIDzMT6M7e040KQjurVxVyTh3pUt+rgpwyASK4=
=cYeC
-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/e1x7jpz-0006oz...@franck.debian.org



Accepted vim-fugitive 2.1-2 (source all)

2014-07-17 Thread Andrea Capriotti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 12:37:54 +0200
Source: vim-fugitive
Binary: vim-fugitive
Architecture: source all
Version: 2.1-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Capriotti capri...@debian.org
Changed-By: Andrea Capriotti capri...@debian.org
Description:
 vim-fugitive - Vim plugin to work with Git
Changes:
 vim-fugitive (2.1-2) unstable; urgency=low
 .
   * Added Vcs field in debian/control
   * Removed boilerplate comments from debian/watch
Checksums-Sha1:
 cc2be4d63948fc92fed0b04e3f5a2b57a703c538 1235 vim-fugitive_2.1-2.dsc
 2c865b115f7b6cb62a8d04d27285c84d69d27412 4368 vim-fugitive_2.1-2.debian.tar.xz
 1c9bd2b8ff2fcfc49a915461e49bc41d23695563 30628 vim-fugitive_2.1-2_all.deb
Checksums-Sha256:
 0f28b4846c4a24bedd8beee9b1ce32715dcb0355f96de280daaf18b5506badce 1235 
vim-fugitive_2.1-2.dsc
 f22e330a67965e3e90e5ae58f486a8f56aef917e7efa65ed4867adcc1caf2f5e 4368 
vim-fugitive_2.1-2.debian.tar.xz
 fc40bb4bbc94dc732b051742f49ceff904637903d28bfa839178e5762f22bc05 30628 
vim-fugitive_2.1-2_all.deb
Files:
 9a9793fa592e82eb4370a37b468aafeb 30628 editors extra vim-fugitive_2.1-2_all.deb
 38f1346d9b7f264728dd600ab9c80392 1235 editors extra vim-fugitive_2.1-2.dsc
 f1285ac8a123a4e79c5acde62de5edef 4368 editors extra 
vim-fugitive_2.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHqRAACgkQ4oPIaHg5igE0LQCfTSWsouYXGO64lSdmifM0GzSZ
bccAn28Rqex7lxld46axuYQP4JrlJHBH
=G7RG
-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/e1x7jvl-00089o...@franck.debian.org



Accepted vim-pathogen 2.3-2 (source all)

2014-07-17 Thread Andrea Capriotti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 12:53:05 +0200
Source: vim-pathogen
Binary: vim-pathogen
Architecture: source all
Version: 2.3-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Capriotti capri...@debian.org
Changed-By: Andrea Capriotti capri...@debian.org
Description:
 vim-pathogen - Manage your runtimepath with ease
Changes:
 vim-pathogen (2.3-2) unstable; urgency=low
 .
   * Added Vcs field in debian/control
Checksums-Sha1:
 9b7914de2d2f0bf7b7376e5db5d9864a84fadba2 1250 vim-pathogen_2.3-2.dsc
 9fe2e1d97db626b85e2d7898ff9d905dbb059fac 4264 vim-pathogen_2.3-2.debian.tar.xz
 7412cdf150cb18ca930c3415125b56638159bf81 10726 vim-pathogen_2.3-2_all.deb
Checksums-Sha256:
 04507b395611eb88285293c43764914a4ff6a7dcd9c62cfdb8df98b6359d8e77 1250 
vim-pathogen_2.3-2.dsc
 29e9fe27dc9b211fe309a8b5a88c7545cca66b961d0275d10a978525cd67be33 4264 
vim-pathogen_2.3-2.debian.tar.xz
 21dd6b4b86711a9ebcca2d8afb1b919a3c47b64aafff6a3aa563e275259b5f71 10726 
vim-pathogen_2.3-2_all.deb
Files:
 6c87f21a959b7db2ab762db47b10d08e 10726 editors optional 
vim-pathogen_2.3-2_all.deb
 d512990ecd6a2be8a50e679e1deda5cf 1250 editors optional vim-pathogen_2.3-2.dsc
 68f7d5d3bc5a00055f836c27d89abab0 4264 editors optional 
vim-pathogen_2.3-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHq00ACgkQ4oPIaHg5igHwfQCdEPagesIG9w7oQHWETqUjSGbP
C8wAn1uTeAL0J/ntztJQao1bpLAWwNC2
=blDk
-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/e1x7jvq-0008du...@franck.debian.org



Accepted xserver-xorg-video-geode 2.11.16-1 (source i386)

2014-07-17 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 04:13:59 +0300
Source: xserver-xorg-video-geode
Binary: xserver-xorg-video-geode xserver-xorg-video-geode-dbg
Architecture: source i386
Version: 2.11.16-1
Distribution: unstable
Urgency: medium
Maintainer: Martin-Éric Racine martin-eric.rac...@iki.fi
Changed-By: Martin-Éric Racine martin-eric.rac...@iki.fi
Description:
 xserver-xorg-video-geode - X.Org X server -- Geode GX2/LX display driver
 xserver-xorg-video-geode-dbg - Geode GX2/LX display driver (debugging symbols)
Changes:
 xserver-xorg-video-geode (2.11.16-1) unstable; urgency=medium
 .
   * New upstream release:
 - Removed: 0001_xserver-1.15_FTBFS.patch (merged upstream).
Checksums-Sha1:
 d881ae4c5dfcf7d17ded93fc4abe85ad1eef2ba5 2266 
xserver-xorg-video-geode_2.11.16-1.dsc
 0ecc22ae838b10e5af72bb539a59608358b9a119 846748 
xserver-xorg-video-geode_2.11.16.orig.tar.gz
 125d1d2a1b9afaa799744dbd19d71a84dcebf3b3 10628 
xserver-xorg-video-geode_2.11.16-1.debian.tar.xz
 9d27cabc0dea5ec9eb0da75cd764e565c7264c01 167142 
xserver-xorg-video-geode_2.11.16-1_i386.deb
 0c64c0328f1a72a379ca218fc1adaf7a2ade3f33 254636 
xserver-xorg-video-geode-dbg_2.11.16-1_i386.deb
Checksums-Sha256:
 0443fb5b476a7a32823001994b852e05f4aba8b5d8c796e8cefb46210a062316 2266 
xserver-xorg-video-geode_2.11.16-1.dsc
 5ac5a7f0728175cf29ab151b772c571228f0375c14711b331185d7db30ba6a05 846748 
xserver-xorg-video-geode_2.11.16.orig.tar.gz
 b6cd9195b7d986f53fc1ca95a651ef5ca888eae6a32c98114c785162f2ac3b40 10628 
xserver-xorg-video-geode_2.11.16-1.debian.tar.xz
 d08d6c650e0e1a9a636dc227512a911364074e6cfccb917574b7044cef5b7731 167142 
xserver-xorg-video-geode_2.11.16-1_i386.deb
 62ffc04c5b26c9ec05f64d7b8f5b19ff92a41aef8825e76a4319be58951aba38 254636 
xserver-xorg-video-geode-dbg_2.11.16-1_i386.deb
Files:
 9ebc1a8ab70df7dd3584b8c737b5045b 167142 x11 optional 
xserver-xorg-video-geode_2.11.16-1_i386.deb
 b5f80e289ebe302abc27246bdae553f7 254636 debug extra 
xserver-xorg-video-geode-dbg_2.11.16-1_i386.deb
 9acc0346581a7ed53a253f4f7392a3c9 2266 x11 optional 
xserver-xorg-video-geode_2.11.16-1.dsc
 239de954bb43476d75a6fd4abf2c091d 846748 x11 optional 
xserver-xorg-video-geode_2.11.16.orig.tar.gz
 a9e92846a43afb48c3fddfbfbf961421 10628 x11 optional 
xserver-xorg-video-geode_2.11.16-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx6caAAoJENFO8V2v4RNHRWYQAMoi+Ql3v4wkZFhv7GIm1gzl
JyUbkxn8kWtiuta1o9rn7hKhfgYHJ4/UHEHVeWx0Mt7RFAz5ghIwsQTrr0PHfgaG
d41FK2iFg2HDBqe9VzoTUInu44d9t4Z3LaDOHrXGHYwdyqhkxWyXuuNd2k2ek4J+
At0hLLafE1QdMTuP6r8ESA9GIkCnPLq2kpauZn5HRjHIfXdSaph7fAyr8TAxyL+N
2papWjv071B6KAX6/s3o9RbMHlsblaiNlwGVHhg6As0g4zBvDdwZ8XSs661bXAKC
Dp1sIEoAifKygvY1Tqg7N2UEGH0ULJOvp6m8c7yyG3Zp6I4sN7vrtRlcGd9kRasG
0ZnDjXrlue88ush6+tGFKgmXlnrvpWcheX6jRWmWhr+bFE/TMhNeaeAWE5xgTYV8
DFDY7BY/fMuaKEyF2y8GS+FSNO/6kc/j9VNAaP7xoSDUl3rnQ2o5o9LcQ0hxoIuP
g+eQsnaPOFK7+uZ/sBHSlvHv2jz/2g3CqFCO+NXCP1ko+1IVUbEGSKTsT/9oBBos
7irEiaPEkO1/AY8h2Icn1Vpas2lUtAEQ07BEEUW3mKvv9eG2mWodlMYF2Yr6kBix
E6MjKfgPxSSOBUFhQXe7dJkuDJExVo41IfTl1TV4optqVPnhGFbP/xzSuwyKDXFk
vJ7M/Bf5oB0izjqtmQdY
=HCJp
-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/e1x7jvr-0008vc...@franck.debian.org



Accepted vim-syntastic 3.4.0-2 (source all)

2014-07-17 Thread Andrea Capriotti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 13:01:00 +0200
Source: vim-syntastic
Binary: vim-syntastic
Architecture: source all
Version: 3.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Capriotti capri...@debian.org
Changed-By: Andrea Capriotti capri...@debian.org
Description:
 vim-syntastic - Syntax checking hacks for vim
Changes:
 vim-syntastic (3.4.0-2) unstable; urgency=low
 .
   * Added Vcs field in debian/control
   * Changed priority to extra
Checksums-Sha1:
 08dabbdc8baea900ade94f6f7554b755578fe296 1265 vim-syntastic_3.4.0-2.dsc
 516b1a7093b57c863fafb365c8c1f420621d7e33 4756 
vim-syntastic_3.4.0-2.debian.tar.xz
 f6f57ca00f730141276896a0e1f62330c8705b38 75000 vim-syntastic_3.4.0-2_all.deb
Checksums-Sha256:
 7ad9e29782d5e259c0d73c659db0a2b40b733e3ac00c883de1da3ac997e3e7b4 1265 
vim-syntastic_3.4.0-2.dsc
 43aa784f4b37a09448fa6db164bb81403218b678a4e71630c603ca9ee4ce8515 4756 
vim-syntastic_3.4.0-2.debian.tar.xz
 4f888a13e99be7f822d946e56cd3994021f6bbdda4635c8006df45f9dda52485 75000 
vim-syntastic_3.4.0-2_all.deb
Files:
 26608c789b7abf53ce7a34d6f938712b 75000 editors extra 
vim-syntastic_3.4.0-2_all.deb
 716c9fb7b29cbb8e32a42c882c877e92 1265 editors extra vim-syntastic_3.4.0-2.dsc
 4884d10b1d99fa0bd6e4dffa102ba0db 4756 editors extra 
vim-syntastic_3.4.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPHrUEACgkQ4oPIaHg5igFWPwCdEol5HqKUi7O16hdKAEA0JuFb
ZnkAnRUyK8HnL2VKmaA/oDly0VR0tdSq
=l/16
-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/e1x7jik-0004mw...@franck.debian.org



Accepted transmageddon 1.3-1 (source all)

2014-07-17 Thread Fabian Greffrath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 Jul 2014 09:04:36 +0200
Source: transmageddon
Binary: transmageddon
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Fabian Greffrath fabian+deb...@greffrath.com
Description:
 transmageddon - video transcoder for Linux and Unix systems built using 
GStreamer
Changes:
 transmageddon (1.3-1) unstable; urgency=medium
 .
   * Team upload.
   * Imported Upstream version 1.3
   * Add Build-Depends: appdata-tools.
Checksums-Sha1:
 89f49983388541a53beb25a036b13292e5a8c0da 2089 transmageddon_1.3-1.dsc
 da30abcb5b7d15294abc5ef5438cce781e707326 496236 transmageddon_1.3.orig.tar.xz
 d6da2d59edb01da17826ce46eb30b635af00c976 5220 transmageddon_1.3-1.debian.tar.gz
 e8097be9ad48fb9b533dac5c1d1f5eab910a289c 112970 transmageddon_1.3-1_all.deb
Checksums-Sha256:
 6f6f2d2b59b0c82a65bf372fb8fe377d35b9280599700d4b9672fd97e1347475 2089 
transmageddon_1.3-1.dsc
 9c2b477f248fb4a9f5e09f08eea731c09b65996cf3f15061f2604066fb7c1eeb 496236 
transmageddon_1.3.orig.tar.xz
 1eb41f264f846c5ebfefdae219172848f97a74ac451990850b433b3c727c2c8c 5220 
transmageddon_1.3-1.debian.tar.gz
 edf17f5094ac11976a803e6ecbe6f01667f5eaed95748189f853b6eaa44ff98f 112970 
transmageddon_1.3-1_all.deb
Files:
 722e8214de866d492c48edef39d5fdbd 112970 video extra transmageddon_1.3-1_all.deb
 dfdebc3657faf584d656096ba1c14301 2089 video extra transmageddon_1.3-1.dsc
 3476085e3146e8fb5e466f0b0dac742f 496236 video extra 
transmageddon_1.3.orig.tar.xz
 c60e1ec76853afd471b85999d1ecbb61 5220 video extra 
transmageddon_1.3-1.debian.tar.gz

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

iQIcBAEBCgAGBQJTx7bmAAoJEOikiuUxHXZajWkP/1jOx7CuWS1uK44PPaqHz/Lh
jAtKBlskzAe4u254wTGw2lsBWln4fTERKji5mtO0dzsJFuEUwuGTRswfFWb7liUB
tvkdKxwcXONSzhLj5MXLJ/twVoVuRdKbUK1G/finb2H/adZgRmCt+GST+O5fIc/3
hec5VhgqJzE4stxZD6lYOiG3IBvYyvQTg01GYIziOyBim2V02AxI6ZCP4UPO+t48
lwAlHc7iJir1wd9Wwg6WZKBvldxapj4qtTjHqArBFStq1AfRwAQsarT22HPkPtub
oPBGlNN7UR9HKExo+ga3C6LVZ94fwDtO8ABJ+niSYF7azHsYEsRlgDCSIu5Im1cv
Kg2W1k6YIUkSbyLhNyaK6SrbqmWZpA38WHhaAmCqf/tbCsaxmNuS+KqkRs6+6/4S
DE0huuXJdJGbt/FOqbp+82hSy1udxz65nOmgw6SoPuazo6vzW+Hr3ZEipFuCsrwR
ir+4ameQ3s29FbK1LdLd3a2qzrBDQXjOzDVRq9XtA23C1pOnGeUarK9kz9k9jata
65DWGSoGQTwx0cUJ3NfqFpdqBaBjNOcFulxakSi5vbsqx267lZrDKgbhJzjvpqym
Le7wkM8Ea/Ze5QGwUCgnXFmlx9w4JphjR5134WadPjSsv3DN3V8XkUgizg9OwzYv
18bG4lVl6dZI8BboUyYk
=fA8s
-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/e1x7kb8-00057u...@franck.debian.org



Accepted libnm-qt 0.9.8.2-1 (source amd64)

2014-07-17 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 13:11:06 +0200
Source: libnm-qt
Binary: libnetworkmanagerqt-dev libnetworkmanagerqt1 libnetworkmanagerqt-dbg
Architecture: source amd64
Version: 0.9.8.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 libnetworkmanagerqt-dbg - Qt wrapper for NetworkManager API -- debugging 
symbols
 libnetworkmanagerqt-dev - Qt wrapper for NetworkManager API -- development 
files
 libnetworkmanagerqt1 - Qt wrapper for NetworkManager API
Changes:
 libnm-qt (0.9.8.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove patch: do_not_override_cflags, applied upstream.
   * Remove patch: kubuntu_bump_soversion.diff, applied upstream.
Checksums-Sha1:
 d45f4b97e85f63607ca9f58c38ec4308da376bd8 2284 libnm-qt_0.9.8.2-1.dsc
 f5bbdd040bd4a31a39429c0c1dc83faed737c502 133408 libnm-qt_0.9.8.2.orig.tar.xz
 34a8a6b242519d419ae135ddf5aaed41b2896523 17192 libnm-qt_0.9.8.2-1.debian.tar.xz
 43f24234e9679d6d37b97675dfd84a55d68b8560 30816 
libnetworkmanagerqt-dev_0.9.8.2-1_amd64.deb
 1cbe8304e336e030e81c6f8910437d5598f95b36 406968 
libnetworkmanagerqt1_0.9.8.2-1_amd64.deb
 0ac3a39df892ff46c7bbeab6df03fa1271048dfb 7303080 
libnetworkmanagerqt-dbg_0.9.8.2-1_amd64.deb
Checksums-Sha256:
 cc83ffe79b399e4aaf48ab5901c96be03b2fdd65e7a190f42004f6869eaa78dc 2284 
libnm-qt_0.9.8.2-1.dsc
 118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33 133408 
libnm-qt_0.9.8.2.orig.tar.xz
 cbaedaa0cf76ca4296d51df211edaea08540521cfc556e3fd273403798bd157e 17192 
libnm-qt_0.9.8.2-1.debian.tar.xz
 ff93f892f0b00272cd7f3602c60a282f604f98b8c178a196a779e537700fd7f5 30816 
libnetworkmanagerqt-dev_0.9.8.2-1_amd64.deb
 00b81c7ab70dfddeb708a7a9cc95053f1cc576cf8201b48d7cd687ab846a9477 406968 
libnetworkmanagerqt1_0.9.8.2-1_amd64.deb
 5a35e1616e55e18e8f50a6eaf51337ef9bf69653ff7b725e87e05965e4808650 7303080 
libnetworkmanagerqt-dbg_0.9.8.2-1_amd64.deb
Files:
 630574c126c787b3ef83cae53fb05d78 30816 libdevel extra 
libnetworkmanagerqt-dev_0.9.8.2-1_amd64.deb
 f35b8fe8759ae852ce90aad2c044fa02 406968 libs extra 
libnetworkmanagerqt1_0.9.8.2-1_amd64.deb
 5a9451d3d68e471c2891cb15c296e361 7303080 debug extra 
libnetworkmanagerqt-dbg_0.9.8.2-1_amd64.deb
 00068cf2c90e12be6553938a157c570e 2284 libs extra libnm-qt_0.9.8.2-1.dsc
 3529029a9c7354945d87db9e9b4a926e 133408 libs extra libnm-qt_0.9.8.2.orig.tar.xz
 e31b697c72df7c808a71fbf5e82cd748 17192 libs extra 
libnm-qt_0.9.8.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx7Q6AAoJEMcZdpmymyMqde4P/RCi24BUyUHRUFU4iImsR7US
lfC8aSOw5RjIEj7unXCQoNBLHhh8uN3JgdxhRNW28ZHyNwhN1aay/DEGngCckJPE
lCjtAMwM/DQsPgg1jvP9vguG1+2GnsnsB69le74g3LLaTNNAeDp2wqSvfwEcTPIM
IHsMSEaJ/ceu7jgQWr9vS7rgaL96wehqRRWFZ+UDLOapR3rz7Pi30WZRDmpyCuDz
Ja0b79I4ifP/l97eiF0jp9ReXvyqwqGlruI/GQkNESc68kB6B4L9hfBSzoj8hQJj
qaU6DXtEZGoVR3qC0IIVcWfVa2mJHwci8QJp1RzTVukkxb7+JGPS9ILnvVGcAU+9
UILa1E1zbCzoNMyBH0ZEln8Ndan1FKR24gSVLxQTEacIVKJc/JybBuz1EFLzQXgV
fMkXbMDims0TpPOHCsyIXcgEAAYxDoReCWSUMjCOsmtKnRTiD1snJ+t3DsYxQhY9
us7dqxmTPoobIDa5mODiALqtfxtzsBbsRWudxagR7y1q190MptgyeAEnx6Dp1EJM
BAgXWrrioKbDUPz+H/W9gLTvRbul+xNjE52HuH8rQYw35MD9VJjTi5lvpvrPKVXu
13/ic40tzeBXZ+nDM8iZcxoMmJXXF0j/BvHfpu8q8yaFm6yS4gHHpoWdD/RcmEfG
euJsILsHIgvYlBf4EWYl
=yLGo
-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/e1x7kb0-00053u...@franck.debian.org



Accepted dracut 038-2 (source amd64 all)

2014-07-17 Thread Thomas Lange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 13:40:08 +0200
Source: dracut
Binary: dracut dracut-network
Architecture: source amd64 all
Version: 038-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange la...@debian.org
Changed-By: Thomas Lange la...@debian.org
Description: 
 dracut - Low-level tool for generating an initramfs image
 dracut-network - Low-level tool for generating an initramfs image
Changes: 
 dracut (038-2) unstable; urgency=low
 .
   * control: change depends on kbd to console-setup
Checksums-Sha1: 
 e405925182c195e44f54ff882ff58207b771c2a6 1913 dracut_038-2.dsc
 4fb2304f554374051f693d0c1b32462628cc89e2 8368 dracut_038-2.debian.tar.gz
 35e6408190b48a95f7b4288a0e5f939320be05e4 242028 dracut_038-2_amd64.deb
 13cf1a1d3b313db646cc43298f06f8f77cb54ac8 47836 dracut-network_038-2_all.deb
Checksums-Sha256: 
 4d314fbcdb6cde4a472788e8db548e2dbdb7d8997c548d5e27b1e23c2b747cc2 1913 
dracut_038-2.dsc
 8965c252509f1b04ac52795c9160fd70a6bf89193c3204bd6214f4bca082cd01 8368 
dracut_038-2.debian.tar.gz
 0fa672a76b62ef8800447235dc9790be8f48cea542e0c7c1eb04b064c3e438f4 242028 
dracut_038-2_amd64.deb
 25f3a615b14dc2d70a1bb45ede2739f2bfea15c25ef23d0bab1f6f02d4b7233d 47836 
dracut-network_038-2_all.deb
Files: 
 079f0658f7ca836ec7b3a04f6aa8ebf2 1913 utils optional dracut_038-2.dsc
 cb658a6b1c32e3623ba3bd1ca0d8bf54 8368 utils optional dracut_038-2.debian.tar.gz
 2184ad48a81013ed5f89bd8ba50639b7 242028 utils optional dracut_038-2_amd64.deb
 c781412ab7f0d0a47b1c84e31ed350b6 47836 utils optional 
dracut-network_038-2_all.deb

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

iQIcBAEBCAAGBQJTx7a3AAoJECv42f4HS83kpt8P/3Cf9NoaHEpG7Tc/FYUI6xUV
u/CmXL97SG6S+yRptFIkAhAUNTZQwydk93nhmzeOrijqHqesTj13dEh3mr5uspHr
2Jwy6WtIrOR0KaqA0c+JCrk+EwSIFAJNiGQm9NQTmxhm7HNvdP52wmx1MtJzRdgA
2YhVDfMOKJSUUWwTuQOgdpcYI9LCp9K//ciQeKdJ83gPzELizYOcn2eluFk1/kJa
0K8e8wD9t3NSd/5C4sY7SScRTSzQcZKxKmJvFQl329bfEIhXwVRQv3vmrbV8LroQ
n5qHXTKd9I5743vrUVqiTHajkhLdWe+IgjMGSXgJhT2UXQhEwWeBFHMNdlTvqF3e
0DWfsV5mr5Ra5CaXwd7Pn1Y8/iM9yFTljBXFXPW/Kmqd0xZUpBb742+tJpxRggz4
IDsyWeYZ8zd1y+PZ3cvfSMB50nuFJElS390Vyh/N1gbfrz4gCFI9ug0IgefS97yz
mOcaU2BEmdpqDpqmeyYzkLv1mm2pfZmzSiAc3B6OYRv2gOpMBzSpVfd7tnlHgkkk
vtvF5a4wDgAoKxQfhLj8M/QvpBSAPWbBdXHnULYGwNq4WwKvyYHl2dDCN85ot3aW
+QegXpRBW8nl4qTqc6bNOrDgVcL9r/W0RL9Kefqyobq2YjYH9ZgBAMOMABmPgAlS
seLIEzcTJQynoiGF2igo
=zyE4
-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/e1x7kap-0004x6...@franck.debian.org



Accepted libtrio 1.16+dfsg1-1 (source i386)

2014-07-17 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jul 2014 16:42:37 +0200
Source: libtrio
Binary: libtrio-dev libtrio2
Architecture: source i386
Version: 1.16+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Balint Reczey bal...@balintreczey.hu
Changed-By: Balint Reczey bal...@balintreczey.hu
Description:
 libtrio-dev - portable and extendable printf and string functions development f
 libtrio2   - portable and extendable printf and string functions
Closes: 747012
Changes:
 libtrio (1.16+dfsg1-1) unstable; urgency=medium
 .
   * New upstream release
 - Fixed accuracy problems on platforms with double-double support.
   (Closes: #747012)
   * Exclude generated documentation from .orig tarball using debian/copyright
   * Drop 0001-build-shared-lib.patch since it has been integrated upstream
   * Update mangling in debian/watch
   * Bump .so version and library package name
   * Migrate to symbols file from shlibs file
   * Bump standards version, no changes needed
Checksums-Sha1:
 c7b187f9c0d34b556e6e13eafb918827467d725b 1949 libtrio_1.16+dfsg1-1.dsc
 3c9f3d962c429843067047e5d75b497b676644dd 110688 libtrio_1.16+dfsg1.orig.tar.xz
 81aa94ea27122a0437dc1666ff08948a3e0b739d 4264 
libtrio_1.16+dfsg1-1.debian.tar.xz
 eff4bcaeea91459912e6cf7bc58489a56e42a325 88064 
libtrio-dev_1.16+dfsg1-1_i386.deb
 9c5d28d43d416b3d780b8a2926a4931cee865271 43892 libtrio2_1.16+dfsg1-1_i386.deb
Checksums-Sha256:
 eba94b94f21e07f715d1a989cf1da7f9755bda6702a9d7a2018b217cdc3cbffc 1949 
libtrio_1.16+dfsg1-1.dsc
 b429c6f2d16f3044fc38fc9f7f8bfdf771bddb3394a526d2a3e6b871b4179568 110688 
libtrio_1.16+dfsg1.orig.tar.xz
 b19dc5aff014ce707836432a63721eb992a73977a917540b6bb9ff57ef6925c4 4264 
libtrio_1.16+dfsg1-1.debian.tar.xz
 742c7cd1a93ea4e4bd02d9ed79b339c28670f086bc3f8d4c43012e6eb388b73b 88064 
libtrio-dev_1.16+dfsg1-1_i386.deb
 c9f710d48fe0c2d6c3689a7fb37b76e2564c5da4c16dc7893cefb7ab727db721 43892 
libtrio2_1.16+dfsg1-1_i386.deb
Files:
 c8902c6a9a03b163a74ea38957b09f4f 88064 libdevel extra 
libtrio-dev_1.16+dfsg1-1_i386.deb
 94e47bafca986b5de64254b2c09591a2 43892 libs extra 
libtrio2_1.16+dfsg1-1_i386.deb
 0ab6619a4b2fee11d067b88772cd2e04 1949 libs extra libtrio_1.16+dfsg1-1.dsc
 20aaf2a0c65148bf2e0a1cf9e1de59ef 110688 libs extra 
libtrio_1.16+dfsg1.orig.tar.xz
 e82d9598079cb658c9c69ee695ff5169 4264 libs extra 
libtrio_1.16+dfsg1-1.debian.tar.xz

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

iQIcBAEBAgAGBQJTxq36AAoJEPZk0la0aRp9YXQQAKc39Alz3lbbC147/Jwdz+Un
2R3VzsBgtJWpVT9QwmzgRascoATmOvCaFvAoNM0BuqHIuAeZVsEU83mQmb2tjUOE
JUgLkWn27f+F9nsSFDw1Pt5kjb49yCC7u9LFfI2iPd/XWR9FxlGqATtitfqYpnDJ
QC6f+bRBwFJ9r4666kg3MGZ0QXdOS1b8lxIQvufzp7DhK5Yv7iq65yROkzSeaFvI
A9ZqQAW/FsZFiANZLvLtZIKsJ2qQyvLg9Jf0I1AeA800TNOy25dJlMUlboR0y7Mc
RvrzY1dbcOLcZCkQNYpPFGIlfrZZ3qaFW72rpHmWDzq+rijTBMecrXUGPOJykKm6
SMUM6+MzXkm7p+IQiiYZBwQVYd3vCYOQXfJOJPQ6g9qC9+fQzhiQGP8UQBoBGvcu
IANyqhA3g7FgdUk01Z5J3eGAqyjHBZUiayKyYa/ehDitifFLlQriKGZF15x1Ixnn
5q+YrmRarv7LUQ2Sq8iEz6IF/YTMhYwSnAf+4x/mvn1R5sc7PrbOFenbEBRfjl1i
btBmFXROkCXzwnIXQ57tUAnOPf6rOw8mv/gBkAUIiZRNIxDXGPt8yP9I7yJCAHc+
bKg7NvssDN23K9VwVD9OL97yMbZUygInPGmvIAdKH080TwVsbX3KAivZv+WgUMz5
flF1Z1G/DQI9w8riEZRm
=2VZz
-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/e1x7km3-0008p2...@franck.debian.org



Accepted coturn 4.0.0.0-1 (source amd64)

2014-07-17 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 May 2014 21:33:36 +0200
Source: coturn
Binary: coturn
Architecture: source amd64
Version: 4.0.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.pro
Description: 
 coturn - TURN and STUN server for VoIP
Closes: 747010
Changes: 
 coturn (4.0.0.0-1) unstable; urgency=low
 .
   * Initial Debian release (Closes: #747010)
Checksums-Sha1: 
 f6cdfdf458d2482cce334552a493402552e0e9cb 2074 coturn_4.0.0.0-1.dsc
 a7135833ac72dca8a2c0df6e05872bb63b6616e7 310423 coturn_4.0.0.0.orig.tar.gz
 ff53f8c7e2253e288f9117fc29f23d6c0fab43df 7981 coturn_4.0.0.0-1.debian.tar.gz
 ae6e9e1bd69c98005ae1c459929a6b8f28985a6a 391054 coturn_4.0.0.0-1_amd64.deb
Checksums-Sha256: 
 fa376dfefcb75ee36d09002f2255114c8b57b2e06c7a3cb908d143fe59485c35 2074 
coturn_4.0.0.0-1.dsc
 f95f0e6b329f0e988335ba593dc6c24b5c1afee66d1462ebc65f516cb2bd7829 310423 
coturn_4.0.0.0.orig.tar.gz
 addc724a95add6abb469ef0f9c0ab119a68e829d111264ebd073b15f23ccd451 7981 
coturn_4.0.0.0-1.debian.tar.gz
 eac929a3113c3d31d6eac858c7d59a2b132ca5f9714909343b06e880498d3969 391054 
coturn_4.0.0.0-1_amd64.deb
Files: 
 96e0b1c0df5f76ed818a4305fcae33d0 2074 net extra coturn_4.0.0.0-1.dsc
 c9e7f0ef8995e478b5ddea7319bbcad2 310423 net extra coturn_4.0.0.0.orig.tar.gz
 4581c5ddc986281b4a39d30a5da8d1b5 7981 net extra coturn_4.0.0.0-1.debian.tar.gz
 ed09dd89df2c5213de6780cfcab98f94 391054 net extra coturn_4.0.0.0-1_amd64.deb

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

iQIcBAEBCAAGBQJTaorCAAoJEOm1uwJp1aqDm4MQALi1lCVn5jyhPCcD6rdIFZdd
8OTvgLO8B63L2lOb550nLqMBwTRp7I5BQ6OvGA+5Jia1nn9Vstzw1DlHr5YxXO77
IaGUCTSy5wnWlkEtHC0fm6FIQ9peT3OewlwLLiuXkr/p3+P6svUVyIQMt//H+ZNa
7wCMpXSG+fcGuVFJYb0ZY0pFbj/ZmIO/73/njAohTK5AAUZx9fX7FJOydu9aJGep
cV0eh7734uhYn8+FmZ3sLm6JrLWNZ8c6bGJAwChdESUWKtJ5VUMfYTfIxbRaxNn2
WFalJXWIrxwTIiygqxjpJHJatsIVzqmyaF+q0DDvEAI8NE0WAQYS/G/H9YwrLpMr
LrlaHV7UQRkxooMd5vnC/ibsk1mK+hEbCDCwxpExf6T1OkOd0TcOT8PJoev0WyYz
GyBpz1kVqXeC69c59hCRE5mAl1BiaUux3HbKaJaJr0ZYQcri3KBEodvik2+Iyndk
2ydOK5GRZau8+xGLosP8x8g7P+iAFkvueQr8Q2FWawGtlDOS8Tn2WRW6KAInzqhR
cj0e9vNymQNRjz/CBMVYwXjdy+EIXGngoJooatGKRrCWOFsnj3z0d2B4K0a+vWtw
5WLbY8Knw34ELQxsouppKBZqfNIgQXfjJWYbb7HF8phrkzbK9iXVxHxV61spEpUT
LY9y7jV8DFJNs7Ha0638
=DS+R
-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/e1x7km3-0008oi...@franck.debian.org



Accepted fsl 5.0.7-1 (source amd64 all)

2014-07-17 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 11 Jul 2014 17:22:13 +0200
Source: fsl
Binary: fsl fsl-5.0 fsl-core fsl-5.0-core
Architecture: source amd64 all
Version: 5.0.7-1
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Michael Hanke m...@debian.org
Description:
 fsl- transitional dummy package
 fsl-5.0- transitional dummy package
 fsl-5.0-core - analysis tools for FMRI, MRI and DTI brain imaging
 fsl-core   - metapackage for the latest version of FSL
Changes:
 fsl (5.0.7-1) unstable; urgency=medium
 .
   * New upstream release.
 - new component: gps
   * Remove the documentation from the source package due to a number of files
 with unclear origin and license. Consequently, the -doc has been removed
 as well. Upstream confirms that documentation is best consumed from the
 live wiki on the project homepage.
   * Move the -gpu package setup into a patch that can be applied to backports
 to particular releases. The current Debian unstable doesn't have a
 functional nvcc and it is i386 and amd64 only anyway.
   * Cleanup and remove old and merged patches.
   * Bumped Standard version to 3.9.5 -- no changes necessary.
Checksums-Sha1:
 d8b21bcc32c138742394f5b3cce3424b2ab7beb9 2496 fsl_5.0.7-1.dsc
 dc1ed3f3db5db91a22fa1c2f0c303c3833b00db5 6165611 fsl_5.0.7.orig.tar.gz
 7d63235a1db075853d3be020f46690ea43544b12 35524 fsl_5.0.7-1.debian.tar.xz
 a763796bdb9f7bac76c43c09804740e2f8fd7e56 8308038 fsl-5.0-core_5.0.7-1_amd64.deb
 4bb06cfdedcf389c4da5a84fe2191a983ad760bc 19858 fsl_5.0.7-1_all.deb
 2e0d469848193a9d19cb8b5cfb676208f1bf4cd1 18454 fsl-5.0_5.0.7-1_all.deb
 aad0e4020b10291cf5ad9fb9c659df92bd269b15 19728 fsl-core_5.0.7-1_all.deb
Checksums-Sha256:
 5b2012563cb1eeab253810dd9af774b30def5ad316e4dacfce4e7a89ac0a 2496 
fsl_5.0.7-1.dsc
 a0e825663632a94e6f0967558910d2979f5701851b2160fd420f60dcffd0df32 6165611 
fsl_5.0.7.orig.tar.gz
 d5a785269af4f187d6c78a66e6c343f4c1d1bb9fee4963e4d09e22574317ec95 35524 
fsl_5.0.7-1.debian.tar.xz
 29d88a7830628427bb2669011a63488e09b6192166038d0fe2e75835d10205a8 8308038 
fsl-5.0-core_5.0.7-1_amd64.deb
 3e9966cd9fb3f2ccfac7876311a94f523ee42a60697e31252eb1868f828b8b98 19858 
fsl_5.0.7-1_all.deb
 7515f0d2b01793dd27495dd92b7d3d7b552b0bee563c2e870e950ea6d6d7911b 18454 
fsl-5.0_5.0.7-1_all.deb
 5682e82390a09c9e90197b5b4e6175a987c513aa3d1c82e755533d667bfb3cb5 19728 
fsl-core_5.0.7-1_all.deb
Files:
 df00efa153b91d8ef682f18c27544587 8308038 non-free/science optional 
fsl-5.0-core_5.0.7-1_amd64.deb
 278a7f06b91b625295be380bef260854 19858 non-free/oldlibs optional 
fsl_5.0.7-1_all.deb
 ce9cc3a1e2474c3e942b8458edae752f 18454 non-free/oldlibs optional 
fsl-5.0_5.0.7-1_all.deb
 dcdd35f752bfc1a4878f3f85673af05d 19728 non-free/science optional 
fsl-core_5.0.7-1_all.deb
 7a346047b1c3f221fd9cae3d16cddb02 2496 non-free/science optional fsl_5.0.7-1.dsc
 d40aba2a8b58ff822ed96e44e5925ae4 6165611 non-free/science optional 
fsl_5.0.7.orig.tar.gz
 662f660435213c9d552028b7d957b460 35524 non-free/science optional 
fsl_5.0.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTxr9kAAoJEMBz0ih/+56bChkP/3GOIvFLoVFWua0nPsp6rbgu
BZ7E5cLhDwMYI2mDQnXp0F+GBsJq8BgTbv/cVnRLdJmuLxfsrCAJVD26qCfoAqaL
k+kVYqW+E54pEhlyLGbT1V5AVfnI30FqL0DVKQv0bF+/wEld4U+unVdhM2gs4xiL
pt0C1CBbGbHKmrDYjS2siBzASgdMcu6HwXPbAkjvXa3Ev88Lny/XtWomKxDJGHBI
ve29d17SjRf5BgaY/KE61hHzD505dIGDyfdjLL7NfjhDefjz7R8FZJ1ZygjFTkhN
WP4oajEaHKRYdeYcgFgXfUp/6pMQ+CH7lcl1pINpsmt8/h0NrGAFAgZnnsRTtdFQ
QPST/xYjlxwbMuReQ/fKUHVuEHmD3w0vSDO7Ght25u04YgMmx1p8r0UMIxfcTGC+
0woEtS8CkmDzeEvsia89HU/fcD0LL7bnp9KOVenhe1p3t5HVe9G6NZC2FnBwX5rA
d3UfhBpZiGsJQwI8FOqAwBFW/VfO351mVAnI2HwHhMljpY0kTNnxp/nKuvt/MmzG
3aYmjIbVxzkdi5y0Nynh6476vTD8c8S0U0IZqk9mYyVXiJ2JDjq1e+8YRW4vqpvG
JzIoFrXQoHx9BMLiuEhfybS5ntZj1oKtkncZA8l+SeA9CtzqAtgD7mtyRmYgtVfZ
9Nao4nHGJNc6DxQY1B9X
=4rF0
-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/e1x7km3-0008ok...@franck.debian.org



Accepted appstream 0.7.0-1 (source amd64 all)

2014-07-17 Thread Matthias Klumpp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jul 2014 16:24:48 +0200
Source: appstream
Binary: appstream-index libappstream1 libappstream-dev gir1.2-appstream 
libappstreamqt0 libappstreamqt-dev appstream-doc
Architecture: source amd64 all
Version: 0.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klumpp m...@debian.org
Changed-By: Matthias Klumpp m...@debian.org
Description:
 appstream-doc - Developer documentation for AppStream
 appstream-index - Software component index generator
 gir1.2-appstream - Library to access AppStream services (introspection data)
 libappstream-dev - Library to access AppStream services (development files)
 libappstream1 - Library to access AppStream services
 libappstreamqt-dev - Qt4 library to access AppStream services (development 
files)
 libappstreamqt0 - Qt4 library to access AppStream services
Changes:
 appstream (0.7.0-1) unstable; urgency=medium
 .
   * New upstream release: 0.7.0
   * Update project homepage url
   * Enable docs and qt library
   * asqt_installpaths.patch: Install Qt library to multiarch paths
Checksums-Sha1:
 6ece56c26a1981a202b5f0f283ef6235cfab1a47 2497 appstream_0.7.0-1.dsc
 3a053c8b1bd8e7f876b289aa6c3d9dd2f85dce53 2076024 appstream_0.7.0.orig.tar.xz
 949409dcac7920419e998dba981873e7dd48cb3f 5044 appstream_0.7.0-1.debian.tar.xz
 098898753cc940270942ea2e24a7dbf950be694c 24034 
appstream-index_0.7.0-1_amd64.deb
 a814ba5edd6e73f29786d90a6cd219fac41422a6 58284 libappstream1_0.7.0-1_amd64.deb
 7882b8a74df54a563d44ea5e66bcac59bfe2e625 19618 
libappstream-dev_0.7.0-1_amd64.deb
 1511300108c7f269854f5ca46b6046b8ae02361b 9046 
gir1.2-appstream_0.7.0-1_amd64.deb
 8c4056c612ba8046782787d7eac9d87334f8667b 43370 
libappstreamqt0_0.7.0-1_amd64.deb
 9acc87fe9d5b8ec99813c9527b2f8e242889148b 8530 
libappstreamqt-dev_0.7.0-1_amd64.deb
 9aed4cd2c2c1d55e02e330f63f3f717beba53c74 38872 appstream-doc_0.7.0-1_all.deb
Checksums-Sha256:
 cfb20c0d2f061df49e0a0a3f02c2ded612f3ffa6e96daecce0e79e197dd17708 2497 
appstream_0.7.0-1.dsc
 524b11425aa4ad178cb5801063aed4f8216b3c2e6fd580545dc5f82492c53e60 2076024 
appstream_0.7.0.orig.tar.xz
 bbe964fcc1b76713da2dd27eb08ee8150e01d5c3e0dad075cdaf2688dddbffb5 5044 
appstream_0.7.0-1.debian.tar.xz
 b8a684f72856006b267441e698811978693fb20ad31514a0b593dc6a17c93550 24034 
appstream-index_0.7.0-1_amd64.deb
 66230176fd7143f6389e73c856e65844f4bcb85ed6ee2bfbcccf18692be00119 58284 
libappstream1_0.7.0-1_amd64.deb
 29238c150798321ec2a7853efb37950977c466fd68f3999a75831bfc05ff7ce2 19618 
libappstream-dev_0.7.0-1_amd64.deb
 dd29b5b34e30c5e5d6ca526b405cd0b49fecef83417b94ea713b1144a4b911ac 9046 
gir1.2-appstream_0.7.0-1_amd64.deb
 43b37de27c888f89f02aad05436f71f2e318095c70cdd49f16c70aeac4ac60c9 43370 
libappstreamqt0_0.7.0-1_amd64.deb
 1ec40be3f50f4788cf42ff987158dbea23990c3184048da6e1863daa56a0d140 8530 
libappstreamqt-dev_0.7.0-1_amd64.deb
 a2e268327f5c52f3b28ce193e55a42f7e2f39e8174b5e6ad769df6705cbca22c 38872 
appstream-doc_0.7.0-1_all.deb
Files:
 8f697dbbc8c33af7592abc97e53ba6fc 24034 admin optional 
appstream-index_0.7.0-1_amd64.deb
 f4f7ace4da9e2d070179dcf48f1ebc23 58284 libs optional 
libappstream1_0.7.0-1_amd64.deb
 7b1bf1874bc58524007cf4c1184a71aa 19618 libdevel optional 
libappstream-dev_0.7.0-1_amd64.deb
 d624fd8dc00ca933f08b3df3583b92cd 9046 introspection optional 
gir1.2-appstream_0.7.0-1_amd64.deb
 7e46b9d8e6c0914769974dc001860799 43370 libs optional 
libappstreamqt0_0.7.0-1_amd64.deb
 59631a0cd9f6f325b4bdbd56286b4153 8530 libdevel optional 
libappstreamqt-dev_0.7.0-1_amd64.deb
 ab71716b01717679952963eb761337b8 38872 doc optional 
appstream-doc_0.7.0-1_all.deb
 0ffc6f4ddac17c8ad30ba9dea5efc24c 2497 admin optional appstream_0.7.0-1.dsc
 0626feadb9b64babda4a292ec9ebb684 2076024 admin optional 
appstream_0.7.0.orig.tar.xz
 2166f8b85b5c5aa15f06770006480496 5044 admin optional 
appstream_0.7.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTxqtZAAoJEElMil+/Tezre2cP/A+D4ApE3Ef9SEbeagCoyRg7
3cWIm5nvS+Sk/NcDNb/PwtaQ67JbESWSUk0kxujfARenwO4uLS1SdZuzxgZwK4Uj
QkmU5FSt+zU+X0bSSf+B/nr+DHtsSmClMr+oa5aZhIZhu3qEXFfsJbZHNt2LtsqX
VE32EZ7oCaxBd0V3HE8EzgLjkW6ldHcYxp0Z3Cipg6WIs9xHOkxIppo2YfBB6ma0
rkde4nwbgIcayijUhHPkWNypgNMWj38WGBMwIVtI8gKDB6DxASeBhhqEZuCKpro5
QM/0QkRXg0jNsEg8rNJHhN8ViyaxSt2ApdDt4qWskSlib1Vs4JVXfKUEFUh+UV0Q
DkeSxwkMVYNxebxxA6srV4iGXiE6cZ6YEMsIrD3UTMgrII7hEOqjsbpUhr2G84e3
PYmyrHVjVsDlHHSWLw8AmBhln5qJTKrLPA0JbQvF69+NtGmrWVAUqSCGnBeKk4/B
gHIoOGyAI7RHS4pct+jUsM9wKw6ydG8Uz2sxTM1e1+m6RBI7wcaElV1EMuBJJtjP
KRKFLbDpXguJ54Fg4HZjNjzv3rxF/2BY76ARSivIgHXR41gPv6h2EUJkxas3dJnm
wn4RgHaFgSLkjTRN98zDb5c5KZ49o3Ah/yOiLuqJRfuHoA3QUOYXDupuNMzI3iL/
PAYq0hmrDxHhumF4pvy5
=QvzI
-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/e1x7km2-0008o2...@franck.debian.org



Accepted libapreq2 2.13-4 (source amd64 all)

2014-07-17 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 14:04:23 +0200
Source: libapreq2
Binary: libapache2-mod-apreq2 libapreq2-3 libapreq2-dev libapreq2-doc 
libapache2-request-perl
Architecture: source amd64 all
Version: 2.13-4
Distribution: unstable
Urgency: medium
Maintainer: Steinar H. Gunderson se...@debian.org
Changed-By: Steinar H. Gunderson se...@debian.org
Description:
 libapache2-mod-apreq2 - generic Apache request library - Apache module
 libapache2-request-perl - generic Apache request library - Perl modules
 libapreq2-3 - generic Apache request library
 libapreq2-dev - generic Apache request library - development files
 libapreq2-doc - generic Apache request library - documentation
Closes: 754996
Changes:
 libapreq2 (2.13-4) unstable; urgency=medium
 .
   * Use $Config{vendorarch} instead of hard-coding /usr/lib/perl5
 in the .install file. (Closes: #754996)
 * Upgrade to debhelper compat v9. Bump versioned Build-Depends.
 * Make libapache2-request-perl.install into an executable Perl script,
   and make it output the right path runtime.
   * Bump Standards-Version to 3.9.5 (no changes needed).
Checksums-Sha1:
 4f980d9b17850336797a162dc8dbe347a4ca51eb 2130 libapreq2_2.13-4.dsc
 e06710ab0b4d58b910dfb0a639ef143191421414 8228 libapreq2_2.13-4.debian.tar.xz
 e102eb5a2aad6c06db6dd2f142f4cf39535b 51808 
libapache2-mod-apreq2_2.13-4_amd64.deb
 e08903a8c8e9693d3332f32e1ffd116e6c200c7e 40834 libapreq2-3_2.13-4_amd64.deb
 7013190e4abcc8742aace87b288b21f9fcb49d48 58662 libapreq2-dev_2.13-4_amd64.deb
 3708fb512e359263496b3ce1f05b9f655e21372d 156974 libapreq2-doc_2.13-4_all.deb
 d374e6048ab13e381cb264dc11e1669a9865d3a4 69972 
libapache2-request-perl_2.13-4_amd64.deb
Checksums-Sha256:
 7eff070141a6d688be6aad8d1be2dad5d31c38b7719733c5cff16b71f4de548f 2130 
libapreq2_2.13-4.dsc
 6bc156a2e3ccf651de25daad6ee7d7c7b2c566160d59aba67a8b6ba34d28f121 8228 
libapreq2_2.13-4.debian.tar.xz
 7e52852b328129a3cd09f38bb93eb81f0edb86452f363ccbc2b5b77e2af17307 51808 
libapache2-mod-apreq2_2.13-4_amd64.deb
 8a2f83fa60b0f2a0be6b14eae25c7ba01d6dd4c7084413ca7004c43b0bf90ddb 40834 
libapreq2-3_2.13-4_amd64.deb
 96390f649d0b7854aa85ae7fbaf20507f7483a431007ebddd4b39782c977289c 58662 
libapreq2-dev_2.13-4_amd64.deb
 14a174c3aa66df6f2b817ba14be90511ae210f9fb497247926f27c9069070089 156974 
libapreq2-doc_2.13-4_all.deb
 c37ff3de808de65a2fe37283e09d4de5e11f44f28a33cf7bacad342aca2a3591 69972 
libapache2-request-perl_2.13-4_amd64.deb
Files:
 40dcf6819bccb4ead74f462e00038467 51808 web optional 
libapache2-mod-apreq2_2.13-4_amd64.deb
 480d82bda6ee2e0427785bcbdab53c7b 40834 libs optional 
libapreq2-3_2.13-4_amd64.deb
 45e7f0ab215069ff144db62421241ab7 58662 libdevel optional 
libapreq2-dev_2.13-4_amd64.deb
 64565e2bc472d138e02fe64fcb453e16 156974 doc optional 
libapreq2-doc_2.13-4_all.deb
 c046cababbf112c88fd4e47722afb7ed 69972 perl optional 
libapache2-request-perl_2.13-4_amd64.deb
 995a235329472589730e379648376ba5 2130 perl optional libapreq2_2.13-4.dsc
 a5fec148ede8c6af68985e910646af8c 8228 perl optional 
libapreq2_2.13-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx75GAAoJEH9hdWF3l492pAUP+gLhxvaj+tWLtQ2vW7RkIVvG
+GAl7ukfymkNOuc6iY6BJf2g4zUMK3AU9F/bJpJChuJLgw5cMe27rBDvvNobi/d+
htyua1uRxe1b7tWHmIPH/rcvhj27SXV22QK6Xq6Y/1sAUbN2TFmM8ZN9sH//hI0p
wh9OrjuBQEkw6tCKVmLKOGzn4sZwzfA8c2mtWXgFVn5gFfCaMQNdVq96WtfUeggn
e5/8mvf3UB271cfU5teU8m2FWvlGyLymE9a2UqYOfE34bi2rH3fjwHs8wm30d7Si
lxctoIFVGi2yqefAZlctgPlLRuGuhOiU/HQr0fqwPuCfjYSV6zMcb0NfHWpQRfJa
8NwKh91wK3YJUIdVdSE39uLgDIIOpSBtzHQQDhqQE3RP6b8+92H/hVZMO634p9fI
L+KefkvNxOEjNBwpCgbkiNqVwSI8EmUoNYX5lvUsc4Zi+WoWO1mwrHmV7pl2f9Ac
blPLj9y6pkMfkyj6VRAJaidr8+r2e8T2Nkk9CQwuS5mA1aG39yFLcsJMVr56rMSj
v4IiueVTEH8yDcWxik9c4ZO44hxTMQPrCnUaqkivXd0xLHQnmWegwFGPViCgCP2v
hRzgO8BPLtBo3mlLZSjkvpXf8fAZ/UtQuU2Uoml9lxoSr+HIM82z4hnIWUoJ3oZ0
HUtBLe9Yc3GLZM9ba0JL
=x//S
-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/e1x7kel-0004gk...@franck.debian.org



Accepted dlang-libevent 2.0.16-1 (source all)

2014-07-17 Thread Konstantinos Margaritis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 19 Mar 2014 23:48:01 +0200
Source: dlang-libevent
Binary: dlang-libevent
Architecture: source all
Version: 2.0.16-1
Distribution: unstable
Urgency: low
Maintainer: Konstantinos Margaritis mar...@debian.org
Changed-By: Konstantinos Margaritis mar...@debian.org
Description: 
 dlang-libevent - D version of the C headers for libevent
Closes: 74
Changes: 
 dlang-libevent (2.0.16-1) unstable; urgency=low
 .
   * Initial release (Closes: #74)
Checksums-Sha1: 
 98e4edac37a9baeccfba31a6a4a451522ea38677 1843 dlang-libevent_2.0.16-1.dsc
 fac3bb2f73dbb824acdc53f9f1fb8d33fb6aaf66 67756 
dlang-libevent_2.0.16.orig.tar.xz
 3bf358dd86c98c508d1675ce274faf54af7be935 2224 
dlang-libevent_2.0.16-1.debian.tar.xz
 cfd2ee8fbfcebdac29226423d20abfca50d0bd86 53556 dlang-libevent_2.0.16-1_all.deb
Checksums-Sha256: 
 e0732c047e19d0af17d2d266a71ed992b23215f933775711149427ef51c29655 1843 
dlang-libevent_2.0.16-1.dsc
 a0a6257c0318b63de28879180ecb1664ea0a3d2d1ebd91a6eb26b58e97851787 67756 
dlang-libevent_2.0.16.orig.tar.xz
 7185fe9463200c4f6d16271f3b8eb32b5dca34b69e3f966d3b4414583a779e2c 2224 
dlang-libevent_2.0.16-1.debian.tar.xz
 0631fdee16ef55a1a6f923e4998d821efb776ce1b30a922e50ca560c43ea3e69 53556 
dlang-libevent_2.0.16-1_all.deb
Files: 
 058532fe68ac27243a72205f7d97c9c5 1843 devel optional 
dlang-libevent_2.0.16-1.dsc
 a3b435a05011732a1c7551f52f9893e0 67756 devel optional 
dlang-libevent_2.0.16.orig.tar.xz
 788e0b6eb23293078435ef8bd8980a77 2224 devel optional 
dlang-libevent_2.0.16-1.debian.tar.xz
 155f9a3f82d873210e039784f4054fb7 53556 devel optional 
dlang-libevent_2.0.16-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTK1/OAAoJEGYGAn9kNxJMALoQAIzIoANBOMwhRoTG5Fn41oE8
DtDx68AH/KvRE5pjkivp8puJ5sknzZhHazJZitBwbZTodUKgoMCMqfcj2y4ltkcr
x/xzy8kFxw45+9wp3KfBdKfPdu2WsofnZSBi6f7Ds4IJjyeVaKNpEp6W3NlqLWFm
qN4ILZWnuXsg5snHP+X3pm+G/ArGumGgZRWXya7ogadFc/rXdd2XYOnEnRq3AVM2
8HLg8MPdFpSTTzP6mRo7qQT49sIH1Haf6o7KU8iMyaaLUUzFxAha+zsQL1K1cIy5
JuDPccqRN3pS7wgXkesmK9ZVmSUAvL6vysDNT5klgzB/A+2N3uMeptoS7MLeIYNR
JxF1m5NEHxIubk0vBzImwqGmtusUciHlSu0uYjfaJt1NcEQ1axLLpwQGExXRaJUO
RKg/31M0zBnQnMv9enq3kDO+JBnPQxuETES3dAviaoVN4B/1e+BAa5hXSWrAjlXu
hIQT3Jh8VOpOaJu1Fy2eIJJzINpSh31VZMfjjwf2+6f46mGEHBXkWn5NueGHWr5l
hsz53oWEa90ZlkKIErrLP7Ixs23EqVuRNnbJrzqa+axRStB6V7a0tU6NESG6ua0z
sBja0dKfPtTbqi+Wp+MoffJC4TbPbYSfgSK8Vix9PbO/6LzZPVbZw6jWfESj3d6Q
kKnW/cmT3AurQ07a0q98
=IWK2
-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/e1x7li7-rb...@franck.debian.org



Accepted dlang-openssl 1.0.0e-1 (source all)

2014-07-17 Thread Konstantinos Margaritis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Apr 2014 23:48:01 +0300
Source: dlang-openssl
Binary: dlang-openssl
Architecture: source all
Version: 1.0.0e-1
Distribution: unstable
Urgency: low
Maintainer: Konstantinos Margaritis mar...@debian.org
Changed-By: Konstantinos Margaritis mar...@debian.org
Description: 
 dlang-openssl - D version of the C headers for openssl
Closes: 744132
Changes: 
 dlang-openssl (1.0.0e-1) unstable; urgency=low
 .
   * Initial release (Closes: #744132)
Checksums-Sha1: 
 f7e30e8afccb197cf24a0c4a5853c37276e02d50 1840 dlang-openssl_1.0.0e-1.dsc
 355b7bc8f92d48c1446fc3bedd35065e898439ae 305100 
dlang-openssl_1.0.0e.orig.tar.xz
 e8c7d7bacfe411b9ab10d0e98413116cd8199d79 1740 
dlang-openssl_1.0.0e-1.debian.tar.xz
 98e3bc0a0086b3e34ffb59c60efecf1146aceb0a 194666 dlang-openssl_1.0.0e-1_all.deb
Checksums-Sha256: 
 486f45140679543e1d1ffbc05699512826cd4524f6974805d820c3fb66584bd0 1840 
dlang-openssl_1.0.0e-1.dsc
 2b531e3560b5767e469d56071ed5f3d99946dd796be55db598add5bd64e64ca5 305100 
dlang-openssl_1.0.0e.orig.tar.xz
 d37782439d8c1e3bdf6da24d054412d943bd5ef18cebcf98f77abf8933eef6a2 1740 
dlang-openssl_1.0.0e-1.debian.tar.xz
 f876f9736b6044b0c68cc866e241ac5c717a52f5ca09ea91c20687f1bc75bd61 194666 
dlang-openssl_1.0.0e-1_all.deb
Files: 
 ce25ceaec225e381ce6eed3f5c17d49a 1840 devel optional dlang-openssl_1.0.0e-1.dsc
 621e24572ddfda8b6023bf19242d33a4 305100 devel optional 
dlang-openssl_1.0.0e.orig.tar.xz
 c3eb0902e69db4a35a859fd991d52fbe 1740 devel optional 
dlang-openssl_1.0.0e-1.debian.tar.xz
 24055d420a1abe85310b097ff0c55304 194666 devel optional 
dlang-openssl_1.0.0e-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTRuVEAAoJEGYGAn9kNxJMDSQQAKUw0utOnG+nGooy1GLBLpNS
ZTdp+A+IhKOK+yJhWmV3Tsu2R+j+TMeTnMXy0pTiHd+j8uFNqoF+z8UqmB4yNRzg
tJ9GZx2hocqxLydc0kCzUcZmP0np8dUR4U8/nj3y9OguqUmduRebiw45/qGM2kR/
yrKo/ojqUfluH3AZspy50k4efdfTSJccufOF6P+Y5e0iNxhrzH1kexEDKAqiY8sS
3mS3gTqk85eBfQjqRNp70DYNAJAY7PIl7lmpHfobfvMqZQamYPS0kPTQqLDXATGS
wfBCFhkIl76h9e5u7GX650kAXx41WFhCxLG6i+pJI/HLypKVzF3W+mJmjU7EPWCL
afsBehx3rjB/01kYmnmwW1aO+xQtokVE4NK/tzZVgQIrEWzr7fmUeRXlCDeAB7jd
ZAFkbbz/WtaYj3GDVffftU4KzBMZ/GB1z4rPeDB5MlyeqsXv7KFCByJRDOyLahAv
vKVXCZmsWllJNGG33EfHgtp+ZJIqKfUc8UYmV5At6+jmAnpKMON6XVTqivROf2yk
I7Vn4IWbwGF1VlcsLqE03y/lblkyf6kaxGe+dCa9DPiMO+BEXmNmRGsOGpAq1jeX
jDF+1sfARKhFNnm7pGVTR9yTOJ2JELwLBR9fcfbTNVRD4z0f+GTYy0JwwwLJGSkV
S8RTom1hlEXdhDf4NBWK
=RYE3
-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/e1x7li7-rt...@franck.debian.org



Accepted inspircd 2.0.16-1 (source i386)

2014-07-17 Thread Guillaume Delacour
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 16 Jul 2014 21:49:08 +0200
Source: inspircd
Binary: inspircd inspircd-dbg
Architecture: source i386
Version: 2.0.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian IRC Team pkg-irc-maintain...@lists.alioth.debian.org
Changed-By: Guillaume Delacour g...@iroqwa.org
Description:
 inspircd   - Modular IRCd written in C++
 inspircd-dbg - Modular IRCd written in C++ - debugging symbols
Closes: 674890 724874 745948
Changes:
 inspircd (2.0.16-1) unstable; urgency=low
 .
   [ Guillaume Delacour ]
   * New upstream release (Closes: #724874), enable m_regex_stdlib new module
 and repack tarball to remove docs/rfc/{rfc1035.txt,rfc1413.txt,rfc1459.txt}
 as i re-introduce them a few years ago. Upstream removes dir at 7fea7c24c5
   * Drop patches accepted upstream:
 + debian/patches/01_spelling_error.diff
 + debian/patches/03_CVE-2012-1836.diff (cherry-picked)
 + debian/patches/04_FTBFS_kfreebsd.diff
 + debian/patches/05_FTBFS_gcc-4.7.diff
   * debian/docs: docs/README has moved to README.md
   * debian/inspircd.examples: examples are now in docs/conf
   * Bump debhelper compat to 9
   * Remove Bradley Smith as uploaders (Closes: #674890)
   * debian/watch: update based on sepwatch
   * Add systemd support:
 + Build-Depends on dh-systemd (= 1.5)
 + Add debian/inspircd.service, debian/inspircd.tmpfile to create
   /run/inspircd directory at boot time
 + debian/rules: call generic dh with --with systemd
   * debian/control:
 + Change Vcs-{Svn,Browser}, point to anonscm.debian.org and
 bump to Standards-Version 3.9.5 (no changes needed)
 + Drop Build-Depends on hardening-wrapper since dpkg-buildflags now
 returns hardening build flags by default (already enabled in debian/rules)
   * debian/patches/02_disable_rpath_for_extra_modules.diff: Refresh according
 upstream modules changes
   * debian/copyright: make it machine-readable
   * debian/rules: compile binary with debuginfo as upstream don't
 generate it by default; dh_strip overrided to generate a -dbg package
 .
   [ Andreas Metzler ]
   * Build with debug symbols and optimization by using make D=2 all instead
 of make debug; dh_strip overrided to generate a -dbg package
   * 05_gnutls_crypt_api_instead_gcrypt.diff Apply/unfuzz upstream's
 690c372f6ef246b43b477e3685c8e716431427ad to get rid of the dependency on
 libgcrypt.
   * Build against gnutls v3. Closes: #745948
   * Show compiler commandline when building. As a nice side effect this
 actually lets ccache speed up the build.
   * Drop PIDFile entry from systemd service file, it should not be necessary
 for the non-forking case.
   * Mimic init-file trickery in inspircd.tmpfile. Pre-generate both pidfile
 and logfile with correct user/permissions. The daemon cannot do so, since
 it is lacking write permissions in /var/run and /var/log. Remove pidfile
 in postrm purge.
Checksums-Sha1:
 e86eb4d74fee7a4bc54b1095051435fdd9f32540 2327 inspircd_2.0.16-1.dsc
 5ea8e81124dc933ba289a4eb5782a66874e5d7e4 743739 inspircd_2.0.16.orig.tar.gz
 aaf45b00300ac6a7ce833bc1644822f2325c02e3 12876 inspircd_2.0.16-1.debian.tar.xz
 088ea2363ecfea95187bb090f6dd17b51ce03c27 1446044 inspircd_2.0.16-1_i386.deb
 db234b62845da21729deee00d7c5e3a7c92b940e 58255886 
inspircd-dbg_2.0.16-1_i386.deb
Checksums-Sha256:
 e716edadcd04c050437f3746b4b9900a0e4aa4ca5dd8ee0be25e3bed4cec43d8 2327 
inspircd_2.0.16-1.dsc
 557caf236e5dadada4295abb45208186aa5e3ca68edd3cc639776a5b4f280e03 743739 
inspircd_2.0.16.orig.tar.gz
 fa8ca4a5ca902d28714e57ca72f7247b376352fc66f5b115ab2491cd73f0b522 12876 
inspircd_2.0.16-1.debian.tar.xz
 21754d548dcd5bd49c50f5c09ef5d9263bf6d184642ea5ef413a550de6a7f6b5 1446044 
inspircd_2.0.16-1_i386.deb
 2a8d8f1d4c9887c3645f6513d914268ef6f4247eb4fa90cfcc8d2c95d341120e 58255886 
inspircd-dbg_2.0.16-1_i386.deb
Files:
 2ac241fb249b424418a8deaaa59491f7 1446044 net optional 
inspircd_2.0.16-1_i386.deb
 d6c8a4c235607aa28d9284578b549ac9 58255886 debug extra 
inspircd-dbg_2.0.16-1_i386.deb
 fce8b87f37ac42748c3270b0c06b25e2 2327 net optional inspircd_2.0.16-1.dsc
 e9bfb1bfa9d832ab170efa79cef9c8ef 743739 net optional 
inspircd_2.0.16.orig.tar.gz
 852d2058ae2b755742634eb8c3256c97 12876 net optional 
inspircd_2.0.16-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTx8EuAAoJEKVPAYVDghSENakP/j2EvAugYVkK7wGmOBvbrFMB
eVETvIPkNuY1Ulk4nuKDzK9yMibDU1Uf1KtDxiGxahY+xTNDRsycdxeZ7KEpydku
gPudLgjkIrwj+3rFarvW+Nr4v5X1hf7IXA/br3l5azqSQ4HBGXHEGMXXW8Rj+1LP
i2ndx2/3UqrGQG/HYS9OBSpVy1KHxZNSj5ydkpgJcskLLVz1FjsnqGbAWmlk2cir
DB6DHiY9nqI4rgQJFm/PbjHqVwWG2GWMT7Z93EWxC07xGJeOWQVGv9njfEit4Gnc
Te1NDF8P5tWgDunEl1asIZ+cN5OaCxHlSThTc0ba1cLmgy9JWFRkCRqjY9mGZ32V
l8v4vl8eVDEUaU0uqs/8O3hJcsu2D+2JBmszRv52jXMiqiERgzRv6G3w7EzF96ga
Xo9qBBHf0/bhKwAdK/dy2DyzilvmjmgliFSuIN8X6t/n5DroodpSzebXrQ9LNwlX
AGGWUPJ3M2Uzaowax/Ojs3wrFejsF9cv3tzKqkgK/6r5X2VDKzpBrR13T2bzkl+K

Accepted plasma-nm 0.9.3.3-4 (source amd64 all)

2014-07-17 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 13:33:49 +0200
Source: plasma-nm
Binary: plasma-nm plasma-widget-networkmanagement plasma-nm-dbg 
plasma-widget-networkmanagement-dbg
Architecture: source amd64 all
Version: 0.9.3.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 plasma-nm  - Network Management widget for KDE Plasma workspaces
 plasma-nm-dbg - debugging symbols for KDE Network Management widget
 plasma-widget-networkmanagement - Transitional package for plasma-nm
 plasma-widget-networkmanagement-dbg - Transitional package for plasma-nm-dbg
Closes: 753279 754604 754979
Changes:
 plasma-nm (0.9.3.3-4) unstable; urgency=medium
 .
   * Update Homepage field. (Closes: #753279)
   * Fix wrong replaces breaks versions. (Closes: #754604, #754979)
   * New patch: disable_teamwidget
Checksums-Sha1:
 72dd0e6c9ed5f0ae09345eab35ba36ded80b1fa2 2655 plasma-nm_0.9.3.3-4.dsc
 3d9b0c872a5dc879e829f25291e1867d064eb059 7252 plasma-nm_0.9.3.3-4.debian.tar.xz
 7b34e93ec99c4f240ab9d52810218ebf9a8660b8 737520 plasma-nm_0.9.3.3-4_amd64.deb
 a042d106a04da23b85f17e22f1122a38736a5f3c 4576 
plasma-widget-networkmanagement_0.9.3.3-4_all.deb
 02bf254b6c2a41237b4349b30fef0675a4a4b0a8 10284458 
plasma-nm-dbg_0.9.3.3-4_amd64.deb
 14bdc6b94a8e92349405f64659d9a05b2a92199b 3794 
plasma-widget-networkmanagement-dbg_0.9.3.3-4_all.deb
Checksums-Sha256:
 d0066c919f05455293fb356a5a29d94648316f9ad666bd5836997d6d3bc3908f 2655 
plasma-nm_0.9.3.3-4.dsc
 daf17fa5b4a7b9c25e2c3c6e52b8b0c0cdbe3df47640ed4cc703674401b02130 7252 
plasma-nm_0.9.3.3-4.debian.tar.xz
 b7d7fe0be650ba3716a2a32088172497ec0e8c33f4d472664053755d0c08bf48 737520 
plasma-nm_0.9.3.3-4_amd64.deb
 88925e1071c7caa6455f775bfd8e39d881ecbbdaa590dbd5a3d942ed33006973 4576 
plasma-widget-networkmanagement_0.9.3.3-4_all.deb
 66abf330c4cf5b08691a7f688b9b97fd8e8864e30f23dff5aabdd9b3fbf52719 10284458 
plasma-nm-dbg_0.9.3.3-4_amd64.deb
 2a55716d4752fb9e3e9b67c97d96093dd346da0a01926d7fb84ad40fcc6ae217 3794 
plasma-widget-networkmanagement-dbg_0.9.3.3-4_all.deb
Files:
 deff627dcb7ff4b81efa67247bd3a480 737520 kde optional 
plasma-nm_0.9.3.3-4_amd64.deb
 0963559f7e4828492f5410daa350abcc 4576 oldlibs extra 
plasma-widget-networkmanagement_0.9.3.3-4_all.deb
 0ff18cf8a10fb51230304fd7f01b951d 10284458 debug extra 
plasma-nm-dbg_0.9.3.3-4_amd64.deb
 c29174bd852c7291007e8dc3bec5bf11 3794 oldlibs extra 
plasma-widget-networkmanagement-dbg_0.9.3.3-4_all.deb
 8b6aeb587a5e1acfebef5e2f47271554 2655 kde optional plasma-nm_0.9.3.3-4.dsc
 671785dc80fc3fc314f4527ba174ae31 7252 kde optional 
plasma-nm_0.9.3.3-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx8mlAAoJEMcZdpmymyMqTfsP/2Ey3EdUmO2fmdQ6dekYUk0p
3A7e+Wk5Bw/N9UKGSgqHXVcB3KXxAQavY+aRtDFQ41KE1fI7NrCdYT6wAGr9xxAq
fua9NsaDus67N+Q7keLH/Qn5YMj0ou+26GCdLHzKQAfDVUz6XJoPnd+3hjJ4qTk1
ToElbXvqrslae3tOQPy4FUMCzxSlYOCnHW9RpbrE3g1TGVuKUHUrxhz3Ds34A9MO
F4A9AQvo2+mIK83NRIPcmA2fflXbaKcoHNiovBbhd7LKUndU29HNGlG987xTOUBh
yjykX1dhZAqOuVey4m1BKMfxKmygl3K3BJcP1NvhfQgvbOcKkeIjd1SVkiV+hKFq
eNVDxQhrnXysigTz/Cc1NNnFYAZEsruXE6xtIgPvU0iFJLCkLM+3u0FHgOEiX9VK
/whU/vbvW2mkkm0nK1joxUVPrtriaWjYXh0XpnxNF3jz5TS/VdJ6kx4lUbzCsr3V
XsRWUkj1FItlGqK5nOZpW1DIrvzWhMjZQCKIpuLkdp6Zs65JgM553H3gjIfNsRk4
oGMGgmOONAgc4kOO/h4t1cdEBQuHkJbms8m5kIN6vghCKBfHBzcer9tTmdrRrL5t
3nmhPlB/npx6ScjnFlriJS+yOegZ9qimX6xTKIg69rDPqm/YP2qjc3l0/x5PqAEf
qiWqBXT4AF+d4K+SHFZ5
=1F/d
-END PGP SIGNATURE-


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



Accepted lua-mode 20140514-1 (source all)

2014-07-17 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 11:59:17 +0200
Source: lua-mode
Binary: lua-mode
Architecture: source all
Version: 20140514-1
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description:
 lua-mode   - Emacs mode for editing Lua programs
Changes:
 lua-mode (20140514-1) unstable; urgency=medium
 .
   * New upstream version
   * Updated watch file from sepwatch
   * Bumped Standards-Version
Checksums-Sha1:
 d245f944f53ac285cb957d6d10e8f68d65b84099 1073 lua-mode_20140514-1.dsc
 2176f8cd56b13357c4b6610a75ffd7c1ab96d06b 55279 lua-mode_20140514.orig.tar.gz
 8083a57b39e1b32ec5dec7a129ffbf1c3e016626 4484 lua-mode_20140514-1.debian.tar.xz
 f8e4f7d8c1b8664646f5e7e9827e0ceb49025832 24192 lua-mode_20140514-1_all.deb
Checksums-Sha256:
 b180e86c80156a92d87529d3bc4cda05c4cf5ddec7ccfac8e91bed636139489f 1073 
lua-mode_20140514-1.dsc
 0763bd8d6075da9050309deca5b890da1e7b44c070b264bfebbf77f47c7b4e35 55279 
lua-mode_20140514.orig.tar.gz
 bbc8f102b1f21774d2f99147f09fefb4b9a8bdce66d53d54485c47a5dcdc3d90 4484 
lua-mode_20140514-1.debian.tar.xz
 c56a5616b5078334657a4a078f53cd0640933a67a0cd3a2b86d9b32ccea4bbfb 24192 
lua-mode_20140514-1_all.deb
Files:
 94b529d6e6669af1989f97806670f003 24192 editors optional 
lua-mode_20140514-1_all.deb
 7af21904f16ff5c4b5327c5eafd99fb6 1073 editors optional lua-mode_20140514-1.dsc
 24c1e2c8276916c60ffecfc16ba8b729 55279 editors optional 
lua-mode_20140514.orig.tar.gz
 86e4e4e3f0a54fa0f6df489ea98e845e 4484 editors optional 
lua-mode_20140514-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPH0MIACgkQUCgnLz/SlGiH/gCeKjGAnpqtM1bq2GQQxQP5NcOF
VyYAoM5vhT6dSGTK41QU13gxuTcwqgEr
=sVVC
-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/e1x7m3l-0007wj...@franck.debian.org



Accepted ceilometer 2014.1.1-4 (source all)

2014-07-17 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 09 Jul 2014 23:22:30 +0800
Source: ceilometer
Binary: python-ceilometer ceilometer-common ceilometer-collector ceilometer-api 
ceilometer-agent-compute ceilometer-agent-central ceilometer-alarm-evaluator 
ceilometer-alarm-notifier ceilometer-agent-notification
Architecture: source all
Version: 2014.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 ceilometer-agent-central - OpenStack efficient metering counters system - 
central agent
 ceilometer-agent-compute - OpenStack efficient metering counters system - 
compute agent
 ceilometer-agent-notification - OpenStack efficient metering counters system - 
alarm notifier
 ceilometer-alarm-evaluator - OpenStack efficient metering counters system - 
alarm evaluator
 ceilometer-alarm-notifier - OpenStack efficient metering counters system - 
alarm notifier
 ceilometer-api - OpenStack efficient metering counters system (API service)
 ceilometer-collector - OpenStack efficient metering counters system - 
collector service
 ceilometer-common - OpenStack efficient metering counters system - common files
 python-ceilometer - OpenStack efficient metering counters system - Python 
libraries
Changes:
 ceilometer (2014.1.1-4) unstable; urgency=medium
 .
   * Add a new set of patches for OpenContrail.
Checksums-Sha1:
 8d5d499680b139a049773d825ed89081362e8edf 4142 ceilometer_2014.1.1-4.dsc
 978a4f1338898b167847899a1115e0ad5e51bcdc 32568 
ceilometer_2014.1.1-4.debian.tar.xz
 3d11b71c02f92cf28ef1ba268de7978cb352f081 336664 
python-ceilometer_2014.1.1-4_all.deb
 379197e8c0e57a63bb6a141c7831e4b62ef26009 27172 
ceilometer-common_2014.1.1-4_all.deb
 62458ca265925b166ddedfc4b5879a1bfdf0e89a 8272 
ceilometer-collector_2014.1.1-4_all.deb
 5b9aa12b1d0eefaac84cab2b9c6e461be5bfe8f8 24442 
ceilometer-api_2014.1.1-4_all.deb
 9654819702738f7d8911a2b193df773837f1adf9 8198 
ceilometer-agent-compute_2014.1.1-4_all.deb
 60a36ce0373ac7bbd1e5a7a085fc85b22b7d96c0 8206 
ceilometer-agent-central_2014.1.1-4_all.deb
 8a8e58fa65148e25a743e69ba8e06cc70d56b9c0 7822 
ceilometer-alarm-evaluator_2014.1.1-4_all.deb
 dc79bc2587163f6bae57b17c8022e073dfd3a3b0 7826 
ceilometer-alarm-notifier_2014.1.1-4_all.deb
 e52d445af9571ab7ff3a46b4e60507d5e72f9b35 7840 
ceilometer-agent-notification_2014.1.1-4_all.deb
Checksums-Sha256:
 8c8c870fca7f19c7cf7f7c8fc94e20f639e5601f835639cd499176f81cee2977 4142 
ceilometer_2014.1.1-4.dsc
 062973d4ff5d935a796e3f053b1b22243351e2a323c2263c799663e6abad1c45 32568 
ceilometer_2014.1.1-4.debian.tar.xz
 93298987b6902614b09882c4c632405d408743890158f7dcb413296d6a70a4b8 336664 
python-ceilometer_2014.1.1-4_all.deb
 1d064b115bb5cf4ea71f47cb9b80c1af95b7570c9f520b681c56b59cd1ccd5d0 27172 
ceilometer-common_2014.1.1-4_all.deb
 0c83ad322d5106600767f1215c87fba425da5e55733218c399ec64f74e3732fc 8272 
ceilometer-collector_2014.1.1-4_all.deb
 e0cdeae19dc7367a76f5364943e9af20ff109a5cdceda8a0a5f544e704ac572f 24442 
ceilometer-api_2014.1.1-4_all.deb
 83c784fb155777fc65b920ce28cb0e8799e25338b0bc4dc9c75590689b9c4fe5 8198 
ceilometer-agent-compute_2014.1.1-4_all.deb
 bb2982846116c0eeafa3fada7725a56889b0500acd4aec98d04d1470372bd2f1 8206 
ceilometer-agent-central_2014.1.1-4_all.deb
 2cb79cbafac2dbeb6b9a99891d0361a1ec550e0e665fed6f295b4e5b9b30c3b4 7822 
ceilometer-alarm-evaluator_2014.1.1-4_all.deb
 9220bdc662599a4730458a592e15ffe7df93014ac4aa49d4329a5032cbc09d0e 7826 
ceilometer-alarm-notifier_2014.1.1-4_all.deb
 6fed5ea4b4a2a2b86b032a5b290df438bc9a67577a55377e68b24c103b3f7e76 7840 
ceilometer-agent-notification_2014.1.1-4_all.deb
Files:
 3e1da484d2a0bab7039437da31a1a4a8 336664 python optional 
python-ceilometer_2014.1.1-4_all.deb
 9a57bf77946726c78a56fe9d4a7e8c87 27172 web optional 
ceilometer-common_2014.1.1-4_all.deb
 b33ef705a7bb1d70be765cdb8405b9c6 8272 web optional 
ceilometer-collector_2014.1.1-4_all.deb
 48d6f974415f88f42f432669d44a05d1 24442 web optional 
ceilometer-api_2014.1.1-4_all.deb
 306480cf7be96bfcb2bba1178142d997 8198 web optional 
ceilometer-agent-compute_2014.1.1-4_all.deb
 3dcbe6eba3a14c36267691a485c925ce 8206 web optional 
ceilometer-agent-central_2014.1.1-4_all.deb
 355c3df16dd3d7f00e495f9e52d51468 7822 web optional 
ceilometer-alarm-evaluator_2014.1.1-4_all.deb
 271cb64299c12eb7663216d26fc9ff3b 7826 web optional 
ceilometer-alarm-notifier_2014.1.1-4_all.deb
 d156dc15d52c24bf98da0319ccfe31c6 7840 web optional 
ceilometer-agent-notification_2014.1.1-4_all.deb
 36c01a95b56b4146a803502645f38953 4142 web optional ceilometer_2014.1.1-4.dsc
 148bd537b76b1b17846fe19f5d4e3f6e 32568 web optional 
ceilometer_2014.1.1-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx9oEAAoJENQWrRWsa0P+PMwQAIKK+sucCyK1OLl4OTUwsSUs
rYYP1pCFNsnrW0HzcIJP5szlF4JSxx4LSWxFoNYaQtX24y+KmPyCMzP6UwPeHIYd
pmWJTxi33iKReWRq6e7zuUDmtO2ikJayYske+RCdIv+KGQMMXjSswpFxuefqd13H

Accepted drupal7 7.29-1 (source all)

2014-07-17 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 07:42:19 -0500
Source: drupal7
Binary: drupal7
Architecture: source all
Version: 7.29-1
Distribution: unstable
Urgency: high
Maintainer: Luigi Gangitano lu...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description:
 drupal7- fully-featured content management framework
Closes: 750666 755038
Changes:
 drupal7 (7.29-1) unstable; urgency=high
 .
   * New upstream release
   * Fixes SA-CORE-2014-003 (Denial of service; access bypass; 2×cross-
 site scripting) (Closes: #755038)
   * Setting urgency as high due to the security issues this release closes.
   * Add a build-dependency on yui-compressor and actually build the
 minified JS files excluded from the package. (Closes: #750666)
   * Added lintian overrides for shipped sources, specific JS version
Checksums-Sha1:
 2935e62cd62c164a90b579e924c223fb9373de8d 1871 drupal7_7.29-1.dsc
 8d48563f9af4cb414c352256cb97accb2764d7c5 3204971 drupal7_7.29.orig.tar.gz
 990d43b5dcf5249471ac9003e32dda91ce2a93d4 173328 drupal7_7.29-1.debian.tar.xz
 32f2ef2277e4836ce9db22b775bf738d372a923c 2473042 drupal7_7.29-1_all.deb
Checksums-Sha256:
 a224c11d7325e6c5bc902fa11b564a5f10f56729bf4f9bc985e5c857c99f4da4 1871 
drupal7_7.29-1.dsc
 631ab9864e48cf467dc7b2ca4c300d53e3f73b7f86757be517e7ab89f09d3884 3204971 
drupal7_7.29.orig.tar.gz
 e5d31fcd0d334e854d41176a69ba3cd6b017e5d6c7c8fae54bcc566178bcecd1 173328 
drupal7_7.29-1.debian.tar.xz
 4a950e65c39ffa4afaadf936120fcd9e44aecbc74459060a00f243aef4d5b278 2473042 
drupal7_7.29-1_all.deb
Files:
 7b40d755a3176b597780377407888096 2473042 web extra drupal7_7.29-1_all.deb
 89927ab37b23f7974f828c19f08e4302 1871 web extra drupal7_7.29-1.dsc
 4d2fce09cef015e42a198b1517ec6554 3204971 web extra drupal7_7.29.orig.tar.gz
 8a1a25a3977af5794adfda7758404d04 173328 web extra drupal7_7.29-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx+F2AAoJEGc6A+TB25IfXC4P/A987wg+de0hh4HwM38xBQRw
16B0DPqFYwK/Iek8cQNo4c3lDvuk6ddghEGBoZhply7KCjKMeGMj74e7uDQzyHTi
b0782fv3enqQpdfImCp3/eYTm8Rn5Bzd4t03B0ExINAixitZyYFlJe0DCANyXmyR
HAD5QJ96ImDj4Ncs80G39JwyvlsmxCGsJZl6UJCxUsVF+DWHf5EjmI37njD8oPGt
zFrl1PAcDljdt0xEA/QDXqgoc5paI+h9rhZmm/bR3JmUFvZEk1OkDp1SW/2yDDzU
29O7NWUJ9JYjGUhVh+pc922GJ3GZUMyCAXtqgTwYAYQcyJ35K63EjcpUZ1ctMaAC
FYgfBjPZaSrqUKDBkugA2YlLe7LPw2/sTRU1aIJXnTxclxk9/zltzbybbcBtjzDB
kZEdQcH2KnTlwT4+NoIDlAmg9d/dtnepIhVLJC+oiWfTPm9fj0H85O5nvNJRP8rL
YKkYv2lsOgJrRaj3yFI3FLNuX1IJSuL6KBGZUZotkLSzorv/oNHj3qca1Q4Fj/vt
dzC8y5TlS/qDjuErUud2pOtL7Whga7eXI0Qcb9B5UlPNFfaiC3pGkrmwdODtZ4bu
kNosjS2xb4uJ3PD0IohIzh8O5dTdISDFMbjrAJmBd1iykpRxam7JuPGCSjBUGK5O
Cb4XzNYmmfS2sWAkLhwn
=JBlV
-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/e1x7nwa-0003e0...@franck.debian.org



Accepted ktouch 4:4.13.3-1 (source amd64 all)

2014-07-17 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 15:45:06 +0200
Source: ktouch
Binary: ktouch ktouch-data
Architecture: source amd64 all
Version: 4:4.13.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Ubuntu Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 ktouch - touch typing tutor for KDE
 ktouch-data - data files for ktouch
Changes:
 ktouch (4:4.13.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 3ba2527de5095431cbfde6af949c50c89c2c9bba 2093 ktouch_4.13.3-1.dsc
 4014f70cbe667676ff406174d83583b2d7ae979d 2443748 ktouch_4.13.3.orig.tar.xz
 1be4b936f4cb17c3d331cf68581c7f234f941a3b 4524 ktouch_4.13.3-1.debian.tar.xz
 2ad4c37a77f5c670f8b813ae0d7a9c49ae6ad5fd 153410 ktouch_4.13.3-1_amd64.deb
 38298fe690f39d9768bb620fe894b2a5fd93183f 1952046 ktouch-data_4.13.3-1_all.deb
Checksums-Sha256:
 cfbf729ec83286b75b6775b1536e74673c3d15769398415e53236fe1e0eeca0a 2093 
ktouch_4.13.3-1.dsc
 380bdd00e6053edb67503106515b7fb17245f7ce0bcaa0bd4d1739f39cd9419d 2443748 
ktouch_4.13.3.orig.tar.xz
 3e73173564a9e3972767498b7f0deee5dc9ff1097e5b067a71d23117d9f15d91 4524 
ktouch_4.13.3-1.debian.tar.xz
 40866fa648e29c6ee9f8f58b72c0018a2c726e8ac1f488aee0d954398606d16a 153410 
ktouch_4.13.3-1_amd64.deb
 fbce684944afae716e40ab61209e3fa4a6f56e3f6c7dd1bf4838f5611092b233 1952046 
ktouch-data_4.13.3-1_all.deb
Files:
 ba6918fa785cec97ea069846642e4ab0 153410 kde optional ktouch_4.13.3-1_amd64.deb
 6a79673e8d6d0f494cfbd9f7b56bbbea 1952046 kde optional 
ktouch-data_4.13.3-1_all.deb
 38a10e2e6bcace18d7a69ee4e79b1cbe 2093 kde optional ktouch_4.13.3-1.dsc
 2840e27e671c125fa4124ce87ebf3362 2443748 kde optional ktouch_4.13.3.orig.tar.xz
 e416dc9d01c2f3e59bcdee793c99cfee 4524 kde optional 
ktouch_4.13.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx9ZPAAoJEMcZdpmymyMqN00P/0PGWjO9xBza5uKmrQjqbjwR
i+tMy8JArJOTv7YOYiPbMcgXC0lpJnGdGeGdi9ZZ33F36Gn8+uOTjcDQi6fiBFr9
UsuxLUW1Pgz8zDa341c7e1c4mKd/mnK4nxEXaukUgzj4XJN0tGw0g1Jf5eplnYNC
8NlKdeN/gQuIzXv3A8iZLNnshWIlAg0x1HIF1Cv5bkgSpxmrZc0fDDoOXGrSvQiJ
41I3vWmlOVpy3WLeiYjqjjJo1HgCGrCPLdMySbTW5rziSuZJqM5Nu84oFOm0N58E
i4jY1H9/hbErw0bKEOCeFXEFUQdAMZUKA9LII/+L0+AbsGO2v5QhSozwSUAqwuul
162D48Q6sqRDpvvqgdDYpTuIBzmKvxVU+S1VEeBJj3OmsITLb2knqqU3IwOpLx3e
Apk/V9qa4WqftHbNL2apXGuGqnX4YPw0nNvPz0rDNqJM5qNyixyOCCCWVNR1zYR3
R2GyU961vMf45/ESp210yInHR/xfJhwTO5Sts1AtasMo+gi1CHWWrXs7sNcBYqjd
kniQRC/B/Hc/QTHjNlNfSaHvmm5HskyIfOdBjlRJO4xskSPdyp9eXDjMwHv769G2
ewMEEs4Jt/Hi5Q51WQVlForkDSDxp9iTFzu/mOrlEdzjwxmwfOmNvLOD21P4SC8o
dVvPkFjMPgAmUUW0rzfS
=1OKQ
-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/e1x7nyn-0003sm...@franck.debian.org



Accepted haml-elisp 1:3.1.0-3 (source all)

2014-07-17 Thread Gastón Ramos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jul 2014 09:30:54 -0300
Source: haml-elisp
Binary: haml-elisp
Architecture: source all
Version: 1:3.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Gastón Ramos ramos.gas...@gmail.com
Changed-By: Gastón Ramos ramos.gas...@gmail.com
Description:
 haml-elisp - Emacs Lisp mode for the Haml markup language
Changes:
 haml-elisp (1:3.1.0-3) unstable; urgency=medium
 .
   * Fix dependencies, replace emacs23 by emacs, emacs23 will be removed
 from the repositories.
Checksums-Sha1:
 f1afa33c12c64cbae859c72fb584b3b0b6c282ca 1881 haml-elisp_3.1.0-3.dsc
 8fe54fb99f05d32b9e15d869643a365dff51628a 5260 haml-elisp_3.1.0-3.debian.tar.xz
 7691f1dc6e48edf733a633a271a61b8aa2126463 13196 haml-elisp_3.1.0-3_all.deb
Checksums-Sha256:
 b9263915dfc33e9105fb41801918df0e2be507a5bdd80f61dc1b6c46a66d8da7 1881 
haml-elisp_3.1.0-3.dsc
 156dd9104a428dd999f2926806a2021206f66f98db8b66ca85081f3eb0c78146 5260 
haml-elisp_3.1.0-3.debian.tar.xz
 fe1b6d7c5d3bd003c1a09516c8346b552c043c62d96c013aeea8b46bf8f8f900 13196 
haml-elisp_3.1.0-3_all.deb
Files:
 028a0d1e043c42522aa96b1fddce6dc0 13196 lisp optional haml-elisp_3.1.0-3_all.deb
 0a739590d458295c4bf1871c36684363 1881 lisp optional haml-elisp_3.1.0-3.dsc
 05d4b47e46a268328acde4e4d7ebb5cd 5260 lisp optional 
haml-elisp_3.1.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx+R8AAoJEGc6A+TB25IfRtoP/1IFJZMy7YXWYUeuxVNYQ+rS
dvmfzaP+EGlCsEpumfbpn/ffzs+Cmeky9chLknhYnQyfylrVT3euGwOZW757AotF
GzXsSaOi6DxuedS8yyTg+sZ09rugoME2XvbEUIZnQzCOyFvVytC7dt9kM8XYlvqF
73Y4V57YEqzYX6nwfC8xwgxyiy3n9SYSl6hWCsEzuwAaXaRVUh4b6O4XD32rb6X0
BLp03XYr6R0HjHvZnaD5Yya7y3sxIdBvy74yZDEQoLC0iup+wRlj1UyD7wkF7g3s
YMhwFt0oL2Smd+Iir/P2rx2+T1qrXUs6MsVefaeXs84fxyt9hXqrMqiSA8TZX36v
R65f4TPFUywUX/Iy+7TrjpcSInw7lB8I4oit3j1EiV7XcNu/OCsSY74zNzeaL0ui
eZ4GuWj9qabDGYkCa2Sxa1lVNDw4ZDFqavAKHTO5CBih2s9y7QLouIBTVKWQ/o2G
TAM2QUOBDkeoqMchA2KGRxLr6c3bCVmJkACvO62Zzi2M+sMb9lrPhxa8dEjlQh/P
z+hQNYN0bYnuVglqUvz8wqPRcHtuTj/lMvXFJTdxdWiFnrCoyxaoIY/h2iZaj7Cr
Lahvlzn6+6UL9UOKMttQpia7z53feP1yQxaPAUobHOMTR/I2yPzv8sukj0e0tXYL
G/4v9CO4e6o2c65hNkCs
=i47L
-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/e1x7nxs-0003nu...@franck.debian.org



Accepted mvel 2.0.18-4 (source all)

2014-07-17 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jul 2014 17:43:57 +0200
Source: mvel
Binary: libmvel-java libmvel-java-doc
Architecture: source all
Version: 2.0.18-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libmvel-java - expression language for Java-based applications - Library
 libmvel-java-doc - expression language for Java-based applications - Javadoc
Changes:
 mvel (2.0.18-4) unstable; urgency=medium
 .
   * Team upload.
   * Fixed a compilation error with Java 8
   * Fixed the OptimizerFactory class and the unit tests to work
 with the system version of ASM
   * Added d/maven.ignoreRules to avoid patching the pom for disabling plugins
   * debian/watch: Updated to watch the release tags on Github
Checksums-Sha1:
 b645b0c6c70c9e2b6fd39db4a817d519e20bdc4d 2208 mvel_2.0.18-4.dsc
 23b19eedb087a5dc91770c17b00c051980729149 5024 mvel_2.0.18-4.debian.tar.xz
 59abc2c235bcefe493444230fdcda2b4fb70ddd9 533502 libmvel-java_2.0.18-4_all.deb
 56f82258f3086b293b8decf604786a6516b63029 1818100 
libmvel-java-doc_2.0.18-4_all.deb
Checksums-Sha256:
 b503acec177ed951450d68c87b195db09a1703670b0a0da2d593793d82a81ee5 2208 
mvel_2.0.18-4.dsc
 6cc96518f3fa6ac8a49234beda2628ed80797b9854e905d1965b8279b91ee728 5024 
mvel_2.0.18-4.debian.tar.xz
 b2140946470de642854590eb04c8b21d08a9afdbdc005401cb0846c1bb222ebf 533502 
libmvel-java_2.0.18-4_all.deb
 2b73e90d592745865e870bd0745b4c26e32f1736683648821be16ad007065df1 1818100 
libmvel-java-doc_2.0.18-4_all.deb
Files:
 2d8a8bca864fa5f19486d4fc96a17009 533502 java optional 
libmvel-java_2.0.18-4_all.deb
 b70709f6f72ac1f8c2829cb8f6b87a51 1818100 doc optional 
libmvel-java-doc_2.0.18-4_all.deb
 cc23f261cfd96b6d4147974b3a6a8b64 2208 java optional mvel_2.0.18-4.dsc
 3c9f8ac7a04bba57bd59363fe2972232 5024 java optional mvel_2.0.18-4.debian.tar.xz

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

iQIcBAEBAgAGBQJTx+nAAAoJEGIODQuJV82lYqUQAJK16t9MYGM3hkmGdClqKr2v
GFCmRYA+5ox9ybr8eWSzDbRZ0MKwp1oaYQqs6CM62ONJz7rT8G/aZ7lYp2PJxW8X
2vcm4Xojnr0eFDzLmxjyWwcOWr7ewjynPsiRg8+tywqCu+SuzOp1kVuvsH0hASZP
ZouVuHup1Ub/vJCxizhNzkTpH3c9y7yBolDyZYvMwasz+v/jLNwI5kvYZ1MhYVLf
48uj4zQRwqDAl58C3ziu+UB7JbwuLc+YsABS4kS0F/EdQq2KE8XB+534G2dvX9ey
WmORXB7V60kDQxD7xI6f1vKvUnkTPocOmRbjP2PUJxeXcSm18+RVuGXbnmnHiJ15
rPWIwqulVI/eXL/v7iq8X9dq8TWnu7+y9X3H+t5/zgQJ21EZWTcxWIJla457EnNT
cO4zr62sAD3In20Oope3DKork79SKr3sr9XaLoTOtQ371jgg+L73EP+CjIZ4adlb
4lz9CCvSyQezZpsVK32Dgt85hQ0Qi/bA6mLc0R/hDoyGb+DFXx1S57DLTXhmLWMc
HknhiG4+kw/jBP4X1FxZhw7wxNQ7yOKlzyF4pCySVvC1OjTTEByoYIZ0qkFRH0ke
/Gp6UNdRLAczCGVFnTg8FY6+Av77o8/Z71qUtN1wIyIkBut8Z19M3SqYRKuQkRT8
bpOhGq8/X+7nEdH04dqF
=3D8u
-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/e1x7o0s-0003uh...@franck.debian.org



Accepted percona-xtradb-cluster-5.5 5.5.37-25.10+dfsg-2 (source all amd64)

2014-07-17 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 12:21:18 +0100
Source: percona-xtradb-cluster-5.5
Binary: percona-xtradb-cluster-common-5.5 percona-xtradb-cluster-client-5.5 
percona-xtradb-cluster-client percona-xtradb-cluster-server-5.5 
percona-xtradb-cluster-server
Architecture: source all amd64
Version: 5.5.37-25.10+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: James Page james.p...@ubuntu.com
Description:
 percona-xtradb-cluster-client - Percona XtraDB Cluster database client
 percona-xtradb-cluster-client-5.5 - Percona Server database client binaries
 percona-xtradb-cluster-common-5.5 - Percona Server database common files
 percona-xtradb-cluster-server - Percona XtraDB Cluster database server
 percona-xtradb-cluster-server-5.5 - Percona Server database server binaries
Closes: 748812 748884 749792 750073 750769 751573 753743 753748 754489
Changes:
 percona-xtradb-cluster-5.5 (5.5.37-25.10+dfsg-2) unstable; urgency=medium
 .
   [ Américo Monteiro ]
   * Portuguese translation for debconf messages (Closes: #748812).
 .
   [ Christian Perrier ]
   * French translation for debconf messages (Closes: #748884).
 .
   [ Victory ]
   * Japanese translation for debconf messages (Closes: #750769).
 .
   [ Helge Kreutzmann ]
   * German translation for debconf messages (Closes: #751573).
 .
   [ James Page ]
   * d/control: Update Maintainer to pkg-mysql-maint (Closes: #750073, #753748).
   * d/control: Use iproute2 instead of iproute transitional package
 (Closes: #753743).
   * d/control: Disable percona-xtradb-cluster-testsuite* packages as they are
 non-functional with wsrep and Galera (Closes: #749792).
 .
   [ Plamen Alexandrov ]
   * d/p/mips-ftbfs.patch: Resolve FTBFS on mips architecture (Closes: #754489).
Checksums-Sha1:
 f48dddac04e6063997fca95539ae7a6871262a3d 2864 
percona-xtradb-cluster-5.5_5.5.37-25.10+dfsg-2.dsc
 255788cfe143e5fec291d17387d838025b197bf4 37228 
percona-xtradb-cluster-5.5_5.5.37-25.10+dfsg-2.debian.tar.xz
 30aa765361d0d0c6798f3fbc036de8d5aee6207a 10800 
percona-xtradb-cluster-common-5.5_5.5.37-25.10+dfsg-2_all.deb
 dd6b8fba3ca902d1da0cc300acb9849007cd18d8 1408046 
percona-xtradb-cluster-client-5.5_5.5.37-25.10+dfsg-2_amd64.deb
 8e836ca4d03401447b8dcefc7e0c09ff270c7704 10524 
percona-xtradb-cluster-client_5.5.37-25.10+dfsg-2_all.deb
 ec4fdc87f24d85f4564782926fbc1d41a773322e 5519014 
percona-xtradb-cluster-server-5.5_5.5.37-25.10+dfsg-2_amd64.deb
 73773cea4744c9d8fc38314be44303cb94cae9d8 10528 
percona-xtradb-cluster-server_5.5.37-25.10+dfsg-2_all.deb
Checksums-Sha256:
 0c06ffd78b0ae4df6158a7493fe3295c9ce53b155a309e81f79ef383ee9e90a1 2864 
percona-xtradb-cluster-5.5_5.5.37-25.10+dfsg-2.dsc
 6639b4caf8eb129c8d8a397309445bd65a6d94a1f8dd57338c8ca8cdf94b1edd 37228 
percona-xtradb-cluster-5.5_5.5.37-25.10+dfsg-2.debian.tar.xz
 a87c28a19e797fe3c701f3797118fb0bb132b0409ec1db92b2ad3825facfff83 10800 
percona-xtradb-cluster-common-5.5_5.5.37-25.10+dfsg-2_all.deb
 e081e1d1c8070c8b2a5da170110678cfd9e107abffd999b5c3c4eb80c8e8f525 1408046 
percona-xtradb-cluster-client-5.5_5.5.37-25.10+dfsg-2_amd64.deb
 517f5473cd91e1197e0c1c242710cbb01e4ef40a4f9dc2e8e406604881a0d50a 10524 
percona-xtradb-cluster-client_5.5.37-25.10+dfsg-2_all.deb
 80292f30f2b425b2b939d931bb5b99316b09352cbaf36bdc14f69db27423bdc3 5519014 
percona-xtradb-cluster-server-5.5_5.5.37-25.10+dfsg-2_amd64.deb
 cf5fdf2691975df65613edaa3a728cb2833def5658a911e634c8a13575cb7abc 10528 
percona-xtradb-cluster-server_5.5.37-25.10+dfsg-2_all.deb
Files:
 06bff0af5ee76c32745f57272d7bb328 10800 database extra 
percona-xtradb-cluster-common-5.5_5.5.37-25.10+dfsg-2_all.deb
 c80a84ec760609b8dadbc9e618492302 1408046 database extra 
percona-xtradb-cluster-client-5.5_5.5.37-25.10+dfsg-2_amd64.deb
 866301f8f6aab72a2dd4b4b57962053c 10524 database extra 
percona-xtradb-cluster-client_5.5.37-25.10+dfsg-2_all.deb
 8de34b4758babc57302b00376c2f0700 5519014 database extra 
percona-xtradb-cluster-server-5.5_5.5.37-25.10+dfsg-2_amd64.deb
 c29814f022c899bbc66ce3f458ad5e5a 10528 database extra 
percona-xtradb-cluster-server_5.5.37-25.10+dfsg-2_all.deb
 259235acb7bb6b0bf14de15f8ca9a914 2864 database extra 
percona-xtradb-cluster-5.5_5.5.37-25.10+dfsg-2.dsc
 7da8ae6b3bc0c2bd7aba566223f7c3ee 37228 database extra 
percona-xtradb-cluster-5.5_5.5.37-25.10+dfsg-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTx9sWAAoJEL/srsug59jDn60P/j/pJflfhWBf0riJkkUZJN/Y
IIrIntjFQJJLcOjBsYIlw98iXLGffO2m7QXPOvV4WBs7EnfwGggfkJR5IOo5q7Nv
Iq0qpTupLNg7OLMF4UxN9yO1lo9mwb4drJChY+GTGAQD7jDEnv86oC1myEHXmFwX
4M7Umzli0uMU802gXhWmhwkAUIeHCi0BP4Da9O8/Q+/6r+KL8xOxlWhseGnJdJau
rh9fMjgfGg31gHm+6tOjaDVK2T1xWKF7NgRpYehcurek91MDzcEDvodI7pjapV+g
oK3tjCNr0Lxjlzc/2qhRcF7crKBjVdlh3Nzlc5cPHi6WVT3gnzQ/h4UAjK0bNidF
IC5LUEmc2jcMwFzqx8/SDS7XRROy4AEpWttSsuqZezmIGOUVrvM7hFr3v/NJWpzZ
JqSakDt0ZwGXjLuDpRutNvH41Z1hiFRh2nQum3LTqWrXminUVGd/qhoAWuo8AVzD

Accepted php5 5.6.0~rc2+dfsg-4 (source all amd64)

2014-07-17 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 12:46:05 +0200
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-phpdbg php5-fpm libphp5-embed php5-dev php5-dbg php-pear 
php5-curl php5-enchant php5-gd php5-gmp php5-imap php5-interbase php5-intl 
php5-ldap php5-mcrypt php5-readline php5-mysql php5-mysqlnd php5-odbc 
php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy 
php5-xmlrpc php5-xsl
Architecture: source all amd64
Version: 5.6.0~rc2+dfsg-4
Distribution: unstable
Urgency: high
Maintainer: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description:
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 
module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language 
(apache 2 filter mo
 libphp5-embed - HTML-embedded scripting language (Embedded SAPI library)
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd- GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-mysqlnd - MySQL module for php5 (Native Driver)
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-phpdbg - server-side, HTML-embedded scripting language (PHPDBG binary)
 php5-pspell - pspell module for php5
 php5-readline - Readline module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Closes: 714041 754775 755057
Changes:
 php5 (5.6.0~rc2+dfsg-4) unstable; urgency=medium
 .
   [ Ondřej Surý ]
   * Fix invalid reportbug script directory in the php5 package (Closes: 
#754775)
   * Fix missing backslash that made php.ini-production empty (Closes: #755057)
 .
   [ Andreas Schwab ]
   * Fix double free or corruption (!prev) on m68k (Closes: #714041)
Checksums-Sha1:
 38bf54e9da346123de840c939b6d6e3587030048 5038 php5_5.6.0~rc2+dfsg-4.dsc
 c1eae86c5dde1e43aec95cd84d4d516db2f27873 117312 
php5_5.6.0~rc2+dfsg-4.debian.tar.xz
 ae21f041bc99c31c79ee2405d299901e37562310 1320 php5_5.6.0~rc2+dfsg-4_all.deb
 b5fdc96af3ff74856597e59e4b8f766a1f980834 267308 
php-pear_5.6.0~rc2+dfsg-4_all.deb
 a6f7fb986b18338bbeaf0406f0f933305a907899 532068 
php5-common_5.6.0~rc2+dfsg-4_amd64.deb
 9485ea87bdaa005d6e58a9114506498f4cf82d0e 2179348 
libapache2-mod-php5_5.6.0~rc2+dfsg-4_amd64.deb
 1bb5e82f71491f8031df6dc3d2deeafffa025073 2180550 
libapache2-mod-php5filter_5.6.0~rc2+dfsg-4_amd64.deb
 1482119086118cd805b94df4395a5f345f74b215 4219250 
php5-cgi_5.6.0~rc2+dfsg-4_amd64.deb
 9522127f6d0b8c812aa8da00294fad4c131fc1e9 2149280 
php5-cli_5.6.0~rc2+dfsg-4_amd64.deb
 ba21f05ab08573999c43e29f559a32cde327cdd8 2158316 
php5-phpdbg_5.6.0~rc2+dfsg-4_amd64.deb
 91042803f8d79d2899e0212706fc3acac9ddee89 2162208 
php5-fpm_5.6.0~rc2+dfsg-4_amd64.deb
 50f98deb65e8972b5b0a4d828660da07b762db11 2179742 
libphp5-embed_5.6.0~rc2+dfsg-4_amd64.deb
 a2c7ad4caff7bb91c7cde1ed19c07e128f9aa0ae 354602 
php5-dev_5.6.0~rc2+dfsg-4_amd64.deb
 42cd9b199a48506bf483905ecb08edccf6bc399f 32178058 
php5-dbg_5.6.0~rc2+dfsg-4_amd64.deb
 ea0a9fa8063a1579b3d70709807bb666bdede13d 27370 
php5-curl_5.6.0~rc2+dfsg-4_amd64.deb
 0d7627d11ea8bf6e59ea0b1b08722da282736bcb 9248 
php5-enchant_5.6.0~rc2+dfsg-4_amd64.deb
 48fd35145667e1f1d0d459c549783b9087ed9aaa 28036 
php5-gd_5.6.0~rc2+dfsg-4_amd64.deb
 71f69d64cb9ae4b54bf762412be680eaf81eb616 19792 
php5-gmp_5.6.0~rc2+dfsg-4_amd64.deb
 680dc277c3be358beb5c0f484a421d2884f00d15 30592 
php5-imap_5.6.0~rc2+dfsg-4_amd64.deb
 910574a4712b6b96097eb1805d9ee95d43d9e214 42344 
php5-interbase_5.6.0~rc2+dfsg-4_amd64.deb
 5dae0fab41eebcc292d20f88ebb21fc6352c3b8a 110346 
php5-intl_5.6.0~rc2+dfsg-4_amd64.deb
 093cf07a498f7e9f612ee6be53f8d475a8123947 21698 
php5-ldap_5.6.0~rc2+dfsg-4_amd64.deb
 3c4a2a7725e0748678095e99f7a4f048a9d3d2c0 15024 
php5-mcrypt_5.6.0~rc2+dfsg-4_amd64.deb
 70472ce8f2c0c566f4a71958e1d8d4b5f20b297c 12306 
php5-readline_5.6.0~rc2+dfsg-4_amd64.deb
 f9aaa2b7ea0cbc2cc1a4254792ee124e87654b9e 64074 

Accepted tango 8.1.2c+dfsg-5 (source i386 all)

2014-07-17 Thread Picca Frédéric-Emmanuel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 01 May 2014 11:51:06 +0200
Source: tango
Binary: liblog4tango5 liblog4tango5-dev liblog4tango5-dbg liblog4tango5-doc 
libtango8 libtango8-dev libtango8-dbg libtango8-doc libtango-tools tango-common 
tango-db tango-db-dbg tango-starter tango-starter-dbg tango-accesscontrol 
tango-accesscontrol-dbg tango-test tango-test-dbg
Architecture: source i386 all
Version: 8.1.2c+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Picca Frédéric-Emmanuel pi...@debian.org
Description: 
 liblog4tango5 - logging for TANGO - shared library
 liblog4tango5-dbg - logging for TANGO - debug library
 liblog4tango5-dev - logging for TANGO - development library
 liblog4tango5-doc - logging for TANGO - documentation
 libtango-tools - TANGO distributed control system - common executable files
 libtango8  - TANGO distributed control system - shared library
 libtango8-dbg - TANGO distributed control system - debug library
 libtango8-dev - TANGO distributed control system - development library
 libtango8-doc - TANGO distributed control system - documentation
 tango-accesscontrol - TANGO distributed control system - accesscontrol server
 tango-accesscontrol-dbg - TANGO distributed control system - accesscontrol 
debug
 tango-common - TANGO distributed control system - common files
 tango-db   - TANGO distributed control system - database server
 tango-db-dbg - TANGO distributed control system - database debug
 tango-starter - TANGO distributed control system - starter server
 tango-starter-dbg - TANGO distributed control system - starter debug
 tango-test - TANGO distributed control system - test device
 tango-test-dbg - TANGO distributed control system - test debug
Closes: 657146
Changes: 
 tango (8.1.2c+dfsg-5) unstable; urgency=medium
 .
   * Bump Standards-Version to 3.9.5 (nothing to do)
   * debian/patches
 + 0008-fix-upsteam-p812_4.patch
   * create the user in the postinst to deal with the piuparts remaining
 files error. An empty tango home directory (/var/lib/tango) is part of
 tango-common so we let dpkg deal with its removal (Closes: #657146)
   * add the tango user to the video group. Some tango devices need access to
 video grabbers.
Checksums-Sha1: 
 ad59b5b97615d1f03fe525e10c073e0e42221529 2226 tango_8.1.2c+dfsg-5.dsc
 5c135c1a2062842c8241c348c82ef5d8459241a7 24272 
tango_8.1.2c+dfsg-5.debian.tar.xz
 22d16bc3f67c5025c5b012728d887c3927168686 43280 
liblog4tango5_8.1.2c+dfsg-5_i386.deb
 051df9c661edea58280ef8f57ebd8b2c8e82ec90 21084 
liblog4tango5-dev_8.1.2c+dfsg-5_i386.deb
 ff74e7cc416741c497cb0cec7220daec9a5bf067 258112 
liblog4tango5-dbg_8.1.2c+dfsg-5_i386.deb
 73302ec638aa1ed60d975223a8cf4fe7f7156c18 122250 
liblog4tango5-doc_8.1.2c+dfsg-5_all.deb
 6824885cf866aa3603ffbd6210a15da08e88 1128692 
libtango8_8.1.2c+dfsg-5_i386.deb
 6c1b11ce053a8956c53ec5410715876fc73e5338 144198 
libtango8-dev_8.1.2c+dfsg-5_i386.deb
 116c04fd467e1828f271df1f6ab740eff563e101 20591456 
libtango8-dbg_8.1.2c+dfsg-5_i386.deb
 1acac9cc27fae9b141403a54fc5ea4f6d24cafa4 1917088 
libtango8-doc_8.1.2c+dfsg-5_all.deb
 d23b21e8d47f944fd40c8fba661a924aa1c89601 24562 
libtango-tools_8.1.2c+dfsg-5_i386.deb
 65c2c8bfac57deeaa02e46f2875333ec97cf9f5a 7842 
tango-common_8.1.2c+dfsg-5_all.deb
 c35a417edda97e34fe8afd5c0ac5b392394476e7 168636 tango-db_8.1.2c+dfsg-5_i386.deb
 9a405c3db5ceea40245d6b21c68c9c7e41bb784f 2078800 
tango-db-dbg_8.1.2c+dfsg-5_i386.deb
 6c8afffb891f5cacc836bc7cafcabd4a7e7ad36b 89208 
tango-starter_8.1.2c+dfsg-5_i386.deb
 fcc84c677c9292bbd00c26439318822c9db4d2a1 2318224 
tango-starter-dbg_8.1.2c+dfsg-5_i386.deb
 639fe43ccd1eda8468b40e86afab362ea8f12d0d 60354 
tango-accesscontrol_8.1.2c+dfsg-5_i386.deb
 0dfdf3792bb7ae298ef9250a4c476ac4f7ef95b5 1895662 
tango-accesscontrol-dbg_8.1.2c+dfsg-5_i386.deb
 31ad641bc6109cca574a596178e052b99738e8fd 57330 
tango-test_8.1.2c+dfsg-5_i386.deb
 97f73cfe57c9f4751870f36f385dc6c7225ca2ce 1641944 
tango-test-dbg_8.1.2c+dfsg-5_i386.deb
Checksums-Sha256: 
 c23802b4efc8edef8a9188f4469f407599cf44717c226b93fd12e4a6e4495a1d 2226 
tango_8.1.2c+dfsg-5.dsc
 fd17dc082f80138cc045e1d34921f622213dabd11f94d61ccc145ad5745dd463 24272 
tango_8.1.2c+dfsg-5.debian.tar.xz
 89ffb827e637d5e5084403978ac6a68959eaab6073de5324d3cd677b3cdcc0b0 43280 
liblog4tango5_8.1.2c+dfsg-5_i386.deb
 2d6c8ed0a559a0ed1b820a0d66289a3f534329da6d91df0bba889de7d5147d7e 21084 
liblog4tango5-dev_8.1.2c+dfsg-5_i386.deb
 854814d790cbc48b7f7d716449073062de5ac712cce66de907ad96265109a6a9 258112 
liblog4tango5-dbg_8.1.2c+dfsg-5_i386.deb
 db98c5c79960b95534c94e24ca341d75e50d9d55e76e7e93b2651ccb1f4dbfba 122250 
liblog4tango5-doc_8.1.2c+dfsg-5_all.deb
 377f8967d690472a3ab52befeaad389f7f6a0ec1d820850236240ad4c29a3d84 1128692 
libtango8_8.1.2c+dfsg-5_i386.deb
 e8b1f0b74983ffdc935dfc5b19c954e9751757fd9b66017681052f2c5f549156 144198 
libtango8-dev_8.1.2c+dfsg-5_i386.deb
 

Accepted vim-snippets 1.0.0-3 (source all)

2014-07-17 Thread Andrea Capriotti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 16:21:26 +0200
Source: vim-snippets
Binary: vim-snippets
Architecture: source all
Version: 1.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Andrea Capriotti capri...@debian.org
Changed-By: Andrea Capriotti capri...@debian.org
Description:
 vim-snippets - Snippets files for various programming languages.
Changes:
 vim-snippets (1.0.0-3) unstable; urgency=low
 .
   * Added Vcs field in debian/control
   * Removed boilerplate comments from debian/watch
Checksums-Sha1:
 a169ecd7e6d038704a16edb81a5d688f7771f6f3 1252 vim-snippets_1.0.0-3.dsc
 75bb9d467dc0a57b9c24d8fe1561a231ee3c389b 3564 
vim-snippets_1.0.0-3.debian.tar.xz
 e4f4e33dc584f5414a533f00aff9191a1ec26aa3 119032 vim-snippets_1.0.0-3_all.deb
Checksums-Sha256:
 a837dcc0ac408ab5b13adb5f0f4b1231278c07416d0491d7a988428f5867752b 1252 
vim-snippets_1.0.0-3.dsc
 9be2eebd5d51b38f627d111999522fe6edd934f88ac4071e3183e6ba9b27da8d 3564 
vim-snippets_1.0.0-3.debian.tar.xz
 a67cdead8b9c17b758f0a14a42d9d230990ac2ef41cfe39d034b926ed6a90c45 119032 
vim-snippets_1.0.0-3_all.deb
Files:
 5954605f9c26f4c9e7256e3b0b64a41e 119032 editors extra 
vim-snippets_1.0.0-3_all.deb
 ae0de92bf030f81de31a1deb91ba8248 1252 editors extra vim-snippets_1.0.0-3.dsc
 2de9a04a77a692c6ef6435efed71a245 3564 editors extra 
vim-snippets_1.0.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPH3GIACgkQ4oPIaHg5igERKwCfRj9tn5uix3kqOeXCIFHHNZ6w
TqwAnicZJnAAsP7lXLaMh/UyAeuRBS4D
=OvWT
-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/e1x7o3p-0005lm...@franck.debian.org



Accepted apper 0.8.2-3 (source amd64 all)

2014-07-17 Thread Matthias Klumpp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Jul 2014 14:12:08 +0200
Source: apper
Binary: apper apper-data apper-dbg
Architecture: source amd64 all
Version: 0.8.2-3
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klumpp m...@debian.org
Changed-By: Matthias Klumpp m...@debian.org
Description:
 apper  - KDE package management tool using PackageKit
 apper-data - KDE package management tool using PackageKit (data files)
 apper-dbg  - Debugging symbols for Apper
Changes:
 apper (0.8.2-3) unstable; urgency=medium
 .
   * Add patch to compile against AppStream 0.7
Checksums-Sha1:
 acb9ebe72721a03af59e00fa3402acf6bd2e35a7 2179 apper_0.8.2-3.dsc
 90fa86852d05835203866aa121e53fdcb75791c3 5036 apper_0.8.2-3.debian.tar.xz
 137f6f7f0e40b775f613d4ba3dc265a34828c1b9 280616 apper_0.8.2-3_amd64.deb
 300be524be5fb0bd5ae748a690ae72c4193de57b 611250 apper-data_0.8.2-3_all.deb
 8ea5681f99879896ff6ae92250632cc0ed946035 6429794 apper-dbg_0.8.2-3_amd64.deb
Checksums-Sha256:
 42f7f6e0dd3d72a05236ef573dadced37c3d59ff5240be77d03fc9b09031027d 2179 
apper_0.8.2-3.dsc
 825c89c7cd40a2977c566a9da578c8e982208e555e744fcd2e37adc1daac455f 5036 
apper_0.8.2-3.debian.tar.xz
 5d823c18bbb6344c4ab3e3b3089149a9f37ee666735f3e9d46b91bcc71fa4585 280616 
apper_0.8.2-3_amd64.deb
 1dfd8855a9163effb732b689fa3131bc134c499f2e560fec632597d751fe1998 611250 
apper-data_0.8.2-3_all.deb
 b9c266d108a803c42c314bfdc87dbd0e9b417999a6a93a6441dfd13ada3f5127 6429794 
apper-dbg_0.8.2-3_amd64.deb
Files:
 0ab58a0426308d53cffce744a25ca05e 280616 kde optional apper_0.8.2-3_amd64.deb
 b73590b28f1348411afa062f339c4829 611250 kde optional apper-data_0.8.2-3_all.deb
 3031e045ec5d6914affc6ae2af6dc645 6429794 debug extra 
apper-dbg_0.8.2-3_amd64.deb
 252e5fcd613cbb492ad3a715ab05f7c6 2179 kde optional apper_0.8.2-3.dsc
 21f140447fb27565461cff21841a0e31 5036 kde optional apper_0.8.2-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTx/P8AAoJEElMil+/TezrVooP/R3GTv1RWGBlYv8wWul70ise
sWjdVocCfv2UE+5GcLbGfBBUF71F8xCwogZFIVtUkK9sOBfkxxzy6L/VAxTIicQs
JsA0A3VnhtP0nxDjL2sjtj7YhWHGpHe7cWQDEnX65FmD0+pPL0MR7NckrtyPsiqo
mVEwmzO+T3VZDwpPskORRls/gRIpXuvLO3Y+GmFkPtqK6JNeVWcyfj+azZvuynE0
nQnqp7KFbQ/kOS02oNdjbbE0rkkWe15EIYDJ05etLrR3HBmrrA2BPcweCMJxD7Hz
u2fe6VULIacHelrNy3rvPGib2dYfJvaZ9q6HMFRBQr6bOHqpJu93Wum0xS6oV5+z
KXy2EVgJHph2VjX4H3RWbsVFnb3R0SLpPKrw29+hsN3SAmZ7B/6ksUTHBu5tg2wj
58WgqEd2D0zeB7Lm68TQo2AXvE09pm3oXZ8kd0TvQgaCsBcRQqfZCH6INY70mvsP
ughYln1lhHPBRzIvcvhyYPx4LRQl/wj0O1dLe/cQxLOh7Xmk+5c5WujVV/TrKV8V
YgDsMWlL86qgzrI8oGEI+z9T93v5+3E7KE7QMczAh+84Hd+3Vwbk0IeWs7tRWv1r
vaKvGunkVIl13Reb8kCfxGExUoJ/VLA2zvOHPMD39bPv/ZF60dhjDtq3MrZ/tSLy
N6RSXyeq1QNkiLMazYmk
=kEbN
-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/e1x7oqj-0007wj...@franck.debian.org



Accepted git-annex 5.20140717 (source amd64)

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

Format: 1.8
Date: Thu, 17 Jul 2014 11:27:25 -0400
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20140717
Distribution: unstable
Urgency: high
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
Closes: 754608
Changes:
 git-annex (5.20140717) unstable; urgency=high
 .
   * Fix minor FD leak in journal code. Closes: #754608
   * direct: Fix handling of case where a work tree subdirectory cannot
 be written to due to permissions.
   * migrate: Avoid re-checksumming when migrating from hashE to hash backend.
   * uninit: Avoid failing final removal in some direct mode repositories
 due to file modes.
   * S3: Deal with AWS ACL configurations that do not allow creating or
 checking the location of a bucket, but only reading and writing content to
 it.
   * resolvemerge: New plumbing command that runs the automatic merge conflict
 resolver.
   * Deal with change in git 2.0 that made indirect mode merge conflict
 resolution leave behind old files.
   * sync: Fix git sync with local git remotes even when they don't have an
 annex.uuid set. (The assistant already did so.)
   * Set gcrypt-publish-participants when setting up a gcrypt repository,
 to avoid unncessary passphrase prompts.
 This is a security/usability tradeoff. To avoid exposing the gpg key
 ids who can decrypt the repository, users can unset
 gcrypt-publish-participants.
   * Install nautilus hooks even when ~/.local/share/nautilus/ does not yet
 exist, since it is not automatically created for Gnome 3 users.
   * Windows: Move .vbs files out of git\bin, to avoid that being in the
 PATH, which caused some weird breakage. (Thanks, divB)
   * Windows: Fix locking issue that prevented the webapp starting
 (since 5.20140707).
Checksums-Sha1:
 94b7b22fbd338d9eb36b5ffc0e5d76e483433935 3869 git-annex_5.20140717.dsc
 5102d38ce36c73b1b6078219ed4a6395dcd83691 5593605 git-annex_5.20140717.tar.gz
 e5ac80a6f386243ca95b0a28e768245771aeaa63 8312378 git-annex_5.20140717_amd64.deb
Checksums-Sha256:
 038083d3fb6b15bc2003c7cb33a4922e828219790f1e64f30f7e060ed01fe4ba 3869 
git-annex_5.20140717.dsc
 96fa740fd8b11bdb39af30112abb4184e6e7aecac575c506150b831503b19002 5593605 
git-annex_5.20140717.tar.gz
 5786657e39b11399c61ccbdac58e290bf32371279690858393bbfc02f7d34a27 8312378 
git-annex_5.20140717_amd64.deb
Files:
 0422d7e749a0fe77de8c96e230b78567 8312378 utils optional 
git-annex_5.20140717_amd64.deb
 a8b2eaf98a304254bc8947c46336c314 3869 utils optional git-annex_5.20140717.dsc
 3afa0002c437b5779675380cd417522c 5593605 utils optional 
git-annex_5.20140717.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU8fxV8kQ2SIlEuPHAQLYIg/+NrWx29DouIRr1ZvDtuPFlTFu3yvzmLnQ
2D2qk7Vu4gFhi7qUIu3B7jnlujzzG3WCSU+sKKoL2xDtGyRD3s/4IWtzFRQwpYnx
SdVWVqMGinDkLCAw3Na17q4mt7yxvYtzedM0eQsPEFhs1FI3B2ScNWIfyQR38Zx6
NzsA6uqElysZw5rBbRDEBNnKSWbbni1h8UY78DSXdeF1AU6P+bEp2exdpn6dDM3+
jruRelhv6MqviFHRe+AYlU4BB7ycCgPOJ4iZIm8a84uLuOKZUe2CmffPleYFJtCy
IkSkdmqq7IJeL8nj8fA3eh7OrushZ+J+y5podXXDiGRJiqX31lW1h7+/eYk54p+w
nLzauFCxVLbahXIhqMnR25NNAItJnkLwx7fOaXmA1+r68n2/gpYS+GeJn+5JClOO
OUpzZV+nc0VuEgfeh/ceMyCD+p7zALzktilL6J+bw9jQGWosyRq+58JjsCUSNZ1o
TYDk/HjDpfv1R/uqcXVYtWaWbeY6fbKiDUveGKFZp35BN0lmwkICQlLrvD/ie4qU
McvKK01YZzx+6qS6OFMCK1Ymt346e3x3Ky39p/bsCcFD8qbfMSRJ6TA+5j9zA6Fj
+X09uL4gHEwTHovaNUkJfB+1oTGmy8bznRfLcvlVxBfHU0uJ9ppRG9d0Zb/8StAK
wvwJsYm99pw=
=zgZm
-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/e1x7oqe-0007zk...@franck.debian.org



Accepted graphviz 2.38.0-2 (source all amd64)

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

Format: 1.8
Date: Thu, 17 Jul 2014 17:13:41 +0200
Source: graphviz
Binary: graphviz libgv-guile libgv-lua libgv-perl libgv-php5 libgv-python 
libgv-ruby libgv-tcl libcgraph6 libcdt5 libpathplan4 libgvc6 
libgvc6-plugins-gtk libgvpr2 libxdot4 libgraphviz-dev graphviz-doc graphviz-dev
Architecture: source all amd64
Version: 2.38.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Matthias Klose d...@debian.org
Description:
 graphviz   - rich set of graph drawing tools
 graphviz-dev - transitional package for graphviz-dev rename
 graphviz-doc - additional documentation for graphviz
 libcdt5- rich set of graph drawing tools - cdt library
 libcgraph6 - rich set of graph drawing tools - cgraph library
 libgraphviz-dev - graphviz libs and headers against which to build applications
 libgv-guile - Guile bindings for graphviz
 libgv-lua  - Lua bindings for graphviz
 libgv-perl - Perl bindings for graphviz
 libgv-php5 - PHP5 bindings for graphviz
 libgv-python - Python bindings for graphviz
 libgv-ruby - Ruby bindings for graphviz
 libgv-tcl  - Tcl bindings for graphviz
 libgvc6- rich set of graph drawing tools - gvc library
 libgvc6-plugins-gtk - rich set of graph drawing tools - gtk plugins
 libgvpr2   - rich set of graph drawing tools - gvpr library
 libpathplan4 - rich set of graph drawing tools - pathplan library
 libxdot4   - rich set of graph drawing tools - xdot library
Changes:
 graphviz (2.38.0-2) unstable; urgency=medium
 .
   * QA upload.
   * Add a simple autopkg test.
Checksums-Sha1:
 8187e825d634d88541a5ffe86d1f20058c62bc9f 2603 graphviz_2.38.0-2.dsc
 9450aaee5fb43fe7eb32cc63a39c50f2fb4c2274 42804 graphviz_2.38.0-2.debian.tar.xz
 848b37f58a8b6db31c26644305607e6a9b6be67d 3625098 graphviz-doc_2.38.0-2_all.deb
 f5a1318b92f83fd8d03b2698033628351652d600 50860 graphviz-dev_2.38.0-2_all.deb
 abe4d25517c928de77ab1c66840e5d68061679d6 1291674 graphviz_2.38.0-2_amd64.deb
 2b4fe02a29955ad0cde72724e3eaf2217fc6ed9e 69022 libgv-guile_2.38.0-2_amd64.deb
 3aea8bf03656416795729bc8cfb4e140b46f7cac 8 libgv-lua_2.38.0-2_amd64.deb
 cfa4020d3e6f82bd8e15cc85be4c549d76961983 83858 libgv-perl_2.38.0-2_amd64.deb
 302bf99f3e08d018a55446c847a53f41251e883b 74380 libgv-php5_2.38.0-2_amd64.deb
 2ff3dae8c2b07520f0f56c15c7ade4df213c3fd9 77766 libgv-python_2.38.0-2_amd64.deb
 d9acbaa47d993a36dece2b213aaaf044d808ce4e 72502 libgv-ruby_2.38.0-2_amd64.deb
 5280b344abcb8f596550f6747e3bbd3c127c370a 735086 libgv-tcl_2.38.0-2_amd64.deb
 9dfdbdbbe76c5dcfb31e7e55f7c89b9c31379927 84538 libcgraph6_2.38.0-2_amd64.deb
 c805a20e4136ee7f4e65879663a2e772851afbd9 62218 libcdt5_2.38.0-2_amd64.deb
 11aa39d1a754887b4c422c4afded1823b00203f9 65516 libpathplan4_2.38.0-2_amd64.deb
 cc76bc6be271d145f01a211b8585d801c6ef5b2a 632436 libgvc6_2.38.0-2_amd64.deb
 72c4b66597f6039c13a8a72b217e5bc0eadb8c3f 60054 
libgvc6-plugins-gtk_2.38.0-2_amd64.deb
 8831dfe2e83f283ccdaf3ed6ffc45c72743cca75 211734 libgvpr2_2.38.0-2_amd64.deb
 efa4bf02b1fd68bc5b58d345e6dc7ab580719f31 58284 libxdot4_2.38.0-2_amd64.deb
 ca2aadd66b0c3f6f04b9c7c544a8e32c117bf74d 101438 
libgraphviz-dev_2.38.0-2_amd64.deb
Checksums-Sha256:
 eab69a949c5c18e65c917385565eb1fbe16dfbdd5f03ab6af97322e54e532c3b 2603 
graphviz_2.38.0-2.dsc
 027d947099669a66ecdd8428a6864cf1baa09761608c28e12b79db4b0a286e51 42804 
graphviz_2.38.0-2.debian.tar.xz
 24b9cdcd7ca9bbcdcc34ec15e5abc72d8a7b5a4734793fe09a62d2f87d9fa73a 3625098 
graphviz-doc_2.38.0-2_all.deb
 a740581f3383b97ad5aafa7a5b12eef3e16a9a0ba305fc6ecfa578ec8480b86a 50860 
graphviz-dev_2.38.0-2_all.deb
 04c7afd2660f30531e48ab6f17fb2717d92a83ee2d5c876c7f100f0be34b185d 1291674 
graphviz_2.38.0-2_amd64.deb
 26ae8d56629462d78cab444ad083a96be8b36e4b6627756a69329425ec06fcf2 69022 
libgv-guile_2.38.0-2_amd64.deb
 d9b53b3357a938c3636c6ae47cbf503696cd33b82b4486b67e5152d09274317a 8 
libgv-lua_2.38.0-2_amd64.deb
 f5b093e98576d5d72b83b52c48fc9ec124754f7e622cad57f890f27659062b56 83858 
libgv-perl_2.38.0-2_amd64.deb
 f67494e9e08a9f1a1ee732357aca05b33d713bea6a6eed816b0583e46beeb786 74380 
libgv-php5_2.38.0-2_amd64.deb
 57a5d56cbefb56a8e441704ef2d95355b30a2157286a5dee64ed635b4095878a 77766 
libgv-python_2.38.0-2_amd64.deb
 045335334d27ac046be4fec31add04169f3370554af38d368af36dbbc9899f44 72502 
libgv-ruby_2.38.0-2_amd64.deb
 e1e741191b56c14273f5dc3eaffac0b1be13c5adb8fd89987d3e3136c8d50bb9 735086 
libgv-tcl_2.38.0-2_amd64.deb
 4ad167aa2ee23b4dd200ce492248858f41421b3188824e313511251f071899d1 84538 
libcgraph6_2.38.0-2_amd64.deb
 4470e7b473166b0d0a88debd9bc1b47eb10b939ab1ec0fe9947141f732ee409c 62218 
libcdt5_2.38.0-2_amd64.deb
 0a320db4b0e461b7e8301b9b89442e1b00b986ffaf8e2d1686814bced42bd2cd 65516 
libpathplan4_2.38.0-2_amd64.deb
 896e7074fa0395e7af6cbe333ded3597341e177e4407ab4004ca7693a58e71e6 632436 
libgvc6_2.38.0-2_amd64.deb
 8bf97883fc8342f8811b2ed46818ee9a5ec853d14a2a9b3d081ab2c2cd40c30e 60054 
libgvc6-plugins-gtk_2.38.0-2_amd64.deb
 

Accepted ruby-activeldap 4.0.2-1+exp1 (source all)

2014-07-17 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Jul 2014 17:28:45 +0200
Source: ruby-activeldap
Binary: ruby-activeldap ruby-activeldap-doc
Architecture: source all
Version: 4.0.2-1+exp1
Distribution: experimental
Urgency: medium
Maintainer: Marc Dequènes (Duck) d...@duckcorp.org
Changed-By: Ondřej Surý ond...@debian.org
Description:
 ruby-activeldap - ActiveLdap is a object-oriented API to LDAP
 ruby-activeldap-doc - ActiveLdap is a object-oriented API to LDAP -- API 
documentation
Changes:
 ruby-activeldap (4.0.2-1+exp1) experimental; urgency=medium
 .
   * Depend on ruby-active(support|model) (= 2:4.0.0) instead of
 ruby-active(support|model)-4.0 to allow smooth upgrade to rails 4.1
   * Team upload to experimental
Checksums-Sha1:
 dc1f7647916d61490e0dd86045193e94380b85e7 2277 ruby-activeldap_4.0.2-1+exp1.dsc
 33376f3c3c80308960e15b314d9783a03dcc32ee 6392 
ruby-activeldap_4.0.2-1+exp1.debian.tar.xz
 cdcecfc2ff04f572c8046663e44295b6488a44ae 97240 
ruby-activeldap_4.0.2-1+exp1_all.deb
 0b31e87c85dcf9d101cb8b34cba4020e0dd7af31 413064 
ruby-activeldap-doc_4.0.2-1+exp1_all.deb
Checksums-Sha256:
 659434ce91eabb3756891939fec3a6124c6a2c70b71c761548a416b2153bbb9e 2277 
ruby-activeldap_4.0.2-1+exp1.dsc
 e035f404a0739e4f1b2b726b7852251fc6579c4ac64df79cd81d165c26249d18 6392 
ruby-activeldap_4.0.2-1+exp1.debian.tar.xz
 3209d9604c721418185938c610cbe097fc9daa3dbbeb5c2e874b5d0d2264f165 97240 
ruby-activeldap_4.0.2-1+exp1_all.deb
 69f1e25a670b77830fb293519a4f1db701c7be85d8a09cf53d2ec4d4ad72b918 413064 
ruby-activeldap-doc_4.0.2-1+exp1_all.deb
Files:
 4873cf412304ac8e03bdb509c633d58f 97240 ruby optional 
ruby-activeldap_4.0.2-1+exp1_all.deb
 900d3a5ec39d2d59e07942f7e3c9e764 413064 doc optional 
ruby-activeldap-doc_4.0.2-1+exp1_all.deb
 c6d964f1b60590d0abe78e2cbe8c0339 2277 ruby optional 
ruby-activeldap_4.0.2-1+exp1.dsc
 6165930c10885b385228e6af5a5076b1 6392 ruby optional 
ruby-activeldap_4.0.2-1+exp1.debian.tar.xz

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

iQIcBAEBCAAGBQJTx/LwAAoJEAyZtw70/LsHQsIQAIxw199tn4gErdN5cVp9L24S
Wcqw570DwrDY7KRS/Nvw66mjM+d5AJVXwZaYhgNF2hE5WIxPedhDTnKCbPUGI3aP
ZfKlskp3yyK7gIf2IBOOBjq/BcBurqcZN/0sDfENe3KxKj37ieXQwK08XMnG31q8
u7ggMBsA64b0/X0k8up4Af88Ww9U5rz2iQS2C1yUhfQftnsr4bMvKeCrHvQA5bnw
w1gJPL5N7r2J92wQqbqFNqqrtUvzdHKLl98sWvRYH3L/zYQ8Zqifj29NeeYE+3jG
4HI8yWX9Dm2TbjzZWpY2tcV1o7aNWXRIQnzTHwqZAZyJ+PHD8vgs+8wr0+beL1bi
XGDGpqbF521n8mcklWTGKLidf1hWgkD189AhY5uHmAhbflnArGa+hF9viqwCjSxy
NQuFJlHs7mRyYp8vFHdPh7wudueBbj9L7ht/J9RyIdzelu2HIVK1JpVOZVPdrc7Y
RNmytYCaUrAyIhULVkQY5kK+/sOPTs/0XoH432AJCFc4boOMiIFrBjAJCML2V3k2
IWQv2oytMx9AxF7/VutGH1gSCfDzlw/EGOSL0YVlkn5EqhYjpG8jfsiF/xjh/ORt
qPJkVS4Cg1QzRZMr8IwCTgF/AR2f7EgsL+XJbMfumdkq9L0+ANSld+ZEhJQTPD2G
6XYL2bFM/vkc0t2tsPPb
=N8EW
-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/e1x7ore-0008vn...@franck.debian.org



Accepted php-guzzle-stream 1.3.0-1 (source all)

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

Format: 1.8
Date: Thu, 17 Jul 2014 11:53:32 -0400
Source: php-guzzle-stream
Binary: php-guzzle-stream
Architecture: source all
Version: 1.3.0-1
Distribution: unstable
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 (1.3.0-1) unstable; urgency=medium
 .
   [ Joel Wurtz ]
   * Do not clear cache when no uri for stream
 .
   [ Michael Dowling ]
   * Adding check to ensure that LimitStream does not return false from eof()
 when the underlying stream is exhausted
   * Updating stream wrapper to use a context option
   * Better handling of StreamInterface::detach()
   * Adding a conditional to ensure functions.php is not loaded twice
   * Adding a changelog
   * Added an AppendStream
 .
   [ David Prévot ]
   * Fix Vcs-* URLs
Checksums-Sha1:
 4eecd0005c8898defb363e798e1fdaf507d2cfe0 1825 php-guzzle-stream_1.3.0-1.dsc
 9d185ce00c76a07d7fdca33d72c7635be9a59f92 14148 
php-guzzle-stream_1.3.0.orig.tar.gz
 69734b727f1d1675373ef7f95a1e898b7f0e2db8 3252 
php-guzzle-stream_1.3.0-1.debian.tar.xz
 0489b3e645b76221c44f6a086d5dd875f23283b5 9474 php-guzzle-stream_1.3.0-1_all.deb
Checksums-Sha256:
 797f2ee47b8d4660fddb1ee95622e8fdecd89ad1703cee2684da470e635f8e5b 1825 
php-guzzle-stream_1.3.0-1.dsc
 55463c37454a156eb700727602b259b6434fbffa59afe8a632939f7c5d6886e0 14148 
php-guzzle-stream_1.3.0.orig.tar.gz
 5ddbf36d104c39955ea0025a2ba55fed7c3bb778d875eafefe7a5643201a7be9 3252 
php-guzzle-stream_1.3.0-1.debian.tar.xz
 1854493818e8b98046c114cc3527f179273bdb7fbc2b34c69e583f2189142a0a 9474 
php-guzzle-stream_1.3.0-1_all.deb
Files:
 b4f9cdf945e41a554f307d827a7e2a90 9474 php optional 
php-guzzle-stream_1.3.0-1_all.deb
 ef1c58bc7d1e5693fdfeae711d4cc485 1825 php optional 
php-guzzle-stream_1.3.0-1.dsc
 7fd9a34b47280c4e37c51627dca3f906 14148 php optional 
php-guzzle-stream_1.3.0.orig.tar.gz
 51f9a0504e805cbfc71bc67859cb1bc4 3252 php optional 
php-guzzle-stream_1.3.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTx/buAAoJEAWMHPlE9r08/j0H/3VHNFyXRMLMyEtZRreDNWYt
+bWNbC0tUjXzN/TE/TMTiUWdIpftWMX8QdDvtlXo31SVp2iA6hJywv+dVQxA8Zdo
VkrMU+912nA9Zmr1cXWZdn2PGtHKz5mmdW5ZxyNKa+hioSLyYF7/hPlOb7mzLxRo
VugXTnuKZkxav96HCMauYXdMPudC1Uj65BXYwly3oUxx7orMcJ/aphQW+5fhGCrQ
kb2E4piLDLSnBrTL/OAKA4wQWF+asDQ/LFFs+oPv+ySz3MZGxLs8ctIqWkAkfvJ2
okPYzmYVBr4v5WWo1+ixEPSIyP3zkR9ROaiyrSnylPOIfK2n8QIJxGhnD40YwjU=
=jG3q
-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/e1x7odb-0001ab...@franck.debian.org



Accepted aws-sdk-for-php 2.6.12-1 (source all)

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

Format: 1.8
Date: Thu, 17 Jul 2014 11:30:21 -0400
Source: aws-sdk-for-php
Binary: php-aws-sdk
Architecture: source all
Version: 2.6.12-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-aws-sdk - software development kit to build solutions for Amazon
Changes:
 aws-sdk-for-php (2.6.12-1) experimental; urgency=medium
 .
   [ Jeremy Lindblom ]
   * Added support for adding attachments to support case communications to the 
AWS Support API client.
   * Added support for credential reports and password rotation policies to the 
AWS IAM client.
   * Updated the Kinesis client to support 3 more regions.
   * Version bump for 2.6.12
Checksums-Sha1:
 e87027b85c46de1b4fd98c5846b6d48d8037 1770 aws-sdk-for-php_2.6.12-1.dsc
 043332bbce679aae4142c28e9ff4411929e9c078 1228480 
aws-sdk-for-php_2.6.12.orig.tar.gz
 38213d1eb7c33e8563bf9094f4802435cfa41078 19500 
aws-sdk-for-php_2.6.12-1.debian.tar.xz
 932fff1f1dff916309f4d362cddc50bfb6ed3450 394770 php-aws-sdk_2.6.12-1_all.deb
Checksums-Sha256:
 20bcab74bde26fe85a7c2b8c4a3789ac4fe93f1e4c77418a366953eb9c833386 1770 
aws-sdk-for-php_2.6.12-1.dsc
 6720d835c2b3907e788aad171552a473473aa4382f302c1b64adbcde1654eec4 1228480 
aws-sdk-for-php_2.6.12.orig.tar.gz
 405f0f6d723b434d459cd8379dc1529f24205d187344411922de2311acc3bcb9 19500 
aws-sdk-for-php_2.6.12-1.debian.tar.xz
 041ec9b3d279e7661d4d66d06927ff8e54dc1df255e49bd43239882d23c1272a 394770 
php-aws-sdk_2.6.12-1_all.deb
Files:
 02554a665fd9ca59f0f91bd55139cdb2 394770 php optional 
php-aws-sdk_2.6.12-1_all.deb
 810e562f1daecb12fc1e38ffc847db28 1770 php optional aws-sdk-for-php_2.6.12-1.dsc
 aa53f6c8c6949258563fdae606d0277d 1228480 php optional 
aws-sdk-for-php_2.6.12.orig.tar.gz
 be3e24bb7804136bed12036a0504bcf4 19500 php optional 
aws-sdk-for-php_2.6.12-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTx+1zAAoJEAWMHPlE9r08YnAH/3K/4FX20/49l9033EykBbBE
16fAS6T8pr4alkhC+jV6kGBe9Ecacr/jQHhAiYOoRfYHjmgoRE0l3SdXIfw0zoTO
EB1n34SnZfGJLdd/Nw8DJxnsLHNXEFR0fXI66LbRdmhEm21iDhKsR1z+NGuF7h/2
/bqCx9QRA41uh43Y6G2t9s9uYocpuK2aisnf090oOkBY5qBsigIfq3WHz51JZBMh
mqkOPPA7Bt0s9s+bcDpTwbKWVD1C/G3D1jfXLT/rguqitAyRE8qV+s5/dEPk0gM6
rMJ14P2ikp3ILoE6faDSW3htFQrRsDEphTQh9J4geDe9HjM8Jvrj9kFJ3XYIZVI=
=5P1V
-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/e1x7ocw-0001xu...@franck.debian.org



  1   2   >