[dpkg] 41/200: dpkg-genbuildinfo: Bump Format to version 0.2
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:17:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository dpkg.
commit 950bfdaf77eacb631767a1a18e698137b56bba5b
Author: Guillem Jover <guillem at debian.org>
Date: Mon Nov 14 01:19:09 2016 +0100
dpkg-genbuildinfo: Bump Format to version 0.2
---
debian/changelog | 1 +
man/deb-buildinfo.man | 2 +-
scripts/dpkg-genbuildinfo.pl | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2c5475e..9cb6c22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ dpkg (1.18.15) UNRELEASED; urgency=medium
* Add new Build-Date field to .buildinfo files.
* Generate deterministic .buildinfo filenames in dpkg-genbuildinfo,
following the same pattern as used for .changes files.
+ * Bump .buildinfo Format to version 0.2.
* Perl modules:
- Validate architecture arguments in Dpkg::Deps deps_parse().
Prompted by Johannes Schauer <josch at debian.org>.
diff --git a/man/deb-buildinfo.man b/man/deb-buildinfo.man
index 18aac67..5cb7ab9 100644
--- a/man/deb-buildinfo.man
+++ b/man/deb-buildinfo.man
@@ -64,7 +64,7 @@ component.
Backward incompatible changes to the format will bump the major version,
and backward compatible changes (such as field additions) will bump the
minor version.
-The current format version is \fB0.1\fP.
+The current format version is \fB0.2\fP.
.TP
.BR Source: " \fIsource-name\fP [\fB(\fP\fIsource-version\fP\fB)\fP] (required)"
The name of the source package.
diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl
index 9e93d55..09bcc13 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -61,7 +61,7 @@ my $stdout = 0;
my $admindir = $Dpkg::ADMINDIR;
my $always_include_path = 0;
my @build_profiles = get_build_profiles();
-my $buildinfo_format = '0.1';
+my $buildinfo_format = '0.2';
my $buildinfo;
my $checksums = Dpkg::Checksums->new();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list