File: reproducible_build.patch

package info (click to toggle)
sphinxcontrib-htmlhelp 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: python: 382; makefile: 48
file content (14 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Make the build reproducible
Author: Chris Lamb <lamby@debian.org>
Last-Update: 2021-11-24

--- sphinxcontrib-htmlhelp-2.0.0.orig/setup.cfg
+++ sphinxcontrib-htmlhelp-2.0.0/setup.cfg
@@ -1,6 +1,6 @@
 [egg_info]
 tag_build = .dev
-tag_date = true
+tag_date = false
 
 [aliases]
 release = egg_info -Db ''