summaryrefslogtreecommitdiffstats
path: root/tags/u/unnecessary-source-date-epoch-assignment.tag
blob: 8a0b015d2418b80c2a97dacce866a53137846889 (plain)
1
2
3
4
5
6
7
8
9
10
11
Tag: unnecessary-source-date-epoch-assignment
Severity: info
Check: debian/rules
Explanation: There is an assignment to a <code>SOURCE&lowbar;DATE&lowbar;EPOCH</code> variable in the
 <code>debian/rules</code> file.
 .
 As of dpkg 1.18.8, this is no longer necessary as dpkg exports this
 variable if it is not already set. However, you can also include
 <code>/usr/share/dpkg/pkg-info.mk</code> or <code>/usr/share/dpkg/default.mk</code>
 to ensure it is exported.
See-Also: https://reproducible-builds.org/specs/source-date-epoch/