Your message dated Mon, 27 Jan 2025 18:20:18 +0000
with message-id <[email protected]>
and subject line Bug#1055436: fixed in openjpeg2 2.5.3-1~exp1
has caused the Debian Bug report #1055436,
regarding openjpeg2: openjpeg / apache build-dep loop
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.)


-- 
1055436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055436
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openjpeg2
Version: 2.5.0-2
Severity: normal
Tags: patch

Hello,

openjpeg2 currently depends on dh-apache2, which introduces build-dep
loops between openjpeg2, ghostscript, doxygen, apr, apr-util, apache2,
which makes bootstraping new Debian ports tricky.

It would be useful to introduce a pkg.openjpeg2.noapache build profile
that avoids the dependency, as the attached patch does, could you apply
it?

Thanks,
Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 
'oldoldstable-proposed-updates'), (500, 'oldoldstable'), (500, 
'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.5.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
--- debian/control.original     2023-11-06 02:26:51.969738191 +0100
+++ debian/control      2023-11-06 02:27:46.746128984 +0100
@@ -5,7 +5,7 @@
 Homepage: https://www.openjpeg.org
 Build-Depends: cmake (>= 2.8.2),
                debhelper-compat (= 12),
-               dh-apache2,
+               dh-apache2 <!pkg.openjpeg2.noapache>,
                help2man,
                libcurl4-gnutls-dev | libcurl-ssl-dev,
                libfcgi-dev,
@@ -88,6 +88,7 @@
 Package: libopenjpip-viewer
 Section: graphics
 Architecture: all
+Build-Profiles: <!pkg.openjpeg2.noapache>
 Depends: libopenjpip-dec-server, ${java:Depends}, ${misc:Depends}
 Suggests: libopenjp2-tools
 Conflicts: openjpip-viewer
--- debian/rules.original       2023-11-06 02:29:44.086963470 +0100
+++ debian/rules        2023-11-06 02:30:35.419327426 +0100
@@ -17,8 +17,12 @@
   BUILDDOC = ON
 endif
 
+ifeq (,$(filter pkg.openjpeg2.noapache,$(DEB_BUILD_PROFILES)))
+DH_APACHE=--with=apache2
+endif
+
 %:
-       dh $@ --with apache2 $(DH_ADDONS) $(BUILD_PACKAGES)
+       dh $@ $(DH_APACHE) $(DH_ADDONS) $(BUILD_PACKAGES)
 build binary %-indep: DH_ADDONS=--with=javahelper
 
 CMAKE_EXTRA_FLAGS += -DCMAKE_SKIP_RPATH=ON \

--- End Message ---
--- Begin Message ---
Source: openjpeg2
Source-Version: 2.5.3-1~exp1
Done: Santiago Ruano Rincón <[email protected]>

We believe that the bug you reported is fixed in the latest version of
openjpeg2, 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.
Santiago Ruano Rincón <[email protected]> (supplier of updated openjpeg2 
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: Mon, 27 Jan 2025 15:05:10 -0300
Source: openjpeg2
Architecture: source
Version: 2.5.3-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 
<[email protected]>
Changed-By: Santiago Ruano Rincón <[email protected]>
Closes: 1055436 1089596
Changes:
 openjpeg2 (2.5.3-1~exp1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ Andreas Tille ]
   * New upstream version
     Closes: #1089596
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * d/rules: Do not parse d/changelog
   * Do not parse d/changelog (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * watch file standard 4 (routine-update)
   * Solve openjpeg / apache build-dep loop
     Closes: #1055436
 .
   [ Santiago Ruano Rincón ]
   * Add doxygen as Build-Dep
   * Install doc related files in openjpeg-doc
   * Update d/copyright
Checksums-Sha1:
 b34797ec8b09d6c1e2b04e616d765247b1d89d7a 2133 openjpeg2_2.5.3-1~exp1.dsc
 8a421c5c7de353693c39468144429ee28ff4c718 1393716 openjpeg2_2.5.3.orig.tar.xz
 9ae8fd71d4646adbbdd9aa5b870a2421fe529a6b 16912 
openjpeg2_2.5.3-1~exp1.debian.tar.xz
 1b6253d4f320b196aa14f04c382b70903ad045d6 18917 
openjpeg2_2.5.3-1~exp1_amd64.buildinfo
Checksums-Sha256:
 359e9ec78c39f780090f92c27de02aea19b3f8c1e947e2509f6056f19deac4b7 2133 
openjpeg2_2.5.3-1~exp1.dsc
 3100f0316e922630112cf6d72c0c20776896e64ad7eab72c2f713c460287eb92 1393716 
openjpeg2_2.5.3.orig.tar.xz
 344af036e04ccf062a9b4e93d88b43a0d732cbabb111071a426922d1e0671b77 16912 
openjpeg2_2.5.3-1~exp1.debian.tar.xz
 f8a0cd223d7019c4f04addf2e553ca5a60c6e08473cbbe66dedc024bd2bad43e 18917 
openjpeg2_2.5.3-1~exp1_amd64.buildinfo
Files:
 f86312b04503965f021faaa99eb041fb 2133 libs optional openjpeg2_2.5.3-1~exp1.dsc
 d12a0697d3af28141fe30bfad119c086 1393716 libs optional 
openjpeg2_2.5.3.orig.tar.xz
 e4a0ff68c3117de869a8365118792bf5 16912 libs optional 
openjpeg2_2.5.3-1~exp1.debian.tar.xz
 32297d0169795c6b45628a8c112be169 18917 libs optional 
openjpeg2_2.5.3-1~exp1_amd64.buildinfo

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

iIwEARYKADQWIQR+lHTq7mkJOyB6t2Un3j1FEEiG7wUCZ5fMfhYcc2FudGlhZ29y
ckByaXNldXAubmV0AAoJECfePUUQSIbvKn0BAObFpnYKkuEebMF7kzZzYge3eVei
G7uAz8yBfF9G+xueAQD/dUB2tf9mVmCMpjRG66LaEwfcO8AvxzdpnNYUtUYZAw==
=aoPO
-----END PGP SIGNATURE-----

Attachment: pgpAy_QuQAY3G.pgp
Description: PGP signature


--- End Message ---

Reply via email to