Bug#1069109: tirex: FTBFS with Mapnik 4.0.0

2024-04-16 Thread Bas Couwenberg
Source: tirex
Version: 0.7.1-1
Severity: important
Tags: ftbfs upstream patch
User: debian-...@lists.debian.org

Dear Maintainer,

Your package FBTFS with Mapnik 4.0.0.

pkg-config needs to be used instead of mapnik-config and some includes got 
moved.

Kind Regards,

Bas
diff -Nru tirex-0.7.1/debian/control tirex-0.7.1/debian/control
--- tirex-0.7.1/debian/control  2023-11-03 17:20:43.0 +0100
+++ tirex-0.7.1/debian/control  2024-04-16 13:34:13.0 +0200
@@ -9,7 +9,7 @@
libboost-program-options-dev,
libipc-sharelite-perl,
libjson-perl,
-   libmapnik-dev
+   libmapnik-dev (>= 4.0.0~)
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/tirex
 Vcs-Git: https://salsa.debian.org/debian-gis-team/tirex.git
diff -Nru tirex-0.7.1/debian/patches/mapnik-4.0.patch 
tirex-0.7.1/debian/patches/mapnik-4.0.patch
--- tirex-0.7.1/debian/patches/mapnik-4.0.patch 1970-01-01 01:00:00.0 
+0100
+++ tirex-0.7.1/debian/patches/mapnik-4.0.patch 2024-04-16 13:34:13.0 
+0200
@@ -0,0 +1,27 @@
+Description: Use pkg-config for Mapnik 4.0.0.
+Author: Bas Couwenberg 
+
+--- a/backend-mapnik/Makefile
 b/backend-mapnik/Makefile
+@@ -1,8 +1,7 @@
+ INSTALLOPTS=-g root -o root
+-CFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+-CXXFLAGS = `mapnik-config --cflags` $(CFLAGS)
++CXXFLAGS += `pkg-config --cflags libmapnik` -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64
+ CXXFLAGS += -Wall -Wextra -pedantic -Wredundant-decls -Wdisabled-optimization 
-Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo 
-Wold-style-cast
+-LDFLAGS= `mapnik-config --libs --ldflags --dep-libs`
++LDFLAGS= `pkg-config --libs libmapnik` -lboost_filesystem
+ 
+ backend-mapnik: renderd.o metatilehandler.o networklistener.o 
networkmessage.o networkrequest.o networkresponse.o debuggable.o 
requesthandler.o
+   $(CXX) -o $@ $^ $(LDFLAGS)
+--- a/backend-mapnik/metatilehandler.cc
 b/backend-mapnik/metatilehandler.cc
+@@ -25,7 +25,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ 
+ #if MAPNIK_VERSION >= 30
+ # include 
diff -Nru tirex-0.7.1/debian/patches/series tirex-0.7.1/debian/patches/series
--- tirex-0.7.1/debian/patches/series   2024-02-28 13:15:07.0 +0100
+++ tirex-0.7.1/debian/patches/series   2024-04-16 13:34:13.0 +0200
@@ -1 +1,2 @@
 rules-requires-root.patch
+mapnik-4.0.patch


Bug#1069105: viking: FTBFS with Mapnik 4.0.0

2024-04-16 Thread Bas Couwenberg
Source: viking
Version: 1.10-2
Severity: important
Tags: ftbfs upstream patch

Dear Maintainer,

Your package FBTFS with Mapnik 4.0.0.

Upstream doesn't support Multi-Arch library paths for the input plugins which 
are now installed under 
/usr/lib/$(DEB_HOST_MULTIARCH)/mapnik/$(MAPNIK_SO_VERSION)/input.

This path can be retrieved from pkg-config:

 pkgconf --variable=plugins_dir libmapnik

mapnik-config was removed in Mapnik 4.0.

Mapnik also requires C++14 which viking doesn't use causing configure to fail 
due to type issues.

The attached debdiff disables the Mapnik support unconditionally to resolve the 
build failure.

Kind Regards,

Bas
diff -Nru viking-1.10/debian/control viking-1.10/debian/control
--- viking-1.10/debian/control  2022-01-02 08:05:40.0 +0100
+++ viking-1.10/debian/control  2024-04-16 13:36:27.0 +0200
@@ -21,7 +21,6 @@
  libicu-dev,
  libjson-glib-dev,
  libmagic-dev,
- libmapnik-dev [!kfreebsd-amd64 !kfreebsd-i386],
  liboauth-dev,
  libpng-dev,
  libsqlite3-dev,
diff -Nru viking-1.10/debian/rules viking-1.10/debian/rules
--- viking-1.10/debian/rules2022-01-02 08:05:40.0 +0100
+++ viking-1.10/debian/rules2024-04-16 13:36:27.0 +0200
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-EXTRAFLAGS := $(strip $(shell if ! dpkg -L libmapnik-dev 2>/dev/null | grep -q 
mapnik/map.hpp; then echo '--disable-mapnik'; fi))
-
 %:
dh $@
 
@@ -11,4 +9,4 @@
intltoolize --force
 
 override_dh_auto_configure:
-   dh_auto_configure -- $(EXTRAFLAGS)
+   dh_auto_configure -- --disable-mapnik


Bug#1069086: ITP: mapbox-polylabel -- Fast algorithm for finding polygon pole of inaccessibility

2024-04-16 Thread Bas Couwenberg
Package: wnpp
Severity: wishlist
Owner: Bas Couwenberg 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: mapbox-polylabel
  Version : 1.1.0
  Upstream Contact: Mapbox (https://github.com/mapbox/polylabel/issues)
* URL : https://github.com/mapbox/polylabel
* License : ISC
  Programming Lang: C++
  Description : Fast algorithm for finding polygon pole of inaccessibility

polylabel provides a fast algorithm for finding polygon pole of
inaccessibility, the most distant internal point from the polygon
outline (not to be confused with centroid). Useful for optimal placement
of a text label on a polygon.

It's an iterative grid algorithm, inspired by the paper by
Garcia-Castellanos & Lombardo, 2007. Unlike the one in the paper, this
algorithm:

 * guarantees finding global optimum within the given precision
 * is many times faster (10-40x)


The package is required for Mapnik 4.0 and will be maintained in the Debian GIS 
team.



Bug#1069085: ITP: mapbox-geometry -- Generic C++ interfaces for geometry types, collections, and features

2024-04-16 Thread Bas Couwenberg
Package: wnpp
Severity: wishlist
Owner: Bas Couwenberg 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: mapbox-geometry
  Version : 2.0.3
  Upstream Contact: Mapbox (https://github.com/mapbox/geometry.hpp/issues)
* URL : https://github.com/mapbox/geometry.hpp
* License : ISC
  Programming Lang: C++
  Description : Generic C++ interfaces for geometry types, collections, and 
features

geometry.hpp provides header-only, generic C++ interfaces for geometry
types, geometry collections, and features.

These types are designed to be easy to parse and serialize to GeoJSON.

They should also be a robust and high performance container for data
processing and conversion.


The package is required for Mapnik 4.0 and will be maintained in the Debian GIS 
team.



Bug#1068574: bookworm-pu: package icinga2/2.13.6-2+deb12u1

2024-04-07 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
Tags: bookworm
X-Debbugs-Cc: icin...@packages.debian.org
Control: affects -1 + src:icinga2
User: release.debian@packages.debian.org
Usertags: pu

[ Reason ]
The ppc64el build of icinga2 segfauls on startup as reported in #1068473.

It needs to be built with -O1 instead of -O2 as discovered by Aurelien Jarno.

[ Impact ]
Package is mostly unusable.

[ Tests ]
None, the optimization flags is not covered by tests.

Aurelien Jarno confirmed that the changes fix the issue on ppc64el.

[ Risks ]
Low, the change is trivial and only affects ppc64el.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
The branch needs to be updated in the Vcs-Git URL for debcheckout to do the 
right thing,
and in gbp.conf for git-buildpackage to work with a non-default branch.

Appending -O1 to CXXFLAGS is required to fix the segfault on ppc64el.

[ Other info ]
The package is used by DSA on Debian infrastructure.

Kind Regards,

Bas
diff -Nru icinga2-2.13.6/debian/changelog icinga2-2.13.6/debian/changelog
--- icinga2-2.13.6/debian/changelog 2023-01-22 17:36:37.0 +0100
+++ icinga2-2.13.6/debian/changelog 2024-04-06 14:02:31.0 +0200
@@ -1,3 +1,12 @@
+icinga2 (2.13.6-2+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+  * Update branch in gbp.conf & Vcs-Git URL.
+  * Fix segfault on startup on ppc64el.
+(closes: #1068473)
+
+ -- Bas Couwenberg   Sat, 06 Apr 2024 14:02:31 +0200
+
 icinga2 (2.13.6-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru icinga2-2.13.6/debian/control icinga2-2.13.6/debian/control
--- icinga2-2.13.6/debian/control   2023-01-22 17:36:37.0 +0100
+++ icinga2-2.13.6/debian/control   2024-04-06 14:02:31.0 +0200
@@ -31,7 +31,7 @@
tzdata
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/nagios-team/icinga2
-Vcs-Git: https://salsa.debian.org/nagios-team/icinga2.git
+Vcs-Git: https://salsa.debian.org/nagios-team/icinga2.git -b bookworm
 Homepage: https://icinga.com
 Rules-Requires-Root: no
 
diff -Nru icinga2-2.13.6/debian/gbp.conf icinga2-2.13.6/debian/gbp.conf
--- icinga2-2.13.6/debian/gbp.conf  2021-08-19 15:47:17.0 +0200
+++ icinga2-2.13.6/debian/gbp.conf  2024-04-06 14:02:31.0 +0200
@@ -6,7 +6,7 @@
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = bookworm
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig
diff -Nru icinga2-2.13.6/debian/rules icinga2-2.13.6/debian/rules
--- icinga2-2.13.6/debian/rules 2022-07-12 18:49:25.0 +0200
+++ icinga2-2.13.6/debian/rules 2024-04-06 14:02:31.0 +0200
@@ -9,6 +9,11 @@
 
 export CTEST_OUTPUT_ON_FAILURE=1
 
+# Fix segfault on startup: #1068473
+ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el))
+  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


Bug#1068397: RM: librsl -- RoQA; RC buggy since 2018

2024-04-04 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: lib...@packages.debian.org
Control: affects -1 + src:librsl
User: ftp.debian@packages.debian.org
Usertags: remove

Please remove librsl from the archive, it has unfixed RC bugs since 2018 and 
its maintainer is MIA since 2014.

Kind Regards,

Bas



Bug#1068385: harp: FTBFS due to -Werror=implicit-function-declaration.

2024-04-04 Thread Bas Couwenberg
Source: harp
Version: 1.21-1
Severity: serious
Tags: upstream ftbfs patch
Justification: makes the package in question unusable or mostly so
User: debian-...@lists.debian.org
Usertags: hdf-4.3

Dear Maintainer,

Your package FTBFS while performing test rebuilds with HDF 4.3.20.

The attached patch resolves the issue by adding the appropriate includes to fix 
the -Werror=implicit-function-declaration issues.

Kind Regards,

Bas
diff -Nru harp-1.21/debian/changelog harp-1.21/debian/changelog
--- harp-1.21/debian/changelog  2024-03-16 08:16:08.0 +0100
+++ harp-1.21/debian/changelog  2024-04-04 12:59:55.0 +0200
@@ -1,3 +1,10 @@
+harp (1.21-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild with HDF 4.3.0.
+
+ -- Bas Couwenberg   Thu, 04 Apr 2024 12:59:55 +0200
+
 harp (1.21-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru harp-1.21/debian/patches/implicit-function-declaration.patch 
harp-1.21/debian/patches/implicit-function-declaration.patch
--- harp-1.21/debian/patches/implicit-function-declaration.patch
1970-01-01 01:00:00.0 +0100
+++ harp-1.21/debian/patches/implicit-function-declaration.patch
2024-04-04 12:59:55.0 +0200
@@ -0,0 +1,13 @@
+Description: Fix FTBFS due to -Werror=implicit-function-declaration.
+Author: Bas Couwenberg 
+
+--- a/libharp/harp-hdf4.c
 b/libharp/harp-hdf4.c
+@@ -33,6 +33,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "hdf.h"
+ #include "mfhdf.h"
diff -Nru harp-1.21/debian/patches/series harp-1.21/debian/patches/series
--- harp-1.21/debian/patches/series 2024-03-16 08:16:08.0 +0100
+++ harp-1.21/debian/patches/series 2024-04-04 12:59:55.0 +0200
@@ -5,3 +5,4 @@
 python3.patch
 multiarch.patch
 udunits-path.patch
+implicit-function-declaration.patch


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

2024-04-04 Thread Bas Couwenberg
tion...
Building tag database...
 -> Finished parsing the build-deps
I: Copying back the cached apt archive contents
I: new cache content 'python3-wheel_0.43.0-1_all.deb' added
I: new cache content 'python3-installer_0.7.0+dfsg1-3_all.deb' added
I: new cache content 'pybuild-plugin-pyproject_6.20240401_all.deb' added
I: new cache content 'python3-pytest_8.1.1-1_all.deb' added
I: Building the package
I: Running cd /build/python-hdf4-0.11.4/ && env 
PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-buildpackage -us 
-uc  && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" 
dpkg-genchanges -S  > ../python-hdf4_0.11.4-1.1_source.changes
dpkg-buildpackage: info: source package python-hdf4
dpkg-buildpackage: info: source version 0.11.4-1.1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Bas Couwenberg 
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building python-hdf4 using existing 
./python-hdf4_0.11.4.orig.tar.gz
dpkg-source: info: building python-hdf4 in python-hdf4_0.11.4-1.1.debian.tar.xz
dpkg-source: info: building python-hdf4 in python-hdf4_0.11.4-1.1.dsc
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /build/python-hdf4-0.11.4/.pybuild/cpython3_3.12_pyhdf  
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-312
creating build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/HC.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/V.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/hdfext.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/six.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/test_SD.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/SD.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/__init__.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/error.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/VS.py -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/HDF.py -> build/lib.linux-x86_64-cpython-312/pyhdf
running egg_info
creating pyhdf.egg-info
writing pyhdf.egg-info/PKG-INFO
writing dependency_links to pyhdf.egg-info/dependency_links.txt
writing requirements to pyhdf.egg-info/requires.txt
writing top-level names to pyhdf.egg-info/top_level.txt
writing manifest file 'pyhdf.egg-info/SOURCES.txt'
reading manifest file 'pyhdf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/_build'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'pyhdf.egg-info/SOURCES.txt'
copying pyhdf/hdfext.i -> build/lib.linux-x86_64-cpython-312/pyhdf
copying pyhdf/hdfext_wrap.c -> build/lib.linux-x86_64-cpython-312/pyhdf
running build_ext
building 'pyhdf._hdfext' extension
creating build/temp.linux-x86_64-cpython-312
creating build/temp.linux-x86_64-cpython-312/pyhdf
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/python-hdf4-0.11.4=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/hdf/ 
-I/usr/include/python3.12 -c pyhdf/hdfext_wrap.c -o 
build/temp.linux-x86_64-cpython-312/pyhdf/hdfext_wrap.o -DNOSZIP
pyhdf/hdfext_wrap.c:3845:10: fatal error: hdfi.h: No such file or directory
 3845 | #include "hdfi.h" /* declares int32, float32, etc */
  |  ^~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/build/python-hdf4-0.11.4/.pybuild/cpython3_3.12_pyhdf  
I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
module
I: pybuild base:311: python3.11 -m build --skip-dependency-check --no-isolation 

Bug#1068369: coda: FTBFS due to -Werror=implicit-function-declaration.

2024-04-04 Thread Bas Couwenberg
Source: coda
Version: 2.25.2-1
Severity: serious
Tags: upstream ftbfs patch
Justification: makes the package in question unusable or mostly so
User: debian-...@lists.debian.org
Usertags: hdf-4.3

Dear Maintainer,

Your package FTBFS while performing test rebuilds with HDF 4.3.20.

The attached patch resolves the issue by adding the appropriate includes to fix 
the -Werror=implicit-function-declaration issues.

Kind Regards,

Bas
diff -Nru coda-2.25.2/debian/changelog coda-2.25.2/debian/changelog
--- coda-2.25.2/debian/changelog2024-03-17 09:05:21.0 +0100
+++ coda-2.25.2/debian/changelog2024-04-04 10:00:40.0 +0200
@@ -1,3 +1,10 @@
+coda (2.25.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild with HDF 4.3.0.
+
+ -- Bas Couwenberg   Thu, 04 Apr 2024 10:00:40 +0200
+
 coda (2.25.2-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru coda-2.25.2/debian/patches/implicit-function-declaration.patch 
coda-2.25.2/debian/patches/implicit-function-declaration.patch
--- coda-2.25.2/debian/patches/implicit-function-declaration.patch  
1970-01-01 01:00:00.0 +0100
+++ coda-2.25.2/debian/patches/implicit-function-declaration.patch  
2024-04-04 10:00:40.0 +0200
@@ -0,0 +1,37 @@
+Description: Fix FTBFS due to -Werror=implicit-function-declaration.
+Author: Bas Couwenberg 
+
+--- a/libcoda/coda-hdf4-cursor.c
 b/libcoda/coda-hdf4-cursor.c
+@@ -32,6 +32,8 @@
+ #include "coda-hdf4-internal.h"
+ 
+ #include 
++#include 
++#include 
+ 
+ static int get_native_type_size(coda_native_type type)
+ {
+--- a/libcoda/coda-hdf4-type.c
 b/libcoda/coda-hdf4-type.c
+@@ -32,6 +32,9 @@
+ #include "coda-hdf4-internal.h"
+ 
+ #include 
++#include 
++#include 
++#include 
+ 
+ /* Compatibility with versions before HDF4r2 */
+ #ifndef _HDF_SDSVAR
+--- a/libcoda/coda-hdf4.c
 b/libcoda/coda-hdf4.c
+@@ -32,6 +32,8 @@
+ #include "coda-hdf4-internal.h"
+ 
+ #include 
++#include 
++#include 
+ 
+ static int init_GRImages(coda_hdf4_product *product)
+ {
diff -Nru coda-2.25.2/debian/patches/series coda-2.25.2/debian/patches/series
--- coda-2.25.2/debian/patches/series   2024-03-17 09:05:21.0 +0100
+++ coda-2.25.2/debian/patches/series   2024-04-04 10:00:40.0 +0200
@@ -3,3 +3,4 @@
 hdf4-alt-libs.patch
 detect_libaec.patch
 hdf4-deps.patch
+implicit-function-declaration.patch


Bug#1068166: manpages-dev: Fails to upgrade due to file conflict

2024-03-31 Thread Bas Couwenberg
Source: manpages
Version: 6.05.01-1
Severity: serious
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

manpages-dev failed to upgrade due to a conflict with glibc-doc:

 Unpacking manpages-dev (6.7-1) over (6.05.01-1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/manpages-dev_6.7-1_all.deb (--unpack):
  trying to overwrite '/usr/share/man/man3/pthread_cond_init.3.gz', which is 
also in package glibc-doc 2.37-15.1
 Errors were encountered while processing:
  /var/cache/apt/archives/manpages-dev_6.7-1_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Breaks/Replaces will need to be added if the file was moved, but it seems that 
only one of these packages should include this manpage.

Kind Regards,

Bas



Bug#1067943: nmu: qtbase-opensource-src_5.15.10+dfsg-7

2024-03-29 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: qtbase-opensource-...@packages.debian.org
Control: affects -1 + src:qtbase-opensource-src
User: release.debian@packages.debian.org
Usertags: binnmu

nmu qtbase-opensource-src_5.15.10+dfsg-7 . armel armhf . unstable . -m "Rebuild 
for time_t"

Should resolve issues like this:

 - libqt5network5:armhf (>= 5.15.10+dfsg~)
 libqt5network5 depends on:
 - libssl3:armhf
 libssl3t64 conflicts with:
 - libssl3:armhf (< 3.1.5-1.1)

Kind Regards,

Bas



Bug#1067872: transition: netcdf

2024-03-28 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: net...@packages.debian.org
Control: affects -1 + src:netcdf
User: release.debian@packages.debian.org
Usertags: transition

There is no auto-netcdf tracker because libnetcdf19t64 already migrated to 
testing because it didn't build depend on dpkg-dev (>= 1.22.5).

Ben file:

title = "netcdf";
is_affected = (.build-depends ~ /\blibnetcdf-dev\b/)|(.depends ~ 
/\blibnetcdf\d+(?:t64)?\b/);
is_good = .depends ~ /\blibnetcdf19t64\b/;
is_bad = .depends ~ /\blibnetcdf19\b/;

Kind Regards,

Bas



Bug#1067852: nmu: gdal_3.8.4+dfsg-3

2024-03-27 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: g...@packages.debian.org
Control: affects -1 + src:gdal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu gdal_3.8.4+dfsg-3 . ANY . unstable . -m "Rebuild with libfyba0t64"

gdal needs to be built with libfyba-dev (>= 4.1.1-11) to pick up the 
libfyba0t64 dependency correctly.



Bug#1067812: nmu: spatialite_5.1.0-3

2024-03-27 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: spatial...@packages.debian.org
Control: affects -1 + src:spatialite
User: release.debian@packages.debian.org
Usertags: binnmu

nmu spatialite_5.1.0-3 . armel armhf . unstable . -m "Rebuild against 
libminizip1t64"


To unblock the spatialite rdeps it needs to build with libminzip-dev (>= 
1:1.3.dfsg-3.1) on armel & armhf.



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

2024-03-17 Thread Bas Couwenberg
Source: ruby-hdfeos5
Version: 1.2-11
Severity: serious
Tags: ftbfs upstream
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

Your package FTBFS in unstable:

 hdfeos5pt_wrap.c: In function ‘sort_data_byte’:
 hdfeos5pt_wrap.c:329:14: error: implicit declaration of function 
‘HE5_PTreadlevelF’; did you mean ‘HE5_PTreadlevel’? 
[-Werror=implicit-function-declaration]
   329 | status = HE5_PTreadlevelF(i_ptid, i_level, o_linkfield, 
H5T_NATIVE_CHAR, o_data_parent);
   |  ^~~~
   |  HE5_PTreadlevel

 
https://buildd.debian.org/status/fetch.php?pkg=ruby-hdfeos5=amd64=1.2-11%2Bb4=1710703222=log

See also: 
https://gcc.gnu.org/gcc-14/porting_to.html#implicit-function-declaration

Kind Regards,

Bas


Bug#1066977: RM: libapache2-mod-tile [armel armhf i386] -- ROM; 32bit architectures no longer supported

2024-03-16 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: libapache2-mod-t...@packages.debian.org
Control: affects -1 + src:libapache2-mod-tile
User: ftp.debian@packages.debian.org
Usertags: remove

Please remove libapache2-mod-tile from the 32bit architectures which are no 
longer supported.

Kind Regards,

Bas



Bug#1064013: RM: trollimage [mips64el] -- ROM; FTBFS

2024-02-15 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
Tags: ftbfs
X-Debbugs-Cc: trollim...@packages.debian.org
Control: affects -1 + src:trollimage
User: ftp.debian@packages.debian.org
Usertags: remove

Please remove trollimage from mips64el where it FTBFS.

Its three rdeps are not blockers because they're arch:all.

Kind Regards,

Bas



Bug#1059690: RM: mpfit [armhf] -- RoQA; Blocks removal of gnudatalanguage

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: mp...@packages.debian.org
Control: affects -1 + src:mpfit
Control: block 1059686 by -1

Please remove mpfit from armhf to unblock the gnudatalanguage removal which in 
turn blocks the plplot removal.

Kind Regards,

Bas



Bug#1059689: RM: idlastro [armhf] -- RoQA; Blocks removal of gnudatalanguage

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: idlas...@packages.debian.org
Control: affects -1 + src:idlastro
Control: block 1059686 by -1

Please remove idlastro from armhf to unblock the gnudatalanguage removal which 
blocks the plplot removal.

Kind Regards,

Bas



Bug#1059688: RM: theli [armhf] -- RoQA; Blocks removal of plplot & scamp

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: th...@packages.debian.org
Control: affects -1 + src:theli
Control: block 1059682 by -1
Control: block 1059687 by -1

Please remove theli from armhf to unblock the removal of plplot and scamp.

Kind Regards,

Bas



Bug#1059687: RM: scamp [armhf] -- RoQA; Blocks removal of plplot

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: sc...@packages.debian.org
Control: affects -1 + src:scamp
Control: block 1059682 by -1

Please remove scamp from armhf to unblock the plplot removal.

Kind Regards,

Bas



Bug#1059686: RM: gnudatalanguage [armhf] -- RoQA; Blocks removal of plplot

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: gnudatalangu...@packages.debian.org
Control: affects -1 + src:gnudatalanguage
Control: block 1059682 by -1

Please remove gnudatalanguage from armhf to unblock the plplot removal.

Kind Regards,

Bas



Bug#1059685: RM: coyote [armhf] -- RoQA; Blocks removal of plplot

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: coy...@packages.debian.org
Control: affects -1 + src:coyote
Control: block 1059682 by -1

Please remove coyote from armhf to unblock the plplot removal.

Kind Regards,

Bas



Bug#1059684: RM: psfex [armhf] -- RoQA; Blocks removal of plplot

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: ps...@packages.debian.org
Control: affects -1 + src:psfex
Control: block 1059682 by -1

Please remove psfex from armhf to unblock the plplot removal.

Kind Regards,

Bas



Bug#1059683: RM: munipack [armhf] -- RoQA; Blocks removal of plplot

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: munip...@packages.debian.org
Control: affects -1 + src:munipack
Control: block 1059682 by -1

Please remove munipack from armhf to unblock the plplot removal.

Kind Regards,

Bas



Bug#1059682: RM: plplot [armhf] -- RoQA; FTBFS

2023-12-29 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: plp...@packages.debian.org
Control: affects -1 + src:plplot

Please remove plplot from armhf where it FTBFS: #1055228

Kind Regards,

Bas



Bug#1059330: transition: shapelib

2023-12-22 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
X-Debbugs-Cc: shape...@packages.debian.org
Control: affects -1 + src:shapelib
Control: forwarded -1 
https://release.debian.org/transitions/html/auto-shapelib.html

Shapelib 1.6.0 bumps the SONAME requiring a transition.

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


Transition: shapelib

 libshp2 (1.5.0-3+b1) -> libshp4 (1.6.0~rc1-1~exp1)

The status of the most recent rebuilds is as follows.

 cyrus-imapd  (3.8.1-1)   OK
 glgrib   (1.0-3) OK
 gpsbabel (1.9.0+ds-2)OK
 gpsmanshp(1.2.3-6)   OK
 grads(3:2.2.1-5) OK
 libgeo-shapelib-perl (0.22-6)OK
 libterralib  (4.3.0+dfsg.2-12.1) OK
 marble   (4:22.12.3-2)   OK
 plplot   (5.15.0+dfsg2-6)OK
 therion  (6.1.8-2)   OK
 tilemaker(2.4.0-1)   OK

 gnudatalanguage  (1.0.3-1)   OK
 scamp(2.10.0-2)  OK
 xastir   (2.2.0-1)   OK


Kind Regards,

Bas



Bug#1059226: release.debian.org: Help doris migrate to testing

2023-12-21 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: pkg-grass-de...@lists.alioth.debian.org

doris (5.0.3~beta+dfsg-17) is not migrating to testing, the excuses suggest 
this is due to superficial autopkgtests:

 https://qa.debian.org/excuses.php?package=doris

Should this really block testing migration? Shouldn't it just not reduce the 
age?

Kind Regards,

Bas



Bug#1058947: RM: icinga2 [i386] -- ROM; FTBFS

2023-12-18 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: icin...@packages.debian.org
Control: affects -1 + src:icinga2
Control: block 1028489 by -1

Please remove icinga2 from i386 where it FTBFS as part of the boost-1.83 
transition.

Kind Regards,

Bas



Bug#1057916: RM: doris [i386] -- ROM; Obsolete

2023-12-10 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: do...@packages.debian.org
Control: affects -1 + src:doris

Please remove doris from i386, the architecture is considered obsolete as doris 
is not autobuilt.

Kind Regards,

Bas



Bug#1057847: tombo: FTBFS with Python 3.12

2023-12-09 Thread Bas Couwenberg
Source: tombo
Version: 1.5.1-5
Severity: serious
Tags: ftbfs
Control: block -1 by 1057762

Dear Maintainer,

Your package FTBFS with Python 3.12:

 
https://buildd.debian.org/status/fetch.php?pkg=tombo=amd64=1.5.1-5%2Bb1=1701979877=0

It builds successfully when using cython 3.0 from experimental.

Kind Regards,

Bas



Bug#1057845: dipy: FTBFS with Python 3.12

2023-12-09 Thread Bas Couwenberg
Source: dipy
Version: 1.7.0-4
Severity: serious
Tags: ftbfs
Control: block -1 by 1057762

Dear Maintainer,

Your package FTBFS with Python 3.12:

 
https://buildd.debian.org/status/fetch.php?pkg=dipy=amd64=1.7.0-4%2Bb1=1701973910=0

It builds successfully when using cython 3.0 from experimental.

Kind Regards,

Bas



Bug#1057839: libslow5lib: FTBFS with Python 3.12

2023-12-09 Thread Bas Couwenberg
Source: libslow5lib
Version: 0.7.0+dfsg-2
Severity: serious
Tags: ftbfs
Justification: makes the package in question unusable or mostly so
Control: block -1 by 1057762

Dear Maintainer,

Your package FTBFS with Python 3.12:

 
https://buildd.debian.org/status/fetch.php?pkg=libslow5lib=amd64=0.7.0%2Bdfsg-2%2Bb2=1701906412=0

It builds successfully when using cython 3.0 from experimental.

Kind Regards,

Bas



Bug#1057737: python-cartopy: FTBFS with Python 3.12

2023-12-07 Thread Bas Couwenberg
Source: python-cartopy
Version: 0.22.0+dfsg-1
Severity: serious
Tags: ftbfs upstream
Justification: makes the package in question unusable or mostly so
Control: forwarded -1 https://github.com/SciTools/cartopy/issues/2301

Dear Maintainer,

Your package FTBFS with Python 3.12:

 aarch64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 
-Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -g -fwrapv -O2 -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security 
-mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.12 
-c lib/cartopy/trace.cpp -o 
build/temp.linux-aarch64-cpython-312/lib/cartopy/trace.o
 lib/cartopy/trace.cpp: In function ‘bool 
__pyx_f_7cartopy_5trace_degenerate_line(const __pyx_t_7cartopy_5trace_Line&)’:
 lib/cartopy/trace.cpp:1623:34: error: ‘_PyCFrame’ {aka ‘struct _PyCFrame’} has 
no member named ‘use_tracing’
  1623 |  (unlikely((tstate)->cframe->use_tracing) &&\
   |  ^

https://buildd.debian.org/status/fetch.php?pkg=python-cartopy=arm64=0.22.0%2Bdfsg-1%2Bb1=1701974552=0


Bug#1057665: python-mapnik: Segfault when importing with python3.12

2023-12-06 Thread Bas Couwenberg
Source: python-mapnik
Version: 1:0.0~20200224-7da019cf9-5
Severity: serious
Tags: upstream
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

Importing the module with python3.12 results in a segfault:

 $ python3.12 -c 'import mapnik'
 Segmentation fault
 $ 

This does not happen with python3.11:

 $ python3.11 -c 'import mapnik'
 $ 

Backtrace:

 # gdb -args python3.12 -c 'import mapnik'
 GNU gdb (Debian 13.2-1) 13.2
 Copyright (C) 2023 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later 
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 Type "show copying" and "show warranty" for details.
 This GDB was configured as "x86_64-linux-gnu".
 Type "show configuration" for configuration details.
 For bug reporting instructions, please see:
 .
 Find the GDB manual and other documentation resources online at:
 .
 
 For help, type "help".
 Type "apropos word" to search for commands related to "word"...
 Reading symbols from python3.12...
 Reading symbols from 
/usr/lib/debug/.build-id/f0/4aa612852535800fe6d4b638c0e386059e2267.debug...
 (gdb) run
 Starting program: /usr/bin/python3.12 -c import\ mapnik
 [Thread debugging using libthread_db enabled]
 Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
 
 Program received signal SIGSEGV, Segmentation fault.
 type_new_get_bases (type=, ctx=) at 
../Objects/typeobject.c:3834
 3834../Objects/typeobject.c: No such file or directory.
 (gdb) backtrace
 #0  type_new_get_bases (type=, ctx=) at 
../Objects/typeobject.c:3834
 #1  type_new (metatype=0x779f1300 , 
args=('Query', (0x0,), {'__module__': 'mapnik._mapnik', '__doc__': 'a spatial 
query data object'}), kwds=0x0) at ../Objects/typeobject.c:3914
 #2  0x0052cc35 in type_call (kwds=0x0, args=('Query', (0x0,), 
{'__module__': 'mapnik._mapnik', '__doc__': 'a spatial query data object'}), 
type=0x779f1300 )
 at ../Objects/typeobject.c:1661
 #3  _PyObject_MakeTpCall (tstate=0xbaf188 <_PyRuntime+459656>, callable=, args=, nargs=3, keywords=0x0) at 
../Objects/call.c:240
 #4  0x00501dc9 in _PyObject_CallFunctionVa (is_size_t=0, 
va=0x7fffcb00, format=, callable=, tstate=0xbaf188 <_PyRuntime+459656>) at ../Objects/call.c:556
 #5  PyEval_CallFunction (callable=, 
format=) at ../Objects/call.c:602
 #6  0x779ce503 in boost::python::call, boost::python::dict> 
(a0=@0x7fffcc40: 0x778d11aa "Query", a1=..., a2=..., 
 callable=) at ./boost/python/cast.hpp:87
 #7  
boost::python::api::object_operators::operator(), boost::python::dict> (a2=..., 
a1=..., a0=@0x7fffcc40: 0x778d11aa "Query", 
 this=0x7fffcc90) at ./boost/python/object_call.hpp:19
 #8  boost::python::objects::(anonymous namespace)::new_class 
(doc=0x778d118e "a spatial query data object", types=0x7fffce60, 
num_types=, name=0x778d11aa "Query") at 
libs/python/src/object/class.cpp:570
 #9  boost::python::objects::class_base::class_base (this=0x7fffcd40, 
name=0x778d11aa "Query", num_types=, types=0x7fffce60, 
doc=0x778d118e "a spatial query data object")
 at libs/python/src/object/class.cpp:586
 #10 0x77815512 in export_query() () from 
/usr/lib/python3/dist-packages/mapnik/_mapnik.cpython-312-x86_64-linux-gnu.so
 #11 0x77806e05 in init_module__mapnik() () from 
/usr/lib/python3/dist-packages/mapnik/_mapnik.cpython-312-x86_64-linux-gnu.so
 #12 0x779d78a3 in boost::function0::operator() 
(this=0x7fffd360) at ./boost/function/function_template.hpp:763
 #13 boost::python::handle_exception_impl (f=...) at 
libs/python/src/errors.cpp:25
 #14 0x779d80fc in boost::python::handle_exception 
(f=) at ./boost/python/errors.hpp:29
 #15 boost::python::detail::(anonymous namespace)::init_module_in_scope 
(init_function=0x77806cd0 , m=) at libs/python/src/module.cpp:24
 #16 boost::python::detail::init_module (moduledef=..., 
init_function=0x77806cd0 ) at 
libs/python/src/module.cpp:43
 #17 0x0066909f in _PyImport_LoadDynamicModuleWithSpec (fp=, 
 spec=, 
origin='/usr/lib/python3/dist-packages/mapnik/_mapnik.cpython-312-x86_64-linux-gnu.so',
 loader_state=None, submodule_search_locations=None, 
_uninitialized_submodules=[], _set_fileattr=True, _cached=None) at remote 
0x77ae4140>) at ../Python/importdl.c:169
 #18 _imp_create_dynamic_impl (module=, file=, 
 spec=, 
origin='/usr/lib/python3/dist-packages/mapnik/_mapnik.cpython-312-x86_64-linux-gnu.so',
 loader_state=None, submodule_search_locations=None, 
_uninitialized_submodules=[], _set_fileattr=True, _cached=None) at remote 
0x77ae4140>) at ../Python/import.c:3775
 #19 _imp_create_dynamic (module=, args=, 
nargs=) at ../Python/clinic/import.c.h:506
 #20 0x0056887e in 

Bug#1056730: RM: pgrouting [armel armhf i386] -- ROM; FTBFS on 32bit architectures

2023-11-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: pgrout...@packages.debian.org
Control: affects -1 + src:pgrouting

Please remove pgrouting from the armel, armhf, and i386 where it FTBFS.

Kind Regards,

Bas



Bug#1055891: transition: gdal

2023-11-13 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
X-Debbugs-Cc: g...@packages.debian.org
Control: affects -1 + src:gdal
Control: forwarded -1 https://release.debian.org/transitions/html/auto-gdal.html
Control: block -1 by 1051433

For the Debian GIS team I'd like to transition to GDAL 3.8.0.

All reverse dependencies except mysql-workbench rebuilt successfully with GDAL 
3.8.0 from experimental as summarized below.


mysql-workbench (8.0.32+dfsg-1) FTBFS due to unrelated issues. (#1051433) 


Transition: gdal

 libgdal33 (3.7.3+dfsg-1) -> libgdal34 (3.8.0~rc2+dfsg-1~exp1)

The status of the most recent rebuilds is as follows.

 cloudcompare(2.11.3-7.1)  OK
 fiona   (1.9.5-1) OK
 gmt (6.4.0+dfsg-2)OK
 grass   (8.3.1-1) OK
 libcitygml  (2.5.1-1) OK
 libgeo-gdal-ffi-perl(0.1-3)   OK
 libosmium   (2.20.0-1)OK
 mapcache(1.14.0-2)OK
 mapnik  (3.1.0+ds-4)  OK
 mapproxy(1.16.0+dfsg-1)   OK
 mapserver   (8.0.1-2) OK
 merkaartor  (0.19.0+ds-4) OK
 mysql-workbench (8.0.32+dfsg-1)   FTBFS (#1051433)
 ncl (6.6.2.dfsg.1-2)  OK
 octave-mapping  (1.4.2-3) OK
 openorienteering-mapper (0.9.5-3.1)   OK
 openscenegraph  (3.6.5+dfsg1-8)   OK
 paraview(5.11.0+dfsg-2)   OK
 pgsql-ogr-fdw   (1.1.4-3) OK
 pktools (2.6.7.6+ds-4)OK
 postgis (3.4.0+dfsg-3)OK
 python-django   (3:4.2.6-1)   OK
 qmapshack   (1.17.0-1)OK
 r-cran-rgdal(1.6-7+dfsg-1)OK
 r-cran-sf   (1.0-14+dfsg-1)   OK
 r-cran-terra(1.7-55-1)OK
 rasterio(1.3.9-2) OK
 saga(9.2.0+dfsg-1)OK
 vtk9(9.1.0+really9.1.0+dfsg2-7)   OK

 facet-analyser  (0.0~git20221121142040.6be10b8+ds1-3) BD-UNINST
 libgdal-grass   (1:1.0.2-6)   OK
 opencv  (4.6.0+dfsg-13)   OK
 osmcoastline(2.4.0-2) OK
 qgis(3.28.12+dfsg-1)  OK
 sumo(1.18.0+dfsg-3)   OK


Kind Regards,

Bas



Bug#1055604: osmcoastline: FTBFS with GDAL 3.8.0

2023-11-08 Thread Bas Couwenberg
Source: osmcoastline
Version: 2.4.0-2
Severity: important
Tags: ftbfs upstream
User: debian-...@lists.debian.org
Usertags: gdal-3.8

Dear Maintainer,

Your package FTBFS with GDAL 3.8.0 from experimental:

 In file included from /usr/include/gdal/ogr_geometry.h:36,
  from /build/osmcoastline-2.4.0/src/coastline_polygons.hpp:25,
  from 
/build/osmcoastline-2.4.0/src/coastline_ring_collection.cpp:22:
 /usr/include/gdal/cpl_json.h:97:36: error: expected ')' before 'nVal'
97 | explicit CPLJSONObject(uint64_t nVal);
   |   ~^
   |)
 /usr/include/gdal/cpl_json.h:119:41: error: 'uint64_t' has not been declared
   119 | void Add(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:119:10: error: 'void CPLJSONObject::Add(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Add(const 
std::string&, int)'
   119 | void Add(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:117:10: note: previous declaration 'void 
CPLJSONObject::Add(const std::string&, int)'
   117 | void Add(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:131:41: error: 'uint64_t' has not been declared
   131 | void Set(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:131:10: error: 'void CPLJSONObject::Set(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Set(const 
std::string&, int)'
   131 | void Set(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:129:10: note: previous declaration 'void 
CPLJSONObject::Set(const std::string&, int)'
   129 | void Set(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:245:14: error: 'uint64_t' has not been declared
   245 | void Add(uint64_t nValue);
   |  ^~~~
 /usr/include/gdal/cpl_json.h:245:10: error: 'void CPLJSONArray::Add(int)' 
cannot be overloaded with 'void CPLJSONArray::Add(int)'
   245 | void Add(uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:243:10: note: previous declaration 'void 
CPLJSONArray::Add(int)'
   243 | void Add(int nValue);
   |  ^~~

The full buildlog is attached.

Kind Regards,

Bas
dpkg-checkbuilddeps: error: Unmet build dependencies: libgdal-dev libgeos++-dev 
libosmium2-dev (>= 2.16.0) libgdalcpp-dev pandoc spatialite-bin
W: Unmet build-dependency in source
dh clean --buildsystem cmake
   dh_auto_clean -O--buildsystem=cmake
   dh_autoreconf_clean -O--buildsystem=cmake
   dh_clean -O--buildsystem=cmake
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building osmcoastline using existing 
./osmcoastline_2.4.0.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building osmcoastline in osmcoastline_2.4.0-3.debian.tar.xz
dpkg-source: info: building osmcoastline in osmcoastline_2.4.0-3.dsc
I: Generating source changes file for original dsc
dpkg-genchanges: info: not including original source code in upload
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.3789300
I: forking: cp -al /var/cache/pbuilder/base-sid+rebuild.cow 
/var/cache/pbuilder/build/cow.3789300
I: removed stale ilistfile /var/cache/pbuilder/build/cow.3789300/.ilist
I: forking: chroot /var/cache/pbuilder/build/cow.3789300 cowdancer-ilistcreate 
/.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a 
-links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --debbuildopts  --debbuildopts  --buildplace 
/var/cache/pbuilder/build/cow.3789300 --buildresult /var/cache/pbuilder/result/ 
--mirror http://ftp.nl.debian.org/debian/ --distribution sid --no-targz 
--internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.3789300 cow-shell' 
/home/bas/tmp/debian/osmcoastline_2.4.0-3.dsc
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Wed Nov  8 18:49:58 CET 2023
I: pbuilder-time-stamp: 1699465798
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage 
for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [/home/bas/tmp/debian/osmcoastline_2.4.0-3.dsc]
I: copying [/home/bas/tmp/debian/osmcoastline_2.4.0.orig.tar.gz]
I: copying 

Bug#1055602: libgdal-grass: FTBFS with GDAL 3.8.0

2023-11-08 Thread Bas Couwenberg
Source: libgdal-grass
Version: 1.0.2-6
Severity: important
Tags: ftbfs upstream
User: debian-...@lists.debian.org
Usertags: gdal-3.8

Dear Maintainer,

Your package FTBFS with GDAL 3.8.0 from experimental:

 g++ -Wall -fPIC -DUSE_CPL -DGRASS_GISBASE=\"/usr/lib/grass83\" 
-I/usr/include/gdal -I/usr/lib/grass83/include -I/usr/include/postgresql 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/build/libgdal-grass-1.0.2=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
ogrgrasslayer.o ogrgrasslayer.cpp
 In file included from /usr/include/gdal/ogr_geometry.h:36,
  from /usr/include/gdal/ogr_feature.h:36,
  from /usr/include/gdal/ogrsf_frmts.h:35,
  from ogrgrass.h:33,
  from ogrgrassdriver.cpp:29:
 /usr/include/gdal/cpl_json.h:97:36: error: expected ')' before 'nVal'
97 | explicit CPLJSONObject(uint64_t nVal);
   |   ~^
   |)
 /usr/include/gdal/cpl_json.h:119:41: error: 'uint64_t' has not been declared
   119 | void Add(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:119:10: error: 'void CPLJSONObject::Add(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Add(const 
std::string&, int)'
   119 | void Add(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:117:10: note: previous declaration 'void 
CPLJSONObject::Add(const std::string&, int)'
   117 | void Add(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:131:41: error: 'uint64_t' has not been declared
   131 | void Set(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:131:10: error: 'void CPLJSONObject::Set(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Set(const 
std::string&, int)'
   131 | void Set(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:129:10: note: previous declaration 'void 
CPLJSONObject::Set(const std::string&, int)'
   129 | void Set(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:245:14: error: 'uint64_t' has not been declared
   245 | void Add(uint64_t nValue);
   |  ^~~~
 /usr/include/gdal/cpl_json.h:245:10: error: 'void CPLJSONArray::Add(int)' 
cannot be overloaded with 'void CPLJSONArray::Add(int)'
   245 | void Add(uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:243:10: note: previous declaration 'void 
CPLJSONArray::Add(int)'
   243 | void Add(int nValue);
   |  ^~~
 In file included from /usr/include/gdal/ogr_geometry.h:36,
  from /usr/include/gdal/ogr_feature.h:36,
  from /usr/include/gdal/ogrsf_frmts.h:35,
  from ogrgrass.h:33,
  from ogrgrassdatasource.cpp:30:
 /usr/include/gdal/cpl_json.h:97:36: error: expected ')' before 'nVal'
97 | explicit CPLJSONObject(uint64_t nVal);
   |   ~^
   |)
 /usr/include/gdal/cpl_json.h:119:41: error: 'uint64_t' has not been declared
   119 | void Add(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:119:10: error: 'void CPLJSONObject::Add(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Add(const 
std::string&, int)'
   119 | void Add(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:117:10: note: previous declaration 'void 
CPLJSONObject::Add(const std::string&, int)'
   117 | void Add(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:131:41: error: 'uint64_t' has not been declared
   131 | void Set(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:131:10: error: 'void CPLJSONObject::Set(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Set(const 
std::string&, int)'
   131 | void Set(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:129:10: note: previous declaration 'void 
CPLJSONObject::Set(const std::string&, int)'
   129 | void Set(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:245:14: error: 'uint64_t' has not been declared
   245 | void Add(uint64_t nValue);
   |  ^~~~
 /usr/include/gdal/cpl_json.h:245:10: error: 'void CPLJSONArray::Add(int)' 
cannot be overloaded with 'void CPLJSONArray::Add(int)'
   245 | void Add(uint64_t nValue);
   |  ^~~
 

Bug#1055590: r-cran-sf: FTBFS with GDAL 3.8.0

2023-11-08 Thread Bas Couwenberg
Source: r-cran-sf
Version: 1.0-14+dfsg-1
Severity: important
Tags: ftbfs
User: debian-...@lists.debian.org
Usertags: gdal-3.8

Dear Maintainer,


Your package FTBFS with GDAL 3.8.0 from experimental:

 g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG 
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp  -DHAVE_PROJ_H 
-I/usr/include/gdal -I/usr/include -I'/usr/lib/R/site-library/Rcpp/include' 
-fpic  -g -O2 -ffile-prefix-map=/build/reproducible-path/r-base-4.3.2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
gdal_read.cpp -o gdal_read.o
 In file included from /usr/include/gdal/ogr_geometry.h:36,
  from /usr/include/gdal/ogr_feature.h:36,
  from /usr/include/gdal/ogrsf_frmts.h:35,
  from gdal_read.cpp:4:
 /usr/include/gdal/cpl_json.h:97:36: error: expected ')' before 'nVal'
97 | explicit CPLJSONObject(uint64_t nVal);
   |   ~^
   |)
 /usr/include/gdal/cpl_json.h:119:41: error: 'uint64_t' has not been declared
   119 | void Add(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:119:10: error: 'void CPLJSONObject::Add(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Add(const 
std::string&, int)'
   119 | void Add(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:117:10: note: previous declaration 'void 
CPLJSONObject::Add(const std::string&, int)'
   117 | void Add(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:131:41: error: 'uint64_t' has not been declared
   131 | void Set(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:131:10: error: 'void CPLJSONObject::Set(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Set(const 
std::string&, int)'
   131 | void Set(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:129:10: note: previous declaration 'void 
CPLJSONObject::Set(const std::string&, int)'
   129 | void Set(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:245:14: error: 'uint64_t' has not been declared
   245 | void Add(uint64_t nValue);
   |  ^~~~
 /usr/include/gdal/cpl_json.h:245:10: error: 'void CPLJSONArray::Add(int)' 
cannot be overloaded with 'void CPLJSONArray::Add(int)'
   245 | void Add(uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:243:10: note: previous declaration 'void 
CPLJSONArray::Add(int)'
   243 | void Add(int nValue);
   |  ^~~

The full buildlog is attached.

Kind Regards,

Bas
dpkg-checkbuilddeps: error: Unmet build dependencies: r-cran-classint 
r-cran-dbi r-cran-magrittr r-cran-rcpp r-cran-s2 (>= 1.1.0) r-cran-units (>= 
0.7-0) libgdal-dev
W: Unmet build-dependency in source
dh clean --buildsystem R
   dh_auto_clean -O--buildsystem=R
   dh_autoreconf_clean -O--buildsystem=R
   dh_clean -O--buildsystem=R
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building r-cran-sf using existing 
./r-cran-sf_1.0-14+dfsg.orig.tar.xz
dpkg-source: info: building r-cran-sf in r-cran-sf_1.0-14+dfsg-1.1.debian.tar.xz
dpkg-source: info: building r-cran-sf in r-cran-sf_1.0-14+dfsg-1.1.dsc
I: Generating source changes file for original dsc
dpkg-genchanges: info: not including original source code in upload
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.3062380
I: forking: cp -al /var/cache/pbuilder/base-sid+rebuild.cow 
/var/cache/pbuilder/build/cow.3062380
I: removed stale ilistfile /var/cache/pbuilder/build/cow.3062380/.ilist
I: forking: chroot /var/cache/pbuilder/build/cow.3062380 cowdancer-ilistcreate 
/.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a 
-links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --debbuildopts  --debbuildopts  --buildplace 
/var/cache/pbuilder/build/cow.3062380 --buildresult /var/cache/pbuilder/result/ 
--mirror http://ftp.nl.debian.org/debian/ --distribution sid --no-targz 
--internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.3062380 cow-shell' 
/home/bas/tmp/debian/r-cran-sf_1.0-14+dfsg-1.1.dsc
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Wed Nov  8 16:42:36 CET 2023
I: pbuilder-time-stamp: 1699458156
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage 
for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting 

Bug#1055589: r-cran-rgdal: FTBFS with GDAL 3.8.0

2023-11-08 Thread Bas Couwenberg
Source: r-cran-rgdal
Version: 1.6-7+dfsg-1
Severity: important
Tags: ftbfs
User: debian-...@lists.debian.org
Usertags: gdal-3.8

Dear Maintainer,

Your package FTBFS with GDAL 3.8.0 from experimental:

 g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I/usr/include/gdal 
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp  -DPROJ_H_API 
-I'/usr/lib/R/site-library/sp/include' -fpic  -g -O2 
-ffile-prefix-map=/build/reproducible-path/r-base-4.3.2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
OGR_write.cpp -o OGR_write.o
 In file included from /usr/include/gdal/ogr_geometry.h:36,
  from /usr/include/gdal/ogr_feature.h:36,
  from /usr/include/gdal/ogrsf_frmts.h:35,
  from OGR_write.cpp:2:
 /usr/include/gdal/cpl_json.h:97:36: error: expected ')' before 'nVal'
97 | explicit CPLJSONObject(uint64_t nVal);
   |   ~^
   |)
 /usr/include/gdal/cpl_json.h:119:41: error: 'uint64_t' has not been declared
   119 | void Add(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:119:10: error: 'void CPLJSONObject::Add(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Add(const 
std::string&, int)'
   119 | void Add(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:117:10: note: previous declaration 'void 
CPLJSONObject::Add(const std::string&, int)'
   117 | void Add(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:131:41: error: 'uint64_t' has not been declared
   131 | void Set(const std::string , uint64_t nValue);
   | ^~~~
 /usr/include/gdal/cpl_json.h:131:10: error: 'void CPLJSONObject::Set(const 
std::string&, int)' cannot be overloaded with 'void CPLJSONObject::Set(const 
std::string&, int)'
   131 | void Set(const std::string , uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:129:10: note: previous declaration 'void 
CPLJSONObject::Set(const std::string&, int)'
   129 | void Set(const std::string , int nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:245:14: error: 'uint64_t' has not been declared
   245 | void Add(uint64_t nValue);
   |  ^~~~
 /usr/include/gdal/cpl_json.h:245:10: error: 'void CPLJSONArray::Add(int)' 
cannot be overloaded with 'void CPLJSONArray::Add(int)'
   245 | void Add(uint64_t nValue);
   |  ^~~
 /usr/include/gdal/cpl_json.h:243:10: note: previous declaration 'void 
CPLJSONArray::Add(int)'
   243 | void Add(int nValue);
   |  ^~~

The full buildlog is attached.

Kind Regards,

Bas
dpkg-checkbuilddeps: error: Unmet build dependencies: r-cran-sp libgdal-dev
W: Unmet build-dependency in source
dh clean --buildsystem R
   dh_auto_clean -O--buildsystem=R
   dh_autoreconf_clean -O--buildsystem=R
   dh_clean -O--buildsystem=R
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building r-cran-rgdal using existing 
./r-cran-rgdal_1.6-7+dfsg.orig.tar.xz
dpkg-source: info: building r-cran-rgdal in 
r-cran-rgdal_1.6-7+dfsg-1.1.debian.tar.xz
dpkg-source: info: building r-cran-rgdal in r-cran-rgdal_1.6-7+dfsg-1.1.dsc
I: Generating source changes file for original dsc
dpkg-genchanges: info: not including original source code in upload
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.3036531
I: forking: cp -al /var/cache/pbuilder/base-sid+rebuild.cow 
/var/cache/pbuilder/build/cow.3036531
I: removed stale ilistfile /var/cache/pbuilder/build/cow.3036531/.ilist
I: forking: chroot /var/cache/pbuilder/build/cow.3036531 cowdancer-ilistcreate 
/.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a 
-links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --debbuildopts  --debbuildopts  --buildplace 
/var/cache/pbuilder/build/cow.3036531 --buildresult /var/cache/pbuilder/result/ 
--mirror http://ftp.nl.debian.org/debian/ --distribution sid --no-targz 
--internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.3036531 cow-shell' 
/home/bas/tmp/debian/r-cran-rgdal_1.6-7+dfsg-1.1.dsc
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Wed Nov  8 16:37:33 CET 2023
I: pbuilder-time-stamp: 1699457853
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage 
for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d 

Bug#1055581: libgeo-gdal-ffi-perl: FTBFS with GDAL 3.8.0

2023-11-08 Thread Bas Couwenberg
Source: libgeo-gdal-ffi-perl
Version: 0.1-2
Severity: important
Tags: ftbfs
User: debian-...@lists.debian.org
Usertags: gdal-3.8

Dear Maintainer,

Your package FTBFS with GDAL 3.8.0 from experimental:

 Cannot write feature at 
/build/libgeo-gdal-ffi-perl-0.1/blib/lib/Geo/GDAL/FFI/Driver.pm line 49.
 
Geo::GDAL::FFI::Driver::Create(Geo::GDAL::FFI::Driver=SCALAR(0x557a150d4c40), 
"/vsimem/test.tiff", 10) called at t/vsistdout.t line 63
 # Tests were run but no plan was declared and done_testing() was not seen.
 # Looks like your test exited with 2 just after 1.
 t/vsistdout.t .. 

The full buildlog is attached.

Kind Regards,

Bas
dpkg-checkbuilddeps: error: Unmet build dependencies: libffi-platypus-perl 
libgdal-dev libpkgconfig-perl
W: Unmet build-dependency in source
dh clean
   dh_clean
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building libgeo-gdal-ffi-perl using existing 
./libgeo-gdal-ffi-perl_0.1.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building libgeo-gdal-ffi-perl in 
libgeo-gdal-ffi-perl_0.1-2.1.debian.tar.xz
dpkg-source: info: building libgeo-gdal-ffi-perl in 
libgeo-gdal-ffi-perl_0.1-2.1.dsc
I: Generating source changes file for original dsc
dpkg-genchanges: info: not including original source code in upload
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.2025006
I: forking: cp -al /var/cache/pbuilder/base-sid+rebuild.cow 
/var/cache/pbuilder/build/cow.2025006
I: removed stale ilistfile /var/cache/pbuilder/build/cow.2025006/.ilist
I: forking: chroot /var/cache/pbuilder/build/cow.2025006 cowdancer-ilistcreate 
/.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a 
-links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --debbuildopts  --debbuildopts  --buildplace 
/var/cache/pbuilder/build/cow.2025006 --buildresult /var/cache/pbuilder/result/ 
--mirror http://ftp.nl.debian.org/debian/ --distribution sid --no-targz 
--internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.2025006 cow-shell' 
/home/bas/tmp/debian/libgeo-gdal-ffi-perl_0.1-2.1.dsc
I: Running in no-targz mode
I: pbuilder: network access will be disabled during build
I: Current time: Wed Nov  8 13:08:40 CET 2023
I: pbuilder-time-stamp: 1699445320
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage 
for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [/home/bas/tmp/debian/libgeo-gdal-ffi-perl_0.1-2.1.dsc]
I: copying [/home/bas/tmp/debian/libgeo-gdal-ffi-perl_0.1.orig.tar.gz]
I: copying 
[/home/bas/tmp/debian/libgeo-gdal-ffi-perl_0.1-2.1.debian.tar.xz]
I: Extracting source
dpkg-source: warning: extracting unsigned source package 
(libgeo-gdal-ffi-perl_0.1-2.1.dsc)
dpkg-source: info: extracting libgeo-gdal-ffi-perl in libgeo-gdal-ffi-perl-0.1
dpkg-source: info: unpacking libgeo-gdal-ffi-perl_0.1.orig.tar.gz
dpkg-source: info: unpacking libgeo-gdal-ffi-perl_0.1-2.1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying geometry_pm-fix.patch
dpkg-source: info: applying prototypes-fix.patch
dpkg-source: info: applying platypus-declare-remove.patch
dpkg-source: info: applying gdal_so.patch
dpkg-source: info: applying test-fix.patch
dpkg-source: info: applying threads-fix.patch
I: Not using root during the build.
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper-compat (= 13), gdal-bin, libffi-platypus-perl, libgdal-dev, 
libjson-perl, libpkgconfig-perl, libsort-versions-perl, libtest-exception-perl, 
libtest-simple-perl, pdl, perl-xs-dev, perl:native
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 14516 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 

Bug#1054287: bookworm-pu: package devscripts/2.23.4+deb12u1

2023-10-20 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: devscri...@packages.debian.org
Control: affects -1 + src:devscripts

[ Reason ]
`dch --bpo` & `dch --stable` still use bullseye in 2.23.4.

Now that bookworm is releases it should be used instead.

[ Impact ]
Needs to manually change the version and codename to correct the changelog.

[ Tests ]
Package test suite.

[ Risks ]
Low, only the commit for debchange was cherry-picked.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
The gbp.conf & Vcs-Git changes are required to let git-buildpackage and 
debcheckout use the correct branch.

The debchange changes are cherry-picked from 2.23.5 which is in testing for a 
while now.

[ Other info ]
N/A

Kind Regards,

Bas
diff -Nru devscripts-2.23.4/debian/changelog 
devscripts-2.23.4+deb12u1/debian/changelog
--- devscripts-2.23.4/debian/changelog  2023-04-05 12:40:28.0 +0200
+++ devscripts-2.23.4+deb12u1/debian/changelog  2023-10-20 18:54:42.0 
+0200
@@ -1,3 +1,16 @@
+devscripts (2.23.4+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+
+  [ Bas Couwenberg ]
+  * Update branch in gbp.conf & Vcs-Git URL.
+
+  [ Benjamin Drung ]
+  * debchange: Update to current Debian distributions
+(closes: #1037336, #1038389, #1043021)
+
+ -- Bas Couwenberg   Fri, 20 Oct 2023 18:54:42 +0200
+
 devscripts (2.23.4) unstable; urgency=medium
 
   [ Johannes Schauer Marin Rodrigues ]
diff -Nru devscripts-2.23.4/debian/control 
devscripts-2.23.4+deb12u1/debian/control
--- devscripts-2.23.4/debian/control2023-04-05 12:36:46.0 +0200
+++ devscripts-2.23.4+deb12u1/debian/control2023-10-20 18:54:42.0 
+0200
@@ -66,7 +66,7 @@
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/debian/devscripts
-Vcs-Git: https://salsa.debian.org/debian/devscripts.git
+Vcs-Git: https://salsa.debian.org/debian/devscripts.git -b bookworm
 
 Package: devscripts
 Architecture: any
diff -Nru devscripts-2.23.4/debian/gbp.conf 
devscripts-2.23.4+deb12u1/debian/gbp.conf
--- devscripts-2.23.4/debian/gbp.conf   2022-06-18 18:14:16.0 +0200
+++ devscripts-2.23.4+deb12u1/debian/gbp.conf   2023-10-20 18:54:42.0 
+0200
@@ -1,2 +1,3 @@
 [DEFAULT]
 debian-tag = v%(version)s
+debian-branch = bookworm
diff -Nru devscripts-2.23.4/scripts/debchange.bash_completion 
devscripts-2.23.4+deb12u1/scripts/debchange.bash_completion
--- devscripts-2.23.4/scripts/debchange.bash_completion 2022-06-18 
18:14:15.0 +0200
+++ devscripts-2.23.4+deb12u1/scripts/debchange.bash_completion 2023-10-20 
18:54:42.0 +0200
@@ -25,11 +25,11 @@
 #--
 #FIXME: I don't want hard-coding codename...
 #--
-oldstable_codename='squeeze'
-stable_codename='wheezy'
-testing_codename='jessie'
+oldstable_codename='bullseye'
+stable_codename='bookworm'
+testing_codename='trixie'
 
-lts='squeeze-lts'
+lts='buster-lts'
 
 distro="oldstable-security oldstable-proposed-updates\
 "$oldstable_codename"-security\
diff -Nru devscripts-2.23.4/scripts/debchange.pl 
devscripts-2.23.4+deb12u1/scripts/debchange.pl
--- devscripts-2.23.4/scripts/debchange.pl  2023-04-03 01:03:09.0 
+0200
+++ devscripts-2.23.4+deb12u1/scripts/debchange.pl  2023-10-20 
18:54:42.0 +0200
@@ -163,7 +163,7 @@
  distribution name
   --bpo
  Increment the Debian release number for a backports upload
- to "bullseye-backports"
+ to "bookworm-backports"
   --stable
  Increment the Debian release number for a stable upload.
   -l, --local 
@@ -507,7 +507,7 @@
 if (defined $opt_D) {
 if ($vendor eq 'Debian') {
 unless ($opt_D
-=~ 
/^(experimental|unstable|sid|UNRELEASED|((old){0,2}stable|testing|wheezy|jessie|stretch|buster|bullseye)(-proposed-updates|-security)?|proposed-updates)$/
+=~ 
/^(experimental|unstable|sid|UNRELEASED|((old){0,2}stable|testing|buster|bullseye|bookworm|trixie)(-proposed-updates|-security)?|proposed-updates)$/
 ) {
 my $deb_info = get_debian_distro_info();
 my ($oldstable_backports, $stable_backports) = ("", "");
@@ -530,9 +530,9 @@
   if $oldstable_backports;
 warn "$progname warning: Recognised distributions are: \n"
   . "experimental, unstable, testing, stable, oldstable, 
oldoldstable,\n"
-  . 
"{bullseye,buster,stretch,jessie,wheezy}-proposed-updates,\n"
+ 

Bug#1051395: bookworm-pu: package pywinrm/0.3.0-4+deb12u1

2023-09-07 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: pywi...@packages.debian.org
Control: affects -1 + src:pywinrm

[ Reason ]
The winrm.transport module throws an error with python3.11:

 kerberos: module 'inspect' has no attribute 'getargspec'

This is fixed by using inspect.getfullargspec instead.

This issue makes the module unusable, either directly as reported in #1050848 
or via ansible.

[ Impact ]
The winrm module is unusable.

[ Tests ]
Also manually tested 0.3.0-4+deb12u1 to ensure it works with ansible to manage 
Windows hosts.

[ Risks ]
The change is trivial and similar patches have been applied to other module to 
fix this issue with python3.11.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
gbp.conf was added to make git-buildpackage work out of the box.
Vcs-Git URL was updated to make debcheckout use the correct branch.
inspect.patch as added to fix the issue.

[ Other info ]
N/A

Kind Regards,

Bas
diff -Nru pywinrm-0.3.0/debian/changelog pywinrm-0.3.0/debian/changelog
--- pywinrm-0.3.0/debian/changelog  2022-11-02 22:04:39.0 +0100
+++ pywinrm-0.3.0/debian/changelog  2023-09-07 12:05:00.0 +0200
@@ -1,3 +1,13 @@
+pywinrm (0.3.0-4+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+  * Add gbp.conf to use pristine-tar & --source-only-changes by default.
+  * Update branch in Vcs-Git URL.
+  * Add patch to fix compatibility with inspect in python3.11.
+(closes: #1050848)
+
+ -- Bas Couwenberg   Thu, 07 Sep 2023 12:05:00 +0200
+
 pywinrm (0.3.0-4) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru pywinrm-0.3.0/debian/control pywinrm-0.3.0/debian/control
--- pywinrm-0.3.0/debian/control2022-11-02 22:04:39.0 +0100
+++ pywinrm-0.3.0/debian/control2023-09-07 12:05:00.0 +0200
@@ -16,7 +16,7 @@
 Standards-Version: 4.1.3
 Testsuite: autopkgtest-pkg-python
 Homepage: https://github.com/diyan/pywinrm
-Vcs-Git: https://salsa.debian.org/python-team/packages/python-winrm.git
+Vcs-Git: https://salsa.debian.org/python-team/packages/python-winrm.git -b 
bookworm
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-winrm
 
 
diff -Nru pywinrm-0.3.0/debian/gbp.conf pywinrm-0.3.0/debian/gbp.conf
--- pywinrm-0.3.0/debian/gbp.conf   1970-01-01 01:00:00.0 +0100
+++ pywinrm-0.3.0/debian/gbp.conf   2023-09-07 12:05:00.0 +0200
@@ -0,0 +1,19 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = bookworm
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
+
+[buildpackage]
+pbuilder-options = --source-only-changes
diff -Nru pywinrm-0.3.0/debian/patches/inspect.patch 
pywinrm-0.3.0/debian/patches/inspect.patch
--- pywinrm-0.3.0/debian/patches/inspect.patch  1970-01-01 01:00:00.0 
+0100
+++ pywinrm-0.3.0/debian/patches/inspect.patch  2023-09-07 12:05:00.0 
+0200
@@ -0,0 +1,16 @@
+Description: Use getfullargspec instead of getargspec for python3.11.
+Author: Bas Couwenberg 
+Bug-Debian: https://bugs.debian.org/1050848
+Forwarded: not-needed
+
+--- a/winrm/transport.py
 b/winrm/transport.py
+@@ -289,7 +289,7 @@ class Transport(object):
+ return response_text
+ 
+ def _get_args(self, mandatory_args, optional_args, function):
+-argspec = set(inspect.getargspec(function).args)
++argspec = set(inspect.getfullargspec(function).args)
+ function_args = dict()
+ for name, value in mandatory_args.items():
+ if name in argspec:
diff -Nru pywinrm-0.3.0/debian/patches/series 
pywinrm-0.3.0/debian/patches/series
--- pywinrm-0.3.0/debian/patches/series 2022-11-02 22:04:39.0 +0100
+++ pywinrm-0.3.0/debian/patches/series 2023-09-07 12:05:00.0 +0200
@@ -1 +1,2 @@
 avoid-distutils.patch
+inspect.patch


Bug#1051224: buildd.debian.org: Add osm2pgsql to Packages-arch-specific

2023-09-04 Thread Bas Couwenberg
Package: buildd.debian.org
Severity: normal
Tags: patch

Dear Maintainer,

osm2pgsql upstream no longer supports 32bit architectures, no need to even try 
to build the package there.

Kind Regards,

Bas
>From a49a0961ea98027b486169567f21d6e63f32206e Mon Sep 17 00:00:00 2001
From: Bas Couwenberg 
Date: Mon, 4 Sep 2023 18:37:10 +0200
Subject: Exclude osm2pgsql from 32bit achitectures.

---
 Packages-arch-specific | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Packages-arch-specific b/Packages-arch-specific
index aa69ebe..539bea5 100644
--- a/Packages-arch-specific
+++ b/Packages-arch-specific
@@ -23,6 +23,7 @@
 fdflush: alpha amd64 i386 # 
amd64/i386/alpha specific
 %libgcr410: i386 amd64   # [ANAIS]
 %linux-wlan-ng: amd64 i386 powerpc armel armhf alpha hppa# ANAIS 
[?]
+%osm2pgsql: !armel !armhf !i386 !arc !hppa !hurd-i386 !m68k !powerpc !sh4 !x32 
 # 64bit only
 
 # xorg stuff
 %xf86-input-multitouch: !s390x
-- 
2.39.2



Bug#1051212: RM: osm2pgsql [i386 armel armhf] -- ROM; 32bit architectures not supported

2023-09-04 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: osm2pg...@packages.debian.org
Control: affects -1 + src:osm2pgsql

Please remove osm2pgsql from the 32bit architectures where it FTBFS because 
upstream doesn't support them any more.

Kind Regards,

Bas



Bug#1050873: dh-php: Provide dh-sequence-php

2023-08-30 Thread Bas Couwenberg
Source: dh-php
Version: 5.2
Severity: normal
Tags: patch

Dear Maintainer,

The dh-php package should provide dh-sequence-php to automatically enable the 
sequence instead of using dh --with php.

The attached patch adds dh-sequence-php to the Provides of dh-php.

Kind Regards,

Bas
diff -Nru dh-php-5.2/debian/changelog dh-php-5.2+nmu1/debian/changelog
--- dh-php-5.2/debian/changelog 2023-01-05 14:20:19.0 +0100
+++ dh-php-5.2+nmu1/debian/changelog2023-08-30 17:52:10.0 +0200
@@ -1,3 +1,10 @@
+dh-php (5.2+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Provide dh-sequence-php.
+
+ -- Bas Couwenberg   Wed, 30 Aug 2023 17:52:10 +0200
+
 dh-php (5.2) unstable; urgency=medium
 
   * Bump version for source-only build
diff -Nru dh-php-5.2/debian/control dh-php-5.2+nmu1/debian/control
--- dh-php-5.2/debian/control   2023-01-05 14:20:19.0 +0100
+++ dh-php-5.2+nmu1/debian/control  2023-08-30 17:51:48.0 +0200
@@ -16,6 +16,7 @@
  perl,
  xml2,
  ${misc:Depends}
+Provides: dh-sequence-php
 Description: debhelper add-on to handle PHP PECL extensions
  dh-php provides a debhelper sequence add-on named 'php' and the
  dh_php command.


Bug#1050854: python-xarray: autopkgtest failures

2023-08-30 Thread Bas Couwenberg
s store = NetCDF4DataStore.open(
 230s /usr/lib/python3/dist-packages/xarray/backends/netCDF4_.py:400: in open
 230s return cls(manager, group=group, mode=mode, lock=lock, 
autoclose=autoclose)
 230s /usr/lib/python3/dist-packages/xarray/backends/netCDF4_.py:347: in 
__init__
 230s self.format = self.ds.data_model
 230s /usr/lib/python3/dist-packages/xarray/backends/netCDF4_.py:409: in ds
 230s return self._acquire()
 230s /usr/lib/python3/dist-packages/xarray/backends/netCDF4_.py:403: in 
_acquire
 230s with self._manager.acquire_context(needs_lock) as root:
 230s /usr/lib/python3.11/contextlib.py:137: in __enter__
 230s return next(self.gen)
 230s /usr/lib/python3/dist-packages/xarray/backends/file_manager.py:199: in 
acquire_context
 230s file, cached = self._acquire_with_cache_info(needs_lock)
 230s /usr/lib/python3/dist-packages/xarray/backends/file_manager.py:217: in 
_acquire_with_cache_info
 230s file = self._opener(*self._args, **kwargs)
 230s src/netCDF4/_netCDF4.pyx:2490: in netCDF4._netCDF4.Dataset.__init__
 230s ???
 230s src/netCDF4/_netCDF4.pyx:1879: in netCDF4._netCDF4._get_grps
 230s ???
 230s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ 
 230s 
 230s >   ???
 230s E   RuntimeError: NetCDF: Not a valid ID
 230s 
 230s src/netCDF4/_netCDF4.pyx:2029: RuntimeError

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-xarray/37237465/log.gz

You would have caught this if you hadn't disabled the tests during the build.

The attached patch resolves the issue skipping the failing test.

Kind Regards,

Bas
diff -Nru python-xarray-2023.08.0/debian/changelog 
python-xarray-2023.08.0/debian/changelog
--- python-xarray-2023.08.0/debian/changelog2023-08-28 17:28:23.0 
+0200
+++ python-xarray-2023.08.0/debian/changelog2023-08-30 10:40:43.0 
+0200
@@ -1,3 +1,12 @@
+python-xarray (2023.08.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't override dh_auto_test.
+  * Use autopkgtest-pkg-pybuild testsuite.
+  * Skip test_open_mfdataset_manyfiles, causes FTBFS.
+
+ -- Bas Couwenberg   Wed, 30 Aug 2023 10:40:43 +0200
+
 python-xarray (2023.08.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru python-xarray-2023.08.0/debian/control 
python-xarray-2023.08.0/debian/control
--- python-xarray-2023.08.0/debian/control  2023-08-28 17:28:23.0 
+0200
+++ python-xarray-2023.08.0/debian/control  2023-08-30 10:40:43.0 
+0200
@@ -50,6 +50,7 @@
 Vcs-Browser: https://salsa.debian.org/science-team/python-xarray
 Vcs-Git: https://salsa.debian.org/science-team/python-xarray.git
 Homepage: http://xarray.pydata.org/
+Testsuite: autopkgtest-pkg-pybuild
 
 Package: python3-xarray
 Architecture: all
diff -Nru python-xarray-2023.08.0/debian/rules 
python-xarray-2023.08.0/debian/rules
--- python-xarray-2023.08.0/debian/rules2023-08-28 17:28:23.0 
+0200
+++ python-xarray-2023.08.0/debian/rules2023-08-30 10:40:43.0 
+0200
@@ -4,10 +4,10 @@
 export DH_VERBOSE=1
 
 export PYBUILD_NAME=xarray
-PY3VERS:= $(shell py3versions -s)
+export PYBUILD_TEST_ARGS=-vv -k 'not test_open_mfdataset_manyfiles'
 
-# Disable checking for this release:
-DEB_BUILD_OPTIONS += nocheck nodoc
+# Disable docs for this release:
+DEB_BUILD_OPTIONS += nodoc
 
 export PYDEVD_DISABLE_FILE_VALIDATION=1
 
@@ -33,14 +33,6 @@
PYTHONPATH=$(CURDIR) $(MAKE) -C doc html
 endif
 
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-   for p in $(PY3VERS); do \
-   PY3VERNUM=`echo $$p | sed -e 's/python//' `; \
-   pybuild --test --test-pytest -i $$p -p $$PY3VERNUM  ;  \
-   done
-endif
-
 ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 override_dh_sphinxdoc:
dh_sphinxdoc --exclude=MathJax.js
diff -Nru python-xarray-2023.08.0/debian/tests/control 
python-xarray-2023.08.0/debian/tests/control
--- python-xarray-2023.08.0/debian/tests/control2023-08-28 
17:28:23.0 +0200
+++ python-xarray-2023.08.0/debian/tests/control1970-01-01 
01:00:00.0 +0100
@@ -1,18 +0,0 @@
-Test-Command: set -e
- ; for py in $(py3versions -r 2>/dev/null)
- ; do cd "$AUTOPKGTEST_TMP"
- ; echo "Testing with $py:"
- ; $py -m pytest -v --pyargs xarray
- ; done
-Depends: python3-all,
- python3-pytest (>= 2.7.1),
- python3-xarray,
-python3-bottleneck,
- python3-dask (>= 2.8.1+dfsg),
- python3-netcdf4,
- python3-scipy,
- python3-matplotlib,
-python3-cftime,
- python3-rasterio
-
- 


Bug#1050795: lammps: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: lammps
Version: 20220106.git7586adbb6a+ds1-2
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru lammps-20220106.git7586adbb6a+ds1/debian/changelog 
lammps-20220106.git7586adbb6a+ds1/debian/changelog
--- lammps-20220106.git7586adbb6a+ds1/debian/changelog  2022-03-17 
19:23:11.0 +0100
+++ lammps-20220106.git7586adbb6a+ds1/debian/changelog  2023-08-29 
11:45:50.0 +0200
@@ -1,3 +1,10 @@
+lammps (20220106.git7586adbb6a+ds1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 11:45:50 +0200
+
 lammps (20220106.git7586adbb6a+ds1-2) unstable; urgency=medium
 
   * [a623229] Switch off GPU
diff -Nru lammps-20220106.git7586adbb6a+ds1/debian/control 
lammps-20220106.git7586adbb6a+ds1/debian/control
--- lammps-20220106.git7586adbb6a+ds1/debian/control2022-03-11 
16:59:36.0 +0100
+++ lammps-20220106.git7586adbb6a+ds1/debian/control2023-08-29 
11:45:48.0 +0200
@@ -13,7 +13,6 @@
libhdf5-mpi-dev,
libjpeg-dev,
libkim-api-dev,
-   libnetcdf-dev,
libsymspg-dev,
libvtk9-dev,
libvtk9-qt-dev,


Bug#1050794: python-escript: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: python-escript
Version: 5.6-5
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru python-escript-5.6/debian/changelog 
python-escript-5.6/debian/changelog
--- python-escript-5.6/debian/changelog 2023-08-03 12:13:07.0 +0200
+++ python-escript-5.6/debian/changelog 2023-08-29 11:13:50.0 +0200
@@ -1,3 +1,10 @@
+python-escript (5.6-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 11:13:50 +0200
+
 python-escript (5.6-5) unstable; urgency=medium
 
   * Standards-Version: 4.6.2
diff -Nru python-escript-5.6/debian/control python-escript-5.6/debian/control
--- python-escript-5.6/debian/control   2023-08-03 12:13:07.0 +0200
+++ python-escript-5.6/debian/control   2023-08-29 11:13:48.0 +0200
@@ -19,7 +19,6 @@
libboost-random-dev,
   libboost-numpy-dev,
libboost-iostreams-dev,
-   libnetcdf-dev,
   libnetcdf-c++4-dev,
   libsilo-dev (>= 4.10.2.real-5),
   libscotchparmetis-dev,


Bug#1050792: metkit: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: metkit
Version: 1.10.14-1
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru metkit-1.10.14/debian/changelog metkit-1.10.14/debian/changelog
--- metkit-1.10.14/debian/changelog 2023-08-14 10:15:51.0 +0200
+++ metkit-1.10.14/debian/changelog 2023-08-29 11:07:41.0 +0200
@@ -1,3 +1,10 @@
+metkit (1.10.14-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 11:07:41 +0200
+
 metkit (1.10.14-1) unstable; urgency=medium
 
   * New upstream release 
diff -Nru metkit-1.10.14/debian/control metkit-1.10.14/debian/control
--- metkit-1.10.14/debian/control   2023-08-14 10:15:51.0 +0200
+++ metkit-1.10.14/debian/control   2023-08-29 11:07:38.0 +0200
@@ -10,7 +10,6 @@
  odc [!powerpc !armel !armhf !i386 !mipsel],
  libeccodes-dev,
  libeccodes-tools,
- libnetcdf-dev,
  libopenjp2-7-dev
 Standards-Version: 4.6.2
 Homepage: https://github.com/ecmwf/metkit


Bug#1050791: etsf-io: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: etsf-io
Version: 1.0.4-5
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru etsf-io-1.0.4/debian/changelog etsf-io-1.0.4/debian/changelog
--- etsf-io-1.0.4/debian/changelog  2020-12-28 08:19:58.0 +0100
+++ etsf-io-1.0.4/debian/changelog  2023-08-29 11:04:52.0 +0200
@@ -1,3 +1,10 @@
+etsf-io (1.0.4-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 11:04:52 +0200
+
 etsf-io (1.0.4-5) unstable; urgency=medium
 
   * Team upload.
diff -Nru etsf-io-1.0.4/debian/control etsf-io-1.0.4/debian/control
--- etsf-io-1.0.4/debian/control2020-12-28 08:08:02.0 +0100
+++ etsf-io-1.0.4/debian/control2023-08-29 11:04:52.0 +0200
@@ -6,7 +6,6 @@
 Build-Depends: debhelper-compat (= 13),
dh-exec,
gfortran,
-   libnetcdf-dev (>= 1:4.3.3.1),
libnetcdff-dev
 Standards-Version: 4.3.0
 Vcs-Browser: https://salsa.debian.org/science-team/etsf-io
@@ -60,7 +59,6 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libnetcdf-dev,
  libnetcdff-dev
 Suggests: libetsf-io-doc
 Description: Static libraries and Fortran module files of ETSF_IO


Bug#1050790: emoslib: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: emoslib
Version: 2:4.5.9-8
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru emoslib-4.5.9/debian/changelog emoslib-4.5.9/debian/changelog
--- emoslib-4.5.9/debian/changelog  2023-03-26 10:55:22.0 +0200
+++ emoslib-4.5.9/debian/changelog  2023-08-29 10:57:00.0 +0200
@@ -1,3 +1,10 @@
+emoslib (2:4.5.9-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 10:57:00 +0200
+
 emoslib (2:4.5.9-8) unstable; urgency=medium
 
   * Fix for FTBFS because of deprecated code in eccodes.
diff -Nru emoslib-4.5.9/debian/control emoslib-4.5.9/debian/control
--- emoslib-4.5.9/debian/control2023-03-26 10:55:22.0 +0200
+++ emoslib-4.5.9/debian/control2023-08-29 10:56:59.0 +0200
@@ -12,8 +12,7 @@
  libeccodes-tools,
  libopenjp2-7-dev,
  zlib1g-dev,
- libfftw3-dev,
- libnetcdf-dev
+ libfftw3-dev
 Standards-Version: 4.6.0
 Homepage: https://software.ecmwf.int/wiki/display/EMOS/Emoslib
 Vcs-Browser: https://salsa.debian.org:/science-team/emos


Bug#1050788: cdftools: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: cdftools
Version: 4.0.0-2
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru cdftools-4.0.0/debian/changelog cdftools-4.0.0/debian/changelog
--- cdftools-4.0.0/debian/changelog 2022-04-21 16:02:49.0 +0200
+++ cdftools-4.0.0/debian/changelog 2023-08-29 10:44:48.0 +0200
@@ -1,3 +1,10 @@
+cdftools (4.0.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 10:44:48 +0200
+
 cdftools (4.0.0-2) unstable; urgency=medium
 
   * Update d/watch file for new file format (v4.0.0.tar.gz)
diff -Nru cdftools-4.0.0/debian/control cdftools-4.0.0/debian/control
--- cdftools-4.0.0/debian/control   2022-04-21 16:02:49.0 +0200
+++ cdftools-4.0.0/debian/control   2023-08-29 10:44:47.0 +0200
@@ -6,7 +6,6 @@
  gfortran | fortran-compiler, 
  texlive-latex-base,
  texlive-latex-recommended,
- libnetcdf-dev, 
  libnetcdff-dev
 Standards-Version: 4.6.0
 Homepage: https://github.com/meom-group/CDFTOOLS


Bug#1050787: abinit: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: abinit
Version: 9.6.2-1
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru abinit-9.6.2/debian/changelog abinit-9.6.2/debian/changelog
--- abinit-9.6.2/debian/changelog   2022-01-02 22:53:06.0 +0100
+++ abinit-9.6.2/debian/changelog   2023-08-29 10:34:01.0 +0200
@@ -1,3 +1,10 @@
+abinit (9.6.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 10:34:01 +0200
+
 abinit (9.6.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru abinit-9.6.2/debian/control abinit-9.6.2/debian/control
--- abinit-9.6.2/debian/control 2021-10-01 21:27:53.0 +0200
+++ abinit-9.6.2/debian/control 2023-08-29 10:33:59.0 +0200
@@ -14,7 +14,6 @@
help2man,
libfftw3-dev,
libhdf5-dev,
-   libnetcdf-dev,
libnetcdff-dev,
libssl-dev,
libxc-dev,


Bug#1050785: kst: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: kst
Version: 2.0.8-5
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru kst-2.0.8/debian/changelog kst-2.0.8/debian/changelog
--- kst-2.0.8/debian/changelog  2021-11-14 21:21:57.0 +0100
+++ kst-2.0.8/debian/changelog  2023-08-29 10:27:11.0 +0200
@@ -1,3 +1,9 @@
+kst (2.0.8-6) UNRELEASED; urgency=medium
+
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 10:27:11 +0200
+
 kst (2.0.8-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru kst-2.0.8/debian/control kst-2.0.8/debian/control
--- kst-2.0.8/debian/control2021-11-14 21:14:17.0 +0100
+++ kst-2.0.8/debian/control2023-08-29 10:27:06.0 +0200
@@ -10,7 +10,6 @@
  libgetdata-dev,
  libgsl-dev,
  libmatio-dev,
- libnetcdf-dev,
  pkg-config,
  qtbase5-dev,
  qtbase5-dev-tools,


Bug#1050779: coda: Drop unused libnetcdf-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: coda
Version: 2.24.2-1
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libnetcdf-dev but doesn't link to libnetcdf.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru coda-2.24.2/debian/changelog coda-2.24.2/debian/changelog
--- coda-2.24.2/debian/changelog2023-02-09 14:45:43.0 +0100
+++ coda-2.24.2/debian/changelog2023-08-29 10:05:24.0 +0200
@@ -1,3 +1,10 @@
+coda (2.24.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libnetcdf-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 10:05:24 +0200
+
 coda (2.24.2-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru coda-2.24.2/debian/control coda-2.24.2/debian/control
--- coda-2.24.2/debian/control  2023-02-09 14:45:43.0 +0100
+++ coda-2.24.2/debian/control  2023-08-29 10:05:10.0 +0200
@@ -8,7 +8,6 @@
  dh-sequence-python3,
  python3-all,
  python3-numpy,
- libnetcdf-dev, netcdf-bin,
  libhdf5-dev | libhdf5-serial-dev, 
  libaec-dev,
  libpcre3-dev,


Bug#1050778: libterralib: Drop unused libshp-dev build dependency

2023-08-29 Thread Bas Couwenberg
Source: libterralib
Version: 4.3.0+dfsg.2-12.1
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libshp-dev but doesn't link to libshp.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru libterralib-4.3.0+dfsg.2/debian/changelog 
libterralib-4.3.0+dfsg.2/debian/changelog
--- libterralib-4.3.0+dfsg.2/debian/changelog   2019-08-26 19:28:30.0 
+0200
+++ libterralib-4.3.0+dfsg.2/debian/changelog   2023-08-29 09:41:17.0 
+0200
@@ -1,3 +1,9 @@
+libterralib (4.3.0+dfsg.2-13) UNRELEASED; urgency=medium
+
+  * Drop unused libshp-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 09:41:17 +0200
+
 libterralib (4.3.0+dfsg.2-12.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libterralib-4.3.0+dfsg.2/debian/control 
libterralib-4.3.0+dfsg.2/debian/control
--- libterralib-4.3.0+dfsg.2/debian/control 2019-08-26 19:27:36.0 
+0200
+++ libterralib-4.3.0+dfsg.2/debian/control 2023-08-29 09:40:37.0 
+0200
@@ -9,7 +9,6 @@
qt5-qmake,
qtbase5-dev,
zlib1g-dev,
-   libshp-dev,
   libdxflib-dev (>= 3.12.2),
default-libmysqlclient-dev,
libpq-dev,


Bug#1050775: libgeotiff: FTBFS with PROJ 9.3.0 (test failures)

2023-08-28 Thread Bas Couwenberg
Source: libgeotiff
Version: 1.7.1-2
Severity: important
Tags: ftbfs upstream
User: debian-...@lists.debian.org
Usertags: proj-9.3
Control: forwarded -1 https://github.com/OSGeo/libgeotiff/issues/89

Dear Maintainer,

Your package FTBFS with PROJ 9.3.0 from experimental:

 --- testlistgeo_out 2023-08-29 03:55:10.645106504 +
 +++ testlistgeo_out.dist.tmp2023-08-29 03:55:10.641106501 +
 @@ -1822,8 +1822,8 @@
 ProjNatOriginLongGeoKey: 0.00 (  0d 0' 0.00"E)
 ProjFalseEastingGeoKey: 0.00 m
 ProjFalseNorthingGeoKey: 0.00 m
 -GCS: 10346/NSIDC Authalic Sphere
 -Datum: 1360/NSIDC International 1924 Authalic Sphere
 +GCS: 4053/Unspecified datum based upon the International 1924 Authalic Sphere
 +Datum: 6053/Not specified (based on International 1924 Authalic Sphere)
  Ellipsoid: 7057/International 1924 Authalic Sphere (6371228.00,6371228.00)
  Prime Meridian: 8901/Greenwich (0.00/  0d 0' 0.00"E)
  Projection Linear Units: 9001/metre (1.00m)
 
 PROBLEMS HAVE OCCURRED
 test file testlistgeo_out saved

Kind Regards,

Bas



Bug#1050773: metview: Drop unused libproj-dev build dependency

2023-08-28 Thread Bas Couwenberg
Source: metview
Version: 5.19.2-1
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libproj-dev but doesn't link to libproj nor 
include proj.h.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru metview-5.19.2/debian/changelog metview-5.19.2/debian/changelog
--- metview-5.19.2/debian/changelog 2023-07-15 10:28:25.0 +0200
+++ metview-5.19.2/debian/changelog 2023-08-29 07:24:56.0 +0200
@@ -1,3 +1,10 @@
+metview (5.19.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libproj-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 07:24:56 +0200
+
 metview (5.19.2-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru metview-5.19.2/debian/control metview-5.19.2/debian/control
--- metview-5.19.2/debian/control   2023-07-15 10:28:25.0 +0200
+++ metview-5.19.2/debian/control   2023-08-29 07:24:55.0 +0200
@@ -48,7 +48,7 @@
   swig, 
   libexpat1-dev,
   libterralib-dev (>= 4.3.0+dfsg.2-8), 
-  libproj-dev, libqt5svg5-dev,
+  libqt5svg5-dev,
   libgd-dev, 
   imagemagick, 
   libnetcdf-dev, libnetcdf-c++4-dev,


Bug#1050772: mysql-workbench: Drop unused libproj-dev build dependency

2023-08-28 Thread Bas Couwenberg
Source: mysql-workbench
Version: 8.0.32+dfsg-1
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libproj-dev but doesn't link to libproj nor 
include proj.h.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru mysql-workbench-8.0.32+dfsg/debian/changelog 
mysql-workbench-8.0.32+dfsg/debian/changelog
--- mysql-workbench-8.0.32+dfsg/debian/changelog2023-03-22 
04:10:41.0 +0100
+++ mysql-workbench-8.0.32+dfsg/debian/changelog2023-08-29 
07:29:49.0 +0200
@@ -1,3 +1,10 @@
+mysql-workbench (8.0.32+dfsg-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libproj-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 07:29:49 +0200
+
 mysql-workbench (8.0.32+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru mysql-workbench-8.0.32+dfsg/debian/control 
mysql-workbench-8.0.32+dfsg/debian/control
--- mysql-workbench-8.0.32+dfsg/debian/control  2022-11-22 11:47:16.0 
+0100
+++ mysql-workbench-8.0.32+dfsg/debian/control  2023-08-29 07:29:48.0 
+0200
@@ -31,7 +31,6 @@
  ,libpcre3-dev
  ,libpixman-1-dev
  ,libpng-dev
- ,libproj-dev
  ,libsqlite3-dev
  ,libtinyxml-dev (>= 2.6.2)
  ,libvsqlitepp-dev


Bug#1050768: xastir: Drop unused libproj-dev build dependency

2023-08-28 Thread Bas Couwenberg
Source: xastir
Version: 2.2.0-1
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libproj-dev but doesn't link to libproj nor 
include proj.h.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru xastir-2.2.0/debian/changelog xastir-2.2.0/debian/changelog
--- xastir-2.2.0/debian/changelog   2023-08-04 10:24:58.0 +0200
+++ xastir-2.2.0/debian/changelog   2023-08-29 07:20:34.0 +0200
@@ -1,3 +1,10 @@
+xastir (2.2.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libproj-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 07:20:34 +0200
+
 xastir (2.2.0-1) unstable; urgency=medium
 
   * New upstream version 2.2.0.
diff -Nru xastir-2.2.0/debian/control xastir-2.2.0/debian/control
--- xastir-2.2.0/debian/control 2023-08-04 10:24:46.0 +0200
+++ xastir-2.2.0/debian/control 2023-08-29 07:20:30.0 +0200
@@ -13,7 +13,6 @@
festival-dev,
libgraphicsmagick1-dev | libgraphicsmagick-dev,
libshp-dev,
-   libproj-dev,
libpcre2-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libdb-dev,


Bug#1050765: gammaray: Drop unused libproj-dev build dependency

2023-08-28 Thread Bas Couwenberg
Source: gammaray
Version: 2.11.3-4
Severity: normal
Tags: patch

Dear Maintainer,

Your package build depends on libproj-dev but doesn't link to libproj nor 
include proj.h.

The attached patch drops the unused build dependency.

Kind Regards,

Bas
diff -Nru gammaray-2.11.3/debian/changelog gammaray-2.11.3/debian/changelog
--- gammaray-2.11.3/debian/changelog2023-07-16 18:33:07.0 +0200
+++ gammaray-2.11.3/debian/changelog2023-08-29 06:29:12.0 +0200
@@ -1,3 +1,10 @@
+gammaray (2.11.3-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused libproj-dev build dependency.
+
+ -- Bas Couwenberg   Tue, 29 Aug 2023 06:29:12 +0200
+
 gammaray (2.11.3-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru gammaray-2.11.3/debian/control gammaray-2.11.3/debian/control
--- gammaray-2.11.3/debian/control  2023-07-16 18:32:45.0 +0200
+++ gammaray-2.11.3/debian/control  2023-08-29 06:29:09.0 +0200
@@ -10,7 +10,6 @@
libgraphviz-dev,
libkf5coreaddons-dev,
libkf5syntaxhighlighting-dev,
-   libproj-dev,
libqt5svg5-dev,
libqt5waylandcompositor5-dev,
libwayland-dev (>= 1.12.0),


Bug#1050294: grep: Fails to build twice

2023-08-22 Thread Bas Couwenberg
Source: grep
Version: 3.11-2
Severity: important
Tags: upstream patch

Dear Maintainer,

Builing your package twice reveals an issue with the clean target:

 dpkg-source: info: local changes detected, the modified files are:
  source_dir/doc/grep.info
 dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/grep_3.11-2+salsaci+20230822+19.diff.kbSnU8

The attached patch resolves the issue.

Kind Regards,

Bas
diff -Nru grep-3.11/debian/changelog grep-3.11/debian/changelog
--- grep-3.11/debian/changelog  2023-07-21 23:33:27.0 +0200
+++ grep-3.11/debian/changelog  2023-08-22 19:24:15.0 +0200
@@ -1,3 +1,10 @@
+grep (3.11-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to remove generated files in clean target.
+
+ -- Bas Couwenberg   Tue, 22 Aug 2023 19:24:15 +0200
+
 grep (3.11-2) unstable; urgency=low
 
   * Add d/patches/grep-dirfd.patch to fix gnulib bug that produces an
diff -Nru grep-3.11/debian/patches/clean.patch 
grep-3.11/debian/patches/clean.patch
--- grep-3.11/debian/patches/clean.patch1970-01-01 01:00:00.0 
+0100
+++ grep-3.11/debian/patches/clean.patch2023-08-22 19:24:12.0 
+0200
@@ -0,0 +1,14 @@
+Description: Remove generated files in clean target.
+Author: Bas Couwenberg 
+
+--- a/doc/Makefile.am
 b/doc/Makefile.am
+@@ -22,7 +22,7 @@ grep_TEXINFOS = fdl.texi
+ man_MANS = grep.1
+ 
+ EXTRA_DIST = grep.in.1
+-CLEANFILES = grep.1
++CLEANFILES = grep.1 grep.info
+ 
+ grep.1: grep.in.1
+   $(AM_V_GEN)rm -f $@-t $@
diff -Nru grep-3.11/debian/patches/series grep-3.11/debian/patches/series
--- grep-3.11/debian/patches/series 2023-07-21 22:33:01.0 +0200
+++ grep-3.11/debian/patches/series 2023-08-22 19:21:45.0 +0200
@@ -4,3 +4,4 @@
 05-grep-wrapper-sh.patch
 1019724-handle-backslash-warning.patch
 grep-dirfd.patch
+clean.patch


Bug#1049384: zlib: trying to overwrite '/usr/include/minizip/crypt.h', which is also in package libminizip-dev:amd64 1:1.2.13.dfsg-2

2023-08-14 Thread Bas Couwenberg
Source: zlib
Version: 1:1.2.13.dfsg-2
Severity: serious
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

zlib1g-dev fails to upgrade due to a file confict with libminizip-dev:

 Preparing to unpack .../zlib1g-dev_1%3a1.2.13.dfsg-2_amd64.deb ...
 Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-2) over (1:1.2.13.dfsg-1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/zlib1g-dev_1%3a1.2.13.dfsg-2_amd64.deb (--unpack):
  trying to overwrite '/usr/include/minizip/crypt.h', which is also in package 
libminizip-dev:amd64 1:1.2.13.dfsg-2
 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
 Errors were encountered while processing:
  /var/cache/apt/archives/zlib1g-dev_1%3a1.2.13.dfsg-2_amd64.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Breaks/Replaces or Conflicts seem to be missing.

Kind Regards,

Bas



Bug#1043422: bookworm-pu: package nco/5.1.4-1+deb12u1

2023-08-10 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: n...@packages.debian.org
Control: affects -1 + src:nco

[ Reason ]
As reported in #1043409, nco in bookworm lost udunits2 support causing a 
significant loss in functionality.

[ Impact ]
Significant loss of functionality.

[ Tests ]
Upstream test suite.

[ Risks ]
Low, trivial change to a leaf package.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
The branch needs to be updated to keep git-buildpackage and debcheckout working.

The --disable-udunits configure option now disables udunits2 support instead of 
udunits support as before, dropping the option makes --enable-udunits2 works as 
intended again.

[ Other info ]
N/A

Kind Regards,

Bas
diff -Nru nco-5.1.4/debian/changelog nco-5.1.4/debian/changelog
--- nco-5.1.4/debian/changelog  2023-01-11 08:01:46.0 +0100
+++ nco-5.1.4/debian/changelog  2023-08-10 19:23:45.0 +0200
@@ -1,3 +1,11 @@
+nco (5.1.4-1+deb12u1) bookworm; urgency=medium
+
+  * Update branch in gbp.conf & Vcs-Git URL.
+  * Fix udunits2 support.
+(closes: #1043409)
+
+ -- Bas Couwenberg   Thu, 10 Aug 2023 19:23:45 +0200
+
 nco (5.1.4-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru nco-5.1.4/debian/control nco-5.1.4/debian/control
--- nco-5.1.4/debian/control2023-01-11 08:01:46.0 +0100
+++ nco-5.1.4/debian/control2023-08-10 19:23:43.0 +0200
@@ -18,7 +18,7 @@
texinfo
 Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/nco
-Vcs-Git: https://salsa.debian.org/debian-gis-team/nco.git
+Vcs-Git: https://salsa.debian.org/debian-gis-team/nco.git -b bookworm
 Homepage: http://nco.sourceforge.net/
 Rules-Requires-Root: no
 
diff -Nru nco-5.1.4/debian/gbp.conf nco-5.1.4/debian/gbp.conf
--- nco-5.1.4/debian/gbp.conf   2023-01-11 08:01:46.0 +0100
+++ nco-5.1.4/debian/gbp.conf   2023-08-10 19:23:36.0 +0200
@@ -6,7 +6,7 @@
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = bookworm
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig
diff -Nru nco-5.1.4/debian/rules nco-5.1.4/debian/rules
--- nco-5.1.4/debian/rules  2023-01-11 08:01:46.0 +0100
+++ nco-5.1.4/debian/rules  2023-08-10 19:23:45.0 +0200
@@ -25,7 +25,6 @@
--libdir=/usr/lib/nco \
--disable-nco_cplusplus \
--disable-static \
-   --disable-udunits \
--enable-dap \
--enable-gsl \
--enable-ncap2 \


Bug#1043378: bookworm-pu: package icingaweb2/2.11.4-2+deb12u1

2023-08-09 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: icingaw...@packages.debian.org
Control: affects -1 + src:icingaweb2

[ Reason ]
The php8.2.patch in icingaweb2 (2.11.4-2) does not cover all the code paths.

The web setup, icingacli, and MySQL/MariaDB support are some examples users ran 
into.

Especially the many Deprecated notices in the web setup cause significant 
hindrance.

[ Impact ]
Deprecated notices that hinder usability.

[ Tests ]
The patch was manually tested with icingacli.

[ Risks ]
Suppressing the Deprecated notices in the error_reporting() calls should be 
very low risk in a stable release where PHP 8.3 won't be introduced in the 
future like unstable.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
The branch needs to be updated to keep git-buildpackage and debcheckout working.

The patch is required to suppress the remaining Deprecated notices that were 
not fixed by php8.2.patch.

[ Other info ]
N/A

Kind Regards,

Bas
diff -Nru icingaweb2-2.11.4/debian/changelog icingaweb2-2.11.4/debian/changelog
--- icingaweb2-2.11.4/debian/changelog  2023-01-28 07:18:34.0 +0100
+++ icingaweb2-2.11.4/debian/changelog  2023-08-09 19:45:18.0 +0200
@@ -1,3 +1,12 @@
+icingaweb2 (2.11.4-2+deb12u1) bookworm; urgency=medium
+
+  * Team upload.
+  * Update branch in gbp.conf & Vcs-Git URL.
+  * Add patch to suppress Deprecated notices.
+(closes: #1037925)
+
+ -- Bas Couwenberg   Wed, 09 Aug 2023 19:45:18 +0200
+
 icingaweb2 (2.11.4-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru icingaweb2-2.11.4/debian/control icingaweb2-2.11.4/debian/control
--- icingaweb2-2.11.4/debian/control2023-01-18 17:28:15.0 +0100
+++ icingaweb2-2.11.4/debian/control2023-08-09 19:45:18.0 +0200
@@ -8,7 +8,7 @@
php-cli
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/nagios-team/icingaweb2
-Vcs-Git: https://salsa.debian.org/nagios-team/icingaweb2.git
+Vcs-Git: https://salsa.debian.org/nagios-team/icingaweb2.git -b bookworm
 Homepage: https://icinga.com
 Rules-Requires-Root: no
 
diff -Nru icingaweb2-2.11.4/debian/gbp.conf icingaweb2-2.11.4/debian/gbp.conf
--- icingaweb2-2.11.4/debian/gbp.conf   2022-07-01 20:21:56.0 +0200
+++ icingaweb2-2.11.4/debian/gbp.conf   2023-08-09 19:45:18.0 +0200
@@ -6,7 +6,7 @@
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = bookworm
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig
diff -Nru icingaweb2-2.11.4/debian/patches/error_reporting.patch 
icingaweb2-2.11.4/debian/patches/error_reporting.patch
--- icingaweb2-2.11.4/debian/patches/error_reporting.patch  1970-01-01 
01:00:00.0 +0100
+++ icingaweb2-2.11.4/debian/patches/error_reporting.patch  2023-08-09 
19:45:18.0 +0200
@@ -0,0 +1,27 @@
+Description: Suppress Deprecated notices, upstream doesn't support PHP 8.2 yet.
+Author: Bas Couwenberg 
+Bug: https://github.com/Icinga/icingaweb2/issues/4918
+Bug-Debian: https://bugs.debian.org/1037925
+
+--- a/library/Icinga/Application/ApplicationBootstrap.php
 b/library/Icinga/Application/ApplicationBootstrap.php
+@@ -591,7 +591,7 @@ abstract class ApplicationBootstrap
+  */
+ protected function setupErrorHandling()
+ {
+-error_reporting(E_ALL | E_STRICT);
++error_reporting(E_ALL & ~E_DEPRECATED | E_STRICT);
+ ini_set('display_startup_errors', 1);
+ ini_set('display_errors', 1);
+ set_error_handler(function ($errno, $errstr, $errfile, $errline) {
+--- a/library/Icinga/Application/webrouter.php
 b/library/Icinga/Application/webrouter.php
+@@ -8,7 +8,7 @@ use Icinga\Web\Controller\StaticControll
+ use Icinga\Web\JavaScript;
+ use Icinga\Web\StyleSheet;
+ 
+-error_reporting(E_ALL | E_STRICT);
++error_reporting(E_ALL & ~E_DEPRECATED | E_STRICT);
+ 
+ if (isset($_SERVER['REQUEST_URI'])) {
+ $ruri = $_SERVER['REQUEST_URI'];
diff -Nru icingaweb2-2.11.4/debian/patches/series 
icingaweb2-2.11.4/debian/patches/series
--- icingaweb2-2.11.4/debian/patches/series 2022-12-05 09:30:57.0 
+0100
+++ icingaweb2-2.11.4/debian/patches/series 2023-08-09 19:45:18.0 
+0200
@@ -1 +1,2 @@
 php8.2.patch
+error_reporting.patch


Bug#1043103: qa.debian.org: DDPO does not update package information

2023-08-05 Thread Bas Couwenberg
Package: qa.debian.org
Severity: important

Dear Maintainer,

DDPO does not update the package information for unstable at least.

spatialite (5.1.0-1) & spatialite-tools (5.1.0-1) are in unstable but still 
shows spatialite (5.0.1-3) & spatialite-tools (5.0.1-2) in stable, testing, 
unstable.

Kind Regards,

Bas



Bug#1043045: transition: spatialite

2023-08-05 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
X-Debbugs-Cc: spatial...@packages.debian.org
Control: affects -1 + src:spatialite
Control: forwarded -1 
https://release.debian.org/transitions/html/auto-spatialite.html

SpatiaLite 5.1.0 bumped its SONAME requiring a transition.

All rdeps built successfully as summarized below.


Transition: spatialite

 libspatialite7 (5.0.1-3) -> libspatialite8 (5.1.0-1~exp1)

The status of the most recent rebuilds is as follows.

 gdal (3.7.1+dfsg-1)  OK
 librasterlite2   (1.1.0~beta1-3) OK
 spatialite-tools (5.0.1-2)   OK

 merkaartor   (0.19.0+ds-4)   OK
 osmcoastline (2.4.0-2)   OK
 qgis (3.28.9+dfsg-1) OK
 spatialite-gui   (2.1.0~beta1-2) OK


Kind Regards,

Bas



Bug#1042963: RM: netcdf-cxx-legacy -- ROM; Dead upstream, superseded by netcdf-cxx

2023-08-03 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: netcdf-cxx-leg...@packages.debian.org
Control: affects -1 + src:netcdf-cxx-legacy

Please remove netcdf-cxx-legacy from the archive, it's dead upstream and 
superseded by netcdf-cxx.

Kind Regards,

Bas



Bug#1042939: RM: python-escript [i386] -- RoQA; FTBFS on i386

2023-08-02 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: python-escr...@packages.debian.org
Control: affects -1 + src:python-escript

Please remove python-escript from i386 where it FTBFS (#1041457).

Kind Regards,

Bas



Bug#1042841: RM: insighttoolkit4 -- RoQA; Superseded by insighttoolkit5

2023-08-01 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: insighttoolk...@packages.debian.org
Control: affects -1 + src:insighttoolkit4

Please remove insighttoolkit4 from the archive per #1024343.



Bug#1041989: RM: pim-data-exporter [mipsel] -- RoQA; Blocks removal of kf5-messagelib

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: pim-data-expor...@packages.debian.org
Control: affects -1 + src:pim-data-exporter
Control: block 1041983 by -1

Please remove the package from mipsel to unblock the kf5-messagelib removal.

Kind Regards,

Bas



Bug#1041988: RM: mbox-importer [mipsel] -- RoQA; Blocks removal of kf5-messagelib

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: mbox-impor...@packages.debian.org
Control: affects -1 + src:mbox-importer
Control: block 1041983 by -1

Please remove the package from mipsel to unblock the kf5-messagelib removal.

Kind Regards,

Bas



Bug#1041985: RM: akonadiconsole [mipsel] -- RoQA; Blocks removal of kf5-messagelib

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: akonadicons...@packages.debian.org
Control: affects -1 + src:akonadiconsole
Control: block 1041983 by -1

Please remove the package from mipsel to unblock the kf5-messagelib removal.

Kind Regards,

Bas



Bug#1041987: RM: libkf5mailcommon [mipsel] -- RoQA; Blocks removal of kf5-messagelib

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: libkf5mailcom...@packages.debian.org
Control: affects -1 + src:libkf5mailcommon
Control: block 1041983 by -1

Please remove the package from mipsel to unblock the kf5-messagelib removal.

Kind Regards,

Bas



Bug#1041984: RM: akonadi-import-wizard [mipsel] -- RoQA; Blocks removal of kf5-messagelib

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: akonadi-import-wiz...@packages.debian.org
Control: affects -1 + src:akonadi-import-wizard
Control: block 1041983 by -1

Please remove the package from mipsel to unblock the kf5-messagelib removal.

Kind Regards,

Bas



Bug#1041983: RM: kf5-messagelib [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: kf5-message...@packages.debian.org
Control: affects -1 + src:kf5-messagelib
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041981: RM: parley [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: par...@packages.debian.org
Control: affects -1 + src:parley
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041980: RM: 3depict [mipsel] -- RoQA; Blocks removal of mathql

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: 3dep...@packages.debian.org
Control: affects -1 + src:3depict
Control: block 1041979 by -1

Please remove the package from mipsel to unblock the mathql removal.

Kind Regards,

Bas



Bug#1041979: RM: mathgl [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: mat...@packages.debian.org
Control: affects -1 + src:mathgl
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041978: RM: pim-sieve-editor [mipsel] -- RoQA; Blocks removal of libkf5ksieve

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: pim-sieve-edi...@packages.debian.org
Control: affects -1 + src:pim-sieve-editor
Control: block 1041977 by -1

Please remove the package from mipsel to unblock the libkf5ksieve removal.

Kind Regards,

Bas



Bug#1041977: RM: libkf5ksieve [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: libkf5ksi...@packages.debian.org
Control: affects -1 + src:libkf5ksieve
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041974: RM: ktp-text-ui [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: ktp-text...@packages.debian.org
Control: affects -1 + src:ktp-text-ui
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041972: RM: kontact [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: kont...@packages.debian.org
Control: affects -1 + src:kontact
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041971: RM: kmail [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: km...@packages.debian.org
Control: affects -1 + src:kmail
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041970: RM: kimagemapeditor [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: kimagemapedi...@packages.debian.org
Control: affects -1 + src:kimagemapeditor
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041968: RM: ghostwriter [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: ghostwri...@packages.debian.org
Control: affects -1 + src:ghostwriter
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041967: RM: gambas3 [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: gamb...@packages.debian.org
Control: affects -1 + src:gambas3
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041963: RM: libime-jyutping [mipsel] -- RoQA; Blocks removal of fcitx5-chinese-addons

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: libime-jyutp...@packages.debian.org
Control: affects -1 + src:libime-jyutping
Control: block 1041961 by -1

Please remove the package from mipsel to unblock the fcitx5-chinese-addons 
removal.

Kind Regards,

Bas



Bug#1041962: RM: fcitx5-quwei [mipsel] -- RoQA; Blocks removal of fcitx5-chinese-addons

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: fcitx5-qu...@packages.debian.org
Control: affects -1 + src:fcitx5-quwei
Control: block 1041961 by -1

Please remove the package from mipsel to unblock the fcitx5-chinese-addons 
removal.

Kind Regards,

Bas



Bug#1041961: RM: fcitx5-chinese-addons [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: fcitx5-chinese-add...@packages.debian.org
Control: affects -1 + src:fcitx5-chinese-addons
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041959: fcitx5-chinese-addons: Don't use qtwebengine5-dev on mipsel, package to be removed

2023-07-25 Thread Bas Couwenberg
Source: fcitx5-chinese-addons
Version: 5.0.17-1
Severity: important
Tags: patch
Control: block 1041268 by -1

Dear Maintainer,

Your package needs to stop using qtwebengine5-dev on mipsel where the package 
is going to be removed.

The attached patch resolves the issue.

Kind Regards,

Bas
diff -Nru fcitx5-chinese-addons-5.0.17/debian/changelog 
fcitx5-chinese-addons-5.0.17/debian/changelog
--- fcitx5-chinese-addons-5.0.17/debian/changelog   2023-06-15 
02:08:36.0 +0200
+++ fcitx5-chinese-addons-5.0.17/debian/changelog   2023-07-25 
12:58:13.0 +0200
@@ -1,3 +1,10 @@
+fcitx5-chinese-addons (5.0.17-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't use qtwebengine5-dev on mipsel, package to be removed.
+
+ -- Bas Couwenberg   Tue, 25 Jul 2023 12:58:13 +0200
+
 fcitx5-chinese-addons (5.0.17-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru fcitx5-chinese-addons-5.0.17/debian/control 
fcitx5-chinese-addons-5.0.17/debian/control
--- fcitx5-chinese-addons-5.0.17/debian/control 2022-08-20 17:26:27.0 
+0200
+++ fcitx5-chinese-addons-5.0.17/debian/control 2023-07-25 12:57:56.0 
+0200
@@ -26,7 +26,7 @@
  libopencc-dev (>= 1.1~),
  pkg-config,
  qtbase5-dev,
- qtwebengine5-dev [amd64 arm64 armhf i386 mipsel mips64el],
+ qtwebengine5-dev [amd64 arm64 armhf i386 mips64el],
 Standards-Version: 4.6.1
 Rules-Requires-Root: no
 Homepage: https://github.com/fcitx/fcitx5-chinese-addons
diff -Nru fcitx5-chinese-addons-5.0.17/debian/rules 
fcitx5-chinese-addons-5.0.17/debian/rules
--- fcitx5-chinese-addons-5.0.17/debian/rules   2023-06-15 02:07:41.0 
+0200
+++ fcitx5-chinese-addons-5.0.17/debian/rules   2023-07-25 12:58:09.0 
+0200
@@ -6,7 +6,7 @@
dh $@
 
 override_dh_auto_configure:
-ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mipsel mips64el))
+ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el))
dh_auto_configure -- -DENABLE_BROWSER=OFF
 else
dh_auto_configure -- -DUSE_WEBKIT=OFF


Bug#1041954: RM: fcitx-libpinyin [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: fcitx-libpin...@packages.debian.org
Control: affects -1 + src:fcitx-libpinyin
Control: block 1041268 by -1

Please remove falkon from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041948: RM: algobox [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: algo...@packages.debian.org
Control: affects -1 + src:algobox
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041947: RM: akregator [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: akrega...@packages.debian.org
Control: affects -1 + src:akregator
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041942: RM: syncthingtray [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: syncthingt...@packages.debian.org
Control: affects -1 + src:syncthingtray
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041940: RM: supercollider-sc3-plugins [mipsel] -- RoQA; Blocks removal of supercollider

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: supercollider-sc3-plug...@packages.debian.org
Control: affects -1 + src:supercollider-sc3-plugins
Control: block 1041938 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041939: RM: sonic-pi [mipsel] -- RoQA; Blocks removal of supercollider

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: sonic...@packages.debian.org
Control: affects -1 + src:sonic-pi
Control: block 1041938 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



Bug#1041938: RM: supercollider [mipsel] -- RoQA; Blocks removal of qtwebengine-opensource-src

2023-07-25 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: supercolli...@packages.debian.org
Control: affects -1 + src:supercollider
Control: block 1041268 by -1

Please remove the package from mipsel to unblock the qtwebengine-opensource-src 
removal.

Kind Regards,

Bas



  1   2   3   4   5   6   7   8   9   10   >