Your message dated Sun, 08 Jan 2023 22:08:36 +0000
with message-id <[email protected]>
and subject line Bug#992061: fixed in surgescript 0.5.4.4-1.1
has caused the Debian Bug report #992061,
regarding surgescript: please make the build reproducible
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.)


-- 
992061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992061
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: surgescript
Version: 0.5.4.4-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
surgescript could not be built reproducibly.

This is because CMake's RPATH is not stripped, needing us to avoid
it being set with -DCMAKE_SKIP_RPATH=ON.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2021-08-10 11:44:23.417015261 +0100
--- b/debian/rules      2021-08-10 11:47:44.882173416 +0100
@@ -15,7 +15,8 @@
 
 override_dh_auto_configure:
        dh_auto_configure -- \
-               -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
+               -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \
+               -DCMAKE_SKIP_RPATH=ON
 
 override_dh_compress:
        dh_compress -X.ss

--- End Message ---
--- Begin Message ---
Source: surgescript
Source-Version: 0.5.4.4-1.1
Done: Vagrant Cascadian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
surgescript, 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.
Vagrant Cascadian <[email protected]> (supplier of updated 
surgescript 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: Thu, 29 Dec 2022 13:18:46 -0800
Source: surgescript
Architecture: source
Version: 0.5.4.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 992061
Changes:
 surgescript (0.5.4.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Chris Lamb ]
   * debian/rules: Pass -DCMAKE_SKIP_RPATH=ON to dh_auto_configure.
     (Closes: #992061)
Checksums-Sha1:
 869545a19c98a08368dcb9c96a5b47db36c811f0 1672 surgescript_0.5.4.4-1.1.dsc
 080f16e3a07b5c9d00781735dbd10cca778822f0 4416 
surgescript_0.5.4.4-1.1.debian.tar.xz
Checksums-Sha256:
 fbd2bf1e97a988ca75ad5ce7858065a6e19d944a8aa9d037d70519bafeb091c9 1672 
surgescript_0.5.4.4-1.1.dsc
 d877127d367e3152cf0ff6a5e33c77f4b6466782b0a13626f377450d21ac21fd 4416 
surgescript_0.5.4.4-1.1.debian.tar.xz
Files:
 e7ee45ae9a9e74fee5be2d2c89826640 1672 libs optional surgescript_0.5.4.4-1.1.dsc
 0b7d4a219fa81d15b8b17c2b6f32839c 4416 libs optional 
surgescript_0.5.4.4-1.1.debian.tar.xz

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

iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY64FaSAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqs/2AP9edcRGcShDoe98
XfNPI2xgKVw4LNAl3kAVYfFmysB+ygEA/o0LqypejFRqIGP9bIfnlgWPjbVjNfQs
ZtiwJvr2rAo=
=qieu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to