Bug#1069845: ncl: FTBFS (ld: cannot find -lNGras: No such file or directory)

2024-04-25 Thread Sebastiaan Couwenberg

Control: tags -1 upstream
Control: user debian-...@lists.debian.org
Control: usertag -1 hdf-4.3

On 4/25/24 7:35 PM, Bas Couwenberg wrote:

The buildlogs shows many instances of these:

  /usr/bin/ld: cannot find -lNGctrans: No such file or directory
  /usr/bin/ld: cannot find -lNGras: No such file or directory

The full buildlog is attached.


It also shows:

 hdf.c:56:10: fatal error: dfgr.h: No such file or directory
56 | #include 
   |  ^~~~

This header is no longer provided by hdf 4.3.0, see:


https://github.com/HDFGroup/hdf4/blob/hdf4.3.0/doc/HDF-4.2-to-4.3-migration.md#appendix-list-of-removed-header-files

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1069657: libgeo-gpx-perl: Waypoint name encoding utf-8 does not work

2024-04-22 Thread Sebastiaan Couwenberg

Control: tags -1 upstream
Control: forwarded -1 https://github.com/patjoly/geo-gpx/issues/6

I've forwarded this issue upstream. Please followup there.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068716: pdl: dh_pdl fails with "compilation aborted"

2024-04-09 Thread Sebastiaan Couwenberg

On 4/9/24 5:47 PM, Sudip Mukherjee wrote:

dh_pdl fails with the error:


Quite unusual to see dh_pdl used without debhelper installed.

I guess you were just trying the command instead of using it to set the 
dependencies for another package?



It will need a runtime dependency on libdebhelper-perl.


This is fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068583: libgav1: FTBFS on s390x: test failures

2024-04-07 Thread Sebastiaan Couwenberg
I've added architecture-is-little-endian to the build dependency in git 
to make the lack of big endian support explicit.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068614: gmt: please add support for loong64

2024-04-07 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 4/8/24 4:55 AM, wuruilong wrote:

gmt compiles incorrectly on loong64 architectures, the attached patch solves 
the problem and is verified.

Thanks for the patch and forwarding it upstream, it's applied in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068473: icinga2: crashes on startup on ppc64el

2024-04-06 Thread Sebastiaan Couwenberg

On 4/6/24 1:29 PM, Aurelien Jarno wrote:

On 2024-04-06 08:01, Sebastiaan Couwenberg wrote:

On 4/5/24 9:51 PM, Aurelien Jarno wrote:

For Bookworm given we can not fix the compiler easily, I propose to just
build icinga2 with -O1 on ppc64el. If you are fine with that option, I
can take care of proposing a patch and submitting it to the stable
release team.


A patch for this is very welcome. How do you propose to implement that?
Something like this maybe?

  --- a/debian/rules
  +++ b/debian/rules
  @@ -9,6 +9,11 @@ include /usr/share/dpkg/architecture.mk

   export CTEST_OUTPUT_ON_FAILURE=1

  +ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el))
  +  export DEB_CXXFLAGS_STRIP = -O2
  +  export DEB_CXXFLAGS_MAINT_APPEND = -O1
  +endif
  +
   ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc))
 export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic
-Wl,--as-needed
   endif


Yes, something like that works. I even tested without the
DEB_CXXFLAGS_STRIP, gcc is smart enough to just take the last flag, so
-O1.

Also it seems that your diff applies to the Trixie/Sid version, while it
should be applied to Bookworm instead.


Correct, I did not actually prepare a bookworm branch as you offered to 
take care of that.


Since it's not that much work, I did that now:


https://salsa.debian.org/nagios-team/icinga2/-/commits/bookworm?ref_type=heads

If you can confirm that those changes fix the issue, I can also fix the 
bookworm-pu bugreport, or you can do that if you want.



Note that we ignore test failures on ppc64el which might have caught this
issue.


I don't think so. Tests are not ignored for Bookworm and haven't caught
the issue. OTOH they are ignored for Trixie/Sid, while this version
works fine.


The version command also doesn't trigger the segfault, the autopkgtest 
also didn't catch this.



Upstream doesn't care about those architectures, so we're on our own
to resolve issues on architectures other than amd64/i386/arm64. Pretty much
all packages I maintain don't have actual users on non-amd64 architectures,
so I don't consider it worth the effort to ask the porters for help, they
should spend their time on packages that are actually used. With DSA's use
of icinga2 on porterboxes it's the exception to the norm.


Yes, I agree that the upstream situation is not nice. I personally try
to get things fixed [1], but it went nowhere. And the issue was not
really architecture specific, just that icinga2 testsuite doesn't
support page sizes bigger than 4K...


Thanks for your work on that.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068473: icinga2: crashes on startup on ppc64el

2024-04-06 Thread Sebastiaan Couwenberg

On 4/5/24 9:51 PM, Aurelien Jarno wrote:

For Bookworm given we can not fix the compiler easily, I propose to just
build icinga2 with -O1 on ppc64el. If you are fine with that option, I
can take care of proposing a patch and submitting it to the stable
release team.


A patch for this is very welcome. How do you propose to implement that? 
Something like this maybe?


 --- a/debian/rules
 +++ b/debian/rules
 @@ -9,6 +9,11 @@ include /usr/share/dpkg/architecture.mk

  export CTEST_OUTPUT_ON_FAILURE=1

 +ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el))
 +  export DEB_CXXFLAGS_STRIP = -O2
 +  export DEB_CXXFLAGS_MAINT_APPEND = -O1
 +endif
 +
  ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc))
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic 
-Wl,--as-needed

  endif

Note that we ignore test failures on ppc64el which might have caught 
this issue. Upstream doesn't care about those architectures, so we're on 
our own to resolve issues on architectures other than amd64/i386/arm64. 
Pretty much all packages I maintain don't have actual users on non-amd64 
architectures, so I don't consider it worth the effort to ask the 
porters for help, they should spend their time on packages that are 
actually used. With DSA's use of icinga2 on porterboxes it's the 
exception to the norm.


PowerPC porters, can you help fix the test failures of icinga2 on ppc64el?

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068387: ncl: FTBFS with HDF 4.3.0.

2024-04-04 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On 4/4/24 6:22 PM, Sebastiaan Couwenberg wrote:

The FTBFS with HDF 4.3.0 is not fixed in 6.6.2.dfsg.1-5.


You need the attached patch to fix the error with HDF 4.3.0 by including 
df.h instead of dfi.h.


The package then still FTBFS but due to dh_install:

   dh_install
dh_install: warning: Cannot find (any matches for) "usr/bin/ctrans" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/ctrans
dh_install: warning: Cannot find (any matches for) "usr/bin/ras2ccir601" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/ras2ccir601
dh_install: warning: Cannot find (any matches for) "usr/bin/rascat" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/rascat
dh_install: warning: Cannot find (any matches for) "usr/bin/rasgetpal" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/rasgetpal
dh_install: warning: Cannot find (any matches for) "usr/bin/rasls" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/rasls
dh_install: warning: Cannot find (any matches for) "usr/bin/rasstat" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/rasstat
dh_install: warning: Cannot find (any matches for) "usr/bin/rasview" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/rasview
dh_install: warning: Cannot find (any matches for) "usr/bin/rassplit" 
(tried in ., debian/tmp)


dh_install: warning: ncl-ncarg missing files: usr/bin/rassplit
install -m0755 -d debian/ncl-ncarg//usr/bin
cp --reflink=auto -a debian/tmp/usr/bin/ConvertMapData 
debian/tmp/usr/bin/cgm2ncgm debian/tmp/usr/bin/ctlib 
debian/ncl-ncarg//usr/bin/
dh_install: warning: Cannot find (any matches for) "lib/libncarg_ras.a" 
(tried in ., debian/tmp)


dh_install: warning: libncarg-dev missing files: lib/libncarg_ras.a
dh_install: error: missing files, aborting

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
Description: Fix FTBFS with HDF 4.3.0.
Author: Bas Couwenberg 
Bug-Debian: https://bugs.debian.org/1068387

--- a/ni/src/ncl/FileSupport.c
+++ b/ni/src/ncl/FileSupport.c
@@ -39,7 +39,7 @@ shortNCLuseAFS;
 #include 
 
 #ifdef BuildHDF4
-#include 
+#include 
 #include 
 #ifdef BuildHDFEOS
 #include 


Bug#1068387: ncl: FTBFS with HDF 4.3.0.

2024-04-04 Thread Sebastiaan Couwenberg

reopen 1068387
thanks

The FTBFS with HDF 4.3.0 is not fixed in 6.6.2.dfsg.1-5.

On 4/4/24 1:53 PM, Bas Couwenberg wrote:

Your package FTBFS while performing test rebuilds with HDF 4.3.20.

The attached debdiff contains changes to fix FTBFS issues unrelated to HDF 
4.3.20.


This patch was included in 6.6.2.dfsg.1-5.


Once those are applied, the package fails to build because it includes dfi.h.

  FileSupport.c:42:10: fatal error: dfi.h: No such file or directory
 42 | #include 
|  ^~~

The private headers are no longer included, see:

  https://github.com/HDFGroup/hdf4/blob/hdf4.3.0/doc/HDF-4.2-to-4.3-migration.md


This issue is still present in 6.6.2.dfsg.1-5.

"
   [ Bas Couwenberg ]
   * Rebuild with HDF 4.3.0. Closes: #1068387
"

This changelog entry from the debdiff should not have been included in 
the upload, it is wrong because HDF 4.3.0 is only in experimental at the 
moment.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068384: python-hdf4: FTBFS with HDF 4.3.0.

2024-04-04 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 4/4/24 12:54 PM, Bas Couwenberg wrote:

  pyhdf/hdfext_wrap.c:3845:10: fatal error: hdfi.h: No such file or directory
   3845 | #include "hdfi.h" /* declares int32, float32, etc */
|  ^~~~

This is fixed in git by including hdf.h instead.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068351: libhdf4: Update to latest upstream version

2024-04-03 Thread Sebastiaan Couwenberg

Control: tags -1 confirmed

On 4/4/24 12:59 AM, Bastian Germann wrote:
Please update to the latest upstream version. 4.3.0 has the following 
changelog entry, which I would like to see in the Debian package:


That's not available where the other releases are and used by uscan:

https://support.hdfgroup.org/ftp/HDF/releases/

The HDF Group website links to the GitHub archive for 4.3.0, so we'll 
just switch uscan to use those.


If there's a SONAME bump we'll have to wait for the 64-bit time_t 
transition to finish.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068204: pdl: FTBFS on i386: Failed 1/45 test programs. 2/2262 subtests failed.

2024-04-01 Thread Sebastiaan Couwenberg

Control: tags -1 upstream
Control: forwarded -1 https://github.com/PDLPorters/pdl/issues/469

On 4/1/24 10:47 PM, Sebastian Ramacher wrote:

https://buildd.debian.org/status/fetch.php?pkg=pdl=i386=1%3A2.086-1=1712002199=0


Salsa CI also caught that which triggered the upstream issue.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1068172: gpsprune: 3d function fails with java 17 due to missing "add-opens"

2024-04-01 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 4/1/24 11:19 AM, activityworkshop wrote:

I don't know if this is the best solution, but one way I found to allow access 
is to add
a parameter to the launch command:
--add-opens=java.desktop/sun.awt=ALL-UNNAMED


This is implemented in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067813: nmu: spatialite_5.1.0-3

2024-03-27 Thread Sebastiaan Couwenberg

Control: merge 1067812 1067813

I already requested this a little earlier.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-25 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 3/25/24 10:20 AM, Vladimir Petko wrote:

I've made a small change to the patch: used -D_DEFAULT_SOURCE[1] to
avoid the deprecation warning. I have tested noble and sid build with
the attached patch.


Thanks for you patch improvements. I've managed to test my original 
patch and yours with glibc 2.38 from Debian experimental. I'll forward 
it upstream and include it in the next upload.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-25 Thread Sebastiaan Couwenberg

On 3/25/24 9:25 AM, Vladimir Petko wrote:

  strlcpy and strlcat were introduced in glibc 2.38[1]. At the moment
Ubuntu noble has 2.39  and Debian unstable  - 2.37.


Can you try the attached patch which patches CMakeLists.txt to add the 
definition when strlcat/strlcpy are found on Linux?


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
Description: Add -D_BSD_SOURCE for strlcat/strlcpy privided by glibc >= 2.38.
Author: Bas Couwenberg 
Bug-Debian: https://bugs.debian.org/1067651

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,6 +121,10 @@ check_function_exists("strlcpy"  HAVE_ST
 check_function_exists("strlen"  HAVE_STRLEN)
 check_function_exists("strncasecmp"  HAVE_STRNCASECMP)
 
+IF((HAVE_STRLCAT OR HAVE_STRLCPY) AND CMAKE_SYSTEM_NAME MATCHES "Linux")
+add_definition(-D_BSD_SOURCE)
+ENDIF
+
 check_symbol_exists(vsnprintf stdio.h HAVE_VSNPRINTF)
 IF(NOT HAVE_VSNPRINTF)
 check_function_exists("vsnprintf"  HAVE_VSNPRINTF)


Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-25 Thread Sebastiaan Couwenberg

On 3/25/24 6:31 AM, Vladimir Petko wrote:

The CMake checks if the function is present in the runtime library
(whether strlcpy() compiles), but the declaration in string.h itself
is guarded by __USE_MISC define.
On armhf in Ubuntu toolchain has -Werror=implicit-function-declaration
flag that causes the build failure.
We use -Werror=implicit-function-declaration in Debian unstable too, 
where it doesn't FTBFS because it doesn't find the functions:


 -- Looking for strlcat
 -- Looking for strlcat - not found
 -- Looking for strlcpy
 -- Looking for strlcpy - not found

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067651: mapserver fails to build on armhf in Ubuntu due to implicit declaration of strlcpy

2024-03-24 Thread Sebastiaan Couwenberg

Control: tags -1 upstream moreinfo

On 3/25/24 3:39 AM, Vladimir Petko wrote:

In Ubuntu, the attached patch was applied to achieve the following:
   * d/rules: define -D_BSD_SOURCE to ensure that strlcpy/strlcat functions
 are declared (LP: #2058864).


That seems wrong.

CMakeLists.txt checks for the existence of the function and uses its own 
implementation from mapstring.cpp if not found:


 check_function_exists("strlcat"  HAVE_STRLCAT)
 check_function_exists("strlcpy"  HAVE_STRLCPY)

The functions are detected as shown in the buildlog:

 -- Looking for strlcat
 -- Looking for strlcat - found
 -- Looking for strlcpy
 -- Looking for strlcpy - found

Why does this only happen on armhf?

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067497: openstreetmap-carto-common: "openstreetmap-carto-common.install" does not include directory "style"

2024-03-22 Thread Sebastiaan Couwenberg

Control: tags -1 pending

This is fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067163: mapnik: Fails to build with Python 3.12

2024-03-19 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 3/19/24 5:04 PM, Sebastiaan Couwenberg wrote:

On 3/19/24 4:52 PM, Benjamin Drung wrote:

mapnik fails to build on Ubuntu with Python 3.12 due to the Scons
version in the package. I applied the attached patch to Ubuntu to use
the scons Debian package.


We moved away from the scons package because that was broken (#936017).

Better to patch what's included in mapnik.


This is fixed in git by cherry-picking the upstream changes switching 
from imp to importlib.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067163: mapnik: Fails to build with Python 3.12

2024-03-19 Thread Sebastiaan Couwenberg

On 3/19/24 4:52 PM, Benjamin Drung wrote:

mapnik fails to build on Ubuntu with Python 3.12 due to the Scons
version in the package. I applied the attached patch to Ubuntu to use
the scons Debian package.


We moved away from the scons package because that was broken (#936017).

Better to patch what's included in mapnik.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1067059: ruby-hdfeos5: FTBFS with gcc-14 (-Werror=implicit-function-declaration)

2024-03-18 Thread Sebastiaan Couwenberg

Control: tags -1 pending

This is fixed in git with patch that adds the external function definitions.

Youhei, you marked the other patches as forwarded, how did you forward 
those patches upstream? There is no upstream metadata or 
Upstream-Contact which informs us of where to send patches.


Can you share those details and document them in the package?

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8

2024-03-16 Thread Sebastiaan Couwenberg

The upstream repo shows no progress for two years,
affected packages should switch to alternatives.



Bug#1066922: ITP: python-mercantile -- Web mercator XYZ tile utilities

2024-03-15 Thread Sebastiaan Couwenberg

Note that this packages was in the archive in the past:

 https://tracker.debian.org/pkg/mercantile

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1066727: satpy: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-03-14 Thread Sebastiaan Couwenberg

reassign 1066727 src:python-pytest-lazy-fixture
found 1066727 python-pytest-lazy-fixture/0.6.3-2
affects 1066727 src:satpy
thanks

On 3/13/24 4:00 PM, Lucas Nussbaum wrote:

/usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
 valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'

Reassigning accordingly.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1066442: merkaartor: FTBFS: Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file or directory

2024-03-13 Thread Sebastiaan Couwenberg

On 3/13/24 1:03 PM, Lucas Nussbaum wrote:

Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file 
or directory
28 | #include 
   |  ^


Looks like libproxy-dev moved the header from /usr/include to 
/usr/include/libproxy, we'll need to add that include path.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1066144: python-pyproj: please remove obsolete python3-mock build-dependency

2024-03-12 Thread Sebastiaan Couwenberg

Control: tags -1 pending

Fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065869: grass: Please drop dependencies on python3-distutils

2024-03-10 Thread Sebastiaan Couwenberg

Control: tags -1 pending

Fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065865: gdal: Please drop dependencies on python3-distutils

2024-03-10 Thread Sebastiaan Couwenberg

Control: tags -1 pending

Fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065678: josm: JOSM hangs when downloading Bing imagery, but only the first time in a session

2024-03-09 Thread Sebastiaan Couwenberg

On 3/9/24 2:58 PM, Andrew Chadwick wrote:

I will continue reporting here, since this seems to be a Debian-
specific issue. I don't have much else to add, however. Happy to try
out fixes as they emerge.


Without upstream involvement, this issue will not get resolved.

Upstream doesn't built the Java code of its dependencies, it uses the 
JARs hosted on Maven.


The metadata-extractor 2.19.0 JAR from Maven uses xmpcore 6.1.11, the 
Debian package uses xmpcore 6.1.10 because that version has source JARs 
available unlike 6.1.11.


There are no other significant source changes.

Upstream builds their JARs with Java 8, the Debian package uses Java 17.

You can use the upstream JARs by purging the josm{,-l10n} & jmapviewer 
packages and installing the josm-installer package. The systemd timer it 
provides periodically downloads the upstream JAR. The package installs 
the same desktop integration files as the josm package.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065678: josm: JOSM hangs when downloading Bing imagery, but only the first time in a session

2024-03-08 Thread Sebastiaan Couwenberg

Control: tags -1 upstream
Control: forwarded -1 https://josm.openstreetmap.de/ticket/23540

This is a known issue since the update to 18969, the workaround is to 
add the OSM Carto layer first, and then add the Bing layer.


As this is an upstream issue, you're encouraged to report it upstream 
directly: https://josm.openstreetmap.de/, it is not an issue that we can 
fix in the packaging.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065501: qgis FTBFS: FAILED: src/crssync/CMakeFiles/synccrsdb

2024-03-07 Thread Sebastiaan Couwenberg

Control: tags -1 upstream
Control: forwarded -1 https://github.com/qgis/QGIS/issues/56756

From the build log:

 Operation needs translation in 
QgsCoordinateReferenceSystemUtils::translateProjection: mod_krovak


This is actually caused by PROJ 9.4.0 which introduced support for the 
Modified Krovak projection.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065501: qgis FTBFS: FAILED: src/crssync/CMakeFiles/synccrsdb

2024-03-05 Thread Sebastiaan Couwenberg

Control: tags -1 confirmed

On 3/5/24 4:44 PM, Adrian Bunk wrote:

https://buildd.debian.org/status/logs.php?pkg=qgis=3.34.4%2Bdfsg-3


Nothing we can do about that until the dependency chain has been rebuilt 
for the ongoing t64 transition.


The builds prior to the t64 transition succeeded.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065257: fyba: missing dpkg-dev (>= 1.22.5) build dependency for time_t transition

2024-03-02 Thread Sebastiaan Couwenberg

On 3/2/24 10:35 AM, Sebastian Ramacher wrote:

Thank you for uploading the changes required for the time_t transition.
Unfortunately, the upload was missing dpkg-dev (>= 1.22.5) in
Build-Depends. Hence, the package was built with an old version of dpkg
not enabling the changes for the time_t transition. Please add dpkg-dev
(>= 1.22.5) to Build-Depends and upload the new version ASAP.


You just scheduled the binNMU for fyba via #1036884 to resolve this, why 
waste time on sourcefull uploads for these packages?


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065255: netcdf: missing dpkg-dev (>= 1.22.5) build dependency for time_t transition

2024-03-02 Thread Sebastiaan Couwenberg

On 3/2/24 10:33 AM, Sebastian Ramacher wrote:

Thank you for uploading the changes required for the time_t transition.
Unfortunately, the upload was missing dpkg-dev (>= 1.22.5) in
Build-Depends. Hence, the package was built with an old version of dpkg
not enabling the changes for the time_t transition. Please add dpkg-dev
(>= 1.22.5) to Build-Depends and upload the new version ASAP.


Can't you just binNMU the packages in question? That will be much 
quicker than sourcefull uploads of these packages.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065234: O: pyshp -- read/write support for ESRI Shapefile format - Python 3.x

2024-03-01 Thread Sebastiaan Couwenberg

Control: tags -1 moreinfo

This sounds like the wrong package, because pyshp is maintained by the 
Debian GIS team and won't be orphaned.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1065190: ogdi-dfsg: missing build-dep on libtirpc-dev

2024-03-01 Thread Sebastiaan Couwenberg

Control: tags -1 pending

Thanks for reporting this issue, it's fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1061961:

2024-02-28 Thread Sebastiaan Couwenberg

On 2/29/24 5:17 AM, Michael Hudson-Doyle wrote:

On Thu, 29 Feb 2024 at 17:11, Sebastiaan Couwenberg 
wrote:


On 2/28/24 8:33 PM, Michael Hudson-Doyle wrote:

Hi, thanks for taking the NMU. Unfortunately it looks like you uploaded
just slightly too early and the package was built with 32 bit time_t on

ARM

That's odd, because gcc-13 and dpkg were already built & installed on
armel & armhf.



Hmm well maybe I'm just confused about everything. But this log

https://buildd.debian.org/status/fetch.php?pkg=fyba=armhf=4.1.1-9=1709134774=0


Might have needed to wait for the buildd chroots to get updated because 
the package is not fetched from the archive like tzdata?



Looks like it was built with "dev_1.22.4 gcc-13_13.2.0-13" which I think
are the pre-time64 abi ones.


A whole bunch of packages will need to be binNMUed any way, just have 
the release team include packages like fyba among those too.



I also didn't start my builds until I saw a whole bunch by vorlon in the
transition tracker. Those should have the same issue then.


The script we've been using to upload the NMUs adds a versioned build-dep
on dpkg-dev which should have avoided this. But maybe we should check...


That change was not included in your NMU diffs.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1061961:

2024-02-28 Thread Sebastiaan Couwenberg

On 2/28/24 8:33 PM, Michael Hudson-Doyle wrote:

Hi, thanks for taking the NMU. Unfortunately it looks like you uploaded
just slightly too early and the package was built with 32 bit time_t on ARM


That's odd, because gcc-13 and dpkg were already built & installed on 
armel & armhf.


I also didn't start my builds until I saw a whole bunch by vorlon in the 
transition tracker. Those should have the same issue then.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1064866: python-geopandas: please remove dependencies on obsolete libraries python3-six & python3-mock

2024-02-26 Thread Sebastiaan Couwenberg

Control: tags -1 pending

Fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1063999: libhdf4-0-alt: is not multi-arch compatible

2024-02-15 Thread Sebastiaan Couwenberg

Control: tags -1 pending

Thanks for the patch, it's applied in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1063994: libgdal32: library is not marked for multi-arch

2024-02-15 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 2/15/24 1:05 PM, Yuriy M. Kaminskiy wrote:

Trivial patch attached.
Like ogdi it does not apply cleanly as it targets the old version in 
bookworm.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1063996: libogdi4.1: is not multi-arch compatible

2024-02-15 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 2/15/24 1:26 PM, Yuriy M. Kaminskiy wrote:

Patch attached.


It does not apply cleanly as it targets the old version in bookworm 
instead of what's in unstable.


Further changes to fix the lintian regressions were also committed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1063935: stac-validator: Vcs-Git field points to wrong repo

2024-02-14 Thread Sebastiaan Couwenberg

Control: tags -1 pending.

Fixed in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1063675: bookworm-pu: package nvidia-graphics-drivers/525.147.05-6~deb12u1

2024-02-12 Thread Sebastiaan Couwenberg

Keeping an eye on the Release Calendar can help too:

 https://release.debian.org/release-calendar.ics

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1036884: Schedule

2024-02-06 Thread Sebastiaan Couwenberg

On 2/7/24 08:10, Mattias Ellert wrote:

Personally I think it would have made more sense to file these bugs
with minor or normal severity (since they are simply informational at
this stage) and then upgrade them to serious when the transition starts
(at which point they become RC).


I'd downgrade the severity to important like we do for FTBFS bugreports 
of rdeps involved in not yet started transitions. Once the transition 
starts with the upload of dpkg to unstable the severity should be raised 
to serious.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1062880: saga: FTBFS: dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j32 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2

2024-02-05 Thread Sebastiaan Couwenberg

Control: tags -1 upstream
Control: forwarded -1 https://sourceforge.net/p/saga-gis/bugs/317/

On 2/3/24 22:18, Sergio Durigan Junior wrote:

/<>/obj-x86_64-linux-gnu/src/saga_core/saga_api/saga_api_python/CMakeFiles/saga_api_python.dir/saga_apiPYTHON_wrap.cxx:
 In function ‘PyObject* PyInit__saga_api()’:
/<>/obj-x86_64-linux-gnu/src/saga_core/saga_api/saga_api_python/CMakeFiles/saga_api_python.dir/saga_apiPYTHON_wrap.cxx:269918:82:
 error: lvalue required as unary ‘&’ operand
269918 |   SWIG_Python_SetConstant(d, 
"M_ALMOST_ZERO",SWIG_NewPointerObj(SWIG_as_voidptr(&0.001),SWIGTYPE_p_long_double,
 0 ));
|   
   ^


This is likely caused by the recent update of SWIG to 4.2.0. I've 
forwarded this issue upstream.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1062100: geos: NMU diff for 64-bit time_t transition

2024-01-31 Thread Sebastiaan Couwenberg

On 1/31/24 13:29, Sebastiaan Couwenberg wrote:

This seems to use the wrong package name:

  -Package: libgeos3.12.1
  +Package: libgeos3.12.1t64
  +Provides: ${t64:Provides}
  +X-Time64-Compat: libgeos-c1v5
  +Replaces: libgeos3.12.1
  +Breaks: libgeos3.12.1 (<< ${source:Version})
   Architecture: any
   Multi-Arch: same
   Section: libs

If I understand the intend of X-Time64-Compat correctly, it's only 
required for libgeos-c1t64 because that replaced the v5 suffix with t64, 
libgeos3.12.1t64 only adds the t64 suffix and shouldn't need 
X-Time64-Compat.


I've fixed your packaging in git. You're also using the wrong package 
name in the Lintian overrides.



https://salsa.debian.org/debian-gis-team/geos/-/commit/5dad3656a45ebedb6de046e239ec1787bca8

Also the debdiff in this issue doesn't match the upload to experimental, 
so I need to import that dsc instead of applying the patch from this issue.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1062100: geos: NMU diff for 64-bit time_t transition

2024-01-31 Thread Sebastiaan Couwenberg

This seems to use the wrong package name:

 -Package: libgeos3.12.1
 +Package: libgeos3.12.1t64
 +Provides: ${t64:Provides}
 +X-Time64-Compat: libgeos-c1v5
 +Replaces: libgeos3.12.1
 +Breaks: libgeos3.12.1 (<< ${source:Version})
  Architecture: any
  Multi-Arch: same
  Section: libs

If I understand the intend of X-Time64-Compat correctly, it's only 
required for libgeos-c1t64 because that replaced the v5 suffix with t64, 
libgeos3.12.1t64 only adds the t64 suffix and shouldn't need 
X-Time64-Compat.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1061961: fyba: NMU diff for 64-bit time_t transition

2024-01-30 Thread Sebastiaan Couwenberg

On 1/30/24 16:32, Lukas Märdian wrote:

Am 30.01.24 um 16:06 schrieb Sebastiaan Couwenberg:

On 1/30/24 15:57, Lukas Märdian wrote:
But please remember that this is meant to only hit experimental for 
now, until the dpkg change lands in unstable.

So please don't upload it into unstable just yet.


gdal will need to be rebuilt once fyba moves to unstable, how will 
these transitions be coordinated?


Regular transitions are staged in experimental, and once the Release 
Team gives the go-ahead the package is uploaded to unstable after 
which they schedule binNMUs.


Presumably there will be and overarching t64 transition to determine 
the order in which packages need to be moved to unstable triggering 
their respective transition which may include packages having their 
own t64 transition pending in experimental.


Please see prior discussion in https://bugs.debian.org/1036884 for the 
overall game plan.


That only mentions:

"
 - sourceful NMUs of all the libraries will be reuploaded to unstable
   (without binaries, so that they can be promoted to testing without
   additional uploads).
"

Should we assume that to mean that everything will be uploaded at the 
same time without taking inter-dependencies into account?


How will the t64 transitions be coordinated with the release team?

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1061961: fyba: NMU diff for 64-bit time_t transition

2024-01-30 Thread Sebastiaan Couwenberg

On 1/30/24 15:57, Lukas Märdian wrote:
But please remember that this is meant to only hit experimental for now, 
until the dpkg change lands in unstable.

So please don't upload it into unstable just yet.


gdal will need to be rebuilt once fyba moves to unstable, how will these 
transitions be coordinated?


Regular transitions are staged in experimental, and once the Release 
Team gives the go-ahead the package is uploaded to unstable after which 
they schedule binNMUs.


Presumably there will be and overarching t64 transition to determine the 
order in which packages need to be moved to unstable triggering their 
respective transition which may include packages having their own t64 
transition pending in experimental.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1061961: fyba: NMU diff for 64-bit time_t transition

2024-01-30 Thread Sebastiaan Couwenberg

On 1/30/24 14:50, Lukas Märdian wrote:

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.


Please cancel the NMU and let us upload it instead with pending changes 
from git.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1061105: [DKIM] Bug#1061105: netcdf-bin nccopy compression error in bookworm

2024-01-18 Thread Sebastiaan Couwenberg

Control: tags -1 upstream moreinfo

On 1/18/24 12:55, Andre Castro Gonçalves de Oliveira de Castro wrote:

When I attempt to compress a NetCDF file with nccopy in Bookworm, an HDF error 
is returned and an empty NetCDF is produced
If the same command + file are invoked by netcdf-bin:1:4.7.4-1 (Bullseye), the 
compression is successful and the compressed NetCDF includes all the data.

Example: (.nc file in attachment)

nccopy -d9 20240117_KNMI_Cabauw-CABAUW_PAR001.nc 
20240117_KNMI_Cabauw-CABAUW_PAR001.comp.nc

output:

NetCDF: HDF error
Location: file ; line 1617

I am using a RaspberryPi4  Debian GNU/Linux 12 (bookworm), kernel 
6.1.0-rpi4-rpi-v8,


Might be an issue with the dataset.

netcdf-bin (1:4.9.2-3) on unstable:

 $ nccopy -d9 20240117_KNMI_Cabauw-CABAUW_PAR001.nc 
20240117_KNMI_Cabauw-CABAUW_PAR001.comp.nc

 NetCDF: Filter error: bad id or parameters or duplicate filter
 Location: file ?; fcn ? line 1152

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1061044: [Pkg-nagios-devel] Bug#1061044: nagvis: Website only response with a PHP-Deprecation Error.

2024-01-16 Thread Sebastiaan Couwenberg

On 1/16/24 20:39, Jens Ritter wrote:

Upstream provides an update for PHP8.2-Errors
(https://www.nagvis.org/downloads/changelog/1.9.36)


That's already in testing & unstable, see:

 https://tracker.debian.org/pkg/nagvis


Is there any way possible to include this changes ?


I doubt the viability of cherry-picking the php8.2 changes.

Backporting nagvis for bookworm should be easier. Someone who actually 
uses nagvis should do that. Perhaps you?


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1059956: qgis: remove usage of old python3-mock

2024-01-03 Thread Sebastiaan Couwenberg

Control: tags -1 pending

The build dependency is dropped in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1055228: Bug#1055750: Bug#1055228: plplot: FTBFS on armhf (test segfault)

2024-01-01 Thread Sebastiaan Couwenberg
plplot got removed from armhf, the severity of this issue could be 
lowered to important to not have the package removed from testing.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1059722: fiona FTCBFS: unsatisfiable Build-Depends

2023-12-30 Thread Sebastiaan Couwenberg

Control: tags -1 patch.

Thanks for the patch, it's applied in git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1059330: transition: shapelib

2023-12-29 Thread Sebastiaan Couwenberg

It turns out that plplot FTBFS on armhf: #1055228

I've requested partial removal of plplot and its rdeps from armhf since 
a fix is unlikely in the short term:


- plplot (1059682)
  # Broken Depends:
  - munipack (1059683)
  - psfex (1059684)
  # Broken Build-Depends:
  - coyote (1059685)
  - gnudatalanguage (1059686)
# Broken Depends:
- coyote (1059685)
- idlastro (1059689)
- mpfit (1059690)
# Broken Build-Depends:
- coyote (1059685)
- idlastro (1059689)
- mpfit (1059690)
  - munipack (1059683)
  - psfex (1059684)
  - scamp (1059687)
# Broken Build-Depends:
- theli (1059688)
  - theli (1059688)

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1059330: transition: shapelib

2023-12-27 Thread Sebastiaan Couwenberg

On 12/27/23 21:16, Sebastian Ramacher wrote:

On 2023-12-22 16:39:57 +0100, Bas Couwenberg wrote:

Shapelib 1.6.0 bumps the SONAME requiring a transition.

All rdeps built successfully with the new version as summarized below.


Please go ahead.


Thanks. shapelib (1.6.0-1) has been uploaded to unstable and is now 
built & installed on all release architectures.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1059155: [DKIM] [Pkg-nagios-devel] Bug#1059155: [INTL:ro] Romanian debconf templates translation of icinga2

2023-12-20 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 12/20/23 18:06, Remus-Gabriel Chelu wrote:

Please find attached the Romanian translation of the «icinga2» file.

Add it git.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1028489: boost1.83 as default

2023-12-18 Thread Sebastiaan Couwenberg

Please also binNMU icinga2 in experimental.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1028489: boost1.83 as default

2023-12-17 Thread Sebastiaan Couwenberg
Don't forget to raise the severity of the FTBFS bugreports to serious 
now that the new boost-defaults is in unstable.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1058133: python-numpy-groupies: FTBFS: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

2023-12-17 Thread Sebastiaan Couwenberg

Control: tags -1 pending

This is fixed in the most recent upstream release, which unfortunately 
FTBFS with python3.12 due to test failures.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1058621: netcdf: Finalize HDF5 library at exit

2023-12-13 Thread Sebastiaan Couwenberg

Control: tags -1 pending

On 12/13/23 17:52, Rafael Laboissière wrote:

The bug has been forwarded upstream [1]. The upstream author of
octave-netcdf, John Donoghue, discovered that the problem is not caused
by the netcdf package nor by Octave itself, but is rather a problem
within the netcdf library, in the way the HDF5 support is unloaded. He
proposed a patch to the upstream authors of the netcdf library [2]. It
would be great if that patch can be integrated to the netcdf package for
Debian.


The patch is added in git. I'm going to wait at least for #2827 to get 
merged, as there might be further changes.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1058121: pytest-recording: FTBFS: ModuleNotFoundError: No module named 'imp'

2023-12-12 Thread Sebastiaan Couwenberg

tags 1056450 ftbfs
reassign 1058121 src:python-flasgger
found 1058121 python-flasgger/0.9.5+dfsg.2-3
affects 1058121 src:pytest-recording
merge 1056450 1058121
thanks

This is a duplicate of #1056450, reassigning to python-flasgger.

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1056440: pyopengl's autopkg tests fail with Python 3.12

2023-12-11 Thread Sebastiaan Couwenberg

Control: block -1 by 1058031

This seems to be fixed upstream:

 https://github.com/mcfletch/pyopengl/issues/99

The pyopengl test suite fails because pygame FTBFS with Python 3.12 
(#1058031) this likely also affects the autopkgtest.


--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1056834: pyfuse3: ftbfs with cython 3.0.x

2023-12-11 Thread Sebastiaan Couwenberg

On 12/11/23 13:08, Francesco P. Lovergine wrote:

On Mon, Dec 11, 2023 at 12:30:24PM +0100, Sebastiaan Couwenberg wrote:

On 12/11/23 12:04, Francesco P. Lovergine wrote:
Unfortunately pyfuse3 is currently not more actively developedi (see 
it's github page), I wonder if it makes sense maintaining it in 
Debian, even considering the Python

life cycle which far from being slow and could render the whole thing
strongly obsolete even at mid-term.

Removing the package because it's dead upstream makes sense.

The rdeps will need to be updated before it can be removed:

# Broken Depends:
s3ql: s3ql

# Broken Build-Depends:
borgbackup: python3-pyfuse3
borgbackup2: python3-pyfuse3
s3ql: python3-pyfuse3 (3.2.0 >=)
  python3-pyfuse3 (4.0.0 <)



For borg it's a pure recommends. About S3ql it strictly depends
on pyfuse3 which is the async Trio based implementation of the
fuse library. The current status of the whole fuse-in-Python
is quite confused and I guess for such kind of things soon
we will see a general shift to other more performant ecosystems,
such as rust. At the time, I hoped that things would evolve for
the best in the Python ecosystem, but I was too much optimistic...


Patch borgbackup{,2} to drop the (build) dependencies, and file RM 
bugreports for s3ql and have it block the RM bugreport for pyfuse3.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1056834: pyfuse3: ftbfs with cython 3.0.x

2023-12-11 Thread Sebastiaan Couwenberg

On 12/11/23 12:04, Francesco P. Lovergine wrote:
Unfortunately pyfuse3 is currently not more actively developedi (see 
it's github page), I wonder if it makes sense maintaining it in Debian, 
even considering the Python

life cycle which far from being slow and could render the whole thing
strongly obsolete even at mid-term.

Removing the package because it's dead upstream makes sense.

The rdeps will need to be updated before it can be removed:

 # Broken Depends:
 s3ql: s3ql

 # Broken Build-Depends:
 borgbackup: python3-pyfuse3
 borgbackup2: python3-pyfuse3
 s3ql: python3-pyfuse3 (3.2.0 >=)
   python3-pyfuse3 (4.0.0 <)

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1056866: python-pcl: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

On 12/11/23 08:23, Jochen Sprickerhof wrote:

* Sebastiaan Couwenberg  [2023-12-10 12:22]:

On Sun, 26 Nov 2023 10:06:32 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term 
workaround.


Feel free to NMU (or team upload) python-pcl.
Honestly I'm thinking of removing it form the archive as upstream is no 
longer maintained and I don't have a use anymore either (it also has a 
low popcon and no rdeps). Do you want to maintain it?


No, I don't want to maintain it as I don't use the package either. I 
just provided patches to hopefully speedup the process to get cython 3.0 
into unstable.


Removing the package is the right thing to do for projects that are dead 
upstream in my opinion.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1056896: yt: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:07:04 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1057864.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru yt-4.2.2/debian/changelog yt-4.2.2/debian/changelog
--- yt-4.2.2/debian/changelog   2023-08-26 09:53:14.0 +0200
+++ yt-4.2.2/debian/changelog   2023-12-10 17:48:24.0 +0100
@@ -1,3 +1,10 @@
+yt (4.2.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 17:48:24 +0100
+
 yt (4.2.2-1) unstable; urgency=medium
 
   * New upstream version 4.2.2
diff -Nru yt-4.2.2/debian/control yt-4.2.2/debian/control
--- yt-4.2.2/debian/control 2023-07-13 17:39:01.0 +0200
+++ yt-4.2.2/debian/control 2023-12-10 17:48:24.0 +0100
@@ -4,7 +4,7 @@
Ole Streicher 
 Section: python
 Priority: optional
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
libpython3-dev,


Bug#1056893: uvloop: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:07:01 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru uvloop-0.19.0+ds1/debian/changelog uvloop-0.19.0+ds1/debian/changelog
--- uvloop-0.19.0+ds1/debian/changelog  2023-11-16 13:16:10.0 +0100
+++ uvloop-0.19.0+ds1/debian/changelog  2023-12-10 17:34:12.0 +0100
@@ -1,3 +1,10 @@
+uvloop (0.19.0+ds1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 17:34:12 +0100
+
 uvloop (0.19.0+ds1-2) unstable; urgency=medium
 
   * Add 0003-Fix-unit-tests-on-IPv6-only-hosts patch. Thanks to Dale Richards!
diff -Nru uvloop-0.19.0+ds1/debian/control uvloop-0.19.0+ds1/debian/control
--- uvloop-0.19.0+ds1/debian/control2022-11-07 15:08:44.0 +0100
+++ uvloop-0.19.0+ds1/debian/control2023-12-10 17:34:12.0 +0100
@@ -5,7 +5,7 @@
 Uploaders: Debian Python Team 
 Build-Depends: debhelper-compat (= 12), dh-python,
libuv1-dev,
-   cython3 (>= 0.28),
+   cython3-legacy (>= 0.28),
python3-all-dev,
python3-setuptools,
python3-psutil ,


Bug#1056891: statsmodels: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:58 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru statsmodels-0.14.0+dfsg/debian/changelog 
statsmodels-0.14.0+dfsg/debian/changelog
--- statsmodels-0.14.0+dfsg/debian/changelog2023-11-11 21:34:28.0 
+0100
+++ statsmodels-0.14.0+dfsg/debian/changelog2023-12-10 16:14:11.0 
+0100
@@ -1,3 +1,10 @@
+statsmodels (0.14.0+dfsg-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 16:14:11 +0100
+
 statsmodels (0.14.0+dfsg-5) unstable; urgency=medium
 
   * Allow building with Cython 3.0 (Closes: LP: #2043284) and cp 9.2.
diff -Nru statsmodels-0.14.0+dfsg/debian/control 
statsmodels-0.14.0+dfsg/debian/control
--- statsmodels-0.14.0+dfsg/debian/control  2023-08-19 22:57:43.0 
+0200
+++ statsmodels-0.14.0+dfsg/debian/control  2023-12-10 16:14:11.0 
+0100
@@ -9,7 +9,7 @@
 Build-Depends: debhelper-compat (= 13),
sphinx-common,
dh-python (>= 3.20180313~),
-   cython3 (>= 0.29.32~),
+   cython3-legacy (>= 0.29.32~),
 # tries to build twice (arch/indep), which fails   
pybuild-plugin-pyproject,
python3-all-dev,
python3-colorama  ,


Bug#1056889: skimage: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:56 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1056132.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru skimage-0.22.0/debian/changelog skimage-0.22.0/debian/changelog
--- skimage-0.22.0/debian/changelog 2023-10-05 08:46:12.0 +0200
+++ skimage-0.22.0/debian/changelog 2023-12-10 15:35:57.0 +0100
@@ -1,3 +1,10 @@
+skimage (0.22.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 15:35:57 +0100
+
 skimage (0.22.0-2) unstable; urgency=medium
 
   * Increase tolerance for moments test on 32 bit (again)
diff -Nru skimage-0.22.0/debian/control skimage-0.22.0/debian/control
--- skimage-0.22.0/debian/control   2023-10-05 08:44:10.0 +0200
+++ skimage-0.22.0/debian/control   2023-12-10 15:35:57.0 +0100
@@ -4,7 +4,7 @@
Ole Streicher 
 Section: python
 Priority: optional
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
ninja-build,


Bug#1056887: sfepy: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:55 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru sfepy-2021.4/debian/changelog sfepy-2021.4/debian/changelog
--- sfepy-2021.4/debian/changelog   2023-01-22 18:12:28.0 +0100
+++ sfepy-2021.4/debian/changelog   2023-12-10 15:25:17.0 +0100
@@ -1,3 +1,10 @@
+sfepy (2021.4-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 15:25:17 +0100
+
 sfepy (2021.4-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru sfepy-2021.4/debian/control sfepy-2021.4/debian/control
--- sfepy-2021.4/debian/control 2023-01-22 18:12:28.0 +0100
+++ sfepy-2021.4/debian/control 2023-12-10 15:25:17.0 +0100
@@ -3,7 +3,7 @@
 Uploaders: Anton Gladky 
 Section: python
 Priority: optional
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
ipython3,


Bug#1056888: scipy: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:54 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru scipy-1.10.1/debian/changelog scipy-1.10.1/debian/changelog
--- scipy-1.10.1/debian/changelog   2023-12-05 14:22:12.0 +0100
+++ scipy-1.10.1/debian/changelog   2023-12-10 14:40:38.0 +0100
@@ -1,3 +1,10 @@
+scipy (1.10.1-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 14:40:38 +0100
+
 scipy (1.10.1-6) unstable; urgency=medium
 
   * Team upload
diff -Nru scipy-1.10.1/debian/control scipy-1.10.1/debian/control
--- scipy-1.10.1/debian/control 2023-10-27 11:24:17.0 +0200
+++ scipy-1.10.1/debian/control 2023-12-10 14:40:38.0 +0100
@@ -5,8 +5,8 @@
Varun Hiremath 
 Section: python
 Priority: optional
-Build-Depends: cython3 (>= 0.29.21~),
-   cython3 (<< 3.0),
+Build-Depends: cython3-legacy (>= 0.29.21~),
+   cython3-legacy (<< 3.0),
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,


Bug#1056886: scalene: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:53 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1037852.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru scalene-1.5.16/debian/changelog scalene-1.5.16/debian/changelog
--- scalene-1.5.16/debian/changelog 2022-12-26 13:33:26.0 +0100
+++ scalene-1.5.16/debian/changelog 2023-12-10 14:37:31.0 +0100
@@ -1,3 +1,10 @@
+scalene (1.5.16-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 14:37:31 +0100
+
 scalene (1.5.16-1) unstable; urgency=medium
 
   * New upstream version (Closes: #1025237, #1023633).
diff -Nru scalene-1.5.16/debian/control scalene-1.5.16/debian/control
--- scalene-1.5.16/debian/control   2022-12-26 13:33:26.0 +0100
+++ scalene-1.5.16/debian/control   2023-12-10 14:37:31.0 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Team 
 Uploaders: Emmanuel Arias ,
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
help2man,


Bug#1056885: sagemath: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:52 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1042683.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru sagemath-9.5/debian/changelog sagemath-9.5/debian/changelog
--- sagemath-9.5/debian/changelog   2023-02-07 16:47:13.0 +0100
+++ sagemath-9.5/debian/changelog   2023-12-10 14:15:34.0 +0100
@@ -1,3 +1,10 @@
+sagemath (9.5-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 14:15:34 +0100
+
 sagemath (9.5-6) unstable; urgency=high
 
   * Add patches to fix builds on i386 and arm64:
diff -Nru sagemath-9.5/debian/control sagemath-9.5/debian/control
--- sagemath-9.5/debian/control 2023-02-07 16:47:13.0 +0100
+++ sagemath-9.5/debian/control 2023-12-10 14:15:34.0 +0100
@@ -161,7 +161,7 @@
  python3-nbformat,
  python3-notebook (>= 4.2.3-3),
 # Python dependencies from sagelib's install_requires:
- cython3 (>= 0.29.1),
+ cython3-legacy (>= 0.29.1),
  python3-cypari2 (>= 2.1),
  python3-fpylll (>= 0.4.1),
  python3-gmpy2,
diff -Nru sagemath-9.5/debian/control.in sagemath-9.5/debian/control.in
--- sagemath-9.5/debian/control.in  2023-02-07 00:15:21.0 +0100
+++ sagemath-9.5/debian/control.in  2023-12-10 14:15:34.0 +0100
@@ -27,7 +27,7 @@
  RUNTIME_RECOMMENDS
  JUPYTER_DEPENDS
 # Python dependencies from sagelib's install_requires:
- cython3 (>= 0.29.1),
+ cython3-legacy (>= 0.29.1),
  python3-cypari2 (>= 2.1),
  python3-fpylll (>= 0.4.1),
  python3-gmpy2,


Bug#1056883: renpy: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:50 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails due to a sphinx error:

 Exception occurred:
   File "/usr/lib/python3/dist-packages/sphinx/ext/extlinks.py", line 
108, in role

 title = caption % part
 ^~
 TypeError: not all arguments converted during string formatting

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru renpy-8.0.3+dfsg/debian/changelog renpy-8.0.3+dfsg/debian/changelog
--- renpy-8.0.3+dfsg/debian/changelog   2023-02-25 20:54:00.0 +0100
+++ renpy-8.0.3+dfsg/debian/changelog   2023-12-10 14:08:41.0 +0100
@@ -1,3 +1,10 @@
+renpy (8.0.3+dfsg-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 14:08:41 +0100
+
 renpy (8.0.3+dfsg-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru renpy-8.0.3+dfsg/debian/control renpy-8.0.3+dfsg/debian/control
--- renpy-8.0.3+dfsg/debian/control 2023-02-25 20:54:00.0 +0100
+++ renpy-8.0.3+dfsg/debian/control 2023-12-10 14:08:41.0 +0100
@@ -5,7 +5,7 @@
 Uploaders:
  Miriam Ruiz 
 Build-Depends:
- cython3,
+ cython3-legacy,
  debhelper-compat (= 13),
  dh-python,
  icnsutils,


Bug#1056882: rdma-core: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:49 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.

The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru rdma-core-48.0/debian/changelog rdma-core-48.0/debian/changelog
--- rdma-core-48.0/debian/changelog 2023-10-23 18:40:29.0 +0200
+++ rdma-core-48.0/debian/changelog 2023-12-10 14:04:31.0 +0100
@@ -1,3 +1,10 @@
+rdma-core (48.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 14:04:31 +0100
+
 rdma-core (48.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru rdma-core-48.0/debian/control rdma-core-48.0/debian/control
--- rdma-core-48.0/debian/control   2023-10-23 18:39:05.0 +0200
+++ rdma-core-48.0/debian/control   2023-12-10 14:04:31.0 +0100
@@ -3,7 +3,7 @@
 Section: net
 Priority: optional
 Build-Depends: cmake (>= 2.8.11),
-   cython3,
+   cython3-legacy,
debhelper-compat (= 13),
dh-python,
dpkg-dev (>= 1.17),


Bug#1056880: qutip: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:48 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1042704.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru qutip-4.7.1/debian/changelog qutip-4.7.1/debian/changelog
--- qutip-4.7.1/debian/changelog2023-01-03 12:36:53.0 +0100
+++ qutip-4.7.1/debian/changelog2023-12-10 13:52:09.0 +0100
@@ -1,3 +1,10 @@
+qutip (4.7.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:52:09 +0100
+
 qutip (4.7.1-2) unstable; urgency=medium
 
   * Build-Depends: python3-ipython for tests (test_repr_svg)
diff -Nru qutip-4.7.1/debian/control qutip-4.7.1/debian/control
--- qutip-4.7.1/debian/control  2023-01-03 12:36:53.0 +0100
+++ qutip-4.7.1/debian/control  2023-12-10 13:52:09.0 +0100
@@ -9,7 +9,7 @@
  python3-all,
  python3-all-dev,
  python3-setuptools,
- cython3 (>= 0.29.20~),
+ cython3-legacy (>= 0.29.20~),
  python3-cvxopt,
  python3-matplotlib (>= 1.2.1~),
  python3-numpy (>= 1.16.6~),


Bug#1056878: qiskit-terra: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:47 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1027203.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru qiskit-terra-0.12.0/debian/changelog 
qiskit-terra-0.12.0/debian/changelog
--- qiskit-terra-0.12.0/debian/changelog2022-03-12 23:23:22.0 
+0100
+++ qiskit-terra-0.12.0/debian/changelog2023-12-10 13:45:38.0 
+0100
@@ -1,3 +1,10 @@
+qiskit-terra (0.12.0-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:45:38 +0100
+
 qiskit-terra (0.12.0-4) unstable; urgency=medium
 
   * Team Upload.
diff -Nru qiskit-terra-0.12.0/debian/control qiskit-terra-0.12.0/debian/control
--- qiskit-terra-0.12.0/debian/control  2022-03-12 23:23:18.0 +0100
+++ qiskit-terra-0.12.0/debian/control  2023-12-10 13:45:37.0 +0100
@@ -5,7 +5,7 @@
Diego M. Rodriguez 
 Section: science
 Priority: optional
-Build-Depends: cython3 (>= 0.27.1),
+Build-Depends: cython3-legacy (>= 0.27.1),
debhelper-compat (= 13),
dh-python,
python3-all,


Bug#1056881: qiskit-aer: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:46 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1056881.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru qiskit-aer-0.4.1/debian/changelog qiskit-aer-0.4.1/debian/changelog
--- qiskit-aer-0.4.1/debian/changelog   2021-05-17 16:19:44.0 +0200
+++ qiskit-aer-0.4.1/debian/changelog   2023-12-10 13:35:42.0 +0100
@@ -1,3 +1,10 @@
+qiskit-aer (0.4.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:35:42 +0100
+
 qiskit-aer (0.4.1-2) unstable; urgency=medium
 
   * Use scikit-build instead of manual cmake. (Closes: #973791)
diff -Nru qiskit-aer-0.4.1/debian/control qiskit-aer-0.4.1/debian/control
--- qiskit-aer-0.4.1/debian/control 2021-05-17 15:47:36.0 +0200
+++ qiskit-aer-0.4.1/debian/control 2023-12-10 13:35:42.0 +0100
@@ -6,7 +6,7 @@
Diego M. Rodriguez 
 Build-Depends: debhelper-compat (= 13),
cmake,
-   cython3,
+   cython3-legacy,
dh-python,
libmuparserx-dev,
libopenblas-dev,


Bug#1056877: pyyaml: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:44 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru pyyaml-6.0.1/debian/changelog pyyaml-6.0.1/debian/changelog
--- pyyaml-6.0.1/debian/changelog   2023-07-22 21:42:38.0 +0200
+++ pyyaml-6.0.1/debian/changelog   2023-12-10 13:32:13.0 +0100
@@ -1,3 +1,10 @@
+pyyaml (6.0.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:32:13 +0100
+
 pyyaml (6.0.1-1) unstable; urgency=medium
 
   * New upstream version 6.0.1
diff -Nru pyyaml-6.0.1/debian/control pyyaml-6.0.1/debian/control
--- pyyaml-6.0.1/debian/control 2023-07-22 21:42:38.0 +0200
+++ pyyaml-6.0.1/debian/control 2023-12-10 13:32:12.0 +0100
@@ -10,7 +10,7 @@
python3-all-dev,
python3-setuptools,
libyaml-dev (>= 0.2.2~),
-   cython3 (<< 3)
+   cython3-legacy (<< 3)
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/python-team/packages/pyyaml.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/pyyaml


Bug#1056876: python-thriftpy: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:43 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-thriftpy-0.3.9+ds1/debian/changelog 
python-thriftpy-0.3.9+ds1/debian/changelog
--- python-thriftpy-0.3.9+ds1/debian/changelog  2022-06-04 20:28:03.0 
+0200
+++ python-thriftpy-0.3.9+ds1/debian/changelog  2023-12-10 13:28:48.0 
+0100
@@ -1,3 +1,10 @@
+python-thriftpy (0.3.9+ds1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:28:48 +0100
+
 python-thriftpy (0.3.9+ds1-2) unstable; urgency=medium
 
   [ Andreas Tille ]
diff -Nru python-thriftpy-0.3.9+ds1/debian/control 
python-thriftpy-0.3.9+ds1/debian/control
--- python-thriftpy-0.3.9+ds1/debian/control2022-06-04 20:28:03.0 
+0200
+++ python-thriftpy-0.3.9+ds1/debian/control2023-12-10 13:28:48.0 
+0100
@@ -5,7 +5,7 @@
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
dh-python,
-   cython3,
+   cython3-legacy,
python3-all-dev,
python3-ply,
python3-setuptools


Bug#1056875: python-thinc: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:42 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-thinc-8.1.7/debian/changelog 
python-thinc-8.1.7/debian/changelog
--- python-thinc-8.1.7/debian/changelog 2023-02-08 09:05:44.0 +0100
+++ python-thinc-8.1.7/debian/changelog 2023-12-10 13:22:59.0 +0100
@@ -1,3 +1,10 @@
+python-thinc (8.1.7-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:22:59 +0100
+
 python-thinc (8.1.7-1) unstable; urgency=medium
 
   [ Paul Wise ]
diff -Nru python-thinc-8.1.7/debian/control python-thinc-8.1.7/debian/control
--- python-thinc-8.1.7/debian/control   2023-02-08 09:05:44.0 +0100
+++ python-thinc-8.1.7/debian/control   2023-12-10 13:22:59.0 +0100
@@ -4,7 +4,7 @@
 Section: python
 Testsuite: autopkgtest-pkg-python
 Priority: optional
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,


Bug#1056872: python-stack-data: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:40 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1056505.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-stack-data-0.6.2/debian/changelog 
python-stack-data-0.6.2/debian/changelog
--- python-stack-data-0.6.2/debian/changelog2023-01-28 08:12:18.0 
+0100
+++ python-stack-data-0.6.2/debian/changelog2023-12-10 13:10:53.0 
+0100
@@ -1,3 +1,10 @@
+python-stack-data (0.6.2-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:10:53 +0100
+
 python-stack-data (0.6.2-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru python-stack-data-0.6.2/debian/control 
python-stack-data-0.6.2/debian/control
--- python-stack-data-0.6.2/debian/control  2023-01-28 08:11:45.0 
+0100
+++ python-stack-data-0.6.2/debian/control  2023-12-10 13:10:53.0 
+0100
@@ -16,7 +16,7 @@
  python3-asttokens ,
  python3-littleutils ,
  python3-pure-eval ,
- cython3 ,
+ cython3-legacy ,
  python3-all-dev ,
 Standards-Version: 4.6.2
 Homepage: https://github.com/alexmojaki/stack_data


Bug#1056874: python-srsly: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:39 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-srsly-2.4.5/debian/changelog 
python-srsly-2.4.5/debian/changelog
--- python-srsly-2.4.5/debian/changelog 2022-11-29 18:54:41.0 +0100
+++ python-srsly-2.4.5/debian/changelog 2023-12-10 13:05:11.0 +0100
@@ -1,3 +1,10 @@
+python-srsly (2.4.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 13:05:11 +0100
+
 python-srsly (2.4.5-1) unstable; urgency=medium
 
   * Initial release (Closes: #1025070)
diff -Nru python-srsly-2.4.5/debian/control python-srsly-2.4.5/debian/control
--- python-srsly-2.4.5/debian/control   2022-11-29 18:54:41.0 +0100
+++ python-srsly-2.4.5/debian/control   2023-12-10 13:05:11.0 +0100
@@ -5,7 +5,7 @@
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
dh-python,
-   cython3,
+   cython3-legacy,
python3-all-dev,
python3-setuptools,
python3-ruamel.yaml,


Bug#1056870: python-rocksdb: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:35 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.

The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1012074.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-rocksdb-0.8.0~rc3/debian/changelog 
python-rocksdb-0.8.0~rc3/debian/changelog
--- python-rocksdb-0.8.0~rc3/debian/changelog   2021-11-21 11:01:23.0 
+0100
+++ python-rocksdb-0.8.0~rc3/debian/changelog   2023-12-10 12:40:32.0 
+0100
@@ -1,3 +1,10 @@
+python-rocksdb (0.8.0~rc3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 12:40:32 +0100
+
 python-rocksdb (0.8.0~rc3-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru python-rocksdb-0.8.0~rc3/debian/control 
python-rocksdb-0.8.0~rc3/debian/control
--- python-rocksdb-0.8.0~rc3/debian/control 2021-11-21 11:01:23.0 
+0100
+++ python-rocksdb-0.8.0~rc3/debian/control 2023-12-10 12:40:32.0 
+0100
@@ -3,7 +3,7 @@
 Uploaders: Martina Ferrari ,
 Section: python
 Priority: optional
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
libbz2-dev,


Bug#1056867: python-pomegranate: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:33 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-pomegranate-0.14.8/debian/changelog 
python-pomegranate-0.14.8/debian/changelog
--- python-pomegranate-0.14.8/debian/changelog  2023-01-21 18:59:28.0 
+0100
+++ python-pomegranate-0.14.8/debian/changelog  2023-12-10 12:22:18.0 
+0100
@@ -1,3 +1,10 @@
+python-pomegranate (0.14.8-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 12:22:18 +0100
+
 python-pomegranate (0.14.8-3) unstable; urgency=medium
 
   [ Andreas Tille ]
diff -Nru python-pomegranate-0.14.8/debian/control 
python-pomegranate-0.14.8/debian/control
--- python-pomegranate-0.14.8/debian/control2023-01-21 18:59:25.0 
+0100
+++ python-pomegranate-0.14.8/debian/control2023-12-10 12:22:17.0 
+0100
@@ -9,7 +9,7 @@
python3-all,
python3-all-dev,
python3-setuptools,
-   cython3,
+   cython3-legacy,
python3-numpy,
python3-scipy,
python3-pytest ,


Bug#1056866: python-pcl: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:32 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-pcl-0.3.0~rc1+dfsg/debian/changelog 
python-pcl-0.3.0~rc1+dfsg/debian/changelog
--- python-pcl-0.3.0~rc1+dfsg/debian/changelog  2023-01-06 10:15:06.0 
+0100
+++ python-pcl-0.3.0~rc1+dfsg/debian/changelog  2023-12-10 12:12:46.0 
+0100
@@ -1,3 +1,10 @@
+python-pcl (0.3.0~rc1+dfsg-14.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 12:12:46 +0100
+
 python-pcl (0.3.0~rc1+dfsg-14) unstable; urgency=medium
 
   * Unapply patches
diff -Nru python-pcl-0.3.0~rc1+dfsg/debian/control 
python-pcl-0.3.0~rc1+dfsg/debian/control
--- python-pcl-0.3.0~rc1+dfsg/debian/control2023-01-06 10:14:36.0 
+0100
+++ python-pcl-0.3.0~rc1+dfsg/debian/control2023-12-10 12:12:46.0 
+0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Team 
 Uploaders: Jochen Sprickerhof 
-Build-Depends: debhelper-compat (= 13), dh-sequence-python3, 
dh-sequence-numpy3, python3-all-dev, cython3, libpcl-dev (>=1.12), 
python3-setuptools,
+Build-Depends: debhelper-compat (= 13), dh-sequence-python3, 
dh-sequence-numpy3, python3-all-dev, cython3-legacy, libpcl-dev (>=1.12), 
python3-setuptools,
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://strawlab.github.io/python-pcl/


Bug#1056865: python-orderedset: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:31 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-orderedset-2.0.3+ds1/debian/changelog 
python-orderedset-2.0.3+ds1/debian/changelog
--- python-orderedset-2.0.3+ds1/debian/changelog2023-09-27 
18:04:36.0 +0200
+++ python-orderedset-2.0.3+ds1/debian/changelog2023-12-10 
12:10:08.0 +0100
@@ -1,3 +1,10 @@
+python-orderedset (2.0.3+ds1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 12:10:08 +0100
+
 python-orderedset (2.0.3+ds1-1) unstable; urgency=medium
 
   * Bug fix: "Fails to build source after successful build", thanks to
diff -Nru python-orderedset-2.0.3+ds1/debian/control 
python-orderedset-2.0.3+ds1/debian/control
--- python-orderedset-2.0.3+ds1/debian/control  2022-09-28 17:34:18.0 
+0200
+++ python-orderedset-2.0.3+ds1/debian/control  2023-12-10 12:10:08.0 
+0100
@@ -3,7 +3,7 @@
 Section: python
 Priority: optional
 Build-Depends: dh-python, python3-setuptools, python3-all-dev,
- debhelper-compat (= 13), cython3
+ debhelper-compat (= 13), cython3-legacy
 Standards-Version: 4.5.1
 Homepage: https://github.com/simonpercivall/orderedset
 


Bug#1056861: python-llfuse: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:28 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-llfuse-1.4.1+dfsg/debian/changelog 
python-llfuse-1.4.1+dfsg/debian/changelog
--- python-llfuse-1.4.1+dfsg/debian/changelog   2021-11-27 01:42:07.0 
+0100
+++ python-llfuse-1.4.1+dfsg/debian/changelog   2023-12-10 12:04:30.0 
+0100
@@ -1,3 +1,10 @@
+python-llfuse (1.4.1+dfsg-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 12:04:30 +0100
+
 python-llfuse (1.4.1+dfsg-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru python-llfuse-1.4.1+dfsg/debian/control 
python-llfuse-1.4.1+dfsg/debian/control
--- python-llfuse-1.4.1+dfsg/debian/control 2021-11-27 01:42:07.0 
+0100
+++ python-llfuse-1.4.1+dfsg/debian/control 2023-12-10 12:04:30.0 
+0100
@@ -15,7 +15,7 @@
pkg-config,
fuse [linux-any], fuse4bsd [kfreebsd-any],
python3-setuptools,
-   cython3
+   cython3-legacy
 Rules-Requires-Root: no
 Standards-Version: 4.5.1
 Homepage: https://github.com/python-llfuse/python-llfuse


Bug#1056862: python-line-profiler: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:27 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1055715.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-line-profiler-4.0.2/debian/changelog 
python-line-profiler-4.0.2/debian/changelog
--- python-line-profiler-4.0.2/debian/changelog 2023-02-25 00:33:03.0 
+0100
+++ python-line-profiler-4.0.2/debian/changelog 2023-12-10 12:01:26.0 
+0100
@@ -1,3 +1,10 @@
+python-line-profiler (4.0.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 12:01:26 +0100
+
 python-line-profiler (4.0.2-1) unstable; urgency=medium
 
   * Team upload
diff -Nru python-line-profiler-4.0.2/debian/control 
python-line-profiler-4.0.2/debian/control
--- python-line-profiler-4.0.2/debian/control   2023-02-25 00:33:03.0 
+0100
+++ python-line-profiler-4.0.2/debian/control   2023-12-10 12:01:26.0 
+0100
@@ -3,7 +3,7 @@
 Uploaders: Ghislain Antony Vaillant 
 Section: python
 Priority: optional
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
dpkg-dev (>= 1.17.14),


Bug#1056859: python-libzim: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:26 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-libzim-3.1.0/debian/changelog 
python-libzim-3.1.0/debian/changelog
--- python-libzim-3.1.0/debian/changelog2023-09-11 14:48:31.0 
+0200
+++ python-libzim-3.1.0/debian/changelog2023-12-10 11:58:08.0 
+0100
@@ -1,3 +1,10 @@
+python-libzim (3.1.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 11:58:08 +0100
+
 python-libzim (3.1.0-1) unstable; urgency=medium
 
   * New upstream version 3.1.0
diff -Nru python-libzim-3.1.0/debian/control python-libzim-3.1.0/debian/control
--- python-libzim-3.1.0/debian/control  2023-09-11 12:59:09.0 +0200
+++ python-libzim-3.1.0/debian/control  2023-12-10 11:58:08.0 +0100
@@ -7,7 +7,7 @@
  python3-all,
  python3-all-dev,
  python3-setuptools,
- cython3,
+ cython3-legacy,
  libzim-dev (>= 8.1.0),
  python3-pytest
 Standards-Version: 4.6.0


Bug#1056860: python-intbitset: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:25 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1042615.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-intbitset-2.3.0/debian/changelog 
python-intbitset-2.3.0/debian/changelog
--- python-intbitset-2.3.0/debian/changelog 2021-11-20 22:26:03.0 
+0100
+++ python-intbitset-2.3.0/debian/changelog 2023-12-10 11:55:30.0 
+0100
@@ -1,3 +1,10 @@
+python-intbitset (2.3.0-3.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 11:55:30 +0100
+
 python-intbitset (2.3.0-3.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nru python-intbitset-2.3.0/debian/control 
python-intbitset-2.3.0/debian/control
--- python-intbitset-2.3.0/debian/control   2021-11-20 22:26:02.0 
+0100
+++ python-intbitset-2.3.0/debian/control   2023-12-10 11:55:30.0 
+0100
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Maximiliano Curia 
-Build-Depends: cython3,
+Build-Depends: cython3-legacy,
debhelper-compat (= 13),
dh-python,
python3-dev,


Bug#1056858: python-hidapi: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:23 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.

The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-hidapi-0.9.0.post3/debian/changelog 
python-hidapi-0.9.0.post3/debian/changelog
--- python-hidapi-0.9.0.post3/debian/changelog  2023-07-13 15:43:28.0 
+0200
+++ python-hidapi-0.9.0.post3/debian/changelog  2023-12-10 11:52:44.0 
+0100
@@ -1,3 +1,10 @@
+python-hidapi (0.9.0.post3-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 11:52:44 +0100
+
 python-hidapi (0.9.0.post3-4) unstable; urgency=medium
 
   * Team upload
diff -Nru python-hidapi-0.9.0.post3/debian/control 
python-hidapi-0.9.0.post3/debian/control
--- python-hidapi-0.9.0.post3/debian/control2023-07-13 15:41:25.0 
+0200
+++ python-hidapi-0.9.0.post3/debian/control2023-12-10 11:52:44.0 
+0100
@@ -6,7 +6,7 @@
 Priority: optional
 Homepage: https://github.com/trezor/cython-hidapi
 Build-Depends:
- cython3,
+ cython3-legacy,
  debhelper-compat (= 13),
  dh-sequence-python3,
  libhidapi-dev,


Bug#1056856: python-feather-format: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:21 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-feather-format-0.3.1+dfsg1/debian/changelog 
python-feather-format-0.3.1+dfsg1/debian/changelog
--- python-feather-format-0.3.1+dfsg1/debian/changelog  2022-11-05 
16:27:42.0 +0100
+++ python-feather-format-0.3.1+dfsg1/debian/changelog  2023-12-10 
11:49:21.0 +0100
@@ -1,3 +1,10 @@
+python-feather-format (0.3.1+dfsg1-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 11:49:21 +0100
+
 python-feather-format (0.3.1+dfsg1-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru python-feather-format-0.3.1+dfsg1/debian/control 
python-feather-format-0.3.1+dfsg1/debian/control
--- python-feather-format-0.3.1+dfsg1/debian/control2022-11-05 
16:27:42.0 +0100
+++ python-feather-format-0.3.1+dfsg1/debian/control2023-12-10 
11:49:20.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Team 
 Uploaders: ChangZhuo Chen (陳昌倬) 
 Build-Depends: debhelper-compat (= 13),
-   cython3,
+   cython3-legacy,
dh-python,
python3-all,
python3-all-dev,


Bug#1056855: python-esmre: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:20 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-esmre-1.0.1/debian/changelog 
python-esmre-1.0.1/debian/changelog
--- python-esmre-1.0.1/debian/changelog 2023-09-26 12:48:49.0 +0200
+++ python-esmre-1.0.1/debian/changelog 2023-12-10 11:46:17.0 +0100
@@ -1,3 +1,10 @@
+python-esmre (1.0.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 11:46:17 +0100
+
 python-esmre (1.0.1-1) unstable; urgency=medium
 
   * New upstream version 1.0.1
diff -Nru python-esmre-1.0.1/debian/control python-esmre-1.0.1/debian/control
--- python-esmre-1.0.1/debian/control   2023-09-26 12:48:49.0 +0200
+++ python-esmre-1.0.1/debian/control   2023-12-10 11:46:16.0 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gianfranco Costamagna 
 Build-Depends: debhelper-compat (= 13),
-   cython3,
+   cython3-legacy,
dh-python,
python3-all-dev,
python3-setuptools


Bug#1056854: python-djvulibre: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:19 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

The package still fails to build due to #1042661.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-djvulibre-0.8.8/debian/changelog 
python-djvulibre-0.8.8/debian/changelog
--- python-djvulibre-0.8.8/debian/changelog 2022-11-11 19:35:27.0 
+0100
+++ python-djvulibre-0.8.8/debian/changelog 2023-12-10 11:40:33.0 
+0100
@@ -1,3 +1,9 @@
+python-djvulibre (0.8.8-4) UNRELEASED; urgency=medium
+
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 11:40:33 +0100
+
 python-djvulibre (0.8.8-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru python-djvulibre-0.8.8/debian/control 
python-djvulibre-0.8.8/debian/control
--- python-djvulibre-0.8.8/debian/control   2022-11-11 19:01:27.0 
+0100
+++ python-djvulibre-0.8.8/debian/control   2023-12-10 11:40:33.0 
+0100
@@ -10,7 +10,7 @@
  python3-distutils,
  libdjvulibre-dev (>= 3.5.26),
  djvulibre-bin,
- cython3 (>= 0.20),
+ cython3-legacy (>= 0.20),
  pkg-config,
  python3-nose ,
  python3-sphinx ,


Bug#1056853: python-cytoolz: ftbfs with cython 3.0.x

2023-12-10 Thread Sebastiaan Couwenberg

Control: tags -1 patch

On Sun, 26 Nov 2023 10:06:18 + Matthias Klose wrote:

If the package cannot be built with cython 3.0.5, please change the
build dependency from cython3 to cython3-legacy (available now in
unstable).  There is no replacement for cython3-dbg.


The attached patch switches to cython3-legacy as the short term workaround.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1diff -Nru python-cytoolz-0.12.0/debian/changelog 
python-cytoolz-0.12.0/debian/changelog
--- python-cytoolz-0.12.0/debian/changelog  2022-11-14 21:30:43.0 
+0100
+++ python-cytoolz-0.12.0/debian/changelog  2023-12-10 11:24:54.0 
+0100
@@ -1,3 +1,10 @@
+python-cytoolz (0.12.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg   Sun, 10 Dec 2023 11:24:54 +0100
+
 python-cytoolz (0.12.0-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru python-cytoolz-0.12.0/debian/control 
python-cytoolz-0.12.0/debian/control
--- python-cytoolz-0.12.0/debian/control2022-11-14 20:55:41.0 
+0100
+++ python-cytoolz-0.12.0/debian/control2023-12-10 11:24:53.0 
+0100
@@ -10,7 +10,7 @@
python3-pytest,
python3-toolz,
python3-setuptools,
-   cython3
+   cython3-legacy
 Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cytoolz
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-cytoolz.git


  1   2   3   4   5   6   7   8   9   10   >