Re: Epoch bump for bcachefs-tools

2024-05-06 Thread Emilio Pozuelo Monfort

On 26/04/2024 15:57, Jonathan Carter wrote:

Hi Debian Developers

In January, bcachefs[1] finally made it into the mainline Linux kernel as an 
experimental filesystem in to Linux 6.7


In 2022 something odd happened and the versions releases were 23 and 24 
(previously we had alpha versions in Debian that were just git snapshots) before 
reverting to 1.x.x release tags.


We released those higher numbers in Debian, which means that the current version 
in Debian, bcachefs-tools 1.7.0, has the upstream version number of 24~really1.7.0.


Since it's a filesystem (and experimental one at that), where the version number 
is quite important for both tools and humans alike (who might not understand the 
version number currently in use), I think it would be justified to bump the 
epoch of this package.


I'm mailing debian-devel before commiting such an epoch bump, as per our 
versioning policy[2].


Yesterday I made an upload with the 1.7.0 version to experimental, this version 
uses significantly more rust code compared to the old versions. If it doesn't 
manifest any major issues, I'd like to upload it to unstable along with the 
epoch bump.


That sounds fine. If this was a temporary thing (oops, I uploaded 1.8.0 but I 
have to revert to 1.7.0 since the new version requires kernel x.y) then +really 
is fine. But in this situation, let's just add an epoch and avoid the +really 
for the foreseeable future.


Cheers,
Emilio



Re: OpenMPI / MPI transition

2023-11-24 Thread Emilio Pozuelo Monfort

On 23/11/2023 14:14, Alastair McKinstry wrote:


On 23/11/2023 12:44, Drew Parsons wrote:

On 2023-11-23 12:13, Emilio Pozuelo Monfort wrote:

Hi,

On 23/11/2023 09:36, Alastair McKinstry wrote:

Hi,

OpenMPI has a new upstream release 5.0.0. It is in experimental now; the 
SOVERSION for libraries remains 40.X (minor version increment), there is  an 
SOVERSION increment for private libraries only so in theory this is not an 
ABI transition. However 5.0.0 drops 32-bit system support.


The default MPI implementation for each architecture is set in mpi-defaults; 
this allows a per-arch MPI choice; in practice we currently use OpenMPI for 
all archs. The other choice is MPICH.


So the question becomes: do we switch MPI for just 32-bit archs, or all? 
What are the release teams opinion on this transition?


Having the same implementation across the board makes things easier
for testing purposes et al, however I don't see that as a blocker for
not having separate implementations.


True, in one sense it's simpler to have the same default MPI.  But we've set 
up our package infrastructure so that in principle it should not matter.  One 
architecture does not (or should not) depend on another, so it shouldn't break 
packages just because we'd have different MPI implementations on different 
architectures.  On the contrary, "actively" using both implementations could 
lead to more robust packages overall as MPI bugs get fixed against both 
implementations.



What are your thoughts on it? Is there a strong reason why we should
stick with OpenMPI for 64bit releases? Or from a different POV, what
are the risks of changing the implementation? Introducing a different
set of bugs?


One point to consider is that upstream developers of several of our numerical 
libraries have time and again suggested to us that we use mpich instead of 
openmpi, even before this v5 shift. They perceive (rightly or wrongly) that 
mpich is more robust, more reliable.


It would be useful to know whether that changes with v5, or whether their 
complaints are historical and openmpi has already fixed the bugs that 
concerned them. mpich has had its own share of bugs over the years. My memory 
told me RMA support was an issue in openmpi, but when I checked my facts, it 
was mpich that had to be fixed (https://github.com/pmodels/mpich/issues/6110)


Drew

My understanding is that MPICH has been typically the reference implementation, 
higher quality but less performant, particularly with the range of fabrics. 
Certainly I've seen mostly OpenMPI but not MPICH on various HPC machines. People 
would use either OpenMPI or a vendors MPI (which may be forked MPICH with added 
network hardware support).


I'd really like to hear from upstream users whether they are still encountering 
OpenMPI issues.


Personally I favour splitting, using MPICH on 32-bit archs to flush out bugs, 
and doing so early in the dev cycle (now) so there is time to change if necessary.


Thank you both for your comments.

I don't think as the Release Team we have a preference one way or the other. 
We'll let you pick the approach that you consider better. Obviously the freeze 
is still a long ways off, so if something comes up it can be changed later.


Cheers,
Emilio



Re: OpenMPI / MPI transition

2023-11-23 Thread Emilio Pozuelo Monfort

Hi,

On 23/11/2023 09:36, Alastair McKinstry wrote:

Hi,

OpenMPI has a new upstream release 5.0.0. It is in experimental now; the 
SOVERSION for libraries remains 40.X (minor version increment), there is  an 
SOVERSION increment for private libraries only so in theory this is not an ABI 
transition. However 5.0.0 drops 32-bit system support.


The default MPI implementation for each architecture is set in mpi-defaults; 
this allows a per-arch MPI choice; in practice we currently use OpenMPI for all 
archs. The other choice is MPICH.


So the question becomes: do we switch MPI for just 32-bit archs, or all? What 
are the release teams opinion on this transition?


Having the same implementation across the board makes things easier for testing 
purposes et al, however I don't see that as a blocker for not having separate 
implementations.


What are your thoughts on it? Is there a strong reason why we should stick with 
OpenMPI for 64bit releases? Or from a different POV, what are the risks of 
changing the implementation? Introducing a different set of bugs?


For release architectures, the 32bit ones would be armel, armhf and i386.

Cheers,
Emilio



Re: RFP: virtme-ng -- Tool to build and run a kernel inside a virtualized snapshot of your live system

2023-05-11 Thread Emilio Pozuelo Monfort

On 09/05/2023 09:51, Andrea Righi wrote:

On Tue, May 09, 2023 at 09:30:54AM +0200, Héctor Orón Martínez wrote:

Hello,

   virtme already exists in Debian, what would be the benefit of virtme-ng
over virtme?

https://salsa.debian.org/debian/virtme

Regards


The original virtme project is not maintained anymore
(https://github.com/amluto/virtme), so we decided to fork the project
and continue the development / bug fixing in virtme-ng
(https://github.com/arighi/virtme-ng).


If the original project is no longer maintained, I'd suggest to keep the same 
name and move it into a github group, then invite the original author if he ever 
wants to come back. That way there's no need to add new packages with 
transitional packages in every distribution. That's e.g. what happened with 
terminator. Not sure if it's too late to do that in this specific case.


Cheers,
Emilio



Re: -ffile-prefix-map option and reproducibility

2023-02-08 Thread Emilio Pozuelo Monfort

On 07/02/2023 20:00, Sven Joachim wrote:

On 2023-02-07 17:50 +0100, Guillem Jover wrote:


On Tue, 2023-02-07 at 16:41:47 +0100, Stéphane Glondu wrote:

When building packages, a -ffile-prefix-map option is automatically injected
into CFLAGS. Where does it come from? Since when?


This is coming from dpkg-buildflags (in this case probably indirectly
via debhelper). AFAICS it was added in dpkg 1.19.1 disabled by default,
and then switched to enabled by default in dpkg 1.20.6 (see #974087).


I suspect this was added to improve reproducibility. Ironically, it makes
packages that capture this variable non reproducible, since the build path
seems to be randomized (has it always been the case? since when?). It is the
case of OCaml (see #1030785), and seemingly of R as well (found by grepping
in my /etc). I wouldn't be surprised other packages are affected as well.


AFAIR this was considered at the time, yes. If the flag is effectively
not fixing anything for the set of packages involved, and is in fact
actually making them unreproducible when they would not then, you can
disable the fixfilepath feature in the reproducible build flags area,
via DEB_BUILD_MAINT_OPTIONS.


This does not help for packages which capture all build flags and store
them in some file in the package (as is the case here).


What is the purpose of having the build flags in a file in the .deb?

Cheers,
Emilio



Re: Clarification regarding zlib1g-dev package for buster-slim s390x

2022-08-11 Thread Emilio Pozuelo Monfort

Hi Yasir,

On 11/08/2022 17:14, Yasir Ashfaq1 wrote:

Hi Team,

Hope you are doing well!

We are recently facing a problem installing zlib1g-dev package for 
s390x/debian:buster-slim tag.
Preinstalled zlib1g version for this tag is zlib1g/now 1:1.2.11.dfsg-1+deb10u1.
When we try to install zlib1g-dev, it is unable to do the same because 
available zlib1g-dev package is zlib1g-dev/oldstable 1:1.2.11.dfsg-1, which is 
an older version.
Due to this we get the following error :
zlib1g-dev : Depends: zlib1g (= 1:1.2.11.dfsg-1) but 1:1.2.11.dfsg-1+deb10u1 is 
to be installed

We confirmed the zlib1g-dev version used for buster for s390x on 
https://packages.debian.org/buster/zlib1g-dev

We also received below warning after ‘apt update’:
N: Skipping acquire of configured file 'main/binary-s390x/Packages' as 
repository 'http://security.debian.org/debian-security buster/updates 
InRelease' doesn't support architecture 's390x'

Could you please let us know why there is a discrepancy in version of zlib1g 
and zlib1g-dev package or whether there is a possibility that you have missed 
adding updates for s390x.


buster standard security support has ended as of August 1st. It's still 
supported by the LTS team, but for a limited set of architectures, which doesn't 
include s390x:


https://wiki.debian.org/LTS

Cheers,
Emilio



Re: Epoch bump for golang-github-valyala-fasthttp

2021-11-12 Thread Emilio Pozuelo Monfort

On 12/11/2021 16:26, Guillem Jover wrote:

On Fri, 2021-11-12 at 10:55:26 +0530, Pirate Praveen wrote:

On 12 November 2021 12:38:23 am IST, Guillem Jover  wrote:

The golang-github-valyala-fasthttp package used to have date-based
release numbers (current Debian version 20160617-2). Upstream has
since switched to semver (latest upstream version 1.31.0).

So the version scheme has been reset, and unfortunately given that no
prefix was used when initially packaging this, an epoch seems to be in
order now.

I'm planning on updating in the coming days to the latest upstream
release and bump the version using an epoch.


How about golang-github-valyala-fasthttp-v1 ?
Though it won't match import path, it can avoid the epoch.


While interesting, I think this might be worse. I'm not a fan of
epochs, but this is precisely the case they were intended for.


Indeed, I think an epoch bump here is sensible.

Cheers,
Emilio



Re: Proposed mass bug filing: packages without support for build-arch and build-indep

2021-11-06 Thread Emilio Pozuelo Monfort

On 06/11/2021 12:40, Simon McVittie wrote:

On Sat, 06 Nov 2021 at 11:31:25 +0100, Emilio Pozuelo Monfort wrote:

On 05/11/2021 21:22, Lucas Nussbaum wrote:

build-arch and build-indep are required targets according to Debian
Policy section 4.9.

...

Unfortunately this is only a warning in lintian, which might explain
why so many packages are still affected.


lintian should move those targets to the debian-rules-missing-required-target 
tag.


That request is #657390 (in cc).

When this was discussed some years ago, Niels Thykier pointed out that
debian-rules-missing-required-target is on the ftp team's list of Lintian
tags that cause automatic rejection[1], so making that change in Lintian
would make it impossible to do a sourceful upload of the affected packages
(for example to fix some unrelated RC issue) without also adding the
required targets.

This does not necessarily mean the Lintian change is a bad idea, it's just
something we should be aware of - expanding the scope of autorejections
should be intentional rather than accidental.


Ack, in that case let's wait until this mbf is done and some time is given for 
the packages to get fixed. After that, I think this should become an error and 
autorejection.


Cheers,
Emilio



Re: Proposed mass bug filing: packages without support for build-arch and build-indep

2021-11-06 Thread Emilio Pozuelo Monfort

Hi Lucas,

On 05/11/2021 21:22, Lucas Nussbaum wrote:

Hi,

I'd like to propose a MBF with severity:serious for the above issue.
build-arch and build-indep are required targets according to Debian
Policy section 4.9.  This rule was introduced in Policy version 3.9.4,
released in 2012.
https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules

There are 421 affected packages in unstable (389 in testing as of
2021-10-01).
The list of affected packages according to lintian is
https://lintian.debian.org/tags/debian-rules-missing-recommended-target
A dd-list is included below.


Thanks for looking at this.


Unfortunately this is only a warning in lintian, which might explain
why so many packages are still affected.


lintian should move those targets to the debian-rules-missing-required-target 
tag.


I have no strong feelings about this requirement, but I see it as a good
opportunity to identify packages whose packaging probably need a
refresh. Therefore it is a good target, especially at the beginning of a
release cycle, to either update old cruft or get it removed from the
next stable release.

This topic was raised back in April on debian-qa@, and saw no
objection back then. See
https://lists.debian.org/debian-qa/2021/04/msg00014.html (the thread
included other topics).

The bug template I plan to use is included below.

I would prefer to file bugs directly with severity:serious, but I'm fine
with starting with severity:important and bumping severity after a month
or two if the release team prefers it, of course.


I think severity serious is fine if you use an appropriate Version so that this 
won't block testing migration. I would still prefer if this was filed at 
important severity, and raised to serious after a month or so.


Cheers,
Emilio



Re: Adding an epoch to the 'steam' package

2021-08-17 Thread Emilio Pozuelo Monfort

On 16/08/2021 16:08, Simon McVittie wrote:

Before Valve's Steam game distribution platform became available on
Linux, the Debian source package name 'steam' was used by an unrelated
package sTeam, an "environment for cooperative knowledge managment"
(a wiki and related software). sTeam was removed from Debian in 2010,
and from Ubuntu in 2013. Valve's Steam was subsequently packaged for
Debian, also in 2013, reusing the 'steam' name.

sTeam had version numbers higher than Valve's Steam, and Launchpad is
stricter about monotonically increasing version numbers than dak is, so
Ubuntu added a 1: epoch to their 'steam' package when Valve's Steam
was introduced into Ubuntu.

This meant that the Ubuntu package superseded the native package
distributed by Valve, even if it was a lower version than Valve's, which
was needlessly confusing. As a result, Valve's native package now has the
same epoch as the Ubuntu package.

I would like to add the same 1: epoch to the steam package in Debian
and all of its binary packages, so that all of our version numbers
(Valve's, Debian's and Ubuntu's) are directly comparable again. This
would allow Ubuntu to sync the steam package from Debian unmodified,
if there are no functional changes that they need to make (at the moment
there are, but I intend to work on reducing or eliminating those during
the bookworm cycle).

As a side benefit from this, snapshot.debian.org would work properly again
(at the moment, it lists the historical sTeam as newer than Valve's Steam).


Sounds reasonable.

Cheers,
Emilio



Re: Backports needed for Firefox/Thunderbird ESR 78 in Buster/Stretch

2020-09-20 Thread Emilio Pozuelo Monfort
On 20/09/2020 11:33, Félix Sipma wrote:
> Hello Emilio and others,
> 
> On 2020-09-10 19:32+0200, Emilio Pozuelo Monfort wrote:
>> I'm currently attempting a build of Firefox 78.2.0 ESR for buster. If that 
>> goes
>> well I'll start uploading things to buster (coordinating with the SRMs).
> 
> Was the build successful? Did you also try to build Thunderbird? Is there
> something else missing?

Yes, the Firefox build was successful and my runtime tests have been good too.

We're working on fixing the toolchain on mips* now (thanks to Aurelien), but
other than that there shouldn't be anything missing at this point with the
recent upload of rust-cbindgen.

I haven't managed to bootstrap rustc 1.41 on armel, that's not an issue for
FF/TB as they can't build on armel due to the lack of nodejs, but it's a problem
for armel itself if at some point an update to rustc is needed (e.g. to fix a
security bug). If someone can help with that front, please see the rustc pu bug
(#970132) and get in touch.

I haven't looked at Thunderbird yet (see Carsten's message) but the toolchain
should be the same, so in that regard we should be good.

Cheers,
Emilio



Re: Backports needed for Firefox/Thunderbird ESR 78 in Buster/Stretch

2020-09-10 Thread Emilio Pozuelo Monfort
On 01/09/2020 19:17, Moritz Muehlenhoff wrote:
> On Tue, Sep 01, 2020 at 04:35:42PM +0200, Emilio Pozuelo Monfort wrote:
>> On 01/09/2020 14:05, Christoph Martin wrote:
>>> Hi,
>>>
>>> I am not shure if I can help, but I can try and have a look at it.
>>>
>>> Yes please upload your LLVM9 and wasi-libc backports.
>>
>> fwiw I started to look at this and have an LLVM 10 backport ready. Should we 
>> go
>> with that instead?
> 
> I'm fine either way. 
> 
>> It may be more future-proof, in case we need it for a future
>> rustc for the next ESR bump.
> 
> My gut feeling is the next ESR thing will need LLVM 11 or so, but happy to
> be proven wrong :-) So maybe let's directly move to 10 directly.
> 
> Once uploaded and acked threw NEW, I'll upload wasi-lib rebuilt against
> LLVM, then.

Status update:

- I've got a rustc bootstrap build (using upstream binaries) ready for
buster/stretch, using LLVM 7 and no wasi-libc.
- cargo using the above rustc and buster/stretch's cargo (no bootstrap 
necessary)
- cbindgen building with the above

That avoids the LLVM 9/10 update for this round.

I'm currently attempting a build of Firefox 78.2.0 ESR for buster. If that goes
well I'll start uploading things to buster (coordinating with the SRMs).

Cheers,
Emilio



Re: Backports needed for Firefox/Thunderbird ESR 78 in Buster/Stretch

2020-09-01 Thread Emilio Pozuelo Monfort
On 01/09/2020 14:05, Christoph Martin wrote:
> Hi,
> 
> I am not shure if I can help, but I can try and have a look at it.
> 
> Yes please upload your LLVM9 and wasi-libc backports.

fwiw I started to look at this and have an LLVM 10 backport ready. Should we go
with that instead? It may be more future-proof, in case we need it for a future
rustc for the next ESR bump.

Cheers,
Emilio

> 
> Regards
> Christoph
> 
> Am 31.08.20 um 20:26 schrieb Moritz Mühlenhoff:
>>
>>> I think we can reuse the same approach as before, by staging uploads
>>> in -proposed-updates (or on stretch-security respectively) and then
>>> configure the security chroots to use -proposed-updates until 10.6
>>> is eventually released.
>>
>> I can upload my backports of LLVM and wasi-libc, but this still needs a 
>> volunteer for
>> the remaining parts (rustc/cargo) if we want to have firefox-esr / 
>> thunderbird
>> in Buster after the end of ESR68.
>>
> 
> Christoph
> 



Re: introducing an epoch for src:debian-security-support

2020-08-19 Thread Emilio Pozuelo Monfort
On 17/08/2020 12:01, Holger Levsen wrote:
> hi,
> 
>  debian-security-support | 2019.12.12~deb8u2  | jessie-security  | 
> source, all
>  debian-security-support | 2020.06.21~deb9u1  | stretch  | 
> source, all
>  debian-security-support | 2020.06.21~deb10u1 | buster   | 
> source, all
>  debian-security-support | 2020.07.12 | bullseye | 
> source, all
>  debian-security-support | 2020.07.12 | sid  | 
> source, all
> 
> is what we currently have in the archive and which is a bit of a hassle to
> maintain due to keeping version constraints sane (=newer releases should 
> always
> have higher versions) and since rather frequently there are changes only
> affecting older releases (so one has to upload to sid first, then do a stable 
> update and then update oldstable to propagate something which is only relevant
> for oldstable atm.)
> 
> Hence I propose to bump the epoch and introduce this versioning scheme:
> 
> sid:  0:11~2020.08.17
> bullseye: 0:11~2020.08.17
> buster:   0:10~2020.08.17
> stretch:  0:9~2020.08.17
> and so on.

A 0 epoch is equal to no epoch, so you need 1: here.

btw why keep the dates? I'd just do something like 11-1, 10-3, 9-5... The date
is still in the changelog if someone needs to look at it, but I don't think it
conveys any special information here. Anyway that's up to you. The epoch sounds
good to me to disentangle the updates as most of the time updates to d-s-s need
to happen to older releases, which carry older versions of packages, which are
no longer sustainable to maintain.

Cheers,
Emilio



Re: Python3 modules not built for all supported Python versions

2020-03-30 Thread Emilio Pozuelo Monfort
On 30/03/2020 16:08, Simon McVittie wrote:
> On Mon, 30 Mar 2020 at 15:30:01 +0200, Johannes Schauer wrote:
>> does this mean that build-depending on python3-dev is wrong in general and
>> should instead be replaced by build-depending on python3-all-dev?
> 
> It is only wrong for packages that build Python 3 extensions (binary
> modules) that are intended to be loadable by all supported Python
> 3 versions (roughly: `find /usr/lib/python3/dist-packages -name '*.so'`).
> 
> For packages that embed Python 3, like the versions of vim that
> have Python scripting support, or packages that use a Python 3
> extension as an internal implementation detail of some tool, like
> gobject-introspection, my understanding is that build-depending
> on python3-dev continues to be appropriate. These extensions would
> ideally be installed in a private directory, like gobject-introspection's
> /usr/lib/x86_64-linux-gnu/gobject-introspection/giscanner/_giscanner.cpython-38-x86_64-linux-gnu.so
> - but I know some upstreams and some downstream maintainers (arguably
> incorrectly) package private extensions as though they were public
> extensions, because the mechanics of doing so are much simpler.
> 
>> For example the package src:ros-geometry2 has a super simple
>> dh-style rules file, basically just doing:
>>
>> %:
>>  dh $@ --buildsystem=cmake --with python3
>>
>> What would I have to change to successfully fix this problem?
> 
> The general answer is that you would have to build it repeatedly in a
> loop, with each supported version of Python 3 in turn. I am not aware
> of a way to do this in a similarly simple rules file.

I've heard pybuild now has a cmake backend, so theoretically you could do
something like

%:
dh $@ --buildsystem=pybuild --system=cmake

Since I couldn't find any package in the archive that used pybuild with the
cmake backend, I have looked at this specific package and came up with the
attached debdiff. I added the dh_auto_install hack because the cmake build
system creates the python extension as _tf2.so, and is only renamed by
dh_python3 (as can be seen in current build logs). However when building for
both python3.7 and python3.8, the last installation will override the former,
and only one _tf2.so will be available.

However that workaround proved to not be enough, because dh_install3 renames
both the 3.7 and 3.8 versions as 3.8:

make[2]: Leaving directory 
'/build/ros-geometry2-0.6.6/.pybuild/cpython3_3.7/build'
I: pybuild pybuild:310: dh_python3
I: dh_python3 fs:343: renaming _tf2.so to _tf2.cpython-38-x86_64-linux-gnu.so
[...]
make[2]: Leaving directory 
'/build/ros-geometry2-0.6.6/.pybuild/cpython3_3.8/build'
I: pybuild pybuild:310: dh_python3
W: dh_python3 fs:340: destination file exist, cannot rename _tf2.so to
_tf2.cpython-38-x86_64-linux-gnu.so

Resulting in these installed files:

-rw-r--r-- root/root 69112 2020-03-30 14:56
./usr/lib/python3/dist-packages/tf2_py/_tf2.cpython-38-x86_64-linux-gnu.so
-rw-r--r-- root/root 69128 2020-03-30 14:56
./usr/lib/python3/dist-packages/tf2_py/_tf2.so

I don't know if I'm missing an argument to dh_python3 so that it knows the
python version, or even if there's a better workaround. But perhaps pybuild
should be doing this automatically between the dh_auto_install calls so that
this kind of workarounds aren't necessary.

Piotr, is this a bug in pybuild, or am I doing something wrong?

Cheers,
Emilio
diff -Nru ros-geometry2-0.6.6/debian/changelog 
ros-geometry2-0.6.6/debian/changelog
--- ros-geometry2-0.6.6/debian/changelog2020-01-18 21:51:17.0 
+0100
+++ ros-geometry2-0.6.6/debian/changelog2020-03-30 16:56:18.0 
+0200
@@ -1,3 +1,10 @@
+ros-geometry2 (0.6.6-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build for all supported versions of python3.
+
+ -- Emilio Pozuelo Monfort   Mon, 30 Mar 2020 16:56:18 +0200
+
 ros-geometry2 (0.6.6-1) unstable; urgency=medium
 
   * New upstream version 0.6.6
diff -Nru ros-geometry2-0.6.6/debian/control ros-geometry2-0.6.6/debian/control
--- ros-geometry2-0.6.6/debian/control  2020-01-18 21:51:17.0 +0100
+++ ros-geometry2-0.6.6/debian/control  2020-03-30 16:56:18.0 +0200
@@ -6,7 +6,7 @@
Leopold Palomo-Avellaneda 
 Build-Depends: debhelper-compat (= 12), dh-exec,
catkin (>= 0.7.14-4), libroscpp-core-dev, 
ros-message-generation, libstd-msgs-dev,
-   python3-dev, python3-setuptools, dh-python,
+   python3-all-dev, python3-setuptools, dh-python,
libgeometry-msgs-dev, ros-actionlib-msgs,
libconsole-bridge-dev, python3-rospy (>= 1.14.3+ds1-7), 
python3-rosgraph (>= 1.14.3+ds1-7),
libactionlib-dev, librosconsole-dev,
diff -Nru ros-geometry2-0.6.6/debian/rules ros-geometry2-0.6.6/debian/rules
--- ros-geometry2-0.6.6/d

Python3 modules not built for all supported Python versions

2020-03-30 Thread Emilio Pozuelo Monfort
Hi,

We've just finished the transition to python3.8 as the default python3
interpreter, which was a bit difficult due to some autopkgtest regressions in a
few rdeps, and to the fact that many modules only build their extensions for the
default python version, which means they have a strict dependency on the python3
version[1] and they need to be rebuilt and migrated in lockstep with
python3-defaults.

I have analyzed this based on current sid amd64 contents and have come up with
the following packages that don't ship extensions for both py3.7 and 3.8 (which
are the currently supported versions). Note that pure python packages that don't
build C extensions are not affected.

It would be great if this situation can be improved in order to help with future
python transitions. Building for all the supported python versions can be done
by build-depending on python3-all-dev and compiling your package (or just the
python bits) with PYTHON pointing to each version. Depending on your package's
build system, this could be largely automated using some helper, such as
pybuild. If you don't know how to add support for your package, feel free to 
ask.

Cheers,
Emilio

[1] e.g. python3 (>= 3.7), python3 (<< 3.8)


"Adam C. Powell, IV" 
   netgen (U)

A. Maitland Bottoms 
   gr-air-modes
   gr-fcdproplus (U)
   gr-fosphor
   gr-gsm (U)
   gr-iio
   gr-iqbal
   gr-limesdr (U)
   gr-osmosdr
   gr-rds
   quisk (U)
   uhd

Adam Borowski 
   btrfs-progs

Agustin Henze 
   logbook

Alan Boudreault 
   mapserver (U)

Alastair McKinstry 
   ecflow
   pyferret
   xdmf

Anders Waananen 
   nordugrid-arc (U)

Andreas Bombe 
   gr-limesdr (U)
   soapysdr (U)

Andreas Metzler 
   hugin (U)
   libvigraimpex (U)

Andreas Tille 
   atropos (U)
   conda-package-handling (U)
   epigrass (U)
   libsbml (U)
   obitools (U)
   python-thinc (U)
   umis (U)

Andrew Bartlett 
   samba (U)

Andrius Merkys 
   openbabel (U)

Anthony Wong 
   pycangjie (U)

Anton Gladky 
   python-demgengeo (U)

Aron Xu 
   ukui-menus (U)

Axel Beckert 
   gnudatalanguage (U)

Balint Reczey 
   libcec (U)

Barak A. Pearlmutter 
   mlpack (U)

Bas Couwenberg 
   mapserver (U)
   qgis (U)

Bastien Roucariès 
   pythonmagick (U)

Benjamin Drung 
   rdma-core

Bernd Zeimetz 
   ceph (U)

Boyuan Yang 
   libplist (U)

Carl Fürstenberg 
   pythonmagick (U)

Carsten Schoenert 
   kicad (U)
   kopanocore (U)

Ceph Packaging Team 
   ceph

Christoph Berg 
   gr-limesdr (U)
   gr-soapy (U)
   postgresql-multicorn (U)
   quisk (U)

Christoph Egger 
   fife (U)
   python-enet

Christopher Schramm 
   blueman

Daniel Kahn Gillmor 
   fontforge (U)

Daniel Leidert 
   openbabel (U)

Danny Edel 
   borgbackup (U)

Davide Viti 
   fontforge (U)

Debian 3D-Printer Packaging Team <3dprinter-gene...@lists.alioth.debian.org>
   printrun

Debian Astronomy Team 
   astrometry.net
   gnudatalanguage

Debian Borg Collective 
   borgbackup

Debian DNS Team 
   ldns

Debian Edu Packaging Team 
   sdaps

Debian Electronics Team 
   kicad

Debian Fonts Task Force 
   fontforge

Debian Fonts Task Force 
   psautohint

Debian Games Team 
   cegui-mk2
   fife

Debian GIS Project 
   mapserver
   qgis
   saga

Debian GNOME Maintainers 
   glom
   libpwquality

Debian Hamradio Maintainers 
   gr-fcdproplus
   gr-gsm
   gr-limesdr
   gr-soapy
   quisk
   soapysdr

Debian Input Method Team 
   pycangjie

Debian LibreOffice Maintainers 
   libixion
   liborcus

Debian Med Packaging Team 
   atropos
   biosig4c++
   conda-package-handling
   epigrass
   gdcm
   insighttoolkit4
   libsbml
   obitools
   pymia
   simpleitk
   umis
   vtk-dicom

Debian Multimedia Maintainers 
   csound
   libopenshot
   openvdb

Debian PhotoTools Maintainers 
   hugin
   opencolorio
   openimageio

Debian PostgreSQL Maintainers 
   postgresql-multicorn

Debian Printing Team 
   hplip

Debian Python Modules Team 
   portio
   pyodbc (U)
   pythonmagick

Debian QA Group 
   link-grammar

Debian Samba Maintainers 
   ldb
   samba
   talloc
   tdb

Debian Science Maintainers 
   caffe
   libvigraimpex
   mlpack
   netgen
   openturns
   orocos-kdl
   python-thinc
   ros-geometry2
   ros-image-common
   ros-ros-comm
   ros-rviz
   ros-vision-opencv
   siconos
   veusz

Debian Science Team 
   apertium
   apertium-lex-tools
   apriltag
   cg3
   cryptominisat
   getfem++
   lttoolbox
   morse-simulator
   neuron
   opencv
   plplot
   python-demgengeo
   sagemath
   vtk7

Debian Security Tools 
   libbde
   libesedb
   libevt
   libevtx
   libewf
   libfsapfs
   libfsntfs
   libfvde
   libfwnt
   libfwsi
   liblnk
   libmsiecf
   libolecf
   libpff
   libqcow
   libregf
   libscca
   libsigscan
   libsmdev
   libsmraw
   libvhdi
   libvmdk
   libvshadow
   libvslvm

Debian SSSD Team 
   sssd

Debian SSSD Team 
   pam-wrapper

Debichem Team 
   avogadrolibs
   chemps2
   openbabel
   rdkit

Deepak Tripathi 
   pyodbc

Denis Barbier 
   openturns (U)

Didier Raboud 
   hplip (U)

Dima Kogan 
   apriltag (U)

Dmitry Smirnov 
   

Accepted libnice 0.1.16-1 (source) into unstable

2019-10-16 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 Oct 2019 10:20:08 +0200
Source: libnice
Architecture: source
Version: 0.1.16-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Telepathy maintainers 

Changed-By: Emilio Pozuelo Monfort 
Closes: 941977
Changes:
 libnice (0.1.16-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release. Closes: #941977.
   * Remove Dafydd from uploaders.
   * Bump glib dependency.
   * libnice10.symbols: add Build-Depends-Package field.
   * libnice10.symbols: add new symbols.
   * Update Vcs for salsa.
Checksums-Sha1:
 dfe0d66bca2b9383d14832cc294f754c416c0e74 2405 libnice_0.1.16-1.dsc
 811f9ee1c98f3ddfdedf091cafdc3cb449f8330d 1059083 libnice_0.1.16.orig.tar.gz
 7810acb79840e53044252e356e53ad31c81aea78 16824 libnice_0.1.16-1.debian.tar.xz
 4b35bb78491e9f13cb0630163888eeb32cd4b5d7 5200 libnice_0.1.16-1_source.buildinfo
Checksums-Sha256:
 41aeaeb30b0c6dc31cf293e5259700bd7583781ebb5aee29e194608cebe43895 2405 
libnice_0.1.16-1.dsc
 06b678066f94dde595a4291588ed27acd085ee73775b8c4e8399e28c01eeefdf 1059083 
libnice_0.1.16.orig.tar.gz
 66742e2c4594b353e6ad1647038162220f69121f91e5cadcf0e576ab2459a937 16824 
libnice_0.1.16-1.debian.tar.xz
 45e90792e6da5df4c4ddc280a7bf4298c83b35cbad3568115032be6966c80e21 5200 
libnice_0.1.16-1_source.buildinfo
Files:
 63ae1957fdbc68eb243e4feb8abb5c8c 2405 libs optional libnice_0.1.16-1.dsc
 5ad936c43d3c6d33117b2c64982f2fd9 1059083 libs optional 
libnice_0.1.16.orig.tar.gz
 961ba1cf5d679958460ba66fccb36256 16824 libs optional 
libnice_0.1.16-1.debian.tar.xz
 031131c54b8a393dbc1e7e0980ec314c 5200 libs optional 
libnice_0.1.16-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAl2m0ucACgkQnUbEiOQ2
gwLIoRAAhoJy9wKYckrCNvVEa3n7Xk5kY8XiYwKj3E2vQsddyizjTNslMmuS/2Ra
fHGmE1i50aexxUyPIjcDE9QwrwZFxMP7A34g5HkOOkeB6YWwqSh4RlM3GWd7AwIB
cp930k6OEwkyk0u0i5kQ5LMuFGavuXwjPc2PXvUsdAERbGbtoVwutF84VOb2OKmI
kDVU7ii9cFokPWyGA/Lo9ySpalVXOCYeUmFQA/BG1Z0nKhflVDgiNLdUO5QxKI+m
mhNqC4NSF32eQ5Vw01Y3EhMf2SF3GjRiURdxg7PswS3OlIwFPr7DT3zg1869B+Fy
hoXPn1MXKBKqKINx2CBBCCLAt8Bk+oZA7gRTX9kUFqPbW1GoWibyUD+vGamR7EFl
bXg6bzuMCWv4OIdXWtYeFmDZVjyjpil9NiDDm288kkILV/stKnghWiRNfU/l3GQc
vr9FMtQl1WlL567vozmpwPlkN2mjRzzuwfo494EPZME7G79Rlj1i312LX65C1mqo
JlULiWTczUmt8vHyRga4tmQ0+sIrJeGyugyH6OC4VDYwZx8V90I1xpkk81KA5GE3
n3DWasIL6v9ix9/LsPyAD90r+HqVQJGRlkIvPe8KjlSsOwLw7kdeEoDyOTqVe7P1
BqMqgm4R23Nf44pRNIgl2vyd24L1jlTP40/oqyZQqG8brGNfk4M=
=CHb0
-END PGP SIGNATURE-



Accepted poppler 0.81.0-1 (source amd64 all) into experimental, experimental

2019-10-12 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Oct 2019 12:45:27 +0200
Source: poppler
Binary: gir1.2-poppler-0.18 libpoppler-cpp-dev libpoppler-cpp0v5 
libpoppler-cpp0v5-dbgsym libpoppler-dev libpoppler-glib-dev libpoppler-glib-doc 
libpoppler-glib8 libpoppler-glib8-dbgsym libpoppler-private-dev 
libpoppler-qt5-1 libpoppler-qt5-1-dbgsym libpoppler-qt5-dev libpoppler91 
libpoppler91-dbgsym poppler-utils poppler-utils-dbgsym
Architecture: source amd64 all
Version: 0.81.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler91 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Closes: 924617
Changes:
 poppler (0.81.0-1) experimental; urgency=medium
 .
   * New upstream release. Closes: #924617.
   * Remove patches applied upstream.
   * libpoppler82 -> libpoppler91.
   * Update cmake flag for the unstable headers.
   * Update README filename.
   * Update symbols files.
   * Update copyright holders.
Checksums-Sha1:
 5fb2e07fb1c922787f4562d9f266b25293af16c7 3254 poppler_0.81.0-1.dsc
 3b3e5b5a29ab88d573eaa35148a4eb242f41dc1c 1548944 poppler_0.81.0.orig.tar.xz
 4be92b2f1fa261ffe8fe167f49eeddfccc52594a 33564 poppler_0.81.0-1.debian.tar.xz
 2083e42d00fe0d6c01c2c6bbb428c18bf908175d 39108 
gir1.2-poppler-0.18_0.81.0-1_amd64.deb
 a0785556b197190b0f4cb2ebfcc1578f8a127170 29204 
libpoppler-cpp-dev_0.81.0-1_amd64.deb
 9d1563328afed8f463246504242569c889720c93 898504 
libpoppler-cpp0v5-dbgsym_0.81.0-1_amd64.deb
 810ba23fe0124df32be2beb89d633e232e5a539a 55140 
libpoppler-cpp0v5_0.81.0-1_amd64.deb
 1e4a322b879adf5b30c51889a6eaa50190b9554e 24084 
libpoppler-dev_0.81.0-1_amd64.deb
 882d342dd87d71bad7c6a400c8995377e4f33c02 79788 
libpoppler-glib-dev_0.81.0-1_amd64.deb
 2cdf437a12eaa619c7235d52d60c8ede24cb7e1f 96044 
libpoppler-glib-doc_0.81.0-1_all.deb
 c4c635c46379440cf843a7de6e6ae5fba2c6ccde 1747184 
libpoppler-glib8-dbgsym_0.81.0-1_amd64.deb
 8c2f947d66c9e9351f68f364d6c7451931e09f78 128192 
libpoppler-glib8_0.81.0-1_amd64.deb
 439ff1af877471ffda7c4cef7f734d087a573093 191032 
libpoppler-private-dev_0.81.0-1_amd64.deb
 483478f9b680fd5ca9cf2682eb787095f3b4cb3e 4756628 
libpoppler-qt5-1-dbgsym_0.81.0-1_amd64.deb
 15fef2c20f5d230653d0d805f0f5e3c1963eadf1 169328 
libpoppler-qt5-1_0.81.0-1_amd64.deb
 f9646005578881aab18933523950151109a5e877 54120 
libpoppler-qt5-dev_0.81.0-1_amd64.deb
 b7de0f242a046585dbffd438e15827177894164a 8108108 
libpoppler91-dbgsym_0.81.0-1_amd64.deb
 ca5d5c2bbeba6e98b7b27ff80bdf40ca4d0b2f62 1597744 
libpoppler91_0.81.0-1_amd64.deb
 47a35be5c980b9dfd44cd19095e01edba168a7b0 3194412 
poppler-utils-dbgsym_0.81.0-1_amd64.deb
 04c50e514bcf3fb40680cfea1a011267a3e9b153 191896 
poppler-utils_0.81.0-1_amd64.deb
 5cc290aae9a9bd4ed83368495d58d0b8cab2c95c 18403 poppler_0.81.0-1_amd64.buildinfo
Checksums-Sha256:
 58f7802ea1c4f1588221084e978e2540ad364a03bd36b7e9e72b15d4fd5ee99d 3254 
poppler_0.81.0-1.dsc
 212d020b035b67b36c9666bd08ac778dff3222d85c01c338787d546f0f9bfe02 1548944 
poppler_0.81.0.orig.tar.xz
 54237c01d81b21adc4634bf32ce9ff9981fa348207a981ba7b8971fe490c7f4b 33564 
poppler_0.81.0-1.debian.tar.xz
 ebe17ba2f8e020a4f212e01abdd7f9084d49b4b2a9b5c1758a4ef21979f74bcc 39108 
gir1.2-poppler-0.18_0.81.0-1_amd64.deb
 02cc5bc9d0925c13f57d9876dda20c748bdee83bc12fab47bbdc65ebcb235008 29204 
libpoppler-cpp-dev_0.81.0-1_amd64.deb
 615cc88bd4ed6dd25c53450cfbeffa1f6336ded13fdb0bdfc3635ba2a4cce1ca 898504 
libpoppler-cpp0v5-dbgsym_0.81.0-1_amd64.deb
 1f5ede49c03a10504a9ee2fb8d2b4b614c0c973cbb430f4f122294e43a758608 55140 
libpoppler-cpp0v5_0.81.0-1_amd64.deb
 2b9a666a21e5e1787b973ca19a9573255030667876faf377442e6bb9703da1eb 24084 
libpoppler-dev_0.81.0-1_amd64.deb
 c21e8e1af1f12b2d78e2e759abdf918ac8aa22a11104eda5600a730693ff10a9 79788 
libpoppler-glib-dev_0.81.0-1_amd64.deb
 7daa0d965b44740cb13b8a3592f7c2909aa024c43eae86c6055087d02ca10eb3 96044 
libpoppler-glib-doc_0.81.0-1_all.deb
 38c7772af55a05d378e1a62f908cce57ec060dd25fc35f226a44c50e2ccda608 1747184 
libpoppler-glib8-dbgsym_0.81.0-1_amd64.deb
 eb9b84cfb9da20c2064a9e14bfa10990fa9285c55dd929a324a3fb725b8be772 128192 
libpoppler-glib8_0.81.0-1_amd64.

Accepted poppler 0.71.0-6 (source) into unstable

2019-10-04 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Oct 2019 11:32:23 +0200
Source: poppler
Architecture: source
Version: 0.71.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Closes: 930163 941718
Changes:
 poppler (0.71.0-6) unstable; urgency=medium
 .
   [ Simon McVittie ]
   * d/p/Silence-deprecation-warnings-for-PopplerAttachment-c.patch:
 Silence deprecation warnings for GTime, fixing autopkgtest
 (Closes: #941718)
 .
   [ Emilio Pozuelo Monfort ]
   * Remove Joss from uploaders, thanks for all the work! Closes: #930163.
Checksums-Sha1:
 1d83d69b97a00038cde7385ac3ffbff37b8b5bb5 3254 poppler_0.71.0-6.dsc
 b748621566779788894b7b321fe4f3c6d52dd3c1 1480852 poppler_0.71.0.orig.tar.xz
 f6345b8a86655f50398ec9acb58f17e11059a5f0 40308 poppler_0.71.0-6.debian.tar.xz
 8603d55f027364365e27d744f2a3c9139b55bcda 9652 poppler_0.71.0-6_source.buildinfo
Checksums-Sha256:
 d1dc436d5c66822751a2783cc34bdf1fa36f5a451c78e0e93c1718db95e42466 3254 
poppler_0.71.0-6.dsc
 badbecd2dddf63352fd85ec08a9c2ed122fdadacf2a34fcb4cc227c4d01f2cf9 1480852 
poppler_0.71.0.orig.tar.xz
 424211d7f70b91048c35aee17fff753bda001807985f35f27783dcc26658 40308 
poppler_0.71.0-6.debian.tar.xz
 cd33cd837545665498f0e952301626d110ffbe1ce2175e31bb92f6ebfcdc7ca9 9652 
poppler_0.71.0-6_source.buildinfo
Files:
 9b8c22dda311a928702279ebd89826d9 3254 devel optional poppler_0.71.0-6.dsc
 b505011e49e922c83f3ffb57ab40bc28 1480852 devel optional 
poppler_0.71.0.orig.tar.xz
 49315146611d01a1179054fd50dc2de9 40308 devel optional 
poppler_0.71.0-6.debian.tar.xz
 23f7b513058554659305635ef44fd963 9652 devel optional 
poppler_0.71.0-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAl2XEbgACgkQnUbEiOQ2
gwLbCBAAupUS5Pn8n/ZIiIjoxfBtjtdjJ234jCCGP6JGS6Hh/5A2ML3usF8/Wt4t
QQ+zMXhJbCo3G7j+aaS0MtWsGQ8aTp+UoPbariS0nod3f8D17OKu+DWTfNO/biyc
GQP7mDwJf40OWwCRvYsQ425kdOJriuHkVIOx6UBMdiLkGSkkP5NdV2S2Qep9CH8K
xQDnCpNXyHMpsI5MyaRNU3ocKhrxrUm0INvRtWnz/52JMYOh1uEofufoOhAPzzli
AfqSlEelXd+HnBfZ4rXPEa96XiDJ9ocnlM5cJoyRzIOq1f33FnVSZMHhj/9/xJwv
xUezaKfrElHR9OcLUtALMYTTb2sZtkblM9vfoQUNBxIwUypBQMSYmD3ft94HApnQ
UtBFnRprUmOnbYD9aV3uvcaFTb/YmGOlQK/XMD9QvIuANj14t3egdqy7vRj+dp9W
Z5cnnl75aE/4NemFBSaRt0f79wBBULSh4O0e10W0VggWWU9PriXIf6vZFC+FkH17
SS12aKhZOue9EftQzr+67YdAA0z1JUyhVh+AWDfgqlqXzeiWTOlrYoAKSMwEMvnN
XbSNg5/bToULBglQGFLGHUlJudb4V5X1TvmmI+8RBmnh584HfPBV0CxMNzdVGmVZ
MuEdaofuT3ki0GqpQFERi80qZRu28dEHIRsgkWVsVHegTICFPaE=
=0g7q
-END PGP SIGNATURE-



Accepted accountsservice 0.6.45-2 (source) into unstable

2019-03-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 05 Mar 2019 11:05:07 +0100
Source: accountsservice
Architecture: source
Version: 0.6.45-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Closes: 903828
Changes:
 accountsservice (0.6.45-2) unstable; urgency=medium
 .
   [ Robert Ancell ]
   * debian/patches/0006-adduser_instead_of_useradd.patch:
 - Merged into 0002-create-and-manage-groups-like-on-a-debian-system.patch
   * debian/patches/*:
 - Removed unused patches.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control: Update Vcs-* for move to salsa.debian.org.
 .
   [ Salvatore Bonaccorso ]
   * user: fix insufficient path prefix check (CVE-2018-14036)
 (Closes: #903828)
Checksums-Sha1:
 f7d0697f5df9e77abd02ab1be34760d2a7c600b6 2652 accountsservice_0.6.45-2.dsc
 e9d13e6970c52e168eb7d6dc8441a3abafed3dfa 382740 
accountsservice_0.6.45.orig.tar.xz
 9fb221eea0de8965165f002a9527e49e4f95c1d2 18620 
accountsservice_0.6.45-2.debian.tar.xz
 a50dc2bc2327c0f959ff0d9291de63d36aacff2f 8010 
accountsservice_0.6.45-2_source.buildinfo
Checksums-Sha256:
 11e2c6a68cd1e60dd3a1cca1d9f5fdd574d35ea14c5cfaf7a0e0084f1f5a7020 2652 
accountsservice_0.6.45-2.dsc
 fb0fc293aa75d59f5ef5db719d37a21831c4dd74a97526ee7e51ce936311ef26 382740 
accountsservice_0.6.45.orig.tar.xz
 06ccf7cb7e48949faa9731ac6ca195b8b531a08643e8d459b31d6c1c01432ee4 18620 
accountsservice_0.6.45-2.debian.tar.xz
 04808bbfa5401fa405903886d4ab8c147660735b788c2520479b90c63ab5552a 8010 
accountsservice_0.6.45-2_source.buildinfo
Files:
 523e1bdf810bff3b74247abb19b205ea 2652 admin optional 
accountsservice_0.6.45-2.dsc
 b4c0a74bb5f8680dda0b7be27b1c02d9 382740 admin optional 
accountsservice_0.6.45.orig.tar.xz
 defaa674b275beaf4e4fb8d28bfcff30 18620 admin optional 
accountsservice_0.6.45-2.debian.tar.xz
 2acdf662e29325952da35ee4882f20a0 8010 admin optional 
accountsservice_0.6.45-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlx+SgcACgkQnUbEiOQ2
gwJjhg/+IDiBxAe0UTbZyQz7sQELBMAu9q3gIh6T03TSC4LXtq49hQs8lqhvCDzU
GLvRuxuwQ5tzb/+Fk35GtlsijhfR/Gr0c4u23w2CFOPM6h4UykMkCC1LsAGxFRj+
r0tRAZAvGuy2XXweXYHmtoT24LyYZNyr8lueIG/9TB0rXt+KxjCKApY7a7mcDWvp
Yr1jQU2E5bnDd6j/hbR+5E793e1kscRodo+P48B1kY/Vdk2Ly/BQigp5nhIJNnuq
/cHnsxh/8ABq8qVEelLYHELm2pQnjJ2mcuDNAWeLsFNFwqI6NQejpUi9GoPezkLT
Wc8anf1F9FO3dkNCiPPSfnVCoNVZQQ/EvE1Mp8R12pCvabQESQlPNx9Ez/1Y2EbH
eWN00iVip2DB3q6XddzUnp2Z3YY7DCnrDh64w2slHwwqFSUDNHOAVza9H8nmiYXm
YEWFjpGO8H7+s39jVhkWf8wnjr/Y/ED19ocIsjSIufBDCyku7xKaqtgsGMX0kTXr
Pq0q7fc4QdSb8USMJCQhqhZGqvGYmXJd6nv0NoOkDX5mX/eGMwo62ShPA9HVM8IT
OpJcg2Nf1GitSa6+p6RnbgQEn7H5uX8JwibNooAXT2GOJPjgsD3qAQ/pZ7zjk0Fu
9JYlYH8ymYlzsTlbkTArmazAcrIogGxhcZQPAcYAdj+Llfl8hl0=
=+/O9
-END PGP SIGNATURE-



Accepted poppler 0.71.0-3 (source) into unstable

2019-03-02 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 02 Mar 2019 11:03:24 +0100
Source: poppler
Architecture: source
Version: 0.71.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Closes: 896596
Changes:
 poppler (0.71.0-3) unstable; urgency=medium
 .
   [ Simon McVittie ]
   * Add patch to fix poppler_document_new_from_stream() regression
 (Closes: #896596)
   * d/tests/glib: Add a test for #896596
 .
   [ Jeroen Ooms ]
   * Backport upstream patch to fix page::text_list encoding issue.
Checksums-Sha1:
 e6e3b4e70bb45e9283254bb0f7d8806495205259 3290 poppler_0.71.0-3.dsc
 b748621566779788894b7b321fe4f3c6d52dd3c1 1480852 poppler_0.71.0.orig.tar.xz
 fd7e866a4f48ec72d6eb246fd5f2f8bf057b9106 33308 poppler_0.71.0-3.debian.tar.xz
 8458474e6cdaa57f044d3c4dc2653198109d9c04 9114 poppler_0.71.0-3_source.buildinfo
Checksums-Sha256:
 ab43b862a1046f90b13e0e7cab187f07cff4e9683c003842c74496dfc677d870 3290 
poppler_0.71.0-3.dsc
 badbecd2dddf63352fd85ec08a9c2ed122fdadacf2a34fcb4cc227c4d01f2cf9 1480852 
poppler_0.71.0.orig.tar.xz
 03f3adb940feb842edb6c4b68d0d1284b86086298dc7137dec2891aaa6fdc09c 33308 
poppler_0.71.0-3.debian.tar.xz
 d014cc6d6f847f369f042636a11723e480dbde1e2922e8a6d35373ee7bab20bf 9114 
poppler_0.71.0-3_source.buildinfo
Files:
 e595b8f0eda681f5e4ef883f3482aa1e 3290 devel optional poppler_0.71.0-3.dsc
 b505011e49e922c83f3ffb57ab40bc28 1480852 devel optional 
poppler_0.71.0.orig.tar.xz
 dfd8b76f6e672df5dace535bef6404c9 33308 devel optional 
poppler_0.71.0-3.debian.tar.xz
 dfb6c1e50fc196a9d85b03df546e3c28 9114 devel optional 
poppler_0.71.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlx6WGAACgkQnUbEiOQ2
gwJ13BAAuj4mFJiuMTqLwdBiOzC0tXsLArroNDnAYMl2+dQ6/m528TumfGR/5JnU
yOi3yCodb0iDVo/5HT8TUIXP5y5qbMy+UrxLad6F1B1jQs4cq0pAKTiH0e0+SdOU
8G45CPVb3QUKMb1MQ5xVRdI7rDfySMPgzZWIDpjbhgFSJ9Z9FCKfll5ap9t3aHVh
rboiX0vV8rhBso08ntdZ0nIQYwKqwQInu2/fagexHwAzz2XTuG2xH0/IDY5RDLRL
HV9QYqG3UWWBoEF5IYjcTd+pQ9tCMYr+MZH+w7/eYvmWHU6NU68S6HAS/M8JwD57
Eq8WXOpXFZlJuKKM6FoxNj+yA3tZJrXcJsEo3Uc3q5RLJfG9CMrY1Q0QI3sD0BgW
QOkT8uTNi1v4h2eKnawf1Kj+6lW4ilSdkx4ZFCjz/vX33jaoECj2YZh1F8FdXrev
1ZMYqlxk8SmYcmZ0suaKyZuNet/f9wSgGju3UJ+kZ5fbRan+gIxLCKidHLbFC2Hc
clQmAfMf4RqrphBd9gQyhjzkesi0xrXJtGe9K7qJqtNqhDEZMbMJalKAmx5uBwvy
x/0qdcigkpjWQQBkJ5vkm+I1Yahg+hwyD+Qs+L1HqGJ0jpKwzerxseaf+TDOM0dQ
guUu1QQio+p87BTR500eEJM/gNHooeDezi6Z6q9izvRbYeaSy4Q=
=C87f
-END PGP SIGNATURE-



Accepted python-numpy 1:1.16.0~rc2-2 (source) into unstable

2019-01-11 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Jan 2019 14:51:15 +0100
Source: python-numpy
Binary: python-numpy python-numpy-dbg python3-numpy python3-numpy-dbg 
python-numpy-doc
Architecture: source
Version: 1:1.16.0~rc2-2
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi 
Changed-By: Emilio Pozuelo Monfort 
Description:
 python-numpy - Numerical Python adds a fast array facility to the Python 
languag
 python-numpy-dbg - Fast array facility to the Python language (debug extension)
 python-numpy-doc - NumPy documentation
 python3-numpy - Fast array facility to the Python 3 language
 python3-numpy-dbg - Fast array facility to the Python 3 language (debug 
extension)
Closes: 918544
Changes:
 python-numpy (1:1.16.0~rc2-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces.
 .
   [ Emilio Pozuelo Monfort ]
   * Add more breaks for older versions of packages not compatible with
 Numpy 1.16.
   * Fix breaks on python-astropy. Closes: #918544.
Checksums-Sha1:
 377cb175a5a3134ac93afb23b47fb85abe2e7909 2886 python-numpy_1.16.0~rc2-2.dsc
 00701e0b221ccc52106c281b5a209325ef3f2be1 4596003 
python-numpy_1.16.0~rc2.orig.tar.gz
 b59d78c138285a5e95bebc07a0b0b51209ff14d3 141548 
python-numpy_1.16.0~rc2-2.debian.tar.xz
 a080502777f56f9ffa1f8aedf4e13e57fd5c64b3 5936 
python-numpy_1.16.0~rc2-2_source.buildinfo
Checksums-Sha256:
 eeedf42569a9b80117dcf3e10bf7174b06d0cf1795016e2fe7ce683e31215b5b 2886 
python-numpy_1.16.0~rc2-2.dsc
 a4564d532693d21453991cc7d91cc809ed356663971f33ffbb460e57c84f000f 4596003 
python-numpy_1.16.0~rc2.orig.tar.gz
 f5e6fec65ed1a7a1b8c01369216c9c97d3e4985eca675c173eb1d523fd484887 141548 
python-numpy_1.16.0~rc2-2.debian.tar.xz
 5eb8933451b82b646b514b6c23469ad4b08c0945812030c60279f8008c64e753 5936 
python-numpy_1.16.0~rc2-2_source.buildinfo
Files:
 95513993806f04f4d2baa9b714e69cba 2886 python optional 
python-numpy_1.16.0~rc2-2.dsc
 8532f774f1debf2dd1a6e66e75686e72 4596003 python optional 
python-numpy_1.16.0~rc2.orig.tar.gz
 c6217c9336a549da428f7274a9e9ea3f 141548 python optional 
python-numpy_1.16.0~rc2-2.debian.tar.xz
 fe8ad1f478d2605d79e542930a735dc1 5936 python optional 
python-numpy_1.16.0~rc2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlw4n6MACgkQnUbEiOQ2
gwKsJxAAlq40N4ieX+LSZVIQkrw1wGphiJ7yWbPAYxkOzJdx3qX8pg5V+ju0rkX5
yQ/q7zBBI/ZkzMBXa3FUdpD5IUfh43pMCziL1AkGqiS9LRhEfMxAs2FNoeE0lvkM
V275Z2Wdl9h2xnmOxTO3OxM3eKvK4XhWHY33l20dhFS7rlUMIosnoReg4wvPZVxi
IL2nIfJ8CuI12VP/4TsXH+kmj/7V4CTdEm6zeiaHgdgjP3c1XVjRaP9lBJAMGbpk
x8s0j22pK28+eRFjaEgX/dTD14BbFsGSOmENsIC5fe8HYROmWQ/oYCqYQ1nwNJpS
iBW4sAhxnC7pe8qT0NRL6w+aATRbE9ndKABO1Z5LhWTpp+XbY1aB7Wynvp7IMXqM
6aLHs64R70R9Loq9fXiTKrOHGdao8vy0qIJpBjFBDN8Z5xFeRxRlysjROOmjTkFY
yX/CDS2h9viUGwQT2jjK/zvPEEI6UxEBSRFPfZJv7jepMZ4Il269AUFOiKNN3Rkq
dlVfpjJ2EhlNS03VohePg6nDwtT6SOueFb4LG8EE3qGNuPNWye9YwHV+MlpbMEER
T3SEiMJz/AHhXmlTF5bLBWku2QkvDqY2DOtyaqOKN18UZoUI3RG6kTg5oOWUhvFg
4tOhNJqWPXX3HHetSdNnITkixMnRoo9CwV/5uFPyXKPA/CCR2M0=
=kvuf
-END PGP SIGNATURE-



Accepted poppler 0.71.0-2 (source) into unstable

2019-01-07 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jan 2019 18:02:44 +0100
Source: poppler
Binary: libpoppler82 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source
Version: 0.71.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler82 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.71.0-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1:
 aa07cbdf27fa69c8003801b8f937383f1752d164 3290 poppler_0.71.0-2.dsc
 b748621566779788894b7b321fe4f3c6d52dd3c1 1480852 poppler_0.71.0.orig.tar.xz
 216d3f1d86cb0b20b5c25e54b3e7676f99c8c116 31868 poppler_0.71.0-2.debian.tar.xz
 21312e02ca4b247b510f0312a43dddff380a292c 8926 poppler_0.71.0-2_source.buildinfo
Checksums-Sha256:
 6a8ca76dbf98b8365f57ecfc731d40b0bdb89c3c1e3a7f97e4a0f255327a44cc 3290 
poppler_0.71.0-2.dsc
 badbecd2dddf63352fd85ec08a9c2ed122fdadacf2a34fcb4cc227c4d01f2cf9 1480852 
poppler_0.71.0.orig.tar.xz
 bb88a184b6c696550cc36591ce7e5454a1164a65e93f76b795982316cb6592df 31868 
poppler_0.71.0-2.debian.tar.xz
 459375e06ddc48194f574dcb0d134ece821c3631a8f1ec22525edef3094b4c8d 8926 
poppler_0.71.0-2_source.buildinfo
Files:
 d549304e98dfcd3c40c28f52c5e30d1c 3290 devel optional poppler_0.71.0-2.dsc
 b505011e49e922c83f3ffb57ab40bc28 1480852 devel optional 
poppler_0.71.0.orig.tar.xz
 ae3b8235a9dc4be9376b752127d73e7f 31868 devel optional 
poppler_0.71.0-2.debian.tar.xz
 22f1712996d7e0368e996113f60a84f7 8926 devel optional 
poppler_0.71.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlwzh/0ACgkQnUbEiOQ2
gwKLmBAAytVcKB7D+8IrO4EAiqz+Newuz4naT5FJH96uo5RZtc7wAzBEsIUAvzlc
BRLcbunh4TdEngOPkKP0JW6uZfQkF9ko1qsr2lgI9ymscqd1H6v0JJMSdYKHZ2eG
Zb3BmBwJ0UOJDrM3I+77mXpL9bJEhaEbh1tl8Cx2+ILUhpZlepYXFJh2+C+0TIzU
0+D6CY8+otLunFms6hKmwnXzUNLn3enyclmniZNcdQBDrnUcKQ5KpbizL9KyLUm4
/JPiAQeJqSIQsqRunqr/C/j8Nj3Pq5oh4xEv1e6ww5jz06af2HAEheU2sqmxh0kY
lSLNAVL/IlHxpNmt9lARzs+hf8bd8tjtajm5MmN9lLE7+vqS6GmhrwdSzfMWs5OU
zq6imGAHr+BH9lzCuI0U6hdHr+tfVNZzVQVxk4snOCU1pWqoxJHDdq7SfKbQzxAY
V66nBaYAII7Ovbi1QnwX0N9kTUGO67sV7cVyLfYjQr6mFh32skG1rOkWhZPkUuMf
K4jKbyQCXunFFzMHYfOC5aVuzLoqNzb0H2EDnxAMw6PPyBjm5vREoZz958Ngxe5K
e1Kq9WFr3cxPigzjniUhvvSrc8GQwyzvSewqpEMD49FuGhOqYT8uwHFPcIxF2IFl
EwCpuMLibzJFF1mbia0Cea2mTxU1LkY+MttI+ACE1/4h9Y8Rw6E=
=6oeX
-END PGP SIGNATURE-



Accepted mesa 18.2.7-2 (source) into unstable

2018-12-21 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 21 Dec 2018 09:22:16 +0100
Source: mesa
Binary: libxatracker2 libxatracker-dev libd3dadapter9-mesa 
libd3dadapter9-mesa-dev libgbm1 libgbm-dev libegl-mesa0 libegl1-mesa 
libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa libgles2-mesa-dev 
libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers mesa-vdpau-drivers 
mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.2.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 libd3dadapter9-mesa - state-tracker for Direct3D9
 libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Changes:
 mesa (18.2.7-2) unstable; urgency=medium
 .
   * Temporarily disable libsensors support to bootstrap with libsensors5.
Checksums-Sha1:
 3402f4540cd96c8649592fb0a15edc30ef8285ae 5055 mesa_18.2.7-2.dsc
 916a26ff5b31bf49fa70ac433b6cf0287e0d6249 19627919 mesa_18.2.7.orig.tar.gz
 6e711439a6f36e2f6d9688923ee0ebe382417780 101215 mesa_18.2.7-2.diff.gz
 86315dab4c9401f725fc3c55e4352f9b2aa865f4 9201 mesa_18.2.7-2_source.buildinfo
Checksums-Sha256:
 494313d8b6416e0a7401ff17cf0cb503a8fc8b5c6722656b148ba94e777c2090 5055 
mesa_18.2.7-2.dsc
 092351cfbcd430ec595fbd3a3d8d253fd62c29074e1740d7198b00289ab400f8 19627919 
mesa_18.2.7.orig.tar.gz
 95f6ae51522ffdcd708afd23bd7c2241f5a4743d35fa26310bf220103e863c56 101215 
mesa_18.2.7-2.diff.gz
 82b4279d6d9ae5319fee7dfb862e2cd9438da104ca1ddeb715eb73163a99bc70 9201 
mesa_18.2.7-2_source.buildinfo
Files:
 86edcc05b94a58bd39a1423996a4105c 5055 graphics optional mesa_18.2.7-2.dsc
 6da03050077d073bfee765ae330bc2d5 19627919 graphics optional 
mesa_18.2.7.orig.tar.gz
 8c3778c30157a65c6cf7806215e04c53 101215 graphics optional mesa_18.2.7-2.diff.gz
 63ba340ef3987d9947367cd239704d19 9201 graphics optional 
mesa_18.2.7-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlwcotgACgkQnUbEiOQ2
gwKIpQ/9H9GdbUi2uwzC7PXxh6p70/dmElcQAmGEYWtGtf/eJmXit5P6QFeZ1inb
QmYVqNHQMXcA87yyWNLQv6n8iDo+lJ+teiczYeq11JzMMIDChanWxQRgnz5kkdbg
Nt7poNtGD8vbRNelpeL/RpUbuYfsVUIxMO3+ZZEmsGOTGQfud/nRanhdy0Ae5bGW
4ze2yksHR6nIY6TvtppqLhEEB1qlbhtBW4E7cgBKQbF2y77UA4VlvA91ODArlQtM
alIp/zX0ffvUv2QmOQuN4U27fm/03Grdntzox9rSN7Hn6IeYIuC4KXgoVQi6jgds
eUzD1jMf+hCHLL+ISYi6OdH5A1jXQwpC3Qj6IXVd1gf1X75ixJgd5bobaJm1IY4r
tgw7eoyqUqf6p/t1b8KactRg8i8k7221HNtsWOWBJkEMmpcdR9lxOGPvWxfmvnLg
8kXSzSPbQ7zaZujeQ2Y0A86HIm5YC2mnox1Q3hnbTtfLLCarVA4Mm8DCiZkKZT2z
F82Ubz+AnyHGUk2n65iexKxcblxjq/GaDQllHJTebVu/agUP2TljFc6I1eX7wRfU
bzVD7JYzUKmO6QtMhCZwIKbIi5kDumfBsaemPn1iDDAkVQeBj3ivGuhikqJhIZ87
xJZ5JXvQ88NLmkhwEnOC87jHo1KDn0Db86dUL3TnVVe7HY9Atx0=
=eNqA
-END PGP SIGNATURE-



Accepted poppler 0.71.0-1 (source amd64 all) into experimental, experimental

2018-12-13 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 11 Dec 2018 19:34:06 +0100
Source: poppler
Binary: libpoppler82 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.71.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler82 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.71.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * libpoppler80 -> libpoppler82.
   * Update libpoppler-glib8 and libpoppler-qt5-1 symbols.
   * Update copyright holders.
Checksums-Sha1:
 1bf130063c09880618205145ab7cc43ddab4bbc0 3290 poppler_0.71.0-1.dsc
 b748621566779788894b7b321fe4f3c6d52dd3c1 1480852 poppler_0.71.0.orig.tar.xz
 c38c157aa1e36a9070a5b6e1fbf67474b015be0f 31844 poppler_0.71.0-1.debian.tar.xz
 b64b3a3bf297c10858621d0cb726f89d42fbddbc 37680 
gir1.2-poppler-0.18_0.71.0-1_amd64.deb
 119db74377cc46bc603ed99b626cc4ad5d5a069e 28116 
libpoppler-cpp-dev_0.71.0-1_amd64.deb
 9ab096ff974aa278771217bee697b869195f2397 802656 
libpoppler-cpp0v5-dbgsym_0.71.0-1_amd64.deb
 c2954af58f32ad8ed4274038db4fc8b1adcc794e 51704 
libpoppler-cpp0v5_0.71.0-1_amd64.deb
 5676fee2a3c6e083186f3676ee20cbc50de23f26 23348 
libpoppler-dev_0.71.0-1_amd64.deb
 47ca05d22a7bd998ad73c75333f1d47c51ea2656 68120 
libpoppler-glib-dev_0.71.0-1_amd64.deb
 261f25c0d97dc12d4ae5244fbb6e3c860311dd14 91128 
libpoppler-glib-doc_0.71.0-1_all.deb
 2d817497485fb3d725759f3bb045acb825a3ac8c 1681084 
libpoppler-glib8-dbgsym_0.71.0-1_amd64.deb
 8fbfa8d145299417a1e41dba5c382988399cc769 124012 
libpoppler-glib8_0.71.0-1_amd64.deb
 0aafd73c427ef4fa208d6f9ab1690027d2c15a57 187004 
libpoppler-private-dev_0.71.0-1_amd64.deb
 1234307cf4bfcf3d0799f6604a97c90ac552804f 4286600 
libpoppler-qt5-1-dbgsym_0.71.0-1_amd64.deb
 56b1208a42d7cca63e5e83478c90b4c0c87da718 157148 
libpoppler-qt5-1_0.71.0-1_amd64.deb
 915e133820d33f98b54051e236544bdf6a31cf5f 51612 
libpoppler-qt5-dev_0.71.0-1_amd64.deb
 48aaf23e4eb356df2c9bbcc7a14702009378a588 7685724 
libpoppler82-dbgsym_0.71.0-1_amd64.deb
 1dbbfe251fc77fa5a8719cae141269697ab5ff79 1508224 
libpoppler82_0.71.0-1_amd64.deb
 b8c20c5ca7153bc669e710ac31212493c8fe14e3 2938228 
poppler-utils-dbgsym_0.71.0-1_amd64.deb
 d12b6f87c48033044c56d53ef2c8334fd7f3226f 183420 
poppler-utils_0.71.0-1_amd64.deb
 4de6bb1888e2f10481b662a7a167754eb4b22b8e 17706 poppler_0.71.0-1_amd64.buildinfo
Checksums-Sha256:
 8d7c9dd9c2520823add038e2255b30fd4c6b316cd938123528a39dff52c89a35 3290 
poppler_0.71.0-1.dsc
 badbecd2dddf63352fd85ec08a9c2ed122fdadacf2a34fcb4cc227c4d01f2cf9 1480852 
poppler_0.71.0.orig.tar.xz
 6311a14623f26093eae1e8290b50d578c3f2e6f7f45ece234e4e271aaf3385e8 31844 
poppler_0.71.0-1.debian.tar.xz
 58132f6fcc359cd2679d04fc3e7c000eebab3ee5dd753bd876f1667e2f97457a 37680 
gir1.2-poppler-0.18_0.71.0-1_amd64.deb
 00afd2c0996ed09547c50f0b9936580a006bc7c976f593cf86a1ec2af26570e3 28116 
libpoppler-cpp-dev_0.71.0-1_amd64.deb
 1eb0187be95df0e2b0393f8fcc75175c1905fad0dfa3f4662cd5d3eceee5fb55 802656 
libpoppler-cpp0v5-dbgsym_0.71.0-1_amd64.deb
 971c11c0eabb21bdaa990130449faa23e349558ebe36ac4f7739eb102573e2f9 51704 
libpoppler-cpp0v5_0.71.0-1_amd64.deb
 e38bf1b01879a5b7dafca071b2a2d869ab9c08868f2782ef9135a380ac1e1c65 23348 
libpoppler-dev_0.71.0-1_amd64.deb
 fc08b1c326e56a668206184d9d4793694b2cd6ee9868272e02495c48e4e168aa 68120 
libpoppler-glib-dev_0.71.0-1_amd64.deb
 06bd68a76a9dd2edb661f5e39f20f3d82baf52c4b4778b1c6e6ab0d55ecf81d1 91128 
libpoppler-glib-doc_0.71.0-1_all.deb
 317c11cadc96d099a41d5fa45105ea37a568b85b8350b2a3e55e3399767e440a 1681084 
libpoppler-glib8-dbgsym_0.71.0-1_amd64.deb
 9b0b9d2acfea7f203da3c8b08e61d855e49f2462e7d58594c1befb904d899c27 124012 
libpoppler-glib8_0.71.0-1_amd64.deb
 b1f095459783dfc945eb714a603e5336db8967c3789a34846e00b01762ccbe90 187004 
libpoppler-private-dev_0.71.0-1_amd64.deb
 c018fea697ce57d8c1c5cfa8ec804e20ce12328634011da380379455ef136a9b 4286600 
libpoppler-qt5-1-dbgsym_0.71.0-1_amd64.

Re: julia_1.0.0-1_amd64.changes REJECTED

2018-11-21 Thread Emilio Pozuelo Monfort
Hi,

On 21/11/2018 14:56, Graham Inggs wrote:
> Hi Bastian
> 
> My apologies in advance for doing this, but another month has passed.
> Another ping from me.
> 
> On 2018/10/25 12:24, Ian Jackson wrote:
>> Ian Jackson writes ("Re: julia_1.0.0-1_amd64.changes REJECTED"):
>>> Lumin writes ("Re: julia_1.0.0-1_amd64.changes REJECTED"):
 1. Isn't "incomplete backtrace" a sensible reason to keep debug symbols?
     Policy said "should" but not "must". Please tell me what I can do in
     order to help improve the src:julia package to satisfy the 
 requirements?
>>>
>>> My main concern here is this: AFAICT this package has been REJECTed
>>> solely for this reason.  Why is this bug[1] a reason for a REJECT ?
>>> ISTM that it should be filed in the BTS and handled like a normal bug.
>>
>> Ping, ftpmaster ?
>>
>> Ian.
>>
>>> [1] Assuming it is a bug.  The discussion here suggests to me that it
>>> is, but it is really unhelpful to be having it on debian-devel in the
>>> context of an ftpmaster REJECTion.
>>
> 
> From the original REJECTion email from mid-August [1], there were two issues,
> but I believe both have been explained in the follow-up emails and subsequent
> uploads.

Since you are cc'ing d-devel@, I'll chime in.

I'm not sure I understand the first concern. The package name is libjulia1,
which would indeed normally point to a libjulia.so.1 library. You ship this:

-rw-r--r-- root/root  36143904 2018-08-16 07:48
./usr/lib/x86_64-linux-gnu/libjulia.so.1.0
lrwxrwxrwx root/root 0 2018-10-13 06:16
./usr/lib/x86_64-linux-gnu/libjulia.so.1 -> libjulia.so.1.0

That would be standard for a libjulia.so.1 SONAME (though one would need to look
at the SONAME header in the ELF file to know for sure). Also I don't see a
lintian warning for 1.0.0-1 (or your latest upload), so it seems alright to me.
Maybe I'm missing something, or perhaps this was rejected and reuploaded and
that's why I don't see why that comment was made.

(I'm not sure why you need all those other symlinks in
./usr/lib/x86_64-linux-gnu/julia/ to files that are not shipped anywhere. That
smells like a bug, but I haven't investigated)

As for the other issue. It is very unusual to ship a non-stripped library. In
your lintian override, you point to [2], which mentions that it's ok to ship the
debug info in a separate file (the stripped symbol files found in -dbg or
-dbgsym packages) as long as the original files have a .gnu_debuglink section
pointing to that separate file. That is what dh_strip will do for you, as you
can see in its manpage and by inspecting the binary with readelf.

So why are you not stripping those couple of files?

Cheers,
Emilio

[2] https://github.com/JuliaLang/julia/issues/23115#issuecomment-320715030



Re: Opt-in to continue as DD/DM? (was: I resigned in 2004)

2018-11-12 Thread Emilio Pozuelo Monfort
On 12/11/2018 20:47, Mattia Rizzolo wrote:
> On Mon, Nov 12, 2018 at 09:43:20PM +0200, Lars Wirzenius wrote:
>> Tollef Fog Heen :
>>> (I also wonder if we should just require people to opt in to their
>>> DD-ship on a yearly basis instead of doing most of the WAT/MIA dance. If
>>> people can't be bothered to reply to a single email saying «yup, another
>>> year please» with some reasonable amount of pinging and time to reply,
>>> they are effectively MIA, at least if they haven't let people know on
>>> -private or similar.)
>>
>> I support automatically retiring DDs and DMs that don't repond to a
>> ping, or don't upload, or don't vote, or otherwise show activity.
> 
> Since last year it already kind of happens for DMs, that are removed
> from the keyring.  We in the MIA team still manually process all of them
> before orphaning the packages, which is the much more nasty task than
> you may think, given that apparently some people want to keep being in
> Maintainer of stuff despite not uploading for years and having lost the
> technical ability to upload years before as well (yes, I'm not kidding).

Might be less nasty if it was done by a cron job / role account, rather than
manually by a DD who can be blamed by the inactive maintainer.

Cheers,
Emilio



Accepted weston 5.0.0-1 (source amd64) into unstable, unstable

2018-10-23 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Sep 2018 12:16:49 +0200
Source: weston
Binary: weston libweston-5-0 libweston-5-dev
Architecture: source amd64
Version: 5.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 libweston-5-0 - reference implementation of a wayland compositor (shared libs)
 libweston-5-dev - reference implementation of a wayland compositor (shared 
libs)
 weston - reference implementation of a wayland compositor
Changes:
 weston (5.0.0-1) unstable; urgency=medium
 .
   * Update build dependencies.
   * Update the watch file for the new upstream website layout.
   * New upstream release.
   * Bump libdrm-dev and libgbm-dev build dependencies.
   * Rename packages for soname bump.
   * Update symbols file.
Checksums-Sha1:
 7f980180e4c6475e67803a803de7ec52cdafb318 2704 weston_5.0.0-1.dsc
 7b2486dd0942ace9867d80be534360f5c7d445da 1851719 weston_5.0.0.orig.tar.gz
 07b98e0e4511cd20bf0811f1ffbe021e6b9a 35602 weston_5.0.0-1.diff.gz
 f42941f8bf1a0795d3980d0245750431ac958464 1100580 
libweston-5-0-dbgsym_5.0.0-1_amd64.deb
 aa1eba261c87dec3b42af01d12fcc769de3d0efb 243684 libweston-5-0_5.0.0-1_amd64.deb
 1a31a1001eb41bda21fd373a4ecc737b0df35c79 34124 
libweston-5-dev_5.0.0-1_amd64.deb
 4f19b78b71d5abc0b442662a57696dc7f50ba4ca 3005652 
weston-dbgsym_5.0.0-1_amd64.deb
 596e8e20312fc40078f96d216d6f7c5acd167441 12785 weston_5.0.0-1_amd64.buildinfo
 7cd9876b0e52a7cc329ab80b1bdb0870fad92349 934788 weston_5.0.0-1_amd64.deb
Checksums-Sha256:
 f9d5a3b7802fd040e885b783df56305076ba4e001069b48ce9f14cb3d0c10b92 2704 
weston_5.0.0-1.dsc
 70cbdea91065d9d21fdb9df57e33f65a8300e08d74bbf26e9469ee01042b62a8 1851719 
weston_5.0.0.orig.tar.gz
 f35cb8a29b4a2f67a3e0e49cb6ff442c4f83ee0a011ba5156e4620c3a4ed69ae 35602 
weston_5.0.0-1.diff.gz
 79aa97125de16688892c4f383ec3ba577cc9b01a2ad0cc884b7d3fe3f36c2b84 1100580 
libweston-5-0-dbgsym_5.0.0-1_amd64.deb
 001ff49e2added4bedcb65f07b8379894b4efd13ef5d5f8e5a7c912eb0ca9601 243684 
libweston-5-0_5.0.0-1_amd64.deb
 dc5718006812d19b8814c1d8231910b8c102cbb8f436a4106f0d2451b3a56d7a 34124 
libweston-5-dev_5.0.0-1_amd64.deb
 42face6c9354e0d2c2a3bd8a75c2fb0188deade7552f60e21db8836e10f0c34d 3005652 
weston-dbgsym_5.0.0-1_amd64.deb
 e2743746a81ab82670236ce8988e476094d32616416495c41b7ed7127fb5a83b 12785 
weston_5.0.0-1_amd64.buildinfo
 d8c1c67fe83ed0af065af274d80ce92df76724070eb01462cd957a1ab4094d28 934788 
weston_5.0.0-1_amd64.deb
Files:
 01eb50726b14908954d347c7ba4fae0f 2704 x11 optional weston_5.0.0-1.dsc
 a1641ad49c054fe5208699b065400c80 1851719 x11 optional weston_5.0.0.orig.tar.gz
 5497583ec3d442ab0fa0083ed5757f4e 35602 x11 optional weston_5.0.0-1.diff.gz
 c71d4a8b99411531d94f2c6949764775 1100580 debug optional 
libweston-5-0-dbgsym_5.0.0-1_amd64.deb
 9c7f3e50e06803d0201765777fd1574c 243684 libs optional 
libweston-5-0_5.0.0-1_amd64.deb
 63410453aa46b3d253450d53e5d68890 34124 libdevel optional 
libweston-5-dev_5.0.0-1_amd64.deb
 4244d94bbbfce4d82f0f99468f4a674d 3005652 debug optional 
weston-dbgsym_5.0.0-1_amd64.deb
 0913daba881afe4f228d1230a9386c2d 12785 x11 optional 
weston_5.0.0-1_amd64.buildinfo
 90d5b84dc9c915c7bd80263403565097 934788 x11 optional weston_5.0.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlug0gMACgkQnUbEiOQ2
gwJX4xAAjXd28DuxhJAPG3hpF0D/89oP6u1wnOs8PZ9f+p+q8p/hE8P1ztQLTUWJ
1ei9rJGOKFcS5YoglnhIrZJ5kL5LtBthzKfj4DtMev34EFGXIkkwEZwuB5wo8uKJ
J6wQs3DcdxnSsaqsDo+hVGhIPA8vTk+7CAYDNcvmSrfdwvrBVqD+6dCxFialyBb0
dFqsbv+jJXc+gYgZPiFVXK3HJi4nMfaf/JNOy7CNbeaOsCfMMRTzcPdPFQhBVbm4
vP24FJr0v6FRlQFwVK2pW8gU6szYr0WVmiRMqmiV6jtSd8AVhGLq4nQU0jOs5jBz
uz6iaEFiOz0X41tdWpJD3+sh1ZqOOgmWNPLN8rKiL0+pBN7csIJs1XbnpP6aPyrS
i9bQNODTGY177lEoTSzSyGXRUPqrFfasw1b2ncUThkuDi2Q2ZIdpEWQwfRKRz1+7
UyKMZ80mJh4q8NNCzyljIf+cifWDQGjIqp8S8x6ARUA2Ai7UO5vaWvmk1IxCcUzC
7lb9Vy+dkTShjHiPJ59LM3GobrzfdrmsWy20PE8/frL6TtiH/mOuSA8O9yXWe1YC
xcFN430JnXGctKwYB7gOyIv2sZQ/VnnKDYsGcXc8ilJPXd1Uq8eT2QzlF4wINNlt
/ZFpqQ1NFjXCjg9vQuKc6YhzUrxaLhyJcCMvB47GzyHMcITCBc8=
=UP5z
-END PGP SIGNATURE-



Accepted poppler 0.69.0-2 (source) into unstable

2018-10-18 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 18 Oct 2018 09:59:36 +0200
Source: poppler
Binary: libpoppler80 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source
Version: 0.69.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler80 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.69.0-2) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1:
 8363a9c8e79c4570d7fd59128249515d8cb4f0ba 3290 poppler_0.69.0-2.dsc
 19e839587bec688f62b2feeaf6e1eebd7770a570 1472276 poppler_0.69.0.orig.tar.xz
 f682100354885b645dc8e94d30ce4efffdd52cb4 31148 poppler_0.69.0-2.debian.tar.xz
 37fb71f4983572cd9d2ee9ba2d677691da5689a8 12965 
poppler_0.69.0-2_source.buildinfo
Checksums-Sha256:
 eb7fd880a3020fefa85646ba36c7c3ab427f32de59eb67db39ca19cfab4ef5e3 3290 
poppler_0.69.0-2.dsc
 637ff943f805f304ff1da77ba2e7f1cbd675f474941fd8ae1e0fc01a5b45a3f9 1472276 
poppler_0.69.0.orig.tar.xz
 24d87a84f66f92b8804771cc1e0b2b6e356f0e2d57a1cc0bae5c530c197023d6 31148 
poppler_0.69.0-2.debian.tar.xz
 0f631019810c22e8489475ce61eff931045ef96ff0382643e707053a661257c4 12965 
poppler_0.69.0-2_source.buildinfo
Files:
 090a0e9d2ad3b8ad3aadba6e33382ae3 3290 devel optional poppler_0.69.0-2.dsc
 0881d921de62673ab558872dadc2b27b 1472276 devel optional 
poppler_0.69.0.orig.tar.xz
 92ad9194873e77462499fc285f62bc9d 31148 devel optional 
poppler_0.69.0-2.debian.tar.xz
 4c994406cc3925097f20ec3b660d5489 12965 devel optional 
poppler_0.69.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlvIPYUACgkQnUbEiOQ2
gwIt3Q/9FgEP8ZvyI9m6TeTnLC3Hztadu5cXffg/YzXmyNh0s9rqHHOqew2h8gG1
Xn9iPuVgv831I+7eajlLcj8+I8TeLJBwgcITLb9idJREf8znK9cXI0v6zTOS0Mwy
eI/qHNrid4KvWW/AIcQ0zK081E3AQomyhofIy4K8afPs9cB3eSZ8w8r/hCVXCnbV
0Jio2X+BG/9xl943kZLZDYx565a7M0rm4mV3a+PZ3eqebPIXHJUpjqV7yKFhQAht
mee0pPE8jM8FZwvljo8STdqj4LuN0TO64jUMAlUO+kLprUyGS8BNcDNNQzIG9O0N
dbVG1cuwnfvr4IQvs9Yq/Sk0w9bzI3eJjFmSvKobGg4YpIJS18uAa322zt1bqK5p
nHa1ED49BofdYGoEuOYsV7aiqWv9ggy0L3/KxisTYb653VIaSMO8swy+7qZsWQmh
Nmg3uKNDRbEdFbj9REr+1ZqUH6R2LngcM1dnv9qxYweVAIH5xZAJiq3ZkrOcSnP6
y1pzRp5Q/iIRYm7vTJljm0fPy1G0wYw4MuyPRBD0qxRWgRrN9G4uv47hpKuyUbNW
jQmU/Mw6O4aMXPGJHcB5YWpbr3Yf4BQTMv8cobpNhhMNQYB2j5z4dHicaZzxy+0u
Fm3tarW8K365gIoD0bdHtAqr7rCDgJIR92zCecaclTrSxSv5EAk=
=BHv/
-END PGP SIGNATURE-



Accepted poppler 0.69.0-1 (source amd64 all) into experimental, experimental

2018-10-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Sep 2018 14:55:21 +0200
Source: poppler
Binary: libpoppler80 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.69.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler80 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.69.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * libpoppler77 -> libpoppler80.
   * Update copyright holders.
Checksums-Sha1:
 5622b4e33a3cff31e5b1062a0219812ea4a42994 3290 poppler_0.69.0-1.dsc
 19e839587bec688f62b2feeaf6e1eebd7770a570 1472276 poppler_0.69.0.orig.tar.xz
 081f4997fde40da4dad3b38af47de1c1454c1d6f 31104 poppler_0.69.0-1.debian.tar.xz
 dc0c7315bacabe6c48ada4e956e80bb67fa8be55 36932 
gir1.2-poppler-0.18_0.69.0-1_amd64.deb
 34de319852f8e1bfd0445897ca86fcd9ac76973c 27756 
libpoppler-cpp-dev_0.69.0-1_amd64.deb
 be7ca81c7039c716e855910913d62464c56f5eef 630864 
libpoppler-cpp0v5-dbgsym_0.69.0-1_amd64.deb
 a054e586748ab66b79b25057b9edfcad60b34618 51456 
libpoppler-cpp0v5_0.69.0-1_amd64.deb
 aa98d695dc82514dc2137c98b2c7f701028d0f86 22964 
libpoppler-dev_0.69.0-1_amd64.deb
 be832be453eedf581b5eda029a70c270c9bc397b 66276 
libpoppler-glib-dev_0.69.0-1_amd64.deb
 ea006270264d845006985f577bcddfd7d1766441 89208 
libpoppler-glib-doc_0.69.0-1_all.deb
 1426192ca53244abebd7854ba6d479d906d9954a 1327912 
libpoppler-glib8-dbgsym_0.69.0-1_amd64.deb
 23db513b255c160bfc908c77611216b7029997b8 131200 
libpoppler-glib8_0.69.0-1_amd64.deb
 ebac52bd9a01ce6812fd3879c4c4c0b5731a788a 190212 
libpoppler-private-dev_0.69.0-1_amd64.deb
 89c5b48484bbf7a8bf70338c14dc37201ac07383 3604080 
libpoppler-qt5-1-dbgsym_0.69.0-1_amd64.deb
 a2dd74f00241002b21bbd7754d87ad4920985dc0 171604 
libpoppler-qt5-1_0.69.0-1_amd64.deb
 e44da4a0148a738e7332cc4ba0b66fc9e8cfe433 51244 
libpoppler-qt5-dev_0.69.0-1_amd64.deb
 bdd9be770aa96b6dc318bddff18e2159f883ea34 5083912 
libpoppler80-dbgsym_0.69.0-1_amd64.deb
 30f664482c205d1477c833d9ab64250281c4437c 1469044 
libpoppler80_0.69.0-1_amd64.deb
 4310f035c0875a84aa7013d8ae3f1d5bc812da11 2234820 
poppler-utils-dbgsym_0.69.0-1_amd64.deb
 9f920a91891b2805782c8afe244f676814158607 176784 
poppler-utils_0.69.0-1_amd64.deb
 57fc57353a71f5ae167ffc108ffbc27d038cf442 17852 poppler_0.69.0-1_amd64.buildinfo
Checksums-Sha256:
 8560f011df57e2f0702fabdc509143f529c9f41651ae25092bd88e0a6f107c1b 3290 
poppler_0.69.0-1.dsc
 637ff943f805f304ff1da77ba2e7f1cbd675f474941fd8ae1e0fc01a5b45a3f9 1472276 
poppler_0.69.0.orig.tar.xz
 45e2135e56efce43432ef71d550fc4a9a5b1cfc5fe6f303ca8851736a1ef10a3 31104 
poppler_0.69.0-1.debian.tar.xz
 11e5926ca913bf38c547009d572e544b8166ff190e31bbcfa76c5e2329c706eb 36932 
gir1.2-poppler-0.18_0.69.0-1_amd64.deb
 76018c2338b8909c91a491be1b4893bf1c0bc861c88126c04ae08b0ac1585e32 27756 
libpoppler-cpp-dev_0.69.0-1_amd64.deb
 119779130db8ded609883d4974aeecb6c6936243cfaaa3b98c7662414cccd841 630864 
libpoppler-cpp0v5-dbgsym_0.69.0-1_amd64.deb
 4c44cfe465567f6eaca29cb8ca009ad6d2ce13ad6f1f85a72b659ea10a48ebf7 51456 
libpoppler-cpp0v5_0.69.0-1_amd64.deb
 ec7efa5cc460fe1ca624a85def1b1af02d99f1e49862065ca089261d6adad322 22964 
libpoppler-dev_0.69.0-1_amd64.deb
 27e2a24340ed91584e706d2caa4134f1e732e83f7de3111a78b0f2484d2fb58e 66276 
libpoppler-glib-dev_0.69.0-1_amd64.deb
 81a0d9fadd6e6afbe1273f7d1a15a697ea0504600ab29b11760ba77453d4d08f 89208 
libpoppler-glib-doc_0.69.0-1_all.deb
 fb5c9cb8fc7284d8fc50d0da640ce5690769c2bda37bd1454540e28489fae09f 1327912 
libpoppler-glib8-dbgsym_0.69.0-1_amd64.deb
 291e780e00755890af0426cbc1ec481c752f90af94eb23cff242bdb144d7714c 131200 
libpoppler-glib8_0.69.0-1_amd64.deb
 27028177884d608af125c5f7108b27863dacd94a14dbb9898d3005ef37951f20 190212 
libpoppler-private-dev_0.69.0-1_amd64.deb
 daa3bbb1daf58e7c0a761bd0c44e5839da37490f350f98a3e943beccca7d545f 3604080 
libpoppler-qt5-1-dbgsym_0.69.0-1_amd64.deb
 c6f7435c1f094e0987785f4df9ebf1545addd7ec45a2891be1f84925f6a908f2 171604 
libpoppler-qt5-1_0.69.0-1_am

Accepted fontconfig 2.13.1-1 (source) into unstable

2018-09-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Sep 2018 14:09:29 +0200
Source: fontconfig
Binary: fontconfig fontconfig-config fontconfig-udeb libfontconfig1-dev 
libfontconfig1
Architecture: source
Version: 2.13.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 fontconfig - generic font configuration library - support binaries
 fontconfig-config - generic font configuration library - configuration
 fontconfig-udeb - generic font configuration library - minimal runtime (udeb)
 libfontconfig1 - generic font configuration library - runtime
 libfontconfig1-dev - generic font configuration library - development
Changes:
 fontconfig (2.13.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * d/p/0001-Do-not-override-locale-if-already-set-by-app.patch,
 d/p/0002-Leave-the-locale-setting-to-applications.patch,
 d/p/0003-Bug-106459-fc-cache-doesn-t-use-y-option-for-.uuid-f.patch:
 + Removed, merged upstream.
   * debian/libfontconfig1.symbols: updated symbols.
Checksums-Sha1:
 35dc050c6502b1b8ca6af24f506ec92242dc455e 2479 fontconfig_2.13.1-1.dsc
 75612356ef4f801735b49baf987f8942b4a7a5e1 1723639 fontconfig_2.13.1.orig.tar.bz2
 5f9d9491016e6e364bb0bb8aafde694947f5a637 52104 
fontconfig_2.13.1-1.debian.tar.xz
 8d0dd0063503f588b9520d727dd27efc0708d3fa 5738 
fontconfig_2.13.1-1_source.buildinfo
Checksums-Sha256:
 2657b352e74710fef230764fdd390955d10a55c1208c8228704cbccea92746f7 2479 
fontconfig_2.13.1-1.dsc
 f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741 1723639 
fontconfig_2.13.1.orig.tar.bz2
 36965c7b70f7694453c88cffa5058dd5546dd84097e582532d650bfd046d2291 52104 
fontconfig_2.13.1-1.debian.tar.xz
 c18169a7c9e72d886b76e794eb5cff1476278476d60574661477297b6c358ce2 5738 
fontconfig_2.13.1-1_source.buildinfo
Files:
 284b5fbb45156514b6498bcc2c8d3394 2479 fonts optional fontconfig_2.13.1-1.dsc
 36cdea1058ef13cbbfdabe6cb019dc1c 1723639 fonts optional 
fontconfig_2.13.1.orig.tar.bz2
 6ce55168aa100b493c72a838c41176da 52104 fonts optional 
fontconfig_2.13.1-1.debian.tar.xz
 bdd34f4653361cdf71b3b32cf728a85c 5738 fonts optional 
fontconfig_2.13.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlurdwoACgkQnUbEiOQ2
gwKXfg//VEd9qElLkdOgmEdKoxbqnwC+Q4tGIJlToIMMHrWeSlBSsYB2FqqyRjAP
Up45zMM0Mon4Aoa3gilDNMt22vxzfTrdIRVJccxFzrSclbKnSCSYTrCxlTu81/vM
+CFaCZ36JjiV0tGOwF/5c8vtgMhvVFokeDVuKMLsXfmnH4gXQ0AySC42+IIvPxCy
hOzvFp5YPmRSLgO5uvEhR+K/C71JM+u4i2oBW+5jwE14ozv5Mb57GBTBeti4X40H
InIrzaH+Oh/z4p4pVJdgDU7cbShha5t+mJ9ZZ8wlfMU9vmklDSGn1Ue+nG9Yk9Lk
4fmVSIpSxJ36dZ6k0y6SA/iyslIGSqk5WnudRR0p3B1on59Py8osLCNa7YdqexeV
Y0Bnttl3RjGMkrFawvzZKvueP/45MXltvCqfFqPSpVO6jlBYpxJ6Cs9JVCXyctVk
2Lw+QUS5ADpRo6AD/9nwE6xNzQieF1Wi2zKrkrY05fu0x8c0s0KN+yxECUKAMydO
1CEbFyqxC1GeD+M6TBB7gkD6Dxe3KUdJUsP0E4vOOMiA71OC9RH8Gs9pf/+r+6i1
aRPep5ifgzjRsPyOszyi7UaYEKyEnVUIOwcgx/aQWAT+Fo22zNvoS0onf5pXxk78
O9vMyYZsMRbPi+Lk4losL8JYblP83XrHTV/cypMnANqMWtcf2go=
=xYGB
-END PGP SIGNATURE-



Accepted shared-mime-info 1.10-1 (source) into unstable

2018-09-25 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Sep 2018 11:55:36 +0200
Source: shared-mime-info
Binary: shared-mime-info
Architecture: source
Version: 1.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 shared-mime-info - FreeDesktop.org shared MIME database and spec
Changes:
 shared-mime-info (1.10-1) unstable; urgency=medium
 .
   * New upstream release.
   * Updated Vcs fields for move to git and salsa.
   * Add gbp.conf.
Checksums-Sha1:
 7d345ed269f0f60cfb1dab0bcacae5e1389fc5a2 2197 shared-mime-info_1.10-1.dsc
 d126fa5a0b16bb5440c6b4c56bf65f83c189e129 616800 
shared-mime-info_1.10.orig.tar.xz
 5eab8e7bd146462fffb282b60bdb9e8fe8ed7409 10020 
shared-mime-info_1.10-1.debian.tar.xz
 f0c59d3ce83e3aed7ac9ec87d32e1e16844f1ff0 7401 
shared-mime-info_1.10-1_source.buildinfo
Checksums-Sha256:
 49efdf90a3b97a58fbe8a5b241f721d89d43f03ad52dc8254a4642f12a20d641 2197 
shared-mime-info_1.10-1.dsc
 c625a83b4838befc8cafcd54e3619946515d9e44d63d61c4adf7f5513ddfbebf 616800 
shared-mime-info_1.10.orig.tar.xz
 7b78639aeac9ba261bcccd572739c2cac813541a7ae7799e8e56de0df693295d 10020 
shared-mime-info_1.10-1.debian.tar.xz
 0ca9782250f371946bd1f55e4b8cfeb50f77200affdd1208ba54a296b4aa 7401 
shared-mime-info_1.10-1_source.buildinfo
Files:
 baa7d4143ac60b3783fe2b4b4915d7e3 2197 misc optional shared-mime-info_1.10-1.dsc
 418c2ced9dc4dd5ca8b06a755e6d64e9 616800 misc optional 
shared-mime-info_1.10.orig.tar.xz
 eabb8cd883b4392a375e2957171f9d28 10020 misc optional 
shared-mime-info_1.10-1.debian.tar.xz
 41ceae5967f6d93107adb38cb6dd514f 7401 misc optional 
shared-mime-info_1.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAluqBi8ACgkQnUbEiOQ2
gwL3lw//bu9miflHeQZAStBZTEorlh2v4pl2veTjAgpmsj09Kotc1nAC7fBZKUn/
60dD5RGuVXwzyhOohkP9DVnd5EHJr+QXobia1EPkH2n/9fD6TTrWuQA7TDHUt0K2
VntmxLBFpkJ1R8mBN8/07IXEduuivya1NcSKT7/FQjpI+vWT2cVOt8U3qP38BWV8
g9GaT7q9bgKODmVgQ1+Ar3uogedBnUbD4iaGERx3FviOu2awJhm2yUCHYTi+Vhr2
7pMBYivpJdRExC1iDIyDIdE6kvYqqdSMGf+EDZdbcvuT82IoeoPe9UZX7X2sU2je
0kn+fSp1pEml1v6upCEoJEXxznHhEFv4DJHy+YLlwaC0Jx5K4EhYpFu08hfFBblj
OXoNvSRsBK8pDLtn3I2hJKnxCdk5b420ezxlVpsYr3N5LOfLTmpiMjy+0oCsjStL
Ze8+53zEN5ZKI7oaQTfvIBSyd9kiicCeuTCd9XSOB9zKGPpspZFkKGUVauUyuxfT
bJirTB7rGPSHANnpcUNONOyRATZfhJ8uZNYnUUvcCOkflTe6v/MMr9wuozOeuTBH
uYCI4jkFrxn2TEamM8RYaeTBA0Ob/83mtY2/ToJeuAM6uwXtsT0H56h5qVeYEw7o
ADBRPpekF0o4VDKDNaK9f7J0w/0rFROR0MGEVsxoPz/AjN76Shk=
=zvMP
-END PGP SIGNATURE-



Accepted wayland-protocols 1.16-1 (source) into unstable

2018-08-17 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 Aug 2018 12:02:40 +0200
Source: wayland-protocols
Binary: wayland-protocols
Architecture: source
Version: 1.16-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 wayland-protocols - wayland compositor protocols
Changes:
 wayland-protocols (1.16-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 0b55198d45b8b852afd40e3247d3f3044e6c4550 2071 wayland-protocols_1.16-1.dsc
 b8d8ddce816b928364ed2c8f0e4a54d7dd398c15 104156 
wayland-protocols_1.16.orig.tar.xz
 915ac7af286265537e62bc41c15798fd586f 8516 
wayland-protocols_1.16-1.debian.tar.xz
 07f6537d4254147b62af31142a87d976bee508b9 5636 
wayland-protocols_1.16-1_source.buildinfo
Checksums-Sha256:
 7d4f59d0ee5e052d15ed6db30426f5ec4b3daa3f5672e197d12ac9f1db4fa9d9 2071 
wayland-protocols_1.16-1.dsc
 6b1485951fdcd36a960c870c46f28b03a3e5121fb46246916333ed07f78c98c5 104156 
wayland-protocols_1.16.orig.tar.xz
 509fdf409a39c9ba9e188b9af940d1634675d80f437ff68118cc987d102a2071 8516 
wayland-protocols_1.16-1.debian.tar.xz
 da764245b278a8521767c305f67bb24188899adb65186d60c2e6ec8dfd800e20 5636 
wayland-protocols_1.16-1_source.buildinfo
Files:
 2205657b3eeb88b88716ab6d95d3d7f0 2071 x11 optional wayland-protocols_1.16-1.dsc
 e0b523ff162e30bab46be1d65d527683 104156 x11 optional 
wayland-protocols_1.16.orig.tar.xz
 e16c3832c05980472f14c5b7a799fb31 8516 x11 optional 
wayland-protocols_1.16-1.debian.tar.xz
 62c4a5dba9ea7076389fa331ea7eae05 5636 x11 optional 
wayland-protocols_1.16-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlt2nV0ACgkQnUbEiOQ2
gwJW3w/+MrHMypI+GHR2ptsX+5Wr2QDhpBaT+TkcPcX+vJCUemWoYgP5+j9HKtKU
jRrkvDF6KeDoKpKBP20yzSEdBnLjd3iTDF4EzEHQiXR+1u52e2sDd2Xrs/g3w6bP
1ic+t8hsxlVN3P2zxy/VZDM1HpzMrC+OH08S/1sMriDsncVv4Q3geRdhfQyuEAgA
eQluGNISlscB5aMUlaR14YdaaDg+jNvLr94A3IscaQWB5LkYPdj5q4RHuqt0QrJY
fc4uq931o+rp94XXF2gAZna5Y9EQ5YqIMdUaugPpSL+lq3cIK569w1cQHWO2c3mN
5FpglIRPDRAM8oA3LJC4Q7q+rhm3hSfULxa4m4Xq2UFQYi+hO6ENCMSIVWrsangx
crDVTwUnahyUn+RjfCZapxf9Bt7hXBXs9Xg6pSgwGKvpo2hv1s1oIjRa4MdE0NT+
RFTD+VfXnctTmFUiw19TTEJpKNeXLxAK+QcwwrXutjs0efYk6Fx8IKikevKtfOM0
XtL6lSuFXCEbhfD8ysVqWDme+yOaWk6ns+PYNjbkaBF4SLAhPgMK3ACsaWqm2pOM
56BmU3d4LGxaO84CeBb7OtLEFr6je77i1A9U8Vtq291ECLwue+kbl5Peqh43D5v6
XxV66vlTGv6qAJxx67rzaqFscKR6GEBX5LdK9kDTuJfKAZjxkaY=
=U4jh
-END PGP SIGNATURE-



Accepted poppler 0.66.0-1 (source amd64 all) into experimental, experimental

2018-07-20 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Jul 2018 12:23:23 +0200
Source: poppler
Binary: libpoppler77 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.66.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler77 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.66.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * libpoppler75 -> libpoppler76.
   * rules: no need to remove .la files anymore since we no longer
 use libtool.
   * Add one new copyright holder.
Checksums-Sha1:
 7046f7ca46425b0dbeeae6bec9810e42e2a1d13a 3290 poppler_0.66.0-1.dsc
 95f58069ddbeb7db9bee68873266a5dc8aaaef96 1457420 poppler_0.66.0.orig.tar.xz
 a667c5e43a5e4159f5667359a74feaab1bd1f8cf 30984 poppler_0.66.0-1.debian.tar.xz
 6050b2ad75844b1f5e758b87c91f80b15a703489 36784 
gir1.2-poppler-0.18_0.66.0-1_amd64.deb
 4eb2b751a3c8d993041f56d1f04f3b436e5d222d 27560 
libpoppler-cpp-dev_0.66.0-1_amd64.deb
 9fcd631f25b8659e47f8e5a593510ee0a702ea1c 551532 
libpoppler-cpp0v5-dbgsym_0.66.0-1_amd64.deb
 909fb17b5f7ad45e3aa055197e495f63e3300a6e 51140 
libpoppler-cpp0v5_0.66.0-1_amd64.deb
 b92af113d7ae7c458d7a03851352a533b38595b0 22820 
libpoppler-dev_0.66.0-1_amd64.deb
 416e9892bdc414bfaba23b3c4197ef93c2da 66100 
libpoppler-glib-dev_0.66.0-1_amd64.deb
 069319ce0fafcacda3a86e6184f7a581c9ac48b1 89088 
libpoppler-glib-doc_0.66.0-1_all.deb
 e8d1cb4ebb30d7efd9a5fd6d569b6582094d2845 1175456 
libpoppler-glib8-dbgsym_0.66.0-1_amd64.deb
 a8bee7746af51320368b22aca7472b89d24fb198 129508 
libpoppler-glib8_0.66.0-1_amd64.deb
 a23a5d73d299bac5b8ea1ba0a92f9d016846c07a 188396 
libpoppler-private-dev_0.66.0-1_amd64.deb
 0959d3903a879039d6596b2870096ebfa2b7915b 3369016 
libpoppler-qt5-1-dbgsym_0.66.0-1_amd64.deb
 15ab3a813880b20012c60b509d40772b560fffd9 170332 
libpoppler-qt5-1_0.66.0-1_amd64.deb
 9d8c382c4d6a441c5bfb1c6df617f45a17082c50 50984 
libpoppler-qt5-dev_0.66.0-1_amd64.deb
 5d3d34e50391d8fe3fcecbb98ba5931712fd9986 4059716 
libpoppler77-dbgsym_0.66.0-1_amd64.deb
 f4ba6e30b7b08101bccceb625f3f897e80c23dfb 1396724 
libpoppler77_0.66.0-1_amd64.deb
 734aebc322e1e98681d35c49e2a79b047a837d9a 1899024 
poppler-utils-dbgsym_0.66.0-1_amd64.deb
 83ca6ecf05bcd499e4d487e8f5e757b920fe7fe5 173148 
poppler-utils_0.66.0-1_amd64.deb
 6807a8a464fb9ae3609104501ce52accec628327 17800 poppler_0.66.0-1_amd64.buildinfo
Checksums-Sha256:
 e900ea6dbf66f62a1673f810f0ba43fdb71910f27090957e65c7e8e718420c9c 3290 
poppler_0.66.0-1.dsc
 2c096431adfb74bc2f53be466889b7646e1b599f28fa036094f3f7235cc9eae7 1457420 
poppler_0.66.0.orig.tar.xz
 5d32f0cb5178f0c540f401fc4207a3081300f3dc73f8557f9cad4aa307e4066c 30984 
poppler_0.66.0-1.debian.tar.xz
 f445465a7eb43156e5f5e5a2efffbfb95aa28e581a4b1cd93290f4186c9f7e17 36784 
gir1.2-poppler-0.18_0.66.0-1_amd64.deb
 2afa6b5c23086e7a2566022175d4a14250c3482c74d221b627962fd41852fb2c 27560 
libpoppler-cpp-dev_0.66.0-1_amd64.deb
 00e38ff8d36bc1a7da5b4ed5c339ee71d3f431ba8ced1cee5c90ad0d745f74af 551532 
libpoppler-cpp0v5-dbgsym_0.66.0-1_amd64.deb
 9b6751370357f8b35e0f15b7797bba1025c744b14443f805287a99b3ff0a666a 51140 
libpoppler-cpp0v5_0.66.0-1_amd64.deb
 e500e8c6c87316ddb2928f9eae892739533684fa818b7e5c2f01c4a179aa1a5f 22820 
libpoppler-dev_0.66.0-1_amd64.deb
 b486d48ce9b9b1e5c190545263b08188bdd47755b1c3a011e8c66582177c4346 66100 
libpoppler-glib-dev_0.66.0-1_amd64.deb
 78c43a8f08c0bc5df2fc6205f4b4ac640771c0b5c7e8892755535c906eea4a09 89088 
libpoppler-glib-doc_0.66.0-1_all.deb
 e03a4c369fadfdd66f0409357a865b23c968676097c9e920b4824c5ccb941fbd 1175456 
libpoppler-glib8-dbgsym_0.66.0-1_amd64.deb
 f83965fd9d85eee4a6eaae5ecd20cd7e9ec8c4ddffc63abf8216b5f2dd21b248 129508 
libpoppler-glib8_0.66.0-1_amd64.deb
 93ad22c57bc1c55f9c72b3fba94dea42211835c98483bb1a60954e65e97d 188396 
libpoppler-private-dev_0.66.0-1_amd64.deb
 ac4c2376c1e426e42b043e7b1fbc4ea00a3dcba843073149723b43c43b3d8cc0 3369016 
libpoppler-qt5-1-dbgsym_0.66.0-1_amd64.

Accepted mesa 18.1.4-1 (source) into unstable

2018-07-15 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Jul 2018 12:59:44 +0200
Source: mesa
Binary: libxatracker2 libxatracker-dev libgbm1 libgbm-dev libegl-mesa0 
libegl1-mesa libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa 
libgles2-mesa-dev libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri 
libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers 
mesa-vdpau-drivers mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Changes:
 mesa (18.1.4-1) unstable; urgency=medium
 .
   [ Emilio Pozuelo Monfort ]
   * New upstream release.
 .
   [ Simon McVittie ]
   * Make libwayland-dev Build-Depends consistent with -dev Depends
Checksums-Sha1:
 27b75d0d3bf09dad436354cfeabed0b916461221 4859 mesa_18.1.4-1.dsc
 161bd9e945f6952c43f4e59f8aef263364091a5f 18885083 mesa_18.1.4.orig.tar.gz
 a0f919469689020d2efc52bccaaef66188b1437a 95618 mesa_18.1.4-1.diff.gz
 5c8e1d9433a2a9aa3db6af040c15854eb6546b8e 9482 mesa_18.1.4-1_source.buildinfo
Checksums-Sha256:
 b5ab7af0bbfeebbae80611876faee6c7e916f2363f776ccac14b5bf8fe45ca68 4859 
mesa_18.1.4-1.dsc
 8acd42e4ac4d1e96ed22344073b3d4fef03d10f225f4eaf3f88c001dfc10e2db 18885083 
mesa_18.1.4.orig.tar.gz
 3578c6e0a3010dae68c309ca06bed433658dcd4b2e138e1dac75a977a7d3e944 95618 
mesa_18.1.4-1.diff.gz
 6f5e6e605cacdea8aff237e9d05d14e9343605792a42bc3303534afd116af87c 9482 
mesa_18.1.4-1_source.buildinfo
Files:
 958e68af2680beb861e26f58158722b6 4859 graphics optional mesa_18.1.4-1.dsc
 7a28a3c548b4fe6a51670e10cfaea96e 18885083 graphics optional 
mesa_18.1.4.orig.tar.gz
 4c5aa529251887a5e556585e34aa111f 95618 graphics optional mesa_18.1.4-1.diff.gz
 7e30316ab068e37ec694904069bb71c1 9482 graphics optional 
mesa_18.1.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAltLcIwACgkQnUbEiOQ2
gwI7cxAAx45yKT0xh5YEulaNO/qZGtkztDLvqgk6Poch4s8gz8j+OT97P0wJjNvy
VCY0BnlLTblzmcZ3NWc6Tm7NhwoyIiXXMT2R01Vxk2BgojWt8+4fmuIsmVpcbwZ8
3XYQw9H6aEkgmf/KlG0xwkfmemN8i5wCIyzFCaavkBKJjGiWXhQg5+NWiBH+B8H/
a2QV5vjBdLdd9Z/bg4aTuVMTbUqVl2G64W8EINTPCi3W3hSEJTt+NSzPDsDmljnd
RQTO/6k/wNwGLWuRlkROC2+Tr74Qe9ysMCz5hrTndkqXjpwwnw/ooYnWk9q9x+7G
tbQmc2Ziu3EYQmEgpzuPDuz0Cem4P6BcMeJsElnNKM5Q8Rbwlw78knNmhd31c5Er
o/UdLXqUOsLNphc1vZ1U31UyXLud7Qdxg/4TWAI5/Ic/J1E+jfy2MITRXBbqe31d
F0iJznAoZ5IB8GwwmMesFXRsv9SGiI5Y+gmmLxJGImmHAQHTMa96sZKOquV5L2lF
DNxFcpA59CodVc59SYVYZjhgQI08Zsa6WZ7Uk8lQMHoUoFmQ6W21uKhHlRdjYQ7o
mbWvDfSRjXrknUcB7y5eqhd9wrczm7xTwOezD/cBEWfhtV5QAFJp21xxfQokZcOT
S5igrbDAL8M65qu4c58cAtDhtGy59/uoeIt5P4JrnwEHZ1zTRUo=
=mJWZ
-END PGP SIGNATURE-



Re: SALSA migration of XML/SGML packages (sgml-data for me)

2018-07-11 Thread Emilio Pozuelo Monfort
On 11/07/18 15:38, Osamu Aoki wrote:
> Hi,
> 
> On Sun, Jul 08, 2018 at 07:51:53PM +0300, Adrian Bunk wrote:
>> On Sun, Jul 08, 2018 at 11:20:57PM +0900, Osamu Aoki wrote:
> ...
>> All this gives sgml-base impressive popcon numbers, but the actual usage 
>> is likely pretty limited. I'm sure we have users who still need tooling 
>> for SGML, but all this is now more a fringe area of the archive.
> 
> You missed my point.  I don't care about popcon.  Problem is "Reverse
> Build-depends in main".  Try:
> 
> ---
>  $ build-rdeps sgml-data
>  
> Found a total of 1336 reverse build-depend(s) for sgml-data.

wow, I get an entirely different number:

$ build-rdeps sgml-data
WARNING: dose-extra >= 4.0 is not installed. Falling back to old unreliable
behaviour.
Reverse Build-depends in main:
--

qmtest
python-ethtool

Found a total of 2 reverse build-depend(s) for sgml-data.

That says the results are unreliable, but manually checking
dists/sid/main/Sources gives me the same thing.

Cheers,
Emilio



Accepted wayland-protocols 1.15-1 (source) into unstable

2018-07-09 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jul 2018 12:46:00 +0200
Source: wayland-protocols
Binary: wayland-protocols
Architecture: source
Version: 1.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 wayland-protocols - wayland compositor protocols
Changes:
 wayland-protocols (1.15-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update watchfile for new upstream website layout.
Checksums-Sha1:
 23ff5887afb08d5e71bc36640262ee5c7b7ed22f 2071 wayland-protocols_1.15-1.dsc
 6d44d07280213506ba4958faeeed40a65a5b8a4f 100816 
wayland-protocols_1.15.orig.tar.xz
 2259544f5fd50e185a4e0c3c44fa34873b904c8e 8508 
wayland-protocols_1.15-1.debian.tar.xz
 87d7297fe271fcaac9724d80b41df9ea4a215ae5 5564 
wayland-protocols_1.15-1_source.buildinfo
Checksums-Sha256:
 90cc5dce49d332b38066d90eb592c5490652a5d52cc4dd361befb071714aa256 2071 
wayland-protocols_1.15-1.dsc
 dabb727a4b64e87bfa8c025c1d63919ce12100b49fdeded31857644a59729ee2 100816 
wayland-protocols_1.15.orig.tar.xz
 20667ff0c71a321b491636968234acb73d8dc12b01315474cb12e3b3c578efee 8508 
wayland-protocols_1.15-1.debian.tar.xz
 367e2e51ffd33c70410082d861c0a660c228de825b1076c603f3e18b93524252 5564 
wayland-protocols_1.15-1_source.buildinfo
Files:
 cb3f71abf6968eec52ac4f4cb04ab517 2071 x11 optional wayland-protocols_1.15-1.dsc
 d75ec11e8443946b4795e4be1cf22db8 100816 x11 optional 
wayland-protocols_1.15.orig.tar.xz
 352aecb6f05189bc432e958d0a8bc746 8508 x11 optional 
wayland-protocols_1.15-1.debian.tar.xz
 449efbea11586bba3d921fd7f9f73c0d 5564 x11 optional 
wayland-protocols_1.15-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAltDPPgACgkQnUbEiOQ2
gwJPgw/9H46SQ3hhBgEaHxNWCQIYpsjUuePMQyFg3yRWoq+DrQKh3y1z7XZjyZB8
fHT95G7ZTIEzSwIMMhfMszNTmwIqvgIu9lHWHBW1IiUeZPKf4izziklf7QjF3j2o
MMJ6PM0yZvrtULsTr0crYSnYJvczcehTlrjCmu2aJt/fflo9VhciFKKkRrbbgHbp
ucq8mKgBHN9dilm9ZarIJnwrpf2U3erUdESNyth8ngpy90ubPqY2ooAmcOdPFeMG
kEUawXWhQUX7kjnC+/NweaSoLZ8s41mKH09MRNmon6AKwO33iC/1b3h7H8zS/yBA
cJ+7CGdnBZ31pxOCtyrSDj8SEY4xTc4iCczPAybGrFNaivcvsTyGWDuJ+E84wgPP
mAnjPc3PNW0zdB1NuVWeoxl1GMEn79bcKTS17pYsqn3Ei3nNGJSZMA6c+dyITT9/
1TlvxGvpyg/1LQqm+jshNjG9fq6eceFNmoXiJJclB7/BHWtDLz0P/1Lkp3dEX7IB
/duXhcw/+gv47K8iiHSxp3iIHghXNOtNX2u1+33BzeAbuKmxWB40XchSZWy1gYdd
LBJiJc7+9N3sli8AGy+vEiYmnVhjFSro2RHQxSjOeUbSinpSqKYa8CdGN5lzzSHi
zIrsCT2359yUG9gyKEp0YOzLrtxDt48YioF3fsYubE7VEf3dCGw=
=MlAU
-END PGP SIGNATURE-



Re: Mass filing on Python 3.7 async module import?

2018-07-08 Thread Emilio Pozuelo Monfort
On 08/07/18 00:17, Paul R. Tagliamonte wrote:
> Hey DPMT (BCC'ing -devel, let's keep conversaion on DPMT),
> 
> I see that Python 3.7 now raises a syntax error when you try to import
> a module that is named `async`.
> 
> ```
> $ python3.6
> Python 3.6.6 (default, Jun 27 2018, 14:44:17)
> [GCC 8.1.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
 import foo.async
> Traceback (most recent call last):
>   File "", line 1, in 
> ModuleNotFoundError: No module named 'foo'

> ```
> 
> With Python 3.7:
> 
> ```
> $ python3.7
> Python 3.7.0 (default, Jun 27 2018, 14:40:03)
> [GCC 8.1.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
 import foo.async
>   File "", line 1
> import foo.async
>^
> SyntaxError: invalid syntax

> ```
> 
> Quickly checking codesearch, there are a bunch of packages that have
> import lines that look like they'd fail.
> 
> Anyone mind if I do a MBF on libraries that are providing anything
> named `async.py`?

List of affected packages:

openscap-daemon: /usr/lib/python3/dist-packages/openscap_daemon/async.py
pylint3: /usr/lib/python3/dist-packages/pylint/checkers/async.py
python3-astroquery: 
/usr/lib/python3/dist-packages/astroquery/vo_conesearch/async.py
python3-celery: /usr/lib/python3/dist-packages/celery/backends/async.py
python3-dropbox: /usr/lib/python3/dist-packages/dropbox/async.py
python3-exabgp: /usr/lib/python3/dist-packages/exabgp/reactor/async.py
python3-gunicorn: /usr/lib/python3/dist-packages/gunicorn/workers/async.py
python3-ldap: /usr/lib/python3/dist-packages/ldap/async.py
python3-mapproxy: /usr/lib/python3/dist-packages/mapproxy/util/async.py
python3-opengl: /usr/lib/python3/dist-packages/OpenGL/GL/SGIX/async.py
python3-opengl: /usr/lib/python3/dist-packages/OpenGL/raw/GL/SGIX/async.py
python3-pexpect: /usr/lib/python3/dist-packages/pexpect/async.py
python3-pylama: /usr/lib/python3/dist-packages/pylama/async.py
python3-pymodbus: /usr/lib/python3/dist-packages/pymodbus/client/async.py
python3-pymodbus: /usr/lib/python3/dist-packages/pymodbus/server/async.py
python3-raven: /usr/lib/python3/dist-packages/raven/contrib/async.py
python3-rpyc: /usr/lib/python3/dist-packages/rpyc/core/async.py
python3-tenacity: /usr/lib/python3/dist-packages/tenacity/async.py
salt-common: /usr/lib/python3/dist-packages/salt/utils/async.py
visidata: /usr/lib/python3/dist-packages/visidata/async.py

and the dd-list:

Andriy Senkovych 
   salt (U)

Anja Boskovic 
   visidata

Bas Couwenberg 
   mapproxy (U)

Benjamin Drung 
   salt (U)

Brian May 
   celery (U)

Carl Suster 
   rpyc (U)

ChangZhuo Chen (陳昌倬) 
   pylama (U)

Chris Lamb 
   gunicorn

Debian Astro Team 
   astroquery

Debian GIS Project 
   mapproxy

Debian Python Modules Team 
   celery
   pexpect
   pylama
   pymodbus
   pyopengl
   python-dropbox
   python-ldap
   python-raven (U)
   python-tenacity
   rpyc

Debian Salt Team 
   salt

Debian Security Tools 
   openscap-daemon

Franklin G Mendoza 
   salt (U)

Joe Healy 
   salt (U)

Maximiliano Curia 
   pymodbus (U)

Michael Fladischer 
   celery (U)
   python-dropbox (U)

Ondřej Kobližek 
   python-tenacity (U)

Ondřej Nový 
   python-tenacity (U)
   salt (U)

Philippe Thierry 
   openscap-daemon (U)

Python Applications Packaging Team 
   pylint (U)

Sandro Tosi 
   pylint

Thomas Goirand 
   python-tenacity (U)

Tobias Hansen 
   pexpect (U)

Torsten Marek 
   pyopengl (U)

Vincent Bernat 
   exabgp
   python-raven

Vincent Prat 
   astroquery (U)

W. Martin Borgert 
   pymodbus (U)

Willem van den Akker 
   python-ldap (U)

Wolodja Wentland 
   salt (U)

Cheers,
Emilio



Accepted openjdk-7 7u181-2.6.14-1 (source) into experimental

2018-06-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jun 2018 12:23:38 +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
Version: 7u181-2.6.14-1
Distribution: experimental
Urgency: medium
Maintainer: OpenJDK Team 
Changed-By: Emilio Pozuelo Monfort 
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
 openjdk-7-jre-headless - OpenJDK Java runtime, using  (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: 898976
Changes:
 openjdk-7 (7u181-2.6.14-1) experimental; urgency=medium
 .
   * IcedTea release 2.6.14 (based on 7u181). Closes: #898976.
   * Security fixes:
 - S8162488: JDK should be updated to use LittleCMS 2.8
 - S8180881: Better packaging of deserialization
 - S8182362: Update CipherOutputStream Usage
 - S8183032: Upgrade to LittleCMS 2.9
 - S8189123: More consistent classloading
 - S8189969, CVE-2018-2790: Manifest better manifest entries
 - S8189977, CVE-2018-2795: Improve permission portability
 - S8189981, CVE-2018-2796: Improve queuing portability
 - S8189985, CVE-2018-2797: Improve tabular data portability
 - S8189989, CVE-2018-2798: Improve container portability
 - S8189993, CVE-2018-2799: Improve document portability
 - S8189997, CVE-2018-2794: Enhance keystore mechanisms
 - S8190478: Improved interface method selection
 - S8190877: Better handling of abstract classes
 - S8191696: Better mouse positioning
 - S8192025, CVE-2018-2814: Less referential references
 - S8192030: Better MTSchema support
 - S8192757, CVE-2018-2815: Improve stub classes implementation
 - S8193409: Improve AES supporting classes
 - S8193414: Improvements in MethodType lookups
 - S8193833, CVE-2018-2800: Better RMI connection support
   * debian/patches/it-patch-updates.diff:
 - Refreshed.
   * debian/patches/hotspot-powerpcspe.diff:
 - Removed, fixed upstream.
Checksums-Sha1:
 b1a6e1406d2d93602459f6af439f1ef6e19ee870 4463 openjdk-7_7u181-2.6.14-1.dsc
 904143d91b379f565f1f9fb0e5f30ef55e7dc5bd 54160454 
openjdk-7_7u181-2.6.14.orig.tar.gz
 91a39c9844c4feb7feb00a45626def6f37605abc 171512 
openjdk-7_7u181-2.6.14-1.debian.tar.xz
 90bead562bba867509d211551533b420e4418558 9396 
openjdk-7_7u181-2.6.14-1_source.buildinfo
Checksums-Sha256:
 26908cf6d126fa550df146c72def9a63600c4a11cf038dbec07718c24b7b60ef 4463 
openjdk-7_7u181-2.6.14-1.dsc
 88a0bc956cfb651fa89a62f5a64bbc7e223b2e57b971bc613654471d3cda4fe5 54160454 
openjdk-7_7u181-2.6.14.orig.tar.gz
 f8012a778a438ce5f7238fdd07be6e176afaa35d418481517f4fbc6eb8a8e103 171512 
openjdk-7_7u181-2.6.14-1.debian.tar.xz
 c3b5c861876fd7aff6f23fd43e82deb888af028a4d248c40270d1fbe3976e65a 9396 
openjdk-7_7u181-2.6.14-1_source.buildinfo
Files:
 4b5b3928be8684cb6e42a3458d27b455 4463 java optional 
openjdk-7_7u181-2.6.14-1.dsc
 41a9ef60b447c57ae85c8bdc9054ec77 54160454 java optional 
openjdk-7_7u181-2.6.14.orig.tar.gz
 69cf5a685f9a77fe238d5a68b0e6b377 171512 java optional 
openjdk-7_7u181-2.6.14-1.debian.tar.xz
 59903e819bf37ea11d885e90ac4d9b7b 9396 java optional 
openjdk-7_7u181-2.6.14-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlsc3N8ACgkQnUbEiOQ2
gwKC/w//QJJNQ0zF8fm2XoEq8rH3FsI92ApNOLtCLLdsx/6lcEE6f7WrxVzfBdig
/USc0WtGHB2UP6CbXnogYZNwpIW0GJXvmGKPtIVPBXGxIfAnSxV5aragXn6JQrCd
jLW2+nmMDxACSVdMfB2HpOihhDskpkV4GsaxC4upcHC2j9vx7b7h8S40BSHyjrBe
OUFndWAEnR5BJsGxyFAGRs7EFFm0RXz5+0w2yM8OvUIfP/GtIcrSF/yaHo53H94A
tFr3Bc/HVsZmjwwzyI4adEqb1cGua+CWPVIKV3twJWIwBz4HKAzntk/BGBvQO9c6
Nev6+3el0oZ4MbxGO0Jomtzc0QNDtucNdl3+YlvsuyTiLGiHrBjE+8IHCf9eca4H
TzHvB9iXCsdj/NevicmSUqjIlDQ8n2rQnw7R+WOmaj1Kh6oTs3eOUBQyYwf28ht/
ZTQ15oGL9/3tLQ4TNhg6weVTLpjRyC+FkQWE0OBsej5U8aOA+qlGQmDFsS3XNd0M
/qQmyOtICOk3EvIF60KjWfae9f6+K4tHzNCyhzFlnMYYuLNkFIQD0SWQkPK+CeLh
acnXuttFYBXuXIzzJZW/8idRMe5OGZeFFNR8gutBYAeaMgjI3UCghIxPlSHShArn
NeuVZKaJRqHGc2HAkT/oQSDwYgd2k8XuITFo4vcMUAxyc/v0rnU=
=E+QA
-END PGP SIGNATURE-



Accepted python-omniorb 4.2.2-0.2 (source) into unstable

2018-06-04 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 04 Jun 2018 19:36:04 +0200
Source: python-omniorb
Binary: python-omniorb python-omniorb-dbg python-omniorb-doc python-omniorb-omg 
omniidl-python
Architecture: source
Version: 4.2.2-0.2
Distribution: unstable
Urgency: medium
Maintainer: Debian CORBA Team 
Changed-By: Emilio Pozuelo Monfort 
Description:
 omniidl-python - omniidl backend to compile Python stubs from IDL files
 python-omniorb - Python bindings for omniORB
 python-omniorb-dbg - Python bindings for omniORB
 python-omniorb-doc - omniORBpy documentation
 python-omniorb-omg - CORBA OMG standard files for python-omniorb
Changes:
 python-omniorb (4.2.2-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Upload to unstable.
Checksums-Sha1:
 a3532a7b10fa409f60b19702ee501eaa42b1492b 2488 python-omniorb_4.2.2-0.2.dsc
 4b2fbc48cee067ab6111765e344c61360bc41d08 666047 
python-omniorb_4.2.2.orig.tar.bz2
 79f42131136e6cc0ff498ca402aca1520ecbca60 7492 
python-omniorb_4.2.2-0.2.debian.tar.xz
 eb7a15e9fb3b73c9858feaa490f810cdb48c1ae1 5698 
python-omniorb_4.2.2-0.2_source.buildinfo
Checksums-Sha256:
 954fcf3a20bd8b2d015a7bdc97e984d72354ba36057706609b5f124ace14cf1e 2488 
python-omniorb_4.2.2-0.2.dsc
 f3686e5f85b7c7fec83a1ec97dc6874d336e24830c0e68f1e1ecbd798fa1696a 666047 
python-omniorb_4.2.2.orig.tar.bz2
 3723b98a2bf17881d61c0ddfc8bbfe3914640d6dfc94d973428e189915fea11b 7492 
python-omniorb_4.2.2-0.2.debian.tar.xz
 951002b81950c7b4cb15ad61e0d2f8df3b7d7a5ffaeae7eeea44845f93876d66 5698 
python-omniorb_4.2.2-0.2_source.buildinfo
Files:
 f38977c80b4367bfcacef8a681fe236d 2488 python optional 
python-omniorb_4.2.2-0.2.dsc
 630978396590a1749332e34fd48dd7e2 666047 python optional 
python-omniorb_4.2.2.orig.tar.bz2
 1fd03f792abfe94cb711c3351225f5be 7492 python optional 
python-omniorb_4.2.2-0.2.debian.tar.xz
 3eb804480dd4088bc41b35f9f2c2e3af 5698 python optional 
python-omniorb_4.2.2-0.2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlsVefkACgkQnUbEiOQ2
gwJ31g//S599oCwRmGHdOcBhWtwCUqrevt3fqIn6wSbNqjRY1z7hTIfsRM00Mped
QB3vVG1QiQul+LmfWTfqkuBtPBHpycywIwPR0q6MMOL7htMMOszgWVtfajB8bszR
z4Qg+/KX5hLkJCCTrxnmwxgU7Z4kXCwC8Dj0JEnCbCN2hvd5QGTOxKcUXZrHo9HW
0njzNO8OCF1nEhpKAPovGVtVFIlpFuG9dfNaOkyErlYhSftUDI65aD56TDMqm4Xx
eh07GUBwcX/nHUFh3SWyhwly3+mPOeCzx00ix44c472ybPW2tJbpJtnh/rEt/d9P
Szqn/YutgPKTd36r4HXo0dadJJxy/6yx6dbqugnOr5U30SHZMZJZK/tn+Lb6p0o5
eVjQngBkkRHSEAwF2PQQUEhsXlJ/kiO0OU1HMt71yKlKXR0RBdZcOFhqBi4Q5tVa
vJOaAK6G+l0tfZuCL/c3dSToe32rECn6jKHSXv5CCX03tItgwbUqmhT/nt83oeN6
Mdh9x4Eno4JWngTDlBXvzEzmMwrn+BvUnkDlkxyNnhetuyo1nuGFqx4C1hIy8blV
wvMqB0sAxVISpPfV+I4MQqhe+LSUjYKwkkhilpg+eP6CYnbPz2R67jZrgIeh+1ap
02Rcq404AOnEglgGUtlNiNgDgn7oWwErtxoU4tfEofytyo3A5ew=
=b3aU
-END PGP SIGNATURE-



Accepted mesa 18.0.5-1 (source) into unstable

2018-06-04 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 04 Jun 2018 09:51:42 +0200
Source: mesa
Binary: libxatracker2 libxatracker-dev libgbm1 libgbm-dev libegl-mesa0 
libegl1-mesa libegl1-mesa-dev libwayland-egl1-mesa libgles2-mesa 
libgles2-mesa-dev libglapi-mesa libglx-mesa0 libgl1-mesa-glx libgl1-mesa-dri 
libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev mesa-va-drivers 
mesa-vdpau-drivers mesa-vulkan-drivers mesa-opencl-icd
Architecture: source
Version: 18.0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library
 libegl1-mesa - transitional dummy package
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-glx - transitional dummy package
 libglapi-mesa - free implementation of the GL API -- shared library
 libgles2-mesa - transitional dummy package
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - transitional dummy package
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-va-drivers - Mesa VA-API video acceleration drivers
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vulkan-drivers - Mesa Vulkan graphics drivers
Closes: 900149
Changes:
 mesa (18.0.5-1) unstable; urgency=medium
 .
   * New upstream release.
 - Fixes compositor freezes with XServer 1.20. Closes: #900149.
Checksums-Sha1:
 310b87549b5e6edbd9dd47e7cad95e326c648cc3 4862 mesa_18.0.5-1.dsc
 f7f21c5651d50b37402de89ed5f5a9b1b3a917eb 19123780 mesa_18.0.5.orig.tar.gz
 e1f7e9cf7dc5aeab62f7ec28556e00fa25771d4a 121781 mesa_18.0.5-1.diff.gz
 5225a508ca4e63c53c089ff4ea46e3091f1f2d03 7223 mesa_18.0.5-1_source.buildinfo
Checksums-Sha256:
 dfca16e44730bb94ab7c8a0f4732ff94e1ad767d530593c6f9b467d28f09e0d6 4862 
mesa_18.0.5-1.dsc
 ea3e00329cea899b1e32db812fd2f426832be37e4baa2e2fd9288a3480f30531 19123780 
mesa_18.0.5.orig.tar.gz
 3d03797059cff8c853358cd2995515b5ba853ced6f4a8b85da3e594070d9b638 121781 
mesa_18.0.5-1.diff.gz
 eb71b71239c982e49ca217a6414360c68bd0ea8d72ec007497a30b413d124e62 7223 
mesa_18.0.5-1_source.buildinfo
Files:
 b1e18d9518497e51733df75fdfa7d9d9 4862 graphics optional mesa_18.0.5-1.dsc
 3947b8941836f324b273366f2cec2377 19123780 graphics optional 
mesa_18.0.5.orig.tar.gz
 c16155dae9d6530887a983daf9ad5b16 121781 graphics optional mesa_18.0.5-1.diff.gz
 e22f329819ab4d4e4ef925c25cb9629e 7223 graphics optional 
mesa_18.0.5-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlsVBeoACgkQnUbEiOQ2
gwLDAA/9FKxPLrUNeN080uHh8XgpIKljtFoWJddHxdq7KllYumZMkWFHLot4fqHc
AnnarJygdwGnm3u/ygynfG+SlZvNIkZ7VDjObms7jjtox/xQASci0F3fbM0c2Z71
G2GZJkAHhTDZ3pj79pSv64X70Z8FYOlIMtfH1xVQNXWCUM4OX6xU0k6OdM1MfJeA
88lL9ML+IQuGryz7rCgUaM7tR/zvhTphEahcC5NqwQxMaIhEmnwOO6t3OJqXwxev
KDVH72Rgn+49R7ZgVukmtWUeRjSoW05fFgo50yUJQCpDLTPlQTr0VGJxrq3t1YEL
qXQKEB5XEXVk3EzlLnXLU3/fKNieA52WEHuPrhDzp1EZxwu1LfqQAaDChfdptrNf
G41nuMeTesE9gCzaTYzVSnzheTSy+vZW13r2/EqtpMi47nQp3gsfepRy6q0jhZAe
/b7y7dfD9Ra3DfuryXWqm/eLrk6kM64hjMHQd8zVpGcYa0PMH2RF2MbJ7NQ9zXHA
EbzJyfJthvNmqjq/d1vB4P6q/35mGI9M80l4XXLSquut+71h4aNkh4dAvq17PPfd
/w8MZ2gAtI4Yv7ualQIjojwWiFm3W86qLt3ueHqYCaDE7gEqypGWwNQZw3dSoYO6
cW++pWfGrLnmiq0m/mJvLSweDuIbnpVF+jwo2MBdR/nAgS5huxI=
=1hPh
-END PGP SIGNATURE-



Accepted omniorb-dfsg 4.2.2-0.9 (source amd64 all) into unstable

2018-06-03 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 03 Jun 2018 09:47:23 +0200
Source: omniorb-dfsg
Binary: omniorb omniorb-idl omniorb-nameserver omniorb-doc libcos4-2 
libcos4-2-dbg libcos4-dev libomniorb4-2 libomniorb4-2-dbg libomniorb4-dev 
libomnithread4 libomnithread4-dbg libomnithread4-dev omniidl
Architecture: source amd64 all
Version: 4.2.2-0.9
Distribution: unstable
Urgency: medium
Maintainer: Debian CORBA Team 
Changed-By: Emilio Pozuelo Monfort 
Description:
 libcos4-2  - omniORB CORBA services stubs
 libcos4-2-dbg - omniORB CORBA services stubs debugging symbols
 libcos4-dev - omniORB CORBA services stubs development files
 libomniorb4-2 - omniORB core libraries
 libomniorb4-2-dbg - omniORB core libraries debugging symbols
 libomniorb4-dev - omniORB core libraries development files
 libomnithread4 - C++ threading library
 libomnithread4-dbg - C++ threading library debugging symbols
 libomnithread4-dev - C++ threading library development files
 omniidl- omniORB IDL to C++ and Python compiler
 omniorb- IOR and naming service utilities for omniORB
 omniorb-doc - omniORB documentation
 omniorb-idl - omniORB CORBA services idl files
 omniorb-nameserver - omniORB naming service
Changes:
 omniorb-dfsg (4.2.2-0.9) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Upload to unstable for the openssl 1.1 transition.
Checksums-Sha1:
 bc2f8c44c2c4d495bf4a59b6c6257c004ca43eef 2842 omniorb-dfsg_4.2.2-0.9.dsc
 7d1fa834ace90dc189fde188a14abf4a3465e1ef 62272 
omniorb-dfsg_4.2.2-0.9.debian.tar.xz
 4a9c3ad4a9bc33707fdb78447ecdd73ab18ec436 5760360 
libcos4-2-dbg_4.2.2-0.9_amd64.deb
 0604858168b5e4443b8b0015a29e63f0b1bc26ee 1202492 libcos4-2_4.2.2-0.9_amd64.deb
 d36cc1d22d97a4e3a5bcf1da21676658f9614a5b 1224304 
libcos4-dev_4.2.2-0.9_amd64.deb
 59f76dd9b51ca1bb9af50f85d31d887e443cb889 5628716 
libomniorb4-2-dbg_4.2.2-0.9_amd64.deb
 9b556fa6ea634b0e002777f59103fe50d5fa4cf8 1122464 
libomniorb4-2_4.2.2-0.9_amd64.deb
 da83c90140da2084dddc4b83c0c8ffee3d9cfacb 1338536 
libomniorb4-dev_4.2.2-0.9_amd64.deb
 3d5c043f8abf2704c213e626237d8d0bed17ffa4 44452 
libomnithread4-dbg_4.2.2-0.9_amd64.deb
 46d2453361412e20c453abc1465bba4f15d7b3da 35636 
libomnithread4-dev_4.2.2-0.9_amd64.deb
 6d98c32034351b09a4c4e6a1e367a9a787c3439d 28280 
libomnithread4_4.2.2-0.9_amd64.deb
 5714ee63a1dcc847c5f2d4e788c3ceaa25c0619f 404084 
omniidl-dbgsym_4.2.2-0.9_amd64.deb
 4e4061dc7004e6407ddb14f9279c834fa5f61b69 272812 omniidl_4.2.2-0.9_amd64.deb
 922c1cc8f155fffe8485a66d5be5c31531a028d5 257044 
omniorb-dbgsym_4.2.2-0.9_amd64.deb
 5590973ef8e8e868ddefbe946bac2ae67e19e89c 10685 
omniorb-dfsg_4.2.2-0.9_amd64.buildinfo
 1cd500ae786d360329259ab984c79771b4240d96 577564 omniorb-doc_4.2.2-0.9_all.deb
 b5f40cd4ba9e5f54a9c501bc669afb9c575cd5b9 56848 omniorb-idl_4.2.2-0.9_all.deb
 cb0bccb808df5604f24e1362ab6cc1facc6d8930 216184 
omniorb-nameserver-dbgsym_4.2.2-0.9_amd64.deb
 3cd50f25076a43a14201fdbb89a2cf7ba17b5f69 67212 
omniorb-nameserver_4.2.2-0.9_amd64.deb
 41ebae080745849071bac350f281068a8c525f5f 61404 omniorb_4.2.2-0.9_amd64.deb
Checksums-Sha256:
 3f33ffe25a759f346df3303980e781fd8b4d116ae569c91c6ead39705815ebb5 2842 
omniorb-dfsg_4.2.2-0.9.dsc
 db1b38d2b3ce3b0536bb99e50983df47ebd77926428e62a6affd0373c7fd1233 62272 
omniorb-dfsg_4.2.2-0.9.debian.tar.xz
 df5b1e1c1f296d76329711cb42b4d0d94664a33ba720518517c568574fceb18f 5760360 
libcos4-2-dbg_4.2.2-0.9_amd64.deb
 5239173280eaf804508350f22d197bdbf40c4d9296e42a8d53c6ffe570f86da9 1202492 
libcos4-2_4.2.2-0.9_amd64.deb
 aa6dde345e545127ca03143a2386fc8adbfb45cd2297fa2fafd9e5cf740987ae 1224304 
libcos4-dev_4.2.2-0.9_amd64.deb
 ef58516ab48f646bb5a84df56d270bb5cd295c2c0f433456da2008e3bb679b89 5628716 
libomniorb4-2-dbg_4.2.2-0.9_amd64.deb
 6548051ec956fc5658f7b536c74b277c6cf31c1a5541eeb26535eaa2a10d8363 1122464 
libomniorb4-2_4.2.2-0.9_amd64.deb
 ad8f3852b164659963de1bf07a6971ce6299dc8f47a88649c252952888684d1a 1338536 
libomniorb4-dev_4.2.2-0.9_amd64.deb
 af0757bacb5bd5164bf31b1c90e00790c0efd9b60feeecc7de29a0ba78b3cc1e 44452 
libomnithread4-dbg_4.2.2-0.9_amd64.deb
 965b60fb33b4d8e751b08ed53688cb4427d3726e815d976ce6fa51c81a22f336 35636 
libomnithread4-dev_4.2.2-0.9_amd64.deb
 4f9842949e3053ac22c6ae109328b8d0358198e709a4971eb0835856602a1037 28280 
libomnithread4_4.2.2-0.9_amd64.deb
 b4df89730b19ec62a139c28d60e32c122898f82f24c0ac46d48ca10e1940530a 404084 
omniidl-dbgsym_4.2.2-0.9_amd64.deb
 a71193f7df2d2308c0494ac69ffcf1801a29ae34f169385803217b06c5abe426 272812 
omniidl_4.2.2-0.9_amd64.deb
 651baad20229b2da337eb08c0bef9e0654eaf4155c8aa64b3d0867860be4b77e 257044 
omniorb-dbgsym_4.2.2-0.9_amd64.deb
 c1e2e026b4e0a485dc9f1c520508ec8c20579071f29a1e5b45deccdbfd85e98f 10685 
omniorb-dfsg_4.2.2-0.9_amd64.buildinfo
 5fb4f561b93db40c2ebe3393ede1e5f02483753253adc9d130dcd49749faafd8 577564 
omniorb-doc_4.2.2-0.9_all.deb
 cf1547d3d1aba1e1aa53b457e9577e966254f1393a81937f879438e62bfd5103 56848 
omniorb-idl_4.2.2-0.9_all.deb
 05d4b510859655112437d60348a814c12b8b8e3cec5253edd5809fdca8b94420

Accepted poppler 0.65.0-1 (source amd64 all) into experimental, experimental

2018-06-03 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 03 Jun 2018 10:15:33 +0200
Source: poppler
Binary: libpoppler76 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.65.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 

Changed-By: Emilio Pozuelo Monfort 
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler76 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.65.0-1) experimental; urgency=medium
 .
   * New upstream release.
 - CVE-2017-18267: fix infinite recursion on malformed documents.
   * libpoppler75 -> libpoppler76.
   * Switch dh_missing to fail mode.
   * Update copyright holders.
Checksums-Sha1:
 20ae06c0e72aecdaf37392e8fe4fb1e6f14d7505 3290 poppler_0.65.0-1.dsc
 181630b228ec036be3e587c23ada1a50f617fc61 1451720 poppler_0.65.0.orig.tar.xz
 174bf3a80806c37a5694ee7bd145e97fb524ce9e 30952 poppler_0.65.0-1.debian.tar.xz
 e4c90d4c8d37ed367bb31b46415911fb51cf1a6d 36752 
gir1.2-poppler-0.18_0.65.0-1_amd64.deb
 de9ae694954df76188b3b752f34dceb8815d3be7 27528 
libpoppler-cpp-dev_0.65.0-1_amd64.deb
 6d26a20807ba8ae6ae3229fd4b4f1600ee8c55bc 551544 
libpoppler-cpp0v5-dbgsym_0.65.0-1_amd64.deb
 ef68d416be7c8b6d0948aa6db027f5227c58af28 51104 
libpoppler-cpp0v5_0.65.0-1_amd64.deb
 2dc9279a79d0c66eba0a29e7065ca6d4a632b226 22776 
libpoppler-dev_0.65.0-1_amd64.deb
 f0c713eaefd0304bd2432a4f466807c3b09540c2 66036 
libpoppler-glib-dev_0.65.0-1_amd64.deb
 7d78a7fac1e3d0abef28204bd76d94f280860e6e 89048 
libpoppler-glib-doc_0.65.0-1_all.deb
 451479eda6de84dd190abea2654d10f9b8a64215 1175452 
libpoppler-glib8-dbgsym_0.65.0-1_amd64.deb
 1840dc74bc2e14cc9be38f64f3c59c9484bd4686 129252 
libpoppler-glib8_0.65.0-1_amd64.deb
 90e3a5b7fcaf112d404f208c74a449df63177d6d 188432 
libpoppler-private-dev_0.65.0-1_amd64.deb
 906ddd1805158d7be4488ffb9c63edeecb854676 3368956 
libpoppler-qt5-1-dbgsym_0.65.0-1_amd64.deb
 00d8faa974a069223904fecc482b1a3475e2c325 171552 
libpoppler-qt5-1_0.65.0-1_amd64.deb
 a61b3837e20e228abfdffe437aed815d68fd 50940 
libpoppler-qt5-dev_0.65.0-1_amd64.deb
 469f4799c91aef416c10d3131a69cee43fa11ef1 4056820 
libpoppler76-dbgsym_0.65.0-1_amd64.deb
 c4c9f58d6ee9fbdceba24f9055e20ce6aad6b1e1 1386812 
libpoppler76_0.65.0-1_amd64.deb
 8cfb02f896145da3a30481c79c362514685623f5 1898640 
poppler-utils-dbgsym_0.65.0-1_amd64.deb
 6d0d18ef3faab1383eb00e375c914cf1427adeed 172560 
poppler-utils_0.65.0-1_amd64.deb
 1ff17c21f1add37b7b588c49732b507fa4501248 17730 poppler_0.65.0-1_amd64.buildinfo
Checksums-Sha256:
 f46bb870b4768b9eab030c3ee6397ff6cc19e1795167734999d54ce00114664e 3290 
poppler_0.65.0-1.dsc
 89c8cf73f83efda78c5a9bd37c28f4593ad0e8a51556dbe39ed81e1ae2dd8f07 1451720 
poppler_0.65.0.orig.tar.xz
 41c80734ec7a347cdcedacf5fa011df6c5bd995eaa61c4b0c3077c125c9732d7 30952 
poppler_0.65.0-1.debian.tar.xz
 c3c26d2ad7a39fbdc3b23387fd352d99501d4b822ef053c2cd9610f362b9a141 36752 
gir1.2-poppler-0.18_0.65.0-1_amd64.deb
 b6ec15436a4336289b8902c363e32e958c0f7cf2adeec17313a91ae082ea6d05 27528 
libpoppler-cpp-dev_0.65.0-1_amd64.deb
 1ceb5840aa6d57bedf421685ab634eea14b9c5b467e96936a141610e0cbbc9a6 551544 
libpoppler-cpp0v5-dbgsym_0.65.0-1_amd64.deb
 ccaaf5f8fcaa06e2e82c31154e445fe4eb594290916efa86b3ef0ab4d395dc5f 51104 
libpoppler-cpp0v5_0.65.0-1_amd64.deb
 1423010abec333f6ac5dd01d1f3b69bee31799d7c2dab16dd7d9f8d8b12bda17 22776 
libpoppler-dev_0.65.0-1_amd64.deb
 3ffd57b3bebeed22891e8f8cafbe7fc3e40343c187e2089192a5443298a043e4 66036 
libpoppler-glib-dev_0.65.0-1_amd64.deb
 72c7d0abf31d419bd3e4316fa885aa51af272baa3e0b37632e873029dad72dc9 89048 
libpoppler-glib-doc_0.65.0-1_all.deb
 62294e5df1ddc500f0196f10e29a0e8087707f9adb3c401b3bdd3a1915ab6b43 1175452 
libpoppler-glib8-dbgsym_0.65.0-1_amd64.deb
 b812ae1e9cf923850c563f5728a1e8a1943f7a2d4e64e1ef74289e78234bb8f6 129252 
libpoppler-glib8_0.65.0-1_amd64.deb
 e637c785ca6e5cad14d144da4c83973529413176f1f5d522d2018ab6f65dfbcb 188432 
libpoppler-private-dev_0.65.0-1_amd64.deb
 b939c8fc3d1256bef2f421f7313bbb1cdcfe1597dbf6069242f90ab7986d43ff 3368956 
libpoppler-qt5-1-dbgsym_0.65.0-1_am

Re: packages which have not been rebuild since December 2016

2018-06-02 Thread Emilio Pozuelo Monfort
On 01-06-18 16:32, Chris Lamb wrote:
> … wouldn't we just binNMU these?

There are many packages in your list that are arch:all only, and those can't be
binNMU'ed. Still I'm not sure we can do some several thousand binNMUs. But that
number could get reduced due to maintainer uploads and binNMUs due to unrelated
transitions.

Cheers,
Emilio



Re: remote: GitLab: LFS objects are missing. Ensure LFS is properly set up or try a manual "git lfs push --all".

2018-05-30 Thread Emilio Pozuelo Monfort
On 30/05/18 11:40, Geert Stappers wrote:
> On Wed, May 30, 2018 at 11:19:14AM +0200, Alexander Wirt wrote:
>> On Wed, 30 May 2018, Andreas Tille wrote:
>>> Hi again,
>  
>   :-)
> 
> 
>>> On Wed, May 30, 2018 at 07:50:01AM +0200, Alexander Wirt wrote:
>> Your repo has lfs disabled. You should enable it. 
>
> How can I do this?
> I've just found[1]:  "Your administrator only need to enable the LFS 
> option."
 *seufz* we enabled it, but as you can guess it needs to get enabled per 
 repo.

 Settings -> Permissions -> Git Large File Storage
>>>
>>> Thanks for the hint.  I would not call "Permissions" the obvious place to
>>> look for this and my web search did not uncover this, sorry.
>>>
>>> Unfortunately it does not work yet:
>> use the support tracker and I will look after it when I have time.
> 
> Where is that support tracker?
> 
> (It feels strang to report "salsa is broken" at Salsa itself.)

It's not broken. One feature for one package is not working, but the salsa issue
tracker is still working.

BTW you file BTS issues in the BTS. That doesn't feel weird to me.

>> debian-devel is not on the list of salsa supportchannels.
>  
> Even multiple suportchannels for salsa.
> What are the preferred top three?
>
> In other words
> How cool would it be if the "not here" would have travelled with
>  at URL you find a list of salsa supportchannels
> ???

https://salsa.debian.org/help has a "Support" section at the top.

Granted, that page is linked from every salsa page, but the link is not very
discoverable if you are logged in (it's on the top right drop down menu).

Cheers,
Emilio



Accepted xserver-xorg-video-mach64 6.9.6-1 (source) into unstable

2018-05-27 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 May 2018 09:40:47 +0200
Source: xserver-xorg-video-mach64
Binary: xserver-xorg-video-mach64
Architecture: source
Version: 6.9.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 xserver-xorg-video-mach64 - X.Org X server -- ATI Mach64 display driver
Changes:
 xserver-xorg-video-mach64 (6.9.6-1) unstable; urgency=medium
 .
   * New upstream release.
   * Move Vcs-* to salsa.
   * Switch to dbgsym packages.
Checksums-Sha1:
 0dfb9111957de97fefc734c2c833327832816281 2304 
xserver-xorg-video-mach64_6.9.6-1.dsc
 2015b02266add5b8dff50dda0e7a8932d45328d6 679985 
xserver-xorg-video-mach64_6.9.6.orig.tar.gz
 73e5272b43c49d039fba089306dd354e2591cc93 11644 
xserver-xorg-video-mach64_6.9.6-1.diff.gz
 2a3b00ab9fb47311461e7c4f86044b469fbdd470 6767 
xserver-xorg-video-mach64_6.9.6-1_source.buildinfo
Checksums-Sha256:
 7617f13844038896af7697ff503cf2e7cd69e7752d8c248c8ac5529ad1c77443 2304 
xserver-xorg-video-mach64_6.9.6-1.dsc
 873a9d64c7d08ca1617d98e9dd58389b948f92c052d7914922d9eed4acb2f6a4 679985 
xserver-xorg-video-mach64_6.9.6.orig.tar.gz
 7c0e98f2107f5ea3328f9af213fefbb8ab673649e8775fd1b2593e8413431a4d 11644 
xserver-xorg-video-mach64_6.9.6-1.diff.gz
 426256be5db218704237fa8ea51b0ec26a4bea6751b9af0e484aa38a5c82c86d 6767 
xserver-xorg-video-mach64_6.9.6-1_source.buildinfo
Files:
 c95414dd140a9460fb219e125743bbea 2304 x11 optional 
xserver-xorg-video-mach64_6.9.6-1.dsc
 5431cbcc9cb71798c718b5d8a0fd49d5 679985 x11 optional 
xserver-xorg-video-mach64_6.9.6.orig.tar.gz
 0dbc7e66c6c4df14b3ca47b60c7118fe 11644 x11 optional 
xserver-xorg-video-mach64_6.9.6-1.diff.gz
 af679f82cf883259dabbe232e66d7bdf 6767 x11 optional 
xserver-xorg-video-mach64_6.9.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlsKYRUACgkQnUbEiOQ2
gwKFgg//ZnD0C4CAUz1wn07W2/VNiLKQq8zAS7sRzRtRGcUaoTsB6JYFGbe05zCR
R3r4WrrE5XWGKXQa7HyBp55k3+47Q1q86UXILV7W8nDeERzGxDr5mtHBVuBJUVid
W7/Pmc0jis80uk02gE4Ugnm/PAqym9qO5CQ9iUsFBqmfUTuYZdcdlzFwZFyFTShR
7+MKjIr80/FnmW9r3khn0U6DectzeYfZxQYADHG0j8nV0rBA8O7dGGoR+lQYRFFP
VJdrvjKxguDLTB+zHyLRSLjR3QCyvODGM3EnM3Rk6J82YLBnOw9OgjDl9DdCzuPj
zuL5PG4As0tqw1pSQJb+rg/+LLP6vSyY6RScnKZEhUZLRrUI/gqfe/b43TEbu4n7
yUIAUinAhMRfIbswCe9lPCA+lkd7B9jr44EnqnSiA//3+AaSmY9Q7e1qrGaCRlFF
bpIgOXuLqlfbJVAXjmVxtz4PD9OEhunS5JDs3TUS8Fa/g+wKiP29/f+EYNrsy9jh
/tqTh2k6f6FzElMQZqjLRjaz/JI9dM1DFdPBQV1mnt9H/85pK/TgzMsIZ7e7s0xG
uFAw+sZY3YSOcrR5k9Flac8NvfJ9dxEodPgyERboHJZ0uyrg38T3NNCMhoG4DoLX
Wr81b7Wbr5Mkx86j0KvHJTWvuaEhH4JVQzFPV/LA4yCMYYsfIJI=
=eaHU
-END PGP SIGNATURE-



Re: RFR: email about regressions [was: Dealing with ci.d.n for package regressions]

2018-05-25 Thread Emilio Pozuelo Monfort
On 25/05/18 12:24, Mattia Rizzolo wrote:
> On Fri, May 25, 2018 at 12:16:20PM +0200, Emilio Pozuelo Monfort wrote:
>> On 25/05/18 12:09, Mattia Rizzolo wrote:
>>> autoremoval mails contains tons of false positive and cases where
>>> regular package maintainers can do nothing about but watch.
>>
>> Can you give some examples of false positives in autoremoval mails?
>>
>> Do you mean the case where you just fixed your package but the information
>> hasn't reached the service and so you still get a mail about it?
> 
> That, yes.
> But rather than false positive I should have said "things a maintainer
> can usually do ~nothing about", like RC bugs on other package where NMUs
> are infaseable, or the migration is blocked by some transition, etc (in
> those case it's not like the information is false, it's simply not
> useful).

Even if there's not much one can do in some cases, I think it's still useful to
know that your package is scheduled for autoremoval.

> Anyway, doesn't really change my point that the autopkgtest mails are
> welcome to me :)

Certainly.

Cheers,
Emilio



Re: RFR: email about regressions [was: Dealing with ci.d.n for package regressions]

2018-05-25 Thread Emilio Pozuelo Monfort
On 25/05/18 12:09, Mattia Rizzolo wrote:
> autoremoval mails contains tons of false positive and cases where
> regular package maintainers can do nothing about but watch.

Can you give some examples of false positives in autoremoval mails?

Do you mean the case where you just fixed your package but the information
hasn't reached the service and so you still get a mail about it?

Emilio



Accepted xorg-server 2:1.20.0-2 (source) into unstable

2018-05-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 May 2018 18:23:27 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-common xorg-server-source xwayland 
xserver-xorg-legacy
Architecture: source
Version: 2:1.20.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xserver-xorg-legacy - setuid root Xorg server wrapper
 xvfb   - Virtual Framebuffer 'fake' X server
 xwayland   - Xwayland X server
Changes:
 xorg-server (2:1.20.0-2) unstable; urgency=medium
 .
   * Bump some minimum (build) dependencies.
   * Release to unstable.
Checksums-Sha1:
 61024d351f8f49318a1c51d8a9901f6183ef 4187 xorg-server_1.20.0-2.dsc
 11d4b75fec12a6efbc6a5fac880bd19fd4bdcd1a 8495473 xorg-server_1.20.0.orig.tar.gz
 538ac62556a98bbaaee199394a636883e84f0413 147599 xorg-server_1.20.0-2.diff.gz
 e701569b5d3ddb12174d4393a511335b7e0d 7878 
xorg-server_1.20.0-2_source.buildinfo
Checksums-Sha256:
 481146055f093413f0039c7046cf6ff0f6ac9cb284948a8dd989948229a2a6c7 4187 
xorg-server_1.20.0-2.dsc
 6f55004082f9b9c3304037ae78bc5969889d066cf06c0f3130393fef79942ed1 8495473 
xorg-server_1.20.0.orig.tar.gz
 0a2f310bb232aa00f4f8754d562d8aa256a468636b0583b6545071fd416928af 147599 
xorg-server_1.20.0-2.diff.gz
 a1b36d4d859628f8a35331a873f60823409bfcc325a4006d2777e06b1c84989b 7878 
xorg-server_1.20.0-2_source.buildinfo
Files:
 ba467cc71df9525cbb6455f0eac77874 4187 x11 optional xorg-server_1.20.0-2.dsc
 b6acadf57ed44c9cb51f08d9a7ac27c9 8495473 x11 optional 
xorg-server_1.20.0.orig.tar.gz
 428eabdbe8cc83836a3e3dc1fe5c11cb 147599 x11 optional 
xorg-server_1.20.0-2.diff.gz
 c0bf58e76c3df938b6eaab7a046384c6 7878 x11 optional 
xorg-server_1.20.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlsG53YACgkQnUbEiOQ2
gwKf/RAAqr1gz+ZA/GW2WRf5JDkxol21+UsGwzrQVcyQJGvv0jGIFhrLZjgTly7u
0C5crRc9/vPwwgf1sckEUKHfAgmz1uzGZrlc2jq2Jhg+NvM3tbPSME8L7jd9QKJP
0PZr5RhOXwsMCUztndGRd01BDmdKy1MgnNuKjk9JWUgUB1vKHcv+sAOoKtqMQqge
kal0dwcdgq5iUh+rXr504OkmW8v7J3l6p10dEi3CRPzok5ELxAOsTb9IVnRuX6SC
zm7YElW/qSy3etYmBZdbgE/2BT2At3r1eazcwMjUBbwknjrrBIARvJAQchTMRktp
jrU7AfMBWPjEu5Df36lpF58rzoGcViPa9a67wKCbWotHSoKdJ1Z+Z8/e/iQdaHgw
Jj0cbBZngfdUVU2g6FCbbWIapPmRCvs3BqyT4vsPSwFRoACXBeH0SL2/lI3AL+KR
KOqW8dbqpogolPkG7H7RRJUAo6EeyfwDu/4wET/Uz3+wyCzOqyBEofVjcCGkhmhL
ohNq9ESi14tr2PWAPbnJJk/Vdf1Q1L/w8GLY4NKXV7a1rJ28quDDqxnDe9piSfhS
9VfWrAsKbPW8mIreNmmXP1p6JAgVRq1BmqX4JjhcDOCJQrO1+JZ6840pkCy2XQ86
FWksdC0lnRIX4CApO7n7YEuqOZS6Gv0pdzyqW31vCsrlHLnSAho=
=iWL7
-END PGP SIGNATURE-



Accepted weston 4.0.0-1 (source amd64) into unstable, unstable

2018-05-22 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 May 2018 13:47:15 +0200
Source: weston
Binary: weston libweston-4-0 libweston-4-dev
Architecture: source amd64
Version: 4.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 libweston-4-0 - reference implementation of a wayland compositor (shared libs)
 libweston-4-dev - reference implementation of a wayland compositor (shared 
libs)
 weston - reference implementation of a wayland compositor
Closes: 886919
Changes:
 weston (4.0.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Rename packages for soname bump.
   * Update symbols.
   * Update Vcs-* for salsa.
   * Make libweston-4-dev priority optional.
   * Update copyright.
   * Enable systemd notify support. Closes: #886919.
Checksums-Sha1:
 2b726b3d3450debebf65fb0e5557b97752247fd9 2674 weston_4.0.0-1.dsc
 083531169fe988ef4e5db395a24b98d005f903af 1684106 weston_4.0.0.orig.tar.gz
 c30cf09ba6b63098c4e7c1d2ea390ea32029336b 34211 weston_4.0.0-1.diff.gz
 33a267f5f0bd6a5c0e478589a34208a89104e5f6 1032548 
libweston-4-0-dbgsym_4.0.0-1_amd64.deb
 cc95853914ab2f80cd71cfaeef5e21f81b499571 232212 libweston-4-0_4.0.0-1_amd64.deb
 0617baaaee85f816cdbc9da35de04746d9f234ff 31704 
libweston-4-dev_4.0.0-1_amd64.deb
 ef18ad2fda60f2b2bc4aa5d3d5f1c11939dfe2c1 2982336 
weston-dbgsym_4.0.0-1_amd64.deb
 94813de86b031de88cb5a2f78d8fd1f1874e1f79 12939 weston_4.0.0-1_amd64.buildinfo
 c8df1e687e138857a39d3278df84ee7e6dadd5d6 925364 weston_4.0.0-1_amd64.deb
Checksums-Sha256:
 16dc194917d30c68efb0b751b569a9cf833452b6c42186732152f93c085106be 2674 
weston_4.0.0-1.dsc
 0766ade7ff9488040724c00f28e7d071801efe6fd3b53e8d1c9d8fb153f4c369 1684106 
weston_4.0.0.orig.tar.gz
 934c9e5726e4a3eebbcc6921d881a3bb81562b2bf704c5e5f6d175e4e700a332 34211 
weston_4.0.0-1.diff.gz
 f528f360ccbac4efdc553d5d644c7a6ffb85b02fa2e152946441f22918f5bdac 1032548 
libweston-4-0-dbgsym_4.0.0-1_amd64.deb
 422926882578d16e671cf0a657b7666c0dd6215f8f53af6ec48f3145c9cbd485 232212 
libweston-4-0_4.0.0-1_amd64.deb
 76b7d3ea6176e3bec2182a8065670a8027e894549c3e3ae1db2264a7fb80eec6 31704 
libweston-4-dev_4.0.0-1_amd64.deb
 3a23690d09ab917727efca2f4c00709334ea9c67487aadcbd9c85a9f66da8799 2982336 
weston-dbgsym_4.0.0-1_amd64.deb
 91f6571a691004b1c5b428eabaaa2ca62dccd293e8bfe16ad3a7b4e19b0c9ab4 12939 
weston_4.0.0-1_amd64.buildinfo
 0951522a38a0e3d681046ce7e8407797a02ebb088f9898b13daf51885b5ae902 925364 
weston_4.0.0-1_amd64.deb
Files:
 ca2c297701124bb3e19479915c1e51e0 2674 x11 optional weston_4.0.0-1.dsc
 d85006c6dd8f70ee621c8c5e3f954be8 1684106 x11 optional weston_4.0.0.orig.tar.gz
 4a82772d61114fc453f658a64b9c94ef 34211 x11 optional weston_4.0.0-1.diff.gz
 da5a1d5f316f5930bfdf30e434c7bd0d 1032548 debug optional 
libweston-4-0-dbgsym_4.0.0-1_amd64.deb
 be3dafe6ed79a4069a35321033fc3348 232212 libs optional 
libweston-4-0_4.0.0-1_amd64.deb
 7a6c6e78cbbe9e8c2b84325fb95f9879 31704 libdevel optional 
libweston-4-dev_4.0.0-1_amd64.deb
 a8bf9cc6f66e5b9dbad2dd63299100d5 2982336 debug optional 
weston-dbgsym_4.0.0-1_amd64.deb
 0001a7c90375862934a4619dc7f15f69 12939 x11 optional 
weston_4.0.0-1_amd64.buildinfo
 28596eb5cc25e0bf088f62f04719e325 925364 x11 optional weston_4.0.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlsAD5MACgkQnUbEiOQ2
gwKwAg/+PSDsLMUzsgBYzgICTpukrYiyfo5pnbsIu5+crPAiAWQxgrb/ITUDVljw
HNgYT8IGVoC0i9XS/s9cqBs/dZKOloeLzy0/AR8IzgFwuWDD2USiyNbe4rXsnC6G
yXpSOctnN+Xd80qCZt8V19Xp2M10XdM4dVdSAJ+w/tbumKjXo3+E9G3qLNlfnak0
7dXB5TP/FsoSCOxujDuPvcpuk1GOH2tTdqqXGttEWaLJKswpl8GVe85kOj6cddPK
EojSX/E+ACmNK10q6WGHroQCvggbudiie/7CXNKJ9PIeafPaP+5hIwi6+gj6nKrE
eWLl/G4GstAPrP+yJpoFxSnANgjXqrPTwq/4EtlskNxl7Xt0VDYKNP/ztZTq+SZC
hzK6BiusouJSOJ4FeXt43wOcrS6ugZOMyvlXGIW27nIk9cUC6bR4HShohzPOOYUX
3T3WBoHzcsCCBIg+5S43qI++7vMkRPjiL0k6ZPJkYJdzr19JTn6BiOnQaS/af53I
RRNB17jbpy2s0UEpsq3gOWqDLTqB+pFEKjpM3Hb2uSAeWpilcxL7CsJMAvzabJkF
yENuDdC+8GpyMJvWczX+n9d5wC7I/pkc3vzqqgnlCJSDmFqZbCcQ73/9ylhqo4aj
wCS4fzYFDE8S2lp0kQ0hIY2EHDWQl1iduuj2Jf++BFYZmha7VLY=
=cwgY
-END PGP SIGNATURE-



Accepted xorg-server 2:1.20.0-1 (source) into experimental

2018-05-19 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 May 2018 15:04:00 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-common xorg-server-source xwayland 
xserver-xorg-legacy
Architecture: source
Version: 2:1.20.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xserver-xorg-legacy - setuid root Xorg server wrapper
 xvfb   - Virtual Framebuffer 'fake' X server
 xwayland   - Xwayland X server
Closes: 868843
Changes:
 xorg-server (2:1.20.0-1) experimental; urgency=medium
 .
   [ Timo Aaltonen ]
   * New upstream release candidate. (Closes: #868843)
 .
   [ Emilio Pozuelo Monfort ]
   * New upstream stable release.
   * Update Vcs-* for salsa.
Checksums-Sha1:
 65561ccfc4d167412c0b77a03a0bf45b8ee1cbeb 4186 xorg-server_1.20.0-1.dsc
 11d4b75fec12a6efbc6a5fac880bd19fd4bdcd1a 8495473 xorg-server_1.20.0.orig.tar.gz
 eaef958126a5b3ee6b7d705658321463a8ead48a 147554 xorg-server_1.20.0-1.diff.gz
 42b8bd44ab511af62911f38df43a7bee4bd36e5b 6075 
xorg-server_1.20.0-1_source.buildinfo
Checksums-Sha256:
 9658b7248d4b63b5141e550edf5c06cbe02e616d19a808bf4a96aedc9e57a76a 4186 
xorg-server_1.20.0-1.dsc
 6f55004082f9b9c3304037ae78bc5969889d066cf06c0f3130393fef79942ed1 8495473 
xorg-server_1.20.0.orig.tar.gz
 2209adf03e679d98f65249b5dcae10e6efb35956bb28fbdaf5ffdbf88b98d8e1 147554 
xorg-server_1.20.0-1.diff.gz
 2d6d771356b4d395cabbca8f1f7a7557e7171b785481c57898247eaef3c2b0ae 6075 
xorg-server_1.20.0-1_source.buildinfo
Files:
 c4e552e79384f414edc35f3a60fb0269 4186 x11 optional xorg-server_1.20.0-1.dsc
 b6acadf57ed44c9cb51f08d9a7ac27c9 8495473 x11 optional 
xorg-server_1.20.0.orig.tar.gz
 1c41024f2455fa6c1e58b2c163b94846 147554 x11 optional 
xorg-server_1.20.0-1.diff.gz
 9354723296e52d97b90b4ae522b45bdf 6075 x11 optional 
xorg-server_1.20.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlsAIO0ACgkQnUbEiOQ2
gwIH1w/+LpqPSMk0RDczRjgZCSQP0IRKpwcceAz6NKhdIORI1zMHgNnKf7jpFiXn
pPDMxjRQcy1fko2yroW/1GtOgVCV+IY2oqtrrZ442InaLhuuXTmqv2tv/B9NboWS
RmBJUKDBq2psJvw3dpl+rfPWg25PAlt81on9lcFzNYXbxTrF5JN8osvR+uLCT0IF
uvsxce4IyMK60zjQTXhfa+wfSXLvcFvf6CcAwRnxvshFBQgvCTHiPTfnBSa8wsIw
iWRtIJVBoMuVpkKVpANa6ARoc9FrqvTgzhTPi9T9iazI0O1WQ734WZC54xH5hF+N
0HG9EFwOVITx7WM+a1gHOERYIx8eK4PUuTjL/lowptic9irRhuTuKK7HuOUJBKds
Sb501zjvrrCVhjUKNMgMGBB6c1ufEVVwfB1oUs8R/44jPcFCf51NH1pVKVERWYsw
WyRzoHsym0zemGrT02hd/ywILsxgVGYDCcttPxHewtIXRrWNRejVYJh9NseW0iFx
YKIuRJK7/SrAD2bzWdvy1rsT3+AEPTFmlXfTGnrZFpqWEoSXN1TFZ8eZmFCM+XlI
MuwCTNdwcpcagOHFbNWGJhxM3zYwXu9Q0N83hmBKsex+QD50IULkr29qwsnvjbKR
3IGzdbarVpjJKQUXrpfye22pN8j7d3w6l4l3pxKI40Aqlgpys/g=
=7V4F
-END PGP SIGNATURE-



Accepted wayland-protocols 1.14-1 (source) into unstable

2018-05-19 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 May 2018 12:39:15 +0200
Source: wayland-protocols
Binary: wayland-protocols
Architecture: source
Version: 1.14-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 wayland-protocols - wayland compositor protocols
Closes: 898988
Changes:
 wayland-protocols (1.14-1) unstable; urgency=medium
 .
   * New upstream release. Closes: #898988.
Checksums-Sha1:
 3da022b55a88c27d069d54565356699f9ce04be2 2068 wayland-protocols_1.14-1.dsc
 54cf2afd63afb4512ee45514d4e8bcb86cc15100 99844 
wayland-protocols_1.14.orig.tar.xz
 d55571f01a458ee5d5e46aca93782f26a99cad0a 8468 
wayland-protocols_1.14-1.debian.tar.xz
 e8ee96683ed3f4bde3abc95066f1c2c474ec3606 5437 
wayland-protocols_1.14-1_source.buildinfo
Checksums-Sha256:
 5463b78cf6088bbe3f542401563fb365d989faf2b3102455c5d91f7d5a6e203f 2068 
wayland-protocols_1.14-1.dsc
 9648896b2462b49b15a69b60f44656593c170c0e73121c890eb16d0c1d9376f6 99844 
wayland-protocols_1.14.orig.tar.xz
 61d54d0c85e56c3f8ef64730a58e1084a270f49275767ca29e72a0e757531cc6 8468 
wayland-protocols_1.14-1.debian.tar.xz
 91956e701cc22c72ad758cb1a3f66eba04bec0644debcb41ac5691b46aa23b36 5437 
wayland-protocols_1.14-1_source.buildinfo
Files:
 62dfbfd1dc0db6d62c9b3d6f8f904ce5 2068 x11 optional wayland-protocols_1.14-1.dsc
 5d32eaf0f5d6b7da7f5ad0959e2551e6 99844 x11 optional 
wayland-protocols_1.14.orig.tar.xz
 61d1ed178e2e10f4bf1b04ed9f6bb308 8468 x11 optional 
wayland-protocols_1.14-1.debian.tar.xz
 1e713981b50675d359136bb2133fc738 5437 x11 optional 
wayland-protocols_1.14-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlr//v0ACgkQnUbEiOQ2
gwIrAQ/9HZu30ftmRC7GVTvAAs+RWNvsd81zU8UL9nD2fj+1bIEfbtThLYNAMMs6
gOrNsKmLsJ/XdCAdJCtuzceUpNL37EfCkkyTa/759f/jp+6Sa9WThR3pIkR9kAQD
zyADYBAJM5hi8R/wqiVu1tKjiBVO+lxS1ccXqwuUsnz2sDtybeyvBpk9qyc3aAHK
4QyAsBG0lfM+5eRevpSG9YANDZGxqKvsLuSN2VQWO58si9VGeOPQOZJSjOxmOpQG
nen7GvA2f4kFRASSXagodC7EMEQ18cxz2bJ4P6PWc1Aw6rurg/LgBmp0ELYcdxmT
Gf4f9iGShN9ifZcakMDYq+yFeBfKHhT/W/e0Ts+Gywmjy6rGAKUfrizNLeup2XOh
zbeEUtZONX1LgFQy+D2MopuR9IFhPfAFOLt9jlkFX1XwFc0TcSrh56ky6bMi32iG
STARZihz5XPVyuFkkBzCFDox3PulEjWfsg/va8W3EU56k3A5oe1bdrmzOuXYxfLK
EreBUGYUieyOFOH6MD0cDe66GG6jcbayKWXyx9bP966H5KkuWBkFlFeq/kYs43oL
a/JMhBwP2bFMxoU3G5LZQcsYAkWf1K8i8khw0V/WcC62bnM0A0eX8U/3BXDU/lmo
NVzRWUVdBcvBI3uOt5JbXhgMFwZh+q++5nYGRwybzEa1yTigGTQ=
=Asfi
-END PGP SIGNATURE-



Accepted wayland 1.15.0-2 (source) into unstable

2018-05-19 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 May 2018 12:34:01 +0200
Source: wayland
Binary: libwayland-client0 libwayland-egl1 libwayland-server0 
libwayland-cursor0 libwayland-dev libwayland-egl-backend-dev libwayland-doc 
libwayland-bin
Architecture: source
Version: 1.15.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 libwayland-bin - wayland compositor infrastructure - binary utilities
 libwayland-client0 - wayland compositor infrastructure - client library
 libwayland-cursor0 - wayland compositor infrastructure - cursor library
 libwayland-dev - wayland compositor infrastructure - development files
 libwayland-doc - wayland compositor infrastructure - documentation files
 libwayland-egl-backend-dev - wayland compositor infrastructure - EGL backend 
development files
 libwayland-egl1 - wayland compositor infrastructure - EGL library
 libwayland-server0 - wayland compositor infrastructure - server library
Closes: 897362
Changes:
 wayland (1.15.0-2) unstable; urgency=medium
 .
   * debian/copyright: add missing copyright holders. Closes: #897362.
   * Update Vcs-* for salsa.
Checksums-Sha1:
 e11bb2fb04f90f6518e4dd917b74f29644250f9b 2565 wayland_1.15.0-2.dsc
 074c5081a211016edf3d9df577183ad54e201f64 698641 wayland_1.15.0.orig.tar.gz
 e03aa1798ac7bfe6e19ce5ad60469a6cb71aa78d 12517 wayland_1.15.0-2.diff.gz
 bc84606cc51d7b015cef4745d08cd311ad66ee31 5575 wayland_1.15.0-2_source.buildinfo
Checksums-Sha256:
 34167cfc114dc8fc9407f0ce834c13607a6643acdd3f9b11a1610f287a17fed4 2565 
wayland_1.15.0-2.dsc
 8b8c265b4acf46148e764b7eb4d6e368aef9325a7dca27ebcabc81a4d03bc120 698641 
wayland_1.15.0.orig.tar.gz
 d8f73896a181c08f86dd855e61d8f7fa5d249eb7b34af5c88f99c8a8caea5818 12517 
wayland_1.15.0-2.diff.gz
 7dec0872c4c1a7fa02b1a0060e99f8206513d205504ac8cb309d70a9e7940c1e 5575 
wayland_1.15.0-2_source.buildinfo
Files:
 bcba3b3eb04810dce52331c26d2aa4af 2565 x11 optional wayland_1.15.0-2.dsc
 35a4d4fdd6202fb4d09aa31fb7922151 698641 x11 optional wayland_1.15.0.orig.tar.gz
 ffc1a63e87a0eeb43a6577d6fed1b97b 12517 x11 optional wayland_1.15.0-2.diff.gz
 65901b0c59bb60ff552496618e5f5070 5575 x11 optional 
wayland_1.15.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlr//bIACgkQnUbEiOQ2
gwKyBA/7BktB8gdNUGlZTXs8OkGwTPEsV1lMmOA/bGaEi8PzIoHnjR3j1goyZSlL
nK4qtQ8VI9omUt3UKTROxzgViJemTPevOdc/yjsf7xn1l9GPLo4OKMDmo2Gn28UY
ZPOprRxxKNtV6ydGULqy2EJsgH68eAe6UK9RV3KCOwhuOPacVaSYXU+whAMl/ccx
HXkTi0uRyO4q2Hq2OjSKqtnQvgnDQma3RN8hPEN8T+c+KEGDRGiPkICxeip+26LN
o/lclRBOnNZzfpltC7iWRVwTENLqvXpFo9Tsx63XF4GFIOPDttR2XX84OwvOqpCU
KcMN006OgTbu7fWS19fk38ecRrhUgOBcD5nncMk11Sma/Hg+sAGtbJoMe01NdKs7
gGHMtZgVge9hFIO1CTbzRTmIkqUJnZ+wjH878AifZcnwQdGhcUi23XW3OaJyN70+
AIQjPhPCtqSp02wnPXxeSiFZJ8BNCvg67N+NyqR05AcmJX/rgbamlUIAA2LKHepa
3rvq8MdPYT58vPXkXts0exMehf+PLp/2ro02SGL/t+Cdr80mD4bRiETKBTqUdBkj
FLxwd4itaQ2p18otITtlA7ySk3/0QVnh0PA66MqTCPaF3Yeu7RAQCOPF9Dva38WC
uGmweNIsAzdKIFvdJXC9Bk/0ax4h/9xz1/ddzWPqN6ZsZjcHKvc=
=7lMM
-END PGP SIGNATURE-



Accepted boost1.62 1.62.0+dfsg-5.1 (source) into unstable

2018-05-19 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 May 2018 16:35:58 +0200
Source: boost1.62
Binary: libboost1.62-dev libboost1.62-tools-dev libboost1.62-all-dev 
libboost1.62-doc libboost-atomic1.62.0 libboost-atomic1.62-dev 
libboost-chrono1.62.0 libboost-chrono1.62-dev libboost-context1.62.0 
libboost-context1.62-dev libboost-coroutine1.62.0 libboost-coroutine1.62-dev 
libboost-date-time1.62.0 libboost-date-time1.62-dev libboost-exception1.62-dev 
libboost-fiber1.62.0 libboost-fiber1.62-dev libboost-filesystem1.62.0 
libboost-filesystem1.62-dev libboost-graph1.62.0 libboost-graph1.62-dev 
libboost-graph-parallel1.62.0 libboost-graph-parallel1.62-dev 
libboost-iostreams1.62.0 libboost-iostreams1.62-dev libboost-locale1.62.0 
libboost-locale1.62-dev libboost-log1.62.0 libboost-log1.62-dev 
libboost-math1.62.0 libboost-math1.62-dev libboost-mpi1.62.0 
libboost-mpi1.62-dev libboost-mpi-python1.62.0 libboost-mpi-python1.62-dev 
libboost-program-options1.62.0 libboost-program-options1.62-dev 
libboost-python1.62.0 libboost-python1.62-dev libboost-random1.62.0
 libboost-random1.62-dev libboost-regex1.62.0 libboost-regex1.62-dev 
libboost-serialization1.62.0 libboost-serialization1.62-dev 
libboost-signals1.62.0 libboost-signals1.62-dev libboost-system1.62.0 
libboost-system1.62-dev libboost-test1.62.0 libboost-test1.62-dev 
libboost-thread1.62.0 libboost-thread1.62-dev libboost-timer1.62.0 
libboost-timer1.62-dev libboost-type-erasure1.62.0 
libboost-type-erasure1.62-dev libboost-wave1.62.0
 libboost-wave1.62-dev
Architecture: source
Version: 1.62.0+dfsg-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Boost Team <pkg-boost-de...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 libboost-atomic1.62-dev - atomic data types, operations, and memory ordering 
constraints
 libboost-atomic1.62.0 - atomic data types, operations, and memory ordering 
constraints
 libboost-chrono1.62-dev - C++ representation of time duration, time point, and 
clocks
 libboost-chrono1.62.0 - C++ representation of time duration, time point, and 
clocks
 libboost-context1.62-dev - provides a sort of cooperative multitasking on a 
single thread
 libboost-context1.62.0 - provides a sort of cooperative multitasking on a 
single thread
 libboost-coroutine1.62-dev - provides a sort of cooperative multitasking on a 
single thread
 libboost-coroutine1.62.0 - provides a sort of cooperative multitasking on a 
single thread
 libboost-date-time1.62-dev - set of date-time libraries based on generic 
programming concepts
 libboost-date-time1.62.0 - set of date-time libraries based on generic 
programming concepts
 libboost-exception1.62-dev - library to help write exceptions and handlers
 libboost-fiber1.62-dev - cooperatively-scheduled micro-/userland-threads
 libboost-fiber1.62.0 - cooperatively-scheduled micro-/userland-threads
 libboost-filesystem1.62-dev - filesystem operations (portable paths, iteration 
over directories
 libboost-filesystem1.62.0 - filesystem operations (portable paths, iteration 
over directories
 libboost-graph-parallel1.62-dev - generic graph components and algorithms in 
C++
 libboost-graph-parallel1.62.0 - generic graph components and algorithms in C++
 libboost-graph1.62-dev - generic graph components and algorithms in C++
 libboost-graph1.62.0 - generic graph components and algorithms in C++
 libboost-iostreams1.62-dev - Boost.Iostreams Library development files
 libboost-iostreams1.62.0 - Boost.Iostreams Library
 libboost-locale1.62-dev - C++ facilities for localization
 libboost-locale1.62.0 - C++ facilities for localization
 libboost-log1.62-dev - C++ logging library
 libboost-log1.62.0 - C++ logging library
 libboost-math1.62-dev - Boost.Math Library development files
 libboost-math1.62.0 - Boost.Math Library
 libboost-mpi-python1.62-dev - C++ interface to the Message Passing Interface 
(MPI), Python Bind
 libboost-mpi-python1.62.0 - C++ interface to the Message Passing Interface 
(MPI), Python Bind
 libboost-mpi1.62-dev - C++ interface to the Message Passing Interface (MPI)
 libboost-mpi1.62.0 - C++ interface to the Message Passing Interface (MPI)
 libboost-program-options1.62-dev - program options library for C++
 libboost-program-options1.62.0 - program options library for C++
 libboost-python1.62-dev - Boost.Python Library development files
 libboost-python1.62.0 - Boost.Python Library
 libboost-random1.62-dev - Boost Random Number Library
 libboost-random1.62.0 - Boost Random Number Library
 libboost-regex1.62-dev - regular expression library for C++
 libboost-regex1.62.0 - regular expression library for C++
 libboost-serialization1.62-dev - serialization library for C++
 libboost-serialization1.62.0 - serialization library for C++
 libboost-signals1.62-dev - managed signals and slots library for C++
 libboost-signals1.62.0 - managed signals and slots library for C++
 libboost-system1.62-dev - Operating system (e.g.

Re: Firefox 60esr on Stretch ?

2018-05-17 Thread Emilio Pozuelo Monfort
On 16/05/18 19:12, Moritz Mühlenhoff wrote:
> I've started to look into this; I have created a llvm-4.0 build
> for stretch and build a bootstrap build of rustc 1.24 against it.
> Those two went fine.
> 
> However cargo's bootstrap is broken ATM which will need fixing (and
> it also requires a more recent libgit than we have in stretch).

Does it fail like in bug #858153 (which has a patch) or in a different way?

Cheers,
Emilio



Re: [1/2] MBF: Defunct alioth addresses in the Maintainer: field (serious)

2018-05-14 Thread Emilio Pozuelo Monfort
On 05/05/18 17:34, Christoph Biedl wrote:
> A lot of now defunct alioth addresses are used in the Maintainer:
> field. This makes the packages rc-buggy for an invalid address.

Before doing the MBF, can you send an email with all the people in Uploaders in
Bcc? It may trigger some package updates or some late list migrations. I would
prefer to avoid getting 700 RC bugs, but after that I guess there's no option
but to file them.

Cheers,
Emilio



Re: Firefox 60esr on Stretch ?

2018-05-04 Thread Emilio Pozuelo Monfort
On 04/05/18 17:42, W. Martin Borgert wrote:
> Quoting Moritz Mühlenhoff :
>> Julien Cristau  schrieb:
>>> I expect nothing much different from previous ESR cycles: stretch will
>>> move to 60 after 52 goes EOL in September.
>>
>> Exactly.
> 
> How will we deal with breaking extensions?
> 
> E.g. I'm using xul-ext-scrapbook a lot. AFAIK, upstream does
> not provide a post-XUL version. Probably other extensions will
> face the same compatibility issue.
> 
> Should we just remove them from stable?

I guess so, yes. There's not much we can do if there is no support for newer
versions.

Emilio



Re: why hasn't the debian transition freeze been announced or shared in debin testing info. or bits.debian.org ?

2018-04-26 Thread Emilio Pozuelo Monfort
On 26/04/18 02:20, Luke Faraone wrote:
> On 26 April 2018 at 00:16, shirish शिरीष  wrote:
>> I had read 
>> https://lists.debian.org/debian-devel-announce/2018/04/msg6.html
>> so knew when the transition freeze is going to happen. For a blog
>> post/technical article I wanted to share about the transition freeze
>> and went to https://www.debian.org/releases/testing/ as well as
>> https://bits.debian.org/ but neither seems to have that info.
>>
>> Shouldn't be the milestone including perhaps info. on tentative alpha
>> releases be put somewhere or are the dates subject to change ?
>>
>> If the dates are locked down, it would be nicer to be able to
>> share/link to an official page on debian website rather than just an
>> e-mail.
> 
> Messages to debian-devel-announce@ by DPL delegates within the scope
> of their responsibilities are official. This is explicitly called out
> in /releases/testing:
> 
> |> In addition, general status reports are posted by the release
> manager to the debian-devel-announce mailing list.

Yes. In any case, those dates (as well as links to the announcement) are also
available from https://release.debian.org/

Emilio



Accepted terminator 1.91-2 (source) into experimental

2018-04-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 24 Apr 2018 20:24:15 +0200
Source: terminator
Binary: terminator
Architecture: source
Version: 1.91-2
Distribution: experimental
Urgency: medium
Maintainer: Nicolas Valcárcel Scerpella <nvalcar...@gmail.com>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 terminator - multiple GNOME terminals in one window
Changes:
 terminator (1.91-2) experimental; urgency=medium
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
 .
   [ Emilio Pozuelo Monfort ]
   * debian/patches/python3.diff: port to Python 3.
   * debian/control, debian/rules: update for Python 3.
Checksums-Sha1:
 ebd578391a913238a0d1b5999d4e596947864860 2261 terminator_1.91-2.dsc
 619141454180a2b81529d76c1321213822cd6bef 910536 terminator_1.91.orig.tar.gz
 0e642b44732c71354486cce1e4d661c9ce1bac10 50032 terminator_1.91-2.debian.tar.xz
 108f7e6fbf65192ef736cc4386e06084f3b2db34 10745 
terminator_1.91-2_source.buildinfo
Checksums-Sha256:
 828c74f4c6ff166ad57543e588a68c145890930e1216483e861fc6ec59e43d83 2261 
terminator_1.91-2.dsc
 95f76e3c0253956d19ceab2f8da709a496f1b9cf9b1c5b8d3cd0b6da3cc7be69 910536 
terminator_1.91.orig.tar.gz
 9110df60e0ade8e7b71751768553c8bdcda22ceb1b08ca6c85c20917f027762f 50032 
terminator_1.91-2.debian.tar.xz
 36798415e86ddaafaf0bdeefd6c0808274b1f76ba926884774f4c2b4a1aeca83 10745 
terminator_1.91-2_source.buildinfo
Files:
 d9130260e25ad069b4c5bbd24aba3040 2261 misc optional terminator_1.91-2.dsc
 2eed999d7a41f2e18eaa511bbbf80f58 910536 misc optional 
terminator_1.91.orig.tar.gz
 2ea7480fd6594342d478f6bc6f300b0e 50032 misc optional 
terminator_1.91-2.debian.tar.xz
 10b432c921b0651bf668f82142c99a9a 10745 misc optional 
terminator_1.91-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrfdnkACgkQnUbEiOQ2
gwKfxRAAslzBrU8BLB1S18Ie29B/hlnWW5BFXCGylnQOXoMFUeadwRIPTkhLGUmk
k/FlVgc76hppbyrCG2FtORQO9gAF9p3OAlwAbvfyOReCH5UdA3RsTaIaSDXENEgH
3JlTdxmbQLTQpQ/tqP37lbnaB2eC5FLC86Lyf0eT7NkaJa80Fv0ehIz1VTat+rrW
wblhDHhtZFRYahfrO5HFffewmnZguoZWxN/ZrU0odNs4Y2ZHQ6aswJVFa9Ao64Kb
jnHuIR8/+K6Kj0hbmT21BhJMLuXihJWBUyjR+dvQxzYRjY04H22iTJttwwP8cHhR
5fYRh1uVgcHaWr5GsWmE1090jTq3cN1U4Hd2h6Dru+yLGIpxEI84S9yBSvAyi0Da
1BkNA9yv9vWJin3hktPx5LtQxsoPU8ySXxShZBh9VPfOstZ2dn4jEF50XqhGx6U/
HCwA+nShWBYZrk1BvN1qrd088mZa8TCwJ77ou0eCCEBhm6p+uubWQM2W0rfiMgBa
XXpqurcGDi2BSOhAebVdhBrleBV3tJMDeoDfGgOty4wEoqcSHvUMq6NHAIbL5+cj
7LwopUJaaiz5gV2xnWrOOJm7Eq2xkCM2WXVSpefYqnzWTmX1XVJF524m4yKYlcTX
ZXR8SeszbpplwPhsmJI16vKfLuVszW5hLia5oqBr21hT/Ykx+W4=
=GIQN
-END PGP SIGNATURE-



Accepted poppler 0.64.0-1 (source amd64 all) into experimental, experimental

2018-04-24 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Apr 2018 19:44:35 +0200
Source: poppler
Binary: libpoppler75 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.64.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler75 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.64.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * 0001-Fix-PDFDoc-checkHeader-for-PDFs-smaller-than-1-KiB.patch:
 - Removed, included upstream.
   * Bump debhelper compat to 11.
 - Don't install a TODO file, it hasn't existed for a while and
   dh_installdocs now aborts on unknown files.
   * Move libglib2.0-doc and libcairo2-doc to Build-Depends-Indep. They
 are only needed to generate cross-references in the documentation.
   * libpoppler74 -> libpoppler75.
Checksums-Sha1:
 9fbd671169079a1d4ec514324ce68d5dabbe3080 3290 poppler_0.64.0-1.dsc
 2b78d021a14f29681202654d04cb227909a7fc2e 1449904 poppler_0.64.0.orig.tar.xz
 93f12b2f7da1b15e20b10ff98ab2c78dae6908d6 30828 poppler_0.64.0-1.debian.tar.xz
 bb4b91f22ed2b30c95521beedf5eb2a997ae6269 36664 
gir1.2-poppler-0.18_0.64.0-1_amd64.deb
 253b0f58cfbc3f9f30e2c208cb8f06628a87c1ce 27352 
libpoppler-cpp-dev_0.64.0-1_amd64.deb
 915be58933ad13c3b995595069497a03a0e43314 495900 
libpoppler-cpp0v5-dbgsym_0.64.0-1_amd64.deb
 c40caa60a612422f4c6d010b608043a8bb3b2e26 50280 
libpoppler-cpp0v5_0.64.0-1_amd64.deb
 9f5ea25d7ee49d6d5e90ea683d6229ea6ba5643e 22704 
libpoppler-dev_0.64.0-1_amd64.deb
 99abd8aff0274381a5b8efb8ef325a7400bae756 65896 
libpoppler-glib-dev_0.64.0-1_amd64.deb
 aa95d63653b733cb1d43fa28033e67d23e552a84 88872 
libpoppler-glib-doc_0.64.0-1_all.deb
 c88ec06b78f38be3064fff29179a5411911ed5ea 875856 
libpoppler-glib8-dbgsym_0.64.0-1_amd64.deb
 01394029ace77a8a14a605089bbd477027c8dbe0 129536 
libpoppler-glib8_0.64.0-1_amd64.deb
 373b9d59f38f261b736bddaa0a3ac3fa67e9b43e 188468 
libpoppler-private-dev_0.64.0-1_amd64.deb
 01e14eb6511b284218557ea50ac409c90e406ae2 3102816 
libpoppler-qt5-1-dbgsym_0.64.0-1_amd64.deb
 4821cdab95d758fbe6075a90a85cb33e5c7d07d6 170520 
libpoppler-qt5-1_0.64.0-1_amd64.deb
 4d3a12f808a7fb77c5b5b66f1527ec0413825a3c 50832 
libpoppler-qt5-dev_0.64.0-1_amd64.deb
 eed579628428517a396c184ad5ce97be8700f697 3099800 
libpoppler75-dbgsym_0.64.0-1_amd64.deb
 15f443162fb655ec5713f6cf969d67ca12e56d59 1379516 
libpoppler75_0.64.0-1_amd64.deb
 85a278375c5968bc14f3c63fe353caa6fb7acce2 1177096 
poppler-utils-dbgsym_0.64.0-1_amd64.deb
 89ebceb2c064e2956c1722a1c02299273b2c8ed8 172712 
poppler-utils_0.64.0-1_amd64.deb
 d00547696fde4394cef36188f8972ec2be594d33 17809 poppler_0.64.0-1_amd64.buildinfo
Checksums-Sha256:
 60c09b44d1744b3efa10f15f642a22ed4aa0e9745868f62d9d6d89f3f2a42a60 3290 
poppler_0.64.0-1.dsc
 b21df92ca99f78067785cf2dc8e06deb04726b62389c0ee1f5d8b103c77f64b1 1449904 
poppler_0.64.0.orig.tar.xz
 4eb379f0050d7f21ad72edec3af59b60137f1385c1e7435e982fd8f85e1c84da 30828 
poppler_0.64.0-1.debian.tar.xz
 e58b9710da0fcc61f524f0d35913dc507a63b264f54762c6073e82ae770acc9d 36664 
gir1.2-poppler-0.18_0.64.0-1_amd64.deb
 3ead9bcb22e4eded7eb1e5ef0f5c4e82c10e260e092e6460bb7ea5bb7b22efb6 27352 
libpoppler-cpp-dev_0.64.0-1_amd64.deb
 62fc8f50fcf1ab151b3cdd82b666fa0e7f4845c4657ec1e5bb1589fbe3b2efb3 495900 
libpoppler-cpp0v5-dbgsym_0.64.0-1_amd64.deb
 0d38aeb976e478fb01fd50cca46041623366f639a7cbcc00edcde02f25ecdbb9 50280 
libpoppler-cpp0v5_0.64.0-1_amd64.deb
 1a2969297cf9652a24220e07b59ba0f50bf11e7c98d883ed8bed6e1359a0eaff 22704 
libpoppler-dev_0.64.0-1_amd64.deb
 908e8252b7a59e0297c67d74387857adc96b90f2cab84f1017fd790b8c565b94 65896 
libpoppler-glib-dev_0.64.0-1_amd64.deb
 1fc11e7589f85fddcefbb020c6ae5ad3929ca5488b71e1dfab133c81556d7feb 88872 
libpoppler-glib-doc_0.64.0-1_all.deb
 5d5cbd29ea4ebfe90865ac3925d51db7af487e17fcd4cbf04d4c0147d970f3cc 875856 
libpoppler-glib8-dbgsym_0.6

Re: Please do not drop Python 2 modules

2018-04-24 Thread Emilio Pozuelo Monfort
On 23/04/18 23:54, Thomas Goirand wrote:
> Also, I have noticed that when removing Python 2 legacy packages, a lot
> of cruft remains in the archive. This isn't trivial to track and clean.
> I'd love to have the opinion of the FTP master team about this. How can
> we file sensible bugs about it? How can I track what hasn't been un-crufted?

If the package that you removed has no reverse dependencies, then it will be
automatically removed (decrufted), and the removal will be mentioned in

https://ftp-master.debian.org/removals.txt

If it has rdeps and can't be auto-removed, then it will appear in the cruft 
report:

https://ftp-master.debian.org/cruft-report-daily.txt

But please do not remove packages that have rdeps if you don't have a transition
plan. Otherwise you're just going to cause your package to get stuck in unstable
with no chance to migrate to testing, see e.g.:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894560

By all means start getting your rdeps / python2 apps ported, so that when the
time comes, dropping Python 2 support won't be such a daunting task.

Cheers,
Emilio



Re: graphs at https://ftp-master.debian.org/stat.html have intermissions.

2018-04-24 Thread Emilio Pozuelo Monfort
On 24/04/18 07:34, Geert Stappers wrote:
> 
> Hello,
> 
> 
> The graphs at https://ftp-master.debian.org/stat.html have intermissions.
> 
> What used to be a contineus line is now a dotted line.
> 
> 
> This posting to d-devel@ldo is for asking where to report the issue.
> 
> Who to contact to get it fixed?

https://ftp-master.debian.org/#contact

Emilio



Re: Please add debian_releases to base-files (was Re: Bits from the release team: full steam ahead towards buster)

2018-04-20 Thread Emilio Pozuelo Monfort
On 20/04/18 16:46, Marvin Renich wrote:
> I would also like /etc/debian_version to contain both number and name,
> but I suspect there is some resistance to this on the grounds that
> scripts may be using $(cat /etc/debian_version) for comparisons.
> Perhaps /etc/debian_codename?  Since debian_version contains
> codename/sid for testing and unstable, debian_codename could just
> contain the codename.

You already have that information in /etc/os-release and the lsb_release 
command.

Cheers,
Emilio



Accepted poppler 0.63.0-2 (source) into unstable

2018-04-19 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Apr 2018 12:02:38 +0200
Source: poppler
Binary: libpoppler74 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source
Version: 0.63.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler74 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Closes: 895630
Changes:
 poppler (0.63.0-2) unstable; urgency=medium
 .
   * 0001-Fix-PDFDoc-checkHeader-for-PDFs-smaller-than-1-KiB.patch:
 - Don't give up on files smaller than 1KB. At least pdf2djvu's
   test suite has such files, and it breaks without this patch.
   Closes: #895630.
   * Upload to unstable.
Checksums-Sha1:
 6e5985806efa1d76375b768239fb96c1981b7ed2 3273 poppler_0.63.0-2.dsc
 d0966c0a2a67d575246e9e10d632b83d820af13f 1439552 poppler_0.63.0.orig.tar.xz
 d401e49c7e7e9c20d75eaf99773417115c88603f 31732 poppler_0.63.0-2.debian.tar.xz
 2cead8200a3a0063ca5a9e59036686791d2701b3 7335 poppler_0.63.0-2_source.buildinfo
Checksums-Sha256:
 610e9931a0c929c268a36ba6ac482f4b4c946f93b9e629d8adbe1a8d2be80ad5 3273 
poppler_0.63.0-2.dsc
 27cc8addafc791e1a26ce6acc2b490926ea73a4f89196dd8a7742cff7cf8a111 1439552 
poppler_0.63.0.orig.tar.xz
 04bd671f37fa571f7fdceb62ed11a2dad57e1c2d5b5891aa0861d23448e71812 31732 
poppler_0.63.0-2.debian.tar.xz
 48503bdbdb3ae7b835291d0fc5468c8d0083b68278c9ba46a05288e364f10c09 7335 
poppler_0.63.0-2_source.buildinfo
Files:
 820abdbae3d4fe7362556747c8c03a93 3273 devel optional poppler_0.63.0-2.dsc
 66a54da4896b1408611699feda5c1821 1439552 devel optional 
poppler_0.63.0.orig.tar.xz
 5195ba3cd73bb5519e16a198227c0ed3 31732 devel optional 
poppler_0.63.0-2.debian.tar.xz
 5f1f7abe75c6274e32f5a825dee37dd1 7335 devel optional 
poppler_0.63.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrYaVkACgkQnUbEiOQ2
gwIERhAAj/VzeEGgf7w1Twp1VHKfa1jsTUQfX2+5E6OqbDoCjSRxeo6v/+lPUsQ0
OVqGePzhNC2KcX4NJ7ONlryHROf8IZ/yQetJ5DIhi1BK/L/4z7Ev9sGnh/WSGh7D
QQBlzh98gjH2PJVGB4x5y0XaLD7ymZtdtbdHuQiWzjmXKPGsVWZgp6B7aUE+ZAuW
fIqUofc7ZGKFJG7ho7V4OPQO9HEwZeoJhoZaOt/Vhgr8TvFhAv9WLqAZI7aZzqgA
J3wN/XQsRYgSrcPOWsze1swGUCf1m1Fp8LeyCwMbyVZy+ZX12ZlX4tCUIT53eD59
Pbu9sKQc3Xm+mjUYF8htPcaWjYxRvsMS2gE9JOK8BY8eZfKpI+9R4R49wMfvnh4p
O4nijr87OmRWjzORozpfBCTWwUr/ypdVV+9ifTAWF1bVwWGww490F/Rj9qe9aeZP
+7WngoNpMbVx7YtXM4qLKd3CYjo0q9qnqhVYrOCyRcEMBVy5Yh7C1rlJUUvuqujc
7i2E6NGcoZoHyLF+xUTk5ez6K9i761KQIFpT/tUShvntEm4lifpOurHKzQvoOPaT
2eNYimXAz6hgIa8Xj7GJo72z1bKVKYHT6b6VQvMsEKaveJy3aOcSFAJd8rxZ5p7a
+ztybG/tQkN4vno5XBZtNEpQ1A6An2I4zQK6eM6aQORZ0k9G3ss=
=E/pK
-END PGP SIGNATURE-



Accepted cairo 1.15.10-3 (source) into unstable

2018-04-18 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Apr 2018 18:07:55 +0200
Source: cairo
Binary: libcairo2 libcairo2-dev libcairo2-doc libcairo-script-interpreter2 
libcairo-gobject2 cairo-perf-utils libcairo2-udeb
Architecture: source
Version: 1.15.10-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 cairo-perf-utils - Cairo 2D vector graphics library performance utilities
 libcairo-gobject2 - Cairo 2D vector graphics library (GObject library)
 libcairo-script-interpreter2 - Cairo 2D vector graphics library (script 
interpreter)
 libcairo2  - Cairo 2D vector graphics library
 libcairo2-dev - Development files for the Cairo 2D graphics library
 libcairo2-doc - Documentation for the Cairo Multi-platform 2D graphics library
 libcairo2-udeb - Cairo 2D vector graphics library (udeb)
Closes: 891547
Changes:
 cairo (1.15.10-3) unstable; urgency=medium
 .
   * Disable the test suite (enabled in 1.15.10-2). The test results were
 ignored anyway, and the test suite is quite broken at the moment so
 we won't be able to make the results fatal anytime soon. Furthermore,
 there's only one mega-test that runs all the smaller tests, and this
 causes automake to emit no output until the one test is done, making
 the build fail on builders with no FPU due to inactivity.
 Closes: #891547.
Checksums-Sha1:
 309918844c2d1c9200085feed8ea4cdbd94506a6 2877 cairo_1.15.10-3.dsc
 de180498ac563249b93ee5e17ba9aa26f90644b3 41881364 cairo_1.15.10.orig.tar.xz
 9e69e221524270c6133a03bd5916b60f99682cd2 30060 cairo_1.15.10-3.debian.tar.xz
 383e62856b29de87bf5738714db57b10997cd41a 7221 cairo_1.15.10-3_source.buildinfo
Checksums-Sha256:
 c2397e1f83177e22c358b57f5706e114cb1d149108311afaeb8a57482c6d49a9 2877 
cairo_1.15.10-3.dsc
 62ca226134cf2f1fd114bea06f8b374eb37f35d8e22487eaa54d5e9428958392 41881364 
cairo_1.15.10.orig.tar.xz
 5315c7c4400d1245a7d335afdaf25be580fe2782e9f47a0f4cb1bc7758a63068 30060 
cairo_1.15.10-3.debian.tar.xz
 4d2d3e8acce6be3dad2f4be037f17db88b707884f901765acba857de8143bb40 7221 
cairo_1.15.10-3_source.buildinfo
Files:
 418205827a328325ffa10239d416de03 2877 libs optional cairo_1.15.10-3.dsc
 f060381576d67c855fad03e327fc9a69 41881364 libs optional 
cairo_1.15.10.orig.tar.xz
 2a9685694f8e7ef9f914a2d67b41c9cc 30060 libs optional 
cairo_1.15.10-3.debian.tar.xz
 6899616a3789f3a75905dec630d91433 7221 libs optional 
cairo_1.15.10-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrXbZkACgkQnUbEiOQ2
gwI1Tw/8DfTQU4PVYKY6MrLPTOWMAKfwxb0scgVNp5ayBD8pQeP3+ExOApKTjyyZ
dyS7ZfLeM+H+ktCRaSzZ3VAEiVS9jvTaJDkKC4zQarnDt+Mfm/tE1B+RIZWuLKLJ
zeAJIU8RjSUA37jMKCSTCjS2M8r/xUTZ3Nr86bdcHaRa+RzRYo/h12YVwedMLwEW
dDyzOa+MZCFbCR8l49EFJWEdOgmswYMbGobd7W1KQU4Vx6b7hY/0aVSEDN5DwTqj
ptSzZ/kXDEwmZTlr6eb9CoHOp/hRxXHLe3fOE7Yo/MfAkqRcORfDNjA5FzV2PvVI
FHRKzIsqd2HNRRWA4YDp7rRV8H4fQC0HzowFifW4dLqY0UfgQJOovhPejmh3+zrH
m+X3gDeAc91kwfHHJXEmCAW9meQNAJWgib6trFzRJQLG8eRgvhPf0iabkIyLl0Kd
FBp3Wl8XpyLwX1pJ6y6kuKRqmrUXoToz6Ubr7avfzhp9L+D9+zeQR2EQEOLNDlzg
0L2hpY1F1+33FgQBrZ1w//U4qQDOXtrVPQyr9rWNUBZrW8/IF+nSHlVEVhtOmX6u
2Lq6X1CntmRcmAa5VhsTmzA0cB1pe3LYNW2sKtkz1jG89GApg7DIaQaO/czNtZEd
FLxT0kqndxnI++PSYcvMaZR9PJERBCcrOA5TZXFV8NDYAek0GSg=
=xRml
-END PGP SIGNATURE-



Re: Bug#886968: btrfs-progs-udeb: depends on non-udeb: libzstd1

2018-04-18 Thread Emilio Pozuelo Monfort
On 18/04/18 01:30, Cyril Brulebois wrote:
> That's another perfect example why udeb additions should get reviewed:
> we would have noticed another buggy package, and its bugginess might not
> have been copied over to another package.

I'm sure people don't request those reviews because they don't know or because
they forget. A lintian warning could help, or ftp-masters enforcing an ack.
Though I'd prefer the former as I wouldn't like NEW to have another bottleneck.

> If someone wants to drive an effort to make -V a must for udebs in
> policy, that's probably fine. It doesn't strike me as ultimately needed
> (we've lived without it for quite some time because maintainers tend to
> just do the right thing), but if people have spare time, go for it.

It's not in policy (but I don't think it has to be), but following the
conversation on #-ftp yesterday I opened:

#895949 lintian: warn about packages with udebs but no udeb line in shlibs
#895953 lintian: check that shlibs-version >= higher-version-symbols-file

The latter wouldn't enforce -V, but would check that we at least get a high
enough version in shlibs as compared to the .symbols file (and would have solved
the zstd problem).

Cheers,
Emilio



Re: Completed: lists.alioth.debian.org migration

2018-04-18 Thread Emilio Pozuelo Monfort
On 17/04/18 22:42, Holger Levsen wrote:
> On Tue, Apr 17, 2018 at 10:39:22PM +0200, Christoph Biedl wrote:
>> Also, @lists.alioth.debian.org addresses that were *not* migrated now
>> result in bounces as expected. Are there already plans for a MBF
>> severity RC against all packages with a now-failing maintainer address?
>> This might become rather messy, I've counted some 1450 packages.
> 
> please file bugs, so that autoremovals can kick in. Thanks.

Not until we see a list of affected packages and maintainers.

Emilio



Re: Bits from the release team: full steam ahead towards buster

2018-04-18 Thread Emilio Pozuelo Monfort
Hi,

When all people can complain about are the codenames, it means we are doing
things fairly well :)

On 18/04/18 08:20, Lars Wirzenius wrote:
> On Wed, 2018-04-18 at 11:16 +0500, Andrey Rahmatullin wrote:
>> No, users and, I suspect, a large part of admins and developers cannot
>> easily say which of two codenames is newer, and it doesn't matter what are
>> those two codenames. Numeric versions are usually used to help with this,
>> but not so much in Debian.
> 
> I've been developing a habit of writing both number and codename:
> Debian 9 (stretch) and Debian 42 (billgates).
> 
> I think it would be a good habit for others as well, especially in
> public-facing communication.

That's a very good point, particularly for announcements. I'll try to keep it in
mind.

Cheers,
Emilio



Accepted xft 2.3.2-2 (source) into unstable

2018-04-17 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 17 Apr 2018 18:41:29 +0200
Source: xft
Binary: libxft2 libxft2-udeb libxft-dev
Architecture: source
Version: 2.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 libxft-dev - FreeType-based font drawing library for X (development files)
 libxft2- FreeType-based font drawing library for X
 libxft2-udeb - FreeType-based font drawing library for X (udeb)
Closes: 884176 889301
Changes:
 xft (2.3.2-2) unstable; urgency=medium
 .
   [ Julien Cristau ]
   * Use https URL in debian/watch.
   * Update packaging VCS URL for move to salsa.
 .
   [ Cyril Brulebois ]
   * Remove myself from Uploaders (Closes: #889301).
 .
   [ Emilio Pozuelo Monfort ]
   * Mark libxft-dev Multi-Arch: same. Thanks Hugh McMaster for the
 patch. (Closes: #884176).
   * Specify source format.
   * Switch to automatic -dbgsym packages.
   * debian/README.source: dropped, we no longer use xsfbs.
   * Bump the debhelper compat to 11.
 - parallel builds and autoreconf enabled by default.
 - --disable-silent-rules automatically passed by debhelper.
   * Switch to dh_missing and enable fail-missing.
Checksums-Sha1:
 062abe04d388b9c58c55381ea383b4552aab351a 2000 xft_2.3.2-2.dsc
 0568a360a9f3ca97bdcdaf61535bf9d0bdae80db 402454 xft_2.3.2.orig.tar.gz
 222974578037489a8de29f3ab4c58eb29597f8ae 10327 xft_2.3.2-2.diff.gz
 62f32fa24037c2ff8db057bb34ea0f7dfc974ad3 5923 xft_2.3.2-2_source.buildinfo
Checksums-Sha256:
 56c1f34591cdc307e83abaabb28e22e190cabcf528241e18dfcd5dca9e530f89 2000 
xft_2.3.2-2.dsc
 26cdddcc70b187833cbe9dc54df1864ba4c03a7175b2ca9276de9f05dce74507 402454 
xft_2.3.2.orig.tar.gz
 e94bd505f05507b5691dca9380c2bd4595ba1fd267c09831ab6e3be4bfd87062 10327 
xft_2.3.2-2.diff.gz
 973d4319cb1f57c4287210914a2311c11b1ad73aa2233b10622d50327e911de0 5923 
xft_2.3.2-2_source.buildinfo
Files:
 4bdc91942a6e4eb19d8296e6d204170b 2000 devel optional xft_2.3.2-2.dsc
 3a2c1ce2641817dace55cd2bfe10b0f0 402454 devel optional xft_2.3.2.orig.tar.gz
 86664eba72602b630aa92d8377319a7c 10327 devel optional xft_2.3.2-2.diff.gz
 ea729ee3ae408c4db01521dfdab9ff78 5923 devel optional 
xft_2.3.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrWI/YACgkQnUbEiOQ2
gwLx9w//S4ta4NvRJqaWSxfNLkwYs8o3dgxguhY/nhf8LU12Avs/XvENNNzlVD+U
F77kaErTrNYV1Xi/bkNsi7yDd6eYYG23/+J+Uxks+ZJGBOp5xOKwpgZ6k3KPSh3+
0boPzuOZVE+pTIkAQRbjGnMT/UuZoTYqGnunZoiqkgmIONhqkQ8fruxtLtJvSw6R
KEFRf1JFqYQ8TMNglIjbIOTelxyAcQn62fREQyfMCoOg8zUAhmZCxaOGNeb/jw3o
oCDclF8rTe/BzuDawAogEDA3TYhFySE6U+Z2ms69AgxSdsxylLdvxi7LIrFhipHI
z2gGljGfjZKBIV6DgUXqbEA0SC6JY0ocnK7xTjEOvkX1US7v6IABhsaybRbAcD3j
2kaVo0A4JH8N6o9C9JgjMJkWZsOf7Lzmws0Qv+A99K1yLoebHmfzHXSZn2ZyWNE4
tl/3rzPg1qtMGcqpnpypwktfRsNozhBlOOlkrNPma6gA/EvBrRoL8gj5rm00NX5v
1hxgJnJARjXqkFB+9ja0CHeSnhV2qxNhzcs4ykmV+LisAvytp1oZx0lXj4Dk4Eju
9sj8zWXhk7437AAP2ueolelJvWk1AZmS9rkNT0ks6Jury7NxT6F74jCKcSuP5wsJ
uHUSnFIhdn28JECqzAiWbHFzHsCW2ZD6OG9Q99Mc6q1zTyAfLwk=
=Vn3X
-END PGP SIGNATURE-



Accepted harfbuzz 1.7.6-1 (source) into unstable

2018-04-13 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Apr 2018 20:20:13 +0200
Source: harfbuzz
Binary: libharfbuzz0b libharfbuzz-gobject0 gir1.2-harfbuzz-0.0 libharfbuzz-icu0 
libharfbuzz-dev libharfbuzz-bin libharfbuzz-doc libharfbuzz0-udeb
Architecture: source
Version: 1.7.6-1
Distribution: unstable
Urgency: medium
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) 
<aelmahmo...@users.sourceforge.net>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-harfbuzz-0.0 - OpenType text shaping engine (GObject introspection data)
 libharfbuzz-bin - OpenType text shaping engine (utility)
 libharfbuzz-dev - Development files for OpenType text shaping engine
 libharfbuzz-doc - Documentation files for the HarfBuzz library
 libharfbuzz-gobject0 - OpenType text shaping engine ICU backend (GObject 
library)
 libharfbuzz-icu0 - OpenType text shaping engine ICU backend
 libharfbuzz0-udeb - OpenType text shaping engine (udeb)
 libharfbuzz0b - OpenType text shaping engine (shared library)
Changes:
 harfbuzz (1.7.6-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/patches/unbreak_abi.diff: dropped, nothing uses that and it has
 caused problems in the past.
   * Update Vcs for move to salsa.debian.org.
   * Add new symbols.
   * Don't package hb-subset or libharfbuzz-subset yet.
Checksums-Sha1:
 bc6cd0ec2764a9fc5edd8a4d21c518f408ce4e9e 2650 harfbuzz_1.7.6-1.dsc
 67a8754c510dfb68796b1cf6a7011ad6515f504d 2586909 harfbuzz_1.7.6.orig.tar.bz2
 cfc1aa4f19b3cf83672719b662bced3281505b22 8512 harfbuzz_1.7.6-1.debian.tar.xz
 278d4610825d70725bbef2113624cc387d6c8bd0 6358 harfbuzz_1.7.6-1_source.buildinfo
Checksums-Sha256:
 82c37a2b78ffdba2f1a3f98dc8c8670f6de32f8b696168eb37e3e55fa6909394 2650 
harfbuzz_1.7.6-1.dsc
 da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b 2586909 
harfbuzz_1.7.6.orig.tar.bz2
 f59783f9996f947160f6db42387304622b1f772a4545a748e99a1115e0a16f30 8512 
harfbuzz_1.7.6-1.debian.tar.xz
 4463b79a53996f3de26c029720ce781b091579dd6061755e1581ff91021ee8d2 6358 
harfbuzz_1.7.6-1_source.buildinfo
Files:
 8c09bad7723fdfb91a9671c665524330 2650 libs optional harfbuzz_1.7.6-1.dsc
 ffb94cf2942327344ac31330d07036ba 2586909 libs optional 
harfbuzz_1.7.6.orig.tar.bz2
 efd51831e77b1bea6338208c599f98dd 8512 libs optional 
harfbuzz_1.7.6-1.debian.tar.xz
 f9fac939427d0c818a8e747cc85d68c3 6358 libs optional 
harfbuzz_1.7.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrQ9QgACgkQnUbEiOQ2
gwIFvRAAhm1zcvK0TeB9kTh67wS8imGheWjjFkwHeKYg53yYxICuIizjDUbolrwh
mF7dbFINriQGxJHdtKmjaVmu7NHBWmbNgbaMHLF3gBg4FOssAY90XZH5iSe5ToiZ
lmHoxAa8+aSGs4F6OT+Mh3jhr7E9mR/iaNoNmiDVMwn6KPei9h7Vqg8uZ5afCMcn
6KGKl7z6aBpChRuo+P6/vXB7qLOdJRK3qETC4XOig06hcU0gounambGcmrnQP+fl
0NiXCIJCgNYI8IfwWMeaKghS0fHPo/w2z5ES1bWcWJWa9q20kypxtco+t6OEIEOq
QJZCdufvSmh/G2GvjLz8BUuqtg8k1odgypN8MjB2lprUK6sxdnhYhY+TYVaA+Vpd
Bd9wfU+rFQI/4Y0jDIq8oGCEiVfhXo0c5p/t2vBC9B+9A+kYNkonVbMXa1CYPFd9
YMbzyxfMKiVwR5g1VfjwAA6mHAk6QMmrq2I+XiKdmF3ZfrJMFFkhaDV8mRKGu1gd
fjE+gFBTb/bQD3E4YI+mgH2CYkLfXEZPLbD0fIS+5k32LetHvLahOGDC0KfkI4YB
+tYbIDPYNbLykD4FiFu4iOLvZJvod1VRWGQI9UJnxwdlJZU4hlEaBeEOR57DSoHk
XXF1FN0qkiDqX/D3w95ZnVTuvaqwN84UdKJZccetd1MEtc8sq2Q=
=hgZ1
-END PGP SIGNATURE-



Accepted fontconfig 2.13.0-4 (source) into unstable

2018-04-13 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Apr 2018 18:45:58 +0200
Source: fontconfig
Binary: fontconfig fontconfig-config fontconfig-udeb libfontconfig1-dev 
libfontconfig1
Architecture: source
Version: 2.13.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 fontconfig - generic font configuration library - support binaries
 fontconfig-config - generic font configuration library - configuration
 fontconfig-udeb - generic font configuration library - minimal runtime (udeb)
 libfontconfig1 - generic font configuration library - runtime
 libfontconfig1-dev - generic font configuration library - development
Closes: 895592
Changes:
 fontconfig (2.13.0-4) unstable; urgency=medium
 .
   * debian/libfontconfig1.symbols: update symbols version for those that
 were available in 2.12.6.
   * debian/rules: only move the config files around when building the
 fontconfig-config package, fixes the build on binary-arch builds.
 Closes: #895592.
Checksums-Sha1:
 057d1133e9904db35fb71830ae5a42b931af19f5 2479 fontconfig_2.13.0-4.dsc
 b7bcc5d47211b7bbac35bb221860407db3601f5b 1700500 fontconfig_2.13.0.orig.tar.bz2
 69f5ccfeb705be0658164888bcdae5e01b867c70 52980 
fontconfig_2.13.0-4.debian.tar.xz
 17cffb855a70e3efef1f4218bbabe6b1e47ef00e 5558 
fontconfig_2.13.0-4_source.buildinfo
Checksums-Sha256:
 04fec4775d6464a7407bba8b12208f9a936db4053fb0303375ecf06d8749b34b 2479 
fontconfig_2.13.0-4.dsc
 91dde8492155b7f34bb95079e79be92f1df353fcc682c19be90762fd3e12eeb9 1700500 
fontconfig_2.13.0.orig.tar.bz2
 367edcaa68c7670bb36a22fa4a5b4e53aa08106c5c75276f75bca33fec54e3c8 52980 
fontconfig_2.13.0-4.debian.tar.xz
 a567b9faa4d36d7762db40fe5e053b13d6d1e200a6f5a80d119a18b15be4cf05 5558 
fontconfig_2.13.0-4_source.buildinfo
Files:
 18acc660001d418d49d3b078428096e4 2479 fonts optional fontconfig_2.13.0-4.dsc
 60d2394a79d3b2e5db2daea55193fa47 1700500 fonts optional 
fontconfig_2.13.0.orig.tar.bz2
 d4835b2e4c55480c459609de13207986 52980 fonts optional 
fontconfig_2.13.0-4.debian.tar.xz
 beba42926f6e344ae5fcd13c19596a9e 5558 fonts optional 
fontconfig_2.13.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrQ3vkACgkQnUbEiOQ2
gwKJxQ//WEBpueyRYnC/z9PWJ+4cTW5G3Kx/gf3wijvotda1buc5jWMKf5dQJ6E4
Z1PwmxW/Qp4EoDAXyc3MS88eCr3qX+lhH7YqE7pQoXZVxK9owrmsEojHodHpuqLt
haonBIXjfT1ZEIuQkyRj+WCo9zC9jFv0SnenJz8SX3/WvpsoKpi/fUw4lmtzlT+1
5j8HRylH/K/KF2OMiRe7k/Quzaj/7wtI9+AYxoKon22SNRdp3VZDFaZR9TiINgRs
D4Z53rF9iFCXs8Cm7x2NlCb0RRnWPfxuqh83bzjRfPuykBSrWunaXN/fOwwwgSBW
3zIBs1rHzrFiH0Tc014qtkmOIpymy5wvP98Yub/vpuuh4PPDrkhccpxtMZSSTgsB
ckfEAinE4OPVtPVj2/EfkKELurWJZCHWoE8uR6VmrMbXInr2KSXPr2dAMz/FQTL9
omLRokzFiCc09J+9jBQelFtQchFVQqlgcI63WMi6RxashCwFDp4rJSQlBpw/9yNk
aGIyZAVP3C8JJH793j0aS1TAiOPS8l1etRs58fRw3nJLSZ8V1OQxUtVddRH854y0
MVVKAGjIK/Tw5HOzr9gg90Lxbw9DC1wYRJBrA2aknsbj1p5hYacwkUVp6UIZa6nU
SqCDtqZ1eE4lZBnJ71R5wFcBAfKhDQ049Ngld//cVjGEGiyjxwA=
=8xjn
-END PGP SIGNATURE-



Accepted poppler 0.63.0-1 (source amd64 all) into experimental, experimental

2018-04-13 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 12 Apr 2018 19:12:20 +0200
Source: poppler
Binary: libpoppler74 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.63.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler74 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Closes: 895487
Changes:
 poppler (0.63.0-1) experimental; urgency=medium
 .
   * New upstream release.
 - Fix performance regression on cairo backends. Closes: #895487.
   * debian/patches/01-new-gtk-doc.patch:
 - Removed, merged upstream.
   * debian/rules:
 - Let dpkg set -g and other CFLAGS for us.
   * libpoppler73 -> libpoppler74.
Checksums-Sha1:
 5ffcb5aee6f218694501d20821ec0a9a458973b6 3273 poppler_0.63.0-1.dsc
 d0966c0a2a67d575246e9e10d632b83d820af13f 1439552 poppler_0.63.0.orig.tar.xz
 017c6fbca783527d4dde96f6e2295f76e3bae22f 30624 poppler_0.63.0-1.debian.tar.xz
 941597bcdaeb3b28bcc1564e10f14e42cb69039e 36376 
gir1.2-poppler-0.18_0.63.0-1_amd64.deb
 ea75e1357d6dd3957d323a1c3660f6600ba21445 27064 
libpoppler-cpp-dev_0.63.0-1_amd64.deb
 54113bdbb83a62a50dc25cdb6217f82891d25ca7 489020 
libpoppler-cpp0v5-dbgsym_0.63.0-1_amd64.deb
 0bc9e4bada0cdf443b735025943e8eb572335e2e 48320 
libpoppler-cpp0v5_0.63.0-1_amd64.deb
 d44960e885b7fdf92f00b5110f41c41d4ba77367 22424 
libpoppler-dev_0.63.0-1_amd64.deb
 c108d8fb085976f80a5862b2ae03cbe23d2a0edb 65644 
libpoppler-glib-dev_0.63.0-1_amd64.deb
 55d6080bb341e2e61b231470f144611fc5471609 88604 
libpoppler-glib-doc_0.63.0-1_all.deb
 885b613eb466ffdf1e8b8081813c00d121d6ce2a 879784 
libpoppler-glib8-dbgsym_0.63.0-1_amd64.deb
 24f0ac59db616c3cdb1446858c1b00f1b1d864b0 127116 
libpoppler-glib8_0.63.0-1_amd64.deb
 d0d45a3901a9dca686ce25ebcaa2264cb75bc9f9 186964 
libpoppler-private-dev_0.63.0-1_amd64.deb
 240b24704ead916c4dbc279171b500e7d70be2cc 2983724 
libpoppler-qt5-1-dbgsym_0.63.0-1_amd64.deb
 d78e878269d8766830a38490a26333fa5d058aa8 162400 
libpoppler-qt5-1_0.63.0-1_amd64.deb
 69e02fe6a01edc6608fe3acef5ad56512b740c17 50332 
libpoppler-qt5-dev_0.63.0-1_amd64.deb
 09cf0bf4b4b50557b16aec7a1bc302f1e3251c8f 3015788 
libpoppler74-dbgsym_0.63.0-1_amd64.deb
 d0fb12f7e2866cf844e56cb6401fb54f4f9a27ad 1367784 
libpoppler74_0.63.0-1_amd64.deb
 c246a3527bb345ea97ff4d56680dd84acb37cff2 1160720 
poppler-utils-dbgsym_0.63.0-1_amd64.deb
 ce5f95182f24e609628514c92890af5a7f165ce6 171928 
poppler-utils_0.63.0-1_amd64.deb
 73efe2c48d7db45e78278aee830c8dab3005615a 17781 poppler_0.63.0-1_amd64.buildinfo
Checksums-Sha256:
 8b29b4b5afbe37c38534ba3ee3bbec0ace3ebc0aeb7173c0ce6e84b5f33410cd 3273 
poppler_0.63.0-1.dsc
 27cc8addafc791e1a26ce6acc2b490926ea73a4f89196dd8a7742cff7cf8a111 1439552 
poppler_0.63.0.orig.tar.xz
 6a4474b5eb503b17d83c76b565e13bb71b4e1a9cdd97f5cd278c137cef8870d5 30624 
poppler_0.63.0-1.debian.tar.xz
 99239fffadf368dbec7151acf39a96283a403eb731b83d98be2f0a57fc46f21b 36376 
gir1.2-poppler-0.18_0.63.0-1_amd64.deb
 90a8264f7f7efef029c2d92ee8d3818db7efe7c4b730d4ec46d24c8d4693ff71 27064 
libpoppler-cpp-dev_0.63.0-1_amd64.deb
 699f16b137f2c14c56b7d2155240aa3d1cb2d0f178a163b4310acc66652a65d4 489020 
libpoppler-cpp0v5-dbgsym_0.63.0-1_amd64.deb
 2a3af0e16ad7d1e5295d13dc3f0f3555a5111edee83bd338bef38eb3d59913cd 48320 
libpoppler-cpp0v5_0.63.0-1_amd64.deb
 300da02b2cb6630a2cc439763bd4f710e2f29eb8c2546a097c151fb5c115eb58 22424 
libpoppler-dev_0.63.0-1_amd64.deb
 2ea873a99ed5247a8e33bdfdf3a1fef2e916d004f9a8cb743a3f9c25c690f237 65644 
libpoppler-glib-dev_0.63.0-1_amd64.deb
 2e6b2da42d560099db3fda1dbd098b0fd778f4c3e1bbfd17f72960c7b2af20ed 88604 
libpoppler-glib-doc_0.63.0-1_all.deb
 40c5c0c29ebb19165ae2cabe9435c9a6c37e9b9d3e76254bd7d97337990f2f9a 879784 
libpoppler-glib8-dbgsym_0.63.0-1_amd64.deb
 1cc14cea410afe91675bb619111bec6a535e26efc2be74fc1589f18a3cbb49cc 127116 
libpoppler-glib8_0.63.0-1_amd64.deb
 9d6d91ddaf604652f3e534ca8d3bf17642384578dc7ec43dfefc6510

Accepted fontconfig 2.13.0-3 (source) into unstable

2018-04-12 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 12 Apr 2018 18:51:56 +0200
Source: fontconfig
Binary: fontconfig fontconfig-config fontconfig-udeb libfontconfig1-dev 
libfontconfig1
Architecture: source
Version: 2.13.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 fontconfig - generic font configuration library - support binaries
 fontconfig-config - generic font configuration library - configuration
 fontconfig-udeb - generic font configuration library - minimal runtime (udeb)
 libfontconfig1 - generic font configuration library - runtime
 libfontconfig1-dev - generic font configuration library - development
Closes: 871398 883873 886031 895470
Changes:
 fontconfig (2.13.0-3) unstable; urgency=medium
 .
   * Update Portuguese debconf translation, thanks Rui Branco.
 Closes: #871398.
   * Update Russian debconf translation, thanks Lev Lamberov.
 Closes: #883873.
   * Update German debconf translation, thanks Markus Hiereth.
 Closes: #886031.
   * Switch to dh.
   * Bump debhelper compat to 11. Automatic autoreconf.
   * debian/*.install: Let debhelper find files in debian/tmp automatically.
   * Update README.packaging for the move to salsa.
   * debian/libfontconfig1-dev.doc-base: update index file.
   * 0001-Do-not-override-locale-if-already-set-by-app.patch,
 0002-Leave-the-locale-setting-to-applications.patch:
 - Don't call setlocale() from the library, as that breaks applications.
   Closes: #895470.
   * Add a symbols file.
   * Bump Standards-Version to 4.1.4, no changes needed.
Checksums-Sha1:
 2345d2a48cd92709a593712d31afe0ebfa9ed420 2479 fontconfig_2.13.0-3.dsc
 b7bcc5d47211b7bbac35bb221860407db3601f5b 1700500 fontconfig_2.13.0.orig.tar.bz2
 4ce02152aaa2e4ddf3b64b486da14bcdf6811298 52892 
fontconfig_2.13.0-3.debian.tar.xz
 c94a1be4254d4a9b11aa00d0e1b8f3900a44a6a3 5558 
fontconfig_2.13.0-3_source.buildinfo
Checksums-Sha256:
 51d13730df2deb1310237fcb882d2d91bd83c214b72e5e7e4a1449a342ab346d 2479 
fontconfig_2.13.0-3.dsc
 91dde8492155b7f34bb95079e79be92f1df353fcc682c19be90762fd3e12eeb9 1700500 
fontconfig_2.13.0.orig.tar.bz2
 28ab3be1f24c49fcb1a68031a8cd23d5f0f688d3f2e7800e0b4747b5ca258f22 52892 
fontconfig_2.13.0-3.debian.tar.xz
 8aa62d0161c5020b3b5071374bb510ca8bb0fb0f2988c0688f25959317ed6dc5 5558 
fontconfig_2.13.0-3_source.buildinfo
Files:
 f4a6d17bd94c63f6b48668d8919736a8 2479 fonts optional fontconfig_2.13.0-3.dsc
 60d2394a79d3b2e5db2daea55193fa47 1700500 fonts optional 
fontconfig_2.13.0.orig.tar.bz2
 55ee2cb5c9a7e449a4df6651182f132c 52892 fonts optional 
fontconfig_2.13.0-3.debian.tar.xz
 edc0ade4ed4a4b432e2239f16b9c9b9a 5558 fonts optional 
fontconfig_2.13.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrPj4sACgkQnUbEiOQ2
gwICDg/+PQnf4gwZ15dN8f5gJmpQvAIIGBLZCA2I3TywfzOn4ub2ICHX9p1n3eoz
/PjgtRCMex7r60ccQ37r3JW8UUxXzPoexyluYbItcV6CgZXrslUu/VKaZeP1COid
w6kK1oDquZTWfl0jibcpbZtFLXslVgrWwhK/LUTw89a3JXbdWmMmumTaOg9feJp4
6q0l1zJvsz8fXREQA/0obOzErl08c+z0r3ZrRWWqtZ3mMp2r+chh3Vxab947Dw+t
CS8ckYQk7duwBl+SRbUwKQSbxvz+nKq7/Vnh08c+cvZBxBx4Ge1LmTFkrUmesEgv
Q8IYhAHTjFGVfGr4TKMuxrTyUmudObIvjFW4aRpxco7wqBgAHW9hRxAVCHM7m9CX
whEZ6WhC/LVItj02yX54dOI3DQzqz75CdCNK60yfETUdjm8H1Fn2PYORWN9P5QaX
ZOUxJam+9+BY/9jJtnKN0Ce4FHCDevSkJqlOxKLvSp0f4Js32TUYj8mUgEKMgnss
5tTjWlmo270Dewl1kB3kk/Rx/Bt3Pghq3cAplsNwCwCdRh70I8Vniq7IXNXl8Us6
VFheoE1ShMAN2RGcXqvWF6USQSl4vSMUHXP3JBNhHnrzlXgVu4g6opk2mw3l6V8Y
0Qg22vu0skKdqFLRaVOO5qDF+TR8XF2Yxtq1Dpodf/oZ7OLWrUg=
=NKLp
-END PGP SIGNATURE-



Accepted fontconfig 2.13.0-2 (source) into unstable

2018-04-11 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Apr 2018 09:12:46 +0200
Source: fontconfig
Binary: fontconfig fontconfig-config fontconfig-udeb libfontconfig1-dev 
libfontconfig1
Architecture: source
Version: 2.13.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 fontconfig - generic font configuration library - support binaries
 fontconfig-config - generic font configuration library - configuration
 fontconfig-udeb - generic font configuration library - minimal runtime (udeb)
 libfontconfig1 - generic font configuration library - runtime
 libfontconfig1-dev - generic font configuration library - development
Closes: 895391
Changes:
 fontconfig (2.13.0-2) unstable; urgency=medium
 .
   * debian/control: let libfontconfig1-dev depend on uuid-dev.
 Closes: #895391.
   * Add myself to Uploaders.
Checksums-Sha1:
 c105d40653bc1329467f09c06fedd028145101f3 2520 fontconfig_2.13.0-2.dsc
 b7bcc5d47211b7bbac35bb221860407db3601f5b 1700500 fontconfig_2.13.0.orig.tar.bz2
 7e19a54fa7d0db4298820e2e67fc557a9c32079b 49820 
fontconfig_2.13.0-2.debian.tar.xz
 5de22559a719dc6ad13485f28c0d7368324db557 5603 
fontconfig_2.13.0-2_source.buildinfo
Checksums-Sha256:
 eea35db2d4dfd126935e16c127cd7ce7ff3977b82b67842ca08e936d5ee8ef04 2520 
fontconfig_2.13.0-2.dsc
 91dde8492155b7f34bb95079e79be92f1df353fcc682c19be90762fd3e12eeb9 1700500 
fontconfig_2.13.0.orig.tar.bz2
 9c9440cb4ec28263f5a351ccf91820debd2c7b9ece3df257caeab4eff5863c6f 49820 
fontconfig_2.13.0-2.debian.tar.xz
 2f24c8cd143051703f60de04a6df2e10acc3183f43ae34fe28713faceb59ea95 5603 
fontconfig_2.13.0-2_source.buildinfo
Files:
 fc900489651365ad7c5726b2bad3e0c9 2520 fonts optional fontconfig_2.13.0-2.dsc
 60d2394a79d3b2e5db2daea55193fa47 1700500 fonts optional 
fontconfig_2.13.0.orig.tar.bz2
 5d5c5d6424bf4d841fe22e2de63d91e0 49820 fonts optional 
fontconfig_2.13.0-2.debian.tar.xz
 2ebba3ad00ab74adfc20deecf39b703a 5603 fonts optional 
fontconfig_2.13.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrNtYIACgkQnUbEiOQ2
gwIkqw/+KDzbL9wF4Aw8+y0R0ZwsIKukbiorEe0758kD/4M4QZPHjaM/Br+p+gNQ
PRVoKq7EHEisHdu3NRFs8WezjPdxvmudPHi7w2DgUVno+Mytlv5a8VkHNyzB4j5z
U+4yeNSf+XhN3AEObvRX4ICrqUTseWAxFK7AGCVtljlUJ6C0SFwJZTyAYA2C4AXa
k+bXfCjyW7IU7Cul6RUMyBUReiZvP0I3J9TEeXiFBH44sOqBSHNxhMiFju60qmFH
OtZYrDFqa70bBCcWw9uvpt7cLS7IOETESxDorBaMMDLznYMch5KoDUnfeGc5pbzP
k0O1x6fnisu30qx0ZNGetK06YYcVSJ/C6XjWv0M1k56YfR9v5iTHSsgkvKQL4wTn
W3W60q587ELggVyAQmPwk6x0sgLe4E+b9fJGrilXYEoU1cvxfWvalaGTNAUxx+wT
z0TG8rZuKolKDIPxbsXqX8iM442eLNdxar6InLeVZms6HC70qfD78uekJ7jgxndE
TcQo//Q3iJca1xa/+VT4JFSItQT4uphcFnWM8pfaEUIOf/KtaVJDDuVkzpXSjx2U
cDz2NEi20FGDfPWyc92C+w6qsMDSnoljm6CTQgUgF6pVnFHoTBj159U3gs+Lbe7f
dmI2RPKtgsRfaCmVPJZ0fbZ9feSWAMST2XhnCVYy0s5SfvR72gg=
=YPXI
-END PGP SIGNATURE-



Accepted aqemu 0.9.2-2.1 (source) into unstable

2018-04-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2018 23:18:58 +0200
Source: aqemu
Binary: aqemu
Architecture: source
Version: 0.9.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Ignace Mouzannar <mouzan...@gmail.com>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 aqemu  - Qt5 front-end for QEMU and KVM
Closes: 892392
Changes:
 aqemu (0.9.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ gregor herrmann ]
   * Fix "build-depends on GCC 6": drop explicit build dependencies on
 gcc-6 and g++-6.
 (Closes: #892392)
Checksums-Sha1:
 856a5bc1f5fc761c65eb90681203feaa0afd4052 2032 aqemu_0.9.2-2.1.dsc
 ad8b0f7f77c3da2ce7aae80c8a06809dbf15b67a 1373465 aqemu_0.9.2.orig.tar.gz
 5956b704a4103150a2b147395ff1ea5b142b9369 8508 aqemu_0.9.2-2.1.debian.tar.xz
 d3825ba2e566280ff0ffd3d9fd5f798b91a64c8b 6109 aqemu_0.9.2-2.1_source.buildinfo
Checksums-Sha256:
 4de0fd2a5e61d80a4467d489ea8c33143f6957da06f2f15f1eecee7407f1e1dd 2032 
aqemu_0.9.2-2.1.dsc
 e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de 1373465 
aqemu_0.9.2.orig.tar.gz
 b2eacd2535ad36e90fa1fec8b181cad60545630126bab9d9cc98a0f57f649390 8508 
aqemu_0.9.2-2.1.debian.tar.xz
 67e467116c855a76c6bf907ef61e9da857b89e521883ae5ff6efe441433f661f 6109 
aqemu_0.9.2-2.1_source.buildinfo
Files:
 4b92a2e78867de18a78177847b75c101 2032 x11 optional aqemu_0.9.2-2.1.dsc
 cd7f6077a5a49a25450dc007532b0f95 1373465 x11 optional aqemu_0.9.2.orig.tar.gz
 ea11701551c318d5fadd94d47f63c95d 8508 x11 optional 
aqemu_0.9.2-2.1.debian.tar.xz
 56375a4b266927a29910339acc0a0291 6109 x11 optional 
aqemu_0.9.2-2.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrNK/cACgkQnUbEiOQ2
gwKNAhAAgTe9si3UDvAju4yb08FbTGUFzpsrNNa20z9nRWfE//GtpFnJDDR5rO2y
1stIeEUOdFzqSsCyNmnTpyHsytP1psNqdQGiQC4VzIYt9u3Kim2RNd3Gsm+r8mBR
qoSHzHQTjTPZGeGnerZX9mJbUpXW+oVp+alSHPHOydmRl39hDJMf6b2h5fQ23W82
58o+LGdovcYnLaALexvfKfNzWfD2Z5glGDZM0zRBvbxQMClxZGMsgzeoKu1Vlpo3
A2lkNT3fpJn4tqpBpoXP5slOq56t6vJ2kT3pvFcv42YG737A4d/CgdWiEMAjTwoP
YMKFZo3yQRQjL2jXM1P2lm9g9GsLbJuNappu2YrcYFvsow1itVCvzIEDs2a9mBXe
QOUZ45tRdjxjUhBhqZVTqzWjHsR0QUpo5zexkF8WLKOpO/rnAaZkejDaFjvbNTqO
YOVvd+JvcEMH6FVPIJzzp6OlHvxDsHFyDeIuwbG187kj8snurKsN6yuhcbi1qlYU
Xk4ndAJdnSXsI0Dr1y4X7kHAqxwVyp04Jyj5kAr3Xib6+KooEieffWzhrtcWSBXH
TZZZo4FWEK8IsjGUq1pg42b+aYPpu0DfWgX7XTDaEGaMx1uxq8JfZEgdCsMcn57P
cYuWHrqe1719Q83zR77DmbS/AdOwuinNMFaELUD1uZB1vhNyviI=
=KnZy
-END PGP SIGNATURE-



Accepted libidn 1.33-2.2 (source) into unstable

2018-04-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2018 18:03:08 +0200
Source: libidn
Binary: idn libidn11-dev libidn11 libidn11-java
Architecture: source
Version: 1.33-2.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Libidn Team <help-lib...@gnu.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 idn- Command line and Emacs interface to GNU Libidn
 libidn11   - GNU Libidn library, implementation of IETF IDN specifications
 libidn11-dev - Development files for GNU Libidn, an IDN library
 libidn11-java - Java port of the GNU Libidn library, an IDN implementation
Closes: 856159 892540
Changes:
 libidn (1.33-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Matthias Klose ]
   * Build using default-jdk instead of gcj-jdk (Closes: #892540)
 .
   [ Emilio Pozuelo Monfort ]
   * Set libidn11 priority to optional rather than standard.
   * Mark libidn11-dev as Multi-Arch same. (Closes: #856159)
Checksums-Sha1:
 22741b4153d349baff4771c74210a2720520036d 2172 libidn_1.33-2.2.dsc
 57872fdc665dcc585e16f4ac0bb35374b1103f7e 3501056 libidn_1.33.orig.tar.gz
 17815476cdffd0e893dab81729c7f89c9e53b27e 65500 libidn_1.33-2.2.debian.tar.xz
 498653c048d81abb7fc76b00469af56855f5a44e 5521 libidn_1.33-2.2_source.buildinfo
Checksums-Sha256:
 e5e1744643291bfbfc3492020c07f7438e1d59d8c8350ed32ed512ccda7e 2172 
libidn_1.33-2.2.dsc
 44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19 3501056 
libidn_1.33.orig.tar.gz
 1bbcfa99312552fb076e0de78939aa20e8d33bdaf6ef430dc340e9f66d5fa245 65500 
libidn_1.33-2.2.debian.tar.xz
 5cd2a8043cbe500611fd8f178b70bd0f135682e5448606188a2fd4ec1c0eb616 5521 
libidn_1.33-2.2_source.buildinfo
Files:
 ccc73a504683ca39d7db4f58428e4f10 2172 libs optional libidn_1.33-2.2.dsc
 a9aa7e003665de9c82bd3f9fc6ccf308 3501056 libs optional libidn_1.33.orig.tar.gz
 516e8208f9dd220dd74a68521787a3b8 65500 libs optional 
libidn_1.33-2.2.debian.tar.xz
 a9d2e864d6a3b8500e808b6495b9e77f 5521 libs optional 
libidn_1.33-2.2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrM4GQACgkQnUbEiOQ2
gwIPhA/+IZjYT5ak9TI4c7suX4GCCqxSnR+WwTiVNTj15jvYsMLfW3r6olYC8srd
4v6JhKqbGKiCTj0RTHRVEdUVHshQu7WZgaxB9ETWAMzBMLkknNho791UKMIOREW6
hK2ZOQYpfodHvZ2SAsIm9e6d0c1cwrKvq1XrnqA+YjS70XS4h5ox2rlEVXC3AFw+
y5nKGXTzUJTbdn+q3MkiM8zq8ZCyOsa8q82V+Xs1LKtIHGlxiOtTPDdAv8bOC4qH
mOa3v8qaqFTyFC3fZcytaN46FZzEWgEFM/3ghPnAHMPE+ZtA3JCKPUwWtN+P9e0s
pUpq72X/xTsH2pAcLHKjpmT2NsGi60X0xd3RT+P9IcOHaHnE3cp5y7hOdExNx+U4
kpC5fy8hPBfF6x6NHxlqNbUruRTPuJGpbz1sQT0ncHClBdfbN12lM1uMqW+U7P0Q
3E/iw+OEq7pd+7gjBgCGHf1zr4CsQtbQeAzgj9nlIaJ1JZSzGrCJ4OAV09E9NfLx
NXiB5FsqtmBe+g6QpAlrj5zHsgLpDkqYGBXMLyfbMd7oyd9VY2VKbBpZo7XXbSL1
qyS3mn76Daje5lH5EbVeaDHDG5g7nrStSE4poM1Qywe4klAlxMJCnJHEetr1eCEy
JtIYvMdMzg9hs/uybIBd1i0GTalG4MDk0AAqM77IUpluH4Flm5M=
=moBo
-END PGP SIGNATURE-



Accepted fontconfig 2.13.0-1 (source) into unstable

2018-04-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 09 Apr 2018 19:03:54 +0200
Source: fontconfig
Binary: fontconfig fontconfig-config fontconfig-udeb libfontconfig1-dev 
libfontconfig1
Architecture: source
Version: 2.13.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 fontconfig - generic font configuration library - support binaries
 fontconfig-config - generic font configuration library - configuration
 fontconfig-udeb - generic font configuration library - minimal runtime (udeb)
 libfontconfig1 - generic font configuration library - runtime
 libfontconfig1-dev - generic font configuration library - development
Changes:
 fontconfig (2.13.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Keith Packard ]
   * Add dependency on python2.7, python-lxml, python-six
   * Add dependency on docbook, docbook-utils, texlive-formats-extra
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control: git repo moved to salsa, add Vcs-* fields accordingly.
   * debian/control: set the freedesktop.org team as maintainer.
   * debian/control: drop obsolete pre-depends / conflicts / replaces.
   * debian/gbp.conf: set pristine-tar to false, compression to bz2.
   * New upstream release.
 - Drop python build-deps.
 - Bump freetype minimum dependency.
 - Build-dep on uuid-dev.
Checksums-Sha1:
 9fe190a3e3e5af3f544d664975f22c2c85c291e7 2477 fontconfig_2.13.0-1.dsc
 b7bcc5d47211b7bbac35bb221860407db3601f5b 1700500 fontconfig_2.13.0.orig.tar.bz2
 dc589b66cc8282d47239c71f3b6df020676ac208 49896 
fontconfig_2.13.0-1.debian.tar.xz
 36124a2522e14da0c3c81b4ce8e2d92225e6cbc9 5577 
fontconfig_2.13.0-1_source.buildinfo
Checksums-Sha256:
 5de1db052a1657a69b1b29f8647058f8b8f036366795a01c9157f2e8014cad4c 2477 
fontconfig_2.13.0-1.dsc
 91dde8492155b7f34bb95079e79be92f1df353fcc682c19be90762fd3e12eeb9 1700500 
fontconfig_2.13.0.orig.tar.bz2
 ff60a1941ccd524753c390d7e43fdca584fd1aa04a5ae3cd76b8b6d4682d1ccd 49896 
fontconfig_2.13.0-1.debian.tar.xz
 44b2c6302e4c1d7211800957ec5f90b50671f2e67a64210303e053a6d459cb21 5577 
fontconfig_2.13.0-1_source.buildinfo
Files:
 424eadfe8bc1dcf2db466fa3bf20e836 2477 fonts optional fontconfig_2.13.0-1.dsc
 60d2394a79d3b2e5db2daea55193fa47 1700500 fonts optional 
fontconfig_2.13.0.orig.tar.bz2
 59586bef61f0eb83c62a67b6a720549f 49896 fonts optional 
fontconfig_2.13.0-1.debian.tar.xz
 29cf7badcf1e76a80b4b85da4fc8baac 5577 fonts optional 
fontconfig_2.13.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrM39gACgkQnUbEiOQ2
gwLNSQ//fbrYSHLVSeR2ZG1qPDBOrUa7PoQUPYD/eiS6zheeRid331o9JD5Hpaly
sU6g5fEMKqtVGf8oP+4Gt5dUcUIfXeGlKyXATV7KZqz6hMVb4V0OJSBqNtlvyEQm
2Ij8c91Qi3E3NPSuL0n9GxzoKGfEeCfd2KWBqH2FMppWGM4MsLYowafwKBzkeo+x
xxCT3AzGd9Oo+hEtXi2bNuR+k9KxYWBHMPhVYnhX1taS5u9m/1/CZ58ytE3fIAt0
QlraZRafLBeBI2XUK7Uds4ISQxCCZ6E0FwqVdZl90vThTTAKc6GzmoOpKDPkivT3
vnApVhQXGb2vM1tW/2fW/HDv4aiu2kAM1juj2xlls6nsyvlYELLfkfrGuIGmRiJi
b3fIMojA7u9Rgc/zz5Dc5v5nUhGqjOpfeV3wltaQS39aNADUvdexVK+dzmyZUi0w
ejh0JnF8BSjDP+bPE8Xp8l+5o52r6Nat/7HIC4O72XWqKKthMw+JuFkKKJpy4Eys
ZMwaB2GScaao1lPQSORqSadfhLItmdYsxTA7CjLd6x7ZXxSXtIr+D7SzUBu80RR3
1jPXQFigwbq8ahtR06EFvRQzISjeQjUtKsgBrR8NUO/D+fWXMUvoncFgnW4wI5vz
OGS+aBuZo79Fo2qm86j90npfWc+RAfrrX1tegzqEBnY8xN5ioYY=
=uL/A
-END PGP SIGNATURE-



Accepted automake-1.15 1:1.15.1-3.1 (source) into unstable

2018-04-10 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 10 Apr 2018 18:04:51 +0200
Source: automake-1.15
Binary: automake
Architecture: source
Version: 1:1.15.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Eric Dorland <e...@debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 automake   - Tool for generating GNU Standards-compliant Makefiles
Closes: 892533
Changes:
 automake-1.15 (1:1.15.1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Disable gcj support, as gcj is being removed. Closes: #892533.
Checksums-Sha1:
 58a897a510ac6d979185f35e78366b97177ccca6 2263 automake-1.15_1.15.1-3.1.dsc
 45632d466c16ecf18d9c18dc4be883cde59acb59 1509496 
automake-1.15_1.15.1.orig.tar.xz
 fb0f6956368180ad35ff8591a6033c829146 13832 
automake-1.15_1.15.1-3.1.debian.tar.xz
 f00892d97991084021bc739819c504cc2fc5a308 5186 
automake-1.15_1.15.1-3.1_source.buildinfo
Checksums-Sha256:
 696ed34ef72a7b445604d98b31248f5a79a6ec45a9a859b421ddeb09579e6226 2263 
automake-1.15_1.15.1-3.1.dsc
 af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf 1509496 
automake-1.15_1.15.1.orig.tar.xz
 c66a9c15235f2a1386e95b4d005fa4179dcdd8052ef06ef64488ce4822b64b24 13832 
automake-1.15_1.15.1-3.1.debian.tar.xz
 42c5a4b37bbc7f2eeebc912528a19a66f13887e698b56392c5a7071f95953e0c 5186 
automake-1.15_1.15.1-3.1_source.buildinfo
Files:
 4e1d3f698f085a00dcacf80b639d84cd 2263 devel optional 
automake-1.15_1.15.1-3.1.dsc
 24cd3501b6ad8cd4d7e2546f07e8b4d4 1509496 devel optional 
automake-1.15_1.15.1.orig.tar.xz
 d019396aede9bb70cded74ff963b7bec 13832 devel optional 
automake-1.15_1.15.1-3.1.debian.tar.xz
 603ebfa01b2758f88770e923d85e2b17 5186 devel optional 
automake-1.15_1.15.1-3.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrM4NwACgkQnUbEiOQ2
gwKbkw/9F59Xhety2eq0YgHyqsLXbmlQ1vn3XIsk84eOOpsgM6/4nNIpuc7LE65H
3aG7v0iiAHnpHvh1mnEMumVJjIpHwZ13pHd2blXXE3Rytyn5DnhZK9pcixw93NQA
pag41993MXUg5bakYOcW8Zvfw8e3U2Jvv1/3eLFC2tvXi86mRTnD/niGUUJRfwg5
l1jlJr2SnqcuP0BjwG/Mo6mNP6x0nuAaWEo5EPxi6rEN0pcyszdE/nWeyrLl9KTH
lJbWvSxr11Bm8WsSltsqN0UUqpa6ysf9FNis1dQSg9AHCsYgJDJB1CQkQddeo0Hr
MvfKEl85QUvXdlul0gPh9VBPCWE4i68jFLAkQndBPvUw7Q1B4dDdbBp0hypmRBjM
x/LEeS2SeUJpNL0/vDmsuhrz2FZPfmUqNTTK0/9Y2ngbOI8DOta0JPh7SgEVN2IB
SsKygQcxIGCzeO5lkf8LZnO3WPr4UNensWQtM8BqPUQw9GvSO4gIoZ72R6nsasA7
RlIl7yKzIAqVKGOY6/tjKnIwZTsvrYa4jpmnLdcTBigEBdm08M1gNRSfFrU3c4ew
2guDz9AFHxn9d6ap582apk5Va/PqoRmkKHuLt8bEMBbzDesCq7PE8/UZ0CEhFIeF
lTK8GVBpNjzZVJHarNzxS8bWTOf1BsPIHfURnG8ogQsZRiXuMhI=
=wIu1
-END PGP SIGNATURE-



Re: Help: gpb buildpackage no longer builds

2018-04-08 Thread Emilio Pozuelo Monfort
On 08/04/18 20:25, Steve Robbins wrote:
> In the last upload of googletest -- December 2016 -- I successfully used "gbp 
> buildpackage".  Today, with zero changes, it fails to actually do the build: 
> it skips from configuration to running tests.
> 
> The rules file [1] is, I think, pretty simple: there are overrides for  
> dh_auto_configure , _test, _install, and _clean; nothing else.  Am I missing 
> something?
> 
> [1] https://salsa.debian.org/debian/googletest/blob/master/debian/rules

Which version of debhelper are you building with? The cmake support was recently
broken and just fixed in debhelper 11.2.1, so make sure you get that.

Cheers,
Emilio



Accepted desktop-file-utils 0.23-3 (source) into unstable

2018-04-01 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Apr 2018 15:16:38 +0200
Source: desktop-file-utils
Binary: desktop-file-utils
Architecture: source
Version: 0.23-3
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 desktop-file-utils - Utilities for .desktop files
Changes:
 desktop-file-utils (0.23-3) unstable; urgency=medium
 .
   * debian/rules:
 - No need to set compression to xz, that's the default nowadays.
 - Let debhelper pass --disable-silent-rules.
   * Move repository to salsa.
   * Set Maintainer to the freedesktop.org team. Thanks Ross for all your work.
   * Bump debhelper compat to 11.
 - autoreconf is enabled by default now.
   * Remove old workaround for aclocal failing without an m4/ dir.
   * Add myself to Uploaders.
Checksums-Sha1:
 93f7700c4fb87643878ad40d3d8c42643af7dd57 2175 desktop-file-utils_0.23-3.dsc
 10e9df65fdf2b896ce4d5f16616ea0df7c01d8f8 132000 
desktop-file-utils_0.23.orig.tar.xz
 ecdb79d14c584d75d10806471d7ea7a34cfb0612 5052 
desktop-file-utils_0.23-3.debian.tar.xz
 c5118a4989fc485b994eaa96078bea71df324992 5994 
desktop-file-utils_0.23-3_source.buildinfo
Checksums-Sha256:
 9087b5d5659592b04e387a593654e35887b9d81d22fe163db4b4c32007e7de8a 2175 
desktop-file-utils_0.23-3.dsc
 6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385 132000 
desktop-file-utils_0.23.orig.tar.xz
 f75225296680aaa98e72f34cc8db3cc3f24d6967fefefca34f331c2267806ad5 5052 
desktop-file-utils_0.23-3.debian.tar.xz
 3fc18fd2279bb704cc5ed4d4da4588de2fa2fdd1521f3251a0b85de4b3b0c738 5994 
desktop-file-utils_0.23-3_source.buildinfo
Files:
 c2ffc9ec0fae6cd71d19d23da65bea06 2175 devel optional 
desktop-file-utils_0.23-3.dsc
 599133d51cc9a41bfec186414906b6f1 132000 devel optional 
desktop-file-utils_0.23.orig.tar.xz
 940bdb783e0c6405baef1c00c79ef668 5052 devel optional 
desktop-file-utils_0.23-3.debian.tar.xz
 b5ef2071d7ed3fc4d6411e92fef77f8e 5994 devel optional 
desktop-file-utils_0.23-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlrA3AMACgkQnUbEiOQ2
gwL6ERAAnj6qHC0bgITn01MqhHGBt8Bg5A2Ed4qVOfSAY+jVkFr+2YSq1OoWzmkC
UPEqc1ZqUnZ9r617igQZ0AfCVSt3ubHuvfu+/qeBO2IW8CEBBnTsbTN3YK/CWQqE
xtUeaKO9vUq6CNYxA4rqPmqASonBMR0j11yjttBdFTZQEIGua0724vnIFFsvKvsu
hccwi74KMxGEecn1lLvXTVrKp6KOyth8SpcgCVOCpLYcvmaCFf2fm/VU4omj6IHq
c61DU3fIxVNKK+tPDJcOR+WSdeWSJKe5MekoK3eFdgyuFZxH4d2RW1Extf9ojmmH
WpOQN0GTDSerf/4VdPIit65nwTpyh9nRE4LR7yT/ntR5nJ2Tr6tVu5bSuYBD1qHY
2a8OmTIzpviFMsXIhaXMid7z6tHvYLoC9i1hef1/KL1FtOphxNf9ew5U7jytFKR2
zTNktvhsWPLcCuN4sT15WzSKP+ZD4XD2+tgaRjxdOMt+LCOByAODCxfMpzxtKLtF
tbdKp6IacOpQksNyMGVWyDGhyR6Qo9VN8HGjcm6abonwDiU7MkS66rsKmKuCekYh
DbhXHwMwCx6mq/ofX0azSfP9P/rqWLQGUjcLB4a84/YrmeB/Om5ecPzUzQb028B2
247vOpesl8uRSSAtYoNWMkA/+pW6XSLgqyXz5VtNWP72c57CMDE=
=15FF
-END PGP SIGNATURE-



Re: Usage of real m68k hardware

2018-03-28 Thread Emilio Pozuelo Monfort
On 28/03/18 12:00, Andreas Tille wrote:
> Hi John,
> 
> On Wed, Mar 28, 2018 at 06:36:16PM +0900, John Paul Adrian Glaubitz wrote:
>> Yes, of course. But Andreas hit a nerve with this on me.
> 
> Sorry, this was not intended.
> 
>>> In my experience, most arguments (not "mere" disagreements) have stemmed
>>> from regrettable miscommunication but all of them have ever helped by an
>>> argumentative or combative character, especially ones underlined with
>>> threats.
>>
>> Well, if Andreas wouldn't have asked for the ultima ratio right from
>> the beginning, there would probably have been a more constructive
>> discussion.
> 
> Just to not make that mistake again:  Is it the
> 
>   "I'm wondering when it might be time to fully drop a hardware
>port instead of draining developer time for ethernity"
> 
> in my mail you stumbled upon.  May be its the language barrier but I do
> not think that if a random developer is wondering about something this
> is equivalent to "asking for the ultima ratio".  I was honestly thinking
> about whether we are keeping alive an architecture by everybody using
> emulators.  I try to be more careful in my wording in the future when
> asking questions about ports (and hope I will manage).

Note that m68k is not a release architecture, so those bugs do not affect the
release status of your packages. Thus, if you don't have the time to work on
such issues, you should feel free to note that and tag the bug 'help' or
similar, and wait for someone to provide a sensible patch.

OTOH, I'm not sure if those FTBFS for non-release architectures, without a patch
or a clue, coming from a non-porter, are that useful...

Cheers,
Emilio



Accepted poppler 0.62.0-2 (source) into unstable

2018-03-04 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Mar 2018 11:37:52 +0100
Source: poppler
Binary: libpoppler73 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source
Version: 0.62.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler73 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Closes: 883881 887525
Changes:
 poppler (0.62.0-2) unstable; urgency=medium
 .
   * 01-new-gtk-doc.patch: patch from upstream git, fix FTBFS with new
 gtk-doc-tools. Closes: #887525.
   * rules: don't hardcode CXXFLAGS when setting -g, instead append to it
 so that we also get dpkg's buildflags.
   * rules: pass CFLAGS down to CMake. This should get x32 the required flags
 from dpkg to build with hardening=pie. This was lost during the switch
 to CMake as it doesn't use CFLAGS directly. Closes: #883881.
   * debian/tests/test-qt4.cpp: drop, the qt4 build is gone.
   * qt-visibility.diff: drop qt4 hunk.
   * control: Switch Vcs to salsa.
   * Upload to unstable.
Checksums-Sha1:
 6768dc9997d321df32b1b210e0759d34af124326 3273 poppler_0.62.0-2.dsc
 45f5186f9c514d121acd8c4aeae0e0137916a5f4 1423372 poppler_0.62.0.orig.tar.xz
 bc5193a294906c2e11282341ceb517063baa3aca 31028 poppler_0.62.0-2.debian.tar.xz
 aa9256dcff42c8483e12027bbecc9f09499f7acb 7630 poppler_0.62.0-2_source.buildinfo
Checksums-Sha256:
 962327bcfe894f4711a367eab7894108623a6582eadcdf7abf55e78ae5ff17fa 3273 
poppler_0.62.0-2.dsc
 5b9a73dfd4d6f61d165ada1e4f0abd2d420494bf9d0b1c15d0db3f7b83a729c6 1423372 
poppler_0.62.0.orig.tar.xz
 ae934e19abe4595167f71c8066aa7eba196b2c011f733de4e63c59c0b10385fb 31028 
poppler_0.62.0-2.debian.tar.xz
 9e662b30a6a90680f0e7defab85f608a947a3cbba46a434556aadad23d32c857 7630 
poppler_0.62.0-2_source.buildinfo
Files:
 d7998d3d71efdc96b64d33ab54aa5f55 3273 devel optional poppler_0.62.0-2.dsc
 42b801f2defaccb6b6cf1bf783ee1552 1423372 devel optional 
poppler_0.62.0.orig.tar.xz
 96eb8c5898811d8d96847915f465b73b 31028 devel optional 
poppler_0.62.0-2.debian.tar.xz
 42e45638728c06760908422843ff2d4b 7630 devel optional 
poppler_0.62.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlqb1+0ACgkQnUbEiOQ2
gwKHTg/+IfNfEULePubiyhheku9A0W2y7EZ/K0BL+7UBWhVFPOpr1d7KDJTq8wJI
7svM3QQmsDYWT2eH4LIk7muOQ9ct0WYD2eXCNFcKsz+o56GBcdlz0ItlrUkUD6zM
WiF8sFVyC5x+CXY2PDsxqiEbUXGXyligFR5kbbAi4fJbDzd9ERgKTvDx1rGORK3T
5NoT7aUGO/WLpPokdfxX8cOfts9zaeVmeG1WBx9a7QWvuLDBdgJu7sC8EbWAkHlH
yaBDjHi/KL7pMjlMmfBsfr6ZzvHxUf4UKRHJIoZSHZpJ7Na/W7RZzRtpsP/AAX74
V5TPGvPJgSvW3vSLluzeaCiGa1XM+nDeYV2SoXraMTYzCo9dgh40xqqtzQssgl5I
CugrsCGwmq4FQNMQiDlS7ItsFQ8gJwTYNV2CyyDs0J0cMX9HJJTAvVK1Sf0pZPWR
7KhoWKSsgY8rOpasbW6BvAXIIemoVSV0D/nsqbnh3o9Qa1VGKDQuVp3mtpB3P6hM
H1d3GSmVxledHmYnMVGJjfyv+f94ODTcgY7qlLhEYKRq7tEdiC1QU5Z3Mc+QAN1R
xSXkbHgV7CpoPq+R4C8vptpk1v0h4WfesECU0oSEmXWmJs5Jt4bQFxlByfb+yawI
HM2nPJ8jZURiMvPyC6PRuxsOfxgRVNTC+a8xt9KdmBgxBBE8vDE=
=vPG4
-END PGP SIGNATURE-



Accepted wayland-protocols 1.13-1 (source) into unstable

2018-03-01 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 09:43:40 +0100
Source: wayland-protocols
Binary: wayland-protocols
Architecture: source
Version: 1.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 wayland-protocols - wayland compositor protocols
Changes:
 wayland-protocols (1.13-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch priority from extra to optional.
   * Switch Vcs to salsa.
Checksums-Sha1:
 53998d1deee54aa5962f07627762bfddefb5a984 2068 wayland-protocols_1.13-1.dsc
 1b4b3385e168c361b4d350668d92f3a90ceee189 99680 
wayland-protocols_1.13.orig.tar.xz
 e22933efc5ef365f1f91ed6834a692546cc932ed 8440 
wayland-protocols_1.13-1.debian.tar.xz
 0defa2ab95a114a5cd575c7643b1729c57cb5ffe 5445 
wayland-protocols_1.13-1_source.buildinfo
Checksums-Sha256:
 e9abcaed96ffc8512f83463a288af6918175d63a8299892c239e3edc4e18b96a 2068 
wayland-protocols_1.13-1.dsc
 0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38 99680 
wayland-protocols_1.13.orig.tar.xz
 84738f67ab2bfb4717fbe1ac9f2da2f72aea2383cbe49da8d1729fdbdd08647f 8440 
wayland-protocols_1.13-1.debian.tar.xz
 4435986d3318135dcfa0506786d2a027829c46dd3a55912ad4db821a367e4836 5445 
wayland-protocols_1.13-1_source.buildinfo
Files:
 042b660f1bb37049995ceb06db9c0be9 2068 x11 optional wayland-protocols_1.13-1.dsc
 29312149dafcd4a0e739ba94995a574d 99680 x11 optional 
wayland-protocols_1.13.orig.tar.xz
 0c30ba40b80b557efd1ad22997a0023b 8440 x11 optional 
wayland-protocols_1.13-1.debian.tar.xz
 a583cc810d43a4d3738e2791a23e5e4e 5445 x11 optional 
wayland-protocols_1.13-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlqXvU0ACgkQnUbEiOQ2
gwIlhhAAp/IFW2urP7UekEqAIHoBg08bvC69mghmiMY7Yw2JYd4vFucAOKTMk+nz
ekOdLzUYNTfhRlWZ10jIrz5pYdBg5e4ZHhh49z2aXW2tmsqnRwKc6fhU+2312y0L
5DResOCXMTfMS+JonZgRq9z4PxEJxE6QRsl2918vSJ1r4qedrj94R43MPTvEOKpb
y4tlHewZGoCIFnxMlkyLkpvvxcCdgJ+eGxGfJUQWy5Dv20d2TCx/HCrO6cK9dlhs
iPrb2vtO3GJ/fflD+t2YvN/RqtIVoMpBFSm/QhLDuLABIM282kZL2/+N2EptSSuZ
3dqO2Fiq7+NG3qUln5zYUQPOIaTvkwYhRhVicCACXCRe01zvuX88Lk7MnZRMMCOL
iSxssOtJOALHeOtW/p+Udw4Z7sm1gvA8kNhY7mcGwdsqz3PeNVXLQVuKmnDYXl8y
ZzBGNVhElnwH/XHtmyhju2lszowy+45QWENE487lvXKGBU1jfu3oqeqn7mJpmk/n
exnE0A0Ayo5rtDHEqHWQnDq/gk1QaVmpNeb6tnG1+Ww2W6kSAoOSskpFl8a3jlEO
CpQuj3cs3So0di5m4BIge7CbFfwVCFXKuUcYn/DUbDwdO+8vh/WhYUBbohTVJ1oc
7hBCTZsPDnlmACM30eJic7CNESdwhVMvhqRXFgqbJoHfrpaVOvE=
=3/sD
-END PGP SIGNATURE-



Accepted xdg-utils 1.1.2-2 (source) into unstable

2018-02-27 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 27 Feb 2018 10:25:43 +0100
Source: xdg-utils
Binary: xdg-utils
Architecture: source
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 xdg-utils  - desktop integration utilities from freedesktop.org
Closes: 884436
Changes:
 xdg-utils (1.1.2-2) unstable; urgency=medium
 .
   * Update Vcs for salsa.debian.org.
   * 01-open-lxqt.patch: Fix support in LXQt, which isn't the same as LXDE.
 Closes: #884436.
Checksums-Sha1:
 6a282556928f547ad54db81bf8dcf45752b47b7b 2062 xdg-utils_1.1.2-2.dsc
 20cd4cc5cfaa904b12abf6d584deb568367f4d83 296735 xdg-utils_1.1.2.orig.tar.gz
 8a85878dd71a3cb5565474e9f9095316a39b3762 10024 xdg-utils_1.1.2-2.debian.tar.xz
 1d24ba44b0748f003e4110c818301b01a613337a 5181 
xdg-utils_1.1.2-2_source.buildinfo
Checksums-Sha256:
 9a87b253aaa45235648d188f5d17ef81d2378748d8a969ced0f26ea5b7493c0d 2062 
xdg-utils_1.1.2-2.dsc
 951952e2c6bb21214e0bb54e0dffa057d30f5563300225c24c16fba846258bcc 296735 
xdg-utils_1.1.2.orig.tar.gz
 b039eac1f927f8579626c37858bd152db13086fb92d9f97cb8d69ceca5b46a6f 10024 
xdg-utils_1.1.2-2.debian.tar.xz
 7f65de01439a94d30a776a306bc9da7a0752453218206b8f64e70a3848c9c4c3 5181 
xdg-utils_1.1.2-2_source.buildinfo
Files:
 14da85aa4c042e10ff9380ac4913f97e 2062 utils optional xdg-utils_1.1.2-2.dsc
 361e75eb76c94d19f6f4f330d8ee626b 296735 utils optional 
xdg-utils_1.1.2.orig.tar.gz
 f663812ceb0f86d7b604cb0b12e1d335 10024 utils optional 
xdg-utils_1.1.2-2.debian.tar.xz
 5fbf2b1100c8b631bbe1bfa64dd12c18 5181 utils optional 
xdg-utils_1.1.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlqVJMkACgkQnUbEiOQ2
gwIzNhAAwY/wP0O8uFf0ttKYCurssSsqIkyYSH0/YyTLQpwmqhmKHC1t5BUaQxWI
ApjAXKgCdZiPhiuUI7Uw7DJ2N3ZicPovUQ97abMQ5tIa9FPmvcCwnq1W+1ARAa8F
xJ/aYjF2vLI7VvEZeTrjnFuK2tjqc6VcmFz6D6GBH20sdLJZVcko8IWrZB224ltd
3xPSgNeZdSZy/K/RY21OhoG0sKWFMq/rXPxqUNbnjhszW9WO5qmsxIT0cyudew26
wvE+AK2hXUp5HQPKnj9DdQv3voymSrTTDQowvsCyAagbtOokPG/zYL3oGvoFbUpB
CS0VUFqchKaw27NKMYxbGNxCSj65T+xyuuWFIeUPE0S7wsC8r6AUevDFkwD9bo4V
H5s+48GgYI1WS/dW826XvcYOyI3MhlfmxZHaH3LHXMLGmYtTNjV5cjdDvrTIyWTw
Rd6NIiuK7XewVMIVGXdTHG3z72TYHsGudB7esNbfJ6JUO9AxlbTg5o2rIEwE89pY
2hlK6z4kgI77vi5M7+uuaX1dLbrS4LmJvR57doueTSgAdh1qBmK9DCjJLveTKZ+n
ul0rR2nq0kLepXpj3/AfH7aedb+sfQvGGi4m0yQPG6SOLel9Q2C4JnKRs26QPk+K
rDndjbF1Lgy0pA8wmG9RFY6L1ViOyUuvI3AC42jzfDixED6KIQM=
=Yikz
-END PGP SIGNATURE-



Re: Removing packages perhaps too aggressively?

2018-02-01 Thread Emilio Pozuelo Monfort
On 01/02/18 09:45, Andrej Shadura wrote:
> On 01/02/18 09:40, Ansgar Burchardt wrote:
>> Andrej Shadura writes:
>>> On 31/01/18 21:01, Jeremy Bicha wrote:
> Here you go, there's #871004 for you. Missed jessie, stretch,
> not in testing, no uploads since the beginning of 2017.

 I don't think you'll get much sympathy for a package being removed
 from unstable when it hasn't shipped with a Debian release since
 Wheezy, and has continuously been out of Testing for 3.5 years.
>>>
>>> True, it hasn't. But if you look a little bit closer, you'll see both RC
>>> bugs it had were quite trivial to fix: two sourceless files (would be
>>> fixed by linking them to the packaged versions instead), and an failed
>>> attempt to download a build-dep (actually, fixed by an NMU while fixing
>>> another bug, just never marked as done).
>>
>> So there was plenty of time to fix them.
>>
>> Why would filing a third RC bug (the "proposed-RM") and waiting one
>> month more change anything?  Why would someone turn up to fix them now?
> 
> Why not? I *was* already doing just that, but with an RM bug filed
> elsewhere, I was unable to know it's about to be removed. I would have
> reacted and closed it before the package's got removed.

Doesn't the PTS^Wtracker service already do that? I.e. notify when an RM bug is
opened. At least it warns on the web interface, and I think I have seen email
notifications about it too. So you only need to subscribe to those packages that
interest you.

Cheers,
Emilio



Bug#886238: Build-Profiles purpose, mechanism vs policy (was Re: Bug#886238: Please introduce official nosystemd build profile)

2018-01-18 Thread Emilio Pozuelo Monfort
On 18/01/18 21:50, Adrian Bunk wrote:
> On Thu, Jan 18, 2018 at 06:52:57PM +0100, Emilio Pozuelo Monfort wrote:
>> On 10/01/18 01:29, Sam Hartman wrote:
>>> A build profile seems like a great way to express the flag, and like
>>> many things in Debian, the work would fall on those who would benefit
>>> from it.
>>
>> I think it'd be better to be able to mark a build-dependency as optional, and
>> then implement a mechanism in dpkg to disable the undesired 
>> build-dependencies.
>> E.g. if packages start marking libselinux-dev as , with autoconf or
>> similar automatically disabling selinux support when not present, then a user
>> could build the package with something like dpkg-buildpackage
>> --disable-optional=libselinux-dev. This way we don't need a different build
>> profile for each build-dep and package, which would end up in a mess. Of 
>> course
>> we need to change the above syntax to not clash with build profiles, and add
>> DEB_BUILD_OPTIONS support, but you get the point I hope. Seems a lot more
>> standard to me than having each package define its own profiles for each
>> optional dependency.
> 
> When the sole purpose of a rebuild is to get rid of unused library(ies),
> the rebuild only makes sense if this is supported throughout the whole
> distribution.
> 
> The problematic cases are the non-trivial ones,
> and what support Debian wants to provide for that.
> 
> It would make the life for the Devuan people much easier if Debian
> would be committed to have *all* packages in buster build and work
> with --disable-optional=libsystemd-dev.
> 
> Are you as release manager willing to make this a supported feature
> for buster, with breakages being RC bugs?
> 
> For small embedded systems, having this only for one library
> doesn't bring that many benefits.
> 
> For how many libraries are you release manager willing to make 
> --disable-optional a supported feature for buster, with breakages
> being RC bugs?

Nothing of this sort is going to be RC, no matter if we implement it via build
profiles or by some other mechanism. I'm not even sure we need it. My only point
is that if we are going to start adding this for every optional feature as it
was being suggested, we should do it properly and not abusing build profiles.

Cheers,
Emilio



Bug#886238: Build-Profiles purpose, mechanism vs policy (was Re: Bug#886238: Please introduce official nosystemd build profile)

2018-01-18 Thread Emilio Pozuelo Monfort
On 10/01/18 01:29, Sam Hartman wrote:
> A build profile seems like a great way to express the flag, and like
> many things in Debian, the work would fall on those who would benefit
> from it.

I think it'd be better to be able to mark a build-dependency as optional, and
then implement a mechanism in dpkg to disable the undesired build-dependencies.
E.g. if packages start marking libselinux-dev as , with autoconf or
similar automatically disabling selinux support when not present, then a user
could build the package with something like dpkg-buildpackage
--disable-optional=libselinux-dev. This way we don't need a different build
profile for each build-dep and package, which would end up in a mess. Of course
we need to change the above syntax to not clash with build profiles, and add
DEB_BUILD_OPTIONS support, but you get the point I hope. Seems a lot more
standard to me than having each package define its own profiles for each
optional dependency.

Cheers,
Emilio



Re: glibc-2.24-11+deb9u2 from s-p-u already in debian/dists/stretch/main/source/Sources.xz?

2017-12-21 Thread Emilio Pozuelo Monfort
On 21/12/17 11:53, Philipp Hahn wrote:
> Hi,
> 
> I have written a tool myself to parse Debian's Packages and Sources
> files to mirror all files belonging to one version for post-processing.
> Today I stumbled over "glibc-2.24-11+deb9u2":
> - it is *not* listed on
> 
> - it is listed on  for s-p-u
> - it is included in debian/dists/stretch/main/source/Sources.xz
> - it is *not* included in debian/dists/stretch/main/binary-amd64/Packages.xz
> 
> Is it normal for Sources to list source packages, which are not yet in
> Packages? (Probably yes, if there exists at least one architecture
> containing binary packages build from that source version)

It's listed as

Extra-Source-Only: yes

So yes, it's normal for it to be there, as another package has Built-Using on
that glibc version, so we need to ship the source.

Cheers,
Emilio



Accepted poppler 0.62.0-1 (source amd64 all) into experimental, experimental

2017-12-15 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Dec 2017 19:22:22 +0100
Source: poppler
Binary: libpoppler73 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt5-1 
libpoppler-qt5-dev libpoppler-cpp0v5 libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.62.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler73 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Closes: 875096
Changes:
 poppler (0.62.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Drop libpoppler-qt4 library, removed upstream. Closes: #875096.
   * libpoppler72 -> libpoppler73.
   * control: Bump Standards-Version to 4.1.2.
Checksums-Sha1:
 43c21935034a747999393ad808f04592927b6340 3288 poppler_0.62.0-1.dsc
 45f5186f9c514d121acd8c4aeae0e0137916a5f4 1423372 poppler_0.62.0.orig.tar.xz
 f7be593f69e4c09a761f575ce9dccd4a938ef4ab 30416 poppler_0.62.0-1.debian.tar.xz
 9a6e4e349a01b7cc0fe2e7795d845d7a6ea34bca 36048 
gir1.2-poppler-0.18_0.62.0-1_amd64.deb
 764cce87c4ba33f11ad103b97a8d59c32a9d706f 26192 
libpoppler-cpp-dev_0.62.0-1_amd64.deb
 ccdb30cd28a1bbfe3b166f037a8dbe432136b57f 448368 
libpoppler-cpp0v5-dbgsym_0.62.0-1_amd64.deb
 6555484bdbcd1ae4063e418d8c34c3e3d17c94ec 45448 
libpoppler-cpp0v5_0.62.0-1_amd64.deb
 1ae16583de3e3f36d3915e750cf7db84c98a7b67 22076 
libpoppler-dev_0.62.0-1_amd64.deb
 85cc07b4354d4a908e80543c9a67d772d8ab12f9 65192 
libpoppler-glib-dev_0.62.0-1_amd64.deb
 e3226d4ed6c97409af1fe26cee6a650d7a972f2d 88272 
libpoppler-glib-doc_0.62.0-1_all.deb
 faf616f375648c0f2a107613abc711541c441199 852120 
libpoppler-glib8-dbgsym_0.62.0-1_amd64.deb
 46c2193201e7a71ffcced74c1571635151b3293c 125072 
libpoppler-glib8_0.62.0-1_amd64.deb
 93cfaa37120b994bc268ec45e6d2474ede414c2d 184800 
libpoppler-private-dev_0.62.0-1_amd64.deb
 24b76b9886a00439b57a1966ff704f1ee25e4a57 2840948 
libpoppler-qt5-1-dbgsym_0.62.0-1_amd64.deb
 2584dd2d4f152cacaff94696bff441a961ea846f 157532 
libpoppler-qt5-1_0.62.0-1_amd64.deb
 439fc4ab831b436f50dd6e6ec789620cf729d9ae 49800 
libpoppler-qt5-dev_0.62.0-1_amd64.deb
 b8c616cee34c81334203fb9e5a3d3f1299dc67b2 2930732 
libpoppler73-dbgsym_0.62.0-1_amd64.deb
 e3ee66c2b44b7fb50c1b512b3eafefa8a6a6dcbc 1344660 
libpoppler73_0.62.0-1_amd64.deb
 071e2509fbef5bda48a9c08abb33ccb22091f52d 1128068 
poppler-utils-dbgsym_0.62.0-1_amd64.deb
 c9c0bc260c5ffedee54f84844810fc0871680d08 169584 
poppler-utils_0.62.0-1_amd64.deb
 64de753c6a475bc2e6ebd4de622367db6f667ca5 17633 poppler_0.62.0-1_amd64.buildinfo
Checksums-Sha256:
 2d408b5e60e6db95bebb60071d64c7b8651d216fbf386700eb900f9d77d94849 3288 
poppler_0.62.0-1.dsc
 5b9a73dfd4d6f61d165ada1e4f0abd2d420494bf9d0b1c15d0db3f7b83a729c6 1423372 
poppler_0.62.0.orig.tar.xz
 3c34d935501e26c71cb4ce320aa34855bab2fff5252018734bce1353e0c48fea 30416 
poppler_0.62.0-1.debian.tar.xz
 5df0071ae6fb87b4289e0e0e571b24cf1a7af7d6426bff97fba01bc8946c8b3b 36048 
gir1.2-poppler-0.18_0.62.0-1_amd64.deb
 48a173e964cee6b0737c5b131edda6e4a32396487ab6d151da73b45e6f354ab4 26192 
libpoppler-cpp-dev_0.62.0-1_amd64.deb
 7af87b9d77b153c12be564c46f11ab3c8dbd100549f69595d383ad68c8202006 448368 
libpoppler-cpp0v5-dbgsym_0.62.0-1_amd64.deb
 e6a27b2d0190ef1b0ffbfce20b84ecaeb43ad38047d90dbf51248811e6bb6b37 45448 
libpoppler-cpp0v5_0.62.0-1_amd64.deb
 8a34ce6c9d45a0bd61785070d80004423469a1a5e20de1f908a19c43eb8494c6 22076 
libpoppler-dev_0.62.0-1_amd64.deb
 d49a62bc0f9404a0cadafb426fa5911ce5d42b314c5eabe35ef6babab978eb10 65192 
libpoppler-glib-dev_0.62.0-1_amd64.deb
 4ab260041e920649070b5dbfb7ecc62f5091ca5729f2c7ed1b9f8a89dc60f655 88272 
libpoppler-glib-doc_0.62.0-1_all.deb
 b1118b42d81f0368550ada50d2115f481b7b59289cee4c556d7632320b7b7179 852120 
libpoppler-glib8-dbgsym_0.62.0-1_amd64.deb
 e1704d1a185929d29145ab1873e0de82d43e6f58ee368d8a0461df869a557ab9 125072 
libpoppler-glib8_0.62.0-1_amd64.deb
 69f30cd86fcbecfe1d41ec43595d053888684c7f6df0f23d724c5ea3bf310316 184800 
libpoppler-private-dev_0.6

Re: custom packages and schroot workflow

2017-12-08 Thread Emilio Pozuelo Monfort
On 08/12/17 11:02, Frédéric Bonnard wrote:
> Hi,
> being new to the Debian schroot setup on Debian machines, I tried
> debugging some package. I found the crash happening in a library pulled
> as a runtime dependency.
> My idea was to recompile that library with some debug enabled and install
> those custom .deb's within the current schroot, to rerun the initial
> binary (with debug as well).
> Using dd-schroot-cmd -c $sessionid, I realized that this is limited to
> apt-get and not dpkg, and thus can't install .deb's not in the
> source.list ( https://dsa.debian.org/doc/schroot/ )
> Jumping as root in the schroot is not possible too.
> Did I miss something ?
> Am I following the wrong workflow with Debian machines or generally
> speaking ? :)
> How do you work for this kind of issue?

What library is that? Does it not have a -dbg or -dbgsym package?

Otherwise one option is to build the library and load it with LD_LIBRARY_PATH,
that way you don't have to install random packages with dpkg (which is not
allowed in porterboxes as you found).

Cheers,
Emilio



Accepted poppler 0.61.1-2 (source) into unstable

2017-12-06 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Dec 2017 09:47:06 +0100
Source: poppler
Binary: libpoppler72 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt4-4 
libpoppler-qt4-dev libpoppler-qt5-1 libpoppler-qt5-dev libpoppler-cpp0v5 
libpoppler-cpp-dev poppler-utils
Architecture: source
Version: 0.61.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt4-4 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler72 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Changes:
 poppler (0.61.1-2) unstable; urgency=medium
 .
   * debian/patches/qt-visibility.diff: forward upstream.
   * Upload to unstable.
Checksums-Sha1:
 fb68435d21f25defc61da9666badadc146d7074d 3447 poppler_0.61.1-2.dsc
 70a3440e0ac9957cee94ff6a56a173f3377b02ba 1433696 poppler_0.61.1.orig.tar.xz
 dbd5c5b7b5eb75b536f72ba4543f5b4f6983f7fc 31968 poppler_0.61.1-2.debian.tar.xz
 401437486d146a862dc503e882e475e726d93e57 7351 poppler_0.61.1-2_source.buildinfo
Checksums-Sha256:
 7f0806c10c8e9fdca00758b8a9aaa0e4c01d4717c11f5357607e4a9c180bdbc3 3447 
poppler_0.61.1-2.dsc
 1266096343f5163c1a585124e9a6d44474e1345de5cdfe55dc7b47357bcfcda9 1433696 
poppler_0.61.1.orig.tar.xz
 4219d52a45ccb7a7aa799025f0ed36e5b9819750bff34be49858a68e0e3b1d57 31968 
poppler_0.61.1-2.debian.tar.xz
 40c76cf8c81acec5744767ab68f7c0759a7a95b264eba62799b4770119f2b046 7351 
poppler_0.61.1-2_source.buildinfo
Files:
 d573aa670c40179931e9d0ee34e1b44d 3447 devel optional poppler_0.61.1-2.dsc
 2d3dcea88d6a814317fac74d2a16c3cd 1433696 devel optional 
poppler_0.61.1.orig.tar.xz
 c2ad105b0839f5ddae4045707166d520 31968 devel optional 
poppler_0.61.1-2.debian.tar.xz
 eb775290f6c4ea5b5d8a9f4b7891755d 7351 devel optional 
poppler_0.61.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlonsIEACgkQnUbEiOQ2
gwIxuA//RHE4MGU0ha6V5LTlirJyeUVqw5YG94knDIShHIZM/FxTQ2mX0P/rxlpi
EulERQzeN8F0YYY5UUqfciSYQBAdZ6KjLEPNMYH4mdOLwJgAzqTWfqA9to0fMQb0
JqlFxnY/Cxjce5GWoXE8aQIjwUmzDp1WYkWfxITiSk81hFT+yin3KKiCnZv23j24
1driZAvc2PYJRykutaWh/ONsJ2gaSyie9NrAUuAY5HyLuYJytDJ3hJaLeISqMi4x
9G0XdtlcgZsQ0ch53C2r4c4pnzEV8HY5Y5B5ks0nuYrxkZeSFaOssY1SXjNenqR/
vWrYnptb9PnIooVJ+ZOhjL+frVnbO4BXQCC3wc0oB8i6LsL0NcNE9NbroIyMTYQV
bR7mRDfxw8Z76Bqzkxu+NPGwUxSVDv+k98pu3Chgjrxt78KXZ0Q3v7VxnY4kNmpW
iRHuQEiuVNISY0kGbFbSeABmoBn1OHnBk0idDtwdr1sm7jgrj92Ypyx+Oh+az2o9
sc9d/iGH+05rwGZhkwCZQ2VSVx92jJk+n5CE743jF1BF02KlSEirkRH//3am51M5
fQxn/36ZTD/pzgFa/GKtlEiVk95LpL7AjGv6+TuBG0dsFHHym+0b4mkYAm2JQxHQ
vYQB592q5AsFep/nfKGq++1uibBy9gN8D+qFKLfP7fLF5WFdvmY=
=enql
-END PGP SIGNATURE-



Accepted libinput 1.9.3-1 (source) into unstable

2017-11-30 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Nov 2017 20:05:41 +0100
Source: libinput
Binary: libinput10 libinput-bin libinput10-udeb libinput-dev libinput-tools
Architecture: source
Version: 1.9.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 libinput-bin - input device management and event handling library - udev quirks
 libinput-dev - input device management and event handling library - development
 libinput-tools - input device management and event handling library - command 
line
 libinput10 - input device management and event handling library - shared libra
 libinput10-udeb - input device management and event handling library - shared 
libra (udeb)
Changes:
 libinput (1.9.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 6da7bcc24f54d4f69c4477973e64915e3ec66455 2332 libinput_1.9.3-1.dsc
 fc8f93f87e53310b1a1d2816c869dc3d4b0bb68c 473724 libinput_1.9.3.orig.tar.xz
 cfa4ad0eaf37389e7af366f00a6377c249691e85 7732 libinput_1.9.3-1.debian.tar.xz
 f38e56393f55b92419dadd5edd3727ab296eae66 5360 libinput_1.9.3-1_source.buildinfo
Checksums-Sha256:
 2d6b2c46dc4d9496fb0c94ccd09e51dbcabe51543bffc063082dd965ab25 2332 
libinput_1.9.3-1.dsc
 240d2c9d605b33358d81324e2c1c2fe3a33f0aeac43bce905162868971619327 473724 
libinput_1.9.3.orig.tar.xz
 98f18d53a7947e60ceebfaed568df8ef7f77233f99ea1962040a6a8b8c71b450 7732 
libinput_1.9.3-1.debian.tar.xz
 144fae659aeca7d6e695a3874595bd844df488e0eb6d2b6664b31697f1d4501f 5360 
libinput_1.9.3-1_source.buildinfo
Files:
 c0fbddda350df59b5d2d33794328c82c 2332 libs optional libinput_1.9.3-1.dsc
 8136266444de2062e4cf2f02de40499b 473724 libs optional 
libinput_1.9.3.orig.tar.xz
 933c98179381435687c94a34a4547a38 7732 libs optional 
libinput_1.9.3-1.debian.tar.xz
 0aa484d896cda39245a0eb79fea358a0 5360 libs optional 
libinput_1.9.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlogVpcACgkQnUbEiOQ2
gwI2VRAAwuNQ/g2UpdhEoE99cdNVttBhMpcti3/MfsFzo2xTTZEvice1E++DXFpP
W2Rdj2gwCDYwSh5ObsM7aw6IXuAMRI/mxjMtdSkdxSM20IbBowWZKQ6NTjlfP+Fu
FeY8TO7KIhpzUNIj2yLNhGqmXQlT2jMIMYSuKMLcJmKPQYev3/OlKn4rHx8uOT++
2EKqfTxaNAnsrL+Cfia+Rsop2RIrS/RpAhkfMJ+W9IqGAYmno9ExibuNiXtulaH8
BLp1l5P+ETk0qcXvqXhVjBhF786XocqCF9qnAGahKWtoaYN2EdIRuI2YiGkYA2s9
oSChx81bgV7KH9+2RTpQQJXI/iWTiqTcT6+hJM6stltUvVpC1Cja1i0UCnqZg+o2
7DBZgwWxHrIYZwJdqqyd7KAXEHdr7TTMDF3P+nTyBF6Yqs5eQJ752tPfOW1cXf6F
+cZMo+Cc5VJxPIccCNbRiqyZTdxIf7qqbdjV9mjyklIeEjWnH6Vm2EzP8sR+Leqv
NCpLOcl2+wc+V4yZfF94bSWWMNi18b2rHi8GVu0OrElQCRw4TgncyFqhrzFA+Zyn
/NCu+/YqOdIXMsRm/6bTVVi1+FcZC7CJdrxJ51tZuEAkEHEZigpcDe+ckFL/PtpE
UyllgHICfra4acgpaGG/PyFZTpnnp/ZA2/rOSTCQemz/vqzUnJM=
=EGuK
-END PGP SIGNATURE-



Re: recommends for apparmor in newest linux-image-4.13

2017-11-29 Thread Emilio Pozuelo Monfort
On 29/11/17 13:04, Michael Stone wrote:
> On Tue, Nov 28, 2017 at 08:22:50PM -0800, Russ Allbery wrote:
>> Maybe SELinux would be better, but various people have been trying to make
>> SELinux better-integrated with Debian for quite some time, and those
>> efforts don't seem to have been particularly successful.
> 
> Well, maybe it should just be turned on by default, then all the remaining
> issues will magically go away just like they will for apparmor!

If there are issues, file bugs and mention them. So far your attitude is not
helpful at all.

Nobody said problems are going to magically go away by enabling apparmor. OTOH,
we won't know to what extent problems exists until it gets enabled everywhere.
It is one thing to enable something for your particular setup, and it's a very
different thing to have it enabled across all the distribution. So don't blame
the maintainers if it worked for them but doesn't work for you. Once we know
what specific problems exist, we can work on fixing those and/or we can revert
the situation, if that turns out to be the best option. In my experience, I have
only encountered one problem so far and it's already been worked on.

Emilio



Accepted x11proto-xf86dga 2.1-4 (source) into unstable

2017-11-22 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 Nov 2017 00:39:02 +0100
Source: x11proto-xf86dga
Binary: x11proto-xf86dga-dev
Architecture: source
Version: 2.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 x11proto-xf86dga-dev - X11 Direct Graphics Access extension wire protocol
Closes: 840877
Changes:
 x11proto-xf86dga (2.1-4) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Move pkg-config file to usr/share/pkgconfig. (Closes: #840877)
 .
   [ Emilio Pozuelo Monfort ]
   * Move from xsfbs to dh.
Checksums-Sha1:
 5289ca74540b6d3bf8221b79784ff338383d0ae5 1967 x11proto-xf86dga_2.1-4.dsc
 e7baa94bbb3f1b9bf1706be8579b2c4380df7df8 102252 
x11proto-xf86dga_2.1.orig.tar.gz
 6605ab36f47aa0fb537bdfb7e062f754f2e3569a 3143 x11proto-xf86dga_2.1-4.diff.gz
 e3141985bd32b11ac5f9eb85791f8eaf8aed27aa 5257 
x11proto-xf86dga_2.1-4_source.buildinfo
Checksums-Sha256:
 ba50adaa0511d30e4d179f3375cc88afc89675923985d769147e72184d5615c7 1967 
x11proto-xf86dga_2.1-4.dsc
 73bc6fc830cce5a0ec9c750d4702601fc0fca12d6353ede8b4c0092c9c4ca2af 102252 
x11proto-xf86dga_2.1.orig.tar.gz
 0ef3ce91ea0d5aae353fbb857e8f37605832aea1687b384f346c92bf4d1df84d 3143 
x11proto-xf86dga_2.1-4.diff.gz
 68309e11ab52e2baf4cce8a58d8abeec3a3c113d1cd9c474027c024977d185f1 5257 
x11proto-xf86dga_2.1-4_source.buildinfo
Files:
 fa223ce273f9287fdb682b4dd6317532 1967 x11 optional x11proto-xf86dga_2.1-4.dsc
 1fe79dc07857ad3e1fb8b8f2bdd70d1b 102252 x11 optional 
x11proto-xf86dga_2.1.orig.tar.gz
 ec096778979f5357393f979ddd664c68 3143 x11 optional 
x11proto-xf86dga_2.1-4.diff.gz
 8ab40494ceff0e9443b7834453258350 5257 x11 optional 
x11proto-xf86dga_2.1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAloWCqUACgkQnUbEiOQ2
gwK3+w/+Ln22z8LVWwhUH+E5vAb/ydXV5wMton9zWYlSFcyTK3M6I+m1oxBUl2ib
35WGZ0YutHH7yb9ofPD1W+X0jdL+5wZZm7RMQekBeA9CrHqnoZ1dDHdbqvrbaV1Z
ovLQL5fgmrOHggGrznoJJmTSFv8trACG/HMEz782iZ6RDSkMLHFpOER8X2/Pk/g8
8Zw2NZytdOCfpiZXyWaVIr4H9HbwsZ6DH+N+TBDmIBFG3T7Y34aO4Vy3BolDQhTp
1zY7q0SB6eihJVuQ6xcBSpcKuj/ysRXEsAvy7OLqSaFUdFY1VENIlLjBLL8pyxRD
5riM3hLJSK66jh+u/vPEQCOepIfVimSAAe4jzGDL4k57ECS9v3DDDtWMvm1IYdAN
AAK9Zd0HqBEq4siPGH3hsTIHN24F5BS/P3Q7//Hv2bB8p2qcvfJBazGATsQX0XXf
U6kp+pu9IhYPnUeDvNJAWza0+tzMBjby6Fd6i/EYJJCCl5OE91lYZ3F+0zc8ygUj
GpVk++xUw9j4c/ykzI+txjN2Alpj82Dh30OYH0QQdr9zJLi3SIcgG6RbMz3htCCS
M0wdf93AYZZLyI4FMiNqyVaka6FZpRpD5xQ1S61VHWbRx6hdD5vnnFM6hM5jG2co
PWrkPzrsPf+5q44Gg2hFt9+mVMQrzohcf11jXk4/VeGZc7NFHtU=
=8Xww
-END PGP SIGNATURE-



Accepted xauth 1:1.0.10-1 (source) into unstable

2017-11-21 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Nov 2017 20:47:37 +0100
Source: xauth
Binary: xauth
Architecture: source
Version: 1:1.0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 xauth  - X authentication utility
Closes: 596630 684723 695087 840085 880487
Changes:
 xauth (1:1.0.10-1) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Mark xauth Multi-Arch: foreign. (Closes: #695087)
 .
   [ Helmut Grohne ]
   * Cross satisfiable Build-Depends: annotate cmdtest with 
 (Closes: #840085).
 .
   [ Emilio Pozuelo Monfort ]
   * New upstream release. Closes: #880487.
 - Doesn't empty Xauthority file when there's no space left on the
   filesystem. Closes: #596630, #684723.
   * Bump to debhelper compat 10.
 - Rely on that to get autoreconf and verbose builds.
   * Bump Standards-Version to 4.1.1; no changes needed.
Checksums-Sha1:
 35b4e35d9647302ee139143e325a426dcd99aaff 1891 xauth_1.0.10-1.dsc
 64a3931f962759d92dcecd4d044817087779092d 204259 xauth_1.0.10.orig.tar.gz
 027e9f5416e08bd2b3600dec4373b44df49c886a 12303 xauth_1.0.10-1.diff.gz
 f20d97b8819e42de6e5d7fd4d3ab2ed05796e39a 5803 xauth_1.0.10-1_source.buildinfo
Checksums-Sha256:
 4bcb2b5fcc8b174bebea9584b3a06e16027b58d8e1b31e6d7704b6fd0df5c6e3 1891 
xauth_1.0.10-1.dsc
 5196821221d824b9bc278fa6505c595acee1d374518a52217d9b64d3c63dedd0 204259 
xauth_1.0.10.orig.tar.gz
 a8212a5cc9607c542d30abd880eb3a69870e642e3c45880c1ab86836008f4ede 12303 
xauth_1.0.10-1.diff.gz
 b783040b5ad2a054cc43618b0227b2c8ea1ec3cf1e6fab40ae3ae56d9ed4d1da 5803 
xauth_1.0.10-1_source.buildinfo
Files:
 e887532f591ee85db12a5fd19777c914 1891 x11 optional xauth_1.0.10-1.dsc
 ab5a1ceb569ffb669cdfda0e641f1e2b 204259 x11 optional xauth_1.0.10.orig.tar.gz
 aa38e00538fd015ea2961d93c702f617 12303 x11 optional xauth_1.0.10-1.diff.gz
 48bb8937855a2da05d35b7c3c9b2499b 5803 x11 optional 
xauth_1.0.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAloUgu0ACgkQnUbEiOQ2
gwIpKA/+JWQnt1jTI/gUjA/EHKmXwP2HYjoQ0lsZ/CDFOvP/8QCfpriYEDsoM7dx
cOB+hFh20q+fgIXCFdxpoLJEHHO+0xNl0V9I7U+FU8hIzKcKeYmHzCSpjGPwcwIz
4/SHMZrQfpw+bUe81ygCPaUTK5HA6n6vks6q/wP3va/2x+EQCJUySIdrrSTLyoE3
EcLQX3wUzRFpMfKmOeI3joxv22BVlbPLUiqZkpKl8G60zHWh5bjpx7HYh4Y6aWbs
hXXRJB7dLPzN6MtI79Oa8ng/QlYrdUJpZ+kqlMHKf40d/qyM8T7t+w279WtAgjXG
013yUlBcNUHoBx+16Ck6g1sNWPBEnUbhCth+3XG53MJ2iSHBIdQKlZvv66yhKLOw
dSSdqimKKod7SdG/5Z0VAdKk9taM9L/aBu17WERXMx6hbO/8DiBmoLBP+y9V9cLW
0KHuOv02Vx7uB9yBZD4buXhJvVM4JWDE1LKHmmZ9OLv4ws589AyYt0SGoFNm0M/X
cx02dd5GgT6e51nYcSKqFHNm0E0JSa4bXG6Gka4iYImIXkpXsKcn2krxH5YwNtWx
JtH1ocSLkZp1JHxZMpLwNB4XEgcsELnaPJZk96h2DazjhQ9uVE+MosZMTivX4PvC
XqUKrezjrhhu9+ks6JYzGlu0Dk0/PbIVbFs2wPluixG/skMVfsQ=
=j/IU
-END PGP SIGNATURE-



Accepted poppler 0.61.1-1 (source amd64 all) into experimental, experimental

2017-11-20 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 20 Nov 2017 19:17:11 +0100
Source: poppler
Binary: libpoppler72 libpoppler-dev libpoppler-private-dev libpoppler-glib8 
libpoppler-glib-dev libpoppler-glib-doc gir1.2-poppler-0.18 libpoppler-qt4-4 
libpoppler-qt4-dev libpoppler-qt5-1 libpoppler-qt5-dev libpoppler-cpp0v5 
libpoppler-cpp-dev poppler-utils
Architecture: source amd64 all
Version: 0.61.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian freedesktop.org maintainers 
<pkg-freedesktop-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gir1.2-poppler-0.18 - GObject introspection data for poppler-glib
 libpoppler-cpp-dev - PDF rendering library -- development files (CPP interface)
 libpoppler-cpp0v5 - PDF rendering library (CPP shared library)
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib-doc - PDF rendering library -- documentation for the GLib 
interface
 libpoppler-glib8 - PDF rendering library (GLib-based shared library)
 libpoppler-private-dev - PDF rendering library -- private development files
 libpoppler-qt4-4 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler-qt5-1 - PDF rendering library (Qt 5 based shared library)
 libpoppler-qt5-dev - PDF rendering library -- development files (Qt 5 
interface)
 libpoppler72 - PDF rendering library
 poppler-utils - PDF utilities (based on Poppler)
Closes: 876079 876081 876082 876086 876385 877222 877231 877237 877239 877952 
877954 877957 879066
Changes:
 poppler (0.61.1-1) experimental; urgency=medium
 .
   * New upstream release.
   * CVE-2017-14517: null pointer dereference on broken files. Closes: #876079.
   * CVE-2017-14518: division by 0 on broken files. Closes: #876082.
   * CVE-2017-14519: infinite recursion on broken files. Closes: #876086.
   * CVE-2017-14520: floating point exception on broken files. Closes: #876081.
   * CVE-2017-14617: floating point exception on broken files. Closes: #876385.
   * CVE-2017-14926: null pointer dereference on broken files. Closes: #877239.
   * CVE-2017-14927: null pointer dereference on broken files. Closes: #877237.
   * CVE-2017-14928: null pointer dereference on broken files. Closes: #877231.
   * CVE-2017-14929: infinite recursion on broken files. Closes: #877222.
   * CVE-2017-14975: null pointer dereference on broken files. Closes: #877957.
   * CVE-2017-14976: heap-based buffer over-read. Closes: #877954.
   * CVE-2017-14977: null pointer dereference on broken files. Closes: #877952.
   * CVE-2017-15565: null pointer dereference on broken files. Closes: #879066.
   * Switch to cmake; the autotools build system is gone.
   * rules: set libdir to the multiarch dir.
   * Don't install static libs, they are not built with cmake.
   * rules: Build with -g to get useful debugging symbols.
   * control: Bump Standards-Version to 4.1.1.
   * control: Drop Testsuite header, no longer needed.
   * libpoppler70 -> libpoppler72.
   * qt-visibility.diff: Port to cmake, but disable for now. Some Qt tests
 use some of the private symbols and they are built now with the cmake
 build system, which causes the build to fail. This makes the Qt
 libraries export way more symbols, but they are not exported in the
 headers, so this is fine for now.
Checksums-Sha1:
 93844aa189f45cb9624d4cc4f55a4804a42c0640 3447 poppler_0.61.1-1.dsc
 70a3440e0ac9957cee94ff6a56a173f3377b02ba 1433696 poppler_0.61.1.orig.tar.xz
 d2df81a40100f58d9e7d470cf37c6931f76fb17d 31920 poppler_0.61.1-1.debian.tar.xz
 653d801e9a8cd7706e408c7b988adb7d686a37af 35968 
gir1.2-poppler-0.18_0.61.1-1_amd64.deb
 5cde53eb8be5746fb3b9c0eaa22ecbe76ceaaf4a 26108 
libpoppler-cpp-dev_0.61.1-1_amd64.deb
 9a610f3712a46b1c489fb9c4066d2826ca38a0ab 448072 
libpoppler-cpp0v5-dbgsym_0.61.1-1_amd64.deb
 063cdf24c429b5f0cf3dbdac5316bc639d858634 45328 
libpoppler-cpp0v5_0.61.1-1_amd64.deb
 68dc8f0812cffb720e1b27788481d92a58d23119 21988 
libpoppler-dev_0.61.1-1_amd64.deb
 d3780fb536ad63e1f4a236cb2b35d9f5d01cce3c 65140 
libpoppler-glib-dev_0.61.1-1_amd64.deb
 8218752e0a6d2ac0ba755e617993ff7226beb33d 88168 
libpoppler-glib-doc_0.61.1-1_all.deb
 3dafac4a4b83f09255a252a4e594cb6ae8bf8ea7 851840 
libpoppler-glib8-dbgsym_0.61.1-1_amd64.deb
 861a4da146efc58d7709d7350e34724522a91fa1 124744 
libpoppler-glib8_0.61.1-1_amd64.deb
 5589ca98a4c4f530b7f3c2ea14d7d1fa95587ced 184212 
libpoppler-private-dev_0.61.1-1_amd64.deb
 ee8d47eb0999f84422cd0cd76a9b4404adf772e5 1883664 
libpoppler-qt4-4-dbgsym_0.61.1-1_amd64.deb
 ccd559db039746868bec0bf5a1aa8240a872acc6 144636 
libpoppler-qt4-4_0.61.1-1_amd64.deb
 3a763c5f72c6ab5e9351141d1087774c797d2876 48328 
libpoppler-qt4-dev_0.61.1-1_amd64.deb
 e92b8244934798091ddd43332a650c40c9299a32 2792052 
libpoppler-qt5-1-dbgsym_0.6

Accepted libinput 1.9.2-1 (source) into unstable

2017-11-18 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 18 Nov 2017 18:47:56 +0100
Source: libinput
Binary: libinput10 libinput-bin libinput10-udeb libinput-dev libinput-tools
Architecture: source
Version: 1.9.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debia...@lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 libinput-bin - input device management and event handling library - udev quirks
 libinput-dev - input device management and event handling library - development
 libinput-tools - input device management and event handling library - command 
line
 libinput10 - input device management and event handling library - shared libra
 libinput10-udeb - input device management and event handling library - shared 
libra (udeb)
Changes:
 libinput (1.9.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch to meson.
   * Add new symbols.
   * Move libinput-{dev,tools} to priority optional.
   * Add python3 dependencies for new python scripts.
Checksums-Sha1:
 efc59196c67875a055a05b8b9850ee4d0a67c9d1 2332 libinput_1.9.2-1.dsc
 338d4d04767e78562e54461084bd1e22a3973013 460388 libinput_1.9.2.orig.tar.xz
 8512b1dcff6fbeb5a8f3dbf5c12aca117110c0c7 7720 libinput_1.9.2-1.debian.tar.xz
 f82a5cf89c3219fda01e4807c49ec5d4212c2e13 5600 libinput_1.9.2-1_source.buildinfo
Checksums-Sha256:
 14e6e181fd469f60de7c5d792c00b1bd7b3b58934c86345d8107ca0975fe3d0f 2332 
libinput_1.9.2-1.dsc
 dd6853241ffe1f1d83b5a375a2f1c17b2901fdbba5d302c67987cc0f4101de3b 460388 
libinput_1.9.2.orig.tar.xz
 8eaba92f74db7cb44c0b71c7b4a442c273bf2ee53b865d29b538de9541e269ad 7720 
libinput_1.9.2-1.debian.tar.xz
 dd72f575ed3444e7b16a7aa798fa48eb23de3f6e2a781b9bc1e15d28642e506d 5600 
libinput_1.9.2-1_source.buildinfo
Files:
 75abe0f9d804d3cf9b142f1aac1694cd 2332 libs optional libinput_1.9.2-1.dsc
 6c648d6b6e92ead89db129d6f5de8041 460388 libs optional 
libinput_1.9.2.orig.tar.xz
 d4a45a998f82c34a30b524022decba4d 7720 libs optional 
libinput_1.9.2-1.debian.tar.xz
 c90e0c2d8a197b93ea95aceecfeba2b8 5600 libs optional 
libinput_1.9.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAloQcmMACgkQnUbEiOQ2
gwJb4xAAmsmitYO3kFjKYPrkR2G4EH2RtLKkT7R+OQw5eAUQkh8BZ7Vnj8eLGDJC
RKX9JE5ueHu8CPriaXRc2P2mYzcmCiviAAEnTbTUJjbRCL4rO8x1L2554Alve+44
VAg2U0VIUvla8NmDSmPCEPyYJIsdNtrmvdIeingDpBsJ8nVOImysfIQlt8bZALq7
XWjd9aJGbn25UWfcF34TPtPpwnPROEUAo9LT722hcHXCsdhNPWJT8npN5ew2G4Ht
gon1JC78PFZ0c+mr27u6PSd2xoet0NX6Y4G4YUPblOw2JMvJ52n+qfoN0WF7S5/2
/ia1AVURFtBfvBq9ogJMyRB704yZ8DsJWeRJEc7Wyn6TR70aKO44XuJesf+JyOlS
157qfR1FN5NTOZWDvfzzgWqoZGsf4IP10F8OxObSeWl0Uf2hpfIkVvkN4JQDF5pC
lbJDdhdn6IoI2j9MNyWO4uEG3KAblxP9QRdyQK9hpsHyfbqrXKG6Y8QM9KU+0Uez
ANFY8klVyPvDOAX0ikTg5sRGF5754elz3NrrkSErSBD7X6hyeTAo5xnB5R8Al8YQ
vgFADM7S9609UXSu9xE/gMFoYGhX6zlnSWZVFSiRKo3aLwqW9gz0r1S+fQuQZXVe
b9qMa7huEEsUm8F44tNnyqQFz7NA027YNUps5RSs4xqYIBBo2wo=
=nHeW
-END PGP SIGNATURE-



Re: Open beta of debhelper compat level 11 (debhelper/10.10.7)

2017-11-18 Thread Emilio Pozuelo Monfort
On 18/11/17 12:41, Niels Thykier wrote:
> I have received several requests to make --list-missing or
> --fail-missing the default (#650129 and #858834) and I intend to do so
> eventually.  I am a little concerned with adding more changes to compat
> 11 (the list is rather long already), but I am happy with making
> --list-missing the default for compat 12.

Fair enough, though it seems unlikely that --list-missing would cause any
trouble... but you are the debhelper expert ;)

> As for the sequences; we can add those to the next version of debhelper
> (a sequence change the parameters passed to a helper).  If you file a
> bug for it with how you envision that, then I am happy to add it in one
> of the next uploads of debhelper. :)

No need for a sequence if dh_missing starts doing something useful by default.

Cheers,
Emilio



Accepted gnome-doc-utils 0.20.10-2 (source) into unstable

2017-11-18 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 18 Nov 2017 12:20:07 +0100
Source: gnome-doc-utils
Binary: gnome-doc-utils
Architecture: source
Version: 0.20.10-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Emilio Pozuelo Monfort <po...@debian.org>
Description:
 gnome-doc-utils - collection of documentation utilities for the GNOME project
Closes: 881890
Changes:
 gnome-doc-utils (0.20.10-2) unstable; urgency=low
 .
   [ Jeremy Bicha ]
   * debian/control.in:
 - Update homepage
 - Don't build-depend on rarian-compat
   * debian/rules:
 - Drop obsolete --disable-scrollkeeper configure flag
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control.in:
 - Mark gnome-doc-utils as M-A: foreign. Closes: #881890.
 - Build-depend on dh-python for dh_python2.
Checksums-Sha1:
 aa2dd9f1faf0d8b57bbf937dbc1c3c94364802f5 2376 gnome-doc-utils_0.20.10-2.dsc
 8320a30e1b7239aa33ba276da046090407a93bbf 526700 
gnome-doc-utils_0.20.10.orig.tar.xz
 1513b36e52f30e3410b34262fc06073494e5a5de 5108 
gnome-doc-utils_0.20.10-2.debian.tar.xz
 773938f14e48695cb848d811b6db30ce83c9edce 5525 
gnome-doc-utils_0.20.10-2_source.buildinfo
Checksums-Sha256:
 af7c69d835395089d2658bd6be62aa62d7ca162bb48f1d472852daa974f413c4 2376 
gnome-doc-utils_0.20.10-2.dsc
 cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6 526700 
gnome-doc-utils_0.20.10.orig.tar.xz
 589b60d6e8bf8005db03c193f80c2de98134689bb9a9fd8159a815dff4b8cfcd 5108 
gnome-doc-utils_0.20.10-2.debian.tar.xz
 56b3b87b7dd59c92c17ee7a1bdbe601f933ba3af29b90b12535486c666383885 5525 
gnome-doc-utils_0.20.10-2_source.buildinfo
Files:
 910a00c61b189b53472f48de16e1baac 2376 gnome optional 
gnome-doc-utils_0.20.10-2.dsc
 3c64ad7bacd617b04999e4a168afaac5 526700 gnome optional 
gnome-doc-utils_0.20.10.orig.tar.xz
 eb1c321b810585abbcf436347c6077e1 5108 gnome optional 
gnome-doc-utils_0.20.10-2.debian.tar.xz
 d10539118907582f5d4140e217df8eee 5525 gnome optional 
gnome-doc-utils_0.20.10-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAloQF4gACgkQnUbEiOQ2
gwJWIBAAv0DG2GNSSJrbzXkaGfQd3z8uuqRI0iWigzZCURsOWHTJ/DQFWaPXzAvl
j7JOZKbSfT/e6XCibfhsipo3Oc4x5NpJKUcN/hxx9h/jgaflxYW1hKHHDi/ciEiv
G+2+vCAkz5mbf8MqCEDqIDzPHUEU/6TOH1dJc3EUAm1yU/k5U8Omp0mwRqeIfTd5
dOxp06rmgODsVGLRLxBcahriS0nNFjXTM613chCbyfKrMX3JerSFCtnb4PI9KBMt
MKGIfuPPxOy1Z2S10HPJLcnmWJR6Hk3EpioUwAr9XuJHMkm1y8BvH/szmY48JnaP
Ue/Of7ntUjTYxCaZT62JPCy07RLpZKiq3Hri2zRAnon+U6OJARVqnjR4tv0CXMze
wUFfgkeNENDp4sjPBiZE3ZFvifQhtOVJEYBzp7E+iT9RMPgB4/cemVeOtRD6AP6P
ASxInTZymRinsvD5Ib3q5l06b0DgyH2Or67d6xkqzPWDq+gecOrM0g/d1bGsfozo
gDqFy/o4jpC3iKf+c8LafF+dxIQxF+eOmnlpnoj7S9u+IlXIr7E/p7t/Z3akrsNa
PHDSIy7ey2qyacGqWc7bb8vCyYEzl8ExHXExswRPb5LmStRYtpmAbM1K19SL8krM
7/QhI3vTMqTCBD5gC3GWRQqk7UbzzP6HoI1SE+TKFzBno8bkWnA=
=nvyW
-END PGP SIGNATURE-



Re: Open beta of debhelper compat level 11 (debhelper/10.10.7)

2017-11-18 Thread Emilio Pozuelo Monfort
On 12/11/17 11:25, Niels Thykier wrote:
> Hi,
> 
> 
> The debhelper compat level 11 is about to be finalized and we invite you
> to test it out.  There are no additional changes planned to compat 11 at
> the moment, but there might be changes in response to feedback from testers.

One thing with compat 10 that doesn't make a lot of sense to me is how
dh_missing is enabled by default but a no-op. It'd make more sense to me to
change that in compat 11 to be enabled by default and run with --list-missing
(--fail-missing is probably too much at this point), or make it run with --list
or --fail-missing, but not enabled by default, and make it an addon. So that one
can have:

No dh_missing:

%:
dh $@

Or for dh_missing:

%:
dh --with missing $@

I think one of those two options would make more sense than the status quo, and
I probably lean towards the first option (enabled by default with 
--list-missing).

Thoughts? Let me know if you want a bug report about this.

Cheers,
Emilio



  1   2   3   4   5   6   7   8   9   10   >