Your message dated Sun, 18 Oct 2020 21:18:41 +0000
with message-id <[email protected]>
and subject line Bug#972362: fixed in efl 1.25.0-1
has caused the Debian Bug report #972362,
regarding efl FTCBFS: version check too strict for binNMUs
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.)


-- 
972362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: efl
Version: 1.24.3-5
Tags: patch
User: [email protected]
Usertags: ftcbfs

efl fails to cross build from source since it was binNMUed. Now the
cross tool version check fails. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru efl-1.24.3/debian/changelog efl-1.24.3/debian/changelog
--- efl-1.24.3/debian/changelog 2020-08-11 06:56:02.000000000 +0200
+++ efl-1.24.3/debian/changelog 2020-10-16 21:32:00.000000000 +0200
@@ -1,3 +1,10 @@
+efl (1.24.3-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix cross tool version check to cope with binNMUs. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Fri, 16 Oct 2020 21:32:00 +0200
+
 efl (1.24.3-5) unstable; urgency=medium
 
   * Upload to unstable, no further changes.
diff --minimal -Nru efl-1.24.3/debian/rules efl-1.24.3/debian/rules
--- efl-1.24.3/debian/rules     2020-08-11 06:54:29.000000000 +0200
+++ efl-1.24.3/debian/rules     2020-10-16 21:29:25.000000000 +0200
@@ -32,10 +32,10 @@
 override_dh_auto_configure:
 # cross-builds need host eolian_gen, but ensure the versions match
 ifneq (,$(filter cross,$(DEB_BUILD_PROFILES)))
-       test "`dpkg-query -f '$${Version}' -W libedje-bin`" = "$(DEB_VERSION)"
-       test "`dpkg-query -f '$${Version}' -W libeet-bin`" = "$(DEB_VERSION)"
-       test "`dpkg-query -f '$${Version}' -W libelementary-bin`" = 
"$(DEB_VERSION)"
-       test "`dpkg-query -f '$${Version}' -W libeolian-bin`" = "$(DEB_VERSION)"
+       test "`dpkg-query -f '$${Version}' -W libedje-bin | sed 
's/+b[0-9]*$$//'`" = "$(DEB_VERSION)"
+       test "`dpkg-query -f '$${Version}' -W libeet-bin | sed 
's/+b[0-9]*$$//'`" = "$(DEB_VERSION)"
+       test "`dpkg-query -f '$${Version}' -W libelementary-bin | sed 
's/+b[0-9]*$$//'`" = "$(DEB_VERSION)"
+       test "`dpkg-query -f '$${Version}' -W libeolian-bin | sed 
's/+b[0-9]*$$//'`" = "$(DEB_VERSION)"
 endif
 
        $(CURDIR)/debian/validate_symvers.sh

--- End Message ---
--- Begin Message ---
Source: efl
Source-Version: 1.25.0-1
Done: Ross Vandegrift <[email protected]>

We believe that the bug you reported is fixed in the latest version of
efl, 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.
Ross Vandegrift <[email protected]> (supplier of updated efl 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: Sun, 18 Oct 2020 10:45:15 -0700
Source: efl
Architecture: source
Version: 1.25.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Pkg-e Team <[email protected]>
Changed-By: Ross Vandegrift <[email protected]>
Closes: 972362
Changes:
 efl (1.25.0-1) unstable; urgency=medium
 .
   [ Ross Vandegrift ]
   * Bump eo symbol versions for 1.25.0 release.
   * Add new symbols included in 1.25.0 release.
   * Remove symbols dropped from 1.25.0 release.
   * d/patches:
     + 49_fix_software_x11_deps.diff: fix ftbfs with strict linking
     + 50_fix_ecore_imf_deps.diff: fix ftbfs with strict linking
     + 99-fix-shader-regen.diff: update description
     + 99-always-regen-shaders.diff: rename
     + set Forwared: not-needed on local modifications that don't
       make sense for upstream.
   * Changes to lintian overrides:
     + fix version in libevas1.lintian-overrides
     + add lintian overrides for tags tricked by file extensions
     + Add lintian override for cycle between libefreet-bin & libeio1.
     + Add lintian overrides for now empty libefreet_mime and libefreet_trash.
   * d/rules:
     + disable new avif loader, it's still experimental
     + chmod -x a file missed by dh_fixperms
   * Fix nodoc support, I broke it during meson conversion.  Thanks to Axel
     Beckert and others in a recent debian-devel thread for this pattern.
   * Update for changes to lua support
     + luajit bindings were renamed to lua
     + expliclty enable elua, upstream defaults to disabling it.  It is
       expected to be removed or significantly changed in a future release.
     + lualian files are no longer shipped
     + d/not-installed: avoid installing empty file
   * d/copyright: update, apply cme config suggestions
 .
   [ Helmut Grohne ]
   * Fix cross tool version check to cope with binNMUs. (Closes: #972362)
Checksums-Sha1:
 7ad1ad8dc0f0ec3c4951429480a902d3fa422ba7 6433 efl_1.25.0-1.dsc
 4a5e3c381bc9c2610ffb9cded2c6cb45f634522b 72308216 efl_1.25.0.orig.tar.xz
 6947dba284acbe58ceb8a1e698c6c06993147663 97416 efl_1.25.0-1.debian.tar.xz
Checksums-Sha256:
 8bd7a4ee132cce25e5ce6d78abb3a34df98993c3be41630072d38f7ffe138342 6433 
efl_1.25.0-1.dsc
 53941f910daf5d1b5162bfdb0dc66f1a04e55a0f2dd7760da0ad63713370956e 72308216 
efl_1.25.0.orig.tar.xz
 4ac9fb90d8e9ac4272d3c8d8c8bdf8dab8abec3d060c8bdd8f970a934d5aaf2f 97416 
efl_1.25.0-1.debian.tar.xz
Files:
 a1557f315a92c1123e7a349c6223bf85 6433 libs optional efl_1.25.0-1.dsc
 e078cad272f7666188249f4c3e5574bb 72308216 libs optional efl_1.25.0.orig.tar.xz
 5dcdab496e8ccb9ac68b1022af3b3eb7 97416 libs optional efl_1.25.0-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEsAjXULa3g2HtU1bw2rOJMppM+hYFAl+MrecACgkQ2rOJMppM
+hYJKQ/9EU7BSQRuutbYTK77afVuMwZJD5rvjq/PqcZFXlEXe57zIdR6e1ehpvoK
TMxSd/2lreImeOZacmXukUat/RV9SKJ/BkRBe6HD3AVzKizmQY6MhU7YxPl1gMtz
sumAy8buWKPojjlACyhDD2EF9mYcEsOnwI/NMCNEDbHqzIFK38+WqGM8JaX4HkXE
GmApHAq5bYzDAXebCeAmD7YeCMqVcM7N6Homte0q5WrJUm/TVmoVw1n7eUd3Gs13
voYAq7EKrqm22lgopnAUVpbZNDvUtU5FNH8S60i97R5Zhz6sL7svA6vR5c2tCIcm
S5U68HS20JMEzIaPhzcLHrXfgLadIMgotCpfXmzkbwPK8t9SV/QHHY1GSfGBaRfM
egBaAmEMivXewaRqzt6XoZQ8ED4+SUqj/9Yt+hqX/wirK4AJNtFqHVcR/Qb0xtsL
60mkEKPdsVJXNZdmhDcIF8BriACDrNYvnI0fZ0ck0tNaHkAHLNn5Q/ufhdQPSMjo
Ry2Y5Vyg1/G+jmNsLxVRMFBznYgBpH8QVYu2RAo7aGxfysfpACI0eepoZdXw1FCn
KbdC7uFJZNOdsjNiCzeaEJ9Iv73Tj/WLhG/UkJPJUvE5jGKlThk5yBilUPMpRcOO
tSKP4H9F0w0PefgGJtVjAO9ZXDpcMuJdDa4UGmOkN4U1z8aIpi4=
=1Pf8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to