diff options
author | Guillem Jover <guillem@debian.org> | 2016-11-01 06:21:18 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-11-03 06:03:35 +0100 |
commit | ee8975322f93e41ccd5787ebb6cadaecc81cadf3 (patch) | |
tree | 9f54df5e375e2c177c00b681717d5de44a56807a /debian/dpkg-dev.install | |
parent | f89e053f3e3a6f0f73a9ce2c8dd2c72db93d44bb (diff) | |
download | dpkg-ee8975322f93e41ccd5787ebb6cadaecc81cadf3.tar.gz |
scripts: Add support for .buildinfo files
The .buildinfo files are a new type of control files, similar to
the .changes files, meant to describe the environment of a build
and its artifacts. They are meant to be added to the Debian archive
to allow independent parties to reproduce a build and verify the
result.
Specifications for .buildinfo are available at:
<https://wiki.debian.org/ReproducibleBuilds/BuildinfoSpecification>
This patch adds support for .buildinfo files in Dpkg::Control,
adds new .buildinfo fields to Dpkg::Control::Fields, a new
builtin-system-build-paths Dpkg::Vendor hook, and adds a new script
named dpkg-genbuildinfo, that will now be called by dpkg-buildpackage
before generating the .changes file.
[ntyni@debian.org: small changes. ]
Closes: #138409
Based-on-patch-by: Jérémy Bobbio <lunar@debian.org>
Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'debian/dpkg-dev.install')
-rw-r--r-- | debian/dpkg-dev.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/dpkg-dev.install b/debian/dpkg-dev.install index 5cec6fe4d..2ed6d6525 100644 --- a/debian/dpkg-dev.install +++ b/debian/dpkg-dev.install @@ -6,6 +6,7 @@ usr/bin/dpkg-buildflags usr/bin/dpkg-buildpackage usr/bin/dpkg-checkbuilddeps usr/bin/dpkg-distaddfile +usr/bin/dpkg-genbuildinfo usr/bin/dpkg-genchanges usr/bin/dpkg-gencontrol usr/bin/dpkg-gensymbols |