Source: cif2cell
Version: 2.1.0+dfsg-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: nocheck
X-Debbugs-Cc: [email protected]

Hi,

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

This is because the testsuite did not clean up after itself completely,
and these changes ended up in the binary package, but, of course, only
if the tests were not skipped.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2025-12-03 11:43:19.895215868 -0800
--- b/debian/rules      2025-12-03 12:01:06.387614234 -0800
@@ -4,7 +4,7 @@
 
 export PYBUILD_NAME = cif2cell
 export PYBUILD_BEFORE_TEST = cp -r binaries cifs {build_dir}
-export PYBUILD_AFTER_TEST = rm {build_dir}/POSCAR {build_dir}/SiC.cell
+export PYBUILD_AFTER_TEST = rm -rf {build_dir}/POSCAR {build_dir}/SiC.cell 
{build_dir}/cifs {build_dir}/binaries
 
 %:
        dh $@ --buildsystem pybuild --with python3

Reply via email to