Преглед изворни кода

dpkg-genbuildinfo: Bump Format to version 0.2

Guillem Jover пре 9 година
родитељ
комит
950bfdaf77
3 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 0
      debian/changelog
  2. 1 1
      man/deb-buildinfo.man
  3. 1 1
      scripts/dpkg-genbuildinfo.pl

+ 1 - 0
debian/changelog

@@ -10,6 +10,7 @@ dpkg (1.18.15) UNRELEASED; urgency=medium
   * Add new Build-Date field to .buildinfo files.
   * Add new Build-Date field to .buildinfo files.
   * Generate deterministic .buildinfo filenames in dpkg-genbuildinfo,
   * Generate deterministic .buildinfo filenames in dpkg-genbuildinfo,
     following the same pattern as used for .changes files.
     following the same pattern as used for .changes files.
+  * Bump .buildinfo Format to version 0.2.
   * Perl modules:
   * Perl modules:
     - Validate architecture arguments in Dpkg::Deps deps_parse().
     - Validate architecture arguments in Dpkg::Deps deps_parse().
       Prompted by Johannes Schauer <josch@debian.org>.
       Prompted by Johannes Schauer <josch@debian.org>.

+ 1 - 1
man/deb-buildinfo.man

@@ -64,7 +64,7 @@ component.
 Backward incompatible changes to the format will bump the major version,
 Backward incompatible changes to the format will bump the major version,
 and backward compatible changes (such as field additions) will bump the
 and backward compatible changes (such as field additions) will bump the
 minor version.
 minor version.
-The current format version is \fB0.1\fP.
+The current format version is \fB0.2\fP.
 .TP
 .TP
 .BR Source: " \fIsource-name\fP [\fB(\fP\fIsource-version\fP\fB)\fP] (required)"
 .BR Source: " \fIsource-name\fP [\fB(\fP\fIsource-version\fP\fB)\fP] (required)"
 The name of the source package.
 The name of the source package.

+ 1 - 1
scripts/dpkg-genbuildinfo.pl

@@ -61,7 +61,7 @@ my $stdout = 0;
 my $admindir = $Dpkg::ADMINDIR;
 my $admindir = $Dpkg::ADMINDIR;
 my $always_include_path = 0;
 my $always_include_path = 0;
 my @build_profiles = get_build_profiles();
 my @build_profiles = get_build_profiles();
-my $buildinfo_format = '0.1';
+my $buildinfo_format = '0.2';
 my $buildinfo;
 my $buildinfo;
 
 
 my $checksums = Dpkg::Checksums->new();
 my $checksums = Dpkg::Checksums->new();