Bug#949275: geoip: example Makefile contains build path

2020-01-18 Thread Vagrant Cascadian
Source: geoip
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

A makefile shipped in the examples directory contains build path
variations for several values
/usr/share/doc/libgeoip-dev/examples/Makefile:

  ACLOCAL·​=·​${SHELL}·​/​build/​1st/​geoip-​1.​6.​12/​missing·​aclocal-​1.​16


This makes the build unreproducible when built from a different path,
but the Makefile itself would require some manual configuration anyways,
since the end-user most likely does not contain the original build path
on their system.

I'd suggest simply removing the Makefile, as it's not functional, or
alternately, sanitizing it with the attached patch to debian/rules.

live well,
  vagrant

From 3cded7ea178083a9949612944e8001b459dc62ee Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Sat, 18 Jan 2020 22:28:36 -0800
Subject: [PATCH 2/2] debian/rules: Strip build-path from example Makefile.

---
 debian/rules | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/debian/rules b/debian/rules
index eaaf945..086d01d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,13 @@ override_dh_install:
 	dh_install
 	strip --remove-section=.comment \
 		$(CURDIR)/debian/libgeoip-dev/usr/lib/$(DEB_HOST_MULTIARCH)/libGeoIP.a
+
+override_dh_installexamples:
+	dh_installexamples
+	# Clean up embedded build paths in order to ensure reproducible builds.
+	sed -i -e "s,-fdebug-prefix-map=$(CURDIR)=\.,,g" \
+		-e "s,-ffile-prefix-map=$(CURDIR)=\.,,g" \
+		-e "s,abs_.*$(CURDIR).*,,g" \
+		-e "s,$(CURDIR).*missing --run,,g" \
+		-e "s,$(CURDIR),./,g" \
+		$(CURDIR)/debian/libgeoip-dev/usr/share/doc/libgeoip-dev/examples/Makefile
-- 
2.20.1



signature.asc
Description: PGP signature


Bug#949274: pyresample autopkg tests regressed in unstable

2020-01-18 Thread Matthias Klose
Package: src:pyresample
Version: 1.14.0-2
Severity: serious
Tags: sid bullseye

https://ci.debian.net/data/autopkgtest/unstable/amd64/p/pyresample/4019144/log.gz

[...]
==
FAIL: test_get_area_def_from_raster_extracts_proj_id
(pyresample.test.test_utils.TestMisc)
--
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pyresample/test/test_utils.py", line 477,
in test_get_area_def_from_raster_extracts_proj_id
self.assertEqual(area_def.proj_id, 'WGS 84 / Pseudo-Mercator')
AssertionError: 'WGS_1984_Web_Mercator_Auxiliary_Sphere' != 'WGS 84 /
Pseudo-Mercator'
- WGS_1984_Web_Mercator_Auxiliary_Sphere
+ WGS 84 / Pseudo-Mercator


--
Ran 271 tests in 193.325s

FAILED (failures=1, skipped=2)



Bug#949273: geoip: example Makefile embeds different paths on usrmerge system

2020-01-18 Thread Vagrant Cascadian
Source: geoip
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: usrmerge environment
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

When geoip is built on a system with usrmerge installed, it produces a
different /usr/share/doc/libgeoip-dev/examples/Makefile:

  EGREP·​=·​/​bin/​grep·​-​E

vs.

  EGREP·​=·​/​usr/​bin/​grep·​-​E

The attached patch to debian/rules sets various values to the
non-usrmerged /bin path, since it's compatible with both usrmerge and
non-usrmerge systems.


Thanks for maintaining geoip!


live well,
  vagrant

From 374efa2b074b88a4b8e6c8d7b990b34474712b6c Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Sat, 18 Jan 2020 21:58:57 -0800
Subject: [PATCH 1/2] debian/rules: Add dh_auto_configure override to pass
 GREP, MKDIR_P, SED and SHELL to ensure reproducible builds even on systems
 with a merged /usr.

---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index e269d26..eaaf945 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,9 @@ override_dh_auto_install:
 		-I $(CURDIR)/debian/tmp/usr/include/ -L $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 	chrpath -d -k debian/tmp/usr/bin/geoip*
 
+override_dh_auto_configure:
+	dh_auto_configure -- GREP=/bin/grep MKDIR_P="/bin/mkdir -p" SED=/bin/sed SHELL=/bin/bash
+
 override_dh_install:
 	dh_install
 	strip --remove-section=.comment \
-- 
2.20.1



signature.asc
Description: PGP signature


Bug#949271: libtool: Embeded build path in libtool man page

2020-01-18 Thread Vagrant Cascadian
Control: user reproducible-bui...@lists.alioth.debian.org
Control: usertag 949271 + buildpath
Control: usertag 949271 - usrmerge environment

Fix up reproducible-builds usertags; it's really just build path issue.

live well,
  vagrant


signature.asc
Description: PGP signature


Bug#949272: linux: The task_struct structure is defined on multiples variables.

2020-01-18 Thread Corcodel Marian
Source: linux
Severity: normal

Hi the task_structure is defined on :
ksoftirqd file kernel/softirq.c
current file arch/x86/include/asm/current.h
curr->rq on rq structure and others

When you need to ensure as task is running need to read alls these variable and
is fortune if task is running , fortune when this  variables is actualised
correct, on conclusion bib, big mistake.



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

Kernel: Linux 5.4.6+ (SMP w/2 CPU cores)
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)



Bug#949271: libtool: Embeded build path in libtool man page

2020-01-18 Thread Vagrant Cascadian
Package: libtool
Version: 2.4.6-11
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: usrmerge environment
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

The libtool.1 man page embeds the build path as it includes the compiler
flags, -fdebug-prefix-map (which is used by default in dpkg) or
-ffile-prefix-map (an optional dpkg feature, enabled in
tests.reproducible-builds.org for testing packages from unstable and
experimental), and both pass the full build path as part of their
arguments, resulting in a differing build dependding on the build path.

The attached patch removes the -fdebug-prefix-map and -ffile-prefix-map
arguments from the libtool.1 man page.


Thanks for maintaining libtool!


With this patch and the patch just submitted in #949270, this
should be reproducible in tests.reproducible-builds.org!


live well,
  vagrant

p.s. The most recent versions of libtool uploaded to the archive are not
present in the salsa git repository; it would be nice to fix that.

From 91880aa1b55d258dbe6f0a8ac7d02907b2522806 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Sat, 18 Jan 2020 13:48:00 -0800
Subject: [PATCH 2/2] debian/rules: Remove file-prefix-map/debug-prefix-map
 arguments from the libtool.1 manpage, which results in an unreproducible
 package when the build path varies.

---
 debian/rules | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 99080e1..e2137a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -148,6 +148,12 @@ install: build
 
 	$(MAKE) prefix=$(CURDIR)/debian/tmp/usr install
 	rm -f debian/tmp/usr/share/info/dir
+	# The file-prefix-map/debug-prefix-map contain the build path,
+	# which results in unreproducible builds. Strip these arguments
+	# out of the manpage.
+	sed -i -e "s, -fdebug.-prefix.-map=.*=\. , ,g" \
+		-e "s, -ffile.-prefix.-map=.*=\. , ,g" \
+		debian/tmp/usr/share/man/man1/libtool.1
 
 	dh_install --fail-missing --sourcedir=debian/tmp
 
-- 
2.20.1



signature.asc
Description: PGP signature


Bug#942106: looking at the remaining "bad" packages in the "add python 3.8" transition

2020-01-18 Thread Julien Puydt
Le dimanche 19 janvier 2020 à 00:54 +, peter green a écrit :
> > There's another kind of issue 
>  Yeah, sadly the transition tracker only looks at unstable, so
> packages that are fixed in unstable but haven't migrated to testing
> for some reason won't show up.
> > ; here is an example :
> > 
> > - sagemath builds only for Python 3.7, so some of this subpackages
> > don't load under Python 3.8 : 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949023
> > 
> > - which means that for brial, autopkgtest fails : 
> > https://ci.debian.net/data/autopkgtest/testing/amd64/b/brial/3988637/log.gz
> 
> Looking at brial, it seems python3-brial should technically have a
> dependency on sagemath, but this dependency is omitted for
> bootstrapping reasons 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896218 .

The test declares a dep on sagemath, but only fails because sagemath
doesn't have the necessary /lib/python3/dist-
packages/sage/misc/*.cpython*.so.

JP



Bug#946450: keepassxc: New upstream version 2.5.2

2020-01-18 Thread Michael Berg
Package: keepassxc
Version: 2.4.3+dfsg.1-1+b1
Followup-For: Bug #946450

Upstream has released 2.5.2, which includes fixes for multiple
crashes, memory leaks, and other bugs.
https://keepassxc.org/blog/2020-01-04-2.5.2-released/

The KeePassXC-Browser add-ons for Firefox and Chromium are also
complaining that keepassxc 2.4.3 is an old/outdated version.
Updating to 2.5.2 would resolve those add-on warnings.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-2-amd64 (SMP w/4 CPU cores)
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

Versions of packages keepassxc depends on:
ii  libargon2-10~20171227-0.2
ii  libc6  2.29-9
ii  libgcrypt201.8.5-3
ii  libqrencode4   4.0.2-2
ii  libqt5concurrent5  5.12.5+dfsg-5
ii  libqt5core5a   5.12.5+dfsg-5
ii  libqt5dbus55.12.5+dfsg-5
ii  libqt5gui5 5.12.5+dfsg-5
ii  libqt5network5 5.12.5+dfsg-5
ii  libqt5svg5 5.12.5-2
ii  libqt5widgets5 5.12.5+dfsg-5
ii  libqt5x11extras5   5.12.5-1
ii  libsodium231.0.18-1
ii  libstdc++6 9.2.1-24
ii  libx11-6   2:1.6.8-1
ii  libxi6 2:1.7.9-1
ii  libxtst6   2:1.2.3-1
ii  libykpers-1-1  1.20.0-1+b1
ii  libzxcvbn0 2.4+dfsg-2
ii  zlib1g 1:1.2.11.dfsg-1+b1

keepassxc recommends no packages.

keepassxc suggests no packages.

-- no debconf information



Bug#949270: libtool: contains different paths when built on usrmerge system

2020-01-18 Thread Vagrant Cascadian
Package: libtool
Version: 2.4.6-11
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: usrmerge environment
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

The "libtoolize" binary embeds the path to grep and sed binaries
differently when build on a merged /usr system:

  ${EGREP="/​bin/​grep·​-​E"}

vs.

  ${EGREP="/​usr/​bin/​grep·​-​E"}

Setting values for GREP and SED in the configure target in debian/rules
works around the issue, implemented in the attached patch.


Thanks for maintaining libtool!


live well,
  vagrant

p.s. The most recent versions of libtool uploaded to the archive are not
present in the salsa git repository; it would be nice to fix that.

From 100ec7a99f77f2ca060f13d3488ba7d47e6fd0e6 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Sun, 12 Jan 2020 21:32:00 -0800
Subject: [PATCH 1/2] debian/rules: Call ./configure with explicit
 GREP=/bin/grep and SED=/bin/sed, to prevent variation when built on a merged
 /usr system.

---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 704ef10..99080e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,9 @@ config-stamp:
 		--prefix=/usr \
 		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 		$(confflags) \
-		$(shell dpkg-buildflags --export=cmdline)
+		$(shell dpkg-buildflags --export=cmdline) \
+		GREP=/bin/grep \
+		SED=/bin/sed
 	touch config-stamp
 
 
-- 
2.20.1



signature.asc
Description: PGP signature


Bug#949269: minizinc-ide FTCBFS: uses the build architecture qmake

2020-01-18 Thread Helmut Grohne
Source: minizinc-ide
Version: 2.4.2-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

minizinc-ide fails to cross build from source, because the last upload
switched from the cross qmake to the native qmake. The easiest way of
using a cross qmake is using dh_auto_configure. If that is not desired,
please use ${DEB_HOST_GNU_TYPE}-qmake. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru minizinc-ide-2.4.2/debian/changelog 
minizinc-ide-2.4.2/debian/changelog
--- minizinc-ide-2.4.2/debian/changelog 2020-01-10 13:38:32.0 +0100
+++ minizinc-ide-2.4.2/debian/changelog 2020-01-19 07:39:59.0 +0100
@@ -1,3 +1,10 @@
+minizinc-ide (2.4.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure use a cross qmake. (Closes: #-1)
+
+ -- Helmut Grohne   Sun, 19 Jan 2020 07:39:59 +0100
+
 minizinc-ide (2.4.2-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru minizinc-ide-2.4.2/debian/rules 
minizinc-ide-2.4.2/debian/rules
--- minizinc-ide-2.4.2/debian/rules 2019-12-16 11:38:01.0 +0100
+++ minizinc-ide-2.4.2/debian/rules 2020-01-19 07:39:58.0 +0100
@@ -4,7 +4,7 @@
dh $@
 
 override_dh_auto_configure:
-   QT_SELECT=5 qmake
+   QT_SELECT=5 dh_auto_configure
 #'CONFIG += bundled'
 
 override_dh_install:


Bug#949268: complexity FTBFS: missing Build-Depends: texinfo

2020-01-18 Thread Helmut Grohne
Source: complexity
Version: 1.10+dfsg-3
Severity: serious
Tags: ftbfs

complexity fails to build from source, because gnulib dropped its
dependency on texinfo and now complexity misses the makeinfo command
during build. Please add texinfo to Build-Depends.

Helmut



Bug#949267: transition: netcdf

2020-01-18 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
Control: forwarded -1 
https://release.debian.org/transitions/html/auto-netcdf.html
Control: block -1 by 949150 949157 908105 949132 949134

netcdf bumped its SONAME requiring a transition.

Most rdeps built successfully, a few FTBFS due to unrelated issues as 
summarized below.


Transition: netcdf

 libnetcdf13 (1:4.6.2-1+b1) -> libnetcdf15 (1:4.7.3-1~exp2)

The status of the most recent rebuilds is as follows.

 adios  (1.13.1-19)OK
 cmor   (3.5.0-2)  OK
 dx (1:4.4.4-12)   OK
 eccodes(2.15.0-1) OK
 exodusii   (6.02.dfsg.1-8)OK
 gdal   (3.0.3+dfsg-1) OK
 grace  (1:5.1.25-7)   OK
 grads  (3:2.2.1-2)OK
 gri(2.12.26-1)FTBFS (#949150)
 labplot(2.7.0-1)  OK
 libminc(2.4.03-2) OK
 libpdl-netcdf-perl (4.20-6)   FTBFS (#949157)
 nco(4.9.1-1)  OK
 ncview (2.1.8+ds-3)   OK
 netcdf-cxx (4.3.0+ds-7)   OK
 netcdf-cxx-legacy  (4.2-11)   OK
 netcdf-fortran (4.4.5-1)  OK
 netcdf4-python (1.5.3-1)  OK
 octave-netcdf  (1.0.12-3) OK
 r-cran-ncdf4   (1.17-1)   OK
 r-cran-rnetcdf (2.1-1-1)  OK
 ruby-netcdf(0.7.2-3)  OK
 v-sim  (3.7.2-6)  FTBFS (#908105)

 cdftools   (3.0.2-3)  FTBFS (#949132)
 etsf-io(1.0.4-4)  OK
 ferret-vis (7.5.0-2)  OK
 gmt(6.0.0+dfsg-1) OK
 gnudatalanguage(0.9.9-12) OK
 grass  (7.8.2-1)  OK
 harp   (1.9.2-1)  OK
 minc-tools (2.3.00+dfsg-3)OK
 ncl(6.6.2-1)  OK
 oasis3 (3.mct+dfsg.121022-13) FTBFS (#949134)
 paraview   (5.7.0-4)  OK
 vtk6   (6.3.0+dfsg2-5)OK
 vtk7   (7.1.1+dfsg2-1)OK

 lammps (20191120+dfsg1-2) OK
 pyferret   (7.5.0-2)  OK
 qgis   (3.4.14+dfsg-1)OK

 magics++   (4.2.3-1)  OK

 cdo(1.9.8-2)  OK
 metview(5.7.4-1)  OK


Kind Regards,

Bas



Bug#949266: libcrypt-openssl-dsa-perl FTCBFS: missing dependency on perl-xs-dev and wrong computation of ARCHLIB

2020-01-18 Thread Helmut Grohne
Source: libcrypt-openssl-dsa-perl
Version: 0.19-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

libcrypt-openssl-dsa-perl fails to cross build from source, because it
misses a dependency on perl-xs-dev and thus fails to use the cross
Config.pm. Lateron it fails cleaning up some files, because it uses the
build architecture ARCHLIB directory rather than the host one. Please
consider applying the attached patch to make libcrypt-openssl-dsa-perl
cross buildable.

Helmut
diff --minimal -Nru libcrypt-openssl-dsa-perl-0.19/debian/changelog 
libcrypt-openssl-dsa-perl-0.19/debian/changelog
--- libcrypt-openssl-dsa-perl-0.19/debian/changelog 2017-01-14 
16:23:36.0 +0100
+++ libcrypt-openssl-dsa-perl-0.19/debian/changelog 2020-01-19 
07:08:44.0 +0100
@@ -1,3 +1,12 @@
+libcrypt-openssl-dsa-perl (0.19-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
++ Missing Build-Depends: perl-xs-dev.
++ Correctly compute ARCHLIB.
+
+ -- Helmut Grohne   Sun, 19 Jan 2020 07:08:44 +0100
+
 libcrypt-openssl-dsa-perl (0.19-1) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru libcrypt-openssl-dsa-perl-0.19/debian/control 
libcrypt-openssl-dsa-perl-0.19/debian/control
--- libcrypt-openssl-dsa-perl-0.19/debian/control   2017-01-14 
16:23:36.0 +0100
+++ libcrypt-openssl-dsa-perl-0.19/debian/control   2020-01-19 
07:08:43.0 +0100
@@ -9,6 +9,7 @@
libssl-dev,
openssl,
perl-openssl-defaults,
+   perl-xs-dev,
pkg-config
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-openssl-dsa-perl.git
diff --minimal -Nru libcrypt-openssl-dsa-perl-0.19/debian/rules 
libcrypt-openssl-dsa-perl-0.19/debian/rules
--- libcrypt-openssl-dsa-perl-0.19/debian/rules 2017-01-14 16:23:36.0 
+0100
+++ libcrypt-openssl-dsa-perl-0.19/debian/rules 2020-01-19 07:08:44.0 
+0100
@@ -3,7 +3,9 @@
 
 PACKAGE  = $(shell dh_listpackages)
 TMP  = $(CURDIR)/debian/$(PACKAGE)
-ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+include /usr/share/dpkg/architecture.mk
+PERLVER := $(shell perl -MConfig -e 'print $$Config{version}')
+ARCHLIB := $(shell perl 
-I/usr/lib/$(DEB_HOST_MULTIARCH)/perl/cross-config-$(PERLVER) -MConfig -e 
'print $$Config{vendorarch}')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 


Bug#948316: New upstream release available (2.3.0)

2020-01-18 Thread Russ Allbery
Package: yadm
Followup-For: Bug #948316

I've built a package of 2.3.0 for my personal use that's now available
from archives.eyrie.org/debian.  Let me know if you'd like me to push
the changes to Salsa and/or upload it to Debian as well.

Since I was starting fresh, I haven't dealt with the upgrade process.
Some sort of warning will be required due to the format change, but
I think a NEWS.Debian file is the right way to handle it, since each
user is going to have to upgrade independently.  Thankfully, there's
a simple command to do that.

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

Kernel: Linux 5.4.0-1-amd64 (SMP w/8 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.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages yadm depends on:
ii  git  1:2.25.0-1

yadm recommends no packages.

yadm suggests no packages.

-- no debconf information



Bug#938072: python-pyknon: Python2 removal in sid/bullseye - reopen 938072

2020-01-18 Thread Stuart Prescott
Sandro Tosi wrote:

> Control: reopen -1
> 
> This bug was closed, but the package has still some dependencies towards
> Python2 packages, in details:
> 
> (source:python-pyknon)Build-Depends->python-all-dev
> (source:python-pyknon)Build-Depends->python-sphinx
> (source:python-pyknon)Build-Depends->python-pytest
> (binary:python-pyknon)Depends->python
> (binary:python-pyknon)Depends->python
> (binary:python-pyknon)Depends->python:any
> 
> Re-opening, so that they can be taken care of.

That is not correct. src:python-pyknon 1.2-2 in sid does not build the 
python-pyknon binary package at all and does not have the listed Build-
Depends.



-- 
Stuart Prescotthttp://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/ stu...@debian.org
GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7



Bug#936463: ecasound: Python2 removal in sid/bullseye - reopen 936463

2020-01-18 Thread Stuart Prescott
Sandro Tosi wrote:

> Control: reopen -1
> 
> This bug was closed, but the package has still some dependencies towards
> Python2 packages, in details:
> 
> (source:ecasound)Build-Depends->python-all
> (source:ecasound)Build-Depends->python-docutils
> (binary:ecatools)Depends->python:any
> (binary:ecatools)Depends->python-ecasound
> (binary:python-ecasound)Depends->python:any
> (binary:python-ecasound)Depends->python:any
> 
> Re-opening, so that they can be taken care of.

That is not correct, the fixed package version was 2.9.3-1 and the 
dependencies you've quoted there are for 2.9.1-7.

-- 
Stuart Prescotthttp://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/ stu...@debian.org
GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7



Bug#949265: URL www[dot]htdig[dot]org is advertisement

2020-01-18 Thread Jim Popovitch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: htdig
Version: 1:3.2.0b6-18

The URL www[dot]htdig[dot]org, which is embedded throughout the htdig
code and installed files, is now an advertisement site.   Since it is no
longer under control of the ht://Dig project, Debian (and derivatives)
should consider removing or replacing the links and references to
www[dot]htdig[dot]org.


- -Jim P.
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE3RmV4WutJ2KyCS2zPcxbabkKGJ8FAl4j7sQACgkQPcxbabkK
GJ+oAQ//fc3rQRqYL7m71lTcRtzcD6wplZ3HzMEXQYDASroV0wikXgSpevPv6YQI
LJSeUO1Wsc/iUebMJaO/J7Pcss5vo2neUv0IOcG2hXnmlx0J3HiRE2+uRBreofnS
L8cMbZvyil4GQOKkgzp7V4DpYfkfiCP6UWWPsA5zd8L09V+HN1na2ET9wYctDZd6
GHTNdARAa31rIxqMePLiQAPbixQYKNC9/5uL30gTCQO1V6yNWy480z0T3zOmfdRc
/tXuBYE5x3DI8FVxE8rLN+mNywgCrMkf6fMvCZfJ7PpesBThFnAFdSusP1YrpFr4
cVUG9eNZcoZpsKUEyFUhq3RWZKv03rDg8L40B69p06hY9vV+SuBLuE6Qfaj65HXl
LT1hdCM9oU8Q/AxXbmt9FcFZplWeoM7Nwa2ueL4BkZXqi8N/dxsXhjE+LwF6VCbI
7eV9IMx85eALm/mKE6njPUcsKjyjAhJ1JIrKlUKpmwuF7g4ntYrkXF1CJ3kh57Y0
jh3cFp6xFNQ3Ot5D/hlMY6/4+JKpJ2Se7EqAk0b4aYFBy14vZi2oTxoko3lelRoJ
oqgiAWL6/Q4XiwRxLlLgKrYyA111ZBx4XnbIgV0ksIpOKl9QT5thDQm0IAH090yT
65IovLOoGsKjqPyYhEVLRkUBywThIoGnjdGsu3fAZZ0pD705iPY=
=XgAq
-END PGP SIGNATURE-



Bug#949264: nageru: FTBFS on arm/i386/mipsel architectures

2020-01-18 Thread Boyuan Yang
Package: nageru
Severity: serious
Version: 1.9.1-1.1

Recent source-only rebuild for nageru has mulitple FTBFS architectures on
buildd: https://buildd.debian.org/status/package.php?p=nageru

The tail log all reads like this:

/usr/bin/ld: libcore.a(nageru_timecode_renderer.cpp.o): in function
`TimecodeRenderer::TimecodeRenderer(movit::ResourcePool*, unsigned int,
unsigned int)':
./obj-mipsel-linux-gnu/../nageru/timecode_renderer.cpp:51: undefined reference
to `movit::generate_vbo(int, unsigned int, long, void const*)'
/usr/bin/ld: ./obj-mipsel-linux-gnu/../nageru/timecode_renderer.cpp:51:
undefined reference to `movit::generate_vbo(int, unsigned int, long, void
const*)'
/usr/bin/ld: libcore.a(nageru_chroma_subsampler.cpp.o): in function
`ChromaSubsampler::ChromaSubsampler(movit::ResourcePool*)':
./obj-mipsel-linux-gnu/../nageru/chroma_subsampler.cpp:121: undefined
reference to `movit::generate_vbo(int, unsigned int, long, void const*)'
/usr/bin/ld: ./obj-mipsel-linux-gnu/../nageru/chroma_subsampler.cpp:121:
undefined reference to `movit::generate_vbo(int, unsigned int, long, void
const*)'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

Looks like further investigations are needed.

-- 
Regards,
Boyuan Yang


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


Bug#949263: vim-tlib: Please make another source-only upload to allow testing migration

2020-01-18 Thread Boyuan Yang
Source: vim-tlib
Severity: important
Version: 1.27-1

Dear vim-tlib maintainer,

The latest upload of package vim-tlib was not a source-only upload. As a
result, this upload will never migrate to Debian Testing. Please consider
making another source-only upload to allow testing migration.

Since the release of Debian 10, all uploads onto Sid have to be source-only
uploads to be able to migrate to Testing. For more information, please see 
https://wiki.debian.org/SourceOnlyUpload .

-- 
Thanks,
Boyuan Yang


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


Bug#949262: libotf: uscan wrongly catches RC releases as latest upstream release

2020-01-18 Thread Boyuan Yang
Source: libotf
Severity: minor
Version: 0.9.13-6
Tags: pending  patch

Dear libotf maintainer,

I just noticed that the instructions written in debian/watch file did not
handle the upstream RC releases and captured v0.9.16RC2 as the latest release.
This can be fixed by specifying uversionmangle in uscan opts.

I have prepared a fix in the git packaging repo: 
https://salsa.debian.org/debian/libotf/commit/88ebf2a067f59c88ef6ac3cb0331703fa157ac1b
. Please review and use it in the next upload if you find it okay.

-- 
Best,
Boyuan Yang


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


Bug#949261: libotf: Please make another source-only upload to allow testing migration

2020-01-18 Thread Boyuan Yang
Source: libotf
Version: 0.9.13-6
Severity: important

Dear libotf maintainer,

The latest upload of package libotf was not a source-only upload. As a result,
this upload will never migration to Testing. Please make another source-only
upload to fix this issue.

Since the release of Debian 10, all uploads must be source-only uploads to be
able to migrate to Testing. For details, please see 
https://wiki.debian.org/SourceOnlyUpload .

-- 
Regards,
Boyuan Yang


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


Bug#949246: wine32:i386: Running Fallout 1 or 2 under Wine 5.0~rc2-1 fullscreen results in black image [regression]

2020-01-18 Thread Michael Gilbert
On Sat, Jan 18, 2020 at 11:05 PM Matti Hämäläinen  wrote:
> > On Sat, Jan 18, 2020 at 3:35 PM Matti Hamalainen wrote:
> >> "virtual desktop" works, but is not a feasible option as on a 2560x1440 
> >> screen
> >> a 640x480 resolution game will be minuscule.
> >
> > winecfg can be used to change dimensions of the virtual desktop.
>
> True, but that does not make it actual fullscreen, and the game changes
> the "virtual desktop" size anyway, because it has no windowed mode.

A lower resolution mode of your monitor could be used before starting
the game, but yes none of this is a solution.

> >> Kernel: Linux 5.4.12-qcmm (SMP w/8 CPU cores)
> >
> > Can this be reproduced with a vanilla debian kernel?
>
> Yes. Exactly same symptom on linux-image-5.4.0-2-amd64

Please submit an upstream report [0].  The packages from snapshots
could be used to determine which version introduced the problem [1].

Best wishes,
Mike

[0] https://bugs.winehq.org
[1] https://snapshot.debian.org/package/wine-development



Bug#949246: wine32:i386: Running Fallout 1 or 2 under Wine 5.0~rc2-1 fullscreen results in black image [regression]

2020-01-18 Thread Matti Hämäläinen

On Sat, 18 Jan 2020, Michael Gilbert wrote:


control: tag -1 moreinfo
control: severity -1 minor

On Sat, Jan 18, 2020 at 3:35 PM Matti Hamalainen wrote:

"virtual desktop" works, but is not a feasible option as on a 2560x1440 screen
a 640x480 resolution game will be minuscule.


winecfg can be used to change dimensions of the virtual desktop.


True, but that does not make it actual fullscreen, and the game changes 
the "virtual desktop" size anyway, because it has no windowed mode.



Kernel: Linux 5.4.12-qcmm (SMP w/8 CPU cores)


Can this be reproduced with a vanilla debian kernel?


Yes. Exactly same symptom on linux-image-5.4.0-2-amd64

--
] ccr/TNSP ^ pWp  ::  c...@tnsp.org  ::  https://tnsp.org/~ccr/
] https://tnsp.org/hg/ -- https://www.openhub.net/accounts/ccr
] PGP key: 7BED 62DE 898D D1A4 FC4A  F392 B705 E735 307B AAE3



Bug#938569: stevedore: Python2 removal in sid/bullseye - reopen 938569

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:stevedore)Testsuite-Triggers->python-stevedore

Re-opening, so that they can be taken care of.


Bug#949260: security-tracker: add cvedetails.com to Source?

2020-01-18 Thread Paul Wise
On Sun, Jan 19, 2020 at 3:05 AM Dmitry Smirnov wrote:

> It might be nice to add "cvedetails.com" to CVE Source links.
>   https://www.cvedetails.com/cve/CVE-2019-13072/

This doesn't appear to add any details that aren't on Mitre:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13072

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#936956: llvmlite: Python2 removal in sid/bullseye - reopen 936956

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:llvmlite)Build-Depends->python-enum34

Re-opening, so that they can be taken care of.


Bug#936962: logbook: Python2 removal in sid/bullseye - reopen 936962

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:logbook)Build-Depends->python-all
(source:logbook)Build-Depends->python-setuptools
(source:logbook)Build-Depends->python-sphinx
(source:logbook)Build-Depends->python-docutils
(source:logbook)Build-Depends->cython
(source:logbook)Build-Depends->python2.7-dev

Re-opening, so that they can be taken care of.


Bug#938078: python-pymzml: Python2 removal in sid/bullseye - reopen 938078

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-pymzml)Build-Depends-Indep->python-sphinx

Re-opening, so that they can be taken care of.


Bug#942916: blueman: Python2 removal in sid/bullseye - reopen 942916

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:blueman)Build-Depends->cython

Re-opening, so that they can be taken care of.


Bug#937670: python-crontab: Python2 removal in sid/bullseye - reopen 937670

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-crontab)Testsuite-Triggers->python

Re-opening, so that they can be taken care of.


Bug#938547: sphinx-testing: Python2 removal in sid/bullseye - reopen 938547

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:sphinx-testing)Testsuite-Triggers->python-nose
(source:sphinx-testing)Testsuite-Triggers->python-six
(source:sphinx-testing)Testsuite-Triggers->python-sphinx

Re-opening, so that they can be taken care of.


Bug#937957: python-novaclient: Python2 removal in sid/bullseye - reopen 937957

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-novaclient)Testsuite-Triggers->python-novaclient

Re-opening, so that they can be taken care of.


Bug#938448: scoop: Python2 removal in sid/bullseye - reopen 938448

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:scoop-doc)Recommends->python-scoop

Re-opening, so that they can be taken care of.


Bug#936808: kopanocore: Python2 removal in sid/bullseye - reopen 936808

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:kopano-utils)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#936108: adios: Python2 removal in sid/bullseye - reopen 936108

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:libadios-bin)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#949246: wine32:i386: Running Fallout 1 or 2 under Wine 5.0~rc2-1 fullscreen results in black image [regression]

2020-01-18 Thread Michael Gilbert
control: tag -1 moreinfo
control: severity -1 minor

On Sat, Jan 18, 2020 at 3:35 PM Matti Hamalainen wrote:
> "virtual desktop" works, but is not a feasible option as on a 2560x1440 screen
> a 640x480 resolution game will be minuscule.

winecfg can be used to change dimensions of the virtual desktop.

> Kernel: Linux 5.4.12-qcmm (SMP w/8 CPU cores)

Can this be reproduced with a vanilla debian kernel?

Best wishes,
Mike



Bug#937214: openturns: Python2 removal in sid/bullseye - reopen 937214

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:openturns-examples)Depends->python

Re-opening, so that they can be taken care of.


Bug#938865: yapsy: Python2 removal in sid/bullseye - reopen 938865

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:yapsy)Build-Depends-Indep->python-configparser

Re-opening, so that they can be taken care of.


Bug#936128: Bug #936128: apr: Python2 removal in sid/bullseye

2020-01-18 Thread Aron Xu
Control: tags -1 + patches

Please find the attached patch to make apr build with python3. I've also 
created a
pull request on salsa repository with the same content:
https://salsa.debian.org/apache-team/apr/merge_requests/2

Regards,
Aron
From 0ba955bab778cdc63530ed1ce0cb1e0cca75d77f Mon Sep 17 00:00:00 2001
From: Aron Xu 
Date: Sun, 19 Jan 2020 03:01:46 +
Subject: [PATCH] Add patch to make the package use python3 (Closes: #936128)

---
 debian/control   |  4 +-
 debian/patches/port-to-python3.patch | 63 
 debian/patches/series|  1 +
 3 files changed, 66 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/port-to-python3.patch

diff --git a/debian/control b/debian/control
index 0e97170..6f0cbe5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian Apache Maintainers 
 Uploaders: Stefan Fritsch 
-Build-Depends: debhelper (>= 11), autoconf, mawk, uuid-dev, doxygen, netbase, net-tools, libtool (>= 2), python:any, libsctp-dev [linux-any]
+Build-Depends: debhelper (>= 11), autoconf, mawk, uuid-dev, doxygen, netbase, net-tools, libtool (>= 2), python3:any, libsctp-dev [linux-any]
 Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/apache-team/apr
 Vcs-Git: https://salsa.debian.org/apache-team/apr.git
@@ -24,7 +24,7 @@ Package: libapr1-dev
 Architecture: any
 Section: libdevel
 Depends: libapr1 (= ${binary:Version}), uuid-dev, ${misc:Depends}, libsctp-dev [linux-any]
-Suggests: python
+Suggests: python3
 Conflicts: libapr1.0-dev, libapr0-dev
 Description: Apache Portable Runtime Library - Development Headers
  APR is Apache's Portable Runtime Library, designed to be a support library 
diff --git a/debian/patches/port-to-python3.patch b/debian/patches/port-to-python3.patch
new file mode 100644
index 000..651fd86
--- /dev/null
+++ b/debian/patches/port-to-python3.patch
@@ -0,0 +1,63 @@
+From: Aron Xu 
+Date: Sun, 19 Jan 2020 02:59:41 +
+Subject: Port to use Python3
+
+===
+---
+ build/buildcheck.sh | 10 +-
+ build/gen-build.py  |  6 +++---
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/build/buildcheck.sh b/build/buildcheck.sh
+index 9fb2b2a..7edc405 100755
+--- a/build/buildcheck.sh
 b/build/buildcheck.sh
+@@ -4,15 +4,15 @@ echo "buildconf: checking installation..."
+ res=0
+ 
+ # any python
+-python=`build/PrintPath python`
++python=`build/PrintPath python3`
+ if test -z "$python"; then
+-  echo "buildconf: python not found."
+-  echo "   You need python installed"
++  echo "buildconf: python3 not found."
++  echo "   You need python3 installed"
+   echo "   to build APR from SVN."
+   res=1
+ else
+-  py_version=`python -c 'import sys; print sys.version' 2>&1|sed 's/ .*//;q'`
+-  echo "buildconf: python version $py_version (ok)"
++  py_version=`python3 -c 'import sys; print(sys.version)' 2>&1|sed 's/ .*//;q'`
++  echo "buildconf: python3 version $py_version (ok)"
+ fi
+ 
+ # autoconf 2.59 or newer
+diff --git a/build/gen-build.py b/build/gen-build.py
+index aa94c33..31ed574 100755
+--- a/build/gen-build.py
 b/build/gen-build.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ #
+ # USAGE: gen-build.py TYPE
+ #
+@@ -10,7 +10,7 @@
+ 
+ 
+ import os
+-import ConfigParser
++import configparser
+ import getopt
+ import string
+ import glob
+@@ -36,7 +36,7 @@ MAKE_PLATFORMS = [
+ 
+ 
+ def main():
+-  parser = ConfigParser.ConfigParser()
++  parser = configparser.ConfigParser()
+   parser.read('build.conf')
+ 
+   if parser.has_option('options', 'dsp'):
diff --git a/debian/patches/series b/debian/patches/series
index d1e5fdc..6631e11 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ libtoolize_check.patch
 debug_testpoll_failure.patch
 use_fcntl_locking.patch
 cross.patch
+port-to-python3.patch
-- 
2.20.1



signature.asc
Description: PGP signature


Bug#936030: #936030: /usr/bin/cloud-init: cloud-init 18.3 failed to detect network link type: cascading (datasource: OpenStack)

2020-01-18 Thread Aron Xu
On Fri, Jan 17, 2020 at 4:30 PM Thomas Goirand  wrote:
>
> On 1/15/20 3:19 PM, Aron Xu wrote:
> > Hi,
> >
> > I've created a pull request for this report:
> > https://salsa.debian.org/cloud-team/cloud-init/merge_requests/3
> >
> > Huawei Cloud or Huawei Fusion will feed cloud-init with an unusually
> > network type called "cascading". This makes the instance provision
> > from Debian image fail, and I have reproduced it with our cloud image
> > from cdimage.d.o. Although I don't know what it is but treating it as
> > "physical" will just work.
> >
> > The suggested patch does not add support for "cascading" network type,
> > but it will treat anything unknown as "physical" network type and let
> > the cloud init process continue, rather than fail very early and give
> > up the entire provision process because of the failure.
> >
> > I would propose this patch to be added in a stable update of buster's
> > cloud-init package.
> >
> > Regards,
> > Aron
> >
>
> Hi Aron,
>
> I have merged your patch in the Buster branch, however, the current plan
> is to get version 19.3 in Buster as a replacement. Therefore, it makes
> little sense right now to ask the release team about this patch, when
> we've already asked for approval of version 19.3. FYI, your patch is
> already included in version 19.3. Maybe you could test with the version
> in Sid?
>

I have verified that sid version works, and waiting for 19.3 to land
in buster works perfectly fine for me. Thanks!

Best wishes,
Aron



Bug#946100: [Python-modules-team] Bug#946100: close 946100

2020-01-18 Thread Sandro Tosi
Control: reopen -1

On Sat, Jan 18, 2020 at 9:51 PM Louis-Philippe Véronneau
 wrote:
>
> close 946100
> thanks
>
> This was done on the VCS a while ago:
>
> https://salsa.debian.org/python-team/modules/python-openidc-client/commit/54187e104951c4e67247d23472481e80b73f3921

since this change was never uploaded, it's not appropriate to close
this bug. What would be appropriate is to edit that changelog entry to
include 'Closes: #946100" which will take care of closing this bug at
the next upload. reopening

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Bug#943259: vim-autopep8: Python2 removal in sid/bullseye - reopen 943259

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:vim-autopep8)Build-Depends->python-sphinx

Re-opening, so that they can be taken care of.


Bug#938006: python-pattern: Python2 removal in sid/bullseye - reopen 938006

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-pattern)Build-Depends->python2-minimal

Re-opening, so that they can be taken care of.


Bug#938575: subliminal: Python2 removal in sid/bullseye - reopen 938575

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:subliminal-nautilus)Depends->python-nautilus

Re-opening, so that they can be taken care of.


Bug#937988: python-osprofiler: Python2 removal in sid/bullseye - reopen 937988

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-osprofiler)Testsuite-Triggers->python-osprofiler

Re-opening, so that they can be taken care of.


Bug#938537: sphinxcontrib-programoutput: Python2 removal in sid/bullseye - reopen 938537

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:sphinxcontrib-programoutput)Build-Depends-Indep->python-pytest

Re-opening, so that they can be taken care of.


Bug#939181: cycle: Python2 removal in sid/bullseye - reopen 939181

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:cycle)Build-Depends-Indep->python
(binary:cycle)Depends->python2:any
(binary:cycle)Depends->python2:any
(binary:cycle)Depends->python-wxgtk3.0

Re-opening, so that they can be taken care of.


Bug#945629: compreffor: Python2 removal in sid/bullseye - reopen 945629

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:compreffor)Build-Depends->cython

Re-opening, so that they can be taken care of.


Bug#938668: tifffile: Python2 removal in sid/bullseye - reopen 938668

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:tifffile)Testsuite-Triggers->python

Re-opening, so that they can be taken care of.


Bug#943096: libreoffice-dictionaries: Python2 removal in sid/bullseye - reopen 943096

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:libreoffice-lightproof-pt-br)Depends->python-uno

Re-opening, so that they can be taken care of.


Bug#943104: pygobject: Python2 removal in sid/bullseye - reopen 943104

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:pygobject)Build-Depends->python-all-dbg
(source:pygobject)Build-Depends->python-all-dev
(source:pygobject)Build-Depends->python-cairo-dbg
(source:pygobject)Build-Depends->python-cairo-dev
(source:pygobject)Build-Depends->python-pytest
(source:pygobject)Build-Depends->python-setuptools
(source:pygobject)Testsuite-Triggers->python2-dev
(binary:python-gi)Depends->python2
(binary:python-gi)Depends->python2
(binary:python-gi)Depends->python2:any
(binary:python-gi)Depends->python2:any
(binary:python-gi-cairo)Depends->python-cairo
(binary:python-gi-cairo)Depends->python-gi
(binary:python-gi-cairo)Depends->python2
(binary:python-gi-cairo)Depends->python2
(binary:python-gi-cairo)Depends->python2:any
(binary:python-gi-cairo)Depends->python2:any
(binary:python-gi-dbg)Depends->python-gi
(binary:python-gi-dbg)Depends->python2-dbg
(binary:python-gi-dbg)Depends->python2-dbg
(binary:python-gi-dbg)Depends->python2-dbg:any
(binary:python-gi-dbg)Depends->python2-dbg:any
(binary:python-gi-dev)Depends->python-gi

Re-opening, so that they can be taken care of.


Bug#945722: pinot: Python2 removal in sid/bullseye - reopen 945722

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:pinot)Recommends->python-docutils

Re-opening, so that they can be taken care of.


Bug#937605: python-biom-format: Python2 removal in sid/bullseye - reopen 937605

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-biom-format)Build-Depends->cython

Re-opening, so that they can be taken care of.


Bug#949260: security-tracker: add cvedetails.com to Source?

2020-01-18 Thread Dmitry Smirnov
Package: security-tracker
Severity: wishlist

It might be nice to add "cvedetails.com" to CVE Source links.

Here is a sample:

  https://www.cvedetails.com/cve/CVE-2019-13072/

Thanks.

-- 
Cheers,
 Dmitry Smirnov

---

Those who are repeatedly passive in the face of injustice soon find their
character corroded.
-- Julian Assange



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


Bug#938283: python-yubico: Python2 removal in sid/bullseye - reopen 938283

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-yubico)Build-Depends->python-all
(source:python-yubico)Build-Depends->python-nose
(source:python-yubico)Build-Depends->python-setuptools
(source:python-yubico)Build-Depends->python-usb
(binary:python-yubico)Depends->python-usb
(binary:python-yubico)Depends->python2:any
(binary:python-yubico)Depends->python2:any
(binary:python-yubico-tools)Depends->python:any
(binary:python-yubico-tools)Depends->python-argparse
(binary:python-yubico-tools)Depends->python-yubico

Re-opening, so that they can be taken care of.


Bug#938426: sagemath: Python2 removal in sid/bullseye - reopen 938426

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:sagemath)Build-Depends->cython
(source:sagemath)Build-Depends->cython-dbg
(binary:sagemath)Depends->cython

Re-opening, so that they can be taken care of.


Bug#938743: ufo-core: Python2 removal in sid/bullseye - reopen 938743

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:libufo-bin)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#937355: puppet-module-horizon: Python2 removal in sid/bullseye - reopen 937355

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:puppet-module-horizon)Build-Depends->python-all
(source:puppet-module-horizon)Build-Depends->python-pbr
(source:puppet-module-horizon)Build-Depends->python-setuptools

Re-opening, so that they can be taken care of.


Bug#937169: nut: Python2 removal in sid/bullseye - reopen 937169

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:nut)Testsuite-Triggers->python

Re-opening, so that they can be taken care of.


Bug#937381: pwman3: Python2 removal in sid/bullseye - reopen 937381

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:pwman3)Recommends->python-mysqldb
(binary:pwman3)Recommends->python-pygresql

Re-opening, so that they can be taken care of.


Bug#943226: python-xarray: Python2 removal in sid/bullseye - reopen 943226

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-xarray)Build-Depends->python-pip

Re-opening, so that they can be taken care of.


Bug#937361: puppet-module-manila: Python2 removal in sid/bullseye - reopen 937361

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:puppet-module-manila)Build-Depends->python-all
(source:puppet-module-manila)Build-Depends->python-pbr
(source:puppet-module-manila)Build-Depends->python-setuptools

Re-opening, so that they can be taken care of.


Bug#938318: qscintilla2: Python2 removal in sid/bullseye - reopen 938318

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:pyqt5.qsci-dev)Depends->python-sip-dev

Re-opening, so that they can be taken care of.


Bug#938467: seqprep: Python2 removal in sid/bullseye - reopen 938467

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:seqprep)Testsuite-Triggers->python

Re-opening, so that they can be taken care of.


Bug#937373: puppet-module-sahara: Python2 removal in sid/bullseye - reopen 937373

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:puppet-module-sahara)Build-Depends->python-all
(source:puppet-module-sahara)Build-Depends->python-pbr
(source:puppet-module-sahara)Build-Depends->python-setuptools

Re-opening, so that they can be taken care of.


Bug#938890: zinnia: Python2 removal in sid/bullseye - reopen 938890

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:zinnia)Build-Depends->python-all-dev

Re-opening, so that they can be taken care of.


Bug#937216: openvswitch: Python2 removal in sid/bullseye - reopen 937216

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:openvswitch-switch)Depends->python:any
(binary:openvswitch-vtep)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#939102: python-distutils-extra: Python2 removal in sid/bullseye - reopen 939102

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-distutils-extra)Build-Depends->python-all
(source:python-distutils-extra)Build-Depends->python-setuptools
(source:python-distutils-extra)Build-Depends->python-httplib2
(source:python-distutils-extra)Build-Depends->python-pkg-resources
(source:python-distutils-extra)Build-Depends->python-gi
(source:python-distutils-extra)Testsuite-Triggers->python-gi
(source:python-distutils-extra)Testsuite-Triggers->python-httplib2
(binary:python-distutils-extra)Depends->python2:any
(binary:python-distutils-extra)Depends->python2:any
(binary:python-distutils-extra)Depends->python:any
(binary:python-distutils-extra)Depends->python-pkg-resources

Re-opening, so that they can be taken care of.


Bug#937396: pybtex: Python2 removal in sid/bullseye - reopen 937396

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:pybtex)Testsuite-Triggers->python-all
(source:pybtex)Testsuite-Triggers->python-nose
(source:pybtex)Testsuite-Triggers->python-pybtex

Re-opening, so that they can be taken care of.


Bug#937534: pysha3: Python2 removal in sid/bullseye - reopen 937534

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:pysha3)Build-Depends->python-setuptools

Re-opening, so that they can be taken care of.


Bug#936322: compizconfig-python: Python2 removal in sid/bullseye - reopen 936322

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:compizconfig-python)Build-Depends->python-all-dev
(source:compizconfig-python)Build-Depends->cython

Re-opening, so that they can be taken care of.


Bug#936362: cysignals: Python2 removal in sid/bullseye - reopen 936362

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:cysignals)Build-Depends-Indep->python-docutils

Re-opening, so that they can be taken care of.


Bug#936169: autopep8: Python2 removal in sid/bullseye - reopen 936169

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:autopep8)Build-Depends->python-pycodestyle

Re-opening, so that they can be taken care of.


Bug#936388: dfvfs: Python2 removal in sid/bullseye - reopen 936388

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:dfvfs)Build-Depends->python-setuptools

Re-opening, so that they can be taken care of.


Bug#937122: ndg-httpsclient: Python2 removal in sid/bullseye - reopen 937122

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:ndg-httpsclient)Build-Depends->python-all
(source:ndg-httpsclient)Build-Depends->python-openssl
(source:ndg-httpsclient)Build-Depends->python-pyasn1
(source:ndg-httpsclient)Build-Depends->python-setuptools

Re-opening, so that they can be taken care of.


Bug#936296: cherrypy3: Python2 removal in sid/bullseye - reopen 936296

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:cherrypy3)Build-Depends->python-all
(source:cherrypy3)Build-Depends->python-coverage
(source:cherrypy3)Build-Depends->python-mock
(source:cherrypy3)Build-Depends->python-nose
(source:cherrypy3)Build-Depends->python-pytest
(source:cherrypy3)Build-Depends->python-setuptools
(source:cherrypy3)Build-Depends->python-setuptools-scm
(source:cherrypy3)Testsuite-Triggers->python-all
(source:cherrypy3)Testsuite-Triggers->python-nose
(binary:python-cherrypy3)Depends->python-six
(binary:python-cherrypy3)Depends->python:any
(binary:python-cherrypy3)Depends->python:any
(binary:python-cherrypy3)Recommends->python-openssl
(binary:python-cherrypy3)Recommends->python-routes
(binary:python-cherrypy3)Recommends->python-simplejson
(binary:python-cherrypy3-doc)Recommends->python-cherrypy3

Re-opening, so that they can be taken care of.


Bug#936817: lasso: Python2 removal in sid/bullseye - reopen 936817

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:lasso)Build-Depends->python

Re-opening, so that they can be taken care of.


Bug#883145: etckeeper: Python2 removal in sid/bullseye - reopen 883145

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:etckeeper)Build-Depends->python

Re-opening, so that they can be taken care of.


Bug#936782: kazoo: Python2 removal in sid/bullseye - reopen 936782

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:kazoo)Testsuite-Triggers->python-mock
(source:kazoo)Testsuite-Triggers->python-nose

Re-opening, so that they can be taken care of.


Bug#936927: libtorrent-rasterbar: Python2 removal in sid/bullseye - reopen 936927

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:libtorrent-rasterbar)Build-Depends->python-docutils

Re-opening, so that they can be taken care of.


Bug#935927: debian-science: Python2 removal in sid/bullseye - reopen 935927

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:science-engineering)Recommends->pythoncad

Re-opening, so that they can be taken care of.


Bug#936663: grml2usb: Python2 removal in sid/bullseye - reopen 936663

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:grml2usb)Testsuite-Triggers->python2

Re-opening, so that they can be taken care of.


Bug#936856: libfiu: Python2 removal in sid/bullseye - reopen 936856

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:libfiu)Build-Depends->libpython-all-dev

Re-opening, so that they can be taken care of.


Bug#936497: expeyes: Python2 removal in sid/bullseye - reopen 936497

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:microhope)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#936530: flatpak-builder: Python2 removal in sid/bullseye - reopen 936530

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:flatpak-builder)Testsuite-Triggers->python2

Re-opening, so that they can be taken care of.


Bug#946100: close 946100

2020-01-18 Thread Louis-Philippe Véronneau
close 946100
thanks

This was done on the VCS a while ago:

https://salsa.debian.org/python-team/modules/python-openidc-client/commit/54187e104951c4e67247d23472481e80b73f3921

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
  ⠈⠳⣄



signature.asc
Description: OpenPGP digital signature


Bug#938459: seafile: Python2 removal in sid/bullseye - reopen 938459

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:seafile-cli)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#938511: solaar: Python2 removal in sid/bullseye - reopen 938511

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:solaar)Recommends->python-dbus

Re-opening, so that they can be taken care of.


Bug#942943: decoratortools: Python2 removal in sid/bullseye - reopen 942943

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:decoratortools)Build-Depends->python-all
(source:decoratortools)Build-Depends->python-nose
(source:decoratortools)Build-Depends->python-setuptools
(binary:python-peak.util.decorators)Depends->python:any
(binary:python-peak.util.decorators)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#938184: python-socksipychain: Python2 removal in sid/bullseye - reopen 938184

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-socksipychain)Testsuite-Triggers->python-all

Re-opening, so that they can be taken care of.


Bug#938072: python-pyknon: Python2 removal in sid/bullseye - reopen 938072

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-pyknon)Build-Depends->python-all-dev
(source:python-pyknon)Build-Depends->python-sphinx
(source:python-pyknon)Build-Depends->python-pytest
(binary:python-pyknon)Depends->python
(binary:python-pyknon)Depends->python
(binary:python-pyknon)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#943281: swarm-cluster: Python2 removal in sid/bullseye - reopen 943281

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:swarm)Recommends->python

Re-opening, so that they can be taken care of.


Bug#943161: plasmidomics: Python2 removal in sid/bullseye - reopen 943161

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:plasmidomics)Build-Depends->python-all
(binary:plasmidomics)Depends->python2:any
(binary:plasmidomics)Depends->python-tk

Re-opening, so that they can be taken care of.


Bug#938152: python-ruffus: Python2 removal in sid/bullseye - reopen 938152

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-ruffus)Testsuite-Triggers->python-pytest

Re-opening, so that they can be taken care of.


Bug#937505: pypdf2: Python2 removal in sid/bullseye - reopen 937505

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:pypdf2)Build-Depends->python-all

Re-opening, so that they can be taken care of.


Bug#936924: libsvm: Python2 removal in sid/bullseye - reopen 936924

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:libsvm-tools)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#936566: fs-uae: Python2 removal in sid/bullseye - reopen 936566

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:fs-uae-arcade)Recommends->python-lhafile

Re-opening, so that they can be taken care of.


Bug#937941: python-neovim: Python2 removal in sid/bullseye - reopen 937941

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:python-neovim)Build-Depends->python-all
(source:python-neovim)Build-Depends->python-setuptools
(source:python-neovim)Build-Depends->python-msgpack
(source:python-neovim)Build-Depends->python-greenlet
(source:python-neovim)Build-Depends->cython
(source:python-neovim)Build-Depends->python-trollius
(source:python-neovim)Build-Depends->python-pytest
(source:python-neovim)Testsuite-Triggers->python-pytest
(binary:python-neovim)Depends->python-greenlet
(binary:python-neovim)Depends->python-msgpack
(binary:python-neovim)Depends->python-trollius
(binary:python-neovim)Depends->python:any
(binary:python-neovim)Depends->python:any

Re-opening, so that they can be taken care of.


Bug#936740: ipe-tools: Python2 removal in sid/bullseye - reopen 936740

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(source:ipe-tools)Build-Depends->python
(binary:svgtoipe)Depends->python
(binary:svgtoipe)Depends->python:any
(binary:svgtoipe)Recommends->python-pil

Re-opening, so that they can be taken care of.


Bug#937163: ns3: Python2 removal in sid/bullseye - reopen 937163

2020-01-18 Thread Sandro Tosi
Control: reopen -1

This bug was closed, but the package has still some dependencies towards
Python2 packages, in details:

(binary:python3-ns3)Depends->python-pygraphviz

Re-opening, so that they can be taken care of.


  1   2   3   >