Your message dated Fri, 01 Mar 2024 16:49:54 +0000
with message-id <[email protected]>
and subject line Bug#1063996: fixed in ogdi-dfsg 4.1.1+ds-2
has caused the Debian Bug report #1063996,
regarding libogdi4.1: is not multi-arch compatible
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1063996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063996
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libogdi4.1
Version: 4.1.0+ds-6
Severity: normal
Tags: patch

Dear Maintainer,

libogdi4 is dependency of libgdal32 and indirect dependency of opencv.
Lack of multi-arch markup and compatibility prevents their
co-installation on multi-arch systems.

.pc moved from /usr/share/pkgconfig to /usr/lib/@DEB_HOST_MULTIARCH@/pkgconfig
debhelper bump required for use of substitutions in .install

Patch attached.

Disclaimer: I was able to co-install M-A-patched
libgdal32/libogdi4.1/libarmadillo11/libhdf4 libraries on stable/bookworm,
but have no way to verify if there are any problems with their use.

-- System Information:
Debian Release: 12.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable'), (100, 'proposed-updates')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 6.1.0-17-amd64 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libogdi4.1 depends on:
ii  libc6      2.36-9+deb12u4
ii  libexpat1  2.5.0-1
ii  libtirpc3  1.3.3+ds-1
ii  zlib1g     1:1.2.13.dfsg-1

libogdi4.1 recommends no packages.

Versions of packages libogdi4.1 suggests:
ii  ogdi-bin  4.1.0+ds-6

-- no debconf information
Notes:
.pc moved from /usr/share/pkgconfig to /usr/lib/@DEB_HOST_MULTIARCH@/pkgconfig
debhelper bump required for substitutions in .install

diff -Nru ogdi-dfsg-4.1.0+ds/debian/changelog 
ogdi-dfsg-4.1.0+ds/debian/changelog
--- ogdi-dfsg-4.1.0+ds/debian/changelog 2022-12-01 15:52:30.000000000 +0300
+++ ogdi-dfsg-4.1.0+ds/debian/changelog 2024-02-14 23:56:13.000000000 +0300
@@ -1,3 +1,11 @@
+ogdi-dfsg (4.1.0+ds-6.1~local1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump debheler compat to 13.
+  * Fix Multi-Arch.
+
+ -- Yuriy M. Kaminskiy <[email protected]>  Wed, 14 Feb 2024 23:56:13 
+0300
+
 ogdi-dfsg (4.1.0+ds-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru ogdi-dfsg-4.1.0+ds/debian/control ogdi-dfsg-4.1.0+ds/debian/control
--- ogdi-dfsg-4.1.0+ds/debian/control   2022-11-28 18:21:45.000000000 +0300
+++ ogdi-dfsg-4.1.0+ds/debian/control   2024-02-14 23:53:25.000000000 +0300
@@ -3,7 +3,7 @@
 Uploaders: Francesco Paolo Lovergine <[email protected]>
 Section: libs
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                libexpat1-dev,
                pkg-config,
                tcl-dev (>= 8.4),
@@ -36,6 +36,7 @@
 
 Package: libogdi4.1
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Suggests: ogdi-bin
@@ -52,6 +53,7 @@
 
 Package: ogdi-bin
 Architecture: any
+Multi-Arch: foreign
 Section: science
 Depends: ${shlibs:Depends},
          ${misc:Depends}
diff -Nru ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.dirs 
ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.dirs
--- ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.dirs   2021-06-13 15:17:54.000000000 
+0300
+++ ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.dirs   2024-02-14 23:52:43.000000000 
+0300
@@ -1 +1 @@
-usr/lib/ogdi/4.1
+usr/lib/${DEB_HOST_MULTIARCH}/ogdi/4.1
diff -Nru ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.install 
ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.install
--- ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.install        2021-06-13 
15:12:37.000000000 +0300
+++ ogdi-dfsg-4.1.0+ds/debian/libogdi4.1.install        2024-02-14 
23:50:26.000000000 +0300
@@ -1,3 +1,3 @@
-usr/lib/libogdi.so.*
-usr/lib/libvpf.so.*
-usr/lib/ogdi/*.so      usr/lib/ogdi/4.1
+usr/lib/*/libogdi.so.*
+usr/lib/*/libvpf.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/ogdi/*.so        
usr/lib/${DEB_HOST_MULTIARCH}/ogdi/4.1
diff -Nru ogdi-dfsg-4.1.0+ds/debian/libogdi-dev.install 
ogdi-dfsg-4.1.0+ds/debian/libogdi-dev.install
--- ogdi-dfsg-4.1.0+ds/debian/libogdi-dev.install       2020-11-12 
08:35:27.000000000 +0300
+++ ogdi-dfsg-4.1.0+ds/debian/libogdi-dev.install       2024-02-14 
23:51:03.000000000 +0300
@@ -1,5 +1,5 @@
-usr/lib/lib*.so
+usr/lib/*/lib*.so
 usr/include/ecs.h      usr/include/ogdi
 usr/include/ecs_util.h usr/include/ogdi
 ogdi-config            usr/bin/
-ogdi.pc                usr/share/pkgconfig/
+ogdi.pc                usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
diff -Nru ogdi-dfsg-4.1.0+ds/debian/patches/modules_path.patch 
ogdi-dfsg-4.1.0+ds/debian/patches/modules_path.patch
--- ogdi-dfsg-4.1.0+ds/debian/patches/modules_path.patch        2021-06-13 
15:14:04.000000000 +0300
+++ ogdi-dfsg-4.1.0+ds/debian/patches/modules_path.patch        2024-02-14 
23:54:36.000000000 +0300
@@ -9,7 +9,7 @@
                $(EXPAT_INCLUDE)
  
 -CFLAGS        = $(INCLUDES) $(COMMON_CFLAGS) 
-DMODULES_PATH="\"$(INST_LIB)/ogdi/\""
-+CFLAGS        = $(INCLUDES) $(COMMON_CFLAGS) 
-DMODULES_PATH="\"/usr/lib/ogdi/4.1/\""
++CFLAGS        = $(INCLUDES) $(COMMON_CFLAGS) 
-DMODULES_PATH="\"/usr/${DEB_HOST_MULTIARCH}/lib/ogdi/4.1/\""
  
  LINK_LIBS= $(RPC_LINKLIB) $(ZLIB_LINKLIB) $(EXPAT_LINKLIB) $(WIN_LINKLIB) \
                $(MATH_LINKLIB)
diff -Nru ogdi-dfsg-4.1.0+ds/debian/rules ogdi-dfsg-4.1.0+ds/debian/rules
--- ogdi-dfsg-4.1.0+ds/debian/rules     2021-09-13 13:54:25.000000000 +0300
+++ ogdi-dfsg-4.1.0+ds/debian/rules     2024-02-14 23:52:19.000000000 +0300
@@ -28,7 +28,7 @@
 
 override_dh_auto_configure:
        dh_auto_configure -- \
-                --libdir=$(CURDIR)/debian/tmp/usr/lib \
+                --libdir=$(CURDIR)/debian/tmp/usr/lib/${DEB_HOST_MULTIARCH} \
                 --with-expat=yes \
                 --with-expatinc=/usr/include \
                 --with-expatlib=-lexpat \
@@ -48,7 +48,7 @@
        dh_install
        sed -i -e 's@$(CURDIR)/debian/tmp@@g' \
                debian/*/usr/bin/ogdi-config \
-               debian/*/usr/share/pkgconfig/ogdi.pc
+               debian/*/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/ogdi.pc
 
 override_dh_makeshlibs:
        dh_makeshlibs -- -v$(UPSTREAM_VERSION)

--- End Message ---
--- Begin Message ---
Source: ogdi-dfsg
Source-Version: 4.1.1+ds-2
Done: Bas Couwenberg <[email protected]>

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

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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated ogdi-dfsg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 01 Mar 2024 17:34:46 +0100
Source: ogdi-dfsg
Architecture: source
Version: 4.1.1+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1063996 1065190
Changes:
 ogdi-dfsg (4.1.1+ds-2) unstable; urgency=medium
 .
   * Team upload.
   * Replace pkg-config (build) dependency with pkgconf.
   * Apply Multi-Arch patch by Yuriy M. Kaminskiy.
     (closes: #1063996)
   * Add libtirpc-dev to build dependencies.
     (closes: #1065190)
Checksums-Sha1:
 378fff4b82407f588ec173358a4b37c31e219c6d 2130 ogdi-dfsg_4.1.1+ds-2.dsc
 c47f5c40e58b44ff22b762b6050c10d5aef5e210 13404 
ogdi-dfsg_4.1.1+ds-2.debian.tar.xz
 9d53db093dbb73c5ffb04dae5274b0757398dc77 9035 
ogdi-dfsg_4.1.1+ds-2_amd64.buildinfo
Checksums-Sha256:
 b5b8ae32048952505276c2ee67b0d5410a7fc216b0b649f12ffe71633157160e 2130 
ogdi-dfsg_4.1.1+ds-2.dsc
 4b559596cf8bacdb1468f1f0da12a54296d59316d01ae4bcecccc394727302c1 13404 
ogdi-dfsg_4.1.1+ds-2.debian.tar.xz
 069f1243a40c013174fe6a575ef841ad25dbae65f75dee1be2d2180516db3c4c 9035 
ogdi-dfsg_4.1.1+ds-2_amd64.buildinfo
Files:
 8494e83228b8608296d097e92780f15e 2130 libs optional ogdi-dfsg_4.1.1+ds-2.dsc
 191ff034187e9cd598ce63819a3e0bef 13404 libs optional 
ogdi-dfsg_4.1.1+ds-2.debian.tar.xz
 bb591ad8a755b85ef3e2386ee1e11374 9035 libs optional 
ogdi-dfsg_4.1.1+ds-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmXiBEkACgkQZ1DxCuiN
SvEatA//Vo4pQTSItDt9aYRLblQ2pA/mAtRaN95BOHQ0fcuktF9DgKieYBxBMM0s
HqkyPJahPKTrvHj4wNSJjUZkVuc3aTs8vnxPfhTQT6GRCphsirfPyaDYogASOnkY
din77Z7K10KibCzwEVpaeTUbCn+JqKA6Wk9OiGwPXsVbo4kOaecDlw55r9h+o2V2
n6KhLwzal8UVPMqbgaZyeTjO4qVzEMre7AmEVxee3DN4uQ/ILVLucUrhWXSk2OE1
BoJZXmnACqJxeGxlQnhafeT69SJvwQODimGAt7d5KWYmCz40UNYEl9ZZ6EVBivay
qUEQfuinO7qcpHyPBR4abJK4NS5+XP+WbdrVAGhcnZnan5PNHSq5HjmD0Kmvy27g
7vrjw02ZXHbSn2F2yi/sfRt946u4lPJmAjY3fa33+sX0aek7CGjVN2Bd9yDIeD6i
rLkKWn2ej/ZcgL5MYfrvwfkoaIFhOZLLBQaQLa83BsisFBPkMzISm49zDdhlSTXn
f1y8flfKikTxzaV5gTU4H2KvHawTpjDAFG+JZv0g/EXHSRm2K6sKahAQyQv6NoJN
Gn3fvHKKB0h+2T+8cJAfRDOK4eTt6H75vp7+cF/+HGiLdFLShbixZvEfaj9L3CVP
+8xPpks/xAGkNrRb6hSrATOcZi6YH7EeU1VhiO0ndqUvdZ0Q4eQ=
=fyHi
-----END PGP SIGNATURE-----

Attachment: pgpuHl6ZuUPZv.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to