[med-svn] [Git][med-team/python-scitrack][master] 2 commits: Delete direct_url.json and RECORD to make build reproducible

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sun Aug 8 21:59:22 BST 2021



Nilesh Patra pushed to branch master at Debian Med / python-scitrack


Commits:
b374fb9c by Nilesh Patra at 2021-08-08T20:56:00+00:00
Delete direct_url.json and RECORD to make build reproducible

- - - - -
5052216b by Nilesh Patra at 2021-08-08T20:57:04+00:00
Interim changelog entry

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -13,8 +13,11 @@ python-scitrack (2021.5.3-1) UNRELEASED; urgency=medium
       with installed package rather on the source directory where
       upstream files are present
     - d/control: Add "Testsuite: autopkgtest-pkg-python"
+  * Make build reproducible
+    - d/control: Delete direct_url.json and RECORD files to
+      make build reproducible
 
- -- Nilesh Patra <nilesh at debian.org>  Mon, 09 Aug 2021 01:03:39 +0530
+ -- Nilesh Patra <nilesh at debian.org>  Sun, 08 Aug 2021 20:56:33 +0000
 
 python-scitrack (2020.6.5-1) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -12,3 +12,8 @@ override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m pytest -v"
 endif
+
+# Done in order to make build reproducible
+override_dh_auto_install:
+	dh_auto_install
+	find \( -name direct_url.json -or -name RECORD \) -delete



View it on GitLab: https://salsa.debian.org/med-team/python-scitrack/-/compare/f945334a33fcb84367807af5c57454485e504f11...5052216b3d36a1cade040b0c63e9763d4b1cad25

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-scitrack/-/compare/f945334a33fcb84367807af5c57454485e504f11...5052216b3d36a1cade040b0c63e9763d4b1cad25
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210808/987d03b6/attachment.htm>


More information about the debian-med-commit mailing list