Your message dated Wed, 06 May 2020 13:48:27 +0000
with message-id <[email protected]>
and subject line Bug#959714: fixed in ataqv 1.1.1+ds-3
has caused the Debian Bug report #959714,
regarding ataqv: 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.)


-- 
959714: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959714
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ataqv
Version: 1.1.1+ds-2
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
ataqv could not be built reproducibly.

This is because it embedded the absolute build path when generating
a manual page:

│ │ │ │ │  \fB\-t\fR TEMPLATE_DIRECTORY, \fB\-\-template\-directory\fR 
TEMPLATE_DIRECTORY
│ │ │ │ │  The location of the web app directory template.
│ │ │ │ │  (default:
│ │ │ │ │ -\fI\,/build/1st/ataqv\-1.1\/\fP.1+ds/src/scripts/src/web)
│ │ │ │ │ +\fI\,/build/2/ataqv\-1.1\/\fP.1+ds/2nd/src/scripts/src/web)

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/patches/reproducible_build 1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/reproducible_build 2020-05-04 13:24:41.175047977 +0100
@@ -0,0 +1,25 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2020-05-04
+
+--- ataqv-1.1.1+ds.orig/src/scripts/mkarv
++++ ataqv-1.1.1+ds/src/scripts/mkarv
+@@ -285,7 +285,7 @@ def parse_arguments():
+         """each line contains a fragment length and count. It may """
+     ))
+ 
+-    parser.add_argument('-t', '--template-directory', 
default=locate_template_directory(sys.argv[0]), help=("""The location of the 
web app directory template."""))
++    parser.add_argument('-t', '--template-directory', default='auto', 
help=("""The location of the web app directory template."""))
+ 
+     parser.add_argument('-v', '--verbose', action='store_true', help='Talk 
more.')
+     parser.add_argument('--version', action='version', 
version=PROGRAM_VERSION)
+@@ -569,6 +569,9 @@ def write_metrics(indent, metrics):
+ if __name__ == '__main__':
+     args = parse_arguments()
+ 
++    if args.template_directory == 'auto':
++        args.template_directory = locate_template_directory(sys.argv[0])
++
+     loglevel = args.verbose and logging.DEBUG or logging.INFO
+     logging.basicConfig(level=loglevel, format=LOGGING_FORMAT)
+     logger = logging.getLogger(PROGRAM)
--- a/debian/patches/series     2020-05-04 13:17:44.926022545 +0100
--- b/debian/patches/series     2020-05-04 13:24:39.983021123 +0100
@@ -4,3 +4,4 @@
 packaged_js
 spelling
 clean_less
+reproducible_build

--- End Message ---
--- Begin Message ---
Source: ataqv
Source-Version: 1.1.1+ds-3
Done: [email protected] (Michael R. Crusoe)

We believe that the bug you reported is fixed in the latest version of
ataqv, 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.
Michael R. Crusoe <[email protected]> (supplier of updated ataqv 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: Wed, 06 May 2020 15:19:39 +0200
Source: ataqv
Architecture: source
Version: 1.1.1+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Michael R. Crusoe <[email protected]>
Closes: 959714
Changes:
 ataqv (1.1.1+ds-3) unstable; urgency=medium
 .
   * Make the build reproducible courtesy of Chris Lamb. (Closes: #959714)
   * debian/upstream/metadata: Add Repository & Repository-Browse
Checksums-Sha1:
 1ec3d107b3a3fc776bd7325c5c0ced07e15ae318 2227 ataqv_1.1.1+ds-3.dsc
 db3a703348c64340781f5b83ead69e1a3c680364 9036 ataqv_1.1.1+ds-3.debian.tar.xz
 cad7194f89f65b2c1c4bf4156d83db4dc6c31372 7726 ataqv_1.1.1+ds-3_source.buildinfo
Checksums-Sha256:
 c9942e69146e8fa241095a7a8d7116de4bde0e7c58cc4b9e24ec458178b74305 2227 
ataqv_1.1.1+ds-3.dsc
 339ad258c1a102a9944bdfb81f0b38408bfc60b494682730527f4b0005cd49a8 9036 
ataqv_1.1.1+ds-3.debian.tar.xz
 aac4eba3313d0b2c28388e7e309a65bf71b838f0cda31a40f6e03d55a2da2727 7726 
ataqv_1.1.1+ds-3_source.buildinfo
Files:
 65a5e94885539b6cc444c5f544754df1 2227 science optional ataqv_1.1.1+ds-3.dsc
 afb34a4205fdb25450650b23470398b9 9036 science optional 
ataqv_1.1.1+ds-3.debian.tar.xz
 645b7460c79ffdb4ea9f78088d4cdf0a 7726 science optional 
ataqv_1.1.1+ds-3_source.buildinfo

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

iQIzBAEBCgAdFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAl6yuywACgkQPCZ2P2xn
5uILsQ/8DgO/TqFNyCBOs01Qm3Xli7A7jlSev1JZAmD2cGwlnIAQH9AVvKEZ/t+8
SLbhdoS9GErN3/kJN15oqN78cm7aQ5Vi55Rj+cvQ+lf3fp2oTOGxSKDCwqdCvLF5
JAj/2xjFvagfg/WSvZEELyVb39udG3UFoBtYVIShELMC98Mwwi8JLUzshwtFLRt1
/pyBjUUorfvnfD/RrmcneTSNxXmy2U8sNnZdtBc8PL2ULmYB55Z21ZWEtNhdZ7aJ
GYthuXivvc+PEIxeuWeFQ0aUzMmrEShnyaFy5iJtdo0Ew429rJNDIWkCnbje9dVt
wYusR+nuK7R6v+j3WgLDZkihPqiN/AIJqvjLRf09543mYQhY0q6zZJSrvsNSh+sy
AIWBr9G21VXwA+Qz1nrqkk8eoVN4mRFe1Uwb5unyqXJiIgEexJKrlFDvQ9e6nJ2/
0xwEdWd8Ec7sbMCZzgyXRQEql+SxGhyxDGbH4T/BBVjOOi8+WGf6jgVmU2FCrYPH
MqWMciR7i+4OIWvO8PU5FwnbVtaNmII378gIPCC8h8iWKEgQZA3eUs0HiXigf02U
ff76YDlS2K9UInu4mFdWT73HNVg9mQ/OOL1Obkjxy4BHPXejyMS3JznEPpbZYkr2
lCJL4CFC0X/L18/LyGAfZZQXBvuFJLLpF7zrrrWhv0EAqA6DqaA=
=MPt1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to