Bug#945345: therion: Missing build-dep on python; build-depend on python3 instead

2019-11-22 Thread Steve Langasek
Package: therion
Version: 5.4.4ds1-2
Severity: serious
Tags: patch
Justification: FTBFS
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu focal ubuntu-patch

Dear maintainers,

The therion package fails to build from source in Debian unstable in a clean
buildd environment, because the upstream makefile invokes python but therion
does not build-depend on it, so now that its various build-dependencies have
moved away from python to python3, this invocation fails:

[...]
# Compile the binaries
/usr/bin/make therion xtherion/xtherion loch/loch
make[2]: Entering directory '/<>'
python set_version.py
make[2]: python: Command not found
[...]

  
(https://launchpad.net/ubuntu/+source/therion/5.4.4ds1-2build1/+build/17978786)

Rather than adding a build-dependency on python, which is deprecated, I have
attached a patch which moves the invocation to python3 instead and added a
build-dependency on python3.

I have also uploaded this change to Ubuntu, where the problem was first
discovered.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru therion-5.4.4ds1/debian/control therion-5.4.4ds1/debian/control
--- therion-5.4.4ds1/debian/control 2019-09-16 21:58:01.0 -0700
+++ therion-5.4.4ds1/debian/control 2019-11-22 22:13:29.0 -0800
@@ -5,7 +5,7 @@
 Uploaders: Olly Betts 
 Build-Depends: dpkg (>=1.16.2), debhelper (>= 10), perl (>= 5.5), tcl,
   libvtk6-dev, libwxgtk3.0-gtk3-dev, libfreetype6-dev, libjpeg-dev, libpng-dev,
-  pkg-config, texlive-base, libproj-dev, libsqlite3-tcl
+  pkg-config, texlive-base, libproj-dev, libsqlite3-tcl, python3
 Build-Depends-Indep: texlive-metapost, imagemagick, ghostscript
 Standards-Version: 4.4.0
 Homepage: https://therion.speleo.sk/
diff -Nru therion-5.4.4ds1/debian/patches/python3-not-python.patch 
therion-5.4.4ds1/debian/patches/python3-not-python.patch
--- therion-5.4.4ds1/debian/patches/python3-not-python.patch1969-12-31 
16:00:00.0 -0800
+++ therion-5.4.4ds1/debian/patches/python3-not-python.patch2019-11-22 
22:13:19.0 -0800
@@ -0,0 +1,18 @@
+Description: Use python3 at build time, not python.
+ This package previously built successfully because python happened to be
+ installed in the environment, but now that everything is moving to python3
+ it is not.  Invoke python3 instead of the deprecated python.
+Author: Steve Langasek 
+Last-Update: 2019-11-23
+
+--- therion-5.4.4ds1.orig/Makefile
 therion-5.4.4ds1/Makefile
+@@ -175,7 +175,7 @@ outdirs:
+   mkdir -p $(OUTDIR)/thbook
+ 
+ version:
+-  python set_version.py
++  python3 set_version.py
+ 
+ 
+ $(OUTDIR)/therion: version $(OBJECTS)
diff -Nru therion-5.4.4ds1/debian/patches/series 
therion-5.4.4ds1/debian/patches/series
--- therion-5.4.4ds1/debian/patches/series  2019-07-07 16:52:56.0 
-0700
+++ therion-5.4.4ds1/debian/patches/series  2019-11-22 22:11:59.0 
-0800
@@ -1,3 +1,4 @@
 10doc-fixes.patch
 80debianise-makefiles.patch
 90debianise-loch-makefile.patch
+python3-not-python.patch


Bug#945344: libuim-data: registers unusable "tutcode" module

2019-11-22 Thread YOSHINO Yoshihito
Package: libuim-data
Version: 1:1.8.8-4+deb10u2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrading buster to 10.2, libuim-data accidentally registers
"tutcode" module even when uim-tcode is not installed:

$ env LANG=C dpkg -l uim-tcode
dpkg-query: no packages found matching uim-tcode
$
$ cat /var/lib/uim/installed-modules.scm
;; This is an automatically generated file. DO NOT EDIT.

;; The described order of input methods affects which IM is preferred
;; at the default IM selection process for each locale. i.e.  list
;; preferable IM first for each language
(define installed-im-module-list '("tutcode" "mozc"))
(define installed-im-list '(tutcode mozc))
(define enabled-im-list installed-im-list)
$

This is caused by an output pattern of dpkg-query which the current postinst
does not handle:
$ export LANG=C
$ dpkg-query -W -f='${Status}\n' uim-skk
unknown ok not-installed
$ dpkg-query -W -f='${Status}\n' uim-tcode
dpkg-query: no packages found matching uim-tcode

libuim-data should avoid registering the broken modules (whose
dependencies are not satisfied.)
It should also unregister the modules because
"uim-module-manager --register " inserts  in front of the
existing installed modules, which means it prefers the broken module over any
other working modules.

Thanks in advance,
-- 
YOSHINO Yoshihito 

-- System Information:
Debian Release: 10.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (99, 'unstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN,
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8),
LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- no debconf information



Bug#945343: sumo: FTBFS without Internet access

2019-11-22 Thread Steve Langasek
Source: sumo
Version: 1.3.1-4
Severity: serious
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu focal

Hi Anton,

The sumo package fails to build from source in Ubuntu because it cannot
resolve an Internet hostname:

[...]
cd /<>/tests_auto; cp /<>/debian/tests/hokkaido/* ./; 
../bin/sumo -b 0 -e 1 -n net.net.xml -r input_routes.rou.xml 
--summary-output sum.out
Warning: Environment variable SUMO_HOME is not set, schema resolution will use 
slow website lookups.
Error: unable to resolve host/address 'sumo.dlr.de'
 In file 'input_routes.rou.xml'
 At line/column 1/0.
[...]

  (https://launchpad.net/ubuntu/+source/sumo/1.3.1-4/+build/17963765)

Packages are by policy not allowed to depend on Internet access during
build.  This happens to not cause a build failure on any of the Debian
autobuilders because they happen to allow Internet access, but it is still a
violation of the policy for builds.

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


signature.asc
Description: PGP signature


Processed: affects 942337, affects 931903, affects 944486

2019-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 942337 + thrift-compiler libthrift-dev
Bug #942337 [libthrift-0.12.0] libthrift-0.12.0: missing Breaks+Replaces: 
libthrift-0.11.0
Added indication that 942337 affects thrift-compiler and libthrift-dev
> affects 931903 + rollup node-buble
Bug #931903 [node-debbundle-acorn] node-acorn: fails to upgrade from 'sid' - 
trying to overwrite /usr/lib/nodejs/acorn-dynamic-import/lib/index.js
Added indication that 931903 affects rollup and node-buble
> affects 944486 + trilinos-all-dev
Bug #944486 [libtrilinos-belos-dev] libtrilinos-belos-dev: missing 
Breaks+Replaces: libtrilinos-muelu-dev (<< 12.14)
Added indication that 944486 affects trilinos-all-dev
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
931903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931903
942337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942337
944486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#945342: med-fichier fails autopkg tests with Python 3.8

2019-11-22 Thread Matthias Klose
Package: src:med-fichier
Version: 4.0.0+repack-8
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

see
https://ci.debian.net/packages/m/med-fichier/unstable/amd64/

autopkgtest [16:06:06]: test autodep8-python3: set -e ; for py in $(py3versions
-r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c
"import med; print(med)" ; done
autopkgtest [16:06:06]: test autodep8-python3: [---
Testing with python3.8:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/med/medenum.py", line 14, in
swig_import_helper
return importlib.import_module(mname)
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1014, in _gcd_import
  File "", line 991, in _find_and_load
  File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'med._medenum'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/med/__init__.py", line 67, in 
from .medenum import *
  File "/usr/lib/python3/dist-packages/med/medenum.py", line 17, in 
_medenum = swig_import_helper()
  File "/usr/lib/python3/dist-packages/med/medenum.py", line 16, in
swig_import_helper
return importlib.import_module('_medenum')
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_medenum'
autopkgtest [16:06:07]: test autodep8-python3: ---]
autopkgtest [16:06:07]: test autodep8-python3:  - - - - - - - - - - results - -
- - - - - - - -
autodep8-python3 FAIL non-zero exit status 1



Bug#945341: libcgal-dev: unhandled symlink to directory conversion: /usr/share/doc/PACKAGE

2019-11-22 Thread Andreas Beckmann
Package: libcgal-dev
Version: 5.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

an upgrade test with piuparts revealed that your package installs files
over existing symlinks and possibly overwrites files owned by other
packages. This usually means an old version of the package shipped a
symlink but that was later replaced by a real (and non-empty)
directory. This kind of overwriting another package's files cannot be
detected by dpkg.

This was observed on the following upgrade paths:

  sid -> experimental

For /usr/share/doc/PACKAGE this may not be problematic as long as both
packages are installed, ship byte-for-byte identical files and are
upgraded in lockstep. But once one of the involved packages gets
removed, the other one will lose its documentation files, too,
including the copyright file, which is a violation of Policy 12.5:
https://www.debian.org/doc/debian-policy/ch-docs.html#copyright-information

For other overwritten locations anything interesting may happen.

Note that dpkg intentionally does not replace directories with symlinks
and vice versa, you need the maintainer scripts to do this.
See in particular the end of point 4 in
https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-unpack-phase-of-installation-or-upgrade

It is recommended to use the dpkg-maintscript-helper commands
'dir_to_symlink' and 'symlink_to_dir' (available since dpkg 1.17.14)
to perform the conversion, ideally using d/$PACKAGE.maintscript.
See dpkg-maintscript-helper(1) and dh_installdeb(1) for details.


>From the attached log (scroll to the bottom...):

0m24.9s ERROR: FAIL: silently overwrites files via directory symlinks:
  /usr/share/doc/libcgal-dev/NEWS.Debian.gz (libcgal-dev:amd64) != 
/usr/share/doc/libcgal13/NEWS.Debian.gz (libcgal13:amd64)
/usr/share/doc/libcgal-dev -> libcgal13
  /usr/share/doc/libcgal-dev/README.Debian (libcgal-dev:amd64) != 
/usr/share/doc/libcgal13/README.Debian (libcgal13:amd64)
/usr/share/doc/libcgal-dev -> libcgal13
  /usr/share/doc/libcgal-dev/changelog.Debian.gz (libcgal-dev:amd64) != 
/usr/share/doc/libcgal13/changelog.Debian.gz (libcgal13:amd64)
/usr/share/doc/libcgal-dev -> libcgal13
  /usr/share/doc/libcgal-dev/changelog.gz (libcgal-dev:amd64) != 
/usr/share/doc/libcgal13/changelog.gz (libcgal13:amd64)
/usr/share/doc/libcgal-dev -> libcgal13
  /usr/share/doc/libcgal-dev/copyright (libcgal-dev:amd64) != 
/usr/share/doc/libcgal13/copyright (libcgal13:amd64)
/usr/share/doc/libcgal-dev -> libcgal13


cheers,

Andreas


libcgal-dev_5.0-1.log.gz
Description: application/gzip


Processed: py2removal blocks updates - 2019-11-23 03:37:24.703636+00:00

2019-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Part of the effort for the removal of python from bullseye
> #  * https://wiki.debian.org/Python/2Removal
> #  * http://sandrotosi.me/debian/py2removal/index.html
> # python-distutils-extra
> block 937703 by 936641 937114 937457 943270
Bug #937703 [src:python-distutils-extra] python-distutils-extra: Python2 
removal in sid/bullseye
937703 was blocked by: 939107 937114 943270 937457 939111 939109 939106 939104 
939115 936641 936107 939105 936813 939114 939112 939113 936225 938885 849087 
936119 939103 939110 926244 938623 939108 938450
937703 was blocking: 937448 937695 937817 938168 943104
Ignoring request to alter blocking bugs of bug #937703 to the same blocks 
previously set
> # python-tornado
> block 938220 by 936995 936772 938244 936742 938310 943017 937069 936304 
> 937620 935450 936251
Bug #938220 [src:python-tornado] python-tornado: Python2 removal in sid/bullseye
938220 was not blocked by any bugs.
938220 was not blocking any bugs.
Added blocking bug(s) of 938220: 935450, 936995, 938310, 938663, 936304, 
943017, 937069, 936251, 936742, 937620, 938244, and 936772
> # pygobject-2
> block 937447 by 938604 938637 938799 93 936721 936981 938614 938327 
> 936758 936601 937114 936539 936221
Bug #937447 [src:pygobject-2] pygobject-2: Python2 removal in sid/bullseye
937447 was blocked by: 938884 936843 937452 937448 938582 936887 936314 936995 
938781 937169 943104 937453 883161 938823
937447 was blocking: 937397 937579 937695
Added blocking bug(s) of 937447: 936221, 936539, 938327, 938637, 938799, 
938604, 936758, 936981, 936601, 938614, 936721, 937114, and 93
> # pycurl
> block 937415 by 938220
Bug #937415 [src:pycurl] pycurl: Python2 removal in sid/bullseye
937415 was blocked by: 938502 936580 937164 943270 938758 937538 936573 936954 
935450 938781 942998 938461 938663
937415 was blocking: 937156 937620 937695 937715 937758 938528
Added blocking bug(s) of 937415: 938220
> # singledispatch
> block 938487 by 938220
Bug #938487 [src:singledispatch] singledispatch: Python2 removal in sid/bullseye
938487 was blocked by: 943135 937889 938015 938412
938487 was blocking: 937695 938168 938492
Added blocking bug(s) of 938487: 938220
> # pygobject
> block 937448 by 937447
Bug #937448 [src:pygobject] pygobject: Python2 removal in sid/bullseye
937448 was blocked by: 938604 936789 938799 937339 943123 939114 943146 936221 
936981 943117 943291 943178 936758 943300 936632 942916 938593 938583 937628 
938584 938803 938789 943129 943076 936813 938464 938293 943108 938329 936833 
936841 938837 938511 936265 938327 939104 938361 943151 938614 937803 936624 
938582 943093 937454 936619 939115 939109 939112 943186 943103 938637 936531 
936721 937956 936748 938623 942988 937457 936266 937405 936398 938591 937419 
943230 935358 883161 942966 943270 942919 938586 937114 938884 943294 938596 
936214 943245 938665 942941 938160 936670 938084 936601 93 943023 943131 
937099 943252 936173 938780 936539 938590 936995 937703 937688 936900 937181 
936371 936718 939106 937388 936225 936166 937422 943110 942956 926244 937115 
943216 936717 942904 938885
937448 was blocking: 936371 937397 937439 937447 937558 937579 937695 938168 
942941 943104
Added blocking bug(s) of 937448: 937447
> # python-mock
> block 937926 by 938220
Bug #937926 [src:python-mock] python-mock: Python2 removal in sid/bullseye
937926 was blocked by: 937082 937914 937456 936995 935450 938400 943182 938068 
938293 936789 936190 937680 938358 937238 937074 937725 938716 936450 943296 
938015 938231 937144 936189 937563 943270 937066 936806 938226 936709 943012 
942978 943121 937073 938275 936745 942992 938441 938050 936544 938125 938408 
936473 937079 936219 937619 937554 937330 936388 938348 938232 937140 937581 
937692 937998 936775 937071 936751 942957 938235 938011 937485 936774 937684 
938244 937558 937070 943221 936605 937617 937758 936816 936742 937077 936560 
938532 937845 938719 938372 936455 937714 938560 938528 938370 937757 938249 
936181 937823 938229 936425 937788 937939 936580 937072 938810 936304 936985 
942958 937076 937616 937157 938065 938625 938611 937491 938663
937926 was blocking: 937695 937769 938011 938168 938492 938756
Added blocking bug(s) of 937926: 938220
> # twisted
> block 938731 by 938220
Bug #938731 [src:twisted] twisted: Python2 removal in sid/bullseye
938731 was blocked by: 938427 937231 938759 936833 943240 938830 938675 938784 
938637 936544 937558 937132 937176 937058 938736 936216 937421 936167 938734 
937682 935657 936799 936629 938226 937911 938232 936235 937174 937620 936731 
938564 938567 938645 936972 938622 935358 943053 936269 936966 938094 938729 
936830
938731 was blocking: 936167 936329 936714 936731 937386 937452 937456 937499 
937533 937587 937671 937695 937826 938164 938168 938198 938834 938909
Added blocking bug(s) of 938731: 938220
> # python-concurrent.futures
> block 937658 by 938220
Bug #937658 [src:python-concurrent.futures] 

Bug#945340: parl-desktop-world: depends on no longer available firefox-esr-l10n-{as,en-za,mai,ml,or}

2019-11-22 Thread Andreas Beckmann
Package: parl-desktop-world
Version: 1.9.18
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package is no longer
installable in stable since it depends on several firefox l10n packages
that have been dropped. With the update to firefox-esr 68 in the last
point release, this removal has reached buster:

  firefox-esr-l10n-as
  firefox-esr-l10n-en-za
  firefox-esr-l10n-mai
  firefox-esr-l10n-ml
  firefox-esr-l10n-or


Cheers,

Andreas



Bug#944249: [Pkg-emacsen-addons] Bug#944249: gnuplot-mode does not work with emacs26

2019-11-22 Thread Nicholas D Steeves
Hi David,

David Bremner  writes:

> Agustin Martin  writes:
>
>>
>> I have been thinking about this and I see a problem with the elpa way of
>> handling prefix auto-mode-alist associations. They go to a file that is not
>> a conffile. So, if that kind of conflicts appear it is not as easy to
>> handle as just editing one of the conffiles and commenting the undesired
>> association.
>>
>
> I guess it should still be possible to override these settings,
> definitely for an individual user, or probably also system-wide. But
> Debian should really not ship packages with conflicts, whatever
> mechanism of setting variables is used.
>

Is that an official NACK for Augustin's patch for the autoloads?  I
included it in the patch series I just sent...


Cheers,
Nicholas


signature.asc
Description: PGP signature


Bug#944249: [PATCH 03/12] Rename bin:elpa-gnuplot-mode to bin:elpa-gnuplot…

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 16 
 debian/control   |  4 ++--
 debian/elpa-gnuplot.elpa |  6 ++
 3 files changed, 24 insertions(+), 2 deletions(-)
 create mode 100644 debian/elpa-gnuplot.elpa

diff --git a/debian/changelog b/debian/changelog
index cc5d31c..897ada6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; urgency=medium
+
+  [ Agustin Martin Domingo ]
+  * debian/rules: Remove bogus hyphen
+  * debian/install: Remove. No longer needed.
+  * debian/control: Build depend on gnuplot, to allow tests being actually
+passed.
+
+  [ Nicholas D Steeves ]
+  * Rename bin:elpa-gnuplot-mode to bin:elpa-gnuplot for correctness and
+for compatibility with MELPA.  Bruce Ravel's gnuplot.el:L3346 provides
+'gnuplot, while Mike McCourt's similarly named package provides
+'gnuplot-mode (gnuplot-mode.el:L456).
+
+ -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
+
 gnuplot-mode (1:0.7.0-2014-12-31-1) unstable; urgency=medium
 
   [ Dima Kogan ]
diff --git a/debian/control b/debian/control
index 29411f8..8fee9d6 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Git: https://salsa.debian.org/debian/gnuplot-mode.git
 Vcs-Browser: https://salsa.debian.org/debian/gnuplot-mode
 Homepage: http://xafs.org/BruceRavel/GnuplotMode
 
-Package: elpa-gnuplot-mode
+Package: elpa-gnuplot
 Architecture: all
 Depends: ${misc:Depends}, ${elpa:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot
 Recommends: emacs (>= 46.0), gnuplot-doc
@@ -34,7 +34,7 @@ Description: Gnuplot mode for Emacs
 
 Package: gnuplot-mode
 Architecture: all
-Depends: ${misc:Depends}, elpa-gnuplot-mode
+Depends: ${misc:Depends}, elpa-gnuplot
 Description: Transition Package, gnuplot-mode to elpa-gnuplot-mode
  The gnuplot-mode emacs addon has been elpafied. This dummy package
  helps ease transition from gnuplot-mode to elpa-gnuplot-mode.
diff --git a/debian/elpa-gnuplot.elpa b/debian/elpa-gnuplot.elpa
new file mode 100644
index 000..b05242e
--- /dev/null
+++ b/debian/elpa-gnuplot.elpa
@@ -0,0 +1,6 @@
+gnuplot-context.el
+gnuplot-debug-context.el
+gnuplot.el
+gnuplot-gui.el
+gnuplot-test-context.el
+gnuplot-tests.el
-- 
2.20.1



Bug#944249: [PATCH 11/12] debian/debian-autoloads.el: Handle auto-mode-alist stuff the elpa way.

2019-11-22 Thread Nicholas D Steeves
From: Agustin Martin Domingo 

Signed-off-by: Nicholas D Steeves 
---
 debian/changelog   | 1 +
 debian/debian-autoloads.el | 2 ++
 debian/elpa-gnuplot.elpa   | 1 +
 3 files changed, 4 insertions(+)
 create mode 100644 debian/debian-autoloads.el

diff --git a/debian/changelog b/debian/changelog
index 9b7a8f1..6faca2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; urgency=medium
   * debian/install: Remove. No longer needed.
   * debian/control: Build depend on gnuplot, to allow tests being actually
 passed.
+  * debian/debian-autoloads.el: Handle auto-mode-alist stuff the elpa way.
 
   [ Nicholas D Steeves ]
   * Rename bin:elpa-gnuplot-mode to bin:elpa-gnuplot for correctness and
diff --git a/debian/debian-autoloads.el b/debian/debian-autoloads.el
new file mode 100644
index 000..e2c1d6d
--- /dev/null
+++ b/debian/debian-autoloads.el
@@ -0,0 +1,2 @@
+;;;###autoload
+(setq auto-mode-alist (append '(("\\.gp\\'" . gnuplot-mode)) auto-mode-alist))
diff --git a/debian/elpa-gnuplot.elpa b/debian/elpa-gnuplot.elpa
index b05242e..3e8bd13 100644
--- a/debian/elpa-gnuplot.elpa
+++ b/debian/elpa-gnuplot.elpa
@@ -4,3 +4,4 @@ gnuplot.el
 gnuplot-gui.el
 gnuplot-test-context.el
 gnuplot-tests.el
+debian/debian-autoloads.el
-- 
2.20.1



Bug#944249: [PATCH 2/3] Add patches to use static docs using Debian-provided MathJax

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 ...8-Set-html_static_path-_static-everywhere.patch |  63 +++
 ...49-Use-Debian-provided-MathJax-everywhere.patch | 122 +
 debian/patches/series  |   3 +
 3 files changed, 188 insertions(+)
 create mode 100644 
debian/patches/0048-Set-html_static_path-_static-everywhere.patch
 create mode 100644 
debian/patches/0049-Use-Debian-provided-MathJax-everywhere.patch

diff --git a/debian/patches/0048-Set-html_static_path-_static-everywhere.patch 
b/debian/patches/0048-Set-html_static_path-_static-everywhere.patch
new file mode 100644
index ..10663a82
--- /dev/null
+++ b/debian/patches/0048-Set-html_static_path-_static-everywhere.patch
@@ -0,0 +1,63 @@
+From: Nicholas D Steeves 
+Date: Sat, 10 Feb 2018 21:00:55 -0500
+Subject: Set html_static_path = ['_static'] everywhere.
+
+---
+ clang-tools-extra/docs/conf.py | 2 +-
+ clang/docs/analyzer/conf.py| 2 +-
+ clang/docs/conf.py | 2 +-
+ polly/docs/conf.py | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/clang-tools-extra/docs/conf.py b/clang-tools-extra/docs/conf.py
+index e872c55..69f425a 100644
+--- a/clang-tools-extra/docs/conf.py
 b/clang-tools-extra/docs/conf.py
+@@ -121,7 +121,7 @@ html_theme = 'haiku'
+ # Add any paths that contain custom static files (such as style sheets) here,
+ # relative to this directory. They are copied after the builtin static files,
+ # so a file named "default.css" will overwrite the builtin "default.css".
+-html_static_path = []
++html_static_path = ['_static']
+ 
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+ # using the given strftime format.
+diff --git a/clang/docs/analyzer/conf.py b/clang/docs/analyzer/conf.py
+index c40af7a..666308d 100644
+--- a/clang/docs/analyzer/conf.py
 b/clang/docs/analyzer/conf.py
+@@ -121,7 +121,7 @@ html_theme = 'haiku'
+ # Add any paths that contain custom static files (such as style sheets) here,
+ # relative to this directory. They are copied after the builtin static files,
+ # so a file named "default.css" will overwrite the builtin "default.css".
+-html_static_path = []
++html_static_path = ['_static']
+ 
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+ # using the given strftime format.
+diff --git a/clang/docs/conf.py b/clang/docs/conf.py
+index a9861cd..d125dc6 100644
+--- a/clang/docs/conf.py
 b/clang/docs/conf.py
+@@ -121,7 +121,7 @@ html_theme = 'haiku'
+ # Add any paths that contain custom static files (such as style sheets) here,
+ # relative to this directory. They are copied after the builtin static files,
+ # so a file named "default.css" will overwrite the builtin "default.css".
+-html_static_path = []
++html_static_path = ['_static']
+ 
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+ # using the given strftime format.
+diff --git a/polly/docs/conf.py b/polly/docs/conf.py
+index 64d3968..aa854ad 100644
+--- a/polly/docs/conf.py
 b/polly/docs/conf.py
+@@ -127,7 +127,7 @@ except ImportError:
+ # Add any paths that contain custom static files (such as style sheets) here,
+ # relative to this directory. They are copied after the builtin static files,
+ # so a file named "default.css" will overwrite the builtin "default.css".
+-html_static_path = []
++html_static_path = ['_static']
+ 
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+ # using the given strftime format.
diff --git a/debian/patches/0049-Use-Debian-provided-MathJax-everywhere.patch 
b/debian/patches/0049-Use-Debian-provided-MathJax-everywhere.patch
new file mode 100644
index ..dce925ee
--- /dev/null
+++ b/debian/patches/0049-Use-Debian-provided-MathJax-everywhere.patch
@@ -0,0 +1,122 @@
+From: Nicholas D Steeves 
+Date: Sat, 10 Feb 2018 21:02:17 -0500
+Subject: Use Debian-provided MathJax everywhere.
+
+---
+ clang-tools-extra/docs/Doxyfile   | 2 +-
+ clang-tools-extra/docs/conf.py| 3 +++
+ clang-tools-extra/docs/doxygen.cfg.in | 2 +-
+ clang/docs/analyzer/conf.py   | 3 +++
+ clang/docs/conf.py| 3 +++
+ clang/docs/doxygen.cfg.in | 2 +-
+ docs/doxygen.cfg.in   | 2 +-
+ polly/docs/doxygen.cfg.in | 2 +-
+ 8 files changed, 14 insertions(+), 5 deletions(-)
+
+diff --git a/clang-tools-extra/docs/Doxyfile b/clang-tools-extra/docs/Doxyfile
+index d674390..1bf4f72 100644
+--- a/clang-tools-extra/docs/Doxyfile
 b/clang-tools-extra/docs/Doxyfile
+@@ -1206,7 +1206,7 @@ USE_MATHJAX= NO
+ # MathJax, but it is strongly recommended to install a local copy of MathJax
+ # before deployment.
+ 
+-MATHJAX_RELPATH= http://www.mathjax.org/mathjax
++MATHJAX_RELPATH= /usr/share/javascript/mathjax
+ 
+ # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
+ # names that should be enabled during MathJax 

Bug#944249: [PATCH 05/12] Drop emacs24 and emacs25 from Enhances…

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b64eb3a..93d8c86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; urgency=medium
 'gnuplot-mode (gnuplot-mode.el:L456).
   * Update Breaks to << this version and add elpa-gnuplot-mode to
 Replaces.
+  * Drop emacs24 and emacs25 from Enhances; they were not in buster so
+these are not useful--not even for backports.
 
  -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
 
diff --git a/debian/control b/debian/control
index b1da3de..3b62de3 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Package: elpa-gnuplot
 Architecture: all
 Depends: ${misc:Depends}, ${elpa:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot
 Recommends: emacs (>= 46.0), gnuplot-doc
-Enhances: emacs, emacs24, emacs25
+Enhances: emacs
 Breaks: gnuplot-mode (<< 1:0.7.0-2014-12-31-2)
 Replaces: gnuplot-mode, elpa-gnuplot-mode
 Provides: gnuplot-mode
-- 
2.20.1



Bug#944249: [PATCH 00/12] Re: Bug#944249: gnuplot-mode patch series

2019-11-22 Thread Nicholas D Steeves
Here is is a patch series for all the issues I've found.  I am adding
notes additional notes below.

Agustin Martin Domingo (3):
  Modify to work better with elpa.
  debian/control: Build depend on gnuplot, to allow tests being actually
passed.
  debian/debian-autoloads.el: Handle auto-mode-alist stuff the elpa way.

Nicholas D Steeves (9):
  Rename bin:elpa-gnuplot-mode to bin:elpa-gnuplot…
* Please see changelog entry for rationale.  The best way to solve
  this would be to find someone to adopt the project upstream, add
  correct package.el metadata, and contact MELPA about the
  namespace hijack, because it is clear that the mode that was
  previously distributed with GNUPlot should be the cannonical
  gnuplot-mode.
  Update Breaks << this version and add elpa-gnuplot-mode to Replaces
* I'm not 100% sure about other actions that need to be added,
  because this is a messy situation that shouldn't have occurred.
  One reason why I firmly believe this should be solved upstream
  is that the epoch in this package version will break future
  packaging of the other gnuplot-mode (the namespace hijack one).
  Drop emacs24 and emacs25 from Enhances…
  Install dot.el and dotemacs.el using the "examples" mechanism…
  Drop version qualifier from dh-elpa build dep…
  Update team name and email address for the move from Alioth to Salsa
  Update Homepage.  Bruce Ravel's website now directs the user to…
* To be 100% accurate this should point to emacsorphanage
  namespace, but I'm hoping that it can be invalidated by a new
  upstream maintainer.
  Add gnuplot-pkg.el with accurate metadata.  eg: correct ELPA name…
  changelog: whitespace cleanup

 debian/changelog   | 41 --
 debian/control | 19 +++---
 debian/debian-autoloads.el |  2 ++
 debian/docs|  2 --
 debian/elpa-gnuplot.elpa   |  7 +++
 debian/examples|  2 ++
 debian/gnuplot-mode.elpa   |  1 -
 debian/gnuplot-pkg.el  |  4 
 debian/install |  3 ---
 debian/rules   |  2 +-
 10 files changed, 67 insertions(+), 16 deletions(-)
 create mode 100644 debian/debian-autoloads.el
 create mode 100644 debian/elpa-gnuplot.elpa
 create mode 100644 debian/examples
 delete mode 100644 debian/gnuplot-mode.elpa
 create mode 100644 debian/gnuplot-pkg.el
 delete mode 100644 debian/install

-- 
2.20.1



Bug#944249: [PATCH 1/3] Add libjs-mathjax to Build-Depends and to clang-x.y-doc Depends.

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 31dea016..b83de924 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 11~), flex, bison, dejagnu, tcl, 
expect,
 libjsoncpp-dev, pkg-config,
 lcov, procps, help2man, zlib1g-dev,
 g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel 
powerpc ppc64 s390 s390x sparc sparc64 x32],
+libjs-mathjax
 #ocaml-nox [amd64 arm64 armel armhf i386],
 #ocaml-findlib [amd64 arm64 armel armhf i386],
 #libctypes-ocaml-dev [amd64 arm64 armel armhf i386],
@@ -84,7 +85,7 @@ Description: clang-based C++ linter tool
 Package: clang-5.0-doc
 Architecture: all
 Section: doc
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-mathjax
 Description: C, C++ and Objective-C compiler - Documentation
  Clang project is a C, C++, Objective C and Objective C++ front-end
  based on the LLVM compiler. Its goal is to offer a replacement to the
-- 
2.14.2



Bug#944249: [PATCH 06/12] Install dot.el and dotemacs.el using the "examples" mechanism…

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 4 
 debian/docs  | 2 --
 debian/examples  | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 debian/examples

diff --git a/debian/changelog b/debian/changelog
index 93d8c86..2fe3a23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; 
urgency=medium
 Replaces.
   * Drop emacs24 and emacs25 from Enhances; they were not in buster so
 these are not useful--not even for backports.
+  * Install dot.el and dotemacs.el using the "examples" mechanism for
+compliance with Policy §12.6, which states "Any examples
+(configurations, source files, whatever), should be installed in a
+directory /usr/share/doc/package/examples"
 
  -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
 
diff --git a/debian/docs b/debian/docs
index a93480d..d7cf8f7 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,2 @@
 README.org
 gpelcard.pdf
-dot.el
-dotemacs.el
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 000..524d305
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1,2 @@
+dot.el
+dotemacs.el
-- 
2.20.1



Bug#944249: [PATCH 08/12] Update team name and email address for the move from Alioth to Salsa

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 900fd4c..105e59b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; urgency=medium
 directory /usr/share/doc/package/examples"
   * Drop version qualifier from dh-elpa build dep, because oldstable
 (stretch) has version 1.6, which is newer than the requested 0.0.17.
+  * Update Maintainer team name and email address for the move from Alioth
+to Salsa.
 
  -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
 
diff --git a/debian/control b/debian/control
index 7160617..4a781ae 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: gnuplot-mode
 Section: lisp
 Priority: optional
-Maintainer: Debian Emacs addons team 

+Maintainer: Debian Emacsen team 
 Uploaders: Dima Kogan 
 Build-Depends: debhelper (>= 10),
   dh-elpa,
-- 
2.20.1



Bug#944249: [PATCH 07/12] Drop version qualifier from dh-elpa build dep…

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2fe3a23..900fd4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; urgency=medium
 compliance with Policy §12.6, which states "Any examples
 (configurations, source files, whatever), should be installed in a
 directory /usr/share/doc/package/examples"
+  * Drop version qualifier from dh-elpa build dep, because oldstable
+(stretch) has version 1.6, which is newer than the requested 0.0.17.
 
  -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
 
diff --git a/debian/control b/debian/control
index 3b62de3..7160617 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Emacs addons team 

 Uploaders: Dima Kogan 
 Build-Depends: debhelper (>= 10),
-  dh-elpa (>= 0.0.17),
+  dh-elpa,
   texlive-latex-base,
   texlive-latex-recommended,
   gnuplot
-- 
2.20.1



Bug#944249: [PATCH 12/12] changelog: whitespace cleanup

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6faca2f..a636ce5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -256,5 +256,3 @@ gnuplot-mode (0.5k-1) unstable; urgency=low
   * Initial Release.
 
  -- Ryuichi Arafune   Tue, 28 Mar 2000 13:23:58 +0900
-
-
-- 
2.20.1



Bug#944249: [PATCH 10/12] Add gnuplot-pkg.el with accurate metadata. eg: correct ELPA name…

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog  | 5 +
 debian/gnuplot-pkg.el | 4 
 2 files changed, 9 insertions(+)
 create mode 100644 debian/gnuplot-pkg.el

diff --git a/debian/changelog b/debian/changelog
index cf5d83c..9b7a8f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,11 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; 
urgency=medium
 the new upstream project page.  Strictly speaking the project now
 lives under "emacsorphanage" namespace rather than "bruceravel"
 namespace…
+  * Add gnuplot-pkg.el with accurate metadata.  eg: correct ELPA name,
+accurate version, nice-to-have keywords, and author field, but omit
+the maintainer field because this package is unmaintained upstream.
+This should ideally be solved upstream in gnuplot.el, which would
+enable dh-elpa to generate accurate ELPA package metadata.
 
  -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
 
diff --git a/debian/gnuplot-pkg.el b/debian/gnuplot-pkg.el
new file mode 100644
index 000..b9b6b56
--- /dev/null
+++ b/debian/gnuplot-pkg.el
@@ -0,0 +1,4 @@
+(define-package "gnuplot" "20141231" "Gnuplot mode for Emacs" 'nil :keywords
+  '("gnuplot" "plotting")
+  :authors
+  '(("Bruce Ravel" . "brucerav...@gmail.com")))
-- 
2.20.1



Bug#944249: [PATCH 04/12] Update Breaks << this version and add elpa-gnuplot-mode to Replaces

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 2 ++
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 897ada6..b64eb3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; urgency=medium
 for compatibility with MELPA.  Bruce Ravel's gnuplot.el:L3346 provides
 'gnuplot, while Mike McCourt's similarly named package provides
 'gnuplot-mode (gnuplot-mode.el:L456).
+  * Update Breaks to << this version and add elpa-gnuplot-mode to
+Replaces.
 
  -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
 
diff --git a/debian/control b/debian/control
index 8fee9d6..b1da3de 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Architecture: all
 Depends: ${misc:Depends}, ${elpa:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot
 Recommends: emacs (>= 46.0), gnuplot-doc
 Enhances: emacs, emacs24, emacs25
-Breaks: gnuplot-mode (<< 1:0.7.0-2014-12-31-1)
+Breaks: gnuplot-mode (<< 1:0.7.0-2014-12-31-2)
+Replaces: gnuplot-mode, elpa-gnuplot-mode
 Provides: gnuplot-mode
 Description: Gnuplot mode for Emacs
  Gnuplot is a major mode for Emacs flavours with the following features:
-- 
2.20.1



Bug#944249: [PATCH 09/12] Update Homepage. Bruce Ravel's website now directs the user to…

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/changelog | 5 +
 debian/control   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 105e59b..cf5d83c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,11 @@ gnuplot-mode (1:0.7.0-2014-12-31-2) UNRELEASED; 
urgency=medium
 (stretch) has version 1.6, which is newer than the requested 0.0.17.
   * Update Maintainer team name and email address for the move from Alioth
 to Salsa.
+  * Update Homepage.  Bruce Ravel's website now directs the user to
+navigate to Github, and the watch file and copyright already refer to
+the new upstream project page.  Strictly speaking the project now
+lives under "emacsorphanage" namespace rather than "bruceravel"
+namespace…
 
  -- Nicholas D Steeves   Sat, 16 Nov 2019 18:22:17 -0500
 
diff --git a/debian/control b/debian/control
index 4a781ae..fdafc4c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
 Standards-Version: 4.3.0
 Vcs-Git: https://salsa.debian.org/debian/gnuplot-mode.git
 Vcs-Browser: https://salsa.debian.org/debian/gnuplot-mode
-Homepage: http://xafs.org/BruceRavel/GnuplotMode
+Homepage: https://github.com/bruceravel/gnuplot-mode
 
 Package: elpa-gnuplot
 Architecture: all
-- 
2.20.1



Bug#944249: [PATCH 01/12] Modify to work better with elpa.

2019-11-22 Thread Nicholas D Steeves
From: Agustin Martin Domingo 

* debian/rules: Remove bogus hyphen
* debian/install: Remove. No longer needed.

Signed-off-by: Nicholas D Steeves 
---
 debian/gnuplot-mode.elpa | 1 -
 debian/install   | 3 ---
 debian/rules | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 debian/gnuplot-mode.elpa
 delete mode 100644 debian/install

diff --git a/debian/gnuplot-mode.elpa b/debian/gnuplot-mode.elpa
deleted file mode 100644
index abf136d..000
--- a/debian/gnuplot-mode.elpa
+++ /dev/null
@@ -1 +0,0 @@
-*.el
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 4463e0a..000
--- a/debian/install
+++ /dev/null
@@ -1,3 +0,0 @@
-gnuplot.el usr/share/emacs/site-lisp/gnuplot-mode
-gnuplot-gui.el usr/share/emacs/site-lisp/gnuplot-mode
-gnuplot-context.el usr/share/emacs/site-lisp/gnuplot-mode
diff --git a/debian/rules b/debian/rules
index ffea5e3..bb43d84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-   dh $@ --with-elpa
+   dh $@ --with elpa
 
 override_dh_auto_build:
$(if $(filter nodoc,$(DEB_BUILD_OPTIONS)),true,make -f Makefile.dst 
gpelcard.pdf)
-- 
2.20.1



Bug#944249: [PATCH 02/12] debian/control: Build depend on gnuplot, to allow tests being actually passed.

2019-11-22 Thread Nicholas D Steeves
From: Agustin Martin Domingo 

Signed-off-by: Nicholas D Steeves 
---
 debian/control | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8d96b1f..29411f8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: lisp
 Priority: optional
 Maintainer: Debian Emacs addons team 

 Uploaders: Dima Kogan 
-Build-Depends: debhelper (>= 10), dh-elpa (>= 0.0.17), texlive-latex-base, 
texlive-latex-recommended
+Build-Depends: debhelper (>= 10),
+  dh-elpa (>= 0.0.17),
+  texlive-latex-base,
+  texlive-latex-recommended,
+  gnuplot
 Standards-Version: 4.3.0
 Vcs-Git: https://salsa.debian.org/debian/gnuplot-mode.git
 Vcs-Browser: https://salsa.debian.org/debian/gnuplot-mode
-- 
2.20.1



Bug#944249: [PATCH 3/3] Fix build_doc failure due to nonexistent directory.

2019-11-22 Thread Nicholas D Steeves
Signed-off-by: Nicholas D Steeves 
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 74a56572..6bccce47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -338,6 +338,7 @@ build_doc:
cd $$d && rm -f underscore.js && ln -s 
/usr/share/javascript/underscore/underscore.js && cd -; \
done
 
+   mkdir -p debian/man/
help2man --version-string=$(LLVM_VERSION) 
clang/tools/scan-view/bin/scan-view > debian/man/scan-view-$(LLVM_VERSION).1
help2man --version-string=$(LLVM_VERSION) 
clang/tools/clang-format/clang-format-diff.py > 
debian/man/clang-format-diff-$(LLVM_VERSION).1
 
-- 
2.14.2



Bug#945339: libslepc3.11-dev-examples: postinst uses /usr/share/doc content (Policy 12.3): /usr/share/doc/libslepc3.11-dev-examples/examples/config/cmakegen.py

2019-11-22 Thread Andreas Beckmann
Package: libslepc3.11-dev-examples
Version: 3.11.2+dfsg1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package uses files from
/usr/share/doc in its maintainer scripts which is a violation of
Policy 12.3: "Packages must not require the existence of any files in
/usr/share/doc/ in order to function."
https://www.debian.org/doc/debian-policy/ch-docs.html#additional-documentation

These files must be moved to /usr/share/$PACKAGE and may be symlinked
from /usr/share/doc/$PACKAGE.

This piuparts test prevents the installation of (most) files into
/usr/share/doc with 'dpkg --path-exclude=...'.

>From the attached log (scroll to the bottom...):

  Setting up python3 (3.7.5-1) ...
  [Errno 2] No such file or directory: 
'/usr/share/doc/libslepc3.11-dev-examples/examples/config/cmakegen.py'
  error running python rtupdate hook libslepc3.11-dev-examples
  dpkg: error processing package python3 (--configure):
   installed python3 package post-installation script subprocess returned error 
exit status 4
  dpkg: dependency problems prevent configuration of libslepc3.11-dev-examples:
   libslepc3.11-dev-examples depends on python3:any; however:
Package python3 is not configured yet.
  
  dpkg: error processing package libslepc3.11-dev-examples (--configure):
   dependency problems - leaving unconfigured
  Processing triggers for libc-bin (2.29-3) ...
  Errors were encountered while processing:
   python3
   libslepc3.11-dev-examples


Cheers,

Andreas


libslepc3.11-dev-examples_3.11.2+dfsg1-1.log.gz
Description: application/gzip


Bug#945338: libpetsc3.11-dev-examples: postinst uses /usr/share/doc content (Policy 12.3): /usr/share/doc/libpetsc3.11-dev-examples/examples/**/*.py

2019-11-22 Thread Andreas Beckmann
Package: libpetsc3.11-dev-examples
Version: 3.11.4+dfsg1-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package uses files from
/usr/share/doc in its maintainer scripts which is a violation of
Policy 12.3: "Packages must not require the existence of any files in
/usr/share/doc/ in order to function."
https://www.debian.org/doc/debian-policy/ch-docs.html#additional-documentation

These files must be moved to /usr/share/$PACKAGE and may be symlinked
from /usr/share/doc/$PACKAGE.

This piuparts test prevents the installation of (most) files into
/usr/share/doc with 'dpkg --path-exclude=...'.

>From the attached log (scroll to the bottom...):

  Setting up python3 (3.7.5-1) ...
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/config/cmakegen.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/config/example_template.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/config/gmakegen.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/config/gmakegentest.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/config/report_tests.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/config/testparse.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/src/ksp/ksp/examples/tutorials/ex100.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/src/ksp/ksp/examples/tutorials/example100.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/src/ts/examples/tutorials/ex8.py'
  [Errno 2] No such file or directory: 
'/usr/share/doc/libpetsc3.11-dev-examples/examples/src/ts/examples/tutorials/extchem.py'
  error running python rtupdate hook libpetsc3.11-dev-examples
  dpkg: error processing package python3 (--configure):
   installed python3 package post-installation script subprocess returned error 
exit status 4
  dpkg: dependency problems prevent configuration of libpetsc3.11-dev-examples:
   libpetsc3.11-dev-examples depends on python3:any; however:
Package python3 is not configured yet.
  
  dpkg: error processing package libpetsc3.11-dev-examples (--configure):
   dependency problems - leaving unconfigured
  Processing triggers for libc-bin (2.29-3) ...
  Errors were encountered while processing:
   python3
   libpetsc3.11-dev-examples


Cheers,

Andreas


libpetsc3.11-dev-examples_3.11.4+dfsg1-3.log.gz
Description: application/gzip


Bug#945336: bird2: postinst uses /usr/share/doc content (Policy 12.3): /usr/share/doc/bird2/examples/bird.conf

2019-11-22 Thread Andreas Beckmann
Package: bird2
Version: 2.0.7-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package uses files from
/usr/share/doc in its maintainer scripts which is a violation of
Policy 12.3: "Packages must not require the existence of any files in
/usr/share/doc/ in order to function."
https://www.debian.org/doc/debian-policy/ch-docs.html#additional-documentation

These files must be moved to /usr/share/$PACKAGE and may be symlinked
from /usr/share/doc/$PACKAGE.

This piuparts test prevents the installation of (most) files into
/usr/share/doc with 'dpkg --path-exclude=...'.

>From the attached log (scroll to the bottom...):

  Setting up bird2 (2.0.7-2) ...
  Error: The new file /usr/share/doc/bird2/examples/bird.conf does not exist!
  dpkg: error processing package bird2 (--configure):
   installed bird2 package post-installation script subprocess returned error 
exit status 1
  Processing triggers for libc-bin (2.29-3) ...
  Errors were encountered while processing:
   bird2


Cheers,

Andreas


bird2_2.0.7-2.log.gz
Description: application/gzip


Processed: user debian...@lists.debian.org, usertagging 944042, usertagging 937648, usertagging 938816 ...

2019-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # these packages are uninstallable in sid
> user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was a...@debian.org).
> usertags 944042 piuparts
There were no usertags set.
Usertags are now: piuparts.
> usertags 937648 piuparts
There were no usertags set.
Usertags are now: piuparts.
> usertags 938816 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 938816 + python-webtest
Bug #938816 [src:webtest] webtest: Python2 removal in sid/bullseye
Added indication that 938816 affects python-webtest
> usertags 940131 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 940131 + srslte-core
Bug #940131 [src:srslte] srslte FTBFS with libbladerf2 and uhd 3.14
Added indication that 940131 affects srslte-core
> usertags 874880 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 874880 + freemedforms-libs
Bug #874880 [src:freemedforms-project] [freemedforms-project] Future Qt4 
removal from Buster
Added indication that 874880 affects freemedforms-libs
> severity 936797 serious
Bug #936797 [src:kineticstools] kineticstools: Python2 removal in sid/bullseye
Severity set to 'serious' from 'normal'
> usertags 936797 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 936797 + python-kineticstools
Bug #936797 [src:kineticstools] kineticstools: Python2 removal in sid/bullseye
Added indication that 936797 affects python-kineticstools
> usertags 937255 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 937255 + python-pbgenomicconsensus
Bug #937255 [src:pbgenomicconsensus] pbgenomicconsensus: Python2 removal in 
sid/bullseye
Added indication that 937255 affects python-pbgenomicconsensus
> usertags 937256 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 937256 + python-pbh5tools
Bug #937256 [src:pbh5tools] pbh5tools: Python2 removal in sid/bullseye
Added indication that 937256 affects python-pbh5tools
> usertags 939660 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 939660 + libfield3d1.7
Bug #939660 [src:field3d] src:field3d: autopkgtest fails if package is rebuilt 
against ilmbase 2.3.0
Added indication that 939660 affects libfield3d1.7
> usertags 875584 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 875584 + libjhdf5-jni
Bug #875584 [src:jhdf] FTBFS with Java 9: can't find jdk
Added indication that 875584 affects libjhdf5-jni
> notfound 945234 0.0+20160624.git07f9b8-1
Bug #945234 [src:cupp] cupp: Renaming cupp3 to cupp breaks Debian Sid/Bullseye 
repository
No longer marked as found in versions cupp/0.0+20160624.git07f9b8-1.
> found 945234 0.0+20190501.git986658-1
Bug #945234 [src:cupp] cupp: Renaming cupp3 to cupp breaks Debian Sid/Bullseye 
repository
Marked as found in versions cupp/0.0+20190501.git986658-1.
> usertags 945234 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 945234 + forensics-extra
Bug #945234 [src:cupp] cupp: Renaming cupp3 to cupp breaks Debian Sid/Bullseye 
repository
Added indication that 945234 affects forensics-extra
> usertags 936630 piuparts
There were no usertags set.
Usertags are now: piuparts.
> found 936630 1.7.8+dfsg-1
Bug #936630 [src:gnumed-client] gnumed-client: Python2 removal in sid/bullseye
Marked as found in versions gnumed-client/1.7.8+dfsg-1.
> usertags 936818 piuparts
There were no usertags set.
Usertags are now: piuparts.
> usertags 925797 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 925797 + libopensurgsim
Bug #925797 [src:opensurgsim] opensurgsim: ftbfs with GCC-9
Added indication that 925797 affects libopensurgsim
> usertags 937253 piuparts
There were no usertags set.
Usertags are now: piuparts.
> tags 945316 + sid bullseye
Bug #945316 [src:polymake] polymake: FTBFS with perl 5.30
Added tag(s) sid and bullseye.
> usertags 937258 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 937258 + pbhoney
Bug #937258 [src:pbsuite] pbsuite: Python2 removal in sid/bullseye
Added indication that 937258 affects pbhoney
> usertags 937657 piuparts
There were no usertags set.
Usertags are now: piuparts.
> usertags 937049 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 937049 + python-mini-buildd
Bug #937049 [src:mini-buildd] mini-buildd: Python2 removal in sid/bullseye
Added indication that 937049 affects python-mini-buildd
> usertags 937300 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 937300 + python-plaso
Bug #937300 [src:plaso] plaso: Python2 removal in sid/bullseye
Added indication that 937300 affects python-plaso
> found 937300 20190131-2
Bug #937300 [src:plaso] plaso: Python2 removal in sid/bullseye
Marked as found in versions plaso/20190131-2.
> severity 937300 serious
Bug #937300 [src:plaso] plaso: Python2 removal in sid/bullseye
Severity set to 'serious' from 'normal'
> usertags 938348 

Bug#945333: r-cran-seurat: uninstallable in sid: Depends: r-cran-matrix (>= 1.2.14) but 1.2-17-2 is to be installed

2019-11-22 Thread Andreas Beckmann
Package: r-cran-seurat
Version: 3.0.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package is no longer
installable in sid:

  The following packages have unmet dependencies:
   r-cran-seurat : Depends: r-cran-matrix (>= 1.2.14) but 1.2-17-2 is to be 
installed

This seems to be a '.' vs '-' typo.


Cheers,

Andreas



Bug#945331: bitshuffle ftbfs in unstable on s390x

2019-11-22 Thread Matthias Klose
Package: src:bitshuffle
Version: 0.3.5-1
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

bitshuffle ftbfs in unstable on s390x, also it looks like z15 isn't the correct
baseline, please don't set a baseline explicitly.

building 'bitshuffle.ext' extension
creating build
creating build/temp.linux-s390x-3.8
creating build/temp.linux-s390x-3.8/bitshuffle
creating build/temp.linux-s390x-3.8/src
creating build/temp.linux-s390x-3.8/lz4
mpicc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DBSHUF_VERSION_MAJOR=0 -DBSHUF_VERSION_MINOR=3 -DBSHUF_VERSION_POINT=5 -Isrc/
-Ilz4/ -I/usr/lib/python3/dist-packages/numpy/core/include
-I/usr/include/python3.8 -c bitshuffle/ext.c -o
build/temp.linux-s390x-3.8/bitshuffle/ext.o -ffast-math -march=native
-fno-strict-aliasing -fPIC -std=c99 -O3 -fopenmp
In file included from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1830,
 from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
 from
/usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
 from bitshuffle/ext.c:641:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2:
warning: #warning "Using deprecated NumPy API, disable it with " "#define
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   17 | #warning "Using deprecated NumPy API, disable it with " \
  |  ^~~
bitshuffle/ext.c: In function ‘__pyx_pf_10bitshuffle_3ext_using_NEON’:
bitshuffle/ext.c:2274:16: warning: implicit declaration of function
‘bshuf_using_NEON’; did you mean ‘bshuf_using_AVX2’?
[-Wimplicit-function-declaration]
 2274 |   __pyx_t_1 = (bshuf_using_NEON() != 0);
  |^~~~
  |bshuf_using_AVX2
Assembler messages:
Error: invalid switch -march=z15
Error: unrecognized option -march=z15
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning:
Cython directive 'language_level' not set, using 2 for now (Py2). This will
change in a later release! File: /<>/bitshuffle/ext.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning:
Cython directive 'language_level' not set, using 2 for now (Py2). This will
change in a later release! File: /<>/bitshuffle/h5.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
error: command 'mpicc' failed with exit status 1
E: pybuild pybuild:341: build: plugin distutils failed with: exit code=1:
/usr/bin/python3.8 setup.py build
dh_auto_build: pybuild --build -i python{version} -p "3.8 3.7" returned exit 
code 13
make: *** [debian/rules:25: build-arch] Error 255
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2



Bug#945330: yt ftbfs in unstable

2019-11-22 Thread Matthias Klose
Package: src:yt
Version: 3.5.1-1
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

pysph ftbfs in unstable.

[...]
==
ERROR: test_composite_vr
(yt.visualization.volume_rendering.tests.test_zbuff.ZBufferTest)
--
Traceback (most recent call last):
  File
"/<>/.pybuild/cpython3_3.8_yt/build/yt/visualization/volume_rendering/tests/test_zbuff.py",
line 83, in test_composite_vr
im.write_png("composite.png")
  File
"/<>/.pybuild/cpython3_3.8_yt/build/yt/data_objects/image_array.py",
line 289, in write_png
scaled = self.rescale(inline=False)
  File
"/<>/.pybuild/cpython3_3.8_yt/build/yt/data_objects/image_array.py",
line 242, in rescale
np.clip(out, 0.0, 1.0, out)
  File "<__array_function__ internals>", line 5, in clip
  File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 2037, in
clip
return _wrapfunc(a, 'clip', a_min, a_max, out=out, **kwargs)
  File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 61, in
_wrapfunc
return bound(*args, **kwds)
  File "/usr/lib/python3/dist-packages/numpy/core/_methods.py", line 131, in 
_clip
return _clip_dep_invoke_with_casting(
  File "/usr/lib/python3/dist-packages/numpy/core/_methods.py", line 85, in
_clip_dep_invoke_with_casting
return ufunc(*args, out=out, **kwargs)
  File "/<>/.pybuild/cpython3_3.8_yt/build/yt/units/yt_array.py",
line 1399, in __array_ufunc__
raise RuntimeError(
RuntimeError: Support for the  ufunc with 3 inputs has not
beenadded to YTArray.

==
ERROR: test_multi_image_composite
(yt.visualization.tests.test_image_writer.TestImageWriter)
--
Traceback (most recent call last):
  File
"/<>/.pybuild/cpython3_3.8_yt/build/yt/visualization/tests/test_image_writer.py",
line 42, in test_multi_image_composite
multi_image_composite("multi_channel1.png", frb["x"], frb["y"])
  File
"/<>/.pybuild/cpython3_3.8_yt/build/yt/visualization/image_writer.py",
line 107, in multi_image_composite
red_channel = scale_image(red_channel)
  File
"/<>/.pybuild/cpython3_3.8_yt/build/yt/visualization/image_writer.py",
line 57, in scale_image
image = (np.clip((image-mi)/(ma-mi) * 255, 0, 255)).astype('uint8')
  File "<__array_function__ internals>", line 5, in clip
  File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 2037, in
clip
return _wrapfunc(a, 'clip', a_min, a_max, out=out, **kwargs)
  File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 61, in
_wrapfunc
return bound(*args, **kwds)
  File "/usr/lib/python3/dist-packages/numpy/core/_methods.py", line 131, in 
_clip
return _clip_dep_invoke_with_casting(
  File "/usr/lib/python3/dist-packages/numpy/core/_methods.py", line 85, in
_clip_dep_invoke_with_casting
return ufunc(*args, out=out, **kwargs)
  File "/<>/.pybuild/cpython3_3.8_yt/build/yt/units/yt_array.py",
line 1399, in __array_ufunc__
raise RuntimeError(
RuntimeError: Support for the  ufunc with 3 inputs has not
beenadded to YTArray.

--
Ran 1386 tests in 932.841s

FAILED (errors=28)
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd
/<>/.pybuild/cpython3_3.8_yt/build; python3.8 -m nose -v
dh_auto_test: pybuild --test -i python{version} -p "3.8 3.7" returned exit code 
13
make: *** [debian/rules:10: build-arch] Error 255



Bug#945328: pyzmq ftbfs in unstable

2019-11-22 Thread Matthias Klose
Package: src:pyzmq
Version: 17.1.2-3
Severity: serious
Tags: sid bullseye patch
User: debian-pyt...@lists.debian.org
Usertags: python3.8

pyzmq ftbfs in unstable, needing a patch from 18.1.  Please could you also relax
some timing conditions for tests seen on non-amd64 architectures?

patches at
https://patches.ubuntu.com/p/pyzmq/pyzmq_17.1.2-3ubuntu5.patch

[..]
=== FAILURES ===
__ TestAsyncIOSocket.test_recv_json_cancelled __

self = 

def test_recv_json_cancelled(self):
@asyncio.coroutine
def test():
a, b = self.create_bound_pair(zmq.PUSH, zmq.PULL)
f = b.recv_json()
assert not f.done()
f.cancel()
# cycle eventloop to allow cancel events to fire
yield from asyncio.sleep(0)
obj = dict(a=5)
yield from a.send_json(obj)
with pytest.raises(CancelledError):
recvd = yield from f
assert f.done()
# give it a chance to incorrectly consume the event
events = yield from b.poll(timeout=5)
assert events
yield from asyncio.sleep(0)
# make sure cancelled recv didn't eat up event
f = b.recv_json()
recvd = yield from asyncio.wait_for(f, timeout=5)
assert recvd == obj
>   self.loop.run_until_complete(test())

zmq/tests/asyncio/_test_asyncio.py:152:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <_UnixSelectorEventLoop running=False closed=True debug=False>
future = .test() done, defined
at
/<>/.pybuild/cpython3_3.8/build/zmq/tests/asyncio/_test_asyncio.py:131>>

def run_until_complete(self, future):
"""Run until the Future is done.

If the argument is a coroutine, it is wrapped in a Task.

WARNING: It would be disastrous to call run_until_complete()
with the same coroutine twice -- it would wrap it in two
different Tasks and that can't be good.

Return the Future's result, or raise its exception.
"""
self._check_closed()

new_task = not futures.isfuture(future)
future = tasks.ensure_future(future, loop=self)
if new_task:
# An exception is raised if the future didn't complete, so there
# is no need to log the "destroy pending task" message
future._log_destroy_pending = False

future.add_done_callback(_run_until_complete_cb)
try:
self.run_forever()
except:
if new_task and future.done() and not future.cancelled():
# The coroutine raised a BaseException. Consume the exception
# to not log a warning, the caller doesn't have access to the
# local task.
future.exception()
raise
finally:
future.remove_done_callback(_run_until_complete_cb)
if not future.done():
raise RuntimeError('Event loop stopped before Future completed.')

>   return future.result()
E   asyncio.exceptions.CancelledError
[..]
 1 failed, 232 passed, 11 skipped, 88 warnings in 33.62 seconds 
Task was destroyed but it is pending!
task: >/.pybuild/cpython3_3.8/build/zmq/auth/asyncio/__init__.py:25>
wait_for=>
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd
/<>/.pybuild/cpython3_3.8/build; python3.8 -m pytest -v
--ignore=zmq/tests/test_auth.py --ignore=zmq/tests/test_security.py
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.8 3.7"
--test-pytest returned exit code 13
make[1]: *** [debian/rules:42: override_dh_auto_test] Error 255



Bug#945327: python-pomegranate ftbfs in unstable

2019-11-22 Thread Matthias Klose
Package: src:python-pomegranate
Version: 0.11.1+dfsg2-1
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

[...]
==
ERROR: Failure: AttributeError (type object 'pomegranate.hmm.array' has no
attribute '__reduce_cython__')
--
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in
loadTestsFromName
module = self.importer.importFromPath(
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
importFromPath
return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
importFromDir
mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.8/imp.py", line 234, in load_module
return load_source(name, filename, file)
  File "/usr/lib/python3.8/imp.py", line 171, in load_source
module = _load(spec)
  File "", line 702, in _load
  File "", line 671, in _load_unlocked
  File "", line 783, in exec_module
  File "", line 219, in _call_with_frames_removed
  File
"/<>/.pybuild/cpython3_3.8_pomegranate/build/tests/test_profile_hmm.py",
line 3, in 
from pomegranate import *
  File
"/<>/.pybuild/cpython3_3.8_pomegranate/build/pomegranate/__init__.py",
line 12, in 
from .parallel import *
  File "pomegranate/parallel.pyx", line 10, in init pomegranate.parallel
from .hmm import HiddenMarkovModel
  File "stringsource", line 105, in init pomegranate.hmm
AttributeError: type object 'pomegranate.hmm.array' has no attribute
'__reduce_cython__'

--
Ran 11 tests in 0.007s

FAILED (errors=11)
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd
/<>/.pybuild/cpython3_3.8_pomegranate/build; python3.8 -m nose -v 
tests
dh_auto_test: pybuild --test --test-nose -i python{version} -p "3.8 3.7"
returned exit code 13
make: *** [debian/rules:10: build-arch] Error 255



Bug#945326: pysph ftbfs in unstable

2019-11-22 Thread Matthias Klose
Package: src:pysph
Version: 1.0~a6-3
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

pysph ftbfs in unstable.
https://buildd.debian.org/status/fetch.php?pkg=pysph=amd64=1.0%7Ea6-3%2Bb1=1574243914=0

= 45 failed, 635 passed, 283 skipped, 71 deselected, 179 warnings in 287.61
seconds =
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd
'/<>/.pybuild/cpython3_3.8/build'; python3.8 -m pytest -k 'not
test_sph_evaluator and not TestInterpolator'
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.8 3.7"
returned exit code 13
make: *** [debian/rules:7: build-arch] Error 255


most common error:

def _compile_text(template, text, filename):
identifier = template.module_id
source, lexer = _compile(template, text, filename,
 
generate_magic_comment=template.disable_unicode)

cid = identifier
if not compat.py3k and isinstance(cid, compat.text_type):
cid = cid.encode()
module = types.ModuleType(cid)
>   code = compile(source, cid, 'exec')
E File
"_build_pysph_QcCWdC_pysph_1_0_a6__pybuild_cpython3_3_8_build_pysph_sph_acceleration_eval_cython_mako",
line 20
E   def do_group(helper,group,level=):
E   ^
E   SyntaxError: invalid syntax

/usr/lib/python3/dist-packages/mako/template.py:711: SyntaxError



Bug#945323: octave-mpi: FTBFS against octave 5.1

2019-11-22 Thread Andreas Beckmann
Source: octave-mpi
Version: 1.2.0-6
Severity: serious
Tags: ftbfs sid bullseye
Justification: fails to build from source (but built successfully in the past)
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

octave-mpi did FTBFS on all architectures during the binNMU against
liboctave7:
https://buildd.debian.org/status/package.php?p=octave-mpi=unstable

Andreas



Bug#945322: ruby-maxitest: uninstallable in sid: Depends: ruby-minitest (< 5.12.0) but 5.13.0-1 is to be installed

2019-11-22 Thread Andreas Beckmann
Package: ruby-maxitest
Version: 3.1.0-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package is no longer
installable in sid:

  The following packages have unmet dependencies:
   ruby-maxitest : Depends: ruby-minitest (< 5.12.0) but 5.13.0-1 is to be 
installed


Cheers,

Andreas



Bug#875177: [scap-workbench] Future Qt4 removal from Buster

2019-11-22 Thread Moritz Mühlenhoff
On Thu, Aug 22, 2019 at 09:04:07AM +0200, Frank Lin Piat wrote:
> Il will upgrade that package.
> 
> Thank you Moritz

Any progress? :-)

Cheers,
Moritz



Bug#943695: marked as done (didjvu: FTBFS: ERROR: tests.test_timestamp.test_timezones)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 22:24:26 +
with message-id 
and subject line Bug#945177: Removed package(s) from unstable
has caused the Debian Bug report #943695,
regarding didjvu: FTBFS: ERROR: tests.test_timestamp.test_timezones
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
943695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: didjvu
Version: 0.8.2-2
Severity: serious
Justification: fails to build from source

didjvu FTBFS in a minimal chroot:
| ==
| ERROR: tests.test_timestamp.test_timezones
| --
| Traceback (most recent call last):
|   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
| self.test(*self.arg)
|   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/test_timestamp.py", line 51, 
in test_timezones
| t(1261171514, 'Europe/Warsaw', '2009-12-18T22:25:14+01:00')
|   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/tools.py", line 212, in 
wrapper
| raise IsolatedError('\n\n' + msg)
| IsolatedError:
|
| Traceback (most recent call last):
|   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/tools.py", line 189, in 
wrapper
| f(*args, **kwargs)
|   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/test_timestamp.py", line 44, 
in t
| assert_equal(str(result), expected)
| AssertionError: '2009-12-18T21:25:14Z' != '2009-12-18T22:25:14+01:00'
|
| --

The test in question needs the time zone database to work correctly, but 
it was not available in the build environment.


Please add "tzdata" to Build-Depends to fix this.

--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Version: 0.9-2+rm

Dear submitter,

as the package didjvu has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/945177

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#790727: marked as done (libmail-sender-perl: "defined(@array) is deprecated")

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 22:26:10 +
with message-id 
and subject line Bug#945220: Removed package(s) from unstable
has caused the Debian Bug report #790727,
regarding libmail-sender-perl: "defined(@array) is deprecated"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
790727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmail-sender-perl
Version: 0.8.16-2
Severity: normal

Dear Maintainer,

   * What led up to the situation?

   For Fai I use that script
   
http://wiki.fai-project.org/wiki/Generate_random_root_password_during_installation,_encrypt_and_send_by_mail
   to generate random passwords and send it to me.

   * What was the outcome of this action?

   Executing the script shows the following message:
   ==

defined(@array) is deprecated at /usr/share/perl5/Mail/Sender.pm line
318.
(Maybe you should just omit the defined()?)
Possible precedence issue with control flow operator at
/usr/share/perl5/Mail/Sender.pm line 2548.
defined(@array) is deprecated at /usr/share/perl5/Mail/Sender.pm
line 2693.
(Maybe you should just omit the defined()?)
   ==

   * What outcome did you expect instead?
   none deprecated message.

That message  should be fixed in newer versions from Mail::Sender

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Version: 0.8.16-2+rm

Dear submitter,

as the package libmail-sender-perl has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/945220

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#945304: Acknowledgement (calendar-google-provider: Please package version corresponding to thunderbird version)

2019-11-22 Thread Jonathan Addleman
Apologies for the duplicate submission. (#945393) Issues with my MTA, 
and I thought the first one had bounced, but it had just been delayed...


This report can be closed/deleted.

--
Jonathan Addleman - http://www.redowl.ca



Bug#945318: roger-router: FTBFS against current evolution-data-server

2019-11-22 Thread Andreas Beckmann
Source: roger-router
Version: 1.8.14-4
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

roger-router FTBFS against the current evolution-data-server version in
sid:
https://buildd.debian.org/status/package.php?p=roger-router=unstable

First error:

evolution.c:478:8: error: too few arguments to function 
‘e_book_client_remove_contact_by_uid_sync’
  478 |  ret = e_book_client_remove_contact_by_uid_sync(client, contact->priv, 
NULL, NULL);
  |^~~~
In file included from /usr/include/evolution-data-server/libebook/libebook.h:27,
 from evolution.c:37:
/usr/include/evolution-data-server/libebook/e-book-client.h:212:10: note: 
declared here
  212 | gboolean e_book_client_remove_contact_by_uid_sync
  |  ^~~~


Andreas


Bug#944892: marked as done (oce: autopkgtest fails due to broken CMakeLists.txt)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 22:00:41 +
with message-id 
and subject line Bug#944892: fixed in oce 0.18.2-4
has caused the Debian Bug report #944892,
regarding oce: autopkgtest fails due to broken CMakeLists.txt
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
944892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944892
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oce
Version: 0.18.2-3
Severity: serious

The oce autopkgtest fails since cmake 3.15 entered unstable:

> CMake Warning (dev) in CMakeLists.txt:
>   No project() command is present.  The top-level CMakeLists.txt file must
>   contain a literal, direct call to the project() command.  Add a line of
>   code such as
>
> project(ProjectName)
>
>   near the top of the file, but after cmake_minimum_required().
>
>   CMake is pretending there is a "project(Project)" command on the first
>   line.

https://ci.debian.net/data/autopkgtest/testing/amd64/o/oce/3434170/log.gz

Corresponding cmake documentation:
https://cmake.org/cmake/help/v3.16/command/project.html#usage

Note that this isn't a new requirement but cmake just started to print a
warning.

Filing as serious since this blocks cmake migration to testing.
--- End Message ---
--- Begin Message ---
Source: oce
Source-Version: 0.18.2-4

We believe that the bug you reported is fixed in the latest version of
oce, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 944...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky  (supplier of updated oce package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 22:39:51 +0100
Source: oce
Architecture: source
Version: 0.18.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Anton Gladky 
Closes: 944892
Changes:
 oce (0.18.2-4) unstable; urgency=medium
 .
   * [f2c30d7] Fix cmake warning because of missing "project" command. (Closes: 
#944892)
   * [cd025ab] Set compat-level to 12
   * [e3239b1] Set Standards-Version to 4.4.1
   * [7fa916f] Trim trailing whitespace.
   * [e5e9cfc] Remove patches missing from debian/patches/series.
   * [d390a0e] Set upstream metadata fields: Repository.
   * [4722321] Rely on pre-initialized dpkg-architecture variables.
   * [409b696] Update d/upstream/metadata
Checksums-Sha1:
 ea9cf0895be9669901b088ef97df601f51d1a276 2879 oce_0.18.2-4.dsc
 09329be1ae257ad406b4f48d6b37fcb5611e8fdc 71836 oce_0.18.2-4.debian.tar.xz
 603eae9c024aebe5f80e5b9ab2c0ba4f61bb18c7 10718 oce_0.18.2-4_source.buildinfo
Checksums-Sha256:
 abc4e9ae697d42e220a431c7127b6f69755ab0e40e9eea4e37bb2f4ddc667f57 2879 
oce_0.18.2-4.dsc
 5c1c066ed2bdc485e99bd01e06a88f9084e7a485dfffa914b82d67cc007ae9a9 71836 
oce_0.18.2-4.debian.tar.xz
 b10fd0337e337968ca085c8178d0651ee2416c2c41648765224a1b6650ad36bc 10718 
oce_0.18.2-4_source.buildinfo
Files:
 a2ab7fa06ec49c3c4fc5e3bd4a757845 2879 science optional oce_0.18.2-4.dsc
 76932689b86a2e585017ba1a818c70d4 71836 science optional 
oce_0.18.2-4.debian.tar.xz
 a40ed47ed9c74f54fda597b1e7939ddf 10718 science optional 
oce_0.18.2-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl3YVloACgkQ0+Fzg8+n
/wb+MxAAj0u0ZqMS9g3gSlrcE9m6mVH4g6mRfzxfJYBM28j+8NywJfF66WGfROVu
TUUN7LUGxBEzpdgXCoegMlXUdIaJ7pHww9hgRQnssFe3WouA9yxgu4UjWY/xIfPG
SzZ0vs1hwDD7uw3uwQN3rPh/HwTOZXtW3Snq95lcjLZcwzHpC9u797KjoIC7p1AI
LY6sovBi5RdyiLX8T4k2Qs4bN38dSklzPWgTSLUhjLE8kd5OZxW0qNAufFDc6phL
eM0pJtxZA3FxDBUwlbBfUmN6N6wWzb0XtCmO8QKTbtIc+5uwopGQrYP+McdZ8kUW
X53hCDLVl7RKhjGyHVxAFz5Ml6+Zv8zE8ymL+jqmNWQVRTtqIyWMz42SG0DsdB+n
WulOB8n0PMakpD/nStMd8UME9LDTCAndEpWPaMafsidPsPjqb63K4A5LcHdOjQnf
atGRVGu0/Koz8IDMNGkMQLm5DWAmPzaS+BURAg49UEp3O3NyoKxH7ujWvy+kChnb
F+P/aPXC0Q6YrnJnBKKpiWiNRes6hc4Xdc7BkRwbxL80Mlxrfe182fCD98UDpF6Y
aP4sa23YQagsEp4oA63IxJDANLCBnc/xrEfPKDzOoUO3SjtlJgKXZBAhFqKihkfs
iOOvSdfIHcVePtKrUnACGISG61H7RPbeI5JsSTygrBt3CRhh+vk=
=zoES
-END PGP SIGNATURE End Message ---


Bug#942022: librsvg: FTBFS on ppc64el: assertion failed: bounds.x1 >= bounds.x0

2019-11-22 Thread Olivier Tilloy
Note that ubuntu focal (current development version) has rustc 1.38,
and librsvg 2.44.15 fails to build from source with it. The upstream
project committed a fix to the 2.44 branch
(https://gitlab.gnome.org/GNOME/librsvg/commit/de26c4d8), but they
advise packaging 2.46 instead as 2.44 is EOL.



Bug#944101: marked as done (astropy ftbfs with Python 3.8 (test failures))

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 21:19:22 +
with message-id 
and subject line Bug#944101: fixed in astropy 3.2.3-2
has caused the Debian Bug report #944101,
regarding astropy ftbfs with Python 3.8 (test failures)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
944101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: src:astropy
Version: 3.2.3-1
Severity: important
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

astropy ftbfs with Python 3.8 (test failures). 3.8 is not yet a supported 
Python3 version yet.

Failing tests: https://launchpad.net/ubuntu/+source/astropy/3.2.3-1
--- End Message ---
--- Begin Message ---
Source: astropy
Source-Version: 3.2.3-2

We believe that the bug you reported is fixed in the latest version of
astropy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 944...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher  (supplier of updated astropy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 21:35:00 +0100
Source: astropy
Architecture: source
Version: 3.2.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 

Changed-By: Ole Streicher 
Closes: 933102 944101
Changes:
 astropy (3.2.3-2) unstable; urgency=medium
 .
   * Ignore deprecation failures in test (Closes: #944101)
   * Add a Breaks for previous versions of astroplan (Closes: #933102)
Checksums-Sha1:
 2d3b3352c12f145b06e92ca1730e0c32b57efbec 2758 astropy_3.2.3-2.dsc
 4962a61b9295ddc79df039425d24fb1e5dd4c28d 39500 astropy_3.2.3-2.debian.tar.xz
Checksums-Sha256:
 ceb3ef30a7bf405d4e692d8c5c5478c5580b9689722646ec1c3a84de865133d1 2758 
astropy_3.2.3-2.dsc
 bb13ab93b46b140c1590dced4dc40ccbc1f8b4ebbc380b331ab3f0cc612e0bb7 39500 
astropy_3.2.3-2.debian.tar.xz
Files:
 be4c30e08a841e649b243dbe862830ed 2758 python optional astropy_3.2.3-2.dsc
 b685aa4ba49c36a2d8f704672aa0d6f6 39500 python optional 
astropy_3.2.3-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAl3YTOsACgkQcRWv0HcQ
3PewbxAAibluAHKTfbFbMbNZB+FSdmGY9+EUmAR0dNiM1L4gnqOrm6M8DE+pzLEG
iKl9Syst7Rkbob6v8DAWfMu0N2UtxADiuCDCKsuoQvihBQMpGHqkH/Kl6+qEhXw4
Kxok9cIqE1wHS6yrSXS7pZekTiEP91tou9YbwjPhTeeAucr2BV3J0kipYmRAVjDI
V1ybWt+epAV+MBGNm6115D5dU32bNR7e7B74EcI9bmMCoOaSHK5Q3L1x+Va+fCDd
LKDgqHmNwOAN2LEi6fvib1HKOANYMPS2IyWRTc6d6fd2n6uxq6xYmM4K9OCPQWCc
AJwVWU7Qaw9JPVtmHisCrcMtL7/PDCDlErDA98Ia5buEzJZLwmJcog+xoFY/o5Ed
C21RbZ8f/ki0KLIZPVuFc/sR7N3UWGJH7ANH63loRR8RWWwe+XZp0BQyjtUpT+ND
M/vD+6DvZLcf04BcpI0to6tQVOBY4aHvgn7b2mt0cxcO2rq4lItWQ2GXts0DsORH
HM2QCNlqKjMuvYgHQuuCsQ/qY3vu/RJiAIEAa+sJQ/ncKWf280yVU2dSY0PdAHRE
lE4tfqRYfsAQ2vInlcHGS87dBzRZSJ5EpReqpAGaVqDUeFoTW95HE3w/Y+VRpH5A
FCbxHZpdACNY6eHfpZlTYzOGKUFiMwZTgxhII1ES6TLnVknkJNY=
=/3Ls
-END PGP SIGNATURE End Message ---


Bug#945316: polymake: FTBFS with perl 5.30

2019-11-22 Thread Andreas Beckmann
Source: polymake
Version: 3.2r4-4
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + libpolymake3.2

polymake FTBFS against perl 5.30:
https://buildd.debian.org/status/package.php?p=polymake=unstable

*** Summary ***

*** Failed tests ***

/<>/apps/polytope/src/gc_closure.cc:173: testcase 1
expected: regular return
 got: EXCEPTION: no more rules available to compute 
'HILBERT_BASIS_GENERATORS'

make[1]: *** [debian/rules:41: override_dh_auto_test] Error 1


Andreas



Processed: polymake: FTBFS with perl 5.30

2019-11-22 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + libpolymake3.2
Bug #945316 [src:polymake] polymake: FTBFS with perl 5.30
Added indication that 945316 affects libpolymake3.2

-- 
945316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#944101: marked as pending in astropy

2019-11-22 Thread Ole Streicher
Control: tag -1 pending

Hello,

Bug #944101 in astropy reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/debian-astro-team/astropy/commit/77aaba6b067bce196d2eaeb938dbb02b34bc2b38


Ignore deprecation failures in test

Closes: #944101


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/944101



Processed: Bug#944101 marked as pending in astropy

2019-11-22 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #944101 [src:astropy] astropy ftbfs with Python 3.8 (test failures)
Added tag(s) pending.

-- 
944101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#945311: marked as done (bbmap: Sources ship binary objects)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 21:04:16 +
with message-id 
and subject line Bug#945311: fixed in bbmap 38.73+dfsg-1
has caused the Debian Bug report #945311,
regarding bbmap: Sources ship binary objects
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945311: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945311
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bbmap
Version: 38.63+dfsg-1
Severity: serious

$ file jni/*.o jni/*.dylib
jni/BBMergeOverlapper.o:ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/BandedAlignerJNI.o: ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/IceCreamAlignerJNI.o:   ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/MultiStateAligner11tsJNI.o: ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/libbbtoolsjni.dylib:Mach-O 64-bit x86_64 dynamically linked shared 
library, flags:
bunk@localhost:/tmp/bbmap-38.63+dfsg$ less jni/libbbtoolsjni.dylib
$

The .o objects are rebuilt after removing them manually,
so adding *.o and *.dylib to Files-Excluded: should fix it.
--- End Message ---
--- Begin Message ---
Source: bbmap
Source-Version: 38.73+dfsg-1

We believe that the bug you reported is fixed in the latest version of
bbmap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated bbmap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Nov 2019 21:31:47 +0100
Source: bbmap
Binary: bbmap bbmap-jni
Architecture: source
Version: 38.73+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 bbmap  - short read aligner and other bioinformatic tools
 bbmap-jni  - short read aligner and other bioinformatic tools - JNI library
Closes: 945311
Changes:
 bbmap (38.73+dfsg-1) unstable; urgency=medium
 .
   * Files-Excluded: *.o *.dylib
 (Thanks to Adrian Bunk for spotting this)
 Closes: #945311
   * New upstream version
   * Standards-Version: 4.4.1
   * Use secure URI in debian/watch.
Checksums-Sha1:
 dd7dbf96b0f6ead0056234884e249fa38135e2d3 2051 bbmap_38.73+dfsg-1.dsc
 abb64084bf422c785cdf67217054cfe8570bc228 7925676 bbmap_38.73+dfsg.orig.tar.xz
 eb330c719b6e8cf4ff76f413a35dcb90c2678ab6 22560 bbmap_38.73+dfsg-1.debian.tar.xz
Checksums-Sha256:
 0eca8b86f42c60be46a7ce838374578a4322b853e3f9519740fc7420af290e84 2051 
bbmap_38.73+dfsg-1.dsc
 3028990949e7e0a16ec5725eb253dc9e27d8ef0629dd8d17c291e3031f4673a5 7925676 
bbmap_38.73+dfsg.orig.tar.xz
 10bfd777b70945f93e7363f71b5e4f96f10b0eafdc11473ae9a20dc14316f625 22560 
bbmap_38.73+dfsg-1.debian.tar.xz
Files:
 abcda070fa54163f6ee8b91c5342405e 2051 science optional bbmap_38.73+dfsg-1.dsc
 1c0e09be6b1008cdf0122b202cc27aac 7925676 science optional 
bbmap_38.73+dfsg.orig.tar.xz
 8b08d004999fabeef7896c0bda112f18 22560 science optional 
bbmap_38.73+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl3YR/sRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtG8FRAAiNwnA3ZDkAcfhmUAZSvyRh6mCSzcbMSJ
Sdh/V0crNIf8WUCe/9LW45UHDrF2VRjOxl35Mdhr5NQD75O3X3kg4NoxtNYK4JyS
JZroSKW0ijveiROAVDgPAfny8eZwOyeNdqQKyjsKjFyGOjtq1E3b5SpSyQDHWr1N
Plqmd2B7QOcbVwKkTQ5/We2wAxHMNB70jVd6WN/6OYAfBnbi0tpcnQYPoFTwuWqx
39GUDOS3O2YeX0VL5EvKugR98siMmkAfJ/UQF5j2Vo8oMPtXxv263whxSfVTK01n
1T1xS+M3nIwQk3EGBm06+Zn7JsnCp6BlmUxy/qCFZYHB/2T49DwXqyPlV1sKT6Ek
Sx3R+dQ+R65FCYSXXE5XMkBlWJJhlksM/V3R8TPHVct+y2yGTBvV6cht34KwL4Yg
xM7xpB0mRrcHlj5btXmMbmT72M9BPVEwu6rMo/f6SbQ7q1apH46UClONZff7RbzA
yHzaHL80VZV7XUX0Xx9vMw7fguqLLrtAUHT10FKmO8dKg2A9oDkfiFlDC3V9DJob
FlnDO0vnidsUZBzmfLTZCWm8TEBb1nceBYfzr53apOruXcuJtNhB5dEsb/igXbC5
j3o6GP9wANsV5qVWkTtmjbkASIIjg4HQTFllJi9X6t+CSqBQXroKyDpZT1QDlZ7W
8LGdsnnt+dE=
=CTPE
-END PGP SIGNATURE End Message ---


Processed: freecad: FTBFS on several architectures

2019-11-22 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + libfreecad-python3-0.18
Bug #945314 [src:freecad] freecad: FTBFS on several architectures
Added indication that 945314 affects libfreecad-python3-0.18

-- 
945314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#945314: freecad: FTBFS on several architectures

2019-11-22 Thread Andreas Beckmann
Source: freecad
Version: 0.18.4+dfsg1-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + libfreecad-python3-0.18

freecad did FTBFS on amd64, i386, armhf during the recent binNMU
against current pyside2, but this could be related to python3.8, too:
https://buildd.debian.org/status/package.php?p=freecad=unstable

Andreas



Bug#945299: marked as done (lintian: ignores all but last override of a tag)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 20:37:10 +
with message-id 
and subject line Bug#945299: fixed in lintian 2.38.0
has caused the Debian Bug report #945299,
regarding lintian: ignores all but last override of a tag
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.37.0
Severity: serious
Justification: causes ftp-master autorejects

Hi,

this is a regression in 2.36 or 2.37. It worked fine up to 2.35.
In povray, I have this in debian/source/lintian-overrides:

= 8< =
# upstream did not release a source tarball,
# the .orig.tar.gz is an archived git tag
debian-watch-does-not-check-gpg-signature

# not used for the Unix build
source-contains-autogenerated-visual-c++-file windows/pvengine.rc
source-contains-autogenerated-visual-c++-file windows/resource.h
source-contains-autogenerated-visual-c++-file windows/cmedit/cmedit.rc
source-contains-autogenerated-visual-c++-file windows/cmedit/resource.h
source-contains-prebuilt-ms-help-file 
distribution/platform-specific/windows/Help/povray37.chm
source-contains-prebuilt-ms-help-file libraries/zlib/contrib/dotzlib/DotZLib.chm
= >8 =

and this in debian/povray-examples.lintian-overrides:

= 8< =
# these are a few small text files
duplicate-files usr/share/doc/povray/examples/templates/*.txt
duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.jpg
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.jpg
= >8 =

but with lintian 2.37.0 I'm now getting these tags:

P: povray source: source-contains-autogenerated-visual-c++-file 
windows/pvengine.rc
P: povray source: source-contains-autogenerated-visual-c++-file 
windows/resource.h
P: povray source: source-contains-autogenerated-visual-c++-file 
windows/cmedit/cmedit.rc
E: povray source: source-contains-prebuilt-ms-help-file 
distribution/platform-specific/windows/Help/povray37.chm
I: povray source: testsuite-autopkgtest-missing

X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/51_T_Stone37.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/51_T_Stone38.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/00_Bright_Blue_Sky_Lo.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky_Lo.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Metals/34_T_Silver_1A.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Metals/34_T_Silver_3A.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Mirrors_and_Glasses/82_NBglass_refraction.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Mirrors_and_Glasses/8B_VicksBottle_Glass_refr.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt23.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt24.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/10_EMBWood1.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/11_DMFWood1.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/31_PineWood2.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/32_PineWood3.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Colors_in_textures/16_color_Gray25.txt 
usr/share/doc/povray/examples/templates/Colors_in_textures/17_color_Gray10.txt

This looks like only the last override for a tag is honored.

Setting severity to serious since this caused a ftp-master autoreject
for me (due to the .chm file).


Andreas
--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.38.0

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.


Bug#945299: lintian: ignores all but last override of a tag

2019-11-22 Thread Felix Lechner
Fixed in:


https://salsa.debian.org/lintian/lintian/commit/cbf3f6487b19d16a99e8582e24ddc2817a5487ac

Kind regards,
Felix Lechner



Processed: Bug#945299 marked as pending in lintian

2019-11-22 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #945299 [lintian] lintian: ignores all but last override of a tag
Added tag(s) pending.

-- 
945299: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#945299: marked as pending in lintian

2019-11-22 Thread Felix Lechner
Control: tag -1 pending

Hello,

Bug #945299 in lintian reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/lintian/lintian/commit/cbf3f6487b19d16a99e8582e24ddc2817a5487ac


Process all overrides for a particular tag and not just the last one. (Closes: 
#945276, #945299)

Thanks to Andreas Beckmann for the hint about the last override. Some
of that code was rewritten recently. Your hint really helped narrow
down the issue quickly.

Thanks to Martin Pitt, as well, for likewise bringing this problem to
our attention.

Finally, sorry about the inconvenience.


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/945299



Bug#945311: bbmap: Sources ship binary objects

2019-11-22 Thread Adrian Bunk
Source: bbmap
Version: 38.63+dfsg-1
Severity: serious

$ file jni/*.o jni/*.dylib
jni/BBMergeOverlapper.o:ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/BandedAlignerJNI.o: ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/IceCreamAlignerJNI.o:   ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/MultiStateAligner11tsJNI.o: ELF 64-bit LSB relocatable, x86-64, version 1 
(SYSV), not stripped
jni/libbbtoolsjni.dylib:Mach-O 64-bit x86_64 dynamically linked shared 
library, flags:
bunk@localhost:/tmp/bbmap-38.63+dfsg$ less jni/libbbtoolsjni.dylib
$

The .o objects are rebuilt after removing them manually,
so adding *.o and *.dylib to Files-Excluded: should fix it.



Bug#945304: calendar-google-provider: Please package version corresponding to thunderbird version

2019-11-22 Thread Jonathan Addleman
Package: calendar-google-provider
Version: 1:60.9.0-1~deb10u1
Severity: grave
Justification: renders package unusable

Dear Maintainer,


Thunderbird and lightning packages were recently updated to 1:68.2.2-1~deb10u1
to fix security problems, but calendar-google-provider has not been updated.

Anyone using the calendar-google-provider package must keep using the old
thunderbird with security vulnerabilities until the package is updated.



-- System Information:
Debian Release: 10.2
  APT prefers stable
  APT policy: (1000, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8), LANGUAGE=en_CA:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages calendar-google-provider depends on:
hi  lightning  1:60.9.0-1~deb10u1

calendar-google-provider recommends no packages.

calendar-google-provider suggests no packages.

-- no debconf information



Bug#945303: calendar-google-provider: Please package version corresponding to thunderbird version

2019-11-22 Thread Jonathan Addleman

Package: calendar-google-provider
Version: 1:60.9.0-1~deb10u1
Severity: grave
Justification: renders package unusable

Dear Maintainer,


Thunderbird and lightning packages were recently updated to 
1:68.2.2-1~deb10u1

to fix security problems, but calendar-google-provider has not been updated.

Anyone using the calendar-google-provider package must keep using the old
thunderbird with security vulnerabilities until the package is updated.



-- System Information:
Debian Release: 10.2
  APT prefers stable
  APT policy: (1000, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8), 
LANGUAGE=en_CA:en (charmap=UTF-8)

Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages calendar-google-provider depends on:
hi  lightning  1:60.9.0-1~deb10u1

calendar-google-provider recommends no packages.

calendar-google-provider suggests no packages.

-- no debconf information



Bug#945301: libhsdis0-fcml: fails to install: find: '/usr/lib/jvm': No such file or directory

2019-11-22 Thread Andreas Beckmann
Package: libhsdis0-fcml
Version: 1.2.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

>From the attached log (scroll to the bottom...):

  Setting up libhsdis0-fcml:amd64 (1.2.0-1) ...
  find: '/usr/lib/jvm': No such file or directory
  dpkg: error processing package libhsdis0-fcml:amd64 (--configure):
   installed libhsdis0-fcml:amd64 package post-installation script subprocess 
returned error exit status 1
  Processing triggers for libc-bin (2.29-3) ...
  Errors were encountered while processing:
   libhsdis0-fcml:amd64


cheers,

Andreas


libhsdis0-fcml_1.2.0-1.log.gz
Description: application/gzip


Bug#942899: marked as done (joblib 0.14.0 is required for Python 3.8 support)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 18:34:18 +
with message-id 
and subject line Bug#942899: fixed in joblib 0.14.0-0.2
has caused the Debian Bug report #942899,
regarding joblib 0.14.0 is required for Python 3.8 support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
942899: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: joblib
Version: 0.13.0-2
Severity: important

Dear Maintainer,

joblib 0.13.0 does not support Python 3.8. 0.14.0 does and builds fine
but for one wrinkle: some tests import threadpoolctl which is not (yet?)
packaged. For Ubuntu I just patched things to skip those tests.

Cheers,
mwh

-- System Information:
Debian Release: buster/sid
  APT prefers eoan
  APT policy: (500, 'eoan'), (400, 'eoan-proposed')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-18-generic (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- a/joblib/test/test_parallel.py
+++ b/joblib/test/test_parallel.py
@@ -1646,8 +1646,8 @@
 
 @with_numpy
 @with_multiprocessing
-@skipif(sys.version_info < (3, 5),
-reason='threadpoolctl is a python3.5+ package')
+@skipif(True,
+reason='threadpoolctl is not yet packaged')
 @parametrize('n_jobs', [2, 4, -2, -1])
 def test_threadpool_limitation_in_child(n_jobs):
 # Check that the protection against oversubscription in workers is working
@@ -1670,8 +1670,8 @@
 
 @with_numpy
 @with_multiprocessing
-@skipif(sys.version_info < (3, 5),
-reason='threadpoolctl is a python3.5+ package')
+@skipif(True,
+reason='threadpoolctl is not yet packaged')
 @parametrize('inner_max_num_threads', [1, 2, 4, None])
 @parametrize('n_jobs', [2, -1])
 def test_threadpool_limitation_in_child_context(n_jobs, inner_max_num_threads):
--- End Message ---
--- Begin Message ---
Source: joblib
Source-Version: 0.14.0-0.2

We believe that the bug you reported is fixed in the latest version of
joblib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 942...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated joblib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Nov 2019 19:18:53 +0100
Source: joblib
Architecture: source
Version: 0.14.0-0.2
Distribution: unstable
Urgency: medium
Maintainer: Yaroslav Halchenko 
Changed-By: Matthias Klose 
Closes: 942899
Changes:
 joblib (0.14.0-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release, with support for Python 3.8. Closes: #942899.
   * d/patches/deb_skip_threadpoolctl_tests: skip threadpoolctl tests as that
 package is not yet in Debian or Ubuntu.
   * Build-depend on dh-python.
Checksums-Sha1:
 8b24a3759d0452af5e954f4ec1bb9f33d8bc918d 2150 joblib_0.14.0-0.2.dsc
 edd4c181dcb845f8cec59dd58116224652feed2a 6836 joblib_0.14.0-0.2.debian.tar.xz
 3578430e2457b57c01e5c829378bb398f95c86df 8401 
joblib_0.14.0-0.2_source.buildinfo
Checksums-Sha256:
 3b0ef98037d660aeffaa995a59606df375ac46aa14728da56cd59ee06ccbbfad 2150 
joblib_0.14.0-0.2.dsc
 b6254d0efccd5ea169b82ae231489051d5020768767f03527294ddc94f90d667 6836 
joblib_0.14.0-0.2.debian.tar.xz
 b51ff4b8ada905a7fff8cd49639426ff62655b3d6e4048612e40b7c6df2c3132 8401 
joblib_0.14.0-0.2_source.buildinfo
Files:
 a470919f1812e31b5c04b8f662af1328 2150 python optional joblib_0.14.0-0.2.dsc
 97b9e188e5601a231c06838c89c8bae5 6836 python optional 
joblib_0.14.0-0.2.debian.tar.xz
 c45f0e6cc7eedd72d1bdd8bd0fb0e3eb 8401 python optional 
joblib_0.14.0-0.2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl3YJscQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9WiZEADTpeNOhG0OXvXTxi8NgdREpRAAkwmqJhHm
jTTwOxK7s9q7l9Ds6fuXCQFe3o2mRLO8P66qiGzXuZZ5s67QzoowPNiLs1Q3zy2k
Y9s3tqzdf0xnEJrfaFdLGZnbOLuqm2jbms1F2x1d3kz2PaB47ObgksoLGQQ8aDsv

Bug#945299: Bug#945276: lintian: broken pattern matching in debian/source/lintian-overrides

2019-11-22 Thread Chris Lamb
Martin Pitt wrote:

[…]
> But these overrides now stopped working:
[…]

Without looking into too much detail, are the following the same issue?

  https://bugs.debian.org/945276
  https://bugs.debian.org/945299


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org  chris-lamb.co.uk
   `-



Bug#945299: lintian: ignores all but last override of a tag

2019-11-22 Thread Andreas Beckmann
Package: lintian
Version: 2.37.0
Severity: serious
Justification: causes ftp-master autorejects

Hi,

this is a regression in 2.36 or 2.37. It worked fine up to 2.35.
In povray, I have this in debian/source/lintian-overrides:

= 8< =
# upstream did not release a source tarball,
# the .orig.tar.gz is an archived git tag
debian-watch-does-not-check-gpg-signature

# not used for the Unix build
source-contains-autogenerated-visual-c++-file windows/pvengine.rc
source-contains-autogenerated-visual-c++-file windows/resource.h
source-contains-autogenerated-visual-c++-file windows/cmedit/cmedit.rc
source-contains-autogenerated-visual-c++-file windows/cmedit/resource.h
source-contains-prebuilt-ms-help-file 
distribution/platform-specific/windows/Help/povray37.chm
source-contains-prebuilt-ms-help-file libraries/zlib/contrib/dotzlib/DotZLib.chm
= >8 =

and this in debian/povray-examples.lintian-overrides:

= 8< =
# these are a few small text files
duplicate-files usr/share/doc/povray/examples/templates/*.txt
duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.jpg
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.jpg
= >8 =

but with lintian 2.37.0 I'm now getting these tags:

P: povray source: source-contains-autogenerated-visual-c++-file 
windows/pvengine.rc
P: povray source: source-contains-autogenerated-visual-c++-file 
windows/resource.h
P: povray source: source-contains-autogenerated-visual-c++-file 
windows/cmedit/cmedit.rc
E: povray source: source-contains-prebuilt-ms-help-file 
distribution/platform-specific/windows/Help/povray37.chm
I: povray source: testsuite-autopkgtest-missing

X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/51_T_Stone37.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/51_T_Stone38.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/00_Bright_Blue_Sky_Lo.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky_Lo.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Metals/34_T_Silver_1A.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Metals/34_T_Silver_3A.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Mirrors_and_Glasses/82_NBglass_refraction.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Mirrors_and_Glasses/8B_VicksBottle_Glass_refr.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt23.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt24.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/10_EMBWood1.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/11_DMFWood1.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/31_PineWood2.txt
 
usr/share/doc/povray/examples/templates/Textures_Materials/Woods/32_PineWood3.txt
X: povray-examples: duplicate-files 
usr/share/doc/povray/examples/templates/Colors_in_textures/16_color_Gray25.txt 
usr/share/doc/povray/examples/templates/Colors_in_textures/17_color_Gray10.txt

This looks like only the last override for a tag is honored.

Setting severity to serious since this caused a ftp-master autoreject
for me (due to the .chm file).


Andreas



Bug#945223: marked as done (cracklib2: needs an explicit build dependency on dh-python)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 12:14:52 -0500
with message-id <64459990e1202d819486efb365aaf6a13a456f6e.ca...@debian.org>
and subject line Re: cracklib2: needs an explicit build dependency on dh-python
has caused the Debian Bug report #945223,
regarding cracklib2: needs an explicit build dependency on dh-python
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: cracklib2
Version: 2.9.6-3
Severity: serious
Tags: ftbfs

python3-all and python3-dev now dropped the dependency on dh-python:

[ Piotr Ożarowski ]
   * Remove dh-python dependency from python3-all and python3-dev packages.
 Packages should build depend on dh-python or dh-sequence-python3 
instead.


Please add an explicit build dependency on dh-python.
--- End Message ---
--- Begin Message ---
Version: 2.9.6-3.1

On Thu, 21 Nov 2019 14:54:17 +0200 Graham Inggs  wrote:
> Package: cracklib2
> Version: 2.9.6-3
> Severity: serious
> Tags: ftbfs
> 
> python3-all and python3-dev now dropped the dependency on dh-python:
> 
> [ Piotr Ożarowski ]
> * Remove dh-python dependency from python3-all and python3-dev packages.
>   Packages should build depend on dh-python or dh-sequence-python3 
> instead.
> 
> Please add an explicit build dependency on dh-python.

I believe this bug is fixed in the latest NMU.

-- 
Best,
Boyuan Yang


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


Bug#945174: marked as done (pyside2 Build-Depends on libqt5datavisualization5-dev which isn't available on mipsel/mips64el)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 16:20:35 +
with message-id 
and subject line Bug#945174: fixed in pyside2 5.13.2-2
has caused the Debian Bug report #945174,
regarding pyside2 Build-Depends on libqt5datavisualization5-dev which isn't 
available on mipsel/mips64el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945174: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyside2
Version: 5.13.2-1
Severity: serious
Tags: ftbfs
Justification: ftbfs

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear maintainers,

In commit 5e39f9e [1] you added a new build dependency on
libqt5datavisualization5-dev, however, that package is not available on mipsel
and mips64el, while your package built on those architectures in the past. If
this BD can't be worked around, please request removal in unstable of the
binary packages of pyside2 on those architectures.

Paul

PS: your package is also failing on other architectures. There is the python
3.8 transition going on, so that may (or may not) be related.

[1] 
https://salsa.debian.org/qt-kde-team/qt/pyside2/commit/5e39f9e28972f0c90c4ca1bb8bb411f44e435477

- -- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.2.0-3-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAl3VrUAACgkQnFyZ6wW9
dQodggf/TDvuJ1mFPdoHNFcFJzd8mUfafLLZO/2ltWwji/Uwp2WS3MN4p2v5AZ5a
1jXaAin4edCXrVT6jdTYbW/bSlbQCg2OCha98qs0N8de9BKbA3t45UKMUV69tbc9
fJY9MF54K7fLq9PtoCYjPzoPjTT7M4SnUPAhZeI2AmimaZxes/XMsqGf65aGU6/8
fs3yz7IHcYmAOFLHvrSALQN/EkOz3tKWjk+cnFUr6lIouZSf5CXjXECgiCqI2bFQ
qC+nEawlEDLnqztSBLGXI776XChXr3PEv1dIw0yZomz5ejPZ9SoNTflsOvsPSLOz
AoAXpkHI5NZuK2Xj+MR2SJY0x6F6mw==
=Oalw
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: pyside2
Source-Version: 5.13.2-2

We believe that the bug you reported is fixed in the latest version of
pyside2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sophie Brun  (supplier of updated pyside2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 10:28:55 +0100
Source: pyside2
Architecture: source
Version: 5.13.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Sophie Brun 
Closes: 945174
Changes:
 pyside2 (5.13.2-2) unstable; urgency=medium
 .
   * Do not build-depends on libqt5datavisualization5-dev on mipsel and
 mpis64el (Closes: #945174) and limit .*qtdatavisualization binary package
 to arch: amd64 arm64 armel armhf i386 ppc64el s390x
   * Limit python3-pyside2.qtwebengine to amd64 arm64 armhf i386 mipsel
 (qtwebengine5-dev is not available for other architectures)
   * Add a patch to blacklist failing tests
Checksums-Sha1:
 ac85b9c2fca46deea4ade0a55ae59b99c3e15df7 6691 pyside2_5.13.2-2.dsc
 989f66b4bf26bfe71b78697f118e92114a096dfe 37496 pyside2_5.13.2-2.debian.tar.xz
 a08481be98310b2de6cf80e1dd11d0e7f7687eb3 12173 
pyside2_5.13.2-2_source.buildinfo
Checksums-Sha256:
 60fd79411c77f63fcc7a41e4b60ffa74fe4545e3550ffdf286dda4e2520bc64f 6691 
pyside2_5.13.2-2.dsc
 ce711040871844010315e62a37007491c3f294395b58c2a225e4a3c1b6d6b287 37496 
pyside2_5.13.2-2.debian.tar.xz
 c702ff9b5f1c5dca8bc919b118b234d2ce38be5c868a037bc24a456e4043f481 12173 
pyside2_5.13.2-2_source.buildinfo
Files:
 b71bb5619f9ba0936cb629b9b44a907c 6691 python optional pyside2_5.13.2-2.dsc
 75ecf17ca9ecdb5d581ce3cd0bbe76df 37496 python optional 
pyside2_5.13.2-2.debian.tar.xz
 f04c5d2103e01b7352bfc1c429ebac42 12173 python optional 
pyside2_5.13.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-
Comment: Signed by Raphael Hertzog


Bug#944934: marked as done (cracklib2: needs an explicit build dependency on dh-python)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 16:19:12 +
with message-id 
and subject line Bug#944934: fixed in cracklib2 2.9.6-3.1
has caused the Debian Bug report #944934,
regarding cracklib2: needs an explicit build dependency on dh-python
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
944934: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944934
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cracklib2
Version: 2.9.6-3
Severity: serious
Tags: sid bullseye

python3-all and python3-dev now dropped the dependency on
dh-python:

[ Piotr Ożarowski ]
   * Remove dh-python dependency from python3-all and python3-dev packages.
 Packages should build depend on dh-python or dh-sequence-python3 instead.

Please add an explicit build dependency on dh-python.
--- End Message ---
--- Begin Message ---
Source: cracklib2
Source-Version: 2.9.6-3.1

We believe that the bug you reported is fixed in the latest version of
cracklib2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 944...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang  (supplier of updated cracklib2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 10:14:51 -0500
Source: cracklib2
Architecture: source
Version: 2.9.6-3.1
Distribution: unstable
Urgency: high
Maintainer: Jan Dittberner 
Changed-By: Boyuan Yang 
Closes: 944934
Changes:
 cracklib2 (2.9.6-3.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * debian/control: Add Build-dependency on dh-python to fix
 FTBFS when building with python support. A 
 mark was also included.
 (Closes: #944934)
Checksums-Sha1:
 54beaa88bc6baf64645cdb34b5a9b4997e2fe4c9 2451 cracklib2_2.9.6-3.1.dsc
 1df430a8829b5b00073adb8eb34c6626f1cce317 26928 
cracklib2_2.9.6-3.1.debian.tar.xz
 67c176ddc289329af19b314abfd08613f345670d 11191 
cracklib2_2.9.6-3.1_amd64.buildinfo
Checksums-Sha256:
 8a45f286c07b2156d887d4c3ee4f43bd65087588d26e75bbc34267570648c3dd 2451 
cracklib2_2.9.6-3.1.dsc
 7f3766e78cf547f213c5315f9ed7f684114a01ec7c4c3196532e0370486bdba1 26928 
cracklib2_2.9.6-3.1.debian.tar.xz
 b3473ec67992b38b19ab7a5df764b2aac4ab4e930120eb5e8c6d1d1c79b8afa7 11191 
cracklib2_2.9.6-3.1_amd64.buildinfo
Files:
 e88b2437c76ddd13701c873c924c499c 2451 libs optional cracklib2_2.9.6-3.1.dsc
 22a696d721fb4d2a2080d2b7a8556911 26928 libs optional 
cracklib2_2.9.6-3.1.debian.tar.xz
 27a02602d2625c58cb6e9479be103094 11191 libs optional 
cracklib2_2.9.6-3.1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl3UC+0ACgkQwpPntGGC
Ws6FZRAAkUuFVLmdKY8JMA4TIgi9XLa71B3KGdfDfjVXSSrYmurCdASbKLLRrqCT
D1pYS4i+YnVIHfPu87seLUUXK/OnzdkCUy3s1tsR5m9Fw0phdPKvdhiRzDORuBA/
D3/giUcrjQCkWUjZBzd3xqoWYbfTIBTxOAEF2EHP72yYCLHCOnLFB10SWQe2F1Nf
SS/TPGnI59cMDtfOva0pd2uEPbKjGinco+sbneDdzV3fMIIHwNNtsjOYnO90BSgd
xl+7nDnOGg3C1/SA9Mt0MiUq2jR+ODbBbDCYB3DZAt8epWeRlKKZQOsi1Mn8UtbK
pLWooannkJv08DHwmjVvKEueLWZzZHjJYLYtb0NJwKtb7oqtENLMcow7OBZB8eyr
BhJIKw/A/rRGKXKXGG/MUIIPQBmAnhqIS1LyTUEbkDH4B+pb00CaNtzh5h8TXL5w
kPz/ZUY3eRS7dD4EztyXQ2sQMZ+dGu5EfN97its+sDrDMnYMWkAfXyUqklsBdKlk
NJ6yLybtqg/PCQbn5KF61Ud7NWGNLdu5pz4GEZkMhosKHNFfIY9VH5oAhd/9i+EA
e8bCVs4S8ms5gfyBahMWOwO6unR8L260v5rUFazNejXtazQyKayKpDb4BUtamYjd
8j1dM+iEvOWJnnOHXrxjxhdXPtMmFlrjJf6HpWfIbr+wPsCmfdo=
=UPxs
-END PGP SIGNATURE End Message ---


Processed: Bug#945174 marked as pending in pyside2

2019-11-22 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #945174 [src:pyside2] pyside2 Build-Depends on libqt5datavisualization5-dev 
which isn't available on mipsel/mips64el
Added tag(s) pending.

-- 
945174: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#945174: marked as pending in pyside2

2019-11-22 Thread Raphaël Hertzog
Control: tag -1 pending

Hello,

Bug #945174 in pyside2 reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/qt-kde-team/qt/pyside2/commit/34a0821249bea72460c0d355ac40c718d338b941


Drop libqt5datavisualization5-dev on mipsel and mpis64el (Closes: #945174)


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/945174



Processed: found / notfound

2019-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 945204 libxmlb/0.1.13-1
Bug #945204 {Done: Mario Limonciello } [fwupd] 
Incorrect unversioned dependency on libxmlb1
Marked as found in versions libxmlb/0.1.13-1.
> notfound 945204 fwupd/1.3.3-3
Bug #945204 {Done: Mario Limonciello } [fwupd] 
Incorrect unversioned dependency on libxmlb1
No longer marked as found in versions fwupd/1.3.3-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
945204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#945115: marked as done (armagetronad does not find itself (and fails to start))

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 14:38:21 +
with message-id 
and subject line Bug#945115: fixed in armagetronad 0.2.8.3.4-4
has caused the Debian Bug report #945115,
regarding armagetronad does not find itself (and fails to start)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: armagetronad
Version: 0.2.8.3.4-3
Severity: important

Dear Maintainer,

I tried to start the program, the following message was printed
-
Error: Error in tString GeneratePrefix() in 
../../src/tools/tDirectories.cpp:1359 : 
Relocation error. The binary was supposed to be installed into 
/usr/games and found itself in  and could not find out what this means for the 
prefix /usr.

-
and I was back at the shell prompt. This happened every time I tried
after the Nov 17 update.

Regards, g
-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages armagetronad depends on:
ii  armagetronad-common 0.2.8.3.4-3
ii  libc6   2.29-3
ii  libgcc1 1:9.2.1-19
ii  libgl1  1.1.0-1+b1
ii  libglu1-mesa [libglu1]  9.0.1-1
ii  libpng16-16 1.6.37-1
ii  libsdl-image1.2 1.2.12-12
ii  libsdl1.2debian 1.2.15+dfsg2-5
ii  libstdc++6  9.2.1-19
ii  libxml2 2.9.4+dfsg1-7+b4

armagetronad recommends no packages.

armagetronad suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: armagetronad
Source-Version: 0.2.8.3.4-4

We believe that the bug you reported is fixed in the latest version of
armagetronad, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated armagetronad package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 14:36:48 +0100
Source: armagetronad
Architecture: source
Version: 0.2.8.3.4-4
Distribution: unstable
Urgency: high
Maintainer: Debian Games Team 
Changed-By: Markus Koschany 
Closes: 945115
Changes:
 armagetronad (0.2.8.3.4-4) unstable; urgency=high
 .
   * Fix relocation error due to changes in GCC 9 which prevents armagetronad
 from starting. Thanks to boffi and Bernhard Übelacker for the report.
 (Closes: #945115)
Checksums-Sha1:
 0e067b111de02e0175b79395f5c2110204d9df8c 2413 armagetronad_0.2.8.3.4-4.dsc
 3c8e7b8af5132cbc5babaa7eafcc547582ba63f5 31292 
armagetronad_0.2.8.3.4-4.debian.tar.xz
 6036d61f81ef2d4603537e9aa3bea0271e21021e 8017 
armagetronad_0.2.8.3.4-4_source.buildinfo
Checksums-Sha256:
 3800492afc86c2e41906eb73906f44fb4915ebe72adba2ec8830174361096722 2413 
armagetronad_0.2.8.3.4-4.dsc
 1ffaea3533dd5e656c1f1e5d264df5dde11585c0245f1209e5c609ae857ff361 31292 
armagetronad_0.2.8.3.4-4.debian.tar.xz
 4fea1ee6e05b22b13df885351d8bcfff542321147eec12368f1dc27a5eeaeabd 8017 
armagetronad_0.2.8.3.4-4_source.buildinfo
Files:
 e5a5e117b2963ea0885886208295c9e2 2413 games optional 
armagetronad_0.2.8.3.4-4.dsc
 7248eea2dac798827f38e2eb08d2cad4 31292 games optional 
armagetronad_0.2.8.3.4-4.debian.tar.xz
 d001fe1c697db5050d2379cc4ed9a95b 8017 games optional 
armagetronad_0.2.8.3.4-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl3X5o5fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk1dIP/R6rITbZDjUDVbbJvT9H0nObA5zuugm1ks4M

Processed: Re: Bug#945115: armagetronad does not find itself (and fails to start)

2019-11-22 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #945115 [armagetronad] armagetronad does not find itself (and fails to 
start)
Added tag(s) pending.

-- 
945115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#945115: armagetronad does not find itself (and fails to start)

2019-11-22 Thread Markus Koschany
Control: tags -1 pending

Am 20.11.19 um 14:45 schrieb Bernhard Übelacker:
> Control: tags -1 + upstream fixed-upstream patch
> 
> 
> Dear Maintainer,
> the issue seems to be with newer gcc versions string literals
> get not put into memory mappings " r-xp ",
> instead they are mapped " r--p ".
> 
> Such a string literal is used to determine the location
> of the executable.
> 
> Upstream fixed it already [1] [2].
> The issue points also to a fallback if reading from
> memory fails, which might be worth to consider [3].
> 
> Kind regards,
> Bernhard
> 
> 
> [1] https://gitlab.com/armagetronad/armagetronad/issues/6
> [2] 
> https://gitlab.com/armagetronad/armagetronad/commit/aad48287a98d32112c8600ee8d1b96de25500987
> [3] 
> https://gitlab.com/armagetronad/armagetronad/commit/90036a889d6ca9fbcf4ce950e0e803eb2204e06b

Thanks for reporting. A upload is pending which will address this issue.

Best,

Markus



signature.asc
Description: OpenPGP digital signature


Bug#944265: mailutils: local privilege escalation in maidag utility (fixed in 3.8)

2019-11-22 Thread Jordi Mallach
Hi all,

El dl. 11 de 11 de 2019 a les 21:32 +0100, en/na Salvatore Bonaccorso
va escriure:
> Control: retitle -1 mailutils: local privilege escalation in maidag
> utility (fixed in 3.8) (CVE-2019-18862)

Given this does not affect Debian by default, should my upload go
through debian-security or just s-p-u?

https://salsa.debian.org/debian/mailutils/commit/c1683e71301e3c7454ab407334a211759148d47e

Jordi
-- 
Jordi Mallach 



Bug#925337: fixed in ublock-origin 1.22.2+dfsg-1~deb9u1

2019-11-22 Thread Markus Koschany
Hello,

You have to enable the -proposed-updates archive in Stretch to download
the latest version of ublock-origin. It will be merged to stable
eventually.

Regards,

Markus



signature.asc
Description: OpenPGP digital signature


Bug#942899: marked as done (joblib 0.14.0 is required for Python 3.8 support)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 12:49:24 +
with message-id 
and subject line Bug#942899: fixed in joblib 0.14.0-0.1
has caused the Debian Bug report #942899,
regarding joblib 0.14.0 is required for Python 3.8 support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
942899: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: joblib
Version: 0.13.0-2
Severity: important

Dear Maintainer,

joblib 0.13.0 does not support Python 3.8. 0.14.0 does and builds fine
but for one wrinkle: some tests import threadpoolctl which is not (yet?)
packaged. For Ubuntu I just patched things to skip those tests.

Cheers,
mwh

-- System Information:
Debian Release: buster/sid
  APT prefers eoan
  APT policy: (500, 'eoan'), (400, 'eoan-proposed')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-18-generic (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- a/joblib/test/test_parallel.py
+++ b/joblib/test/test_parallel.py
@@ -1646,8 +1646,8 @@
 
 @with_numpy
 @with_multiprocessing
-@skipif(sys.version_info < (3, 5),
-reason='threadpoolctl is a python3.5+ package')
+@skipif(True,
+reason='threadpoolctl is not yet packaged')
 @parametrize('n_jobs', [2, 4, -2, -1])
 def test_threadpool_limitation_in_child(n_jobs):
 # Check that the protection against oversubscription in workers is working
@@ -1670,8 +1670,8 @@
 
 @with_numpy
 @with_multiprocessing
-@skipif(sys.version_info < (3, 5),
-reason='threadpoolctl is a python3.5+ package')
+@skipif(True,
+reason='threadpoolctl is not yet packaged')
 @parametrize('inner_max_num_threads', [1, 2, 4, None])
 @parametrize('n_jobs', [2, -1])
 def test_threadpool_limitation_in_child_context(n_jobs, inner_max_num_threads):
--- End Message ---
--- Begin Message ---
Source: joblib
Source-Version: 0.14.0-0.1

We believe that the bug you reported is fixed in the latest version of
joblib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 942...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated joblib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Nov 2019 13:26:22 +0100
Source: joblib
Architecture: source
Version: 0.14.0-0.1
Distribution: unstable
Urgency: medium
Maintainer: Yaroslav Halchenko 
Changed-By: Matthias Klose 
Closes: 942899
Changes:
 joblib (0.14.0-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release, with support for Python 3.8. Closes: #942899.
   * d/patches/deb_skip_threadpoolctl_tests: skip threadpoolctl tests as that
 package is not yet in Debian or Ubuntu.
Checksums-Sha1:
 c16b6040473a0d63ea09f6c2c4b284b928dc7f50 2139 joblib_0.14.0-0.1.dsc
 6ad802af01445777f9d3a2f6d1932bacbc4372af 337283 joblib_0.14.0.orig.tar.gz
 3572b308e6e9931210ad27e3febb0c09503acb90 6812 joblib_0.14.0-0.1.debian.tar.xz
 bb7ab62c6a19f840466eaac7070cd8ce9b9dbf9c 8007 
joblib_0.14.0-0.1_source.buildinfo
Checksums-Sha256:
 225734b9560aa28422c2a4a000987923ff4d3db4fdf6e469374352693234c8a2 2139 
joblib_0.14.0-0.1.dsc
 9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707 337283 
joblib_0.14.0.orig.tar.gz
 a3d0e9138a589dc7d6b8d1f5a3b595a3963e95bbb3e09ee517728fc574ab 6812 
joblib_0.14.0-0.1.debian.tar.xz
 6e4725cb52fb8aa1fc8ab0cfcea2262637cd4402866f3c179013c7a8d4562237 8007 
joblib_0.14.0-0.1_source.buildinfo
Files:
 80c5c8fa91f439891b3bcb4a9a0018bb 2139 python optional joblib_0.14.0-0.1.dsc
 179f5bb7e3235456dbce3343fb9e07c7 337283 python optional 
joblib_0.14.0.orig.tar.gz
 291b8e89b97bd400bc31cbb4e177adaa 6812 python optional 
joblib_0.14.0-0.1.debian.tar.xz
 0dfed164de75f1657187a3bbd987d57b 8007 python optional 
joblib_0.14.0-0.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl3X1AcQHGRva29AZGVi

Bug#945285: Python2 package removed, but kept the Python2 autopkg test

2019-11-22 Thread Matthias Klose
Package: src:python-tinyrpc
Version: 0.6-2
Severity: serious
Tags: sid bullseye patch

The Python2 package removed, but kept the Python2 autopkg test.

patch at
http://launchpadlibrarian.net/452653291/python-tinyrpc_0.6-2_0.6-2ubuntu1.diff.gz



Bug#945251: otrs2: CVE-2019-18179 CVE-2019-18180

2019-11-22 Thread Patrick Matthäi
block #945251 by #945004
thanks

Am 21.11.2019 um 22:44 schrieb Salvatore Bonaccorso:
> Source: otrs2
> Version: 6.0.23-2
> Severity: grave
> Tags: security upstream
> Justification: user security hole
>
> Hi,
>
> The following vulnerabilities were published for otrs2
>
> CVE-2019-18179[0] and CVE-2019-18180[1].
>
> If you fix the vulnerabilities please also make sure to include the
> CVE (Common Vulnerabilities & Exposures) ids in your changelog entry.
>
> For further information see:
>
> [0] https://security-tracker.debian.org/tracker/CVE-2019-18179
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18179
> 
> https://community.otrs.com/security-advisory-2019-14-security-update-for-otrs-framework/
> [1] https://security-tracker.debian.org/tracker/CVE-2019-18180
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18180
> 
> https://community.otrs.com/security-advisory-2019-15-security-update-for-otrs-framework/
>
> Please adjust the affected versions in the BTS as needed.
>
> Regards,
> Salvatore

Hi,

current otrs releases require an additional module, where I filled a RFP
for.

You are free to do new uploads (upstream releases, nmu etc), since I am
on vac now

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

  Blog: http://www.linux-dev.org/
E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



Processed: reassign 945277 to meson

2019-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 945277 meson
Bug #945277 [gnome-builder] FTBFS: ninja: fatal: posix_spawn: Argument list too 
long
Bug reassigned from package 'gnome-builder' to 'meson'.
No longer marked as found in versions gnome-builder/3.32.4-2.
Ignoring request to alter fixed versions of bug #945277 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
945277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#943446: marked as done (the autopkg test calls python instead of python2)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 11:04:32 +
with message-id 
and subject line Bug#943446: fixed in last-align 984-2
has caused the Debian Bug report #943446,
regarding the autopkg test calls python instead of python2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
943446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: src:last-align
Version: 983-1
Severity: serious
Tags: sid bullseye patch

the autopkg test calls python instead of python2. This will make the package 
fail the next binNMU when adding python3.8 support.


http://launchpadlibrarian.net/448278213/last-align_983-1_983-1ubuntu1.diff.gz
--- End Message ---
--- Begin Message ---
Source: last-align
Source-Version: 984-2

We believe that the bug you reported is fixed in the latest version of
last-align, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 943...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated last-align package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Nov 2019 11:46:43 +0100
Source: last-align
Binary: last-align
Architecture: source
Version: 984-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 last-align - genome-scale comparison of biological sequences
Closes: 943148 943446
Changes:
 last-align (984-2) unstable; urgency=medium
 .
   * Use 2to3 to port to Python3
 Closes: #943148, #943446
   * Standards-Version: 4.4.1
   * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
Checksums-Sha1:
 05ff6fd324cf873325ff6f6b728f8502817c3af3 2058 last-align_984-2.dsc
 60c12bb4202790db836b1df180bb55b5e54e5955 12016 last-align_984-2.debian.tar.xz
Checksums-Sha256:
 c9d9dfd95ca87da8ec0230c3d0fe376322ec58c02c599ee3a16a5cdf5960d921 2058 
last-align_984-2.dsc
 ba85e84a43cc86a50b8fdfc3f248726db0656791adfdd836332d2e3838672b54 12016 
last-align_984-2.debian.tar.xz
Files:
 e90ef71a86bb7bfdc53e9005ded04fbb 2058 science optional last-align_984-2.dsc
 ddfc84d377d47c78fbdedd58e315cf24 12016 science optional 
last-align_984-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl3Xvc0RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGxqw//aI+UueTse90frnQXXKY/DhdFcwEiahbd
MLyvNGe/W5i98Bqltl62SId71EZdPRWbH4KjhKpw5VaK9SRRXFYgGICBpc7uswRk
Tjg3ZSMQAFvu/B2IVRT2rFKjJ6906Y6VNev/X1H5axnJ/3i+z+6vehMtC7ZmUt20
yCdblvEZgnPvgWZHCw/oR1hnVmnXr888sGg3mzzgPwYpfDuJOTX9prBy735Xxduo
w7UvzaFIPeilhGX7g2Z2Otreu0chB6VKQ6tY0D3Q7Bl/os6GzBEqdBiFVOvLxaUo
25z3eJtyDuEcnvbwduyzFRVygXaRHn6rBN7Xch5iRDaX7OuT9NDjWdg+UAlXC+s8
zK6j9lvjN+zca1TAD4Obzc08cyCPVnnJ4C+qqCJMpSd/YRWWkdOMQxtjnSJW9un0
XUCVe2HR6Zm4oxCUDDT6dTogQCalrAjHBfVCx+3nB3tFmaFmewmnh+DOQlG2dBWA
11OwqRgtuwAx64ms/oAxrUVPN0R2OU9EsL3qimWRFdpMhjUFrUZVZdJjsjUI8kwb
b1wuhCv3L7cQnStsCuMYymqnGVx6aFV4XpUnTfL5+b5U7S0frWlgpAX0WamPAJi3
KedTPHZGCHFcpiPfJwO5lwmrE9b7myV7N8GAXQv9jgKxu5JvFHj8LP/Q1VG0cZdk
wqZTTN+01g8=
=QhxX
-END PGP SIGNATURE End Message ---


Processed: Upstream recommends to remove the package

2019-11-22 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 upstream
Bug #936285 [src:cfflib] cfflib: Python2 removal in sid/bullseye
Added tag(s) upstream.
> forwarded -1 https://github.com/LTS5/cfflib/issues/7
Bug #936285 [src:cfflib] cfflib: Python2 removal in sid/bullseye
Set Bug forwarded-to-address to 'https://github.com/LTS5/cfflib/issues/7'.

-- 
936285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=936285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#936285: Upstream recommends to remove the package

2019-11-22 Thread Andreas Tille
Control: tags -1 upstream
Control: forwarded -1 https://github.com/LTS5/cfflib/issues/7

The issue if Python3 port was brought up by some NeuroFedora people.
Upstream confirmed the project is dead and upstream does not even have
commit permissions any more to state this in the readme file.

This is relevant for python-nipype (maintainers in CC) - in case a more
recent version of python-nipype might continue to use python-cfflib.

Cfflib recommends to investigate

 BIDS http://bids.neuroimaging.io/

Any opinion whether it is worth to check the PR from Fedora to salvage
cfflib in Debian or rather to follow the advise to remove the package
from Debian.

Kind regards

  Andreas.

-- 
http://fam-tille.de



Bug#920605: marked as done (fortunate.app: Does not start: Bad application class '(null)' specified)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 10:34:19 +
with message-id 
and subject line Bug#920605: fixed in fortunate.app 3.1-3
has caused the Debian Bug report #920605,
regarding fortunate.app: Does not start: Bad application class '(null)' 
specified
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
920605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fortunate.app
Version: 3.1-2
Severity: grave

$ Fortunate
2019-01-27 12:44:44.637 Fortunate[7927:7927] Bad application class '(null)' 
specified

And the reason is:

$ ls -la /usr/lib/GNUstep/Applications/Fortunate.app/Resources/
общо 8
drwxr-xr-x 2 root root 4096 яну 17 11:47 .
drwxr-xr-x 3 root root 4096 яну 17 11:47 ..

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8), 
LANGUAGE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fortunate.app depends on:
ii  fortune-mod   1:1.99.1-7+b1
ii  gnustep-back0.27  0.27.0-2
ii  gnustep-base-runtime  1.26.0-3
ii  gnustep-gui-runtime   0.27.0-3
ii  libc6 2.28-5
ii  libgcc1   1:8.2.0-15
ii  libgnustep-base1.26   1.26.0-3
ii  libgnustep-gui0.270.27.0-3
ii  libobjc4  8.2.0-15

fortunate.app recommends no packages.

fortunate.app suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: fortunate.app
Source-Version: 3.1-3

We believe that the bug you reported is fixed in the latest version of
fortunate.app, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 920...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov  (supplier of updated fortunate.app package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Nov 2019 19:44:13 +0200
Source: fortunate.app
Architecture: source
Version: 3.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers 

Changed-By: Yavor Doganov 
Closes: 920605
Changes:
 fortunate.app (3.1-3) unstable; urgency=medium
 .
   * Team upload.
   * debian/maintscript: New; handle properly the move from directory to
 symlink (Closes: #920605).
   * debian/compat: Bump to 12.
   * debian/control: Run wrap-and-sort -ast.
 (Build-Depends): Bump debhelper requirement.  Remove gnustep-make,
 guaranteed to be pulled in.  Use versionless libgnustep-gui-dev.
 (Rules-Requires-Root): Set to no.
 (Vcs-Git, Vcs-Browser): Add.
 (Standards-Version): Claim compliance with 4.4.1.
   * debian/rules (optim): Remove definition, handled in config.mk.
 (DEB_LDFLAGS_MAINT_APPEND): Remove; unnecessary with GCC 9.
 (override_dh_auto_build): Invoke dh_auto_build instead of $(MAKE).
 Use $(verbose) to support "terse" in DEB_BUILD_OPTIONS.
 (override_dh_clean): Remove override; useless.
 (override_dh_link): Delete usr/bin; lintian rightfully complains.
 Don't invoke dh_gnustep; pointless.
   * debian/patches/proper-build.patch: New, stop including
 GNUmakefile.local.  It modifies MAKEFLAGS which makes the build
 completely silent and enforces non-debug build, resulting in lack of a
 -dbgsym package.
   * debian/patches/series: Update.
   * debian/lintian-override: Delete; not needed.
   * debian/dirs: Remove usr/share/lintian/overrides.
Checksums-Sha1:
 772bc3cfbf066f69d03a900b90981137cd691f5c 1982 fortunate.app_3.1-3.dsc
 de24bc4e7061a14e581a5fffa5d05a985b457cdf 4960 fortunate.app_3.1-3.debian.tar.xz
 f3be43a34c629c267bf75e7fc1fb74432df80ad8 8011 
fortunate.app_3.1-3_amd64.buildinfo
Checksums-Sha256:
 f195913abeb7ac3ad28b26d6f0c58cb2d7b405306e9109883163bebfe8a05923 1982 
fortunate.app_3.1-3.dsc
 e83e96088206477c64d7edf2ce298b96e1faca9a61e04ae2ac8225daae7cb6d9 4960 

Bug#943418: marked as done (python3.8 dropped time.clock())

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 10:34:42 +
with message-id 
and subject line Bug#943418: fixed in python-xlrd 1.1.0-4
has caused the Debian Bug report #943418,
regarding python3.8 dropped time.clock()
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
943418: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: src:python-xlrd
Version: 1.1.0-1
Severity: important
Tags: sid bullseye patch
User: debian-pyt...@lists.debian.org
Usertags: python3.8

python3.8 dropped time.clock(). Patch at
http://launchpadlibrarian.net/448265733/python-xlrd_1.1.0-1_1.1.0-1ubuntu1.diff.gz
--- End Message ---
--- Begin Message ---
Source: python-xlrd
Source-Version: 1.1.0-4

We believe that the bug you reported is fixed in the latest version of
python-xlrd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 943...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs  (supplier of updated python-xlrd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 09:14:34 +
Source: python-xlrd
Architecture: source
Version: 1.1.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Graham Inggs 
Closes: 943418
Changes:
 python-xlrd (1.1.0-4) unstable; urgency=medium
 .
   * Team upload
 .
   [ Matthias Klose ]
   * Stop using time.clock, removed in 3.8 (Closes: 943418)
Checksums-Sha1:
 33ab2a9d10fc73b2927de8dca0da6e4535470097 2252 python-xlrd_1.1.0-4.dsc
 93b49df9e20b3c7f0777a8ea34de67c1f1f8679c 6488 python-xlrd_1.1.0-4.debian.tar.xz
Checksums-Sha256:
 e4bf40285066f65f6ad373157f8ad5acc5e1759b3d665387dd791126d509ce29 2252 
python-xlrd_1.1.0-4.dsc
 dfdb5f33d5cf11aa460e25666301d3cca99cf805b064adc5ca0caf7b56db9813 6488 
python-xlrd_1.1.0-4.debian.tar.xz
Files:
 0d9bce4b8a5c714fb75f2df6068b80f9 2252 python optional python-xlrd_1.1.0-4.dsc
 f3db79a927d2ec527a3ecc10417ad420 6488 python optional 
python-xlrd_1.1.0-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAl3XtAkACgkQr8/sjmac
4cI7qA//bSKZI7w8vvR6bYT/X/cyUZ1XqWOwjOpSLU2PGnPpmkhcpMavTmgHjOr+
izNGhFRK0NJp9zMau/OX66UFd6jeiyMIu3Gap5u2kz2N30fDLuMEfzAeoGv7Piub
q2ABLAdg3l4opHCSmBS1/el8lDz9qG/uND+mG2CI+jtjzFPpAgZiarGoSCb5NWVg
P5qydRu+RnLuXA3EC0ebzFY4QqkxxqAAjonYU6Qqh4mS5nl0yBLR1wCs9HBhVN7/
ElXyh4/m8xBIAmlfDYt/6SkLIj4WWHI6c3m1GDMw+ZpVNHWXP/ZZHUXc0AIdm3hE
LkX+mMIB5FhwKw19qiVEJomyJ7yCqVb5uyFwtUOxR5EAXmeeFmtklHu3OmLXC967
6Vz5Mk8b6E2H8e4T0MxcAu8DmzJ1kImsYZbY83qF1AtKH1kkaKXx+cpkRue0Bn8U
jaJC5xxGIS2TeM+wJucUAJZn7fxVFS+RnGf63xTg4gIAAmynkkuFLZmdaoXPkwo3
o9Ntv5UBYenWVjm1xwyb2/Tk0/uFcBRVYP9MoWG/YKc5QJlmAYEw2K9qdlUi51OK
0rmVv5EYil7kTLt4ZjXO+0HaJQiAxM6GG23duo3T+JuI2sny0KS5QbrmrmpkBZ7e
/DT7SOnSOTMQBKRzmOBhMrqOL0R1+57fHIhIJ2UhYH2/jtw/3Lg=
=9fXc
-END PGP SIGNATURE End Message ---


Bug#935348: marked as done (python-nfs-ganesha: Qt4 removal from Bullseye)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 10:19:28 +
with message-id 
and subject line Bug#935348: fixed in nfs-ganesha 2.7.6-3
has caused the Debian Bug report #935348,
regarding python-nfs-ganesha: Qt4 removal from Bullseye
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
935348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935348
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nfs-ganesha
Version: 2.7.6-1
Severity: important
User: debian-qt-...@lists.debian.org
Usertags: qt4-removal

Hi!

As you might know, we the Qt/KDE team are going to remove Qt 4 in Bullseye
cycle, as announced in [1].

In order to make this move, all packages directly or indirectly depending on
the Qt4 libraries have to either get ported to Qt5 or eventually get removed
from the Debian repositories.

Your package still uses Qt 4, via the Python bindings (PyQt4).

Therefore, please take the time and:

- contact your upstream (if existing) and ask about the state of a Qt 5 /
  PyQt5 port of your application;
- if there are no activities regarding porting, investigate whether there are
  suitable alternatives for your users;
- if there is a Qt 5 port that is not yet packaged, consider packaging it;
- if both the Qt 4 and the Qt 5 versions already coexist in the Debian
  archives, consider removing the Qt 4 version.

Porting from Qt 4 to 5 is much easier than it was to port from Qt 3 to 4.
Please see [2] for the general porting instructions, and [3] for some
Python-specific differences.

The removal is being tracked in [4]. My intention is to bump the severity
of this bug to RC soon, like it is already the case with other Qt 4 removal
bugs.

[1]: https://lists.debian.org/debian-devel-announce/2017/08/msg6.html
[2]: https://doc.qt.io/qt-5/sourcebreaks.html
[3]: https://www.riverbankcomputing.com/static/Docs/PyQt5/pyqt4_differences.html
[4]: https://wiki.debian.org/Qt4Removal

--
Dmitry Shachnev


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: nfs-ganesha
Source-Version: 2.7.6-3

We believe that the bug you reported is fixed in the latest version of
nfs-ganesha, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 935...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Martin  (supplier of updated nfs-ganesha package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 10:41:13 +0100
Source: nfs-ganesha
Architecture: source
Version: 2.7.6-3
Distribution: unstable
Urgency: medium
Maintainer: Philippe Deniel 
Changed-By: Christoph Martin 
Closes: 935348 937137
Changes:
 nfs-ganesha (2.7.6-3) unstable; urgency=medium
 .
   * removing python2 dependency (closes: #937137)
   * removing python2 dependency also removes qt4 dependency (closes: #935348)
Checksums-Sha1:
 53d80e6022e7d1ca6ef358179c1d4ec18eb1ad5f 2908 nfs-ganesha_2.7.6-3.dsc
 5898742027ba36adde867c19f35d482dd9039027 21532 
nfs-ganesha_2.7.6-3.debian.tar.xz
 3a9c29736491ba09e86462a102fcfe134992b982 16221 
nfs-ganesha_2.7.6-3_amd64.buildinfo
Checksums-Sha256:
 d410dd96e87884a7ffc039b13339308a9fe4c07cfae1d3c1355b966e555889ab 2908 
nfs-ganesha_2.7.6-3.dsc
 ebafcd3fead7daa786507bb6e956c81f5ed765a921773acf583fd6ff390dfdc0 21532 
nfs-ganesha_2.7.6-3.debian.tar.xz
 b1b255a23b9ad74cad496242d568369cb775c700462ee7f2c5c0ef3fddaac2f3 16221 
nfs-ganesha_2.7.6-3_amd64.buildinfo
Files:
 396d57fef7c23ff3752d3c86837b1c06 2908 net optional nfs-ganesha_2.7.6-3.dsc
 aaffc20b4f633bd110e529d29c403556 21532 net optional 
nfs-ganesha_2.7.6-3.debian.tar.xz
 76f30137135bebf68df4019bac49eb51 16221 net optional 
nfs-ganesha_2.7.6-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEETwdS4qMJ+W/NthRq+m7tdFwC8X4FAl3XskoACgkQ+m7tdFwC
8X7row/8DEgG0uGWxIbESScH+Xf3F/qWZm7kHKnyHbImp7f6UgyriiuEAW1DzKdv
oB+7JFdoufhr5ciOM4EIXlVBYgb612+DYsoLXjhIO4brZ3+294AlFVv4FhLbXYXW
aHHh++JjxYWMFJxVmUl4xTzsugvYpXnjnDDucJDglaL71X+C7gSi2ZDQO5qiG5vy
VgAeH7rvjcYfQz8J3k8HB7f83daUDnm6ghrYxoXZPGudyTxYanw8KRWcPF3ldc4U
vNZFOSBSEOakkqIGGX3V+dpupRZoYwSNaadC36nQNf16/szPmnjWyH6DQYNfkmMF
XBg/XcWgylezIMTqNIJg4xTJ81zyxQjkcJLu2AJ4K2K5Z6NE3RV52PscIuwZlwu0

Bug#943925: marked as done (python-feather-format: FTBFS with pandas 0.25)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 10:04:38 +
with message-id 
and subject line Bug#943925: fixed in python-feather-format 0.3.1+dfsg1-3
has caused the Debian Bug report #943925,
regarding python-feather-format: FTBFS with pandas 0.25
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
943925: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: python3-feather-format
Version: 0.3.1+dfsg1-2
Control: block 931557 by -1

With python3-pandas 0.25, the build fails with these test failures:


==
ERROR: test_boolean_object_nulls 
(feather.tests.test_reader.TestFeatherReader)

--
Traceback (most recent call last):
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 248, in test_boolean_object_nulls

self._check_pandas_roundtrip(df, null_counts=[1 * repeats])
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 70, in _check_pandas_roundtrip

feather.write_dataframe(df, path)
  File "/build/python-feather-format-0.3.1+dfsg1/feather/api.py", line 
43, in write_dataframe

inferred_type = pd.lib.infer_dtype(col)
  File "/usr/lib/python3/dist-packages/pandas/__init__.py", line 208, 
in __getattr__
raise AttributeError("module 'pandas' has no attribute 
'{}'".format(name))

AttributeError: module 'pandas' has no attribute 'lib'

==
ERROR: test_empty_strings (feather.tests.test_reader.TestFeatherReader)
--
Traceback (most recent call last):
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 271, in test_empty_strings

self._check_pandas_roundtrip(df)
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 70, in _check_pandas_roundtrip

feather.write_dataframe(df, path)
  File "/build/python-feather-format-0.3.1+dfsg1/feather/api.py", line 
43, in write_dataframe

inferred_type = pd.lib.infer_dtype(col)
  File "/usr/lib/python3/dist-packages/pandas/__init__.py", line 208, 
in __getattr__
raise AttributeError("module 'pandas' has no attribute 
'{}'".format(name))

AttributeError: module 'pandas' has no attribute 'lib'

==
ERROR: test_nan_as_null (feather.tests.test_reader.TestFeatherReader)
--
Traceback (most recent call last):
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 277, in test_nan_as_null

self._check_pandas_roundtrip(df)
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 70, in _check_pandas_roundtrip

feather.write_dataframe(df, path)
  File "/build/python-feather-format-0.3.1+dfsg1/feather/api.py", line 
43, in write_dataframe

inferred_type = pd.lib.infer_dtype(col)
  File "/usr/lib/python3/dist-packages/pandas/__init__.py", line 208, 
in __getattr__
raise AttributeError("module 'pandas' has no attribute 
'{}'".format(name))

AttributeError: module 'pandas' has no attribute 'lib'

==
ERROR: test_strings (feather.tests.test_reader.TestFeatherReader)
--
Traceback (most recent call last):
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 256, in test_strings

self._assert_error_on_write(df, ValueError)
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 95, in _assert_error_on_write

self.assertRaises(exc, f)
  File "/usr/lib/python3.7/unittest/case.py", line 756, in assertRaises
return context.handle('assertRaises', args, kwargs)
  File "/usr/lib/python3.7/unittest/case.py", line 178, in handle
callable_obj(*args, **kwargs)
  File 
"/build/python-feather-format-0.3.1+dfsg1/feather/tests/test_reader.py", 
line 94, in f

feather.write_dataframe(df, path)
  File "/build/python-feather-format-0.3.1+dfsg1/feather/api.py", line 
43, in write_dataframe

inferred_type = pd.lib.infer_dtype(col)
  File "/usr/lib/python3/dist-packages/pandas/__init__.py", line 208, 
in __getattr__
raise AttributeError("module 'pandas' has no attribute 

Bug#925337: fixed in ublock-origin 1.22.2+dfsg-1~deb9u1

2019-11-22 Thread Vilius Panevėžys
On Tue, 29 Oct 2019 19:51:33 + Markus Koschany 
wrote:
> Source: ublock-origin
> Source-Version: 1.22.2+dfsg-1~deb9u1

Hi,
uBlock stopped working on stretch after upgrade firefox-esr:amd64
(60.9.0esr-1~deb9u1, 68.2.0esr-1~deb9u2). I've worked around the issue
by manually dropping the `incognito` key from
`/usr/share/webext/ublock-origin/manifest.json` [1], followed by
disable/enable to get back the uBlock button on the toolbar.

Archive still carries 1.16.14+dfsg-2~deb9u1 for stretch [2], even
though ublock-origin 1.22.2+dfsg-1~deb9u1 has been uploaded on
2019-10-29. Is there another stretch-pu bug missing, similar to
#943564? Or is there something else I'm missing?

Thanks!


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925337#37
[2] https://tracker.debian.org/pkg/ublock-origin



Bug#945277: FTBFS: ninja: fatal: posix_spawn: Argument list too long

2019-11-22 Thread Andreas Henriksson
Hello Jérémy Lal,

Thanks for your bug report. The solution might actually be in meson (see
below).

On Fri, Nov 22, 2019 at 10:25:52AM +0100, Jérémy Lal wrote:
> Package: gnome-builder
> Version: 3.32.4-2
> Severity: serious
> Tags: ftbfs
> Justification: fails to build from source (but built successfully in the past)
> 
> Hi,
> 
> while trying to build gnome-builder in an up-to-date sid env using sbuild,
> i found that error.
> 
> Jérémy
> 
[...]
> ninja: fatal: posix_spawn: Argument list too long
> dh_auto_build: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j3 -v 
> returned exit code 1
> make: *** [debian/rules:31: binary] Error 255
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2


Quoting from https://gitlab.gnome.org/GNOME/gnome-builder/issues/1057 :
"In case you see ninja: fatal: posix_spawn: Argument list too long,
apply https://github.com/mesonbuild/meson/pull/6030 to fix it. Meson
0.52.0 generates a lot of duplicate arguments and it may exceed the
length limit of the kernel."

Regards,
Andreas Henriksson



Bug#945170: marked as done (libopenmpi-dev: libmca_common_verbs.so.40 and libmca_common_monitoring.so.50 missing)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 09:04:37 +
with message-id 
and subject line Bug#945170: fixed in openmpi 4.0.2-4
has caused the Debian Bug report #945170,
regarding libopenmpi-dev: libmca_common_verbs.so.40 and 
libmca_common_monitoring.so.50 missing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libopenmpi-dev
Version: 4.0.2-2
Severity: serious
Justification: Policy 8.1

Dear Maintainer,
apparently the libopenmpi-dev package miss the mentioned libraries. As a result 
each time a program compiled with openmpi is lauched a bunch of warning appear 
in the form:
[xxx] mca_base_component_repository_open: unable to open mca_btl_openib: 
libmca_common_verbs.so.40: cannot open shared object file: No such file or 
directory (ignored)
[xxx] mca_base_component_repository_open: unable to open mca_pml_monitoring: 
libmca_common_monitoring.so.50: cannot open shared object file: No such file or 
directory (ignored)

Under: /usr/lib/x86_64-linux-gnu/openmpi/lib there are stale symbolic links to 
those libraries.
lrwxrwxrwx 1 root root  35 Nov 19 12:55 libmca_common_monitoring.so -> 
libmca_common_monitoring.so.50.10.0
lrwxrwxrwx 1 root root  30 Nov 19 12:55 libmca_common_ompio.so -> 
libmca_common_ompio.so.41.19.2

Regards
  G.


-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.11-xps13 (SMP w/8 CPU cores; PREEMPT)
Kernel taint flags: TAINT_USER, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libopenmpi-dev depends on:
ii  gfortran [gfortran-mod-15]4:9.2.1-3.1
ii  gfortran-8 [gfortran-mod-15]  8.3.0-24
ii  gfortran-9 [gfortran-mod-15]  9.2.1-19
ii  libhwloc-dev  1.11.13-1
ii  libibverbs-dev26.0-2
ii  libopenmpi3   4.0.2-2
ii  openmpi-bin   4.0.2-2
ii  openmpi-common4.0.2-2

Versions of packages libopenmpi-dev recommends:
ii  libcoarrays-openmpi-dev  2.8.0-1

Versions of packages libopenmpi-dev suggests:
pn  openmpi-doc  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: openmpi
Source-Version: 4.0.2-4

We believe that the bug you reported is fixed in the latest version of
openmpi, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry  (supplier of updated openmpi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Nov 2019 14:35:36 +
Source: openmpi
Architecture: source
Version: 4.0.2-4
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 945170
Changes:
 openmpi (4.0.2-4) unstable; urgency=medium
 .
   * Version numbers on libs changed:
- libmpi_java.so now version 40.20.0
- libmca_common_monitoring.so now 50.10.0
- libmca_common_ompio.so now 41.19.2
- libmca_common_verbs.so now 40.20.0
- libmca_common_ofi.so, liboshmem.so no longer produced
- Closes: #945170,
   * Close old bug: Closes #945121
   * Update postinst scripts, remove preinst scripts; remove stuff no longer
 needed post buster
Checksums-Sha1:
 daa7ed3f9cc311d6096fbc89e5241ef04f3a778e 2635 openmpi_4.0.2-4.dsc
 6b425d3e914dc3ac1269db1bf6bb5854f9cf4668 62968 openmpi_4.0.2-4.debian.tar.xz
Checksums-Sha256:
 3e2a4bd7a1a61ebbaab593bd68f024a5f02fda798b5fb99f19f4bbf74b7699d9 2635 
openmpi_4.0.2-4.dsc
 c2ec6566cd646757dc7c9397771a1712e9b080c896ebf9b74140c41e8d16cb3d 62968 
openmpi_4.0.2-4.debian.tar.xz
Files:
 1cc71435f7c4ba78b1982e083132ee78 2635 net optional openmpi_4.0.2-4.dsc
 562916dfb053f7ffaf95a6b43401b7b7 62968 net optional 
openmpi_4.0.2-4.debian.tar.xz


Bug#942538: [Python-modules-team] Bug#936745: reducing matplotlib2 build-depends.

2019-11-22 Thread Dmitry Shachnev
Hi Sandro!

On Tue, Nov 12, 2019 at 11:02:45PM -0500, Sandro Tosi wrote:
> > I'd like to encourage you to drop python-qt4 and the Qt4 backend
> > regardless of the rest.  Qt4 is definitely getting removed this cycle,
> > so this has got to go, sooner or later (I'd prefer sooner).  The Qt5
> > backend should be enough.
>
> yup that's done already
> https://salsa.debian.org/python-team/modules/matplotlib2/commit/b09cf818d903839240a3390baf0dd80e1b3fee62
> (not uploaded yet)

matplotlib2 still has python-qt4 and python-qt4-dbg in autopkgtest depends
(and matplotlib too, even though it is Python 3 only).

Can you please remove them?

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#945262: marked as done (removed Python2 package without removing the Python2 autopkg test)

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 08:40:54 +
with message-id 
and subject line Bug#945262: fixed in python-misaka 1.0.2-7
has caused the Debian Bug report #945262,
regarding removed Python2 package without removing the Python2 autopkg test
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945262: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945262
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-misaka
Version: 1.0.2-6
Severity: serious
Tags: sid bullseye patch

removed Python2 package without removing the Python2 autopkg test. patch at
http://launchpadlibrarian.net/452596015/python-misaka_1.0.2-6_1.0.2-6ubuntu1.diff.gz
--- End Message ---
--- Begin Message ---
Source: python-misaka
Source-Version: 1.0.2-7

We believe that the bug you reported is fixed in the latest version of
python-misaka, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-misaka package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Nov 2019 08:53:00 +0100
Source: python-misaka
Architecture: source
Version: 1.0.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Closes: 945262
Changes:
 python-misaka (1.0.2-7) unstable; urgency=medium
 .
   [ Matthias Klose ]
   * Remove the Python2 autopkg test. (Closes: #945262).
Checksums-Sha1:
 19211f3396de8acf8f64871a08819cdfa27ae729 2134 python-misaka_1.0.2-7.dsc
 97ecd748b77c39eaeb2674f14851a0799f4082c4 3488 
python-misaka_1.0.2-7.debian.tar.xz
 85143667b18eaeb5bd9b203e7131e1276f47464a 6795 
python-misaka_1.0.2-7_amd64.buildinfo
Checksums-Sha256:
 f4f02eb12e7476fe4d2b2efe8599a9f90fe7fccdcf82182058e4f76018b38fa5 2134 
python-misaka_1.0.2-7.dsc
 93dc6d980f9580c7eca6781b01b76c12a3e7c6c3f3daae545e168e1c1e32c029 3488 
python-misaka_1.0.2-7.debian.tar.xz
 e394aefc3cd5de22e8b130f4b5f824b59ffe88a481e03a2d0fdee88e2575aea4 6795 
python-misaka_1.0.2-7_amd64.buildinfo
Files:
 2c9032c5b132d177f014f25b6227ec44 2134 python optional python-misaka_1.0.2-7.dsc
 69654bee2b7b49dfb333fe340c79de07 3488 python optional 
python-misaka_1.0.2-7.debian.tar.xz
 c477edad5c3f06ae82002494ce30d90c 6795 python optional 
python-misaka_1.0.2-7_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl3XlH0ACgkQ1BatFaxr
Q/4jpA//evLk72P9J2jUfLdygM0KBElv6ZwuTymzAhPn32uoaO8DVgabk0GEYQQz
1JeKuPdKxrgJj5nhGRIPAUKzIV2JS1RFY1uUiiQEY1JLtlegJ3zyEHOfzwIGY+mW
2kRdfxXETX704RrfG/5NkTpSAcs45fGXUDMbQ2Olwm444PvVSvao2j+TOjuDqm0o
h1+OfBSKzeejPPZxo9PO+1APnuq0o+besaSJE5eYw763JK7rpHezv/GLrQzKWiqh
7GChxmYWDS0bgBpkDr5MKaBzzCInNTr0ayINwvCR6nJxwqOfFrgz/r4+Lb/nHmkk
aZJ0Hc3Q8CLtlYVFC8UzmEueb9Clzep5rYKVK66XglhVplbz9YBIYM0iyqcSJZeC
htDVYetFv8mFfGCaJc9wjHV5emfNc5G4x5HoXp49HEnbzYfiNoXhZp5s/czyg5G+
32BHRF6dKKZyE7bab6jwWKOxxNRW3zKVhVpP/5tSyHdYAPYx0S/icGcZornaWcRc
n1VtXV+r7flxegkUOysWxnbpOhxmkvJBfJkiIGEE7xQc13pH2R2ZzZasK8M1849A
AgskqYSIfNVpvInI9hgGkcCi6myqNiITTC4N4sq0Jr8ukbS1VPaFoQd2C357t4LE
BkSitM3D0itlRvkFgZ+hQvxbw3mS/5BhJJ09V40iCKvboz/gVLk=
=zOyh
-END PGP SIGNATURE End Message ---


Bug#945222: marked as done (python-tornado: FTBFS with Python 3.8 (test failure))

2019-11-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Nov 2019 08:41:02 +
with message-id 
and subject line Bug#945222: fixed in python-tornado 6.0.3+really5.1.1-2
has caused the Debian Bug report #945222,
regarding python-tornado: FTBFS with Python 3.8 (test failure)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
945222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: python-tornado
Version: 6.0.3+really5.1.1-1
Severity: serious
Tags: ftbfs patch

Hi Maintainer

A recent rebuild of python-tornado with Python 3.8 failed [1] due to 
failing tests.


A patch, cherry-picking fixes from upstream, is available from Ubuntu [2].

Regards
Graham


[1] https://buildd.debian.org/status/package.php?p=python-tornado
[2] 
https://patches.ubuntu.com/p/python-tornado/python-tornado_5.1.1-4ubuntu5.patch
--- End Message ---
--- Begin Message ---
Source: python-tornado
Source-Version: 6.0.3+really5.1.1-2

We believe that the bug you reported is fixed in the latest version of
python-tornado, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Nový  (supplier of updated python-tornado package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 09:16:53 +0100
Source: python-tornado
Architecture: source
Version: 6.0.3+really5.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Ondřej Nový 
Closes: 945222
Changes:
 python-tornado (6.0.3+really5.1.1-2) unstable; urgency=medium
 .
   * Applied patches from Ubuntu to fix Python 3.8 FTBFS:
 - d/p/py38-0001-test-silence-deprecation-warning.patch
 - d/p/py38-0002-dont-log-CancelledError.patch: Cherry-picked from upstream
   master to fix issues detected by failing py38 tests.
 (Closes: #945222)
Checksums-Sha1:
 38440f7ddf00314fe9e34f616d9daa0ba3488703 2939 
python-tornado_6.0.3+really5.1.1-2.dsc
 0fd0e0241271e7f964eeb7ec534a74dba7d32c15 14076 
python-tornado_6.0.3+really5.1.1-2.debian.tar.xz
 e6f9ec86b83ad11c009c8db560a136295649d840 11998 
python-tornado_6.0.3+really5.1.1-2_amd64.buildinfo
Checksums-Sha256:
 ff06d6113f8915bc9daab9d152b63b40a3d3e52332c6c2428f5cef1fe0fb20c4 2939 
python-tornado_6.0.3+really5.1.1-2.dsc
 b3d3cd7179d0ebb5415be9654d704aa644de1446bfbfc59f747679474dd81eec 14076 
python-tornado_6.0.3+really5.1.1-2.debian.tar.xz
 35ac6c16606750263fe46de69dd8661f5446bf2202f9b44bbbea237ea89b4491 11998 
python-tornado_6.0.3+really5.1.1-2_amd64.buildinfo
Files:
 d78c17bd012bed2b4c790e9c7cf2b438 2939 web optional 
python-tornado_6.0.3+really5.1.1-2.dsc
 8746747ac9a464cebe78bf34b0d6711b 14076 web optional 
python-tornado_6.0.3+really5.1.1-2.debian.tar.xz
 e10cbf81dfad31f08f8b3b2b8f4bddd3 11998 web optional 
python-tornado_6.0.3+really5.1.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAl3Xm1MACgkQNXMSVZ0e
Bktu/A/9Hp5xKZu/iAnLusJzC1xcti6YWAJq7PlR5SumbCXLnCxIaKxU9UBWeTox
9Sh8wY3qO/PAv2iN13CDFIX27BOt1v9JgdICCgawYUpMh9LTFAXKiSg9D52F7hMV
SxH2fUDtEC14/+CHVkLwETjd0zCA1GoaKqRLvw89OWLg4r62oVtqGejsiv0lOSSx
7v51C+KIIKpsrX0WV55FiZnvS03yNJBe/NkMIHA55C33/OEDh5AjdTWDVWBO2vEG
M7ZLIiD3TsDAeUTwUsV51CW+XtRpTG3vdnSDmoPllfY2Ee75JAF+T9o26+gS9h2S
KU0Wit356GBgyx+4k+9Eys5KCd7gfjGb1IcmJ4Uc5rcwMnDLzl2dv63Q2x+0DFzh
0tFYUygbGxKzc88kURkPt2c8PHSF3R7QCZTAhwjy9zNkNWZnJrnxiyd0XtCCESLC
ytd6YvaFYs2D2sppqT6T1+s7VdNMTZbH89NDzaa3+9+GveF2rAxwQJRrWmtrLUB1
k49pdqj9MitjcDpRBiJ53JxtozESOssTTV1JBkVtD/ovhTMA12p89hAWO1SDmy0R
ktuV+ctEjigxV/bc0AEekEVGk3wLcNaNIbb7A+nCpyWfdg+hojeGGVp0KPCUDzs0
sTlOpc6dK9KwHQ6++KrDWR5pSqLiAnAkiZlo7qXxDiBWLQOE8nc=
=KsLc
-END PGP SIGNATURE End Message ---


Bug#935346: python-qt4 removal from sid

2019-11-22 Thread Dmitry Shachnev
Dear maintainers,

I am going to remove the Python 2 part of python-qt4 from sid soon, but not
before 10 days from now, 2019-12-02.

If your package does not migrate away from it, it will become uninstallable.

You will still be able to use python3-pyqt4 or python-pyqt5 for some time,
so porting to Python 3 *or* to Qt 5 is enough. Of course, in the middle term
it is better to port to Python 3 *and* Qt 5.

--
Dmitry Shachnev


signature.asc
Description: PGP signature