[dpkg] 175/200: dpkg-genbuildinfo: Declare .buildinfo format as stable with version 1.0

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:17:37 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 64f4738462ac22904f4743278043aa15a69093b7
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Feb 19 16:37:20 2017 +0100

    dpkg-genbuildinfo: Declare .buildinfo format as stable with version 1.0
    
    All the currently planned changes have been done, let's bump the format
    version to denote a stable format, which will not change in incomatible
    changes any more without bumping the major version component.
---
 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 087e380..406bf71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dpkg (1.18.23) UNRELEASED; urgency=medium
 
   * Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
     instead of letting perl die. Closes: #849944
+  * Declare .buildinfo format as stable with version 1.0.
   * Documentation:
     - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
       Proposed by Dieter Adriaenssens <dieter.adriaenssens at gmail.com>.
diff --git a/man/deb-buildinfo.man b/man/deb-buildinfo.man
index 5cb7ab9..0be010e 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.2\fP.
+The current format version is \fB1.0\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 699cc3c..27bf7dc 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -64,7 +64,7 @@ my %use_feature = (
     path => 0,
 );
 my @build_profiles = get_build_profiles();
-my $buildinfo_format = '0.2';
+my $buildinfo_format = '1.0';
 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